@charset "UTF-8";

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.4;
  -webkit-transition: 0s;
  transition: 0s;
  background: #F4FAFF;
  color: #2B2A2F;
  font-size: 16px;
  font-family: "Circe" !important;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus,
button,
button:focus,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button {
  background-color: transparent;
  border: none;
}

a:focus,
a:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

a,
input[type="submit"] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  cursor: pointer;
}

textarea {
  resize: none;
}

.table-respond {
  overflow: auto;
}

.table-respond td,
.table-respond th {
  white-space: nowrap;
}

.btn,
.btn:focus,
.btn:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.regular,
.text-regular,
.text-subtitle,
.site-form .price small,
.form-group .form-control,
.feature-info__text p {
  font-family: "Circe";
}

.bold,
h2,
.section-main .left-side .tagline,
.section-main .left-side h2,
.section-main .left-side .main-subtitle span,
.section-main .left-side .main-title,
.section-main .left-side .main-title span,
.section-main .main-list li span,
.site-form .title,
.site-form .price,
b,
.timer .item-timer div,
.section-info .subtitle,
.section-info__black h2,
.feature-info__title,
.feature-info__text small,
.feature-info__text span,
.a-card p,
.section-expert .expert p,
.section-reviews .slider-item .review-content span,
.section-table .table-default table thead tr th,
.section-order .text-title,
#s5 .a-card span,
#s6 .list li:before,
#s6 .list li span,
#s10 .subtitle,
#s12 .a-card span {
  font-family: "CirceBold";
}

.light,
.section-main .left-side .main-subtitle {
  font-family: "Circe";
}

.bg-light,
#s2,
#s8 {
  background-color: #F4FAFF;
}

.bg-dark {
  background-color: #2B2A2F;
}

.bg-color {
  background-color: #47CBA3;
}

