.timeschedule__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 19px;
  border-bottom: 1px dashed #dbdbdb;
  margin-bottom: 9px;
}

.timeschedule__header-text {
  font-size: 14px;
  font-weight: 400;
}

.timeschedule__header-text span {
  font-weight: 700;
}

.timeschedule__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #dbdbdb;
  padding-bottom: 9px;
  margin-bottom: 9px;
  position: relative;
}

.timeschedule__item-day {
  font-size: 14px;
  font-weight: 400;
}

.timeschedule__item-time {
  font-size: 14px;
  font-weight: 700;
}

.timeschedule__item-weekend {
  font-size: 14px;
  font-weight: 700;
  color: #d06f66;
}

.timeschedule__item-status {
  position: absolute;
  left: -10px;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #d06f66;
}

.dropdown-scroll {
  height: 80vh;
  overflow-y: scroll;
}

.how-it-works .info-top {
  margin-bottom: 40px !important;
}

.how-it-works .superheader {
  font-size: 42px;
  margin-bottom: 25px;
  font-family: SFproRegular;
}

.how-it-works .text-about {
  font-size: 14px;
  line-height: 20px;
  font-family: SFproRegular;
  margin-bottom: 25px;
}

.how-it-works .how-much {
  font-size: 24px;
  font-family: SFproRegular;
  line-height: 20px;
}

.how-it-works .tariff-row {
  display: flex;
  flex-direction: row;
  margin: 0 -12px 25px;
}

.how-it-works .tariff-row-item {
  padding: 0 12px;
}

.how-it-works .tariff-row-item .block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: 23px 10px;
  width: 125px;
  height: 100%;
  min-height: 125px;
}

.how-it-works .tariff-row-item .block .time {
  display: block;
  margin-bottom: 12px;
  color: #88a4b9;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  font-family: SFproBold;
}

.how-it-works .tariff-row-item .block .price {
  display: block;
  margin-bottom: 6px;
  color: #000;
  font-size: 24px;
  text-align: center;
  font-family: SFproBold;
}

.how-it-works .tariff-row-item .block .desc {
  color: #8e8e8e;
  font-size: 12px;
  text-align: center;
  font-family: SFproRegular;
}

.how-it-works .feature-row {
  display: flex;
  flex-direction: column;
  margin: 5px;
}

.how-it-works .feature-row-item {
  margin-bottom: 20px;
  font-size: 14px;
  font-family: SFproRegular;
  line-height: 16px;
}

.how-it-works .card-button-text {
  font-size: 14px;
  font-family: SFproRegular;
}

.how-it-works .subscribe-block {
  flex: none;
  width: 305px;
  max-width: unset;
}

.how-it-works .subscribe-block .white-box {
  padding: 20px 0 25px !important;
}

.how-it-works .subscribe-block .white-box .title-subscribe {
  font-size: 16px;
  font-family: SFproLight;
  margin-bottom: 15px;
  display: block;
}

.how-it-works .subscribe-block .white-box .desc-subscribe {
  font-size: 12px;
  font-family: SFproRegular;
  margin-bottom: 19px;
}

.how-it-works .btn {
  margin: 0 1px;
}

.how-it-works .subscribe-block .white-box .desc-subscribe span {
  font-weight: 600;
}

.how-it-works .subscribe-block .white-box #subscribe{
  padding: 0 37px;
}

.how-it-works .subscribe-block .white-box #subscribe .input-group {
  margin-bottom: 15px;
}

.how-it-works .subscribe-block .white-box #subscribe input {
  padding: 8px 18px 8px 18px;
}

.how-it-works .subscribe-block .white-box #subscribe button {
  margin: 0;
  padding: 7px 23px;
}

.how-it-works .social-block {
  flex: none;
  width: 305px;
  max-width: unset;
}

.how-it-works .social-block .white-box {
  padding: 20px 0 31px !important;
}

.how-it-works .social-block .white-box .title-social {
  font-size: 16px;
  font-family: SFproLight;
  margin-bottom: 15px;
  display: block;
}

