

/* Start:/partners/css/new.css?175748149117830*/
:root {
  --text-color: #252249;
  --pink-color: #e60e80;
  --blue-color: #4079fa;
  --gray-color: #878787;
  --violet-color: #715ec1;
  --silver-color: #edebfc;

  --font-18: 18px;
  --font-24: 24px;
  --font-48: 48px;
}
#content{
  margin-top:30px;
}
.d-flex {
  display: flex;
}

.ai-c {
  align-items: center;
}

.grid {
  display: grid;
  grid-gap: 30px;
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.pink {
  color: var(--pink-color);
}

.button {
  background-color: #e50f81;
  border-radius: 8px;
  padding-left: 60px;
  padding-right: 60px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 22px;
  line-height: 140%;
  color: #ffffff;
  border: 0;
  white-space: nowrap;
}

.button:hover {
  background-color: #4079fa;
  color: #ffffff;
}

.ndash {
  display: flex;
  align-items: center;
  gap: 27px;
  font-size: var(--font-24);
  font-weight: 500;
}
.pink-ndash {
  width: 37px;
  height: 5px;
  background-color: var(--pink-color);
  border-radius: 2px;
}

.banner__textBox .feedBack2__btn-alter {
  background-color: #fff;
  border: 1px solid var(--pink-color);
  color: var(--pink-color);
}


.banner__textBox .feedBack2__btn-alter:hover,
.banner__textBox .feedBack2__btn-alter:focus,
.banner__textBox .feedBack2__btn-alter:active {
  background-color: #fff;
  border-color: var(--blue-color);
  color: var(--blue-color);
}

.cloudPage {
  font-family: "Lato", sans-serif;
  color: var(--text-color);
}

.cloudPage {
  h1,
  h2 {
    color: var(--text-color);
    font-weight: 900;
  }
  h2 {
    font-size: var(--font-48);
    line-height: 130%;
    font-weight: 900;
    margin-bottom: 30px;
  }

  .number {
    font-style: normal;
    font-weight: 300;
    color: var(--violet-color);
    line-height: 100%;
  }
  .banner{
    background:none;
  }
  .banner__row {
    align-content: baseline;
    align-items: start;
    min-height: 500px;
    margin-top: 56px;
  }

  .banner__textBox {
    max-width: 630px;
  }

  .banner__title {
    font-weight: 900;
    font-size: var(--font-48);
    line-height: 130%;
  }
  .banner__title:after {
    display: none;
  }
  .banner__title + p {
    gap: 20px;
  }
  .banner__textBox .ndash,
  .banner__textBox p {
    color: var(--text-color) !important;
  }
  .banner__textBox p span {
    color: var(--text-color) !important;
    font-size: var(--font-24);
    font-weight: 500;
  }

  .banner__imgBox {
    margin-right: -73px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }

  .banner__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 18px;
    background-repeat: no-repeat;
    background-position: top left 18px;
  }

  .banner__item p {
    background-color: var(--silver-color);
    padding: 50px 10px 20px 20px;
    border-radius: 10px;
    font-size: var(--font-18);
    font-weight: normal;
    margin-bottom: 27px;
    z-index: -1;
    min-height: 184px;
  }
  .banner__item-1 {
    background-image: url(/partners/css/../images/banner-item1.png);
  }

  .banner__item-2 {
    background-image: url(/partners/css/../images/banner-item2.png);
  }

  .banner__items a {
    margin-bottom: 0;
    margin-top: auto;
    width: 100% !important;
  }

  .advantages_main {
    margin-top: 30px;
    padding-top: 120px;
    padding-bottom: 80px;
    background: url(/partners/css/../images/mountains-min.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
  }

  .advantages_main .new-items {
    padding: 0;
    grid-gap: 0;
    background-color: rgba(255, 255, 255, 0.5);
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
    grid-row-gap: 45px;
  }

  .advantages_main .item {
    display: flex;
    flex-direction: column;
    gap: 28px;
    border-bottom: 1px solid var(--violet-color);
    border-left: 1px solid var(--violet-color);
    padding: 30px 14px 20px 25px;
    font-size: var(--font-18);
  }

  .advantages_main .item:first-child,
  .advantages_main .item:nth-child(5) {
    border-left: 0;
  }

  .advantages_main .item:nth-child(n + 5) {
    padding-top: 0;
  }

  .advantages_main .item span {
    font-size: var(--font-48);
  }
}

.notice-widget {
  padding: 20px 20px 20px 50px;
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background: url(/partners/css/../images/icon-alert.svg) no-repeat;
  background-position: top 20px left 20px;
  max-width: 260px;
  font-size: 16px;
  color: var(--gray-color);
}

#conditions-section {
  position: relative;
  margin-top: 20px;
  padding: 140px 0 100px;
  background-image: url(/partners/css/../images/clous.svg);
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #f7f6ff;

  h2 {
    text-align: center;
  }

  h2 + p {
    text-align: center;
    justify-content: center;
  }
}

#conditions-section:before,
#conditions-section:after {
  content: "";
  position: absolute;
  height: 189px;
  background-image: url(/partners/css/../images/clous.svg);
  background-repeat: repeat-x;
  width: 100%;
}

#conditions-section:before {
  margin-top: -60px;
  top: 0;
}

#conditions-section:after {
  transform: rotate(180deg);
  margin-bottom: -70px;
  bottom: 0;
  z-index: -1;
}

#conditions {
  margin: 53px 0;
}

.condition {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 10px 60px rgba(41, 20, 129, 0.06);
  border-radius: 20px;
  padding: 70px 60px 20px 60px;
  position: relative;
  text-align: center;
}

.condition img {
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
}

.condition p {
  font-size: var(--font-18);
  line-height: 150%;
  margin-bottom: 15px;
  font-weight: 500;
}

.condition span {
  font-size: 26px;
  margin-top: auto;
  margin-bottom: 0;
}

.partnership-items {
  margin-bottom: 76px;
}

.partnership-item {
  position: relative;
  padding: 146px 35px 56px;
  text-align: center;
  border-radius: 30px;
  color: #fff;
}

.partnership-item img {
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
}

.partnership-item h3 {
  line-height: 140%;
  font-size: var(--font-24);
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 auto 14px;
  max-width: 200px;
}

.partnership-item p {
  font-size: var(--font-18);
}

.bronze-partner {
  background-color: var(--violet-color);
}

.silver-partner {
  background-color: var(--silver-color);
  color: var(--text-color);
}

.gold-partner {
  background-color: var(--pink-color);
}

.partnership-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.partnership-description p {
  max-width: 710px;
  font-size: var(--font-24);
  margin-bottom: 56px;
}

