@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

header {
  background-color: #0aadf4;
}
header .header {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
}
header .header .logo img {
  width: 100px;
}
header .header .links {
  display: flex;
}
header .header .links a {
  color: white;
  text-decoration: none;
  margin-left: 20px;
}
@media screen and (max-width: 800px) {
  header .header .links a {
    display: none;
  }
}
header .header .links .menu {
  display: none;
}
@media screen and (max-width: 800px) {
  header .header .links .menu {
    display: flex;
  }
}

.main1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
}
@media screen and (max-width: 900px) {
  .main1 {
    flex-direction: column;
  }
}
.main1 .video_container {
  width: 100%;
  max-width: 500px;
  height: auto;
  position: relative;
  /*.video-js {
      width: 100%;
      background-color: white;
      max-width: 444px;
  }*/
}
.main1 .video_container .video_block {
  width: 100%;
  /*video {
      width: 100%;
      display: block;
      height: auto;
      max-height: 250px;
  }*/
}
.main1 #signin {
  display: block;
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 900px) {
  .main1 #signin {
    margin-top: 70px;
  }
}
.main1 #signin h3 {
  color: #10587f;
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
}
.main1 #signin input {
  /*width: 100% !important;
  display: block;
  height: 40px;*/
  padding-left: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
}
.main1 #signin input::placeholder {
  color: #4093c0;
  font-weight: 500;
}
.main1 #signin .iti {
  width: 100%;
}
.main1 #signin button {
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 40px;
  border: none;
  color: white;
  text-transform: uppercase;
  background-color: #89d87f;
}