.how-it-works .social-block .white-box .desc-social {
  font-size: 12px;
  font-family: SFproRegular;
  margin: 0 18px 12px 18px;
}

.how-it-works .social-link {
  margin-bottom: 10px;
}

.how-it-works .social-link i {
  padding: 13px 11px !important;
  width: 50px;
  height: 50px;
}

.description-page p {
  white-space: pre-line;
  margin-bottom: 10px;
  line-height: 18px;
}

.description-page img {
  max-width: 50%;
}

@media (max-width: 768px) {
  .how-it-works .superheader {
    font-size: 40px;
    margin-bottom: 18px;
  }

  .how-it-works .info-top {
    margin-bottom: 30px !important;
  }

  .image-gallery {
    height: 200px;
    max-height: 200px;
  }

  .section-info {
    padding: 35px 0 30px 0 !important;
  }

  .how-it-works .subscribe-block {
    flex: 0 0 50%;
    max-width: 50%;
    width: auto;
    min-height: unset;
    max-height: unset;
  }

  .how-it-works .subscribe-block .white-box {
    height: 100%;
    margin-bottom: 0;
  }

  .how-it-works .social-block {
    flex: 0 0 50%;
    max-width: 50%;
    width: auto;
    min-height: unset;
    max-height: unset;
  }

  .how-it-works .social-block .white-box  {
    height: 100%;
    margin-bottom: 0;
  }

  .how-it-works .tariff-row-item .block {
    padding: 15px;
    width: 110px;
    height: 100%;
  }

  .how-it-works .tariff-row-item .block .time {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .how-it-works .tariff-row-item .block .price {
    font-size: 20px;
  }

  .how-it-works .tariff-row-item .block .desc {
    font-size: 11px;
  }

  .how-it-works .feature-row-item {
    margin-bottom: 10px;
    line-height: 20px;
  }

  .how-it-works .text-about {
    width: 70%;
  }
}

@media (max-width: 500px) {
  .description-page img {
    max-width: 100%;
  }

  .section-info {
    padding: 25px 0 20px 0 !important;
  }

  .how-it-works .superheader {
    font-size: 35px;
    margin-bottom: 15px;
  }

  .how-it-works .text-about {
    width: 70% !important;
  }

  .how-it-works .subscribe-block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .how-it-works .social-block {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .how-it-works .btn-transparent {
    padding: 16px 18px !important;
  }

  .how-it-works .social-block .white-box {
    padding: 20px 0 30px !important;
  }

  .how-it-works .card-button-text {
    font-size: 12px;
  }
}

@media (max-width: 370px) {
  .how-it-works .btn-white {
    min-width: 120px;
    padding: 16px 13px !important;
  }
  .how-it-works .btn-transparent {
    padding: 16px 10px !important;
  }
  .how-it-works .card-button-text {
    font-size: 12px;
  }
}

.order-inputs {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}

.order-inputs .left {
  margin-right: 20px;
  margin-bottom: 20px;
}

.order-inputs .right {
  margin-bottom: 20px;
}

/*New main page*/

.main__banners {
  margin-bottom: 43px;
}

.main__banners .owl-stage-outer {
  z-index: -1;
}

.main__banners .owl-nav {
  display: none;
}

.main__banners .owl-dots {
  margin-top: -35px;
}

.main__banners .owl-dots button {
  outline: 0;
}

.main__banners .owl-dots button span {
  display: none !important;
}

.main__banners .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  border: 1px solid #FFF;
  border-radius: 100%;
  margin: 0 4px;
}

.main__banners .owl-dots .owl-dot.active {
  background: #179B93;
}

.main__content {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  justify-content: center;
}

.main__content-left {
  width: 385px;
  padding: 0 45px;
}

.main__content-right {
  width: 832px;
  padding: 0 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main__content-left .title {
  font-family: SFproSemibold, sans-serif;
  font-size: 28px;
  line-height: 33px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.main__content-left .groups {
  display: flex;
  flex-direction: column;
  margin-bottom: 97px;
}

.main__content-left .groups__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 27px;
}

.main__content-left .groups__item .title {
  font-family: SFproSemibold, sans-serif;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 11px;
}

.main__content-left .groups__item .groups__item-list {
  display: flex;
  flex-direction: column;
}

.main__content-left .groups__item .groups__item-list .item {
  margin-bottom: 9px;
}

.main__content-left .groups__item .groups__item-list .item .time {
  font-family: SFproMedium, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #717070;
}

.main__content-left .groups__item .groups__item-list .item .content {
  display: block;
  max-width: 268px;
  font-family: SFproRegular, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.main__content-left .groups__item .load-more {
  padding-bottom: 8px;
  border-bottom: 2px solid #179B93;
}

.main__content-left .groups__item .load-more a {
  display: block;
  background: transparent;
  cursor: pointer;
  border: none;
  color: #179B93;
  outline: 0;
  font-family: SFproSemibold, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 0;
  transition: .3s;
}

.main__content-left .groups__item .load-more a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.main__content-right .news-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -10px 28px;
}

.main__content-right .news-row .item {
  flex: 0 50%;
  max-width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
  transition: .3s;
}

.main__content-right .news-row .item:hover {
  opacity: 0.9;
}

.main__content-right .news-row .item .content {
  display: block;
  position: relative;
  height: 100%;
}

.main__content-right .news-row .item .content:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

.main__content-right .news-row .item .content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.59 / 1;
}

.main__content-right .news-row .item .content .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.main__content-right .news-row .item .content .text__name {
  display: block;
  font-family: SFproSemibold, sans-serif;
  font-size: 20px;
  line-height: 27px;
  color: #FFF;
  margin-bottom: 20px;
  text-align: center;
  padding: 0 15px;
}

.main__content-right .news-row .item .content .text__category {
  font-family: SFproSemibold, sans-serif;
  color: #FFF;
  font-size: 25px;
}

.main__content-right .load-more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: SFproSemibold, sans-serif;
  background: transparent;
  cursor: pointer;
  border-radius: 40px;
  font-size: 16px;
  line-height: 19px;
  width: 176px;
  height: 40px;
  color: #179B93;
  border: 2px solid #179B93;
  margin-bottom: 106px;
  outline: 0;
  transition: .3s;
}

