* {
  outline: none !important;
  box-sizing: border-box;
}
body {
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
div, section {
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.flex10 {
  width: 10%;
}
.flex20 {
  width: 20%;
}
.flex25 {
  width: 25%;
}
.flex33 {
  width: 33.333333%;
}
.flex50 {
  width: 50%;
}
.flex66 {
  width: 66.6666666%
}
.flex70 {
  width: 70%;
}
.flex80 {
  width: 80%;
}
.flex90 {
  width: 90%;
}
.flex100 {
  width: 100%;
}
.header {
  border-top: 3px solid #73c939;
}
.header .flex {
  align-items: center;
}
.logo {
  padding: 25px 0;
}
.logo img {
  max-width: 240px;
}
.discountForOrder {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.dfoIcon {
  width: 20%;
  padding: 10px;
  max-width: 75px;
}
.dfoIcon svg {
  fill: #73c939;
}
.dfoText {
  width: 80%;
  padding-left: 15px;
  max-width: 300px;
}
.dfoText strong {
  color: #73c939;
}
.dfoText span {
  display: block;
}
.phoneItem {
  display: flex;
  justify-content: flex-end;
  align-items: start;
  flex-wrap: wrap;
}
.phoneIcon {
  width: 20%;
  max-width: 50px;
}
.phoneIcon svg {
  fill: #73c939;
}
#phone_mask {
  display: inline-block;
  color: #0081ff;
  border-bottom: 1px dotted;
  font-size: 20px;
  cursor: pointer;
}
.phone {
  padding-left: 15px;
}
#phone_title a {
  display: block;
  color: #333;
  font-weight: bold;
  text-decoration: none !important;
  font-size: 20px;
}
.phone_description {
  font-size: 13px;
  margin-top: 5px;
  color: #808080;
}
.offer {
  padding: 40px 0px 80px 0;
  color: #fff;
}
.offer:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 0;
}
.offer h1 {
  font-size: 56px;
  font-weight: 400;
  margin: 0;
  padding: 30px 0;
  position: relative;
}
.offer h1:after {
    content: "от 400 руб.";
    background: #73c939;
    position: absolute;
    width: 160px;
    font-size: 24px;
    text-align: center;
    padding: 10px;
    top: -20px;
    right: 0;
    border-radius: 30px 30px 30px 0;
    font-weight: bold;
}
.offerFree {
    background: #fc0;
    display: inline-block;
    color: #333;
    padding: 10px 15px;
    font-size: 20px;
    z-index: 3;
    margin-bottom: 20PX;
}
.offerFree:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    right: -10px;
    transform: skew(-15deg);
    background: #fc0;
}
.offerText {
  font-size: 24px;
  margin-bottom: 20px;
}
.offerBenefit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.benefitIcon {
  width: 20%;
  color: #fc0;
  padding-right: 10px;
}
.benefitText {
  width: 80%;
  padding: 15px;
}
.orderButtonWrapper {
  margin-top: 20px;
}
.orderButton {
  background: #64b92b;
  max-width: 300px;
  text-align: center;
  font-size: 22px;
  padding: 18px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-out;
  color: #fff;
}
.orderButton:hover {
  background: #73c939;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
}
.warning {
  background: #fd4e4e;
  padding: 15px 0;
}
.warning .flex {
  align-items: center;
  color: #fff;
}
.flex10.warningIcon svg {
  max-width: 60px;
}
.warningMessage {
  font-size: 19px;
}
.special {
  background: #f3f1e8;
  padding: 40px 0;
}
.sectionHeading {
  font-size: 48px;
  color: #333;
}
.specialText {
  color: #555;
}
.specialHeading span {
  display: inline-block;
  background: #fc0;
  padding: 10px 15px;
  position: relative;
  font-size: 20px;
}
.specialHeading span:after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 100%;
  background: #fecc00;
  top: 0;
  right: -5px;
  transform: skew(-10deg);
}
.specialOffers.flex {
  margin-top: 30px;
}
.soTitle {
  font-size: 20px;
  padding: 10px 0;
}
.soImg img {
  border-radius: 10px;
  max-width: 200px;
}
.benefits {
  padding: 40px 0;
}
.benefitLure {
  margin: 30px 0;
  background: #fc0;
  padding: 10px 15px;
  transform: skew(-10deg, 0deg);
  text-align: center;
  font-size: 20px;
}
.benefitHeading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 2px solid #73c939;
  padding-bottom: 10px;
}
.benWrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.benefitItem {
  width: 24%;
}
.benIcon {
  width: 20%;
  color: #73c939;
  display: flex;
  align-items: center;
  min-height: 60px;
}
.benIcon svg {
  max-width: 50px;
  max-height: 50px;
  width: 100%;
}
.benDesc {
  font-size: 15px;
  padding: 20px 0;
}
.problemsWrapper {
  background: #f3f1e8;
  padding: 40px 0;
}
.problems ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.problems ul li {
  display: block;
  position: relative;
  font-size: 20px;
  margin-bottom: 10px;
}
.problems ul li:before {
  content: url(/images/check.svg);
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.problemSolving {
  background: #fc0;
  padding: 10px;
  text-align: center;
  font-size: 18px;
}
.modalClose {
  width: 40px;
  height: 40px;
  background: #ff6c6c;
  border-radius: 50%;
  margin: 20px auto;
  cursor: pointer;
}
.modalClose:before, .modalClose:after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 18px;
  left: 8px;
  border-radius: 3px;
  transform: rotate(45deg);
}
.modalClose:before {
  transform: rotate(-45deg);
}
.modal {
  background:rgba(0, 0, 0, 0.75);
  background-attachment:fixed;
  position:fixed;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  overflow-x:hidden;
  z-index:10000;
  backdrop-filter: blur(8px);
}
.modal_close {
  font-weight:normal;
  font-style:normal;
  font-size:36px;
  color: #b7cd4b;
  cursor:pointer;
  margin-top:30px;
  margin-bottom:30px;
}
.form {
  margin-top:30px;
  margin-bottom:30px;
}
.modalInner {
  max-width: 600px;
  margin: 20px auto;
  background: aliceblue;
  text-align: center;
  border-radius: 7px;
  padding: 0 15px 15px;
}
.modalInvite {
  font-size: 18px;
  padding: 15px;
}
.services {
  padding: 40px 0;
}
.servicesFlex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 30px;
}
.service {
  width: 24%;
  margin-right: 4px;
  float: left;
  margin-bottom: 25px;
}
.serviceList {
  padding: 15px 0;
}
.serviceTitle {
  font-size: 20px;
  padding: 7px 0;
  color: #73c939;
  border-bottom: 2px solid;
  font-weight: bold;
}
.serviceList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.serviceList ul li {
  padding: 5px 5px 5px 15px;
}
.serviceList ul li:before {
  content: '';
  display: inline-block;
  border: 6px solid transparent;
  border-left: 6px solid #64b92b;
}
.specialReminder {
  text-align: center;
  font-size: 18px;
  background: #fecc00;
  padding: 15px;
  border-radius: 15px 0;
}
.reviews {
  padding: 40px 0;
  background: #f3f1e8;
}
.reviewFlex {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.reviewFlex a {
  display: block;
  width: 15%;
  border: 2px solid #73c939;
  border-radius: 3px;
  background: #fff;
  cursor: zoom-in;
}
.lg-actions {
  position: initial;
}
.lg-backdrop {background-color: #e4e4e4;}
.lg-sub-html, .lg-toolbar {
  background-color: rgb(211, 211, 211);
  color: #333;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgb(211, 211, 211);
}
.stepsFlex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 30px 0;
}
.step {
  width: 24%;
}
.stepImg {
  max-height: 55px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.stepImg svg {
  height: 100%;
  color: #73c939;
  width: 55px;
  max-height: 55px;
}
.steps {
  padding: 40px 0;
}
.stepDesc {
  font-size: 15px;
  margin-top: 15px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.stepInvite {
  background: #fecc00;
  text-align: center;
  font-size: 24px;
  padding: 15px;
}
.payments {
  padding: 40px 0;
  border-top: 3px solid #fc0;
}
.paymentFlex {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.payment {
  width: 16%;
}
.paymentIcon {
  color: #73c939;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.paymentIcon svg {
  max-width: 50px;
  height: 50px;
}
.paymentInvite {
  background: #fc0;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
}
.objections {
    padding: 40px 0;
    background: #f3f1e8;
}
.questions {
    background: #fff;
    border-radius: 7px;
    margin: 30px 0;
}
.question {
    border-top: 1px solid #ddd;
}
.question:first-child {
    border-top: none;
}
.accordionLink {
  position: relative;
      font-size: 18px;
      color: #143eaa;
      text-decoration: none;
      cursor: pointer;
      padding: 15px 15px 15px 40px;
}
.accordionLink.active:before {
  content: '';
  position: absolute;
  top: 26px;
  left: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #73c939;
  border-right: 2px solid #73c939;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}
.accordionLink:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #73c939;
  border-right: 2px solid #73c939;
  transform: rotate(135deg);
  transition: all 0.3s ease;
}
.accordionContent {
  display:none;
  font-size: 16px;
  color: #333;
  padding: 0 15px 15px 40px;
}
.accordionContent.active {
  display:block;
}
.questionInvite {
    background: #fc0;
    text-align: center;
    font-size: 18px;
    padding: 15px;
}
.support {
    padding: 40px 0;
}
.teamInvine {
    font-size: 20px;
    text-align: center;
    background: #fc0;
    padding: 15px;
    margin: 20px 0 30px;
}
.teamFlex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.teamItem {
    width: 24%;
    text-align: center;
    border: 1px solid #ddd;
    margin-bottom: 16px;
    border-radius: 10px;
}
.teamImg {
    padding: 20px 15px 10px;
}
.teamImg img {
    max-width: 160px;
    border-radius: 50%;
    border: 2px solid #ddd;
}
.teamName {
    padding: 0 15px 15px;
}
.brands {
    padding: 40px 0;
    background: #f3f1e8;
}
.brandsFlex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.brandsFlex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 30px 0;
}
.brandItem {
    width: 16%;
    margin-bottom: 15px;
}
footer {
    background: #333;
}
.footerFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0;
    color: #fff;
}
.footerItem a {
    color: #2fd4da;
    display: inline-block;
    text-decoration: none !important;
    border-bottom: 1px dotted;
}
.contactsFlex {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 30px 0;
}
.contactInfo {
    width: 38%;
    border-right: 2px solid #64b92b;
}
.contactMap {
    width: 62%;
}
.contacts {
    padding: 30px 0;
}
#bottomPhone a {
    display: block;
    font-size: 24px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
}
.thankHeading {
    font-size: 32px;
    padding: 30px 0;
    border-bottom: 2px solid #73c939;
    margin-bottom: 30px;
}
.thankMessage {
    font-size: 18px;
    color: #777;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
  .offer h1 {font-size: 50px;}
  .benefitText {
    padding: 7px;
  }
  .warningMessage {
    font-size: 16px;
  }
  .sectionHeading {
    font-size: 42px;
  }
  .benefitLure {
    font-size: 18px;
  }
  .benefitItem {
    width: 32%;
  }
  .container.footerFlex {
    padding: 15px;
  }
}
@media (max-width:768px) {
  .flex25.logoItem {
    width: 50%;
  }
  .flex25.phoneItem {
    width: 50%;
  }
  .discountForOrder {
    position: fixed;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.32);
    width: 100%;
    max-width: 300px;
    left: calc(50% - 150px);
    z-index: 9;
    top: -200px;
    transition: top 0.4s ease-out;
  }
  .discountForOrder.shown {
    top: 30px !important;
  }
  .accordionLink {
    font-size:18px;
  }
  .accordionContent {
    font-size:14px;
  }
  .flex25.offerBenefit {
    width: 50%;
    margin-bottom: 15px;
  }
  .benefitItem {
    width: 48%;
  }
  .service {
    width: 31%;
  }
  .reviewFlex a {
    width: 30%;
    margin-bottom: 25px;
  }
  .sectionHeading {
    font-size: 32px;
  }
  .step {
    width: 48%;
    margin-bottom: 30px;
  }
  .teamItem {
    width: 32%;
  }
  .brandItem {
    width: 33%;
    text-align: center;
  }
  .contactInfo {
    width: 100%;
    border-right: none;
        margin-bottom: 30px;
  }
  .contactMap {
    width: 100%;
  }
  .footerItem {
    margin-bottom: 15px;
  }
}
@media (max-width: 640px) {
  .flex25.logoItem {
    width: 100%;
    text-align: center;
  }
  .flex25.phoneItem {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
  }
  .offer h1 {
    font-size: 32px;
  }
  .offerText {
    font-size: 20px;
  }
  .flex25.offerBenefit{
    width: 100%;
  }
  .flex90.warningText {
    padding-left: 10px;
  }
  .warningMessage {
    font-size: 12px;
  }
  .offerFree {
    font-size: 16px;
  }
  .specialHeading span {
    font-size: 16px;
  }
  .flex33.specialOffer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 15px;
  }
  .soImg {
    width: 25%;
  }
  .soImg img {
    max-width: 100%;
  }
  .soTitle {
    width: 75%;
    padding-left: 15px;
    font-size: 18px;
  }
  .benefitLure {
    font-size: 16px;
  }
  .benefitItem {
    width: 100%;
    margin-bottom: 15px;
  }
  .problems ul li {
    font-size: 18px;
  }
  .problemSolving {
    font-size: 16px;
  }
  .service {
    width: 100%;
  }
  .specialReminder {
    font-size: 16px;
  }
  .reviewFlex a {
    width: 47%;
  }
  .step {
    width: 100%;
  }
  .stepInvite {
    font-size: 18px;
  }
  .paymentInvite {
    font-size: 16px;
  }
  .payment {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .paymentIcon {
    width: 20%;
  }
  .paymentTitle {
    width: 80%;
    padding: 10px;
  }
  .questionInvite {
    font-size: 16px;
  }
  .teamInvine {
    font-size: 18px;
  }
  .teamItem {
    width: 100%;
  }
  .brandItem {
    width: 47%;
  }
}
