* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

input {
  border: none;
}

body,
html {
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

.cCustom__headingWrap {
  text-align: center;
  margin-bottom: 50px;
  z-index: 2;
  position: relative;
}
.cCustom__headingWrap--left {
  text-align: left;
}
.cCustom__headingWrap--nomargin {
  margin-bottom: 0;
}
.cCustom__heading {
  position: relative;
  font-family: "Quicksand", sans-serif;
  text-align: left;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  width: auto;
  display: inline-block;
}
@media only screen and (min-width : 768px) {
  .cCustom__heading {
    font-size: 40px;
  }
}
@media only screen and (min-width : 992px) {
  .cCustom__heading {
    font-size: 48px;
  }
}
.cCustom__heading::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  content: "";
  display: inline-block;
  height: 80px;
  width: 100px;
  background-image: url(/user/documents/images/svg/dots.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width : 768px) {
  .cCustom__heading::before {
    height: 120px;
    width: 150px;
  }
}
.cCustom__heading--center {
  text-align: center;
}
.cCustom__headingFoot {
  display: none;
  position: absolute;
  top: -50%;
  right: 0;
  content: "";
  height: 200%;
}
@media only screen and (min-width : 992px) {
  .cCustom__headingFoot {
    display: block;
  }
}

.cContainer {
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 20px;
  z-index: 0;
  position: relative;
}
@media only screen and (min-width : 768px) {
  .cContainer {
    width: 747px;
  }
}
@media only screen and (min-width : 992px) {
  .cContainer {
    width: 972px;
  }
}
@media only screen and (min-width : 1200px) {
  .cContainer {
    width: 1178px;
  }
}
@media only screen and (min-width : 1440px) {
  .cContainer {
    width: 1418px;
  }
}

.cSection {
  width: 100vw;
  max-width: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 80px 0;
}
@media only screen and (min-width : 992px) {
  .cSection {
    margin: 100px 0;
  }
}
@media only screen and (min-width : 1200px) {
  .cSection {
    margin: 120px 0;
  }
}
.cSection--top0 {
  margin-top: 0;
}
.cSection--bottom0 {
  margin-bottom: 0;
}

.cBeforeAfter__headingWrap {
  text-align: center;
}
.cBeforeAfter__heading {
  position: relative;
  font-family: "Quicksand", sans-serif;
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  width: auto;
  display: inline-block;
}
@media only screen and (min-width : 992px) {
  .cBeforeAfter__heading {
    font-size: 58px;
  }
}
.cBeforeAfter__heading::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  height: 80px;
  width: 100px;
  background-image: url(/user/documents/images/svg/dots.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width : 768px) {
  .cBeforeAfter__heading {
    font-size: 40px;
  }
  .cBeforeAfter__heading::before {
    height: 120px;
    width: 150px;
  }
}
.cBeforeAfter__subtitle {
  position: relative;
  font-family: "Quicksand", sans-serif;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
@media only screen and (min-width : 992px) {
  .cBeforeAfter__subtitle {
    font-size: 36px;
  }
}
.cBeforeAfter__gallery {
  margin-top: 40px;
  margin-bottom: 260px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
@media only screen and (min-width : 480px) {
  .cBeforeAfter__gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width : 992px) {
  .cBeforeAfter__gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cBeforeAfter__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}
.cBeforeAfter__feet {
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
}
.cBeforeAfter__feetImg {
  height: 160px;
}
@media only screen and (min-width : 480px) {
  .cBeforeAfter__feetImg {
    height: 260px;
  }
}

.cFaq__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.cFaq__headingWrap {
  text-align: center;
  margin-bottom: 50px;
  z-index: 2;
  position: relative;
}
.cFaq__heading {
  position: relative;
  font-family: "Quicksand", sans-serif;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  width: auto;
  display: inline-block;
}
@media only screen and (min-width : 992px) {
  .cFaq__heading {
    font-size: 50px;
  }
}
.cFaq__heading::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  content: "";
  display: inline-block;
  height: 120px;
  width: 150px;
  background-image: url(/user/documents/images/svg/dots.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.cFaq__list {
  z-index: 2;
  position: relative;
}
.cFaq__item {
  position: relative;
  background-color: #ffffff;
  display: block;
  padding-right: 40px;
  border-radius: 8px;
  box-shadow: 0px 4px 30px 0px rgba(31, 189, 194, 0.16);
  cursor: pointer;
}
.cFaq__item:not(:last-child) {
  margin-bottom: 15px;
}
.cFaq__item.active {
  border: 1px solid #e4aa33;
}
.cFaq__item.active .cFaq__answer {
  display: block;
}
.cFaq__item.active .cFaq__plus {
  display: none;
}
.cFaq__item.active .cFaq__minus {
  display: block;
}
.cFaq__question {
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
  padding: 12px 20px;
}
.cFaq__answer {
  margin-top: 10px;
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
  display: none;
  padding: 0 20px 12px 20px;
}
.cFaq__bg {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  max-height: 100%;
}
.cFaq__plus {
  position: absolute;
  width: 23px;
  height: 23px;
  top: 12px;
  right: 12px;
  display: block;
}
.cFaq__minus {
  position: absolute;
  width: 23px;
  height: 23px;
  top: 12px;
  right: 12px;
  display: none;
}

.cFootBanner {
  background: #ffffff;
  color: #000000;
  position: relative;
  padding: 0 0;
  margin: 30px 0;
}
@media only screen and (min-width : 992px) {
  .cFootBanner {
    padding: 80px 0;
    margin: 40px 0;
  }
}
@media only screen and (min-width : 1200px) {
  .cFootBanner {
    padding: 100px 0;
    margin: 60px 0;
  }
}
.cFootBanner__inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width : 992px) {
  .cFootBanner__inner {
    grid-template-columns: 5fr 3fr;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
  }
}
.cFootBanner__content {
  position: relative;
  z-index: 2;
}
.cFootBanner__heading {
  font-family: "Quicksand", sans-serif;
  font-size: 42px;
  font-weight: 300;
  margin: 0 0 20px 0;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
@media only screen and (min-width : 992px) {
  .cFootBanner__heading {
    font-size: 58px;
  }
}
.cFootBanner__subheading {
  font-family: "Quicksand", sans-serif;
  font-size: 28px;
  font-weight: 300;
  margin: 0 0 40px 0;
  color: #000000;
  line-height: 1.2;
}
@media only screen and (min-width : 992px) {
  .cFootBanner__subheading {
    font-size: 36px;
  }
}
.cFootBanner__text {
  font-size: 1.1rem;
  color: #000000;
  margin: 0;
  max-width: 420px;
  line-height: 1.5;
}
@media only screen and (min-width : 1200px) {
  .cFootBanner__text {
    margin-left: 80px;
  }
}
.cFootBanner__image {
  display: block;
  height: 100%;
  width: 60%;
  margin: 0 auto;
}
@media only screen and (min-width : 992px) {
  .cFootBanner__image {
    height: 100%;
    width: 100%;
  }
}
.cFootBanner__imageImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cFootBanner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  background: url("/user/documents/images/svg/bg-1.png?v=1") no-repeat center center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
  transform: none;
}
@media only screen and (min-width : 992px) {
  .cFootBanner::before {
    width: 70%;
    height: 100%;
    left: 0;
    top: 0%;
  }
}

@media only screen and (min-width : 768px) {
  .cImageText--reverse .cImageText__content {
    order: 1;
  }
  .cImageText--reverse .cImageText__imageWrap {
    order: 2;
  }
}
.cImageText__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width : 768px) {
  .cImageText__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cImageText__imageWrap {
  position: relative;
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .cImageText__imageWrap {
    width: 100%;
    max-height: 630px;
    margin-bottom: 0;
  }
}
.cImageText__imageImg {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}
.cImageText__splash {
  position: absolute;
  display: inline-block;
  width: 80px;
  bottom: 0;
  right: 0;
  transform: translate(20%, 50%);
}
@media only screen and (min-width : 768px) {
  .cImageText__splash {
    width: 120px;
  }
}
@media only screen and (min-width : 1200px) {
  .cImageText__splash {
    width: 180px;
  }
}
.cImageText__contentInner {
  width: 100%;
}
.cImageText__content {
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (min-width : 768px) {
  .cImageText__content {
    width: 100%;
  }
}
.cImageText__heading {
  position: relative;
  font-family: "Quicksand", sans-serif;
  text-align: left;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
@media only screen and (min-width : 768px) {
  .cImageText__heading {
    font-size: 28px;
    font-weight: 300;
  }
}
@media only screen and (min-width : 992px) {
  .cImageText__heading {
    font-size: 36px;
  }
}
.cImageText__text {
  font-size: 16px;
  color: #000000;
  margin: 0;
  line-height: 1.5;
  padding-left: 0;
  list-style: disc;
}
.cImageText__text:not(:last-child) {
  margin-bottom: 20px;
}
.cImageText__text--blue {
  margin-top: 10px;
  color: #1fbdc2;
}
.cImageText__text li {
  margin-left: 20px;
}
.cImageText__text li::before {
  display: none;
}
.cImageText__row:not(:last-child) {
  margin-bottom: 20px;
}
.cImageText__rowBold {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 5px;
}
.cImageText__rowName {
  font-size: 24px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 5px;
}

.cMap__headingWrap {
  text-align: center;
  margin-bottom: 50px;
  z-index: 2;
  position: relative;
}
.cMap__heading {
  position: relative;
  font-family: "Quicksand", sans-serif;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  width: auto;
  display: inline-block;
}
@media only screen and (min-width : 992px) {
  .cMap__heading {
    font-size: 50px;
  }
}
.cMap__heading::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  height: 120px;
  width: 150px;
  background-image: url(/user/documents/svg/dots.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.cMap__map {
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (min-width : 768px) {
  .cMap__map {
    height: 500px;
  }
}
@media only screen and (min-width : 1200px) {
  .cMap__map {
    height: 600px;
  }
}

.cRefsPreview__inner {
  display: block;
}
@media only screen and (min-width : 992px) {
  .cRefsPreview__inner {
    display: flex;
    align-items: center;
  }
}
.cRefsPreview__left {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width : 992px) {
  .cRefsPreview__left {
    width: 50%;
    margin-bottom: 0;
  }
}
.cRefsPreview__heading {
  position: relative;
  font-family: "Quicksand", sans-serif;
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 20px 0;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
@media only screen and (min-width : 992px) {
  .cRefsPreview__heading {
    font-size: 50px;
  }
}
.cRefsPreview__heading::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  height: 120px;
  width: 100%;
  background-image: url(/user/documents/images/svg/dots.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.cRefsPreview__button {
  display: flex;
  justify-content: center;
}
.cRefsPreview__swiper {
  width: 100%;
}
@media only screen and (min-width : 992px) {
  .cRefsPreview__swiper {
    width: 50%;
  }
}
.cRefsPreview__swiperItem {
  padding: 25px;
  box-shadow: 0px 0px 20px 0px rgba(31, 189, 194, 0.16);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(31, 189, 194, 0.16);
  -moz-box-shadow: 0px 0px 20px 0px rgba(31, 189, 194, 0.16);
  border-radius: 8px;
  cursor: pointer;
  margin: 10px;
  margin-right: 10px;
}
.cRefsPreview__swiperName {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cRefsPreview__swiperText {
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
}
@media only screen and (min-width : 768px) {
  .cRefsPreview__swiperText {
    font-size: 16px;
  }
}
.cRefsPreview__rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.cRefsPreview__ratingValue {
  font-weight: 500;
  font-size: 24px;
}
.cRefsPreview__ratingStars {
  position: relative;
  font-size: 28px;
  color: #ddd;
}
.cRefsPreview__ratingStars-bg {
  letter-spacing: 2px;
  color: #ddd;
  top: 0;
  left: 0;
  white-space: nowrap;
}
.cRefsPreview__ratingStars-fg {
  letter-spacing: 2px;
  color: #ddd;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  color: #e4aa33;
  overflow: hidden;
  z-index: 1;
}

.cTermsCloud__inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  position: relative;
  gap: 20px;
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (min-width : 1200px) {
  .cTermsCloud__inner {
    grid-template-columns: 1fr 400px 1fr;
    max-width: 100%;
  }
}
.cTermsCloud__left {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
  align-items: flex-end;
  order: 2;
}
@media only screen and (min-width : 1200px) {
  .cTermsCloud__left {
    order: 1;
  }
}
.cTermsCloud__right {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
  align-items: flex-start;
  order: 3;
}
@media only screen and (min-width : 1200px) {
  .cTermsCloud__right {
    order: 3;
  }
}
.cTermsCloud__tag {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #e4aa33;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 16px;
  line-height: 1.4;
  transition: all 0.3s ease;
  width: 100%;
}
@media only screen and (min-width : 1200px) {
  .cTermsCloud__tag {
    width: auto;
  }
  .cTermsCloud__tag--left:nth-child(5n+1) {
    margin-right: 10px;
  }
  .cTermsCloud__tag--left:nth-child(5n+2) {
    margin-right: -30px;
  }
  .cTermsCloud__tag--left:nth-child(5n+3) {
    margin-right: 0px;
  }
  .cTermsCloud__tag--left:nth-child(5n+4) {
    margin-right: -35px;
  }
  .cTermsCloud__tag--left:nth-child(5n+5) {
    margin-right: 5px;
  }
  .cTermsCloud__tag--right:nth-child(4n+1) {
    margin-left: -20px;
  }
  .cTermsCloud__tag--right:nth-child(4n+2) {
    margin-left: 10px;
  }
  .cTermsCloud__tag--right:nth-child(4n+3) {
    margin-left: -35px;
  }
  .cTermsCloud__tag--right:nth-child(4n+4) {
    margin-left: 0px;
  }
}
.cTermsCloud__circleWrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  display: flex;
  order: 1;
}
@media only screen and (min-width : 1200px) {
  .cTermsCloud__circleWrap {
    order: 2;
  }
}
.cTermsCloud__circle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
}
.cTermsCloud__circleInner {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 400px;
  top: 0;
  left: 0;
  padding: 2rem;
  z-index: 2;
}
.cTermsCloud__circleHeading {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.6;
  color: rgb(51, 51, 51);
  z-index: 3;
  position: relative;
  margin: 0;
}
@media only screen and (min-width : 480px) {
  .cTermsCloud__circleHeading {
    font-size: 32px;
  }
}
@media only screen and (min-width : 1200px) {
  .cTermsCloud__circleHeading {
    font-size: 36px;
  }
}
.cTermsCloud__circleImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.4;
}
.cTermsCloud__circleImageImg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cTermsCloud__background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  max-height: 100%;
}

.cTwoImg {
  background: #ffffff;
  color: #000000;
  padding: 60px 0 0 0;
  position: relative;
}
@media only screen and (min-width : 768px) {
  .cTwoImg {
    padding: 120px 0 0 0;
  }
}
.cTwoImg__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.cTwoImg__left {
  display: block;
  z-index: 1;
}
.cTwoImg__image {
  display: block;
  border-radius: 20px;
}
.cTwoImg__image--left {
  margin-top: -80px;
}
.cTwoImg__right {
  display: block;
  z-index: 1;
}
.cTwoImg__symbol {
  position: absolute;
  bottom: 0;
  left: 35%;
  width: 25%;
  padding-bottom: 25%;
  z-index: 1;
}
.cTwoImg__symbolImg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.cVideoBanner__inner {
  display: block;
}
.cVideoBanner__block {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (min-width : 768px) {
  .cVideoBanner__block {
    height: 500px;
  }
}
@media only screen and (min-width : 1200px) {
  .cVideoBanner__block {
    height: 600px;
  }
}
.cVideoBanner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cVideoBanner__imageImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cVideoBanner__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: background-color 0.3s ease;
}
.cVideoBanner__link:hover {
  background-color: rgba(31, 189, 194, 0.15);
}
.cVideoBanner__linkInner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (min-width : 768px) {
  .cVideoBanner__linkInner {
    width: 175px;
    height: 175px;
  }
}
@media only screen and (min-width : 1200px) {
  .cVideoBanner__linkInner {
    width: 200px;
    height: 200px;
  }
}
.cVideoBanner__linkText {
  font-size: 20px;
  font-weight: 300;
  color: #000000;
  position: relative;
  z-index: 3;
  padding-left: 30px;
}
@media only screen and (min-width : 768px) {
  .cVideoBanner__linkText {
    font-size: 24px;
  }
}
@media only screen and (min-width : 1200px) {
  .cVideoBanner__linkText {
    font-size: 28px;
  }
}
.cVideoBanner__linkIcon {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.cVideoBanner__linkIconImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.cCtaBanner {
  padding: 60px 0;
}
.cCtaBanner__inner {
  position: relative;
  border: 1px solid #1fbdc2;
  padding: 20px;
  border-radius: 20px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width : 480px) {
  .cCtaBanner__inner {
    padding: 40px;
  }
}
.cCtaBanner__heading {
  font-family: "Quicksand", sans-serif;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
@media only screen and (min-width : 992px) {
  .cCtaBanner__heading {
    font-size: 50px;
  }
}
.cCtaBanner__subtitle {
  font-family: "Quicksand", sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media only screen and (min-width : 992px) {
  .cCtaBanner__subtitle {
    font-size: 24px;
  }
}
.cCtaBanner__arrow {
  display: inline-block;
  transition: all 0.3s;
}
.cCtaBanner__arrow:hover {
  margin-left: 15px;
}
.cCtaBanner__arrowIcon img {
  width: 50px;
}
.cCtaBanner__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  max-height: 100%;
}

.cButton {
  position: relative;
  color: #ffffff;
  background-color: #e4aa33;
  text-align: left;
  outline: none;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  transition: 0.3s all;
  font-size: 14px;
  padding: 8px 16px;
  text-decoration: none;
  align-items: center;
  border-radius: 100px;
}
.cButton:hover {
  background-color: #1fbdc2;
  color: #ffffff;
}
.cButton--white {
  background-color: #ffffff;
  color: #000000;
}
.cButton--disabled {
  opacity: 0.2;
}
@media only screen and (min-width : 568px) {
  .cButton {
    font-size: 16px;
    padding: 10px 20px;
  }
}

.cPricelist {
  position: relative;
}
.cPricelist__wrapper {
  position: relative;
  z-index: 2;
}
.cPricelist__bg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 900px;
}
.cPricelist__headingWrap {
  text-align: center;
  margin-bottom: 50px;
  z-index: 2;
  position: relative;
}
.cPricelist__heading {
  position: relative;
  font-family: "Quicksand", sans-serif;
  text-align: left;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 30px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  width: auto;
  display: inline-block;
}
@media only screen and (min-width : 768px) {
  .cPricelist__heading {
    font-size: 40px;
  }
}
@media only screen and (min-width : 992px) {
  .cPricelist__heading {
    font-size: 48px;
  }
}
.cPricelist__category:not(:last-child) {
  margin-bottom: 60px;
}
.cPricelist__categoryName {
  font-size: 16px;
  padding: 8px 16px;
  align-items: center;
  border-radius: 7px;
  border: 1px solid #e4aa33;
  display: inline-block;
  margin-bottom: 30px;
  background-color: #ffffff;
}
@media only screen and (min-width : 768px) {
  .cPricelist__categoryName {
    font-size: 20px;
  }
}
.cPricelist__item {
  box-shadow: 0px 4px 30px 0px rgba(31, 189, 194, 0.16);
  padding: 15px 30px;
  display: block;
  gap: 50px;
  background-color: #ffffff;
  border-radius: 8px;
}
.cPricelist__item:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (min-width : 768px) {
  .cPricelist__item {
    padding: 20px 40px;
  }
}
@media only screen and (min-width : 1200px) {
  .cPricelist__item {
    display: flex;
  }
}
.cPricelist__item--simple {
  justify-content: space-between;
}
.cPricelist__itemLeft {
  width: 100%;
}
@media only screen and (min-width : 1200px) {
  .cPricelist__itemLeft {
    width: 75%;
  }
}
.cPricelist__itemRight {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width : 1200px) {
  .cPricelist__itemRight {
    width: 25%;
    align-items: flex-end;
  }
}
.cPricelist__itemHeading {
  font-weight: 300;
  font-size: 24px;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (min-width : 768px) {
  .cPricelist__itemHeading {
    font-size: 26px;
  }
}
@media only screen and (min-width : 992px) {
  .cPricelist__itemHeading {
    font-size: 28px;
  }
}
.cPricelist__perex {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-bottom: 30px;
  max-width: 1000px;
}
@media only screen and (min-width : 768px) {
  .cPricelist__perex {
    font-size: 18px;
  }
}
.cPricelist__itemList b {
  font-weight: 700;
  font-size: 16px;
}
.cPricelist__itemList ul {
  list-style: none;
  margin-bottom: 30px;
}
.cPricelist__itemList li {
  line-height: 1.6;
  padding-left: 15px;
  position: relative;
  margin-bottom: 6px;
  font-size: 16px;
}
@media only screen and (min-width : 768px) {
  .cPricelist__itemList li {
    font-size: 16px;
    padding-left: 23px;
  }
}
.cPricelist__itemList ul li::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  left: 3px;
  top: 10px;
  border-radius: 100%;
  background-color: #000000;
  margin: 0;
}
@media only screen and (min-width : 768px) {
  .cPricelist__itemList ul li::before {
    width: 7px;
    height: 7px;
    top: 12px;
  }
}
.cPricelist__itemPrice {
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  border-radius: 7px;
  display: inline-block;
  margin-bottom: 15px;
  background-color: #e4aa33;
  min-width: 165px;
  padding: 6px 30px;
  font-size: 20px;
  white-space: nowrap;
}
@media only screen and (min-width : 1200px) {
  .cPricelist__itemPrice {
    padding: 6px 35px;
    font-size: 24px;
  }
}
.cPricelist__itemPrice--simple {
  margin-bottom: 15px;
  margin-right: 0;
}
@media only screen and (min-width : 1200px) {
  .cPricelist__itemPrice--simple {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.cPricelist__itemPerson {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  padding: 6px 30px;
  text-align: center;
  border-radius: 7px;
  display: inline-block;
  margin-bottom: 15px;
  background-color: #ffffff;
  border: 1px solid #1fbdc2;
  min-width: 165px;
}
.cPricelist__itemPerson--simple {
  margin-bottom: 15px;
  margin-right: 0;
}
@media only screen and (min-width : 1200px) {
  .cPricelist__itemPerson--simple {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.cPricelist__itemTime {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  padding: 6px 30px;
  text-align: center;
  border-radius: 7px;
  display: inline-block;
  background-color: #1fbdc2;
  min-width: 165px;
  margin-bottom: 15px;
}
.cPricelist__itemTime--simple {
  margin-bottom: 15px;
  margin-right: 0;
}
@media only screen and (min-width : 1200px) {
  .cPricelist__itemTime--simple {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.cPricelist__continue {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin-bottom: 30px;
  max-width: 800px;
}
.cPricelist__itemLeft2 {
  width: 100%;
}
@media only screen and (min-width : 1200px) {
  .cPricelist__itemLeft2 {
    width: 45%;
  }
}
.cPricelist__itemRight2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width : 1200px) {
  .cPricelist__itemRight2 {
    width: 55%;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.cPricelist__itemButton {
  margin: 15px 0;
}

.cWorkshop__headingInner {
  margin-bottom: 60px;
}
.cWorkshop__heading {
  position: relative;
  font-family: "Quicksand", sans-serif;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  margin: 0 auto;
  margin-bottom: 30px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  max-width: 600px;
}
@media only screen and (min-width : 768px) {
  .cWorkshop__heading {
    font-size: 28px;
  }
}
@media only screen and (min-width : 992px) {
  .cWorkshop__heading {
    font-size: 36px;
  }
}
.cWorkshop__perex {
  font-size: 16px;
  color: #000000;
  margin: 0;
  max-width: 420px;
  line-height: 1.7;
  text-align: center;
  margin: 0 auto;
}
.cWorkshop__button {
  display: flex;
  justify-content: center;
}
.cWorkshop__button-inner {
  position: relative;
  padding: 10px 40px 10px 60px;
}
.cWorkshop__button-inner::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 17px;
  left: 30px;
  top: 50%;
  background: url("/user/documents/images/svg/download.svg") no-repeat center center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
  transform: translateY(-50%);
}

.cStructure__inner {
  max-width: 800px;
  margin: 0 auto;
}
.cStructure__itemsWrap {
  margin-bottom: 60px;
}
.cStructure__item {
  display: block;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 30px 0px rgba(31, 189, 194, 0.16);
  padding: 16px 30px;
}
.cStructure__item:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width : 768px) {
  .cStructure__item {
    display: flex;
    justify-content: space-between;
  }
}
.cStructure__itemLeft {
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .cStructure__itemLeft {
    width: 50%;
  }
}
.cStructure__itemRight {
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .cStructure__itemRight {
    width: 50%;
  }
}
.cStructure__itemHeading {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (min-width : 768px) {
  .cStructure__itemHeading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.cStructure__itemList {
  margin-left: 20px;
  list-style-type: disc !important;
}
@media only screen and (min-width : 768px) {
  .cStructure__itemList {
    margin-left: 0;
  }
}
.cStructure__itemList li::before {
  display: none !important;
}

.cContact__item {
  box-shadow: 0px 4px 30px 0px rgba(31, 189, 194, 0.16);
  padding: 20px 40px;
  display: grid;
  gap: 40px;
  background-color: #ffffff;
  border-radius: 8px;
}
.cContact__item:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (min-width : 768px) {
  .cContact__item {
    padding: 40px 60px;
  }
}
@media only screen and (min-width : 1200px) {
  .cContact__item {
    display: flex;
    gap: 80px;
  }
}
.cContact__item--simple {
  justify-content: space-between;
}
.cContact__itemLeft {
  width: 100%;
}
@media only screen and (min-width : 1200px) {
  .cContact__itemLeft {
    width: 70%;
  }
}
.cContact__itemRight {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (min-width : 1200px) {
  .cContact__itemRight {
    width: 30%;
    align-items: flex-start;
  }
}
.cContact__itemHeading {
  font-weight: 300;
  font-size: 28px;
  color: #000000;
  margin-bottom: 25px;
}
@media only screen and (min-width : 992px) {
  .cContact__itemHeading {
    font-size: 36px;
  }
}
.cContact__perex {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
@media only screen and (min-width : 768px) {
  .cContact__perex {
    font-size: 18px;
  }
}
.cContact__boxesWrap {
  margin-bottom: 30px;
}
.cContact__itemNavigate {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  padding: 6px 30px;
  text-align: center;
  border-radius: 7px;
  display: inline-block;
  margin-bottom: 15px;
  background-color: #ffffff;
  border: 1px solid #1fbdc2;
  min-width: 165px;
}
.cContact__itemNavigate:hover {
  background-color: #c1eaeb;
}
.cContact__itemCity {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  padding: 6px 30px;
  text-align: center;
  border-radius: 7px;
  display: inline-block;
  background-color: #1fbdc2;
  min-width: 165px;
  margin-bottom: 10px;
  margin-right: 15px;
}
.cContact__itemCity--simple {
  margin-bottom: 15px;
  margin-right: 0;
}
@media only screen and (min-width : 1200px) {
  .cContact__itemCity--simple {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.cContact__connect {
  display: flex;
  align-items: center;
}
.cContact__connect:not(:last-child) {
  margin-bottom: 15px;
}
.cContact__icon {
  height: 20px;
  width: 26px;
  margin-right: 15px;
}
.cContact__link {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.cContact__bg {
  position: absolute;
  top: 75%;
  left: 65%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  max-height: 100%;
}

.cPopup {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(121, 155, 156, 0.5);
  width: 100%;
  height: 100vh;
  align-items: center;
  z-index: 1000000000;
}
.cPopup__inner {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  border-radius: 20px;
  padding: 60px 20px;
  overflow: hidden;
}
@media only screen and (min-width : 768px) {
  .cPopup__inner {
    padding: 100px 40px;
  }
}
.cPopup__headingWrap {
  text-align: center;
  margin-bottom: 15px;
  z-index: 2;
  position: relative;
}
.cPopup__headingWrap--left {
  text-align: left;
}
.cPopup__headingWrap--nomargin {
  margin-bottom: 0;
}
@media only screen and (min-width : 768px) {
  .cPopup__headingWrap {
    margin-bottom: 30px;
  }
}
.cPopup__heading {
  position: relative;
  font-family: "Quicksand", sans-serif;
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  width: auto;
  display: inline-block;
}
@media only screen and (min-width : 768px) {
  .cPopup__heading {
    font-size: 42px;
  }
}
@media only screen and (min-width : 992px) {
  .cPopup__heading {
    font-size: 58px;
  }
}
.cPopup__heading::before {
  display: none;
  position: absolute;
  top: 50%;
  right: -160px;
  transform: translate(0, -50%);
  content: "";
  height: 120px;
  width: 120px;
  background-image: url(/user/documents/svg/popup-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width : 992px) {
  .cPopup__heading::before {
    display: inline-block;
  }
}
.cPopup__itemsWrap {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  gap: 10px 30px;
  grid-template-columns: 1fr;
}
@media only screen and (min-width : 992px) {
  .cPopup__itemsWrap {
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
  }
}
.cPopup__item {
  position: relative;
  display: block;
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  padding: 12px 28px;
  border: 1px solid #1fbdc2;
  border-radius: 20px;
  width: 100%;
}
.cPopup__item:hover {
  background-color: #c1eaeb;
}
.cPopup__item::after {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url(/user/documents/images/svg/blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width : 768px) {
  .cPopup__item {
    padding: 15px 30px;
    font-size: 28px;
  }
}
@media only screen and (min-width : 992px) {
  .cPopup__item {
    padding: 20px 40px;
    font-size: 32px;
  }
}
.cPopup__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  max-height: 100%;
}
.cPopup__close {
  position: absolute;
  top: 25px;
  right: 25px;
  height: 25px;
  width: 25px;
  cursor: pointer;
  z-index: 2;
}

.cForm__inner {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}
.cForm__wrapper {
  display: block;
}

.cText__inner {
  box-shadow: 0px 4px 30px 0px rgba(31, 189, 194, 0.16);
  padding: 20px;
  display: block;
  background-color: #ffffff;
  border-radius: 8px;
}
@media only screen and (min-width : 768px) {
  .cText__inner {
    padding: 30px 40px;
  }
}
.cText__inner p {
  font-weight: 300;
  line-height: 1.6;
  font-size: 15px;
}
.cText__inner p:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width : 768px) {
  .cText__inner p {
    font-size: 16px;
  }
}
.cText__inner a {
  text-decoration: underline;
  color: #000000;
}
.cText__inner a:hover {
  text-decoration: none;
}
.cText__inner b,
.cText__inner strong {
  font-weight: 600;
}
.cText__inner h2 {
  font-size: 26px;
  color: #000000;
  font-weight: 300;
  margin-bottom: 30px;
}
.cText__inner h2--white {
  color: #ffffff;
}
@media only screen and (min-width : 480px) {
  .cText__inner h2 {
    font-size: 34px;
  }
}
@media only screen and (min-width : 992px) {
  .cText__inner h2 {
    font-size: 42px;
  }
}
.cText__inner h3 {
  font-size: 24px;
  color: #000000;
  font-weight: 300;
  margin-bottom: 30px;
}
@media only screen and (min-width : 480px) {
  .cText__inner h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width : 992px) {
  .cText__inner h3 {
    font-size: 36px;
  }
}
.cText__inner h4 {
  font-size: 20px;
  color: #000000;
  font-weight: 300;
  margin-bottom: 25px;
}
@media only screen and (min-width : 480px) {
  .cText__inner h4 {
    font-size: 24px;
  }
}
@media only screen and (min-width : 992px) {
  .cText__inner h4 {
    font-size: 30px;
  }
}
.cText__inner h5 {
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  margin-bottom: 25px;
}
.cText__inner h5--white {
  color: #ffffff;
}
@media only screen and (min-width : 480px) {
  .cText__inner h5 {
    font-size: 20px;
  }
}
@media only screen and (min-width : 992px) {
  .cText__inner h5 {
    font-size: 24px;
  }
}
.cText__inner h6 {
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  margin-bottom: 25px;
}
.cText__inner h6--white {
  color: #ffffff;
}
@media only screen and (min-width : 480px) {
  .cText__inner h6 {
    font-size: 18px;
  }
}
@media only screen and (min-width : 992px) {
  .cText__inner h6 {
    font-size: 20px;
  }
}
.cText__inner ul {
  list-style: none;
  margin-bottom: 30px;
  padding-left: 10px;
  font-weight: 300;
}
.cText__inner li {
  line-height: 1.6;
  padding-left: 15px;
  position: relative;
  margin-bottom: 6px;
  font-size: 14px;
}
@media only screen and (min-width : 768px) {
  .cText__inner li {
    font-size: 16px;
    padding-left: 18px;
  }
}
.cText__inner ul li::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  left: 0;
  top: 10px;
  border-radius: 100%;
  background-color: #e4aa33;
  margin: 0;
}
@media only screen and (min-width : 768px) {
  .cText__inner ul li::before {
    width: 7px;
    height: 7px;
    top: 11px;
  }
}

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