@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800&display=swap");
* {
    box-sizing: border-box;
}

html {
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Mulish", sans-serif;
  }

  body {
    background: #fff;
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Mulish", sans-serif;
  }

  .header {
    padding: 40px 0;
    text-align: center;
  }

  .header   .container {
    align-items: center;
  }

  .container {
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    color: #383838;
    height: 100%;
    text-align: left;
    font-family: "Mulish", sans-serif;
  }
  .header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    min-width: 380px;
}
.header .logo .descript {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    max-width: 175px;
    padding: 7px 0 7px 16px;
    border-left: 1px solid rgba(0,0,0,.4);
    margin-left: 16px;
    text-align: left;
}
  .container .logo img {
    max-width: 400px;
    height: auto;
  }

  .btn {
    background: #39bbe4;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 240px;
    padding: 12px 10px;
    font-size: 22px;
    font-weight: bold;
    margin: 20px auto;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 4px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn:hover {
    background: #11a5a6;
}

.btn.btn-small {
    height: auto;
}

.main.home {
    text-align: center;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 145px); */
}

.main.home h1 {
    margin: 50px auto;
    font-weight: bold;
    max-width: 460px;
    font-size: 42px;
}

.main.home .menu {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto;
}

.main.home .menu a {
    width: 48%;
}

.main.home.text-page h1 {
    text-align: left;
    width: 100%;
    max-width: 100%;
}

.text-page {
    max-width: 1000px;
    margin: 0 auto;
}

.text-page p {
    margin-bottom: 20px;
    margin-top: 0;
  }
  
  .text-page p+h2,
  .text-page p+h3,
  .text-page p+h4,
  .text-page p+h5,
  .text-page ul+h2,
  .text-page ul+h3,
  .text-page ul+h4,
  .text-page ul+h5,
  .text-page ol+h2,
  .text-page ol+h3,
  .text-page ol+h4,
  .text-page ol+h5 {
    margin-top: 35px;
  }

  .text-page ol {
    margin: 30px 0 60px;
    counter-reset: li;
    padding: 0;
  }
  
  .text-page ol li {
    font-size: 17px;
    line-height: 1.6;
    color: #383838;
    margin: 0 0 20px;
    padding-left: 58px;
    list-style: none;
    text-align: left;
    position: relative;
  }
  
  .text-page ol li::after {
    counter-increment: li;
    content: counters(li, ".") "";
    width: 30px;
    height: 30px;
    color: #39bbe4;
    border: 1px solid #39bbe4;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    border-radius: 5px;
    top: 4px;
    left: 0;
  }
  
  .text-page ul {
    margin: 20px 0 20px;
    padding: 0;
  }
  
  .text-page ul li {
    font-size: 18px;
    line-height: 1.6;
    color: #383838;
    margin: 0 0 20px;
    padding-left: 45px;
    text-align: left;
    list-style: none;
    position: relative;
  }
  
  .text-page ul li::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #39bbe4;
    position: absolute;
    left: 0;
    top: 13px;
    border-radius: 2px;
  }
  
  .text-page h3 {
    margin-bottom: 20px;  margin-top: 0;
  }
  
  .text-page h4 {
    margin-bottom: 15px;  margin-top: 0;
  }
  
  .text-page h5 {
    margin-bottom: 15px;
    margin-top: 0;
  }
  .text-page a,
  .text-page p>a,
  .text-page li>a,
  .text-page td>a {
    color: #39bbe4;
    font-size: 18px;
    text-decoration: none;
  }
  .text-page a:hover,
  .text-page p>a:hover,
  .text-page li>a:hover,
  .text-page td>a:hover {
    color: #000;
  }

  .text-page a.link {
    margin-bottom: 15px;
    font-size: 20px;
  }
  
  .main.home.text-page h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 53px;
    margin-bottom: 40px;
    margin-top: 20px;
  }
  
  .text-page h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 30px;
  }
  
  .text-page h3 {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.6;
  }
  
  .text-page h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
  }
  
  .text-page h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
  }
  
  .text-page p {
    font-size: 18px;
    line-height: 1.6;
  }

  .footer {
    padding: 30px 0;
  }