body {
  background-color: #000000;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden; }
  body .block01__bg-mobile {
    display: none; }

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px; }

.main {
  overflow: hidden; }

.br {
  display: block; }

@media (max-width: 567px) {
  .container {
    padding: 0 16px; }
  .br {
    display: none; } }

.header {
  margin-top: 40px;
  position: absolute;
  z-index: 15;
  top: 0;
  width: 100%; }
  .header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__link {
    width: auto; }
    .header__link-left {
      color: #ffffff;
      font-weight: 500;
      line-height: 150%;
      text-decoration: none;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .header__link-left:after {
        content: '';
        display: block;
        width: 10px;
        height: 5px;
        background: #6785B8;
        transition: width .3s; }
    .header__link-right {
      color: #ffffff;
      font-weight: 500;
      line-height: 150%;
      text-decoration: none;
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      .header__link-right:hover::after {
        width: 100%;
        -webkit-animation: vibrate-1 0.3s linear infinite both;
        animation: vibrate-1 0.3s linear infinite both; }
      .header__link-right.lang-active:after {
        width: 100%;
        -webkit-animation: vibrate-1 0.3s linear infinite both;
        animation: vibrate-1 0.3s linear infinite both; }
      .header__link-right:after {
        content: '';
        display: block;
        width: 10px;
        height: 5px;
        background: #6785B8;
        transition: width .3s; }

.header__active:after {
  width: 100%; }

@media (max-width: 567px) {
  .header {
    margin-top: 24px; } }

.block01 {
  display: flex;
  justify-content: center;
  height: 850px;
  position: relative;
  overflow: hidden; }
  .block01:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(7, 7, 51, 0) 64%, #070733 100%);
    z-index: 1; }
  .block01__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 48px;
    position: relative;
    z-index: 8; }
  .block01__bg {
    width: 100%;
    position: absolute;
    z-index: -1; }
  .block01__logo {
    display: inline-block;
    font-size: 0;
    margin: 0 auto;
    max-width: 236px; }
    .block01__logo img {
      width: 100%; }
  .block01__title {
    color: #ffffff;
    font-size: 50px;
    line-height: 130%;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 56px; }
  .block01__subtitle {
    text-align: center;
    color: #ffffff;
    line-height: 150%;
    font-weight: 300;
    max-width: 475px;
    width: 100%;
    padding-bottom: 24px; }
    .block01__subtitle span {
      font-weight: 900; }
  .block01__btn {
    font-size: 17px;
    line-height: 100%;
    color: #ffffff;
    background-color: #6785B8;
    max-width: 295px;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    margin: 0 auto; }
    .block01__btn:hover {
      background-color: #4e638a;
      transition: 0.3s ease-in-out; }
  .block01__lang {
    transform: rotate(-90deg);
    z-index: 15;
    position: absolute;
    right: -64px;
    top: 50%; }
    .block01__lang_list {
      display: flex; }
      .block01__lang_list-item {
        padding-right: 80px; }
        .block01__lang_list-item:last-of-type {
          padding-right: 0; }
    .block01__lang_link {
      color: #ffffff;
      line-height: 130%;
      text-decoration: none;
      transition: 0.2s ease-in-out; }
      .block01__lang_link:hover::after {
        width: 100%;
        -webkit-animation: vibrate-1 0.3s linear infinite both;
        animation: vibrate-1 0.3s linear infinite both; }
      .block01__lang_link:after {
        content: '';
        display: block;
        width: 0;
        height: 1px;
        background: #ffffff;
        transition: width .3s; }

.lang-active:after {
  content: '';
  width: 100%; }

.block01__lang-mobile {
  display: none;
  position: absolute;
  top: 64px;
  right: 0;
  z-index: 9; }
  .block01__lang-mobile__item {
    width: 164px;
    height: 100%;
    display: flex;
    position: relative; }
    .block01__lang-mobile__item:hover:before {
      content: '';
      position: absolute;
      width: 100%;
      bottom: 0;
      z-index: 3; }
    .block01__lang-mobile__item-link {
      color: #ffffff;
      font-size: 17px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      text-transform: uppercase; }

.active-nav:before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0; }

.block01__lang-mobile .icon {
  display: none; }

.dropdown {
  display: flex;
  flex-direction: column;
  position: relative;
  font-weight: 700; }

.dropbtn {
  color: #ffffff;
  background: none;
  font-size: 16px;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: 0.2s ease;
  position: relative;
  padding: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none; }
  .dropbtn svg {
    transition: 0.2s ease;
    margin-left: 8px; }

.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 48px; }
  .dropdown-content__item {
    background: #070733;
    display: flex;
    text-align: center;
    transition: 0.2s ease;
    height: 48px; }
    .dropdown-content__item:hover {
      background: #6785B8;
      transition: 0.2s ease; }
    .dropdown-content__item-link {
      color: #ffffff;
      text-decoration: none;
      font-size: 14px;
      font-weight: 400;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }

.block01__lang-mobile .dropdown-content__item:hover, .dropdown:hover .dropbtn {
  z-index: 0; }
  .block01__lang-mobile .dropdown-content__item:hover svg, .dropdown:hover .dropbtn svg {
    transform: rotate(180deg);
    transition: 0.2s ease; }

.dropdown:hover .dropdown-content {
  display: flex;
  flex-direction: column; }

