@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../HelveticaNeueCyr-Light.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Light.eot") format("eot");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr-Roman.ttf") forma("woff"), url("../fonts/HelveticaNeueCyr-Roman.eot") format("eot");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Medium.eot") format("eot");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr-Bold.ttf") format("woff"), url("../fonts/HelveticaNeueCyr-Bold.eot") format("eot");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr-Black.ttf") format("woff"), url("../fonts/HelveticaNeueCyr-Black.eot") format("eot");
  font-style: normal;
  font-weight: 900;
}
*,
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html,
body {
  height: 100%;
}

body.noscroll {
  position: fixed;
  left: 0;
  right: 0;
}

body {
  scroll-behavior: smooth;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 320px;
  height: auto;
  margin: 0;
  padding: 0;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #373740;
  text-rendering: optimizespeed;
  position: relative;
  font-weight: 400;
}
body.scroll {
  height: 100vh;
  overflow: hidden;
}

main {
  display: block;
  width: 100%;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border: none;
}

img,
iframe {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section {
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

.link {
  position: relative;
  white-space: nowrap;
}
.link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.link:hover:before {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.container {
  max-width: 1900px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}

.section {
  margin-top: 140px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.z1 {
  font-size: 54px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}

.z2 {
  font-size: 46px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  text-transform: uppercase;
}

.z3 {
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  text-transform: uppercase;
}

.form-group {
  width: 100%;
  margin-top: 20px;
}
.form-label {
  display: none;
}
.form-control {
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  padding: 16px 16px 15px;
  border: none;
  border-bottom: 1px solid #CCCFDC;
  outline: none;
}
.form-control::-webkit-input-placeholder {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  opacity: 0.6;
}
.form-control::-moz-placeholder {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  opacity: 0.6;
}
.form-control:-ms-input-placeholder {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  opacity: 0.6;
}
.form-control::-ms-input-placeholder {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  opacity: 0.6;
}
.form-control::placeholder {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  opacity: 0.6;
}
.form-control:focus::-webkit-input-placeholder {
  display: none;
}
.form-control:focus::-moz-placeholder {
  display: none;
}
.form-control:focus:-ms-input-placeholder {
  display: none;
}
.form-control:focus::-ms-input-placeholder {
  display: none;
}
.form-control:focus::placeholder {
  display: none;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.form-btn {
  margin-top: 44px;
}
.form-agree {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  opacity: 0.6;
  margin-top: 16px;
}

.hero {
  padding-top: 10px;
}
.hero-slider {
  overflow: hidden;
  position: relative;
}
.hero-slider__panel {
  position: absolute;
  bottom: 22px;
  right: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero-slider__num {
  font-size: 74px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 96px */
  text-transform: uppercase;
}
.hero-slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.hero-item__img {
  width: 100%;
}
.hero-item__bottom {
  padding-top: 20px;
  margin-top: 10px;
  border-top: 1px solid #CCCFDC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.hero-item__title {
  font-size: 56px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
.hero-item__text {
  max-width: 515px;
  width: 100%;
  margin-top: 24px;
}
.hero-item__info {
  margin-right: 144px;
}
.hero-item__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.hero-item__links span {
  display: block;
  margin-bottom: 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
}
.hero-item__link {
  display: inline-block;
  width: auto;
  margin-top: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  padding-right: 24px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transition: 0.3s;
}
.hero-item__link::after {
  position: absolute;
  content: "";
  opacity:0.8;
  width: 16px;
  height: 16px;
  right: 0;
  background: url("../images/slider-arrow.svg") center center/24px no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.about-section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #CCCFDC;
  padding: 30px 0 20px;
}
.about-section-head {
  width: 100%;
  margin-right: 24px;
}
.about-section-info {
  width: 100%;
  margin-top: 38px;
}
.about-section__desc {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 50px;
}
.about-section__title {
  margin-bottom: 44px;
  max-width: 800px;
}
.about-section__img img {
  width: 100%;
}

.section__tag {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about {
  padding-top: 40px;
}
.about-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-top: 30px;
  border-top: 1px solid #CCCFDC;
}
.about__title {
  margin-bottom: 50px;
}
.about__img {
  margin-bottom: 20px;
}
.about__subtitle {
  max-width: 860px;
}
.about__desc {
  width: 50%;
}

.services-section .services-item {
  padding-top: 110px;
}
.services__title {
  margin-bottom: 50px;
}
.services-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #CCCFDC;
  border-bottom: 1px solid #CCCFDC;
  overflow: auto;
}
.services-steps::-webkit-scrollbar {
  display: none;
}
.services__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 150px 5px 20px;
  border-left: 1px solid #CCCFDC;
  gap: 11px;
  font-size: 20px;
  font-style: normal;
  font-weight: 550;
  line-height: 110%; /* 22px */
  white-space: nowrap;
}
.services__step svg {
  display: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.services__step.is-active svg {
  display: block;
}
.services-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #CCCFDC;
}
.services-item {
  width: 100%;
  padding-bottom: 20px;
  padding-top: 50px;
  border-right: 1px solid #CCCFDC;
  padding-left: 20px;
  border-bottom: 1px solid #CCCFDC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.services-item:nth-of-type(odd) {
  padding-left: 0;
}
.services-item:nth-of-type(even) {
  border-right: 0;
}
.services-item__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.services-item__name span {
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 33.6px */
  text-transform: uppercase;
}
.services-item__desc {
  max-width: 590px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-top: 10px;
}
.services-item__size {
  font-size: 24px;
  font-style: normal;
  font-weight: 550;
  line-height: 110%; /* 26.4px */
  margin-top: 20px;
}
.services-item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #0267ff;
  margin-top: 15px;
}
.services-item__btn svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.services-item__img {
  margin-top: 15px;
  width: 100%;
  height: 100%;
}
.services-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.advantages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #CCCFDC;
  border-bottom: 1px solid #CCCFDC;
}
.advantages-item {
  padding: 60px 20px;
  height: 288px;
}
.advantages-item:not(:last-of-type) {
  border-right: 1px solid #CCCFDC;
}
.advantages-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: 1.08px;
  text-transform: uppercase;
}
.advantages-item__title span {
  font-size: 40px;
  font-weight: 900;
  line-height: 110%; /* 44px */
  text-transform: uppercase;
}
.advantages-item__text {
  margin-top: 10px;
}

.projects {
  overflow: hidden;
}
.projects-slider {
  padding-top: 50px;
}
.projects-slider .projects-item {
  width: auto;
}
.projects__title {
  margin-bottom: 50px;
}
.projects-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 20px;
  margin-top: 50px;
}
.projects-list .projects-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.projects-list .projects-item__img {
  margin: auto 0 0 0;
}
.projects-item__img img {
  display: block;
  width: 100%;
}
.projects-item__name {
  font-size: 28px;
  font-weight: 900;
  line-height: 120%; /* 33.6px */
  text-transform: uppercase;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.projects-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-bottom: 10px;
}
.projects-content {
  border-top: 1px solid #CCCFDC;
  overflow: hidden;
}
.projects-more {
  margin-top: 90px;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #CCCFDC;
}
.projects-more__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  margin-right: 176px;
}

