/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

body {
  font-family: "Open Sans", sans-serif;
}

.full-w-container {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

header {
  background: #f8f9fb;
}
header main {
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header main .buttons-wrapper .primary-button {
  margin-left: 30px;
}

.main-wrapper {
  padding: 0px 16px;
  margin: auto;
  max-width: 1140px;
  color: #333333;
}

#home-section {
  padding-bottom: 32px;
}

.regular-section {
  background: #f8f9fb;
}
.regular-section main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 48px;
}
.regular-section main > div {
  margin-top: 13px;
  max-width: 540px;
}

#about-section {
  margin-top: 120px;
}
#about-section .about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 150px;
}
#about-section .about-wrapper .text-wrapper {
  max-width: 540px;
  width: 100%;
  padding: 0px 8px;
}

#plans-section {
  margin-top: 23px;
  margin-bottom: 30px;
}
#plans-section .plan-boxs-wrapper {
  display: none;
}
#plans-section .plans-caption-wrapper {
  max-width: 540px;
  margin: auto;
  text-align: center;
}
#plans-section .plans-grid {
  font-family: "Lato", sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#plans-section .plans-grid td, #plans-section .plans-grid th {
  border-right: 1px solid #D9D9D7;
  text-align: left;
  font-size: 16px;
  padding: 8px;
  text-align: center;
}
#plans-section .plans-grid th {
  font-size: 20px;
  font-weight: bold;
  padding-top: 21px;
  padding-bottom: 10px;
}
#plans-section .plans-grid th img {
  margin-bottom: 6px;
}
#plans-section .plans-grid tr {
  height: 40px;
}
#plans-section .plans-grid tr td:nth-child(1), #plans-section .plans-grid tr th:nth-child(1) {
  text-align: left;
  font-weight: bold;
  border-left: 1px solid #D9D9D7;
}
#plans-section .plans-grid tr td {
  vertical-align: middle;
  padding: 0 8px;
}
#plans-section .plans-grid tr:nth-child(odd) {
  background-color: #EEEEEE;
}
#plans-section .plans-grid tr.no-borders-row {
  background-color: transparent;
}
#plans-section .plans-grid tr.no-borders-row td {
  background-color: transparent;
  border: none;
  padding-top: 16px;
}
#plans-section .plans-grid tr.no-borders-row:last-child td {
  padding: 0;
}
#plans-section .plans-grid tr.border-row {
  height: 0px;
}
#plans-section .plans-grid tr.border-row td {
  border: none;
  border-top: 5px solid #D9D9D7;
  padding: 0;
}
#plans-section .plans-grid tr.border-row td.selected {
  border-color: #3367D6;
}
#plans-section .plans-grid tr.last-row {
  border-bottom: 1px solid #D9D9D7;
}
#plans-section .plans-grid .first-column {
  width: 40%;
}
#plans-section .plans-grid .border-column {
  border-right: red;
}

#contact-section {
  margin-top: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-footer {
  background: #35C4A6;
  padding-top: 50px;
  color: white;
}
.main-footer p {
  color: white;
}
.main-footer > main {
  padding-bottom: 32px;
}
.main-footer > main p {
  font-size: 18px;
  margin-bottom: 26px;
  margin-top: 24px;
}
.main-footer > main .links-lang-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-footer > main .links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-footer > main .links-wrapper a {
  font-size: 16px;
  color: white;
  text-decoration: none;
  margin-bottom: 8px;
  font-weight: 300;
}
.main-footer > main .links-wrapper a:hover {
  text-decoration: underline;
}
.main-footer > main select {
  cursor: pointer;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: "";
     text-overflow: "";
  position: relative;
  appearance: none;
  border: none;
  background: #40c5a6 url("../images/white-arrow.svg") no-repeat;
  background-position: right 0px top 50%;
  background-size: contain;
  color: white;
}
.main-footer .post-footer {
  font-family: "Roboto", sans-serif;
  background: #2D786C;
}
.main-footer .post-footer main {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-footer .post-footer main span {
  font-size: 14px;
  color: white;
  font-weight: 300;
}
.main-footer .post-footer main p {
  font-size: 14px;
  margin: 0;
}

.top-oval-img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: -1;
}

