@font-face {
  font-weight: normal;
  font-family: 'Basis Grotesque Pro';
  font-style: normal;
  src: url('../fonts/BasisGrotesquePro-Regular.ttf') format('truetype'),
    url('../fonts/BasisGrotesquePro-Regular.woff') format('woff'),
    url('../fonts/BasisGrotesquePro-Regular.woff2') format('woff2');
}

@font-face {
  font-weight: 500;
  font-family: 'Basis Grotesque Pro';
  font-style: normal;
  src: url('../fonts/BasisGrotesquePro-Medium.ttf') format('truetype'),
    url('../fonts/BasisGrotesquePro-Medium.woff') format('woff'),
    url('../fonts/BasisGrotesquePro-Medium.woff2') format('woff2');
}

@font-face {
  font-weight: 300;
  font-family: 'Basis Grotesque Pro';
  font-style: normal;
  src: url('../fonts/BasisGrotesquePro-Light.ttf') format('truetype'),
    url('../fonts/BasisGrotesquePro-Light.woff') format('woff'),
    url('../fonts/BasisGrotesquePro-Light.woff2') format('woff2');
}

@font-face {
  font-weight: bold;
  font-family: 'Basis Grotesque Pro';
  font-style: normal;
  src: url('../fonts/BasisGrotesquePro-Bold.ttf') format('truetype'),
    url('../fonts/BasisGrotesquePro-Bold.woff') format('woff'),
    url('../fonts/BasisGrotesquePro-Bold.woff2') format('woff2');
}

.moby {
  display: none;
}

img {
  max-height: 85%;
  max-width: 100%;
}

html {
  max-width: 100%;
  font-family: 'Basis Grotesque Pro';
}

a:hover,
ul.menu_bottom_item li a:hover {
  color: #9466ff;
  -webkit-transition: color 0.3s ease-in-out 0.3s;
  -moz-transition: color 0.3s ease-in-out 0.3s;
  -o-transition: color 0.3s ease-in-out 0.3s;
  transition: color 0.3s ease-in-out 0.3s;
}

.likn_stor a:hover {
  color: #fff;
  -webkit-transition: color 0.3s ease-in-out 0.3s;
  -moz-transition: color 0.3s ease-in-out 0.3s;
  -o-transition: color 0.3s ease-in-out 0.3s;
  transition: color 0.3s ease-in-out 0.3s;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  min-width: 1504px;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #101828;
  background: #fff;
  padding-top: 89px;
  line-height: normal;
  position: relative;
  overflow-x: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
  width: 45%;
}

.container {
  position: relative;
  min-width: 1101px;
  max-width: 1504px;
  margin: 0 auto;
  overflow: hidden;
}

input {
  -webkit-appearance: none;
}

.logo {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 0px;
}

section.top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 19px 0px;
  background: #fff;
  z-index: 99;
  border-bottom: 1px solid rgba(16, 24, 40, 0.5);
}

img.night {
  display: none;
}

section.top.black {
  background: #121214;
  color: #fff;
  border-bottom: 1px solid rgb(241 242 244 / 50%);
}

section.top.black img.night {
  display: inline;
}

section.top.black img.light {
  display: none;
}

section.top.gray {
  background: #f4f4f5;
}

section.top .container {
  overflow: visible;
}

section.top .left {
  width: 40%;
  font-size: 0;
}

.phone__video {
  border-radius: 8%;
  background-color: transparent;
}

.logo {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 0px;
}

ul.all_site {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 0px;
  margin-left: 64px;
}

ul.all_site li.open {
  display: block;
  position: relative;
}

ul.all_site_menu {
  font-size: 0.87em;
  position: absolute;
  top: 25px;
  left: 0;
  background: #fff;
  padding: 16px 16px;
  z-index: 9;
  line-height: 31px;
  box-shadow: 0px 0px 1px rgb(28 41 61 / 10%), 0px 36px 36px rgb(28 41 61 / 10%);
  border-radius: 4px;
  display: none;
}