.partnership-description .button {
  margin-bottom: 32px;
}

.partnership-description .button-after-line {
  width: 2px;
  height: 40px;
  background-color: var(--violet-color);
  margin-bottom: 13px;
}

.partnership-description span {
  max-width: 480px;
  font-size: 20px;
}

#earn-section {
  margin-top: 90px;
}

.gray-label {
  font-weight: 500;
  font-size: var(--font-24);
  color: rgba(0, 0, 0, 0.25);
  padding: 21px 50px;
  box-shadow: 0px 10px 60px rgba(41, 20, 129, 0.06);
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 48px;
}

#earn-section {
  .medium-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: rgba(0, 0, 0, 0.58);
    margin-bottom: 30px;
  }
  .big-text {
    margin-top: 60px;
    font-size: 30px;
  }

  .partnership-items {
    margin-top: 48px;
  }

  .partnership-item {
    padding: 30px;
    text-align: left;
    font-size: 14px;
  }

  .partnership-item p {
    font-size: 14px;
  }

  .partnership-item img {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 80px;
    height: auto;
  }
  .partnership-item-title {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
  }

  .partnership-item h3 {
    font-size: 22px;
    max-width: auto;
    text-align: left;
  }

  .partner-sum {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 30px;

    gap: 10px;

    &.bordered {
      border-bottom: 1px solid #fff;
      padding-bottom: 30px;
    }
  }

  .plus {
    font-size: 22px;
    text-align: center;
    display: block;
    color: #000;
  }

  .white-plus {
    color: #fff;
  }

  .silver-partner .partner-sum {
    border-color: var(--text-color);
  }

  .partner-sum p {
    font-size: var(--font-18);
  }

  .partner-sum span {
    color: var(--pink-color);
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 10px;
    background: #fff;
    white-space: nowrap;
    font-weight: 600;
  }

  .result {
    font-size: var(--font-24) !important;
    margin-bottom: 30px;
  }

  .total {
    border-radius: 10px;
    background-color: #fff;
    padding: 20px 10px;
    font-weight: 900;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    color: var(--text-color);
  }

  .all-total {
    font-size: var(--font-24);
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 10px;
    color: #fff;
    background-color: var(--pink-color);
    margin-top: 30px;
  }

  ul {
    margin: 36px 0 63px;
    gap: 20px;
    display: flex;
    flex-direction: column;

    .number {
      font-size: var(--font-48);
    }

    li {
      display: flex;
      align-items: center;
      gap: 30px;
      font-size: var(--font-24);
    }
  }

  .earn-next {
    gap: 66px;

    img {
      object-fit: contain;
    }

    .big-text {
      margin-top: 40px;
      line-height: 105%;
      font-size: 30px;
    }

    p {
      font-size: var(--font-24);
      margin-bottom: 30px;
    }
  }

  .big-total {
    margin-top: 70px;
    font-size: 36px;
    text-align: center;

    b {
      font-weight: 900;
    }

    span {
      margin-top: 26px;
      display: block;
      background-color: var(--pink-color);
      color: #fff;
      padding: 21px 0;
      border-radius: 0 0 30px 30px;
      font-weight: 900;
    }
  }

  .earn-finish {
    background: url(/partners/css/../images/wallet-coins.png) no-repeat;
    background-position: right top;
    padding-top: 188px;
    margin-top: -110px;

    p {
      max-width: 700px;
      margin-left: 48px;
      font-size: var(--font-24);
    }
  }

  .become-partner {
    margin-top: 80px;
    display: flex;
    align-items: center;
    gap: 30px;

    .button {
      margin-right: 10px;
    }

    .button + div {
      height: 2px;
      background-color: var(--violet-color);
      width: 95px;
    }

    p {
      font-size: 20px;
      margin: 0;
    }
  }
}

.become-partner {
  margin-top: 80px;
  display: flex;
  align-items: center;
  gap: 30px;

  .button {
    margin-right: 10px;
  }

  .button + div {
    height: 2px;
    background-color: var(--violet-color);
    width: 95px;
  }

  p {
    font-size: 20px;
    margin: 0;
  }
}

#gifts-section {
  margin-top: 120px;

  #bonuses {
    gap: 50px;
    margin-top: 70px;
  }

  .bonus {
    display: flex;
    align-items: center;
    gap: 23px;
  }

  .perm-bonuses-title {
    margin-top: 70px;
    font-weight: 500;
    font-size: var(--font-24);

    text-transform: uppercase;
    color: #ffffff;
    background-color: var(--pink-color);
    padding: 20px;
    text-align: center;
    border-radius: 5px;
  }
  .perm-bonuses {
    margin-top: 70px;
  }

  .perm-bonus {
    background-color: #f7f6ff;
    padding: 30px;
    border-radius: 20px;

    .number {
      display: block;
      font-size: 64px;
      margin-bottom: 55px;
    }
  }
}

#how_become_partner-section {
  position: relative;
  margin-top: 120px;
  padding: 100px 0 100px;
  background-image: url(/partners/css/../images/clous.svg);
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #f7f6ff;

  h2 {
    text-align: center;
    margin-bottom: 60px;
  }
}

#how_become_partner-section:before,
#how_become_partner-section:after {
  content: "";
  position: absolute;
  height: 189px;
  background-image: url(/partners/css/../images/clous.svg);
  background-repeat: repeat-x;
  width: 100%;
  z-index:-1;
}

#how_become_partner-section:before {
  margin-top: -60px;
  top: 0;
}

#how_become_partner-section:after {
  transform: rotate(180deg);
  margin-bottom: -70px;
  bottom: 0;
  z-index: -1;
}

#how-cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.how-card {
  padding: 40px 44px;
  background-color: #fff;

  box-shadow: 0px 10px 60px rgba(41, 20, 129, 0.06);
  border-radius: 30px;

  p {
    max-width: 760px;
    font-size: var(--font-18);
    margin-bottom: 30px;
  }

  h3 {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 30px;
    margin-bottom: 10px;

    .number {
      font-size: 64px;
    }
  }

  a {
    color: var(--pink-color);
    font-weight: bold;

    &:hover {
      color: var(--text-color);
    }
  }
}

.how-card:first-child {
  background: url(/partners/css/../images/register-cent.jpg) no-repeat #fff;
  background-position: right center;
}

#any-questions {
  margin-top: 140px;
}

