/* break points */
/* break points */
/*usage  @include font-size(13);*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol, ul {
  margin: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

.navigation ul {
  list-style: none;
}

.menu ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #1E1E1E;
}

a:hover {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border-style: none;
}

form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

input, textarea, select {
  vertical-align: middle;
  color: #000000;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input::-webkit-input-placeholder,
textarea::placeholder {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 175%;
  color: #D9D9D9;
}

/* break points */
/*usage  @include font-size(13);*/
/* break points */
/* break points */
/* break points */
/*usage  @include font-size(13);*/
#wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.layout {
  display: block;
  margin: 0 auto;
  position: relative;
  padding: 0 16px;
  max-width: 1302px;
  width: 100%;
}
@media (min-width: 768px) {
  .layout {
    padding: 0 28px;
  }
}

body {
  display: block;
  position: relative;
  background: #FFFFFF;
}

h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 150%;
  color: #1E1E1E;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  h2 {
    font-size: 40px;
  }
}

section {
  position: relative;
}

.button {
  width: fit-content;
  position: relative;
}
.button:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 3px;
  right: -3px;
  z-index: 1;
}

.background {
  width: 100%;
  position: absolute;
  top: 0;
}
.background:after {
  content: "";
  background: url("./../images/decor.a6eb25af5c7c.png");
  background-size: 72px 139px;
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 139px;
}
.background__blue {
  position: absolute;
  width: 100%;
  height: 1298px;
  left: 0;
  top: -213px;
  background: #EAF7FC;
}
.background__all {
  position: absolute;
  width: 100%;
  height: 585px;
  left: 0;
  top: 0;
  background: #EAF7FC;
}
.background__local {
  position: absolute;
  width: 100%;
  height: 585px;
  left: 0;
  top: 0;
  background: #F1FCF4;
}
.background__project {
  position: absolute;
  width: 100%;
  height: 585px;
  left: 0;
  top: 0;
  background: #FEFDF1;
}
.background__blog {
  position: absolute;
  width: 100%;
  height: 452px;
  background: #FEFDF1;
}

