@charset "UTF-8";
@font-face {
  font-family: Muli-Regular;
  src: url(../fonts/Muli.ttf); }
@font-face {
  font-family: Muli-ExtraLight;
  src: url(../fonts/Muli-ExtraLight.ttf); }
@font-face {
  font-family: Muli-Light;
  src: url(../fonts/Muli-Light.ttf); }
@font-face {
  font-family: Muli-Bold;
  src: url(../fonts/Muli-Bold.ttf); }
body {
  background-color: #fff;
  overflow-x: hidden; }

h1, h2, h3, p {
  margin: 0; }

.btn-order {
  width: 180px;
  height: 38px;
  border-radius: 25px;
  text-transform: uppercase;
  font-family: Muli-Regular !important;
  transition: all 0.3s ease; }
  .btn-order--green {
    padding-top: 5px !important;
    background-color: #3fdbb1;
    box-shadow: 0 0 5px #3fdbb1;
    font-size: 16px;
    color: #fff !important; }
    .btn-order--green:hover, .btn-order--green:focus, .btn-order--green:active {
      background-color: #3fdbb1 !important;
      box-shadow: 0 0 15px #3fdbb1; }
  .btn-order--purple {
    padding-top: 5px !important;
    background-color: #7554c7;
    box-shadow: 0 0 5px #7554c7;
    font-size: 16px;
    color: #fff !important; }
    .btn-order--purple:hover, .btn-order--purple:focus, .btn-order--purple:active {
      background-color: #7554c7 !important;
      box-shadow: 0 0 15px #7554c7; }
  .btn-order--white {
    padding-top: 8px !important;
    background-color: #fff;
    box-shadow: 0 0 5px #7554c7;
    font-size: 14px;
    color: #7554c7 !important; }
    .btn-order--white:hover, .btn-order--white:focus, .btn-order--white:active {
      background-color: #8b6ecf !important;
      box-shadow: none;
      color: #fff !important; }

.section-title {
  margin-bottom: 55px;
  text-align: center;
  font-size: 30px;
  font-family: Muli-Light;
  color: #5b5b5b; }
@media(max-width: 768px) {
  .section-title {
    margin-bottom: 20px; } }
.bg-triangle--left {
  position: absolute;
  width: 371px;
  height: 430px;
  background: url(../img/bg-triangle-left.png) no-repeat;
  left: -15px;
  -webkit-background-size: 371px 430px;
  background-size: 371px 430px; }
.bg-triangle--right {
  position: absolute;
  width: 399px;
  height: 462px;
  right: -15px;
  background: url(../img/bg-triangle-right.png) no-repeat;
  -webkit-background-size: 399px 462px;
  background-size: 399px 462px; }

.navbar-default {
  height: 70px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
@media(max-width: 768px) {
  .navbar-default .navbar-toggle {
    margin-top: 18px !important;
    border: none !important; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
      background-color: #fff; }
    .navbar-default .navbar-toggle span.icon-bar {
      transition: all 0.15s; }
    .navbar-default .navbar-toggle span:nth-child(2) {
      transform: rotate(45deg);
      transform-origin: 10% 10%; }
    .navbar-default .navbar-toggle span:nth-child(3) {
      opacity: 0; }
    .navbar-default .navbar-toggle span:nth-child(4) {
      transform: rotate(-45deg);
      transform-origin: 10% 90%; }
  .navbar-default .navbar-toggle.collapsed span:nth-child(2),
  .navbar-default .navbar-toggle.collapsed span:nth-child(4) {
    transform: rotate(0); }
  .navbar-default .navbar-toggle.collapsed span:nth-child(3) {
    opacity: 1; }
  .navbar-default .navbar-collapse {
    background-color: #fff;
    border-color: transparent;
    padding-bottom: 15px; } }
  .navbar-default .navbar-nav > li > a {
    padding: 0;
    font-size: 16px;
    font-family: Muli-ExtraLight;
    color: #797979; }
  .navbar-default .navbar-left {
    margin: 23px 0 0 70px; }
@media(max-width: 1023px) {
  .navbar-default .navbar-left {
    margin-left: 10px; } }
@media(max-width: 768px) {
  .navbar-default .navbar-left {
    margin: 0; } }
    .navbar-default .navbar-left > li {
      margin-right: 65px; }
@media(max-width: 1365px) {
  .navbar-default .navbar-left > li {
    margin-right: 35px; } }
@media(max-width: 1023px) {
  .navbar-default .navbar-left > li {
    margin-right: 10px; } }
@media(max-width: 768px) {
  .navbar-default .navbar-left > li {
    margin-bottom: 10px;
    text-align: center; } }
  .navbar-default .navbar-right {
    margin: 15px 0 0 0; }
    .navbar-default .navbar-right .signin {
      margin: 8px 25px 0 0; }
    @media (max-width: 1023px) {
      .navbar-default .navbar-right .btn-order {
        width: 140px; } }
    @media (max-width: 768px) {
      .navbar-default .navbar-right .btn-order {
        margin: 0 auto; } }

.banner {
  min-height: 700px;
  background: url(../img/bg-header.png) transparent no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
  .banner .banner__headers {
    margin-top: 275px;
    text-align: center;
    color: #fff; }
@media(max-width: 480px) {
  .banner .banner__headers {
    margin-top: 175px; } }
    .banner .banner__headers h1 {
      font-size: 50px;
      font-family: Muli-Bold;
      line-height: 50px; }
@media(max-width: 1023px) {
  .banner .banner__headers h1 {
    font-size: 48px; } }
@media(max-width: 480px) {
  .banner .banner__headers h1 {
    font-size: 32px; } }
    .banner .banner__headers .subtitle {
      margin-top: 15px;
      font-size: 34px;
      font-family: Muli-ExtraLight;
      line-height: 34px; }
@media(max-width: 1023px) {
  .banner .banner__headers .subtitle {
    font-size: 30px; } }
@media(max-width: 480px) {
  .banner .banner__headers .subtitle {
    font-size: 20px; } }
.calc-form-wrapper {
  margin: -125px auto 0;
  padding: 30px 45px;
  background-color: #fff;
  min-height: 190px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
@media(max-width: 1023px) {
  .calc-form-wrapper {
    margin-top: -200px; } }
@media(max-width: 480px) {
  .calc-form-wrapper {
    padding: 30px 15px; } }
  .calc-form-wrapper .calc-form__title {
    text-align: center;
    font-size: 20px;
    font-family: Muli-Regular;
    color: #333; }
  .flex-wrapper {
      display: flex; }
  @media(max-width: 1023px) {
      .flex-wrapper {
        flex-direction: column;}
  }
  .calc-form-wrapper .calc-form__item {
      width: 20%;
      padding: 0 15px;
      margin-top: 30px; }
@media(max-width: 1023px) {
  .calc-form-wrapper .calc-form__item {
    width: 100%;
    margin-top: 10px; } }
    .calc-form-wrapper .calc-form__item .calc-form__label {
      margin: 0 0 5px 20px;
      font-size: 12px;
      font-weight: 300;
      font-family: Muli-ExtraLight;
      color: #737373; }
    .calc-form-wrapper .calc-form__item .form-control {
      height: 40px;
      border-color: #e1e1e1;
      font-family: Muli-Regular;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-image: url(../img/arrow-down.png);
      background-repeat: no-repeat;
      -webkit-background-size: 8px 6px;
      background-size: 8px 6px;
      background-position: calc(100% - 20px) center; }
  .calc-form-wrapper .calc-form__price-wrapper {
    margin-top: 0 !important;  
    text-align: center; }
  .calc-bottom-blocks .form-control {
      margin-top: -1px;
      background: none !important; }
    .calc-form-wrapper .calc-form__price-wrapper .calc-form__price {
      margin-bottom: 10px;
      font-size: 16px;
      font-family: Muli-ExtraLight;
      color: #333; }
      .calc-form-wrapper .calc-form__price-wrapper .calc-form__price span {
        font-size: 30px;
        font-family: Muli-Regular; }
      .calc-form-wrapper .calc-form__price-wrapper .calc-form__price sup {
        top: -10px;
        font-size: 15px;
        font-family: Muli-Light; }
    .calc-form-wrapper .calc-form__price-wrapper .btn-order {
      width: 200px; }

.gdpr-banner {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9999999999;
  background-color: #23193c; }
  .gdpr-banner .gdpr-banner__wrapper {
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
@media(max-width: 768px) {
  .gdpr-banner .gdpr-banner__wrapper {
    height: auto;
    padding: 5px 0; }
    .gdpr-banner .gdpr-banner__wrapper .gdpr-banner__img {
      display: none; } }
  .gdpr-banner .gdpr-banner__text {
    margin-left: 15px;
    font-family: Muli-Light;
    color: #fff; }
@media(max-width: 1365px) {
  .gdpr-banner .gdpr-banner__text {
    margin-right: 10px; } }
@media(max-width: 480px) {
  .gdpr-banner .gdpr-banner__text {
    font-size: 12px;
    margin-left: 0; } }
    .gdpr-banner .gdpr-banner__text a {
      color: #3fdbb1; }
  .gdpr-banner .btn-order--purple {
    width: 120px;
    height: 32px;
    font-size: 13px; }
@media(max-width: 480px) {
  .gdpr-banner .btn-order--purple {
    width: 80px; } }
.preferences {
  margin-top: 70px; }
  .preferences hr {
    margin-top: 60px;
    background-color: #e9e9e9; }
@media(max-width: 768px) {
  .preferences hr {
    margin-top: 10px; } }
  .preferences .preference__item {
    text-align: center;
    border-right: 1px dashed #b2b2b2; }
@media(max-width: 1023px) {
  .preferences .preference__item {
    margin-bottom: 40px; } }
  .preferences .col-lg-3:last-child .preference__item {
    border-right: none; }
@media(max-width: 1023px) {
  .preferences .col-lg-3:nth-child(even) .preference__item {
    border-right: none; } }
  .preferences .preference__img {
    margin-bottom: 20px; }
  .preferences .preference__dscr {
    font-size: 16px;
    font-family: Muli-ExtraLight;
    color: #696969; }

.services {
  margin-top: 35px; }
  .services .service__item {
    margin-bottom: 40px;
    padding: 30px 0 25px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 2px 7px rgba(117, 84, 199, 0.2); }
    .services .service__item:hover {
      background-color: #7554c7; }
      .services .service__item:hover .service__title,
      .services .service__item:hover .service__dscr {
        color: #fff; }
    .services .service__item .service__img-wrapper {
      width: 52px;
      height: 52px;
      margin: 0 auto 15px;
      padding-top: 15px;
      background-color: #f9f7ff;
      border-radius: 50%; }
    .services .service__item .service__title {
      font-size: 18px;
      font-family: Muli-Light;
      color: #333; }
    .services .service__item .service__dscr {
      margin: 15px 0;
      font-size: 13px;
      font-family: Muli-ExtraLight;
      color: #737373; }

.prices {
  margin-top: 30px; }
  .prices .price__item {
    margin-bottom: 30px;
    padding: 30px 0 25px;
    border-radius: 5px;
    box-shadow: 0 2px 7px rgba(117, 84, 199, 0.2);
    text-align: center; }
@media(max-width: 1023px) {
  .prices .price__item .price__title-wrapper {
    min-height: 58px; } }
@media(max-width: 768px) {
  .prices .price__item .price__title-wrapper {
    min-height: 1px; } }
    .prices .price__item .price__img {
      margin-bottom: 15px; }
    .prices .price__item .price__title {
      font-size: 20px;
      font-family: Muli-Light;
      color: #333; }
    .prices .price__item .price__divider {
      width: 18px;
      height: 2px;
      margin: 7px auto 15px;
      background-color: #3fdbb1; }
    .prices .price__item .price__value {
      font-size: 16px;
      font-family: Muli-ExtraLight;
      color: #999; }
      .prices .price__item .price__value span {
        font-size: 20px;
        font-family: Muli-Light;
        color: #7554c7; }

.middle-banner {
  margin-top: 50px;
  min-height: 240px;
  background: url(../img/bg-middle.png) transparent;
  -webkit-background-size: cover;
  background-size: cover; }
  .middle-banner .middle-banner__content {
    text-align: center; }
  .middle-banner .middle-banner__text {
    margin-top: 75px;
    font-size: 25px;
    font-family: Muli-Light;
    color: #fff; }
  .middle-banner .middle-banner__btn {
    margin-top: 25px; }

.testimonials {
  margin-top: 90px; }
  .testimonials .testimonials__bg {
    position: relative; }
    .testimonials .testimonials__bg .bg-triangle--left {
      top: -30px; }
    .testimonials .testimonials__bg .bg-triangle--right {
      bottom: -130px; }
  .testimonials .testimonials__content {
    margin-top: 120px; }
@media(max-width: 768px) {
  .testimonials .testimonials__content {
    margin-top: 60px; } }
    .testimonials .testimonials__content--left {
      padding-right: 35px; }
@media(max-width: 1023px) {
  .testimonials .testimonials__content--left {
    padding-right: 0; } }
    .testimonials .testimonials__content--right {
      padding-left: 35px; }
@media(max-width: 1023px) {
  .testimonials .testimonials__content--right {
    padding-left: 0; } }
    .testimonials .testimonials__content .testimonials__text {
      margin-bottom: 35px;
      text-align: justify;
      font-family: Muli-ExtraLight;
      color: #737373; }
@media(max-width: 768px) {
  .testimonials .testimonials__content .testimonials__text {
    margin-bottom: 15px; } }
.carousel-wrapper .owl-item {
  padding: 35px 5px 5px; }
.carousel-wrapper .item {
  position: relative;
  min-height: 260px;
  padding: 0 30px;
  box-shadow: 0 2px 7px rgba(117, 84, 199, 0.2);
  border-radius: 5px; }
@media(max-width: 768px) {
  .carousel-wrapper .item {
    min-height: 1px; } }
.carousel-wrapper .owl-carousel__img {
  position: absolute;
  width: 85px;
  height: 85px;
  top: -40px;
  left: 25px; }
.carousel-wrapper .owl-carousel__stars {
  position: absolute;
  top: 20px;
  right: 30px; }
  .carousel-wrapper .owl-carousel__stars i {
    color: #dbbf3f; }
.carousel-wrapper .owl-carousel__name {
  padding-top: 60px;
  font-size: 16px;
  font-family: Muli-Regular; }
.carousel-wrapper .owl-carousel__dscr {
  font-size: 13px;
  font-family: Muli-ExtraLight; }
  .carousel-wrapper .owl-carousel__dscr p {
    margin-top: 15px;
    text-align: justify; }
.carousel-wrapper .owl-carousel__divider {
  height: 5px;
  width: 122px;
  margin: 30px auto 0;
  border-radius: 7px 7px 0 0; }
  .carousel-wrapper .owl-carousel__divider--green {
    background-color: #45dcb3; }
  .carousel-wrapper .owl-carousel__divider--purple {
    background-color: #7959c9; }
.carousel-wrapper .owl-nav button {
  width: 37px;
  height: 37px;
  position: absolute;
  top: calc(50% - 19px); }
@media(max-width: 1023px) {
  .carousel-wrapper .owl-nav button {
    top: auto;
    bottom: -35px; } }
  .carousel-wrapper .owl-nav button span {
    display: none; }
.carousel-wrapper .owl-prev {
  background-image: url(../img/arrow-left.png) !important;
  left: -75px; }
@media(max-width: 1023px) {
  .carousel-wrapper .owl-prev {
    left: calc(50% - 45px); } }
.carousel-wrapper .owl-next {
  background-image: url(../img/arrow-right.png) !important;
  right: -75px; }
@media(max-width: 1023px) {
  .carousel-wrapper .owl-next {
    right: calc(50% - 45px); } }
.blog-posts {
  margin-top: 60px;
  text-align: justify;
  margin-bottom: 80px; }
  .blog-posts > .container {
    position: relative; }
  .blog-posts .show-posts {
    position: absolute;
    top: 50px;
    right: 20px;
    font-family: Muli-Light;
    font-size: 16px;
    color: #3fdbb1;
    cursor: pointer; }
@media(max-width: 768px) {
  .blog-posts .show-posts {
    top: auto;
    bottom: -40px;
    right: calc(50% - 25px); } }
  .blog-posts .post-wrapper {
    padding: 0 8px; }
@media(max-width: 768px) {
  .blog-posts .post-wrapper {
    width: 360px;
    max-width: 100%;
    margin: 0 auto 30px; }
    .blog-posts .post-wrapper .post-wrapper__btn {
      text-align: center; } }
  .blog-posts .post-wrapper__img {
    max-width: 100%;
    margin-bottom: 20px;
    min-height: 175px;
    max-height: 200px;}
    .blog-posts .post-wrapper__img img {
      width: 100%;
      min-height: 140px;
    }
  .blog-posts .post-wrapper__title {
    font-family: Muli-Regular;
    margin-bottom: 15px;
    color: #5b5b5b; }
  .blog-posts .post-wrapper__dscr {
    font-family: Muli-Light;
    margin-bottom: 15px;
    color: #737373;
    line-height: 2; }
.inner-page .post-wrapper {
  margin-bottom: 40px;
}

.cta-banner {
  background: url(../img/bg-cta.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
  .cta-banner .cta-banner__wrapper {
    min-height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .cta-banner .cta-banner__wrapper .cta-banner__title {
      margin-bottom: 25px;
      font-family: Muli-Light;
      font-size: 25px;
      color: #fff; }
@media(max-width: 768px) {
  .cta-banner .cta-banner__wrapper .cta-banner__title {
    text-align: center; } }
.inner-page {
  margin-top: 70px;
  padding: 50px 0 90px; }
  .inner-page .inner-page__title {
    font-family: Muli-Light;
    font-size: 24px;
    color: #7554c7; }
@media(max-width: 768px) {
  .inner-page .inner-page__title {
    text-align: center; } }
.faq-section {
  margin-top: 45px; }
  .faq-section .faq-item {
    margin-bottom: 25px;
    box-shadow: 0 2px 2px rgba(117, 84, 199, 0.2);
    border: 1px solid #e2efef;
    border-radius: 5px; }
  .faq-section .faq-section__accordion {
    background-color: #fff;
    cursor: pointer;
    padding: 13px 50px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin: 0 auto;
    transition: all 0.5s ease; }
@media(max-width: 768px) {
  .faq-section .faq-section__accordion {
    padding: 13px 10px; } }
    .faq-section .faq-section__accordion p {
      margin: 0;
      font-family: Muli-ExtraLight;
      font-size: 18px;
      color: #4a6261; }
      .faq-section .faq-section__accordion p:after {
        float: right;
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #4a6261;
        font-size: 20px;
        color: #3fdbb1; }
  .faq-section .faq-section__panel {
    margin: 0 auto;
    padding: 0 50px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    width: 100%;
    transition: all 0.5s ease; }
    .faq-section .faq-section__panel p {
      margin: 20px 0 30px;
      text-align: justify;
      font-family: Muli-ExtraLight;
      color: #737373; }
      .faq-section .faq-section__panel p a {
        color: #71e2c1;
        text-decoration: none; }
        .faq-section .faq-section__panel p a:hover {
          text-decoration: underline; }
  .faq-section .faq-section__accordion.active {
    background-color: #fff;
    width: 100%; }
    .faq-section .faq-section__accordion.active p {
      color: #7554c7; }
      .faq-section .faq-section__accordion.active p:after {
        content: ""; }
  .faq-section .faq-section__accordion.active + .faq-section__panel {
    width: 100%; }

.footer {
  background: url(../img/bg-footer.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
  .footer .footer-wrapper {
    display: flex;
    justify-content: space-between;
    min-height: 160px;
    align-items: center; }
@media(max-width: 768px) {
  .footer .footer-wrapper {
    flex-direction: column; }
    .footer .footer-wrapper > div {
      margin-top: 20px; }
    .footer .footer-wrapper .footer__images {
      margin-bottom: 20px; } }
  .footer .footer__list ul {
    display: flex;
    flex-wrap: wrap;
    width: 600px;
    max-width: 100%;
    list-style-type: none;
    padding-left: 0;
    margin: 0; }
  .footer .footer__list li {
    display: inline-block;
    line-height: 1;
    width: 50%;
    margin-bottom: 10px;
    padding-left: 50px;
  }
@media(max-width: 1365px) {
  .footer .footer__list ul {
    width: 400px; } }
@media(max-width: 1023px) {
  .footer .footer__list li {
    display: block;
    margin-bottom: 10px; }
    .footer .footer__list li:last-child {
      margin-bottom: 0; } 
}
@media(max-width: 480px) {
    .footer .footer__list li {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
}
    .footer .footer__list li:last-child {
      margin-right: 0; }
  .footer .footer__list a {
    font-size: 16px;
    font-family: Muli-ExtraLight;
    color: #fff !important; }
  .footer .footer__images img:last-child {
    margin-left: 40px; }
@media(max-width: 1023px) {
    .footer .footer__images {
        text-align: center;
    }
    .footer .footer__images img:last-child {
        margin-top: 15px;
        margin-left: 0;
    }
}
@media(max-width: 767px) {
    .footer .footer__images img:last-child {
        margin-top: 0;
        margin-left: 20px;
    }
}
@media(max-width: 480px) {
  .footer .footer__images {
    text-align: center; }
    .footer .footer__images img:last-child {
      display: block;
      margin-top: 15px;
      margin-left: 0; } }
.hiw-section {
  margin-top: 90px; }
  .hiw-section .hiw__item {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px; }
@media(max-width: 768px) {
  .hiw-section .hiw__item {
    justify-content: center;
    flex-wrap: wrap; } }
    .hiw-section .hiw__item:last-child {
      margin-bottom: 0; }
      .hiw-section .hiw__item:last-child:before {
        display: none; }
    .hiw-section .hiw__item:before {
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      position: absolute;
      left: 0;
      bottom: -15px;
      font-size: 30px;
      color: #e3e3e3; }
@media(max-width: 768px) {
  .hiw-section .hiw__item:before {
    bottom: -50px; } }
    .hiw-section .hiw__item .hiw__number {
      margin-right: 25px;
      font-family: Muli-Bold;
      font-size: 45px;
      color: #e8dffd;
      line-height: 0.7; }
    .hiw-section .hiw__item .hiw__img {
      margin-right: 35px; }
    .hiw-section .hiw__item .hiw__title {
      font-family: Muli-Light;
      font-size: 20px;
      color: #3b3b3b;
      margin-bottom: 10px; }
@media(max-width: 768px) {
  .hiw-section .hiw__item .hiw__title {
    text-align: center; } }
    .hiw-section .hiw__item .hiw__dscr {
      text-align: justify;
      font-family: Muli-ExtraLight;
      color: #797979; }

.post-page {
  margin-top: 70px;
  padding: 70px 0 0; }
@media(max-width: 768px) {
  .post-page {
    padding: 20px 0 0; } }
  .post-page .attachment-full,
  .post-page .post__picture {
    width: 100%;
    height: auto; }
  .post-page .post-wrapper-blog {
    display: flex;
    justify-content: space-between;
    margin-top: 30px; }
@media(max-width: 768px) {
  .post-page .post-wrapper-blog {
    flex-direction: column-reverse; } }
  .post-page .post__title {
    font-family: Muli-Regular;
    font-size: 24px;
    color: #7554c7; }
@media(max-width: 768px) {
  .post-page .post__title {
    font-size: 18px; } }
  .post-page .post__content {
    margin-top: 60px; }
@media(max-width: 768px) {
  .post-page .post__content {
    margin-top: 30px; } }
    .post-page .post__content p {
      margin-bottom: 30px;
      font-family: Muli-ExtraLight;
      text-align: justify;
      color: #737373; }
@media(max-width: 768px) {
  .post-page .post__content p {
    margin-bottom: 15px; } }
  .post-page .post__socials {
    display: flex; }
@media(max-width: 768px) {
  .post-page .post__socials {
    margin-bottom: 15px; } }
  .post-page .social__item {
    display: inline-block;
    margin-left: 10px;
    width: 36px;
    height: 36px; }
    .post-page .social__item--facebook {
      background: url(../img/social-icons.png) no-repeat 0 0; }
    .post-page .social__item--linkedin {
      background: url(../img/social-icons.png) no-repeat -46px 0; }
    .post-page .social__item--twitter {
      background: url(../img/social-icons.png) no-repeat -92px 0; }
    .post-page .social__item--google {
      background: url(../img/social-icons.png) no-repeat -138px 0; }
    .post-page .social__item--pinterest {
      background: url(../img/social-icons.png) no-repeat -184px 0; }
    .post-page .social__item--tumblr {
      background: url(../img/social-icons.png) no-repeat -230px 0; }

.writer-section {
  margin: 110px auto; }
@media(max-width: 768px) {
  .writer-section {
    margin: 30px auto; } }
  .writer-section .carousel-wrapper .item {
    min-height: 296px;
    padding: 15px 20px 0; }
@media(max-width: 768px) {
  .writer-section .carousel-wrapper .item {
    min-height: 1px; } }
  .writer-section .writer-carousel__wrapper {
    display: flex;
    border-bottom: 1px solid #e6e6e6; }
  .writer-section .writer-carousel__pic img {
    width: auto !important; }
  .writer-section .writer-carousel__info {
    margin-left: 15px; }
  .writer-section .writer-carousel__name {
    margin-top: 15px;
    font-family: Muli-Light;
    font-size: 16px;
    color: #5b5b5b; }
  .writer-section .writer-carousel__rate .fa-star {
    color: #dbbf3f; }
  .writer-section .writer-carousel__wrapper--stats {
    justify-content: space-between; }
  .writer-section .writer-carousel__stats {
    display: flex;
    align-items: center;
    padding: 25px 0;
    font-family: Muli-Light; }
  .writer-section .writer-carousel__number {
    font-size: 20px;
    color: #3fdbb1;
    margin-right: 10px; }
  .writer-section .writer-carousel__dscr {
    font-size: 15px;
    color: #808080; }
  .writer-section .writer-carousel__btn {
    margin-top: 30px;
    text-align: center; }
    .writer-section .writer-carousel__btn .btn-order--white {
      width: 140px; }

.info-section {
  margin-top: 50px;
  font-family: Muli-ExtraLight;
  text-align: justify; }
  .info-section p {
    margin-bottom: 40px;
    color: #737373; }
  .info-section h5 {
    margin-bottom: 40px;
    font-size: 20px;
    color: #7554c7; }
  .info-section ul {
    margin-bottom: 40px;
    list-style-type: none; }
    .info-section ul li::before {
      content: "►";
      margin-right: 8px;
      color: #7554c7; }
    .info-section a {
        text-decoration: underline;
    }
    .info-section a:hover {
        text-decoration: none;
    }
.prices_iframe {
  max-width: 100%;
  width: 100%;
}

.error-page {
  padding: 20vh 0;
  text-align: center;
  color: #7554c7;
  font-style: italic;
}

.error-page .error-page__number {
  font-size: 120px;
}

.error-page .error-page__text {
  font-size: 30px;
}

@media(max-width: 420px) {
    .table-bordered > thead > tr > th, 
    .table-bordered > tbody > tr > th, 
    .table-bordered > tfoot > tr > th, 
    .table-bordered > thead > tr > td, 
    .table-bordered > tbody > tr > td, 
    .table-bordered > tfoot > tr > td {
        word-break: break-all;
    }
}
/*# sourceMappingURL=style.css.map */
