body {
  background: #FFFFFF;
  font-family: "Gilroy-Regular";
  overflow-x: hidden; }

html {
  font-size: 19px; }

.font_size_42 {
  font-size: 42px;
  font-family: "DaysOne"; }

.font_size_19 {
  font-size: 19px; }

.font_size_21 {
  font-size: 21px; }

.font_size_20 {
  font-size: 20px; }

.font_size_28 {
  font-size: 20px; }

li a {
  color: #FFFFFF;
  text-decoration: none; }
  li a:hover {
    color: #FFFFFF;
    text-decoration: underline; }

h2 {
  margin-bottom: 0; }

p {
  margin-bottom: 0; }
header .container_header {
  background: #01746E;}
.menu_main{
  padding-bottom: 21px;
}
.to_top .menu_main{
  padding-bottom: 0;
}
.about_us, .suggestions, .first_screen {
  color: #fff; }
header .menu_top .sub-menu {
  background-color: rgba(1, 116, 110, 0.98);
  margin-top: 22px;
}
#lottie1,#lottie1_1,#lottie1_2, #lottie2, #lottie2_1, #lottie2_2, #lottie3, #lottie3_1, #lottie3_2{
  background: transparent!important;
}
.absolute_figure {
  position: absolute;
  z-index: -1;
}
.animate_figure_1{
  width: 219.63px;
  height: 316.3px;
  left: 267.09px;
  top: 140px;
  opacity: 0.45;
  transform: rotate(17.69deg);
}
.animate_figure_2{
  width: 159.17px;
  height: 203.25px;
  left: -13px;
  top: 50%;
  opacity: 0.45;
  filter: blur(1.12122px);
  transform: rotate(-15.5deg);
}
.animate_figure_3{
  width: 209.8px;
  height: 194.76px;
  left: 277.79px;
  bottom: 34px;
  opacity: 0.47;
  filter: blur(5.4817px);
  transform: rotate(27.12deg);
}
.animate_figure_4{
  width: 180.34px;
  height: 230.27px;
  right: 265px;
  top: 93.34px;
  opacity: 0.45;
  filter: blur(6.53375px);
  transform: rotate(-7.76deg);
}
.animate_figure_5{
  width: 184.84px;
  height: 266.2px;
  right: 117px;
  top: 40%;
  opacity: 0.45;
  transform: rotate(18.23deg);
}
.animate_figure_6{
  width: 168.08px;
  height: 214.62px;
  right: 0;
  bottom: 20%;
  opacity: 0.45;
  filter: blur(1.18394px);
  transform: rotate(-15.5deg);
}
.static_figure_1{
  left: 0;
  top: 57px;
}
.static_figure_2{
  left: 0;
  bottom: -97px;
}
.static_figure_3{
  left: 25%;
  bottom: -93px;
}
.static_figure_4{
  right: 0;
  top: 129px;
}
.static_figure_5{
  right: 20%;
  bottom: -47px;
}
.first-screen {
  height: 100vh;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 257px 0 110px 0;

  font-family: Days One;
  font-style: normal;
  font-weight: normal;
  text-align: center; }
  .first-screen h1 {
    font-size: 42px;
    line-height: 53px;
    color: #262626;
    text-align: center; }
  .first-screen__images {
    margin-top: 50px; }
  .first-screen__item {
    border-radius: 10px;

    position: relative; }
    .first-screen__item img {
      width: 100%;
      height: auto;
      z-index: -1; }
    .first-screen__item__title {
      position: absolute;
      bottom: 50px;
      left: 15px;
      right: 15px;
      font-size: 26px;
      color: #FFFFFF; }

.first-screen__item__title a {
  color: white;
  text-decoration: none;
}

.first-screen__item .info {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  color: white;
  text-align: left;
  left: 15px;
  font-size: 20px;
  right: 15px;
  border-radius: 10px;
  bottom: 0;
  background: #00000052;
  padding: 10px 10px 91px 10px;
  font-family: "Gilroy-Regular";
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear, background 0.5s linear;
}

.first-screen__item:hover .info {
  visibility: visible;
  opacity: 1;
}

.info a, .info a:hover, .info a:visited{
  text-decoration: none;
  color: white;
}

  .first-screen__btn {
    background: #01D7CB;
    border-radius: 70px;
    font-family: Gilroy;
    font-weight: 600;
    font-size: 17px;
    line-height: 50px;
    color: #000000;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    width: 220px;
    height: 50px;
    display: inline-block;
    text-align: center;
    margin-top: 50px; }
    .first-screen__btn:hover {
      color: #000000;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline; }

@media  (min-width: 1200px) {
  .container {
    max-width: 1110px;
  }
}

@media  (max-width: 1200px) {
  .first-screen{
    padding: 177px 0 81px 0;
  }
  .first-screen .absolute_figure_2 {
    left: 400px;
  }
}
@media  (max-width: 991px) {
  .first-screen{
    padding: 130px 0 52px 0;
  }
  .first-screen .absolute_figure_2 {
    display: none;
  }
  .first-screen h1{
    font-size: 35px;
  }
  .first-screen__images{
    margin-top: 20px;
  }
  .first-screen__item{
    margin-top: 20px;
  }
}
@media  (max-width: 575px) {
  .first-screen__btn{
    width: 85%;
  }

}