.main__content-right .load-more:hover {
  text-decoration: none;
}

.main__content-right .load-more:hover {
  opacity: 0.6;
}

/*New footer*/
.dark-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #2C2C2C;
  padding: 32px 0 51px;
}

.dark-footer__container {
  width: 100%;
  max-width: 1125px;
  display: flex;
  flex-direction: row;
  margin: 0 -10px;
  flex-wrap: wrap;
}

.dark-footer__container-left {
  flex: 0 0 50%;
  max-width: 50%;
}

.dark-footer__container-right {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 0 0 10px;
}

.dark-footer__container-right .row-content {
  display: flex;
  flex-direction: row;
}

.dark-footer__container-right .row-content .list {
  margin-right: auto;
}

.dark-footer__container .title {
  font-family: SFproMedium, sans-serif;
  font-size: 15px;
  line-height: 17px;
  color: #179B93;
  margin-bottom: 15px;
}

.dark-footer__container ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.dark-footer__container-left ul {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}

.dark-footer__container ul li {
  margin-bottom: 11px;
}

.dark-footer__container ul li a {
  font-family: SFproMedium, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #FFF;
}

.dark-footer .nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 31px;
}

.dark-footer .nav__logo {
  width: 102px;
  margin-bottom: 30px;
}

.dark-footer .nav__buttons {
  display: flex;
  flex-direction: row;
}

.dark-footer .nav__buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  background: #4B4B4B;
  border-radius: 7px;
  cursor: pointer;
  transition: .3s;
}

.dark-footer .nav__buttons a:hover {
  opacity: 0.8;
}

.dark-footer .nav__buttons a:first-child {
  margin-right: 11px;
}

.dark-footer .nav__buttons a:first-child img {
  width: 23px;
}

.dark-footer .nav__buttons a:last-child img {
  width: 24px;
}

.dark-footer__container-left .social {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 26px;
}

