@charset "UTF-8";
@import url("../css/fonts.css");
.btn__text {
  padding: 18px 40px;
  color: #000000;
  border: 1px #2C4058 solid;
  text-transform: uppercase;
  background-color: #ffffff;
  font-family: Montserrat, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.slider {
  position: relative;
}
.slider::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  background: linear-gradient(45deg, rgba(85, 183, 255, 0.9) 34%, rgba(126, 90, 255, 0.9) 80%);
  z-index: 1;
}

.slide {
  position: relative;
  height: 100vh;
}
.slide__image {
  position: absolute;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.slick-dots {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  justify-content: center;
  gap: 40px;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
}
.slick-dots li.slick-active button {
  background-color: rgba(255, 255, 255, 0.6901960784);
}
.slick-dots button {
  font-size: 0;
  background: rgba(255, 255, 255, 0);
  border: 1px rgba(181, 189, 226, 0.5882352941) solid;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  font-size: 0;
  border: 2px solid #ffddff;
  background: rgba(255, 221, 255, 0);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}
.slick-arrow::before {
  content: "<";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 16px;
  color: #fff;
}
.slick-arrow .slick-next {
  right: 80px;
}
.slick-arrow .slick-next::before {
  content: ">";
}
.slick-arrow .slick-prev {
  left: 80px;
}

.slider-news {
  position: relative;
  z-index: 0;
}

.slide-news {
  position: relative;
  margin: 0 15px;
  background: #ffffff;
}
.slide-news__image {
  position: relative;
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.slide-news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 30px;
}

.content-news__autor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.content-news__autor_photo {
  width: 60px;
  height: 60px;
}
.content-news__autor_photo-image {
  border-radius: 50%;
}

.latestnews .slick-dots {
  position: absolute;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  top: 105%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 1;
}
.latestnews .slick-dots li.slick-active button {
  background-color: #ffffff;
}
.latestnews .slick-dots button {
  position: absolute;
  font-size: 0;
  background: rgba(255, 255, 255, 0);
  border: 1px #ffffff solid;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}
.latestnews .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  font-size: 0;
  border: 1px solid #ffffff;
  background: rgba(255, 221, 255, 0);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}
.latestnews .slick-arrow::before {
  content: "‹";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
}
.latestnews .slick-next {
  right: -50px;
}
.latestnews .slick-next::before {
  content: "›";
}
.latestnews .slick-prev {
  position: absolute;
  left: -50px;
}

@-webkit-keyframes scrolldown {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -0.5rem);
    transform: translate(-50%, 0.5rem);
  }
}

@keyframes scrolldown {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -0.5rem);
    transform: translate(-50%, 0.5rem);
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  min-height: 100vh;
  font-family: Open Sans, Tahoma, sans-serif;
  font-size: 18px;
  background: #ffffff;
  color: #2C4058;
  font-weight: 400;
  scroll-behavior: smooth;
  scroll-padding-top: 180px;
}

a {
  text-decoration: none;
  color: #2C4058;
}

