html, body {
  margin: 0;
}
a,
button,
input,
textarea {
  outline: none !important;
}
textarea {
  resize: none;
  height: 85px;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none !important;
}
:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}
select:focus {
  outline: none !important;
}
select {
  outline: none !important;
}
textarea {
  resize: none;
}
.iti--separate-dial-code .iti__selected-dial-code {
  position: relative;
  left: 13px;
  top: 0px;
  font-size: 16px;
}
.iti__arrow {
  position: relative;
  left: -40px;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent !important;
}
.iti__country-list {
  font-size: 12px;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  left: 20px !important;
}
.iti.iti--allow-dropdown {
  width: 100%;
}
.iti .form-control.custom-input {
  padding-left: 105px !important;
}
.iti__flag {
  box-shadow: 0px 0px 3px 1px #a3a3a3 !important;
}
@media (max-width: 1499px) {
  .iti--separate-dial-code .iti__selected-dial-code {
    top: 1px;
  }
}
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.accent {
  color: #009931;
}
.accent2 {
  color: #caf12f;
}
.no-pr {
  padding-right: 0px !important;
}
body {
  overflow-x: hidden;
  font-size: 18px;
  line-height: 28px;
  background-color: #ffffff;
  color: #171717;
  position: relative;
  font-family: 'Evolventa-Regular';
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 28px;
}
a {
  text-decoration: none;
  color: #171717;
}
a:hover {
  color: #171717;
  text-decoration: none;
}
h2, .h2 {
  font-family: 'Gilroy-Medium';
  font-size: 53px;
  line-height: 63px;
  color: #171717;
  margin-bottom: 50px;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
}
h2 span, .h2 span {
  font-family: 'Gilroy-Bold';
}
h2.no-uppercase, .h2.no-uppercase {
  text-transform: none;
}
h1 {
  font-family: 'Gilroy-SemiBold';
  font-size: 65px;
  line-height: 75px;
  color: #171717;
  margin-bottom: 10px;
  text-transform: none;
}
h1 span {
  font-family: 'Gilroy-Bold';
}
h3 {
  color: #171717;
  font-family: 'Gilroy-SemiBold';
  font-size: 28px;
  line-height: 32px;
}
h4 {
  color: #171717;
  font-family: 'Gilroy-Bold';
  font-size: 22px;
  line-height: 30px;
}
h5 {
  color: #171717;
  font-family: 'Evolventa-Bold';
  font-size: 20px;
  line-height: 32px;
}
section {
  position: relative;
}
main {
  position: relative;
}
@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}
.video {
  background-image: url("../images/video-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.video .button-holder {
  margin-top: 55px;
}
.video .button-holder .default-btn {
  margin: auto;
}
.video .video-holder {
  width: 80%;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
}
.be-shure {
  background: linear-gradient(0deg, #eceff4 0%, rgba(255, 255, 255, 0) 66.25%);
}
.be-shure .subtitle {
  text-align: center;
  margin-bottom: 55px;
}
.be-shure .subtitle span {
  color: #ffffff;
  font-family: 'Gilroy-SemiBold';
  font-size: 28px;
  line-height: 1.3;
  padding: 3px 20px;
  border-radius: 9px;
  background: linear-gradient(244deg, #009931 20.49%, #17c950 67.58%);
}
.be-shure h2 {
  margin-bottom: 15px;
}
.be-shure .default-btn {
  margin: 45px auto 0;
}
.be-shure .be-shure-item {
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
}
.be-shure .be-shure-item .custom-list {
  margin-top: 20px;
}
.be-shure .be-shure-item .custom-list li:last-child {
  margin-bottom: 0;
}
.be-shure .be-shure-item .content {
  padding: 25px;
}
.be-shure .be-shure-item .image {
  border-radius: 20px 20px 0px 0px;
  height: 270px;
}
.advantages {
  padding-bottom: 0;
  position: relative;
}
.advantages .basil1 {
  left: 0;
  top: 40%;
}
.advantages .basil2 {
  right: 0;
  bottom: 0px;
}
.advantages .basil1, .advantages .basil2 {
  position: absolute;
}
.advantages .image {
  height: 95px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.advantages .adv-row {
  position: relative;
  z-index: 2;
  margin: -15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.advantages .adv-item {
  padding: 0px 15px;
  width: 33.333%;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.advantages .adv-item img {
  height: 76px;
}
.advantages .adv-item.item-wide .item-holder {
  height: 200px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.advantages .adv-item.item-wide .item-holder .image {
  margin-right: 20px;
  width: 80px;
  min-width: 80px;
  margin-bottom: 0;
}
.advantages .adv-item .item-holder {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 15px 15px 15px 30px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  border: 1px solid #dfe0e2;
  background-color: #ffffff;
  z-index: 5;
  width: 100%;
  margin-bottom: 30px;
}
.advantages .adv-item p span {
  font-family: 'Evolventa-Bold';
}
.advantages .adv-item .num {
  position: absolute;
  right: 30px;
  top: 30px;
  font-family: 'Evolventa-Bold';
  font-size: 16px;
  line-height: 1;
}
.thanks-popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111111;
  width: 100%;
  height: 100%;
  background: rgba(3, 3, 3, 0.5);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  opacity: 0;
  visibility: hidden;
  padding: 15px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.thanks-popup .thanks-body {
  background-color: #ffffff;
  padding: 40px 30px;
  text-align: center;
  border-radius: 20px;
  width: 100%;
  max-width: 420px;
}
.thanks-popup.open {
  opacity: 1;
  visibility: visible;
}
.thanks-page {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.thanks-page header {
  background-image: none;
}
.thanks-page h1 {
  margin-bottom: 0;
}
.thanks-page .thanks-content {
  padding-top: 100px;
  position: relative;
  z-index: 2;
}
.thanks-page .basil {
  position: absolute;
  left: 5%;
  top: 57%;
}
.thanks-page .subtitle {
  font-size: 45px;
  line-height: 60px;
}
.thanks-page .caption {
  margin-bottom: 90px;
  margin-top: 50px;
}
.thanks-page .caption p {
  font-size: 24px;
  line-height: 32px;
  font-family: 'Evolventa-Bold';
}
.thanks-page .caption span {
  display: block;
  font-style: italic;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 5px;
}
.thanks-page .thanks-content {
  width: 100%;
}
.thanks-page .button-box {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 50px 100px;
}
.thanks-page .button-box .content {
  font-size: 24px;
  line-height: 32px;
  font-family: 'Evolventa-Bold';
}
.thanks-page .thanks-image {
  position: absolute;
  max-width: 70%;
  right: 5%;
  top: 25%;
}
.thanks-page header {
  background-color: transparent;
  overflow: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.modal-backdrop {
  background: rgba(3, 3, 3, 0.5);
}
.modal-backdrop.show {
  opacity: 1;
}
.modal.custom-modal .default-btn {
  width: 100%;
  font-size: 24px;
  min-width: 200px;
  line-height: 75px;
  margin: auto;
}
.modal.custom-modal .price-box {
  border-radius: 50px;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 8px 15px 5px;
}
.modal.custom-modal .price-box.pay-predoplata {
  background-color: #EEEFF2;
}
.modal.custom-modal .price-box.pay-single {
  background-color: #DADDE4;
}
.modal.custom-modal .price-box.pay-couple {
  color: #ffffff;
  background: linear-gradient(90deg, #a38ff0 0%, #725cc3 100%);
}
.modal.custom-modal .apply {
  margin-top: 20px;
}
.modal.custom-modal .apply p {
  font-style: italic;
}
.modal.custom-modal .apply p a {
  color: #31B545;
  text-decoration: underline;
}
.modal.custom-modal form {
  position: relative;
}
.modal.custom-modal .button-holder {
  margin: 25px auto 0;
}
.modal.custom-modal .form-group {
  text-align: left;
  position: relative;
  z-index: 3;
}
.modal.custom-modal .modal-heading {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  font-family: 'Gilroy-Medium';
  margin-bottom: 20px;
}
.modal.custom-modal .modal-heading span {
  font-family: 'Gilroy-Bold';
}
.modal.custom-modal .modal-content {
  border: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.modal.custom-modal .modal-body {
  text-align: center;
  padding: 40px 30px 30px;
}
.modal.custom-modal .modal-header {
  padding: 15px 15px 0px;
  border: none;
}
.modal.custom-modal .modal-dialog {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  transition: all 0.06s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.06s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: none;
}
.modal.custom-modal .close {
  z-index: 3;
  padding: 0;
  margin: 0;
  position: absolute;
  opacity: 1;
  right: 20px;
  top: 20px;
  text-shadow: none;
}
.modal.custom-modal .close img {
  width: 36px;
}
.modal.custom-modal .modal-dialog {
  width: 100%;
  max-width: 520px;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}
.bullets span span {
  font-family: 'Evolventa-Bold';
}
.bullets img {
  margin-right: 5px;
  position: relative;
  top: -4px;
}
.btn-panel {
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  position: fixed;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1000;
  transform: translatey(103%);
}
.btn-panel h3 {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.btn-panel .default-btn {
  width: 100%;
  min-width: 100px;
}
.btn-panel .default-btn.telegram-btn {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  line-height: 65px;
  font-size: 24px;
  width: 100%;
  min-width: 100px;
}
.btn-panel.stickybottom {
  transform: translatey(0%);
}
header {
  position: relative;
  overflow: hidden;
  background-color: #F0F0F0;
  padding-top: 200px;
  padding-bottom: 80px;
}
header .basil {
  position: absolute;
  right: -100px;
  bottom: -67px;
}
header .button-holder {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  padding: 30px;
  position: relative;
  width: fit-content;
}
header .header-title {
  margin-top: 25px;
  margin-bottom: 25px;
}
header .header-content {
  position: relative;
  z-index: 5;
}
header .header-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: 108% bottom;
  background-size: contain;
}
header .bullets {
  width: 100%;
  margin-top: 35px;
  margin-bottom: 55px;
}
header .bullets .bullets-title {
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'Gilroy-SemiBold';
  line-height: 1;
  margin-bottom: 20px;
}
header .bullets ul {
  display: grid;
  grid-template-columns: 1.5fr 1.5fr;
}
header .bullets li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 30px;
}
header .bullets li:last-child {
  margin-right: 0;
  display: block;
}
header .caption {
  width: 80%;
  font-size: 26px;
  line-height: 33px;
}
header .caption span {
  font-family: 'Evolventa-Bold';
}
header .subtitle {
  font-family: 'Gilroy-Medium';
  font-size: 36px;
  text-transform: uppercase;
  line-height: 33px;
}
header .large-image {
  max-width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
header.default-header {
  background-color: #ffffff;
}
header.default-header .top-panel {
  position: relative;
}
header .top-panel {
  position: absolute;
  padding-top: 45px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.default-btn {
  position: relative;
  letter-spacing: 0.03em;
  font-size: 24px;
  text-transform: uppercase;
  background: linear-gradient(0deg, #7fe800 2.77%, #00d74b 40%, #7fe800 100%);
  background: -webkit-linear-gradient(0deg, #7fe800 2.77%, #00d74b 40%, #7fe800 100%);
  background: -moz-linear-gradient(0deg, #7fe800 2.77%, #00d74b 40%, #7fe800 100%);
  min-width: 380px;
  width: fit-content;
  touch-action: manipulation;
  cursor: pointer;
  box-shadow: 0px 1px 40px rgba(110, 252, 43, 0.65), 6px 6px 16px rgba(175, 183, 188, 0.45);
  -moz-box-shadow: 0px 1px 40px rgba(110, 252, 43, 0.65), 6px 6px 16px rgba(175, 183, 188, 0.45);
  -webkit-box-shadow: 0px 1px 40px rgba(110, 252, 43, 0.65), 6px 6px 16px rgba(175, 183, 188, 0.45);
  background-size: 200% auto;
  border: none;
  font-family: 'Evolventa-Bold';
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  white-space: nowrap;
  padding: 0 55px;
  line-height: 85px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 33;
  color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.default-btn.large-btn {
  color: #ffffff;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  line-height: 100px;
  padding: 0 30px;
  font-size: 32px;
  letter-spacing: normal;
  width: 540px;
  background-size: 200% auto;
  background-position: left center;
  background: linear-gradient(0deg, #ec12af 0%, #d41263 100%);
  background: -webkit-linear-gradient(0deg, #ec12af 0%, #d41263 100%);
  box-shadow: 0px 3px 26px 0px rgba(213, 17, 101, 0.59);
}
.default-btn.large-btn.green-btn {
  background: linear-gradient(0deg, #17c950 0%, #009931 100%);
  background: -webkit-linear-gradient(0deg, #17c950 0%, #009931 100%);
  box-shadow: 0px 3px 13px 0px rgba(0, 153, 49, 0.67);
}
.default-btn.large-btn.green-btn:hover {
  box-shadow: 0px 3px 6px 0px rgba(0, 153, 49, 0.67);
}
.default-btn.large-btn .icon {
  font-size: 52px;
}
.default-btn.large-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -65%;
  width: 3rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.6)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.6) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.6) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.6) 100%);
  -webkit-transform: skewx(-45deg);
  -ms-transform: skewx(-45deg);
  transform: skewx(-45deg);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: move-light;
  animation-name: move-light;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.default-btn.large-btn:hover {
  background-position: right center;
  color: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(213, 17, 101, 0.59);
}
.default-btn.soc-btn {
  text-transform: none;
  color: #ffffff;
  padding-left: 35px;
  line-height: 60px;
  font-size: 20px;
  padding-right: 35px;
  box-shadow: 6px 15px 26px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 6px 15px 26px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 6px 15px 26px 0px rgba(0, 0, 0, 0.15);
  min-width: 280px;
}
.default-btn.soc-btn:hover {
  box-shadow: 6px 8px 16px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 6px 8px 16px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 6px 8px 16px 0px rgba(0, 0, 0, 0.15);
}
.default-btn.soc-btn .text {
  margin-right: 0;
  margin-left: 15px;
}
.default-btn.soc-btn.whatsapp {
  background: linear-gradient(249deg, #009931 12.3%, #17c950 69.79%);
}
.default-btn.soc-btn.viber {
  background: linear-gradient(270deg, #8c35ab 0%, #b960d8 100%);
}
.default-btn.soc-btn.telegram {
  background: linear-gradient(90deg, #00a3ff 0%, #1231d4 100%);
}
.default-btn .icon {
  filter: drop-shadow(1px 1px 2px rgba(85, 101, 124, 0.35));
  -webkit-filter: drop-shadow(1px 1px 2px rgba(85, 101, 124, 0.35));
  font-size: 36px;
}
.default-btn .text {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.default-btn:hover {
  background-position: right center;
  box-shadow: 0px 1px 20px rgba(110, 252, 43, 0.65), 6px 6px 8px rgba(175, 183, 188, 0.45);
  -moz-box-shadow: 0px 1px 20px rgba(110, 252, 43, 0.65), 6px 6px 8px rgba(175, 183, 188, 0.45);
  -webkit-box-shadow: 0px 1px 20px rgba(110, 252, 43, 0.65), 6px 6px 8px rgba(175, 183, 188, 0.45);
}
@-webkit-keyframes move-light {
  60% {
    left: 100%;
  }
  to {
    left: 150%;
  }
}
@keyframes move-light {
  60% {
    left: 100%;
  }
  to {
    left: 150%;
  }
}
.form-group {
  margin-bottom: 15px;
}
.form-group p.help-text {
  color: #ff3636;
  font-size: 14px;
  margin-bottom: 0;
  display: none;
}
.form-group.error p.help-text {
  display: block;
}
.form-group.surely:after {
  content: "*";
  color: #ff3636;
  font-size: 16px;
  position: absolute;
  right: -25px;
  top: 15px;
  line-height: 1;
}
.form-control.custom-input {
  font-family: 'Evolventa-Regular';
  color: #171717;
  background-color: #F5F5F5;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  line-height: 55px;
  background: #F8F8F8;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 70px;
  border: 1px solid #F5F5F5;
  padding: 0px 30px;
}
.form-control.custom-input::-webkit-input-placeholder {
  color: #656565;
}
.form-control.custom-input::-moz-placeholder {
  color: #656565;
}
.form-control.custom-input:focus {
  border-color: #009931;
}
.form-control.custom-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-control.custom-input:focus::-moz-placeholder {
  color: transparent;
}
.price-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.price-box .line {
  font-size: 42px;
  font-family: 'Evolventa-Bold';
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.price-element {
  position: relative;
  font-size: 42px;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  font-family: 'Evolventa-Bold';
}
.price-element span {
  font-size: 19px;
  line-height: 1;
  display: block;
  left: 0;
  text-transform: uppercase;
  position: relative;
  top: -4px;
  margin-left: 5px;
}
.price-old {
  color: #ffffff;
  background-color: #F17373;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 4px 8px 2px 8px;
  position: absolute;
  top: -92%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  left: 0;
}
.price-old span {
  font-size: 13px;
  line-height: 1;
  display: block;
  font-family: 'Evolventa-Bold';
  text-transform: uppercase;
  position: relative;
  margin-left: 3px;
}
.price-old .value {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
}
.price-old .value:after {
  content: "";
  display: block;
  width: 51.132px;
  height: 2px;
  transform: rotate(-25.995deg);
  position: absolute;
  background-color: #ffffff;
  left: -4px;
  top: 9px;
}
.prices {
  background-image: url("../images/prices/bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.prices .basil1 {
  left: 0;
  top: 50%;
}
.prices .basil2 {
  right: 0;
  top: 30%;
}
.prices .basil2, .prices .basil1 {
  position: absolute;
  max-width: 100%;
}
.prices .price-box {
  top: 20px;
}
.prices .table-top {
  position: relative;
}
.prices .table-body {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.prices .table-body li {
  border-bottom: 1px solid #dfe0e2;
  padding: 9px 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.prices .table-body li:last-child {
  border: none;
}
.prices .table-body li.none p {
  font-family: 'Gilroy-Regular';
  opacity: 0.6;
}
.prices .table-body p {
  display: inline-block;
  font-family: 'Gilroy-SemiBold';
  line-height: 23px;
}
.prices .table-body p span.list {
  display: block;
  position: relative;
  padding-left: 20px;
}
.prices .table-body p span.list:before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #171717;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 8px;
}
.prices .table-body p small {
  line-height: 19px;
  font-size: 13px;
  font-style: italic;
}
.prices .table-body img {
  display: inline-block;
  margin-right: 18px;
  position: relative;
}
.prices .table-bottom {
  padding-top: 25px;
  padding-bottom: 20px;
  border-top: 2px solid #dfe0e2;
  width: 100%;
}
.prices .table-bottom .pie-text {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: 'Evolventa-Bold';
}
.prices .table-bottom .pie-payment {
  border-radius: 20px;
  background: #EEEFF2;
  padding: 20px;
  width: fit-content;
  position: relative;
  margin: auto;
  z-index: 1;
}
.prices .table-bottom .pie-payment .price-box {
  top: 0;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  margin-top: 5px;
  margin-bottom: 10px;
}
.prices .table-bottom .pie-payment .price-box .line {
  font-size: 30px;
}
.prices .table-bottom .pie-payment .price-box .price-element {
  font-size: 30px;
}
.prices .table-bottom .pie-payment .price-box .price-element span {
  font-size: 16px;
}
.prices .table-bottom .image-group img {
  display: block;
  position: relative;
  margin: auto;
}
.prices .button-holder .default-btn {
  margin: 0 auto;
}
.prices .default-btn {
  font-size: 26px;
  min-width: 405px;
  line-height: 75px;
  width: fit-content;
}
.prices .default-btn.large-btn {
  box-shadow: none;
}
.prices .default-btn.large-btn.green-btn {
  box-shadow: 0px 3px 13px 0px rgba(0, 153, 49, 0.67);
}
.prices .default-btn .text {
  margin-right: 20px;
}
.prices .table-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  width: 50%;
  position: relative;
}
.prices .table-column.column-standart {
  border-right: 1px solid #dfe0e2;
}
.prices .table-column.column-standart .table-top .table-label {
  background-color: #DADDE4;
}
.prices .table-column.column-plus {
  border-left: 4px solid #725cc3;
  border-right: 4px solid #725cc3;
}
.prices .table-column.column-plus:after {
  bottom: -15px;
  border-radius: 0px 0px 20px 20px ;
  border-bottom: 4px solid #725cc3;
}
.prices .table-column.column-plus:before {
  top: -15px;
  border-radius: 20px 20px 0px 0px ;
  border-top: 4px solid #725cc3;
}
.prices .table-column.column-plus:before, .prices .table-column.column-plus:after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  display: block;
  background-color: #ffffff;
  height: 20px;
  border-left: 4px solid #725cc3;
  border-right: 4px solid #725cc3;
}
.prices .table-column.column-plus .table-top .table-label {
  background: linear-gradient(90deg, #a38ff0 0%, #725cc3 100%);
  color: #ffffff;
}
.prices .table-column .table-top {
  border-bottom: 2px solid #dfe0e2;
  height: 100px;
  padding: 0px 30px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.prices .table-column .table-top .table-label {
  position: relative;
  width: fit-content;
  border-radius: 60px;
  height: 60px;
  margin: auto;
  padding: 0px 25px;
  font-family: 'Gilroy-Bold';
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.prices .table-column .table-top .table-label small {
  font-family: 'Gilroy-Medium';
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.prices .table-column .table-top .table-label span {
  font-size: 26px;
  white-space: nowrap;
  text-transform: uppercase;
}
.prices .table-wrapper {
  background-color: #ffffff;
  position: relative;
  z-index: 3;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.date {
  position: relative;
  margin-bottom: 35px;
}
.date .text {
  font-size: 18px;
  line-height: 24px;
}
.date .text span {
  font-family: 'Evolventa-Bold';
  display: block;
}
.date .label {
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 40px;
  display: inline-block;
  line-height: 48px;
  background-color: #ff5118;
  padding: 1px 25px 0px 24px;
  margin-left: 30px;
  font-family: 'Evolventa-Bold';
}
.fadein_elem {
  transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1);
  opacity: 0;
}
.fadein_elem.delay_50 {
  transition-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
}
.fadein_elem.delay_100 {
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
.fadein_elem.delay_150 {
  transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
}
.fadein_elem.delay_200 {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.fadein_elem.delay_300 {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.fadein_elem.delay_400 {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.fadein_elem.delay_500 {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
.fadein_elem.delay_600 {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
.fadein_elem.delay_700 {
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}
.fadein_elem.delay_800 {
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}
.fadein_elem.delay_900 {
  transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
}
.fadein_elem.delay_1000 {
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
}
.fadein_elem.delay_1300 {
  transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
}
.fadein_elem.delay_1400 {
  transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
}
.fadein_elem.delay_1500 {
  transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
}
.fadein_elem.delay_1600 {
  transition-delay: 1.6s;
  -webkit-transition-delay: 1.6s;
}
.show-content .fadein_elem {
  opacity: 1;
}
.default-wrapper {
  line-height: 34px;
}
.default-wrapper a {
  font-family: 'Evolventa-Bold';
  text-decoration: underline;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.default-wrapper a:hover {
  color: #009931;
}
.default-wrapper .custom-list {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 60px;
}
.default-wrapper p {
  line-height: 34px;
  margin-bottom: 10px;
}
.default-wrapper h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.back-link {
  margin-bottom: 15px;
}
.back-link a {
  text-decoration: none;
}
.back-link a .icon {
  font-size: 32px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.back-link a .text {
  font-family: 'Gilroy-SemiBold';
  text-decoration: underline;
}
section {
  padding-top: 110px;
  padding-bottom: 110px;
}
.pains .dots {
  position: absolute;
  left: 10%;
  top: 30px;
}
.pains .pains-item {
  width: 20%;
  text-align: center;
  position: relative;
}
.pains .pains-item p span {
  display: inline-block;
  background-color: #ffd458;
  font-family: 'Evolventa-Bold';
  border-radius: 3px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.17);
  line-height: 1;
  padding: 0px 6px;
}
.pains .pains-item .image {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 255px;
  height: 294px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border: 1px solid #ffffff;
  margin: 0 auto 25px;
  position: relative;
}
.pains .pains-item .image:hover {
  border-color: #ffd458;
}
.step {
  padding-top: 0;
  background: linear-gradient(180deg, #eceff4 0%, rgba(255, 255, 255, 0) 100%);
}
.step .default-btn {
  margin: 30px auto 0;
}
.step .dots {
  position: absolute;
  top: -110px;
  left: 30px;
}
.step .step-line {
  position: relative;
  z-index: 5;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.step .step-line:hover .step-content {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.step .step-line.last-line .step-num {
  background: linear-gradient(244deg, #009931 20.49%, #17c950 67.58%);
  box-shadow: 0px 6px 22px rgba(2, 184, 60, 0.49);
  width: 79px;
  min-width: 79px;
  height: 79px;
  color: #ffffff;
  left: -10px;
}
.step .step-line .step-num {
  width: 65px;
  min-width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #171717;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  font-family: 'Gilroy-Regular';
  font-size: 24px;
  line-height: 1;
  text-align: center;
  top: 22px;
  position: relative;
}
.step .step-line .step-content {
  width: 93%;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  padding: 30px 30px 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.step .step-line .step-content p {
  margin-bottom: 10px;
}
.step .step-line .step-content p span {
  font-family: 'Evolventa-Bold';
}
.step .step-line .step-content .name {
  letter-spacing: 0.02em;
  font-family: 'Evolventa-Bold';
  font-size: 20px;
  margin-bottom: 10px;
}
.step .step-line .step-content .image {
  position: relative;
  z-index: 3;
  width: 100px;
  min-width: 100px;
  text-align: center;
  margin-top: 10px;
}
.step .step-line .step-content:before {
  content: "";
  display: block;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  transform: rotate(45deg) translate(0, -50%);
  position: absolute;
  left: -21px;
  top: 55px;
}
.step .step-holder {
  position: relative;
}
.step .step-holder:before {
  content: "";
  width: 1px;
  height: 82%;
  background-color: #dfe0e2;
  position: absolute;
  left: 30px;
  top: 5%;
}
.about .quote {
  padding: 20px;
  border: 2px solid #009931;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  width: 80%;
  margin-top: 25px;
  font-style: italic;
}
.about .quote span {
  font-family: 'Evolventa-Bold';
}
.about .circles {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  width: 183px;
  height: 183px;
  background-color: #EDEDED;
  bottom: 17px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}
.about .dots {
  position: absolute;
  top: 110px;
  right: 7%;
  max-width: 100%;
}
.about h2 {
  margin-bottom: 15px;
  font-family: 'Gilroy-Bold';
}
.about .green {
  color: #009931;
}
.about .about-author-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
.about .about-author-img {
  position: relative;
  width: 216px;
}
.about .about-author-img .image {
  width: 188px;
  height: 215px;
  position: relative;
  z-index: 3;
  margin: auto;
  top: -8px;
}
.about .about-info-titles {
  padding-left: 20px;
  position: relative;
  z-index: 3;
}
.about .about-info-titles .caption {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'Gilroy-Regular';
  font-size: 26px;
  line-height: 32px;
}
.about .about-info-titles .subtitle {
  margin-bottom: 40px;
}
.about .about-info-titles .subtitle span {
  background: linear-gradient(244deg, #009931 20.49%, #17c950 67.58%);
  color: #ffffff;
  display: inline-block;
  border-radius: 9px;
  padding: 5px 20px;
  font-family: 'Evolventa-Bold';
  font-size: 20px;
}
.sertificates .column {
  position: relative;
}
.sertificates .column.wide-column {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.sertificates .column.wide-column .sert {
  width: 49%;
  overflow: inherit;
  box-shadow: none;
  border: none;
  margin-bottom: 10px;
  padding: 10px;
}
.sertificates .column.wide-column .sert img {
  width: 100%;
  border: 3px solid #ffffff;
  border-radius: 9px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
}
.sertificates .column.wide-column .sert:nth-child(2) {
  width: 51%;
}
.sertificates .sert {
  margin-bottom: 20px;
  border: 3px solid #ffffff;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sertificates .sert:hover {
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
}
.sertificates .sert img {
  max-width: 100%;
}
.custom-list {
  padding-left: 28px;
}
.custom-list li {
  margin-bottom: 11px;
  position: relative;
}
.custom-list li:before {
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: -28px;
  top: 9px;
  background-color: #725cc3;
}
.custom-list li .bold {
  font-family: 'Evolventa-Bold';
}
.swiper-btns {
  margin-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  border-color: #009931;
  background: linear-gradient(230deg, #009931 0%, #17c950 92.09%);
  color: #ffffff;
}
.swiper-button-next, .swiper-button-prev {
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  border: 1px solid #dfe0e2;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #ffffff;
  -moz-box-shadow: none;
  opacity: 1;
  left: 0;
  right: 0;
  margin-top: 0;
  position: relative;
  color: #171717;
  margin-left: 10px;
  margin-right: 10px;
}
.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}
.swiper-button-prev:before {
  content: "\e900";
}
.swiper-button-next:before {
  content: "\e901";
}
.swiper-button-next:before, .swiper-button-prev:before {
  font-family: 'icomoon';
  font-size: 32px;
  position: relative;
  top: 0px;
}
.flickity-prev-next-button {
  top: 44%;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #dfe0e2;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  opacity: 1;
  color: #171717;
}
.flickity-prev-next-button.next {
  right: -60px;
}
.flickity-prev-next-button.next:before {
  content: "\e901";
}
.flickity-prev-next-button.previous {
  left: -60px;
}
.flickity-prev-next-button.previous:before {
  content: "\e900";
}
.flickity-prev-next-button svg {
  display: none;
}
.flickity-prev-next-button:before {
  font-family: 'icomoon';
  font-size: 32px;
  position: relative;
  top: 4px;
}
.flickity-prev-next-button:hover {
  border-color: #009931;
  background-color: #009931;
  box-shadow: 0px 15px 20px rgba(74, 79, 97, 0.13);
  -moz-box-shadow: 0px 15px 20px rgba(74, 79, 97, 0.13);
  -webkit-box-shadow: 0px 15px 20px rgba(74, 79, 97, 0.13);
}
.flickity-button:disabled {
  opacity: 1;
}
footer {
  position: relative;
  background-color: #282828;
  font-family: 'Gilroy-Light';
  color: #ffffff;
}
footer a {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.09999999999999998);
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 28px;
}
footer .copyright .links {
  position: relative;
  top: -2px;
  padding-left: 80px;
}
footer .copyright .links a {
  font-size: 16px;
  display: inline-block;
  color: #ffffff;
  opacity: 0.6;
  line-height: 1;
  position: relative;
}
footer .copyright .links a:last-child {
  margin-left: 71px;
}
footer .copyright .links a:last-child:before {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  left: -36px;
  top: -3px;
  background-color: #ffffff;
  opacity: 0.15;
  position: absolute;
}
footer .copyright .links a:hover {
  opacity: 1;
}
footer .copyright .links a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .copyright .copy {
  font-size: 16px;
  opacity: 0.6;
}
footer .pay-icons {
  margin-top: -40px;
}
footer .pay-icons img {
  margin-bottom: 15px;
}
footer .pay-icons img:last-child {
  margin-bottom: 0;
}
footer .footer-left, footer .footer-right {
  padding-top: 55px;
  padding-bottom: 50px;
}
footer h5 {
  margin-bottom: 12px;
}
footer .contact-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
footer .contact-box .contact-item {
  width: 50%;
}
footer .contact-box .contact-item.contact-icons a {
  text-decoration: none;
  margin-right: 35px;
  margin-top: 0;
}
footer .contact-box .contact-item.contact-icons a:after {
  display: none;
}
footer .contact-box .contact-item.contact-icons a:last-child {
  margin-right: 0;
}
footer .contact-box a {
  color: #009931;
  display: inline-block;
  position: relative;
  margin-top: 15px;
  line-height: 1;
}
footer .contact-box a:hover {
  color: #caf12f;
}
footer .contact-box a:hover:after {
  background-color: #caf12f;
}
footer .contact-box a:after {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #009931;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .name {
  margin-bottom: 5px;
}
footer .text, footer .name {
  opacity: 0.6;
  font-size: 18px;
  line-height: 27px;
}
footer h5 {
  color: #ffffff;
}
.reviews {
  background: linear-gradient(270deg, #eceff4 0%, rgba(255, 255, 255, 0) 66.25%);
  background: -webkit-linear-gradient(270deg, #eceff4 0%, rgba(255, 255, 255, 0) 66.25%);
}
.reviews::-webkit-scrollbar {
  width: 4px;
}
.reviews::-webkit-scrollbar-track {
  background: #ffffff;
}
.reviews::-webkit-scrollbar-thumb {
  background: #171717;
  width: 4px;
  border-radius: 5px;
}
.reviews::-webkit-scrollbar-thumb:window-inactive {
  background: #171717;
}
.reviews .flickity-prev-next-button {
  bottom: -80px;
  top: auto;
}
.reviews .flickity-prev-next-button.previous {
  left: 45.5%;
}
.reviews .flickity-prev-next-button.next {
  right: 45.5%;
}
.reviews .review-item {
  position: relative;
  padding: 0px 15px;
}
.reviews .review-item .review-scroll {
  overflow-y: auto;
  position: relative;
}
.reviews .review-item .review-scroll.scroll-tg {
  height: 502px;
  top: 71px;
}
.reviews .review-item .review-scroll.scroll-viber {
  height: 476px;
  top: 65px;
}
.reviews .review-item .review-scroll img {
  width: 100%;
}
.reviews .review-item .review-frame {
  border-radius: 38px;
  width: 100%;
  height: 650px;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 9px;
}
.reviews .review-item .review-frame img {
  border-radius: 10px;
  display: block;
  width: 100%;
}
.reviews .review-item .review-frame .bottom-panel {
  position: absolute;
  bottom: 9px;
  left: 11px;
  width: 100%;
  width: 290px;
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.reviews .review-item .review-frame .bottom-panel.panel-viber {
  height: 94px;
}
.reviews .review-item .review-frame .bottom-panel.panel-tg {
  height: 65px;
}
.reviews .review-item .review-frame .top-panel {
  position: absolute;
  top: 7px;
  left: 11px;
  width: 100%;
  width: 290px;
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.reviews .review-item .review-frame .top-panel.panel-viber {
  height: 69px;
}
.reviews .review-item .review-frame .top-panel.panel-tg {
  height: 71px;
}
.reviews .carousel-cell {
  width: 25%;
  padding: 30px 15px 40px;
}
.trigger {
  padding-top: 200px;
  padding-bottom: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.trigger h2 {
  margin-bottom: 10px;
  font-size: 70px;
}
.trigger .button-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 65px;
}
.trigger .caption {
  text-transform: uppercase;
  font-size: 28px;
  font-family: 'Gilroy-SemiBold';
  letter-spacing: 0.02em;
}
.trigger .basil {
  position: absolute;
  bottom: 0;
  left: 0;
}
.trigger .trigger-image {
  position: absolute;
  right: 3%;
  top: 10%;
}
.trigger .default-btn {
  margin-top: 0px;
  margin-left: 0;
  margin-right: 15px;
}
.trigger .default-btn.soc-btn {
  text-transform: none;
  color: #ffffff;
  padding-left: 35px;
  padding-right: 35px;
  box-shadow: 6px 15px 26px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 6px 15px 26px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 6px 15px 26px 0px rgba(0, 0, 0, 0.15);
}
.trigger .default-btn.soc-btn .text {
  margin-right: 0;
  margin-left: 30px;
}
.trigger .default-btn.soc-btn.whatsapp {
  background: linear-gradient(249deg, #009931 12.3%, #17c950 69.79%);
}
.trigger .default-btn.soc-btn.viber {
  background: linear-gradient(270deg, #8c35ab 0%, #b960d8 100%);
}
.trigger .default-btn.soc-btn.telegram {
  background: linear-gradient(90deg, #00a3ff 0%, #1231d4 100%);
}
.faq {
  padding-top: 0;
  background: linear-gradient(90deg, #eceff4 0%, rgba(255, 255, 255, 0) 66.25%);
  background: -webkit-linear-gradient(90deg, #eceff4 0%, rgba(255, 255, 255, 0) 66.25%);
}
.faq .dots {
  position: absolute;
}
.faq .dots.dots1 {
  top: -150px;
  left: 30px;
}
.faq .dots.dots2 {
  top: -130px;
  right: 30px;
}
.accordion .btn-link[aria-expanded="false"] .icons:before {
  background-image: url(../images/icons/plus.svg);
}
.accordion .btn-link[aria-expanded="true"] .icons:before {
  background-image: url(../images/icons/minus.svg);
  filter: invert(100%);
}
.accordion .btn-link[aria-expanded="true"] .icons:after {
  opacity: 1;
}
.accordion .btn-link[aria-expanded="true"] .text {
  color: #171717;
  font-family: 'Gilroy-Bold';
}
.accordion .btn-link[aria-expanded="true"] .num {
  opacity: 1;
}
.accordion.programs-accordion [aria-expanded="false"] .program-label {
  color: #171717;
  background-color: #EFF2F6;
}
.accordion.programs-accordion [aria-expanded="true"] .program-label {
  background-color: transparent;
  color: #ffffff;
}
.accordion.programs-accordion [aria-expanded="false"] .program-label:before {
  opacity: 0;
}
.accordion.programs-accordion [aria-expanded="true"] .program-label:before {
  opacity: 1;
}
.accordion.programs-accordion [aria-expanded="false"] .heading-img {
  opacity: 1;
}
.accordion.programs-accordion [aria-expanded="true"] .heading-img {
  opacity: 0;
}
.accordion {
  position: relative;
  z-index: 3;
}
.accordion.programs-accordion .card-body-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.accordion.programs-accordion .card-body-holder .program-img {
  width: 40%;
  border-radius: 20px;
  min-height: 330px;
}
.accordion.programs-accordion .program-list {
  width: 55%;
}
.accordion.programs-accordion .program-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
.accordion.programs-accordion .program-list li .bold {
  font-family: 'Evolventa-Bold';
  display: inline;
}
.accordion.programs-accordion .program-list li .num {
  width: 43px;
  min-width: 43px;
  border-radius: 50%;
  height: 43px;
  border: 1px solid #dfe0e2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  margin-right: 15px;
}
.accordion.programs-accordion .card-body {
  border-top: 1px solid #dfe0e2;
  padding: 35px;
}
.accordion.programs-accordion .btn-link {
  font-family: 'Gilroy-Medium';
}
.accordion.programs-accordion .btn-link .heading-img {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  top: 50%;
  right: 115px;
  width: 132px;
  height: 93px;
  border-radius: 16px;
  transform: translate(0, -50%);
}
.accordion.programs-accordion .btn-link .program-label {
  position: relative;
  display: inline-block;
  font-family: 'Gilroy-SemiBold';
  font-size: 24px;
  line-height: 46px;
  border-radius: 40px;
  padding: 0px 30px;
  margin-right: 25px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 170px;
}
.accordion.programs-accordion .btn-link .program-label span {
  position: relative;
  z-index: 1;
}
.accordion.programs-accordion .btn-link .program-label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #a38ff0 0%, #725cc3 100%);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.17);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 40px;
  width: 100%;
  height: 100%;
}
.accordion .card-body {
  font-size: 20px;
  line-height: 32px;
  padding: 0px 10% 35px 100px;
}
.accordion .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.accordion .card {
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  background-color: #ffffff;
  margin-bottom: 15px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid #dfe0e2;
}
.accordion .btn-link {
  display: block;
  text-decoration: none;
  width: 100%;
  position: relative;
  text-align: left;
  font-size: 28px;
  line-height: 35px;
  padding: 35px 35px 38px;
}
.accordion .btn-link .text {
  color: #171717;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: 'Gilroy-SemiBold';
}
.accordion .btn-link .icons {
  position: absolute;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  right: 35px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  border-radius: 16px;
  width: 50px;
  height: 50px;
  display: block;
  border: 1px solid #dfe0e2;
  color: #171717;
}
.accordion .btn-link .icons:before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 3;
}
.accordion .btn-link .icons:after {
  content: "";
  display: block;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  background: linear-gradient(230deg, #009931 0%, #17c950 92.09%);
  position: absolute;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  left: 0;
  top: 0;
  opacity: 0;
}
.accordion .btn-link .num {
  display: inline-block;
  font-family: 'Gilroy-Light';
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 36px;
  line-height: 1;
  position: relative;
  margin-right: 23px;
  opacity: 0.4;
  color: #171717;
  margin-top: -3px;
  top: 3px;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}
.program {
  padding: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #eceff4 57.92%, #eceff4 77.31%, rgba(255, 255, 255, 0) 100%);
}
.program .gift-row {
  margin: 40px -15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.program .gift-row .gift-item {
  position: relative;
  height: 300px;
  margin-bottom: 30px;
  padding: 0px 15px;
}
.program .gift-row .gift-item .bold {
  font-family: 'Evolventa-Bold';
}
.program .gift-row .gift-item img {
  position: absolute;
}
.program .gift-row .gift-item:nth-child(1) {
  width: 29%;
}
.program .gift-row .gift-item:nth-child(1) img {
  top: -40px;
  left: -25px;
}
.program .gift-row .gift-item:nth-child(2) {
  width: 29%;
}
.program .gift-row .gift-item:nth-child(2) img {
  top: -40px;
  left: -10px;
}
.program .gift-row .gift-item:nth-child(3) {
  width: 42%;
}
.program .gift-row .gift-item:nth-child(3) img {
  top: -47px;
  left: -5px;
}
.program .gift-row .gift-item:nth-child(4) img {
  top: 10px;
  right: 20px;
}
.program .gift-row .gift-item:nth-child(5) img {
  top: 15px;
  right: 45px;
}
.program .gift-row .gift-item.item-wide {
  width: 50%;
}
.program .gift-row .gift-item.item-wide .holder {
  align-items: center;
  -webkit-align-items: center;
}
.program .gift-row .gift-item .holder {
  position: relative;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid #dfe0e2;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.program .default-btn {
  margin: 15px auto 0;
}
.program .module-title {
  text-align: center;
}
.program .module-title.bonus-title {
  padding-left: 200px;
  margin-top: 45px;
}
.program .module-title.bonus-title span.title-span {
  padding-left: 45px;
  background-color: #FF83B7;
}
.program .module-title.bonus-title img {
  width: 210px;
  position: absolute;
  left: -168px;
  top: -40px;
}
.program .module-title span {
  display: inline-block;
  line-height: 46px;
}
.program .module-title span.title-span {
  background-color: #caf12f;
  padding: 0 25px;
  font-family: 'Gilroy-Medium';
  font-size: 28px;
  position: relative;
  border-radius: 30px;
}
.program .module-title span.title-span span {
  font-family: 'Gilroy-Bold';
}
@media (max-width:1680px) {
  header .header-image {
    background-size: 41%;
  }
  .trigger {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .trigger .trigger-image img {
    top: -70%;
    width: 920px;
  }
}
@media (max-width: 1499px) {
  header .bullets li {
    margin-right: 20px;
  }
  header .bullets ul {
    font-size: 14px;
  }
  .accordion.programs-accordion .card-body {
    padding: 30px;
  }
  .accordion.programs-accordion .btn-link .heading-img {
    right: 115px;
    width: 110px;
    height: 76px;
    border-radius: 12px;
  }
  .accordion.programs-accordion .card-body-holder .program-img {
    min-height: 250px;
  }
  .be-shure .subtitle span {
    font-size: 22px;
  }
  .be-shure .be-shure-item .image {
    height: 215px;
  }
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .advantages .adv-item.item-wide .item-holder {
    height: 160px;
  }
  .advantages .adv-item .item-holder {
    padding: 35px 20px;
    height: 160px;
  }
  .advantages .adv-item img {
    width: 55px;
    height: auto;
    max-height: 55px;
  }
  .advantages .adv-item.item-wide .item-holder .image {
    margin-right: 10px;
    width: 60px;
    min-width: 60px;
    height: auto;
  }
  .about .quote {
    width: 100%;
  }
  .about .about-author-img .image {
    width: 145px;
    height: 200px;
    top: 6px;
    left: 3px;
  }
  .about .about-info-titles .caption {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
  }
  .about .about-info-titles .subtitle span {
    font-size: 14px;
    line-height: 1.3;
  }
  .about .circles {
    bottom: -27px;
  }
  .about .about-info-titles .subtitle {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .custom-list li:before {
    left: -25px;
    top: 7px;
  }
  .about .about-info-titles .quote {
    padding: 20px;
    width: 470px;
  }
  .about .carousel-cell img {
    height: 90px;
  }
  .about .circles {
    bottom: -6px;
    width: 160px;
    height: 160px;
  }
  .thanks-page .basil {
    position: absolute;
    left: 0%;
    top: 61%;
  }
  .thanks-page .thanks-image {
    max-width: 36%;
    right: 0;
    top: 17%;
  }
  .thanks-page .subtitle {
    font-size: 36px;
    line-height: 46px;
  }
  .thanks-page .caption {
    margin-bottom: 55px;
    margin-top: 25px;
  }
  .thanks-page .caption p, .thanks-page .button-box .content {
    font-size: 20px;
    line-height: 26px;
  }
  .default-btn.soc-btn {
    padding-left: 25px;
    line-height: 55px;
    font-size: 18px;
    padding-right: 25px;
    min-width: 250px;
  }
  .thanks-page .button-box {
    padding: 30px 60px;
  }
  .modal.custom-modal .default-btn {
    font-size: 22px;
    line-height: 65px;
  }
  .accordion .card-body {
    font-size: 16px;
    line-height: 24px;
    padding: 0px 10% 35px 65px;
  }
  .prices .default-btn.large-btn {
    font-size: 22px;
    min-width: 200px;
    line-height: 65px;
    width: 355px;
  }
  .price-old {
    top: -103%;
  }
  .price-old .value {
    font-size: 20px;
  }
  .price-element span {
    font-size: 14px;
  }
  .price-element {
    font-size: 30px;
  }
  .prices .table-column .table-top .table-label {
    height: 50px;
  }
  .prices .table-column .table-top .table-label span {
    font-size: 20px;
  }
  header .header-title {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  header {
    padding-top: 160px;
  }
  header .header-title {
    height: 48px;
  }
  header .bullets {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  header .author-tooltip {
    width: 360px;
    height: 280px;
    padding: 70px 25px 30px;
  }
  header .caption {
    font-size: 18px;
    line-height: 26px;
  }
  header .subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  header .top-panel .logo {
    width: 170px;
  }
  header .top-panel {
    padding-top: 35px;
  }
  footer .copyright .links {
    padding-left: 40px;
  }
  .trigger .default-btn.soc-btn .text {
    margin-right: 0;
    margin-left: 15px;
  }
  .trigger .default-btn {
    min-width: 280px;
    font-size: 19px;
    line-height: 65px;
  }
  .trigger h2 {
    margin-bottom: 10px;
    font-size: 56px;
  }
  .trigger .default-btn.soc-btn {
    padding-left: 25px;
    padding-right: 25px;
  }
  .trigger .trigger-image {
    position: absolute;
    right: 0;
    max-width: 46%;
  }
  .trigger .caption {
    font-size: 22px;
  }
  .prices .table-column .table-top {
    height: 90px;
  }
  .prices .table-body li {
    padding: 10px 30px;
  }
  .program .gift-row .holder {
    padding: 20px;
  }
  .program .gift-row .gift-item:nth-child(1) img {
    top: -30px;
    left: -25px;
    width: 250px;
  }
  .prices .table-bottom {
    padding-top: 20px;
  }
  .program .gift-row .gift-item:nth-child(2) img {
    top: -40px;
    left: -25px;
    width: 270px;
  }
  .program .gift-row .gift-item:nth-child(3) img {
    top: -40px;
    left: -5px;
    width: 240px;
  }
  .program .gift-row .gift-item:nth-child(4) img {
    top: 10px;
    right: 20px;
    width: 300px;
  }
  .program .gift-row .gift-item:nth-child(5) img {
    top: 15px;
    right: 45px;
    width: 200px;
  }
  .program .gift-row .gift-item .holder {
    padding: 15px 30px;
  }
  .program .gift-row .gift-item {
    height: 240px;
  }
  .program .module-title span {
    display: inline-block;
    line-height: 40px;
  }
  .program .module-title span.title-span {
    font-size: 20px;
  }
  .program .gift-row.gifts .gift-item {
    height: 210px;
  }
  .program .gift-row .mat-title {
    font-size: 32px;
    line-height: 40px;
  }
  .program .gift-row.mat-row .gift-item {
    height: 210px;
  }
  .program .gift-row p {
    font-size: 15px;
    line-height: 25px;
  }
  .program .module-title.bonus-title {
    padding-left: 150px;
  }
  .program .module-title.bonus-title img {
    width: 195px;
    left: -155px;
    top: -40px;
  }
  .default-wrapper {
    line-height: 26px;
  }
  .default-wrapper .custom-list {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 40px;
  }
  .default-wrapper p {
    line-height: 26px;
    margin-bottom: 10px;
  }
  .default-wrapper h3 {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .trigger .trigger-image img {
    width: 830px;
  }
  .step .step-line .step-content {
    width: 92%;
  }
  .pains .pains-item .image {
    width: 205px;
    height: 236px;
    position: relative;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  footer .copyright .links a {
    font-size: 13px;
  }
  footer .copyright .copy {
    font-size: 13px;
  }
  footer .text, footer .name {
    font-size: 14px;
    line-height: 23px;
  }
  .form-control.custom-input {
    line-height: 70px;
    height: 70px;
  }
  .reviews .review-item .review-scroll.scroll-tg {
    height: 398px;
    top: 55px;
  }
  .reviews .review-item .review-frame .bottom-panel.panel-viber {
    height: 71px;
  }
  .reviews .review-item .review-scroll.scroll-viber {
    height: 381px;
    top: 54px;
  }
  .reviews .review-item .review-frame .top-panel.panel-tg {
    height: 61px;
  }
  .reviews .review-item .review-frame .top-panel {
    position: absolute;
    top: 6px;
    left: 9px;
    width: 229px;
  }
  .reviews .review-item .review-frame .bottom-panel.panel-tg {
    height: 51px;
  }
  .reviews .review-item .review-frame .bottom-panel {
    bottom: 9px;
    left: 9px;
    width: 231px;
  }
  .reviews .flickity-prev-next-button.previous {
    left: 44.5%;
  }
  .reviews .flickity-prev-next-button.next {
    right: 44.5%;
  }
  .reviews .review-item .review-frame {
    padding: 0px;
    height: 511px;
    border-radius: 18px;
  }
  .reviews .review-item .review-frame .top-panel.panel-viber {
    height: 59px;
  }
  section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  h2, .h2 {
    font-size: 43px;
    line-height: 48px;
    margin-bottom: 40px;
  }
  .date .text {
    font-size: 16px;
    line-height: 22px;
  }
  .date .label {
    line-height: 39px;
  }
  body, p {
    font-size: 15px;
    line-height: 25px;
    overflow-x: hidden;
  }
  .default-btn {
    min-width: 360px;
    padding: 0px 45px;
    font-size: 21px;
    line-height: 72px;
  }
  h1 span {
    line-height: 1;
  }
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .accordion .btn-link .num {
    font-size: 24px;
    margin-right: 15px;
    top: 2px;
  }
  .accordion .btn-link {
    font-size: 18px;
    line-height: 30px;
    padding: 25px 25px 23px;
  }
  .accordion.programs-accordion .program-list li .num {
    width: 30px;
    min-width: 30px;
    border-radius: 50%;
    height: 30px;
    margin-right: 10px;
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  .label-line {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sertificates .column.wide-column .sert {
    width: 89% !important;
    margin: auto;
  }
  .sertificates .column.wide-column {
    margin-bottom: 10px;
    display: block;
  }
}
@media (max-width: 1199px) {
  .accordion.programs-accordion .btn-link .heading-img {
    right: 80px;
    width: 90px;
    height: 55px;
  }
  .accordion.programs-accordion .btn-link .program-label {
    font-size: 16px;
    line-height: 32px;
    padding: 0px 16px;
    margin-right: 10px;
    width: 115px;
    text-align: center;
  }
  .accordion.programs-accordion .card-body {
    padding: 15px;
  }
  .accordion.programs-accordion .card-body-holder .program-img {
    min-height: 230px;
    border-radius: 16px;
  }
  .advantages .adv-item {
    width: 50%;
  }
  .advantages .adv-item .num {
    right: 20px;
    bottom: auto;
    font-size: 14px;
    top: 25px;
  }
  .advantages .adv-item img {
    height: 60px;
  }
  .advantages .image {
    height: 60px;
  }
  .advantages .adv-item .item-holder {
    padding: 20px;
    height: 160px;
  }
  .about .about-info-titles .quote {
    padding: 15px;
  }
  .about .about-info-titles .subtitle {
    font-size: 18px;
    width: 80%;
  }
  .about .custom-list li br {
    display: none;
  }
  .about .about-info-titles .caption span {
    line-height: 23px;
    padding: 2px 10px 0px;
  }
  .about .about-info-titles .caption {
    font-size: 13px;
  }
  .prices .table-body li {
    padding: 7px 15px;
  }
  .prices .table-body img {
    margin-right: 15px;
    width: 20px;
  }
  .price-old .value {
    font-size: 16px;
  }
  .price-old .value:after {
    width: 39px;
    left: -4px;
    top: 6px;
  }
  .prices .price-box {
    top: 10px;
  }
  .prices .table-column .table-top {
    padding: 0px 15px;
    height: 70px;
  }
  .price-element {
    font-size: 26px;
  }
  .price-box .line {
    font-size: 24px;
  }
  .prices .table-column .table-top .table-label {
    height: 38px;
    padding: 0px 10px;
  }
  header .bullets .bullets-title {
    font-size: 20px;
  }
  header .bullets ul {
    display: block;
  }
  .default-btn.large-btn img {
    width: 45px;
  }
  .default-btn.large-btn {
    line-height: 90px;
    font-size: 30px;
    width: 490px;
  }
  header .button-holder {
    padding: 20px;
  }
  header .header-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  header .header-title {
    height: 40px;
  }
  header .caption {
    font-size: 16px;
    line-height: 24px;
  }
  header .bullets li {
    margin-right: 20px;
    margin-bottom: 5px;
  }
  header .author-tooltip {
    width: 340px;
    height: 260px;
    padding: 65px 20px 30px;
  }
  header .author-tooltip p {
    font-size: 18px;
  }
  header .author-tooltip p span {
    font-size: 20px;
  }
  header .header-image {
    background-size: 52%;
    background-position: 120% bottom;
  }
  header .top-panel .logo {
    width: 135px;
  }
  header {
    overflow: hidden;
  }
  .prices .table-column .table-top .table-label span {
    font-size: 16px;
  }
  .accordion .btn-link {
    padding: 20px 15px;
  }
  .prices .table-body li {
    padding: 10px 15px;
  }
  .prices .table-body li:last-child {
    border: none;
  }
  .program .gift-row .mat-title {
    font-size: 26px;
    line-height: 35px;
  }
  .program .module-title.bonus-title img {
    width: 165px;
    left: -125px;
    top: -27px;
  }
  .program .module-title.bonus-title {
    padding-left: 85px;
  }
  .program .gift-row p br {
    display: none;
  }
  .program .gift-row .gift-item .holder {
    padding: 15px;
  }
  .program .gift-row .gift-item.item-wide p br {
    display: block;
  }
  .program .gift-row .gift-item:nth-child(5) img {
    top: 28px;
    right: 35px;
    width: 155px;
  }
  .program .gift-row .gift-item:nth-child(4) img {
    width: 225px;
    top: 18px;
  }
  .program .gift-row .gift-item:nth-child(3) img {
    width: 205px;
  }
  .program .gift-row .gift-item:nth-child(2) img {
    width: 225px;
  }
  .program .gift-row .gift-item:nth-child(1) img {
    left: -10px;
    width: 200px;
  }
  .program .gift-row p {
    font-size: 14px;
    line-height: 22px;
  }
  .accordion .btn-link .icons {
    right: 10px;
  }
  .program .gift-row .gift-item {
    height: 215px;
  }
  .default-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .be-shure .be-shure-item .content {
    padding: 20px 15px;
  }
  .step .step-holder:before {
    left: 26px;
  }
  .step .step-line.last-line .step-num {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }
  .step .step-line .step-num {
    width: 55px;
    min-width: 55px;
    height: 55px;
    font-size: 18px;
  }
  .step .step-line .step-content {
    width: 90%;
  }
  .step .step-line .step-content .image {
    width: 75px;
    min-width: 75px;
    margin-left: 10px;
    margin-right: 5px;
  }
  .step .step-line .step-content .image img {
    max-height: 45px;
    max-width: 50px;
  }
  .pains .pains-item {
    margin-bottom: 15px;
    width: 50%;
  }
  .pains .pains-item p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pains .pains-item br {
    display: none;
  }
  h2, .h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 35px;
  }
  .pains .pains-holder {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center !important;
    -webkit-justify-content: center !important;
  }
  footer .copyright .links a:last-child {
    margin-left: 51px;
  }
  footer .copyright .links, footer .footer-right {
    padding-left: 0;
  }
  footer .copyright .links a:last-child:before {
    left: -29px;
  }
  footer .copyright .copy {
    font-size: 12px;
  }
  footer .copyright .links a {
    font-size: 12px;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .form-control.custom-input {
    line-height: 60px;
    height: 60px;
  }
  .reviews .review-item .review-scroll.scroll-viber {
    height: 424px;
    top: 58px;
  }
  .reviews .review-item .review-scroll.scroll-tg {
    height: 448px;
    top: 60px;
  }
  .trigger .trigger-image img {
    width: 660px;
    top: -60%;
    left: -30%;
  }
  footer .contact-box .contact-item.contact-icons a img {
    width: 32px;
  }
  footer .contact-box .contact-item.contact-icons a {
    margin-right: 20px;
  }
  .reviews .review-item .review-frame img {
    border-radius: 26px;
    position: relative;
    top: -5px;
  }
  .reviews .review-item .review-frame .bottom-panel {
    bottom: 9px;
    left: 11px;
    width: 258px;
  }
  .reviews .review-item .review-frame .bottom-panel.panel-viber {
    height: 81px;
  }
  .reviews .review-item .review-frame .bottom-panel.panel-tg {
    height: 56px;
  }
  .reviews .review-item .review-frame {
    padding: 8px;
    height: 580px;
    border-radius: 31px;
  }
  .reviews .review-item .review-frame .top-panel {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 260px;
  }
  .reviews .review-item .review-frame .top-panel.panel-viber {
    height: 67px;
  }
  .reviews .review-item .review-frame .top-panel.panel-tg {
    height: 68px;
  }
  .reviews .carousel-cell {
    width: 33.33333%;
  }
  .custom-list li {
    margin-bottom: 5px;
  }
  .sertificates .column {
    position: relative;
    width: 90%;
    margin: auto;
  }
  .sertificates .column.third-column, .sertificates .column.sec-column {
    margin-top: 0;
  }
  .sertificates .col-md-12 {
    padding: 0;
  }
  .sertificates .row {
    margin: 0;
  }
  .sertificates {
    height: 700px;
    overflow-y: auto;
  }
  .sertificates .sert img {
    width: 100%;
  }
  .flickity-prev-next-button.next {
    right: 33%;
  }
  .flickity-prev-next-button.previous {
    left: 33%;
  }
  .flickity-prev-next-button {
    top: auto;
    bottom: -70px;
  }
  section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  h2, .h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 35px;
  }
  .default-btn {
    min-width: 300px;
    padding: 0 40px;
    font-size: 18px;
    line-height: 60px;
  }
  h1 {
    font-size: 43px;
    line-height: 48px;
  }
  .bullets img {
    width: 20px;
  }
  .date {
    margin-bottom: 20px;
  }
  body, p {
    font-size: 15px;
  }
  .date .text {
    font-size: 14px;
    line-height: 18px;
  }
  .date .label {
    line-height: 31px;
    font-size: 13px;
    padding: 3px 20px 0 17px;
    margin-left: 18px;
  }
  .dots, .dots2 {
    display: none;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .thanks-page .basil {
    display: none;
  }
  .thanks-page .thanks-content {
    padding-top: 115px;
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .video .button-holder {
    margin-top: 25px;
  }
  .video .video-holder {
    width: 100%;
    border-radius: 12px;
  }
  .accordion.programs-accordion .btn-link .program-label {
    width: 100px;
    min-width: 100px;
  }
  .accordion.programs-accordion .btn-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 35%;
  }
  .accordion.programs-accordion .btn-link .text {
    white-space: normal;
    line-height: 1.3;
  }
  .accordion.programs-accordion .program-list {
    width: 48%;
  }
  .accordion.programs-accordion .card-body-holder .program-img {
    width: 36%;
  }
  .accordion .card-body {
    font-size: 14px;
  }
  .be-shure .subtitle span {
    font-size: 18px;
    display: inline-block;
    width: 75%;
  }
  .custom-list li:before {
    left: -20px;
    top: 5px;
    width: 8px;
    height: 8px;
  }
  .custom-list {
    padding-left: 23px;
  }
  .be-shure .be-shure-item {
    margin-bottom: 15px;
    height: auto;
  }
  .be-shure .be-shure-item .image {
    height: 350px;
  }
  .be-shure .be-shure-item .content br {
    display: none;
  }
  .advantages .basil1 {
    max-width: 100%;
  }
  .advantages .basil2 {
    display: none;
  }
  .advantages .adv-item .item-holder br {
    display: none;
  }
  .advantages .hidden-device {
    display: none;
  }
  .advantages h4 img {
    width: 36px;
    min-width: 36px;
    margin-right: 15px;
  }
  .advantages .adv-item .item-holder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 5;
    width: 100%;
    margin-bottom: 15px;
  }
  .advantages .adv-item .item-holder {
    padding: 20px 15px;
    height: 160px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    margin-bottom: 15px;
  }
  .about .circles {
    bottom: -7px;
    width: 140px;
    height: 140px;
  }
  .about .about-author-info {
    display: block;
  }
  .about .about-author-img {
    position: relative;
    width: 190px;
    margin: auto;
  }
  .about .about-author-img .image {
    width: 135px;
    height: 165px;
    top: 6px;
    left: 3px;
  }
  .about .about-info-titles {
    padding-left: 0;
    position: relative;
    z-index: 3;
    margin-top: 20px;
  }
  .about .about-info-titles .subtitle {
    width: 100%;
  }
  .about .about-info-titles .quote {
    width: 100%;
    margin-top: 25px;
  }
  .about .about-info-titles .caption {
    text-align: center;
  }
  .about .about-info-titles h2 {
    text-align: center;
  }
  .about .about-info-titles .subtitle {
    text-align: center;
  }
  .thanks-page .caption br {
    display: none;
  }
  .thanks-page .thanks-image {
    position: absolute;
    max-width: 28%;
    right: 0;
    top: 5%;
  }
  .thanks-page .button-box .content br {
    display: none;
  }
  .thanks-page .button-box .content {
    padding-right: 10%;
  }
  .thanks-page .button-box {
    padding: 30px 15px;
  }
  .thanks-page .caption p, .thanks-page .button-box .content {
    font-size: 16px;
    line-height: 20px;
  }
  .prices .table-bottom .pie-payment .price-box {
    margin-bottom: 15px;
  }
  .prices .basil2 {
    width: 140px;
    top: auto;
    bottom: 0;
  }
  .prices .basil1 {
    display: none;
  }
  .modal.custom-modal .modal-heading {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }
  .default-btn.large-btn {
    line-height: 75px;
    font-size: 24px;
    width: 440px;
  }
  .price-box .price-old {
    display: none;
  }
  .price-old.price-old-mob {
    top: auto;
    left: 15px;
    bottom: 15px;
  }
  .accordion .card-body {
    font-size: 15px;
    line-height: 21px;
  }
  .accordion .card {
    border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
  }
  h1 {
    font-size: 36px;
    line-height: 45px;
  }
  header .header-title {
    height: 34px;
  }
  header .author-tooltip p {
    font-size: 14px;
  }
  header .header-image {
    background-size: 68%;
    background-position: 189% bottom;
  }
  header .author-tooltip {
    width: 165px;
    height: auto;
    padding: 20px 15px;
    background-image: none;
    background-color: #fff;
    border-radius: 12px;
  }
  header .author-tooltip ul {
    list-style: disc;
    padding-left: 15px;
  }
  header .author-tooltip p span {
    font-size: 16px;
  }
  header .bullets {
    font-size: 14px;
  }
  header .caption {
    font-size: 14px;
    line-height: 20px;
  }
  header .subtitle {
    font-size: 15px;
    line-height: 20px;
  }
  .prices .default-btn {
    font-size: 18px;
    min-width: 220px;
    padding: 0 30px;
    line-height: 48px;
  }
  .prices .table-body p {
    line-height: 19px;
  }
  .prices .table-body p br {
    display: none;
  }
  .prices .table-column .table-top .table-label {
    height: 43px;
    margin-left: auto;
    padding: 2px 20px 0px;
  }
  .prices .table-column .table-top {
    height: 66px;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    padding: 10px;
  }
  .prices .table-column .table-top .table-label span {
    font-size: 18px;
  }
  .prices .default-btn.large-btn {
    font-size: 17px;
    min-width: 200px;
    line-height: 60px;
    width: 285px;
    border-radius: 12px;
  }
  .prices .table-bottom .pie-payment .price-box .price-element, .prices .table-bottom .pie-payment .price-box .line {
    font-size: 24px;
  }
  .prices .table-bottom .pie-payment .price-box .price-element span {
    font-size: 13px;
    margin-left: 2px;
  }
  .trigger .default-btn.soc-btn {
    width: 325px;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-bottom: 10px;
  }
  .trigger h2 {
    line-height: 1;
  }
  .trigger .button-holder {
    margin-top: 40px;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .trigger .trigger-image {
    top: 30%;
    max-width: 46%;
  }
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .program .gift-row.mat-row .gift-item {
    height: 140px;
  }
  .program .gift-row .holder {
    border-radius: 16px;
  }
  .program .module-title.bonus-title img {
    left: -32px;
    top: -18px;
  }
  .program .gift-row p br {
    display: block;
  }
  .program .gift-row .gift-item:nth-child(1) img {
    left: auto;
    width: 170px;
    right: 0;
    top: 15px;
  }
  .program .gift-row .gift-item:nth-child(2) img {
    width: 185px;
    left: auto;
    right: 15px;
    top: 0;
  }
  .program .gift-row .gift-item:nth-child(3) img {
    width: 170px;
    left: auto;
    right: 0;
    top: 2px;
  }
  .program .gift-row .gift-item:nth-child(4) img {
    width: 180px;
    top: -1px;
    right: 10px;
  }
  .program .gift-row .gift-item:nth-child(5) img {
    top: 0px;
    right: 15px;
    width: 125px;
  }
  .program .gift-row .gift-item .holder {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .program .module-title span {
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
  }
  .program .gift-row .gift-item {
    height: 135px;
    margin-bottom: 15px;
    padding: 0;
  }
  .program .gift-row .gift-item {
    width: 100% !important;
  }
  .program .gift-row {
    display: block;
    margin: 20px 0px 0px;
  }
  .program .module-title.bonus-title img {
    width: 130px;
  }
  .program .module-title.bonus-title span.title-span {
    padding-left: 105px;
  }
  .program .gift-row .holder {
    align-items: center;
    -webkit-align-items: center;
  }
  body, p {
    font-size: 15px;
    line-height: 21px;
  }
  .program .gift-row .mat-title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .step .step-line .step-content {
    padding: 20px 20px 10px 0;
  }
  .trigger .trigger-image img {
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    margin-top: -85px;
  }
  .trigger {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  h3 {
    font-size: 22px;
    line-height: 26px;
  }
  footer .text, footer .name {
    font-size: 14px;
    line-height: 21px;
  }
  footer .name {
    margin-bottom: 0;
  }
  footer .contact-box {
    margin-bottom: 0;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  footer .contact-box .contact-item:last-child {
    margin-top: 10px;
  }
  footer .contact-box .contact-item {
    width: 100%;
  }
  footer .text {
    width: 65%;
  }
  footer .copyright .copy {
    font-size: 10px;
    line-height: 30px;
  }
  footer .copyright .links a:last-child {
    margin-left: 0;
    margin-top: 5px;
  }
  footer .copyright .links a:last-child:before {
    display: none;
  }
  footer .copyright .links a {
    display: block;
    width: fit-content;
    font-size: 12px;
  }
  footer .text {
    width: 80%;
  }
  footer .copyright .links a:last-child:before {
    height: 17px;
    top: 0px;
  }
  footer .copyright .links {
    position: relative;
    top: 0;
  }
  footer .footer-left, footer .footer-right {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  footer .contact-box .contact-item {
    line-height: 1.5;
  }
  footer .name {
    display: none;
  }
  footer .text br {
    display: none;
  }
  footer .pay-icons {
    margin-top: 15px;
  }
  footer .contact-box .contact-item.contact-icons {
    margin-top: 30px;
  }
  .swiper-btns {
    margin-top: 20px;
  }
  .swiper-btns-holder {
    width: 720px;
    padding-bottom: 25px;
  }
  .reviews {
    padding-bottom: 45px;
    overflow: hidden;
  }
  .reviews-holder {
    width: 939px;
  }
  .flickity-prev-next-button.next {
    right: 41%;
  }
  .flickity-prev-next-button.previous {
    left: 41%;
  }
  .sertificates .column {
    position: relative;
    width: 100%;
    margin: auto;
  }
  .sertificates {
    margin-top: 30px;
    height: auto;
  }
  .pains .pains-item p {
    padding-left: 15px;
    padding-right: 15px;
  }
  h1 br {
    display: none;
  }
  h1 {
    font-size: 60px;
    line-height: 60px;
  }
  h2, .h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 35px;
  }
  .step .step-line .step-content br {
    display: none;
  }
  .step .step-line .step-content {
    width: 87%;
  }
}
@media (min-width: 768px) {
  .accordion.programs-accordion .btn-link .text br {
    display: none;
  }
  .btn-panel {
    display: none;
  }
  header .bullets br {
    display: none;
  }
  header {
    background-image: url(../images/header/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .program .module-title.bonus-title br {
    display: none;
  }
  .visible-device {
    display: none;
  }
  .be-shure .subtitle {
    text-align: center;
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .price-old.price-old-mob {
    display: none;
  }
}
@media (max-width: 767px) {
  .faq {
    padding-bottom: 40px;
  }
  .be-shure h2 {
    margin-bottom: 10px;
  }
  .be-shure .default-btn {
    margin: 10px auto 0;
  }
  .step .default-btn {
    margin: 10px auto 0;
  }
  .advantages .adv-item:last-child .item-holder {
    margin-bottom: 0;
  }
  .accordion.programs-accordion .program-list li .num {
    font-family: 'Evolventa-Bold';
    font-size: 18px;
    padding-top: 2px;
  }
  .accordion.programs-accordion .program-list {
    width: 100%;
  }
  .accordion.programs-accordion .card-body-holder .program-img {
    width: 100%;
    height: 190px;
    min-height: 150px;
    border-radius: 12px;
    margin-bottom: 15px;
  }
  .accordion.programs-accordion .card-body-holder {
    flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
  .accordion.programs-accordion .btn-link .text {
    padding-right: 0;
  }
  .accordion.programs-accordion .btn-link .heading-img {
    width: 85px;
    height: 60px;
    transform: none;
    border-radius: 8px;
    right: 10px;
    top: auto;
    bottom: 10px;
  }
  .accordion.programs-accordion .btn-link .icons {
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    top: 11px;
  }
  .accordion.programs-accordion .btn-link .program-label {
    font-size: 17px;
    line-height: 33px;
    padding: 0px 16px;
    margin-right: 0;
    width: 100px;
    min-width: 100px;
    white-space: nowrap;
    margin-bottom: 15px;
  }
  .accordion.programs-accordion .btn-link {
    padding-top: 10px;
    min-height: 130px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 15%;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .be-shure .be-shure-item .content br {
    display: block;
  }
  body, p {
    font-size: 14px;
    line-height: 21px;
  }
  .accordion .card-body {
    font-size: 14px;
    line-height: 21px;
  }
  .advantages .adv-item.item-wide .item-holder .image {
    width: 40px;
    min-width: 40px;
  }
  .advantages .adv-item.item-wide .item-holder {
    height: auto;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.08);
  }
  .advantages .adv-item .item-holder br {
    display: block;
  }
  .advantages .adv-item img {
    height: auto;
    width: 36px;
    max-height: 40px;
  }
  .advantages h2 {
    margin-bottom: 20px;
  }
  .advantages .adv-item .item-holder {
    margin-bottom: 15px;
  }
  .advantages .adv-row {
    margin: 0;
  }
  .advantages .adv-item {
    width: 100% !important;
  }
  .about .circles {
    bottom: -6px;
    width: 150px;
    height: 150px;
  }
  .about .about-author-img .image {
    width: 180px;
    height: 225px;
    top: 4px;
    left: 3px;
  }
  section.about {
    padding-top: 40px;
  }
  .about .about-content .custom-list {
    padding-right: 10px;
  }
  .thanks-page header .top-panel .holder {
    margin: auto;
  }
  .thanks-page h1 {
    font-size: 40px;
    line-height: 1;
  }
  .thanks-page .thanks-content {
    padding-top: 30px;
    position: relative;
    z-index: 2;
  }
  .thanks-page {
    padding-bottom: 40px;
  }
  .thanks-page .button-box {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .thanks-page .button-box .content {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .default-btn.soc-btn {
    padding-left: 25px;
    line-height: 50px;
    font-size: 16px;
    padding-right: 25px;
    min-width: 220px;
  }
  .thanks-holder {
    text-align: center;
  }
  .thanks-page header .top-panel {
    background-color: transparent;
  }
  .thanks-page .subtitle {
    font-size: 20px;
    line-height: 30px;
  }
  .thanks-page .caption {
    width: 80%;
    margin: 15px auto 40px;
  }
  .thanks-page .basil {
    position: absolute;
    left: 4%;
    top: 66%;
    width: 185px;
  }
  .thanks-page .caption span {
    font-size: 13px;
  }
  .default-btn.large-btn {
    justify-content: center !important;
    -webkit-justify-content: center !important;
  }
  .modal.custom-modal .modal-heading span {
    display: block;
  }
  .form-control.custom-input {
    line-height: 55px;
    height: 55px;
  }
  .prices {
    padding-bottom: 35px;
  }
  .prices .table-body li {
    border: none;
    padding: 5px 15px;
  }
  .prices .table-bottom .pie-payment {
    border-radius: 12px;
    padding: 12px 0 0;
  }
  .prices .table-column.column-standart {
    border: 1px solid #C4C8D1;
  }
  .prices .table-column.column-plus {
    border: 2px solid #725cc3;
  }
  .prices .table-column.column-plus:before, .prices .table-column.column-plus:after {
    display: none;
  }
  .prices .table-column {
    box-shadow: 2px 1px 7px 0px rgba(185, 188, 193, 0.28);
    margin-bottom: 15px;
    background-color: #ffffff;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    width: 100%;
  }
  .prices .table-wrapper {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .default-btn.large-btn img {
    width: 28px;
  }
  .default-btn.large-btn {
    border-radius: 12px;
    line-height: 70px;
    font-size: 19px;
    padding: 0px 15px;
    width: 100%;
    letter-spacing: -0.02em;
  }
  header .button-holder {
    padding: 10px;
    width: 100%;
  }
  header .basil {
    position: absolute;
    right: -15px;
    bottom: -34px;
    width: 150px;
  }
  .modal.custom-modal .apply {
    margin-top: 0;
  }
  .modal.custom-modal .close {
    right: 15px;
    top: 15px;
  }
  .modal.custom-modal .default-btn {
    font-size: 17px;
    line-height: 60px;
    width: 100%;
  }
  .modal.custom-modal .modal-heading br {
    display: none;
  }
  .modal.custom-modal .modal-heading {
    font-size: 16px;
    line-height: 21px;
  }
  .date {
    margin-bottom: 10px;
    top: 0;
  }
  .modal.custom-modal .modal-body {
    padding: 40px 15px 15px;
  }
  .modal.custom-modal .modal-content {
    width: 95%;
  }
  .modal.custom-modal .trigger-price-element.price-element {
    padding-left: 30px;
  }
  .date {
    margin-bottom: 10px;
    top: 0;
  }
  .modal.custom-modal .modal-body {
    padding: 40px 15px 15px;
  }
  .modal.custom-modal .modal-content {
    width: 95%;
  }
  .modal.custom-modal .trigger-price-element.price-element {
    padding-left: 30px;
  }
  header .header-mob-title {
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 100%;
  }
  header {
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/header/bg-mob.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  header .bullets {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  header .bullets li {
    font-size: 14px;
    line-height: 17px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
  }
  header .bullets li:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  header .bullets li img {
    min-width: 20px;
  }
  header .caption {
    font-size: 14px;
    line-height: 17px;
    width: 70%;
  }
  header .caption br {
    display: none;
  }
  header .subtitle {
    font-size: 12px;
    line-height: 16px;
  }
  header .top-panel {
    padding-top: 15px;
  }
  header .top-panel .holder {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    padding: 5px;
    width: fit-content;
  }
  header .header-author-mob {
    position: absolute;
    right: 0;
    bottom: 125px;
    width: 215px;
  }
  header .header-author-mob .tooltip-trigger {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    background: linear-gradient(47deg, #ec12af 15.74%, #d41263 71.59%);
    background: -webkit-linear-gradient(47deg, #ec12af 15.74%, #d41263 71.59%);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 75%;
    left: 57%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
  header .header-author-mob .header-image-mob {
    max-width: 100%;
  }
  header .header-image {
    display: none;
  }
  header .top-panel .logo {
    width: 85px;
  }
  header.default-header .top-panel .logo {
    width: 85px;
    margin: auto;
  }
  header.default-header .top-panel {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
  }
  header {
    position: relative;
  }
  .prices .button-holder .default-btn {
    margin: 0 auto;
  }
  .trigger .button-holder {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }
  .trigger .default-btn.soc-btn {
    width: 300px;
  }
  .swiper-btns-holder {
    width: auto;
    padding-bottom: 0;
  }
  .reviews-holder {
    width: auto;
  }
  .program .gift-row .gift-item.item-wide p br {
    display: none;
  }
  .program .module-title.bonus-title {
    padding-left: 0px;
  }
  .program .module-title.bonus-title img {
    width: 120px;
    left: auto;
    right: 25px;
    top: -30px;
  }
  .program .module-title.bonus-title span.title-span {
    text-align: left;
    padding: 4px 30px;
  }
  .accordion.steps-accordion .btn-link .text {
    padding-right: 14%;
  }
  .accordion.steps-accordion .btn-link .name {
    font-family: 'Evolventa-Bold';
  }
  .accordion.steps-accordion .btn-link .num {
    font-family: 'Evolventa-Bold';
    font-size: 14px;
    opacity: 1 !important;
  }
  .accordion.steps-accordion .card-header .image {
    margin-right: 10px;
  }
  .accordion.steps-accordion .card-header .image img {
    width: 30px;
    min-width: 30px;
  }
  .hidden-device {
    display: none;
  }
  section.pains {
    padding-bottom: 45px;
  }
  .default-btn.soc-btn {
    padding-left: 25px;
    line-height: 50px;
    font-size: 16px;
    padding-right: 25px;
    min-width: 220px;
  }
  .accordion .btn-link {
    white-space: normal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    line-height: 20px;
  }
  .accordion .btn-link .text {
    padding-right: 20%;
  }
  .accordion .card {
    border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    background-color: #ffffff;
    margin-bottom: 15px;
    border: 1px solid #dfe0e2;
    background: #FFF;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.08);
  }
  .accordion .card-body {
    padding: 0px 15px 20px 45px;
  }
  .accordion .btn-link .num {
    line-height: 1;
    position: relative;
    margin-right: 15px;
    font-size: 15px;
  }
  .accordion .btn-link .icons:after {
    border-radius: 9px;
  }
  .accordion .btn-link .icons {
    border-radius: 10px;
    width: 38px;
    height: 38px;
  }
  .trigger .trigger-price .trigger-price-body {
    padding: 20px 30px 20px 50px;
  }
  .trigger .basil {
    display: none;
  }
  .trigger .trigger-image {
    top: auto;
    bottom: 5%;
    width: 96%;
    max-width: 96%;
  }
  .trigger {
    padding-top: 45px;
    padding-bottom: 250px;
  }
  .trigger .caption {
    font-size: 18px;
    width: 70%;
    margin: 0 auto;
  }
  .trigger h2 {
    font-family: 'Gilroy-SemiBold';
    text-align: center;
    margin-bottom: 10px;
    font-size: 32px;
  }
  .trigger .caption {
    text-align: center;
    margin-bottom: 20px;
  }
  .trigger .default-btn {
    line-height: 55px;
    font-size: 16px;
    margin: 0;
  }
  .default-btn .text {
    margin-right: 10px;
  }
  .trigger .trigger-price {
    width: 100%;
    margin: 15px auto 0;
  }
  .timer-holder .basil2 {
    display: none;
  }
  .timer-holder .timer-box {
    width: 260px;
  }
  .timer-holder {
    width: 100%;
    margin: auto;
    padding: 15px;
    border: 2px solid #171717;
    border-radius: 12px;
  }
  .trigger .caption span.caption-body {
    padding: 6px 17px 3px;
    border-radius: 40px;
    font-size: 26px;
  }
  .reviews {
    padding-bottom: 50px;
  }
  section {
    padding-bottom: 40px;
  }
  .reviews .swiper-slide {
    width: 280px!important;
  }
  .swiper-btns-holder {
    width: auto;
    padding-bottom: 0;
  }
  .reviews .review-item .review-frame {
    padding: 8px;
    height: 555px;
    border-radius: 33px;
  }
  .reviews .review-item .review-frame img {
    top: 0px;
  }
  .reviews .reviews-holder {
    margin-right: -15px;
  }
  .reviews .review-item {
    position: relative;
    padding: 0px 8px;
  }
  .program .module-title.bonus-title img {
    width: 120px;
  }
  .program .gift-row .gift-item {
    height: auto;
  }
  .program .gift-row .holder {
    padding: 10px 15px;
    border-radius: 16px;
  }
  .program .module-title span {
    display: inline-block;
    line-height: 19px;
    font-size: 19px;
    padding: 5px 15px;
  }
  h2 br {
    display: none;
  }
  h2, .h2 {
    margin-bottom: 20px;
  }
  .program .gift-row .gift-item:nth-child(1) img {
    left: auto;
    width: 120px;
    right: 10px;
    top: 10px;
  }
  .program .gift-row .gift-item:nth-child(2) img {
    width: 133px;
    left: auto;
    right: 5px;
    top: 8%;
  }
  .program .gift-row .gift-item:nth-child(3) img {
    width: 135px;
    left: auto;
    right: 5px;
    top: 33px;
  }
  .program .gift-row .gift-item:nth-child(4) img {
    width: 125px;
    top: 4px;
    right: 10px;
  }
  .program .gift-row .gift-item:nth-child(5) img {
    top: 10px;
    right: 15px;
    width: 100px;
  }
  .program .gift-row p br {
    display: none;
  }
  .program .gift-row .gift-item .holder {
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.08);
  }
  .program .gift-row p {
    font-size: 15px;
    line-height: 21px;
    width: 62%;
  }
  .program .gift-row .mat-title {
    font-size: 20px;
    line-height: 24px;
  }
  .program .module-title span span {
    padding-left: 0;
    padding-right: 0;
  }
  .program .module-title.bonus-title {
    margin-bottom: 5px;
  }
  .program .gift-row {
    margin: 25px 0px 0px;
  }
  .sertificates .column {
    position: relative;
    width: auto;
    margin: auto;
    display: flex;
  }
  .sertificates {
    margin-top: 30px;
    height: auto;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 5px;
  }
  .sertificates .row .col-md-4 {
    padding: 0;
    width: auto;
  }
  .sertificates .sert {
    margin-right: 10px;
  }
  .sertificates .sert img {
    width: auto;
    height: 116px;
    max-width: fit-content;
  }
  .sertificates .row {
    margin: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .custom-list li {
    margin-bottom: 8px;
    position: relative;
  }
  .pains .pains-holder {
    display: block !important;
  }
  .pains .button-holder .default-btn {
    margin-top: 35px;
  }
  .pains .dots {
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  .pains .pains-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
  }
  .pains .pains-item:last-child .image {
    background-position: 7px bottom;
    background-size: 101px;
  }
  .pains .pains-item p {
    width: 70%;
    padding: 0;
  }
  .pains .pains-item p br {
    display: none;
  }
  .pains .pains-item p span {
    display: inline;
    background-color: #ffd458;
    font-family: 'Evolventa-Bold';
    border-radius: 3px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.17);
    line-height: 1;
    padding: 0px 5px;
  }
  .pains .pains-item .image {
    width: 110px;
    min-width: 110px;
    height: 116px;
    margin-right: 20px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 0;
  }
  .pains .pains-item .image:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid #dfe0e2;
    width: 100px;
    height: 100px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    z-index: -1;
  }
  .pains .pains-item .image span {
    display: block;
    font-size: 12px;
    position: absolute;
    left: 10px;
    bottom: 75px;
    line-height: 1;
  }
  footer .contact-box .contact-item.contact-icons {
    margin-top: 0;
  }
  footer .contact-box .contact-item.contact-icons a {
    margin-right: 30px;
  }
  footer .contact-box .contact-item.contact-icons a img {
    width: 36px;
  }
  footer {
    padding-bottom: 90px;
    padding-top: 45px;
    position: relative;
    background-color: #282828;
    font-family: 'Gilroy-Light';
    color: #ffffff;
  }
  footer .footer-left {
    padding-top: 0;
  }
  footer .name {
    display: block;
  }
  footer .text {
    width: 100%;
  }
  footer .text br {
    display: block;
  }
  footer .row {
    flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
  footer .footer-right {
    padding-top: 0;
  }
  footer .copyright {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  footer .copyright .copy {
    font-size: 12px;
    line-height: 16px;
    opacity: 0.6;
  }
  footer .copyright .links {
    margin-bottom: 30px;
  }
  footer .copyright .links a {
    color: #ffffff;
    opacity: 0.6;
    text-decoration: underline;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
  }
  footer .copyright .links a:after {
    display: none;
  }
  footer .contact-info {
    padding-top: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09999999999999998);
    padding-bottom: 25px;
  }
  footer .contact-info .text {
    font-size: 14px;
    line-height: 22px;
    opacity: 0.6;
  }
  footer .contact-box {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09999999999999998);
    padding-bottom: 10px;
  }
  footer .contact-box.contact-icons {
    margin-top: 0;
  }
  footer .contact-box a {
    color: #ffffff;
    display: inline-block;
    position: relative;
    line-height: 1;
    font-size: 20px;
    margin-top: 0;
  }
  footer .contact-box a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  footer .pay-icons {
    position: absolute;
    right: 0;
    bottom: 15px;
  }
  footer .pay-icons img {
    width: 45px;
    display: block;
    margin-bottom: 10px;
  }
  footer .contact-item {
    margin-bottom: 15px;
  }
  footer .contact-item.contact-icons a img {
    width: 36px;
  }
  footer .contact-item .soc-icons a {
    text-decoration: none;
    margin-right: 30px;
  }
  footer .contact-item .soc-icons a:last-child {
    margin: 0;
  }
  footer .contact-item .soc-icons a:after {
    display: none;
  }
  footer .contact-item .name {
    opacity: 0.6;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
  }
  footer h5 {
    font-size: 22px;
    line-height: 1;
    color: #ffffff;
    font-family: 'Gilroy-SemiBold';
    margin-bottom: 20px;
  }
  .back-link {
    text-align: center;
  }
  .default-wrapper h2, .default-wrapper h3 {
    text-align: center;
  }
  .default-wrapper h1 {
    text-align: center;
  }
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  h1 {
    font-size: 36px;
    line-height: 34px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .bullets img {
    margin-right: 10px;
    position: relative;
    top: -3px;
  }
  .default-btn .icon {
    font-size: 30px;
  }
  .prices .table-bottom {
    padding: 15px;
  }
  .prices .default-btn.large-btn {
    width: 100%;
  }
  .prices .table-bottom .pie-payment {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .modal.custom-modal .default-btn {
    width: 100%;
  }
  .be-shure .subtitle {
    margin-bottom: 25px;
  }
  body, p {
    font-size: 15px;
    line-height: 21px;
  }
  .be-shure .subtitle span {
    font-size: 14px;
    display: inline-block;
    width: fit-content;
    padding: 3px 10px;
  }
  .be-shure .be-shure-item .image {
    height: 195px;
  }
  .thanks-page .thanks-image {
    max-width: 60%;
    right: 0;
    top: auto;
    bottom: 2%;
  }
}
