@charset "UTF-8";
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-SemiBold.eot");
  src: url("../fonts/Manrope-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/Manrope-SemiBold.woff") format("woff"), url("../fonts/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.eot");
  src: url("../fonts/Manrope-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff"), url("../fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.eot");
  src: url("../fonts/Manrope-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff"), url("../fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.eot");
  src: url("../fonts/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff"), url("../fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Reconstructions";
  src: url("../icon-font/Reconstructions.eot?vum24p");
  src: url("../icon-font/Reconstructions.eot?vum24p#iefix") format("embedded-opentype"), url("../icon-font/Reconstructions.ttf?vum24p") format("truetype"), url("../icon-font/Reconstructions.woff?vum24p") format("woff"), url("../icon-font/Reconstructions.svg?vum24p#Reconstructions") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ic-], [class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Reconstructions" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-helmet:before {
  content: "\e905";
}

.ic-home:before {
  content: "\e906";
}

.ic-paper:before {
  content: "\e907";
}

.ic-skip:before {
  content: "\e903";
}

.ic-arrow-left:before {
  content: "\e900";
}

.ic-arrow-right:before {
  content: "\e901";
}

.ic-menu:before {
  content: "\e902";
}

.ic-whatsap:before {
  content: "\e904";
}

/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  color: rgb(60, 60, 60);
  line-height: normal;
}

