/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
.container {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px; }
  @media screen and (max-width: 425px) {
    .container {
      padding: 0 15px; } }

.header__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0; }
  @media screen and (max-width: 1199px) {
    .header__wrapper {
      align-items: start; } }
  @media screen and (max-width: 960px) {
    .header__wrapper {
      align-items: center; } }

.header .mobile-phone {
  display: none; }
  @media screen and (max-width: 960px) {
    .header .mobile-phone {
      display: block;
      margin-left: auto;
      margin-right: 22px;
      font-size: 14px;
      font-weight: 700;
      line-height: 150%;
      color: #050606; }
      .header .mobile-phone:hover {
        color: #1B66AA; } }

.header__nav {
  display: flex;
  align-items: center;
  flex: 1;
  margin-left: 105px; }
  @media screen and (max-width: 1199px) {
    .header__nav {
      align-items: start;
      margin-left: 0; } }
  @media screen and (max-width: 960px) {
    .header__nav {
      position: absolute;
      flex-direction: column;
      align-items: center;
      max-width: 360px;
      width: 100%;
      max-height: 0;
      top: 0;
      right: -20px;
      background-color: #fff;
      overflow: hidden;
      opacity: 0;
      z-index: 10;
      transition: .3s; }
      .header__nav.active {
        max-height: 1000px;
        opacity: 1; } }
  @media screen and (max-width: 767px) {
    .header__nav {
      max-width: none;
      width: calc(100% + 40px); } }

.header .menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 405px;
  margin-right: auto; }
  @media screen and (max-width: 1199px) {
    .header .menu {
      margin-left: auto;
      max-width: 265px; } }
  @media screen and (max-width: 960px) {
    .header .menu {
      flex-direction: column;
      margin-left: 0;
      margin-right: 0;
      margin-top: 50px; } }

.header .menu-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  transition: .3s; }
  @media screen and (max-width: 1199px) {
    .header .menu-item {
      line-height: 169%; }
      .header .menu-item:nth-child(5) {
        margin-left: 20px;
        margin-right: auto; } }
  @media screen and (max-width: 960px) {
    .header .menu-item {
      margin-bottom: 16px;
      line-height: 150%; }
      .header .menu-item:nth-child(5) {
        margin-left: 0;
        margin-right: 0; } }

.header .item-link {
  line-height: 200%;
  color: #050606;
  transition: .3s; }
  .header .item-link:hover {
    color: #1B66AA; }
  @media screen and (max-width: 1199px) {
    .header .item-link {
      line-height: 169%; } }
  @media screen and (max-width: 960px) {
    .header .item-link {
      line-height: 150%; } }

.header .item-btn {
  position: relative;
  margin-left: 22px;
  margin-right: auto;
  color: #1B66AA;
  cursor: pointer;
  transition: .3s; }
  .header .item-btn:hover {
    color: #050606; }
    .header .item-btn:hover:before {
      background-color: #050606; }
  .header .item-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -9px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #1B66AA; }
  @media screen and (max-width: 1199px) {
    .header .item-btn {
      margin-left: 10px; } }
  @media screen and (max-width: 960px) {
    .header .item-btn {
      margin-left: 0; } }

.header__contact {
  display: flex;
  flex-direction: column;
  align-items: start; }
  @media screen and (max-width: 960px) {
    .header__contact {
      align-items: center;
      margin: 37px 0; } }

.header .contact-phone,
.header .contact-email {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #050606;
  cursor: pointer;
  transition: .3s; }
  .header .contact-phone:hover,
  .header .contact-email:hover {
    color: #1B66AA; }

.header .contact-phone {
  margin-bottom: 3px; }
  @media screen and (max-width: 960px) {
    .header .contact-phone {
      margin-bottom: 8px; } }

.header__btn {
  margin-left: 10px;
  padding: 16px;
  background-color: #182033;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
  border-radius: 3px;
  transition: .3s; }
  .header__btn:hover {
    background-color: #2C9CFF; }
  @media screen and (max-width: 960px) {
    .header__btn {
      margin-left: 0;
      margin-bottom: 50px; } }

.header .menu-btn {
  display: none; }
  @media screen and (max-width: 960px) {
    .header .menu-btn {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 35px;
      height: 35px;
      background-color: #050606;
      border-radius: 50%;
      z-index: 10; }
      .header .menu-btn:hover {
        background-color: #2C9CFF; }
      .header .menu-btn .line {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 17px;
        height: 1px;
        border-radius: 2px;
        background-color: #fff;
        transition: .3s; }
      .header .menu-btn:before, .header .menu-btn:after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        width: 17px;
        height: 1px;
        border-radius: 2px;
        background-color: #fff;
        transition: .3s; }
      .header .menu-btn:before {
        top: 11px; }
      .header .menu-btn:after {
        bottom: 11px; }
      .header .menu-btn.active {
        background-color: transparent; }
        .header .menu-btn.active .line {
          display: none; }
        .header .menu-btn.active:before, .header .menu-btn.active:after {
          background-color: #050606;
          width: 35px; }
        .header .menu-btn.active:before {
          top: 17px;
          transform: translate(-50%, 0) rotate(45deg); }
        .header .menu-btn.active:after {
          bottom: 17px;
          transform: translate(-50%, 0) rotate(-45deg); } }

.main {
  overflow: hidden; }
  .main__wrapper {
    position: relative;
    width: 100%;
    height: 474px;
    padding: 25px;
    border-radius: 5px 5px 0 0; }
    @media screen and (max-width: 425px) {
      .main__wrapper {
        width: calc(100% + 40px);
        height: 290px;
        left: -20px;
        border-radius: 0; } }
  .main__slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .main .main-slide {
    background-color: #22468E; }
  .main .slide-1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 278px;
    background: linear-gradient(0deg, #22468e, rgba(34, 70, 142, 0) 100%);
    z-index: 2; }
  .main__background {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .main .main-img {
    position: absolute;
    right: -55px;
    top: 0;
    max-width: 605px;
    width: 100%;
    height: 465px;
    object-fit: contain; }
    @media screen and (max-width: 1199px) {
      .main .main-img {
        right: -20px;
        top: auto;
        bottom: 0;
        max-width: 480px;
        height: 390px; } }
    @media screen and (max-width: 767px) {
      .main .main-img {
        right: auto;
        left: 50%;
        transform: translateX(-50%); } }
    @media screen and (max-width: 425px) {
      .main .main-img {
        height: 240px; } }
  .main__desc-block {
    position: absolute;
    left: 25px;
    top: 150px;
    z-index: 5;
    transition: 1s; }
    .main__desc-block.active {
      top: 65px; }
      @media screen and (max-width: 425px) {
        .main__desc-block.active {
          top: 25px; } }
      .main__desc-block.active .title {
        margin-bottom: 16px; }
        @media screen and (max-width: 767px) {
          .main__desc-block.active .title {
            margin-bottom: 0; } }
      .main__desc-block.active .btn-list {
        max-width: 600px; }
    @media screen and (max-width: 1199px) {
      .main__desc-block {
        top: 130px; } }
    @media screen and (max-width: 767px) {
      .main__desc-block {
        max-width: 320px;
        width: 100%;
        height: fit-content;
        top: 320px;
        left: 50%;
        transform: translateX(-50%); } }
    @media screen and (max-width: 425px) {
      .main__desc-block {
        top: 150px; } }
  .main .title {
    display: block;
    max-width: 800px;
    margin-bottom: 17px;
    color: #fff;
    line-height: 105%;
    text-transform: uppercase;
    transition: 1s; }
    @media screen and (max-width: 767px) {
      .main .title {
        text-align: center;
        margin-bottom: 0; } }
  .main .main-subtitle {
    display: block;
    max-width: 560px;
    margin-bottom: 24px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 135%;
    opacity: 0.95; }
    @media screen and (max-width: 767px) {
      .main .main-subtitle {
        text-align: center;
        font-size: 16px;
        margin-top: 8px;
        margin-bottom: 16px; } }
  .main__desc-block.active .main-subtitle {
    margin-bottom: 20px; }
  .main .btn-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: 1s; }
    @media screen and (max-width: 1199px) {
      .main .btn-list {
        max-width: 570px; } }
    @media screen and (max-width: 767px) {
      .main .btn-list {
        display: none; } }
  .main .btn-item {
    padding: 10px 15px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 150%;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 5px;
    backdrop-filter: blur(8px);
    background: rgba(239, 241, 244, 0.17);
    cursor: pointer;
    transition: .3s; }
    .main .btn-item:hover {
      background: rgba(255, 255, 255, 0.3); }
    .main .btn-item.active {
      background: rgba(255, 255, 255, 0.3); }
  .main__form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 33px;
    border-radius: 0 0 5px 5px;
    background-color: #22468E;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    @media screen and (max-width: 1199px) {
      .main__form {
        flex-direction: column;
        align-items: start; } }
    @media screen and (max-width: 767px) {
      .main__form {
        align-items: center;
        padding: 18px 40px 40px; } }
    @media screen and (max-width: 425px) {
      .main__form {
        position: relative;
        width: calc(100% + 40px);
        left: -20px; } }
  .main .form-title {
    max-width: 395px;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 130%;
    color: #fff; }
    @media screen and (max-width: 1199px) {
      .main .form-title {
        font-size: 2.4rem;
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .main .form-title {
        text-align: center;
        font-size: 1.8rem; } }
  .main .form-body {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .main .form-body {
        flex-direction: column; } }
    @media screen and (max-width: 425px) {
      .main .form-body {
        width: 100%; } }
  .main .form-input {
    max-width: 196px;
    height: 74px;
    margin-right: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: white; }
    @media screen and (max-width: 767px) {
      .main .form-input {
        max-width: 250px;
        margin-right: 0;
        margin-bottom: 10px; } }
    @media screen and (max-width: 425px) {
      .main .form-input {
        max-width: 100%;
        padding: 20px 15px; } }
  .main .form-btn {
    max-width: 244px;
    height: 74px;
    background-color: #2C9CFF;
    box-shadow: 0 14px 60px 0 rgba(0, 0, 0, 0.1);
    color: #fff; }
    .main .form-btn:hover {
      background: #050606; }
    @media screen and (max-width: 425px) {
      .main .form-btn {
        max-width: 100%;
        padding: 20px 15px; } }

.advantage {
  padding: 10px 0; }
  @media screen and (max-width: 1199px) {
    .advantage {
      padding: 20px 0; } }
  @media screen and (max-width: 767px) {
    .advantage {
      padding: 10px 0; } }
  .advantage__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 959px) {
      .advantage__list {
        flex-wrap: nowrap;
        flex-direction: column; } }
  .advantage__item {
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 300px;
    padding: 25px 20px;
    border-radius: 5px;
    background-color: rgba(170, 183, 208, 0.3);
    transition: .3s; }
    .advantage__item .hover-img {
      transition: .3s; }
    .advantage__item:hover {
      background-color: #2C9CFF; }
      .advantage__item:hover .item-img .hover-img {
        fill: #fff; }
      .advantage__item:hover .btn-icon {
        fill: #fff; }
      .advantage__item:hover .btn-title {
        color: #fff; }
        .advantage__item:hover .btn-title:after {
          border-bottom: 1px dashed #fff; }
    @media screen and (max-width: 1199px) {
      .advantage__item {
        height: 230px;
        padding: 16px; } }
    @media screen and (max-width: 959px) {
      .advantage__item {
        align-items: center;
        text-align: center; } }
    @media screen and (max-width: 767px) {
      .advantage__item {
        height: 168px; } }
    @media screen and (max-width: 425px) {
      .advantage__item {
        align-items: start;
        text-align: start;
        padding: 13px; } }
  .advantage .item-1,
  .advantage .item-2 {
    width: 49.5%;
    margin-bottom: 10px; }
    @media screen and (max-width: 959px) {
      .advantage .item-1,
      .advantage .item-2 {
        width: 100%; } }
  .advantage .item-3,
  .advantage .item-4,
  .advantage .item-5 {
    width: 32.6%; }
    @media screen and (max-width: 959px) {
      .advantage .item-3,
      .advantage .item-4,
      .advantage .item-5 {
        width: 100%;
        margin-bottom: 10px; } }
  @media screen and (max-width: 1199px) {
    .advantage .item-5 .item-img {
      max-height: 83px; } }
  @media screen and (max-width: 767px) {
    .advantage .item-5 .item-img {
      max-height: 56px; } }
  .advantage .item-img {
    margin-bottom: auto;
    object-fit: contain; }
    @media screen and (max-width: 1199px) {
      .advantage .item-img {
        max-height: 99px; } }
    @media screen and (max-width: 767px) {
      .advantage .item-img {
        max-height: 56px; } }
  .advantage .item-title {
    margin-bottom: 7px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 130%; }
    @media screen and (max-width: 1199px) {
      .advantage .item-title {
        font-size: 1.8rem; } }
    @media screen and (max-width: 425px) {
      .advantage .item-title {
        margin-bottom: 4px;
        line-height: 116%; } }
  .advantage .item-description {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 130%;
    opacity: .8; }
    @media screen and (max-width: 1199px) {
      .advantage .item-description {
        font-size: 1.6rem; } }
    @media screen and (max-width: 425px) {
      .advantage .item-description {
        line-height: 120%; } }
  .advantage .item-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: .3s; }
  .advantage .btn-icon {
    transition: .3s; }
  .advantage .btn-title {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    transition: .3s; }
    .advantage .btn-title:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      border-bottom: 1px dashed #050606; }
  .advantage__form {
    display: flex;
    justify-content: space-between;
    margin-top: 32px; }
    @media screen and (max-width: 960px) {
      .advantage__form {
        flex-direction: column;
        align-items: center;
        margin-top: 24px; } }
  .advantage .form-block {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 66.4%;
    padding: 20px 20px 40px;
    background-color: #22468E;
    border-radius: 5px; }
    @media screen and (max-width: 960px) {
      .advantage .form-block {
        max-width: 520px;
        width: 100%;
        margin: 0 auto;
        align-items: center; } }
  .advantage .form-title {
    display: block;
    max-width: 588px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 120%; }
    @media screen and (max-width: 1199px) {
      .advantage .form-title {
        max-width: 480px; } }
  .advantage .form-body {
    margin-top: 37px; }
    @media screen and (max-width: 1199px) {
      .advantage .form-body {
        margin-top: 28px; } }
    @media screen and (max-width: 767px) {
      .advantage .form-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 420px; } }
  .advantage .form-upload {
    display: flex;
    align-items: center;
    width: fit-content;
    margin-top: 10px;
    margin-bottom: 25px;
    margin-left: 157px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 145%;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: .3s; }
    .advantage .form-upload path {
      transition: .3s; }
    .advantage .form-upload:hover {
      color: #2C9CFF; }
      .advantage .form-upload:hover path {
        fill: #2C9CFF;
        transition: .3s; }
      .advantage .form-upload:hover .upload-name:after {
        border-bottom: 1px dashed #2C9CFF; }
    @media screen and (max-width: 1199px) {
      .advantage .form-upload {
        margin-left: 113px; } }
    @media screen and (max-width: 767px) {
      .advantage .form-upload {
        margin-left: 0; } }
  .advantage .upload-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    transition: .3s; }
  .advantage .upload-name {
    position: relative; }
    .advantage .upload-name:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      border-bottom: 1px dashed #FFF;
      transition: .3s; }
  .advantage .input-wrap {
    display: flex;
    align-items: start; }
    @media screen and (max-width: 767px) {
      .advantage .input-wrap {
        width: 100%; } }
  .advantage .input-label {
    max-width: 140px;
    width: 100%;
    margin-right: 17px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 145%;
    color: rgba(255, 255, 255, 0.8); }
    @media screen and (max-width: 1199px) {
      .advantage .input-label {
        max-width: 105px;
        margin-right: 8px; } }
    @media screen and (max-width: 767px) {
      .advantage .input-label {
        display: none; } }
  .advantage .form-input {
    max-width: 330px;
    width: 100%;
    height: 56px;
    padding: 16px;
    margin-bottom: 8px;
    border: 1px solid #dde4ee;
    border-radius: 4px;
    background: #fbfbfb;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 22px; }
    @media screen and (max-width: 1199px) {
      .advantage .form-input {
        max-width: 244px; } }
    @media screen and (max-width: 767px) {
      .advantage .form-input {
        max-width: 100%; } }
  .advantage .form-comment {
    max-width: 548px;
    width: 100%;
    height: 100px;
    padding: 16px;
    border: 1px solid #dde4ee;
    border-radius: 4px;
    background: #fbfbfb;
    resize: none;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 22px; }
    @media screen and (max-width: 1199px) {
      .advantage .form-comment {
        max-width: 380px; } }
    @media screen and (max-width: 767px) {
      .advantage .form-comment {
        max-width: 100%; } }
  .advantage .form-submit {
    width: 244px;
    height: 56px;
    margin-left: 157px;
    margin-top: 8px;
    background-color: #182033;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 27px;
    color: #fff;
    border-radius: 4px;
    transition: .3s; }
    .advantage .form-submit:hover {
      background-color: #2C9CFF; }
    @media screen and (max-width: 1199px) {
      .advantage .form-submit {
        margin-left: 113px; } }
    @media screen and (max-width: 767px) {
      .advantage .form-submit {
        margin-left: 0; } }
    @media screen and (max-width: 425px) {
      .advantage .form-submit {
        width: 100%; } }
  .advantage .calculate-block {
    width: 32.5%;
    padding: 30px 25px;
    background-color: #E5E9F1;
    border-radius: 5px; }
    @media screen and (max-width: 960px) {
      .advantage .calculate-block {
        max-width: 520px;
        width: 100%;
        margin-top: 10px; } }
    @media screen and (max-width: 767px) {
      .advantage .calculate-block {
        display: flex;
        flex-direction: column;
        align-items: center; } }
  .advantage .calculate-title {
    display: block;
    margin-bottom: 17px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 120%; }
    @media screen and (max-width: 1199px) {
      .advantage .calculate-title {
        font-size: 2.4rem; } }
    @media screen and (max-width: 767px) {
      .advantage .calculate-title {
        text-align: center; } }
  .advantage .calculate-subtitle {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 140%; }
    @media screen and (max-width: 1199px) {
      .advantage .calculate-subtitle {
        font-size: 1.6rem; } }
    @media screen and (max-width: 767px) {
      .advantage .calculate-subtitle {
        text-align: center; } }
  .advantage .calculate-btn {
    max-width: 306px;
    width: 100%;
    height: 56px;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #050606;
    border-radius: 4px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 27px;
    color: #fff;
    transition: .3s; }
    .advantage .calculate-btn:hover {
      background-color: #2C9CFF; }
    @media screen and (max-width: 767px) {
      .advantage .calculate-btn {
        margin-top: 22px;
        margin-bottom: 32px; } }
  .advantage .list-item {
    position: relative;
    padding-left: 16px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 145%; }
    .advantage .list-item:before {
      content: "";
      position: absolute;
      top: 12px;
      left: 0;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: #050606; }
    @media screen and (max-width: 1199px) {
      .advantage .list-item {
        font-size: 1.6rem; } }
  .advantage .form-decor {
    position: absolute;
    bottom: 80px;
    right: 60px;
    display: flex;
    flex-direction: column;
    max-width: 190px; }
    @media screen and (max-width: 1199px) {
      .advantage .form-decor {
        bottom: 35px;
        right: 25px; } }
    @media screen and (max-width: 960px) {
      .advantage .form-decor {
        position: relative;
        bottom: auto;
        right: auto;
        flex-direction: row;
        align-items: center;
        max-width: fit-content;
        margin-top: 40px; } }
  .advantage .img-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 8px;
    border-radius: 50%;
    background-color: #D9D9D9; }
    .advantage .img-wrapper:after {
      content: "";
      position: absolute;
      right: 5px;
      bottom: 0;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: #1FC056; }
    @media screen and (max-width: 960px) {
      .advantage .img-wrapper {
        margin-bottom: 0;
        margin-right: 20px; } }
  .advantage .decor-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover; }
  @media screen and (max-width: 960px) {
    .advantage .text-wrapper {
      display: flex;
      flex-direction: column; } }
  .advantage .decor-title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 140%;
    color: #fff; }
    @media screen and (max-width: 1199px) {
      .advantage .decor-title {
        max-width: 90px; } }
    @media screen and (max-width: 960px) {
      .advantage .decor-title {
        max-width: 190px; } }
  .advantage .decor-subtitle {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 140%;
    color: #fff; }
    @media screen and (max-width: 1199px) {
      .advantage .decor-subtitle {
        max-width: 140px; } }
    @media screen and (max-width: 960px) {
      .advantage .decor-subtitle {
        max-width: 190px; } }

.catalog {
  padding: 100px 0; }
  @media screen and (max-width: 1199px) {
    .catalog {
      padding: 80px 0; } }
  .catalog .title {
    max-width: 1046px;
    color: #22468E; }
  .catalog .subtitle {
    display: block;
    max-width: 705px;
    margin-top: 16px;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 140%;
    opacity: 0.8; }
    @media screen and (max-width: 767px) {
      .catalog .subtitle {
        font-size: 1.8rem; } }
  .catalog__filter {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 8px;
    margin-top: 32px;
    margin-bottom: 44px; }
  .catalog .filter-item {
    padding: 15px 20px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 107%;
    border: 1px solid rgba(17, 16, 16, 0.11);
    border-radius: 5px;
    backdrop-filter: blur(8px);
    cursor: pointer;
    transition: .3s; }
    .catalog .filter-item:hover {
      background-color: #22468E;
      color: #fff; }
    .catalog .filter-item.active {
      color: #fff;
      background-color: #22468E; }
    @media screen and (max-width: 767px) {
      .catalog .filter-item {
        padding: 15px 15px;
        font-size: 1.4rem; } }
  .catalog__name {
    display: flex;
    align-items: start; }
  .catalog__title {
    margin-right: 8px;
    font-size: 3.2rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #050606;
    transition: .3s; }
    @media screen and (max-width: 1199px) {
      .catalog__title {
        font-size: 2.4rem; } }
  .catalog__quantity {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 107%;
    opacity: 0.4;
    transition: .3s; }
  .catalog__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px; }
  .catalog__item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 200px;
    padding: 12px;
    margin-bottom: 11px;
    border: 1.28px solid #e5e9f1;
    border-radius: 5px;
    background: #e5e9f1;
    cursor: pointer;
    transition: .3s; }
    .catalog__item:hover {
      background-color: #2C9CFF;
      color: #fff; }
    .catalog__item.active {
      display: none; }
    .catalog__item.few {
      width: 24.3%; }
    .catalog__item.medium {
      width: 32.6%; }
    .catalog__item.many {
      width: 19.3%; }
    @media screen and (max-width: 1199px) {
      .catalog__item {
        height: 180px; } }
    @media screen and (max-width: 767px) {
      .catalog__item {
        flex-direction: row;
        align-items: center;
        height: 70px; } }
  .catalog .item-img {
    max-height: 120px;
    object-fit: contain; }
    @media screen and (max-width: 1199px) {
      .catalog .item-img {
        max-height: 105px; } }
    @media screen and (max-width: 767px) {
      .catalog .item-img {
        width: 60px;
        height: auto;
        margin-right: 12px; } }
  .catalog .item-title {
    margin-top: auto;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 110%;
    transition: .3s; }
    @media screen and (max-width: 767px) {
      .catalog .item-title {
        max-width: 180px;
        margin-top: 0; } }
  .catalog .item-quantity {
    display: none; /* скрыто: цифры на плитках не показываем */
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 107%;
    transition: .3s; }
  .catalog__form {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 35px 25px 40px;
    margin-top: 200px;
    background-color: #22468E;
    border-radius: 10px;
    z-index: 5; }
    @media screen and (max-width: 1199px) {
      .catalog__form {
        margin-top: 185px; } }
    @media screen and (max-width: 767px) {
      .catalog__form {
        max-width: 520px;
        margin: 80px auto 0;
        padding-bottom: 0; } }
    @media screen and (max-width: 425px) {
      .catalog__form {
        padding: 30px 15px 0; } }
  .catalog .form-title {
    max-width: 570px;
    color: #fff; }
  .catalog .form-subtitle {
    max-width: 320px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 120%;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .catalog .form-subtitle {
        margin-bottom: 20px; } }
  .catalog .form-body {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .catalog .form-body {
        flex-direction: column; } }
  .catalog .form-input {
    max-width: 220px;
    height: 74px;
    margin-right: 10px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.14); }
    .catalog .form-input::placeholder {
      color: #fff; }
    @media screen and (max-width: 767px) {
      .catalog .form-input {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px; } }
    @media screen and (max-width: 425px) {
      .catalog .form-input {
        padding: 20px 15px; } }
  .catalog .form-btn {
    max-width: 255px;
    height: 74px;
    background-color: #2C9CFF;
    box-shadow: 0px 14px 60px 0px rgba(8, 94, 164, 0.6);
    color: #fff; }
    .catalog .form-btn:hover {
      background: #050606; }
    @media screen and (max-width: 1199px) {
      .catalog .form-btn {
        max-width: 100%; } }
  .catalog .form-img {
    position: absolute;
    bottom: 0;
    right: 185px;
    z-index: -1;
    width: 420px;
    height: 430px; }
    @media screen and (max-width: 1199px) {
      .catalog .form-img {
        right: 0;
        border-bottom-right-radius: 10px;
        overflow: hidden; } }
    @media screen and (max-width: 959px) {
      .catalog .form-img {
        width: 310px;
        height: 320px; } }
    @media screen and (max-width: 767px) {
      .catalog .form-img {
        position: relative;
        right: auto;
        bottom: 0;
        margin: 20px auto 0;
        border-radius: 0; } }
    @media screen and (max-width: 425px) {
      .catalog .form-img {
        width: 100%;
        height: 255px; } }
  .catalog .img-item {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media screen and (max-width: 425px) {
      .catalog .img-item {
        object-fit: contain; } }
  .catalog .img-desc {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    max-width: 187px;
    padding: 10px;
    color: #fff; }
    @media screen and (max-width: 1199px) {
      .catalog .img-desc {
        display: none; } }
  .catalog .desc-title,
  .catalog .desc-subtitle {
    font-size: 1.5rem;
    line-height: 150%; }
  .catalog .desc-title {
    font-weight: 900; }
  .catalog .desc-subtitle {
    font-weight: 400; }

.delivery {
  padding-bottom: 110px; }
  @media screen and (max-width: 1199px) {
    .delivery {
      padding-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .delivery {
      padding-bottom: 80px; } }
  .delivery__title {
    display: block;
    max-width: 965px;
    color: #22468E; }
  .delivery__subtitle {
    display: block;
    max-width: 965px;
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 150%; }
    @media screen and (max-width: 1199px) {
      .delivery__subtitle {
        margin-top: 15px;
        margin-bottom: 45px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 767px) {
      .delivery__subtitle {
        font-size: 1.6rem;
        margin-top: 10px;
        margin-bottom: 24px; } }
  .delivery__card-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px; }
    @media screen and (max-width: 1199px) {
      .delivery__card-row {
        margin-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      .delivery__card-row {
        flex-direction: column;
        margin-bottom: 8px; } }
  .delivery__main {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 66%;
    height: 512px;
    padding: 25px;
    border-radius: 7px;
    overflow: hidden;
    color: #fff; }
    @media screen and (max-width: 1199px) {
      .delivery__main {
        height: 365px;
        padding: 20px 15px; } }
    @media screen and (max-width: 960px) {
      .delivery__main {
        width: 60%; } }
    @media screen and (max-width: 767px) {
      .delivery__main {
        max-width: 520px;
        width: 100%;
        margin-bottom: 8px; } }
  .delivery .main-1:after {
    content: "";
    position: absolute;
    z-index: -4;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(0deg, #142c5d, rgba(26, 52, 104, 0) 100%); }
  @media screen and (max-width: 1199px) {
    .delivery .main-1 .main-subtitle {
      max-width: 470px; } }
  @media screen and (max-width: 767px) {
    .delivery .main-1 {
      height: 210px; } }
  .delivery .main-2 .main-title {
    margin-top: 0; }
  @media screen and (max-width: 1199px) {
    .delivery .main-2 .main-subtitle {
      margin-top: 10px; } }
  .delivery .main-2:after {
    content: "";
    position: absolute;
    z-index: -4;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-84.29deg, rgba(217, 217, 217, 0), rgba(4, 4, 4, 0.49) 36%, #020202 85%);
    opacity: 0.8; }
  @media screen and (max-width: 767px) {
    .delivery .main-2 {
      height: 478px; } }
  .delivery .main-title {
    margin-top: auto;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 110%; }
    @media screen and (max-width: 1199px) {
      .delivery .main-title {
        font-size: 2.4rem; } }
  .delivery .main-subtitle {
    max-width: 505px;
    margin-top: 15px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 140%; }
    @media screen and (max-width: 1199px) {
      .delivery .main-subtitle {
        max-width: 370px;
        margin-top: 18px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 767px) {
      .delivery .main-subtitle {
        display: none; } }
  .delivery .main-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    width: 100%;
    height: 100%; }
  .delivery .background-image {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .delivery .main-list {
    margin-top: 20px;
    margin-bottom: auto; }
    @media screen and (max-width: 1199px) {
      .delivery .main-list {
        margin-top: auto;
        margin-bottom: 0; } }
  .delivery .list-item {
    position: relative;
    width: fit-content;
    padding: 10px 15px 10px 35px;
    margin-bottom: 6px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 5px;
    backdrop-filter: blur(37px);
    background: rgba(239, 241, 244, 0.19);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 130%; }
    .delivery .list-item:before {
      content: "";
      position: absolute;
      left: 12px;
      top: 15px;
      transform: rotate(-45deg);
      width: 10px;
      height: 4px;
      border-bottom: 2px solid #fff;
      border-left: 2px solid #fff; }
    .delivery .list-item:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 1199px) {
      .delivery .list-item {
        padding: 7px 10px 7px 24px;
        margin-bottom: 4px; }
        .delivery .list-item:before {
          left: 7px;
          top: 12px; } }
    @media screen and (max-width: 425px) {
      .delivery .list-item:before {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg); } }
  .delivery__side {
    display: flex;
    flex-direction: column;
    width: 32.4%;
    height: 512px;
    padding: 30px 20px;
    background-color: #E5E9F1;
    border-radius: 7px; }
    @media screen and (max-width: 1199px) {
      .delivery__side {
        height: 370px;
        padding: 20px 15px; } }
    @media screen and (max-width: 960px) {
      .delivery__side {
        width: 38.4%; } }
    @media screen and (max-width: 767px) {
      .delivery__side {
        max-width: 520px;
        width: 100%;
        height: 240px; } }
  .delivery .side-icon {
    width: 93px;
    height: 126px;
    object-fit: contain; }
    @media screen and (max-width: 1199px) {
      .delivery .side-icon {
        width: 66.66px;
        height: 90.32px; } }
    @media screen and (max-width: 1199px) {
      .delivery .side-icon {
        width: 50.19px;
        height: 68px; } }
  .delivery .side-title {
    margin-top: auto;
    margin-bottom: 12px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 110%; }
    @media screen and (max-width: 1199px) {
      .delivery .side-title {
        margin-bottom: 10px;
        font-size: 2.4rem; } }
  .delivery .side-description {
    max-width: 300px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 140%; }
    @media screen and (max-width: 1199px) {
      .delivery .side-description {
        max-width: 250px;
        font-size: 1.6rem; } }
  @media screen and (max-width: 767px) {
    .delivery .description-mobile {
      display: none; } }
  .delivery__form {
    display: flex;
    flex-direction: column;
    width: 32.4%;
    height: 512px;
    padding: 20px;
    background-color: #22468E;
    border-radius: 7px;
    color: #E5E9F1; }
    @media screen and (max-width: 1199px) {
      .delivery__form {
        height: 365px;
        padding: 20px 15px; }
        .delivery__form .side-title {
          margin-top: 0; } }
    @media screen and (max-width: 960px) {
      .delivery__form {
        width: 38.4%; } }
    @media screen and (max-width: 767px) {
      .delivery__form {
        max-width: 520px;
        width: 100%;
        height: 478px;
        padding: 20px 30px;
        margin-bottom: 8px; } }
  .delivery .form-body {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: auto; }
    @media screen and (max-width: 1199px) {
      .delivery .form-body {
        max-width: 215px;
        margin-top: 16px; } }
    @media screen and (max-width: 767px) {
      .delivery .form-body {
        max-width: 270px;
        margin-top: 33px; } }
    @media screen and (max-width: 425px) {
      .delivery .form-body {
        max-width: 100%; } }
  .delivery .form-input {
    width: 100%;
    height: 65px;
    margin-bottom: 10px;
    background-color: #fff; }
    @media screen and (max-width: 1199px) {
      .delivery .form-input {
        height: 48px;
        padding: 12px;
        margin-bottom: 6px; } }
    @media screen and (max-width: 767px) {
      .delivery .form-input {
        height: 65px; } }
  .delivery .form-btn {
    width: 100%;
    max-width: 210px;
    height: 65px;
    background-color: #2C9CFF;
    color: #fff; }
    .delivery .form-btn:hover {
      background-color: #000; }
    @media screen and (max-width: 1199px) {
      .delivery .form-btn {
        max-width: 100%;
        height: 48px;
        padding: 12px; } }
    @media screen and (max-width: 767px) {
      .delivery .form-btn {
        height: 65px; } }

.cases {
  padding-top: 95px;
  padding-bottom: 130px;
  background-color: #E5E9F1;
  overflow: hidden; }
  @media screen and (max-width: 1199px) {
    .cases {
      padding-top: 55px;
      padding-bottom: 100px; } }
  @media screen and (max-width: 767px) {
    .cases {
      padding-top: 40px;
      padding-bottom: 70px; } }
  .cases .subtitle {
    display: block;
    margin-top: 10px;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 116%; }
    @media screen and (max-width: 1199px) {
      .cases .subtitle {
        font-size: 1.8rem; } }
    @media screen and (max-width: 767px) {
      .cases .subtitle {
        font-size: 1.6rem; } }
  .cases__grid {
    margin-top: 32px; }
    @media screen and (max-width: 767px) {
      .cases__grid {
        width: calc(100% + 40px);
        padding: 0 20px;
        margin-left: -20px;
        margin-top: 24px;
        overflow-x: auto; } }
  .cases .grid-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .cases .grid-wrapper {
        width: 670px; } }
  .cases__item {
    max-width: 49.5%;
    padding: 40px 20px;
    border: 1.28px solid rgba(151, 151, 153, 0.07);
    border-radius: 10px;
    box-shadow: 0px 2.55px 15.06287px -1.28px rgba(8, 8, 8, 0.1);
    background: white; }
    @media screen and (max-width: 767px) {
      .cases__item {
        width: 100%;
        max-width: 330px; } }
  .cases .item-img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .cases__description {
    display: block;
    max-width: 610px;
    margin-top: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 130%; }
    @media screen and (max-width: 1199px) {
      .cases__description {
        font-size: 1.8rem; } }
    @media screen and (max-width: 767px) {
      .cases__description {
        max-width: 270px;
        margin-top: 16px;
        font-size: 1.6rem; } }
  .cases .desc-link {
    color: #2C9CFF; }
    @media screen and (max-width: 767px) {
      .cases .desc-link {
        display: block; } }
  .cases .title {
    margin-top: 95px;
    margin-bottom: 32px; }
    @media screen and (max-width: 767px) {
      .cases .title {
        margin-top: 60px;
        margin-bottom: 16px; } }
  .cases__slider-wrapper {
    position: relative;
    width: 100%;
    height: 545px;
    margin: 0 auto;
    overflow: hidden; }
    .cases__slider-wrapper:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      z-index: 4;
      width: 188px;
      height: 100%;
      background: linear-gradient(270deg, #eff1f4, rgba(255, 255, 255, 0) 100%); }
      @media screen and (max-width: 1199px) {
        .cases__slider-wrapper:after {
          display: none; } }
    @media screen and (max-width: 960px) {
      .cases__slider-wrapper {
        overflow: visible; } }
    @media screen and (max-width: 767px) {
      .cases__slider-wrapper {
        height: 410px; } }
  .cases__slider {
    width: 100%;
    height: 100%;
    max-width: 1220px;
    margin: 0 auto; }
  .cases .slide {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 395px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .cases .slide {
        max-width: 280px; } }
  .cases .slide-img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .cases .slide-img {
        height: 170px; } }
  .cases .desc-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px 20px 30px; }
    @media screen and (max-width: 960px) {
      .cases .desc-wrapper {
        padding: 15px 15px 20px; } }
  .cases .slide-desc {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px; }
    .cases .slide-desc:last-child {
      margin-top: auto;
      margin-bottom: 0; }
  .cases .desc-subtitle {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 160%;
    opacity: .4; }
    @media screen and (max-width: 767px) {
      .cases .desc-subtitle {
        font-size: 1.2rem; } }
  .cases .desc-title {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 130%; }
    @media screen and (max-width: 767px) {
      .cases .desc-title {
        font-size: 1.7rem; } }
  .cases .desc-sum {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 110%; }
    @media screen and (max-width: 1199px) {
      .cases .desc-sum {
        font-size: 5rem; } }
    @media screen and (max-width: 767px) {
      .cases .desc-sum {
        font-size: 3.6rem; } }
  .cases__button-prev {
    left: 0; }
  .cases__button-next {
    right: 0; }
  .cases .button-slide {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    z-index: 5;
    background: #086ab9;
    opacity: 0.4;
    transition: .3s;
    cursor: pointer; }
    .cases .button-slide:hover {
      background: #22468E;
      opacity: 1; }
      .cases .button-slide:hover .arrow path {
        transition: .3s;
        stroke: #FFF; }
    @media screen and (max-width: 1199px) {
      .cases .button-slide {
        display: none; } }
  .cases .arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 20%;
    height: 33%; }
  .cases .arrow-prev {
    left: 35%; }
  .cases .arrow-next {
    right: 35%; }

.roadmap {
  padding-top: 100px;
  padding-bottom: 50px; }
  @media screen and (max-width: 1199px) {
    .roadmap {
      padding-top: 80px;
      padding-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .roadmap {
      padding-bottom: 40px; } }
  .roadmap .title {
    max-width: 950px;
    margin-bottom: 32px;
    color: #22468E; }
    @media screen and (max-width: 1199px) {
      .roadmap .title {
        max-width: 585px; } }
    @media screen and (max-width: 767px) {
      .roadmap .title {
        max-width: 280px; } }
  .roadmap__item {
    display: flex;
    justify-content: space-between;
    background-color: #E5E9F1;
    border-radius: 20px;
    height: 500px;
    margin-bottom: 32px;
    overflow: hidden; }
    .roadmap__item:nth-child(2n) .item-background {
      align-items: start; }
      @media screen and (max-width: 767px) {
        .roadmap__item:nth-child(2n) .item-background {
          order: 1; } }
    @media screen and (max-width: 767px) {
      .roadmap__item:nth-child(2n) .item-desc {
        order: 2; } }
    .roadmap__item:nth-child(2n) .list-item {
      line-height: 185%; }
      @media screen and (max-width: 960px) {
        .roadmap__item:nth-child(2n) .list-item {
          line-height: 122%; } }
    .roadmap__item:nth-child(2n) .background-image {
      object-position: left; }
    @media screen and (max-width: 767px) {
      .roadmap__item {
        flex-direction: column;
        height: fit-content;
        border-radius: 10px;
        margin-bottom: 20px; }
        .roadmap__item:first-child .desc-title {
          margin-top: 85px; } }
  .roadmap .item-desc {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 50%;
    padding: 32px; }
    @media screen and (max-width: 960px) {
      .roadmap .item-desc {
        padding: 24px; } }
    @media screen and (max-width: 767px) {
      .roadmap .item-desc {
        width: 100%;
        order: 2;
        padding: 16px 16px 50px; } }
  .roadmap .desc-title {
    margin-bottom: 20px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 114%; }
    @media screen and (max-width: 1199px) {
      .roadmap .desc-title {
        font-size: 2.4rem; } }
    @media screen and (max-width: 960px) {
      .roadmap .desc-title {
        margin-bottom: 15px; }
        .roadmap .desc-title br {
          display: none; } }
  .roadmap .desc-list {
    padding-left: 20px; }
  .roadmap .list-item {
    margin-bottom: 8px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 122%;
    list-style-type: disc; }
    @media screen and (max-width: 1199px) {
      .roadmap .list-item {
        font-size: 1.6rem; } }
    @media screen and (max-width: 767px) {
      .roadmap .list-item br {
        display: none; } }
  .roadmap .desc-link {
    position: relative;
    margin-left: 32px;
    margin-top: auto;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 150%;
    color: #182033; }
    .roadmap .desc-link:before {
      content: "";
      position: absolute;
      left: -20px;
      top: 7px;
      transform: rotate(-45deg);
      width: 10px;
      height: 4px;
      border-bottom: 2px solid #182033;
      border-left: 2px solid #182033; }
    .roadmap .desc-link:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -7px;
      width: 100%;
      border: 1px dashed #182033; }
    @media screen and (max-width: 767px) {
      .roadmap .desc-link {
        margin-top: 32px; } }
  .roadmap .item-background {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: relative;
    width: 50%;
    height: 100%;
    padding: 20px;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .roadmap .item-background {
        order: 1;
        width: 100%;
        height: 195px;
        padding: 0 15px; } }
  .roadmap .item-number {
    font-size: 20rem;
    font-weight: 900;
    line-height: 1;
    display: inline-block;
    height: 17.2rem;
    overflow: hidden;
    color: #182033;
    opacity: 0.5; }
    @media screen and (max-width: 1199px) {
      .roadmap .item-number {
        font-size: 19rem; } }
    @media screen and (max-width: 767px) {
      .roadmap .item-number {
        font-size: 10rem; } }
  .roadmap .background-image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -5;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media screen and (max-width: 767px) {
      .roadmap .background-image {
        border-radius: 10px; } }
  .roadmap .background-desc {
    display: flex;
    flex-direction: column;
    max-width: 290px;
    padding: 20px 15px;
    margin-top: auto;
    border-radius: 5px;
    background-color: #22468E; }
    @media screen and (max-width: 1199px) {
      .roadmap .background-desc {
        max-width: 240px; } }
    @media screen and (max-width: 767px) {
      .roadmap .background-desc {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -80px;
        width: 100%;
        max-width: 295px; } }
  .roadmap .desc-icon {
    width: 35.47px;
    height: 48.05px;
    margin-bottom: 10px;
    object-fit: contain; }
    @media screen and (max-width: 767px) {
      .roadmap .desc-icon {
        display: none; } }
  .roadmap .desc-text {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 140%;
    color: #fff; }
    @media screen and (max-width: 1199px) {
      .roadmap .desc-text {
        font-size: 1.6rem; } }
  .roadmap .desc-paragraph {
    position: relative;
    max-width: 460px;
    padding-left: 32px;
    margin-top: auto;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 130%;
    color: #182033; }
    @media screen and (max-width: 1199px) {
      .roadmap .desc-paragraph {
        font-size: 1.6rem; } }
    @media screen and (max-width: 767px) {
      .roadmap .desc-paragraph {
        margin-top: 32px; } }
  .roadmap .paragraph-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 31px;
    object-fit: contain; }
  .roadmap__form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    margin-bottom: 32px;
    background-color: #22468E;
    border-radius: 10px; }
    @media screen and (max-width: 1199px) {
      .roadmap__form {
        flex-direction: column;
        align-items: start; } }
    @media screen and (max-width: 767px) {
      .roadmap__form {
        align-items: center;
        padding-bottom: 55px;
        margin-bottom: 20px; } }
  .roadmap .form-title {
    max-width: 395px;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 130%;
    color: #fff; }
    @media screen and (max-width: 1199px) {
      .roadmap .form-title {
        max-width: 510px;
        margin-bottom: 20px;
        font-size: 2.4rem; }
        .roadmap .form-title br {
          display: none; } }
  .roadmap .form-body {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .roadmap .form-body {
        flex-direction: column;
        max-width: 510px;
        width: 100%; } }
  .roadmap .form-input {
    max-width: 196px;
    height: 74px;
    margin-right: 10px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: #fff; }
    .roadmap .form-input::placeholder {
      color: rgba(11, 15, 20, 0.6); }
    @media screen and (max-width: 767px) {
      .roadmap .form-input {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px; } }
    @media screen and (max-width: 425px) {
      .roadmap .form-input {
        padding: 20px 15px; } }
  .roadmap .form-btn {
    max-width: 245px;
    height: 74px;
    background-color: #2C9CFF;
    color: #fff; }
    .roadmap .form-btn:hover {
      background: #050606; }
    @media screen and (max-width: 1199px) {
      .roadmap .form-btn {
        max-width: 100%; } }
  .roadmap__docs {
    display: flex;
    padding: 32px 20px;
    background-color: #E5E9F1;
    border-radius: 20px; }
    @media screen and (max-width: 767px) {
      .roadmap__docs {
        flex-direction: column;
        padding: 20px;
        border-radius: 10px; } }
  .roadmap .docs-slider {
    position: relative;
    width: 70%;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .roadmap .docs-slider {
        width: 100%; } }
  .roadmap .docs-slide {
    width: 375px;
    height: 535px;
    padding: 18px 22px;
    background-color: #fff;
    border-radius: 10px; }
    @media screen and (max-width: 1199px) {
      .roadmap .docs-slide {
        width: 260px;
        height: 380px; } }
    @media screen and (max-width: 767px) {
      .roadmap .docs-slide {
        width: 216px;
        height: 308px; } }
  .roadmap .docs-img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .roadmap .docs-prev {
    left: 0; }
  .roadmap .docs-next {
    right: 0; }
  .roadmap .button-slide {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    z-index: 5;
    background: #086ab9;
    opacity: 0.4;
    transition: .3s;
    cursor: pointer; }
    .roadmap .button-slide:hover {
      background: #22468E;
      opacity: 1; }
      .roadmap .button-slide:hover .arrow path {
        transition: .3s;
        stroke: #FFF; }
    @media screen and (max-width: 1199px) {
      .roadmap .button-slide {
        width: 60px;
        height: 60px; } }
    @media screen and (max-width: 767px) {
      .roadmap .button-slide {
        display: none; } }
  .roadmap .arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 20%;
    height: 33%; }
  .roadmap .arrow-prev {
    left: 35%; }
  .roadmap .arrow-next {
    right: 35%; }
  .roadmap .swiper-button-disabled {
    display: none; }
  .roadmap .docs-description {
    display: flex;
    flex-direction: column;
    max-width: 360px;
    margin-left: 30px; }
    @media screen and (max-width: 1199px) {
      .roadmap .docs-description {
        max-width: 340px;
        margin-left: 60px;
        margin-right: 40px; } }
    @media screen and (max-width: 767px) {
      .roadmap .docs-description {
        max-width: 100%;
        margin-top: 25px;
        margin-left: 0;
        margin-right: 0; } }
  .roadmap .docs-title {
    margin-bottom: 16px;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 114%; }
    @media screen and (max-width: 1199px) {
      .roadmap .docs-title {
        font-size: 2.4rem; } }
  .roadmap .docs-list {
    max-width: 340px;
    padding-left: 20px; }
    @media screen and (max-width: 767px) {
      .roadmap .docs-list {
        max-width: 100%; } }
  .roadmap .docs-item {
    margin-bottom: 8px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 125%;
    list-style-type: disc; }
    @media screen and (max-width: 1199px) {
      .roadmap .docs-item {
        font-size: 1.6rem; } }

.questions {
  padding-top: 50px;
  padding-bottom: 55px; }
  @media screen and (max-width: 1199px) {
    .questions {
      padding-top: 30px;
      padding-bottom: 75px; } }
  @media screen and (max-width: 767px) {
    .questions {
      padding-top: 40px;
      padding-bottom: 45px; } }
  .questions .title {
    color: #22468E; }
    @media screen and (max-width: 767px) {
      .questions .title {
        display: none; } }
  .questions__wrapper {
    display: flex;
    margin-top: 32px; }
    @media screen and (max-width: 1199px) {
      .questions__wrapper {
        margin-top: 24px; } }
    @media screen and (max-width: 960px) {
      .questions__wrapper {
        justify-content: space-between; } }
    @media screen and (max-width: 767px) {
      .questions__wrapper {
        flex-direction: column;
        align-items: center;
        margin-top: 0; } }
  .questions__list {
    width: 66.5%; }
    @media screen and (max-width: 1199px) {
      .questions__list {
        width: 62%; } }
    @media screen and (max-width: 960px) {
      .questions__list {
        width: 49%; } }
    @media screen and (max-width: 767px) {
      .questions__list {
        width: 100%;
        order: 3; } }
  .questions__item {
    padding: 22px 24px;
    margin-bottom: 16px;
    border-radius: 10px;
    background-color: #E5E9F1;
    cursor: pointer; }
    .questions__item.active .item-desc {
      max-height: 1000px;
      padding-top: 24px; }
    .questions__item.active .icon:before {
      background-color: #086AB9 !important; }
    .questions__item.active .icon:after {
      opacity: 0; }
  .questions .title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .questions .item-title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 130%; }
    @media screen and (max-width: 1199px) {
      .questions .item-title {
        max-width: 470px;
        font-size: 2.2rem; } }
    @media screen and (max-width: 960px) {
      .questions .item-title {
        font-size: 1.8rem; } }
  .questions .icon {
    position: relative;
    min-width: 32px;
    height: 32px;
    margin-left: 40px;
    border-radius: 50%;
    background-color: #fff;
    transition: .3s; }
    .questions .icon:before, .questions .icon:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 16px;
      height: 2px;
      border-radius: 2px;
      background-color: #182033;
      transition: .3s; }
    .questions .icon:after {
      transform: translate(-50%, -50%) rotate(90deg); }
  .questions .item-desc {
    max-width: 610px;
    max-height: 0;
    overflow: hidden;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 145%;
    transition: .3s; }
    @media screen and (max-width: 1199px) {
      .questions .item-desc {
        font-size: 1.6rem; } }
  .questions .title-mobile {
    display: none; }
    @media screen and (max-width: 767px) {
      .questions .title-mobile {
        display: block;
        order: 2;
        margin-bottom: 24px; } }
  .questions__form {
    display: flex;
    flex-direction: column;
    width: 33%;
    height: fit-content;
    padding: 28px 22px 45px;
    margin-left: 10px;
    border-radius: 10px;
    background-color: #22468E; }
    @media screen and (max-width: 1199px) {
      .questions__form {
        width: 37%; } }
    @media screen and (max-width: 960px) {
      .questions__form {
        width: 49%;
        margin-left: 0; } }
    @media screen and (max-width: 767px) {
      .questions__form {
        max-width: 520px;
        width: 100%;
        order: 1;
        margin-bottom: 40px; } }
  .questions .form-title {
    display: block;
    margin-bottom: 13px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 114%;
    color: #fff; }
    @media screen and (max-width: 1199px) {
      .questions .form-title {
        font-size: 2.4rem; } }
  .questions .form-subtitle {
    max-width: 302px;
    margin-bottom: 34px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 130%;
    color: #fff; }
    @media screen and (max-width: 1199px) {
      .questions .form-subtitle {
        font-size: 1.6rem; } }
  .questions .form-body {
    display: flex;
    flex-direction: column; }
  .questions .form-input {
    max-width: 300px;
    height: 68px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 0.9px solid rgba(255, 255, 255, 0.12); }
    @media screen and (max-width: 767px) {
      .questions .form-input {
        max-width: 100%; } }
  .questions .form-btn {
    max-width: 210px;
    height: 68px;
    color: #fff;
    background-color: #050606;
    transition: .3s; }
    .questions .form-btn:hover {
      background-color: #2C9CFF; }
    @media screen and (max-width: 767px) {
      .questions .form-btn {
        max-width: 100%; } }
  .questions .form-list {
    margin-top: 28px;
    padding-left: 20px; }
  .questions .list-item {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 145%;
    color: #fff;
    list-style-type: disc; }
    @media screen and (max-width: 1199px) {
      .questions .list-item {
        font-size: 1.6rem; } }

.form {
  padding-top: 120px;
  padding-bottom: 100px; }
  @media screen and (max-width: 1199px) {
    .form {
      padding-top: 75px;
      padding-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .form {
      padding-top: 55px;
      padding-bottom: 75px; } }
  .form__wrapper {
    position: relative;
    padding: 35px 22px 45px;
    background-color: #22468E;
    border-radius: 10px; }
    @media screen and (max-width: 1199px) {
      .form__wrapper {
        padding-bottom: 35px; } }
    @media screen and (max-width: 767px) {
      .form__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 520px;
        padding: 0 16px 65px;
        margin: 0 auto; } }
  .form .title {
    max-width: 480px;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .form .title {
        max-width: 355px;
        margin-top: 20px; } }
  .form__subtitle {
    max-width: 355px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 140%;
    color: #fff; }
    @media screen and (max-width: 1199px) {
      .form__subtitle {
        margin-top: 6px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .form__subtitle {
        margin-top: 10px;
        margin-bottom: 30px;
        font-size: 1.6rem; } }
  .form .form-body {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 5; }
    @media screen and (max-width: 767px) {
      .form .form-body {
        flex-direction: column;
        width: 100%; } }
  .form .form-input {
    max-width: 220px;
    height: 74px;
    margin-right: 10px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.14); }
    .form .form-input::placeholder {
      color: #fff; }
    @media screen and (max-width: 767px) {
      .form .form-input {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px; } }
    @media screen and (max-width: 425px) {
      .form .form-input {
        padding: 20px 15px; } }
  .form .form-btn {
    max-width: 255px;
    height: 74px;
    background-color: #2C9CFF;
    box-shadow: 0px 14px 60px 0px rgba(8, 94, 164, 0.6);
    color: #fff; }
    .form .form-btn:hover {
      background: #050606; }
    @media screen and (max-width: 767px) {
      .form .form-btn {
        max-width: 320px; } }
  .form__image {
    position: absolute;
    right: 190px;
    bottom: 5px;
    z-index: 1;
    width: 415px;
    height: 470px; }
    @media screen and (max-width: 1199px) {
      .form__image {
        right: 20px;
        width: 320px;
        height: 360px; } }
    @media screen and (max-width: 767px) {
      .form__image {
        position: relative;
        right: auto;
        bottom: auto;
        width: 255px;
        height: 285px;
        margin-top: -65px; } }

h1.title {
  font-size: 6.5rem;
  font-weight: 900;
  text-transform: uppercase; }
  @media screen and (max-width: 1199px) {
    h1.title {
      font-size: 5rem; } }
  @media screen and (max-width: 767px) {
    h1.title {
      font-size: 2.8rem; } }

h2.title {
  font-size: 5.5rem;
  font-weight: 900;
  text-transform: uppercase; }
  @media screen and (max-width: 1199px) {
    h2.title {
      font-size: 4rem; } }
  @media screen and (max-width: 767px) {
    h2.title {
      font-size: 2.8rem; } }

h3.title {
  font-size: 3.2rem;
  font-weight: 900;
  text-transform: uppercase; }
  @media screen and (max-width: 1199px) {
    h3.title {
      font-size: 2.4rem; } }

.form-input {
  width: 100%;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  border-radius: 4px;
  transition: .3s; }

.form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 15px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  transition: .3s; }

.footer {
  padding: 40px 0;
  background-color: #E5E9F1; }
  @media screen and (max-width: 767px) {
    .footer {
      padding-bottom: 60px; } }
  .footer__wrapper {
    display: flex;
    align-items: start; }
    @media screen and (max-width: 767px) {
      .footer__wrapper {
        flex-direction: column; } }
  .footer__logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 240px;
    width: 100%; }
    @media screen and (max-width: 1199px) {
      .footer__logo {
        max-width: 190px; } }
    @media screen and (max-width: 767px) {
      .footer__logo {
        order: 2;
        max-width: 165px;
        margin-top: 45px; } }
  .footer .logo-image {
    width: 107px;
    height: 80px;
    object-fit: contain; }
    @media screen and (max-width: 1199px) {
      .footer .logo-image {
        width: 73px;
        height: 55px; } }
    @media screen and (max-width: 767px) {
      .footer .logo-image {
        width: 66px;
        height: 50px; } }
  .footer .logo-text-1,
  .footer .logo-text-2 {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 143%;
    color: #000; }
    @media screen and (max-width: 1199px) {
      .footer .logo-text-1,
      .footer .logo-text-2 {
        font-size: 1.3rem; } }
  .footer .logo-text-1 {
    max-width: 130px; }
    @media screen and (max-width: 1199px) {
      .footer .logo-text-1 {
        max-width: 110px; } }
    @media screen and (max-width: 767px) {
      .footer .logo-text-1 {
        display: none; } }
  .footer .logo-text-2 {
    display: none; }
    @media screen and (max-width: 767px) {
      .footer .logo-text-2 {
        display: block;
        max-width: 90px; } }
  .footer__nav {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    max-width: 710px;
    margin-left: 95px; }
    @media screen and (max-width: 1199px) {
      .footer__nav {
        max-width: 595px;
        margin-left: auto; } }
    @media screen and (max-width: 900px) {
      .footer__nav {
        margin-left: 32px; } }
    @media screen and (max-width: 767px) {
      .footer__nav {
        flex-wrap: wrap;
        max-width: 100%;
        order: 1;
        margin-left: 0; } }
  .footer__col {
    display: flex;
    flex-direction: column;
    align-items: start; }
    @media screen and (max-width: 767px) {
      .footer__col {
        align-items: center;
        text-align: center; } }
    @media screen and (max-width: 495px) {
      .footer__col:last-child {
        margin: 30px auto 0; } }
  .footer .col-title {
    margin-bottom: 15px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 155%;
    color: #000; }
    @media screen and (max-width: 1199px) {
      .footer .col-title {
        font-size: 2.2rem; } }
  .footer .col-item {
    position: relative;
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 155%;
    color: #000;
    opacity: 0.8;
    transition: 0.3s; }
    .footer .col-item:hover {
      color: #1B66AA; }
    .footer .col-item br {
      display: none; }
      @media screen and (max-width: 1199px) {
        .footer .col-item br {
          display: block; } }
  .footer .phone {
    padding-left: 30px; }
    .footer .phone::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      background-image: url(../img/phone.svg);
      background-repeat: no-repeat;
      background-size: contain;
      width: 16px;
      height: 16px; }
  .footer .email {
    padding-left: 30px; }
    .footer .email::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      background-image: url(../img/email.svg);
      background-repeat: no-repeat;
      background-size: contain;
      width: 16px;
      height: 16px; }
  .footer .strong {
    font-weight: 500; }
  .footer .diple {
    position: absolute;
    left: 20px;
    bottom: 0;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 160%;
    color: #000;
    opacity: 0.8;
    transition: 0.3s; }
    .footer .diple:hover {
      color: #1B66AA; }
    .footer .diple:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      background-color: rgba(5, 6, 6, 0.5); }
    @media screen and (max-width: 767px) {
      .footer .diple {
        right: 15px;
        left: auto;
        font-size: 1.6rem; } }
  .footer .widget {
    position: fixed;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    right: 20px;
    bottom: 30px;
    width: 48px;
    max-height: 48px;
    padding: 8px;
    border-radius: 4px;
    border: 2px solid rgba(8, 106, 185, 0.2);
    background-color: #EFF1F4;
    z-index: 20;
    overflow: hidden;
    transition: .5s; }
    @media screen and (max-width: 767px) {
      .footer .widget {
        display: flex;
        right: -80px;
        bottom: 110px; } }
    .footer .widget.active {
      max-height: 500px;
      background-color: #EFF1F4; }
    .footer .widget.show {
      right: 20px; }
    .footer .widget__btn {
      position: relative;
      width: 30px;
      min-height: 30px;
      margin-bottom: 10px;
      outline: none;
      transition: .3s; }
      .footer .widget__btn:before, .footer .widget__btn:after {
        content: '';
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        width: 80%;
        height: 80%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: .3s; }
      .footer .widget__btn:before {
        background-image: url("../img/phone.svg"); }
      .footer .widget__btn:after {
        background-image: url("../img/close.svg");
        opacity: 0;
        width: 50%;
        height: 50%; }
      .footer .widget__btn.active:before {
        opacity: 0; }
      .footer .widget__btn.active:after {
        opacity: 1; }
    .footer .widget__item {
      position: relative;
      width: 30px;
      min-height: 30px;
      margin-top: 10px;
      border-radius: 4px;
      background-color: #EFF1F4; }
      .footer .widget__item:before {
        content: '';
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        width: 80%;
        height: 80%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .footer .widget .widget-phone:before {
      background-image: url("../img/phone.svg"); }
    .footer .widget .widget-telegram:before {
      background-image: url("../img/telegram.svg"); }
    .footer .widget .widget-whatsapp:before {
      background-image: url("../img/whatsapp.svg"); }
    .footer .widget .widget-email:before {
      background-image: url("../img/email.svg"); }
  .footer .top-scroll {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: fixed;
    bottom: 30px;
    right: -100%;
    z-index: 20;
    border: 2px solid rgba(8, 106, 185, 0.2);
    background-color: #EFF1F4;
    border-radius: 4px;
    overflow: hidden;
    transition: .3s; }
    .footer .top-scroll:after {
      content: '';
      position: absolute;
      background-image: url("../img/arrow-top.svg");
      background-size: contain;
      background-repeat: no-repeat;
      width: 22px;
      height: 22px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .footer .top-scroll.active {
      right: 20px; }
    @media screen and (max-width: 767px) {
      .footer .top-scroll {
        width: 48px;
        height: 48px; } }

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 90px;
  width: 56px;
  height: 56px;
  z-index: 21;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.45);
  transition: transform .2s ease, box-shadow .2s ease;
  animation: whatsapp-pulse 2.4s infinite; }
  .whatsapp-float:hover {
    transform: scale(1.06);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6); }

@keyframes whatsapp-pulse {
  0% { box-shadow: 0 4px 14px rgba(37, 211, 102, 0.45), 0 0 0 0 rgba(37, 211, 102, 0.5); }
  70% { box-shadow: 0 4px 14px rgba(37, 211, 102, 0.45), 0 0 0 14px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 4px 14px rgba(37, 211, 102, 0.45), 0 0 0 0 rgba(37, 211, 102, 0); } }

@media screen and (max-width: 767px) {
  .whatsapp-float {
    right: 16px;
    bottom: 84px;
    width: 52px;
    height: 52px; } }

.modal-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  z-index: 100; }
  .modal-bg.active {
    display: block; }

.modal-close {
  position: absolute;
  top: 40px;
  right: 40px;
  display: block;
  width: 40px;
  height: 40px; }
  .modal-close:before, .modal-close:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 2px;
    top: 50%;
    left: 50%;
    background-color: #000; }
  .modal-close:before {
    transform: translate(-50%, -50%) rotate(-45deg); }
  .modal-close:after {
    transform: translate(-50%, -50%) rotate(45deg); }

.modal {
  width: calc(100% - 40px);
  max-width: 1200px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  background-color: #E5E9F1;
  box-shadow: 0 0 60px rgba(34, 70, 142, 0.6), 0 0 100px rgba(34, 70, 142, 0.4);
  transition: .3s;
  z-index: 110; }
  .modal.active {
    transform: translate(-50%, -50%) scale(1); }
  .modal__desc {
    display: flex;
    flex-direction: column;
    align-items: start;
    flex: 1; }
  .modal .desc-title {
    max-width: 460px;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 120%; }
    @media screen and (max-width: 960px) {
      .modal .desc-title {
        font-size: 2.4rem; } }
  .modal .desc-subtitle {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 130%;
    opacity: 0.5; }
    @media screen and (max-width: 960px) {
      .modal .desc-subtitle {
        font-size: 1.6rem; } }
    @media screen and (max-width: 767px) {
      .modal .desc-subtitle {
        margin-top: 15px;
        margin-bottom: 10px; } }
  .modal .desc-list {
    width: 100%;
    max-width: 445px;
    max-height: 295px;
    padding-left: 20px;
    overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .modal .characteristics-list-desktop {
      display: none; } }
  .modal .characteristics-list-mobile {
    display: none; }
    @media screen and (max-width: 767px) {
      .modal .characteristics-list-mobile {
        display: block;
        margin-top: 30px; } }
  .modal .list-item {
    margin-top: 15px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 130%;
    list-style: disc; }
    @media screen and (max-width: 960px) {
      .modal .list-item {
        font-size: 1.6rem; } }
  .modal__body {
    display: flex;
    flex-direction: column;
    max-width: 360px;
    width: 100%;
    margin-left: 20px;
    margin-right: 100px; }
    @media screen and (max-width: 1199px) {
      .modal__body {
        max-width: 300px;
        margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .modal__body {
        margin-left: 0; } }
  .modal .form-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 130%; }
    @media screen and (max-width: 1199px) {
      .modal .form-title {
        max-width: 195px; } }
    @media screen and (max-width: 767px) {
      .modal .form-title {
        display: none; } }
  .modal__form {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 26px; }
    @media screen and (max-width: 767px) {
      .modal__form {
        margin-top: 0; } }
  .modal .form-input {
    padding: 26px 15px;
    margin-bottom: 10px;
    border: 1px solid #dde4ee;
    border-radius: 8px;
    background: white;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 125%; }
  .modal .form-upload {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 74px;
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 125%;
    border: 1px dashed #05060699;
    color: #05060699;
    border-radius: 8px;
    cursor: pointer;
    transition: .3s; }
    @media screen and (max-width: 960px) {
      .modal .form-upload {
        margin-bottom: 15px; } }
    .modal .form-upload path {
      transition: .3s; }
    .modal .form-upload:hover {
      color: #000;
      border: 1px dashed #000; }
      .modal .form-upload:hover path {
        fill: #000;
        transition: .3s; }
      .modal .form-upload:hover .upload-name:after {
        border-bottom: 1px dashed #000; }
  .modal .upload-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    transition: .3s; }
  .modal .form-btn {
    width: 100%;
    height: 74px;
    border-radius: 8px;
    background-color: #22468E;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 150%;
    color: #fff;
    transition: .3s; }
    .modal .form-btn:hover {
      background-color: #2C9CFF; }

.modal-catalog {
  display: flex;
  align-items: start;
  justify-content: space-between; }
  @media screen and (max-width: 1199px) {
    .modal-catalog {
      padding: 45px 45px 50px; } }
  @media screen and (max-width: 767px) {
    .modal-catalog {
      flex-direction: column;
      align-items: center;
      max-width: 340px;
      width: 100%;
      padding: 25px 15px 40px;
      border-radius: 10px;
      max-height: 90vh; } }

.modal-callback,
.modal-calculate {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 480px;
  width: 100%;
  padding: 45px 45px 50px;
  border-radius: 10px; }
  @media screen and (max-width: 767px) {
    .modal-callback,
    .modal-calculate {
      max-width: 340px;
      padding: 25px 15px 40px; } }
  .modal-callback .desc-subtitle,
  .modal-calculate .desc-subtitle {
    margin-top: 13px;
    color: #050606;
    opacity: 1; }

.toast {
  position: fixed;
  top: 40px;
  right: -100%;
  padding: 15px;
  border-radius: 10px 0 0 10px;
  z-index: 120;
  transition: .3s; }
  .toast.active {
    right: 0; }

.toast-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 110%; }

.toast-assess {
  padding-left: 20px;
  color: #fff;
  background-color: #22468E; }

.toast-error {
  padding-left: 20px;
  color: #fff;
  background-color: red; }

* {
  outline: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }
  *:after, *:before {
    transition: inherit; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden; }

body {
  font-family: "Onest", sans-serif;
  color: #050606; }

:root {
  font-size: 10px;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  text-decoration: none;
  cursor: pointer;
  transition: .3s; }

input,
button,
textarea {
  outline: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: .3s;
  outline: 0; }

.logo {
  display: flex;
  align-items: center; }
  .logo .logo-img {
    width: 91px;
    height: 68px;
    margin-right: 8px;
    object-fit: contain; }
    @media screen and (max-width: 1199px) {
      .logo .logo-img {
        margin-right: 4px; } }
    @media screen and (max-width: 960px) {
      .logo .logo-img {
        width: 48px;
        height: 36px; } }
  .logo .logo-text-1,
  .logo .logo-text-2 {
    display: block;
    max-width: 160px;
    font-size: 1.3rem;
    color: #0A0A0A;
    font-weight: 500;
    line-height: 143%; }
    @media screen and (max-width: 1199px) {
      .logo .logo-text-1,
      .logo .logo-text-2 {
        max-width: 122px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 960px) {
      .logo .logo-text-1,
      .logo .logo-text-2 {
        font-size: 1rem;
        max-width: 65px;
        line-height: 120%; } }
  @media screen and (max-width: 960px) {
    .logo .logo-text-1 {
      display: none; } }
  .logo .logo-text-2 {
    display: none; }
    @media screen and (max-width: 960px) {
      .logo .logo-text-2 {
        display: block; } }


/*# sourceMappingURL=main.css.map*/