.main {
  background: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 21%, #EAF7FC 21%, #EAF7FC 53%, #FFFFFF 53%, #FFFFFF 75%, #FEFDF1 75%, #FEFDF1 100%);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

/* break points */
/* break points */
/*usage  @include font-size(13);*/
.header {
  padding: 12px 0;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header {
    padding: 27px 0;
  }
}
.header.header__background {
  background: #FEFDF1;
}
.header .logo {
  position: relative;
  z-index: 2;
  height: 46px;
  width: 144px;
}
.header .logo__img {
  width: 100%;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .navigation {
  display: flex;
  align-items: center;
  position: relative;
}
.header .nav {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 3;
  transition: all 0.5s ease-out;
  padding: 10px 0;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .header .nav {
    display: flex;
    padding-left: 10px;
    margin-right: 110px;
    position: relative;
    top: 0;
    background: transparent;
  }
}
.header .nav__item {
  box-sizing: border-box;
  position: relative;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #1E1E1E;
}
@media (min-width: 768px) {
  .header .nav__item {
    margin-right: 56px;
  }
  .header .nav__item:last-child {
    margin-right: 0;
  }
}
.header .nav__link {
  display: flex;
  padding: 8px 0 8px 10px;
  width: 100%;
}
.header .nav__link:hover {
  background: #99D8F3;
  cursor: pointer;
}
@media (min-width: 768px) {
  .header .nav__link {
    padding: 0 2px 0 4px;
  }
}

.select__dropdown {
  display: none;
}
@media (min-width: 768px) {
  .select__dropdown {
    position: absolute;
    left: 0;
    top: 25px;
    background: #FFFFFF;
    padding: 8px 0;
    width: 145px;
  }
}
.select__dropdown__header {
  display: flex;
  align-items: center;
  padding: 8px 70px 8px 10px;
  position: relative;
}
.select__dropdown__header:after {
  content: "";
  position: absolute;
  background: url("./../images/arrow-down.12fc4fd592dc.svg");
  background-size: 10px 5px;
  width: 10px;
  height: 5px;
  right: 15px;
}
@media (min-width: 768px) {
  .select__dropdown__header:after {
    right: 5px;
  }
}
.select__dropdown__header:hover {
  background: #99D8F3;
  cursor: pointer;
}
.select__dropdown__header.open-submenu:after {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .select__dropdown__header {
    padding: 0 24px 0 4px;
  }
}
.select__dropdown__option {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #1E1E1E;
  position: relative;
  padding: 8px 16px;
}
.select__dropdown__option:hover {
  background: #99D8F3;
  cursor: pointer;
}
.select__lang {
  position: relative;
}
.select__lang:hover {
  cursor: pointer;
}
.select__lang:hover .button:after {
  background: #99D8F3;
}
.select__lang.open-menu .select__header::after {
  transform: rotate(180deg);
}
.select__header {
  display: flex;
  align-items: center;
  padding: 8px 34px 8px 10px;
  border: 1px solid #1E1E1E;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #1E1E1E;
  position: relative;
  z-index: 2;
}
.select__header:after {
  content: "";
  position: absolute;
  background: url("./../images/arrow-down.12fc4fd592dc.svg");
  width: 12px;
  height: 6px;
  right: 14px;
}
.select__list {
  display: none;
  background: #FFFFFF;
  padding: 8px 0;
  margin-top: 6px;
  position: absolute;
  z-index: 3;
  right: 0;
}
.select__option {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #1E1E1E;
  position: relative;
}
.select__option a {
  padding: 8px 26px 8px 16px;
}
.select__option:hover {
  background: #99D8F3;
  cursor: pointer;
}
.select__option.active:after {
  content: "";
  position: absolute;
  background: url("./../images/check.2840ce5c055d.png");
  background-size: 10px 7px;
  width: 10px;
  height: 7px;
  right: 10px;
}

.burger {
  z-index: 2;
  padding: 10px 20px 10px 0;
  margin-left: 20px;
  order: 1;
  cursor: pointer;
  width: 18px;
  height: 12px;
}
@media (min-width: 768px) {
  .burger {
    display: none;
  }
}
.burger span,
.burger span::before,
.burger span::after {
  display: block;
  position: absolute;
  width: 18px;
  height: 2px;
  background: #1E1E1E;
  transition-duration: 0.25s;
}
.burger span::before {
  content: "";
  top: -5px;
}
.burger span::after {
  content: "";
  top: 5px;
}
.burger.open span {
  transform: rotate(45deg);
}
.burger.open span::before {
  top: 0;
  transform: rotate(0);
}
.burger.open span::after {
  top: 0;
  transform: rotate(90deg);
}

/* break points */
/* break points */
/*usage  @include font-size(13);*/
.banner {
  position: relative;
  padding-top: 50px;
  margin-bottom: 50px;
  z-index: 1;
}
@media (min-width: 500px) {
  .banner {
    padding-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .banner {
    padding-top: 113px;
    margin-bottom: 200px;
  }
}
@media (min-width: 1100px) {
  .banner {
    margin-bottom: 300px;
  }
}
.banner .blue {
  color: #54C3EC;
}
.banner .yellow {
  color: #F3B64F;
}
.banner .pink {
  color: #E4635D;
}
.banner__img {
  position: absolute;
  z-index: 1;
  top: 0;
}
@media (min-width: 500px) {
  .banner__img {
    top: -14px;
  }
}
@media (min-width: 768px) {
  .banner__img {
    top: -50px;
    left: 5px;
  }
}
.banner__img img {
  width: 100%;
}
.banner .layout p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #1E1E1E;
  position: relative;
  z-index: 2;
}
@media (min-width: 500px) {
  .banner .layout p {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .banner .layout p {
    font-size: 32px;
  }
}
.banner .layout p:first-child {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
@media (min-width: 500px) {
  .banner .layout p:first-child {
    font-size: 50px;
    margin-bottom: 38px;
  }
}
@media (min-width: 768px) {
  .banner .layout p:first-child {
    margin-bottom: 38px;
  }
}
@media (min-width: 1100px) {
  .banner .layout p:first-child {
    font-size: 100px;
  }
}

/* break points */
/* break points */
/*usage  @include font-size(13);*/
.header__beige {
  position: absolute;
  width: 114px;
  height: 48px;
  top: -1px;
  background: #FDDFAC;
}
@media (min-width: 768px) {
  .header__beige {
    height: 72px;
    top: -6px;
  }
}

.about-us__section {
  margin: 46px 0 36px 0;
}
@media (min-width: 768px) {
  .about-us__section {
    display: flex;
    gap: 32px;
  }
}
.about-us__img {
  width: 100%;
}
.about-us__img img {
  width: 100%;
}
.about-us .layout p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #1E1E1E;
  flex: 1;
}
.about-us .layout .about-us__goal {
  position: relative;
  bottom: -36px;
  width: fit-content;
}
.about-us .layout .about-us__goal:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 8px;
  right: -8px;
  z-index: 1;
  border: 1px solid #1E1E1E;
}
@media (min-width: 768px) {
  .about-us .layout .about-us__goal {
    position: absolute;
    right: 10%;
    bottom: -92px;
  }
}
.about-us .layout .about-us__goal p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 175%;
  color: #1E1E1E;
  padding: 24px;
  background: #EAF7FC;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .about-us .layout .about-us__goal p {
    max-width: 626px;
  }
}

