/**
 * home-sections.css — стили секций главной ниже hero (#block-01, #baner-2, …).
 * Остальной объём пока в legacy/legacy-home.css; переносить сюда порциями.
 */

#contact-1 {
  color: #000;
  background: url(../../../images/build-fon.jpg), #f7f7f7;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-attachment: fixed;
  padding: 4% 10% 2% 10%;
  display: table;
  width: 100%;
}

#contact-1 iframe {
  border: 0px solid #ff4652 !important;
  width: 100%;
  margin: 0 auto;
  display: table;
}

#contact-1 #map {
  border: 0px solid #ff4652 !important;
  box-shadow: 0px 0px 33px -11px black;
  width: 62%;
  height: 350px;
  display: table;
  float: left;
}

#contact-1 .right::before {
  content: "";
  width: 130px;
  height: 2px;
  background: #ff4652;
  display: table;
  position: absolute;
  top: 0;
  left: 0;
}

#contact-1 .right::after {
  content: "";
  width: 2px;
  height: 130px;
  background: #ff4652;
  display: table;
  position: absolute;
  top: 0;
  left: 0;
}

#contact-1 .right h1::before {
  content: "";
  width: 130px;
  height: 2px;
  background: #ff4652;
  display: table;
  position: absolute;
  bottom: 0;
  right: 0;
}

#contact-1 .right h1::after {
  content: "";
  width: 2px;
  height: 130px;
  background: #ff4652;
  display: table;
  position: absolute;
  bottom: 0;
  right: 0;
}

#contact-1 .right {
  float: left;
  width: 30%;
  margin: 0% 4%;
  background: #fff;
  padding: 29px 57px;
  padding-bottom: 24px;
  box-shadow: 0px 0px 30px #c3c3c3;
  height: 350px;
  position: relative;
}

#contact-1 .right p {
  margin: 0;
  padding: 10px 0px;
}

#contact-1 h1 {
  color: #ff4652;
  text-align: left;
  padding: 20px 0px;
  margin: 0px 0px;
  font-size: 30px;
  font-weight: 100;
  width: 100%;
}

#contact-1 .wm-contact__link {
  font-size: 18px;
  color: #000000;
  text-decoration: none;
}

#contact-1 .wm-contact__link--cta {
  color: #47494d;
}

#contact-1 .wm-contact__icon {
  font-size: 20px;
}

#contact-1 .wm-contact__icon--whatsapp {
  color: #0ba00d;
}

#contact-1 .wm-contact__icon--telegram {
  color: #3498db;
}

#contact-1 .wm-contact__icon--mail {
  color: #ffb347;
}

@media (max-width: 1000px) {
  #contact-1 .right {
    width: 100%;
    margin: 4% 0%;
  }

  #contact-1 #map {
    width: 100%;
    height: 350px;
  }
}

@media (max-width: 600px) {
  #contact-1 h1 {
    font-size: 22px;
  }

  #contact-1 .right {
    width: 100%;
    margin: 4% 0%;
    padding: 21px 27px;
  }
}

/* ========================================================================
 * Legacy slice: #numbers, #baner-1, .type-wrap, #menu (+ related @media),
 * plus sticky/menu-forma rules (see block before @media). Mobile toggle
 * (.cmn-toggle-switch) lives in components.css (loads before legacy).
 * Migrated from legacy-home.css (order preserved within slice).
 * ======================================================================== */

