@charset "UTF-8";
:root {
  --c1:#191A15;
  --c3:#1A1A1A;
  --c2:#008C6F;
  --c4:#f4f4f2;
  --c5:#F8FBFA;
  --c6:#fff5f4;
  --c7:#161C28;
  --c8:#5D6B82;
  --c9:#FFD6D6;
  --c10:#BEF3EE;
  --c11:#E0E0E0;
  --c12:#7A8699;
  --c13:#FFA033;
  --c14:#5C5C5C;
  --c15:#B6B6B6;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font: inherit;
}

body {
  font-size: 16px;
  line-height: 1.5;
}

img {
  max-width: 100%;
}

.fwp {
  display: flex;
  flex-wrap: wrap;
}
.fwp .fw, .fwp main > *, .fwp main {
  width: 100%;
  position: relative;
}

.container {
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
}

.container, .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media (max-width: 575px) {
  body {
    font-size: 14px;
  }
  .container {
    width: 100%;
  }
  .container, .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  body {
    font-size: 15px;
  }
  .container {
    width: 576px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 992px;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1400px;
  }
  .col-xxl-1 {
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-4 {
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-7 {
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-10 {
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    width: 100%;
  }
}
header {
  box-shadow: 0 4px 8px 0 rgba(192, 192, 192, 0.15);
  display: flex;
  z-index: 999;
  background: #fff;
  padding-top: 15px;
}
header .offer {
  background: var(--c2);
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  margin-bottom: 15px;
}
header .offer .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}
header .logo {
  display: flex;
  width: auto;
  margin-bottom: 15px;
  flex-shrink: 0;
}
header .logo > img {
  width: 175px;
}
header .fw, header main > *, header main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header span {
  display: flex;
}
header span > a {
  margin-bottom: 15px;
  color: var(--c1);
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 1.1;
}
header span > a:not(:last-child) {
  margin-right: 48px;
}
header span > a:hover, header span > a:active, header span > a:focus {
  color: var(--c2);
}
header span > a .icon {
  font-size: 24px;
  margin-right: 5px;
  color: var(--c1);
}
header.active {
  position: fixed;
  z-index: 999;
  padding-bottom: 2px;
}
header.active .offer {
  margin-bottom: 7px;
  padding: 5px 0;
}
header.active .logo, header.active span > a {
  margin-bottom: 5px;
}

@media (min-width: 576px) and (max-width: 767px) {
  header span > a:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  header {
    padding-top: 10px;
  }
  header .offer {
    padding: 5px 0;
    font-size: 12px;
    margin-bottom: 10px;
  }
  header.active .offer {
    margin-bottom: 5px;
    padding: 3px 0;
  }
  header .logo {
    margin-bottom: 10px;
  }
  header span {
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 190px;
  }
  header span > a {
    margin-bottom: 10px;
  }
  header span > a:first-child {
    margin-right: 0;
  }
  header span > a:not(:first-child, :last-child) {
    margin-right: 20px;
  }
  header .offer .container {
    flex-direction: column;
  }
  header .offer .container > span {
    width: 100%;
    max-width: none;
    justify-content: center;
  }
}
.banner {
  overflow: hidden;
  padding: 65px 0 35px;
  background: var(--c4);
}
.banner .container {
  position: relative;
}
.banner .container > .row {
  z-index: 99;
  position: relative;
}
.banner .container::before, .banner .container::after, .banner .container .background::before, .banner .container .container::before {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background: var(--c10);
  content: "";
  filter: blur(500px);
}
.banner .container::before {
  top: -280px;
  left: -280px;
}
.banner .container::after {
  top: 0;
  bottom: 0;
  right: -280px;
  margin: auto;
}
.banner .container .row {
  position: relative;
}
.banner .container .row::before {
  left: 0;
  right: 0;
  bottom: -280px;
  margin: auto;
}
.banner .line {
  width: 90%;
  display: flex;
  margin-bottom: 24px;
}
.banner .head {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 28px;
}
.banner .text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 40px;
}
.banner .image {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.banner .image img {
  border-radius: 20px;
}
.banner .centerText {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.banner .centerText .head {
  width: 100%;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .banner .head {
    font-size: 50px;
  }
  .banner .line {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner .head {
    font-size: 40px;
  }
  .banner .text {
    font-size: 18px;
  }
  .banner .line {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner .head {
    font-size: 32px;
  }
  .banner .text {
    font-size: 16px;
  }
  .banner .line {
    width: 100%;
  }
  .banner .head, .banner .text, .banner .line {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .banner {
    text-align: center;
  }
  .banner > .container > .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .contactPage.banner > .container > .row {
    flex-direction: column;
  }
  .btns {
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner {
    padding: 40px 0 20px;
  }
  .banner .head {
    font-size: 32px;
  }
  .banner .text {
    font-size: 16px;
  }
  .banner .line {
    width: 100%;
  }
  .banner .image {
    justify-content: center;
    align-items: center;
  }
  .banner .image img {
    width: 300px;
  }
  .banner .head, .banner .text, .banner .line {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .banner {
    padding: 30px 0 20px;
  }
  .banner .head {
    font-size: 28px;
  }
  .banner .text {
    font-size: 16px;
  }
  .banner .line {
    width: 100%;
  }
  .banner .image {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-bottom: 10px;
  }
  .banner .image img {
    width: 250px;
  }
  .banner .head, .banner .text, .banner .line {
    margin-bottom: 20px;
  }
}
.logosArea {
  background: linear-gradient(to right, white, var(--c5));
  padding: 50px 0;
}
.logosArea .logos {
  display: flex;
}
.logosArea .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logosArea .swiper-slide > img {
  max-width: 120px;
}

@media (min-width: 576px) and (max-width: 767px) {
  .logosArea {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .logosArea {
    padding: 30px 0;
  }
}
.dataArea {
  background: var(--c5) url(../images/dots.png) no-repeat bottom 36px right;
  padding: 36px 0 6px;
}
.dataArea ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  padding-left: 18px;
}
.dataArea ul > li {
  list-style: disc;
  margin-bottom: 5px;
  font-weight: 500;
}
.dataArea ul > li > b, .dataArea ul > li > strong {
  font-weight: bold;
}
.dataArea ol {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  padding-left: 18px;
}
.dataArea ol > li {
  list-style: decimal;
  margin-bottom: 5px;
  font-weight: 500;
}
.dataArea ol > li > b, .dataArea ol > li > strong {
  font-weight: bold;
}
.dataArea .image {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.dataArea .image > img {
  border-radius: 20px;
  width: 100%;
}
.dataArea .headingArea ~ p {
  font-size: 16px;
  font-weight: 500;
  color: var(--c3);
  margin-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .dataArea .image > img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .dataArea .container .row {
    flex-direction: column-reverse;
  }
  .dataArea .image {
    align-items: flex-start;
  }
  .dataArea .image > img {
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .dataArea {
    padding: 36px 0 16px;
  }
  .dataArea .image img {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .dataArea {
    padding: 36px 0 26px;
  }
  .dataArea ul, .dataArea ol {
    margin-bottom: 10px;
  }
  .dataArea .image img {
    margin-bottom: 10px;
  }
}
.chooseArea {
  padding: 72px 0 42px;
}
.chooseArea ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  padding-left: 18px;
}
.chooseArea ul > li {
  list-style: disc;
  margin-bottom: 5px;
  font-weight: 500;
}
.chooseArea ul > li > b, .chooseArea ul > li > strong {
  font-weight: bold;
}
.chooseArea .image img {
  border-radius: 20px;
}

@media (max-width: 767px) {
  .chooseArea .image {
    display: flex;
    justify-content: center;
  }
  .chooseArea .image img {
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .chooseArea {
    padding: 40px 0 20px;
  }
  .chooseArea .image img {
    width: 450px;
  }
}
@media (max-width: 575px) {
  .chooseArea {
    padding: 30px 0 20px;
  }
  .chooseArea ul {
    margin-bottom: 5px;
  }
}
.processArea .container::before {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background: var(--c9);
  content: "";
  filter: blur(500px);
  top: -280px;
  left: -280px;
  z-index: -99;
}
.processArea .container > * {
  position: relative;
}
.processArea .process {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
}
.processArea .process > li {
  list-style: none;
  display: flex;
  text-align: center;
  margin-bottom: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 105px;
}
.processArea .process > li img {
  width: auto;
  margin-bottom: 24px;
}
.processArea .process > li b {
  font-weight: 600;
  font-size: 20px;
}
.processArea .process > li span {
  font-weight: 600;
  font-size: 16px;
}
.processArea .process > li b, .processArea .process > li span {
  width: 160px;
}
.processArea .process > img {
  margin-top: 10px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .processArea .process > img {
    width: 90px;
  }
}
@media (max-width: 1199px) {
  .processArea .process {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .processArea .process > li b, .processArea .process > li span {
    width: 180px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .processArea .process > li {
    width: 130px;
  }
  .processArea .process > li b, .processArea .process > li span {
    width: 120px;
  }
  .processArea .process > img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .processArea .process > li img {
    margin-bottom: 15px;
  }
  .processArea .process > li b, .processArea .process > li span {
    width: 100%;
  }
  .processArea .process > li b {
    font-size: 18px;
  }
  .processArea .process > li span {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .processArea .process > li {
    width: 100px;
  }
  .processArea .process > img {
    width: 70px;
  }
}
@media (max-width: 575px) {
  .processArea .process > li {
    width: 100px;
  }
  .processArea .process > img {
    width: 50px;
  }
}
footer {
  background: var(--c7);
  padding: 36px 0 6px;
}
footer p {
  color: #fff;
  font-weight: 400;
}
footer p.head {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
footer p.head ~ *:not(:last-child) {
  margin-bottom: 8px;
}
footer p a {
  color: #fff;
  font-size: 14px;
}
footer p.selectNumber {
  display: flex;
}
footer p.selectNumber select {
  color: #fff;
  background: transparent;
  outline: none;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-right: 10px;
}
footer p.selectNumber select option {
  color: #000;
}
footer .logo {
  margin-bottom: 8px;
  display: flex;
}
footer .box {
  display: flex;
  flex-direction: column;
}

.copyright {
  background: var(--c7);
  border-top: 1px solid var(--c8);
  padding: 19px 0;
  font-size: 12px;
}
.copyright span {
  text-align: center;
  color: #fff;
}
.copyright i {
  display: inline-block;
}

@media (max-width: 767px) {
  footer .logo {
    margin-bottom: 10px;
  }
  footer p.head {
    margin-bottom: 7px;
  }
  footer p.head ~ *:not(:last-child) {
    margin-bottom: 7px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  footer {
    padding: 36px 0 6px;
  }
  .copyright {
    padding: 15px 0;
  }
  footer .box {
    padding-bottom: 10px;
  }
}
@media (max-width: 575px) {
  footer {
    text-align: center;
    padding: 30px 0 0;
  }
  footer .logo {
    justify-content: center;
  }
  footer .box {
    padding-bottom: 20px;
  }
  .copyright {
    padding: 10px 0;
  }
  footer p.selectNumber {
    justify-content: center;
  }
}
.callImage {
  padding: 72px 0;
}
.callImage .ciArea {
  background: linear-gradient(to right, var(--c2), var(--c7));
  width: 100%;
  display: flex;
  border-radius: 20px;
  padding: 48px 55% 48px 32px;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.callImage .ciArea > * {
  position: relative;
}
.callImage .ciArea::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: linear-gradient(to left, #6BC2A1, #161C28);
  border-radius: 100%;
  opacity: 0.25;
  width: 600px;
  height: 600px;
  right: -100px;
}
.callImage .head {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
}
.callImage .text {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin-bottom: 24px;
}
.callImage .image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 220px;
  margin: auto;
}
.callImage a {
  text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .callImage .image {
    right: 32px;
  }
  .callImage .ciArea {
    padding: 48px 350px 48px 32px;
  }
  .callImage .ciArea::before {
    right: -290px;
  }
}
@media (max-width: 767px) {
  .callImage {
    text-align: center;
  }
  .callImage .image {
    top: auto;
    left: 0;
    right: 0;
    height: 200px;
  }
  .callImage .ciArea::before {
    margin: auto;
    top: auto;
    transform: translateY(0);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .callImage {
    padding: 40px 0;
  }
  .callImage .ciArea {
    padding: 48px 32px 278px 32px;
  }
  .callImage .image {
    bottom: 48px;
  }
  .callImage .ciArea::before {
    left: 0;
    right: 0;
    bottom: -360px;
    width: 100%;
  }
  .callImage .text {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .callImage {
    padding: 30px 0;
  }
  .callImage .ciArea {
    padding: 30px 16px 250px;
  }
  .callImage .image {
    bottom: 24px;
  }
  .callImage .ciArea::before {
    left: -25%;
    right: 0;
    bottom: -380px;
    width: 150%;
  }
  .callImage .text {
    font-size: 14px;
  }
}
.testimonials {
  padding-bottom: 72px;
}
.testimonials .container {
  position: relative;
}
.testimonials .container::before {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background: var(--c9);
  content: "";
  filter: blur(500px);
  top: -280px;
  left: -280px;
}
.testimonials .container > .fw, .testimonials main.container > *, .testimonials .container > main {
  overflow: hidden;
}
.testimonials .swiper-slide .fw, .testimonials .swiper-slide main > *, .testimonials .swiper-slide main {
  background: #fff;
  border-radius: 10px;
  padding: 35px 22px;
  flex-direction: column;
  display: flex;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  box-shadow: 5px 5px 5px #eee;
}
.testimonials .swiper-slide-active .fw, .testimonials .swiper-slide-active main > *, .testimonials .swiper-slide-active main {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.testimonials .name {
  position: relative;
  padding-left: 85px;
  display: flex;
  margin-bottom: 25px;
}
.testimonials .name > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  border-radius: 100%;
}
.testimonials .name .post {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.testimonials .name .post b {
  color: var(--c3);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
.testimonials .name .post i {
  font-size: 18px;
}
.testimonials .name .stars {
  flex-shrink: 0;
  display: flex;
  align-self: flex-end;
  font-size: 22px;
  color: var(--c13);
}
.testimonials .name .stars > *:not(:last-child) {
  margin-right: 5px;
}
.testimonials .head {
  font-size: 24px;
  font-weight: 700;
  color: var(--c3);
  text-align: center;
  margin-bottom: 28px;
}
.testimonials .txt {
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
}
.testimonials .arrows {
  display: flex;
  justify-content: center;
  width: 300px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
}
.testimonials .arrows .swiper-button-next:after, .testimonials .arrows .swiper-button-prev:after {
  font-size: 24px;
  color: var(--c8);
  font-weight: 800;
}
.testimonials .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.testimonials .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--c8);
}
.testimonials .swiper-horizontal {
  padding-bottom: 75px;
}

@media (max-width: 1399px) {
  .testimonials .name {
    flex-direction: column;
  }
  .testimonials .name .stars {
    font-size: 14px;
    align-self: flex-start;
    width: 100%;
  }
  .testimonials .name .stars > *:not(:last-child) {
    margin-right: 3px;
  }
}
@media (max-width: 991px) {
  .testimonials .name {
    margin-bottom: 16px;
  }
  .testimonials .head {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .testimonials .txt {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .testimonials {
    padding-bottom: 40px;
  }
  .testimonials .swiper-horizontal {
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .testimonials {
    padding-bottom: 30px;
  }
  .testimonials .swiper-horizontal {
    padding-bottom: 50px;
  }
  .testimonials .swiper-slide .fw, .testimonials .swiper-slide main > *, .testimonials .swiper-slide main {
    padding: 24px 16px;
  }
  .testimonials .name {
    padding-left: 70px;
  }
  .testimonials .name > img {
    width: 60px;
  }
  .testimonials .name .post b {
    font-size: 20px;
  }
  .testimonials .name .post i {
    font-size: 16px;
  }
}
[class=scBtn] {
  cursor: pointer;
}

.linkBtnPopup {
  width: 100%;
  height: 100%;
  padding: 30px 15px;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.linkBtnPopup .popuMid {
  display: table;
  width: 100%;
  height: 100%;
}
.linkBtnPopup .popuMid .popuMidArea {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.linkBtnPopup .popuMid .popuMidArea .box {
  width: 100%;
  max-width: 700px;
  background: white;
  margin: auto;
  position: relative;
  padding: 24px 24px 8px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.1, 0.7, 1, 0.1);
  -webkit-transition-timing-function: cubic-bezier(0.1, 0.7, 1, 0.1);
  -moz-transition-timing-function: cubic-bezier(0.1, 0.7, 1, 0.1);
  border-radius: 10px;
  display: flex;
}
.linkBtnPopup .popuMid .popuMidArea .box > .close {
  color: var(--c12);
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}
.linkBtnPopup .fw, .linkBtnPopup main > *, .linkBtnPopup main {
  display: flex;
  flex-direction: column;
}
.linkBtnPopup .fw .row, .linkBtnPopup main .row {
  margin-left: -10px;
  margin-right: -10px;
}
.linkBtnPopup .fw [class*=col-], .linkBtnPopup main [class*=col-] {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
}

body.active {
  overflow: hidden;
}
body.active .linkBtnPopup {
  display: flex;
}
body.active .linkBtnPopup .popuMid .popuMidArea .box.active {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

@media (max-width: 575px) {
  .linkBtnPopup {
    padding: 10px;
  }
  .linkBtnPopup .popuMid .popuMidArea .box {
    padding: 24px 16px 8px;
    max-width: 360px;
  }
  .linkBtnPopup .fw [class*=col-], .linkBtnPopup main [class*=col-] {
    margin-bottom: 12px;
  }
}
.thankyou {
  padding: 50px 0 20px;
  background: var(--c5);
}
.thankyou .tyArea {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.thankyou .tyArea > li {
  list-style: none;
  margin-bottom: 40px;
}
.thankyou .tyArea > li:first-child {
  width: 40%;
  padding-right: 40px;
}
.thankyou .tyArea > li:last-child {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
}
.thankyou .tyArea > li:last-child > span:not(:last-child) {
  margin-bottom: 10px;
}
.thankyou .tyArea > li:last-child > span.head {
  font-size: 70px;
  font-weight: 600;
  line-height: 1.1;
}
.thankyou .tyArea > li:last-child > span.text {
  font-size: 18px;
  color: var(--c14);
}
.thankyou .tyArea > li:last-child > span.btns {
  margin-top: 20px;
}

@media (max-width: 1400px) {
  .thankyou .tyArea {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .thankyou .tyArea > li:first-child {
    padding-right: 0;
  }
  .thankyou .tyArea > li {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .thankyou .tyArea > li:last-child > span.head {
    font-size: 50px;
  }
  .thankyou .tyArea > li:last-child > span.text {
    font-size: 16px;
  }
  .thankyou .tyArea .btns {
    justify-content: flex-start;
  }
  .thankyou .tyArea > li:last-child > span.btns {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .thankyou {
    padding: 30px 0 10px;
  }
  .thankyou .tyArea {
    flex-direction: column;
  }
  .thankyou .tyArea > li > img {
    width: 200px;
  }
  .thankyou .tyArea > li:first-child, .thankyou .tyArea > li:last-child {
    width: 100%;
  }
  .thankyou .tyArea > li:last-child {
    padding-left: 0;
  }
  .thankyou .tyArea > li:last-child > span.head {
    font-size: 40px;
  }
  .thankyou .tyArea > li:last-child > span.text {
    font-size: 14px;
  }
  .thankyou .tyArea > li {
    text-align: center;
    margin-bottom: 20px;
  }
  .thankyou .tyArea > li:last-child > span.btns {
    margin-top: 10px;
  }
}
.trans, form input, form select, form textarea, .popupBtn span.text, a, header, header .offer {
  transition: 0.3s cubic-bezier(0.1, 0.7, 1, 0.1);
  -webkit-transition: 0.3s cubic-bezier(0.1, 0.7, 1, 0.1);
  -moz-transition: 0.3s cubic-bezier(0.1, 0.7, 1, 0.1);
}

body {
  font-family: "Noto Sans", sans-serif;
  color: var(--c3);
}

a {
  text-decoration: none;
}

.btns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.btns.center {
  align-items: center;
  justify-content: center;
}
.btns > a {
  display: flex;
  padding: 20px 30px;
  border-radius: 40px;
  min-width: 320px;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.btns > a:not(.white) {
  background: var(--c2);
  color: #fff;
}
.btns > a.white {
  background: #fff;
  color: var(--c2);
}
.btns > *:not(:last-child) {
  margin-right: 30px;
}

.headingArea {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.headingArea.center {
  text-align: center;
  padding: 0 12%;
}
.headingArea .head {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 16px;
  line-height: 1.3;
}
.headingArea p {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 16px;
}

.checkList {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.checkList > li {
  list-style: none;
  position: relative;
  padding-left: 52px;
  font-weight: 500;
  font-size: 18px;
  min-height: 32px;
  display: flex;
  align-items: center;
}
.checkList > li:not(:last-child) {
  margin-bottom: 36px;
}
.checkList > li::before {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  content: "ꀇ";
  font-family: fontello;
  background: var(--c2);
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-size: 10px;
}

.popupBtn {
  position: fixed;
  right: 80px;
  bottom: 80px;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0px 4px 8px 0px rgba(192, 192, 192, 0.9);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.popupBtn span.icons {
  display: flex;
}
.popupBtn span.icons img:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 2px solid var(--c11);
}
.popupBtn span.text {
  font-weight: 600;
  font-size: 12px;
  color: var(--c1);
  margin-top: 8px;
}
.popupBtn:hover span.text, .popupBtn:active span.text, .popupBtn:focus span.text {
  text-decoration: underline;
}

.popup {
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #fff;
  border-radius: 10px;
  width: 350px;
  padding: 30px;
  box-shadow: 0px 4px 8px 0px rgba(192, 192, 192, 0.9);
  z-index: 999;
  display: none;
  flex-direction: column;
}
.popup .head {
  font-size: 30px;
  font-weight: 700;
  color: var(--c2);
  margin-bottom: 24px;
  line-height: 1.1;
}
.popup .number {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
.popup .number > a {
  color: var(--c1);
}
.popup .day {
  margin-bottom: 28px;
}
.popup .icon {
  color: var(--c12);
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}
.popup .btns > a {
  min-width: auto;
  border-radius: 4px;
  border: 1px solid var(--c2);
  background: #fff;
  color: var(--c2);
  padding: 10px 30px;
  font-size: 16px;
}
.popup .btns > a:hover, .popup .btns > a:active, .popup .btns > a:focus {
  background: var(--c2);
  color: #fff;
}

form .head {
  font-weight: 600;
  font-size: 20px;
  padding-right: 15px;
  margin-bottom: 20px;
  width: 100%;
}
form label {
  margin-bottom: 8px;
  color: var(--c14);
  line-height: 1.3;
  width: 100%;
  display: flex;
  font-size: 14px;
}
form label span {
  color: red;
  font-size: 12px;
  margin: -1px 0 0 2px;
}
form input, form select, form textarea {
  width: 100%;
  display: flex;
  border: 1px solid var(--c15);
  border-radius: 8px;
  outline: none;
  font-size: 14px;
  font-size: 12px;
}
form input:focus, form select:focus, form textarea:focus {
  outline: 1px solid var(--c2);
  border-color: var(--c2);
}
form input, form textarea {
  padding: 15px 12px;
}
form input, form select {
  height: 44px;
}
form input::-ms-input-placeholder {
  color: var(--c14);
}
form input::placeholder {
  color: var(--c14);
  font-size: 12px;
}
form select {
  padding: 0 12px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/selectArrow.png) no-repeat center right 12px;
  background-size: 15px;
}
form textarea {
  height: 150px;
  resize: none;
}
form button, form a {
  width: 100%;
  display: flex;
  background: var(--c2);
  text-align: center;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  height: 44px;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

.formArea {
  position: relative;
}
.formArea form {
  background: #fff;
  padding: 30px 30px 14px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.formArea form .head {
  font-size: 32px;
  margin-bottom: 20px;
}
.formArea form .row [class*=col-] {
  margin-bottom: 16px;
}

main {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
main > * {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.contentArea {
  padding-bottom: 50px;
  font-size: 14px;
}
.contentArea.pt {
  padding-top: 72px;
}
.contentArea .container > *:not(:last-child) {
  margin-bottom: 10px;
}
.contentArea .container .fw, .contentArea .container main, .contentArea .container main > * {
  background: var(--c6);
  padding: 72px 50px;
  max-width: 1024px;
  margin: 0 auto 22px;
}
.contentArea .container .fw > *:not(:last-child), .contentArea .container main > *:not(:last-child), .contentArea .container main > * > *:not(:last-child) {
  margin-bottom: 10px;
}
.contentArea .container ul, .contentArea .container ol {
  padding-left: 24px;
}
.contentArea .container ul > li:not(:last-child), .contentArea .container ol > li:not(:last-child) {
  margin-bottom: 5px;
}
.contentArea .container ul ul, .contentArea .container ul ol, .contentArea .container ol ul, .contentArea .container ol ol {
  margin-top: 5px;
}
.contentArea .container ul li p, .contentArea .container ol li p {
  margin-top: 5px;
}
.contentArea .container ul {
  list-style: disc;
}
.contentArea .container ol {
  list-style: decimal;
}
.contentArea .container strong, .contentArea .container b {
  font-weight: 800;
}
.contentArea .container a {
  color: var(--c2);
}

.faqs {
  padding: 0 0 72px;
}
.faqs .container > .fw, .faqs .container > main, .faqs main.container > * {
  max-width: 1024px;
  margin: 0 auto;
  border: 1px solid var(--c11);
  background: var(--c5);
  display: flex;
  flex-direction: column;
}
.faqs .container .fwInner {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
.faqs .container .fwInner.active > span::after {
  content: "-";
}
.faqs .container .fwInner > * {
  padding-left: 15px;
  padding-right: 15px;
}
.faqs .container .fwInner > span {
  font-weight: bold;
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  padding-top: 15px;
}
.faqs .container .fwInner > span::after {
  position: absolute;
  top: 10px;
  right: 15px;
  content: "+";
  font-size: 24px;
}
.faqs .container .fwInner .fwText {
  display: flex;
  flex-direction: column;
  display: none;
  margin-top: 10px;
}
.faqs .container .fwInner .fwText > *:not(:last-child) {
  margin-bottom: 10px;
}
.faqs .container .fwInner .fwText ol, .faqs .container .fwInner .fwText ul {
  margin-bottom: 5px;
  padding-left: 20px;
}
.faqs .container .fwInner .fwText ol > li, .faqs .container .fwInner .fwText ul > li {
  margin-bottom: 5px;
}
.faqs .container .fwInner:not(:last-child) {
  border-bottom: 1px solid var(--c11);
}

@media (max-width: 1199px) {
  .checkList > li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .formArea form .head {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .btns > a {
    min-width: auto;
  }
  .headingArea.center {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .btns > a {
    font-size: 16px;
    padding: 15px 30px;
  }
  .popup {
    width: 330px;
    padding: 20px 30px 20px 20px;
  }
  .formArea form .head {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .popup .head {
    margin-bottom: 10px;
  }
  .popup .day {
    margin-bottom: 20px;
  }
  .popup .btns {
    justify-content: flex-start;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .btns > a {
    font-size: 16px;
    padding: 15px 30px;
  }
  .checkList {
    margin-bottom: 20px;
  }
  .checkList > li {
    font-size: 16px;
    padding-left: 36px;
    min-height: 25px;
  }
  .checkList > li::before {
    width: 25px;
    height: 25px;
  }
  .faqs {
    padding: 0 0 40px;
  }
  .popup {
    width: 330px;
    padding: 20px 30px 20px 20px;
  }
  .popupBtn {
    width: 80px;
    height: 80px;
  }
  .contentArea {
    padding-bottom: 40px;
  }
  .contentArea.pt {
    padding-top: 40px;
  }
  .contentArea .container .fw, .contentArea .container main, .contentArea .container main > * {
    padding: 40px 15px;
    margin-bottom: 0;
  }
  .formArea form {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .formArea form .head {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .btns > a {
    font-size: 14px;
    padding: 12px 30px;
  }
  form .head {
    margin-bottom: 16px;
    font-size: 18px;
  }
  form input, form select {
    height: 36px;
  }
  form label {
    margin-bottom: 5px;
  }
  form input, form select, form textarea {
    border-radius: 5px;
  }
  form select {
    background-size: 10px;
  }
  .headingArea {
    margin-bottom: 10px;
  }
  .headingArea .head {
    margin-bottom: 10px;
    font-size: 28px;
  }
  .headingArea p {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .checkList {
    margin-bottom: 10px;
  }
  .checkList > li {
    font-size: 14px;
    padding-left: 27px;
    min-height: 20px;
  }
  .checkList > li::before {
    width: 20px;
    height: 20px;
  }
  .faqs {
    padding: 0 0 30px;
  }
  .popup {
    width: 300px;
    padding: 20px 30px 20px 15px;
    right: 10px;
    bottom: 10px;
  }
  .popup .number {
    font-size: 16px;
  }
  .popup .head {
    font-size: 27px;
  }
  .popup .btns > a {
    font-size: 14px;
  }
  .popupBtn {
    width: 70px;
    height: 70px;
    right: 10px;
    bottom: 10px;
  }
  .popupBtn span.icons img:not(:last-child) {
    padding-right: 5px;
    margin-right: 5px;
  }
  .popupBtn span.text {
    font-size: 11px;
    margin-top: 4px;
  }
  .contentArea {
    padding-bottom: 30px;
    text-align: justify;
  }
  .contentArea.pt {
    padding-top: 30px;
  }
  .contentArea .container .fw, .contentArea .container main, .contentArea .container main > * {
    padding: 30px 10px;
    margin-bottom: 0;
  }
  .formArea form {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .formArea form .head {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

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