html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  font-family: "Lato", sans-serif;
  line-height: 20px;
  font-size: 15px;
}

a {
  color: #000;
  display: inline-block;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
}

.container {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0px 15px;
}

.header {
  background-color: #e8ebf1;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.07);
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}
.footer__logo a,
.header__logo a {
  color: #2aacc8;
  font-size: 50px;
  font-weight: 400;
}

.header__logo a span,
.footer__logo a span {
  color: #000;
  font-weight: 700;
}
.header__menu {
  margin-right: 20px;
}
.header__menu li + li {
  margin-left: 50px;
}

.header__menu a {
  font-family: "arial", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 13px;
}
.header__drop-down.drop-down {
  margin-left: 39px;
}

.header__drop-down.drop-down + .header__drop-down.drop-down {
  margin-left: 12px;
}

.header__drop-down.drop-down + .header__link-blog {
  margin-left: 20px;
}

.header__drop-down {
  position: relative;
}

.drop-down__list {
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  width: 200px;
  background-color: #fff;
  border: 1px solid rgb(232, 235, 241);
  border-bottom: 5px solid #2aacc8;
  border-top: none;
  box-shadow: 0px 5px 0px 0px rgba(42, 172, 200, 0.004);
  padding: 10px 5px;
  left: -1px;
  z-index: 1;
}

.drop-down__list a {
  padding: 12px 0 12px 11px;
  font-weight: 400;
  display: block;
  text-transform: none;
}

.drop-down__list a:hover {
  color: #2aacc8;
}

.header__drop-down .drop-down__list li {
  margin-left: 0;
  display: block;
}

.drop-down__list li + li a {
  border-top: 1px solid #e7e7e7;
}

.header__drop-down > a {
  position: relative;
  padding-left: 11px;
  padding-right: 26px;
  border-top: 5px solid transparent;
}

.header__drop-down > a::after {
  content: "";
  position: absolute;
  background-image: url(../images/down-arrow.png);
  width: 7px;
  height: 5px;
  right: 8px;
  top: 15px;
}

.header__drop-down.drop-down:hover .drop-down__list {
  height: auto;
  overflow: visible;
  opacity: 1;
  transition: all 0.3s;
}

.header__drop-down.drop-down:hover > a {
  color: #2aacc8;
  border-top: 5px solid #2aacc8;
  background-color: #fff;
  transition: all 0.3s;
}

.header__menu-btn {
  width: 30px;
  display: none;
}

.header__menu-row {
  width: 100%;
  background-color: #000;
  height: 4px;
  margin-bottom: 4px;
}

.slider {
  background-color: #81e4ed;
  padding: 20px 0px 10px;
}

.slider__item {
  background-image: url(../images/slider-bg.jpg);
  max-width: 1000px;
  min-height: 440px;
  background-position: top center;
}

.slider__item-title {
  font-size: 50px;
  line-height: 55px;
  color: #fff;
  width: 300px;
  margin-left: 60px;
  font-weight: 700;
  padding-top: 90px;
}

.slick-dots li button {
  width: 14px;
  height: 14px;
  background-color: rgba(98, 98, 98, 0.5);
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background-color: #fff;
}

.slick-dots li button::before {
  display: none;
}

.slick-dots li {
  margin: 0 9px;
  width: auto;
  height: auto;
}

.items {
  background-color: #e8ebf1;
  padding: 60px 0px 50px;
  border-bottom: 1px solid #d9d9d9;
}

.items__inner {
  display: flex;
  justify-content: space-between;
}

.item {
  width: 225px;
  font-family: "Lato", sans-serif;
}

.item__title {
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  padding: 10px 0 0 60px;
  margin-bottom: 30px;
  position: relative;
}

.item__icons {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 0;
  left: 0;
}

.item__text {
  font-family: "arial", sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #363636;
  margin-bottom: 25px;
}

.item__link {
  padding-left: 15px;
  font-size: 13px;
  color: #2aacc8;
  position: relative;
}

.item__link::before {
  content: "";
  position: absolute;
  background-image: url(../images/arrow.png);
  left: 0;
  top: 5px;
  width: 5px;
  height: 7px;
}

.works__title,
.testimonials__title,
.clients-logo__title {
  padding: 25px 0px 15px 40px;
  position: relative;
  font-family: "arial", sans-serif;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.works__title::before,
.testimonials__title::before,
.clients-logo__title::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 20px;
  background-image: url(../images/slider/cursor.png);
  width: 14px;
  height: 24px;
}

.works__inner {
  padding: 20px 0px 40px;
  border-top: 1px solid #dfe1e5;
  border-bottom: 1px solid #dfe1e5;
}

.slick-arrow {
  width: 20px;
  height: 20px;
}
.slick-arrow::before {
  display: none;
}

.slick-prev {
  right: 31px;
  top: -27px;
  left: auto;
}

.slick-next {
  right: 0;
  top: -27px;
}

.works__inner-item {
  text-align: center;
}

.works__inner-box {
  display: inline-block;
  position: relative;
}

.works__inner-link {
  background-color: #2aacc8;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
}

.works__inner-link a {
  margin: 0px 15px;
}

.works__inner-box:hover .works__inner-link {
  height: 80px;
}

/* .slick-list{
    margin-left: -15px;
    margin-right: -15px;
  } */

.clients {
  padding: 0px 0px 40px;
  font-family: "arial", sans-serif;
}

.clients__inner {
  display: flex;
  justify-content: space-between;
}

.testimonials {
  max-width: 440px;
}

.testimonials p {
  font-size: 14px;
  line-height: 24px;
  color: #363636;
}

.testimonials span {
  display: block;
  padding-top: 30px;
  font-style: italic;
  font-weight: 700;
}

.testimonials__title::before {
  background-image: url(../images/clients/testi.png);
  width: 24px;
  height: 23px;
}

.clients-logo__title::before {
  background-image: url(../images/clients/user.png);
  width: 24px;
  height: 20px;
}

.download {
  margin-top: 40px;
  padding: 30px 40px 30px 30px;
  border: 1px solid #81e4ed;
  background-color: #e8fcfe;
  display: flex;
  justify-content: space-between;
}

.dowload__text {
  font-size: 16px;
  line-height: 26px;
  color: #363636;
  max-width: 620px;
}

.dowload__btn a {
  background-image: url(../images/clients/download.png);
  max-width: 243px;
  height: 61px;
  width: 245px;
  padding-top: 19px;
  padding-left: 70px;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}

.footer {
  background-color: #e8ebf1;
  padding-top: 30px;
  padding-bottom: 40px;
  border-top: 1px solid#d9d9d9;
  font-family: "arial", sans-serif;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

.footer__item-1 {
  width: 240px;
}

.footer__item-title {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer__text {
  font-size: 14px;
  font-weight: 400;
  padding-top: 25px;
  color: #363636;
}

.footer__list {
  padding-top: 16px;
}

.footer__list li {
  display: block;
  margin-bottom: 7px;
}

.footer__list a {
  color: #363636;
  font-size: 14px;
  line-height: 26px;
}

.footer__item-3 {
  width: 115px;
}

.footer__item-4 {
  width: 150px;
}

.footer__adress {
  padding-top: 25px;
  color: #363636;
  font-size: 14px;
  margin-bottom: 16px;
}

.footer__adress span {
  display: block;
  font-weight: 700;
}

.footer__phone {
  color: #363636;
  font-size: 14px;
}

.footer__item-5 {
  width: 185px;
}
.footer__social ul {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
}

.footer__copy {
  font-size: 13px;
  line-height: 18px;
  color: #363636;
  max-width: 650px;
}
