@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/Gilroy-Bold/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope-Regular";
  src: url("../fonts/Manrope-Regular/Manrope-Regular.eot");
  src: url("../fonts/Manrope-Regular/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Regular/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular/Manrope-Regular.woff") format("woff"), url("../fonts/Manrope-Regular/Manrope-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope-SemiBold";
  src: url("../fonts/Manrope-SemiBold/Manrope-Semibold.eot");
  src: url("../fonts/Manrope-SemiBold/Manrope-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-SemiBold/Manrope-Semibold.woff2") format("woff2"), url("../fonts/Manrope-SemiBold/Manrope-Semibold.woff") format("woff"), url("../fonts/Manrope-SemiBold/Manrope-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RuthlessSketch-Italic";
  src: url("../fonts/RuthlessSketch-Italic/RuthlessSketch-Italic.ttf") format("truetype"), url("../fonts/RuthlessSketch-Italic/RuthlessSketchItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  background-color: #fff;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  line-height: 1;
  color: #2B3F5A;
}

body.lock {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  z-index: 2;
}

.footer {
  position: relative;
  z-index: 1;
}

.container {
  width: min(1500px, 100% - 50px);
  margin-inline: auto;
}

section {
  width: 100%;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

h1,
.fake-h1 {
  font-family: "Montserrat-Bold";
  font-size: 49px;
  line-height: 120%;
}

h2 {
  font-family: "Montserrat-Bold";
  font-size: 52px;
  line-height: 120%;
}

h3 {
  font-family: "Montserrat-Bold";
  font-size: 42px;
  line-height: 120%;
}

h4 {
  font-family: "Montserrat-Bold";
  font-size: 28px;
  line-height: 120%;
}

h5 {
  font-family: "Montserrat-Bold";
  font-size: 24px;
  line-height: 120%;
}

h6 {
  font-family: "Montserrat-Bold";
  font-size: 22px;
  line-height: 120%;
}

p {
  font-size: 18px;
  line-height: 160%;
}
p a {
  display: inline;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #047AD0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
p strong {
  display: inline;
  font-family: "Montserrat-Bold";
}

img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

img.active {
  -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05) !important;
          transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05) !important;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 70px;
  padding: 0 38px;
  border-radius: 16px;
  border: 2px solid #047AD0;
  background-color: #fff;
  font-family: "Montserrat-SemiBold";
  font-size: 18px;
  color: #047AD0;
  text-align: center;
  overflow: hidden;
  position: relative;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 16px;
  background-color: #273446;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn:active {
  top: 2px;
}

.btn svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn svg:first-child {
  margin: 0 10px 0 0;
}
.btn svg:last-child {
  margin: 0 0 0 10px;
}

.btn.btn--blue {
  background: #047AD0;
  color: #fff;
  border: none;
}

.title {
  margin: 0 0 40px 0;
}

.show h1,
.show .fake-h1,
.show h2,
.show h3,
.show h4,
.show h5,
.show h6,
.show .up {
  position: relative;
  z-index: 2;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.4s 0.4s;
  transition: 0.4s 0.4s;
}

.show.active h1,
.show.active .fake-h1,
.show.active h2,
.show.active h3,
.show.active h4,
.show.active h5,
.show.active h6,
.show.active .up {
  top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.slider-container {
  position: relative;
}

.slider-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #047AD0;
  position: absolute;
  top: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slider-btn svg {
  width: auto;
  height: 30%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.slider-btn svg path {
  stroke: #047AD0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slider-btn--prev {
  left: 0;
  -webkit-transform: translate(-150%, -50%);
      -ms-transform: translate(-150%, -50%);
          transform: translate(-150%, -50%);
}
.slider-btn--prev svg {
  margin: 0 2px 0 0;
}

.slider-btn--next {
  right: 0;
  -webkit-transform: translate(150%, -50%);
      -ms-transform: translate(150%, -50%);
          transform: translate(150%, -50%);
}
.slider-btn--next svg {
  margin: 0 0 0 2px;
}

*::-webkit-input-placeholder {
  font-family: "Manrope-Regular";
  font-size: 20px;
  color: #8690A4;
  opacity: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

*::-moz-placeholder {
  font-family: "Manrope-Regular";
  font-size: 20px;
  color: #8690A4;
  opacity: 1;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

*:-ms-input-placeholder {
  font-family: "Manrope-Regular";
  font-size: 20px;
  color: #8690A4;
  opacity: 1;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}

*::-ms-input-placeholder {
  font-family: "Manrope-Regular";
  font-size: 20px;
  color: #8690A4;
  opacity: 1;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}

*::placeholder {
  font-family: "Manrope-Regular";
  font-size: 20px;
  color: #8690A4;
  opacity: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

*::-webkit-input-placeholder {
  font-family: "Manrope-Regular";
  font-size: 20px;
  color: #8690A4;
  opacity: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

*::-ms-input-placeholder {
  font-family: "Manrope-Regular";
  font-size: 20px;
  color: #8690A4;
  opacity: 1;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}

*::-moz-placeholder {
  font-family: "Manrope-Regular";
  font-size: 20px;
  color: #8690A4;
  opacity: 1;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

.checkbox {
  position: relative;
}

.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.checkbox__text {
  padding: 0 0 0 40px;
  font-family: "Manrope-Regular";
  font-size: 12px;
  line-height: 160%;
  color: #fff;
  position: relative;
  z-index: 1;
}

.checkbox__text a {
  display: inline;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.checkbox__text::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background-color: #047AD0;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.checkbox__text::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background-image: url("../img/check-mark.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.checkbox__text.active::after {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.icon-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 25px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.icon-menu span {
  display: block;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  position: absolute;
  top: calc(50% - 1.5px);
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #2B3F5A;
}

.icon-menu span:nth-child(1) {
  top: 0%;
}

.icon-menu span:nth-child(3) {
  top: auto;
  bottom: 0%;
}

.icon-menu.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.icon-menu.active span {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.icon-menu.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 1.5px);
}

.icon-menu.active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: calc(50% - 1.5px);
}

.icon-menu.icon-menu--open,
.icon-menu.icon-menu--close {
  display: none;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(226, 226, 226, 0.5);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-x: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.popup.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 12;
}

.popup.open .popup__content {
  opacity: 1;
}

.popup__body {
  min-height: 100%;
  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;
  padding: 20px 10px;
}

.popup__content {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 30px;
  width: 840px;
  padding: 30px;
  border-radius: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 35px 0 rgba(201, 207, 221, 0.25);
          box-shadow: 0 10px 35px 0 rgba(201, 207, 221, 0.25);
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.popup__close {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 11;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.popup__close svg {
  width: 40%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.popup__img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.popup__img svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.popup__form > strong {
  font-family: "Montserrat-Bold";
  font-size: 40px;
}

.popup__form > p {
  margin: 16px 0 32px 0;
}

.popup__inputs {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 20px;
}

.popup__form .input-wrapper {
  background-color: #f5f7fb;
}

.popup__form .checkbox__text {
  color: #2B3F5A;
}

.index-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100svh;
  overflow-y: auto;
}

.index-section ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 15px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.index-section ul li a {
  font-size: 24px;
}

.header {
  width: 100%;
  padding: 18px 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(221, 228, 237, 0.6);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
}

.header__items {
  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;
  -webkit-column-gap: 34px;
     -moz-column-gap: 34px;
          column-gap: 34px;
}

.header__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

@media (min-width: 576px) {
  .header__items {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-self: center;
  }
  .header__right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.logo {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 9px;
}
.logo img {
  -o-object-fit: cover;
     object-fit: cover;
}
.logo strong {
  display: inline;
  font-family: "Gilroy-Bold";
  font-size: 35px;
  line-height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__logo {
  width: 352px;
}

.header__logo-title {
  display: block;
  line-height: 1.25;
}

.header__item--address {
  grid-column: 1/span 2;
}

.header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header__item > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.header__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: auto;
}
.header__item span svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__item span svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header__item span img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__item strong,
.header__item b {
  font-family: "Montserrat-Medium";
  font-size: 18px;
  line-height: 140%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__item--address strong {
  padding: 0 10px 0 0;
  position: relative;
}
.header__item--address strong::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  border-radius: 100vw;
  background-color: #047AD0;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}


.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.social svg {
  width: 60%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.social--telegram {
  background-color: #05a5e7;
}

.social--whatsapp {
  background-color: #42e35c;
}

.social--max {
  background: linear-gradient(225deg, #874ce7 0%, #3d47ec 50.96%, #44bdfd 100%);
}

.nav {
  margin: 35px 0 0 0;
  width: 100%;
}

.menu {
  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;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  width: 100%;
  list-style: none;
}

.menu li a {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-family: "Montserrat-Medium";
  font-size: 18px;
  white-space: nowrap;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.menu li a img {
  width: 22px;
  height: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.nav__logo,
.hidden {
  display: none;
}

.welcome {
  padding: 0;
  overflow: hidden;
}

.welcome__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 30px;
}

.welcome__info {
  padding: 60px 0;
}

.welcome__info h1 b,
.welcome__info .fake-h1 b {
  display: inline-block;
  padding: 0 12px 8px 12px;
  border-radius: 8px;
  background-color: #047AD0;
  color: #fff;
  /* -webkit-animation: flicker 10s linear infinite;
          animation: flicker 10s linear infinite; */
}

/* @-webkit-keyframes flicker {
  0%, 10%, 15%, 20%, 24%, 28%, 31%, 39%, 41% {
    background-color: #2B3F5A;
  }
  7%, 12%, 16%, 19%, 25%, 26%, 30%, 38%, 42%, 100% {
    background-color: #047AD0;
  }
}

@keyframes flicker {
  0%, 10%, 15%, 20%, 24%, 28%, 31%, 39%, 41% {
    background-color: #2B3F5A;
  }
  7%, 12%, 16%, 19%, 25%, 26%, 30%, 38%, 42%, 100% {
    background-color: #047AD0;
  }
} */
.welcome__info > p {
  width: 84%;
  margin: 12px 0 0 0;
}

.welcome__info .list {
  margin: 25px 0 0 0;
}

.list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 12px;
}

.list li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 10px;
}

.list li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px solid #BFDCF2;
  background-color: #63ACE2;
}
.list li span svg {
  width: 58%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.list li p {
  margin: 1px 0 0 0;
}

.welcome__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 50px 0 0 0;
}

.welcome__links .btn--consultation,
.tariffs__item .btn--consultation {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}

.welcome__links .btn__places,
.tariffs__item .btn__places {
  font-size: 13px;
  display: block;
  line-height: 1.2;
}

.sketch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

.sketch svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.sketch svg .mouth {
  -webkit-animation: speak2 4s linear infinite;
          animation: speak2 4s linear infinite;
}

@-webkit-keyframes speak2 {
  35% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  40% {
    -webkit-transform: translate(0, -3px);
            transform: translate(0, -3px);
  }
  45% {
    -webkit-transform: translate(1px, 2px);
            transform: translate(1px, 2px);
  }
  50% {
    -webkit-transform: translate(0, -4px);
            transform: translate(0, -4px);
  }
  55% {
    -webkit-transform: translate(0, 3px);
            transform: translate(0, 3px);
  }
  60% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes speak2 {
  35% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  40% {
    -webkit-transform: translate(0, -3px);
            transform: translate(0, -3px);
  }
  45% {
    -webkit-transform: translate(1px, 2px);
            transform: translate(1px, 2px);
  }
  50% {
    -webkit-transform: translate(0, -4px);
            transform: translate(0, -4px);
  }
  55% {
    -webkit-transform: translate(0, 3px);
            transform: translate(0, 3px);
  }
  60% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.sketch strong {
  font-family: "RuthlessSketch-Italic";
  font-size: 24px;
  line-height: 120%;
  color: #828D9A;
  text-transform: uppercase;
  position: absolute;
}
.sketch strong b {
  display: inline;
  color: #2B3F5A;
}

.welcome .sketch {
  width: auto;
  height: 90%;
  margin: auto 0 0 auto;
}

.welcome .sketch svg {
  width: auto;
  height: 100%;
  -webkit-transform: translate(28%, 0);
      -ms-transform: translate(28%, 0);
          transform: translate(28%, 0);
}

.welcome .sketch strong {
  width: 370px;
  font-size: 28px;
  top: 32%;
  left: -31%;
  z-index: 1;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-animation: speak 4s linear infinite;
          animation: speak 4s linear infinite;
}

@-webkit-keyframes speak {
  35% {
    -webkit-transform: rotate(-10deg) translate(0, 0);
            transform: rotate(-10deg) translate(0, 0);
  }
  40% {
    -webkit-transform: rotate(-10deg) translate(10px, 10px);
            transform: rotate(-10deg) translate(10px, 10px);
  }
  45% {
    -webkit-transform: rotate(-10deg) translate(10px, 2px);
            transform: rotate(-10deg) translate(10px, 2px);
  }
  50% {
    -webkit-transform: rotate(-10deg) translate(0, 5px);
            transform: rotate(-10deg) translate(0, 5px);
  }
  55% {
    -webkit-transform: rotate(-10deg) translate(-2px, 0px);
            transform: rotate(-10deg) translate(-2px, 0px);
  }
  60% {
    -webkit-transform: rotate(-10deg) translate(0, 0);
            transform: rotate(-10deg) translate(0, 0);
  }
}

@keyframes speak {
  35% {
    -webkit-transform: rotate(-10deg) translate(0, 0);
            transform: rotate(-10deg) translate(0, 0);
  }
  40% {
    -webkit-transform: rotate(-10deg) translate(10px, 10px);
            transform: rotate(-10deg) translate(10px, 10px);
  }
  45% {
    -webkit-transform: rotate(-10deg) translate(10px, 2px);
            transform: rotate(-10deg) translate(10px, 2px);
  }
  50% {
    -webkit-transform: rotate(-10deg) translate(0, 5px);
            transform: rotate(-10deg) translate(0, 5px);
  }
  55% {
    -webkit-transform: rotate(-10deg) translate(-2px, 0px);
            transform: rotate(-10deg) translate(-2px, 0px);
  }
  60% {
    -webkit-transform: rotate(-10deg) translate(0, 0);
            transform: rotate(-10deg) translate(0, 0);
  }
}
.tariffs {
  overflow: hidden;
}

.tariffs__content {
  position: relative;
}

.tariffs__label {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.tariffs .sketch {
  width: 27%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: auto;
}

.tariffs .sketch svg .mouth {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.tariffs .sketch strong {
  width: 348px;
  top: 16%;
  left: 72%;
  z-index: 1;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-animation: speak3 4s linear infinite;
          animation: speak3 4s linear infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes speak3 {
  35% {
    -webkit-transform: rotate(10deg) translate(0, 0);
            transform: rotate(10deg) translate(0, 0);
  }
  40% {
    -webkit-transform: rotate(10deg) translate(10px, 10px);
            transform: rotate(10deg) translate(10px, 10px);
  }
  45% {
    -webkit-transform: rotate(10deg) translate(10px, 2px);
            transform: rotate(10deg) translate(10px, 2px);
  }
  50% {
    -webkit-transform: rotate(10deg) translate(0, 5px);
            transform: rotate(10deg) translate(0, 5px);
  }
  55% {
    -webkit-transform: rotate(10deg) translate(-2px, 0px);
            transform: rotate(10deg) translate(-2px, 0px);
  }
  60% {
    -webkit-transform: rotate(10deg) translate(0, 0);
            transform: rotate(10deg) translate(0, 0);
  }
}

@keyframes speak3 {
  35% {
    -webkit-transform: rotate(10deg) translate(0, 0);
            transform: rotate(10deg) translate(0, 0);
  }
  40% {
    -webkit-transform: rotate(10deg) translate(10px, 10px);
            transform: rotate(10deg) translate(10px, 10px);
  }
  45% {
    -webkit-transform: rotate(10deg) translate(10px, 2px);
            transform: rotate(10deg) translate(10px, 2px);
  }
  50% {
    -webkit-transform: rotate(10deg) translate(0, 5px);
            transform: rotate(10deg) translate(0, 5px);
  }
  55% {
    -webkit-transform: rotate(10deg) translate(-2px, 0px);
            transform: rotate(10deg) translate(-2px, 0px);
  }
  60% {
    -webkit-transform: rotate(10deg) translate(0, 0);
            transform: rotate(10deg) translate(0, 0);
  }
}
.tariffs__title > * {
  text-align: center;
}

.tariffs__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  grid-gap: 30px;
  padding: 32px 0 0 0;
  position: relative;
  z-index: 2;
}

.tariffs__item {
  padding: 55px 30px 30px 30px;
  border-radius: 24px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 35px 0 rgba(201, 207, 221, 0.25);
          box-shadow: 0 10px 35px 0 rgba(201, 207, 221, 0.25);
  position: relative;
}

.tariffs__item > strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  height: 70px;
  height: 80px;
  padding: 0 23px;
  border-radius: 16px;
  line-height: 125%;
  background-color: #2B3F5A;
  font-family: "Montserrat-SemiBold";
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.tariffs__item > strong > span:nth-child(2) {
  font-size: 14px;
  line-height: 120%;
}

.tariffs__item > b {
  font-family: "Montserrat-Bold";
  font-size: 32px;
  text-align: center;
  margin: 20px 0 0 0;
}

.tariffs__item .list {
  padding: 0 0 24px 0;
  border-bottom: 1px solid #ebeff4;
}

.tariffs__item .btn {
  width: 100%;
  padding: 0 12px;
  margin: 20px 0 0 0;
}

.tariffs__item.tariffs__item--blue {
  border: 4px solid #047AD0;
}

.tariffs__item.tariffs__item--blue > strong {
  background-color: #047AD0;
}

.tariffs__form {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 12px;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #ebeff4;
}

.tariffs__form label {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 10px;
  position: relative;
  cursor: pointer;
}

.tariffs__form label input {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.tariffs__form label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: 5px solid #2B3F5A;
  background-color: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.tariffs__form label span svg {
  width: 58%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
.tariffs__form label span svg path {
  stroke: #2B3F5A !important;
}

.tariffs__form label p {
  margin: 1px 0 0 0;
}

.tariffs__form label span.active svg {
  opacity: 1;
}

.tariffs__item > p {
  width: 80%;
  font-family: "Montserrat-Medium";
  font-size: 20px;
  text-align: center;
  margin: 20px auto 0 auto;
}

.more {
  display: none;
}

.development__content {
  position: relative;
}

.development .sketch {
  width: 30%;
  position: absolute;
  top: -32px;
  right: 40px;
}

.development .sketch svg .mouth {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.development .sketch strong {
  width: 368px;
  top: 29%;
  left: -44%;
  z-index: 1;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-animation: speak 4s linear infinite;
          animation: speak 4s linear infinite;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.development__title {
  width: 42%;
}

.development__slider {
  padding: 0 0 212px 0;
}

.swiper-pagination--development {
  display: none;
}

.development__slider .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 50px;
}

.example {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 24px;
  background-color: #F3F6FB;
  overflow: hidden;
  position: relative;
}
.example:nth-child(even) {
  -webkit-transform: translate(0, 212px);
      -ms-transform: translate(0, 212px);
          transform: translate(0, 212px);
}

.development__slider .swiper-wrapper .example:nth-child(n+7) {
  display: none;
}

.development__content.active .development__slider .swiper-wrapper .example:nth-child(n+7) {
  display: block;
}

.example__img {
  width: 100%;
  height: auto;
  padding-top: 65%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
  overflow: hidden;
}

.example__img > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% - 60px);
  height: 50px;
  padding: 0 20px;
  border-radius: 100vw;
  background-color: #047AD0;
  font-family: "Montserrat-Medium";
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}

.example__img--1 {
  background-image: url("../img/pogruzchik.jpg");
}

.example__img--2 {
  background-image: url("../img/profmasterof.jpg");
}

.example__img--3 {
  background-image: url("../img/stopvarikoz.jpg");
}

.example__img--4 {
  background-image: url("../img/profildoors.jpg");
}

.example__img--5 {
  background-image: url("../img/ecocom.jpg");
}

.example__img--6 {
  background-image: url("../img/sushi.jpg");
}

.example__info {
  display: block;
  width: 50%;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.example__info h4 {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  font-size: 22px;
}

.development__content .btn {
  margin: 50px auto 0 auto;
  padding: 0 90px;
}

.team {
  width: calc(100% - 50px);
  border-radius: 64px;
  background-color: #f5f7fb;
  margin: 0 auto;
}

.team__label {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 30px;
  position: relative;
  z-index: 1;
}

.team .sketch {
  width: 24%;
  position: absolute;
  bottom: 0;
  right: 66px;
  z-index: 1;
}

.team .sketch strong {
  width: 270px;
  font-size: 26px;
  top: 50%;
  left: -76%;
  z-index: 1;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-animation: speak 4s linear infinite;
          animation: speak 4s linear infinite;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.team .sketch svg .mouth {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.team__title {
  width: 648px;
  position: relative;
  z-index: 2;
}

.slider-container--team {
  position: relative;
  z-index: 2;
}

.team__slider {
  padding: 24px 24px 0 24px;
  -webkit-transform: translate(-24px, -24px);
      -ms-transform: translate(-24px, -24px);
          transform: translate(-24px, -24px);
}

.team__item {
  width: 470px;
  height: auto;
}

.team__img {
  width: 100%;
  height: auto;
  padding-top: 120%;
  border-radius: 24px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 24px 0 rgba(201, 207, 221, 0.25);
          box-shadow: 0 10px 24px 0 rgba(201, 207, 221, 0.25);
  margin: 0 0 24px 0;
  position: relative;
  overflow: hidden;
}
.team__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.team__info p {
  margin: 12px 0 0 0;
  line-height: 140%;
}

section:has(+ .team) {
  margin-bottom: 120px;
}

.sources {
  width: calc(100% - 50px);
  border-radius: 64px;
  background-color: #273446;
  margin: 0 auto 60px auto;
}

.sources__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 164px;
}

.sources__title > * {
  color: #fff;
}

.sources__info .list p {
  color: #fff;
}

.sources__form {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 30px;
}

.input-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  border-radius: 16px;
  padding: 0 35px;
  background-color: #fff;
  border: 2px solid transparent;
  grid-gap: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  font-family: "Manrope-Regular";
  font-size: 20px;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.discussion__form .btn,
.sources__form .btn {
  width: 100%;
  border: 2px solid transparent;
}
.discussion__form .btn::after,
.sources__form .btn::after {
  background-color: #fff;
}

.company {
  width: calc(100% - 50px);
  border-radius: 64px;
  background-color: #f5f7fb;
  margin: 0 auto;
}

.company__title > * {
  text-align: center;
}

.company__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 30px;
  margin: 0 auto;
}

.company__item {
  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;
  padding-top: 65%;
  border-radius: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 35px 0 rgba(201, 207, 221, 0.25);
          box-shadow: 0 10px 35px 0 rgba(201, 207, 221, 0.25);
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.company__item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.company__item-info {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 12px;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #047AD0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.company__item strong {
  font-family: "Manrope-SemiBold";
  font-size: 32px;
  text-align: center;
  color: #fff;
}

.company__item p {
  font-family: "Manrope-Regular";
  text-align: center;
  color: #fff;
}

.services__title > * {
  text-align: center;
}

.services__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  row-gap: 24px;
  height: auto;
}

.services__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 30px 30px 25px 30px;
  border: 1.5px solid #e8ebf2;
  border-radius: 24px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.services__item-info > *:not(img) {
  position: relative;
  z-index: 2;
}

.services__item-info > img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.services__item-info h6 {
  width: 76%;
  margin: 0 0 42px 0;
  position: relative;
  z-index: 2;
}

.services__item-info strong {
  font-family: "Montserrat-SemiBold";
  font-size: 24px;
  color: #aeb6c8;
  margin: auto 0 0 0;
}

.services__item .btn {
  width: 100%;
  padding: 0 12px;
}

.discussion__label {
  padding: 0 0 50px 0;
  position: relative;
}

.discussion__title {
  width: 41%;
}

.discussion__label > p strong {
  display: block;
  color: #047AD0;
}

.discussion__label .sketch {
  width: 31%;
  position: absolute;
  bottom: -28px;
  right: 0;
}

.discussion .sketch .mouth {
  -webkit-animation: speak2 4s linear infinite;
          animation: speak2 4s linear infinite;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.discussion .sketch strong {
  width: 276px;
  font-size: 26px;
  top: 47%;
  left: -65%;
  z-index: 1;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-animation: speak 4s linear infinite;
          animation: speak 4s linear infinite;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.discussion__form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 30px;
  padding: 40px;
  border-radius: 32px;
  background-color: #273446;
  position: relative;
  z-index: 2;
}

.contacts {
  width: calc(100% - 50px);
  border-radius: 64px;
  background-color: #f5f7fb;
  margin: 0 auto;
}

.contacts__items {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 32px;
  padding: 100px 0 0 0;
}

.contacts__item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.contacts__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: auto;
  margin: 0 0 2px 0;
}
.contacts__item span svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.contacts__item small {
  font-size: 14px;
  line-height: 140%;
  color: #8690A4;
}

.contacts__item a,
.contacts__item strong {
  font-family: "Montserrat-Medium";
  font-size: 20px;
  line-height: 140%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.contacts-tabs {
  width: 100%;
  height: 100%;
  position: relative;
}

.contacts__tabl-label {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 30px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.contacts-tabs__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
  width: 100%;
  padding: 0 30px;
  margin: 30px 0 0 0;
}

.contacts-tabs__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 54px;
  border-radius: 100vw;
  background-color: #fff;
  font-family: "Montserrat-SemiBold";
  font-size: 18px;
  color: #047AD0;
  text-align: center;
  padding: 0 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.contacts-tabs__btn.tabs__nav-btn--active {
  background-color: #047AD0;
  color: #fff;
}

.tabs__panels {
  position: relative;
  z-index: 1;
}

.tabs__panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 30px;
  width: 100%;
}

.tabs__panel.tabs__panel--active {
  display: grid;
}

.contacts__map-wrapper {
  width: 100%;
  height: auto;
  padding-top: 70%;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.contacts__map {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.footer {
  width: calc(100% - 50px);
  border-radius: 32px !important;
  background-color: #273446;
  margin: 60px auto 30px auto;
}

.footer__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
  padding: 34px 0;
}

.footer__logo {
  width: 352px;
}
.footer__logo strong {
  color: #fff;
}

.copyright {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 12px;
}

.copyright a {
  font-family: "Manrope-Regular";
  font-size: 18px;
  line-height: 160%;
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.info > *:nth-child(1) {
  margin-top: 0;
}

.info > h1,
.info > .fake-h1,
.info > h2,
.info > h3,
.info > h4,
.info > h5,
.info > h6 {
  margin: 40px 0 20px 0;
}

.info > strong {
  display: block;
  font-family: "Montserrat-Bold";
  font-size: 20px;
  line-height: 120%;
  color: #2B3F5A;
  margin: 20px 0 12px 0;
}
.info > strong:last-child {
  margin: 20px 0 0 0;
}
.info > strong:only-child {
  margin: 0;
}

.info > p {
  margin: 12px 0;
}
.info > p:first-child {
  margin: 0 0 12px 0;
}
.info > p:last-child {
  margin: 12px 0 0 0;
}
.info > p:only-child {
  margin: 0;
}

.info > ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 8px;
  margin: 16px 0;
}
.info > ul:first-child {
  margin: 0 0 12px 0;
}
.info > ul:last-child {
  margin: 16px 0 0 0;
}
.info > ul:only-child {
  margin: 0;
}

.info > ul li {
  padding: 0 0 0 20px;
  font-size: 18px;
  line-height: 160%;
  color: #2B3F5A;
  position: relative;
}
.info > ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #047AD0;
  position: absolute;
  top: 12px;
  left: 4px;
  z-index: 1;
}

.info ol {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 10px;
  counter-reset: number 0;
}
.info ol:first-child {
  margin: 0 0 16px 0;
}
.info ol:last-child {
  margin: 16px 0 0 0;
}
.info ol:only-child {
  margin: 0;
}

.info ol li {
  font-size: 16px;
  line-height: 150%;
  counter-increment: number;
  position: relative;
}
.info ol li::before {
  content: counter(number) ".";
  display: inline-block;
  margin: 0 6px 0 0;
}

.info > small {
  display: block;
  font-family: "Montserrat-Medium";
  font-size: 14px;
  line-height: 150%;
  margin: 20px 0 12px 0;
}
.info > small:last-child {
  margin: 20px 0 0 0;
}
.info > small:only-child {
  margin: 0;
}

.info > img + small {
  text-align: center;
  margin: 8px 0;
}
.info > img + small:last-child {
  margin: 8px 0 0 0;
}

.info > img {
  width: 100%;
  height: 584px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 16px;
  margin: 20px 0;
}
.info > img:last-child {
  margin: 20px 0 0 0;
}

.info > img:has(+ small) {
  margin: 20px 0 10px 0;
}

.info > .btn {
  margin: 40px 0;
}
.info > .btn:last-child {
  margin: 40px 0 0 0;
}

/* hover */
@media (min-width: 992px) {
  .tariffs__form label span {
    cursor: pointer;
  }
  .tariffs__form label span:hover {
    border: 5px solid #63ACE2;
    background-color: #BFDCF2;
  }
  .tariffs__form label span:focus {
    border: 5px solid #63ACE2;
    background-color: #BFDCF2;
  }
  .contacts-tabs__btn {
    cursor: pointer;
  }
  .contacts-tabs__btn:hover {
    background-color: #047AD0;
    color: #fff;
  }
  .contacts-tabs__btn:focus {
    background-color: #047AD0;
    color: #fff;
  }
  a.company__item:hover {
    -webkit-box-shadow: 0 10px 35px 0 rgba(201, 207, 221, 0.8);
            box-shadow: 0 10px 35px 0 rgba(201, 207, 221, 0.8);
  }
  a.company__item:focus {
    -webkit-box-shadow: 0 10px 35px 0 rgba(201, 207, 221, 0.8);
            box-shadow: 0 10px 35px 0 rgba(201, 207, 221, 0.8);
  }
  a.company__item:hover img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
            transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  a.company__item:focus img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
            transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .discussion__form .btn.btn--blue:hover,
  .sources__form .btn.btn--blue:hover {
    color: #047AD0;
    border: 2px solid #047AD0;
  }
  .checkbox__text::before,
  .checkbox__text::after {
    cursor: pointer;
  }
  .copyright a:hover,
  .contacts__item a:hover,
  .checkbox__text a:hover {
    color: #047AD0;
  }
  .copyright a:focus,
  .contacts__item a:focus,
  .checkbox__text a:focus {
    color: #047AD0;
  }
  .popup__close {
    cursor: pointer;
  }
  .popup__close:hover {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .popup__close:focus {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .input-wrapper:hover {
    border: 2px solid #047AD0;
  }
  .input-wrapper:focus {
    border: 2px solid #047AD0;
  }
  .example:hover h4 {
    color: #047AD0;
  }
  .example:focus h4 {
    color: #047AD0;
  }
  .slider-btn {
    cursor: pointer;
  }
  .slider-btn:hover {
    background-color: #047AD0;
  }
  .slider-btn:focus {
    background-color: #047AD0;
  }
  .slider-btn:hover svg path {
    stroke: #fff;
  }
  .slider-btn:focus svg path {
    stroke: #fff;
  }
  .btn.btn--blue:hover {
    border: none;
  }
  .btn:hover {
    border: 2px solid #273446;
    color: #fff;
  }
  .btn:hover svg path {
    fill: #fff;
  }
  .btn:hover:after {
    left: 0;
    width: 100%;
  }
  .menu li a:hover {
    color: #047AD0;
  }
  .menu li a:focus {
    color: #047AD0;
  }
  .menu li a:hover img {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  .menu li a:focus img {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  .social:hover {
    -webkit-transform: translate(0, -3px);
        -ms-transform: translate(0, -3px);
            transform: translate(0, -3px);
  }
  .social:focus {
    -webkit-transform: translate(0, -3px);
        -ms-transform: translate(0, -3px);
            transform: translate(0, -3px);
  }
  a.header__item:hover {
    color: #047AD0;
  }
  a.header__item:focus {
    color: #047AD0;
  }
  a.header__item:hover span svg {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  a.header__item:focus span svg {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  .logo:hover strong {
    color: #047AD0;
  }
  .logo:focus strong {
    color: #047AD0;
  }
  p a:hover {
    color: #2B3F5A;
  }
  p a:focus {
    color: #2B3F5A;
  }
  a,
  button {
    cursor: pointer;
  }
}
/** breakpoint  **/
@media (max-width: 1820px) {
  .welcome .sketch svg {
    -webkit-transform: translate(15%, 0);
        -ms-transform: translate(15%, 0);
            transform: translate(15%, 0);
  }
  .welcome .sketch strong {
    left: -44%;
  }
  .slider-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1749px) {
  .slider-btn--prev {
    -webkit-transform: translate(-130%, -50%);
        -ms-transform: translate(-130%, -50%);
            transform: translate(-130%, -50%);
  }
  .slider-btn--next {
    -webkit-transform: translate(130%, -50%);
        -ms-transform: translate(130%, -50%);
            transform: translate(130%, -50%);
  }
}
@media (max-width: 1679px) {
  .services__slider {
    width: calc(100% - 140px);
    margin: 0 auto;
  }
  .slider-btn--prev,
  .slider-btn--next {
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .welcome__info h1 b,
  .welcome__info .fake-h1 b {
    padding: 0 10px 6px 10px;
  }
  .welcome .sketch strong {
    left: -55%;
  }
  .welcome .sketch svg {
    -webkit-transform: translate(3%, 0);
        -ms-transform: translate(3%, 0);
            transform: translate(3%, 0);
  }
  .sources {
    width: calc(100% - 30px);
  }
  .contacts__tabl-label,
  .tabs__panel {
    grid-gap: 0;
  }
  h1,
  .fake-h1,
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 38px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 23px;
  }
  h6 {
    font-size: 21px;
  }
}
@media (max-width: 1549px) {
  .container {
    width: min(1500px, 100% - 40px);
  }
  .welcome .sketch strong {
    left: -38%;
  }
  .welcome .sketch svg {
    -webkit-transform: translate(2%, 0);
        -ms-transform: translate(2%, 0);
            transform: translate(2%, 0);
  }
  .welcome__links {
    gap: 16px;
    margin: 40px 0 0 0;
  }
  .tariffs__items {
    grid-gap: 20px;
    padding: 32px 0 0 0;
  }
  .tariffs .sketch strong {
    left: 67%;
  }
  .tariffs__item > b {
    font-size: 30px;
  }
  .team__item {
    width: auto;
  }
  .team__img {
    padding-top: 128%;
  }
  .sources__content {
    padding: 0 15px;
    grid-gap: 80px;
  }
  .team,
  .sources,
  .company,
  .contacts,
  .footer {
    width: calc(100% - 20px);
    border-radius: 40px;
  }
  .team__slider {
    padding: 10px 0 0 10px;
    -webkit-transform: translate(-10px, -10px);
        -ms-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px);
  }
  .team__img {
    -webkit-box-shadow: 0 2px 10px 0 rgba(201, 207, 221, 0.4);
            box-shadow: 0 2px 10px 0 rgba(201, 207, 221, 0.4);
  }
  .company__items {
    grid-gap: 20px;
  }
  .services__item-info {
    padding: 25px;
  }
  .contacts__content {
    grid-template-columns: 1fr 1.4fr;
  }
  .copyright a {
    font-size: 14px;
  }
  .footer {
    margin: 30px auto 10px auto;
  }
  .info > img {
    height: 450px;
  }
}
@media (max-width: 1439px) {
  section {
    padding: 50px 0;
  }
  .services__item-info h6 {
    font-size: 18px;
  }
  .services__item-info strong {
    font-size: 22px;
  }
  .logo {
    grid-gap: 3px;
  }
  .logo strong {
    font-size: 28px;
  }
  .logo img {
    max-width: 86%;
  }
  .header__logo {
    width: 292px;
  }
  .nav {
    margin: 24px 0 0 0;
  }
  .header {
    padding: 10px 0;
  }
  .header__items {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .header__item {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
  .header__item span {
    width: 22px;
  }
  .welcome__info {
    padding: 30px 0;
  }
  .welcome__content {
    grid-template-columns: 1.2fr 1fr;
  }
  .welcome__info .list {
    margin: 22px 0 0 0;
  }
  .welcome__links {
    gap: 14px;
    margin: 30px 0 0 0;
  }
  .welcome .sketch {
    height: 78%;
  }
  .welcome .sketch strong {
    width: 336px;
    font-size: 26px;
    left: -58%;
  }
  .list li span {
    width: 26px;
    height: 26px;
  }
  .list li p {
    margin: 0;
    line-height: 150%;
  }
  .tariffs__item {
    padding: 50px 20px 20px 20px;
  }
  .tariffs__item > b {
    font-size: 28px;
  }
  .tariffs__item > strong {
    width: 86%;
    height: 80px;
  }
  .tariffs .sketch {
    top: 46px;
  }
  .tariffs .sketch strong {
    top: 0%;
  }
  .development__slider .swiper-wrapper {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 30px;
  }
  .example__img > span {
    height: 42px;
    padding: 0 16px;
    font-size: 16px;
    top: 20px;
    right: 20px;
  }
  .development .sketch {
    top: 28px;
    right: 0;
  }
  .development .sketch strong {
    left: -64%;
  }
  .development__links {
    gap: 20px;
  }
  .team .sketch {
    right: 38px;
  }
  .team .sketch strong {
    left: -88%;
  }
  .team__img {
    margin: 0 0 18px 0;
  }
  .sources__info > p {
    width: 100%;
    font-size: 18px;
  }
  .sources__content {
    grid-gap: 30px;
  }
  .company__item strong {
    font-size: 30px;
  }
  .discussion__form {
    grid-template-columns: 1fr 1fr;
  }
  .contacts-tabs__nav {
    padding: 0 20px;
    top: 20px;
  }
  .contacts-tabs__btn {
    height: 46px;
    font-size: 16px;
  }
  .contacts__item a,
  .contacts__item strong {
    font-size: 19px;
  }
  .footer__content {
    padding: 24px 0;
  }
  .footer {
    border-radius: 24px !important;
  }
  .footer__logo {
    width: 292px;
  }
  h1,
  .fake-h1,
  h2 {
    font-size: 44px;
  }
  h3 {
    font-size: 35px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 20px;
  }
  p,
  .info > ul li {
    font-size: 17px;
  }
  .info > strong {
    font-size: 19px;
  }
  .info > img {
    height: 390px;
  }
}
@media (max-width: 1239px) {
  .header__item strong {
    font-size: 17px;
  }
  .social {
    width: 36px;
    height: 36px;
  }
  .header__items {
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
  }
  .nav {
    margin: 24px 0 0 0;
  }
  .header {
    padding: 10px 0;
  }
  .menu li a {
    font-size: 16px;
  }
  .welcome__info > p {
    width: 100%;
  }
  .tariffs__item > b {
    font-size: 26px;
  }
  .development__title {
    width: 47%;
  }
  .team .sketch {
    right: -10px;
  }
  .team__title {
    width: 518px;
  }
  .team .sketch strong {
    left: -102%;
  }
  .sources__info > p {
    font-size: 17px;
  }
  .btn,
  .input-wrapper {
    height: 64px;
  }
  .input-wrapper {
    padding: 0 25px;
  }
  .sources__content {
    padding: 0;
  }
  .company__item strong {
    font-size: 26px;
  }
  .company__item-info p {
    line-height: 130%;
    font-size: 16px;
  }
  .services__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0;
  }
  .services__item {
    height: auto;
  }
  .title {
    margin: 0 0 30px 0;
  }
  .discussion .sketch strong {
    top: 24%;
    left: -78%;
  }
  .discussion__form {
    grid-gap: 20px;
    padding: 30px 20px;
  }
  .copyright a {
    font-size: 15px;
  }
  .contacts__tabl-label,
  .tabs__panel {
    grid-template-columns: 1fr 1.4fr;
  }
  h1,
  .fake-h1,
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 33px;
  }
}
@media (max-width: 1119px) {
  .header {
    position: relative;
  }
  .team .sketch strong {
    left: -84%;
    top: 39%;
  }
  .contacts-tabs__btn {
    height: 40px;
    font-size: 13px;
    padding: 0 8px;
  }
  .contacts-tabs__nav {
    margin: 20px 0 0 0;
  }
  .team .sketch strong {
    width: 211px;
    font-size: 19px;
  }
  .welcome__content {
    grid-template-columns: 1.4fr 1fr;
  }
  .welcome .sketch {
    height: 60%;
  }
  .welcome .sketch strong {
    width: 261px;
    font-size: 20px;
    left: -64%;
  }
  .list {
    row-gap: 10px;
  }
  .sketch strong {
    font-size: 20px;
  }
  .tariffs .sketch strong {
    width: 285px;
  }
  .tariffs__item > strong {
    width: 88%;
    font-size: 18px;
  }
  .tariffs__item {
    border-radius: 16px;
  }
  .tariffs__item > b {
    font-size: 23px;
  }
  .development__title {
    width: 52%;
  }
  .development .sketch strong {
    width: 251px;
  }
  .sources__content {
    grid-template-columns: 1.2fr 1fr;
  }
  .company__item strong {
    font-size: 23px;
  }
  .discussion .sketch strong {
    left: -83%;
  }
  h1,
  .fake-h1,
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  .info > strong {
    font-size: 17px;
  }
  .info > img {
    height: 312px;
  }
}
@media (max-width: 991px) {
  .contacts__item small {
    display: none;
  }
  .header__item--email {
    display: none;
  }
  .social {
    width: 40px;
    height: 40px;
  }
  .icon-menu.icon-menu--open,
  .icon-menu.icon-menu--close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav__logo {
    display: grid;
    width: 294px;
  }
  .nav {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 40px;
    width: 70%;
    height: 100svh;
    margin: 0;
    padding: 20px 20px 30px 26px;
    border-radius: 0;
    overflow-y: scroll;
    background-color: #f6f6f6;
    position: fixed;
    top: 0;
    right: -105%;
    z-index: 10;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .nav.active {
    right: 0;
    -webkit-box-shadow: 0 0 0 9999px rgba(11, 11, 11, 0.75);
            box-shadow: 0 0 0 9999px rgba(11, 11, 11, 0.75);
  }
  .icon-menu.icon-menu--close {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 16px 0 0 0;
  }
  .menu {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 16px;
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
    position: relative;
    z-index: 3;
  }
  .menu > li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
  }
  .menu > li > a {
    padding: 4px 0 8px 0;
    font-size: 18px;
  }
  .hidden {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 20px;
    margin: auto 0 0 0;
  }
  .show h1,
  .show .fake-h1,
  .show h2,
  .show h3,
  .show h4,
  .show h5,
  .show h6,
  .show .up {
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .welcome__content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-gap: 28px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .welcome__info {
    padding: 0;
  }
  .welcome__links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 20px;
  }
  .welcome__links .btn {
    width: 100%;
    padding: 0 12px;
  }
  .welcome .sketch {
    width: 50%;
    height: auto;
  }
  .welcome .sketch svg {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .welcome .sketch strong {
    width: 332px;
    font-size: 26px;
    left: -88%;
  }
  .popup__content {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    width: 60%;
  }
  .popup__img {
    height: auto;
    padding-top: 60%;
  }
  .popup__img svg {
    width: auto;
    height: 100%;
    right: 50%;
    -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
  .input {
    font-size: 18px;
  }
  *::-webkit-input-placeholder {
    font-size: 18px;
  }
  *::-moz-placeholder {
    font-size: 18px;
  }
  *:-ms-input-placeholder {
    font-size: 18px;
  }
  *::-ms-input-placeholder {
    font-size: 18px;
  }
  *::placeholder {
    font-size: 18px;
  }
  *::-webkit-input-placeholder {
    font-size: 18px;
  }
  *::-ms-input-placeholder {
    font-size: 18px;
  }
  *::-moz-placeholder {
    font-size: 18px;
  }
  .popup__form > strong {
    font-size: 32px;
  }
  .tariffs__items {
    grid-template-columns: 1fr;
    grid-gap: 52px;
    margin: 20px 0 0 0;
  }
  .tariffs__label {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .tariffs .sketch {
    width: 27%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .tariffs {
    width: calc(100% - 20px);
    border-radius: 40px;
    background-color: #f5f7fb;
    margin: 0 auto;
  }
  .tariffs .sketch {
    width: 42%;
  }
  .sketch strong {
    font-size: 24px;
  }
  .tariffs .sketch strong {
    width: 345px;
  }
  .tariffs .sketch strong {
    top: 20%;
    left: 84%;
  }
  .tariffs__item > strong {
    width: calc(100% - 40px);
    font-size: 18px;
  }
  .development {
    overflow: hidden;
  }
  .development .sketch {
    width: 44%;
    position: relative;
    top: inherit;
    right: inherit;
    margin: 0 20px 20px auto;
  }
  .development .sketch strong {
    width: 300px;
    left: -79%;
  }
  .development__title {
    width: 100%;
    padding: 0 20px;
  }
  .development__title > * {
    text-align: center;
  }
  .development__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0;
  }
  .example {
    height: auto;
  }
  .example:nth-child(even) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .development__slider {
    padding: 0;
  }
  .development__links {
    display: block;
    margin: 30px 0 0 0;
  }
  .development__links > .btn {
    margin: 0 auto;
  }
  .development__links .btn--blue {
    display: none;
  }
  .team__label {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .team .sketch {
    width: 44%;
    position: relative;
    bottom: inherit;
    right: inherit;
    margin: 0 0 0 auto;
  }
  .team .sketch strong {
    top: 28%;
    left: -76%;
  }
  .team__title {
    width: 478px;
  }
  .sources__content {
    grid-template-columns: 1fr;
  }
  .company__items {
    grid-template-columns: 1fr 1fr;
  }
  .discussion__label .sketch {
    width: 44%;
    position: relative;
    bottom: inherit;
    right: inherit;
    margin: 20px 0 0 auto;
  }
  .discussion__label {
    padding: 0;
  }
  .discussion__title {
    width: 62%;
  }
  .title {
    margin: 0 0 20px 0;
  }
  .discussion__form {
    margin: -24px 0 0 0;
  }
  .contacts__content {
    grid-template-columns: 1fr;
  }
  .contacts-tabs {
    height: auto;
  }
  .contacts__map-wrapper {
    height: auto;
    padding-top: 80%;
  }
  .footer__logo.logo strong {
    font-size: 28px;
  }
  .slider-container--services {
    padding: 0 0 70px 0;
  }
  .services__slider {
    width: 100%;
    margin: 0 auto;
  }
  .slider-btn--prev {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-120%, 0);
        -ms-transform: translate(-120%, 0);
            transform: translate(-120%, 0);
  }
  .slider-btn--next {
    top: auto;
    bottom: 0;
    right: 50%;
    -webkit-transform: translate(120%, 0);
        -ms-transform: translate(120%, 0);
            transform: translate(120%, 0);
  }
  .contacts__tabl-label {
    grid-template-columns: 1fr;
    grid-gap: 0;
    position: relative;
    margin: 0 0 30px 0;
  }
  .contacts-tabs__nav {
    margin: 0;
  }
  .contacts__items {
    padding: 0;
  }
  .tabs__panel {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 30px;
  }
  .development__slider .swiper-wrapper .example:nth-child(n+7) {
    display: block;
  }
  .development__content .btn {
    display: none;
  }
  .example__info {
    display: block;
  }
  .swiper-pagination.swiper-pagination--development {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    margin: 30px auto 0 auto;
  }
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  section:has(+ .team) {
    margin-bottom: 0;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #047AD0 !important;
  }
  .info > *:nth-child(1) {
    margin: 0 0 14px 0;
  }
  .info > h1,
  .info > .fake-h1,
  .info > h2,
  .info > h3,
  .info > h4,
  .info > h5,
  .info > h6 {
    margin: 20px 0 10px 0;
  }
  .info > strong {
    margin: 20px 0 10px 0;
  }
  .info > strong:last-child {
    margin: 20px 0 0 0;
  }
  .info > strong:only-child {
    margin: 0;
  }
  .info > p {
    margin: 10px 0;
  }
  .info > p:first-child {
    margin: 0 0 10px 0;
  }
  .info > p:last-child {
    margin: 10px 0 0 0;
  }
  .info > p:only-child {
    margin: 0;
  }
  .info > img {
    height: 320px;
    margin: 14px 0;
  }
  .info > img:last-child {
    margin: 14px 0 0 0;
  }
  .info > img:has(+ small) {
    margin: 14px 0 8px 0;
  }
  .info ol,
  .info ul {
    margin: 14px 0;
  }
  .info ol:first-child,
  .info ul:first-child {
    margin: 0 0 14px 0;
  }
  .info ol:last-child,
  .info ul:last-child {
    margin: 14px 0 0 0;
  }
  .info > small {
    margin: 12px 0;
  }
  .info > small:last-child {
    margin: 12px 0 0 0;
  }
  .info > .btn {
    margin: 30px 0;
  }
  .info > .btn:last-child {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 767px) {
  .nav {
    width: 80%;
    padding: 20px;
  }
  .discussion .sketch strong {
    left: -105%;
  }
  .contacts__items {
    row-gap: 24px;
  }
  .contacts-tabs__nav {
    padding: 0;
  }
  .example__img > span {
    display: none;
  }
  .example__info {
    width: 100%;
    padding: 20px;
  }
  .example__info h4 {
    font-size: 18px;
  }
}
@media (max-width: 660px) {
  .logo strong,
  .footer__logo.logo strong {
    font-size: 26px;
  }
  .header__logo {
    width: 277px;
  }
  .header__item--address strong {
    padding: 0 7px 0 0;
  }
  .header__item strong {
    font-size: 16px;
  }
  .btn {
    font-size: 17px;
  }
  .welcome__links {
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }
  .welcome .sketch strong {
    width: 286px;
    font-size: 22px;
    left: -100%;
  }
  .sketch strong {
    font-size: 20px;
  }
  .team .sketch strong {
    top: 23%;
    left: -110%;
  }
  .discussion .sketch strong {
    left: -118%;
  }
  .contacts-tabs__nav {
    padding: 0 10px;
    top: 12px;
    grid-gap: 12px;
  }
  .contacts-tabs__btn {
    height: 42px;
    font-size: 15px;
  }
  .contacts__map-wrapper {
    padding-top: 100%;
  }
  .footer__content {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .copyright {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 8px;
  }
  .popup__content {
    width: 90%;
  }
  .popup__inputs .btn {
    width: 100%;
  }
  .discussion__form {
    grid-template-columns: 1fr;
  }
  h1,
  .fake-h1,
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 27px;
  }
  p,
  .info > ul li,
  .sources__info > p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .nav {
    width: 90%;
  }
  .header-rating {
    display: none;
  }
  .header__items {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    row-gap: 14px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__center {
    display: contents;
  }
  .header__logo {
    grid-row: 1;
    grid-column: 1;
    width: auto;
    max-width: 100%;
  }
  .header__items .socials {
    grid-row: 2;
    grid-column: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__right {
    display: contents;
  }
  .header__item--tel {
    grid-row: 2;
    grid-column: 2;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-self: end;
  }
  .icon-menu.icon-menu--open {
    grid-row: 1;
    grid-column: 2;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-self: end;
  }
  .header__item {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  .header__logo.logo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .header__logo-title {
    display: block;
    line-height: 1.25;
  }
  .logo {
    grid-gap: 10px;
  }
  .logo img {
    max-width: inherit;
    width: 52px;
  }
  .logo strong,
  .footer__logo.logo strong {
    font-size: 18px;
  }
  .header__logo,
  .footer__logo,
  .nav__logo {
    width: 246px;
  }
  .icon-menu {
    width: 34px;
    height: 23px;
  }
  .tariffs .sketch strong {
    left: 98%;
  }
  .services__item-info h6 {
    font-size: 24px;
    margin: 0 0 72px 0;
  }
  .services__item-info strong {
    font-size: 26px;
  }
  .socials {
    gap: 10px;
  }
  .social {
    width: 36px;
    height: 36px;
  }
  .header__item--address strong:nth-child(4),
  .header__item--address strong:nth-child(5) {
    display: none;
  }
  .header__item--address strong::before {
    display: none;
  }
  .welcome .sketch {
    width: 56%;
    padding: 35px 0 0 0;
    -webkit-transform: translate(14px, 0);
        -ms-transform: translate(14px, 0);
            transform: translate(14px, 0);
  }
  .welcome .sketch strong {
    width: 235px;
    font-size: 18px;
    left: -81%;
    top: 28%;
  }
  .sketch strong,
  .team .sketch strong,
  .discussion .sketch strong {
    font-size: 17px;
  }
  .tariffs .sketch {
    width: 52%;
  }
  .tariffs .sketch strong {
    width: 192px;
  }
  .development .sketch {
    width: 54%;
    margin: 0 10px 20px auto;
  }
  .development .sketch strong {
    width: 198px;
    left: -58%;
  }
  .example__img > span {
    height: 38px;
    padding: 0 13px;
    font-size: 14px;
    top: 16px;
    right: 16px;
  }
  .team .sketch {
    width: 52%;
  }
  .team .sketch strong {
    width: 215px;
    top: 30%;
    left: -72%;
  }
  .example__img {
    background-size: cover;
  }
  .team__title {
    width: 100%;
  }
  .sources__form {
    row-gap: 20px;
  }
  .company__items {
    grid-gap: 14px;
  }
  .company__item strong {
    font-size: 21px;
  }
  .discussion__title {
    width: 100%;
  }
  .discussion__label .sketch {
    width: 54%;
  }
  .discussion .sketch strong {
    width: 180px;
    left: -76%;
    top: 28%;
  }
  .discussion__form {
    grid-template-columns: 1fr;
  }
  .contacts-tabs__nav {
    grid-template-columns: repeat(1, 1fr);
  }
  .contacts-tabs__nav {
    padding: 0 20px;
    top: 20px;
    grid-gap: 10px;
  }
  .contacts__map-wrapper {
    padding-top: 140%;
  }
  .contacts__item a,
  .contacts__item strong {
    font-size: 18px;
  }
  h1,
  .fake-h1,
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 17px;
  }
}
@media (max-width: 479px) {
  .nav {
    width: 100%;
  }
  .container {
    width: min(1500px, 100% - 20px);
  }
  .header {
    padding: 5px 0;
    position: sticky;
    top: 0;
    z-index: 50;
  }
  .header-rating {
    display: none;
  }
  .header__items {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    row-gap: 16px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__center {
    display: contents;
  }
  .header__logo {
    grid-row: 1;
    grid-column: 1;
    width: auto;
    max-width: 100%;
  }
  .header__logo.logo {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .header__logo.logo strong {
    font-size: 16px;
    line-height: 1.2;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
  .header__logo.logo svg {
    width: 45px;
    height: auto;
  }
  .header__items .socials {
    grid-row: 2;
    grid-column: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .header__right {
    display: contents;
  }
  .header__item--tel {
    grid-row: 2;
    grid-column: 2;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-self: end;
  }
  .icon-menu.icon-menu--open {
    grid-row: 1;
    grid-column: 2;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-self: end;
  }
  .header__logo.logo {
    align-items: center;
  }
  .header__logo-title {
    display: block;
    line-height: 1.25;
  }
  .social {
    width: 34px;
    height: 34px;
  }
  .header__item span {
    width: 18px;
  }
  .header__item strong,
  .header__item b {
    font-size: 14px;
  }
  .icon-menu {
    width: 28px;
    height: 21px;
  }
  .icon-menu span {
    top: calc(50% - 1px);
    height: 2px;
  }
  .icon-menu.active span:nth-child(1) {
    top: calc(50% - 1px);
  }
  .icon-menu.active span:nth-child(3) {
    bottom: calc(50% - 1px);
  }
  .menu > li > a {
    font-size: 16px;
  }
  .contacts__item a,
  .contacts__item strong {
    font-size: 16px;
  }
  .contacts__item small {
    font-size: 13px;
  }
  .contacts__item span {
    width: 22px;
  }
  .welcome__info h1 b,
  .welcome__info .fake-h1 b {
    border-radius: 6px;
    padding: 0 10px 3px 10px;
  }
  .btn,
  .input-wrapper {
    height: 60px;
    border-radius: 12px;
    font-size: 15px;
  }
  .popup__content {
    grid-gap: 0;
    padding: 20px 12px 12px 12px;
  }
  .popup__img {
    display: none;
  }
  .input-wrapper {
    padding: 0 20px;
    grid-gap: 8px;
  }
  .input {
    font-size: 15px;
  }
  .input-wrapper svg {
    width: 20px;
  }
  .popup__form > strong {
    font-size: 26px;
  }
  .popup__form > p {
    margin: 10px 0 18px 0;
  }
  .popup__close {
    top: 14px;
    right: 14px;
  }
  .welcome .sketch strong {
    width: 235px;
  }
  .sketch strong,
  .team .sketch strong,
  .discussion .sketch strong,
  .welcome .sketch strong {
    font-size: 15px;
  }
  section {
    padding: 30px 0;
  }
  .tariffs {
    border-radius: 32px;
  }
  .welcome .sketch strong {
    width: 198px;
  }
  .tariffs .sketch strong {
    width: 178px;
  }
  .tariffs__item > strong {
    font-size: 15px;
    height: 70px;
    border-radius: 8px;
    padding: 0 8px;
  }
  .tariffs__info {
    font-size: 13px !important;
  }
  .tariffs__item > strong > span:nth-child(2) {
    font-size: 12px;
  }
  .tariffs__item:nth-child(3) > strong {
    height: 45px;
  }
  .tariffs__item .list span {
    width: 8px;
    height: 8px;
    background-color: #82BDE8;
    margin: 8px 0 0 0;
  }
  .tariffs__item .list span svg {
    display: none;
  }
  .tariffs__item .list {
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .tariffs__item .list li:nth-child(n+4),
  .tariffs__form label:nth-child(n+4) {
    display: none;
  }
  .tariffs__item.active .list li:nth-child(n+4),
  .tariffs__item.active .tariffs__form label:nth-child(n+4) {
    display: grid;
  }
  .tariffs__form label span {
    width: 24px;
    height: 24px;
    border-radius: 3px;
    border: 4px solid #BFDCF2;
  }
  .tariffs__form {
    row-gap: 10px;
  }
  .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    margin: 15px 0 18px 0;
    padding: 0 0 4px 0;
    font-family: "Montserrat-Medium";
    font-size: 15px;
    line-height: 160%;
    color: #047AD0;
    border-bottom: 1px dashed #047AD0;
  }
  .more svg {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .more.active svg {
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .tariffs__item .list {
    padding: 0;
    border-bottom: none;
  }
  .tariffs__item > b {
    padding: 16px 0 0 0;
    border-top: 1px solid #ebeff4;
  }
  .tariffs__item > b {
    font-size: 24px;
  }
  .tariffs__item .btn {
    margin: 15px 0 0 0;
  }
  .tariffs__item {
    padding: 40px 20px 20px 20px;
  }
  .tariffs .container,
  .sources .container,
  .contacts .container {
    width: min(1500px, 100% - 40px);
  }
  .tariffs__item.tariffs__item--blue {
    border: 2px solid #047AD0;
  }
  .welcome .sketch strong {
    left: -84%;
  }
  .team .sketch strong {
    width: 157px;
    top: 27%;
    left: -59%;
  }
  .tariffs .sketch,
  .development .sketch,
  .team .sketch,
  .discussion__label .sketch {
    width: 58%;
  }
  .example,
  .team__item,
  .services__item {
    opacity: 0.4;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .example.swiper-slide-active,
  .team__item.swiper-slide-active,
  .services__item.swiper-slide-active {
    opacity: 1;
  }
  .example {
    border-radius: 10px;
  }
  .example__img {
    padding-top: 90%;
  }
  .example__img > span {
    display: none;
  }
  .example__info {
    width: 100%;
    padding: 20px;
  }
  .example__info h4 {
    font-size: 16px;
  }
  .team__img {
    border-radius: 14px;
  }
  .sources {
    margin: 0 auto 20px auto;
    border-radius: 32px;
  }
  .company__item {
    border-radius: 7px;
  }
  .company__item strong {
    font-size: 16px;
  }
  .company__item-info p {
    font-size: 12px;
  }
  .services__item {
    row-gap: 15px;
  }
  .services__item-info {
    border-radius: 16px;
  }
  .discussion .sketch strong {
    left: -68%;
  }
  .discussion__form {
    border-radius: 24px;
  }
  .contacts {
    border-radius: 32px;
  }
  .footer {
    margin: 20px auto 10px auto;
  }
  .contacts__items {
    row-gap: 20px;
  }
  .tariffs .sketch strong {
    left: 78%;
  }
  .sources__info .list li span {
    width: 20px;
    height: 20px;
    margin: 2px 0 0 0;
    border: 3px solid #BFDCF2;
  }
  .services__item-info h6 {
    font-size: 20px;
    margin: 0 0 40px 0;
  }
  .info > img {
    height: 230px;
  }
  .welcome__info h1,
  .welcome__info .fake-h1,
  .welcome__info,
  h2 {
    font-size: 28px;
  }
  h1,
  .fake-h1,
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 18px;
  }
  p,
  .info > ul li,
  .sources__info > p {
    font-size: 15px;
  }
  .welcome__info .list {
    margin: 20px 0 0 0;
  }
  .list li span {
    width: 24px;
    height: 24px;
    margin: -2px 0 0 0;
  }
  .welcome__links {
    gap: 10px;
    margin: 28px 0 0 0;
  }
  .team__info p {
    margin: 8px 0 0 0;
    font-size: 13px;
  }
  .contacts-tabs__nav {
    padding: 0;
  }
  .development__content .btn {
    margin: 30px auto 0 auto;
    padding: 0 12px;
    width: calc(100% - 20px);
  }
  *::-webkit-input-placeholder {
    font-size: 15px;
  }
  *::-moz-placeholder {
    font-size: 15px;
  }
  *:-ms-input-placeholder {
    font-size: 15px;
  }
  *::-ms-input-placeholder {
    font-size: 15px;
  }
  *::placeholder {
    font-size: 15px;
  }
  *::-webkit-input-placeholder {
    font-size: 15px;
  }
  *::-ms-input-placeholder {
    font-size: 15px;
  }
  *::-moz-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 389px) {
  .development {
    overflow: hidden;
  }
  .social {
    width: 32px;
    height: 32px;
  }
  .logo strong,
  .footer__logo.logo strong {
    font-size: 19px;
  }
  .header__item span {
    display: none;
  }
  .nav__logo {
    width: 173px;
  }
  .tariffs .sketch strong {
    top: 10%;
    left: 74%;
  }
  .tariffs .container,
  .sources .container,
  .contacts .container {
    width: min(1500px, 100% - 28px);
  }
  .header__logo,
  .footer__logo,
  .nav__logo {
    width: 240px;
  }
  .more {
    font-size: 13px;
  }
  .title {
    margin: 0 0 12px 0;
  }
  .contacts__map-wrapper {
    padding-top: 180%;
  }
  .popup__content {
    width: 98%;
  }
  .checkbox__text::before,
  .checkbox__text::after {
    width: 24px;
    height: 24px;
    border-radius: 6px;
  }
  .checkbox__text {
    padding: 0 0 0 34px;
  }
  .company__item strong {
    font-size: 15px;
  }
  .company__item-info p {
    font-size: 11px;
  }
  .welcome__info {
    padding: 20px 0 0 0;
  }
  .welcome__info h1,
  .welcomr__info .fake-h1,
  .welcome__info,
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 359px) {
  .sketch strong,
  .team .sketch strong,
  .discussion .sketch strong,
  .welcome .sketch strong {
    font-size: 12px;
  }
  .tariffs .sketch strong {
    width: 146px;
  }
  .tariffs__items {
    margin: 0;
  }
  .popup__form > strong {
    font-size: 24px;
    width: 80%;
  }
  .tariffs__item > b {
    font-size: 22px;
    padding: 12px 0 0 0;
    margin: 12px 0 0 0;
  }
  .development .sketch strong {
    width: 149px;
  }
  .company__item strong {
    font-size: 12px;
  }
  .company__item-info p {
    font-size: 9px;
  }
  .discussion .sketch strong {
    width: 130px;
  }
  .copyright a {
    font-size: 12px;
  }
}
/*cooki*/
.window_kuki {
    display: none;
    position: fixed;
    bottom: 2vh;
    left: 2vw;
    max-width: 450px;
    background: #ffffff;
    margin-bottom: 10vh;
    padding: 20px;
    z-index: 100;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    box-sizing: border-box;
}
.inner_kuki {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.window_kuki p {
    font-size: 16px;
    margin: 0;
    padding-bottom: 2vh;
    text-align: center;
    width: 100%;
    color: #333333;
}
.window_kuki p a {
    color: #333333;
    text-decoration: underline;
}
.window_kuki p a:hover {
    text-decoration: none;
}
.button-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 15px;
    justify-content: center;
}
.btn_kuki,
.btn_kuki-second {
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #3898ec;
    border: 4px solid transparent;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    box-sizing: border-box;
}

@media (min-width: 1024px) {
    .window_kuki {
        margin-bottom: 2vh;
    }
}
@media screen and (max-width: 767px) {
    .window_kuki {
        width: 95vw;
        max-width: 300px;
        padding: 2vh 2vw 2vh;
    }
    .window_kuki p {
        font-size: 0.9rem;
        text-align: center;
    }
    .btn_kuki,
    .btn_kuki-second {
        width: 95%;
        max-width: 250px;
        padding: 0.5vh 1vw;
        font-size: 0.7rem;
    }
}
@media screen and (max-width: 480px) {
    .window_kuki {
        max-width: 100%;
        padding: 15px;
        bottom: 0;
        margin-bottom: 90px;
    }
    .window_kuki p {
        font-size: 10px;
        line-height: normal;
    }
    .btn_kuki,
    .btn_kuki-second {
        max-width: 220px;
        padding: 0.5vh 1vw;
        font-size: 0.65rem;
    }
}

/* chesflairing start */
span.company__item:hover {
    -webkit-box-shadow: 0 10px 35px 0 rgba(201, 207, 221, 0.8);
            box-shadow: 0 10px 35px 0 rgba(201, 207, 221, 0.8);
  }
span.company__item:focus {
    -webkit-box-shadow: 0 10px 35px 0 rgba(201, 207, 221, 0.8);
            box-shadow: 0 10px 35px 0 rgba(201, 207, 221, 0.8);
  }
span.company__item:hover img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
            transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
span.company__item:focus img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
            transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }

@media (min-width: 992px) {
    .company__items span {
        cursor: pointer;
    }
}

/* chesflairing style start */

/* Только для слайдера team */
.team {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.team__item {
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
}

.team__info h5,
.team__info p {
  font-size: 16px; /* базовый размер текста */
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  transform: translateZ(0);
}


@media screen and (max-width: 767px) {
  .header__logo.logo svg {
    width: 45px;
  }
}

/* Overrides: показать соцсети вместо городов на мобильных */
@media (max-width: 575px) {
  .header__item--address {
    display: none;
  }
  .header__items .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column: 1/span 1;
    grid-row: 2/span 1;
    margin: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .icon-menu--open {
    margin: 0 0 0 auto;
    grid-column: 3/span 1;
    grid-row: 1/span 1;
  }
}

@media (max-width: 479px) {
  .header__item--address {
    display: none;
  }
  .header__items .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }
}