.wrapper {
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

.main {
  min-height: 100vh;
  background: #F5F5F5;
}

svg, img, video {
  max-width: 100%;
  height: auto;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background-color: white;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 100px rgb(99, 70, 150);
          box-shadow: inset 0 0 100px rgb(99, 70, 150);
  border: 2px solid white;
  border-radius: 20px;
}

a, button {
  color: inherit;
  background: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover, button:hover {
  opacity: 0.5;
}

.container {
  width: 100%;
  max-width: 104.5rem;
  padding: 0 1rem;
  margin: 0 auto;
}
.container_double {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 2fr;
  grid-template-columns: 1fr 2fr;
  gap: 1rem;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mini-title {
  font-weight: 500;
  font-size: 1.25rem;
  color: #909090;
}

.logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo::before {
  content: "";
  display: inline-block;
  width: 12.9rem;
  height: 2.44rem;
  background-image: url("../images/logo.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.logo-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo-2::before {
  content: "";
  display: inline-block;
  width: 10.25rem;
  height: 8.625rem;
  background-image: url("../images/logo-2.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.hidden {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.drop-down {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background: rgba(1, 1, 1, 0.4);
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.drop-down__wrapper {
  width: 50%;
  height: 100%;
  background: rgb(99, 70, 150);
  padding: 5.0625rem 1.875rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.drop-down__skip-btn {
  position: absolute;
  top: 2.5rem;
  right: 1.875rem;
}
.drop-down__skip-btn::before {
  font-size: 1.25rem;
}
.drop-down__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 14.1875rem;
}
.drop-down__link {
  font-weight: 500;
  font-size: 1.75rem;
}
.drop-down__tel-link {
  margin-bottom: 0.625rem;
}
.drop-down__tel-link, .drop-down__mail-link {
  font-weight: 500;
  font-size: 1.25rem;
}

@media all and (max-width: 998px) {
  .container_double {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
@media all and (max-width: 600px) {
  .container_double {
    gap: 1rem;
  }
  .drop-down__wrapper {
    width: 100%;
  }
}
.header {
  width: 100%;
  position: absolute;
  top: 1.875rem;
  left: 0;
  z-index: 3;
}
.header__content {
  border-radius: 0.62rem;
  padding: 1.5rem 3.25rem 1.25rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
}
.header__left-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
.header__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px; /* Safari 10-11 */
  gap: 30px;
}
.header__link, .header__tel-link {
  font-weight: 500;
  font-size: 1.25rem;
}
.header__right-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.75rem;
}
.header__mail-link {
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
  color: #484848;
}
.header__drop-down-menu-btn {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__drop-down-menu-btn::before {
  color: rgb(99, 70, 150);
  font-size: 1.375rem;
}

@media all and (max-width: 1500px) {
    .header__link,
    .header__tel-link,
    .header__mail-link {
        font-size: 1rem;
    }
    
    .header__link-list,
    .header__right-section,
    .header__left-section {
        gap: 1.3rem;
    }
}

@media all and (max-width: 1150px) {
  .header__left-section > *:not(.logo) {
    display: none;
  }
  .header__right-section > *:not(.header__drop-down-menu-btn) {
    display: none;
  }
  .header__drop-down-menu-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media all and (max-width: 575px) {
  .header__content {
    padding: 1.25rem 1.25rem 1rem 1.25rem;
  }
  .header__logo::before {
    width: 8.0625rem;
    height: 1.5625rem;
  }
}
.home {
  width: 100%;
  min-height: 53.38rem;
  height: 53.38rem;
  position: relative;
}
.home__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.home__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.home__slider-img {
  -o-object-fit: cover;
     object-fit: cover;
}
.home__offer {
  padding-left: 17.6875rem;
}
.home__title {
  font-weight: 500;
  font-size: 4rem;
  line-height: 118%;
  letter-spacing: -0.03em;
  color: white;
  max-width: 33.9375rem;
  margin-bottom: 1.25rem;
}
.home__subtitle {
  font-weight: 500;
  font-size: 1.5rem;
  color: white;
  max-width: 29.875rem;
}

@media all and (max-width: 1530px) {
  .home__offer {
    padding-left: 0;
  }
}
@media all and (max-width: 575px) {
  .home {
    min-height: 80vh;
    height: 80vh;
  }
  .home__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home__offer {
    padding-top: 9.25rem;
  }
  .home__title {
    font-weight: 500;
    font-size: 2rem;
    line-height: 118%;
    letter-spacing: -0.03em;
    max-width: 16.9375rem;
  }
  .home__subtitle {
    font-weight: 500;
    font-size: 1.12rem;
    max-width: 19.5rem;
  }
}
.about {
  width: 100%;
  padding-top: 4rem;
  background-image: url("../images/about-background.svg");
  background-size: 66rem 42.25rem;
  background-repeat: no-repeat;
  background-position: left bottom 2.75rem;
}
.about__first-column {
  padding-top: 3.3125rem;
}
.about__second-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.0625rem;
}
.about__description {
  font-weight: 500;
  font-size: 1.75rem;
  letter-spacing: -0.03em;
}
.about__description_purple {
  color: rgb(120, 78, 193);
}
.about__video {
  position: relative;
}
.about__video-wrapper {
  position: relative;
  display: inline-block;
}
.about__video-item {
    width: 100%;
}

@media all and (max-width: 575px) {
  .about__description {
    font-size: 1.25rem;
  }
  .about__first-column {
    padding-top: 0;
  }
  .about__second-column {
    gap: 2rem;
  }
  .about__video-btn {
   left: calc(50% + 0.5rem);
  }
  .about__video-btn::before {
   width: 5rem;
   height: 5rem;
  }
}
.team {
  width: 100%;
  padding-top: 1.8125rem;
}
.team__mini-title {
  margin-bottom: 2.6875rem;
}
.team__subtitle {
  max-width: 26.5rem;
  font-weight: 500;
  font-size: 1.25rem;
}
.team__second-column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.team__slider {
  width: 100%;
  max-width: 1070px;
}
.team__slider-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75rem;
}

.employee__img {
  width: 100%;
  margin-bottom: 0.875rem;
}
.employee__name {
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
  margin-bottom: 0.625rem;
}
.employee__description {
  font-weight: 500;
  line-height: 126%;
  color: #909090;
  max-width: 11.25rem;
}

.slider-btn {
  height: 4.625rem;
  width: 4.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(243, 236, 255);
  border-radius: 50%;
  font-size: 1.75rem;
}
.slider-btn::before {
  color: rgb(99, 70, 150);
}

.slider-btn:hover {
  background: rgb(199, 169, 250);
  opacity: 1;
}

@media all and (max-width: 1530px) {
  .team__slider {
      max-width: 800px;
      margin-right: 0;
  }
}

@media all and (max-width: 1300px) {
  .team__slider {
      max-width: 600px;
  }
}

@media all and (max-width: 998px) {
  .team .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .team__second-column {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .team__slider {
      max-width: 1070px;
  }
}
@media all and (max-width: 575px) {
  .team {
    padding-top: 3rem;
  }
  .team__mini-title {
    margin-bottom: 1rem;
  }
  .team .container {
    gap: 2rem;
  }
}
.process {
  width: 100%;
  padding-top: 8.1875rem;
  padding-bottom: 4rem;
  background-image: url("../images/process-background.svg");
  background-size: 100% 11.5rem;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.process__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2.9375rem;
}
.process__row:not(.process__row_columns) {
  background: white;
  border-radius: 0.875rem;
  padding: 4.25rem 1rem 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8.125rem;
  position: relative;
}
.process__row:not(.process__row_columns)::before {
  content: "";
  position: absolute;
  top: 6.9375rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 54.5625rem;
  height: 3px;
  background-image: url("../images/line.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.process__row_columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 2fr;
  grid-template-columns: 1fr 2fr;
  gap: 1rem;
}
.process__mini-title {
  margin-bottom: 2.6875rem;
}
.process__description {
  font-weight: 500;
  font-size: 1.75rem;
  letter-spacing: -0.03em;
}

.process-item {
  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;
  text-align: center;
  position: relative;
  z-index: 1;
}
.process-item__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.3125rem;
  width: 5.375rem;
  height: 5.375rem;
  border-radius: 50%;
  background: #E9DDFF;
}
.process-item__icon::before {
  font-size: 2.5rem;
  color: rgb(99, 70, 150);
}
.process-item__icon_green {
  background: rgb(226, 255, 224);
}
.process-item__icon_green::before {
  color: rgb(56, 212, 48);
}
.process-item__name {
  margin-bottom: 0.875rem;
  font-weight: 500;
  font-size: 1.75rem;
  letter-spacing: -0.03em;
}
.process-item__description {
  font-weight: 500;
  font-size: 1.25rem;
  color: #909090;
  max-width: 20rem;
}

@media all and (max-width: 988px) {
  .process__row_columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .process__mini-title {
    margin-bottom: 0;
  }
}
@media all and (max-width: 1000px) {
  .process__row:not(.process__row_columns) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
  .process__row:not(.process__row_columns)::before {
    display: none;
  }
}
@media all and (max-width: 575px) {
  .process {
    padding-top: 3rem;
    padding-bottom: 0;
  }
  .process__row:not(.process__row_columns) {
    padding: 2rem 1rem;
    gap: 2.5rem;
  }
  .process__mini-title {
    margin-bottom: 0;
  }
  .process__container {
    gap: 2rem;
  }
  .process__row_columns {
    gap: 1rem;
  }
  .process__description {
    font-size: 1.25rem;
  }
  .process-item__name {
    font-size: 1.5rem;
  }
  .process-item__description {
    font-size: 1rem;
  }
}
.work {
  width: 100%;
  padding-top: 9.625rem;
}
.work__row {
  width: 100%;
}
.work__row:not(.work__row_columns) {
  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;
  gap: 1.1875rem;
}
.work__row_columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 2fr;
  grid-template-columns: 1fr 2fr;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.work__description {
  font-weight: 500;
  font-size: 1.75rem;
  letter-spacing: -0.03em;
}
.work__slider {
  max-width: 102.5rem;
  width: 100%;
}
.work__slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.work__slider-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75rem;
}

.example {
  background: white;
  border-radius: 0.875rem;
  padding: 1.6875rem;
}
.example__img {
  width: 100%;
  height: 312px;
  object-fit: contain;
}
@media (max-width: 768) {
  .example__img {
    height: 272px;
  }
}
.example__date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.625rem;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.03em;
  background: rgb(226, 255, 224);
  color: rgb(56, 212, 48);
  margin: 1.25rem 0;
  padding: 0 0.8125rem;
}
.example__date_purple {
  background: rgb(243, 236, 255);
  color: rgb(120, 78, 193);
}
.example__name {
  display: block;
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: -0.03em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  height: 153px;
  box-orient: vertical;
}
.example__name_city {
  font-weight: 500;
}

.example__img-link {
    width: 100%;
    display: inline-block;
    position: relative;
}

.example__img-link::before {
    content: "Подробнее";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 1.75rem;
    letter-spacing: -0.03em;
    visibility: hidden;
    opacity: 0;
    color: white;
    background: rgba(0, 0, 0, 0.2);
    transition: .5s;
}

.example__img-link:hover {
    opacity: 1;
}

.example__img-link:hover::before {
    visibility: visible;
    opacity: 1;
}

.example:nth-child(odd) .example__date {
  background: rgb(243, 236, 255);
  color: rgb(120, 78, 193);
}

@media all and (max-width: 998px) {
  .work__row:not(.work__row_columns) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .work__row_columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
@media all and (max-width: 768px) {
  .example {
    padding: 1rem;
  }
}
@media all and (max-width: 1000px) {
  .process__row:not(.process__row_columns) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
  .process__row:not(.process__row_columns)::before {
    display: none;
  }
}
@media all and (max-width: 575px) {
  .work {
    padding-top: 3rem;
  }
  .work__row_columns {
    gap: 1rem;
  }
  .work__description {
    font-size: 1.25rem;
  }
  .example__date {
    font-size: 1.25rem;
  }
  .example__name {
    height: 112px;
    font-size: 1.3rem;
  }
}
.contacts {
  width: 100%;
  padding-top: 13.75rem;
  padding-bottom: 5rem;
}
.contacts__container {
  gap: 1.5625rem;
}
.contacts__first-column {
  padding: 2.5rem 1rem 5rem 3.125rem;
  background: rgb(99, 70, 150);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.88rem;
}
.contacts__first-column .contacts__column-title {
  max-width: 18.4375rem;
  margin-bottom: 1.875rem;
}
.contacts__column-title {
  font-weight: 600;
  font-size: 1.75rem;
  letter-spacing: -0.03em;
}
.contacts__tel-link {
  margin-bottom: 0.625rem;
}
.contacts__mail-link, .contacts__tel-link {
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}
.contacts__whatsap-link {
  width: 2.4375rem;
  height: 2.4375rem;
  background: rgb(56, 212, 48);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin-top: 1.25rem;
}
.contacts__whatsap-link::before {
  font-size: 1.1875rem;
}
.contacts__whatsap-link:hover {
  opacity: 1;
  background: #1E681A;
}
.contacts__second-column {
  background: white;
  padding: 2.5rem 1rem 5rem 3.125rem;
  border-radius: 0.88rem;
}
.contacts__second-column .contacts__column-title {
  max-width: 28.4375rem;
  margin-bottom: 1.25rem;
}
.contacts__column-subtitle {
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
  color: #909090;
  margin-bottom: 1.625rem;
}
.contacts__form {
  margin-bottom: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
.contacts__input_name {
  max-width: 11.625rem;
  width: 11.625rem;
}
.contacts__input_mail {
  max-width: 20.8125rem;
  width: 20.8125rem;
}
.contacts__submit-btn {
  padding: 1rem 1.25rem;
  background: rgb(99, 70, 150);
  border-radius: 0.375rem;
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}
.contacts__mini-subtitle {
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #909090;
}

.input {
  padding: 1rem 1.25rem;
  background: #F7F7F7;
  border-radius: 0.375rem;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}
.input::-webkit-input-placeholder {
  color: #909090;
}
.input::-moz-placeholder {
  color: #909090;
}
.input:-ms-input-placeholder {
  color: #909090;
}
.input::-ms-input-placeholder {
  color: #909090;
}
.input::placeholder {
  color: #909090;
}

@media all and (max-width: 1200px) {
  .contacts__first-column, .contacts__second-column {
    padding: 1.5rem;
  }
}
@media all and (max-width: 880px) {
  .contacts__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__input {
    width: 100%;
    max-width: 100%;
  }
  .contacts__first-column, .contacts__second-column {
    padding: 1rem;
  }
}
@media all and (max-width: 575px) {
  .contacts {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.projects {
  width: 100%;
  padding-top: 10.8125rem;
  padding-bottom: 8.75rem;
  background-image: url("../images/projects-background.svg");
  background-size: 100% 22.8125rem;
  background-repeat: no-repeat;
  background-position: bottom;
}
.projects__title {
  font-weight: 700;
  font-size: 2.25rem;
  letter-spacing: -0.03em;
  margin-bottom: 2.5rem;
}
.projects__slider {
  margin-bottom: 3.75rem;
}
.projects__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.projects__info-block {
  max-width: 67.8125rem;
}
.projects__info-text {
  font-weight: 500;
  font-size: 1.75rem;
  letter-spacing: -0.03em;
}
.projects__info-text_bold {
  font-weight: 700;
}
.projects__slider-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75rem;
}

.project__img {
  height: 420px;
  object-fit: cover;
  width: 54.6875rem;
}

.projects + .contacts {
  padding-top: 0;
  padding-bottom: 9.625rem;
}

@media all and (max-width: 970px) {
  .projects {
    padding-bottom: 3rem;
  }
  .projects__title {
    font-size: 1.75rem;
  }
  .projects__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
  .projects__slider {
    margin-bottom: 2rem;
  }
  .projects__info-text {
    font-size: 1.25rem;
  }
}
.map {
    width: 100%;
    padding-bottom: 5rem;
}
.map__map {
    border-radius: 0.625rem;
}
.policy {
    width: 100%;
    padding-top: 10.8125rem;
    padding-bottom: 5rem;
    text-align: center;
}
.policy__title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.policy__text {
  text-align: left;
    font-size: 1.25rem;
  line-height: 135%;
}

.policy__text p {
  line-height: 135%;
  margin-bottom: 10px;
}
@media all and (max-width: 768px) {
    .policy__title {
        font-size: 1.75rem;
        word-break: break-all;
    }
    
    .policy__subtitle {
        font-size: 1.15rem;
    }
}
.footer {
  width: 100%;
  min-height: 32rem;
  height: 32rem;
  background: rgb(99, 70, 150);
  color: white;
  padding-top: 4.3125rem;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}
.footer__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.footer__column:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.25rem;
}
.footer__policy-link:hover {
  color: rgb(56, 212, 48);
  opacity: 1;
}
.footer__column-title {
  font-weight: 500;
  font-size: 1.75rem;
  letter-spacing: -0.03em;
  margin-bottom: 1.25rem;
}
.footer__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.footer__link:hover {
  color: rgb(56, 212, 48);
  opacity: 1;
}
.footer__info-text {
  max-width: 19.0625rem;
}

@media all and (max-width: 1070px) {
  .footer {
    height: auto;
    padding-bottom: 2rem;
  }
  .footer__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}