.bottom-oval-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  z-index: -1;
}

.text-link {
  color: #3367D6;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}
.text-link:hover {
  opacity: 0.7;
}

.primary-button {
  display: inline-block;
  text-decoration: none;
  border: none;
  background: none;
  padding: 13px 33px;
  font-size: 14px;
  text-transform: uppercase;
  color: #3367D6;
  font-weight: bold;
  border-radius: 5px;
  letter-spacing: 0;
  line-height: 19px;
}
.primary-button.--outline {
  border: 2px solid #3367D6;
}
.primary-button.--solid {
  color: white;
  background: #3367D6;
}
.primary-button:hover {
  opacity: 0.7;
}

h1 {
  line-height: 55px;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 24px;
}

p {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 24px;
}

small {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #739099;
  font-size: 12px;
}

@media (max-width: 1440px) {
  .top-oval-img {
    width: 1440px;
  }
}
@media (max-width: 840px) {
  .top-oval-img {
    width: 1200px;
  }

  #home-section img {
    width: 315px;
  }

  .main-wrapper {
    max-width: 690px;
  }

  h1 {
    line-height: 33px;
    font-size: 24px;
    margin-bottom: 16px;
  }

  p {
    font-size: 16px;
    line-height: 20px;
  }

  #about-section img {
    max-width: 270px;
  }
  #about-section .about-wrapper .text-wrapper {
    max-width: 390px;
  }

  #plans-section .plans-grid th {
    font-size: 16px;
  }
  #plans-section .plans-grid td {
    font-size: 12px;
  }
  #plans-section .plans-caption-wrapper {
    max-width: 450px;
  }

  #contact-section img {
    width: 390px;
  }

  .bottom-oval-img {
    width: 830px;
  }
}
@media (max-width: 620px) {
  #contact-section main {
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #contact-section main img {
    margin: auto;
    width: 100%;
    max-width: 300px;
    margin-bottom: 30px;
  }

  .bottom-oval-img {
    width: 1440px;
  }

  .plans-grid {
    display: none;
  }

  #plans-section .plan-boxs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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;
  }
  #plans-section .plan-boxs-wrapper .plan-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 24px;
    height: 226px;
    text-align: center;
    padding: 16px 8px;
    padding-top: 24px;
    max-width: 190px;
    width: 100%;
    border-radius: 5px;
    background: #739099;
    -webkit-box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.1);
            box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.1);
  }
  #plans-section .plan-boxs-wrapper .plan-box p, #plans-section .plan-boxs-wrapper .plan-box a {
    color: white;
    text-decoration: none;
  }
  #plans-section .plan-boxs-wrapper .plan-box a {
    font-size: 14px;
    font-weight: 600;
  }
  #plans-section .plan-boxs-wrapper .plan-box p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
  }
  #plans-section .plan-boxs-wrapper .plan-box .hidden-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 36px;
    margin-bottom: 24px;
  }
  #plans-section .plan-boxs-wrapper .plan-box .hidden-price figure {
    margin-left: 8px;
    width: 100px;
    height: 5px;
    border-radius: 2.5px;
    background: #E5ECF6;
  }
  #plans-section .plan-boxs-wrapper .plan-box .box-price {
    font-size: 12px;
    line-height: 15px;
  }
  #plans-section .plan-boxs-wrapper .plan-box .box-price span {
    font-size: 30px;
    line-height: 36px;
  }
  #plans-section .plan-boxs-wrapper .plan-box .primary-button {
    border-color: white;
    margin-top: 18px;
  }
}
@media (max-width: 550px) {
  .hide-mobile {
    display: none;
  }

  #home-section main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #home-section main > div {
    margin-top: 0;
    margin-bottom: 24px;
  }
  #home-section main img {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }

  #about-section .about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #about-section .about-wrapper:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 320px) {
  .main-wrapper {
    padding: 0px 8px;
  }
}