#numbers  {list-style: none;}
#numbers {
    color: #fff;
    position: fixed;
    margin: 0% 3px 0% 1px;
    padding-top: 40vh;
    top: 0;
    right: 0;
    z-index: 99999;
    height: 100vh;
}
#numbers a {
    transform: rotate(90deg);
    color: #fff;
    padding: 3px 5px 2px 5px;
    text-align: center;
    font-weight: 100;
    border-radius: 25px;
    background: #000;
    display: inline-table;
    margin: 2px auto;
    font-size: 13px;
}
#numbers a:hover {
background: #ff4652;
}
#numbers .active a{
background: #ff4652;
}
#baner-1 .a-proect, #modal-form-site .a-proect, .a-23 {
    margin: 20px;
    margin-left: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 50px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    transition: .25s ease-in-out;
    transition-property: color,background-color,background-position,border-color,box-shadow;
    background-origin: border-box;
    background-size: calc(200% + 1px);
    background-position-x: calc(100% + 1px);
    background-color: #fff;
    color: #383838;
    border: 0px solid #929292;
    background-image: linear-gradient(90deg,#ff4652 50%,transparent 50%);
    font-family: e, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 100;
}
#baner-1 .a-proect:hover, #modal-form-site .a-proect:hover, .a-23:hover{
    background-position-x: 0;
    color: #fff;
}
#baner-1 .text {
    margin-left: 200px;
}
#baner-1 .uk-slidenav-position .uk-slidenav {
    display: block !important;
    color: #fff;
    box-shadow: none !important;
	transition: 0.4s;
}
#baner-1 .uk-slidenav-position .uk-slidenav:hover {color:#FF4652;}
#baner-1 {
    padding: 22% 10%;
    background: url(../../../images/home-hero-texture.svg);
    background-repeat: no-repeat;
    background-position: center;
}
#baner-1 h1 {
    color: #fff;
    font-weight: bolder;
    font-size: 92px;
    margin: 0;
    padding: 0;
    font-family: e, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

#baner-1 p:before, #baner-1 p:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    height: 3px;
    background: #e74c30;
    border: solid #FFF;
    border-width: 0 10px;
    margin: -5px 12px 0px 12px;
}
#baner-1 p {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
#baner-1 p:before
#baner-1 p {
  /* С‡С‚РѕР±С‹ Р»РёРЅРёРё РЅРµ РІС‹С…РѕРґРёР»Рё Р·Р° С€РёСЂРёРЅСѓ Р±Р»РѕРєР° Р·Р°РіРѕР»РѕРІРєР° */
  overflow: hidden;
}

#baner-1 p:before {
  /* СЃРјРµС‰Р°РµРј Р»РµРІСѓСЋ Р»РёРЅРёСЋ РІР»РµРІРѕ РѕС‚СЂРёС†Р°С‚РµР»СЊРЅС‹Рј РѕС‚СЃС‚СѓРїРѕРј, СЂР°РІРЅС‹Рј 100% С€РёСЂРёРЅС‹
  ** Р±Р»Р°РіРѕРґР°СЂСЏ СЌС‚РѕРјСѓ Р»РёРЅРёСЏ РІСЃС‚Р°РµС‚ СЃР»РµРІР° РѕС‚ С‚РµРєСЃС‚Р°
  */
  margin-left: -100%;
}
#baner-1 p:after {
  /* СЃРјРµС‰Р°РµРј РїСЂР°РІСѓСЋ Р»РёРЅРёСЋ РІРїСЂР°РІРѕ РѕС‚СЂРёС†Р°С‚РµР»СЊРЅС‹Рј РѕС‚СЃС‚СѓРїРѕРј, СЂР°РІРЅС‹Рј 100% С€РёСЂРёРЅС‹
  ** Р±Р»Р°РіРѕРґР°СЂСЏ СЌС‚РѕРјСѓ Р»РёРЅРёСЏ РІСЃС‚Р°РµС‚ СЃРїСЂР°РІР° РѕС‚ С‚РµРєСЃС‚Р°
  */
  margin-right: -100%;
  display: none;
}

#baner-1 h2 {
    color: #fff;
    font-weight: bolder;
    font-size: 92px;
    margin: 0;
    padding: 0;
    font-family: e, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
#baner-1 span {
    color: #fff;
    font-weight: bolder;
    font-size: 92px;
    margin: 0;
    padding: 0;
    font-family: e, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* ====== style block separator (original order) ====== */