.d-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.flex-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.flex-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.flex-left {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.flex-right {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.flex-justify {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-top {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.flex-middle {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.flex-bottom {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.flex-item-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-item-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.flex-item-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.text-gray {
  color: #F4FAFF;
}

.text-label {
  background: #E06CC7;
  padding: 8px 16px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .text-label {
    display: inherit;
  }
}

.text-accent {
  color: #E06CC7;
}

.text-regular {
  color: #2B2A2F;
}

.text-white {
  color: #fff;
  background: -webkit-linear-gradient(90deg, #fff 0%, #fff 100%);
  margin: 0 0 56px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-darkgray {
  color: #969696;
}

.text-green {
  color: #47CBA3;
}

.text-subtitle {
  color: #2B2A2F;
  font-size: 16px !important;
  line-height: 26px !important;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .text-subtitle {
    text-align: center;
  }
}

@media (max-width: 991px) {
  h3 {
    text-align: center;
    font-size: 20px;
  }
}

/** START CONTENT **/
.section {
  padding: 72px 0;
}

@media (max-width: 991px) {
  .section {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 25px 0;
  }
}

h2 {
  font-size: 28px;
  line-height: 36px;
  color: #2B2A2F;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 25px !important;
  }
}

.section-main {
  min-height: 100vh;
  padding: 0;
  background: url("../img/bg-header.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}

@media (max-width: 991px) {
  .section-main {
    min-height: 100%;
  }
}

.section-main .company-logo {
  position: absolute;
  left: 0;
  top: -20px;
}

@media (max-width: 991px) {
  .section-main .company-logo {
    display: none;
  }
}

.section-main .left-side {
  padding: 72px 0;
}

@media (max-width: 991px) {
  .section-main .left-side {
    padding: 50px 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .section-main .left-side {
    padding: 25px 0;
  }
}

.section-main .left-side .tagline {
  font-size: 20px;
  margin: 0 0 20px;
}

@media (max-width: 991px) {
  .section-main .left-side .tagline {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .section-main .left-side .tagline {
    font-size: 18px;
    margin: 0 0 5px;
  }
}

.section-main .left-side .main-logo {
  margin-bottom: 16px;
}

.section-main .left-side .main-logo img {
  width: 100%;
}

.section-main .left-side h2 {
  margin: 0 0 8px;
}

@media (max-width: 991px) {
  .section-main .left-side h2 {
    text-align: center;
  }
}

.section-main .left-side .main-subtitle {
  font-size: 27px;
  line-height: 30px;
  color: #2B2A2F;
  background: #ECE404;
  border-radius: 4px;
  padding: 8px;
  margin: 0 0 40px;
  display: block;
}

@media (max-width: 991px) {
  .section-main .left-side .main-subtitle {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .section-main .left-side .main-subtitle {
    font-size: 24px;
    margin: 0 0 20px;
  }
}

.section-main .left-side .main-title {
  margin: 0 0 40px;
  color: #2B2A2F;
  font-size: 22px;
  line-height: 36px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .section-main .left-side .main-title {
    margin: 0 0 15px;
    font-size: 20px;
  }
}

.section-main .left-side .main-title span {
  font-size: 22px;
  color: #E06CC7;
}

@media (max-width: 767px) {
  .section-main .main-list {
    text-align: left;
  }
}

@media (max-width: 575px) {
  .section-main .main-list {
    margin: 25px 0 25px;
  }
}

.section-main .main-list li {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 24px;
  color: #2B2A2F;
  padding: 0 0 0 24px;
  position: relative;
}

@media (max-width: 767px) {
  .section-main .main-list li {
    margin: 0 0 15px;
  }
}

.section-main .main-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../img/list-icon.svg") center no-repeat;
}

.section-main .main-list li:nth-last-child(1) {
  margin: 0;
}

.section-main .image-container {
  text-align: right;
}

.section-main .left-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding-right: 0;
}

.section-main .left-image .image-container {
  height: 100%;
}

@media (max-width: 1025px) {
  .section-main .left-image .image-container {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .section-main .left-image {
    display: none;
  }
}

.section-main .left-image img {
  height: 100%;
  width: calc(100% - 50px);
  display: block;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center left;
  object-position: center left;
}

@media (min-width: 991.02px) {
  .section-main .image-container.mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .section-main .image-container {
    display: none;
  }

  .section-main .image-container.mobile {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-main .image-container.mobile img {
    max-width: 60%;
    border-radius: 16px;
  }
}

.site-form {
  -webkit-box-shadow: 0px 8px 24px rgba(107, 127, 153, 0.12);
  box-shadow: 0px 8px 24px rgba(107, 127, 153, 0.12);
  border-radius: 8px;
  background: #fff;
  padding: 15px;
  color: #2B2A2F;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-form .title {
  font-size: 20px;
  line-height: 34px;
  margin: 0;
}

.site-form .subtitle {
  font-size: 18px;
  line-height: 17px;
  margin: 0 0 12px;
}

.site-form .price {
  color: #2B2A2F;
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 15px 0;
}

.site-form .price small {
  text-decoration: line-through;
  display: inline-block;
  margin: 0 8px 0 0;
  color: #E06CC7;
}

.site-form .btn {
  width: 100%;
  margin: 0 0 18px;
}

.form-group {
  width: 100%;
  margin: 0 0 8px;
}

.form-group .form-control {
  width: 100%;
  border: 2px solid #F5FAFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  height: 48px;
  text-align: center;
  font-size: 16px;
  color: #969696;
  line-height: 24px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

select {
  width: 100%;
  border: 2px solid #F5FAFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  height: 48px;
  text-align: center;
  font-size: 16px;
  color: #969696;
  line-height: 24px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 35px;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  min-height: 48px;
  white-space: nowrap;
}

.btn.btn-accent {
  background: #E06CC7;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.btn.btn-accent:hover {
  background: #E06CC7;
  opacity: 0.8;
}

.timer {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.timer .item-timer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.timer .item-timer div {
  font-size: 14px;
  line-height: 24px;
}

.timer .dots {
  margin: 0 2px;
}

.timer .hr:after {
  content: 'h';
}

.timer .min:after {
  content: 'm';
}

.timer .sec:after {
  content: 's';
}

.section-info {
  background: #fff;
  color: #2B2A2F;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .section-info [class*=col-]:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.section-info img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 991px) {
  .section-info img {
    margin: 24px 0;
  }
}

.section-info h2 {
  margin: 0 0 16px;
}

@media (max-width: 991px) {
  .section-info h2 {
    text-align: center;
    margin: 0 0 12px;
  }
}

.section-info .subtitle {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 24px;
}

@media (max-width: 991px) {
  .section-info .subtitle {
    text-align: center;
    margin: 0 0 12px;
  }
}

.section-info .subtitle span {
  color: #E06CC7;
}

.section-info p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 32px;
}

.section-info p:nth-last-child(1) {
  margin: 0;
}

@media (max-width: 991px) {
  .section-info p {
    text-align: center;
    margin: 0 0 12px;
  }
}

.section-info .btn {
  width: 258px;
}

@media (max-width: 991px) {
  .section-info .btn {
    margin: 0 auto;
  }
}

.section-info__black {
  background: #2B2A2F;
  color: #fff;
  padding: 115px 0;
}

@media (max-width: 991px) {
  .section-info__black {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .section-info__black {
    padding: 25px 0;
  }
}

.section-info__black h2 {
  color: #2B2A2F;
}

@media (max-width: 991px) {
  .section-info__black [class*=col-]:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.section-info .right-image {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 0;
  height: 100%;
}

.section-info .right-image img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: block;
}

@media (max-width: 991px) {
  .section-info .right-image img {
    border-radius: 16px;
  }
}

@media (max-width: 991px) {
  .section-info .right-image {
    position: static;
    padding-right: 15px;
  }
}

.section-info .left-image {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 0;
  height: 100%;
}

@media (max-width: 991px) {
  .section-info .left-image {
    position: static;
    padding-left: 15px;
  }
}

.section-info .left-image img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: block;
}

@media (max-width: 991px) {
  .section-info .left-image img {
    border-radius: 16px;
  }
}

.section-info .right-content {
  padding-left: 65px;
}

@media (max-width: 991px) {
  .section-info .right-content {
    padding: 0;
    margin: 25px 0;
  }
}

.section-info.to-left [class*=col-]:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.section-features {
  background: #E06CC7;
}

.section-features span {
  font-family: "Circe";
}

.section-features h2 {
  margin: 0 0 65px;
  color: #fff;
}

.section-features .video {
  width: 100%;
}

.section-features [class*=col-] {
  margin: 0 0 32px;
}

.section-features [class*=col-]:nth-last-child(1),
.section-features [class*=col-]:nth-last-child(2) {
  margin: 0;
}

@media (max-width: 767px) {
  .section-features [class*=col-]:nth-last-child(2) {
    margin: 0 0 32px;
  }
}

.feature {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  height: 100%;
  padding: 24px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 332px;
}

@media (max-width: 991px) {
  .feature {
    margin: 0 0 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .feature {
    padding: 15px;
  }
}

.feature-img {
  width: 180px;
  height: 160px;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 24px 0 0;
}

@media (max-width: 991px) {
  .feature-img {
    height: auto;
    margin: 0 0 12px;
    width: 100%;
    height: 150px;
  }
}

.feature-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 16px;
}

.feature-info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: calc(100% - 204px);
}

@media (max-width: 991px) {
  .feature-info {
    width: 100%;
  }
}

.feature-info__title {
  margin: 0 0 16px 0;
  color: #2B2A2F;
  font-size: 24px;
  line-height: 29px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .feature-info__title {
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 12px 0;
  }
}

.feature-info__text p {
  font-size: 16px;
  line-height: 25px;
}

@media (max-width: 767px) {
  .feature-info__text p {
    font-size: 14px;
    line-height: 24px;
  }
}

.feature-info__text span {
  color: #969696;
  margin: 25px 0 0;
  display: block;
}

.section-cards [class*=col-] .a-card {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .section-cards [class*=col-] .a-card {
    margin-bottom: 30px;
  }
}

.section-cards.second-cards {
  padding-bottom: 27px;
}

.section-cards.second-cards h2 {
  margin: 0 0 65px;
}

@media (max-width: 767px) {
  .section-cards.second-cards h2 {
    margin: 0 0 25px;
  }
}

.section-cards.second-cards .a-card {
  margin: 0 0 45px;
}

@media (max-width: 767px) {
  .section-cards.second-cards .a-card {
    margin: 0 0 25px;
  }
}

.section-cards.second-cards .a-card p {
  font-size: 24px;
  line-height: 28px;
}

@media (max-width: 767px) {
  .section-cards.second-cards .a-card p {
    font-size: 16px;
    line-height: 19px;
  }
}

.a-card {
  margin: 0 0 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.a-card img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin: 0 auto 24px;
}

.a-card p {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  width: 100%;
  margin: 0 0 8px;
}

.a-card span {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 32px;
  display: block;
}

@media (max-width: 991px) {
  .a-card span {
    text-align: center;
    margin: 0 auto;
  }
}

.section-expert .expert {
  float: right;
  text-align: center;
}

@media (max-width: 991px) {
  .section-expert .expert {
    float: none;
    margin: 0 0 40px;
  }
}

.section-expert .expert img {
  margin: 0 0 15px;
}

.section-expert .expert p {
  font-size: 20px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 10px;
}

.section-expert .expert span {
  font-size: 16px;
  line-height: 24px;
}

.section-reviews {
  background: url("../img/review-bg.png") center no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .section-reviews {
    padding-bottom: 0;
  }

  .section-reviews .carousel {
    padding-bottom: 105px;
  }
}

.section-reviews .slick-track {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-reviews .slider-item {
  max-width: 740px;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #fff;
  padding: 32px 36px 36px 36px;
}

@media (max-width: 767px) {
  .section-reviews .slider-item {
    padding: 15px 20px;
    margin: 0;
  }
}

.section-reviews .slider-item .author-img {
  width: 160px;
  height: 124px;
  border-radius: 0;
  overflow: hidden;
  margin: 0 24px 0 0;
}

@media (max-width: 767px) {
  .section-reviews .slider-item .author-img {
    margin: 0 auto 25px;
  }
}

.section-reviews .slider-item .author-img img {
  width: 150px;
  height: 121px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-reviews .slider-item .review-content {
  width: calc(100% - 200px);
}

@media (max-width: 767px) {
  .section-reviews .slider-item .review-content {
    width: 100%;
  }
}

.section-reviews .slider-item .review-content p {
  font-size: 16px;
  line-height: 24px;
}

.section-reviews .slider-item .review-content span {
  display: block;
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 30px;
}

.section-reviews .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 87;
}

@media (max-width: 991px) {
  .section-reviews .slick-arrow {
    top: auto;
    -webkit-transform: none;
    transform: none;
    bottom: 20px;
  }
}

.section-reviews .slick-arrow:hover {
  opacity: .7;
}

.section-reviews .slick-arrow.slick-prev {
  left: 65px;
}

@media (max-width: 991px) {
  .section-reviews .slick-arrow.slick-prev {
    right: calc(50% + 25px);
    left: auto;
  }
}

.section-reviews .slick-arrow.slick-next {
  right: 65px;
}

@media (max-width: 991px) {
  .section-reviews .slick-arrow.slick-next {
    left: calc(50% + 25px);
    right: auto;
  }
}

.section-table {
  background: #47CBA3;
}

.section-table h2 {
  color: #fff;
  margin: 0 0 50px;
  text-align: center;
}

.section-table .table-default {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 22px 0 18px;
}

@media (max-width: 991px) {
  .section-table .table-default {
    padding: 0;
  }
}

.section-table .table-default table {
  width: 100%;
}

.section-table .table-default table thead tr th {
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 6px;
}

.section-table .table-default table thead tr th img {
  display: block;
  margin: 0 auto;
}

.section-table .table-default table tbody tr td {
  padding: 15px 80px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid #DFDFDF;
}

@media (max-width: 991px) {
  .section-table .table-default table tbody tr td {
    padding: 10px 5px;
  }
}

.section-table .table-default table tbody tr td:nth-child(1) {
  text-align: left;
}

.section-table .table-default table tbody tr td img {
  display: block;
  margin: 0 auto;
}

.section-table .table-default table tbody tr:nth-last-child(1) td {
  border-bottom: none;
}

@media (max-width: 991px) {
  .section-table .table-default table tbody tr:nth-last-child(1) td:nth-last-child(2) {
    border-bottom: 1px solid #DFDFDF;
  }
}

.section-order h2 {
  margin: 0 0 56px;
  text-align: center;
  color: #fff;
}

.section-order img {
  display: block;
  margin: 0 auto 24px;
}

.section-order p {
  text-align: center;
  color: #fff;
}

.section-order .text-title {
  font-size: 24px;
  color: #fff;
}

.section-order {
  background-color: #2b2a2f;
}

@media (max-width: 767px) {
  .section-order [class*=col-] {
    margin-bottom: 15px;
  }
}

.modal .modal-dialog {
  max-width: 252px;
  margin: 0 auto;
}

.modal .modal-dialog .modal-content {
  border: none;
}

.modal .modal-dialog .modal-content .close {
  position: absolute;
  right: 10px;
  top: 5px;
}

.modal .modal-dialog .modal-content .site-form {
  padding: 15px 12px;
}

#s1 {
  background: #2B2A2F;
  color: #fff;
}

#s1 h2 {
  color: #fff;
}

#s1 .text-subtitle {
  color: #fff;
}

#s3 {
  background: #E06CC7;
  color: #fff;
}

#s3 h2 {
  color: #fff;
  text-transform: initial;
  margin-bottom: 40px;
}

#s4 {
  text-align: center;
  background: url("../img/s4-bg.png") center no-repeat;
  background-size: cover;
}

#s4 #section-content {
  margin: 0 auto;
}

#s4 #section-content .btn-accent {
  margin: 0 auto;
}

#s4 h2 {
  color: #fff;
  font-size: 34px;
  text-transform: initial;
  margin-bottom: 32px;
}

#s5 .text-subtitle {
  margin-bottom: 64px;
}

#s5 .a-card {
  text-align: center;
  margin-bottom: 32px;
}

#s5 .a-card img {
  width: auto;
}

#s5 .a-card span {
  font-size: 16px;
  margin: 0 auto;
}