#any-questions-card {
  padding: 45px 65px 65px;
  background: url(/partners/css/../images/percent-bg-min.png) no-repeat #f7f6ff;
  background-position: right top;
  background-size: auto 100%;
  border-radius: 40px;

  h2 {
    margin-bottom: 28px;
    max-width: 613px;
  }

  .pink-delimiter {
    width: 60px;
    height: 5px;
    background-color: var(--pink-color);
    margin-bottom: 28px;
  }

  p {
    font-size: var(--font-24);
    margin-bottom: 40px;
    max-width: 456px;
  }
}

#pluses-section {
  margin-top: 125px;
  background: url(/partners/css/../images/pluses.jpg) no-repeat;
  background-position: center bottom;
  padding-bottom: 220px;

  h2 {
    margin-bottom: 54px;
  }

  .plus {
    display: flex;
    align-items: center;
    gap: 18px;
  }
}

#button-after-pluses {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 395px;
}

#types-section {
  margin-top: 130px;
  text-align: center;
  .type {
    box-shadow: 0px 10px 60px rgba(41, 20, 129, 0.06);
    border-radius: 30px;
    padding: 40px 25px;
  }

  .type p {
    font-size: var(--font-24);
    font-weight: 900;
  }

  .type .button {
    margin-top: 36px;
  }
}

#to-cloud-link {
  display: inline-block;
  font-size: var(--font-24);
  line-height: 28px;
  border-bottom: 1px solid var(--text-color);
  margin: 45px auto 0;

  &:hover {
    border-color: transparent;
  }
}

#learn-section {
  margin-top: 66px;
  h2 {
    max-width: 735px;
    margin-bottom: 62px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  p {
    font-size: var(--font-24);
    margin-bottom: 30px;
    max-width: 937px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  p + p {
    max-width: 760px;
  }
  #learn-items {
    margin-top: 60px;
    margin-bottom: 40px;
    position: relative;
  }

  #learn-items + p {
    max-width: 710px;
  }

  #learn-items:after {
    content: "";
    background-image: url(/partners/css/../images/pig.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -117px;
    right: 0;
    width: 160px;
    height: 200px;
  }

  .learn-item {
    padding: 32px 37px;
    background: #f8f7ff;
    border-radius: 20px;
    text-align: left;

    .number {
      font-size: 40px;
      margin-bottom: 40px;
      display: block;
    }

    h3 {
      font-size: 22px;
      line-height: 150%;
      margin-bottom: 12px;
    }

    p {
      font-size: var(--font-18);
      line-height: 140%;
      text-align: left;
    }
  }

  .button {
    max-width: 315px;
    margin: 50px auto 0;
  }
}

#partners-section {
  margin-top: 90px;
  h2 {
    margin-bottom: 60px;
    max-width: 650px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .partner {
    text-align: center;

    img {
      object-position: center;
    }
  }

  .button {
    margin: 80px auto 0;
    max-width: 310px;
  }
}

#register_call-section {
  margin-top: 130px;

  #register-call {
    background: #f8f7ff;
    border-radius: 40px;
    padding: 50px 70px 65px;
    background-image: url(/partners/css/../images/register-call.png);
    background-repeat: no-repeat;
    background-position: right center;
  }

  h2 {
    font-size: var(--font-48);
    line-height: 120%;
    max-width: 610px;
    margin-bottom: 70px;
  }

  .button {
    max-width: 390px;
  }
}

#faq-section {
  margin-top: 60px;

  h2 {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 60px;
  }
}
.helpPage__item .accordion-header::after {
  transition: 0.2s;
}
.helpPage__item .accordion-header.active-header::after {
  transform: rotate(180deg);
}

#last_block-section {
  position: relative;
  background: url(/partners/css/../images/mountains-min.jpg) no-repeat;
  background-size: cover;

  padding: 280px 0 150px;

  h2 {
    max-width: 785px;
    margin-bottom: 35px;
  }
  #last-block {
    background: url(/partners/css/../images/last-block-bg.png) no-repeat;
    background-position: right center;
    background-size: auto 90%;
  }

  .button {
    margin-top: 65px;
    max-width: 345px;
  }
  #contacts {
    display: flex;
    flex-direction: column;
    gap: 25px;

    & > * {
      display: flex;
      align-items: center;
      gap: 20px;
      color: var(--text-color);
      font-size: var(--font-24);
    }
  }
}

footer.footer {
  background-image: url(/partners/css/../images/clouds-white.svg);
  background-repeat: repeat-x;

  background-position: top center;
  background-color: transparent;
  padding-top: 150px;
  margin-top: -150px;
  z-index: 1111;
  position: relative;

  .footer__offer {
    color: var(--text-color);
  }
}

/* End */