.bonus-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.bonus .section__tag {
  margin-top: 20px;
}
.bonus-info {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #CCCFDC;
  border-bottom: 1px solid #CCCFDC;
}
.bonus__img {
  width: 100%;
  padding-left: 20px;
  border-left: 1px solid #CCCFDC;
  border-top: 1px solid #CCCFDC;
  border-bottom: 1px solid #CCCFDC;
  padding: 20px 0 20px 20px;
}
.bonus__title {
  margin-bottom: 20px;
}
.bonus-color {color: #0267ff;}
.bonus__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-bottom: 35px;
}
.bonus__advantages {
  padding-top: 40px;
  padding-right: 20px;
  border-top: 1px solid #CCCFDC;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 80px;
}
.bonus__btn {
  margin-top: 69px;
}
.bonus__advantages li {
  padding-left: 22px;
  position: relative;
  line-height: 1.5;
  font-size: 16px;
}
.bonus__advantages li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #373740;
  top: 5px;
  left: 5px;
}

.sertificats {
  position: relative;
}
.sertificats-slider {
  overflow: hidden;
  padding-top: 30px;
  margin-top: 50px;
  border-top: 1px solid #CCCFDC;
}
.sertificats-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sertificats__title {
  max-width: 820px;
  margin-bottom: 20px;
}
.sertificats__text {
  max-width: 840px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.sertificats-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.questions {
  background-color: #c7cdc3;
  padding: 100px 0 120px;
}
.questions-list {
  margin-top: 109px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 267px;
}
.questions-item {
  cursor: pointer;
}
.questions-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.questions-item__title span {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}
.questions-item__title svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.questions-item__desc {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

.page-head__img {
  margin-bottom: 40px;
}
.page-head__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
}
.page-head__info {
  max-width: 1400px;
  width: 100%;
}
.page-head__text {
  margin-top: 15px;
}

.steps__title {
  margin-bottom: 50px;
  max-width: 1080px;
}
.steps-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #CCCFDC;
}
.steps-item {
  padding: 30px 21px;
  border-bottom: 1px solid #CCCFDC;
  border-right: 1px solid #CCCFDC;
}
.steps-item:nth-of-type(3n) {
  border-right: 0;
}
.steps-item:nth-last-child(-n+3) {
  min-height: 357px;
}
.steps-item__num {
  font-size: 64px;
  font-weight: 900;
  line-height: 120%; /* 76.8px */
  text-transform: uppercase;
  color: #D7D7DC;
  margin-bottom: 10px;
}
.steps-item__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 550;
  line-height: 110%; /* 26.4px */
}
.steps-item__desc {
  max-width: 460px;
}
.steps-item__btn {
  margin-top: 80px;
}

.responsible {
  padding-top: 30px;
  border-top: 1px solid #CCCFDC;
}
.responsible__title {
  margin-bottom: 50px;
  max-width: 1200px;
}
.responsible-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.responsible__img {
  padding: 20px 20px 20px 0;
  border-top: 1px solid #CCCFDC;
  border-bottom: 1px solid #CCCFDC;
}
.responsible__img--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
}
.responsible__img-item {
  position: relative;
}
.responsible__img-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.responsible__img-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 900;
  line-height: 32px; /* 133.333% */
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  max-width: 325px;
  width: 100%;
  display: block;
  z-index: 3;
}
.responsible__info {
  padding: 20px 0 20px 20px;
  border-top: 1px solid #CCCFDC;
  border-bottom: 1px solid #CCCFDC;
  border-left: 1px solid #CCCFDC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.responsible__subtitle {
  margin-bottom: 20px;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%; /* 39.6px */
  text-transform: uppercase;
}
.responsible__text p + p {
  margin-top: 16px;
}
.responsible__bottom {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #CCCFDC;
}
.responsible__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 80px;
  margin-bottom: 40px;
}
.responsible__list li {
  padding-left: 22px;
  position: relative;
  line-height: 1.5;
  font-size: 16px;
}
.responsible__list li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #373740;
  top: 5px;
  left: 5px;
}

.reviews {
  border-top: 1px solid #CCCFDC;
  border-bottom: 1px solid #CCCFDC;
}
.reviews .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.reviews-head {
  max-width: 580px;
  width: 100%;
  margin-right: 48px;
  padding-top: 50px;
}
.reviews-content {
  width: 100%;
  border-left: 1px solid #CCCFDC;
}
.reviews-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 50px 120px 50px 60px;
}
.reviews-item:not(:last-of-type) {
  border-bottom: 1px solid #CCCFDC;
}
.reviews-item__photo {
  max-width: 110px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 36px;
}
.reviews-item__photo img {
  width: 100%;
  border-radius: 50%;
}
.reviews-item__info {
  width: 100%;
}
.reviews-item__name {
  font-size: 24px;
  font-weight: 550;
  line-height: 110%; /* 26.4px */
  margin-bottom: 20px;
}
.reviews-item__text {
  margin-bottom: 30px;
}
.reviews-item__post {
  padding-left: 28px;
  opacity: 0.7;
  position: relative;
}
.reviews-item__post::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 1px;
  background-color: currentColor;
  left: 0;
  top: 12px;
}