.zoom #layer1 {
  position: absolute;
  z-index: 1;
  left: 0; }

.zoom #layer2 {
  position: absolute;
  z-index: 1;
  right: 0; }

.zoom #layer3 {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0; }

.zoom #layer4 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0; }

@media (max-width: 992px) {
  .block01 {
    height: auto; } }

@media (max-width: 567px) {
  .block01__btn {
    max-width: none; }
  .block01__title {
    font-size: 28px; }
  .block01__lang {
    display: none; }
  .block01__bg {
    display: none;
    height: 100%;
    width: auto; }
  .block01__bg-mobile {
    display: block;
    position: absolute;
    width: 100%;
    z-index: -1; }
  .block01__lang-mobile {
    display: flex; }
  .zoom #layer1 {
    display: none; }
  .zoom #layer2 {
    display: none; }
  .zoom #layer3 {
    display: none; }
  .zoom #layer4 {
    display: none; } }

.block02 {
  background-color: #070733;
  padding: 96px 0;
  z-index: 3;
  position: relative; }
  .block02__title {
    padding-left: 120px;
    color: #ffffff;
    font-size: 36px;
    line-height: 130%;
    font-weight: 900; }
  .block02__list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-right: 40px;
    padding-bottom: 128px; }
    .block02__list-item {
      font-weight: 300;
      line-height: 150%;
      color: #ffffff;
      height: 230px;
      width: 300px;
      position: relative;
      padding-right: 32px;
      background-repeat: no-repeat; }
      .block02__list-item:nth-child(1) {
        background-image: url("../img/1.svg"); }
      .block02__list-item:nth-child(2) {
        background-image: url("../img/2.svg"); }
      .block02__list-item:nth-child(3) {
        background-image: url("../img/3.svg"); }
      .block02__list-item:nth-child(4) {
        background-image: url("../img/4.svg"); }
      .block02__list-item_text {
        display: flex;
        max-width: 230px;
        position: relative;
        top: 100px;
        right: -72px; }
        .block02__list-item_text:after {
          content: '';
          position: absolute;
          left: -16px;
          top: 8px;
          background: #B0CCEC;
          width: 8px;
          height: 8px;
          border-radius: 100%;
          display: block; }
  .block02__btn {
    font-size: 17px;
    line-height: 100%;
    color: #ffffff;
    max-width: 295px;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    border: 2px solid #6785B8;
    margin: 0 auto 96px; }
    .block02__btn:hover {
      background-color: #6785B8;
      transition: 0.3s ease-in-out;
      color: #ffffff; }

.modal-overlay {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  display: flex;
  overflow: auto;
  position: fixed;
  top: 0;
  transition: transform 0.3s ease-in-out;
  width: 100%;
  z-index: -1; }
  .modal-overlay__title {
    font-size: 36px;
    color: #3C3C3B;
    font-weight: 900;
    text-align: center;
    padding-bottom: 40px; }
  .modal-overlay__form {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .modal-overlay__input {
    width: 264px;
    border-radius: 5px;
    line-height: 100%;
    padding: 16px;
    box-sizing: border-box;
    border: 1px solid #B0CCEC;
    font-size: 16px; }
    .modal-overlay__input:nth-child(2) {
      margin: 0 16px; }
  .modal-overlay__btn {
    font-size: 16px;
    line-height: 100%;
    color: #ffffff;
    background-color: #6785B8;
    max-width: 295px;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    border: none;
    height: 48px;
    width: 264px;
    margin: 40px auto 0;
    cursor: pointer; }
    .modal-overlay__btn:hover {
      background-color: #4e638a;
      transition: 0.3s ease-in-out; }
    .modal-overlay__btn-close {
      display: flex;
      border: none;
      background: none;
      cursor: pointer;
      position: absolute;
      top: 24px;
      right: 24px; }

.modal-overlay[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden; }

.modal-overlay[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  z-index: 16; }

.modal-content {
  background-color: #ffffff;
  margin: auto;
  max-width: 1140px;
  padding: 64px 96px;
  position: relative;
  transform: scale(0.8);
  transition: transform 0.3s ease-in-out;
  width: 100%; }
  .modal-content__sended {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .modal-content__sended svg {
      padding-bottom: 16px; }
    .modal-content__sended p {
      color: #3C3C3B;
      font-size: 36px;
      line-height: 130%;
      font-weight: 900;
      padding-bottom: 40px; }
    .modal-content__sended_ok {
      font-size: 16px;
      line-height: 100%;
      color: #ffffff;
      background-color: #6785B8;
      max-width: 295px;
      width: 100%;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      text-decoration: none;
      transition: 0.3s ease-in-out;
      border: none;
      background: #070733;
      cursor: pointer;
      height: 48px; }
      .modal-content__sended_ok:hover {
        background-color: #4e638a;
        transition: 0.3s ease-in-out; }

.btn-close {
  display: flex; }

.modal-overlay[aria-hidden="false"] .modal-content {
  transform: scale(1);
  transition: transform 0.3s ease-in-out; }

.hide {
  display: none; }

@media (max-width: 992px) {
  .block02__title {
    padding-left: 0;
    font-size: 24px; }
  .block02__list {
    flex-wrap: wrap; }
  .modal-content {
    padding: 24px; }
  .modal-overlay__title {
    font-size: 24px; }
  .modal-overlay__form {
    flex-direction: column; }
  .modal-overlay__input {
    max-width: none;
    width: 100%;
    margin-bottom: 24px; }
    .modal-overlay__input:nth-child(2) {
      margin: 0 0 24px 0; } }

@media (max-width: 567px) {
  .block02 {
    padding: 96px 0 0; }
    .block02__list {
      padding-bottom: 64px;
      padding-left: 0; }
      .block02__list-item {
        padding-left: 64px;
        padding-right: 0;
        background-size: 50%;
        height: 180px;
        width: 100%; }
        .block02__list-item_text {
          right: 0;
          max-width: none;
          top: 64px; }
    .block02__btn {
      margin: 0 auto;
      max-width: none; }
  .modal-overlay__title {
    font-size: 24px;
    text-align: left; }
  .modal-overlay__form {
    flex-direction: column; }
  .modal-overlay__input {
    max-width: 768px;
    width: 100%; }
  .modal-overlay__btn {
    width: 100%;
    max-width: none;
    margin: 0 auto; }
  .modal-content__sended p {
    font-size: 24px;
    text-align: center; }
  .modal-content__sended_ok {
    max-width: none; } }

.block02__title_question {
  width: 956px; }

@media (max-width: 1024px) {
  .block02__title_question {
    width: 100%; } }

.block03 {
  background-image: url("../img/third-block.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 96px; }
  .block03__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  .block03__title {
    color: #ffffff;
    font-size: 36px;
    line-height: 130%;
    font-weight: 900;
    text-transform: uppercase;
    width: 50%;
    padding-bottom: 48px; }
  .block03__list {
    width: 50%;
    padding-left: 32px;
    position: relative; }
    .block03__list-item {
      position: relative;
      color: #ffffff;
      font-size: 16px;
      font-weight: 400;
      line-height: 150%;
      padding-bottom: 24px;
      display: flex;
      flex-direction: column; }
      .block03__list-item:after {
        content: '';
        position: absolute;
        left: -32px;
        top: 8px;
        background: #B0CCEC;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        display: block; }

@media (max-width: 1280px) {
  .block03__content {
    padding-left: 32px; } }

@media (max-width: 992px) {
  .block03__title {
    width: 100%; }
  .block03__list {
    width: 100%; } }

@media (max-width: 567px) {
  .block03 {
    padding: 48px 0;
    display: flex; }
    .block03__btn {
      max-width: none; }
    .block03__title {
      font-size: 26px; } }

.block03__title_for_you {
  width: 548px;
  font-weight: 900;
  font-size: 32px;
  line-height: 130%; }

.block03__content_box {
  width: 548px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF; }
  .block03__content_box p, .block03__content_box h1, .block03__content_box h2, .block03__content_box h3, .block03__content_box h4, .block03__content_box h5, .block03__content_box h6 {
    padding-bottom: 40px; }
    .block03__content_box p:last-child, .block03__content_box h1:last-child, .block03__content_box h2:last-child, .block03__content_box h3:last-child, .block03__content_box h4:last-child, .block03__content_box h5:last-child, .block03__content_box h6:last-child {
      padding-bottom: 0px; }

@media (max-width: 1024px) {
  .block03__title_for_you {
    width: 100%; }
  .block03__content_box {
    width: 100%; } }

.block04 {
  background-color: #ffffff;
  padding: 64px 0; }
  .block04__top {
    display: flex;
    padding-bottom: 48px; }
  .block04__wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
    .block04__wrapper-title {
      display: flex;
      flex-direction: column; }
  .block04__title {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    color: #070733;
    font-size: 36px;
    line-height: 130%;
    font-weight: 900; }
    .block04__title-line {
      width: 96px;
      height: 4px;
      margin-right: 24px;
      margin-top: 16px;
      background-color: #070733; }
  .block04__subtitle {
    font-size: 20px;
    line-height: 130%;
    color: #3C3C3B; }
  .block04__list {
    max-width: 370px;
    width: 100%;
    min-height: 410px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .block04__list-box {
      display: flex;
      align-items: center;
      font-weight: bold;
      font-size: 16px;
      color: #3C3C3B; }
      .block04__list-box svg {
        padding-right: 8px; }
    .block04__list-title {
      font-size: 26px;
      line-height: 140%;
      font-weight: 700;
      color: #3C3C3B;
      padding-bottom: 24px; }
      .block04__list-title_purple {
        color: #6785B8;
        font-size: 26px;
        line-height: 140%;
        font-weight: 700;
        padding-bottom: 24px; }
    .block04__list-item {
      font-size: 16px;
      line-height: 150%;
      color: #000000;
      padding-bottom: 16px;
      position: relative;
      margin-left: 40px; }
      .block04__list-item_done:after {
        content: url("../img/done.svg");
        position: absolute;
        left: -40px;
        top: 4px; }
      .block04__list-item_none:after {
        content: url("../img/none.svg");
        position: absolute;
        left: -40px;
        top: 4px; }
    .block04__list-safety {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding-top: 24px;
      padding-left: 40px; }
      .block04__list-safety img {
        padding-top: 16px;
        width: 100%; }

@media (max-width: 567px) {
  .block04 {
    padding: 48px 0; }
    .block04__wrapper {
      justify-content: flex-start; }
    .block04__title {
      font-size: 26px; }
    .block04__subtitle {
      font-size: 18px; }
    .block04__btn {
      max-width: none; }
    .block04__list-safety {
      padding: 0 40px; }
      .block04__list-safety img {
        width: 100%; } }

.block05 {
  padding: 96px 0;
  background-color: #ffffff; }
  .block05__img-desk {
    width: 50%;
    display: block; }
  .block05__img-tab {
    display: none; }
  .block05__wrapper {
    display: flex;
    align-items: center;
    width: 100%; }
  .block05__content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 104px; }
  .block05__title {
    color: #070733;
    font-size: 36px;
    line-height: 130%;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 48px; }
  .block05__list {
    padding-left: 32px;
    position: relative; }
    .block05__list-item {
      position: relative;
      color: #070733;
      font-size: 16px;
      font-weight: 400;
      line-height: 150%;
      padding-bottom: 24px; }
      .block05__list-item:last-of-type {
        padding-bottom: 0; }
      .block05__list-item span {
        font-weight: 700; }
      .block05__list-item:after {
        content: '';
        position: absolute;
        left: -32px;
        top: 8px;
        background: #B0CCEC;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        display: block; }
  .block05__btn {
    font-size: 17px;
    line-height: 100%;
    color: #ffffff;
    max-width: 295px;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    border: 2px solid #6785B8;
    color: #6785B8;
    margin-top: 32px; }
    .block05__btn:hover {
      background-color: #6785B8;
      transition: 0.3s ease-in-out;
      color: #ffffff; }

@media (max-width: 1280px) {
  .block05 {
    padding: 0 0 48px; }
    .block05__wrapper {
      flex-direction: column; }
    .block05__content {
      width: 100%;
      padding-left: 0;
      padding-top: 32px; }
    .block05__img-desk {
      display: none; }
    .block05__img-tab {
      display: block;
      position: relative;
      width: calc(100% + 64px); } }

@media (max-width: 992px) {
  .block05__title {
    width: 100%; }
  .block05__list {
    width: 100%; } }

@media (max-width: 567px) {
  .block05 {
    display: flex; }
    .block05__btn {
      max-width: none; }
    .block05__title {
      font-size: 26px; }
    .block05__img-tab {
      width: calc(100% + 32px); } }

.block06 {
  background-image: url("../img/block06-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 0 60px;
  box-shadow: 0 4px 9px rgba(137, 161, 206, 0.25); }
  .block06__title {
    color: #6785B8;
    font-size: 36px;
    line-height: 130%;
    font-weight: 900;
    text-align: center; }
  .block06__subtitle {
    color: #6785B8;
    font-size: 26px;
    line-height: 130%;
    font-weight: 900;
    text-align: center;
    padding-bottom: 16px; }
  .block06__text {
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #3C3C3B;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px; }
  .block06__btn {
    font-size: 17px;
    line-height: 100%;
    color: #ffffff;
    background-color: #6785B8;
    max-width: 295px;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    background-color: #070733;
    margin: 0 auto; }
    .block06__btn:hover {
      background-color: #4e638a;
      transition: 0.3s ease-in-out; }
    .block06__btn:hover {
      background-color: #6785B8; }
  .block06__old-price {
    position: relative;
    display: inline-block; }
    .block06__old-price:after {
      content: '';
      position: absolute;
      top: 12px;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      background: #b40c1a;
      transform: rotate(-10deg); }

@media (max-width: 567px) {
  .block06 {
    background-image: url("../img/block06-bg-mobile.jpg"); }
    .block06__btn {
      max-width: none; } }

.block07 {
  background-color: #ffffff;
  padding: 64px 0; }
  .block07__top {
    display: flex;
    padding-bottom: 48px; }
  .block07__wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
    .block07__wrapper-title {
      display: flex;
      flex-direction: column; }
  .block07__title {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    color: #070733;
    font-size: 36px;
    line-height: 130%;
    font-weight: 900; }
    .block07__title-line {
      width: 96px;
      height: 4px;
      margin-right: 24px;
      margin-top: 16px;
      background-color: #070733; }
  .block07__subtitle {
    font-size: 20px;
    line-height: 130%;
    color: #3C3C3B; }
  .block07__wrapper {
    display: flex;
    flex-wrap: wrap; }
  .block07__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.3%; }
    .block07__box-icon {
      padding-bottom: 16px; }
    .block07__box-title {
      font-size: 26px;
      font-weight: bold;
      line-height: 140%;
      color: #192A67; }
    .block07__box-text {
      font-size: 16px;
      line-height: 150%;
      color: #000000;
      max-width: 246px;
      width: 100%;
      text-align: center; }

@media (max-width: 567px) {
  .block07 {
    padding: 48px 0; }
    .block07__top {
      padding-bottom: 24px; }
    .block07__wrapper {
      justify-content: center;
      align-items: center;
      flex-direction: column; }
    .block07__title {
      font-size: 26px; }
    .block07__subtitle {
      font-size: 18px; }
    .block07__btn {
      max-width: none; }
    .block07__box {
      width: 100%;
      padding-bottom: 24px; } }

.block07__box_img {
  height: 115px;
  margin-bottom: 30px;
  display: flex; }
  .block07__box_img img {
    max-height: 110px; }

.block07__box_content {
  width: 186px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 140%;
  text-align: center;
  color: #192A67; }

.block09 {
  background: linear-gradient(119.1deg, #6785B8 27.42%, #192A67 108.78%);
  overflow: hidden; }
  .block09__top {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .block09__top-arrow {
      transform: rotate(0deg);
      transition: 0.3s ease-in-out; }
      .block09__top-arrow.spin {
        transform: rotate(180deg); }
  .block09__wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
    .block09__wrapper-title {
      display: flex;
      padding-right: 16px; }
  .block09__title {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    color: #ffffff;
    font-size: 36px;
    line-height: 130%;
    font-weight: 900; }
    .block09__title-line {
      width: 96px;
      height: 4px;
      margin-right: 24px;
      margin-top: 16px;
      background-color: #ffffff; }
  .block09__subtitle {
    font-size: 20px;
    line-height: 130%;
    color: #ffffff; }
  .block09 .accordion {
    position: relative;
    padding: 64px 0; }
    .block09 .accordion__card {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .block09 .accordion__title {
      cursor: pointer;
      color: #3C3C3B;
      font-weight: 400;
      font-size: 18px;
      position: relative;
      padding: 0 16px;
      display: flex;
      height: 48px;
      width: 100%;
      justify-content: space-between;
      align-items: center;
      transition: all 0.3s ease-in-out; }
    .block09 .accordion__panel {
      display: none;
      padding: 0 16px 16px; }
      .block09 .accordion__panel-text {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 180px 6px 0; }
        .block09 .accordion__panel-text_item {
          font-weight: 900;
          font-size: 32px;
          color: #ffffff; }
          .block09 .accordion__panel-text_item:last-of-type {
            color: #B0CCEC; }
      .block09 .accordion__panel-line {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .block09 .accordion__panel-line_wrapper {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center; }
        .block09 .accordion__panel-line_text {
          color: #ffffff;
          position: absolute;
          font-size: 20px;
          font-weight: 400;
          padding-bottom: 8px; }
        .block09 .accordion__panel-line_value {
          font-size: 60px;
          font-weight: 900; }
        .block09 .accordion__panel-line_scale {
          width: 100%;
          height: 8px;
          background: linear-gradient(90deg, #FFFFFF 22.17%, #FFFFFF 37.07%, #C1D8FF 53.27%, #B0CCEC 71.52%); }
        .block09 .accordion__panel-line_result {
          position: absolute;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          opacity: 1;
          z-index: 1; }
      .block09 .accordion__panel.active {
        display: block; }
    .block09 .accordion__overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      cursor: pointer;
      transform: rotate(0); }
      .block09 .accordion__overlay-img {
        position: relative;
        right: 0;
        transition: 0.3s ease-in-out; }

.city {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px; }

.select {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  border-bottom: 1px solid #B0CCEC; }
  .select:before {
    content: url("../img/arrow.svg");
    position: relative; }
  .select__wrapper {
    width: 200px;
    border: none;
    box-sizing: border-box;
    height: 48px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    z-index: 2;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none; }
    .select__wrapper::placeholder {
      color: #BDBDBD; }
    .select__wrapper option {
      background-color: #B0CCEC;
      border: none;
      color: #6785B8; }
  .select__arrow {
    background: url("../img/arrow.svg") no-repeat;
    position: absolute;
    top: 18px;
    right: 0;
    width: 18px;
    height: 12px; }

@media (max-width: 567px) {
  .block09 {
    padding: 48px 0; }
    .block09 .accordion {
      padding: 0; }
      .block09 .accordion__panel {
        padding: 0; }
        .block09 .accordion__panel-text {
          padding-top: 80px; }
    .block09__top-arrow {
      display: none; }
    .block09__top {
      padding-bottom: 24px; }
    .block09__wrapper {
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .block09__wrapper-title {
        padding-right: 0; }
    .block09__title {
      font-size: 26px; }
    .block09__subtitle {
      font-size: 18px; }
  .select__wrapper {
    width: 145px; } }

.block10 {
  background-image: url("../img/block11-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  .block10__wrapper {
    padding: 118px 0;
    display: flex;
    justify-content: space-between; }
  .block10__left {
    padding: 0 48px; }
  .block10__right {
    background-color: #6785b81c;
    position: relative; }
    .block10__right_feed-icon {
      content: url("../img/feed-icon.svg");
      position: absolute;
      top: 40px;
      left: -40px; }
  .block10__box {
    position: relative;
    max-width: 700px; }
    .block10__box_bottom {
      padding-top: 56px; }
    .block10__box_text {
      font-weight: 300;
      font-size: 18px;
      line-height: 130%;
      color: #ffffff; }
    .block10__box_bottom {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .block10__box_name {
      color: #ffffff;
      font-size: 20px;
      font-weight: bold;
      line-height: 150%; }
      .block10__box_name span {
        font-size: 16px;
        display: block; }
  .block10__title {
    color: #ffffff;
    font-size: 32px;
    line-height: 130%;
    font-weight: 900;
    max-width: 400px;
    width: 100%;
    text-transform: uppercase;
    margin-top: 118px;
    margin-left: 118px; }

.swiper-feed {
  overflow: hidden; }

.swiper-slide {
  max-width: 700px;
  min-height: 610px;
  width: 100%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.feed-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 32px !important;
  position: relative;
  z-index: 1; }
  .feed-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ffffff;
    margin: 12px !important; }
  .feed-pagination .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background: #B0CCEC; }

@media (max-width: 1280px) {
  .block10__wrapper {
    flex-direction: column; }
  .block10__left {
    max-width: 700px;
    width: 100%;
    margin: 0 auto; }
  .block10__title {
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 40px; }
  .block10__right {
    max-width: 700px;
    width: 100%;
    margin: 0 auto; } }

@media (max-width: 992px) {
  .block10__right_feed-icon {
    width: 50px;
    top: 40px;
    left: 16px; }
  .block10__box_name {
    padding-bottom: 24px; }
  .swiper-slide {
    padding: 64px 64px 64px 80px; } }

@media (max-width: 567px) {
  .block10__left {
    padding: 0; }
  .block10__wrapper {
    padding: 48px 0; }
  .block10__box_text {
    font-size: 18px; }
  .block10__box_bottom {
    flex-direction: column;
    align-items: flex-start; }
  .block10__title {
    font-size: 26px;
    padding: 0 16px 24px; }
  .swiper-slide {
    padding: 64px 8px 64px 80px; } }

.block11 {
  background-color: #ffffff;
  padding: 64px 0; }
  .block11__top {
    display: flex;
    padding-bottom: 24px;
    max-width: 900px;
    width: 100%;
    margin: 0 auto; }
  .block11__wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
    .block11__wrapper-title {
      display: flex;
      flex-direction: column;
      position: relative; }
  .block11__title {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    color: #070733;
    font-size: 36px;
    line-height: 130%;
    font-weight: 900; }
  .block11__subtitle {
    font-size: 20px;
    line-height: 130%;
    color: #3C3C3B;
    padding-bottom: 24px; }
  .block11__content {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px 32px 16px; }
  .block11__speed {
    display: flex; }
    .block11__speed-item {
      width: 25%;
      margin-right: 24px;
      border: 1px solid rgba(176, 204, 236, 0.2);
      box-shadow: 0 4px 9px rgba(137, 161, 206, 0.25);
      border-radius: 5px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 900;
      font-size: 22px;
      color: #070733;
      transition: 0.1s ease-in-out;
      cursor: pointer;
      margin-bottom: 16px; }
      .block11__speed-item:last-of-type {
        margin-right: 0; }
    .block11__speed-input {
      border: 1px solid #B0CCEC;
      box-sizing: border-box;
      border-radius: 5px;
      height: 48px;
      width: 100%;
      text-align: center;
      color: #070733;
      font-size: 18px;
      margin-bottom: 24px; }
      .block11__speed-input::placeholder {
        color: #BDBDBD; }
  .block11__slider {
    max-width: 900px;
    width: 100%;
    margin: 0 auto; }
    .block11__slider.swiper-slide {
      padding: 0 0 32px 0; }
  .block11__where {
    display: flex;
    flex-direction: column;
    max-width: 900px;
    justify-content: center; }
    .block11__where-input {
      width: 100%;
      border: 1px solid #B0CCEC;
      box-sizing: border-box;
      border-radius: 5px;
      height: 48px;
      color: #070733;
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 24px;
      padding-left: 16px;
      position: relative;
      z-index: 2;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background: none; }
      .block11__where-input::placeholder {
        color: #BDBDBD; }
      .block11__where-input:before {
        content: url("../img/arrow.svg");
        position: absolute;
        top: 8px;
        right: 16px;
        width: 16px;
        height: 8px; }
    .block11__where-textarea {
      width: 100%;
      border: 1px solid #B0CCEC;
      box-sizing: border-box;
      border-radius: 5px;
      height: 48px;
      color: #070733;
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 24px;
      padding: 16px;
      position: relative;
      resize: none; }
      .block11__where-textarea::placeholder {
        color: #BDBDBD;
        font-family: 'Roboto', sans-serif;
        line-height: 100%;
        font-weight: 400; }
    .block11__where_box {
      display: flex; }
      .block11__where_box-input {
        max-width: 50%;
        width: 100%;
        border: 1px solid #B0CCEC;
        border-radius: 5px;
        height: 48px;
        color: #070733;
        font-size: 18px;
        padding: 0 16px;
        margin-bottom: 24px;
        margin-right: 16px;
        box-sizing: border-box; }
        .block11__where_box-input::placeholder {
          color: #BDBDBD; }
        .block11__where_box-input:last-of-type {
          margin-right: 0; }
  .block11__done {
    display: flex;
    flex-direction: column;
    min-height: 500px;
    justify-content: center;
    align-items: center; }
    .block11__done-text {
      font-size: 20px;
      line-height: 130%;
      color: #3C3C3B;
      max-width: 560px;
      width: 100%;
      text-align: center; }
    .block11__done-img {
      margin: 0 auto 64px; }

.select-arrow {
  background: url("../img/arrow.svg") no-repeat;
  position: absolute;
  top: 18px;
  right: 16px;
  width: 18px;
  height: 12px; }
  .select-arrow__wrapper {
    position: relative; }

.acc {
  position: relative; }
  .acc__buttons {
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    right: 0; }
    .acc__buttons-single {
      display: flex;
      align-items: center;
      position: relative;
      right: 0;
      z-index: 1;
      margin-right: 16px; }
  .acc__card {
    position: relative;
    margin-bottom: 16px;
    border: 1px solid rgba(176, 204, 236, 0.2);
    box-shadow: 0 4px 9px rgba(137, 161, 206, 0.25);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .acc__card-single {
      margin-bottom: 16px;
      border: 1px solid rgba(176, 204, 236, 0.2);
      box-shadow: 0 4px 9px rgba(137, 161, 206, 0.25);
      border-radius: 5px;
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 16px 0;
      height: 48px; }
    .acc__card:last-of-type {
      margin-bottom: 0; }
  .acc__title {
    cursor: pointer;
    color: #3C3C3B;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    padding: 0 16px;
    display: flex;
    line-height: 120%;
    height: 48px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in-out; }
    .acc__title_text {
      color: #070733; }
      .acc__title_text .green {
        color: #30AF15;
        font-weight: 400; }
    .acc__title-arrow {
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      position: relative;
      transform: rotateX(0);
      margin-right: 32px;
      display: flex;
      align-items: center; }
  .acc__active {
    transform: rotateX(180deg); }
  .acc__panel {
    display: none;
    padding: 0 16px 16px; }
    .acc__panel-text {
      color: #3C3C3B;
      line-height: 130%;
      font-size: 14px;
      margin: 0;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      max-width: 680px; }
    .acc__panel-img {
      padding-top: 8px;
      width: 100%;
      max-width: 390px; }
  .acc__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    cursor: pointer; }
  .acc.swiper-wrapper {
    justify-content: space-between;
    align-items: flex-end; }

.radio-button {
  position: relative;
  z-index: 10; }
  .radio-button-single {
    position: relative;
    z-index: 2; }

.checkbox01-label {
  width: 32px;
  height: 32px;
  background-image: url("../img/checkbox-disable.svg");
  background-repeat: no-repeat;
  cursor: pointer;
  display: block; }

.checkbox01[type='checkbox'] {
  display: none; }

.checkbox01[type='checkbox']:checked + .checkbox01-label {
  background-image: url("../img/checkbox-active.svg");
  cursor: pointer; }

.uncheck01 {
  cursor: pointer; }

.checkbox02-label {
  width: 32px;
  height: 32px;
  background-image: url("../img/checkbox-disable.svg");
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  margin-right: 24px; }

.checkbox02[type='checkbox'] {
  display: none; }

.checkbox02[type='checkbox']:checked + .checkbox02-label {
  background-image: url("../img/checkbox-active.svg");
  cursor: pointer; }

.uncheck02 {
  cursor: pointer; }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #6785B8;
  color: #ffffff;
  transition: 0.1s ease-in-out;
  display: none; }

[type="radio"]:checked + .block11__speed-label,
[type="radio"]:not(:checked) + .block11__speed-label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%; }

[type="radio"]:checked + .block11__speed-label {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #6785B8;
  z-index: -1;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff; }

[type="radio"]:not(:checked) + .block11__speed-label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + .block11__speed-label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: 0.1s ease-in-out;
  display: none; }

[type="radio"]:checked + .radiobtn,
[type="radio"]:not(:checked) + .radiobtn {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-image: url("../img/checkbox-disable.svg");
  background-repeat: no-repeat; }

[type="radio"]:checked + .radiobtn {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-image: url("../img/checkbox-active.svg");
  background-repeat: no-repeat; }

[type="radio"]:not(:checked) + .radiobtn:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + .radiobtn:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-progressbar {
  position: relative;
  background: #6785B8;
  height: 2px !important; }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #070733;
    height: 4px;
    top: -2px; }

.swiper-buttons-box {
  position: relative;
  max-width: 900px;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 56px 0; }

.swiper-container-techno {
  max-width: 900px;
  width: 100%;
  margin: 0 auto; }

.swiper-button-prev {
  transform: rotate(180deg); }

.swiper-button-next, .swiper-button-prev {
  position: relative; }
  .swiper-button-next:after, .swiper-button-prev:after {
    content: url("../img/arrow-slider.svg");
    font-family: 'Roboto', sans-serif; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0; }

@media (max-width: 567px) {
  .block11__speed-item {
    margin-right: 16px; }
  .block11__where_box {
    flex-direction: column; }
    .block11__where_box-input {
      max-width: none; }
  .acc__title {
    padding: 16px;
    height: auto;
    align-items: flex-start; }
    .acc__title_text {
      font-size: 16px; }
  .acc__card-single {
    height: auto; }
  .swiper-buttons-box {
    padding: 0;
    margin-top: 32px; }
  [type="radio"]:checked + .block11__speed-label,
  [type="radio"]:not(:checked) + .block11__speed-label {
    font-size: 13px; } }

.target {
  background: url("../img/bg_target.png"), no-repeat;
  background-size: cover; }

.target_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.target_box_title {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 568px;
  padding-top: 100px;
  padding-bottom: 32px; }

@media (max-width: 767px) {
  .target_box_title {
    width: 100%;
    font-size: 24px; } }

.target_box_list {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  position: relative; }
  .target_box_list li {
    padding-left: 17px;
    margin-bottom: 22px;
    position: relative; }
    .target_box_list li:last-child {
      margin-bottom: 101px; }
  .target_box_list li::after {
    content: '';
    position: absolute;
    left: -10px;
    top: 10px;
    background: #B0CCEC;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: block; }

.solution_section {
  background: #ffffff url("../img/bg_solution_section.png") no-repeat;
  background-size: cover; }

.solution_section_box__left {
  padding-top: 44px; }

.solution_section_box {
  display: flex;
  justify-content: space-between;
  padding-top: 29px;
  padding-bottom: 100px; }
  @media (max-width: 1024px) {
    .solution_section_box {
      flex-direction: column;
      align-items: center; } }

.solution_section_box__left_list {
  width: 600px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  margin-left: 120px;
  position: relative;
  margin-bottom: 22px;
  display: flex;
  align-items: center; }
  .solution_section_box__left_list:last-child {
    margin-bottom: 101px; }
  .solution_section_box__left_list p {
    padding-left: 17px; }

@media (max-width: 767px) {
  .solution_section_box__left_list {
    width: 100%;
    margin-left: 0; } }

@media (max-width: 767px) {
  .solution_section_box__left {
    padding-top: 0; } }

.solution_section_box__right {
  width: 319px;
  height: 319px;
  background: #6785B8;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px; }

@media (max-width: 767px) {
  .solution_section_box__right {
    width: 300px;
    height: 300px; } }

.solution_section_box__right_first {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF; }

.solution_section_box__right_second {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF; }

.solution_section_box__right_third {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 57px;
  line-height: 102%;
  text-align: center;
  text-transform: uppercase;
  color: #B0CCEC; }

.solution_section_box__right_fourth {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF; }

.question_section {
  background: #6785B8;
  padding-top: 80px;
  padding-bottom: 73px; }

.question_section_line {
  margin-top: 0; }

.question_section_title {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 130%;
  color: #FFFFFF; }

@media (max-width: 767px) {
  .question_section_title {
    font-size: 26px; } }

.question_section_box {
  margin-left: 115px; }

@media (max-width: 767px) {
  .question_section_box {
    margin-left: 0px; } }

.question_section_title {
  padding: 0; }

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

.question_section_top {
  padding-bottom: 32px; }

.question_section_box_list {
  display: flex;
  margin-bottom: 27px; }
  .question_section_box_list:last-child {
    margin-bottom: 0; }

.question_section_box_list_count {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 130%;
  color: #FFFFFF;
  background: #B0CCEC;
  height: 37px;
  width: 37px;
  border-radius: 50%;
  margin-right: 19px;
  display: flex;
  justify-content: center;
  align-items: center; }

@media (max-width: 767px) {
  .question_section_box_list_count {
    height: 31px;
    width: 36px;
    font-size: 18px; } }

.question_section_box_list_content {
  width: 717px;
  font-family: "Roboto", sans-serif;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%; }
  @media (max-width: 1100px) {
    .question_section_box_list_content {
      width: 100%; } }
  .question_section_box_list_content p:first-child, .question_section_box_list_content h1:first-child, .question_section_box_list_content h2:first-child, .question_section_box_list_content h3:first-child, .question_section_box_list_content h4:first-child, .question_section_box_list_content h5:first-child, .question_section_box_list_content h6:first-child {
    font-weight: bold;
    font-size: 20px;
    line-height: 150%; }

.connect_today {
  background: #ffffff;
  padding-bottom: 64px;
  padding-top: 66px; }

.connect_today_separator {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 140%;
  color: #070733;
  margin-bottom: 21px; }
  @media (max-width: 1024px) {
    .connect_today_separator {
      font-size: 30px; } }
  .connect_today_separator::before, .connect_today_separator::after {
    content: '';
    width: 320px;
    border-bottom: 4px solid #070733; }
  .connect_today_separator::before {
    margin-right: 35px; }
  .connect_today_separator::after {
    margin-left: 35px; }

@media (max-width: 767px) {
  .connect_today_separator {
    font-size: 26px; }
    .connect_today_separator::before, .connect_today_separator::after {
      content: '';
      width: 100px;
      border-bottom: 3px solid #070733; }
    .connect_today_separator::before {
      margin-right: 10px; }
    .connect_today_separator::after {
      margin-left: 10px; } }

.connect_today_title {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #070733;
  margin-bottom: 40px; }

.connect_today_form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .connect_today_form input, .connect_today_form textarea, .connect_today_form button {
    width: 662px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 0;
    outline: none; }

@media (max-width: 767px) {
  .connect_today_form input, .connect_today_form textarea, .connect_today_form button {
    width: 100%; } }

.connect_today_form .connect_today_form_input {
  background: #FFFFFF;
  border: 1px solid #B0CCEC;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 8px 17px;
  margin-bottom: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 150%;
  font-size: 18px; }

.connect_today_form::placeholder {
  color: #BDBDBD; }

.connect_today_form .connect_today_form_textarea {
  background: #FFFFFF;
  border: 1px solid #B0CCEC;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 8px 17px;
  margin-bottom: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 150%;
  font-size: 18px;
  height: 130px; }

.connect_today_form::placeholder {
  color: #BDBDBD; }

.connect_today_form .connect_today_form_button {
  background: #FFFFFF;
  border: 2px solid #6785B8;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  color: #6785B8;
  padding: 16px 0;
  cursor: pointer; }
  .connect_today_form .connect_today_form_button:hover {
    background: #6785B8;
    color: #ffffff; }

.connect_today_form_ok {
  flex-direction: column;
  align-items: center;
  margin-top: 96px;
  display: none; }

.connect_today_form_ok_img {
  margin-bottom: 71px; }

.connect_today_form_ok_content {
  width: 389px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #3C3C3B; }

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