/* Normalize styles and UI KIT */

html.no-scroll {
  position: fixed;
  width: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  /* Запрет зума текста на телефоне */
  -webkit-text-size-adjust: 100%;
  /* Сглаживание шрифтов */
  -webkit-font-smoothing: antialiased;
  font-family: "Styrene-A-Web", sans-serif;
  color: #100e29;
  font-weight: 600;
}

html.no-scroll body {
  overflow: hidden;
}

body * {
  margin: 0px;
  padding: 0px;
  outline: 0;
  background-repeat: no-repeat;
  background-position: center;
  font-style: normal;
  /* Учёт размеров элементов, включая margin, padding и border */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* Исправляет баг скроллинга на IOS */
  -webkit-overflow-scrolling: touch;
  /* Убирает подсветку элемента при касании на телефоне */
  -webkit-tap-highlight-color: transparent;
  /* Убирает базовые стили браузера */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Убирает скругления кнопок на IOS */
input,
textarea {
  border: none;
  border-radius: 0;
  font-family: "Styrene-A-Web";
  font-size: 16px;
  font-weight: 400;
  color: #100e29;
  line-height: 26px;
  letter-spacing: -0.5px;
}

/* Удаление кнопок, которые браузер вставляет в input */
input::-ms-reveal,
input::-ms-clear {
  display: none;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

img {
  border: none;
  /* Запрет перетаскивания изображений */
  -webkit-user-drag: none;
}

.events-none {
  pointer-events: none;
}

/* text */
.dot {
  position: relative;
}

.dot-active::after {
  content: ".";
  color: #e93435;
}

.gray-text {
  color: #9b9b9e;
}

.title-1 {
  font-size: 70px;
  line-height: 80px;
  letter-spacing: -6px;
  font-weight: 400;
}

.title-1-main {
  font-size: 60px;
  margin-top: 80px;
  padding-left: 15px;
}

.title-2 {
  font-size: 60px;
  line-height: 68px;
  letter-spacing: -5px;
  font-weight: 400;
}

.title-3 {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -2px;
  font-weight: 500;
}

.subtitle-1 {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -1.5px;
  font-weight: 500;
}

.subtitle-2 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.5px;
  font-weight: 500;
}

.text.-gray {
  color: #888794;
}

.dark-block .text.-gray {
  color: #9f9bc2;
}

.text-1 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.5px;
  font-weight: 400;
}

.text-2 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
  font-weight: 400;
}

.text-2-medium {
  font-weight: 500;
}

.text-3 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.2px;
  font-weight: 400;
}

.text-4 {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

.caps-1 {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.link-arrow {
  display: table;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
}

.link-arrow::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 -1px 10px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjkxOTM4IDdMLTIuMDIxNTJlLTA3IDdMLTIuODk1NzVlLTA3IDVMNy45MTkzOCA1TDUuMjE5MTMgMS42MjQ2OUw2Ljc4MDg3IDAuMzc1MzA1TDExLjI4MDYgNkw2Ljc4MDg3IDExLjYyNDdMNS4yMTkxMyAxMC4zNzUzTDcuOTE5MzggN1oiIGZpbGw9IiNFOTM0MzUiLz4KPC9zdmc+Cg==");
}

.link-arrow.-bottom::after {
  margin-left: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.links-container a,
.dark-block .links-container a {
  display: inline;
  color: #3791fb;
}

.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  margin-top: 34px;
}

.editor h1:first-child,
.editor h2:first-child,
.editor h3:first-child,
.editor h4:first-child,
.editor h5:first-child,
.editor h6:first-child {
  margin-top: 0;
}

.editor h1 {
  font-size: 80px;
  line-height: 80px;
  letter-spacing: -6px;
  font-weight: 400;
}

.editor h2 {
  font-size: 60px;
  line-height: 68px;
  letter-spacing: -5px;
  font-weight: 400;
}

.editor h3 {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -2px;
  font-weight: 500;
}

.editor h4 {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -1.5px;
  font-weight: 500;
  margin-bottom: 20px;
}

.editor h5,
.editor h6 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.5px;
  font-weight: 500;
}

.editor p {
  margin-top: 24px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
  /* color: #888794; */
  color: #100e29;
  font-weight: 400;
}

