@font-face {
  font-family: 'Regular';
  src: url("/fonts/Montserrat-Regular.ttf"); }

@font-face {
  font-family: 'Bold';
  src: url("/fonts/Montserrat-Bold.ttf"); }

::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-thumb {
  background-color: #85308c; }

body {
  margin: 0;
  padding: 0; }

.height-150 {
  height: 150px; }

.panel {
  position: sticky;
  top: 0;
  display: flex;
  height: 100px;
  width: 100%;
  justify-content: center;
  background: #fff;
  z-index: 10;
  box-shadow: 0 10px 10px -10px #d1d1d1; }
  @media (max-width: 1149px) {
    .panel {
      max-width: 100vw; } }
  @media (max-width: 767px) {
    .panel {
      height: auto;
      width: auto; } }
  @media (max-width: 480px) {
    .panel {
      top: -87px; } }
  .panel__fixed-top {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1150px; }
    @media (max-width: 1149px) {
      .panel__fixed-top {
        width: auto; } }
    @media (max-width: 480px) {
      .panel__fixed-top {
        flex-direction: column;
        padding: 5px; } }
  .panel__logo, .panel__m2m {
    display: flex;
    align-items: center; }
    @media (max-width: 1149px) {
      .panel__logo, .panel__m2m {
        width: auto; } }
    @media (max-width: 480px) {
      .panel__logo, .panel__m2m {
        margin: -5px -5px 0 -5px;
        padding: 5px; } }
    .panel__logo-text, .panel__m2m-text {
      display: flex;
      flex-direction: column; }
      .panel__logo-text p, .panel__m2m-text p {
        margin: 0;
        padding: 0;
        font-family: 'Regular', sans-serif;
        font-size: 12px;
        max-width: 80%; }
      .panel__logo-text p:first-child, .panel__m2m-text p:first-child {
        font-family: 'Bold', sans-serif;
        font-size: 14px; }
    .panel__logo-img, .panel__m2m-img {
      margin-right: 20px; }
      .panel__logo-img img, .panel__m2m-img img {
        max-height: 45px; }
  @media (max-width: 480px) {
    .panel__m2m-img img {
      max-height: 40px; } }
  @media (max-width: 480px) {
    .panel__m2m {
      position: absolute;
      right: 0;
      top: 7px;
      width: 23vw; } }
  @media (max-width: 480px) {
    .panel__m2m-text {
      display: none; } }
  @media (max-width: 1149px) {
    .panel__m2m {
      display: none; } }
  .panel__logo {
    cursor: pointer; }
    .panel__logo-text {
      width: -webkit-fill-available;
      font-family: 'Regular', sans-serif;
      font-size: 12px; }
    .panel__logo-img {
      width: auto;
      height: 60px;
      margin-right: 10px; }
      .panel__logo-img img {
        max-height: 100%; }
    .panel__logo-links {
      width: 100%;
      display: flex; }
      .panel__logo-links img {
        max-width: 120px;
        margin-right: 10px; }
    @media (max-width: 768px) {
      .panel__logo {
        width: 65%; } }
    @media (max-width: 480px) {
      .panel__logo {
        width: 100%; } }
  .panel__contacts {
    font-family: 'Regular', sans-serif;
    font-size: 12px;
    border-right: 1px solid #cecece;
    margin-left: auto;
    padding-right: 20px;
    height: calc(100% - 20px);
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .panel__contacts {
        border-right: none;
        margin: initial; } }
    @media (max-width: 480px) {
      .panel__contacts {
        display: flex;
        margin-top: 10px;
        justify-content: center; } }
    .panel__contacts-phone {
      background-image: url("/img/icons/phone.png");
      background-position: left;
      background-repeat: no-repeat;
      background-size: contain;
      padding-left: 25px;
      display: flex;
      align-items: center;
      cursor: pointer; }
      @media (max-width: 767px) {
        .panel__contacts-phone {
          margin-bottom: 0; } }
    .panel__contacts-mail {
      background-image: url("/img/icons/mail.png");
      background-position: left;
      background-repeat: no-repeat;
      padding-left: 25px;
      margin: 0;
      display: flex;
      align-items: center;
      cursor: pointer; }
      @media (max-width: 480px) {
        .panel__contacts-mail {
          margin-left: 10px; } }
    .panel__contacts p {
      height: 22px; }
  .panel__account {
    font-family: 'Regular', sans-serif;
    font-size: 12px;
    display: flex;
    padding-left: 20px;
    align-items: center; }
    @media (max-width: 480px) {
      .panel__account {
        display: flex;
        justify-content: center;
        margin-top: 5px; } }
    .panel__account-enter {
      background-image: url("/img/icons/login.png");
      background-position: left;
      background-repeat: no-repeat;
      background-size: 20px;
      padding-left: 25px;
      display: flex;
      align-items: center;
      cursor: pointer;
      margin-right: 10px; }
      .panel__account-enter:hover {
        background-image: url("/img/icons/login-black.png"); }
    .panel__account-reg {
      background-image: url("/img/icons/registr.png");
      background-position: left;
      background-repeat: no-repeat;
      background-size: 20px;
      padding-left: 25px;
      display: flex;
      align-items: center;
      cursor: pointer; }
      @media (max-width: 480px) {
        .panel__account-reg {
          margin-left: 10px; } }
      .panel__account-reg:hover {
        background-image: url("/img/icons/registr-black.png"); }
    .panel__account p {
      height: 22px; }

.flex {
  display: flex; }

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

.justify-center {
  justify-content: center; }

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

.app {
  width: calc(100% - 20px);
  padding: 0 10px;
  max-width: 1150px;
  margin: 20px auto;
  font-family: 'Regular', sans-serif;
  font-size: 14px;
  position: sticky;
  top: -220px; }
  .app__header {
    margin: 0 auto;
    font-family: 'Bold', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #85308c;
    text-align: center; }
  .app__content {
    margin: 0 auto; }
  .app p img {
    margin: 0 10px;
    max-width: calc(100% - 20px); }
  @media (max-width: 480px) {
    .app {
      position: relative;
      top: 0; } }

.main {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: sticky;
  top: 50px;
  z-index: 1;
  background-color: #fff; }
  @media (min-width: 1520px) {
    .main {
      top: 120px; } }
  @media (max-width: 480px) {
    .main {
      margin: 0 auto;
      padding: 10px;
      width: calc(100% - 20px);
      position: relative;
      top: 0; } }
  .main__content {
    width: 1150px; }
    @media (max-width: 1149px) {
      .main__content {
        width: 98%; } }
  .main__header, .main__subheader {
    padding-right: 250px;
    font-family: 'Bold', sans-serif;
    color: #85308c;
    font-size: 30px; }
    @media (max-width: 767px) {
      .main__header, .main__subheader {
        padding-right: 0;
        font-size: 24px; } }
  .main__subheader {
    color: #363636; }
  .main__text {
    max-width: 800px;
    font-family: 'Regular', sans-serif;
    font-size: 14px; }
    @media (max-width: 1149px) {
      .main__text {
        width: 98%;
        max-width: 98%; } }
    @media (max-width: 1149px) {
      .main__text p {
        width: 98%; } }
  .main__advantages {
    display: flex;
    max-width: 970px;
    justify-content: space-between; }
    @media (max-width: 1149px) {
      .main__advantages {
        flex-wrap: wrap; } }
    .main__advantages h4 {
      font-family: 'Bold', sans-serif;
      font-size: 20px; }
    .main__advantages-left {
      font-family: 'Regular', sans-serif;
      font-size: 12px; }
      .main__advantages-left--img {
        width: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative; }
        .main__advantages-left--img::after {
          content: '';
          position: absolute;
          width: 35px;
          height: 2px;
          background: #d1d1d1;
          left: 48px; }
      .main__advantages-left ul {
        list-style: none;
        padding: 0; }
      .main__advantages-left ul li {
        display: flex;
        align-items: center;
        min-height: 70px; }
        .main__advantages-left ul li p {
          padding-left: 55px;
          width: 320px; }
          @media (max-width: 480px) {
            .main__advantages-left ul li p {
              width: auto; } }
    .main__advantages-right img {
      max-height: 420px; }
      @media (max-width: 767px) {
        .main__advantages-right img {
          max-height: 50vh; } }

.block {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #363636;
  position: sticky;
  top: 50px;
  z-index: 3;
  min-height: 90vh; }
  @media (max-width: 1149px) {
    .block {
      top: 90px; } }
  @media (max-width: 767px) {
    .block {
      top: 85px;
      padding: 5px; } }
  @media (max-width: 480px) {
    .block {
      position: relative;
      top: 0; } }
  .block__content {
    width: 1150px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media (max-width: 1149px) {
      .block__content {
        width: 98%; } }
  .block__caption {
    width: 980px;
    font-family: 'Bold', sans-serif;
    font-size: 40px;
    padding-top: 10vh; }
    @media (max-width: 1149px) {
      .block__caption {
        width: 98%;
        padding-top: 10px; } }
    @media (max-width: 767px) {
      .block__caption {
        font-size: 30px; } }
  .block__description {
    font-family: 'Regular', sans-serif;
    font-size: 14px;
    width: 920px;
    padding-top: 20px; }
    @media (max-width: 1149px) {
      .block__description {
        width: 98%; } }
  .block__img {
    margin: 0 auto;
    padding: 5vh 0; }
    .block__img img {
      max-height: 460px;
      height: 50vh; }
      @media (max-width: 1149px) {
        .block__img img {
          width: 80%; } }
    @media (max-width: 767px) {
      .block__img.sim2 img {
        width: 97%; } }
    .block__img-contact {
      margin: 0 auto;
      padding: 5vh 0; }
      .block__img-contact img {
        max-height: 260px;
        max-width: 90vw; }
  .block__alloy {
    font-family: 'Regular', sans-serif;
    font-size: 40px;
    color: #85308c; }
    .block__alloy span {
      color: #ffcb5a; }
  .block__btn {
    font-family: 'Regular', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(to right, #86308c, #b53abe);
    border-radius: 30px;
    width: 360px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-top: 5vh;
    box-shadow: 0 10px 20px -5px #b53abe;
    cursor: pointer; }
    .block__btn:hover {
      background: #b53abe; }

.block:nth-child(odd) {
  background: #f7f7f7; }

.block:nth-child(even) {
  background: #fff; }

#lastBlock {
  position: relative;
  top: 0;
  z-index: 9; }
  #lastBlock .block__caption {
    padding-bottom: 10vh; }
    @media (max-width: 480px) {
      #lastBlock .block__caption {
        padding-bottom: 0; } }

.cards {
  display: flex;
  justify-content: space-between;
  width: 1150px;
  top: 30vh;
  background-image: url("/img/SIM_4.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 52%;
  padding-top: 5vh; }
  @media (max-width: 1149px) {
    .cards {
      width: 98%;
      flex-wrap: wrap;
      background-image: unset; } }
  .cards .card {
    background-color: #fff;
    width: 45%;
    padding: 20px;
    box-shadow: 0 0 10px 5px #d1d1d1; }
    @media (max-width: 1023px) {
      .cards .card {
        width: 40%; } }
    @media (max-width: 767px) {
      .cards .card {
        width: 90%; } }
    .cards .card__caption {
      font-family: 'Bold', sans-serif;
      font-size: 16px;
      margin-bottom: 20px;
      position: relative; }
      .cards .card__caption::before {
        content: '';
        width: 5px;
        height: 18px;
        background: #85308c;
        position: absolute;
        left: -8px; }
    .cards .card__description {
      font-family: 'Regular', sans-serif;
      font-size: 12px;
      margin-bottom: 20px; }
    .cards .card__subcaption {
      font-family: 'Bold', sans-serif;
      font-size: 16px;
      margin-bottom: 20px; }
    .cards .card ul {
      list-style: none;
      margin: 0 0 20px 0;
      padding: 0; }
      .cards .card ul li {
        font-family: 'Regular', sans-serif;
        font-size: 12px;
        padding: 5px; }
        .cards .card ul li::before {
          content: '-';
          margin-right: 5px; }
    .cards .card__table {
      display: flex;
      flex-wrap: wrap; }
      .cards .card__table-img {
        width: calc(50% - 12px);
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #d1d1d1;
        padding: 0 5px; }
        .cards .card__table-img img {
          max-width: calc(100% - 40px); }
    .cards .card__img {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 360px; }
      .cards .card__img img {
        height: 300px; }
    .cards .card__more {
      margin-top: 5vh;
      display: flex;
      align-items: center;
      cursor: pointer; }
      .cards .card__more:hover .card__more-img {
        background-image: url("/img/icons/download-black.png"); }
      .cards .card__more-img {
        padding: 5px 10px;
        border: 3px solid #e8e8e8;
        margin-right: 25px;
        height: 38px;
        width: 38px;
        background-image: url("/img/icons/download.png");
        background-repeat: no-repeat;
        background-position: center; }
      .cards .card__more p {
        font-family: 'Regular', sans-serif;
        font-size: 14px; }

.card {
  background: #fff;
  box-shadow: 0 10px 10px -10px #d1d1d1; }
  .card__description {
    font-family: 'Regular', sans-serif;
    font-size: 14px;
    padding: 20px 0 0 0; }
  .card .block__caption {
    text-align: center;
    width: 100%;
    padding-top: 2vh; }

.card__table-partners {
  display: flex;
  flex-wrap: wrap;
  width: 1070px;
  margin: 0 auto 3vh auto;
  padding: 40px; }
  @media (max-width: 1149px) {
    .card__table-partners {
      width: 98%;
      padding: 5px; } }
  .card__table-partners .card__table-img {
    width: calc((100% / 6) - 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e8e8; }
    @media (max-width: 767px) {
      .card__table-partners .card__table-img {
        width: calc((100% / 3) - 2px); } }
    @media (max-width: 480px) {
      .card__table-partners .card__table-img {
        width: calc((100% / 2) - 2px);
        height: 100px; } }

.footer {
  background-color: #fff;
  position: relative;
  z-index: 3; }
  .footer__inner {
    width: 1150px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-family: 'Regular', sans-serif;
    font-size: 12px;
    padding-top: 5vh;
    padding-bottom: 5vh; }
  .footer__links img {
    max-width: 120px;
    max-height: 73px;
    margin: 0 5px; }
  .footer__links span {
    position: relative;
    bottom: 17px; }
  @media (max-width: 767px) {
    .footer__links img {
      max-width: 110px;
      max-height: 67px; } }
  @media (max-width: 1149px) {
    .footer__inner {
      max-width: calc(100vw - 20px);
      flex-wrap: wrap;
      padding: 2vh 10px 2vh 10px; } }
  .footer__adr {
    margin-left: auto;
    max-width: 300px;
    border-right: 1px solid #cecece;
    padding-right: 10px;
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 767px) {
      .footer__adr {
        border-right: none;
        margin-left: 0;
        padding-right: 0;
        padding-left: 10px;
        max-width: initial; } }
  .footer__m2m, .footer__contacts, .footer__adr {
    display: flex;
    align-items: center;
    height: 60px; }
    @media (max-width: 767px) {
      .footer__m2m, .footer__contacts, .footer__adr {
        width: auto; } }
    .footer__m2m h4, .footer__contacts h4, .footer__adr h4 {
      padding: 0;
      margin: 0;
      font-family: 'Bold', sans-serif; }
    .footer__m2m img, .footer__contacts img, .footer__adr img {
      margin-right: 15px;
      max-height: 50px; }
      @media (max-width: 767px) {
        .footer__m2m img, .footer__contacts img, .footer__adr img {
          margin-right: 5px; } }
  .footer__contacts {
    flex-direction: column;
    padding-left: 10px;
    align-items: flex-start;
    justify-content: space-between; }
    @media (max-width: 480px) {
      .footer__contacts {
        flex-direction: row;
        flex-wrap: wrap; } }
    .footer__contacts-phone, .footer__contacts-mail {
      margin-bottom: 20px;
      width: 50%; }
      @media (max-width: 767px) {
        .footer__contacts-phone, .footer__contacts-mail {
          width: auto;
          margin-right: 10px; } }
    .footer__contacts a {
      text-decoration: none;
      outline: none;
      color: #363636; }
      .footer__contacts a:hover {
        color: #85308c; }
      .footer__contacts a b {
        font-family: 'Bold', sans-serif;
        font-size: 14px;
        color: #86308c; }

.overlay {
  background-color: #d1d1d1;
  opacity: 0.75;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
  display: none;
  transition: all 0.3s ease; }

.callback {
  cursor: pointer; }
  .callback__btn {
    background-image: url("/img/icons/discuss-issue.png");
    background-color: yellow;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 20;
    box-shadow: 0 0 10px 5px #7e7e7e; }
    .callback__btn-send {
      background: none;
      position: relative;
      border-radius: 0;
      bottom: 0;
      right: 0;
      z-index: 30;
      cursor: pointer;
      border: 1px solid #d1d1d1;
      margin: 0 auto;
      padding: 5px 10px;
      margin-bottom: 10px; }
  .callback__phone, .callback__mail {
    background-image: url("/img/icons/phone-white.png");
    background-color: #33adff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    position: fixed;
    right: 22px;
    bottom: 50px;
    z-index: 15;
    transition: all 0.5s ease-out; }
  .callback__mail {
    background-image: url("/img/icons/mail-white.png"); }
  .callback__form {
    position: fixed;
    width: 30vw;
    z-index: 30;
    background-color: #fff;
    top: 30vh;
    left: calc(50vw - 240px);
    display: none;
    font-family: 'Regular', sans-serif;
    flex-direction: column; }
    @media (max-width: 767px) {
      .callback__form {
        width: 60vw;
        left: 20vw; } }
    @media (max-width: 480px) {
      .callback__form {
        width: 70vw;
        left: 15vw; } }
    .callback__form-caption {
      text-align: center;
      font-size: 16px;
      font-weight: 600;
      padding-top: 10px; }
    .callback__form-form {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      height: 20vh;
      padding: 10px 20px; }
      .callback__form-form input {
        padding: 3px;
        font-size: 14px; }

footer {
  border-top: 2px solid #e8e8e8;
  background-color: #fff;
  position: relative;
  z-index: 3;
  width: 100%; }
  footer .content {
    display: flex;
    justify-content: space-between;
    padding-top: 3vh;
    padding-bottom: 3vh;
    width: 1150px;
    margin: 0 auto; }
    @media (max-width: 1149px) {
      footer .content {
        width: 98%; } }
    @media (max-width: 767px) {
      footer .content {
        flex-direction: column; } }
    footer .content .logo {
      display: flex; }
      footer .content .logo img {
        height: 40px;
        width: 40px; }
      footer .content .logo__text {
        font-family: 'Regular', sans-serif;
        font-size: 12px;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        footer .content .logo__text h4 {
          font-family: 'Bold', sans-serif;
          font-size: 14px;
          padding: 0;
          margin: 0; }
        footer .content .logo__text p {
          padding: 0;
          margin: 0; }
    footer .content .rights {
      font-family: 'Regular', sans-serif;
      font-size: 12px;
      text-align: center; }