.dark-footer__container-left .social__line {
  width: 100%;
  height: 2px;
  background: #179B93;
  margin-right: 19px;
}

.dark-footer__container-right .social {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 26px;
}

.dark-footer__container-right .social__line {
  width: 100%;
  height: 2px;
  background: #179B93;
  margin-left: 19px;
}

.dark-footer__container-left .social a {
  transition: .3s;
}

.dark-footer__container-left .social a:hover {
  opacity: 0.6;
}

.dark-footer__container-right .social a {
  transition: .3s;
}

.dark-footer__container-right .social a:hover {
  opacity: 0.6;
}

.dark-footer__container-left .social img {
  width: 25px;
}

.dark-footer__container-right .social img {
  width: 25px;
}

.dark-footer__container-left.mh0 {
  display: flex;
  justify-content: flex-end;
}

.dark-footer__container-right.mh0 {
  display: flex;
  justify-content: flex-start;
  padding: 0 0 0 10px;
}

.dark-footer__copyright {
  width: 100%;
  text-align: center;
  margin-top: 33px;
  color: #717070;
  font-family: SFproMedium, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

/*Content*/
.content__header {
  min-height: 282px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 34px;
}

.content__header-background {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  user-select: none;
}

.content__header-background img {
  width: 60%;
  height: 100%;
  object-fit: cover;
}

.content__header-background:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.content__header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto 42px;
  padding-top: 20px;
  z-index: 1;
}

.content__header-container .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 50px;
}

.content__header-container .right {
  display: flex;
  flex: 0 0 23.8%;
  max-width: 23.8%;
  flex-direction: column;
  justify-content: flex-end;
}

.content__header-container .left__white {
  background: #FFF;
  position: absolute;
  left: -110px;
  top: 0;
  bottom: 0;
  width: 62%;
  transform: skew(-33deg);
  z-index: -1;
}

.content__header-container .left__title {
  font-family: SFproBold, sans-serif;
  font-size: 42px;
  line-height: 49px;
  color: #000;
  margin-bottom: 24px;
  max-width: 600px;
}

.content__header-container .left__category {
  font-family: SFproSemibold, sans-serif;
  font-size: 24px;
  line-height: 35px;
  color: #000;
  max-width: 600px;
}

.content__header-container .right__label {
  font-family: SFproSemibold, sans-serif;
  font-size: 20px;
  line-height: 29px;
  color: #FFF;
}

.content__header-container .right__content {
  font-family: SFproMedium, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  margin-top: -5px;
}

.content__header-container .right__content a {
  color: #FFF;
  text-decoration: underline;
}

.content__header-container .right__content.margin-3 {
  margin-bottom: 3px;
}

.content__body {
  width: 100%;
  margin-bottom: 70px;
  font-size: 16px;
  font-family: SFproRegular, sans-serif;
  line-height: 24px;
}

.content__body-wrapper {
  max-width: 1130px;
  margin: 0 auto;
}

.content__body .double-block {
  display: flex;
  flex-direction: row;
  margin: 0 -26px 40px;
}

.content__body .double-block__left {
  flex: 0 0 73.3%;
  max-width: 73.3%;
  padding: 0 26px;
}

.content__body .double-block__right {
  flex: 0 0 26.7%;
  max-width: 26.7%;
  padding: 0 26px;
}

.content__body .title {
  font-family: SFproSemibold, sans-serif;
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 20px;
}

.content__body .title.level-3 {
  font-family: SFproSemibold, sans-serif;
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 20px;
}

.content__body .title.level-4 {
  font-family: SFproSemibold, sans-serif;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 20px;
}

.content__body .title.level-5 {
  font-family: SFproSemibold, sans-serif;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 20px;
}

.content__body .title.indent-1 {
  padding-left: 65px;
}

.content__body .title.indent-2 {
  padding-left: 130px;
}

.content__body .title.indent-3 {
  padding-left: 195px;
}

.content__body .title.indent-4 {
  padding-left: 260px;
}

.content__body .title.indent-5 {
  padding-left: 325px;
}

.content__body .title.indent-6 {
  padding-left: 390px;
}

