@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: 100%;
  max-width: 100%;
}

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

a:hover {
  color: #40a2ff;
  -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;
  line-height: 24px;
  font-weight: normal;
  color: #101828;
  line-height: normal;
  background: #fff;
  overflow-x: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

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

section.top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 1.2vh 0px;
  background: #fff;
  z-index: 99;
  border-bottom: 1px solid #d3d4db;
}

input {
  -webkit-appearance: none;
}

.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;
}

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

a.go_form {
  background: #40a2ff;
  border-radius: 8px;
  font-size: 16px;
  line-height: 44px;
  color: rgba(255, 255, 255, 0.9);
  padding: 0px 24px;
  display: inline-block;
  vertical-align: middle;
}

ul.menu_top {
  width: fit-content;
  display: inline-block;
  margin-right: 5%;
  vertical-align: middle;
}

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

section.top .container {
  overflow: visible;
}

section.top .container:after {
  content: '';
  display: block;
  clear: both;
}

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

li.open.ok span.op {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -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;
}

li.open span.op {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -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;
}

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

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

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

.mouse-parallax-bg {
  position: absolute;
  background-image: url(../img/MC/fon1.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  transition: all 0.1s ease;
  top: 0%;
  right: -16%;
  z-index: 1;
  height: 100%;
}

.bl_1 {
  height: 100vh;
  position: relative;
  overflow: hidden;
  padding-top: 77px;
  min-height: 830px;
}

.promo_txt li {
  font-size: 1.75em;
  line-height: 1.9em;
  position: relative;
  padding-left: 27px;
}

h1 {
  font-weight: bold;
  margin-bottom: 5.1vh;
  font-size: 4em;
}

.promo_txt {
  width: 61%;
  display: inline-block;
  vertical-align: middle;
}

.promo_txt ul {
  margin-bottom: 4vh;
  display: block;
}

.promo_txt li:after {
  content: '';
  background: url(../img/MC/ul.png);
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5.5px;
}

.line {
  width: 1px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.bl_1 .container {
  height: 100%;
  z-index: 2;
}

ul.futures {
  counter-reset: heading;
  overflow: hidden;
  margin: 4.3vh 0px;
}

ul.futures li:before {
  counter-increment: heading;
  content: counter(heading);
  background: #40a2ff;
  border-radius: 8px;
  line-height: 36px;
  width: 36px;
  font-size: 20px;
  display: block;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

ul.futures li {
  position: relative;
  float: left;
  width: 32%;
  min-width: 470px;
}

ul.futures li h4 {
  padding-left: 60px;
  margin-bottom: 1.8vh;
  font-size: 1.75em;
  font-weight: bold;
}

ul.futures li p {
  padding-left: 60px;
  font-size: 1.5em;
  color: rgba(16, 24, 40, 0.7);
}

ul.futures li:nth-child(2) {
  margin: 0px 2%;
}

.menu_int {
  width: 24.5%;
  float: left;
  background: #121214;
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.5em;
  line-height: 40px;
  padding-left: 11%;
  padding-top: 12vh;
}

.info_int {
  width: 32.2%;
  float: left;
  padding: 8vh 0px 8vh;
  border-right: 1px solid #e8e8ee;
  position: relative;
  z-index: 2;
  background: #ffffffbd;
  min-height: 680px;
  height: calc(100vh - 70px);
}

.img_int {
  float: left;
  width: 43.3%;
  min-height: 680px;
  height: calc(100vh - 70px);
}

.menu_int li {
  margin-bottom: 3.3vh;
  cursor: pointer;
}

.title {
  font-size: 2.63em;
  line-height: 44px;
  font-weight: bold;
  margin-bottom: 2.6vh;
  padding: 0px 27px 0px 44px;
}

.inf {
  font-size: 1.25em;
  line-height: 1.6em;
  color: #797e8b;
  margin-bottom: 3.9vh;
  padding: 0px 27px 0px 44px;
}

.info_int .act {
  display: block;
}

.info_int > div {
  display: none;
}

ul.animate li {
  padding: 2.5vh 25px 2.5vh 44px;
  font-size: 1.4em;
  border-top: 1px solid #e8e8ee;
}

li.blue {
  color: #40a2ff;
}

ul.animate li:last-child {
  border-bottom: 1px solid #e8e8ee;
}

section.interactiv {
  display: flex;
  width: 100%;
  overflow: hidden;
  min-height: 700px;
}

ul.animate {
  margin-bottom: 54px;
  position: relative;
}

ul.animate li.line_anim {
  position: absolute;
  width: 2px;
  height: 0%;
  background: #40a2ff;
  border: 0;
  right: -1px;
  top: 0;
  padding: 0;
}

.menu_int .act {
  color: #fff !important;
}

a.go_calc {
  background: #40a2ff;
  border-radius: 8px;
  font-size: 1em;
  line-height: 44px;
  color: rgba(255, 255, 255, 0.9);
  padding: 0px 24px;
  display: inline-block;
  margin-left: 44px;
  position: absolute;
  bottom: 8vh;
}

section.bl_2 {
  background: #f4f4f5;
  height: 27vh;
}

.MacBook {
  background: url(../img/MC/MacBook.png);
  padding: 4% 13% 10% 13%;
  background-size: 100% 100%;
  position: relative;
  right: -3%;
  top: 50%;
  width: 1190px;
  margin-top: -325px;
}

h2 {
  font-size: 5em;
  color: #40a2ff;
  font-weight: bold;
  text-align: center;
  padding: 0px 6%;
  margin-top: 11vh;
  line-height: 1.1em;
}

.title_mini {
  font-size: 2.63em;
  line-height: 44px;
  font-weight: 500;
  margin-bottom: 40px;
}

ul.region_icons li {
  font-size: 1.12em;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 16px;
}

.elem div,
.elem p,
.elem ul {
  position: relative;
  z-index: 1;
}

span.ico_r {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 16px;
  background-image: url(../img/MC/region_ico.svg);
}

ul.region_icons li span {
  vertical-align: middle;
  max-width: 230px;
  display: inline-block;
}

span.ico_r.home {
  background-position: 0 0;
}

span.ico_r.secr {
  background-position: 0px -93px;
}

span.ico_r.wifi {
  background-position: 0px -139px;
}

span.ico_r.cam {
  background-position: 0 -46px;
}

span.ico_r.conter {
  background-position: 0 -187px;
}

span.ico_r.fd {
  background-position: 0 -233px;
}

.city {
  font-size: 1.5em;
  line-height: 28px;
  color: #40a2ff;
  margin-bottom: 16px;
}

.elem p {
  font-size: 1.35em;
  margin-top: 20px;
}

/*.title_mini:after {
    content: "";
    height: 4px;
    width: 96px;
    background: #121214;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}*/

section.region {
  background: #f4f4f5;
  overflow: hidden;
  padding-bottom: 13vh;
}

.elem {
  width: 696px;
}

.elem:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 120%;
  content: '';
  top: -20%;
  opacity: 0;
  -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;
}

.elem:hover:before {
  opacity: 1;
  -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;
}

section.region .owl-stage-outer {
  padding-top: 15vh;
}

.elem.spb:before {
  background: url(../img/MC/spb.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.elem.vlad:before {
  background: url(../img/MC/vlad.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.elem.ulan-ud:before {
  background: url(../img/MC/ulan-ud.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

section.region .container {
  overflow: visible;
}

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

section.region .owl-carousel .owl-stage-outer:before {
  position: absolute;
  content: '';
  background: url(../img/MC/while_fon.png);
  height: 100%;
  width: 370px;
  right: -7px;
  top: 0;
  z-index: 1;
  background-size: 100% 100%;
}

section.calc_all h2 {
  color: #fff;
  text-align: left;
  padding: 0px;
  margin: 0px 0px 4.2vh 0px;
}

section.calc_all {
  color: #fff;
  background: #121214;
}

.content:after {
  content: '';
  display: block;
  clear: both;
}

section.calc_all {
  padding-top: 11vh;
  position: relative;
  overflow: hidden;
}

section.calc_all .container p {
  font-size: 1.75em;
  line-height: 33px;
  width: 63%;
}

.right.result {
  background: #2c2c32;
  border-radius: 60px 0px 0px 0px;
  padding: 10vh 60px 10vh 100px;
  width: 42%;
}

.title_res {
  font-size: 2.63em;
  line-height: 44px;
  font-weight: bold;
  margin-bottom: 12px;
}

.right.result p {
  font-size: 1.75em;
  line-height: 32px;
  font-weight: 300;
  color: rgb(138 138 149);
  margin-bottom: 40px;
}

.summ_one {
  font-size: 5em;
  font-weight: bold;
  color: #40a2ff;
  margin-bottom: 70px;
}

.summ_month {
  font-size: 5em;
  font-weight: bold;
  color: #40a2ff;
}

.left.calc {
  width: 49%;
  margin-right: 9%;
  text-align: right;
  padding-top: 11vh;
}

.row {
  display: inline-block;
  width: 730px;
  text-align: left;
  font-size: 1.75em;
  overflow: hidden;
  margin-bottom: 48px;
}

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

span.block_chek {
  border-radius: 12px;
  background: #48484f;
  width: 40px;
  height: 40px;
  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: 8px 56px 8px 0px;
}

.style_chek input:checked + span.block_chek {
  background: url(../img/MC/chek.svg);
  -webkit-transition: background 0.2s ease-out 0.2s;
  -moz-transition: background 0.2s ease-out 0.2s;
  -o-transition: background 0.2s ease-out 0.2s;
  transition: background 0.2s ease-out 0.2s;
}

.row label {
  line-height: 40px;
  margin: 8px 0px 8px 0px;
  float: left;
  max-width: 57%;
}

.tupe_number {
  float: right;
  background: #48484f;
  border-radius: 28px;
  padding: 10px 14px;
}

.tupe_number input[type='number'] {
  font-size: 0.75em;
  line-height: 28px;
  width: 67px;
  text-align: center;
  font-weight: normal;
  background: none;
  border: 0;
  color: #fff;
}

.tupe_number span {
  width: 20px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.tupe_number.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.tupe_number.disabled span,
.tupe_number.disabled input {
  pointer-events: none;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input[type='number']:hover,
input[type='number']:focus {
  -moz-appearance: number-input;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.left.form {
  background: #ffffff;
  color: #101828;
  width: 54%;
  text-align: right;
  margin-right: 4%;
}

.right.contact {
  color: #fff;
  background: #121214;
  text-align: left;
  width: 42%;
  padding: 9vh 80px 7vh;
}

.left.form h2 {
  color: #101828;
  margin: 9vh 0px 3.1vh;
  text-align: left;
  padding: 0;
}

.container_mini {
  text-align: left;
  display: inline-block;
  min-width: 828px;
}

section.footer {
  overflow: hidden;
}

.p_b {
  font-size: 1.75em;
  color: #40a2ff;
  font-weight: 500;
  margin-bottom: 6vh;
}

.row_input input {
  border: 0;
  width: 100%;
  line-height: 48px;
  color: #101828b3;
  font-size: 1em;
  font-weight: normal;
  position: relative;
  z-index: 2;
  background: none;
}

.row_input {
  position: relative;
  margin-bottom: 32px;
}

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

.row_input:before {
  content: '';
  background: rgba(16, 24, 40, 0.1);
  height: 2px;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #40a2ff;
  -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: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;
}

.row_two .row_input {
  width: 42%;
  margin-right: 3%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.select_city {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}

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

.row_two {
  margin-bottom: 8.5vh;
}

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

span.op svg {
  width: 12px;
  height: 11px;
}

a:hover span.op svg path {
  fill: #40a2ff;
  -webkit-transition: fill 0.3s ease-in-out 0.3s;
  -moz-transition: fill 0.3s ease-in-out 0.3s;
  -o-transition: fill 0.3s ease-in-out 0.3s;
  transition: fill 0.3s ease-in-out 0.3s;
}

span.op {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}

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

span.city_name:hover {
  filter: brightness(70%);
  -webkit-filter: brightness(70%);
  -moz-filter: brightness(70%);
  -ms-filter: brightness(70%);
  -o-filter: brightness(70%);
  -webkit-filter: brightness(70%);
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #101828b3;
  font-size: 16px;
  font-weight: normal;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #101828b3;
  font-size: 16px;
  font-weight: normal;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #101828b3;
  font-size: 16px;
  font-weight: normal;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #101828b3;
  font-size: 16px;
  font-weight: normal;
}

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: 49%;
  margin-bottom: 4vh;
  vertical-align: top;
}

.title_phone {
  font-size: 1.37em;
  font-weight: bold;
  margin-top: 2vh;
  margin-bottom: 3vh;
}

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

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

.row_submit input[type='submit'] {
  background: #40a2ff;
  border-radius: 8px;
  font-size: 1em;
  line-height: 48px;
  color: rgba(255, 255, 255, 0.9);
  padding: 0px 24px;
  display: inline-block;
  border: 0;
  vertical-align: middle;
}

.row_submit input[type='submit']:disabled {
  background: rgba(16, 24, 40, 0.1);
  color: rgba(16, 24, 40, 0.25);
}

.row_submit .yes_data {
  display: inline-block;
  width: 300px;
  font-size: 0.8em;
  line-height: 18px;
  vertical-align: middle;
  margin-left: 25px;
}

.yes_data a {
  display: block;
  color: #40a2ff;
}

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

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

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

a.center {
  display: inline-block;
}

span.name_site {
  vertical-align: middle;
  display: inline-block;
  margin-right: 110px;
  -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;
}

.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;
}

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

a.center.fz:hover span.name_site {
  color: #9466ff;
  -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.zs svg.img_site rect {
  fill: #ff5e2d;
}

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;
}

.container.top_1 {
  height: 65vh;
  min-height: 535px;
}

.top_2 {
  height: 27vh;
  background: #f4f4f5;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 210px;
}

/*
.top_1, .top_2 {
    opacity: 0;
} */
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;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-property: background, font-size, top, color;
  left: 0;
  line-height: 48px;
}

.row_input input:focus + .placeholder,
.row_input input:hover + .placeholder,
span.placeholder.open {
  transform: translate(0px, -15px);
  font-size: 12px;
  line-height: 18px;
  -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;
}

section {
  -webkit-transition: filter 0.4s ease-out 0.4s;
  -moz-transition: filter 0.4s ease-out 0.4s;
  -o-transition: filter 0.4s ease-out 0.4s;
  transition: filter 0.4s ease-out 0.4s;
}

section.blur {
  filter: blur(5px);
  -webkit-transition: filter 0.5s ease-out 0.5s;
  -moz-transition: filter 0.5s ease-out 0.5s;
  -o-transition: filter 0.5s ease-out 0.5s;
  transition: filter 0.5s ease-out 0.5s;
}

.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;
}

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

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

.contant_modal {
  border-radius: 20px;
  overflow: hidden;
}

a.clear_m {
  display: none;
}

ul.carusel_moby.owl-carousel {
  display: block;
}

.burger {
  width: 24px;
  height: 24px;
  float: right;
  margin-top: 10px;
  background: url(../img/MC/burger_off_while.svg);
  display: none;
}

.burger.on {
  background: url(../img/MC/burger_on_while.svg);
}

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

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 ul.menu_top a {
  font-size: 28px;
  font-weight: bold;
}

section.top .menu_moby ul.menu_top li {
  margin-bottom: 20px;
  display: block;
}

section.top .menu_moby {
}

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

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

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

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

.MacBook img.act_img {
  display: block;
}

.MacBook img {
  display: none;
}

ul.animate li:not(.line_anim):nth-child(3) {
  border-bottom: 1px solid #e8e8ee;
}

.modal.imgs {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99;
}

.modal.imgs .modal_okno {
  position: relative;
  text-align: center;
  padding: 4%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.modal.imgs .modal_okno img {
  max-height: 100%;
}

.modal.imgs .modal_okno .contant_modal {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.top .menu_moby a.go_form {
  position: absolute;
  bottom: 200px;
  left: 50%;
  margin-left: -160px;
}

.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;
  overflow: auto;
}

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

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

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

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: #40a2ff;
  border-radius: 8px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  width: 25%;
}

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

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

.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 {
  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;
}

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

.owl-nav {
  position: absolute;
  top: 0;
  right: 0;
}

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

section.region .owl-carousel .owl-nav button:hover {
  color: #fff;
  background: #40a2ff;
}

.row_input.errors:after {
  background: red;
}

.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: #40a2ff;
  border-radius: 8px;
  line-height: 56px;
  padding: 0 71px;
  display: inline-block;
}

section.calc_all {
  display: none;
}

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

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

.pointer {
  cursor: pointer;
}

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

.soon-grey {
  color: #7f7f7f;
}

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_purple span:after,
.mobile_menu__link_purple span:after {
  background-color: #8b63fe;
}
.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_purple span:hover,
.mobile_menu__link_purple span:hover {
  color: #8b63fe;
}

.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: 12%;
}

.mobile_menu__link a {
  width: 100%;
}

.mobile_menu__link span {
  color: #101828;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  -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;
}