.we-works {
  overflow: hidden;
}
.we-works__head {
  padding-bottom: 50px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCCFDC;
}
.we-works__video {
  position: relative;
}
.we-works__video video {
  display: block;
  width: 100%;
  height: auto;
}
.we-works__video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.we-works__video-info {
  position: absolute;
  left: 50px;
  bottom: 50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.we-works__video-info > div:not(:last-of-type) {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #ffffff;
}

.application {
  padding: 120px 0;
  background-color: #C7CDC3;
}
.application-head {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(55, 55, 64, 0.2);
}
.application-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.application-list {
  margin-right: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.application-item__icon {
  width: 54px;
  height: 54px;
  background-color: #373740;
  border-radius: 50%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.application-item__title {
  font-size: 24px;
  font-weight: 900;
  line-height: 120%; /* 28.8px */
  text-transform: uppercase;
  margin-bottom: 10px;
}
.application-item__text {
  opacity: 0.9;
}
.application-form {
  max-width: 630px;
  background-color: #ffffff;
  padding: 50px;
}
.application-form__title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.application-form__desc {
  margin-bottom: 67px;
}

.categories__title {
  margin-bottom: 50px;
}
.categories-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #CCCFDC;
}
.categories-item {
  padding: 50px 0 20px;
  border-right: 1px solid #CCCFDC;
  border-top: 1px solid #CCCFDC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 50px 20px 20px 20px;
}
.categories-item:last-of-type {
  border-right: 0;
}
.categories-item__img {
  margin: auto 0 0 0;
  width: 100%;
}
.categories-item__img img {
  width: 100%;
}
.categories-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 28px;
  font-weight: 900;
  line-height: 120%; /* 33.6px */
  text-transform: uppercase;
  margin-bottom: 10px;
}
.categories-item__desc {
  margin-bottom: 20px;
}

.realised__title {
  margin-bottom: 50px;
}
.realised-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #CCCFDC;
}
.realised-project--invert {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.realised-project--invert .realised-project__left {
  padding: 50px 0 50px 20px;
}
.realised-project--invert .realised-project__right {
  padding: 50px 20px 50px 0;
  border-left: 0;
  border-right: 1px solid #CCCFDC;
}
.realised-project:first-of-type {
  border-top: 1px solid #CCCFDC;
}
.realised-project__left {
  width: 58%;
  padding: 50px 20px 50px 0;
}
.realised-project__right {
  width: 42%;
  padding: 50px 0 50px 20px;
  border-left: 1px solid #CCCFDC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.realised-project__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 20px;
  margin-top: 54px;
}
.realised-project__title {
  font-size: 36px;
  font-weight: 900;
  line-height: 122.222%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.realised-project__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.realised-project__desc {
  margin-bottom: 20px;
}
.realised-project__img {
  margin: auto 0 0 0;
}


.calculate__title {
  margin-bottom: 50px;
}
.calculate-step {
  border-top: 1px solid #CCCFDC;
  border-bottom: 1px solid #CCCFDC;
}

.calculate-step {
  display: none !important;
}

.calculate-step.is-active {
  display: flex !important;
}

.calculate-step__num {
  font-size: 28px;
  font-weight: 900;
  line-height: 120%; /* 33.6px */
  text-transform: uppercase;
  opacity: 0.4;
  margin-bottom: 40px;
}
.calculate-step__info {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 30px 20px 0;
}
.calculate-step__img {
  width: 50%;
  padding: 20px 0 20px 30px;
  border-left: 1px solid #CCCFDC;
}
.calculate-step__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-top: 40px;
}
.calculate-step__prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.calculate-step__section-title {
  font-size: 28px;
  font-weight: 900;
  line-height: 120%; /* 33.6px */
  text-transform: uppercase;
  margin-bottom: 32px;
}
.calculate-step__section-item {
  margin-top: 20px;
}
.calculate-step__title {
  font-size: 28px;
  line-height: 1.32;
  font-weight: 900;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.calculate-step__subtitle {
  font-size: 18px;
  line-height: 1.32;
}
.calculate-step__form {
  width: 100%;
  margin-top: 50px;
}
.calculate-step--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.calculate-step--1 .calculate-step__action {
  margin: auto 0 0 0;
}
.calculate-step--1 .calculate-step__section {
  margin-bottom: 24px;
}
.calculate-step--2 .calculate-step__info {
  width: 100%;
  padding-right: 0;
}
.calculate-step--3 .calculate-step__info {
  width: 100%;
  padding-right: 0;
}
.calculate-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 16px;
}

@media(max-width: 1023px) {
  .calculate-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 560px) {
 
  .calculate-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}


.types__title {
  margin-bottom: 50px;
  max-width: 932px;
}
.types-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid #CCCFDC;
  border-top: 1px solid #CCCFDC;
}
.types-item {
  width: 100%;
  padding-bottom: 20px;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #CCCFDC;
  border-bottom: 1px solid #CCCFDC;
  padding-left: 20px;
}
.types-item:first-of-type {
  padding-left: 0;
}
.types-item:nth-of-type(4n) {
  padding-left: 0;
}
.types-item:nth-child(3n) {
  border-right: 0;
}
.types-item__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.types-item__name span {
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 33.6px */
  text-transform: uppercase;
}
.types-item__desc {
  max-width: 590px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-top: 10px;
  margin-bottom: 15px;
}
.types-item__size {
  font-size: 24px;
  font-style: normal;
  font-weight: 550;
  line-height: 110%; /* 26.4px */
  margin-top: 20px;
}
.types-item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #0267ff;
  margin-top: 15px;
}
.types-item__btn svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.types-item__img {
  width: 100%;
  height: 400px;
  margin: auto 0 0 0;
}
.types-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.principles__tag {
  margin-bottom: 20px;
}
.principles__title {
  max-width: 975px;
  margin-bottom: 30px;
}
.principles-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #CCCFDC;
}
.principles-item {
  padding: 48px 56px 30px 20px;
  border-bottom: 1px solid #CCCFDC;
  border-right: 1px solid #CCCFDC;
}
.principles-item:nth-of-type(3n) {
  border-right: 0;
}
.principles-item__icon {
  margin-bottom: 10px;
}
.principles-item__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
  margin-bottom: 10px;
}
.principles-item__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

.team {
  position: relative;
}
.team-slider {
  overflow: hidden;
  padding-top: 30px;
  margin-top: 50px;
  border-top: 1px solid #CCCFDC;
}
.team-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.team__title {
  margin-bottom: 20px;
}
.team-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.team-item__img {
  margin-bottom: 20px;
}
.team-item__img img {
  display: block;
}
.team-item__name {
  font-size: 24px;
  line-height: 1.16;
  margin-bottom: 6px;
}
.team-item__post {
  font-size: 18px;
  line-height: 1.44;
}