.wrapper .sub-header {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  padding: 30px 0;
}
.wrapper .sub-header .content {
  position: relative;
  z-index: 999;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.wrapper .sub-header .content h1 {
  color: black;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .wrapper .sub-header .content h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .wrapper .sub-header .content h1 {
    font-size: 20px;
  }
}
.wrapper .sub-header .content h1 span {
  color: #89d87f;
}
.wrapper .sub-header .content h2 {
  color: white;
  font-size: 32px;
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 700px) {
  .wrapper .sub-header .content h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .wrapper .sub-header .content h2 {
    font-size: 22px;
  }
}
.wrapper .sub-header .content h2 span {
  font-size: 16px;
  text-decoration: line-through;
}

article {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
  margin-top: 100px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  article {
    margin-top: 50px;
  }
}
article .first-block {
  display: flex;
  width: 100%;
  align-items: start;
}
@media screen and (max-width: 800px) {
  article .first-block {
    display: block;
  }
}
article .first-block .img-container {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1300px) {
  article .first-block .img-container {
    margin-left: 10%;
  }
}
@media screen and (max-width: 800px) {
  article .first-block .img-container {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  article .first-block .img-container {
    width: 90%;
  }
}
article .first-block .img-container .image1 {
  padding: 10px;
  width: 75%;
  background-color: white;
}
@media screen and (max-width: 1300px) {
  article .first-block .img-container .image1 {
    width: 75%;
  }
}
article .first-block .img-container .image1 img {
  width: 100%;
}
article .first-block .img-container .image2 {
  padding: 10px;
  position: absolute;
  max-width: 60%;
  bottom: -20px;
  background-color: white;
  transform: translateX(-30%);
}
article .first-block .img-container .image2 img {
  width: 100%;
}
article .first-block .img-container .image3 {
  position: absolute;
  top: 50px;
  transform: translateX(-50%);
  width: 20%;
}
@media screen and (max-width: 800px) {
  article .first-block .img-container .image3 {
    left: 10px;
    transform: translateX(0%);
  }
}
article .first-block .img-container .image3 img {
  width: 100%;
}
article .first-block .text-container {
  width: 50%;
}
@media screen and (max-width: 800px) {
  article .first-block .text-container {
    width: 100%;
    padding-top: 40px;
  }
}
article .first-block .text-container .title {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
article .first-block .text-container .title span {
  color: #2ba1cc;
}
article .first-block .text-container .subtitle {
  font-size: 18px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 30px;
}
article .first-block .text-container .text {
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 20px;
}

.main2 {
  background: linear-gradient(to bottom right, #08b0f2, #1ecbc1);
  margin-top: 100px;
  padding: 30px 0;
}
@media screen and (max-width: 900px) {
  .main2 {
    margin-top: 30px;
  }
}
.main2 .head-f h1 {
  text-align: center;
  color: white;
  font-size: 28px;
}
@media screen and (max-width: 900px) {
  .main2 .head-f h1 {
    font-size: 22px;
  }
}
.main2 .head-s {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .main2 .head-s {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 900px) {
  .main2 .head-s .head1 {
    margin: 10px 20px;
  }
}
.main2 .head-s .head1 p {
  color: white;
  font-size: 12px;
  text-align: center;
  padding-bottom: 5px;
}
.main2 .head-s .head1 .first {
  font-size: 26px;
  font-weight: 800;
}
.main2 .head-l {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .main2 .head-l {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .main2 .head-l .head1 {
    margin: 10px 20px;
  }
}
.main2 .head-l .head1 p {
  color: white;
  font-size: 12px;
  text-align: center;
  padding-bottom: 5px;
}
.main2 .head-l .head1 .first {
  font-size: 26px;
  font-weight: 800;
}
.main2 .head-m {
  height: 20px;
  width: 100%;
  background-color: white;
  margin-top: 20px;
}
.main2 .head-a {
  position: relative;
  height: 100px;
}
.main2 .head-a h2 {
  text-align: center;
  color: white;
  font-size: 24px;
  padding-top: 30px;
}
.main2 .head-a img {
  position: absolute;
  margin: 20px auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  animation: anim 0.5s linear infinite;
}
@keyframes anim {
  50% {
    top: 55%;
  }
}

.main3 .head-f {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
  margin-top: 30px;
  height: 250px;
}
.main3 .head-f .head1 {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  padding: 40px 20px;
  text-decoration: none;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.06), 0 3px 1px -2px rgba(0, 0, 0, 0.06);
  width: 30%;
  max-width: 300px;
  height: 100%;
  border-bottom: #1ecbc1 4px solid;
}
.main3 .head-f .head1:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.main3 .head-f .head1 img {
  margin-bottom: 20px;
  min-height: 80px;
}
@media screen and (max-width: 900px) {
  .main3 .head-f .head1 img {
    width: 50px;
    min-height: 50px;
  }
}
.main3 .head-f .head1 .title {
  color: #1ecbc1;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 800;
}
@media screen and (max-width: 900px) {
  .main3 .head-f .head1 .title {
    font-size: 20px;
  }
}
.main3 .head-f .head1 .text {
  color: #1ecbc1;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .main3 .head-f .head1 .text {
    text-align: center;
    font-size: 12px;
    padding: 0 15px;
  }
}
.main3 .head-s {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
  margin-top: 30px;
  height: 250px;
}
.main3 .head-s .head1 {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  padding: 40px 20px;
  text-decoration: none;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.06), 0 3px 1px -2px rgba(0, 0, 0, 0.06);
  width: 50%;
  max-width: 400px;
  height: 100%;
  border-bottom: #1ecbc1 4px solid;
  margin: 0 10px;
}
@media screen and (max-width: 900px) {
  .main3 .head-s .head1 {
    width: 40%;
  }
}
.main3 .head-s .head1:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.main3 .head-s .head1 img {
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .main3 .head-s .head1 img {
    width: 50px;
  }
}
.main3 .head-s .head1 .title {
  color: #1ecbc1;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 800;
}
@media screen and (max-width: 900px) {
  .main3 .head-s .head1 .title {
    font-size: 20px;
  }
}
.main3 .head-s .head1 .text {
  color: #1ecbc1;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .main3 .head-s .head1 .text {
    text-align: center;
    font-size: 12px;
    padding: 0 15px;
  }
}

.comments {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 350px;
  background-size: cover;
  max-width: 1240px;
  margin: 30px auto;
}
.comments .bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  z-index: 0;
  top: 0;
  min-height: 350px;
}
.comments h1 {
  color: #044d6e;
  padding-top: 40px;
  position: relative;
  z-index: 999;
  text-align: center;
  width: fit-content;
  display: block;
  margin: 0 auto;
  padding-bottom: 7px;
  font-size: 26px;
}
.comments .slider {
  position: relative;
  z-index: 9999;
  color: black;
}
.comments .slider .iii .img-con {
  position: relative;
  z-index: 999;
  width: 100px;
  height: 100px;
  margin: 30px auto 20px auto;
  border-radius: 100%;
}
.comments .slider .iii .img-con img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.comments .slider .iii .name {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .comments .slider .iii .name {
    font-size: 16px;
  }
}
.comments .slider .iii .name span {
  font-weight: 400;
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  .comments .slider .iii .name span {
    font-size: 12px;
  }
}
.comments .slider .iii .prof {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  padding: 5px 40px 10px 40px;
  border-bottom: 3px solid #1ecbc1;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .comments .slider .iii .prof {
    font-size: 14px;
  }
}
.comments .slider .iii .prof span {
  color: #ffaa00;
}
.comments .slider .iii .text {
  text-align: center;
  width: 100%;
  max-width: 800px;
  font-size: 16px;
  font-weight: 500;
  padding-top: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .comments .slider .iii .text {
    padding: 20px 30px 0 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .comments .slider .iii .text {
    font-size: 14px;
  }
}
.comments .slider .slick-next {
  right: 10px !important;
}
.comments .slider .slick-prev {
  left: 10px !important;
}
.comments .slider .slick-dots li.slick-active button:before {
  background-color: #1ecbc1;
}
.comments .slider .slick-dots {
  bottom: 0;
  position: relative;
  margin-top: 20px;
}
.comments .slider .slick-dots li {
  color: #1ecbc1 !important;
}
.comments .slider .slick-dots li button {
  color: #1ecbc1 !important;
}
.comments .slider .slick-dots li button:before {
  color: #1ecbc1;
  background-color: #1ecbc1;
  border-radius: 100%;
  width: 15px;
  height: 15px;
}

.btn2 {
  background-color: #ffaa00;
  color: white;
  padding: 10px 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
  font-size: 22px;
  font-weight: 600;
  width: fit-content;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.last-block {
  display: flex;
  max-width: 1040px;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .last-block {
    display: block;
  }
}
.last-block .first {
  width: 49%;
  background-color: #f6f6f6;
  padding: 15px;
}
@media screen and (max-width: 1000px) {
  .last-block .first {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.last-block .first div {
  display: flex;
  align-items: start;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}
.last-block .first p:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ffaa00;
  border-radius: 100%;
  padding: 10px;
  min-width: 60px;
  max-width: 60px;
  font-weight: 700;
  height: 60px;
  margin-right: 10px;
}
.last-block .first p:nth-child(2) {
  font-size: 14px;
  font-weight: 500;
}
.last-block .first a {
  background-color: #ffaa00;
  color: black;
  padding: 10px 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0 auto;
  font-size: 15px;
  font-weight: 600;
  width: fit-content;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.last-block .second {
  width: 49%;
  background-image: url("../img/last.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .last-block .second {
    width: 80%;
    max-width: 600px;
    margin: 20px auto;
    padding: 20px 0;
  }
}
.last-block .second .bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 0;
  top: 0;
}
.last-block .second .buh {
  position: relative;
  z-index: 999;
  width: 150px;
  display: block;
  margin: 40px auto 20px auto;
}
@media screen and (max-width: 1000px) {
  .last-block .second .buh {
    margin: 20px auto;
  }
}
.last-block .second p {
  text-align: center;
  position: relative;
  z-index: 9999;
  font-size: 14px;
  padding: 10px 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.last-block .second p img {
  margin-right: 10px;
}
.last-block .second .date {
  font-size: 16px;
  font-weight: 600;
}

footer {
  margin-top: 30px;
  background-color: #f5f5f5;
}
footer .head-f {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 50px 20px;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 1000px) {
  footer .head-f {
    flex-direction: column;
  }
}
footer .head-f p {
  font-size: 24px;
  font-weight: 600;
  padding-left: 50px;
}
@media screen and (max-width: 1000px) {
  footer .head-f p {
    padding-top: 20px;
    padding-left: 0;
    text-align: center;
  }
}
footer .head-s {
  display: flex;
  align-items: start;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px 20px;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 1000px) {
  footer .head-s {
    flex-direction: column;
  }
}
footer .head-s .head1 {
  width: 20%;
}
@media screen and (max-width: 1000px) {
  footer .head-s .head1 {
    width: 100%;
  }
}
footer .head-s .head1 p {
  font-size: 16px;
  font-weight: 700;
  display: flex;
}
footer .head-s .head1 a {
  display: block;
  margin: 10px 0;
  color: black;
  text-decoration: none;
  font-size: 14px;
}
footer .head-s .head1 .links {
  display: flex;
}
footer .head-s .head1 .links a {
  margin-right: 5px;
}
footer .head-s .head1 .logs {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
footer .head-s .head1 .logs a {
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 24px;
  background: linear-gradient(-45deg, #00aaff, #23d2b5);
  background-clip: text;
  color: transparent;
}
footer .head-s .head1 .logs a:hover {
  background: #00aaff;
  background-clip: text;
}
footer .head-l {
  display: flex;
  align-items: center;
  justify-content: end;
  max-width: 1240px;
  padding: 0 20px;
  height: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  footer .head-l {
    padding: 0 10px;
    overflow: hidden;
    flex-wrap: wrap;
  }
}
footer .head-l a {
  font-size: 14px;
  color: black;
  text-decoration: none;
  margin-left: 20px;
}
@media screen and (max-width: 1000px) {
  footer .head-l a {
    margin-left: 10px;
    height: 50px;
    display: flex;
    align-items: center;
  }
}
footer .bg {
  background: linear-gradient(135deg, #0af 0%, #23d2b5 100%);
  height: 3px;
  width: 100%;
}

.copy {
  position: relative;
  z-index: 9999;
  margin: 0 auto;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .copy {
    padding-bottom: 20px;
  }
}
.copy img {
  display: block;
  margin: 0 auto;
}

.vjs-big-play-button {
  top: 50% !important;
  /* Переміщуємо кнопку у вертикальному напрямку на 50% від верхньої межі */
  left: 50% !important;
  /* Переміщуємо кнопку у горизонтальному напрямку на 50% від лівої межі */
  transform: translate(-50%, -50%) !important;
  /* Ця трансформація позиціонує кнопку по центру відносно її власних розмірів */
}

.slick-prev:before, .slick-next:before {
  color: #1ecbc1;
}

.main4 {
  margin-top: 60px;
}
.main4 .head-f {
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .main4 .head-f {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.main4 .head-f .head1 {
  width: 50%;
  margin: 0 5px;
  text-decoration: none;
  color: black;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.06), 0 3px 1px -2px rgba(0, 0, 0, 0.06);
  padding: 10px 20px;
}
@media screen and (max-width: 900px) {
  .main4 .head-f .head1 {
    width: 90%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .main4 .head-f .head1:nth-child(2) {
    margin-top: 80px;
  }
}
.main4 .head-f .head1:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.main4 .head-f .head1 .img-con {
  width: 100px;
  height: 100px;
  background-color: white;
  display: flex;
  align-items: center;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  justify-content: center;
  margin-top: -60px;
  margin-bottom: 20px;
}
.main4 .head-f .head1 .img-con .bg {
  background: linear-gradient(to bottom right, #08b0f2, #1ecbc1);
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main4 .head-f .head1 .img-con .bg img {
  width: 70px;
}
.main4 .head-f .head1 .title {
  color: #313131;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}
.main4 .head-f .head1 .text {
  color: black;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.main5 {
  margin-top: 70px;
}
.main5 h1 {
  text-align: center;
  color: #2a4e8a;
  font-size: 24px;
  background-color: white;
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto 100px auto;
  padding: 0 20px;
}
@media screen and (max-width: 900px) {
  .main5 h1 {
    font-size: 20px;
  }
}
.main5 .h1 {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  width: 100%;
}
.main5 .h1:before {
  content: "";
  width: 100%;
  display: block;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #efefef;
}
.main5 .head-f {
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .main5 .head-f {
    flex-direction: column;
    align-items: center;
  }
}
.main5 .head-f .head1 {
  width: 50%;
  margin: 0 5px;
  text-decoration: none;
  color: black;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.06), 0 3px 1px -2px rgba(0, 0, 0, 0.06);
  padding: 10px 20px;
}
@media screen and (max-width: 900px) {
  .main5 .head-f .head1 {
    width: 90%;
    margin-top: 80px;
    padding-bottom: 20px;
  }
}
.main5 .head-f .head1:nth-child(1) {
  margin-top: 0;
}
.main5 .head-f .head1:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.main5 .head-f .head1 .img-con {
  width: 100px;
  height: 100px;
  background-color: white;
  display: flex;
  align-items: center;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  justify-content: center;
  margin-top: -60px;
  margin-bottom: 20px;
  border-radius: 100%;
}
.main5 .head-f .head1 .img-con .bg {
  background: linear-gradient(to bottom right, #08b0f2, #1ecbc1);
  width: 90px;
  height: 90px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main5 .head-f .head1 .img-con .bg img {
  width: 50px;
}
.main5 .head-f .head1 .title {
  color: #313131;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}
.main5 .head-f .head1 .text {
  color: black;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.main6 {
  margin-top: 50px;
}
.main6 .head-f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .main6 .head-f {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.main6 .head-f .form-signup-holder {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-right: 100px;
}
@media screen and (max-width: 1000px) {
  .main6 .head-f .form-signup-holder {
    margin-right: 0;
    margin-top: 30px;
  }
}
.main6 .head-f .form-signup-holder h3 {
  color: #10587f;
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
}
.main6 .head-f .form-signup-holder input {
  padding-left: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
}
.main6 .head-f .form-signup-holder input::placeholder {
  color: #4093c0;
  font-weight: 500;
}
.main6 .head-f .form-signup-holder .iti {
  width: 100%;
}
.main6 .head-f .form-signup-holder button {
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 40px;
  border: none;
  color: white;
  text-transform: uppercase;
  background-color: #89d87f;
}
.main6 .head-f .sec {
  width: 100%;
}
.main6 .head-f .sec h1 {
  font-size: 24px;
  padding-bottom: 20px;
  color: black;
}
.main6 .head-f .sec .head1 {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.main6 .head-f .sec .head1 .img-con {
  min-width: 90px;
  max-width: 90px;
  max-height: 90px;
  min-height: 90px;
  background-color: white;
  display: flex;
  align-items: center;
  border: 2px solid #35aabb;
  justify-content: center;
  border-radius: 100%;
}
.main6 .head-f .sec .head1 .img-con .bg {
  background: linear-gradient(to bottom right, #08b0f2, #1ecbc1);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main6 .head-f .sec .head1 .img-con .bg img {
  width: 40px;
}
.main6 .head-f .sec .head1 p {
  font-weight: 500;
  padding-left: 20px;
}

.main7 {
  margin-top: 50px;
}
.main7 .head-f {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.main7 .head-f h1 {
  text-align: center;
  padding-bottom: 100px;
  font-size: 22px;
}
.main7 .head-f h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 26px;
  padding-top: 40px;
}
.main7 .head-f #sum {
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  color: #21ace7;
}
.main7 .head-f .input {
  width: 100%;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .main7 .head-f .input {
    width: 80%;
  }
}
.main7 .head-f .input input {
  display: block;
  width: 100%;
}
.main7 .head-f .input .counts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}
.main7 .head-f .input .counts p {
  color: #13bedb;
  font-weight: 700;
  font-size: 22px;
}
@media screen and (max-width: 1000px) {
  .main7 .head-f .input .counts p {
    font-size: 14px;
  }
}
.main7 .head-f .input .counts .p1 {
  left: 8px;
  transform: translateX(-50%);
  position: relative;
  padding-top: 20px;
}
.main7 .head-f .input .counts .p1:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 15px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  z-index: 999;
  top: 0px;
}
.main7 .head-f .input .counts .p2 {
  padding-top: 20px;
  position: relative;
}
.main7 .head-f .input .counts .p2:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 15px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  z-index: 999;
  top: 0px;
}
.main7 .head-f .input .counts .p3 {
  left: -8px;
  position: relative;
  padding-top: 20px;
  transform: translateX(50%);
}
.main7 .head-f .input .counts .p3:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 15px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  z-index: 999;
  top: 0px;
}
.main7 .head-f #rangeValue {
  position: absolute;
  top: -55px;
  flex-shrink: 0;
  background: linear-gradient(to bottom right, #08b0f2, #1ecbc1);
  color: white;
  padding: 10px;
  text-align: center;
  width: 124px;
  left: -62px;
}
@media screen and (max-width: 1000px) {
  .main7 .head-f #rangeValue {
    left: -30px;
  }
}

.fixed-girl {
  position: fixed;
  bottom: 3%;
  right: 3%;
  width: 152px;
  height: 166px;
  z-index: 99;
  background-image: url("../img/girl.png");
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .fixed-girl {
    width: 102px;
    height: 115px;
  }
}
.fixed-girl:hover {
  background-image: url("../img/girl2.png");
}

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