/* Start:/partners/css/new-responsive.css?17570247328941*/
@media (max-width: 1024px) {
  :root {
    --font-18: 16px;
    --font-24: 18px;
    --font-48: 28px;
  }
  .grid {
    grid-gap: 20px;
  }
  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
    height: auto;
    padding: 22px 0;
    max-width: none;
    font-size: 18px;
  }

  .pink-ndash {
    width: 25px;
    height: 3px;
  }
  .cloudPage {
    h2 {
      margin-bottom: 20px;
    }
    .banner__row {
      min-height: auto;
      margin-top: 40px;
      padding: 0;
    }

    .banner__title {
      font-size: 28px;
      padding-bottom: 0;
      margin-bottom: 20px;
    }
    .banner__title + .ndash {
      gap: 10px;
      margin-bottom: 30px;
    }
    .banner__textBox p span {
      font-size: 16px;
    }

    .banner__item p {
      min-height: auto;
      margin: 0;
    }

    .banner__items + .banner__items {
      margin-top: 40px;
    }

    .banner__imgBox img {
      display: none;
    }
    .banner__imgBox {
      margin: 0;
    }
    .notice-widget {
      margin-top: 20px;
      max-width: 100%;
    }

    .advantages_main {
      margin-top: 100px;
      padding-top: 0;
    }

    .advantages_main .new-items {
      padding-left: 20px;
      padding-right: 20px;
      grid-row-gap: 0;
    }

    .advantages_main .item {
      background-color: transparent;
      width: 100%;
      border-left: 0;
      box-shadow: none !important;
      border-radius: 0 !important;
      margin: 0;
      padding-top: 20px;
    }

    .advantages_main .item:nth-child(n + 5) {
      padding-top: 20px;
    }
  }

  #conditions-section {
    padding-top: 40px;

    .container {
      position: relative;
      z-index: 2;
    }

    h2 {
      margin-bottom: 10px;
    }

    .ndash {
      flex-direction: column;
      gap: 10px;
      font-size: 18px;

      .pink-ndash {
        width: 40px;
      }
    }

    #conditions {
      gap: 55px;
    }

    .condition p {
      font-size: 18px;
    }
  }

  #conditions-section:before {
    z-index: 0;
  }

  .partnership-items {
    gap: 40px;
    margin-bottom: 20px;
  }

  .partnership-item {
    padding-top: 125px;
  }

  .button-after-line {
    height: 30px;
  }

  .partnership-description .button {
    margin-bottom: 15px;
  }

  .partnership-description span {
    font-size: 18px;
  }

  #conditions-section:after {
    display: none;
  }

  #earn-section {
    margin-top: 0;
    padding-top: 40px;

    h2 {
      background: url(/partners/css/../images/earn-title-bg.jpg) no-repeat;
      background-position: right bottom;
      padding-bottom: 40px;
      margin: 0;
    }

    .gray-label {
      font-size: 16px;
      background-image: url(/partners/css/../images/search.png);
      background-repeat: no-repeat;
      background-position: 20px center;
      margin-bottom: 40px;
    }

    .big-text {
      font-size: 22px;
    }

    .result {
      margin-bottom: 25px;
      font-size: 20px !important;
    }

    .all-total {
      margin-top: 12px;
    }

    .partner-sum {
      margin-bottom: 25px;

      .bordered {
        padding-bottom: 25px;
      }
    }

    .earn-next {
      img {
        display: none;
      }

      .big-text {
        font-size: 25px;
      }
    }

    ul {
      li {
        .number {
          font-size: 40px;
        }
        flex-direction: column;
        gap: 0;
        align-items: start;
      }
    }

    .big-total {
      margin-top: 40px;
      font-size: 28px;
    }

    .earn-finish {
      background: none;
      margin-top: 50px;
      padding-top: 0;

      p {
        margin-left: 0;
        font-size: 24px;
      }

      .become-partner {
        margin-top: 50px;
        flex-direction: column;
        gap: 20px;

        .button + div {
          display: none;
        }

        p {
          font-size: 18px;
        }
      }
    }
  }

  #gifts-section {
    margin-top: 70px;

    h2 {
      margin-bottom: 20px;
    }
    .ndash {
      gap: 20px;

      font-size: 16px;

      .pink-ndash {
        width: 40px;
        flex: 0 0 40px;
      }
    }

    #bonuses {
      margin-top: 40px;
      gap: 20px;

      .bonus {
        flex-direction: column;
        align-items: start;
        max-width: 220px;
        margin: 0 auto;
      }
    }

    .perm-bonuses-title {
      margin-top: 40px;
      font-size: 20px;
    }

    .perm-bonuses {
      margin-top: 40px;
    }

    .perm-bonus {
      padding: 20px;

      .number {
        font-size: 30px;
        margin-bottom: 10px;
      }

      p {
        font-size: 16px;
      }
    }

    .become-partner {
      margin-top: 40px;
      flex-direction: column;
      gap: 10px;

      .button + div {
        display: none;
      }

      .button {
        padding: 16px 20px;
        white-space: wrap;
      }

      p {
        text-align: center;
        font-size: 16px;
      }
    }
  }

  #how_become_partner-section:before {
    display: none;
  }

  #how_become_partner-section {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    h2 {
      margin-bottom: 20px;
    }

    #how-cards {
      padding-top: 20px;
      margin-top: -10px;

      position: relative;
    }

    #how-cards:before {
      content: "";
      position: absolute;
      z-index: 100;
      background: url(/partners/css/../images/how-bg-mobile.png) no-repeat;
      width: 101px;
      height: 97px;
      top: 0;
      right: -10px;
      background-size: contain;
    }

    .how-card {
      padding: 20px 10px;

      h3 {
        flex-direction: column;
        align-items: start;
        gap: 10px;
        font-size: 20px;
        .number {
          font-size: 40px;
        }
      }

      p {
        font-size: 18px;
      }
    }

    .how-card:first-child {
      background-image: none;
    }
  }

  #how_become_partner-section:after {
    display: none;
  }

  #any-questions {
    margin-top: 40px;

    #any-questions-card {
      padding: 30px 10px;
      background-image: url(/partners/css/../images/any-questions-bg-mobile.png);
      background-size: 145px auto;
      background-position: right center;

      p {
        max-width: 240px;
      }
    }
  }

  #pluses-section {
    margin-top: 80px;
    padding-bottom: calc(100vw / 1.7);
    background-size: 130% auto;

    h2 {
      margin-top: 40px;
    }

    div:empty {
      display: none;
    }
  }
  #button-after-pluses {
    margin-top: -50px;
  }

  #types-section {
    margin-top: 110px;

    h2 {
      margin-bottom: 40px;
    }

    .type {
      margin-top: 30px 20px;

      p {
        font-size: 24px;

        br {
          display: none;
        }
      }
    }
  }

  #learn-section {
    margin-top: 70px;

    h2 {
      margin: 0;
    }

    h2:after {
      content: "";
      display: block;
      margin: 20px auto;
      width: 40px;
      height: 2px;
      background-color: var(--pink-color);
    }

    p {
      font-size: 16px;
      margin-bottom: 20px;
    }

    .learn-item {
      position: relative;
      padding: 20px;

      .number {
        font-size: 30px;
        margin-bottom: 10px;
      }

      h3 {
        font-size: 20px;
        line-height: 130%;

        br {
          display: none;
        }
      }

      p {
        font-size: 18px;
      }
    }

    .learn-item:nth-child(3):after {
      content: "";
      position: absolute;
      top: -20px;
      right: 0;
      background-image: url(/partners/css/../images/pig.png);
      background-size: contain;
      background-repeat: no-repeat;
      width: 80px;
      height: 100px;
    }

    .button {
      margin-top: 20px;
    }
  }
  #learn-items:after {
    display: none;
  }

  #partners-section {
    margin-top: 80px;
    .button {
      margin-top: 40px;
    }
  }

  #register_call-section {
    margin-top: 80px;

    #register-call {
      padding: 30px 10px 280px;
      background-size: auto 240px;
      background-position: center bottom;

      h2 {
        margin-bottom: 40px;
      }
    }
  }
  #faq-section {
    margin-top: 80px;

    h2 {
      margin-bottom: 20px;
    }
  }

  #last_block-section {
    padding-top: 0;
    padding-bottom: 40px;
    background-image: url(/partners/css/../images/last-block-bg-mobile.jpg);
    background-position: center bottom;
    #last-block {
      background: none;
    }
  }

  footer.footer {
    background-image: none;

    .line1 .right .oferta_block {
      flex-direction: column;
      gap: 30px;
    }
  }
}

/* End */