ul.all_site_menu li {
  margin-top: 8px;
}

ul.all_site_menu li:first-child {
  margin-top: 0;
}

section.top .right {
  width: 60%;
  text-align: right;
  display: flex;
}

ul.menu_top {
  width: fit-content;
  display: flex;
  align-items: center;
}

ul.menu_top li a {
  white-space: nowrap;
}

ul.menu_top li:last-child a {
  display: flex;
  align-items: center;
}

a.go_form {
  background: #9466ff;
  border-radius: 8px;
  font-size: 20px;
  line-height: 48px;
  color: rgba(255, 255, 255, 0.9);
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

ul.menu_top li {
  font-size: 0;
  display: inline-block;
}

ul.menu_top li a {
  font-size: 16px;
  margin-right: 48px;
}

section.top .menu_moby {
  position: fixed;
  left: 0;
  top: 64px;
  width: 100%;
  height: calc(100% - 60px);
  background: #fff;
  padding: 32px 0 0;
  display: none;
}

section.top.black .menu_moby {
  background: #121214;
}

section.top.black .burger {
  background: url(../img/FL/dev_burger_off.png);
}

section.top.black .burger.on {
  background: url(../img/FL/dev_burger_on.png);
}

section.top.gray .menu_moby {
  background: #f4f4f5;
}

.scroll {
  position: absolute;
  width: 100%;
  padding-bottom: 200px;
  min-height: calc(100% - 32px);
}

section.top .menu_moby ul.menu_top {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0px 40px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 4%;
}

section.top .menu_moby a.go_form {
  display: block;
  margin: 0px auto 30px;
  width: 85%;
  min-width: auto;
  text-align: center;
  max-width: 320px;
}

.menu_moby .left.fiz {
  width: 100%;
  background: #1d1d21;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.menu_moby .right.stroy {
  font-size: 16px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 97px;
  left: 0;
}

h1,
h3 {
  font-size: 5em;
  font-weight: bold;
  margin-bottom: 60px;
  line-height: 1em;
}

.left.promo_txt {
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  opacity: 0;
  transition: opacity 1.5s;
}

.left.promo_txt.visible {
  opacity: 1;
}

section.top_promo {
  height: max-content;
}

section.top_promo .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.right.ptomo_img {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 40%;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 1.5s;
  margin: 15px 0;
}
.right.ptomo_img.visible {
  opacity: 1;
}

section.text_black {
  background: #121214;
  color: #fff;
  font-size: 2.63em;
  padding: 95px 0px;
  text-align: center;
  line-height: 1.2em;
}

.txt_while {
  padding: 0px 16%;
}

section.bloki p {
  font-size: 1.75em;
  margin-bottom: 30px;
}

.item_row:nth-child(even) {
  background: #f4f4f5;
}

.img_bl {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  height: 100%;
  justify-content: center;
}

.txt_bl {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: center;
  height: 100%;
  padding-left: 5%;
  justify-content: center;
}

.row_int {
  overflow: hidden;

  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  height: 100vh;
  min-height: 680px;
  padding: 8vh 0px;
}

/* section.bloki .container {
    min-width: 1280px;
    max-width: 1280px;
} */

section.key {
  background: #121214;
  text-align: center;
  padding: 90px 0px;
  position: relative;
}

section.key h3 {
  color: #9466ff;
  position: relative;
  z-index: 2;
}

section.key p {
  font-size: 1.75em;
  color: #fff;
  width: 46%;
  margin: 0 auto;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

.colm {
  display: inline-block;
  width: 22%;
  vertical-align: middle;
  margin: 0px 2%;
}

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

.fon_fi {
  position: absolute;
  width: 100%;
  height: 31.4%;
  left: 0;
  bottom: 0;
  background: #9466ff;
}

.number {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 60px;
}

.title_q {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 24px;
}

.item {
  padding: 60px 24px;
  min-height: 570px;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  background: #f4f4f5;
}

.item:hover,
.item.on {
  background: #121214;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.txt_q {
  font-size: 0.9em;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out 0.5s;
  -moz-transition: opacity 0.5s ease-in-out 0.5s;
  -o-transition: opacity 0.5s ease-in-out 0.5s;
  transition: opacity 0.5s ease-in-out 0.5s;
}

.item:hover .txt_q {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out 0.5s;
  -moz-transition: opacity 0.5s ease-in-out 0.5s;
  -o-transition: opacity 0.5s ease-in-out 0.5s;
  transition: opacity 0.5s ease-in-out 0.5s;
}

section.footer {
  background: #121214;
  padding: 80px 40px 0px;
  color: #ffffff;
}

ul.menu_bottom_item li:nth-child(1) {
  font-size: 1.37em;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
}

ul.menu_bottom_item li a {
  color: #a6a6b8;
  font-weight: 300;
  margin-bottom: 6px;
  display: block;
}

ul.menu_bottom_all > li {
  display: inline-block;
  width: 24%;
  margin-bottom: 4vh;
  vertical-align: top;
}

ul.menu_bottom_wide > li {
  display: inline-block;
  width: 49%;
  margin-bottom: 4vh;
  vertical-align: top;
}

.title_phone {
  font-size: 1.37em;
  font-weight: bold;
  margin-bottom: 30px;
}

a.phone {
  font-size: 2.63em;
  font-weight: bold;
  margin-bottom: 60px;
  display: block;
}

.mini_pao {
  font-size: 0.87em;
  font-weight: 300;
  color: #a2a2b8;
  margin-bottom: 1.5vh;
}

ul.menu_bottom_all {
  overflow: hidden;
  width: 100%;
}

.right.foot {
  width: 50%;
  padding-right: 11%;
}

section.select_site {
  font-size: 1.75em;
  overflow: hidden;
  display: flex;
}

.left.fiz {
  background: #1d1d21;
  color: #fff;
  text-align: center;
  padding: 2vh 0px;
  width: 33%;
}

.right.stroy {
  background: #2c2c32;
  color: #fff;
  text-align: center;
  padding: 2vh 0px;
  width: 33%;
}

span.name_site {
  vertical-align: middle;
  display: inline-block;
  margin-right: 110px;
}

.img_site {
  vertical-align: middle;
  display: inline-block;
  transform: translate(0px, 10px);
  -webkit-transition: transform 0.2s ease-out 0.2s;
  -moz-transition: transform 0.2s ease-out 0.2s;
  -o-transition: transform 0.2s ease-out 0.2s;
  transition: transform 0.2s ease-out 0.2s;
}

.img_site {
  width: 105px;
  height: 105px;
}

a.center.zs svg.img_site rect {
  fill: #ff5e2d;
}

a.center.fz svg.img_site rect {
  fill: #40a2ff;
}

a.center.fz:hover span.name_site {
  color: #40a2ff;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}

a.center.zs:hover span.name_site {
  color: #ff5e2d;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}

a.center:hover .img_site {
  transform: translate(0px, 0px);
  -webkit-transition: transform 0.2s ease-out 0.2s;
  -moz-transition: transform 0.2s ease-out 0.2s;
  -o-transition: transform 0.2s ease-out 0.2s;
  transition: transform 0.2s ease-out 0.2s;
}

body section.bloki {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
/*
body .item_row {
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    -webkit-transition: opacity 0.4s ease-out 0.4s;
    -moz-transition: opacity 0.4s ease-out 0.4s;
    -o-transition: opacity 0.4s ease-out 0.4s;
    transition: opacity 0.4s ease-out 0.4s;
    opacity: 0;
}

body .item_row.act {
    z-index: 9;
    -webkit-transition: opacity 0.4s ease-out 0.4s;
    -moz-transition: opacity 0.4s ease-out 0.4s;
    -o-transition: opacity 0.4s ease-out 0.4s;
    transition: opacity 0.4s ease-out 0.4s;
    opacity: 1;
} */

body.slider {
  overflow: hidden;
  height: 100%;
}

.phone {
  background: #121214;
  padding: 210px 0px 144px;
  color: #fff;
  text-align: center;
}

.phone__header {
  margin-bottom: 108px;
}

.phone__gallery {
  position: relative;
}

.phone__images-container {
  position: relative;
}

.phone__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 405px;
  height: 800px;
}

span.color {
  display: block;
  color: #9466ff;
}

.romb {
  position: relative;
  z-index: 1;
  width: 944px;
  height: 944px;
  /* Переход */
  -webkit-transition: all 0.5s ease-out 0.5s;
  -moz-transition: all 0.5s ease-out 0.5s;
  -o-transition: all 0.5s ease-out 0.5s;
  transition: all 0.5s ease-out 0.5s;
}

.romb.mini {
  transform: scale(0);
  -webkit-transition: all 0.5s ease-out 0.5s;
  -moz-transition: all 0.5s ease-out 0.5s;
  -o-transition: all 0.5s ease-out 0.5s;
  transition: all 0.5s ease-out 0.5s;
}

.row_input.errors:after {
  background: #c30202;
}

.oblako {
  background: #313135;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.35), 0px 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 40%;
  right: 40%;
  max-width: 314px;
  padding: 32px;
  text-align: left;
  opacity: 0;

  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.oblako.open {
  opacity: 1;
}

.oblako.line_1.open {
  top: 0%;
}

.oblako.line_2.open {
  top: 33%;
}

.oblako.line_3.open {
  top: 66%;
}

.oblako.line_4.open {
  top: 100%;
}

.oblako.pos_1.open {
  left: 10.5%;
}

.oblako.pos_3.open {
  left: 17%;
}

.oblako.pos_5.open {
  left: 10.5%;
}

.oblako.pos_7.open {
  left: 18.5%;
}

.oblako.pos_2.open {
  right: 10.5%;
  left: auto;
}

.oblako.pos_4.open {
  right: 17%;
  left: auto;
}

.oblako.pos_6.open {
  right: 10.5%;
  left: auto;
}

.oblako.pos_8.open {
  right: 18.5%;
  left: auto;
}

.likn_stor {
  margin: 130px 0px 100px;
  font-size: 1.5em;
  color: #9466ff;
}

.likn_stor a {
  margin: 0px 20px;
}

section.question h3 {
  width: 60%;
  margin-top: 150px;
  margin-bottom: 0px;
}

/* img#smena {
    position: relative;
    top: 0;
} */

.fix {
  position: fixed;
  z-index: 9;
  -webkit-transition: top 0.4s ease-out 0.4s;
  -moz-transition: top 0.4s ease-out 0.4s;
  -o-transition: top 0.4s ease-out 0.4s;
  transition: top 0.4s ease-out 0.4s;
}

span.mini_ow {
  color: #9466ff;
  display: block;
  margin-bottom: 15px;
}

.txt_bl p {
  font-size: 1.75em;
}

a.go_kab,
a.go_mobile_kabinet {
  border: 2px solid #9466ff;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 20px;
  line-height: 43px;
  color: #9466ff;
  width: 94px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 24px;
}

a.go_mobile_kabinet {
  padding: 10px 24px;
  line-height: 16px;
  font-size: 16px;
  display: none;
}

section.form_purpl .left.desc {
  width: 50%;
}

section.form_purpl .left.desc h3 {
  color: #ffffff;
  font-size: 3.5em;
  line-height: 1.2em;
  margin-bottom: 10px;
}

section.form_purpl {
  background: #9466ff;
}

section.form_purpl .container {
  padding-top: 80px;
  padding-bottom: 30px;
}

section.form_purpl .left.desc p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.5em;
}

.right.from .row_input input[type='text'] {
  border: 0;
  width: 100%;
  line-height: 48px;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  position: relative;
  z-index: 2;
  background: none;
  margin: 0 1%;
}

.row_input {
  position: relative;
  width: 46%;
  margin: 0 2%;
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}

.row_input:before {
  content: '';
  background: rgba(16, 24, 40, 0.1);
  height: 2px;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  -webkit-transition: width 0.2s ease-out 0.2s;
  -moz-transition: width 0.2s ease-out 0.2s;
  -o-transition: width 0.2s ease-out 0.2s;
  transition: width 0.2s ease-out 0.2s;
}

.row_input:after {
  content: '';
  background: rgba(16, 24, 40, 0.1);
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.row_input:hover:before {
  width: 100%;
  -webkit-transition: width 0.2s ease-out 0.2s;
  -moz-transition: width 0.2s ease-out 0.2s;
  -o-transition: width 0.2s ease-out 0.2s;
  transition: width 0.2s ease-out 0.2s;
}

.select_city {
  vertical-align: middle;
  line-height: 24px;
  display: inline-flex;
  width: 46%;
  margin: 0 2%;
  font-size: 16px;
  vertical-align: middle;
  color: #fff;
}

.row {
  font-size: 0;
  margin-bottom: 40px;
}

span.name {
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}

span.city_name {
  color: #ffffff;
  padding-left: 30px;
  position: relative;
  font-weight: 300;
  cursor: pointer;
}

span.placeholder {
  max-width: 100%;
  overflow: hidden;
  color: rgba(16, 24, 40, 0.7);
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  top: 0px;
  z-index: 1;
  color: #ffffff69;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-property: background, font-size, top, color;
  left: 0;
  line-height: 48px;
  font-weight: normal;
}

.row_input input:focus + .placeholder,
.row_input input:hover + .placeholder,
span.placeholder.open {
  transform: translate(0px, -15px);
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}

input[type='submit'] {
  background: #ffffff;
  border-radius: 8px;
  line-height: 56px;
  color: #9466ff;
  padding: 0px 24px;
  display: inline-block;
  border: 0;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  min-width: 301px;
}

.submit_cert {
  display: inline-block;
  width: 46%;
  margin: 0 2%;
  vertical-align: top;
}

.check_ok {
  display: inline-block;
  width: 46%;
  margin: 0 2%;
  vertical-align: top;
  font-size: 16px;
  color: #ffffff;
}

.style_chek input {
  position: relative;
  z-index: 2;
  width: 20px;
  height: 20px;
  opacity: 0;
}

span.block_chek {
  border-radius: 3px;
  width: 20px;
  height: 20px;
  border: 1.5px solid #ffffff;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: background 0.2ss ease-out 0.2s;
  -moz-transition: background 0.2ss ease-out 0.2s;
  -o-transition: background 0.2ss ease-out 0.2s;
  transition: background 0.2ss ease-out 0.2s;
}

.style_chek {
  position: relative;
  float: left;
  margin-right: 14px;
}

label {
  width: 80%;
  display: inline-block;
  vertical-align: top;
}

.style_chek input:checked + span.block_chek {
  background: url(../img/FL/chek_while.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.yes_data {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 18px;
  margin-top: 16px;
}

.yes_data a {
  color: #fff;
}

.row:last-child {
  margin-top: 56px;
}

span.city_name:after {
  content: '';
  display: block;
  background: url(../img/FL/geo_while.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -2px;
}

.modal_city {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000008c;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.modal_body {
  background: #ffffff;
  border-radius: 20px;
  width: 550px;
  height: 550px;
  max-height: 80%;
  padding: 40px;
  max-width: 80%;
  position: relative;
}

.close,
.close_city {
  position: absolute;
  font-size: 29px;
  font-family: arial;
  right: 18px;
  top: 18px;
  line-height: 25px;
  cursor: pointer;
}

.head {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.search_block {
  margin-bottom: 40px;
  position: relative;
}

input.search {
  display: block;
  float: left;
  width: 70%;
  line-height: 48px;
  border: none;
  border-bottom: 1px solid #c7c5c5;
  font-size: 16px;
  font-weight: normal;
}

.a.search_bottom {
  display: block;
  float: right;
  background: #9466ff;
  border-radius: 8px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  width: 25%;
}

.drop_list_city {
  position: absolute;
  width: 70%;
  height: auto;
  background: #fff;
  padding: 15px;
  top: 49px;
  display: none;
  padding-bottom: 0;
  box-shadow: 0px 0px 1px rgb(28 41 61 / 10%), 0px 36px 36px rgb(28 41 61 / 10%);
  border-radius: 4px;
}

.clear {
  clear: both;
  display: block;
}

.list_city {
  font-size: 0;
  margin-top: 40px;
}

.list_city a {
  display: inline-block;
  width: 26%;
  font-size: 14px;
  margin-bottom: 2vh;
}

.list_city a:nth-child(2),
.list_city a:nth-child(5),
.list_city a:nth-child(8),
.list_city a:nth-child(11),
.list_city a:nth-child(14),
.list_city a:nth-child(17),
.list_city a:nth-child(20),
.list_city a:nth-child(23) {
  margin: 0px 10% 0px 12%;
}

.drop_list_city a {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
}

.submit_cert.disabled input {
  pointer-events: none;
  opacity: 0.5;
}

section.question .item {
  width: 448px;
}

.scroll_posiciont.on {
  height: calc(100vh + 2000px);
}

.scroll_posiciont {
  height: 100%;
  position: relative;
}

.owerloy {
  height: calc(100vh - 87px);
}

section.question .owl-nav {
  position: absolute;
  top: -15%;
  right: 0;
}

section.question .owl-carousel .owl-nav button {
  background: #f4f4f5;
  border-radius: 8px;
  display: inline-block;
  height: 56px;
  width: 56px;
  margin-left: 39px;
  font-family: arial;
  font-size: 21px;
}

section.question .owl-carousel .owl-nav button path {
  fill: #101828;
}

section.question .owl-carousel .owl-nav button:hover path {
  fill: #fff;
}

section.question .owl-carousel .owl-nav button:hover {
  color: #fff;
  background: #9466ff;
}

section.question .carusel.owl-carousel.owl-loaded.owl-drag {
  padding-top: 70px;
}

.modal.success.open {
  opacity: 1;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.modal.success.open .contant_modal {
  text-align: center;
}

.modal.success.open .title {
  font-size: 2em;
  margin-top: 28px;
  margin-bottom: 12px;
}

.txt {
  width: 80%;
  font-size: 1.5em;
  margin: 0 auto;
  margin-bottom: 30px;
  color: #797e8b;
}

a.yes {
  color: #fff;
  font-size: 1.25em;
  background: #9466ff;
  border-radius: 8px;
  line-height: 56px;
  padding: 0 71px;
  display: inline-block;
}

.close,
.close_city {
  position: absolute;
  font-size: 29px;
  font-family: arial;
  right: 18px;
  top: 18px;
  line-height: 25px;
  cursor: pointer;
}

.modal_okno {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000059;
  z-index: 999;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out 0.6s;
  -moz-transition: opacity 0.6s ease-out 0.6s;
  -o-transition: opacity 0.6s ease-out 0.6s;
  transition: opacity 0.6s ease-out 0.6s;
}

section.question .container {
  overflow: visible;
}

.owl-carousel .owl-stage-outer {
  width: 115%;
}

.main {
  overflow: hidden;
}

.pointer {
  cursor: pointer;
}

.menu_arrow {
  margin-left: 6px;
  transition: transform 0.7s;
}

.menu_arrow.black > path {
  fill: #fff;
}

.open.ok .menu_arrow {
  transform: rotate(180deg);
}

.flex {
  display: flex;
}

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

.menu__link {
  line-height: 20px;
}

.top.black .menu__link {
  color: #101828;
}
.top.black .menu__link:hover {
  color: #9466ff;
}

.go_kab_mobile {
  border: 2px solid #9466ff;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 20px;
  line-height: 43px;
  color: #9466ff;
  width: 80%;
  position: absolute;
  bottom: 280px;
  left: 10%;
  text-align: center;
}

.right.stroy svg rect {
  fill: #ff5e2d;
}

.mobile-minus {
  opacity: 0;
  position: absolute;
  right: -40px;
  top: 0px;
  pointer-events: none;
}

.img_animation {
  opacity: 0;
}

.img_animation.visible {
  opacity: 1;
  transition: opacity 1.5s;
}

.menu_top .icon:before {
  content: url('../img/FL/document.svg');
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 8px;
}

footer {
  background-color: #1d1d21;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 123px;
}

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.footer__link a {
  color: white;
  width: 100%;
  cursor: pointer;
}

.footer__link a:hover,
.mobile_menu__link a:hover {
  background-color: #2c2c32;
}

.footer__link span,
.mobile_menu__link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0;
  font-size: 22px;
  line-height: 24px;
}

.footer__link span:after,
.mobile_menu__link span:after {
  content: '';
  width: 64px;
  height: 64px;
  margin-left: 32px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.footer__link span:hover:after,
.mobile_menu__link span:hover:after {
  -webkit-transform: translateY(-7px) rotate(45deg);
  -ms-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}
.footer__link_yellow span:after,
.mobile_menu__link_yellow span:after {
  background-color: #ffa307;
}

.footer__link_sky span:after,
.mobile_menu__link_sky span:after {
  background-color: #40a2ffff;
}
.footer__link_orange span:after,
.mobile_menu__link_orange span:after {
  background-color: #ff5e2dff;
}

.footer__link_yellow span:hover,
.mobile_menu__link_yellow span:hover {
  color: #ffa307;
}

.footer__link_sky span:hover,
.mobile_menu__link_sky span:hover {
  color: #40a2ffff;
}

.footer__link_orange span:hover,
.mobile_menu__link_orange span:hover {
  color: #ff5e2dff;
}

.mobile_menu__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  width: calc(100% - 32px);
  margin: 0 16px;
}

.mobile_menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 64px;
}

.mobile_menu__link a {
  width: 100%;
}

.mobile_menu__link span {
  color: #101828;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile_menu__link {
  border-bottom: 1px solid #e8e8ee;
}

.mobile_menu__link:last-child {
  border-bottom: none;
}

.mobile_menu__link span:after {
  width: 30px;
  height: 30px;
}

.all_site_menu .menu__link {
  white-space: nowrap;
}

.key_services {
  padding: 120px 0;
}

.key_services.purple {
  background-color: #9466ff;
}

.key_services_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.key_services_title,
.key_services_desc {
  color: white;
  text-align: center;
}

.key_services_title {
  font-weight: 700;
  font-size: 64px;
  line-height: 75px;
  margin-bottom: 32px;
  font-weight: bold;
}

.key_services_desc {
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  max-width: 771px;
}

.key_services_link {
  padding: 14px 81px;
  display: block;
  margin-top: 64px;
  background-color: white;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #101828;
  font-weight: 500;
}

.menu_top li {
  display: flex !important;
  justify-content: center !important;
}

.download_button_block {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
}

.application_button {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #9466ff !important;
}

.card_link {
  text-decoration: underline !important;
}

.mask {
  display: none;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
}

.digit {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 49px;
  background: #121214;
  text-align: center;
  padding-top: 90px;
}

section.digit h3 {
  color: #9466ff;
}

section.digit p {
  font-size: 1.75em;
  color: #fff;
  width: 46%;
  z-index: 2;
}

.screens {
  position: relative;
  height: 62%;
  width: 100%;
}

.screens > .colm {
  position: relative;
  z-index: 1;
  vertical-align: bottom;
}

.screens__bottom-square {
  position: absolute;
  bottom: 0;
  background-color: #9466ff;
  width: 100%;
  height: 50%;
  z-index: 0;
}