#s6 h2 {
  font-size: 30px;
  line-height: 36px;
}

@media (max-width: 767px) {
  #s6 .list {
    text-align: left;
  }
}

@media (max-width: 575px) {
  #s6 .list {
    margin: 25px 0 25px;
  }
}

#s6 .list li {
  counter-increment: step-counter;
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 40px;
  color: #2B2A2F;
  padding: 0 0 0 64px;
  position: relative;
}

@media (max-width: 767px) {
  #s6 .list li {
    margin: 0 0 15px;
  }
}

#s6 .list li:before {
  content: counter(step-counter);
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 40px;
  background: url("../img/list-icon-num.svg") center no-repeat;
}

#s6 .list li:nth-last-child(1) {
  margin: 0;
}

#s7 {
  color: #fff;
  background: url("../img/s7-bg.png") center no-repeat;
  background-size: cover;
}

#s7 h2 {
  color: #fff;
  margin-bottom: 40px;
}

#s7 .a-card {
  text-align: center;
}

#s7 .a-card span {
  font-size: 18px;
  margin: 0 auto;
}

#s7 .a-card img {
  width: auto;
}

#s8 h2 {
  margin-bottom: 40px;
}

#s9 .text-label {
  background: #2B2A2F;
  margin-bottom: 16px;
}

