@font-face {
  font-family: "Gotham";
  src: url("../font/GothamBook.eot");
  src: local("GothamBook"), url("../font/GothamBook.eot?#iefix") format("embedded-opentype"), url("../font/GothamBook.woff2") format("woff2"), url("../font/GothamBook.woff") format("woff"), url("../font/GothamBook.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../font/GothamBold.eot");
  src: local("Gotham-Bold"), url("../font/GothamBold.eot?#iefix") format("embedded-opentype"), url("../font/GothamBold.woff2") format("woff2"), url("../font/GothamBold.woff") format("woff"), url("../font/GothamBold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSansItalic.eot");
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../font/OpenSansItalic.eot?#iefix") format("embedded-opentype"), url("../font/OpenSansItalic.woff2") format("woff2"), url("../font/OpenSansItalic.woff") format("woff"), url("../font/OpenSansItalic.svg#OpenSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Gotham, sans-serif;
  font-weight: normal;
}

.main__menu {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.main__menu .header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__menu .header__menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main__menu .header__link {
  font-size: 14px;
  line-height: 13px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}

.main__menu .header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main__menu .header__marker {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 12px;
}

.main__menu .header__item:not(:first-child) {
  margin-left: 70px;
}

.main__menu .header__item:hover .header__marker {
  -webkit-transition: 0.1s background-color ease-in-out;
  transition: 0.1s background-color ease-in-out;
  background-color: #fff;
}

.header__socialItem,
.footer__socialItem {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.header__socialItem:not(:first-child),
.footer__socialItem:not(:first-child) {
  margin-left: 20px;
}

.header__logoLink,
.header__socialLink,
.footer__logoLink,
.footer__socialLink {
  display: inline-block;
  font-size: 0;
}

.header__logoLink:hover,
.header__socialLink:hover,
.footer__logoLink:hover,
.footer__socialLink:hover {
  -webkit-transition: 0.1s opacity ease-in-out;
  transition: 0.1s opacity ease-in-out;
  opacity: 0.5;
}

.header__socialLink,
.footer__socialLink {
  width: 40px;
  height: 40px;
  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;
}

.slick-slider {
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.header {
  position: relative;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 183, 255, 0.92)), to(rgba(125, 89, 255, 0.81))), url(../img/Slider.jpg);
  background-image: linear-gradient(rgba(85, 183, 255, 0.92), rgba(125, 89, 255, 0.81)), url(../img/Slider.jpg);
  opacity: 0.94;
  background-size: cover;
  min-height: 100vh;
  padding: 28px 0 60px;
}

.header__header {
  font-weight: bold;
  font-size: 80px;
  line-height: 96px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
}

.header__subheader {
  font-size: 18px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.header__scroll {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #fff;
  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;
  cursor: pointer;
  margin: 0 auto;
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -20px;
}

.header__scroll:hover .header__arrow {
  margin-top: 10px;
}

.header__arrow {
  height: 6px;
  width: 6px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__wrap {
  margin-top: 150px;
}

.header__slider .slick-dots {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 1rem 0;
  position: absolute;
  top: 50%;
  margin-top: -96px;
  right: 40px;
  list-style-type: none;
}

.header__slider .slick-dots li:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.header__slider .slick-dots li:not(:last-child) {
  margin-bottom: 40px;
}

.header__slider .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  text-indent: -9999px;
}

.header__slider .slick-dots li.slick-active button {
  background-color: #fff;
}

header.header2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 183, 255, 0.92)), to(rgba(125, 89, 255, 0.81))), url(../img/Photo1.jpg);
  background-image: linear-gradient(rgba(85, 183, 255, 0.92), rgba(125, 89, 255, 0.81)), url(../img/Photo1.jpg);
}

header.header3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 183, 255, 0.92)), to(rgba(125, 89, 255, 0.81))), url(../img/Image.jpg);
  background-image: linear-gradient(rgba(85, 183, 255, 0.92), rgba(125, 89, 255, 0.81)), url(../img/Image.jpg);
}

header.header4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 183, 255, 0.92)), to(rgba(125, 89, 255, 0.81))), url(../img/Photo1-2.jpg);
  background-image: linear-gradient(rgba(85, 183, 255, 0.92), rgba(125, 89, 255, 0.81)), url(../img/Photo1-2.jpg);
}

.whatWeDo {
  padding: 128px 0 100px;
}

.whatWeDo__header {
  position: relative;
  font-weight: bold;
  font-size: 44px;
  line-height: 53px;
  text-align: center;
  text-transform: uppercase;
  color: #2c4058;
  margin-bottom: 100px;
}