.pricelist__title {
  margin-bottom: 50px;
}
.pricelist-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  overflow-x: auto;
}
.pricelist-nav::-webkit-scrollbar {
  display: none;
}
.pricelist-nav__item {
  font-size: 32px;
  line-height: 1.25;
  text-transform: uppercase;
  opacity: 0.4;
  margin-right: 20px;
  font-weight: 900;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.pricelist-nav__item.is-active {
  opacity: 1;
}
.pricelist-content {
  display: none;
}
.pricelist-content.is-active {
  display: block;
}
.pricelist-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #CCCFDC;
  border-bottom: 1px solid #CCCFDC;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.pricelist-list--full {
  grid-template-columns: repeat(4, 1fr);
}
.pricelist-list--full .pricelist-item__img {
  margin-bottom: 60px;
}
.pricelist-item {
  padding: 50px 0 20px;
  border-right: 1px solid #CCCFDC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.pricelist-item:last-of-type {
  border-right: 0;
}
.pricelist-item__title {
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 900;
}
.pricelist-item__desc {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.pricelist-item__price {
  color: #0267ff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 900;
  margin-bottom: 20px;
}
.pricelist-item__img {
  width: 100%;
  margin: auto 0 0 0;
}
.pricelist-item__img img {
  width: 100%;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 15px 20px 15px 27px;
  border-radius: 50px;
  border: 1px solid #373740;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
  text-transform: uppercase;
  color: #373740;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn svg {
  display: block;
}
.btn:hover {
  background-color: #373740;
  border-color: #373740;
  color: #ffffff;
}
.btn--primary {
  background-color: #0267ff;
  border-color: #0267ff;
  color: #ffffff;
}
.btn--outline {
  border-color: #D7D7DC;
}

.slider__prev {
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider__prev svg {
  display: block;
}

.slider__next {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider__next svg {
  display: block;
}

.header {
  padding: 14px 0;
  border-bottom: 1px solid #CCCFDC;
  position: relative;
  z-index: 5;
}
.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
}
.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 0 24px 0 auto;
}
.header__logo {
  display: block;
  margin-right: 50px;
}
.header-nav {
  max-width: 1200px;
  width: 100%;
}
.header-nav__action {
  display: none;
}
.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-nav__list li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  text-transform: uppercase;
}
.header-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 0 20px 0 auto;
}
.header-socials .socials__link {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #373740;
  border-radius: 50%;
}
.header__tel {
  display: block;
  margin-right: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  text-transform: uppercase;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__burger {
  display: none;
}

.dropdown {
  position: relative;
  cursor: pointer;
}
.dropdown span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.dropdown svg {
  display: block;
}
.dropdown-list {
  position: absolute;
  padding: 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 1px 10px 2px rgba(34, 60, 80, 0.2);
  min-width: 280px;
  opacity: 0;
  visibility: hidden;
}
.dropdown-list li:not(:last-of-type) {
  margin-bottom: 8px;
}
.dropdown-list::before {

}

.footer {
  padding-top: 103px;
  padding-bottom: 14px;
}
.footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid #CCCFDC;
  margin-top: 70px;
}
.footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 35px;
}
.footer-contacts__title {
  font-size: 18px;
}
.footer-contacts__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.footer-contacts__link + .footer-contacts__link {
  margin-top: 16px;
}
.footer-contacts__link a {
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  text-transform: uppercase;
}
.footer-contacts__link span {
  display: block;
  opacity: 0.6;
  line-height: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 100px;
}
.footer-nav__section span {
  display: block;
  margin-bottom: 30px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  text-transform: uppercase;
}
.footer-nav__section a {
  display: block;
  margin-top: 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  opacity: 0.6;
}
.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 48px;
}
.footer-socials span {
  display: block;
  margin-right: 56px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.footer-socials a {
  display: block;
  opacity: 0.6;
  margin-right: 10px;
}
.footer-socials a:active {
  opacity: 1;
}
.footer-bottom {
  padding-top: 14px;
  margin-top: 24px;
  border-top: 1px solid #CCCFDC;
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-bottom > * {
  opacity: 0.6;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  display: none;
}
.modal.is-active {
  display: block;
}
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(55, 55, 64, 0.6);
}
.modal-container {
  max-width: 800px;
  width: calc(100% - 32px);
  padding: 50px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.modal__title {
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 40px */
  text-transform: uppercase;
  margin-bottom: 14px;
  width: calc(100% - 60px);
}
.modal__subtitle {
  margin-bottom: 44px;
}

.breadcrumbs {
  margin: 25px 0;
}
.breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: auto;
}
.breadcrumbs-list::-webkit-scrollbar {
  display: none;
}
.breadcrumbs-item {
  position: relative;
  opacity: 0.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin-right: 5px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.5;
}
.breadcrumbs-item::after {
  content: "-";
}
.breadcrumbs-item:last-of-type {
  margin-right: 0;
  padding-right: 0;
  pointer-events: none;
}
.breadcrumbs-item:last-of-type::after {
  display: none;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.socials-item {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #373740;
  border-radius: 50%;
}

input[type=radio] {
  display: none;
}
input[type=radio]:checked + label {
  color: #0267ff;
}
input[type=radio]:checked + label::before {
  border-color: #0267ff;
}
input[type=radio]:checked + label::after {
  opacity: 1;
  visibility: visible;
}
input[type=radio] + label {
  position: relative;
  padding-left: 44px;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 28.8px */
  text-transform: uppercase;
  cursor: pointer;
  display: block;
}
input[type=radio] + label::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  left: 0;
  top: 0;
  border: 5px solid #DCDCDC;
  border-radius: 50%;
}
input[type=radio] + label::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  width: 12px;
  height: 12px;
  background-color: #0267ff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}

.contacts-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  border-top: 1px solid #CCCFDC;
  margin-top: 92px;
}
.contacts-main {
  max-width: 698px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 111px 276px;
  margin-right: 242px;
}
.contacts-adress__place {
  font-size: 18px;
  margin-bottom: 30px;
}
.contacts-adress__schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
  gap: 24px;
}
.contacts-adress__schedule-day {
  opacity: 0.6;
}
.contacts-adress__schedule-time span {
  display: block;
  margin-top: 8px;
  opacity: 0.6;
}
.contacts__link {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  white-space: nowrap;
}

.map {
  width: 100%;
  height: 800px;
  margin-top: 30px;
}