/* buttons */
.button {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 72px;
  padding: 0 32px;
  border-radius: 8px 32px 8px 8px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.styled-btn {
  width: 250px;
  display: block;
  text-align: center;
  padding: 25px;
  font-size: 16px;
  font-weight: 500;
}
.button.-arrow-left:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.91938 7L-2.02152e-07 7L-2.89575e-07 5L7.91938 5L5.21913 1.62469L6.78087 0.375305L11.2806 6L6.78087 11.6247L5.21913 10.3753L7.91938 7Z' fill='%23E93435'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 11px;
}

.button img {
  width: auto;
  height: auto;
  max-height: 100%;
  margin-right: 12px;
}

.button.-small {
  height: 48px;
  padding: 0px 24px;
  border-radius: 4px 20px 4px 4px;
}

.button.-pink {
  background-color: #e93435;
}

.button.-pink.-arrow-before::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 9px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjAwMDE4IDcuOTE5MzhWMEg3LjAwMDE4VjcuOTE5MzhMMTAuMzc1NSA1LjIxOTEzTDExLjYyNDkgNi43ODA4N0w2LjAwMDE4IDExLjI4MDZMMC4zNzU0ODggNi43ODA4N0wxLjYyNDg4IDUuMjE5MTNMNS4wMDAxOCA3LjkxOTM4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
}

.button.-blue {
  background-color: #100e29;
  margin-bottom: 16px;
}

.button.-border {
  color: #100e29;
  border: 1px solid #d7d7e0;
}

.button.-border-dark {
  color: #fff;
  border: 1px solid #2d2a48;
}

.button.-gray {
  border: none;
  background: #2a2931;
  color: #fff;
}

.button-container {
  display: -webkit-flex;
  display: flex;
}

.button-container.-vertical-center {
  align-items: center;
}

.button-arrow {
  position: relative;
  display: table;
  height: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.button-arrow div {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.button-arrow .active {
  position: static;
  opacity: 1;
  pointer-events: auto;
}

.button-arrow span {
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.button-arrow span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01IDcuOTE5MzhWMEg3VjcuOTE5MzhMMTAuMzc1MyA1LjIxOTEzTDExLjYyNDcgNi43ODA4N0w2IDExLjI4MDZMMC4zNzUzMDUgNi43ODA4N0wxLjYyNDcgNS4yMTkxM0w1IDcuOTE5MzhaIiBmaWxsPSIjRTkzNDM1Ii8+Cjwvc3ZnPgo=");
}

.button-arrow.active span::after {
  -webkit-transform: translateY(-2px) rotate(180deg);
  transform: translateY(-2px) rotate(180deg);
}

/* .page-nav */

.page-nav {
  margin-bottom: 24px;
  margin-top: 100px;
}

.page-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: -12px;
}

.page-nav li {
  display: flex;
  margin-bottom: 12px;
}

.page-nav li:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  width: 7px;
  height: 9px;
  margin: 0 13px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.49362 8.56443L0.505859 7.43557L3.86079 4.5L0.505859 1.56443L1.49362 0.435565L6.13868 4.5L1.49362 8.56443Z' fill='%23E93435'/%3E%3C/svg%3E%0A");
}

.page-nav li:last-child {
  pointer-events: none;
  color: #888794;
}

.page-nav li:last-child:after {
  display: none;
}

/* .choose-language */
.choose-language {
  position: relative;
  display: table;
  text-transform: uppercase;
}

.choose-language.-top {
  border-radius: 4px 20px 4px 4px;
}

.choose-language__val {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}

.choose-language.-top .choose-language__val {
  border-radius: 4px 20px 4px 4px;
}

.choose-language.-top .choose-language__val {
  height: 48px;
  padding: 0px 24px;
  border: 1px solid #2a2931;
}

.choose-language.-dark .choose-language__val {
  color: #fff;
  background-color: #05040d;
}

.choose-language svg,
.choose-language img {
  display: block;
  width: 16px;
  margin-right: 8px;
}

.choose-language svg path {
  fill: #100e29;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.choose-language.-dark svg path {
  fill: #fff;
}

.choose-language__list {
  position: absolute;
  top: 100%;
  left: 50%;
  padding-top: 14px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
}

.choose-language.-top .choose-language__list {
  top: auto;
  left: 0;
  bottom: 100%;
  width: 100%;
  padding: 0;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
}