/* break points */
/* break points */
/*usage  @include font-size(13);*/
.header__blue {
  position: absolute;
  width: 168px;
  height: 48px;
  top: -1px;
  background: #99D8F3;
}
@media (min-width: 768px) {
  .header__blue {
    height: 72px;
    top: -6px;
  }
}

.our-expertise {
  margin-top: 160px;
}
@media (min-width: 768px) {
  .our-expertise {
    margin-top: 226px;
  }
}
.our-expertise p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 175%;
  color: #1E1E1E;
  margin: 18px 0 40px 0;
}
.our-expertise__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 19px;
  margin-bottom: 72px;
}
@media (min-width: 768px) {
  .our-expertise__list {
    margin-bottom: 144px;
  }
}
.our-expertise__item {
  position: relative;
  width: fit-content;
  display: flex;
}
.our-expertise__item:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 8px;
  right: -8px;
  z-index: 1;
  border: 1px solid #1E1E1E;
}
.our-expertise__item p {
  display: flex;
  align-items: center;
  height: 230px;
  width: 234px;
  padding: 17px;
  margin: auto 0;
  position: relative;
  z-index: 2;
  background: #FDDFAC;
}
.our-expertise__item:nth-child(5n-4) p {
  background: #FDDFAC;
}
.our-expertise__item:nth-child(5n-3) p {
  background: #99D8F3;
}
.our-expertise__item:nth-child(5n-2) p {
  background: #AFEEC0;
}
.our-expertise__item:nth-child(5n-1) p {
  background: #F7B7CA;
}
.our-expertise__item:nth-child(5n) p {
  background: #D3B7F7;
}

/* break points */
/* break points */
/*usage  @include font-size(13);*/
.header__pink {
  position: absolute;
  width: 115px;
  height: 48px;
  top: -1px;
  background: #F7B7CA;
}
@media (min-width: 768px) {
  .header__pink {
    height: 72px;
    top: -6px;
  }
}