.content__body .title.indent-7 {
  padding-left: 455px;
}

.content__body .title.indent-8 {
  padding-left: 520px;
}

.content__body .title.indent-9 {
  padding-left: 585px;
}

.content__body .title.indent-10 {
  padding-left: 650px;
}

.content__body .title.indent-11 {
  padding-left: 715px;
}

.content__body .title.indent-12 {
  padding-left: 780px;
}

.content__body .indent-left-1 {
  padding-left: 65px;
}

.content__body .indent-left-2 {
  padding-left: 130px;
}

.content__body .indent-left-3 {
  padding-left: 195px;
}

.content__body .indent-left-4 {
  padding-left: 260px;
}

.content__body .indent-left-5 {
  padding-left: 325px;
}

.content__body .indent-left-6 {
  padding-left: 390px;
}

.content__body .indent-right-1 {
  padding-right: 65px;
}

.content__body .indent-right-2 {
  padding-right: 130px;
}

.content__body .indent-right-3 {
  padding-right: 195px;
}

.content__body .indent-right-4 {
  padding-right: 260px;
}

.content__body .indent-right-5 {
  padding-right: 325px;
}

.content__body .indent-right-6 {
  padding-right: 390px;
}

.content__body .paragraph {
  display: block;
  word-break: break-word;
  font-family: SFproRegular, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 21px;
}

.content__body .paragraph.center {
  text-align: center;
}

.content__body .paragraph.right {
  text-align: right;
}

.content__body .paragraph.justify {
  text-align: justify;
}

.content__body .paragraph a {
  color: #179B93;
  text-decoration: underline;
}

.content__body .paragraph:empty:before {
  content: ' ';
  white-space: pre;
}

.content__body .paragraph.level-1 {
  padding-left: 65px;
}

.content__body .paragraph.level-2 {
  padding-left: 130px;
}

.content__body .paragraph.level-3 {
  padding-left: 195px;
}

.content__body .paragraph.level-4 {
  padding-left: 260px;
}

.content__body .paragraph.level-5 {
  padding-left: 325px;
}

.content__body .paragraph.level-6 {
  padding-left: 390px;
}

.content__body .paragraph.level-7 {
  padding-left: 455px;
}

.content__body .paragraph.level-8 {
  padding-left: 520px;
}

.content__body .paragraph.level-9 {
  padding-left: 585px;
}

.content__body .paragraph.level-10 {
  padding-left: 650px;
}

.content__body .paragraph.level-11 {
  padding-left: 715px;
}

.content__body .paragraph.level-12 {
  padding-left: 780px;
}

.content__body .carousel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -9px 20px;
}

.content__body .carousel.masonry {
  display: block;
  column-count: 2;
  column-gap: 0;
  overflow: hidden;
}

.content__body .carousel.masonry .carousel__item {
  width: 100%;
  max-width: 100%;
}

.content__body .carousel.masonry .carousel__item:first-child img {
  aspect-ratio: 1 / 1.2;
}

.content__body .carousel.masonry .carousel__item:nth-child(2) {
  margin-bottom: 18px;
}

.content__body .carousel__item {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 9px;
  position: relative;
}

.content__body .carousel__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}

/*.content__body .carousel__item:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  pointer-events: none;*/
/*  right: 25px;*/
/*  bottom: 16px;*/
/*  display: block;*/
/*  width: 26px;*/
/*  height: 26px;*/
/*  background: url('../img/carousel-zoom.png') no-repeat;*/
/*  background-size: contain;*/
/*}*/

.content__body .combine {
  display: flex;
  flex-direction: column;
  margin-bottom: 3px;
}

.content__body .combine__label {
  font-family: SFproSemibold, sans-serif;
  font-size: 20px;
  line-height: 29px;
}

.content__body .combine__content {
  font-family: SFproMedium, sans-serif;
  font-size: 16px;
  line-height: 23px;
  margin-top: -5px;
}

.content__body .image {
  margin-bottom: 20px;
}

.content__body .banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.content__body .banner__buy {
  font-family: SFproMedium, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #B5B4B4;
  margin-top: 13px;
}