.choose-language.-top .choose-language__list ul {
  border-radius: 4px 20px 0 0;
}

.choose-language__list ul {
  min-width: 86px;
  padding: 16px 0;
  border: 1px solid #d7d7e0;
  background-color: #fff;
  border-radius: 16px;
}

.choose-language.-dark .choose-language__list ul {
  border-color: #2a2931;
  background-color: #05040d;
}

.choose-language__list li {
  padding: 0px 20px;
}

.choose-language__list li + li {
  margin-top: 8px;
}

.choose-language__list li a {
  display: table;
  height: 20px;
  margin: auto;
  color: #100e29;
  text-align: center;
}

.choose-language.-dark .choose-language__list li a {
  color: #fff;
}

.choose-language__list li a.-disabled {
  color: #9b9b9e !important;
  pointer-events: none;
}

.choose-language:hover .choose-language__list,
.choose-language.active .choose-language__list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.choose-language.-top:hover .choose-language__list,
.choose-language.-top.active .choose-language__list {
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
}

.choose-language.-top:hover .choose-language__val,
.choose-language.-top.active .choose-language__val {
  border-color: #2a2931;
  background-color: #2a2931;
  border-radius: 4px;
}

/* .input */
.input {
  position: relative;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-color: #eeedf5;
  border: 1px solid #eeedf5;
  border-radius: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.dark-block .input {
  background-color: #4e4b74;
  border: 1px solid #4e4b74;
}

.input.error {
  border-color: #e93435;
}

.input label,
.select label {
  position: absolute;
  z-index: 1;
  display: block;
  margin-left: 24px;
  color: #9f9bc2;
  text-transform: uppercase;
  pointer-events: none;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.select {
  position: relative;
  z-index: 2;
}

.input.-textarea label {
  top: 26px;
}

.input.-textarea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 17px;
  height: 30px;
  background-color: #eeedf5;
  border-radius: 8px 8px 0 0;
  pointer-events: none;
}

.dark-block .input.-textarea::before {
  background-color: #4e4b74;
}

.input.active label,
.select.active label,
.select.selected label {
  -webkit-transform: translateY(-19px) scale(0.75);
  transform: translateY(-19px) scale(0.75);
}

.input input,
.input textarea {
  display: block;
  width: 100%;
  height: 72px;
  padding: 0 24px;
  border: none;
  border-radius: 8px;
  background-color: transparent;
  resize: none;
}

.input textarea {
  height: 132px;
  padding: 30px 24px 24px 24px;
}

.input textarea::-webkit-scrollbar {
  width: 4px;
}

.input textarea::-webkit-scrollbar-track {
  background: #eeedf5;
  margin: 6px 0px;
}

.input textarea::-webkit-scrollbar-thumb {
  background-color: #9f9bc2;
}

.dark-block .input input,
.dark-block .input textarea {
  color: #fff;
}

.phone-mask {
  color: transparent;
  opacity: 0;
  color: #100e29;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.input.active .phone-mask {
  opacity: 1;
}

.dark-block .input.active .phone-mask {
  color: #fff;
}

.select-bussines-type {
  text-transform: uppercase;
  color: #9f9bc2;

  display: flex;
  align-items: center;

  height: 56px;
  width: 100%;
  padding: 0 20px;
  font-family: "Styrene-A-Web", sans-serif;
  line-height: 20px;
  letter-spacing: 0.5px;
  cursor: pointer;
}

/* .select */
.select {
  position: relative;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  max-width: 100%;
  background-color: #eeedf5;
  border-radius: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.dark-block .select {
  background-color: #4e4b74;
}

.select.active {
  border-radius: 8px 8px 0 0;
}

.select label {
  left: 0px;
  right: 50px;
  display: block;
  color: #9f9bc2;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}

.select input {
  display: none;
}

.select__val {
  position: relative;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 100%;
  height: 72px;
  padding: 0 45px 0 24px;
  border-radius: 8px;
  color: #9f9bc2;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
}

.select__val::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  z-index: 3;
  width: 45px;
  border-right: solid 45px #4e4b74;
  background: linear-gradient(
    to left,
    rgb(238, 237, 245),
    rgba(238, 237, 245, 0)
  );
}

.dark-block .select__val::before {
  background: linear-gradient(to left, rgb(78, 75, 116), rgba(78, 75, 116, 0));
}

.select__val span {
  display: block;
  height: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #100e29;
  line-height: 20px;
  letter-spacing: -0.5px;
  text-transform: none;
}

.dark-block .select__val span {
  color: #fff;
}

.dark-block .select.selected .select__val {
  color: #fff;
}

.select.active .select__val {
  border-radius: 8px 8px 0 0;
}

.select__val::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  z-index: 3;
  width: 12px;
  height: 7px;
  margin-top: -3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNiA1TDExIDEiIHN0cm9rZT0iIzEwMEUyOSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=");
}

.dark-block .select__val::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC4zNzUyNDQgMS43ODA0OUwxLjYyNDYzIDAuMjE4NzVMNS45OTk5NCAzLjcxODk5TDEwLjM3NTIgMC4yMTg3NUwxMS42MjQ2IDEuNzgwNDlMNS45OTk5NCA2LjI4MDI0TDAuMzc1MjQ0IDEuNzgwNDlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
}