#s10 {
  color: #fff;
  background: url("../img/s10-bg.jpg") center no-repeat;
  background-size: cover;
}

#s10 h2 {
  color: #fff;
  margin-bottom: 24px;
}

#s10 .subtitle {
  font-size: 20px;
  margin: 16px 0;
}

#s12 {
  background: url("../img/s12-bg.svg") center no-repeat;
  background-size: cover;
  color: #fff;
}

#s12 h2 {
  color: #fff;
  margin-bottom: 64px;
}

#s12 h2 .text-regular {
  color: #fff;
}

#s12 .a-card {
  margin-bottom: 32px;
}

#s12 .a-card img {
  width: auto;
}

#s12 .a-card span {
  margin: 0 auto;
  font-size: 20px;
}

#s13 {
  background: #fff;
}

#s13 h2 {
  margin-bottom: 64px;
}

.logo {
  margin-bottom: 30px;
}

.logo__media {
  display: flex;
  align-items: center;
}

.logo__media img {
  flex: 0 0 auto;
}

.logo__info {
  color: #000;
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}

.logo__info span:nth-child(1) {
  font-size: 12px;
  text-transform: uppercase;
  color: #e06cc7;
  font-weight: 700;
}

.logo__info span:nth-child(2) {
  font-size: 24px;
  text-transform: uppercase;
  color: #e06cc7;
  font-weight: 700;
}

.logo__info span:nth-child(3) {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}

.fast {
  display: flex;
  justify-content: flex-end;
}

.fast__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.productBtn {
  color: #fff;
  background-color: #e06cc7;
  border-radius: 5px;
  padding: 5px 45px 5px 10px;
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
  border-radius: 0 25px;
}

/** END CONTENT **/
/*# sourceMappingURL=app.css.map */
.section-info-media .left-image img:last-child,
.section-info-media .right-image img:first-child {
  display: none;
}

.section-info-media .left-image img:first-child {
  width: auto;
}

@media (max-width: 991px) {
  .section-info-media .left-image img:first-child,
  .section-info-media .right-image img:first-child {
    display: none;
  }

  .dsf {
    margin-bottom: 30px;
  }

  .section-info-media .left-image img:last-child,
  .section-info-media .right-image img:last-child {
    display: block;
  }
}