
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}
.scroll-content {
  display: none;
}
/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Gilroy — Thin 100 */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Thin_0.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Gilroy — UltraLight 200 */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLight_0.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* Gilroy — Light 300 */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Gilroy — Regular 400 */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular_0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Gilroy — Medium 500 */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Gilroy — Semibold 600 */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold_0.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Gilroy — Bold 700 */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold_0.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Gilroy — ExtraBold 800 */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Extrabold_0.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Gilroy — Black 900 */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Black_0.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


html {
  /* margin-top: 32px !important; */
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-family: "Gilroy";
}

body {
  overflow-x: hidden;
  font-family: "Gilroy", sans-serif;
}
@media (min-width: 1920px) {
  header {
    background: linear-gradient(to bottom, #4a496f, #4f4e7b, #6f6fd0);
  }
  .header_full {
    max-width: 1300px;
    margin: 0 auto;
  }
  .top_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0px 0px 0px;
    /* justify-content: center; */
    max-width: 1300px;
    margin: 0 auto;
  }
  .first_block_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Gilroy";
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #cacad7;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 15px;
    z-index: 90;
  }
  .first_block_header img {
    margin-right: 9px;
  }
  .second_block_header {
    border-bottom: 1px solid #cacad7;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 11px;
    margin-left: 71px;
  }
  .second_block_header,
  .top_first,
  .top_second {
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 90;
  }
  .logo {
    z-index: 90;
  }
  .section-menu__blocks {
    display: none;
  }
  .top_first {
    text-transform: uppercase;
  }
  .top_first div {
    margin-right: 42px;
  }
  .top_first div:nth-child(3) {
    margin-right: 20px;
  }
  .top_first div:nth-child(4) {
    margin-right: 0px;
  }
  .top_second {
    margin-left: 283px;
  }
  .top_second div:nth-child(1) {
    margin-right: 40px;
  }
  .top_second div:nth-child(2) {
    margin-right: 40px;
  }
  .top_first div a,
  .top_second div a,
  .top_second div {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Gilroy";
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    color: #cacad7;
    line-height: 100%;
    letter-spacing: 0%;
  }
  /* .top_first div a:hover,
  .top_second div a:hover {
    padding-bottom: 15px;
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(232, 102, 48, 1);
  } */
  .top_first div a::after,
  .top_second div a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 0;
    height: 1px;
    background: rgba(234, 86, 22, 1);
    transition: width 0.3s ease;
  }

  .top_first div a:hover::after,
  .top_second div a:hover:after {
    width: 100%;
  }
  .bottom_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: center; */
    max-width: 1300px;
    margin: 0 auto;
    padding: 16px 0 0px 4px;
  }
  /* .logo {
    position: relative;
    right: 24px;
  } */
  .bottom_first {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 29px;
  }
  .bottom_first ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* margin-left: 43px; */
    padding: 0;
  }
  .bottom_first ul li {
    list-style-type: none;
  }
  .bottom_first ul li a {
    position: relative;
    text-decoration: none;
    font-family: "Gilroy";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
  }

  .bottom_first ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 1px;
    background: rgba(234, 86, 22, 1);
    transition: width 0.3s ease;
  }

  .bottom_first ul li a:hover::after {
    width: 100%;
  }
  .bottom_first ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  .bottom_first {
    position: relative;
    z-index: 20;
  }

  .submenu {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 23;
    left: 0;
    background: transparent;
    padding: 80px 168px 30px 30px;
    border-radius: 8px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 30;
  }
  .first_menusub {
    left: -177px;
  }
  .second_menusub {
    left: -278px;
  }
  .third_menusub {
    left: -364px;
  }
  .four_menusub {
    left: -464px;
  }
  .fifth_menusub {
    left: -668px;
  }
  .first_submenu,
  .second_submenu {
    display: block;
    width: 300px;
  }
  .first_submenu ul,
  .second_submenu ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .bottom_first li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: flex;
  }

  .bottom_first li.no-submenu:hover > .submenu {
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  /* .bottom_first li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  } */

  .bottom_header:hover .submenu-background {
    opacity: 1;
    visibility: visible;
  }
  .submenu-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 720px;
    background: linear-gradient(
      99.84deg,
      rgba(83, 83, 143, 0.8) 27.28%,
      rgba(105, 105, 175, 0.8) 97.2%
    );
    backdrop-filter: blur(50px);
    display: none;
    z-index: 10;
  }
  .bottom_first li:hover > .submenu {
    display: flex;
  }
  .bottom_first:has(ul li:not(.no-submenu):hover) .submenu-background {
    display: block;
  }

  .bottom_first:hover ~ .submenu-background {
    display: block;
  }
  /* .bottom_first ul li:not(:nth-child(5)):hover ~ .submenu-background {
    display: none;
  } */
  /* .bottom_first li:not(:last-child):hover > .submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
    display: flex;
  } */
  .submenu-background:hover {
    display: block;
    background: linear-gradient(
      99.84deg,
      rgba(83, 83, 143, 0.8) 27.28%,
      rgba(105, 105, 175, 0.8) 97.2%
    );
    backdrop-filter: blur(50px);
  }
  .three_dotted_menu {
    position: absolute;
    /* top: 100%; */
    left: -11px;
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(50px);
    background: rgba(46, 46, 77, 0.7);
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-radius: 8px;
    max-width: 400px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 999;
  }
  div.three_menu {
    position: absolute;
    top: 82%;
    left: 0px;
    right: 0px;
    opacity: 0;
    /* visibility: hidden; */
    backdrop-filter: blur(50px);
    background: rgba(46, 46, 77, 0.7);
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-radius: 8px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 999;
  }
  div.three_menu ul li a {
    font-family: "Gilroy";
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
  }
  .three_dotted_menu div ul li a::marker {
    visibility: hidden;
  }
  .top_first div:nth-child(4) {
    position: relative;
    padding: 10px 0px;
    cursor: pointer;
  }
  .three_dotted_menu ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 20px;
  }

  .bottom_first ul li:hover .three_dotted_menu,
  .three_dotted_menu:hover {
    visibility: visible;
    opacity: 1;
    transform: translateY(2);
  }
  .top_first div:nth-child(4):hover .three_dotted_menu,
  .three_dotted_menu:hover {
    visibility: visible;
    opacity: 1;
    transform: translateY(2);
  }
  .bottom_header > .bottom_second div:nth-child(2):hover .three_dotted_menu,
  .three_dotted_menu:hover {
    visibility: visible;
    opacity: 1;
    transform: translateY(2);
  }
  .bottom_first ul li {
    position: relative;
    margin-right: 20px;
  }

  .bottom_first a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
  }

  .bottom_first ul li {
    margin-right: 10px;
  }
  .bottom_first ul li:nth-child(5) {
    margin-right: 20px;
  }
  .bottom_first ul li:last-child {
    margin: 0;
    padding: 10px 0;
    cursor: pointer;
  }
  .bottom_second {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 141px;
    z-index: 90;
  }
  .bottom_second div:first-child img {
    margin-right: 7px;
  }
  .bottom_second div:first-child {
    margin-right: 40px;
  }
  .three_dotted_menu ul {
    display: contents;
  }
  .three_dotted_menu ul li {
    margin-left: 10px;
  }
  .three_dotted_menu::-webkit-scrollbar {
    width: 6px;
  }
  .bottom_first ul li:nth-child(5) {
    padding: 10px 0px;
  }

  .bottom_second div a {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Gilroy";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
    text-decoration: none;
  }
  .bottom_second div a nobr::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 0;
    height: 1px;
    background: rgba(234, 86, 22, 1);
    transition: width 0.3s ease;
  }

  .bottom_second div a nobr:hover::after {
    width: 100%;
  }

  .bottom_second div:nth-child(2) img {
    margin-left: 7px;
    margin-bottom: 4px;
  }
  .bottom_second div:nth-child(2) {
    position: relative;
    display: flex;
    align-items: flex-end;
    border: 1px solid #8d8da680;
    border-radius: 6px;
    padding: 10px 11px 12px 13px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
  }
  .bottom_second div:nth-child(2):hover {
    border: 1px solid #cacad7;
    transition: border-width 0.6s ease, border-color 0.6s ease;
  }
  .banner {
    display: flex;
    flex-direction: row;
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 64px;
  }
  .banner_content {
    margin-top: 106px;
  }
  #h1_baner {
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
    padding-bottom: 19px;
  }
  .banner_content p {
    width: 498px;
    font-family: "Arial";
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(202, 202, 215, 1);
  }

  .banner_button {
    margin-top: 72px;
  }
  .banner_button a {
    text-decoration: none;
    color: #ffffff;
    font-family: "Gilroy";
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    color: #ffffff;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 21px 38px;
    background-color: #ea5616;
    border-radius: 6px;
  }
  .r-variants {
    max-width: 1300px;
    margin: 0 auto;
  }
  .top_head {
    margin-top: 104px;
  }
  h2.title {
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #a8a8bf;
  }
  .bottom_head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    column-gap: 20px;
    margin-top: 47px;
  }
  .all_head {
    margin-bottom: 30px;
  }
  a {
    text-decoration: none;
  }
  a .c-card {
    width: 640px;
    height: 220px;
    /* background-color: #f8f8fc; */
    padding: 30px;
    text-decoration: none;
  }
  a .c-card,
  .o-body p {
    text-decoration: none;
    font-family: Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    color: #3e3e59;
  }
  .bottom_head a:hover {
    /* border: 5px solid red; */
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 4px 4px 4px var(--sds-size-depth-0) rgba(248, 248, 248, 1);
    box-shadow: 4px -4px var(--sds-size-depth-1200) var(--sds-size-depth-0) rgba(248, 248, 248, 1);
  }
  .o-body p:nth-child(2) {
    width: 398px;
  }
  .o-body p:nth-child(3) {
    width: 390;
  }
  .o-body p:nth-child(4) {
    width: 390px;
  }
  .o-body h2 {
    text-decoration: none;
    color: #3e3e59;
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 13px;
  }
  .bottom_head a {
    background-color: #f8f8fc;
  }
  .bottom_head a:nth-child(1) {
    background-image: url("../img/Group1.svg");
    background-repeat: no-repeat;

    background-position: 430px 28px;
  }
  .bottom_head a:nth-child(2) {
    background-image: url("../img/Group2.svg");
    background-repeat: no-repeat;
    background-position: 446px 42px;
  }
  .bottom_head a:nth-child(3) {
    background-image: url("../img/Group3.svg");
    background-repeat: no-repeat;

    background-position: 455px 0px;
  }
  .bottom_head a:nth-child(4) {
    background-image: url("../img/Group4.svg");
    background-repeat: no-repeat;
    background-position: 444px 23px;
  }
  .pay_qr_all {
    display: flex;
    flex-direction: row;
    max-width: 1300px;
    margin: 0 auto;
    background-color: #585892;
    margin-top: 99px;
    border-radius: 6px;
    padding: 16px 80px;
  }
  .pay_qr_left {
    padding-top: 64px;
  }
  .pay_qr_right {
    margin-left: 182px;
  }
  .pay_qr_text_h {
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
  }
  .pay_qr_text_p {
    margin-top: 25px;
    font-family: "Arial";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #cacad7;
    width: 390px;
  }
  .pay_qr_button {
    margin-top: 48px;
  }
  .pay_qr_button a {
    font-family: "Gilroy";
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    border: 0.5px solid #cacad7;
    padding: 16px 35px;
    border-radius: 6px;
  }
  .equaring {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 102px;
  }
  .all_equaring_flex {
    display: grid;
    grid-template-columns: repeat(3, 0.2fr);
    row-gap: 20px;
    column-gap: 20px;
    margin-top: 37px;
  }
  .block {
    width: 420px;
    height: 206px;
    box-shadow: 4px 4px 4px 4px rgba(248, 248, 248, 1);
  }
  .equaring h3 {
    font-family: "Gilroy";
    font-size: 22px;
    font-weight: 600;
    line-height: 27.6px;
    letter-spacing: 0em;
    text-align: left;
    color: #3b3b3b;
    margin-top: 38px;
    margin-left: 30px;
    margin-bottom: 6px;
  }
  .equaring p {
    max-width: 211px;
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 29px;
  }
  .block02 h3 {
    width: 259px;
  }
  .block03 h3 {
    width: 211px;
  }
  .block06 h3 {
    width: 211px;
  }
  .block01 {
    background-image: url(../img/equaring01.svg);
    background-repeat: no-repeat;
    background-position: 279px 82px;
  }
  .block02 {
    background-image: url(../img/equaring03.svg);
    background-repeat: no-repeat;
    background-position: 237px 81px;
  }
  .block03 {
    background-image: url(../img/equaring05.svg);
    background-repeat: no-repeat;
    background-position: 271px 41px;
  }
  .block04 {
    background-image: url(../img/equaring02.svg);
    background-repeat: no-repeat;
    background-position: 256px 68px;
  }
  .block05 {
    background-image: url(../img/equaring04.svg);
    background-repeat: no-repeat;
    background-position: 268px 71px;
  }
  .block06 {
    background-image: url(../img/equaring06.svg);
    background-repeat: no-repeat;
    background-position: 217px 64px;
  }
  .a_demo_div {
    margin-top: 20px;
  }
  .a_demo {
    text-decoration: none;
    font-family: "Gilroy";
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #585892;
    text-transform: uppercase;
    margin-left: 30px;
    /* margin-top: 15px; */
  }
  .equaring_button {
    margin-top: 62px;
  }
  .equaring_button a {
    border: 0px;
    background-color: #585892;
    margin-left: 552px;
    margin-top: 21px;
    margin-right: auto;
    padding: 16px 24px;
  }
  .all_items_internet {
    display: flex;
    flex-direction: row;
    max-width: 1300px;
    margin: 0 auto;
    background: #e9e9f7;
    padding-top: 50px;
    /* padding-bottom: 50px; */
    margin-top: 112px;
    border-radius: 6px;
  }
  .img_internet {
    width: 466px;
  }
  .img_internet img {
    width: 503.5093078613281px;
    position: relative;
    bottom: 50px;
  }
  .text_internet {
    margin-left: 35px;
  }
  .text_internet h2 {
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3e3e59;
  }
  .blocks_img {
    display: flex;
    flex-direction: row;
    margin-top: 25px;
  }
  .blocks_img img {
    margin-bottom: 18px;
  }
  .first_internet {
    margin-right: 24px;
  }
  .first_internet p {
    width: 200px;
  }
  .second_internet {
    margin-right: 7px;
  }
  .second_internet p,
  .second_internet h4 {
    padding-left: 3px;
  }
  .blocks_img h4 {
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3e3e59;
    margin-bottom: 12px;
  }
  .blocks_img p {
    font-family: Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3e3e59;
    max-width: 241px;
  }
  .button_internet {
    margin-top: 57px;
  }
  .button_internet a {
    background-color: #585892;
    font-family: "Gilroy";
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #ffffff;
    padding: 17px 38px 18px 38px;
    border-radius: 6px;
  }
  .r-pricing {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 24px;
    background-color: #585892;
    border-radius: 6px;
    height: 360px;
  }

  .r-pricing-text h3 {
    font-family: "Gilroy";
    font-size: 32px;
    font-weight: 600;
    line-height: 68.99px;
    text-align: left;
    margin-bottom: 5px;
    color: #ffffff;
    margin-top: 3px;
    margin-left: 40px;
  }

  .r-pricing-text p {
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #cacad7;
    width: 392px;
    margin-left: 40px;
  }

  .all-content-pricing {
    display: flex;
    justify-content: space-between;
    height: 325px;
    border-radius: 10px;
    margin-top: 50px;
    /* background-color: #ffffff; */
  }
  .r-pricing-text {
    padding: 40px 10px 0px 40px;
  }

  .tarif-button {
    margin-top: 43px;
    margin-left: 79px;
  }

  .tarif-button a {
    font-family: "Gilroy";
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    border: 0.5px solid #cacad7;
    padding: 16px 47px;
    border-radius: 6px;
  }
  .right_tarif {
    width: 670px;
  }
  .r-request {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 88px;
  }

  .r-request h1 {
    font-family: "Gilroy";
    max-width: 1300px;
    font-size: 40px;
    font-weight: 600;
    line-height: 68.99px;
    text-align: center;

    color: rgba(62, 62, 89, 1);
    margin-bottom: 58px;
  }

  .all_input {
    width: 708px;
    margin: 0 auto;
    display: flex;
    height: 124px;
  }
  p.form_p {
    font-size: 23px;
  }
  .left_inputs input,
  .right_inputs input {
    width: 330px;
    height: 40px;
    border: 0px;
    border-bottom: 1px solid rgba(176, 176, 176, 1);
  }

  .left_inputs {
    margin-right: 30px;
  }
  .input_name,
  .input_email {
    margin-bottom: 30px;
  }
  .input_adres {
    margin-top: 30px;
  }

  /* .right_inputs input::placeholder {
    font-family: "Arial";
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
    padding-left: 30px;
  } */
  #openModalBtn {
    display: none;
  }
  .left_inputs input,
  .right_inputs input {
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 20.7px;
    text-align: left;
  }
  .left_inputs input:focus,
  .right_inputs input:focus {
    border-bottom: 1px solid rgba(234, 86, 22, 1);
    outline: 0px;
  }
  .submenu h3.sub_h3 {
    width: 239px;
    font-size: 18px;
    line-height: 32px;
    /* margin-left: auto;
    margin-right: auto; */
  }
  /* .submenu a.sub_a {
    display: block;
    width: 239px;
  } */
  .submenu p.sub_p {
    width: 239px;
    /* margin-left: auto;
    margin-right: auto; */
  }

  .all_checkbox {
    /* display: flex; */
    /* margin-top: 23px; */
    width: 364px;
    margin-left: 301px;
  }
  .all_bottom {
    display: flex;
  }
  .r-checkbox {
    margin-left: 40px;
  }
  .r-checkbox label,
  .l-checkbox label {
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #0863f3;
    white-space: nowrap;
  }
  .custom-checkbox {
    width: 19px;
    height: 22px;
    margin-left: 2px;
    margin-top: 5px;
    margin-bottom: 3px;
  }
  .l-checkbox {
    display: flex;
  }

  p.p_label {
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    /* margin-left: 45px; */
    margin-top: 7px;
    color: #787878;
  }

  .button-agree {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .right_text_input {
    width: 350px;
  }
  .right_text_input a,
  label {
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 18.4px;
    text-align: left;
    color: #787878;
    text-decoration: none;
    font-weight: bold;
    margin: 0 5px;
  }
  .right_text_input a {
    text-decoration: underline;
    cursor: pointer;
  }
  .right_text_input label {
    color: #424242;
    font-weight: 400;
    /* align-items: center; */
    position: relative;
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
  }
  #text {
    display: none;
  }

  #text + .text_checkbox:before {
    content: "";
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 18.4px;
    text-align: left;
    color: #0863f3;
    display: inline-block;
    width: 30px;
    height: 30px;
    box-shadow: 4px 4px 4px 0px #cacaca40;
    /* border: 2px solid #0863f3; */
    background-color: white;
    text-align: center;
    line-height: 20px;
    border-radius: 4px;
    margin-right: 14px;
    margin-left: 6px;
  }

  #text:checked + .text_checkbox:before {
    content: url("../img/galka.svg");
    padding-top: 8px;
    visibility: visible;
    color: #0863f3;
    background-color: #ffffff;
    /* border-color: #0863f3; */
    display: inline-block;
    margin-left: 6px;
  }

  .text_checkbox {
    display: inline-block;
    vertical-align: middle;
    color: black;
    background-color: transparent;
  }
  div.bg_white_big {
    height: 467px;
  }
  div.bg_white_big > div {
    height: auto;
  }
  div.bg_white_big > div > div > a {
    width: 240px;
    display: block;
    margin-bottom: 0px;
  }
  div.bg_white_big > div > div > p:last-child {
    margin-bottom: 15px;
  }
  .is-primary {
    margin-left: 158px;
  }
  .big_none {
    display: none;
  }
  .submit {
    font-family: "Gilroy";
    font-size: 15px;
    font-weight: 700;
    line-height: 20.7px;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 10px;
    outline: 0px;
    border: 0px;
    background: rgba(234, 86, 22, 1);
    padding: 16px 48px;
    margin-top: 25px;
  }
  .q-qwestion {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 133px;
  }

  .q-qwestion h1 {
    font-family: "Gilroy";
    font-size: 40px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(62, 62, 89, 1);
    margin-bottom: 77px;
  }
  .qwestion_left p,
  .qwestion_right p {
    font-family: "Gilroy";
    font-size: 80px;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: 0em;
    text-align: center;

    margin-bottom: 12px;
    margin-top: 40px;
    color: rgba(62, 62, 89, 1);
  }

  .r-bottom {
    margin-top: 80px;
  }
  p.qwestion_text {
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(176, 176, 176, 1);
    /* margin-top: 20px; */
    margin-left: 64px;
  }
  .footer {
    background-color: rgba(62, 62, 89, 1);
    width: 100%;
    margin-top: 78px;
    /* padding: 40px 10%; */
  }

  .footer-container {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
  }
  /* .footer-left {
    padding-left: 49px;
  } */

  .br_min_width {
    display: none;
  }

  .footer-info {
    margin-top: 83px;
    margin-left: 53px;
    /* max-width: 300px; */
  }
  .footer-info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 10px;
    color: rgba(233, 233, 247, 1);
  }
  .footer_tel720_p {
    display: none;
  }
  .footer_tel720 {
    display: none;
  }
  .footer-bank {
    /* text-align: center; */
    margin-top: 120px;
  }
  .footer-bank img {
    width: 304px;
    height: 93px;
    margin-left: 51px;
  }
  .close_mini_menu {
    display: none;
  }

  .footer-links {
    display: flex;
    margin-left: 0px;
    max-width: 200px;
    flex-direction: column;
  }

  .footer-links h4 {
    font-size: 16px;
    /* margin-bottom: 10px; */
  }

  .footer-links ul {
    list-style: none;
  }

  .footer-links ul li {
    margin-bottom: 8px;
  }

  .footer-links ul li a {
    color: white;
    text-decoration: none;
    white-space: nowrap;
  }
  .footer-links h4 {
    white-space: nowrap;
    margin-left: 45px;
    font-size: 20px;
  }
  .in_banks {
    display: flex;
  }
  .in_banks p {
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    margin-right: 48px;
  }
  .in_banks p:nth-child(2) {
    color: rgba(152, 152, 152, 1);
    white-space: nowrap;
    margin-right: 15px;
  }
  .in_banks ul {
    display: flex;
  }
  .in_banks ul li {
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    /* width: 110px; */
    white-space: nowrap;
    margin-right: 16px;
  }
  .in_banks ul li:last-child {
    margin-right: 0px;
  }
  .in_banks p {
    display: flex;
    flex-direction: column;
  }
  .in_banks p span:first-child {
    padding-bottom: 7px;
  }
  .clearfix {
    clear: both;
  }
  .footer_left {
    width: 650px;
  }
  .footer_right {
    /* width: 650px; */
    padding: 19px 0px 0px 20px;
  }
  .footer_right p {
    font-family: "Gilroy";
    font-weight: 500;
    font-size: 15px;
    line-height: 118%;
    letter-spacing: 0%;
    margin-top: 35px;
    color: rgba(152, 152, 152, 1);
  }
  .footer_right p:nth-child(3) {
    width: 265px;
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 29px;
  }
  .footer_right p:nth-child(4) {
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    /* letter-spacing: 0%; */
    text-decoration: underline;
    text-decoration-style: solid;
    /* text-decoration-offset: 0%; */
    text-decoration-thickness: 0%;
    margin-bottom: 16px;
  }
  .footer_right p:nth-child(5) span {
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
  }
  .footer_right p:nth-child(5) {
    margin-bottom: 20px;
  }
  .footer_right_botom {
    display: flex;
    margin-top: 43px;
    margin-left: 5px;
  }

  .footer_right_botom div:nth-child(1) {
    max-width: 464px;
  }
  .footer-link {
    max-width: 227px;
    margin-left: -47px;
  }
  .footer_right_botom ul {
    list-style-type: none;
    margin-bottom: 20px;
    margin-left: 41px;
    margin-top: 14px;
  }
  .bottom_menu_open {
    display: none;
  }
  /* .footer-links ul {
    margin-left: 45px;
  } */
  .footer_right_botom ul li {
    margin-bottom: 9px;
    width: 275px;
  }
  .footer_right_botom ul li a {
    text-decoration: none;
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    /* letter-spacing: 0%; */
    color: rgba(233, 233, 247, 1);
  }
  p.footer_tel_bottom {
    font-size: 16px;
    color: rgba(141, 141, 149, 1);
    margin-bottom: 25px;
  }
  p.footer_tel_sec_bottom {
    width: 332px;
    font-size: 16px;
    color: rgba(141, 141, 149, 1);
    margin-bottom: 37px;
  }
  .footer_link {
    display: flex;
    margin-left: 28px;
    flex-direction: column;
    align-items: center;
  }
  .footer_link ul {
    padding: 0px;
    margin-top: 14px;
    margin-bottom: 30px;
  }
  .footer_link_button720 {
    display: none;
  }
  .footer_link_button div a {
    font-family: "Gilroy";
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(233, 233, 247, 1);
    text-decoration: none;
    padding: 10px 10px 10px 9px;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* margin-left: 16px; */
  }
  .footer_link_button div a img {
    margin-right: 16px;
  }
  .footer_link_button {
    margin-top: 20px;
  }
  .footer_link span {
    font-family: "Gilroy";
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(141, 141, 149, 1);
  }
  .footer_link_button div {
    border: 0.5px solid rgba(233, 233, 247, 1);
    border-radius: 6px;
    width: 159px;
    color: rgba(233, 233, 247, 1);
    margin-bottom: 9px;
  }
  .footer_link ul li {
    width: 200px;
  }
  .footer_seti {
    width: 321px;
    margin-left: 37px;
    padding-top: 16px;
  }
  .footer_seti div:first-child {
    display: flex;
  }
  .footer_seti div:first-child div {
    margin-left: 10px;
  }
  .footer_seti div:first-child div:first-child {
    margin-left: 0px;
  }
  .footer_seti_second div {
    display: flex;
    align-items: center;
    margin-top: 56px;
    font-family: "Gilroy";
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(233, 233, 247, 1);
  }
  .footer_seti_second div img {
    margin-right: 10px;
  }
  .tr_link_button {
    display: none;
  }
  .menu-button {
    display: none;
  }
  .modal_formSucces,
  .modal_formEror {
    /* display: none; */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .modal_form_content {
    background-color: #f4f4f4;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    text-align: center;
    position: relative;
    border-radius: 10px;
  }

  .close {
    position: absolute;
    top: 0;
    right: 3px;
    padding: 5px;
    cursor: pointer;
    color: #006fe0;
  }

  .close:hover {
    /* background-color: #ff0000; */
    color: #006fe0;
    border-top-right-radius: 0.5rem;
  }
  .img_form {
    width: 180px;
    height: 120px;
    background-image: url(../img/done.gif);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: center;
    margin: 0 auto;

    /* background-color: black; */
  }
  .modal_formEror .img_form {
    width: 200px;
    height: 200px;
    background-image: url(../img/error_ic.svg);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: center;
    margin: 0 auto;

    /* background-color: black; */
  }
  .modal_form_content > .h1_form {
    border: none;
  }
  .equaring_button2 {
    background: rgba(234, 86, 22, 1);
    font-family: "Golos Text";
    font-weight: 600;
    color: white;
    padding: 19px 90px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 361px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 27px;
  }
  .equaring_button2 a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-family: "Gilroy";
  }
  .is-loading {
    background-image: url(../img/tube-spinner.svg);
    background-repeat: no-repeat;
    background-position: center;
    /* padding: 16px 48px; */
    padding: 24px 91px;
    margin-top: 16px;
    margin-left: 13px;
  }
}
@media (min-width: 1300px) and (max-width: 1920px) {
  header {
    background: linear-gradient(to bottom, #4a496f, #4f4e7b, #6f6fd0);
  }
  .header_full {
    max-width: 1300px;
    margin: 0 auto;
  }
  .top_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0px 0px 0px;
    /* justify-content: center; */
    max-width: 1300px;
    margin: 0 auto;
  }
  .first_block_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Gilroy";
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #cacad7;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 15px;
    z-index: 90;
  }
  .first_block_header img {
    margin-right: 9px;
  }
  .second_block_header {
    border-bottom: 1px solid #cacad7;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 11px;
    margin-left: 71px;
  }
  .second_block_header,
  .top_first,
  .top_second {
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 90;
  }
  .logo {
    z-index: 90;
  }
  .bottom_header a {
    z-index: 90;
  }
  .section-menu__blocks {
    display: none;
  }
  .top_first {
    text-transform: uppercase;
  }
  .top_first div {
    margin-right: 42px;
  }
  .top_first div:nth-child(3) {
    margin-right: 20px;
  }
  .top_first div:nth-child(4) {
    margin-right: 0px;
  }
  .top_second {
    margin-left: 283px;
  }
  .top_second div:nth-child(1) {
    margin-right: 40px;
  }
  .top_second div:nth-child(2) {
    margin-right: 40px;
  }
  .top_first div a,
  .top_second div a,
  .top_second div {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Gilroy";
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    color: #cacad7;
    line-height: 100%;
    letter-spacing: 0%;
  }
  /* .top_first div a:hover,
  .top_second div a:hover {
    padding-bottom: 15px;
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(232, 102, 48, 1);
  } */
  .top_first div a::after,
  .top_second div a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 0;
    height: 1px;
    background: rgba(234, 86, 22, 1);
    transition: width 0.3s ease;
  }

  .top_first div a:hover::after,
  .top_second div a:hover:after {
    width: 100%;
  }
  .bottom_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: center; */
    max-width: 1300px;
    margin: 0 auto;
    padding: 16px 0 0px 4px;
  }
  /* .logo {
    position: relative;
    right: 24px;
  } */
  .bottom_first {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 29px;
  }
  .bottom_first ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* margin-left: 43px; */
    padding: 0;
  }

  .bottom_first ul li {
    list-style-type: none;
  }
  .bottom_first ul li a {
    position: relative;
    text-decoration: none;
    font-family: "Gilroy";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
  }

  .bottom_first ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 1px;
    background: rgba(234, 86, 22, 1);
    transition: width 0.3s ease;
  }

  .bottom_first ul li a:hover::after {
    width: 100%;
  }
  .bottom_first ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  .bottom_first {
    position: relative;
    z-index: 20;
  }

  .submenu {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 23;
    left: 0;
    background: transparent;
    padding: 80px 168px 30px 30px;
    border-radius: 8px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 30;
  }
  .first_menusub {
    left: -177px;
  }
  .second_menusub {
    left: -278px;
  }
  .third_menusub {
    left: -364px;
  }
  .four_menusub {
    left: -464px;
  }
  .fifth_menusub {
    left: -668px;
  }
  .first_submenu,
  .second_submenu {
    display: block;
    width: 300px;
  }
  .first_submenu ul,
  .second_submenu ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .bottom_first li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: flex;
  }

  .bottom_first li.no-submenu:hover > .submenu {
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  /* .bottom_first li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  } */

  .bottom_header:hover .submenu-background {
    opacity: 1;
    visibility: visible;
  }
  .submenu-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 720px;
    background: linear-gradient(
      99.84deg,
      rgba(83, 83, 143, 0.8) 27.28%,
      rgba(105, 105, 175, 0.8) 97.2%
    );
    backdrop-filter: blur(50px);
    display: none;
    z-index: 10;
  }
  .bottom_first li:hover > .submenu {
    display: flex;
  }
  .bottom_first:has(ul li:not(.no-submenu):hover) .submenu-background {
    display: block;
  }

  .bottom_first:has(ul > li:not(.no-submenu):hover) ~ .submenu-background {
    display: block;
  }
  /* .bottom_first ul li:not(:nth-child(5)):hover ~ .submenu-background {
    display: none;
  } */
  /* .bottom_first li:not(:last-child):hover > .submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
    display: flex;
  } */
  .submenu-background:hover {
    display: block;
    background: linear-gradient(
      99.84deg,
      rgba(83, 83, 143, 0.8) 27.28%,
      rgba(105, 105, 175, 0.8) 97.2%
    );
    backdrop-filter: blur(50px);
  }
  .three_dotted_menu {
    position: absolute;
    /* top: 100%; */
    left: -11px;
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(50px);
    background: rgba(46, 46, 77, 0.7);
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-radius: 8px;
    max-width: 400px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 999;
  }
  div.three_menu {
    position: absolute;
    top: 82%;
    left: 0px;
    right: 0px;
    opacity: 0;
    /* visibility: hidden; */
    backdrop-filter: blur(50px);
    background: rgba(46, 46, 77, 0.7);
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-radius: 8px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 999;
  }
  div.three_menu ul li a {
    font-family: "Gilroy";
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
  }
  .three_dotted_menu div ul li a::marker {
    visibility: hidden;
  }
  .top_first div:nth-child(4) {
    position: relative;
    padding: 10px 0px;
    cursor: pointer;
  }
  .three_dotted_menu ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 20px;
  }

  .bottom_first ul li:hover .three_dotted_menu,
  .three_dotted_menu:hover {
    visibility: visible;
    opacity: 1;
    transform: translateY(2);
  }
  .top_first div:nth-child(4):hover .three_dotted_menu,
  .three_dotted_menu:hover {
    visibility: visible;
    opacity: 1;
    transform: translateY(2);
  }
  .bottom_header > .bottom_second div:nth-child(2):hover .three_dotted_menu,
  .three_dotted_menu:hover {
    visibility: visible;
    opacity: 1;
    transform: translateY(2);
  }
  .bottom_first ul li {
    position: relative;
    margin-right: 20px;
  }

  .bottom_first a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
  }

  .bottom_first ul li {
    margin-right: 10px;
  }
  .bottom_first ul li:nth-child(5) {
    margin-right: 20px;
  }
  .bottom_first ul li:last-child {
    margin: 0;
    padding: 10px 0;
    cursor: pointer;
  }
  .bottom_second {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 141px;
    z-index: 90;
  }
  .bottom_second div:first-child img {
    margin-right: 7px;
  }
  .bottom_second div:first-child {
    margin-right: 40px;
  }
  .three_dotted_menu ul {
    display: contents;
  }
  .three_dotted_menu ul li {
    margin-left: 10px;
  }
  .three_dotted_menu::-webkit-scrollbar {
    width: 6px;
  }
  .bottom_first ul li:nth-child(5) {
    padding: 10px 0px;
  }

  .bottom_second div a {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Gilroy";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
    text-decoration: none;
  }
  .bottom_second div a nobr::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 0;
    height: 1px;
    background: rgba(234, 86, 22, 1);
    transition: width 0.3s ease;
  }

  .bottom_second div a nobr:hover::after {
    width: 100%;
  }

  .bottom_second div:nth-child(2) img {
    margin-left: 7px;
    margin-bottom: 4px;
  }
  .bottom_second div:nth-child(2) {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #8d8da680;
    border-radius: 6px;
    padding: 6px 11px 9px 13px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
  }
  .bottom_second div:nth-child(2):hover {
    border: 1px solid #cacad7;
    transition: border-width 0.6s ease, border-color 0.6s ease;
  }
  .banner {
    display: flex;
    flex-direction: row;
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 64px;
  }
  .banner_content {
    margin-top: 106px;
  }
  #h1_baner {
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
    padding-bottom: 19px;
  }
  .banner_content p {
    width: 498px;
    font-family: "Arial";
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(202, 202, 215, 1);
  }

  .banner_button {
    margin-top: 72px;
  }
  .banner_button a {
    text-decoration: none;
    color: #ffffff;
    font-family: "Gilroy";
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    color: #ffffff;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 21px 38px;
    background-color: #ea5616;
    border-radius: 6px;
  }
  .r-variants {
    max-width: 1300px;
    margin: 0 auto;
  }
  .top_head {
    margin-top: 104px;
  }
  h2.title {
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #a8a8bf;
  }
  .bottom_head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    column-gap: 20px;
    margin-top: 47px;
  }
  .all_head {
    margin-bottom: 30px;
  }
  a {
    text-decoration: none;
  }
  a .c-card {
    width: 640px;
    height: 220px;
    /* background-color: #f8f8fc; */
    padding: 30px;
    text-decoration: none;
  }
  a .c-card,
  .o-body p {
    text-decoration: none;
    font-family: Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    color: #3e3e59;
  }
  .bottom_head a:hover {
    /* border: 5px solid red; */
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 4px 4px 4px var(--sds-size-depth-0) rgba(248, 248, 248, 1);
    box-shadow: 4px -4px var(--sds-size-depth-1200) var(--sds-size-depth-0) rgba(248, 248, 248, 1);
  }
  .o-body p:nth-child(2) {
    width: 398px;
  }
  .o-body p:nth-child(3) {
    width: 390;
  }
  .o-body p:nth-child(4) {
    width: 390px;
  }
  .o-body h2 {
    text-decoration: none;
    color: #3e3e59;
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 13px;
  }
  .bottom_head a {
    background-color: #f8f8fc;
  }
  .bottom_head a:nth-child(1) {
    background-image: url("../img/Group1.svg");
    background-repeat: no-repeat;

    background-position: 430px 28px;
  }
  .bottom_head a:nth-child(2) {
    background-image: url("../img/Group2.svg");
    background-repeat: no-repeat;
    background-position: 446px 42px;
  }
  .bottom_head a:nth-child(3) {
    background-image: url("../img/Group3.svg");
    background-repeat: no-repeat;

    background-position: 455px 0px;
  }
  .bottom_head a:nth-child(4) {
    background-image: url("../img/Group4.svg");
    background-repeat: no-repeat;
    background-position: 444px 23px;
  }
  .pay_qr_all {
    display: flex;
    flex-direction: row;
    max-width: 1300px;
    margin: 0 auto;
    background-color: #585892;
    margin-top: 99px;
    border-radius: 6px;
    padding: 16px 80px;
  }
  .pay_qr_left {
    padding-top: 64px;
  }
  .pay_qr_right {
    margin-left: 182px;
  }
  .pay_qr_text_h {
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
  }
  .pay_qr_text_p {
    margin-top: 25px;
    font-family: "Arial";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #cacad7;
    width: 390px;
  }
  .pay_qr_button {
    margin-top: 48px;
  }
  .pay_qr_button a {
    font-family: "Gilroy";
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    border: 0.5px solid #cacad7;
    padding: 16px 35px;
    border-radius: 6px;
  }
  .equaring {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 102px;
  }
  .all_equaring_flex {
    display: grid;
    grid-template-columns: repeat(3, 0.2fr);
    row-gap: 20px;
    column-gap: 20px;
    margin-top: 37px;
  }
  .block {
    width: 420px;
    height: 206px;
    box-shadow: 4px 4px 4px 4px rgba(248, 248, 248, 1);
  }
  .equaring h3 {
    font-family: "Gilroy";
    font-size: 22px;
    font-weight: 600;
    line-height: 27.6px;
    letter-spacing: 0em;
    text-align: left;
    color: #3b3b3b;
    margin-top: 38px;
    margin-left: 30px;
    margin-bottom: 6px;
  }
  .equaring p {
    max-width: 211px;
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 29px;
  }
  .block02 h3 {
    width: 259px;
  }
  .block03 h3 {
    width: 211px;
  }
  .block06 h3 {
    width: 211px;
  }
  .block01 {
    background-image: url(../img/equaring01.svg);
    background-repeat: no-repeat;
    background-position: 279px 82px;
  }
  .block02 {
    background-image: url(../img/equaring03.svg);
    background-repeat: no-repeat;
    background-position: 237px 81px;
  }
  .block03 {
    background-image: url(../img/equaring05.svg);
    background-repeat: no-repeat;
    background-position: 256px 49px;
  }
  .block04 {
    background-image: url(../img/equaring02.svg);
    background-repeat: no-repeat;
    background-position: 256px 68px;
  }
  .block05 {
    background-image: url(../img/equaring04.svg);
    background-repeat: no-repeat;
    background-position: 268px 71px;
  }
  .block06 {
    background-image: url(../img/equaring06.svg);
    background-repeat: no-repeat;
    background-position: 217px 64px;
  }
  .a_demo_div {
    margin-top: 20px;
  }
  .a_demo {
    text-decoration: none;
    font-family: "Gilroy";
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #585892;
    text-transform: uppercase;
    margin-left: 30px;
    /* margin-top: 15px; */
  }
  .equaring_button {
    margin-top: 62px;
  }
  .equaring_button a {
    border: 0px;
    background-color: #585892;
    margin-left: 552px;
    margin-top: 21px;
    margin-right: auto;
    padding: 16px 24px;
  }
  .all_items_internet {
    display: flex;
    flex-direction: row;
    max-width: 1300px;
    margin: 0 auto;
    background: #e9e9f7;
    padding-top: 50px;
    /* padding-bottom: 50px; */
    margin-top: 112px;
    border-radius: 6px;
    height: 417px;
  }
  .img_internet {
    width: 466px;
  }
  .img_internet img {
    width: 503.5093078613281px;
    position: relative;
    bottom: 50px;
  }
  .text_internet {
    margin-left: 35px;
  }
  .text_internet h2 {
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3e3e59;
  }
  .blocks_img {
    display: flex;
    flex-direction: row;
    margin-top: 25px;
  }
  .blocks_img img {
    margin-bottom: 18px;
  }
  .first_internet {
    margin-right: 24px;
  }
  .first_internet p {
    width: 200px;
  }
  .second_internet {
    margin-right: 7px;
  }
  .second_internet p,
  .second_internet h4 {
    padding-left: 3px;
  }
  .blocks_img h4 {
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3e3e59;
    margin-bottom: 12px;
  }
  .blocks_img p {
    font-family: Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3e3e59;
    max-width: 241px;
  }
  .button_internet {
    margin-top: 57px;
  }
  .button_internet a {
    background-color: #585892;
    font-family: "Gilroy";
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #ffffff;
    padding: 17px 38px 18px 38px;
    border-radius: 6px;
  }
  .r-pricing {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 24px;
    background-color: #585892;
    border-radius: 6px;
    height: 360px;
  }

  .r-pricing-text h3 {
    font-family: "Gilroy";
    font-size: 32px;
    font-weight: 600;
    line-height: 68.99px;
    text-align: left;
    margin-bottom: 5px;
    color: #ffffff;
    margin-top: 3px;
    margin-left: 40px;
  }

  .r-pricing-text p {
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #cacad7;
    width: 392px;
    margin-left: 40px;
  }

  .all-content-pricing {
    display: flex;
    justify-content: space-between;
    height: 325px;
    border-radius: 10px;
    margin-top: 101px;
    /* background-color: #ffffff; */
  }
  .r-pricing-text {
    padding: 40px 10px 0px 40px;
  }

  .tarif-button {
    margin-top: 43px;
    margin-left: 79px;
  }

  .tarif-button a {
    font-family: "Gilroy";
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    border: 0.5px solid #cacad7;
    padding: 16px 47px;
    border-radius: 6px;
  }
  .right_tarif {
    width: 670px;
  }
  .r-request {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 88px;
  }

  .r-request h1 {
    font-family: "Gilroy";
    max-width: 1300px;
    font-size: 40px;
    font-weight: 600;
    line-height: 68.99px;
    text-align: center;

    color: rgba(62, 62, 89, 1);
    margin-bottom: 58px;
  }

  .all_input {
    width: 708px;
    margin: 0 auto;
    display: flex;
    height: 124px;
  }
  p.form_p {
    font-size: 23px;
  }
  .left_inputs input,
  .right_inputs input {
    width: 330px;
    height: 40px;
    border: 0px;
    border-bottom: 1px solid rgba(176, 176, 176, 1);
  }

  .left_inputs {
    margin-right: 30px;
  }
  .input_name,
  .input_email {
    margin-bottom: 30px;
  }
  .input_adres {
    margin-top: 30px;
  }

  /* .right_inputs input::placeholder {
    font-family: "Arial";
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
    padding-left: 30px;
  } */
  #openModalBtn {
    display: none;
  }
  .left_inputs input,
  .right_inputs input {
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 20.7px;
    text-align: left;
  }
  .left_inputs input:focus,
  .right_inputs input:focus {
    border-bottom: 1px solid rgba(234, 86, 22, 1);
    outline: 0px;
  }
  .submenu h3.sub_h3 {
    width: 239px;
    font-size: 18px;
    line-height: 32px;
    /* margin-left: auto;
    margin-right: auto; */
  }
  /* .submenu a.sub_a {
    display: block;
    width: 239px;
  } */
  .submenu p.sub_p {
    width: 239px;
    /* margin-left: auto;
    margin-right: auto; */
  }

  .all_checkbox {
    /* display: flex; */
    margin-top: -4px;
    width: 364px;
    margin-left: 301px;
  }
  .all_bottom {
    display: flex;
  }
  .r-checkbox {
    margin-left: 40px;
  }
  .r-checkbox label,
  .l-checkbox label {
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #0863f3;
    white-space: nowrap;
  }
  .custom-checkbox {
    width: 19px;
    height: 22px;
    margin-left: 2px;
    margin-top: 5px;
    margin-bottom: 3px;
    accent-color: rgba(234, 86, 22, 1);
  }
  .l-checkbox {
    display: flex;
  }

  p.p_label {
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    /* margin-left: 45px; */
    margin-top: 7px;
    color: #787878;
  }

  .button-agree {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .right_text_input {
    width: 350px;
  }
  .right_text_input a,
  label {
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 18.4px;
    text-align: left;
    color: #787878;
    text-decoration: none;
    font-weight: bold;
    margin: 0 5px;
  }
  .right_text_input a {
    text-decoration: underline;
    cursor: pointer;
  }
  .right_text_input label {
    color: #424242;
    font-weight: 400;
    /* align-items: center; */
    position: relative;
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
  }
  #text {
    display: none;
  }

  #text + .text_checkbox:before {
    content: "";
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 18.4px;
    text-align: left;
    color: #0863f3;
    display: inline-block;
    width: 30px;
    height: 30px;
    box-shadow: 4px 4px 4px 0px #cacaca40;
    /* border: 2px solid #0863f3; */
    background-color: white;
    text-align: center;
    line-height: 20px;
    border-radius: 4px;
    margin-right: 14px;
    margin-left: 6px;
  }

  #text:checked + .text_checkbox:before {
    content: url("../img/galka.svg");
    padding-top: 8px;
    visibility: visible;
    color: #0863f3;
    background-color: #ffffff;
    /* border-color: #0863f3; */
    display: inline-block;
    margin-left: 6px;
  }

  .text_checkbox {
    display: inline-block;
    vertical-align: middle;
    color: black;
    background-color: transparent;
  }
  div.bg_white_big {
    height: 467px;
  }
  div.bg_white_big > div {
    height: auto;
  }
  div.bg_white_big > div > div > a {
    width: 240px;
    display: block;
    margin-bottom: 0px;
  }
  div.bg_white_big > div > div > p:last-child {
    margin-bottom: 15px;
  }
  .is-primary {
    margin-left: 158px;
  }
  .big_none {
    display: none;
  }
  .submit {
    font-family: "Gilroy";
    font-size: 15px;
    font-weight: 700;
    line-height: 20.7px;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 10px;
    outline: 0px;
    border: 0px;
    background: rgba(234, 86, 22, 1);
    padding: 16px 48px;
    margin-top: 25px;
  }
  .q-qwestion {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 133px;
  }

  .q-qwestion h1 {
    font-family: "Gilroy";
    font-size: 40px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(62, 62, 89, 1);
    margin-bottom: 77px;
  }
  .qwestion_left p,
  .qwestion_right p {
    font-family: "Gilroy";
    font-size: 80px;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: 0em;
    text-align: center;

    margin-bottom: 12px;
    margin-top: 40px;
    color: rgba(62, 62, 89, 1);
  }

  .r-bottom {
    margin-top: 80px;
  }
  p.qwestion_text {
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(176, 176, 176, 1);
    /* margin-top: 20px; */
    margin-left: 3px;
  }
  .qwestion_left {
    margin-bottom: 56px;
  }
  .footer {
    background-color: rgba(62, 62, 89, 1);
    width: 100%;
    margin-top: 101px;
    /* padding: 40px 10%; */
  }

  .footer-container {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
  }
  /* .footer-left {
    padding-left: 49px;
  } */

  .br_min_width {
    display: none;
  }

  .footer-info {
    margin-top: 83px;
    margin-left: 53px;
    /* max-width: 300px; */
  }
  .footer-info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 10px;
    color: rgba(233, 233, 247, 1);
  }
  .footer_tel720_p {
    display: none;
  }
  .footer_tel720 {
    display: none;
  }
  .footer-bank {
    /* text-align: center; */
    margin-top: 120px;
  }
  .footer-bank img {
    width: 304px;
    height: 93px;
    margin-left: 51px;
  }
  .close_mini_menu {
    display: none;
  }

  .footer-links {
    display: flex;
    margin-left: 0px;
    max-width: 200px;
    flex-direction: column;
  }

  .footer-links h4 {
    font-size: 16px;
    /* margin-bottom: 10px; */
  }

  .footer-links ul {
    list-style: none;
  }

  .footer-links ul li {
    margin-bottom: 8px;
  }

  .footer-links ul li a {
    color: white;
    text-decoration: none;
    white-space: nowrap;
  }
  .footer-links h4 {
    white-space: nowrap;
    margin-left: 45px;
    font-size: 20px;
  }
  .in_banks {
    display: flex;
  }
  .in_banks p {
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    margin-right: 48px;
  }
  .in_banks p:nth-child(2) {
    color: rgba(152, 152, 152, 1);
    white-space: nowrap;
    margin-right: 15px;
  }
  .in_banks ul {
    display: flex;
  }
  .in_banks ul li {
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    /* width: 110px; */
    white-space: nowrap;
    margin-right: 16px;
  }
  .in_banks ul li:last-child {
    margin-right: 0px;
  }
  .in_banks p {
    display: flex;
    flex-direction: column;
  }
  .in_banks p span:first-child {
    padding-bottom: 7px;
  }
  .clearfix {
    clear: both;
  }
  .footer_left {
    width: 650px;
  }
  .footer_right {
    /* width: 650px; */
    padding: 19px 0px 0px 20px;
  }
  .footer_right p {
    font-family: "Gilroy";
    font-weight: 500;
    font-size: 15px;
    line-height: 118%;
    letter-spacing: 0%;
    margin-top: 35px;
    color: rgba(152, 152, 152, 1);
  }
  .footer_right p:nth-child(3) {
    width: 265px;
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 29px;
  }
  .footer_right p:nth-child(4) {
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    /* letter-spacing: 0%; */
    text-decoration: underline;
    text-decoration-style: solid;
    /* text-decoration-offset: 0%; */
    text-decoration-thickness: 0%;
    margin-bottom: 16px;
  }
  .footer_right p:nth-child(5) span {
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
  }
  .footer_right p:nth-child(5) {
    margin-bottom: 20px;
  }
  .footer_right_botom {
    display: flex;
    margin-top: 43px;
    margin-left: 5px;
  }

  .footer_right_botom div:nth-child(1) {
    max-width: 464px;
  }
  .footer-link {
    max-width: 227px;
    margin-left: -47px;
  }
  .footer_right_botom ul {
    list-style-type: none;
    margin-bottom: 20px;
    margin-left: 38px;
    margin-top: 14px;
  }
  .bottom_menu_open {
    display: none;
  }
  /* .footer-links ul {
    margin-left: 45px;
  } */
  .footer_right_botom ul li {
    margin-bottom: 9px;
    width: 275px;
  }
  ul.ul_bottom_menu_right li {
    margin-bottom: 20px;
  }
  .footer_right_botom > .bottom_right_menu ul.ul_bottom_menu_right li a {
    display: block;
    line-height: 99%;
  }

  .footer_right_botom ul li a {
    text-decoration: none;
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    /* letter-spacing: 0%; */
    color: rgba(233, 233, 247, 1);
  }
  p.footer_tel_bottom {
    font-size: 16px;
    color: rgba(141, 141, 149, 1);
    margin-bottom: 25px;
  }
  p.footer_tel_sec_bottom {
    width: 332px;
    font-size: 16px;
    color: rgba(141, 141, 149, 1);
    margin-bottom: 37px;
  }
  .footer_link {
    display: flex;
    margin-left: 28px;
    flex-direction: column;
    align-items: center;
  }
  .footer_link ul {
    padding: 0px;
    margin-top: 14px;
    margin-bottom: 30px;
  }
  .footer_link_button720 {
    display: none;
  }
  .footer_link_button div a {
    font-family: "Gilroy";
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(233, 233, 247, 1);
    text-decoration: none;
    padding: 10px 10px 10px 9px;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* margin-left: 16px; */
  }
  .footer_link_button div a img {
    margin-right: 16px;
  }
  .footer_link_button {
    margin-top: 20px;
  }
  .footer_link span {
    font-family: "Gilroy";
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(141, 141, 149, 1);
  }
  .footer_link_button div {
    border: 0.5px solid rgba(233, 233, 247, 1);
    border-radius: 6px;
    width: 159px;
    color: rgba(233, 233, 247, 1);
    margin-bottom: 9px;
  }
  .footer_link ul li {
    width: 200px;
  }
  .footer_seti {
    width: 321px;
    margin-left: 37px;
    padding-top: 16px;
  }
  .footer_seti div:first-child {
    display: flex;
  }
  .footer_seti div:first-child div {
    margin-left: 10px;
  }
  .footer_seti div:first-child div:first-child {
    margin-left: 0px;
  }
  .footer_seti_second div {
    display: flex;
    align-items: center;
    margin-top: 56px;
    font-family: "Gilroy";
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(233, 233, 247, 1);
  }
  .footer_seti_second div img {
    margin-right: 10px;
  }
  .tr_link_button {
    display: none;
  }
  .menu-button {
    display: none;
  }
  .modal_formSucces,
  .modal_formEror {
    /* display: none; */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .modal_form_content {
    background-color: #f4f4f4;
    margin: 4% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    text-align: center;
    position: relative;
    border-radius: 10px;
  }

  .close {
    position: absolute;
    top: 0;
    right: 3px;
    padding: 5px;
    cursor: pointer;
    color: #006fe0;
  }

  .close:hover {
    /* background-color: #ff0000; */
    color: #006fe0;
    border-top-right-radius: 0.5rem;
  }
  .img_form {
    width: 180px;
    height: 120px;
    background-image: url(../img/done.gif);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: center;
    margin: 0 auto;

    /* background-color: black; */
  }
  .modal_formEror .img_form {
    width: 200px;
    height: 200px;
    background-image: url(../img/error_ic.svg);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: center;
    margin: 0 auto;

    /* background-color: black; */
  }
  .modal_form_content > .h1_form {
    border: none;
  }
  .equaring_button2 {
    background: rgba(234, 86, 22, 1);
    font-family: "Golos Text";
    font-weight: 600;
    color: white;
    padding: 19px 90px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 361px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 27px;
  }
  .equaring_button2 a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-family: "Gilroy";
  }
  .is-loading {
    background-image: url(../img/tube-spinner.svg);
    background-repeat: no-repeat;
    background-position: center;
    /* padding: 16px 48px; */
    padding: 26px 90px;
        margin-top: 26px;
        margin-left: -2px;
  }
  .modal_form_content > .p_form {
    color: rgba(117, 117, 117, 1);
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 19px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  header {
    background: linear-gradient(to bottom, #4a496f, #4f4e7b, #6f6fd0);
  }
  .header_full {
    max-width: 768px;
    margin: 0 auto;
  }
  .top_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0px 0px 0px;
    /* justify-content: center; */
    max-width: 1300px;
    margin: 0 auto;
    display: none;
  }
  .first_block_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Gilroy";
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #cacad7;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 15px;
  }
  .first_block_header img {
    margin-right: 9px;
  }
  .second_block_header {
    border-bottom: 1px solid #cacad7;
    padding-bottom: 11px;
    margin-left: 71px;
  }
  .second_block_header,
  .top_first,
  .top_second {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .top_first {
    text-transform: uppercase;
  }
  .top_first div {
    margin-right: 42px;
  }
  .top_first div:nth-child(3) {
    margin-right: 20px;
  }
  .top_first div:nth-child(4) {
    margin-right: 0px;
  }
  .top_second {
    margin-left: 283px;
  }
  .top_second div:nth-child(1) {
    margin-right: 40px;
  }
  .top_second div:nth-child(2) {
    margin-right: 40px;
  }
  .top_first div a,
  .top_second div a,
  .top_second div {
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Gilroy";
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    color: #cacad7;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .top_first div a:hover,
  .top_second div a:hover {
    padding-bottom: 15px;
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(232, 102, 48, 1);
  }
  .bottom_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: center; */
    max-width: 1300px;
    margin: 0 auto;
    padding: 25px 0 7px 11px;
  }
  /* .logo {
    position: relative;
    right: 24px;
  } */
  .bottom_first {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 29px;
    display: none;
  }
  .logo img {
    width: 149px;
  }
  .bottom_first ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* margin-left: 43px; */
    padding: 0;
  }
  .three_dotted_menu {
    position: absolute;
    /* top: 100%; */
    left: -10px;
    opacity: 0;
    /* visibility: hidden; */
    backdrop-filter: blur(50px);
    background: rgba(46, 46, 77, 0.7);
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-radius: 8px;
    max-width: 400px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 999;
  }
  div.three_menu {
    position: absolute;
    top: 77%;
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(50px);
    background: rgba(46, 46, 77, 0.7);
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-radius: 8px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 999;
  }
  div.three_menu ul {
    list-style-type: none;
    padding: 0px;
  }
  div.three_menu ul li a {
    font-family: "Gilroy";
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
  }
  div.three_dotted_menu div ul li a::marker {
    visibility: hidden;
  }
  .top_first div:nth-child(4) {
    position: relative;
    padding: 10px 0px;
    cursor: pointer;
  }
  .three_dotted_menu ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 20px;
  }
  .footer_link span {
    cursor: pointer;
    color: rgba(141, 141, 149, 1);
  }
  .bottom_header > .bottom_second div:hover .three_dotted_menu,
  .three_dotted_menu:hover {
    visibility: visible;
    opacity: 1;
    transform: translateY(2);
  }
  .bottom_header > .bottom_second div:nth-child(2):hover .three_dotted_menu,
  .three_dotted_menu:hover {
    visibility: visible;
    opacity: 1;
    transform: translateY(2);
  }

  .bottom_second div:nth-child(2):hover {
    border: 1px solid #cacad7;
    transition: border-width 0.6s ease, border-color 0.6s ease;
  }
  .bottom_second div:nth-child(2) {
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
  }
  .bottom_first ul li {
    list-style-type: none;
  }
  .bottom_first ul li a {
    text-decoration: none;
    font-family: "Gilroy";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
  }
  /* .bottom_first ul li a:hover {
    border-bottom: 1px solid rgba(232, 102, 48, 1);
  } */
  .bottom_first ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
  }

  .bottom_first ul li {
    position: relative;
    margin-right: 20px;
  }

  .bottom_first a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
  }

  .bottom_first ul li {
    margin-right: 10px;
  }
  .bottom_first ul li:nth-child(5) {
    margin-right: 20px;
  }
  .bottom_first ul li:last-child {
    margin: 0;
  }
  .big_none {
    display: none;
  }
  .bottom_second {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 422px;
  }
  .bottom_second div:first-child img {
    margin-right: 7px;
  }
  .bottom_second div:first-child {
    margin-right: 40px;
    display: none;
  }
  .bottom_second div {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Gilroy";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
    /* display: none; */
  }
  .bottom_second div:nth-child(2) img {
    margin-left: 7px;
    margin-bottom: 4px;
  }
  .bottom_second div:nth-child(2) {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #8d8da680;
    border-radius: 6px;
    padding: 10px 11px 12px 13px;
    text-transform: uppercase;
  }
  .banner {
    display: flex;
    flex-direction: column;
    max-width: 738px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .banner_content {
    margin-top: 48px;
    margin-left: 15px;
  }
  #h1_baner {
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
    padding-bottom: 19px;
  }
  .banner_content p {
    width: 498px;
    font-family: "Arial";
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(202, 202, 215, 1);
  }

  .banner_button {
    margin-top: 61px;
  }
  .banner_button a {
    text-decoration: none;
    color: #ffffff;
    font-family: "Gilroy";
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    color: #ffffff;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 21px 38px;
    background-color: #ea5616;
    border-radius: 6px;
  }
  .banner_img img {
    width: 504px;
    margin-left: 212px;
    margin-top: -84px;
  }
  .r-variants {
    max-width: 1300px;
    margin: 0 auto;
  }
  .top_head {
    margin-top: 65px;
  }
  h2.title {
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #a8a8bf;
    margin-left: 15px;
  }
  .bottom_head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    column-gap: 20px;
    margin-top: 35px;
  }
  .all_head {
    margin-bottom: 30px;
  }
  a {
    text-decoration: none;
  }
  a .c-card {
    width: 360px;
    height: 330px;
    /* background-color: #f8f8fc; */
    padding: 30px;
    text-decoration: none;
  }
  .is-sm2 {
    margin-left: 15px;
  }
  a .c-card,
  .o-body p {
    text-decoration: none;
    font-family: Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 110%;
    color: #3e3e59;
  }
  .bottom_head a:hover {
    /* border: 5px solid red; */
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 4px 4px 4px var(--sds-size-depth-0) rgba(248, 248, 248, 1);
    box-shadow: 4px -4px var(--sds-size-depth-1200) var(--sds-size-depth-0) rgba(248, 248, 248, 1);
  }
  .o-body p:nth-child(2) {
    width: 302px;
  }
  .o-body p:nth-child(3) {
    width: 390;
  }
  .o-body p:nth-child(4) {
    width: 390px;
  }
  .o-body h2 {
    text-decoration: none;
    color: #3e3e59;
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 13px;
  }
  .bottom_head a {
    background-color: #f8f8fc;
  }
  .bottom_head a:nth-child(1) {
    background-image: url("../img/Group1.svg");
    background-repeat: no-repeat;

    background-position: 192px 157px;
  }
  .bottom_head a:nth-child(2) {
    background-image: url("../img/cms_back_mini.svg");
    background-repeat: no-repeat;
    background-position: 149px 172px;
  }
  .bottom_head a:nth-child(3) {
    background-image: url("../img/form_back_mini.svg");
    background-repeat: no-repeat;

    background-position: 178px 132px;
  }
  .bottom_head a:nth-child(4) {
    background-image: url("../img/api_back_mini.svg");
    background-repeat: no-repeat;
    background-position: 161px 161px;
  }
  .pay_qr_all {
    display: flex;
    flex-direction: row;
    max-width: 738px;
    margin: 0 auto;
    background-color: #585892;
    margin-top: 57px;
    border-radius: 6px;
    padding: 16px 14px;
    background-image: url("../img/telefon_midle.svg");
    background-repeat: no-repeat;
    background-position-x: 435px;
    background-position-y: 16px;
    height: 270px;
  }
  .pay_qr_left {
    padding-top: 27px;
    width: 425px;
  }
  .pay_qr_right {
    /* margin-left: 182px; */
    width: 200px;
    display: none;
  }
  .pay_qr_text_h {
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
    margin-left: 13px;
  }
  .pay_qr_text_p {
    margin-top: 25px;
    font-family: "Arial";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #cacad7;
    width: 390px;
    margin-left: 13px;
  }
  .pay_qr_button {
    margin-top: 46px;
    margin-left: 14px;
  }
  .pay_qr_button a {
    font-family: "Gilroy";
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    border: 0.5px solid #cacad7;
    padding: 16px 35px;
    border-radius: 6px;
  }
  .equaring {
    max-width: 769px;
    margin: 0 auto;
    margin-top: 66px;
  }
  .all_equaring_flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    column-gap: 20px;
    margin-top: 37px;
  }
  .block {
    /* width: 360px; */
    height: 206px;
    box-shadow: 4px 4px 4px 4px rgba(248, 248, 248, 1);
  }
  .equaring h3 {
    font-family: "Gilroy";
    font-size: 22px;
    font-weight: 600;
    line-height: 27.6px;
    letter-spacing: 0em;
    text-align: left;
    color: #3b3b3b;
    margin-top: 25px;
    margin-left: 43px;
    margin-bottom: 6px;
  }
  .equaring p {
    max-width: 211px;
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 44px;
  }
  .block02 h3 {
    width: 259px;
  }
  .block03 h3 {
    width: 211px;
  }
  .block06 h3 {
    width: 238px;
  }
  .block04 h3 {
    width: 211px;
  }
  .block01 {
    background-image: url(../img/equaring01_midle.svg);
    background-repeat: no-repeat;
    background-position: 251px 89px;
  }
  .block02 {
    background-image: url(../img/equaring03_midle.svg);
    background-repeat: no-repeat;
    background-position: 246px 77px;
  }
  .block03 {
    background-image: url(../img/equaring05_midle.svg);
    background-repeat: no-repeat;
    background-position: 219px 88px;
  }
  .block04 {
    background-image: url(../img/equaring02_midle.svg);
    background-repeat: no-repeat;
    background-position: 220px 68px;
  }
  .block04 h3,
  .block05 h3,
  .block06 h3 {
    margin-left: 30px;
    margin-bottom: 8px;
  }
  .block04 p,
  .block05 p,
  .block06 p {
    margin-left: 29px;
  }
  .block03 p {
    margin-left: 44px;
  }
  .block05 {
    background-image: url(../img/equaring04_midle.svg);
    background-repeat: no-repeat;
    background-position: 248px 75px;
  }
  .block06 {
    background-image: url(../img/equaring06_midle.svg);
    background-repeat: no-repeat;
    background-position: 189px 70px;
  }
  .a_demo_div {
    margin-top: 20px;
  }
  .a_demo {
    text-decoration: none;
    font-family: "Gilroy";
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #585892;
    text-transform: uppercase;
    margin-left: 45px;
    /* margin-top: 15px; */
  }
  .equaring_button {
    margin-top: 50px;
    /* margin-bottom: 12px; */
  }
  .equaring_button a {
    border: 0px;
    background-color: #585892;
    margin-left: 272px;
    margin-top: 21px;
    margin-right: auto;
    padding: 16px 24px;
  }
  .internet_ek {
    margin-top: 71px;
  }
  .all_items_internet {
    display: flex;
    flex-direction: row;
    max-width: 738px;
    margin: 0 auto;
    background: #e9e9f7;
    padding-top: 33px;
    /* padding-bottom: 50px; */
    margin-top: 42px;
    border-radius: 6px;
  }
  .img_internet {
    width: 466px;
    display: none;
  }
  .img_internet img {
    width: 503.5093078613281px;
    position: relative;
    bottom: 50px;
  }
  .text_internet {
    margin-left: 30px;
  }
  .text_internet h2 {
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 100%;
    color: #3e3e59;
  }
  .blocks_img {
    display: flex;
    flex-direction: row;
    margin-top: 35px;
  }
  .blocks_img img {
    margin-bottom: 21px;
    margin-left: 64px;
  }

  .first_internet p {
    width: 200px;
  }
  .second_internet h4,
  .second_internet p,
  .third_internet h4,
  .third_internet p {
    margin-left: -27px;
  }
  .second_internet img {
    margin-left: 37px;
  }
  .third_internet img {
    margin-left: 34px;
  }
  .second_internet p,
  .second_internet h4 {
    padding-left: 3px;
  }
  .blocks_img h4 {
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3e3e59;
    margin-bottom: 12px;
  }
  .blocks_img p {
    font-family: Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3e3e59;
    max-width: 241px;
  }
  .button_internet {
    margin-top: 60px;
    padding-bottom: 42px;
  }
  .button_internet a {
    background-color: #585892;
    font-family: "Gilroy";
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #ffffff;
    padding: 17px 38px 18px 38px;
    border-radius: 6px;
    margin-left: 252px;
  }
  .r-pricing {
    max-width: 738px;
    margin: 0 auto;
    margin-top: 60px;
    background-color: #585892;
    border-radius: 6px;
    height: 308px;
    background-image: url(../img/09.svg);
    background-repeat: no-repeat;
    background-size: 404px;
    background-position-x: 371px;
    background-position-y: 28px;
  }

  .r-pricing-text h3 {
    font-family: "Gilroy";
    font-size: 32px;
    font-weight: 600;
    line-height: 68.99px;
    text-align: left;
    margin-bottom: 5px;
    color: #ffffff;
    margin-top: 3px;
    margin-left: 31px;
  }

  .r-pricing-text p {
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #cacad7;
    width: 392px;
    margin-left: 28px;
  }

  .all-content-pricing {
    display: flex;
    justify-content: space-between;
    height: 325px;
    border-radius: 10px;
    margin-top: 50px;
    /* background-color: #ffffff; */
  }
  .r-pricing-text {
    padding: 22px 10px 0px 0px;
  }

  .tarif-button {
    margin-top: 43px;
    margin-left: 29px;
  }

  .tarif-button a {
    font-family: "Gilroy";
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    border: 0.5px solid #cacad7;
    padding: 16px 47px;
    border-radius: 6px;
  }
  .right_tarif {
    width: 670px;
    display: none;
  }
  .r-request {
    max-width: 769px;
    margin: 0 auto;
    margin-top: 50px;
  }

  .r-request h1 {
    font-family: "Gilroy";
    max-width: 1300px;
    font-size: 40px;
    font-weight: 600;
    line-height: 68.99px;
    text-align: center;

    color: rgba(62, 62, 89, 1);
    margin-bottom: 48px;
  }

  .all_input {
    width: 630px;
    margin: 0 auto;
    display: flex;
    height: 124px;
  }
  p.form_p {
    font-size: 23px;
  }
  .left_inputs input,
  .right_inputs input {
    width: 296px;
    height: 40px;
    border: 0px;
    border-bottom: 1px solid rgba(176, 176, 176, 1);
  }

  .left_inputs {
    margin-right: 11px;
  }
  .input_name,
  .input_email {
    margin-bottom: 30px;
  }
  .input_adres {
    margin-top: 30px;
  }

  /* .right_inputs input::placeholder {
    font-family: "Arial";
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
    padding-left: 30px;
  } */
  #openModalBtn {
    display: none;
  }
  .left_inputs input,
  .right_inputs input {
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 20.7px;
    text-align: left;
  }
  .left_inputs input:focus,
  .right_inputs input:focus {
    border-bottom: 1px solid rgba(234, 86, 22, 1);
    outline: 0px;
  }
  .submenu h3.sub_h3 {
    width: 239px;
    font-size: 18px;
    line-height: 32px;
    /* margin-left: auto;
    margin-right: auto; */
  }
  /* .submenu a.sub_a {
    display: block;
    width: 239px;
  } */
  .submenu p.sub_p {
    width: 239px;
    /* margin-left: auto;
    margin-right: auto; */
  }

  .all_checkbox {
    /* display: flex; */
    /* margin-top: 23px; */
    width: 311px;
    margin-left: 76px;
  }
  .all_bottom {
    display: flex;
  }
  .r-checkbox {
    margin-left: 40px;
  }
  .r-checkbox label,
  .l-checkbox label {
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #0863f3;
    white-space: nowrap;
  }
  .l-checkbox {
    display: flex;
  }
  input.custom-checkbox {
    width: 19px;
    height: 22px;
    margin-left: 2px;
    margin-top: 5px;
    margin-bottom: 3px;
    accent-color: rgba(234, 86, 22, 1);
  }

  p.p_label {
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 3px;
    margin-top: 6px;
    color: #787878;
  }

  .button-agree {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .right_text_input {
    width: 350px;
  }
  .right_text_input a,
  label {
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 18.4px;
    text-align: left;
    color: #787878;
    text-decoration: none;
    font-weight: bold;
    margin: 0 5px;
  }
  .right_text_input a {
    text-decoration: underline;
    cursor: pointer;
  }
  .right_text_input label {
    color: #424242;
    font-weight: 400;
    /* align-items: center; */
    position: relative;
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    margin-top: 2px;
    line-height: 139.6%;
  }
  #text {
    display: none;
  }

  #text + .text_checkbox:before {
    content: "";
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 18.4px;
    text-align: left;
    color: #0863f3;
    display: inline-block;
    width: 30px;
    height: 30px;
    box-shadow: 4px 4px 4px 0px #cacaca40;
    /* border: 2px solid #0863f3; */
    background-color: white;
    text-align: center;
    line-height: 20px;
    border-radius: 4px;
    margin-right: 14px;
    margin-left: 6px;
  }

  #text:checked + .text_checkbox:before {
    content: url("../img/galka.svg");
    padding-top: 8px;
    visibility: visible;
    color: #0863f3;
    background-color: #ffffff;
    /* border-color: #0863f3; */
    display: inline-block;
    margin-left: 6px;
  }

  .text_checkbox {
    display: inline-block;
    vertical-align: middle;
    color: black;
    background-color: transparent;
  }
  div.bg_white_big {
    height: 467px;
  }
  div.bg_white_big > div {
    height: auto;
  }
  div.bg_white_big > div > div > a {
    width: 240px;
    display: block;
    margin-bottom: 0px;
  }
  div.bg_white_big > div > div > p:last-child {
    margin-bottom: 15px;
  }
  .is-primary {
    margin-left: 120px;
  }
  .submit {
    font-family: "Gilroy";
    font-size: 15px;
    font-weight: 700;
    line-height: 20.7px;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 10px;
    outline: 0px;
    border: 0px;
    background: rgba(234, 86, 22, 1);
    padding: 16px 48px;
    margin-top: 37px;
  }
  .q-qwestion {
    max-width: 769px;
    margin: 0 auto;
    margin-top: 102px;
  }

  .q-qwestion h1 {
    font-family: "Gilroy";
    font-size: 40px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(62, 62, 89, 1);
    margin-bottom: 46px;
  }
  .qwestion_left p,
  .qwestion_right p {
    font-family: "Gilroy";
    font-size: 60px;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: 0em;
    text-align: center;

    /* margin-bottom: 12px; */
    margin-top: 20px;
    color: rgba(62, 62, 89, 1);
  }
  .qwestion_right p {
    margin-top: 26px;
  }
  .qwestion_left p:nth-child(2) {
    margin-top: 16px;
  }
  .qwestion_right p:nth-child(2) {
    margin-top: 10px;
  }

  .r-bottom {
    margin-top: 80px;
  }
  p.qwestion_text {
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(176, 176, 176, 1);
    /* margin-top: 20px; */
    /* margin-left: 64px; */
  }
  .footer {
    background-color: rgba(62, 62, 89, 1);
    width: 100%;
    margin-top: 52px;
    padding-bottom: 130px;
    /* padding: 40px 10%; */
  }

  .footer-container {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
  }
  /* .footer-left {
    padding-left: 49px;
  } */

  .br_min_width {
    display: none;
  }

  .footer-info {
    margin-top: 45px;
    margin-left: 19px;
    /* max-width: 300px; */
  }
  .footer-info div:nth-child(2) {
    margin-left: 95px;
  }
  .footer-info div:nth-child(3) {
    margin-left: 99px;
    margin-top: -4px;
  }
  .footer-info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 10px;
    color: rgba(233, 233, 247, 1);
  }
  p.footer_tel720_p {
    display: flex;
    align-items: center;
    font-family: "Gilroy";
    font-weight: 500;
    font-style: Medium;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  p.footer_tel720_p img {
    margin-right: 9px;
  }
  .footer-bank {
    /* text-align: center; */
    margin-top: 120px;
  }
  .footer-bank img {
    width: 304px;
    height: 93px;
    margin-left: 51px;
  }
  .close_mini_menu {
    display: none;
  }

  .footer-links {
    display: flex;
    margin-left: 0px;
    max-width: 200px;
    flex-direction: column;
  }

  .footer-links h4 {
    font-size: 16px;
    /* margin-bottom: 10px; */
  }

  .footer-links ul {
    list-style: none;
  }

  .footer-links ul li {
    margin-bottom: 8px;
  }

  .footer-links ul li a {
    color: white;
    text-decoration: none;
    white-space: nowrap;
  }
  .footer-links h4 {
    white-space: nowrap;
    margin-left: 45px;
    font-size: 20px;
  }
  .in_banks {
    display: flex;
  }
  .big_none {
    display: none;
  }
  .in_banks p {
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    margin-right: 48px;
  }
  .in_banks p:nth-child(2) {
    color: rgba(152, 152, 152, 1);
    white-space: nowrap;
    margin-right: 15px;
  }
  .in_banks ul {
    display: flex;
  }
  .in_banks ul li {
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    /* width: 110px; */
    white-space: nowrap;
    margin-right: 16px;
  }
  .in_banks ul li:last-child {
    margin-right: 0px;
  }
  .in_banks p {
    display: flex;
    flex-direction: column;
  }
  .in_banks p span:first-child {
    padding-bottom: 7px;
  }
  .clearfix {
    clear: both;
  }
  .footer_left {
    width: 650px;
  }
  .footer_right {
    /* width: 650px; */
    padding: 9px 21px 0px 15px;
  }
  .footer_right p {
    color: rgba(152, 152, 152, 1);
  }
  .footer_right p:nth-child(3) {
    width: 265px;
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 29px;
  }
  .footer_right p:nth-child(4) {
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    /* letter-spacing: 0%; */
    text-decoration: underline;
    text-decoration-style: solid;
    /* text-decoration-offset: 0%; */
    text-decoration-thickness: 0%;
    margin-bottom: 16px;
  }
  .footer_right p:nth-child(5) span {
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
  }
  .footer_right p:nth-child(5) {
    margin-bottom: 20px;
  }
  .footer_right_botom {
    display: flex;
    flex-direction: column;
    /* margin-top: 43px; */
    margin-left: 5px;
  }
  .bottom_menu_open {
    color: rgba(255, 255, 255, 1);
    font-family: "Gilroy";
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    border: 0.5px solid rgba(202, 202, 215, 1);
    border-radius: 6px;
    padding: 17px 0px;
    text-align: center;
    cursor: pointer;
  }

  .footer-info {
    display: flex;
  }
  .footer-link {
    max-width: 227px;
    margin-left: -47px;
  }
  .footer_right_botom ul {
    list-style-type: none;
    margin-bottom: 14px;
  }

  .footer_right_botom ul li {
    margin-bottom: 9px;
    width: 275px;
  }
  .bottom_right_menu ul,
  .footer_link ul {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
  }
  .bottom_right_menu ul.active,
  .footer_link ul.active {
    max-height: 100%;
    opacity: 1;
    padding-top: 17px;
  }
  .footer_right_botom ul li a {
    text-decoration: none;
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    /* letter-spacing: 0%; */
    color: rgba(233, 233, 247, 1);
  }
  p.footer_tel_bottom,
  p.footer_tel720,
  p.footer_p_tel {
    font-size: 16px;
    color: rgba(141, 141, 149, 1);
    margin-bottom: 25px;
    font-weight: 400;
  }
  p.footer_tel_sec_bottom,
  .footer_p_tel {
    display: none;
  }
  p.footer_tel_sec_bottom {
    width: 332px;
    font-size: 16px;
    color: rgba(141, 141, 149, 1);
    margin-bottom: 37px;
  }
  .footer_link_button div {
    padding: 10px 10px 6px 8px;
    width: 159px;
    border: 0.5px solid rgba(233, 233, 247, 1);
    border-radius: 6px;
  }
  .footer_link_button div a {
    display: flex;
    align-items: center;
    font-family: "Gilroy";
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    /* padding-left: 10px; */
  }
  .footer_link_button div a img {
    padding-right: 10px;
  }
  .footer_link_button div.galaxy_store a img {
    padding-right: 15px;
  }
  .footer_link_button div.rumarket a img {
    padding-right: 14px;
  }
  .footer_link_button div.app_gallery a img {
    padding-right: 13px;
  }
  .all_seti {
    display: flex;
  }
  .footer_seti {
    margin-top: 33px;
  }
  .footer_seti_second {
    margin-top: 41px;
  }
  .footer_seti_second div {
    display: flex;
    font-family: "Gilroy";
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    color: rgba(233, 233, 247, 1);
  }
  .footer_seti_second p {
    margin-top: 40px;
    font-family: "Gilroy";
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 114%;
    color: rgba(141, 141, 149, 1);
  }
  .footer_seti_second div img {
    padding-right: 17px;
  }
  .footer_seti div {
    margin-right: 19px;
    /* margin-top: 40px; */
  }
  .footer_link_button {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 160px 160px 160px;
    column-gap: 20px;
    row-gap: 20px;
  }
  .menu-button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 72px;
    position: fixed;
    bottom: 0px;
    background: rgba(255, 255, 255, 1);
    color: #fff;
    padding: 10px 0px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    z-index: 1000;
    padding-top: 0px;
  }
  .menu_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 59px;
    height: 59px;
    background-color: rgba(88, 88, 146, 1);
    border-radius: 50%;
    /* margin-left: 101px; */
    /* margin-right: 90px; */
    position: relative;
    bottom: 8px;
  }
  .menu-button div {
    font-family: "Gilroy";
    font-weight: 500;
    font-style: normal;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(176, 176, 176, 1);
  }
  .menu-button div img {
    margin: 0 auto;
    margin-bottom: 2px;
    width: 28px;
    height: 28px;
  }
  .menu-button > .menu_center img {
    width: 22px;
  }
  .menu_center::target-text {
    margin-top: 10px;
  }
  .menu_center img {
    margin: 0 auto;
    width: 42px;
    height: 24px;
  }
  .first_items,
  .second_items {
    display: flex;
    align-items: center;
  }
  .first_items a {
    width: 160px;
  }
  /* .first_items a:first-child {
    margin-right: 24px;
  } */
  .second_items a {
    width: 160px;
  }
  /* .second_items a:first-child {
    margin-right: 30px;
  } */
  /* .menu-button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: 0px;
    background: rgba(255, 255, 255, 1);
    color: #fff;
    padding: 15px 41px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    z-index: 1000;
  }
  .menu_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: rgba(88, 88, 146, 1);
    border-radius: 50%;
    margin-left: 101px;
    /* margin-right: 90px; 
    position: fixed;
    left: 234px;
    bottom: 14px;
  }
  .menu-button div {
    font-family: "Gilroy";
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(176, 176, 176, 1);
  }
  .menu-button div img {
    margin: 0 auto;
    margin-bottom: 8px;
  }
  .menu_center::target-text {
    margin-top: 10px;
  }
  .menu_center img {
    margin: 0 auto;
    width: 42px;
    height: 24px;
  }
  .first_items,
  .second_items {
    display: flex;
    align-items: center;
  }
  .first_items a:first-child,
  .second_items a:first-child {
    margin-right: 80px;
  } */
  .modal_formSucces,
  .modal_formEror {
    /* display: none; */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .modal_form_content {
    background-color: #f4f4f4;
    margin: 4% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    text-align: center;
    position: relative;
    border-radius: 10px;
  }

  .close {
    position: absolute;
    top: 0;
    right: 3px;
    padding: 5px;
    cursor: pointer;
    color: #006fe0;
  }

  .close:hover {
    /* background-color: #ff0000; */
    color: #006fe0;
    border-top-right-radius: 0.5rem;
  }
  .img_form {
    width: 180px;
    height: 120px;
    background-image: url(../img/done.gif);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: center;
    margin: 0 auto;

    /* background-color: black; */
  }
  .modal_formEror .img_form {
    width: 200px;
    height: 200px;
    background-image: url(../img/error_ic.svg);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: center;
    margin: 0 auto;

    /* background-color: black; */
  }
  .modal_form_content > .h1_form {
    border: none;
  }
  .equaring_button2 {
    background: rgba(234, 86, 22, 1);
    font-family: "Gilroy";
    font-weight: 600;
    color: white;
    padding: 19px 90px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 327px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 27px;
  }
  .equaring_button2 a {
    color: white;
    text-decoration: none;
  }
  .h1_form {
    font-size: 35px;
    color: rgba(66, 66, 66, 1);
    font-family: "Oswald";
    font-weight: 300;
    font-size: 35px;
    line-height: 65px;
    letter-spacing: 0%;
    /* margin-left: 14px; */
    padding-bottom: 20px;
    border-bottom: 1px solid #989898;
  }
  .modal_form_content > .p_form {
    color: rgba(117, 117, 117, 1);
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 19px;
  }
  .is-loading {
    background-image: url(../img/tube-spinner.svg);
    background-repeat: no-repeat;
    background-position: center;
    /* padding: 16px 48px; */
    padding: 26px 91px;
    margin-top: 37px;
    /* margin-left: 13px; */
  }
}

