@charset "UTF-8";
@font-face {
  font-family: "Source Sans Pro";
  src: url("../assets/fonts/SourceSansPro/SourceSansPro-Regular.woff") format("woff"), url("../assets/fonts/SourceSansPro/SourceSansPro-Regular.woff2") format("woff2");
}
.slider {
  position: relative;
}
.slider__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 24px;
  border-radius: 20px;
}
.slider-slide {
  position: relative;
  height: 100vh;
}
.slider-slide::before {
  content: "";
  width: 100%;
  height: 100%;
}
.slider-slide__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}

.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.header .slick-dots {
  position: absolute;
  right: 52px;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
  gap: 40px;
  z-index: 10;
  width: auto;
}
.header .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: url("../assets/img/cursor.png"), pointer;
}
.header .slick-dots li.slick-active button {
  background-color: #fff;
}
.header .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: white;
}
.header .slick-dots li button {
  font-size: 0;
  border: 1px solid #ffffff;
  color: #fff;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  cursor: url("../assets/img/cursor.png"), pointer;
}
.header .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  text-align: center;
  color: transparent;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../assets/fonts/SourceSansPro/SourceSansPro-Regular.woff") format("woff"), url("../assets/fonts/SourceSansPro/SourceSansPro-Regular.woff2") format("woff2");
}
.btn {
  border: 1px solid #2C4058;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  transition: 1.3s;
  color: #000;
  padding: 16px 40px;
  box-shadow: 0px 5px 5px 0px rgba(44, 64, 88, 0.1);
  cursor: url("../assets/img/cursor.png"), pointer;
}

.btn:hover {
  box-shadow: 0px 5px 5px 0px rgba(44, 64, 88, 0.5);
  transform: translateY(-1px);
  transform: scale(1.1);
  background: rgb(44, 64, 88);
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
}

body, html {
  overflow-x: hidden;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  color: #2C4058;
  font-size: 18px;
}

main {
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 900px;
  }
}

.title {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  fill: #ffffff;
}
.icon:hover, .icon:focus {
  cursor: url("../assets/img/cursor.png"), pointer;
  fill: #2C4058;
}

.logo {
  width: 241px;
  height: 54px;
}

.header {
  position: relative;
  background: linear-gradient(to left, #7E5AFF, #55B7FF);
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 777;
  max-width: 100%;
  position: absolute;
}
@media (max-width: 1024px) {
  .header__container {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 53px;
  margin-bottom: 53px;
  padding-right: 110px;
}
@media (max-width: 1024px) {
  .header__nav {
    padding-right: 30px;
  }
}
.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
  padding-left: 144px;
}
@media (max-width: 1024px) {
  .header__menu {
    gap: 30px;
    padding-left: 50px;
  }
}
@media (max-width: 922px) {
  .header__menu {
    gap: 20px;
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .header__menu {
    display: none;
  }
}
.header__menu-item {
  position: relative;
  display: inline-block;
}
.header__menu-item::before {
  content: "";
  position: absolute;
  left: -24px;
  /* Смещаем влево от текста */
  top: 61%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}
@media (max-width: 1024px) {
  .header__menu-item::before {
    left: -12px;
  }
}
.header__menu-item:hover::before, .header__menu-item:focus::before {
  border: 1px solid #2C4058;
  background: #2C4058;
}
.header__menu-item:hover .header__menu-link, .header__menu-item:focus .header__menu-link {
  color: #2C4058;
}
.header__menu-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.778em;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #ffffff;
}
.header__social-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  position: relative;
}
@media (max-width: 768px) {
  .header__social-link {
    width: 30px;
    height: 30px;
  }
}
.header__social-link:hover, .header__social-link:focus {
  cursor: url("../assets/img/cursor.png"), pointer;
  border: 1px solid #2C4058;
}
.header__social-link:hover .header__social-icon, .header__social-link:focus .header__social-icon {
  fill: #2C4058;
}