.projects__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px 0 10px 0;
}
@media (min-width: 768px) {
  .projects__header {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .projects__header.header__local__main {
    margin-top: 90px;
  }
}
.projects__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
}
.projects__title.title-blue {
  color: #54C3EC;
}
.projects__title.title-local {
  color: #69AF7C;
}
.projects__subtitle {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 175%;
  color: #1E1E1E;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .projects__subtitle {
    max-width: 824px;
  }
}
.projects__card, .projects__card__local {
  border: 1px solid #1E1E1E;
  width: 398px;
  background: #FFFFFF;
  margin-right: 5px;
}
@media (min-width: 550px) {
  .projects__card, .projects__card__local {
    margin-right: 20px;
  }
}
@media (min-width: 1000px) {
  .projects__card, .projects__card__local {
    margin-right: 25px;
  }
}
.projects__card:hover, .projects__card__local:hover {
  box-shadow: 8px 8px 0 #99D8F3;
}
.projects__card img, .projects__card__local img {
  width: 100%;
  height: 218px;
  object-fit: cover;
}
.projects__card__local:hover {
  box-shadow: 8px 8px 0 #AFEEC0;
}
.projects__img {
  width: 100%;
  height: 218px;
  object-fit: cover;
}
.projects__content {
  padding: 14px 36px 19px 36px;
}
.projects__tags {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.projects__period {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #1E1E1E;
  word-wrap: break-word;
  max-width: 50%;
  padding: 2px 6px;
}
.projects__period:first-child {
  background: #EAF7FC;
}
.projects__period.period-local:first-child {
  background: #AFEEC0;
}
.projects__period p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.projects__name {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #1E1E1E;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.projects__description {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #1E1E1E;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.projects__more {
  display: flex;
  justify-content: center;
}
.projects__more .button__text {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #1E1E1E;
  border: 1px solid #1E1E1E;
  padding: 10px 46px 10px 16px;
  position: relative;
  z-index: 2;
}
.projects__more .button__text:after {
  content: "";
  position: absolute;
  background: url("./../images/arrow-show-more.06ce9ba7eb78.svg");
  width: 15.5px;
  height: 13px;
  right: 17.5px;
}
.projects__more .button:hover {
  cursor: pointer;
}
.projects__more .button:hover:after {
  background: #99D8F3;
}
.projects__more .button:hover.local__more:after {
  background: #AFEEC0;
}

.slider {
  overflow: hidden;
  padding-bottom: 30px;
}
.slider__line, .slider__local {
  display: flex;
  gap: 25px;
  transition: all ease 1s;
  transform: translateX(0);
  cursor: grab;
}

.arrow {
  display: flex;
  width: 102px;
  justify-content: space-between;
}
.arrow__left, .arrow__right, .arrow__previous, .arrow__next, .arrow .prev, .arrow .next {
  display: flex;
  min-width: 27px;
  min-height: 14px;
}
.arrow__left:hover, .arrow__right:hover, .arrow__previous:hover, .arrow__next:hover, .arrow .prev:hover, .arrow .next:hover {
  cursor: pointer;
  min-width: 50px;
  min-height: 14px;
}
.arrow__left {
  mask: url("../images/arrow-left.5b4fd7d036fe.svg") no-repeat center;
  -webkit-mask: url("../images/arrow-left.5b4fd7d036fe.svg") no-repeat center;
  margin-right: 24px;
  background: #54C3EC;
}
.arrow__left:hover {
  mask: url("../images/arrow-left-big.aa24b0dc6993.svg") no-repeat center;
  -webkit-mask: url("../images/arrow-left-big.aa24b0dc6993.svg") no-repeat center;
  margin-right: 2px;
}
.arrow__right {
  mask: url("../images/arrow-right.c2a2f886f9da.svg") no-repeat center;
  -webkit-mask: url("../images/arrow-right.c2a2f886f9da.svg") no-repeat center;
  background: #54C3EC;
}
.arrow__right:hover {
  cursor: pointer;
  mask: url("../images/arrow-right-big.dc7851174656.svg") no-repeat center;
  -webkit-mask: url("../images/arrow-right-big.dc7851174656.svg") no-repeat center;
}
.arrow__previous, .arrow .prev {
  mask: url("../images/arrow-left.5b4fd7d036fe.svg") no-repeat center;
  -webkit-mask: url("../images/arrow-left.5b4fd7d036fe.svg") no-repeat center;
  background: #69AF7C;
}
.arrow__previous:hover, .arrow .prev:hover {
  mask: url("../images/arrow-left-big.aa24b0dc6993.svg") no-repeat center;
  -webkit-mask: url("../images/arrow-left-big.aa24b0dc6993.svg") no-repeat center;
}
.arrow__next, .arrow .next {
  mask: url("../images/arrow-right.c2a2f886f9da.svg") no-repeat center;
  -webkit-mask: url("../images/arrow-right.c2a2f886f9da.svg") no-repeat center;
  background: #69AF7C;
}
.arrow__next:hover, .arrow .next:hover {
  mask: url("../images/arrow-right-big.dc7851174656.svg") no-repeat center;
  -webkit-mask: url("../images/arrow-right-big.dc7851174656.svg") no-repeat center;
}

/* break points */
/* break points */
/*usage  @include font-size(13);*/
.header__green {
  position: absolute;
  width: 115px;
  height: 48px;
  top: -1px;
  background: #AFEEC0;
}
@media (min-width: 768px) {
  .header__green {
    height: 72px;
    top: -6px;
  }
}

.partners {
  margin: 60px 0;
}
@media (min-width: 768px) {
  .partners {
    margin-bottom: 110px;
    margin-top: 146px;
  }
}
.partners__list {
  margin-top: 22px;
  display: flex;
}
@media (min-width: 768px) {
  .partners__list {
    margin-top: 55px;
  }
}
.partners__item {
  height: 55px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .partners__item {
    height: 64px;
    margin-right: 54px;
  }
}
.partners__item img {
  max-height: 100%;
}

/* break points */
/* break points */
/*usage  @include font-size(13);*/
.header__violet {
  position: absolute;
  width: 225px;
  height: 48px;
  top: -1px;
  background: #D3B7F7;
}
@media (min-width: 768px) {
  .header__violet {
    height: 72px;
    top: -6px;
  }
}

.form {
  background: #F1FCF4;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .form {
    padding: 126px 0 120px 0;
    margin-top: 80px;
  }
}
.form__container {
  width: 100%;
}
@media (min-width: 900px) {
  .form__container {
    max-width: 608px;
  }
}
.form__wrapper {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .form__wrapper {
    margin-top: 40px;
  }
}
.form__input-wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px) {
  .form__input-wrap {
    flex-direction: row;
  }
}
.form__input-block {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 640px) {
  .form__input-block:first-child {
    margin-right: 20px;
  }
}
.form__input-label {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 175%;
  color: #1E1E1E;
  margin-bottom: 7px;
}
.form__input-form, .form__textarea-form {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  height: 48px;
  padding: 11px 18px;
  border: 1px solid #1E1E1E;
  background: #FFFFFF;
}
.form__input-form:focus, .form__textarea-form:focus {
  box-shadow: 3px 3px 0 #D3B7F7;
}
.form__input-form:hover, .form__textarea-form:hover {
  cursor: pointer;
  box-shadow: 3px 3px 0 #D3B7F7;
}
.form__input-form.invalid, .form__textarea-form.invalid {
  border: 1px solid #FF5A8B;
  box-shadow: 3px 3px 0 #F7B7CA;
}
.form__textarea-block {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 20px;
}
.form__textarea-form {
  width: 100%;
  height: 112px;
  resize: none;
  box-sizing: border-box;
  padding: 11px 18px;
}
.form__btn {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #FFFFFF;
  padding: 10px 16px;
  background: #1E1E1E;
  border: none;
}
.form__btn:hover {
  box-shadow: 3px 3px 0 #D3B7F7;
  cursor: pointer;
}
.form__img {
  display: none;
  position: absolute;
  z-index: 1;
}
@media (min-width: 900px) {
  .form__img {
    display: block;
    top: 103px;
    right: -96px;
  }
}
.form__img img {
  width: 100%;
  max-width: 796px;
}
.form.page-project {
  padding: 60px 0;
}