.whatWeDo__header::before {
  content: "";
  width: 153px;
  height: 1px;
  background-color: #2c4058;
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -76px;
}

.whatWeDo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.whatWeDo__item:not(:last-child) {
  margin-bottom: 140px;
}

.whatWeDo__item:last-child .whatWeDo__info {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.whatWeDo__item:last-child img {
  -webkit-box-shadow: 215px -70px 0px #7e5aff;
          box-shadow: 215px -70px 0px #7e5aff;
}

.whatWeDo__item img {
  -webkit-box-shadow: -215px -70px 0px #55b7ff;
          box-shadow: -215px -70px 0px #55b7ff;
}

.whatWeDo__info {
  padding-left: 40px;
}

.whatWeDo__info--right {
  padding-right: 40px;
}

.whatWeDo__subheading {
  font-size: 22px;
  line-height: 21px;
  text-transform: uppercase;
  color: #2c4058;
  font-weight: normal;
  margin-bottom: 4px;
}

.whatWeDo__heading {
  font-weight: bold;
  font-size: 44px;
  line-height: 53px;
  text-transform: uppercase;
  color: #2c4058;
}

.whatWeDo__text {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #4b5562;
  margin-bottom: 32px;
}

.whatWeDo__button {
  font-weight: normal;
  font-size: 14px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #2c4058;
  background: none;
  border: 1px solid #2c4058;
  cursor: pointer;
  padding: 20px 40px;
  margin-bottom: 44px;
}

.whatWeDo__button:hover {
  color: #fff;
  background: #2c4058;
}

.whatWeDo__address {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.whatWeDo__address img {
  margin-right: 8px;
}

.news {
  padding: 140px 0;
  background-image: url(../img/city.png), -webkit-gradient(linear, left top, left bottom, from(rgba(85, 183, 255, 0.92)), to(rgba(125, 89, 255, 0.81)));
  background-image: url(../img/city.png), linear-gradient(rgba(85, 183, 255, 0.92), rgba(125, 89, 255, 0.81));
  background-repeat: no-repeat;
  background-position-y: bottom;
}

.news__header {
  position: relative;
  font-weight: bold;
  font-size: 44px;
  line-height: 53px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 100px;
}

.news__header::before {
  content: "";
  width: 153px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -76px;
}

.news__img {
  width: 100%;
  font-size: 0;
  display: inline-block;
  position: relative;
}

.news__img:hover .news__hover {
  opacity: 1;
}

.news__img img {
  width: 100%;
}

.news__hover {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #fff;
  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;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  opacity: 0;
}

.news__plus {
  width: 23px;
  height: 2px;
  margin-bottom: -2px;
  background: #fff;
}

.news__plus--vertical {
  width: 23px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.news__subheader {
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  text-transform: uppercase;
  color: #2c4058;
}

.news__text {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #4b5562;
  margin-bottom: 32px;
}

.news__who {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news__who img {
  border-radius: 50%;
}

.news__name {
  font-weight: normal;
  font-size: 18px;
  line-height: 17px;
  text-transform: uppercase;
  color: #2c4058;
  margin-left: 20px;
}

.news__date {
  font-weight: normal;
  font-size: 14px;
  line-height: 13px;
  color: #55b7ff;
  text-transform: none;
}

.news__item {
  background: #fff;
}

.news__item:not(:last-child) {
  margin-right: 30px;
}

.news__wrapText {
  padding: 20px;
}

.news__slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 1rem 0;
  position: absolute;
  bottom: -86px;
  list-style-type: none;
  left: 50%;
  margin-left: -109px;
}

.news__slider .slick-dots li:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.news__slider .slick-dots li:not(:last-child) {
  margin-right: 42px;
}

.news__slider .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  text-indent: -9999px;
}

.news__slider .slick-dots li.slick-active button {
  background-color: #fff;
}

button.slick-prev.pull-left {
  border: none;
}

button.slick-prev.pull-left .news__scroll {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #fff;
  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;
  cursor: pointer;
  margin: 0 auto;
  position: absolute;
  bottom: 50%;
  left: -100px;
  margin-bottom: -20px;
}

button.slick-prev.pull-left .news__scroll:hover .header__arrow {
  margin-right: 10px;
}

button.slick-prev.pull-left .news__arrow {
  height: 6px;
  width: 6px;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

button.slick-next.pull-right {
  border: none;
}

button.slick-next.pull-right .news__scroll {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #fff;
  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;
  cursor: pointer;
  margin: 0 auto;
  position: absolute;
  bottom: 50%;
  right: -100px;
  margin-bottom: -20px;
}

button.slick-next.pull-right .news__scroll:hover .header__arrow {
  margin-left: 10px;
}

button.slick-next.pull-right .news__arrow {
  height: 6px;
  width: 6px;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.gallery {
  text-align: center;
  padding: 168px 0 140px;
}

.gallery__header {
  position: relative;
  font-weight: bold;
  font-size: 44px;
  line-height: 53px;
  text-align: center;
  text-transform: uppercase;
  color: #2c4058;
  margin-bottom: 100px;
}

.gallery__header::before {
  content: "";
  width: 153px;
  height: 1px;
  background-color: #2c4058;
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -76px;
}

.gallery__button {
  font-weight: normal;
  font-size: 14px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #2c4058;
  background: none;
  border: 1px solid #2c4058;
  cursor: pointer;
  padding: 20px 56px;
  text-align: center;
}

.gallery__button:hover {
  color: #fff;
  background: #2c4058;
}

.gallery__wrapper {
  margin-bottom: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px;
}

.gallery__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__wrapper .gallery__item--1 {
  background: url(../img/Image.jpg) no-repeat center center;
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 3;
}

.gallery__wrapper .gallery__item--1:hover {
  background: url(../img/Union.png) no-repeat center center, url(../img/Image.jpg) no-repeat center center;
}

#map {
  height: 700px;
}

.footer {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 183, 255, 0.92)), to(rgba(125, 89, 255, 0.81))), url(../img/BGF.jpg) no-repeat bottom center;
  background: linear-gradient(rgba(85, 183, 255, 0.92), rgba(125, 89, 255, 0.81)), url(../img/BGF.jpg) no-repeat bottom center;
  padding: 201px 0 207px;
  position: relative;
}