#numbers .active a {
    background: #ff4652;
}
#numbers a {
    transform: rotate(90deg);
    color: #fff;
    padding: 7px 6px;
    text-align: center;
    font-weight: 100;
    border-radius: 25px;
    background: #000;
    display: inline-table;
    margin: 2px auto;
    font-size: 13px;
}
#numbers a:hover {
    background: #ff4652;
}
#numbers {
    list-style: none;
}
#baner-1 p:before {
    margin-left: -100%;
}
#numbers {
    color: #fff;
    position: fixed;
    margin: 0% 3px 0% 1px;
    padding-top: 40vh;
    top: 0;
    right: 0;
    z-index: 99999;
    height: 100vh;
}
#baner-1 p:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100px;
    height: 3px;
    background: #e74c30;
    border-left: solid #FFF;
    border-width: 0 10px;
    margin: 10px 1% 1% 1%;
}
#baner-1 p:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 25%;
    height: 3px;
    background: #e74c30;
    border-right: solid #FFF;
    border-width: 0 10px;
    margin: 10px 1% 1% -26%;
}
.a-main-down {
    color: #fff;
    margin-left: 16%;
    display: table;
    box-shadow: none !important;
    transition: 0.4s !important;
    font-size: 28px;
    font-family: w;
    z-index: 999;
    position: relative;
}
#baner-1 .a-proect:hover, #modal-form-site .a-proect:hover {
    background-position-x: 0;
    color: #fff;
}
#baner-1 .a-proect, #modal-form-site .a-proect {
    margin: 20px;
    margin-left: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 20px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    transition: .25s ease-in-out;
    transition-property: color,background-color,background-position,border-color,box-shadow;
    background-origin: border-box;
    background-size: calc(200% + 1px);
    background-position-x: calc(100% + 1px);
    background-color: #fff;
    color: #383838;
    border: 1px solid #929292;
    background-image: linear-gradient(90deg,#ff4652 50%,transparent 50%);
    font-family: e, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 100;
    z-index: 999;
    position: relative;
}
.type-wrap {
    position: relative;
    z-index: 999;
}
#baner-1 span {
    color: #fff;
    font-weight: bolder;
    font-size: 92px;
    margin: 0;
    padding: 0;
    font-family: e, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#baner-1 p {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
#baner-1 {
    padding: 22% 10%;
    background: url(../../../images/home-hero-texture.svg) , #111;
    background-repeat: no-repeat;
    background-position: center;
}

/* Legacy slice: sticky header (.menu-verx-lip*), menu-forma, scoped .go-site — migrated from legacy-home.css (before @media so max-width rules override .menu-verx-lip top). */
.menu-verx-lip .go-site {
    border: 2px solid #000;
    padding: 3px 12px;
}
.menu-verx-lip .logo {
    filter: invert(100%);
}
.menu-verx-lip span ul li a {
    color: #000000!important;
}
.menu-verx-lip span ul li a:hover {
    color: #FF4652!important;
}
.menu-verx-lip li {
    color: #000000!important;
}
.menu-forma a {
    border: 1px solid white !important;
    border-radius: 20px;
    color: #fff !important;
    padding: 2px 18px !important;
}
.menu-forma a:hover {
    background: #fff;
    color: #ff4652 !important;
}
.menu-verx-lip .menu-forma a:hover {
    background: #ff4652;
    color: #fff !important;
}
.menu-verx-lip #webmoon.pro-header-2 {
    background: #fff;
}
.menu-verx-lip .menu-forma a {
    border: 1px solid #FF4652 !important;
    border-radius: 20px;
    color: #111 !important;
    padding: 2px 18px !important;
}
.menu-verx-lip-2 {
    top: 0px !important;
    height: 82px;
    box-shadow: 2px 12px 32px rgba(0,0,0,.06);
    background: #ffffff !important;
}
.menu-verx-lip {
    position: fixed !important;
    top: -82px;
    transition: 0.6s;
    height: 82px;
}
.menu-verx-lip .menu-item a:hover {
    color: #ff4652;
}
.menu-verx-lip #logo-webmoon.pro a img {
    width: 150px;
    margin: -18px 0px -13px 0px;
}
.menu-verx-lip .menu-item a {
    color: #000000;
    border-bottom: 1px solid #fff;
}
.menu-verx-lip .menu-item ul li a {
    color: #ffffff;
    border-bottom: 1px solid #2b2b2b;
}
.menu-verx-lip .current_page_item a:hover {
    color: black;
}
.menu-verx-lip #logo-webmoon.pro a img {
    filter: invert(100%);
}
.navigation-top .wrap {
    float: right;
    width: 100%;
    max-width: 100%;
}
#site-navigation {
    float: right;
    width: 40%;
    margin: -8px 0px 0px 0px;
}
#logo-webmoon.pro a img {
    width: 150px;
    margin: -10px 0px -13px 0px;
}
.navigation-top nav {
    margin-left: 0;
}
#logo-webmoon.pro {
    float: left;
    margin: 30px 6px -21px 200px;
}
.menu-verx-lip-2 #webmoon.pro-header-2 {
    background: #fff !important;
}