.error-message {
  display: block;
  position: absolute;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #FF5A8B;
  padding: 4px 0 0 0;
}

.popup-failed, .popup {
  display: none;
}
.popup-failed.success, .popup-failed.failed, .popup.success, .popup.failed {
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
  display: flex;
  background: rgba(0, 0, 0, 0.4);
  z-index: 5;
}
.popup-failed__container, .popup__container {
  position: relative;
  margin: auto;
  width: 446px;
  padding: 44px 40px 32px 40px;
  background: #FFFFFF;
}
.popup-failed__img, .popup__img {
  width: 100%;
  max-width: 359px;
  margin: 0 auto;
}
.popup-failed__img img, .popup__img img {
  width: 100%;
}
.popup-failed__header, .popup__header {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #1E1E1E;
  margin-top: 31px;
  letter-spacing: -0.704px;
}
.popup-failed__description, .popup__description {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  margin: 12px 0 44px 0;
  color: #1E1E1E;
}
.popup-failed__close, .popup__close {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #FFFFFF;
  background: #1E1E1E;
  padding: 10px 26.5px;
}

.project-page {
  max-width: 856px;
}
.project-page .form__container {
  max-width: 856px;
}
.project-page .form__img {
  display: none;
}
.project-page .header__violet {
  width: 175px;
  height: 48px;
  top: -1px;
}
.project-page h2 {
  font-size: 32px;
  line-height: 150%;
}
@media (min-width: 768px) {
  .project-page .form__wrapper {
    margin-top: 45px;
  }
}
.project-page .project__title {
  font-size: 40px;
}