.footer .touch {
  background: #fff url(../img/citylight.png) no-repeat bottom center;
  background-size: contain;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  color: #2c4058;
  width: 770px;
  margin: 0 auto;
  padding: 84px 60px 79px;
  opacity: 1;
  -webkit-box-shadow: 0px -4px 15px rgba(133, 133, 133, 0.2);
          box-shadow: 0px -4px 15px rgba(133, 133, 133, 0.2);
  position: absolute;
  top: -300px;
  left: 50%;
  margin-left: -385px;
}

.footer .touch__addressWr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[1];
      grid-template-rows: repeat(1, 1fr);
  grid-gap: 50px;
}

.footer .touch__header {
  position: relative;
  font-weight: bold;
  font-size: 44px;
  line-height: 53px;
  text-align: center;
  text-transform: uppercase;
  color: #2c4058;
  margin-bottom: 50px;
}

.footer .touch__header::before {
  content: "";
  width: 153px;
  height: 1px;
  background-color: #2c4058;
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -76px;
}

.footer .touch__list {
  list-style: none;
}

.footer .touch__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .touch__item img {
  margin-right: 12px;
}

.footer .touch__item:not(:last-child) {
  margin-bottom: 41px;
}

.footer .touch__link {
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  color: #2c4058;
}

.footer .touch__emailWrapper input:not(:last-child) {
  padding-bottom: 16px;
  width: 100%;
  line-height: 18px;
  color: #2c4058;
  border: none;
  border-bottom: 1px solid #2c4058;
}

.footer .touch__emailWrapper input:not(:last-child)::-webkit-input-placeholder {
  color: #4b5562;
  opacity: 0.5;
}

.footer .touch__emailWrapper input:not(:last-child):-ms-input-placeholder {
  color: #4b5562;
  opacity: 0.5;
}

.footer .touch__emailWrapper input:not(:last-child)::-ms-input-placeholder {
  color: #4b5562;
  opacity: 0.5;
}

.footer .touch__emailWrapper input:not(:last-child)::placeholder {
  color: #4b5562;
  opacity: 0.5;
}

.footer .touch__emailWrapper input:not(:last-child):focus {
  outline: none;
}

.footer .touch__emailWrapper input:first-child {
  margin-bottom: 38px;
}

.footer .touch__emailWrapper input:nth-child(2) {
  margin-bottom: 28px;
}

.footer .touch__emailWrapper input[type="submit"] {
  font-weight: normal;
  font-size: 14px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #2c4058;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
  padding: 18px 42px;
  border: 1px solid #2c4058;
}

.footer .touch__emailWrapper input[type="submit"]:hover {
  background-color: #2c4058;
  color: #fff;
}

.footer .touch__form {
  text-align: right;
}

.footer__socialWrapper {
  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;
  margin-bottom: 40px;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__wr {
  width: 770px;
  margin: 0 auto;
}

.footer small {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}
/*# sourceMappingURL=style.css.map */