.content__body .quote {
  background: #E5E5E5;
  padding: 22px 60px;
  font-family: SFproRegular, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

.content__body .quote.primary {
  background: #ebf8ff;
  color: #2b6cb0;
}

.content__body .quote.secondary {
  background: #E5E5E5;
}

.content__body .quote.info {
  max-width: 100% !important;
  background: #e6fdff;
  color: #00727c;
  text-align: left;
}

.content__body .quote.success {
  background: #f0fff4;
  color: #2f855a;
}

.content__body .quote.warning {
  background: #fffaf0;
  color: #c05621;
}

.content__body .quote.danger {
  background: #fff5f5;
  color: #c53030;
}

.content__body .quote.light {
  background: #fff;
  color: #1a202c;
}

.content__body .quote.dark {
  background: #2d3748;
  color: #d3d3d3;
}

.content__body .quote.gray {
  background: #eeeeee;
  color: #000;
}

.content__body .quote.light-gray {
  background: #f5f5f5;
  color: #000;
}

.content__body .image.isMiniature {
  display: flex;
  justify-content: center;
}

.content__body .image.isMiniature a {
  max-width: 70%;
}

.content__body .image.left a {
  width: 70%;
}

.content__body .image.left {
  display: flex;
  justify-content: flex-start;
}

.content__body .image.right a {
  display: flex;
  justify-content: flex-end;
  width: 70%;
}

.content__body .image.right {
  display: flex;
  justify-content: flex-end;
}

.double-block__left div:last-child {
  margin-bottom: 0;
}

.double-block__left p:last-child {
  margin-bottom: 0;
}

.double-block__left .paragraph:last-child {
  margin-top: 20px;
}

.double-block__left .paragraph:last-child:empty {
  display: none;
}

.double-block__left .image:nth-last-child(2) {
  margin-bottom: 0;
}

.double-block__right .paragraph:last-child {
  margin-top: 20px;
}

.double-block__right .paragraph:last-child:empty {
  display: none;
}

.double-block__right .image:nth-last-child(2) {
  margin-bottom: 0;
}

.content__body-wrapper > div:last-child, .content__body-wrapper > p:last-child {
  margin-bottom: 0;
}

.content__body .double-block.mode-2 .double-block__left {
  flex: 0 0 26.7%;
  max-width: 26.7%;
}

.content__body .double-block.mode-2 .double-block__right {
  flex: 0 0 73.3%;
  max-width: 73.3%;
}

.content__body .double-block.mode-3 .double-block__left {
  flex: 0 0 50%;
  max-width: 50%;
}

.content__body .double-block.mode-3 .double-block__right {
  flex: 0 0 50%;
  max-width: 50%;
}

.content__body ul, .content__body ol {
  padding-left: 25px;
}

.ce-inline-toolbar--showed {
  z-index: 100000 !important;
}

.content__body a {
  outline: 0;
}

.content__body ul.indent-1, .content__body ol.indent-1 {
  padding-left: 65px;
}

.content__body ul.indent-2, .content__body ol.indent-2 {
  padding-left: 130px;
}

.content__body ul.indent-3, .content__body ol.indent-3 {
  padding-left: 195px;
}

.content__body ul.indent-4, .content__body ol.indent-4 {
  padding-left: 260px;
}

.content__body ul.indent-5, .content__body ol.indent-5 {
  padding-left: 325px;
}

.content__body ul.indent-6, .content__body ol.indent-6 {
  padding-left: 390px;
}

.content__body ul.indent-7, .content__body ol.indent-7 {
  padding-left: 455px;
}

.content__body ul.indent-8, .content__body ol.indent-8 {
  padding-left: 520px;
}

.content__body ul.indent-9, .content__body ol.indent-9 {
  padding-left: 585px;
}

.content__body ul.indent-10, .content__body ol.indent-10 {
  padding-left: 650px;
}

.content__body ul.indent-11, .content__body ol.indent-11 {
  padding-left: 715px;
}

.content__body ul.indent-12, .content__body ol.indent-12 {
  padding-left: 780px;
}