.burger {
  display: none;
}
@media screen and (max-width: 768px) {
  .burger:checked ~ .menu {
    opacity: 1;
    right: 0;
  }
  .burger:checked ~ .burger__img {
    transform: rotate(587deg);
    transition: all 0.4s;
  }
  .burger:checked ~ .burger__img::before {
    opacity: 0;
  }
  .burger:checked ~ .burger__img::after {
    top: 0;
    transform: rotate(90deg);
  }
}
.burger__img {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .burger__img {
    display: inline-block;
    position: relative;
    top: -3px;
    width: 34px;
    height: 2px;
    background-color: #ffffff;
  }
  .burger__img::before, .burger__img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #7E5AFF;
    top: 10px;
  }
  .burger__img::after {
    top: -10px;
  }
}

.slider__scroll-link {
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  z-index: 100;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.slider__scroll-link:hover, .slider__scroll-link:focus {
  cursor: url("../assets/img/cursor.png"), pointer;
  border: 1px solid #2C4058;
}
.slider__scroll-link:hover .slider__scroll-icon, .slider__scroll-link:focus .slider__scroll-icon {
  fill: #2C4058;
}

.projects {
  margin-top: 100px;
  padding-bottom: 150px;
}
.projects__title {
  position: relative;
  padding-bottom: 90px;
}
.projects__title::before {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #2C4058;
}
.projects__item {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 57px;
}
.projects__item::before {
  content: "";
  position: absolute;
  top: 0;
  width: 585px;
  height: 470px;
  z-index: 1;
}
.projects__item--blue::before {
  left: 0;
  background-color: #55B7FF;
  margin-bottom: 63px;
}
.projects__item--purple::before {
  right: 0;
  background-color: #7E5AFF;
}
.projects__container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  z-index: 2;
}
.projects__image-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 70px;
  flex: 1;
  opacity: 0;
  transform: translateX(-50px) translateY(0);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s ease;
}
.is-visible .projects__image-wrapper {
  opacity: 1;
  transform: translateX(0) translateY(57px);
}
.projects__image-wrapper--reverse {
  flex-direction: row-reverse;
}
.projects__image {
  width: 630px;
  height: 470px;
  display: block;
}
.projects__content {
  flex: 1;
  font-family: "Open Sans", sans-serif;
  width: 470px;
  height: 350px;
}
.projects__content__title {
  font-size: 22px;
  text-align: left;
  font-weight: 400;
}
.projects__content__subtitle {
  font-size: 44px;
  text-align: left;
  font-weight: 700;
  padding-bottom: 19px;
}
.projects__content__text {
  line-height: 1.667;
  margin-bottom: 40px;
}

.location {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  gap: 10px;
  margin-top: 60px;
}
.location-icon {
  width: 16px;
  height: 30px;
  fill: #000;
}
.location-text {
  font-size: 15px;
  font-style: italic;
  color: #000;
}

.news {
  background-image: url(../assets/img/news_background.png);
  background-position: center;
  background-size: cover;
  padding: 150px 0 120px;
  position: relative;
}
.news_title {
  color: #ffffff;
  margin-bottom: 90px;
  position: relative;
}
.news_title::before {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
}

.slider-news-container {
  position: relative;
  padding: 0 60px;
}
.slider_news-slide {
  background-color: #ffffff;
  margin: 0 15px;
  text-align: left;
  height: 540px;
}
.slider_news-slide__img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}
.slider_news-slide__text-content {
  padding: 30px 20px;
  height: 274px;
}
.slider_news-slide__title {
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  margin-bottom: 15px;
}
.slider_news-slide__descr {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 39px;
}
.slider_news-slide__author {
  display: flex;
  align-items: center;
  gap: 15px;
}
.slider_news-slide__author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.slider_news-slide__author-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.slider_news-slide__author-name {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.slider_news-slide__author-date {
  color: #55B7FF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.news .slick-arrow {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 0;
  transition: all 0.3s ease;
}
.news .slick-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 1;
}
.news .slick-arrow:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.news .slick-prev {
  left: -50px;
}
.news .slick-prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.news .slick-next {
  right: -50px;
}
.news .slick-next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