.article-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.article-nav .btn {
  padding: 10px 24px 10px 30px;
}
.article-nav__prev.btn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 10px 30px 10px 24px;
}
.article-nav__prev.btn svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.article-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #CCCFDC;
  margin-top: 80px;
  border-bottom: 1px solid #CCCFDC;
}
.article-head {
  max-width: 607px;
  width: 100%;
  padding-top: 20px;
  padding-right: 20px;
}
.article__date {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  opacity: 0.6;
  margin-bottom: 12px;
}
.article__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 38.4px */
  text-transform: uppercase;
  margin-bottom: 22px;
}
.article__tag {
  width: auto;
  display: inline-block;
  padding: 6px 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 19.8px */
  border-radius: 50px;
  background: #a1a897;
  color: #ffffff;
}
.article-main {
  width: 100%;
  border-left: 1px solid #CCCFDC;
  padding: 10px 0 125px;
}
.article-section {
  padding: 50px 20px 20px;
  border-bottom: 1px solid #CCCFDC;
}
.article-section:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.article p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.article p + p {
  margin-top: 20px;
}
.article p + h2 {
  margin-top: 50px;
}
.article h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 28.8px */
  text-transform: uppercase;
  text-transform: uppercase;
}
.article img {
  display: block;
  width: 100%;
  margin-top: 50px;
}
.article ul {
  margin: 20px 0;
}
.article ul li {
  position: relative;
  padding-left: 24px;
}
.article ul li + li {
  margin-top: 12px;
}
.article ul li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #373740;
  left: 4px;
  top: 5px;
  border-radius: 50%;
}
.article-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}
.article-gallery img {
  margin-top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1919px) {
  .header-nav__list {
    gap: 8px;
  }
  .footer-nav {
    gap: 40px;
  }
}
@media (max-width: 1600px) {
  .section {
    margin-top: 100px;
  }
  .z1 {
    font-size: 64px;
  }
  .z2 {
    font-size: 48px;
  }
  .z3 {
    font-size: 32px;
  }
  .hero-slider__num {
    font-size: 64px;
  }
  .hero-item__title {
    font-size: 54px;
  }
  .hero-item__info {
    margin-right: 100px;
  }
  .hero-item__links span {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .services__step {
    padding: 5px 20px;
  }
  .bonus .section__tag {
    margin-top: 0;
  }
  .bonus__text {
    margin-bottom: 40px;
  }
  .bonus__advantages {
    gap: 24px 40px;
  }
  .questions-list {
    gap: 40px 64px;
    margin-top: 64px;
  }
  .responsible__list {
    gap: 24px 40px;
  }
  .reviews-head {
    margin-right: 32px;
  }
  .reviews-item {
    padding: 32px 40px;
  }
  .application-list {
    gap: 24px;
  }
  .application-form__desc {
    margin-bottom: 20px;
  }
  
  .footer-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .modal-container {
    padding: 32px;
  }
  .modal__title {
    font-size: 32px;
  }
  .modal__subtitle {
    margin-bottom: 32px;
  }
  .contacts-content {
    margin-top: 64px;
  }
  .contacts-main {
    gap: 48px 64px;
    margin-right: 140px;
  }
  .map {
    height: 560px;
  }
  .article-gallery img {
    height: auto;
  }
}

 @media (max-width: 1400px) { 
.header-nav__list li a {
    font-size: 12px;
}
     .header-socials{padding-left:10px;}
     .header .btn {
    padding: 6px 9px 5px 19px;
}

 }

 @media (max-width: 1050px) { 
  .header-nav__action {
    display: block;
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #CCCFDC;
  }
  .header-nav__action .header-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-nav__action .header__tel {
    display: block;
    margin-top: 16px;
    font-size: 18px;
  }
  .header-nav__action .header__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 16px;
  }
  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    max-width: 100%;
    background-color: #ffffff;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 11;
  }
  .header-nav__list {
    display: block;
  }
  .header-nav__list li {
    margin-bottom: 24px;
  }
  .header-nav__list li a {
    font-size: 24px;
  }
  .header__burger {
    display: block;
    position: relative;
    z-index: 12;
    margin-left: 12px;
  }
  .header__burger svg {
    width: 40px;
    height: 40px;
    display: block;
  }
  .header__burger .line {
    fill: none;
    stroke: black;
    stroke-width: 6;
    -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header__burger .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .header__burger .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  .header__burger .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .header__burger.is-active .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .header__burger.is-active .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  .header__burger.is-active .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .dropdown-list {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin:15px;
    padding: 16px 0;
  }
}
@media (max-width: 1440px) {
    
    .hero-slider__panel {display:none;}
  .responsible__img-item span {
    font-size: 18px;
    max-width: 245px;
  }
  .categories-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .categories-item:nth-of-type(even) {
    border-right: 0;
  }
  .pricelist-nav__item {
    font-size: 24px;
  }
  .pricelist-list {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    border-bottom: 0;
  }
  .pricelist-list--full {
    grid-template-columns: repeat(3, 1fr);
  }
  .pricelist-list--full .pricelist-item__img {
    margin-bottom: 0;
  }
  .pricelist-item {
    padding: 32px 0 20px 20px;
    border-bottom: 1px solid #CCCFDC;
  }
  .pricelist-item:nth-of-type(3n) {
    border-right: 0;
  }
}
@media (max-width: 1050px) {
  .section {
    margin-top: 60px;
  }
  .z1 {
    font-size: 48px;
  }
  .z2 {
    font-size: 32px;
  }
  .z3 {
    font-size: 24px;
  }
  .hero-slider__num {
    font-size: 48px;
  }
  .hero-item__title {
    font-size: 42px;
  }
  .hero-item__text {
    font-size: 16px;
    margin-top: 16px;
  }
  .hero-item__info {
    margin-right: 40px;
  }
  .hero-item__link {
    font-size: 16px;
  }
  .about-head {
    display: block;
    padding-top: 20px;
    margin-bottom: 32px;
  }
  .about__title {
    margin-bottom: 32px;
  }
  .about__subtitle {
    margin-bottom: 24px;
  }
  .about__desc {
    width: 100%;
  }
  .services__title {
    margin-bottom: 32px;
  }
  .advantages-item {
    height: 240px;
    padding: 40px 16px;
  }
  .advantages-item__title {
    font-size: 16px;
    gap: 10px;
  }
  .advantages-item__title span {
    font-size: 32px;
  }
  .projects-slider {
    padding-top: 32px;
  }
  .projects__title {
    margin-bottom: 32px;
  }
  .projects-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 32px;
    margin-top: 32px;
  }
  .projects-item__info {
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
  }
  .projects-more__title {
    font-size: 18px;
    margin-right: 40px;
  }
  .bonus__advantages {
    gap: 16px 24px;
  }
  .bonus__btn {
    margin-top: 40px;
  }
  .questions {
    padding: 64px 0;
  }
  .questions-list {
    gap: 24px 32px;
    margin-top: 40px;
  }
  .steps-item:nth-last-child(-n+3) {
    min-height: initial;
  }
  .responsible__subtitle {
    margin-top: 24px;
  }
  .responsible__bottom {
    margin-top: 24px;
    padding-top: 24px;
  }
  .responsible__list {
    gap: 16px 24px;
  }
  .we-works__video-btn {
    width: 80px;
    height: 80px;
  }
  .we-works__video-btn svg {
    display: block;
    width: 64px;
    height: 64px;
  }
  .we-works__video-info {
    font-size: 18px;
    left: 24px;
    bottom: 24px;
  }
  .application {
    padding: 100px 0;
  }
  .application-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .application-form {
    margin-bottom: 32px;
    padding: 32px;
  }
  .realised__title {
    margin-bottom: 32px;
  }
  .realised-project--invert .realised-project__left {
    padding: 32px 0 32px 16px;
  }
  .realised-project--invert .realised-project__right {
    padding: 32px 16px 32px 0;
  }
  .realised-project__left {
    padding: 32px 16px 32px 0;
  }
  .realised-project__right {
    padding: 32px 0 32px 16px;
  }
  .realised-project__title {
    font-size: 28px;
  }
  .calculate__title {
    margin-bottom: 32px;
  }
  .types__title {
    margin-bottom: 32px;
  }
  .types-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .types-item:nth-child(3n) {
    border-right: inset;
  }
  .types-item:nth-of-type(even) {
    border-right: 0;
  }
  .types-item:nth-of-type(odd) {
    padding-left: 0;
  }
  .types-item__img {
    height: 320px;
  }
  .pricelist__title {
    margin-bottom: 32px;
  }
  .pricelist-nav {
    margin-bottom: 32px;
  }
  .header-main {
    margin-top: 0;
  }
  .header-contacts {
    display: none;
  }
  .header-nav__list li {
    margin-bottom: 16px;
  }
  .header-nav__list li a {
    font-size: 12px;
  }
  .header-socials {
    display: none;
  }
  .header__tel {
    display: none;
  }
  .header__btn {
    display: none;
  }
  .header__burger {
    margin: 0 0 0 auto;
  }
  .footer-main {
    margin-top: 40px;
    padding-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    margin-top: 32px;
    width: 100%;
  }
  .footer-socials {
    margin-top: 32px;
  }
  .contacts-content {
    margin-top: 40px;
  }
  .contacts-main {
    display: block;
  }
  .contacts__btn {
    margin-top: 24px;
  }
  .contacts__link {
    display: block;
    margin-bottom: 24px;
  }
  .map {
    height: 400px;
  }
}
@media (max-width: 1023px) {
     .js-menu{display:none}
  .section {
    margin-top: 40px;
  }
  .hero-slider__panel {
    bottom: -10px;
  }
  .hero-item__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-item__links {
    margin-top: 24px;
  }
  .hero-item__links span {
    font-size: 16px;
  }
  .about-section-content {
    padding-top: 16px;
  }
  .about-section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-section-info {
    margin-top: 24px;
  }
  .about-section__desc {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .about-section__title {
    margin-bottom: 24px;
  }
  .section__tag {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .services-item__name span {
    font-size: 24px;
  }
  .advantages {
    grid-template-columns: 1fr 1fr;
  }
  .advantages-item:nth-of-type(1) {
    border-bottom: 1px solid #CCCFDC;
  }
  .advantages-item:nth-of-type(2) {
    border-right: 0;
    border-bottom: 1px solid #CCCFDC;
  }
  .projects-slider .projects-item:nth-of-type(odd) {
    width: 60%;
  }
  .projects-slider .projects-item:nth-of-type(even) {
    width: 40%;
  }
  .projects-item__name {
    font-size: 24px;
  }
  .bonus-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bonus__img {
    padding: 20px 0;
    border: 0;
    border-top: 1px solid #CCCFDC;
  }
  .sertificats-slider {
    margin-top: 24px;
    padding-top: 24px;
  }
  .steps-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps-item:nth-of-type(3n) {
    border-right: 1px solid #CCCFDC;
  }
  .steps-item:nth-of-type(2n) {
    border-right: 0;
  }
  .steps-item:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .steps-item__btn {
    margin: 0;
  }
  .responsible-content {
    display: block;
  }
  .responsible__img {
    padding: 0;
    border: 0;
  }
  .responsible__info {
    border: 0;
    border-top: 1px solid #CCCFDC;
    margin-top: 20px;
    padding: 20px 0 0 0;
  }
  .responsible__subtitle {
    margin-top: 0;
    font-size: 24px;
  }
  .reviews .container {
    display: block;
  }
  .reviews-head {
    margin: 0;
    padding-top: 32px;
  }
  .reviews-content {
    border-left: 0;
    margin-top: 32px;
  }
  .reviews-item {
    padding: 32px 24px;
  }
  .reviews-item__photo {
    margin-right: 24px;
  }
 .calculate-step__info {
    width: 100%;
    padding: 32px 0;
  }
  .calculate-step__img {
    width: 100%;
    padding: 32px 0;
    border-left: 0;
    border-bottom: 1px solid #cccfdc;
  }
  .calculate-step--1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .calculate-step--1 .calculate-step__action {
    margin-top: 40px;
  }
  .calculate-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .types-item__name span {
    font-size: 24px;
  }
  .principles-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .principles-item {
    padding: 32px 20px 20px 20px;
  }
  .principles-item:nth-of-type(3n) {
    border-right: 1px solid #CCCFDC;
  }
  .principles-item:nth-of-type(even) {
    border-right: 0;
  }
  .team-slider {
    margin-top: 24px;
    padding-top: 24px;
  }
  .pricelist-nav__item {
    font-size: 18px;
  }
  .pricelist-item__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .pricelist-item__desc {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .pricelist-item__price {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .footer-socials span {
    font-size: 16px;
    margin-right: 24px;
  }
  .modal-container {
    padding: 24px;
  }
  .article-content {
    display: block;
    margin-top: 32px;
  }
  .article__date {
    font-size: 16px;
  }
  .article__title {
    font-size: 28px;
  }
  .article__tag {
    font-size: 16px;
  }
  .article-main {
    border-left: 0;
    padding: 10px 0 40px;
  }
  .article-section {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .article p {
    font-size: 16px;
  }
  .article img {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
  .z1 {
    font-size: 32px;
  }
  .z2 {
    font-size: 24px;
  }
  .z3 {
    font-size: 18px;
  }
  .form-group {
    margin-top: 16px;
  }
  .form-control {
    font-size: 16px;
    padding: 12px;
  }
  .form-control::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-control::-moz-placeholder {
    font-size: 16px;
  }
  .form-control:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-control::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-control::placeholder {
    font-size: 16px;
  }
  .form-row {
    gap: 0;
    display: block;
  }
  .hero {
    padding-top: 16px;
  }
  .hero-slider {
    padding-bottom: 60px;
  }
  .hero-slider__panel {
    bottom: 0;
    width: 100%;
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .hero-slider__num {
    font-size: 32px;
  }
  .hero-slider__nav {
    gap: 0;
    margin-left: -10px;
  }
  .hero-item__bottom {
    padding-top: 16px;
    margin-top: 16px;
  }
  .hero-item__title {
    font-size: 28px;
  }
  .hero-item__link {
    font-size: 14px;
  }
  .services-section .services-item {
    padding-top: 16px;
  }
  .services__step {
    font-size: 16px;
    padding: 4px 16px;
  }
  .services-list {
    display: block;
    margin-top: 40px;
  }
  .services-item {
    padding: 16px 0;
  }
  .services-item:not(:last-of-type) {
    border-bottom: 1px solid #CCCFDC;
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
  .services-item__name span {
    font-size: 18px;
  }
  .services-item__desc {
    font-size: 16px;
    margin-top: 8px;
  }
  .services-item__size {
    font-size: 18px;
    margin-top: 16px;
  }
  .services-item__btn {
    font-size: 14px;
  }
  .projects-slider {
    padding-top: 24px;
  }
  .projects-slider .projects-item:nth-of-type(odd) {
    width: 85%;
  }
  .projects-slider .projects-item:nth-of-type(even) {
    width: 65%;
  }
  .projects__title {
    margin-bottom: 24px;
  }
  .projects-item__name {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .projects-item__info {
    font-size: 14px;
    gap: 4px;
  }
  .projects-item__place {
    width: 100%;
  }
  .projects-more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 16px;
    margin-top: 32px;
  }
  .projects-more__title {
    font-size: 16px;
    margin: 0 0 16px 0;
  }
  .bonus__text {
    margin-bottom: 24px;
    font-size: 16px;
  }
  .bonus__advantages {
    display: block;
    padding-top: 24px;
  }
  .bonus__btn {
    margin-top: 32px;
  }
  .bonus__advantages li + li {
    margin-top: 16px;
  }
  .sertificats-slider {
    padding-bottom: 80px;
  }
  .sertificats-slider-nav {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .questions {
    padding: 40px 0;
  }
  .questions-list {
    display: block;
  }
  .questions-item:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .questions-item__title span {
    font-size: 18px;
    margin-bottom: 0;
  }
  .questions-item__desc {
    max-width: 400px;
    font-size: 16px;
  }
  .page-head__img {
    margin-bottom: 24px;
  }
  .page-head__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .page-head__text {
    margin-top: 10px;
  }
  .steps__title {
    margin-bottom: 24px;
  }
  .steps-item__num {
    font-size: 48px;
  }
  .steps-item__title {
    font-size: 18px;
  }
  .steps-item__desc {
    font-size: 16px;
  }
  .responsible {
    border-top: 0;
    padding-top: 0;
  }
  .responsible__title {
    margin-bottom: 24 px;
  }
  .responsible__text {
    font-size: 16px;
    line-height: 1.5;
  }
  .responsible__list {
    display: block;
  }
  .responsible__list li + li {
    margin-top: 16px;
  }
  .reviews-item__name {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .reviews-item__text {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .reviews-item__post {
    font-size: 16px;
  }
  .we-works__head {
    padding-bottom: 32px;
  }
  .we-works__video-btn {
    width: 48px;
    height: 48px;
  }
  .we-works__video-btn svg {
    width: 40px;
    height: 40px;
  }
  .we-works__video-info {
    font-size: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    width: calc(100% - 32px);
  }
  .we-works__video-info > div:not(:last-of-type) {
    margin-right: 0;
    padding-right: 16px;
  }
  .application {
    padding: 60px 0;
  }
  .application-head {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .application-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .application-item__icon {
    width: 32px;
    height: 32px;
    margin-bottom: 16px;
  }
  .application-item__icon svg {
    display: block;
    width: 16px;
    height: 16px;
  }
  .application-item__title {
    font-size: 18px;
  }
  .application-item__text {
    font-size: 16px;
  }
  .application-form {
    padding: 24px;
  }
  .application-form__title {
    font-size: 24px;
  }
  .application-form__desc {
    font-size: 16px;
  }
  .categories__title {
    margin-bottom: 24px;
  }
  .categories-item {
    padding: 24px 16px 16px;
  }
  .categories-item__title {
    font-size: 24px;
  }
  .categories-item__desc {
    font-size: 16px;
  }
  .realised__title {
    margin-bottom: 24px;
  }
  .realised-project--invert .realised-project__left {
    padding: 24px 0;
  }
  .realised-project--invert .realised-project__right {
    border-right: 0;
    border-top: 1px solid #CCCFDC;
    padding: 24px 0;
  }
  .realised-project {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .realised-project__left {
    width: 100%;
    padding: 24px 0;
  }
  .realised-project__right {
    width: 100%;
    padding: 24px 0;
    border-left: 0;
    border-top: 1px solid #CCCFDC;
  }
  .realised-project__gallery {
    margin-top: 32px;
  }
  .realised-project__title {
    font-size: 24px;
  }
  .calculate__title {
    margin-bottom: 24px;
  }
  .calculate-step__num {
    margin-bottom: 32px;
    font-size: 18px;
  }
  .calculate-step__info {
    padding: 24px 0;
  }
  .calculate-step__img {
    padding: 24px 0;
  }
  .calculate-step__section-title {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .calculate-step__section-item {
    margin-top: 10px;
  }
  .calculate-step__title {
    font-size: 18px;
  }
  .calculate-step__subtitle {
    font-size: 16px;
  }
  .types-list {
    display: block;
    margin-top: 40px;
  }
  .types-item {
    padding: 16px 0;
    border-right: 0;
  }
  .types-item:nth-child(3n) {
    border-right: 0;
  }
  .types-item:not(:last-of-type) {
    border-bottom: 1px solid #CCCFDC;
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
  .types-item__name span {
    font-size: 18px;
  }
  .types-item__desc {
    font-size: 16px;
    margin-top: 8px;
  }
  .types-item__size {
    font-size: 18px;
    margin-top: 16px;
  }
  .types-item__btn {
    font-size: 14px;
  }
  .types-item__img {
    height: auto;
  }
  .principles-item__icon svg {
    display: block;
    width: 32px;
    height: 32px;
  }
  .principles-item__title {
    font-size: 18px;
  }
  .principles-item__desc {
    font-size: 16px;
  }
  .team-slider {
    padding-bottom: 80px;
  }
  .team-slider-nav {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .team-item__img {
    margin-bottom: 16px;
  }
  .team-item__name {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .team-item__post {
    font-size: 14px;
  }
  .pricelist-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .pricelist-list--full {
    grid-template-columns: repeat(2, 1fr);
  }
  .pricelist-item {
    padding: 20px 0 20px 10px;
  }
  .pricelist-item:nth-of-type(3n) {
    border-right: 1px solid #CCCFDC;
  }
  .pricelist-item:nth-of-type(even) {
    border-right: 0;
  }
  .btn {
    padding: 10px 10px 10px 24px;
  }
  .footer {
    padding: 40px 0 14px;
  }
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-nav__section span {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .footer-nav__section a {
    font-size: 16px;
    margin-top: 12px;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
  }
  .modal__close {
    top: 16px;
    right: 16px;
  }
  .modal__title {
    font-size: 24px;
  }
  .modal__subtitle {
    margin-bottom: 24px;
    font-size: 14px;
  }
  input[type=radio] + label {
    font-size: 18px;
    padding-left: 32px;
  }
  input[type=radio] + label::before {
    width: 24px;
    height: 24px;
    border-width: 3px;
  }
  input[type=radio] + label::after {
    width: 10px;
    height: 10px;
    top: 7px;
    left: 7px;
  }
  .contacts-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .contacts-adress {
    margin-bottom: 24px;
  }
  .contacts-adress__schedule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
  .map {
    height: 280px;
  }
  .article-gallery {
    display: block;
  }
  .article-gallery img {
    margin-top: 16px;
  }
}
@media (max-width: 600px) {
    .mob-no {display:none;}
  .categories-list {
    display: block;
  }
  .categories-item:nth-of-type(odd) {
    border-right: 0;
  }
  .categories-item {
    padding: 16px 0;
  }
}
.cont-block {text-align:right;margin-left:15px;}
.header__mail {line-height:20px;}
.min-rice h3{font-size:20px;}
.min-rice span{color:#0267ff;font-size:24px;}
.yandex-reviews {width:560px;height:840px;}

@media (max-width: 560px) {
.min-rice { margin:35px 0; }   
.min-rice h3{font-size: 12px; padding:25px 0; }
.min-rice h3 span{font-size: 12px;}
.yandex-reviews {width:100%;height:840px;}

    .breadcrumbs-list, .breadcrumbs-item {font-size:11px;}
  .advantages {
    display: block;
  }
  .advantages-item:not(:last-of-type) {
    border-right: 0;
    border-bottom: 1px solid #CCCFDC;
  }
  .advantages-item {
    height: 180px;
    padding: 32px 0;
  }
  .projects-list {
    grid-template-columns: 100%;
    margin-top: 24px;
  }
  .questions-item__title {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8;
  }
  .steps-list {
    display: block;
  }
  .steps-item {
    padding: 24px 0;
  }
  .steps-item:nth-of-type(n) {
    border-right: 0;
  }
  .steps-item:last-of-type {
    border-bottom: 0;
    padding: 0;
  }
  .steps-item__btn {
    margin-top: 24px;
  }
  .responsible__img--grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .reviews-item {
    display: block;
  }
  .reviews-item__photo {
    max-width: 80px;
    margin: 0 0 24px 0;
  }
  .we-works__video {
    height: 280px;
  }
  .we-works__video video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .we-works__video-info {
    left: 16px;
    bottom: 16px;
  }
  .we-works__video-info {
    font-size: 12px;
  }
  .realised-project__gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .principles-list {
    display: block;
  }
  .principles-item {
    border-right: 0;
    padding-left: 0;
  }
  .principles-item:nth-of-type(3n) {
    border-right: 0;
  }
  .pricelist-list {
    display: block;
  }
  .pricelist-list--full {
    display: block;
  }
  .pricelist-item {
    padding: 20px 0;
    border-right: 0;
  }
  .pricelist-item:nth-of-type(3n) {
    border-right: 0;
  }
  .article-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .article-nav .btn {
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 374px) {
  .z1 {
    font-size: 24px;
  }
  .hero-item__title {
    font-size: 22px;
  }
}
@media (hover: hover) {
  .hero-item__link:hover {
    color: #0267ff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hero-item__link:hover::after {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .services-item__btn:hover svg {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  .we-works__video-btn:hover {
    background-color: #0267ff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .types-item__btn:hover svg {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  .slider__prev:hover {
    -webkit-transform: rotate(180deg) translateX(10px);
    transform: rotate(180deg) translateX(10px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .slider__next:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .dropdown:hover .dropdown-list {
    opacity: 1;
    visibility: visible;
  }
  .footer-socials a:hover {
    opacity: 1;
  }
  .modal__close:hover {
    opacity: 0.6;
  }
}
/*# sourceMappingURL=main.css.map */

.darker:after {
content: '';
  background: rgba(0,0,0,0.4);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}




/* messagers fixed buttons */
.messagers-block{
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}
.messagers-block-main-btn{
    background: url(../images/widget/feedbackbutton.svg) 50% 50% no-repeat #0267ff;
    border: 2px solid #0267ff;
    background-size: 80%;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    cursor: pointer;
    animation: btnpulse 2s infinite;
    position: relative;
    z-index: 10;
}

@-webkit-keyframes btnpulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(38,194,74, 0.9);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(38,194,74, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(38,194,74, 0);
  }
}
@keyframes btnpulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(38,194,74, 0.9);
    box-shadow: 0 0 0 0 rgba(38,194,74, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(38,194,74, 0);
      box-shadow: 0 0 0 20px rgba(38,194,74, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(38,194,74, 0);
      box-shadow: 0 0 0 0 rgba(38,194,74, 0);
  }
}
.messagers-block-main-btn:hover {
    animation: none;
}
.messagers-block.active .messagers-block-main-btn{
    background: url(../images/widget/feedbackbutton-active.svg) 50% 50% no-repeat #fff;
    animation: none;
}
.messagers-block-buttons{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.messagers-block-buttons > a{
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    z-index: 5;
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    cursor: pointer;
    border-radius: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.messagers-block-buttons > a:hover{
    -webkit-filter: brightness(114%);
    filter: brightness(114%);
}
.messagers-block-buttons > a.telegram-btn{
    background: #2ca8dd url(../images/widget/telegram.svg) 50% no-repeat;
    background-size: 80%;
}
.messagers-block-buttons > a.whatsap-btn{
    background: #2AC54D url(../images/widget/whatsapp.svg) 50% no-repeat;
    background-size: 60%;
}
.messagers-block-buttons > a.viber-btn{
    background: #7360F2 url(../images/widget/viber.svg) 50% no-repeat;
    background-size: 60%;
}
.messagers-block-buttons > a.phone-btn{
    background: #2e79f2 url(../images/widget/messagers-btns-phone.svg) 50% no-repeat;
    background-size: 50%;
}
.messagers-block.active .messagers-block-buttons > a:nth-of-type(4){
    -webkit-transform: translate( 0, -190px);
    transform: translate( 0, -190px);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.messagers-block.active .messagers-block-buttons > a:nth-of-type(1) {
    -webkit-transform: translate( 0, -55px);
    transform: translate( 0, -55px);
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}
.messagers-block.active .messagers-block-buttons > a:nth-of-type(2){
    -webkit-transform: translate( 0, -100px);
    transform: translate( 0, -100px);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.messagers-block.active .messagers-block-buttons > a:nth-of-type(3){
    -webkit-transform: translate( 0, -145px);
    transform: translate( 0, -145px);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}
.messagers-block.active .messagers-block-buttons > a{
    visibility: visible;
    opacity: 1;
}
/* /. messagers fixed buttons */




#video.video-is-playing #video-over {
  display: block;
}
#video.video-is-playing #video-play {
  opacity: 0;
  visibility: hidden;
}


.header__logo img {
  height: 57px;
}

.footer__logo img {
  height: 57px;
} 