@media (min-width: 300px) and (max-width: 768px) {
  header {
    background: linear-gradient(to bottom, #4a496f, #4f4e7b, #6f6fd0);
  }
  .header_full {
    max-width: 360px;
    margin: 0 auto;
  }
  .top_header {
    display: none;
    flex-direction: row;
    align-items: center;
    padding: 20px 0px 0px 0px;
    /* justify-content: center; */
    max-width: 1300px;
    margin: 0 auto;
  }
  .first_block_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Gilroy";
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #cacad7;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 15px;
  }
  .first_block_header img {
    margin-right: 9px;
  }

  .second_block_header,
  .top_first,
  .top_second {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .second_block_header {
    /* display: none; */
    /* border-bottom: 1px solid #cacad7; */
    padding-bottom: 11px;
    margin-left: 71px;
  }
  .top_first {
    text-transform: uppercase;
  }
  .top_first div {
    margin-right: 42px;
  }
  .top_first div:nth-child(3) {
    margin-right: 20px;
  }
  .top_first div:nth-child(4) {
    margin-right: 0px;
  }
  .top_second {
    margin-left: 283px;
  }
  .top_second div:nth-child(1) {
    margin-right: 40px;
  }
  .top_second div:nth-child(2) {
    margin-right: 40px;
  }
  .top_first div a,
  .top_second div a,
  .top_second div {
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Gilroy";
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    color: #cacad7;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .top_first div a:hover,
  .top_second div a:hover {
    padding-bottom: 15px;
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(232, 102, 48, 1);
  }
  .bottom_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 560px;
    margin: 0 auto;
    padding: 14px 0 8px 4px;
  }
  .logo img {
    width: 88px;
    height: 26.703447341918945px;
    margin-left: 6px;
  }
  .bottom_first {
    display: none;
    flex-direction: row;
    align-items: center;
    margin-left: 29px;
  }
  .bottom_first ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* margin-left: 43px; */
    padding: 0;
  }
  .bottom_first ul li {
    list-style-type: none;
  }
  .bottom_first ul li a {
    text-decoration: none;
    font-family: "Gilroy";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
  }
  .bottom_first ul li a:hover {
    border-bottom: 1px solid rgba(232, 102, 48, 1);
  }
  .bottom_first ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
  }

  .bottom_first ul li {
    position: relative;
    margin-right: 20px;
  }

  .bottom_first a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
  }

  .bottom_first ul li {
    margin-right: 10px;
  }
  .bottom_first ul li:nth-child(5) {
    margin-right: 20px;
  }
  .bottom_first ul li:last-child {
    margin: 0;
  }
  .bottom_second {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 10px;
    margin-left: 123px;
    padding-bottom: 5px;
    /* margin-left: 155px; */
  }
  .bottom_second div:first-child {
    display: none;
  }
  .bottom_second div:first-child img {
    margin-right: 7px;
  }
  .bottom_second div:first-child {
    margin-right: 40px;
  }
  .three_dotted_menu {
    position: absolute;
    /* top: 100%; */
    left: -11px;
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(50px);
    background: rgba(46, 46, 77, 0.7);
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-radius: 8px;
    max-width: 400px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 999;
  }
  div.three_menu {
    position: absolute;
    top: 68%;
    left: 0px;
    right: 0px;
    opacity: 0;
    /* visibility: hidden; */
    backdrop-filter: blur(50px);
    background: rgba(46, 46, 77, 0.7);
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-radius: 8px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 999;
  }
  div.three_menu ul {
    list-style-type: none;
    padding: 0;
  }
  div.three_menu ul li a {
    font-family: "Gilroy";
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
  }
  .three_dotted_menu div ul li a::marker {
    visibility: hidden;
  }
  .top_first div:nth-child(4) {
    position: relative;
    padding: 10px 0px;
    cursor: pointer;
  }
  .three_dotted_menu ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 20px;
  }
  .bottom_header > .bottom_second div:hover .three_dotted_menu,
  .three_dotted_menu:hover {
    visibility: visible;
    opacity: 1;
    transform: translateY(2);
  }
  .bottom_header > .bottom_second div:nth-child(2):hover .three_dotted_menu,
  .three_dotted_menu:hover {
    visibility: visible;
    opacity: 1;
    transform: translateY(2);
  }
  .bottom_second div {
    /* position: relative; */
    cursor: pointer;
    font-family: "Gilroy";
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
  .bottom_second div:nth-child(2) img {
    margin-left: 7px;
    margin-bottom: 4px;
    width: 8px;
    height: 7px;
  }
  .bottom_second div:nth-child(2) {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 1px solid rgba(202, 202, 215, 1);
    border-radius: 6px;
    padding: 8px 9px 8px 11px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
  }
  .banner {
    margin-top: -6px;
    display: flex;
    flex-direction: row;
    max-width: 360px;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(../img/banner_mini.png);
    background-repeat: no-repeat;
    background-position-y: 110px;
  }
  .banner_content {
    margin-top: 19px;
  }
  #h1_baner {
    color: rgba(255, 255, 255, 1);
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 15px;
  }
  .banner_content p {
    width: 340px;
    font-family: "Arial";
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(202, 202, 215, 1);
  }

  .banner_button {
    margin-top: 300px;
  }
  .banner_button a {
    text-decoration: none;
    color: #ffffff;
    font-family: "Gilroy";
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    color: #ffffff;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 14px 122px;
    background-color: #ea5616;
    border-radius: 6px;
  }
  .api__container {
    background-image: url(../img/banner_mini.svg);
    background-position-y: 110px;
    background-repeat: no-repeat;
  }
  .r-variants {
    max-width: 768px;
    margin: 0 auto;
  }
  .top_head {
    margin-top: 43px;
  }
  h2.title {
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #a8a8bf;
    margin-left: 9px;
  }
  .bottom_head {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
    column-gap: 20px;
    margin-top: 20px;
  }
  .all_head {
    margin-bottom: 30px;
  }
  a {
    text-decoration: none;
  }
  a .c-card {
    width: 360px;
    height: 330px;
    /* background-color: #f8f8fc; */
    padding: 30px;
    text-decoration: none;
    padding-top: 19px;
    padding-left: 0px;
  }
  .is-sm2 {
    margin-left: 15px;
  }
  a .c-card,
  .o-body p {
    text-decoration: none;
    font-family: Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 110%;
    color: #3e3e59;
  }
  .bottom_head a:hover {
    /* border: 5px solid red; */
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 4px 4px 4px var(--sds-size-depth-0) rgba(248, 248, 248, 1);
    box-shadow: 4px -4px var(--sds-size-depth-1200) var(--sds-size-depth-0) rgba(248, 248, 248, 1);
  }
  .o-body p:nth-child(2) {
    width: 302px;
  }
  .o-body p:nth-child(3) {
    width: 390;
  }
  .o-body p:nth-child(4) {
    width: 390px;
  }
  .o-body h2 {
    text-decoration: none;
    color: #3e3e59;
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 13px;
  }
  .bottom_head a {
    background-color: #f8f8fc;
    width: 340px;
    height: 221px;
    margin-left: auto;
    margin-right: auto;
  }
  .bottom_head a:nth-child(1) {
    background-image: url("../img/plateg01_mini.svg");
    background-repeat: no-repeat;

    background-position: 225px 106px;
  }
  .bottom_head a:nth-child(2) {
    background-image: url("../img/plateg02_mini.svg");
    background-repeat: no-repeat;
    background-position: 218px 89px;
    height: 180px;
  }
  .bottom_head a:nth-child(3) {
    background-image: url("../img/plateg03_mini.svg");
    background-repeat: no-repeat;

    background-position: 221px 93px;
    height: 206px;
  }
  .bottom_head a:nth-child(4) {
    background-image: url("../img/plateg04_mini.svg");
    background-repeat: no-repeat;
    background-position: 224px 107px;
    height: 212px;
  }
  a .r-cms,
  a .r-api {
    padding-left: 15px;
  }
  a .r-cms .o-body p {
    width: 284px;
  }
  .o-body p.is-sm2,
  a .r-api .o-body p {
    width: 300px;
  }
  .section-menu__blocks {
    display: none;
  }
  .pay_qr_all {
    display: flex;
    flex-direction: row;
    max-width: 340px;
    margin: 0 auto;
    background-color: #585892;
    margin-top: 40px;
    border-radius: 6px;
    padding: 16px 11px;
    background-image: url(../img/telefon_mini.svg);
    background-repeat: no-repeat;
    background-position-x: 11px;
    background-position-y: 111px;
    height: 427px;
  }

  .pay_qr_right {
    /* margin-left: 182px; */
    width: 200px;
    display: none;
  }
  .pay_qr_text_h {
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
    margin-left: 4px;
    margin-top: 8px;
  }
  .pay_qr_text_p {
    margin-top: 12px;
    font-family: "Arial";
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #cacad7;
    width: 282px;
    margin-left: 4px;
  }
  .pay_qr_button {
    margin-top: 270px;
  }
  .pay_qr_button a {
    font-family: "Gilroy";
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    border: 0.5px solid #cacad7;
    padding: 15px 116px;
    border-radius: 6px;
  }
  .equaring {
    max-width: 340px;
    margin: 0 auto;
    margin-top: 44px;
  }
  .equaring > h2 {
    width: 200px;
    margin-left: 0px;
  }
  .all_equaring_flex {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
    column-gap: 20px;
    margin-top: 35px;
  }
  .block {
    /* width: 360px; */
    height: 140px;
    box-shadow: 4px 4px 4px 4px rgba(248, 248, 248, 1);
  }
  .equaring h3 {
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 600;
    line-height: 27.6px;
    letter-spacing: 0em;
    text-align: left;
    color: #3b3b3b;
    margin-top: 0px;
    margin-left: 15px;
    margin-bottom: 6px;
  }
  .equaring p {
    max-width: 273px;
    font-family: "Gilroy";
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 15px;
  }
  .block02 h3 {
    width: 259px;
    line-height: 23px;
  }
  .block03 h3 {
    width: 296px;
  }
  .block06 h3 {
    width: 238px;
  }
  .block04 h3 {
    width: 250px;
  }
  .block01 {
    background-image: url(../img/equaring01_mini.svg);
    background-repeat: no-repeat;
    background-position: 227px 44px;
  }
  .block02 {
    background-image: url(../img/equaring03_mini.svg);
    background-repeat: no-repeat;
    background-position: 225px 51px;
  }
  .block03 {
    background-image: url(../img/equaring05_mini.svg);
    background-repeat: no-repeat;
    background-position: 213px 32px;
  }
  .block04 {
    background-image: url(../img/equaring02_mini.svg);
    background-repeat: no-repeat;
    background-position: 227px 56px;
  }
  .block04 h3,
  .block05 h3,
  .block06 h3 {
    margin-left: 15px;
    margin-bottom: 5px;
  }
  .block04 p,
  .block05 p,
  .block06 p {
    margin-left: 14px;
  }
  .block03 p {
    margin-left: 14px;
  }
  .block04 p {
    max-width: 286px;
  }
  .block02 p {
    width: 200px;
  }
  .block05 {
    background-image: url(../img/equaring04_mini.svg);
    background-repeat: no-repeat;
    background-position: 257px 53px;
  }
  .block06 {
    background-image: url(../img/equaring06_mini.svg);
    background-repeat: no-repeat;
    background-position: 219px 63px;
  }
  .mini_none {
    display: none;
  }
  .a_demo_div {
    margin-top: 15px;
  }
  .a_demo {
    text-decoration: none;
    font-family: "Gilroy";
    font-size: 12px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #585892;
    text-transform: uppercase;
    margin-left: 15px;
    /* margin-top: 15px; */
  }
  .equaring_button {
    margin-top: 29px;
    /* margin-bottom: 12px; */
  }
  .equaring_button a {
    border: 0px;
    background-color: #585892;
    /* margin-left: 272px; */
    margin-top: 0px;
    margin-right: auto;
    padding: 16px 121px;
    font-size: 14px;
  }
  .internet_ek {
    margin-top: 52px;
  }
  .all_items_internet {
    display: flex;
    flex-direction: row;
    max-width: 340px;
    margin: 0 auto;
    background: #e9e9f7;
    padding-top: 0px;
    /* padding-bottom: 50px; */
    margin-top: 17px;
    border-radius: 6px;
    height: 419px;
  }
  .img_internet {
    width: 466px;
    display: none;
  }
  .img_internet img {
    width: 503.5093078613281px;
    position: relative;
    bottom: 50px;
  }
  .text_internet {
    /* margin-left: 15px; */
    background-image: url(../img/internet_all.svg);
    background-repeat: no-repeat;
    background-position-y: 70px;
    background-position-x: 15px;
    margin-top: 16px;
  }
  .text_internet h2 {
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 112%;
    color: #3e3e59;
    width: 200px;
    margin-left: 15px;
  }
  .blocks_img {
    display: flex;
    flex-direction: column;
    margin-top: 27px;
    margin-left: 81px;
    margin-bottom: 32px;
  }
  /* .blocks_img div {
    display: flex;
  } */

  .blocks_img img {
    margin-bottom: 21px;
    display: none;
    /* margin-left: 64px; */
  }

  .first_internet p {
    width: 210px;
  }
  .second_internet h4,
  .second_internet p,
  .third_internet h4,
  .third_internet p {
    margin-left: -27px;
  }
  .first_internet {
    margin-bottom: 22px;
  }
  .second_internet {
    margin-left: 23px;
    margin-bottom: 25px;
  }
  .third_internet {
    margin-left: 26px;
  }
  /* .second_internet img {
    margin-left: 37px;
  }
  .third_internet img {
    margin-left: 34px;
  } */
  .second_internet p,
  .second_internet h4 {
    padding-left: 3px;
  }
  .blocks_img h4 {
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3e3e59;
    margin-bottom: 12px;
  }
  .blocks_img p {
    font-family: Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 106%;
    letter-spacing: 0%;
    color: #3e3e59;
    max-width: 241px;
  }
  .button_internet {
    /* margin-top: 60px; */
    padding-bottom: 7px;
  }
  .button_internet a {
    background-color: #585892;
    font-family: "Gilroy";
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #ffffff;
    padding: 14px 118px 15px 118px;
    border-radius: 6px;
    margin-left: 10px;
  }
  .r-pricing {
    max-width: 340px;
    margin: 0 auto;
    margin-top: 41px;
    background-color: #58588c;
    border-radius: 6px;
    height: 402px;
    background-image: url(../img/09.svg);
    background-repeat: no-repeat;
    background-size: 297px;
    background-position-x: 20px;
    background-position-y: 147px;
  }

  .r-pricing-text h3 {
    font-family: "Gilroy";
    font-size: 20px;
    font-weight: 600;
    /* line-height: 68.99px; */
    text-align: left;
    margin-bottom: 5px;
    color: #ffffff;
    /* margin-top: 3px; */
    margin-left: 20px;
  }

  .r-pricing-text p {
    font-family: "Gilroy";
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    color: #cacad7;
    width: 266px;
    margin-left: 19px;
  }

  .all-content-pricing {
    display: flex;
    justify-content: space-between;
    height: 325px;
    border-radius: 10px;
    margin-top: 41px;
    /* background-color: #ffffff; */
  }
  .r-pricing-text {
    padding: 18px 10px 0px 0px;
  }

  .tarif-button {
    margin-top: 192px;
    margin-left: 9px;
  }

  .tarif-button a {
    font-family: "Gilroy";
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    border: 0.5px solid #cacad7;
    padding: 15px 138px;
    border-radius: 6px;
  }
  .right_tarif {
    width: 670px;
    display: none;
  }
  .r-request {
    max-width: 340px;
    margin: 0 auto;
    margin-top: 37px;
  }

  .r-request h1 {
    font-family: "Gilroy";
    /* max-width: 1300px; */
    font-size: 20px;
    font-weight: 600;
    line-height: 27.99px;
    text-align: center;
    color: rgba(62, 62, 89, 1);
    margin-bottom: 30px;
  }

  .all_input {
    width: 340px;
    margin: 0 auto;
    display: flex;
    height: 182px;
    flex-direction: column;
  }
  p.form_p {
    font-size: 23px;
  }
  .left_inputs input,
  .right_inputs input {
    width: 310px;
    height: 27px;
    border: 0px;
    border-bottom: 1px solid rgba(176, 176, 176, 1);
  }

  .left_inputs {
    margin-right: 11px;
    margin-left: 8px;
  }
  .right_inputs {
    margin-left: 8px;
  }
  .input_name,
  .input_email {
    margin-bottom: 20px;
  }
  .input_adres {
    margin-top: 20px;
  }

  /* .right_inputs input::placeholder {
    font-family: "Arial";
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
    padding-left: 30px;
  } */
  #openModalBtn {
    display: none;
  }
  .left_inputs input,
  .right_inputs input {
    font-family: "Gilroy";
    font-size: 14px;
    font-weight: 400;
    line-height: 20.7px;
    text-align: left;
  }
  .left_inputs input:focus,
  .right_inputs input:focus {
    border-bottom: 1px solid rgba(234, 86, 22, 1);
    outline: 0px;
  }
  .submenu h3.sub_h3 {
    width: 239px;
    font-size: 18px;
    line-height: 32px;
    /* margin-left: auto;
    margin-right: auto; */
  }
  /* .submenu a.sub_a {
    display: block;
    width: 239px;
  } */
  .submenu p.sub_p {
    width: 239px;
    /* margin-left: auto;
    margin-right: auto; */
  }

  .all_checkbox {
    /* display: flex; */
    /* margin-top: 23px; */
    width: 311px;
    margin-left: 12px;
  }
  .all_bottom {
    display: flex;
    flex-direction: column;
  }
  .r-checkbox {
    margin-left: 40px;
  }
  .r-checkbox label,
  .l-checkbox label {
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #0863f3;
    white-space: nowrap;
  }
  .l-checkbox {
    display: flex;
  }
  input.custom-checkbox {
    width: 14px;
    height: 18px;
    margin-left: 2px;
    margin-top: 5px;
    margin-bottom: 3px;
    accent-color: rgba(234, 86, 22, 1);
  }

  p.p_label {
    font-family: "Gilroy";
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 3px;
    margin-top: 6px;
    color: #787878;
  }

  .button-agree {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .right_text_input {
    width: 350px;
  }
  .right_text_input a,
  label {
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 18.4px;
    text-align: left;
    color: #787878;
    text-decoration: none;
    font-weight: bold;
    margin: 0 5px;
  }
  .right_text_input a {
    text-decoration: underline;
    cursor: pointer;
  }
  .right_text_input label {
    color: #424242;
    font-weight: 400;
    /* align-items: center; */
    position: relative;
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    margin-top: 10px;
    line-height: 125.6%;
    margin-left: 15px;
  }
  #text {
    display: none;
  }

  #text + .text_checkbox:before {
    content: "";
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 18.4px;
    text-align: left;
    color: #0863f3;
    display: inline-block;
    width: 30px;
    height: 30px;
    box-shadow: 4px 4px 4px 0px #cacaca40;
    /* border: 2px solid #0863f3; */
    background-color: white;
    text-align: center;
    line-height: 20px;
    border-radius: 4px;
    margin-right: 14px;
    margin-left: 6px;
  }

  #text:checked + .text_checkbox:before {
    content: url("../img/galka.svg");
    padding-top: 8px;
    visibility: visible;
    color: #0863f3;
    background-color: #ffffff;
    /* border-color: #0863f3; */
    display: inline-block;
    margin-left: 6px;
  }

  .text_checkbox {
    display: inline-block;
    vertical-align: middle;
    color: black;
    background-color: transparent;
  }
  div.bg_white_big {
    height: 467px;
  }
  div.bg_white_big > div {
    height: auto;
  }
  div.bg_white_big > div > div > a {
    width: 240px;
    display: block;
    margin-bottom: 0px;
  }
  div.bg_white_big > div > div > p:last-child {
    margin-bottom: 15px;
  }
  .is-primary {
    margin-left: 10px;
  }
  .submit {
    font-family: "Gilroy";
    font-size: 12px;
    font-weight: 700;
    line-height: 20.7px;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 10px;
    outline: 0px;
    border: 0px;
    background: rgba(234, 86, 22, 1);
    padding: 13px 127px;
    margin-top: 17px;
  }
  .q-qwestion {
    max-width: 340px;
    margin: 0 auto;
    margin-top: 46px;
  }

  .q-qwestion h1 {
    font-family: "Gilroy";
    font-size: 20px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(62, 62, 89, 1);
    margin-bottom: 0px;
  }
  .qwestion_left p,
  .qwestion_right p {
    font-family: "Gilroy";
    font-size: 40px;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: 0em;
    text-align: center;

    /* margin-bottom: 12px; */
    margin-top: 9px;
    color: rgba(62, 62, 89, 1);
  }
  .qwestion_right p {
    margin-top: 12px;
  }
  .qwestion_left p:nth-child(2) {
    margin-top: 2px;
  }
  .qwestion_right p:nth-child(2) {
    margin-top: 3px;
  }

  .r-bottom {
    margin-top: 80px;
  }
  p.qwestion_text {
    font-family: "Gilroy";
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(176, 176, 176, 1);
    /* margin-top: 20px; */
    /* margin-left: 64px;*/
  }
  .footer {
    background-color: rgba(62, 62, 89, 1);
    width: 100%;
    margin-top: 30px;
    padding-bottom: 91px;
    /* padding: 40px 10%; */
  }

  .footer-container {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* justify-content: space-between; */
  }
  /* .footer-left {
    padding-left: 49px;
  } */

  .br_min_width {
    display: none;
  }

  .footer-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 10px;
    color: rgba(233, 233, 247, 1);
  }
  p.footer_tel720_p {
    display: flex;
    align-items: center;
    font-family: "Gilroy";
    font-weight: 500;
    font-style: Medium;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  p.footer_tel720_p img {
    margin-right: 7px;
  }
  .footer-bank {
    /* text-align: center; */
    margin-top: 120px;
  }
  .footer-bank img {
    width: 304px;
    height: 93px;
    margin-left: 51px;
  }
  .close_mini_menu {
    display: none;
  }

  .footer-links {
    display: flex;
    margin-left: 0px;
    max-width: 200px;
    flex-direction: column;
  }

  .footer-links h4 {
    font-size: 16px;
    /* margin-bottom: 10px; */
  }

  .footer-links ul {
    list-style: none;
  }

  .footer-links ul li {
    margin-bottom: 8px;
  }

  .footer-links ul li a {
    color: white;
    text-decoration: none;
    white-space: nowrap;
  }
  .footer-links h4 {
    white-space: nowrap;
    margin-left: 45px;
    font-size: 20px;
  }
  .in_banks {
    display: flex;
  }
  .in_banks p {
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    margin-right: 48px;
  }
  .in_banks p:nth-child(2) {
    color: rgba(152, 152, 152, 1);
    white-space: nowrap;
    margin-right: 15px;
  }
  .in_banks ul {
    display: flex;
  }
  .in_banks ul li {
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    /* width: 110px; */
    white-space: nowrap;
    margin-right: 16px;
  }
  .in_banks ul li:last-child {
    margin-right: 0px;
  }
  .in_banks p {
    display: flex;
    flex-direction: column;
  }
  .in_banks p span:first-child {
    padding-bottom: 7px;
  }
  .clearfix {
    clear: both;
  }
  .bottom_menu_open {
    color: rgba(255, 255, 255, 1);
    font-family: "Gilroy";
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    border: 0.5px solid rgba(202, 202, 215, 1);
    border-radius: 6px;
    padding: 17px 0px;
    text-align: center;
    cursor: pointer;
  }
  .bottom_right_menu ul,
  .footer_link ul {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
  }
  .bottom_right_menu ul.active,
  .footer_link ul.active {
    max-height: 100%;
    opacity: 1;
    padding-top: 17px;
  }
  /* .footer_left {
    width: 650px;
  } */
  .footer_right {
    max-width: 360px;
    padding: 7px 20px 0px 20px;
  }
  .footer_right p {
    color: rgba(152, 152, 152, 1);
  }
  .footer_right_botom {
    max-width: 360px;
  }
  .footer_right p:nth-child(3) {
    width: 265px;
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 29px;
  }
  .footer_right p:nth-child(4) {
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    /* letter-spacing: 0%; */
    text-decoration: underline;
    text-decoration-style: solid;
    /* text-decoration-offset: 0%; */
    text-decoration-thickness: 0%;
    margin-bottom: 16px;
  }
  .footer_right p:nth-child(5) span {
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
  }
  .footer_right p:nth-child(5) {
    margin-bottom: 20px;
  }

  /* .footer_right_botom div:nth-child(1) {
    max-width: 464px;
  } */
  .footer-link {
    max-width: 227px;
    margin-left: -47px;
  }
  .footer_right_botom ul {
    list-style-type: none;
    margin-bottom: 11px;
    /* margin-left: 80px; */
  }

  .footer_right_botom ul li {
    margin-bottom: 9px;
    width: 275px;
  }
  .footer_right_botom ul li a {
    text-decoration: none;
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    /* letter-spacing: 0%; */
    color: rgba(233, 233, 247, 1);
  }
  p.footer_tel_bottom {
    font-size: 16px;
    color: rgba(141, 141, 149, 1);
    margin-bottom: 25px;
  }
  p.footer_tel_bottom,
  p.footer_tel720,
  p.footer_p_tel {
    font-size: 14px;
    color: rgba(141, 141, 149, 1);
    margin-bottom: 32px;
    font-weight: 400;
  }
  .footer-info {
    display: grid;
    grid-template-columns: 180px 180px;
    padding-top: 33px;
    padding-left: 38px;
  }
  p.footer_tel_sec_bottom,
  .footer_p_tel {
    display: none;
  }
  p.footer_tel_sec_bottom {
    width: 332px;
    font-size: 16px;
    color: rgba(141, 141, 149, 1);
    margin-bottom: 37px;
  }
  .footer_link_button div {
    padding: 5px 1px 3px 8px;
    width: 100px;
    border: 0.5px solid rgba(233, 233, 247, 1);
    border-radius: 6px;
  }
  .footer_link span {
    font-family: "Gilroy";
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(141, 141, 149, 1);
  }
  .footer_link_button div a {
    display: flex;
    align-items: center;
    font-family: "Gilroy";
    font-weight: 500;
    font-style: normal;
    font-size: 8px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    /* padding-left: 10px; */
  }
  .footer_link_button div a img {
    padding-right: 10px;
    width: 30px;
    height: 30px;
  }
  .footer_link_button div.galaxy_store a img {
    padding-right: 15px;
  }
  .footer_link_button div.rumarket a img {
    padding-right: 14px;
  }
  .footer_link_button div.app_gallery a img {
    padding-right: 13px;
  }
  .all_seti {
    display: flex;
  }
  .footer_seti {
    margin-top: 24px;
  }
  .footer_seti_second {
    margin-top: 41px;
  }
  .footer_seti_second div {
    display: flex;
    font-family: "Gilroy";
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    color: rgba(233, 233, 247, 1);
  }
  .footer_seti_second p {
    margin-top: 35px;
    font-family: "Gilroy";
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 114%;
    color: rgba(141, 141, 149, 1);
  }
  .footer_seti_second div img {
    margin-right: 17px;
  }
  .footer_seti div {
    margin-right: 8.7px;
    /* margin-top: 40px; */
  }
  .footer_seti img {
    width: 25px;
  }
  .footer_link_button {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 100px 100px 100px;
    column-gap: 10px;
    row-gap: 10px;
  }
  .menu-button {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 72px;
    position: fixed;
    bottom: 0px;
    background: rgba(255, 255, 255, 1);
    color: #fff;
    padding: 0px 5px 13px 5px;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
    z-index: 1000;
  }
  .menu_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 59px;
    height: 59px;
    background-color: rgba(88, 88, 146, 1);
    border-radius: 50%;
    /* margin-left: 101px; */
    /* margin-right: 90px; */
    position: relative;
    bottom: 8px;
  }
  .menu-button div {
    font-family: "Gilroy";
    font-weight: 500;
    font-style: normal;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(176, 176, 176, 1);
  }
  .menu-button div img {
    margin: 0 auto;
    margin-bottom: 2px;
    width: 28px;
    height: 28px;
  }
  .menu-button > .menu_center img {
    width: 22px;
  }
  .menu_center::target-text {
    margin-top: 10px;
  }
  .menu_center img {
    margin: 0 auto;
    width: 42px;
    height: 24px;
  }
  .first_items,
  .second_items {
    display: flex;
    align-items: center;
  }
  .first_items a,
  .second_items a {
    max-width: 177px;
    min-width: 65px;
  }
  .menu_center div {
    width: 60px;
  }
  /* .first_items a:first-child {
    margin-right: 24px;
  }
  .second_items a:first-child {
    margin-right: 30px;
  } */
  .modal_formSucces,
  .modal_formEror {
    /* display: none; */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .modal_form_content {
    background-color: #f4f4f4;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    text-align: center;
    position: relative;
    border-radius: 10px;
  }

  .close {
    position: absolute;
    top: 0;
    right: 3px;
    padding: 5px;
    cursor: pointer;
    color: #006fe0;
  }

  .close:hover {
    /* background-color: #ff0000; */
    color: #006fe0;
    border-top-right-radius: 0.5rem;
  }
  .img_form {
    width: 180px;
    height: 120px;
    background-image: url(../img/done.gif);
    background-repeat: no-repeat;
    background-size: 252px;
    background-position: center;
    margin: 0 auto;

    /* background-color: black; */
  }
  .modal_formEror .img_form {
    width: 200px;
    height: 200px;
    background-image: url(../img/error_ic.svg);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: center;
    margin: 0 auto;

    /* background-color: black; */
  }
  .modal_form_content > .h1_form {
    border: none;
  }
  .equaring_button2 {
    background: rgba(234, 86, 22, 1);
    font-family: "Gilroy";
    font-weight: 600;
    color: white;
    padding: 19px 34px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    /* width: 327px; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 27px;
  }
  .equaring_button2 a {
    color: white;
    text-decoration: none;
  }
  .h1_form {
    font-size: 35px;
    color: rgba(66, 66, 66, 1);
    font-family: "Oswald";
    font-weight: 300;
    font-size: 35px;
    line-height: 65px;
    letter-spacing: 0%;
    /* margin-left: 14px; */
    padding-bottom: 20px;
    border-bottom: 1px solid #989898;
  }
  .modal_form_content > .p_form {
    color: rgba(117, 117, 117, 1);
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 19px;
  }
  .is-loading {
    background-image: url(../img/tube-spinner.svg);
    background-repeat: no-repeat;
    background-position: center;
    /* padding: 16px 48px; */
    padding: 24px 160px;
    margin-top: 16px;
    /* margin-left: 13px; */
  }
}
/*---------------------------------second page------------------------------------------*/
@media (min-width: 1920px) {
  .menu-articles {
    width: 300px;
    float: left;
    margin-right: 60px;
    font-family: "Gilroy";
  }
  .page-item-3865 {
    padding-bottom: 20px;
  }
  .r-table {
    width: 100%;
  }
  .r-main {
    width: 78rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .back {
    color: rgba(80, 172, 37, 1);
    margin-bottom: 50px;
    font-weight: 600;
  }
  .r-articles ul.o-menu li a {
    text-decoration: none;
    color: #414141;
    font-family: Cera CY;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    padding: 15px 0px 15px 15px;
  }
  nav .menu-articles .o-menu li.is-category.is-open > .o-submenu,
  nav .menu-articles .o-menu li.is-category.is-open > .children,
  nav .menu-articles .o-menu li.is-category.current_page_ancestor > .o-submenu,
  nav .menu-articles .o-menu li.is-category.current_page_ancestor > .children,
  nav
    .menu-articles
    .o-menu
    li.is-category.page_item_has_children.current_page_item
    > .o-submenu,
  nav
    .menu-articles
    .o-menu
    li.is-category.page_item_has_children.current_page_item
    > .children,
  nav .menu-articles .o-menu li.page_item_has_children.is-open > .o-submenu,
  nav .menu-articles .o-menu li.page_item_has_children.is-open > .children,
  nav
    .menu-articles
    .o-menu
    li.page_item_has_children.current_page_ancestor
    > .o-submenu,
  nav
    .menu-articles
    .o-menu
    li.page_item_has_children.current_page_ancestor
    > .children,
  nav
    .menu-articles
    .o-menu
    li.page_item_has_children.page_item_has_children.current_page_item
    > .o-submenu,
  nav
    .menu-articles
    .o-menu
    li.page_item_has_children.page_item_has_children.current_page_item
    > .children,
  .c-navmenu.r-articles .o-menu li.is-category.is-open > .o-submenu,
  .c-navmenu.r-articles .o-menu li.is-category.is-open > .children,
  .c-navmenu.r-articles
    .o-menu
    li.is-category.current_page_ancestor
    > .o-submenu,
  .c-navmenu.r-articles
    .o-menu
    li.is-category.current_page_ancestor
    > .children,
  .c-navmenu.r-articles
    .o-menu
    li.is-category.page_item_has_children.current_page_item
    > .o-submenu,
  .c-navmenu.r-articles
    .o-menu
    li.is-category.page_item_has_children.current_page_item
    > .children,
  .c-navmenu.r-articles .o-menu li.page_item_has_children.is-open > .o-submenu,
  .c-navmenu.r-articles .o-menu li.page_item_has_children.is-open > .children,
  .c-navmenu.r-articles
    .o-menu
    li.page_item_has_children.current_page_ancestor
    > .o-submenu,
  .c-navmenu.r-articles
    .o-menu
    li.page_item_has_children.current_page_ancestor
    > .children,
  .c-navmenu.r-articles
    .o-menu
    li.page_item_has_children.page_item_has_children.current_page_item
    > .o-submenu,
  .c-navmenu.r-articles
    .o-menu
    li.page_item_has_children.page_item_has_children.current_page_item
    > .children {
    display: block;
    color: #ebf3f7;
    list-style-type: none;
    /* margin-left: 20px; */
    margin-top: 5px;
    margin-bottom: 10px;
  }
  nav .menu-articles2 {
    display: none;
  }
  ul.children {
    display: none;
    margin-top: 0px;
  }
  ul.children li {
    margin-left: 45px;
    width: 255px;
  }
  ul.children li::marker {
    font-size: 12px;
  }

  .r-articles ul:not(.children) li a {
    padding: 10px 0px;
    /* border-radius: 8px; */
    background: #fff;
    /* box-shadow: 2px 2px 3px 0px rgba(187, 187, 187, 0.25),
      -2px -2px 3px 0px rgba(187, 187, 187, 0.25); */
    padding: 9px 12px 11px 0px;
    font-family: "Gilroy";
    /* margin-bottom: 15px; */
  }
  .r-articles ul.o-menu li a {
    /* height: 60px; */
    text-decoration: none;
    color: #414141;
    font-family: "Gilroy";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    color: #002453;
    padding: 20px 10px 10px 10px;
  }

  .all_cms {
    display: flex;
    flex-direction: column;
    max-width: 850px;
  }
  .all_cms_t {
    display: flex;
    flex-direction: row;
    max-width: 850px;
  }
  .left_cms {
    width: 400px;
    display: flex;
  }
  .page__content a {
    color: #e40038;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    font-family: "Gilroy";
  }
  .p_back {
    display: none;
  }
  .page__content {
    width: 47.25rem;
    float: right;
    font-family: "Gilroy";
  }
  ul.o-menu li.page_item a {
    background-image: url(../img/arrow_seond_page.png);
    background-repeat: no-repeat;
    background-position: 280px 25px;
    margin-bottom: 10px;
    font-family: "Gilroy";
    font-size: 18px;
    font-weight: 500;
    line-height: 21.94px;
    text-align: left;

    border-radius: 0;
  }
  ul.o-menu li.current_page_item a,
  ul.o-menu li.current_page_ancestor a {
    background-image: url(../img/red_arrow_second_page.png);
    background-repeat: no-repeat;
    background-position: 280px 25px;
    color: #e40038;
  }
  ul.o-menu li.current_page_item a,
  ul.o-menu li.current_page_ancestor a {
    /* border-bottom: 1px solid #002453; */
    width: 293px;
  }
  ul.o-menu li.current_page_item:last-child {
    border: 1px solid red;
    border: 0px;
  }
  ul.children li.page_item > a {
    color: #000;
    position: relative;
    border: 0px;
  }
  ul.children li.page_item > a::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: -20px;
    top: 48%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #002453;
  }
  ul.children li.page_item.current_page_item > a {
    color: #e40038;
  }
  ul.children li.page_item.current_page_item > a::before {
    background-color: #e40038;
  }
  ul.o-menu > li.page_item_has_children {
    border-bottom: 1px solid #002453;
    /* width: 300px; */
  }
  ul.o-menu > li.page_item_has_children:last-child {
    border: 0px;
  }
  li.page_item_has_children:last-child {
    border: 0px;
  }
  ul.children li a {
    border: 0px;
  }
  .r-articles ul.children li a {
    background: none;
    box-shadow: none;
    padding: 5px;
    margin-bottom: 10px;
    font-weight: 400;
    font: "Montserrat";
    font-size: 18px;
    line-height: 21.94px;
    /* margin: 15px; */
    /* padding-top: 20px; */
  }
  ul.children li:first-child {
    padding-top: 15px;
  }
  ul.children li:last-child {
    padding-bottom: 15px;
  }
  .span-top-menu {
    font-family: "Gilroy";
  }
  ul.children {
    background-color: #fff;
    border-radius: 6px;
  }
  .all_cms_t {
    border-top: 1px solid #e0e2e2;
  }
  .logo_cms {
    margin-right: 34px;
    margin-top: 25px;
    width: 8.25rem;
  }
  .cms_a {
    margin-top: 25px;
    width: 8.25rem;
  }
  .right_cms {
    display: flex;
  }
  .page__content h1 {
    color: #414141;
    font-family: "Gilroy";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .version p {
    display: flex;
    flex-direction: column;
    margin: 16px;
  }
  .video169 {
    width: 100%;
    height: 470px;
  }
  .video169 > iframe {
    width: 100%;
    height: 100%;
  }
  .version {
    width: 220px;
  }
  .page__content h1 {
    margin-left: 0px;
  }
}
@media (min-width: 1300px) and (max-width: 1920px) {
  .menu-articles {
    width: 300px;
    float: left;
    margin-right: 60px;
    font-family: "Gilroy";
  }
  .second-banner-content {
    margin-top: 70px;
  }
  .second-banner-h1 {
    font-size: 70px;
    padding-bottom: 31px;
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;

    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
  }
  .second-banner-img {
    display: none;
  }
  .second-banner {
    background-image: url(../img/Banner-second.svg);
    height: 373px;
    background-repeat: no-repeat;
    background-position-x: 837px;
    background-position-y: -111px;
  }
  .page-item-3865 {
    padding-bottom: 20px;
  }
  .r-table {
    width: 100%;
  }
  .r-main {
    width: 78rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .back {
    color: rgba(80, 172, 37, 1);
    margin-bottom: 50px;
    font-weight: 600;
  }
  .r-articles ul.o-menu li a {
    text-decoration: none;
    color: #414141;
    font-family: Cera CY;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    padding: 15px 0px 15px 15px;
  }
  nav .menu-articles .o-menu li.is-category.is-open > .o-submenu,
  nav .menu-articles .o-menu li.is-category.is-open > .children,
  nav .menu-articles .o-menu li.is-category.current_page_ancestor > .o-submenu,
  nav .menu-articles .o-menu li.is-category.current_page_ancestor > .children,
  nav
    .menu-articles
    .o-menu
    li.is-category.page_item_has_children.current_page_item
    > .o-submenu,
  nav
    .menu-articles
    .o-menu
    li.is-category.page_item_has_children.current_page_item
    > .children,
  nav .menu-articles .o-menu li.page_item_has_children.is-open > .o-submenu,
  nav .menu-articles .o-menu li.page_item_has_children.is-open > .children,
  nav
    .menu-articles
    .o-menu
    li.page_item_has_children.current_page_ancestor
    > .o-submenu,
  nav
    .menu-articles
    .o-menu
    li.page_item_has_children.current_page_ancestor
    > .children,
  nav
    .menu-articles
    .o-menu
    li.page_item_has_children.page_item_has_children.current_page_item
    > .o-submenu,
  nav
    .menu-articles
    .o-menu
    li.page_item_has_children.page_item_has_children.current_page_item
    > .children,
  .c-navmenu.r-articles .o-menu li.is-category.is-open > .o-submenu,
  .c-navmenu.r-articles .o-menu li.is-category.is-open > .children,
  .c-navmenu.r-articles
    .o-menu
    li.is-category.current_page_ancestor
    > .o-submenu,
  .c-navmenu.r-articles
    .o-menu
    li.is-category.current_page_ancestor
    > .children,
  .c-navmenu.r-articles
    .o-menu
    li.is-category.page_item_has_children.current_page_item
    > .o-submenu,
  .c-navmenu.r-articles
    .o-menu
    li.is-category.page_item_has_children.current_page_item
    > .children,
  .c-navmenu.r-articles .o-menu li.page_item_has_children.is-open > .o-submenu,
  .c-navmenu.r-articles .o-menu li.page_item_has_children.is-open > .children,
  .c-navmenu.r-articles
    .o-menu
    li.page_item_has_children.current_page_ancestor
    > .o-submenu,
  .c-navmenu.r-articles
    .o-menu
    li.page_item_has_children.current_page_ancestor
    > .children,
  .c-navmenu.r-articles
    .o-menu
    li.page_item_has_children.page_item_has_children.current_page_item
    > .o-submenu,
  .c-navmenu.r-articles
    .o-menu
    li.page_item_has_children.page_item_has_children.current_page_item
    > .children {
    display: block;
    color: #ebf3f7;
    list-style-type: none;
    /* margin-left: 20px; */
    margin-top: 5px;
    margin-bottom: 10px;
  }
  nav .menu-articles2 {
    display: none;
  }
  ul.children {
    display: none;
    margin-top: 0px;
  }
  ul.children li {
    margin-left: 20px;
    width: 255px;
  }
  ul.children li::marker {
    font-size: 12px;
  }

  .r-articles ul:not(.children) li a {
    padding: 10px 0px;
    /* border-radius: 8px; */
    background: #fff;
    /* box-shadow: 2px 2px 3px 0px rgba(187, 187, 187, 0.25),
      -2px -2px 3px 0px rgba(187, 187, 187, 0.25); */
    padding: 9px 12px 11px 0px;
    font-family: "Gilroy";
    /* margin-bottom: 15px; */
  }
  .r-articles ul.o-menu li a {
    /* height: 60px; */
    text-decoration: none;
    color: #414141;
    font-family: "Gilroy";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    color: #002453;
    padding: 20px 10px 10px 10px;
  }

  .all_cms {
    display: flex;
    flex-direction: column;
    max-width: 850px;
  }
  .all_cms_t {
    display: flex;
    flex-direction: row;
    max-width: 850px;
  }
  .left_cms {
    width: 400px;
    display: flex;
  }
  .page__content a {
    color: rgba(88, 88, 146, 1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    font-family: "Gilroy";
  }
  .p_back {
    display: none;
  }
  .page__content {
    width: 47.25rem;
    float: right;
    font-family: "Arial";
    color: rgba(62, 62, 89, 1);
  }
  ul.o-menu li.page_item a {
    background-image: url(../img/arrow_seond_page.png);
    background-repeat: no-repeat;
    background-position: 280px 25px;
    /* margin-bottom: 10px; */
    font-family: "Gilroy";
    font-size: 18px;
    font-weight: 500;
    line-height: 21.94px;
    text-align: left;

    border-radius: 0;
  }
  ul.o-menu li.current_page_item a,
  ul.o-menu li.current_page_ancestor a {
    color: rgba(234, 86, 22, 1);
    border-bottom: 1px solid;
  }
  ul.o-menu li.current_page_item a,
  ul.o-menu li.current_page_ancestor a {
    /* border-bottom: 1px solid #002453; */
    width: 293px;
  }
  ul.o-menu li.current_page_item:last-child {
    border: 1px solid red;
    border: 0px;
  }
  ul.children li.page_item > a {
    color: #000;
    position: relative;
    border: 0px;
  }
  /* ul.children li.page_item > a::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: -20px;
    top: 48%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #002453;
  } */
  ul.children li.page_item.current_page_item > a {
    color: rgba(62, 62, 89, 1);
  }
  ul.children li.page_item.current_page_item > a::before {
    color: rgba(62, 62, 89, 1);
    font-weight: 600;
  }
  ul.o-menu > li.page_item_has_children {
    border-bottom: 1px solid #002453;
    /* width: 300px; */
  }
  ul.o-menu > li.page_item_has_children:last-child {
    border: 0px;
  }
  li.page_item_has_children:last-child {
    border: 0px;
  }
  ul.children li a {
    border: 0px;
  }
  .r-articles ul.children li a {
    background: none;
    box-shadow: none;
    padding: 5px;
    margin-bottom: 10px;
    font-weight: 400;
    font: "Montserrat";
    font-size: 18px;
    line-height: 21.94px;
    /* margin: 15px; */
    /* padding-top: 20px; */
  }
  ul.children li:first-child {
    padding-top: 15px;
  }
  ul.children li:last-child {
    padding-bottom: 15px;
  }
  .span-top-menu {
    font-family: "Gilroy";
  }

  .all_cms_t {
    border-top: 1px solid #e0e2e2;
  }
  .logo_cms {
    margin-right: 34px;
    margin-top: 25px;
    width: 8.25rem;
  }
  .cms_a {
    margin-top: 25px;
    width: 8.25rem;
  }
  .right_cms {
    display: flex;
  }
  .page__content h1 {
    color: #414141;
    font-family: "Gilroy";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .version p {
    display: flex;
    flex-direction: column;
    margin: 16px;
  }
  .video169 {
    width: 100%;
    height: 470px;
  }
  .video169 > iframe {
    width: 100%;
    height: 100%;
  }
  .version {
    width: 220px;
  }
  .page__content h1 {
    margin-left: 0px;
    background-color: none;
    color: rgba(168, 168, 191, 1);
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    background-color: white;
  }
  nav
    .menu-articles
    .o-menu
    li.page_item_has_children.current_page_ancestor
    > .children {
    background-color: rgba(248, 248, 252, 1);
    border-radius: 6px;
    margin-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .second-banner-h1 {
    font-size: 40px;
    padding-bottom: 15px;
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;

    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
  }
  .second-banner-content p.second-banner-p {
    width: 324px;
  }
  .second-banner-img {
    display: none;
  }
  .second-banner {
    background-image: url(../img/Banner-second.svg);
    height: 302px;
    background-repeat: no-repeat;
    /* background-position-x: 837px; */
    background-size: 400px;
    background-position-y: -84px;
    background-position-x: 375px;
  }
  .second-banner-content {
    margin-top: 56px;
    margin-left: 15px;
  }
  nav .menu-articles::before {
    cursor: pointer;
    font-size: 1.04375rem;
    line-height: 1;
    line-height: 1.1em;
    overflow: hidden;
    padding-left: 1rem;
    padding-right: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: absolute;
    top: 426px;
    margin-left: 10px;
    right: 0px;
    bottom: 0px;
    left: 4px;
    bottom: auto;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    content: attr(data-label);
    white-space: nowrap;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(234, 86, 22, 1);
    width: 355px;
    /* border-radius: 8px; */
    border-bottom: 1px solid rgba(234, 86, 22, 1);
    background: #fff;
    /* box-shadow: 2px 2px 3px 0px rgba(187, 187, 187, 0.25),
      -2px -2px 3px 0px rgba(187, 187, 187, 0.25); */
    background-image: url(../img/arrow_seond_page2.svg);

    background-repeat: no-repeat;
    background-position: center right 10px;
    font-family: "Gilroy";
    padding-bottom: 7px;
    padding-left: 0px;
  }

  nav .menu-articles::after,
  .c-navmenu.r-articles::after {
    border-top-width: 1px;
    border-right-width: 1px;
    height: 0.5rem;
    font-size: 0px;
    line-height: 1;
    position: absolute;
    top: 1.1rem;
    right: 1.6rem;
    content: "";
    width: 0.5rem;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-translate-z: 0;
    --tw-rotate: 0;
    --tw-rotate-x: 0;
    --tw-rotate-y: 0;
    --tw-rotate-z: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scale-z: 1;
    -webkit-transform: translateX(var(--tw-translate-x))
      translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z))
      rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x))
      rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z))
      skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
      scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
    -ms-transform: translateX(var(--tw-translate-x))
      translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z))
      rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x))
      rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z))
      skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
      scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
    transform: translateX(var(--tw-translate-x))
      translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z))
      rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x))
      rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z))
      skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
      scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
    --tw-rotate: 135deg;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms;
    border-color: #333;
    font-family: "Gilroy";
  }
  nav .menu-articles2 {
    margin-left: 315px;
    position: absolute;
    top: 401px;
  }
  nav .menu-articles2 .r-menu-wrap .o-menu .current_page_item .children,
  nav .menu-articles2 .r-menu-wrap .o-menu .current_page_ancestor .children {
    display: block;
  }
  nav
    .menu-articles2
    .r-menu-wrap
    .o-menu
    .current_page_item
    .children
    li:first-child
    a {
    width: 350px;
    /* float: left; */
    margin-right: 60px;
    font-family: "Gilroy";
    color: rgba(234, 86, 22, 1);
  }
  nav .menu-articles2 .r-menu-wrap .o-menu .current_page_item .children li ul {
    display: none;
  }
  nav .menu-articles2::before {
    left: 74px;
    top: 26px;
  }

  nav .menu-articles .r-menu-wrap,
  .c-navmenu.r-articles .r-menu-wrap {
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    top: 469px;
    left: 15px;
    z-index: 10;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    transition-property: max-height;
    will-change: max-height;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    width: 350px;
    font-family: "Gilroy";
  }
  nav .menu-articles2 .r-menu-wrap {
    top: 68px;
    left: 84px;
  }
  nav .menu-articles:focus .r-menu-wrap,
  nav .menu-articles.is-open .r-menu-wrap,
  .c-navmenu.r-articles:focus .r-menu-wrap,
  .c-navmenu.r-articles.is-open .r-menu-wrap {
    max-height: 70vh;
    overflow-y: auto;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms;
    /* margin-left: 10px; */
    width: 300px;
  }
  .menu-articles {
    width: 350px;
    /* float: left; */
    margin-right: 60px;
    font-family: "Gilroy";
    color: rgba(234, 86, 22, 1);
  }
  .page-item-3865 {
    padding-bottom: 20px;
  }
  .r-table {
    width: 100%;
  }
  .r-main {
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    width: 51rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .back {
    color: rgba(80, 172, 37, 1);
    margin-bottom: 50px;
    font-weight: 600;
  }
  .r-articles ul.o-menu li a {
    text-decoration: none;
    color: #414141;
    font-family: Cera CY;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    padding: 15px 0px 15px 15px;
  }
  nav .menu-articles .o-menu li.is-category.is-open > .o-submenu,
  nav .menu-articles .o-menu li.is-category.is-open > .children,
  nav .menu-articles .o-menu li.is-category.current_page_ancestor > .o-submenu,
  nav .menu-articles .o-menu li.is-category.current_page_ancestor > .children,
  nav
    .menu-articles
    .o-menu
    li.is-category.page_item_has_children.current_page_item
    > .o-submenu,
  nav
    .menu-articles
    .o-menu
    li.is-category.page_item_has_children.current_page_item
    > .children,
  nav .menu-articles .o-menu li.page_item_has_children.is-open > .o-submenu,
  nav .menu-articles .o-menu li.page_item_has_children.is-open > .children,
  nav
    .menu-articles
    .o-menu
    li.page_item_has_children.current_page_ancestor
    > .o-submenu,
  nav
    .menu-articles
    .o-menu
    li.page_item_has_children.current_page_ancestor
    > .children,
  nav
    .menu-articles
    .o-menu
    li.page_item_has_children.page_item_has_children.current_page_item
    > .o-submenu,
  nav
    .menu-articles
    .o-menu
    li.page_item_has_children.page_item_has_children.current_page_item
    > .children,
  .c-navmenu.r-articles .o-menu li.is-category.is-open > .o-submenu,
  .c-navmenu.r-articles .o-menu li.is-category.is-open > .children,
  .c-navmenu.r-articles
    .o-menu
    li.is-category.current_page_ancestor
    > .o-submenu,
  .c-navmenu.r-articles
    .o-menu
    li.is-category.current_page_ancestor
    > .children,
  .c-navmenu.r-articles
    .o-menu
    li.is-category.page_item_has_children.current_page_item
    > .o-submenu,
  .c-navmenu.r-articles
    .o-menu
    li.is-category.page_item_has_children.current_page_item
    > .children,
  .c-navmenu.r-articles .o-menu li.page_item_has_children.is-open > .o-submenu,
  .c-navmenu.r-articles .o-menu li.page_item_has_children.is-open > .children,
  .c-navmenu.r-articles
    .o-menu
    li.page_item_has_children.current_page_ancestor
    > .o-submenu,
  .c-navmenu.r-articles
    .o-menu
    li.page_item_has_children.current_page_ancestor
    > .children,
  .c-navmenu.r-articles
    .o-menu
    li.page_item_has_children.page_item_has_children.current_page_item
    > .o-submenu,
  .c-navmenu.r-articles
    .o-menu
    li.page_item_has_children.page_item_has_children.current_page_item
    > .children {
    display: block;
    color: #ebf3f7;
    list-style-type: none;
    /* margin-left: 20px; */
    margin-top: 5px;
    margin-bottom: 10px;
  }
  nav
    .menu-articles
    .o-menu
    li.page_item_has_children.page_item_has_children.current_page_item
    > .children {
    display: none;
  }
  nav
    .menu-articles2
    .o-menu
    li.page_item_has_children.page_item_has_children.current_page_item
    > .children {
    display: block;
  }
  nav
    .menu-articles
    .o-menu
    li.page_item_has_children.current_page_ancestor
    > .children {
    display: none;
  }
  nav
    .menu-articles2
    .o-menu
    li.page_item_has_children.current_page_ancestor
    > .children {
    display: block;
  }
  ul.children {
    display: none;
    margin-top: 0px;
  }
  ul.children li {
    margin-left: 45px;
  }
  ul.children li::marker {
    font-size: 12px;
  }

  .r-articles ul:not(.children) li a {
    padding: 10px 0px;
    padding: 9px 12px 11px 0px;
    font-family: "Gilroy";
    /* margin-bottom: 15px; */
  }
  .r-articles ul.o-menu li a {
    /* height: 60px; */
    text-decoration: none;
    color: #002453;
    font-family: "Gilroy";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    padding: 15px 15px 15px 30px;
  }

  .all_cms {
    display: flex;
    flex-direction: column;
    max-width: 850px;
  }
  .all_cms_t {
    display: flex;
    flex-direction: row;
    max-width: 850px;
  }
  .left_cms {
    width: 400px;
    display: flex;
  }
  .page__content a {
    color: rgba(88, 88, 146, 1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    font-family: "Gilroy";
  }
  /* nav
    .menu-articles
    .o-menu
    li.page_item_has_children.page_item_has_children.current_page_item
    > .children {
    display: none;
  } */
  .page__content {
    width: 46.5rem;
    margin-left: 10px;
    margin-right: 10px;
    /* float: right; */
    font-family: "Gilroy";
    margin-top: 150px;
  }
  ul.o-menu li.page_item a {
    /* background-image: url(../img/material-symbols-light_arrow-insert.svg);
    background-repeat: no-repeat;
    background-position: 297px 8px; */
    margin-bottom: 10px;
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
  }
  ul.o-menu li.current_page_item a,
  ul.o-menu li.current_page_ancestor a {
    /* border-bottom: 1px solid #002453; */
    /* background-image: url(../img/red_arrow_second_page.png); */
    /* height: 80px; */
    /* background-repeat: no-repeat;
    background-position: 301px 17px; */
    /* margin-bottom: 10px; */
    color: rgba(234, 86, 22, 1);

    border-bottom: 1px solid rgba(234, 86, 22, 1);
  }
  ul.children li.page_item > a {
    color: #000;
    position: relative;
    border: 0px;
  }

  ul.children li.page_item.current_page_item > a {
    color: rgba(234, 86, 22, 1);
  }

  ul.children li a {
    border: 0px;
  }
  .r-articles ul.children li a {
    background: none;
    box-shadow: none;
    padding: 5px;
    margin-bottom: 10px;
    /* margin: 15px; */
    /* padding-top: 20px; */
  }
  ul.children li:first-child {
    padding-top: 15px;
  }
  ul.children li:last-child {
    padding-bottom: 15px;
  }
  .span-top-menu {
    font-family: "Gilroy";
  }
  .p_back {
    display: none;
  }
  ul.children {
    background-color: #fff;
    border-radius: 6px;
  }
  .all_cms_t {
    border-top: 1px solid #e0e2e2;
  }
  .logo_cms {
    margin-right: 34px;
    margin-top: 25px;
    width: 8.25rem;
  }
  .cms_a {
    margin-top: 25px;
    width: 8.25rem;
  }
  .right_cms {
    display: flex;
  }
  .page__content h1 {
    color: rgba(168, 168, 191, 1);
    font-family: "Gilroy";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
  .version p {
    display: flex;
    flex-direction: column;
    margin: 16px;
  }
  .video169 {
    width: 100%;
    height: 470px;
  }
  .video169 > iframe {
    width: 100%;
    height: 100%;
  }
  .version {
    width: 220px;
  }
  .page__content h1 {
    margin-left: 0px;
  }
}

@media (min-width: 300px) and (max-width: 768px) {
  .menu-articles {
    width: 350px;
    /* float: left; */
    margin-right: 60px;
    font-family: "Gilroy";
  }
  .page-item-3865 {
    padding-bottom: 20px;
  }
  .r-table {
    width: 100%;
  }
  .r-main {
    max-width: 35rem;
    min-width: 20rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .back {
    color: rgba(80, 172, 37, 1);
    margin-bottom: 50px;
    font-weight: 600;
  }
  .r-articles ul.o-menu li a {
    text-decoration: none;
    color: #414141;
    font-family: Cera CY;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    padding: 15px 0px 15px 15px;
  }
  nav .menu-articles .o-menu li.is-category.is-open > .o-submenu,
  nav .menu-articles .o-menu li.is-category.is-open > .children,
  nav .menu-articles .o-menu li.is-category.current_page_ancestor > .o-submenu,
  nav .menu-articles .o-menu li.is-category.current_page_ancestor > .children,
  nav
    .menu-articles
    .o-menu
    li.is-category.page_item_has_children.current_page_item
    > .o-submenu,
  nav
    .menu-articles
    .o-menu
    li.is-category.page_item_has_children.current_page_item
    > .children,
  nav .menu-articles .o-menu li.page_item_has_children.is-open > .o-submenu,
  nav .menu-articles .o-menu li.page_item_has_children.is-open > .children,
  nav
    .menu-articles
    .o-menu
    li.page_item_has_children.current_page_ancestor
    > .o-submenu,
  nav
    .menu-articles
    .o-menu
    li.page_item_has_children.current_page_ancestor
    > .children,
  nav
    .menu-articles
    .o-menu
    li.page_item_has_children.page_item_has_children.current_page_item
    > .o-submenu,
  nav
    .menu-articles
    .o-menu
    li.page_item_has_children.page_item_has_children.current_page_item
    > .children,
  .c-navmenu.r-articles .o-menu li.is-category.is-open > .o-submenu,
  .c-navmenu.r-articles .o-menu li.is-category.is-open > .children,
  .c-navmenu.r-articles
    .o-menu
    li.is-category.current_page_ancestor
    > .o-submenu,
  .c-navmenu.r-articles
    .o-menu
    li.is-category.current_page_ancestor
    > .children,
  .c-navmenu.r-articles
    .o-menu
    li.is-category.page_item_has_children.current_page_item
    > .o-submenu,
  .c-navmenu.r-articles
    .o-menu
    li.is-category.page_item_has_children.current_page_item
    > .children,
  .c-navmenu.r-articles .o-menu li.page_item_has_children.is-open > .o-submenu,
  .c-navmenu.r-articles .o-menu li.page_item_has_children.is-open > .children,
  .c-navmenu.r-articles
    .o-menu
    li.page_item_has_children.current_page_ancestor
    > .o-submenu,
  .c-navmenu.r-articles
    .o-menu
    li.page_item_has_children.current_page_ancestor
    > .children,
  .c-navmenu.r-articles
    .o-menu
    li.page_item_has_children.page_item_has_children.current_page_item
    > .o-submenu,
  .c-navmenu.r-articles
    .o-menu
    li.page_item_has_children.page_item_has_children.current_page_item
    > .children {
    display: block;
    color: #ebf3f7;
    list-style-type: none;
    /* margin-left: 20px; */
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .second-banner-content {
    margin-top: 29px;
  }
  nav
    .menu-articles
    .o-menu
    li.page_item_has_children.current_page_ancestor
    > .children {
    display: none;
  }
  nav
    .menu-articles
    .o-menu
    li.page_item_has_children.page_item_has_children.current_page_item
    > .children {
    display: none;
  }
  nav
    .menu-articles2
    .o-menu
    li.page_item_has_children.page_item_has_children.current_page_item
    > .children {
    display: block;
  }
  nav
    .menu-articles2
    .o-menu
    li.page_item_has_children.current_page_ancestor
    > .children {
    display: block;
  }
  nav
    .menu-articles2
    .o-menu
    li.page_item_has_children.page_item_has_children.current_page_item
    > .children {
    display: block;
  }
  ul.children {
    display: none;
    margin-top: 0px;
  }
  ul.children li {
    margin-left: 15px;
  }
  ul.children li::marker {
    font-size: 12px;
  }

  .r-articles ul:not(.children) li a {
    padding: 10px 0px;
    border-radius: 8px;
    background: #fff;
    /* box-shadow: 2px 2px 3px 0px rgba(187, 187, 187, 0.25),
      -2px -2px 3px 0px rgba(187, 187, 187, 0.25); */
    padding: 9px 12px 11px 0px;
    font-family: "Gilroy";
    /* margin-bottom: 15px; */
  }
  .r-articles ul.o-menu li a {
    /* height: 60px; */
    text-decoration: none;
    color: #414141;
    font-family: "Gilroy";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    padding: 15px 15px 5px 30px;
  }
  .second-banner {
    background-image: none;
    background-image: url(../img/Banner-second.svg);
    background-repeat: no-repeat;
    background-position-y: -6px;
    background-position-x: 143px;
    padding-bottom: 108px;
    background-size: 230px;
  }
  .second-banner-img {
    display: none;
  }
  .all_cms {
    display: flex;
    flex-direction: column;
    max-width: 850px;
  }
  .all_cms_t {
    display: flex;
    flex-direction: row;
    max-width: 850px;
  }
  .left_cms {
    width: 400px;
    display: flex;
    flex-direction: column;
  }
  .page__content a {
    color: rgba(88, 88, 146, 1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    font-family: "Gilroy";
  }
  .page__content {
    /* width: 47.25rem; */
    /* float: right; */
    font-family: "Gilroy";
    margin-top: 150px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .p_back {
    display: none;
  }
  ul.o-menu li.page_item a {
    background-image: url(../img/material-symbols-light_arrow-insert.svg);
    background-repeat: no-repeat;
    background-position: 297px 8px;
    /* margin-bottom: 10px; */
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
  }
  ul.o-menu li.current_page_item a,
  ul.o-menu li.current_page_ancestor a {
    /* border-top: 4px solid #50ac25; */
    /* background-image: url(../img/green_arrow.svg); */
    /* height: 80px; */
    color: rgba(234, 86, 22, 1);
    border-bottom: 1px solid rgba(234, 86, 22, 1);
    padding-bottom: 15px;
    background-repeat: no-repeat;
    background-position: 301px 17px;
    /* margin-bottom: 10px; */
  }
  ul.children li.page_item > a {
    color: rgba(88, 88, 146, 1);
    position: relative;
    border: 0px;
  }

  ul.children li.page_item.current_page_item > a {
    color: #e40038;
  }
  ul.children li.page_item.current_page_item > a::before {
    background-color: #e40038;
  }

  ul.children li a {
    border: 0px;
  }
  .r-articles ul.children li a {
    background: none;
    box-shadow: none;
    padding: 5px;
    margin-bottom: 10px;
    /* margin: 15px; */
    /* padding-top: 20px; */
  }
  ul.children li:first-child {
    padding-top: 15px;
  }
  ul.children li:last-child {
    padding-bottom: 15px;
  }
  .span-top-menu {
    font-family: "Gilroy";
  }
  ul.children {
    background-color: #fff;
    border-radius: 6px;
  }
  .all_cms_t {
    border-top: 1px solid #e0e2e2;
  }
  .logo_cms {
    margin-right: 0px;
    margin-top: 25px;
    width: 8.25rem;
  }
  .cms_a {
    margin-top: 25px;
    width: 8.25rem;
  }
  .right_cms {
    display: flex;
  }
  .page__content h1 {
    color: #414141;
    font-family: "Gilroy";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: rgba(168, 168, 191, 1);
    text-transform: uppercase;
  }
  .version p {
    display: flex;
    flex-direction: column;
    margin: 16px;
  }
  .video169 {
    width: 100%;
    height: 470px;
  }
  .video169 > iframe {
    width: 99%;
    height: 100%;
  }
  .version {
    width: 220px;
  }
  .page__content h1 {
    margin-left: 0px;
  }
  .second-banner-h1 {
    color: rgba(255, 255, 255, 1);
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 10px;
  }
  .second-banner-content p {
    font-size: 12px;
    width: 176px;
  }
  nav .menu-articles::before {
    cursor: pointer;
    font-size: 1.04375rem;
    line-height: 1;
    line-height: 1.1em;
    overflow: hidden;
    padding-left: 1rem;
    padding-right: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: absolute;
    top: 285px;
    margin-left: 10px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    bottom: auto;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    content: attr(data-label);
    white-space: nowrap;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(234, 86, 22, 1);
    width: 340px;
    /* border-radius: 8px; */
    border-bottom: 1px solid rgba(234, 86, 22, 1);
    background: #fff;
    /* box-shadow: 2px 2px 3px 0px rgba(187, 187, 187, 0.25),
      -2px -2px 3px 0px rgba(187, 187, 187, 0.25); */
    background-image: url(../img/arrow_seond_page2.svg);

    background-repeat: no-repeat;
    background-position: center right 10px;
    font-family: "Gilroy";
    padding-left: 0px;
    padding-bottom: 8px;
    font-size: 14px;
  }
  nav .menu-articles2::before {
    top: 341px;
  }
  nav .menu-articles::after,
  .c-navmenu.r-articles::after {
    border-top-width: 1px;
    border-right-width: 1px;
    height: 0.5rem;
    font-size: 0px;
    line-height: 1;
    position: absolute;
    top: 1.1rem;
    right: 1.6rem;
    content: "";
    width: 0.5rem;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-translate-z: 0;
    --tw-rotate: 0;
    --tw-rotate-x: 0;
    --tw-rotate-y: 0;
    --tw-rotate-z: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scale-z: 1;
    -webkit-transform: translateX(var(--tw-translate-x))
      translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z))
      rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x))
      rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z))
      skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
      scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
    -ms-transform: translateX(var(--tw-translate-x))
      translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z))
      rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x))
      rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z))
      skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
      scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
    transform: translateX(var(--tw-translate-x))
      translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z))
      rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x))
      rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z))
      skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
      scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
    --tw-rotate: 135deg;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms;
    border-color: #333;
    font-family: "Gilroy";
  }
  nav .menu-articles .r-menu-wrap,
  .c-navmenu.r-articles .r-menu-wrap {
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    top: 326px;
    left: 10px;
    z-index: 10;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    transition-property: max-height;
    will-change: max-height;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    width: 350px;
    font-family: "Gilroy";
  }
  nav .menu-articles2 .r-menu-wrap {
    top: 382px;
  }
  nav .menu-articles:focus .r-menu-wrap,
  nav .menu-articles.is-open .r-menu-wrap,
  .c-navmenu.r-articles:focus .r-menu-wrap,
  .c-navmenu.r-articles.is-open .r-menu-wrap {
    max-height: 70vh;
    overflow-y: auto;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms;
    /* margin-left: 10px; */
    width: 300px;
  }
  .menu-articles {
    width: 350px;
    /* float: left; */
    margin-right: 60px;
    font-family: "Gilroy";
    color: rgba(234, 86, 22, 1);
  }
}
