@charset "UTF-8";
.contact-form {
  border: 3px solid #3DE4A7;
  max-width: 400px;
  margin: 30px auto;
  padding: 20px;
  border-radius: 5px;
}

form {
  box-sizing: border-box;
  transition: 0.2s ease-in-out;
}

label {
  display: block;
  margin: 10px 0;
  font-weight: bold;
  font-size: 16px;
}

input {
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 1px solid #3DE4A7;
}

textarea {
  width: 100%;
  height: 100px;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #3DE4A7;
}

.form-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

button {
  width: 100%;
  margin-top: 20px;
  height: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  background: #3DE4A7;
  border: none;
}

.success {
  display: none;
  text-align: center;
  transition: 0.2s ease-in-out;
}
.success img {
  max-width: 80px;
  background: #3DE4A7;
  border-radius: 50%;
}

.success-title {
  font-size: 18px;
  margin: 30px 0 10px 0;
}

@media screen and (max-width: 425px) {
  .contact-form {
    max-width: 95%;
    width: 100%;
  }
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 70px;
  margin-top: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-prev, .slick-next {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .tasks-item__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 425px) {
  .tasks-box {
    flex-direction: column;
  }
  .tasks-item {
    width: 100%;
    margin: 10px 0;
    border-radius: 20px !important;
  }
  .conditions-box {
    flex-direction: column;
  }
  .conditions-item {
    max-width: 100%;
    width: 100%;
  }
  .tasks {
    padding: 75px 0 70px;
  }
  .header-box__item .title-xl {
    font-size: 48px;
  }
  .contact-box__item-icon {
    flex: none;
  }
  .footer-top__item {
    margin-right: 10px;
  }
}
@media screen and (max-width: 375px) {
  .footer-top-box {
    flex-direction: column;
  }
  .footer-top__item {
    margin: 0 0 20px 0;
  }
  .footer-top {
    padding: 0;
  }
  .header-top {
    flex-direction: column;
  }
  .logo-box {
    margin-right: 0;
  }
  .header-top__item:last-child {
    margin: 10px auto;
  }
  .header-box__item .title-xl {
    font-size: 40px;
  }
}

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