* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}

body {
  position: relative;
  font-family: "Montserrat Alternates", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

h2 {
  margin-top: 0;
  text-align: center;
  font-family: "Montserrat Alternates", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1040px;
  margin: 0 auto;
}

.main {
  color: #444;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  font-family: "Montserrat Alternates", sans-serif;
}
.main .main-inner {
  background: #e0fff4;
  border-radius: 33px;
  width: 100%;
}
.main .main-inner .header {
  padding: 30px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main .main-inner .header .logo {
  padding: 5px 0 0;
}
.main .main-inner .slide {
  padding: 20px;
  background: url(../img/slide.png) no-repeat;
  width: 100%;
  height: 450px;
  background-position: center;
  border-radius: 0 0 20px 20px;
  margin: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main .main-inner .slide .left p {
  font-size: 23px;
  text-align: center;
  line-height: 32px;
}
.main .main-inner .rght-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 0 0;
}
.main .main-inner .rght-side .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .main-inner .rght-side .icon {
  line-height: 0;
  opacity: 1;
}
.main .main-inner .rght-side .block {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 12px;
  border-radius: 10px;
  max-width: 100%;
  height: 40px;
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main .main-inner .rght-side .block.zayavka {
  width: 145px;
  margin-right: 10px;
}
.main .main-inner .rght-side .block.phone {
  width: 178px;
  margin-right: 10px;
}
.main .main-inner .rght-side .block.telegram {
  width: 145px;
  margin-right: 10px;
}
.main .main-inner .rght-side .block.inst {
  width: 137px;
  margin-right: 10px;
  background: transparent;
}
.main .main-inner .rght-side .block img {
  opacity: 1;
}
.main .main-inner .rght-side .block:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
}
.main .main-inner .rght-side .time {
  font-size: 14px;
  margin: 15px 10px 0 14px;
  font-weight: 600;
}
.main .main-inner .rght-side .hamb {
  height: 40px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main .logo img {
  max-width: 220px;
}

.curve {
  background: url(../img/curve.png) no-repeat;
  width: 99.9%;
  height: 120px;
  position: relative;
  z-index: 999;
  top: -99px;
  rotate: -1.8deg;
}

.slide .right {
  margin-left: 300px;
}

.slide .right p {
  max-width: 305px;
  word-wrap: break-word;
  margin-bottom: 12px;
  line-height: 24px;
  position: relative;
  padding: 7px 13px;
  border-radius: 15px;
  margin-top: 41px;
}
.slide .right p:before, .slide .right p:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 25px;
}

.receive {
  background: #ffffff;
  color: #787878;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.receive:before {
  left: -7px;
  width: 20px;
  background-color: #ffffff;
  border-bottom-right-radius: 16px 14px;
}
.receive:after {
  left: -26px;
  width: 26px;
  background-color: #e0fff4;
  border-bottom-right-radius: 10px;
}
.receive span {
  font-weight: 600;
  color: #48abdf;
}

.but {
  -webkit-box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.19);
          box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.19);
  border-radius: 12px;
  padding: 14px 18px;
  background: #4fabdc;
  text-align: center;
  width: 263px;
  margin: 60px 0 0 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
}
.but:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section.ways {
  position: relative;
  z-index: 999;
  top: -100px;
  padding-bottom: 70px;
}
section.ways .ways-grid {
  margin-top: 20px;
}
section.ways .ways-grid .box {
  margin-top: 20px;
  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: 45px 25px;
  border-radius: 20px;
  text-align: center;
  min-height: 328px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section.ways .ways-grid .box.green {
  -webkit-box-shadow: 1px 1px 6px rgba(204, 204, 204, 0.65);
          box-shadow: 1px 1px 6px rgba(204, 204, 204, 0.65);
  background-image: linear-gradient(220deg, hsl(159, 100%, 94%) 0%, hsl(152, 100%, 94%) 11%, hsl(143, 100%, 95%) 22%, hsl(133, 100%, 95%) 33%, hsl(118, 100%, 96%) 44%, hsl(103, 100%, 95%) 56%, hsl(90, 100%, 95%) 67%, hsl(79, 100%, 95%) 78%, hsl(68, 97%, 94%) 89%, hsl(58, 100%, 94%) 100%);
}
section.ways .ways-grid .box.yellow {
  -webkit-box-shadow: 1px 1px 6px rgba(204, 204, 204, 0.65);
          box-shadow: 1px 1px 6px rgba(204, 204, 204, 0.65);
  background: #ffeac3;
}
section.ways .ways-grid .box .title {
  margin: 20px 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}
section.ways .ways-grid .box .desc {
  line-height: 1.4;
  font-size: 15px;
}
section.ways .ways-grid .box:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.regsec {
  padding: 70px 0 0;
}
.regsec h2 {
  margin-bottom: 40px;
}

.faq li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.ac-text {
  line-height: 1.5;
}

.ac-text li {
  margin-bottom: 10px;
  line-height: 1.5;
}

section.faqsection {
  background: #e0fff4;
  border-radius: 50px;
  background-image: linear-gradient(220deg, hsl(159, 100%, 94%) 0%, hsl(152, 100%, 94%) 11%, hsl(143, 100%, 95%) 22%, hsl(133, 100%, 95%) 33%, hsl(118, 100%, 96%) 44%, hsl(103, 100%, 95%) 56%, hsl(90, 100%, 95%) 67%, hsl(79, 100%, 95%) 78%, hsl(68, 97%, 94%) 89%, hsl(58, 100%, 94%) 100%);
}

section.about .box {
  margin-top: 0 !important;
  padding: 0 !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
  text-align: left !important;
}
section.about .box img {
  border-radius: 20px;
  -webkit-box-shadow: 0px 7px 20px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 7px 20px 5px rgba(0, 0, 0, 0.08);
}
section.about .title {
  margin: 0px 0 15px !important;
}
section.about .photo-text {
  text-align: left;
  padding: 20px 0;
  width: 100%;
}
section.about .photo-text .sub-title {
  line-height: 1.4;
}
section.about .about-text {
  padding-left: 30px;
}
section.about .about-text p {
  line-height: 1.8;
  margin: 0 0 20px 0;
}

section.futures {
  background: #ffeac3;
  border-radius: 50px;
  background-image: linear-gradient(45deg, hsl(37, 53%, 94%) 0%, hsl(38, 63%, 93%) 11%, hsl(38, 72%, 93%) 22%, hsl(38, 78%, 92%) 33%, hsl(38, 84%, 92%) 44%, hsl(38, 88%, 91%) 56%, hsl(39, 92%, 90%) 67%, hsl(39, 95%, 90%) 78%, hsl(39, 98%, 89%) 89%, hsl(39, 100%, 88%) 100%);
}
section.futures .ways-grid {
  margin-top: 20px;
}
section.futures .ways-grid .box {
  margin-top: 20px;
  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: 45px 25px;
  border-radius: 20px;
  text-align: center;
  min-height: 262px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section.futures .ways-grid .box.green {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #e5f8ff;
}
section.futures .ways-grid .box.yellow {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #e5f8ff;
}
section.futures .ways-grid .box .title {
  margin: 20px 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}
section.futures .ways-grid .box .desc {
  line-height: 1.4;
  font-size: 15px;
  margin-top: 20px;
  font-weight: 600;
}
section.futures .ways-grid .box:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.review-card .icon {
  font-size: 4rem;
  color: #ebb799;
}

footer.foot {
  background: #e0fff4;
  padding: 70px 0;
}
footer.foot .container {
  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;
}
footer.foot .right .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer.foot .right .icon {
  line-height: 0;
  opacity: 1;
}
footer.foot .right .block {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 12px;
  border-radius: 10px;
  max-width: 100%;
  height: 40px;
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer.foot .right .block.zayavka {
  width: 145px;
  margin-right: 10px;
}
footer.foot .right .block.phone {
  width: 178px;
  margin-right: 10px;
}
footer.foot .right .block.telegram {
  width: 145px;
  margin-right: 10px;
}
footer.foot .right .block.inst {
  width: 137px;
  margin-right: 10px;
  background: transparent;
}
footer.foot .right .block img {
  opacity: 1;
}
footer.foot .right .block:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0 20px;
  background: #e5f8ff;
  padding: 10px 30px;
  border-radius: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  -webkit-box-shadow: 1px 1px 6px rgba(204, 204, 204, 0.65);
          box-shadow: 1px 1px 6px rgba(204, 204, 204, 0.65);
}

.coast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0 20px;
  background: #3b93f4;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  -webkit-box-shadow: 1px 1px 6px rgba(204, 204, 204, 0.65);
          box-shadow: 1px 1px 6px rgba(204, 204, 204, 0.65);
}

.modal__overlay {
  z-index: 999;
}

form#form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
form#form input[type=text], form#form input[type=tel] {
  margin-bottom: 15px;
  border: 0;
  border-radius: 20px;
  background: #f1f1f1;
  padding: 15px 15px;
}
form#form input[type=text]:focus, form#form input[type=tel]:focus {
  outline: none;
}
form#form .btn {
  -webkit-box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.19);
          box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.19);
  border-radius: 12px;
  padding: 14px 18px;
  background: #4fabdc;
  text-align: center;
  width: 100%;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
}
form#form .btn:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  section.ways {
    padding: 70px 15px 70px 15px;
  }
  footer.foot .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer.foot .right .info {
    margin: 20px 0 0;
  }
  .slide .right {
    margin-left: 0;
    display: none;
  }
  .main .main-inner .rght-side .info {
    margin: 20px 0 0;
  }
  .main .main-inner .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main .main-inner .rght-side .hamb {
    display: none;
  }
  .main .main-inner .rght-side .block.telegram {
    display: none;
  }
  .main .main-inner .slide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.about .about-text {
    padding-left: 0;
    margin: 30px 0 0 0;
  }
  footer.foot .right .block.telegram {
    display: none;
  }
  .main .main-inner .slide {
    height: 860px;
  }
  .main .main-inner .slide .left {
    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;
  }
}
/*# sourceMappingURL=main.css.map */