/* break points */
/* break points */
/*usage  @include font-size(13);*/
.header__all {
  width: 170px;
  height: 48px;
  position: absolute;
  top: -1px;
  background: #F7B7CA;
}
@media (min-width: 768px) {
  .header__all {
    height: 72px;
    top: -6px;
  }
}

.projects__list {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
@media (min-width: 1300px) {
  .projects__list {
    justify-content: flex-start;
  }
}
.projects__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #1E1E1E;
  background: #FFFFFF;
  height: 382px;
}
@media (min-width: 900px) {
  .projects__item {
    width: 398px;
  }
}
.projects__item .empty_img {
  width: 100%;
  height: 218px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.projects__item img {
  width: 100%;
  height: 218px;
  object-fit: cover;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.pagination__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.pagination a {
  width: 32px;
  height: 32px;
  border: 1px solid #1E1E1E;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #1E1E1E;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2.5px;
}
.pagination a:hover {
  box-shadow: 2px 2px 0 #99D8F3;
}
.pagination__active {
  background: #99D8F3;
}
.pagination__ellipsis {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2.5px;
}
.pagination__next img, .pagination__last img {
  transform: rotate(180deg);
}

/* break points */
/* break points */
/*usage  @include font-size(13);*/
.header__local {
  height: 48px;
  width: 106px;
  position: absolute;
  top: -1px;
  background: #D3B7F7;
}
@media (min-width: 768px) {
  .header__local {
    height: 72px;
    top: -6px;
  }
}

.local {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .local {
    margin-top: 96px;
  }
}
.local__subtitle {
  margin: 18px 0 30px 0;
}
@media (min-width: 768px) {
  .local__subtitle {
    margin: 38px 0 61px 0;
  }
}
.local__subtitle p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 175%;
  color: #1E1E1E;
}

/* break points */
/* break points */
/*usage  @include font-size(13);*/
.project__type {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #1E1E1E;
  margin: 30px 0 14px 0;
}
@media (min-width: 768px) {
  .project__type {
    margin-top: 70px;
  }
}
.project__tags {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 24px 0 12px;
}
.project__period {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #1E1E1E;
  max-width: 50%;
  word-break: break-all;
}
.project__period:first-child {
  background: #EAF7FC;
  padding: 2px 6px;
}
.project__period.period-local:first-child {
  background: #AFEEC0;
  padding: 2px 6px;
}
.project__img img {
  width: 100%;
}
.project__description {
  margin: 36px 0 40px 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #1E1E1E;
}
@media (min-width: 768px) {
  .project__description {
    margin-bottom: 80px;
  }
}
.project__block {
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #1E1E1E;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .project__block {
    margin-bottom: 80px;
  }
}
.project__block ul, .project__block ol, .project__block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
}
.project__partners {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 32px;
}
.project__partners__item {
  height: 47px;
}
.project__partners__item img {
  max-height: 100%;
}

/* break points */
/* break points */
/*usage  @include font-size(13);*/
.header__blog {
  position: absolute;
  width: 68px;
  height: 48px;
  top: -1px;
  background: #D3B7F7;
}
@media (min-width: 768px) {
  .header__blog {
    height: 72px;
    width: 78px;
    top: -6px;
  }
}