.container, .container-slider {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  position: fixed;
  width: 100%;
  top: 30px;
  background: linear-gradient(45deg, rgba(85, 183, 255, 0.7) 34%, rgba(126, 90, 255, 0.9) 80%);
  padding: 10px 0;
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.header__wrapper {
  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;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header__logo {
  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;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  align-self: center;
  width: 241px;
  height: 54px;
  cursor: pointer;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  align-self: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.header__nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.header__nav_list-text {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  list-style: none;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
.header__nav_list-text::before {
  content: "";
  position: absolute;
  top: 20%;
  left: -20px;
  width: 9px;
  height: 9px;
  border: 1px rgba(181, 189, 226, 0.5882352941) solid;
  border-radius: 9px;
}
.header__nav_list-text:hover::before {
  content: "";
  position: absolute;
  border: 1px white solid;
  background: white;
  color: #000000;
}
.header__nav_burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 30px;
  display: none;
  cursor: pointer;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.burger {
  display: none;
}
.burger:checked ~ .menu {
  visibility: visible;
  opacity: 1;
}
.burger:checked ~ .burger__img {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0, 2s;
  transition: 0, 2s;
}
.burger:checked ~ .burger__img::before {
  opacity: 0;
}
.burger:checked ~ .burger__img::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 0;
}
.burger__img {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: -3px;
  width: 34px;
  height: 2px;
  background: #ffffff;
  vertical-align: middle;
}
.burger__img::after, .burger__img::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  top: 10px;
}
.burger__img::after {
  top: -10px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.3vw;
  padding: 0 30px;
  position: absolute;
  right: 0;
  top: 80px;
  width: 50vw;
  min-width: 210px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  background: #55B7FF;
  padding: 0 0;
  gap: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.menu__item {
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #93c9ea;
  list-style: none;
}
.menu__link {
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 500;
}

.main {
  position: relative;
  margin: 0;
}

.main-slider__content {
  width: 100%;
  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;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.main-slider__content_title {
  font-size: 80px;
  font-family: Montserrat, Tahoma, sans-serif;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  padding: 0 50px;
}
.main-slider__content_subtitle {
  color: #ffffff;
  margin: 0;
  padding: 0 50px;
  line-height: 1.4;
  padding: 7px 0;
  text-transform: uppercase;
  text-align: center;
}

.whatwedo {
  position: relative;
  margin-top: 130px;
  margin-bottom: 150px;
  width: 100%;
}
.whatwedo__title {
  position: relative;
  text-align: center;
}
.whatwedo__title::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  border: 1px #2C4058 solid;
}
.whatwedo__item {
  position: relative;
  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;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 150px;
}
.whatwedo__item_photoleft {
  position: relative;
  width: 60%;
}
.whatwedo__item_photoleft_img {
  position: relative;
  width: 100%;
  height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: -200px -50px 0px 0px #55B7FF;
          box-shadow: -200px -50px 0px 0px #55B7FF;
}
.whatwedo__item_photoright {
  position: relative;
  width: 60%;
}
.whatwedo__item_photoright_img {
  position: relative;
  width: 100%;
  height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 200px -50px 0px 0px #7E5AFF;
          box-shadow: 200px -50px 0px 0px #7E5AFF;
}
.whatwedo__item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-top: 100px;
  width: 40%;
}

.item-whatwedo__title {
  text-align: left;
}
.item-whatwedo__desc {
  font-size: 18px;
  font-family: Open Sans, Tahoma, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}
.item-whatwedo__button {
  text-align: left;
  margin: 40px 0;
}
.item-whatwedo__adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.item-whatwedo__adress-pin {
  width: 9px;
  height: 17px;
}
.item-whatwedo__adress-text {
  font-size: 15px;
  font-family: Open Sans, Tahoma, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
}

.latestnews__background {
  position: relative;
  padding: 10px 0;
  margin-top: 130px;
  margin-bottom: 150px;
  padding: 150px 0px 120px 0px;
  width: 100%;
  background: linear-gradient(45deg, rgb(60, 127, 212) 34%, rgb(36, 204, 250) 80%);
  z-index: 0;
}
.latestnews__background_photo {
  position: absolute;
  width: 100%;
  -webkit-filter: opacity(0.2);
          filter: opacity(0.2);
  bottom: 0%;
  z-index: -1;
}
.latestnews__title {
  position: relative;
  text-align: center;
}
.latestnews__title::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  border: 1px #ffffff solid;
}
.latestnews__slider {
  position: relative;
  margin-top: 90px;
}

.gallery {
  margin-top: 130px;
  margin-bottom: 150px;
  width: 100%;
}
.gallery__title {
  position: relative;
  text-align: center;
}
.gallery__title::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  border: 1px #2C4058 solid;
}
.gallery__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: 1fr 1fr;
  grid-auto-columns: 1fr 1fr;
  grid-auto-rows: 1fr 1fr;
  gap: 10px;
  width: 100%;
  padding: 90px 0 60px 0;
}
.gallery__grid_item {
  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;
  overflow: hidden;
}
.gallery__grid_item a span {
  display: none;
}
.gallery__grid_item a:hover span {
  display: block;
  position: absolute;
  background: url("../assets/images/basic/zoom.svg") no-repeat;
  height: 50px;
  width: 50px;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.gallery__button {
  text-align: center;
}

.item-first {
  grid-area: 1/1/3/3;
}

.item-second {
  grid-area: 2/1/3/3;
}

.content__photo {
  position: relative;
  width: 100%;
}
.content__photo_img-1 {
  position: relative;
  height: 438px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.content__photo_img-1:hover {
  position: relative;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.content__photo_img-2 {
  height: 214px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.content__photo_img-2:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.footer {
  position: relative;
  margin-top: 0px;
  width: 100%;
  height: 550px;
}
.footer__background {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.footer__container {
  position: relative;
  padding-top: 150px;
  width: 770px;
  margin: 0 auto;
}
.footer__container_wrapper {
  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;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.footer__contact {
  width: 40%;
  margin-top: 50px;
}
.footer__form {
  width: 40%;
}

.contact {
  position: relative;
  z-index: 1;
}
.contact__map {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.contact__form {
  position: absolute;
  content: "";
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 770px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 30px 10px rgba(44, 64, 88, 0.3058823529);
          box-shadow: 0px 0px 30px 10px rgba(44, 64, 88, 0.3058823529);
}
.contact__form_wrapper {
  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;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px 60px 60px 60px;
  height: 100%;
}

.form__title {
  position: relative;
  text-align: center;
}
.form__title::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  border: 1px #2C4058 solid;
}
.form__item {
  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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.form__item_contacts {
  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;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
.form__item_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}

.li-contact__text {
  color: #000;
}
.li-contact__icon {
  color: #7E5AFF;
  padding-right: 10px;
}

.input__field {
  width: 100%;
  background-color: #ffffff;
}
.input__text {
  padding-bottom: 20px;
  width: 100%;
  color: #000;
  border-bottom: 1px #cad8e8 solid;
}
.input__text:focus {
  border-bottom: 1px #2C4058 solid;
}

.title-h2 {
  font-size: 44px;
  font-family: Montserrat, Tahoma, sans-serif;
  color: #2C4058;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.title-h3 {
  font-size: 36px;
  font-family: Montserrat, Tahoma, sans-serif;
  color: #2C4058;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.title-h4 {
  font-size: 24px;
  font-family: Montserrat, Tahoma, sans-serif;
  color: #2C4058;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.title-h5 {
  font-size: 22px;
  font-family: Montserrat, Tahoma, sans-serif;
  color: #2C4058;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}

.title-h6 {
  font-size: 18px;
  font-family: Montserrat, Tahoma, sans-serif;
  color: #2C4058;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}

.title-white {
  color: #ffffff;
}

.small {
  font-size: 70%;
  color: #ffffff;
  padding-top: 40px;
}

.text {
  color: #2C4058;
  margin: 0;
  line-height: 1.4;
  padding: 7px 0;
}

.text-data {
  color: #55B7FF;
  margin: 0;
  line-height: 1.4;
  padding: 5px 0;
}

.arrow-down {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  -webkit-animation: scrolldown 2s ease infinite;
          animation: scrolldown 2s ease infinite;
}

.social {
  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;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  align-self: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.social__item {
  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;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 40px;
  height: 40px;
  border: 1px rgba(181, 189, 226, 0.5882352941) solid;
  padding: 10px;
  border-radius: 20px;
  cursor: pointer;
}
.social__item:hover {
  border: 1px #ffffff solid;
}
.social__item-icon {
  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;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

.flex {
  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;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.btn__text {
  position: relative;
}
.btn__text:hover {
  color: #7E5AFF;
  border-color: #7E5AFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.hiden-text-1,
.hiden-text-2,
.hiden-gallery {
  display: none;
}

.hide-text-1,
.hide-text-2 {
  display: block;
}

.hide-gallery {
  display: grid;
}

@media screen and (max-width: 1400px) {
  .container-slider {
    max-width: 85%;
  }
}
@media screen and (max-width: 992px) {
  .header__nav {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .header__nav_list {
    display: none;
  }
  .header {
    padding: 20px 0;
  }
  .header__nav_burger {
    display: block;
  }
  .whatwedo,
  .latestnews__background,
  .gallery {
    margin-top: 100px;
    margin-bottom: 120px;
  }
  .whatwedo__item,
  .latestnews__background__item,
  .gallery__item {
    margin-top: 100px;
  }
  .latestnews__background {
    padding: 120px 0px 100px 0px;
  }
}
@media screen and (max-width: 768px) {
  .main-slider__content_title {
    width: 90%;
    font-size: 50px;
    text-align: center;
  }
  .whatwedo__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .whatwedo__item_photoleft, .whatwedo__item_photoright {
    width: 100%;
  }
  .whatwedo__item_photoleft_img, .whatwedo__item_photoright_img {
    height: 250px;
  }
  .whatwedo__item_content {
    width: 100%;
    padding-top: 10px;
  }
  .slide-news__image {
    height: 150px;
  }
  .gallery__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    padding: 50px 0;
  }
  .item-first {
    grid-area: 1/1/3/3;
  }
  .form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__item_contacts, .form__item_submit {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact__form {
    position: relative;
    width: 90%;
  }
  .form__item_contacts {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__container {
    width: 100%;
  }
  .footer__container_wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .small {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .container,
  .container-slider {
    max-width: 1200px;
    padding: 0 15px;
  }
  .social-header {
    display: none;
  }
  .gallery__grid {
    padding: 50px 0;
  }
  .whatwedo__item_content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .item-whatwedo__title {
    text-align: center;
  }
}