/* Start:/partners/css/page-cloud.css?175702473226745*/
/* Start:/local/templates/1c_bit/css/main.css?167213596520092*/
.bnr_main_cont {
  position: relative;
}
.bnr_main_nav_block {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
.bnr_main_nav {
  position: absolute;
  bottom: 120px;
  padding: 0 64px;
}

.sld_nav .slick-arrow {
  font-size: 0;
  line-height: 0;
  background-image: url("/local/templates/1c_bit/css/../img/main_arr.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 35px rgba(17, 83, 182, 0.08);
  border: none;
  position: absolute;
  top: -18px;
}
.bnr_main_nav .slick-arrow.slick-prev {
  left: 0;
}
.sld_nav .slick-arrow.slick-next {
  transform: rotateY(180deg);
  right: 0;
}
.sld_nav .slick-dots {
  display: flex;
  line-height: 0;
}
.sld_nav .slick-dots button {
  line-height: 0;
  font-size: 0;
  border: none;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  display: block;
  margin: 0 4px;
}
.sld_nav .slick-dots .slick-active button {
  background: #4079fa;
}

.bnr_main {
  background: #fff;
}
.bnr_main .bg2 {
  background-image: url("/local/templates/1c_bit/css/../img/bn_bg2.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.bnr_main .bg3 {
  background-repeat: no-repeat;
  background-position: calc(100% - 180px) 50%;
}
.bnr_main .bnr__row {
  min-height: 634px;
  top: -30px;
  position: relative;
}
.bnr_main .sub_text {
  font-size: 20px;
  line-height: 140%;
  color: #4c4c4c;
  margin-top: 24px;
}
.bnr_main .bnr__title {
  max-width: 545px;
  font-weight: bold;
  font-size: 40px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 0;
}
.bnr_main .over_text {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #4079fa;
  margin-bottom: 32px;
}
.bnr_main .over_text span {
  color: #d60084;
}
.bnr_main .sub_text {
  font-size: 20px;
  line-height: 140%;
  color: #4c4c4c;
  margin-top: 24px;
}
.bnr_main .sub_text span {
  color: #d60084;
}
.bnr_main .feedBack2__btn {
  margin-top: 56px;
}

.advantages_main .items {
  display: flex;
  background: #ffffff;
  box-shadow: 0 4px 35px rgba(17, 83, 182, 0.08);
  border-radius: 12px;
  position: relative;
  top: -50px;
  padding-left: 24px;
  padding-right: 24px;
  margin-right: -50px;
  margin-left: -50px;
  margin-bottom: -48px;
}
.advantages_main .item {
  display: flex;
  padding: 32px 18px 36px 18px;
}
.advantages_main .img {
  flex: 1 0 auto;
  padding-right: 24px;
}
.advantages_main .name {
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  padding-bottom: 12px;
}
.advantages_main .txt {
  font-size: 16px;
  line-height: 140%;
  color: #4c4c4c;
}

.why2 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.why2 .feedBack__titleBox {
  margin-bottom: 70px;
}
.why2__subtitle {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.005em;
  color: #4c4c4c;
}
.why__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.why2 .item {
  flex: 0 1 calc(33.3333% - 40px);
  padding-left: 42px;
  background-image: url("/local/templates/1c_bit/css/../img/why2.svg");
  background-repeat: no-repeat;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
}
.why2 .item .text {
  max-width: 260px;
}

.why2 .feedBack2__btn {
  margin-top: 24px;
}

.connection2 {
  padding-top: 80px;
  background: linear-gradient(
    180deg,
    rgba(248, 250, 255, 0) 0%,
    rgba(248, 250, 255, 0.821303) 50.66%,
    #f8faff 100%
  );
}
.connection2 .main_title {
  margin-bottom: 64px;
}
.connection2 .items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.connection2 .items .item {
  flex: 0 1 50%;
  padding: 0 8px;
  margin-bottom: 32px;
  height: auto;
}
.connection2 .items a {
  display: flex;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  padding: 32px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  height: 100%;
}
.connection2 .items .iconBox {
  flex: 0 0 auto;
  margin-right: 32px;
}
.connection2 .items .name {
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  padding-bottom: 16px;
  display: block;
}
.connection2 .items a:hover {
  background-color: transparent;
}
.connection2 .items a:hover .name {
  color: #4079fa;
}
.connection2 .items .text {
  font-size: 16px;
  line-height: 140%;
  color: #4c4c4c;
  display: block;
}

.connection2 .items .s_price {
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
  display: block;
}

.catalog_main {
  margin-top: 127px;
  margin-bottom: 120px;
}
.catalog_main .feedBack__subtitle {
  color: #4c4c4c;
}
.catalog_main .items {
  padding-top: 29px;
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  margin: 0 -8px;
}
.catalog_main .items-row {
  display: flex;
}
.catalog_main .item {
  flex: 0 1 33.333%;
  padding: 0 8px;
  margin-bottom: 32px;
}
.catalog_main .item a {
  display: flex;
  flex-direction: column;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 24px 32px;
  height: 100%;
}
.catalog_main .item .name {
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  margin-top: 24px;
  max-width: 250px;
}

.customization2 {
  margin-top: 80px;
  background: linear-gradient(
    180deg,
    rgba(248, 250, 255, 0) 0%,
    rgba(248, 250, 255, 0.821303) 50.66%,
    #f8faff 100%
  );
}
.customization2 .main_title {
  margin-bottom: 64px;
}
.customization2 .items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.customization2 .item {
  flex: 0 1 25%;
  padding: 0 8px;
  margin-bottom: 32px;
}
.customization2 .text {
  padding: 24px 32px;
  background-color: #ffffff;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: flex;
  height: 100%;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
}

.price_main {
  padding-top: 80px;
  background: linear-gradient(
    180deg,
    rgba(248, 250, 255, 0) 0%,
    rgba(248, 250, 255, 0.821303) 50.66%,
    #f8faff 100%
  );
}
.price_main .items {
  display: flex;
  margin: 0 -8px;
  padding-bottom: 32px;
}
.price_main .item {
  flex: 0 1 50%;
  padding: 0 8px;
}
.price_main .cont {
  background-color: #ffffff;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 32px;
}
.price_main .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #4079fa;
  padding-bottom: 16px;
}
.price_main .text {
  font-size: 16px;
  line-height: 140%;
  color: #4c4c4c;
}
.price_main .text strong {
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  display: inline-block;
  padding-bottom: 8px;
}
.price_main .bottom {
  display: flex;
  margin-top: 32px;
  justify-content: space-between;
  align-items: center;
}
.price_main .cost {
  font-weight: bold;
  font-size: 26px;
  line-height: 140%;
  color: #e50f81;
}
.price_main .feedBack2__btn {
  max-width: 191px;
}

.certificate_main {
  margin-top: 120px;
  margin-bottom: 120px;
}
.certificate_main .items {
  display: flex;
  margin: 0 -8px;
}
.certificate_main .items > div {
  flex: 0 1 25%;
  padding: 0 8px;
}
.certificate_main .imgBox {
  margin-bottom: 24px;
}
.certificate_main .item p {
  font-size: 18px;
  line-height: 140%;
  color: #000000;
}

.cloud_solutions_main {
  background: linear-gradient(
    90deg,
    rgba(64, 121, 250, 0.1) 34.56%,
    rgba(229, 15, 129, 0.07) 100%
  );
}
.cloud_solutions_main .bg {
  background-image: url("/local/templates/1c_bit/css/../img/cloud_solutions_main_bg.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.cloud_solutions_main .container {
  padding: 96px 0;
}
.cloud_solutions_main .main_title {
  max-width: 460px;
}
.cloud_solutions_main .sub_title {
  font-size: 20px;
  line-height: 140%;
  color: #4c4c4c;
}
.cloud_solutions_main .feedBack2__btn {
  margin-top: 56px;
}
.cloud_solutions_main .numbers {
  display: flex;
  padding-top: 104px;
  margin: 0 -22px;
}
.cloud_solutions_main .item {
  flex: 0 1 auto;
  margin: 0 22px;
}
.cloud_solutions_main .numbers .name {
  font-weight: bold;
  font-size: 26px;
  line-height: 140%;
  color: #e50f81;
  padding-bottom: 16px;
}
.cloud_solutions_main .numbers .text {
  font-size: 20px;
  line-height: 140%;
  color: #4c4c4c;
}

.reviews_main {
  padding-top: 120px;
}
.rev_main {
  margin: 0 -8px;
}
.reviews_main .item {
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 32px;
  margin: 0 8px;
  height: 100%;
  position: relative;
}
.reviews_main .infoBox {
  display: flex;
}
.reviews_main .name {
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  padding-bottom: 8px;
}
.reviews_main .position {
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}
.reviews_main .ico {
  display: flex;
  background-color: #f5f8fe;
  border-radius: 50%;
  font-size: 26px;
  line-height: 140%;
  color: #4079fa;
  width: 65px;
  height: 65px;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex: 0 0 auto;
}
.reviews_main .text {
  margin-top: 24px;
  font-size: 18px;
  line-height: 23px;
  color: #4c4c4c;
}
.reviews_main .slick-arrow {
  width: 64px;
  height: 64px;
  background-color: #ffffff;
  box-shadow: 0 4px 35px rgba(17, 83, 182, 0.08);
  border-radius: 36px;
  font-size: 0;
  border: none;
  position: absolute;
  top: calc(50% - 32px);
  background-image: url("/local/templates/1c_bit/css/../img/rev_main_arr.svg");
  background-position: 50%;
  background-repeat: no-repeat;
}
.reviews_main .slick-prev {
  left: -120px;
}
.reviews_main .slick-next {
  right: -120px;
  transform: rotateY(180deg);
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.mame_list_block .slick-arrow {
  width: 14px;
  height: 24px;
  background-color: #ffffff;
  font-size: 0;
  border: none;
  position: absolute;
  background-image: url("/local/templates/1c_bit/css/../img/rev_main_arr.svg");
  background-position: 0 50%;
  background-repeat: no-repeat;
  top: 13px;
  z-index: 5;
}
.mame_list_block .slick-prev {
  left: 0;
}
.mame_list_block .slick-next {
  transform: rotateY(180deg);
  right: 0;
}
.mame_list_block .slick-next:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 24px;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  top: 0;
  left: 14px;
}
.mame_list_block .slick-disabled {
  display: none !important;
}

.benefits_main {
  padding-top: 120px;
}
.benefits_main .mame_list {
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}
.benefits_main .name {
  display: inline-block;
  padding: 12px 32px;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  position: relative;
  cursor: pointer;
}
.benefits_main .name.active {
  background: #f6fafb;
  border-radius: 8px 8px 0 0;
  color: #e50f81;
  cursor: auto;
}
.benefits_main .name.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e50f81;
  position: absolute;
  bottom: 0;
  left: 0;
}
.benefits_main .cont_item {
  display: none;
  margin-top: 56px;
}
.benefits_main .cont_item.active {
  display: flex;
}
.benefits_main .cont_item .img {
  margin-right: 120px;
  flex: 0 0 auto;
}
.benefits_main .cont_item .banner__subtitle {
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 20px;
}
.benefits_main .cont_item ul {
  margin-bottom: 30px;
}
.benefits_main .cont_item li {
  display: block;
  margin: 12px 0;

  position: relative;
  background-image: url("/local/templates/1c_bit/css/../img/li2.svg");
  background-repeat: no-repeat;
  background-position: 0 10px;
  padding-left: 20px;
}
.benefits_main ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.sld_nav_all {
  position: relative;
  padding-top: 24px;
}
.sld_nav_all .slick-arrow {
  width: 44px;
  height: 44px;
  top: unset;
}

.sld_nav_all .slick-dots button {
  background-color: #d9e4fe;
}
.sld_nav_all .slick-dots {
  justify-content: center;
  position: relative;
  top: -22px;
}
.sld_nav_all .slick-arrow {
  position: relative;
}
.sld_nav_all .slick-prev {
  left: 0;
}
.sld_nav_all .slick-arrow.slick-next {
  right: calc(-100% + 88px);
}

@media (max-width: 1600px) {
  .bnr_main .bg3 {
    background-position: 100% 100%;
  }
  .bnr_main .bnr__row {
    min-height: 590px;
  }
  .bnr_main_nav {
    position: absolute;
    bottom: 85px;
  }
  .bnr_main .bnr__title {
    font-size: 35px;
  }
  .bnr_main .over_text {
    margin-bottom: 15px;
  }
  .bnr_main .feedBack2__btn {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .bnr_main_nav_block {
    max-width: 940px;
  }
  .cloud_solutions_main .bg {
    background-position: calc(100% + 330px) 50%;
    background-repeat: no-repeat;
  }
}
@media (max-width: 991px) {
  .bnr_main_nav_block {
    max-width: 720px;
  }
  .bnr_main .bg3 {
    background-size: 480px;
  }
  .bnr_main .bnr__textBox {
    position: relative;
    margin-top: -50px;
  }
  .advantages_main .img {
    padding-right: 16px;
  }
  .advantages_main .item {
    padding: 16px;
  }
  .advantages_main .item img {
    max-width: 40px;
  }
  .advantages_main .name {
    font-size: 16px;
    padding-bottom: 8px;
  }
  .advantages_main .txt {
    font-size: 14px;
  }
  .why2 .item {
    flex: 0 1 calc(50% - 40px);
  }
  .connection2 .items a {
    padding: 24px 15px;
  }
  .connection2 .items .iconBox {
    margin-right: 15px;
    max-width: 70px;
  }
  .connection2 .items .name {
    font-size: 16px;
    padding-bottom: 8px;
  }
  .connection2 .items .text {
    font-size: 14px;
  }
  .catalog_main .item a {
    padding: 24px 15px;
  }
  .catalog_main .item .name {
    font-size: 16px;
  }
  .catalog_main img {
    display: block;
    max-width: 44px;
  }
  .customization2 .item {
    flex: 0 1 50%;
  }
  .price_main .cont {
    padding: 24px 15px;
  }
  .price_main .feedBack2__btn {
    max-width: 117px;
    font-size: 14px;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .bnr_main .bnr__row {
    min-height: 520px;
  }
  .bnr_main .over_text {
    font-size: 14px;
  }
  .bnr_main .bnr__title {
    font-size: 24px;
  }
  .bnr_main .sub_text {
    font-size: 16px;
    margin-top: 14px;
  }
  .advantages_main .items {
    background: transparent;
    box-shadow: none;
    border-radius: unset;
  }
  .advantages_main .item {
    background: #ffffff;
    box-shadow: 0 4px 35px rgba(17, 83, 182, 0.08);
    border-radius: 6px;
    margin: 0 7px;
    width: 260px;
  }
  .advantages_main .slick-initialized .slick-slide {
    display: flex;
  }
  .advantages_main .img {
    flex: 0 1 auto;
  }
  .advantages_main .slick-track {
    padding-bottom: 30px;
  }
  .why2 {
    margin-top: 72px;
    margin-bottom: 32px;
  }
  .why2 .feedBack__titleBox {
    margin-bottom: 32px;
  }
  .why2__subtitle {
    font-size: 16px;
  }
  .why2 .item .text {
    max-width: 500px;
    font-size: 16px;
  }
  .why2 .item {
    padding-left: 28px;
    padding-top: 0;
    padding-bottom: 0;
    background-position: 0 5px;
    margin-bottom: 20px;
    background-size: 20px;
  }
  .why2 .feedBack2__btn {
    margin-top: 10px;
    width: 193px;
    height: 44px;
    font-size: 14px;
  }
  .why2 .item {
    flex: 0 1 calc(100% - 40px);
  }
  .connection2 {
    padding-top: 24px;
  }
  .connection2 .main_title {
    margin-bottom: 24px;
  }
  .connection2 .items .item {
    flex: 0 1 100%;
    margin-bottom: 16px;
  }
  .catalog_main .item a {
    flex-direction: row;
  }
  .catalog_main .item .name {
    margin-top: 0;
    margin-left: 24px;
  }
  .catalog_main .sld_nav_all {
    padding-top: 0;
  }
  .catalog_main .item {
    margin-bottom: 16px;
  }
  .catalog_main .items {
    padding-top: 0;
  }
  .catalog_main {
    margin-top: 47px;
    margin-bottom: 47px;
  }
  .customization2 {
    margin-top: 24px;
  }
  .customization2 .main_title {
    margin-bottom: 24px;
  }
  .customization2 .item {
    margin-bottom: 16px;
  }
  .customization2 .text {
    padding: 24px 15px;
    font-size: 16px;
  }
  .benefits_main .cont_item .img {
    display: none;
  }
  .benefits_main .name {
    padding: 12px 15px 8px 15px;
    font-size: 16px;
  }
  .benefits_main .mame_list_block {
    margin: 0 -15px;
  }
  .benefits_main .cont_item {
    margin-top: 20px;
  }
  .benefits_main .cont_item li {
    font-size: 16px;
  }

  .price_main .items {
    flex-direction: column;
  }
  .price_main .name {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 12px;
  }
  .price_main .bottom {
    margin-top: 24px;
  }
  .price_main .cost {
    font-size: 18px;
  }

  .certificate_main .items {
    display: block;
  }
  .cloud_solutions_main .container {
    padding: 24px 15px;
  }
  .cloud_solutions_main .numbers {
    flex-direction: column;
    padding-top: 32px;
  }
  .cloud_solutions_main .numbers .name {
    font-size: 18px;
    padding-bottom: 12px;
  }
  .cloud_solutions_main .item {
    padding-bottom: 24px;
  }
  .cloud_solutions_main .numbers .text {
    font-size: 16px;
  }
  .cloud_solutions_main .bg {
    background-position: calc(100% + 90px) 100%;
    background-repeat: no-repeat;
    background-size: 290px;
  }

  .reviews_main {
    padding-top: 56px;
  }
  .reviews_main .ico {
    font-size: 16px;
    width: 48px;
    height: 48px;
    margin-right: 10px;
  }
  .reviews_main .name {
    font-size: 16px;
    padding-bottom: 6px;
  }
  .reviews_main .position {
    font-size: 14px;
    width: 202px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .reviews_main .text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 140%;
  }

  .main_title {
    font-size: 24px;
  }
  .benefits_main .mame_list_block {
    overflow-y: hidden;
  }
  .benefits_main .mame_list {
    display: table;
    white-space: nowrap;
  }
}

@media (max-width: 500px) {
  .bnr_main .bnr__row {
    min-height: 516px;
    align-items: baseline;
    flex-wrap: inherit;
  }
  .bnr_main .bnr__textBox {
    margin-top: 30px;
  }
  .bnr_main .feedBack2__btn {
    height: 44px;
    width: 193px;
    font-size: 14px;
  }
  .bnr_main .bg3 {
    background-size: 320px;
    background-position: 100% 70%;
  }
  .bnr_main_nav {
    bottom: 65px;
    width: 100%;
  }
  .sld_nav .slick-dots {
    justify-content: center;
  }
  .customization2 .item {
    flex: 0 1 100%;
  }
  .certificate_main .items {
    margin: 0;
  }
  .certificate_main img {
    display: block;
    margin: 0 auto;
  }
  .certificate_main {
    margin-top: 24px;
    margin-bottom: 56px;
  }
  .benefits_main {
    padding-top: 25px;
  }
}

/* End */

/* Start:/local/templates/1c_bit/components/bitrix/news.list/why/style.css?1586416262150*/
div.news-list {
  word-wrap: break-word;
}
div.news-list img.preview_picture {
  float: left;
  margin: 0 4px 6px 0;
}
.news-date-time {
  color: #486daa;
}

/* End */

/* Start:/local/templates/1c_bit/css/trusters.css?16620082086219*/
.trusters__block {
  margin-top: 120px;
}

.trusters__carousel .slick-track {
  gap: 16px;
  height: 100%;
  background: rgba(255, 255, 255, 0);
}

.trusters__carousel .slick-list {
  padding: 50px;
  margin: 0 -50px;
  height: 287px;
  background: rgba(255, 255, 255, 0);
}

.trusters__carousel--element {
  visibility: hidden;
  position: relative;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 216px;
  background: #ffffff;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
  background: none;
}

.trusters__carousel--element.slick-active {
  display: flex !important;
  visibility: visible !important;
  transition: 1s;
  box-shadow: 0 4px 35px rgba(17, 83, 182, 0.08);
}

.trusters__carousel--element-1 {
  background: no-repeat center center
    url("/local/templates/1c_bit/css/../img/trusters/joom.svg");
}

.trusters__carousel--element-2 {
  background: no-repeat center center
    url("/local/templates/1c_bit/css/../img/trusters/alrosa.svg");
}

.trusters__carousel--element-3 {
  background: no-repeat center center
    url("/local/templates/1c_bit/css/../img/trusters/coliseum.svg");
}

.trusters__carousel--element-4 {
  background: no-repeat center center
    url("/local/templates/1c_bit/css/../img/trusters/drugstore.svg");
}

.trusters__carousel--element-5 {
  background: no-repeat center center
    url("/local/templates/1c_bit/css/../img/trusters/clinic.svg");
}

.trusters__carousel--element-6 {
  background: no-repeat center center
    url("/local/templates/1c_bit/css/../img/trusters/tatneft.svg");
}

.trusters__carousel--element-7 {
  background: no-repeat center center
    url("/local/templates/1c_bit/css/../img/trusters/polus.svg");
}

.trusters__carousel--element-8 {
  background: no-repeat center center
    url("/local/templates/1c_bit/css/../img/trusters/levmar.svg");
}

.trusters__carousel--element-9 {
  background: no-repeat center center
    url("/local/templates/1c_bit/css/../img/trusters/navigator.svg");
}

.trusters__carousel--element-10 {
  background: no-repeat center center
    url("/local/templates/1c_bit/css/../img/trusters/butchery.svg");
}

.trusters__carousel--element-11 {
  background: no-repeat center center
    url("/local/templates/1c_bit/css/../img/trusters/drive.svg");
}

.trusters__carousel--element-12 {
  background: no-repeat center center
    url("/local/templates/1c_bit/css/../img/trusters/sdec.svg");
}

.trusters__carousel--element-13 {
  background: no-repeat center center
    url("/local/templates/1c_bit/css/../img/trusters/amur-drugs.svg");
}

.trusters__carousel--element-14 {
  background: no-repeat center center
    url("/local/templates/1c_bit/css/../img/trusters/sib-prod-centr.svg");
}

.trusters__carousel--element-15 {
  background: no-repeat center center
    url("/local/templates/1c_bit/css/../img/trusters/vkusvil.svg");
}

.trusters__carousel .slick-arrow {
  position: absolute;
  width: 64px;
  height: 64px;

  color: rgba(64, 121, 250, 0);
  background-color: #ffffff !important;
  border: none;
  box-shadow: 0 4px 35px rgba(17, 83, 182, 0.08);
  border-radius: 50%;
}

.trusters__carousel .slick-prev {
  top: 50%;
  transform: translateY(-50%);
  left: -122px;
  background-image: url("/local/templates/1c_bit/css/../img/rev_main_arr.svg");
  background-position: 50%;
  background-repeat: no-repeat;
}

.trusters__carousel .slick-next {
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: -122px;
  background-image: url("/local/templates/1c_bit/css/../img/rev_main_arr.svg");
  background-position: 50%;
  background-repeat: no-repeat;
}

.trusters__carousel .mega-slick-dots {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 42px;
}

.trusters__carousel .mega-slick-dots > li > button {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  border: none;
  color: transparent;
}

.trusters__carousel .slick-dots > li > button {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  border: none;
  color: transparent;
}

@media screen and (max-width: 1370px) {
  .trusters__block {
    margin-top: 56px;
  }

  .trusters__carousel .slick-arrow {
    width: 44px;
    height: 44px;
  }

  .trusters__carousel .slick-prev {
    top: 320px;
    left: 0;
  }

  .trusters__carousel .slick-next {
    top: 320px;
    right: 0;
  }

  .trusters__carousel .mega-slick-dots {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .trusters__carousel .mega-slick-dots .slick-active > button {
    background-color: rgba(64, 121, 250, 1);
    border: none;
  }

  .trusters__carousel .slick-dots .slick-active > button {
    background-color: rgba(64, 121, 250, 1);
    border: none;
  }
}

@media screen and (max-width: 805px) {
  .trusters__carousel .slick-list {
    padding: 35px;
    margin: 0 -35px;
  }
}

@media screen and (max-width: 676px) {
  .trusters__carousel .slick-list {
    margin: 0 -35px;
  }

  .trusters__carousel .slick-track {
    gap: 16px;
    height: 100%;
  }

  .slick-dots-container {
    width: 4.7rem;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 1.65rem auto 0.625rem auto;
    height: 0.875rem;
    position: relative;
  }

  .slick-dots-container::-webkit-scrollbar {
    display: none;
  }

  .slick-dots-container > ul {
    padding: 0;
    display: flex;
    transition: all 0.25s;
    position: relative;
    margin: 0;
    list-style: none;
    transform: translateX(0);
    align-items: center;
    bottom: unset;
    height: 100%;
  }

  .slick-dots-container > ul li {
    width: 0.625rem;
    height: 0.625rem;
    margin: 0 0.25rem;
    background-color: #d9e4fe;
    border: none;
    border-radius: 50%;
  }

  .slick-dots-container > ul li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 0.3125rem;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
  }

  /*.slick-dots-container > ul li.p-small-1,*/
  /*.slick-dots-container > ul li.n-small-1 {*/
  /*  transform: scale(0.8);*/
  /*}*/

  .slick-dots-container > ul li.slick-active {
    transform-origin: center;
    background: #3498db;
  }

  .slick-dots li button:before {
    display: none;
  }
}

/* End */

/* End */
/* /partners/css/new.css?175748149117830 */
/* /partners/css/new-responsive.css?17570247328941 */
/* /partners/css/page-cloud.css?175702473226745 */