.blog {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .blog {
    padding-top: 96px;
  }
}
.blog__list {
  margin-top: 30px;
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .blog__list {
    grid-template-columns: 1fr 1fr;
    margin-top: 68px;
    gap: 32px;
  }
}
.blog__item {
  padding: 20px;
  height: 251px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .blog__item {
    padding: 32px 36px 36px 36px;
  }
}
.blog__item:nth-child(5n-4) {
  background: #FDDFAC;
}
.blog__item:nth-child(5n-3) {
  background: #99D8F3;
}
.blog__item:nth-child(5n-2) {
  background: #AFEEC0;
}
.blog__item:nth-child(5n-1) {
  background: #F7B7CA;
}
.blog__item:nth-child(5n) {
  background: #D3B7F7;
}
.blog__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #1E1E1E;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__button {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #1E1E1E;
  padding: 9px 16px;
  border: 1px solid #1E1E1E;
  position: relative;
  margin-top: auto;
  width: 225px;
}
.blog__button:after {
  content: "";
  position: absolute;
  background: url("./../images/dowload.1cfe6dff045c.svg");
  width: 20px;
  height: 20px;
  right: 16px;
}

/* break points */
/* break points */
/*usage  @include font-size(13);*/
.footer {
  margin: 42px 0 37px 0;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1000px) {
  .footer__content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__logo {
  width: 180px;
}
.footer__social__media {
  display: flex;
  align-items: center;
}
@media (min-width: 1000px) {
  .footer__social__media {
    flex-direction: column;
    align-items: start;
  }
}
.footer__menu {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1000px) {
  .footer__menu {
    justify-content: flex-start;
  }
}

.social {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: 50px;
}
@media (min-width: 1000px) {
  .social {
    margin: 28px 0 0 7px;
  }
}
.social__media {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.social__media:hover .social__media__hover {
  display: block;
}
.social__media img {
  position: relative;
  z-index: 2;
}
.social__media__hover {
  display: none;
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 17px;
  top: 4px;
  background: #99D8F3;
}

.social__icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

@media (min-width: 1000px) {
  .menu {
    margin-left: 50px;
  }
}
.menu__header {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #1E1E1E;
}
.menu__list {
  margin-top: 16px;
  padding: 0;
}
.menu__item {
  margin-bottom: 12px;
}
.menu__item:last-child {
  margin-bottom: 0;
}
.menu__item:hover {
  position: relative;
  cursor: pointer;
}
.menu__item:hover:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -6px;
  height: 21px;
  width: 58px;
  background: #99D8F3;
}
.menu__link {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #1E1E1E;
  position: relative;
  z-index: 2;
}

.contacts__header {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #1E1E1E;
}
.contacts__list {
  margin-top: 16px;
}
.contacts__phone {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}
.contacts__phone__img {
  width: 17px;
}
.contacts__phone__list {
  margin-left: 17px;
}
.contacts__email {
  display: flex;
  align-items: center;
}
.contacts__email__img {
  width: 18px;
}
.contacts__email {
  display: flex;
  align-items: center;
}
.contacts__email__list {
  margin-left: 17px;
}
.contacts p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #1E1E1E;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* break points */
/* break points */
/*usage  @include font-size(13);*/
.partners__item.slick-slide {
  height: 50px;
}
@media (min-width: 768px) {
  .partners__item.slick-slide {
    height: 64px;
  }
}

.projects__card.slick-slide {
  height: 382px;
}

.arrow__right.slick-hidden,
.arrow__left.slick-hidden,
.arrow__previous.slick-hidden,
.arrow__next.slick-hidden,
.prev.slick-hidden,
.right.slick-hidden,
.next.slick-hidden,
.arrow__right.slick-disabled,
.arrow__left.slick-disabled,
.arrow__previous.slick-disabled,
.arrow__next.slick-disabled,
.prev.slick-disabled,
.right.slick-disabled,
.next.slick-disabled {
  opacity: 0;
}
.arrow__right.slick-hidden:hover,
.arrow__left.slick-hidden:hover,
.arrow__previous.slick-hidden:hover,
.arrow__next.slick-hidden:hover,
.prev.slick-hidden:hover,
.right.slick-hidden:hover,
.next.slick-hidden:hover,
.arrow__right.slick-disabled:hover,
.arrow__left.slick-disabled:hover,
.arrow__previous.slick-disabled:hover,
.arrow__next.slick-disabled:hover,
.prev.slick-disabled:hover,
.right.slick-disabled:hover,
.next.slick-disabled:hover {
  cursor: inherit;
}

/*# sourceMappingURL=all.css.map */