/* --- migrated @media (legacy nav / hero / numbers) --- */
@media(max-width:1300px){
#baner-1 span {
    font-size: 50px;
}
}
@media(max-width:1000px){
#menu .fa-headset {
    margin: -8px 0px -9px 0px!important;
}
.menu-verx-lip {
    position: fixed !important;
    top: 0;
    transition: 0.6s;
    height: 82px;
}
#baner-1 span {
    font-size: 35px;
}
.cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 21px;
    left: 9px;
    right: 18px;
    height: 4px;
    width: 38px;
    background: red;
}
.cmn-toggle-switch {
    display: table;
    border: none;
    position: fixed;
    width: 100%;
    height: 46px;
    z-index: 99999;
    background: white;
    top: 0;
}
#menu .go-site {
    color: #e74c30;
    border: 2px solid #ff4652;
    padding: 3px 12px;
}
#menu li ul li a {
    padding: 8px 11px;
    color: #000000!important;
}
#menu li:hover ul, #menu li ul {
    top: 15px;
    opacity: 1;
    transform: rotate3d(15, 0, 0, 0deg);
    position: relative;
    left: 0;
    width: 94%;
    margin: 0;
    padding: 0;
    display: table;
    margin-bottom: 9px;
    background: #f3f3f3;
    box-sizing: border-box;
    z-index: 9;
}
#menu a {
    color: #000000;
}
#menu i {
    margin: 2px 27px 0px 0px;
}
#menu li {
    color: #000000;
    padding: 10px 7px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}
#menu .logo {
    padding: 0;
    margin: 16px auto;
    display: table;
    float: none;
    filter: invert(100%);
}
.menu-open-open{left:0%!important;}
#menu {
    position: fixed;
    width: 100%;
    background: #fff;
    overflow: scroll;
    height: 100vh;
    display: block;
    padding-top: 80px;
    left: -100%;
    transition: 0.4s;
    padding-bottom: 150px;
}
}
@media(max-width:600px){
.type-wrap {
    height: 32px;
}
#baner-1 .a-proect, #modal-form-site .a-proect, .a-23 {
    margin: 20px auto;
    padding: 0px 19px;
    display: table;
}
.a-main-down {
    margin: 0 auto;
}
#baner-1 {
    padding: 105px 18px;
    padding-top: 174px;
}
#baner-1 p {
    font-size: 13px;
    display: table;
    margin: 0 auto;
    width: 200px;
    text-align: center;
}
#baner-1 span {
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    display: table;
}
#baner-1 p:before, #baner-1 p:after {
    display: none;
}
.typed-cursor{
 display:none!important;
	}
}