.select.active .select__val::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select__val span {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.select__list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  border: 1px solid #eeedf5;
  border-top: none;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.select.active .select__list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.select__list ul {
  max-height: 150px;
  margin-right: 8px;
  padding: 12px 0;
  overflow: auto;
}

.select__list ul::-webkit-scrollbar {
  width: 4px;
}

.select__list ul::-webkit-scrollbar-track {
  background: #eeedf5;
  margin: 8px 0px;
}

.select__list ul::-webkit-scrollbar-thumb {
  background-color: #9f9bc2;
}

.select__list li {
  padding: 8px 23px;
  color: #100e29;
  line-height: 18px;
  cursor: pointer;
}

/* .socials */
.socials {
  display: -webkit-flex;
  display: flex;
}

.socials li + li {
  margin-left: 8px;
}

.socials a {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #2a2931;
  border-radius: 4px 20px 4px 4px;
}

.socials a img,
.socials a svg {
  display: block;
  max-width: 90%;
  max-height: 90%;
}

/* Base elements hovers */
.choose-language__val,
.choose-language svg path,
.choose-language__list li a,
.button,
.link,
.links-container a,
.links-container span,
.socials a,
.link-arrow,
.link-arrow::after,
.links-container a,
.select__list li {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* animation */

.animation {
  opacity: 0;
  -webkit-transform: translate3d(0, 70px, 0);
  transform: translate3d(0, 70px, 0);

  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.animation.animated {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.second-list {
  margin-top: 40px;
  margin-bottom: 24px;
  margin-left: 19px;
}

.section2 {
  width: 670px;
}

.section4 {
  width: 600px;
}

.line {
  margin-top: 80px;
  border: 1px solid #d7d7e0;
}
.line-small {
  border: 1px solid #d7d7e0;
  margin-bottom: 10px;
}

.text-pay {
  position: relative;
  margin-left: 45px;
  font-weight: 400;
}
.text-pay::before {
  position: absolute;
  content: url("../images/doc.svg");
  left: -45px;
  top: -8px;
}

.nbu-link-first {
  position: relative;
  margin-top: 10px;
  margin-left: 35px;
}

.nbu-link-first::after {
  position: absolute;
  padding-left: 5px;
  top: 2px;
  content: url("../images/linknbu.svg");
}

.nbu-link {
  position: relative;
  margin-top: 10px;
}
.nbu-link::after {
  position: absolute;
  padding-left: 5px;
  top: 0px;
  content: url("../images/linknbu.svg");
}

#footer-link {
  color: white;
  transition: ease 0.3s;
}
#footer-link:hover {
  color: #9f9bc2;
}

.active {
  position: relative;
}

.active::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: #e93435;
  top: 5px;
  left: -15px;
}

/* .text-pay p {
   z-index: 2;
   margin-top: 24px;
   font-size: 16px;
   line-height: 26px;
   letter-spacing: -0.5px;
   font-weight: 400;
   color: #100E29;
 } */

@media screen and (min-width: 1023px) {
  /* .links-container */

  .links-container a:hover {
    color: #69adfc;
  }

  /* .link-arrow */

  .link-arrow:hover {
    color: #4e4b74;
  }

  .dark-block .link-arrow:hover {
    color: #9f9bc2;
  }

  .link-arrow.-right:hover::after {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  /* .choose-language */

  .choose-language:not(.-top):hover .choose-language__val {
    color: #e93435;
  }

  .choose-language:not(.-top):hover .choose-language__val svg path {
    fill: #e93435;
  }

  .choose-language.-top:not(.-dark):hover .choose-language__val {
    border-color: #e93435;
    background-color: #e93435;
    color: #fff;
  }

  .choose-language.-top:not(.-dark):hover .choose-language__val path {
    fill: #fff;
  }

  /* buttons */

  .button.-blue:hover {
    background-color: #4e4b74;
  }

  .button.-pink:hover {
    background-color: #fa1e1f;
  }

  .button.-border:hover {
    background-color: #d7d7e0;
  }

  .button.-border-dark:hover {
    background-color: #2d2a48;
  }

  .button.-hover-pink:hover {
    background-color: #e93435;
  }

  .button.-gray:hover {
    background-color: #69686e;
  }

  /* .select */

  .select__list li:hover {
    color: #4e4b74;
  }

  .select-bussines-type {
    height: 72px;
    width: 100%;
  }

  /* .footer */

  .footer .link:hover,
  .footer .links-container a:hover,
  .footer .links-container span:hover {
    color: #888794;
  }

  /* .socials */

  .socials a:hover {
    background-color: #69686e;
  }
}
.vpsMobile {
  display: none;
}

@media screen and (max-width: 1260px) {
  .wrapper-vps {
    display: none;
  }
  .vpsMobile {
    display: block;
  }

  .vpsMobile .mobile-message .container {
    margin-top: 88px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .vpsMobile h3 {
    margin-top: 24px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    width: 281px;
    text-align: center;
  }

  .vpsMobile p {
    width: 300px;
    margin-top: 24px;
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-primary);
    text-align: center;
  }

  br {
    display: none;
  }

  /* text */
  .title-1 {
    font-size: 38px;
    line-height: 40px;
    letter-spacing: -3px;
  }

  .title-2 {
    font-size: 34px;
    line-height: 36px;
    letter-spacing: -2px;
  }

  .title-3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -1px;
  }

  .subtitle-1 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -1px;
  }

  .subtitle-2 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.5px;
  }

  .text-1 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.5px;
  }

  .text-2 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.2px;
  }

  .caps-1 {
    font-size: 11px;
  }

  .link-arrow {
    font-size: 11px;
  }

  .link-arrow::after {
    margin: 0 0 -2px 8px;
  }

  .editor h1,
  .editor h2,
  .editor h3,
  .editor h4,
  .editor h5,
  .editor h6 {
    margin-top: 24px;
  }

  .editor h1 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -3px;
  }

  .editor h2 {
    font-size: 34px;
    line-height: 36px;
    letter-spacing: -2px;
  }

  .editor h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -1px;
  }

  .editor h4,
  .editor h5,
  .editor h6 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.5px;
  }

  .editor p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.2px;
  }

  /* buttons */
  .button {
    padding: 20px 24px;
    height: 56px;
    justify-content: center;
    border-radius: 8px 24px 8px 8px;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }

  .button.-small {
    height: 40px;
  }

  .button-arrow {
    font-size: 11px;
    white-space: nowrap;
  }

  .button-arrow span {
    margin-left: 8px;
  }

  /* .input */
  .input label {
    margin-left: 20px;
    margin-right: 20px;
  }

  .input.-textarea label {
    top: 18px;
  }

  .input.active label,
  .select.active label,
  .select.selected label {
    transform: translateY(-14px) scale(0.75);
  }

  .input input {
    height: 56px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.2px;
  }

  .input textarea {
    height: 98px;
    padding: 20px 20px 18px 20px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.2px;
  }

  .input.-textarea::before {
    height: 20px;
  }

  /* .select */
  .select__val {
    height: 56px;
    padding-right: 50px;
  }

  .select__val::after {
    margin-top: -3px;
  }

  .select__val span {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.2px;
  }

  .select__list ul {
    max-height: 130px;
    margin-right: 0;
    padding: 10px 0;
  }

  .select__list li {
    padding: 5px 20px;
  }

  .select-bussines-type {
    height: 56px;
  }
}

@media screen and (max-width: 720px) {
  /* .select */

  .select__list ul {
    max-height: 140px;
  }

  /* .button-container */

  .button-container.-vertical-center {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-container.-vertical-center .button {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