.news .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 60px;
  display: flex !important;
  justify-content: center;
  flex-direction: row;
  gap: 15px;
  width: 100%;
}
.news .slick-dots li {
  margin: 0;
  width: 10px;
  height: 10px;
}
.news .slick-dots li button {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 50%;
}
.news .slick-dots li button:before {
  display: none;
}
.news .slick-dots li.slick-active button {
  background: #fff;
}

.gallery {
  padding-top: 150px;
  padding-bottom: 150px;
}
.gallery_title {
  position: relative;
  margin-bottom: 90px;
}
.gallery_title::before {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #2C4058;
}
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 214px;
  gap: 10px;
  max-width: 1200px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery__item {
  width: 100%;
  height: 100%;
}
.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery__item--big {
  grid-column: 1/3;
  grid-row: span 2;
  width: 100%;
  height: 100%;
}
.gallery__btn {
  padding-left: 57px;
  padding-right: 57px;
  margin: 0 auto;
  display: block;
}

#map {
  height: 700px;
}
@media (max-width: 992px) {
  #map {
    height: 350px;
  }
}

.footer {
  background: linear-gradient(to left, #7E5AFF, #55B7FF);
  position: relative;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: start;
  max-width: 770px;
  margin: 0 auto;
  padding-top: 203px;
  padding-bottom: 234px;
}
.footer__container-wrapper {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.footer__copyright {
  margin-top: 41px;
}
.footer__social-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  position: relative;
}
.footer__social-link:hover, .footer__social-link:focus {
  cursor: url("../assets/img/cursor.png"), pointer;
  border: 1px solid #2C4058;
}
.footer__social-link:hover .footer__social-icon, .footer__social-link:focus .footer__social-icon {
  fill: #2C4058;
}
.footer__social-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  fill: #ffffff;
}

.contact-section {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 90px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -300px;
  z-index: 777;
  font-family: "Montserrat", sans-serif;
  color: #2C4058;
  max-width: 650px;
  height: 360px;
  margin: 0 auto;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .contact-section {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
  }
}
.contact-section__title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 42px;
  position: relative;
}
.contact-section__title:before {
  content: "";
  height: 1px;
  width: 100px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #2C4058;
}
.contact-section__content {
  display: flex;
  justify-content: center;
  gap: 54px;
  max-width: 900px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .contact-section__content {
    gap: 40px;
    flex-direction: column;
  }
}

.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
  flex: 1;
}
.contact-info__item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  color: #2C4058;
}
.contact-info__icon {
  color: #7E5AFF;
  font-size: 18px;
  width: 24px;
  fill: #7E5AFF;
  text-align: center;
}
.contact-info__text {
  line-height: 1.4;
}

.contact-form {
  flex: 1.2;
  min-width: 300px;
}
.contact-form__group {
  margin-bottom: 30px;
  position: relative;
}
.contact-form__input {
  border: none;
  outline: none;
  background: none;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #2C4058;
  transition: border-color 0.3s ease;
}
.contact-form__input::placeholder {
  color: rgba(75, 85, 98, 0.5);
}
.contact-form__input:focus {
  border-bottom-color: #7E5AFF;
}
.contact-form__input--invalid {
  border-bottom-color: #e74c3c;
}
.contact-form__input--invalid + .contact-form__error {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.contact-form__error {
  color: #e74c3c;
  font-size: 11px;
  position: absolute;
  bottom: -18px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: all 0.2s ease;
}
.contact-form__submit {
  border: none;
  outline: none;
  background: none;
  border: 1px solid #2C4058;
  padding: 12px 34px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  cursor: pointer;
  margin-left: auto;
  transition: all 0.3s ease;
}
.contact-form__submit:hover {
  background-color: #2C4058;
  color: #ffffff;
}
@media (max-width: 480px) {
  .contact-form__submit {
    width: 100%;
    float: none;
  }
}/*# sourceMappingURL=main.css.map */