html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none; }

html {
  min-height: 100vh; }

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  min-height: 100%;
  font-size: 62.5%;
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

strong {
  font-weight: bold; }

input {
  outline: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  border: 0; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

.transition-fade {
  transition: 0.4s;
  opacity: 1; }

.display_none {
  display: none !important; }

html.is-animating .transition-fade {
  opacity: 0; }

@font-face {
  font-family: "InterLight";
  font-style: normal;
  font-weight: normal;
  src: local("JInter-Light.woff"), url("../fonts/Inter-Light.woff") format("woff"); }
@font-face {
  font-family: "InterMedium";
  font-style: normal;
  font-weight: normal;
  src: local("Inter-Medium.woff"), url("../fonts/Inter-Medium.woff") format("woff"); }
@font-face {
  font-family: "InterRegular";
  font-style: normal;
  font-weight: normal;
  src: local("Inter-Regular.woff"), url("../fonts/Inter-Regular.woff") format("woff"); }
@font-face {
  font-family: "InterBold";
  font-style: normal;
  font-weight: normal;
  src: local("Inter-Bold.woff"), url("../fonts/Inter-Bold.woff") format("woff"); }
@font-face {
  font-family: "InterSemiBold";
  font-style: normal;
  font-weight: normal;
  src: local("Inter-SemiBold.woff"), url("../fonts/Inter-SemiBold.woff") format("woff"); }
.overflow-hidden {
  overflow: hidden; }

.material-bubble {
  background-color: transparent;
  color: #1b1b20;
  border: none;
  overflow: hidden;
  box-shadow: none; }

.slider {
  width: 80%;
  margin: 50px auto; }

.slick-slide {
  margin: 0px 20px; }

.slick-slide img {
  width: 100%;
  border-radius: 40px; }

.slick-prev:before, .slick-next:before {
  color: #fff; }

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2; }

.slick-active {
  opacity: 0.5; }

.slick-current {
  opacity: 1; }

.menu_icon_open .line-first {
  transform: rotate(-45deg);
  top: 10px !important; }
.menu_icon_open .line-second {
  opacity: 0; }
.menu_icon_open .line-third {
  transform: rotate(45deg);
  top: 10px !important; }

.header-open .header-inner {
  background: none !important; }
  .header-open .header-inner .phone {
    opacity: 0; }

.fadeLeft {
  opacity: 1 !important;
  left: -20% !important; }

.fadeLeftLi {
  opacity: 1 !important;
  margin-left: 0 !important; }

.fadeLeftLiLine {
  opacity: 0.3 !important; }

.fadeLeftLiButton {
  opacity: 1 !important;
  margin-left: 0 !important; }

.underline-one {
  color: #D9D9D9;
  position: relative;
  cursor: pointer;
  text-decoration: none; }

.underline-one:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background-color: #D9D9D9;
  transition: width 0.5s; }

.underline-one:hover:after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 1px;
  background-color: #D9D9D9;
  transition: width 0.5s; }

#mobile-menu {
  margin: 0;
  position: relative;
  z-index: 1;
  position: fixed;
  top: 0;
  left: -120%;
  display: flex;
  justify-content: center;
  width: 120%;
  height: 100%;
  background: #060606;
  opacity: 0.7;
  transition: all 0.7s cubic-bezier(0.95, 2, 0.3, 0.8); }
  #mobile-menu .menu {
    display: flex;
    justify-content: center;
    align-items: center; }
    #mobile-menu .menu .menu-item {
      text-decoration: none;
      cursor: pointer;
      margin: 0px 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0px 20px;
      height: 40px;
      background: #787878;
      border-radius: 40px;
      color: #fff;
      font-size: 14px; }
  #mobile-menu .flex {
    margin-bottom: 3%;
    margin-left: 18%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center; }
    #mobile-menu .flex ul li {
      text-align: center;
      margin-top: 20px;
      margin-bottom: 20px;
      opacity: 0;
      margin-left: -30px;
      transition: 1s all; }
      #mobile-menu .flex ul li a {
        text-decoration: none;
        text-align: center;
        color: #D9D9D9;
        font-size: 24px;
        line-height: 32px;
        font-family: InerMedium; }
    #mobile-menu .flex ul .li-button {
      margin-top: 50px; }
    #mobile-menu .flex ul .vk_link {
      position: absolute;
      margin-left: -20px;
      bottom: 3%;
      display: flex;
      justify-content: center;
      align-items: center; }
      #mobile-menu .flex ul .vk_link p {
        margin-left: 10px; }
    #mobile-menu .flex ul .line {
      width: 100px;
      height: 1px;
      background: #D9D9D9;
      margin-left: auto;
      margin-right: auto;
      opacity: 0;
      transition: 0.7s all; }
    #mobile-menu .flex ul .logo {
      margin-bottom: 40px; }
  #mobile-menu .button {
    text-decoration: none;
    background: none;
    padding: 20px 40px;
    color: #D9D9D9;
    font-family: InerMedium;
    font-size: 16px;
    border: 1px solid #D9D9D9;
    border-radius: 40px;
    opacity: 1;
    transition: 0.7s all; }

body {
  scroll-behavior: smooth;
  font-family: InterRegular;
  background-color: #111111;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap; }
  body section {
    margin-top: 130px; }
  body .wrapper {
    width: 90%;
    max-width: 1350px; }
  body .section-header {
    margin-bottom: 40px;
    font-size: 28px;
    color: #ffffff;
    font-family: InterMedium; }
  body .main-shadow {
    box-shadow: 10px 5px 25px 5px rgba(150, 150, 150, 0.1); }
  body .main-shadow-dark {
    box-shadow: 3px 2px 20px 5px rgba(30, 30, 30, 0.25); }
  body .header {
    z-index: 100;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center; }
    body .header .header-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 98%;
      background: rgba(44, 44, 44, 0.65);
      border-radius: 0px 0px 50px 50px;
      transition: all 0.5s; }
      body .header .header-inner .phone-and-logo {
        margin-left: 3%;
        display: flex;
        justify-content: start;
        align-items: center;
        transition: all 0.5s; }
        body .header .header-inner .phone-and-logo .logo {
          display: flex;
          justify-content: center;
          align-items: center; }
          body .header .header-inner .phone-and-logo .logo img {
            width: 50px; }
          body .header .header-inner .phone-and-logo .logo p {
            margin-left: 10px;
            color: #fff;
            font-size: 14px;
            line-height: 21px; }
        body .header .header-inner .phone-and-logo .phone {
          margin-left: 80px;
          display: flex;
          justify-content: center;
          align-items: center; }
        body .header .header-inner .phone-and-logo img {
          width: 30px; }
        body .header .header-inner .phone-and-logo a {
          margin-left: 7px;
          text-decoration: none;
          color: #fff;
          font-size: 18px; }
      body .header .header-inner .button {
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 3%;
        width: 200px;
        height: 40px;
        background: none;
        border: 1px solid #fff;
        border-radius: 40px; }
        body .header .header-inner .button p {
          font-size: 16px;
          color: #fff; }
      body .header .header-inner .menu {
        display: flex;
        justify-content: center;
        align-items: center; }
        body .header .header-inner .menu .menu-item {
          text-decoration: none;
          cursor: pointer;
          margin: 0px 5px;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 0px 20px;
          height: 40px;
          background: #787878;
          border-radius: 40px;
          color: #fff;
          font-size: 14px; }
      body .header .header-inner .menu_icon {
        display: none;
        margin-right: 5%;
        height: 20px;
        justify-content: center;
        position: relative;
        cursor: pointer;
        background: #060606; }
      body .header .header-inner .line {
        position: absolute;
        background: #D9D9D9;
        height: 2px;
        width: 30px;
        border-radius: 10px; }
      body .header .header-inner .line-first {
        transition: all 0.5s ease-in-out;
        top: 0; }
      body .header .header-inner .line-second {
        transition: all 0.5s ease-in-out;
        top: 10px; }
      body .header .header-inner .line-third {
        transition: all 0.5s ease-in-out;
        top: 20px; }
  body .header-scroll {
    position: fixed;
    top: -80px;
    transition: all 0.5s ease-in; }
  body .active {
    top: 0; }
  body .section-first {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    max-height: 1000px;
    background: url("../img/main-img.png") center center no-repeat;
    background-size: 100% 100%; }
    body .section-first .section-wrapper {
      width: 90%;
      max-width: 1350px; }
      body .section-first .section-wrapper h3 {
        font-size: 45px;
        line-height: 58px;
        font-weight: 400;
        max-width: 1005px;
        color: #fff; }
        body .section-first .section-wrapper h3 b {
          font-weight: 700; }
      body .section-first .section-wrapper h5 {
        margin-top: 30px;
        font-size: 28px;
        line-height: 36px;
        font-weight: 400;
        color: #fff; }
        body .section-first .section-wrapper h5 b {
          font-weight: 700; }
  body .section-second .items {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    border: 1px solid #fff;
    border-radius: 40px; }
    body .section-second .items .item {
      border-left: 1px solid #fff;
      border-right: 1px solid #fff;
      padding: 30px 0px;
      width: 16.7%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      body .section-second .items .item img {
        width: 80px; }
      body .section-second .items .item p {
        margin-top: 20px;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 16px; }
    body .section-second .items .item-first, body .section-second .items .item-last {
      border: none; }
    body .section-second .items .item:hover {
      box-shadow: 0px 0px 25px 1px rgba(150, 150, 150, 0.2); }
      body .section-second .items .item:hover img {
        transform: scale(1.1); }
  body .section-third .flex-wrapper {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    height: 500px;
    background: url("../img/kran.png") right top no-repeat;
    background-size: auto 100%;
    background-color: #D9D9D9;
    border-radius: 40px; }
  body .section-third .main-flex {
    margin: 5% 40px;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    body .section-third .main-flex .mini-header {
      margin-top: 10px;
      margin-bottom: 5px;
      width: 100%;
      font-size: 18px;
      color: #000;
      font-family: InterMedium; }
    body .section-third .main-flex .tab {
      width: 100%;
      display: flex;
      justify-content: start;
      align-items: center;
      flex-wrap: wrap; }
    body .section-third .main-flex .item {
      margin: 5px 10px 5px 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 15px 30px;
      background: #222222;
      border-radius: 30px;
      height: 70px;
      min-width: 150px; }
      body .section-third .main-flex .item p {
        width: 100%;
        text-align: center;
        font-size: 10px;
        line-height: 16px;
        color: #fff;
        font-family: InterLight; }
        body .section-third .main-flex .item p span {
          font-size: 18px;
          line-height: 26px;
          font-family: InterMedium; }
    body .section-third .main-flex .item:hover {
      transform: translateY(-3px);
      box-shadow: 10px 5px 25px 5px rgba(0, 0, 0, 0.25); }
  body .section-fourth {
    position: relative; }
    body .section-fourth .video .mobile {
      display: none; }
    body .section-fourth .video-wrapper {
      display: flex;
      align-items: center;
      position: relative;
      height: 600px; }
    body .section-fourth .flex {
      display: flex;
      justify-content: start;
      align-items: center;
      flex-wrap: wrap;
      max-width: 630px;
      height: 95%; }
      body .section-fourth .flex .item {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #222222;
        border-radius: 40px;
        padding: 15px 30px;
        border: 1px solid #656565;
        min-height: 50px; }
        body .section-fourth .flex .item p {
          text-align: center;
          width: 100%;
          color: #fff;
          font-size: 15px;
          line-height: 20px; }
    body .section-fourth .video {
      z-index: -1;
      position: absolute;
      right: 0;
      display: flex;
      justify-content: center;
      width: 1000px;
      height: 100%;
      border-radius: 40px;
      border: 1px solid #000000;
      overflow: hidden; }
      body .section-fourth .video .video-inner {
        position: relative; }
      body .section-fourth .video video {
        height: 100%; }
      body .section-fourth .video .shape {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.2); }
    body .section-fourth .total {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 30px;
      width: 100%;
      height: 80px;
      background: #D9D9D9;
      border-radius: 40px;
      padding: 0px 20px; }
      body .section-fourth .total p {
        text-align: center;
        font-family: InterBold;
        color: #000;
        font-size: 16px;
        line-height: 20px; }
  body .section-fifth .flex-wrapper {
    display: flex;
    justify-content: center;
    width: 100%; }
  body .section-fifth .flex {
    width: 900px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center; }
    body .section-fifth .flex .tab {
      height: 100%; }
    body .section-fifth .flex .tab-1 {
      width: 100%;
      background: url("../img/raznorab.jpg") center top no-repeat;
      background-size: 100% auto;
      border-radius: 40px; }
    body .section-fifth .flex .tab-2 {
      margin-left: 20px;
      padding: 0px 20px;
      width: 400px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #222222;
      border-radius: 40px; }
      body .section-fifth .flex .tab-2 p {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: #ffffff;
        font-family: InterRegular; }
        body .section-fifth .flex .tab-2 p b {
          font-family: InterBold; }
  body .section-sixth .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    body .section-sixth .flex .tab {
      width: 300px;
      height: 400px;
      border-radius: 40px; }
    body .section-sixth .flex .tab-1 {
      background: url("../img/mail-1.png") top center no-repeat;
      background-size: 100% auto; }
    body .section-sixth .flex .tab-2 {
      margin-left: 30px;
      background: url("../img/mail-2.png") top center no-repeat;
      background-size: 100% auto; }
  body .footer .flex-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px; }
    body .footer .flex-wrapper .social {
      position: absolute;
      right: 80px;
      padding: 0px 30px;
      width: 330px;
      height: 270px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #222222;
      border-radius: 40px; }
      body .footer .flex-wrapper .social .phone, body .footer .flex-wrapper .social .mail, body .footer .flex-wrapper .social .social-map {
        width: 100%;
        display: flex;
        justify-content: start;
        align-items: center; }
        body .footer .flex-wrapper .social .phone img, body .footer .flex-wrapper .social .mail img, body .footer .flex-wrapper .social .social-map img {
          width: 30px; }
        body .footer .flex-wrapper .social .phone a, body .footer .flex-wrapper .social .mail a, body .footer .flex-wrapper .social .social-map a {
          margin-left: 15px;
          font-size: 16px;
          line-height: 24px;
          color: #fff;
          text-decoration: none; }
    body .footer .flex-wrapper .map {
      margin-left: 20px;
      width: 100%;
      height: 100%;
      border-radius: 40px;
      background: #222222; }
    body .footer .flex-wrapper .social-inner {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      height: 80%; }
  body .footer-new {
    box-sizing: border-box;
    padding: 30px 0px;
    background: #232323;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center; }
    body .footer-new .footer-inner {
      width: 90%;
      max-width: 1350px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    body .footer-new .info {
      height: 100%;
      display: flex;
      justify-content: start;
      align-items: center; }
      body .footer-new .info .tab-1 {
        max-width: 330px;
        margin-left: 50px;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap; }
        body .footer-new .info .tab-1 p {
          margin: 10px 0px;
          width: 100%;
          font-size: 12px;
          line-height: 16px;
          color: #FFF; }
      body .footer-new .info .phone, body .footer-new .info .mail {
        margin: 5px 0px;
        width: 100%;
        display: flex;
        justify-content: start;
        align-items: center; }
        body .footer-new .info .phone img, body .footer-new .info .mail img {
          width: 30px; }
        body .footer-new .info .phone a, body .footer-new .info .mail a {
          min-width: 150px;
          margin-left: 15px;
          font-size: 16px;
          line-height: 24px;
          color: #fff;
          text-decoration: none; }
    body .footer-new .button {
      border-radius: 20px;
      cursor: pointer;
      color: #000000;
      margin-top: 30px;
      background: #eee;
      border: 1px solid rgba(0, 0, 0, 0.3);
      padding: 10px 20px;
      margin: 10px 10px;
      font-size: 14px;
      line-height: 20px;
      font-family: InterMedium;
      text-transform: uppercase;
      text-align: center;
      -webkit-box-shadow: 5px 10px 20px 10px rgba(34, 60, 80, 0.2);
      -moz-box-shadow: 5px 10px 20px 10px rgba(34, 60, 80, 0.2);
      box-shadow: 5px 10px 20px 10px rgba(0, 0, 0, 0.1); }
    body .footer-new .button:hover {
      text-decoration: none; }
    body .footer-new .button-wrapper {
      max-width: 375px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
    body .footer-new .policy {
      width: 100%;
      text-align: center;
      margin-top: 5px;
      color: #FFFFFF;
      font-size: 12px;
      line-height: 14px;
      text-decoration: underline; }

#myModal__close {
  z-index: 101;
  width: 21px;
  height: 21px;
  position: absolute;
  font-size: 29px;
  top: 18px;
  right: 24px;
  cursor: pointer;
  display: block; }
  #myModal__close img {
    width: 100%;
    height: 100%; }

#myModal__close-form {
  z-index: 101;
  width: 21px;
  height: 21px;
  position: absolute;
  font-size: 29px;
  top: 18px;
  right: 24px;
  cursor: pointer;
  display: block; }
  #myModal__close-form img {
    width: 100%;
    height: 100%; }

#myOverlay {
  z-index: 10;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none; }

#myOverlay-form {
  z-index: 12;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none; }

.myModal-form {
  z-index: 101;
  width: 500px;
  height: 430px;
  max-height: 80vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
  opacity: 0;
  z-index: 101;
  background: #000000;
  border: 1px solid #D9D9D9;
  border-radius: 15px;
  transition: all 0.5s ease; }
  .myModal-form .succese {
    display: none;
    width: 80%; }
    .myModal-form .succese p {
      margin: 10px;
      background: green;
      border-radius: 40px;
      padding: 10px 20px;
      text-align: center;
      font-size: 12px;
      line-height: 130%;
      color: #ffffff; }
  .myModal-form .form {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap; }
  .myModal-form .header {
    margin-top: 25px;
    width: 100%;
    font-family: InterMedium;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF; }
  .myModal-form form {
    margin-top: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 80%; }
    .myModal-form form input {
      border-radius: 40px;
      width: 100%;
      background: #eee;
      border: 1px solid rgba(0, 0, 0, 0.3);
      padding: 10px 20px;
      margin: 10px 10px;
      font-size: 14px;
      font-family: InterMedium;
      -webkit-box-shadow: 5px 10px 20px 10px rgba(34, 60, 80, 0.2);
      -moz-box-shadow: 5px 10px 20px 10px rgba(34, 60, 80, 0.2);
      box-shadow: 5px 10px 20px 10px rgba(0, 0, 0, 0.1); }
    .myModal-form form .policy {
      margin: 10px 0px;
      display: flex;
      justify-content: start;
      align-items: center; }
      .myModal-form form .policy input {
        width: 20px; }
      .myModal-form form .policy label {
        width: 100%;
        color: #fff;
        font-size: 14px;
        line-height: 16px; }
        .myModal-form form .policy label a {
          color: #fff;
          font-size: 14px;
          line-height: 16px;
          text-decoration: underline; }
    .myModal-form form select {
      width: 100%;
      height: 20px;
      background: #eee;
      border: 1px solid rgba(0, 0, 0, 0.3);
      padding: 10px 20px;
      margin: 10px 10px;
      font-size: 14px;
      color: #000000;
      font-family: InterMedium;
      -webkit-box-shadow: 5px 10px 20px 10px rgba(34, 60, 80, 0.2);
      -moz-box-shadow: 5px 10px 20px 10px rgba(34, 60, 80, 0.2);
      box-shadow: 5px 10px 20px 10px rgba(0, 0, 0, 0.1); }
    .myModal-form form option {
      height: 20px;
      color: #000000; }
    .myModal-form form .button {
      border-radius: 20px;
      cursor: pointer;
      color: #000000;
      margin-top: 30px;
      width: 100%;
      background: #eee;
      border: 1px solid rgba(0, 0, 0, 0.3);
      padding: 10px 20px;
      margin: 10px 10px;
      font-size: 14px;
      font-family: InterMedium;
      text-transform: uppercase;
      text-align: center;
      -webkit-box-shadow: 5px 10px 20px 10px rgba(34, 60, 80, 0.2);
      -moz-box-shadow: 5px 10px 20px 10px rgba(34, 60, 80, 0.2);
      box-shadow: 5px 10px 20px 10px rgba(0, 0, 0, 0.1); }

.succeseForm {
  height: 480px; }
  .succeseForm .succese {
    display: block; }

.main-content {
  display: flex;
  justify-content: center; }
  .main-content .content-inner {
    width: 90%;
    max-width: 1350px; }
  .main-content h2 {
    margin-bottom: 24px;
    color: #FFFFFF;
    font-size: 36px;
    line-height: 42px; }
  .main-content p {
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF; }

.lazy {
  margin-top: 0;
  display: none !important; }

.myModal {
  width: 1000px;
  height: 700px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
  opacity: 0;
  z-index: 11;
  background: #000000;
  border: 1px solid #D9D9D9;
  border-radius: 15px; }
  .myModal .container {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap; }
  .myModal .flex {
    width: 90%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .myModal .tab-1 .main-img img {
    width: 250px; }
  .myModal .tab-2 {
    max-width: 380px;
    margin-left: 10%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .myModal .tab-2 .header {
      width: 100%;
      font-family: InterMedium;
      font-weight: 400;
      font-size: 24px;
      line-height: 30px;
      text-align: center;
      color: #FFFFFF; }
    .myModal .tab-2 .description {
      margin-top: 10px;
      width: 100%;
      font-family: JuraRegular;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 16px;
      text-align: center;
      color: #D5D5D5; }
    .myModal .tab-2 .phone-number {
      width: 100%;
      margin-top: 20px;
      text-align: center; }
    .myModal .tab-2 a {
      font-family: JuraRegular;
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 28px;
      color: #FFFFFF; }
    .myModal .tab-2 .popup-button {
      cursor: pointer;
      margin-top: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px 40px;
      border: 1px solid #D9D9D9;
      border-radius: 3px;
      width: 200px; }
    .myModal .tab-2 a {
      text-decoration: none; }
    .myModal .tab-2 a:hover {
      text-decoration: none; }
    .myModal .tab-2 p {
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      font-size: 18px;
      color: #D9D9D9;
      font-family: InterMedium; }
  .myModal .mini-description {
    margin-top: 30px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .myModal .item-1 {
    display: flex;
    justify-content: center;
    align-items: center; }
    .myModal .item-1 img {
      width: 30px; }
    .myModal .item-1 p {
      margin-left: 10px;
      font-size: 13px;
      color: #D9D9D9;
      font-family: InterMedium; }
  .myModal .item-2 {
    margin-left: 30px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .myModal .item-2 img {
      width: 20px; }
    .myModal .item-2 p {
      margin-left: 10px;
      font-size: 13px;
      color: #D9D9D9;
      font-family: InterMedium; }
  .myModal .map {
    margin-top: 20px;
    width: 90%;
    height: 300px; }

@media screen and (max-width: 1440px) {
  body .section-first {
    max-height: 700px; }
    body .section-first .section-wrapper h3 {
      font-size: 40px;
      line-height: 120%; }
    body .section-first .section-wrapper h5 {
      font-size: 24px;
      line-height: 120%; } }
@media screen and (max-width: 1200px) {
  body section {
    margin-top: 100px; }
  body .section-first {
    max-height: 500px; }
    body .section-first .section-wrapper h3 {
      font-size: 30px;
      line-height: 120%; }
    body .section-first .section-wrapper h5 {
      font-size: 20px;
      line-height: 120%; }
  body .section-second .items {
    flex-wrap: wrap; }
    body .section-second .items .item {
      width: 33%;
      border: 1px solid #FFFFFF; }
  body .section-fourth .video {
    width: 700px; }
  body .myModal, body .myModal-form {
    width: 90%;
    overflow: scroll;
    overflow-x: hidden;
    max-height: 90vh; }
  body .myModal-form {
    max-width: 540px; } }
@media screen and (max-width: 1300px) {
  body .header .header-inner .menu {
    display: none; }
  body .header .header-inner .button {
    display: none; }
  body .header .header-inner .menu_icon {
    display: flex; } }
@media screen and (max-width: 1000px) {
  body .section-fourth .video-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    height: auto; }
  body .section-fourth .video {
    position: relative;
    width: 90%; }
  body .section-fourth .flex {
    margin-top: 30px;
    max-width: 100%; }
    body .section-fourth .flex .item {
      width: 100%;
      margin: 10px 0px; } }
@media screen and (max-width: 880px) {
  body .footer-new .footer-inner {
    flex-wrap: wrap;
    justify-content: center; }
    body .footer-new .footer-inner .button {
      margin-top: 30px; }

  body .section-third .flex-wrapper {
    height: auto;
    background: url(../img/kran-mobile.png) right bottom no-repeat;
    background-size: auto 70%;
    background-color: #D9D9D9; }
  body .section-third .main-flex .item {
    padding: 10px 20px; }
    body .section-third .main-flex .item p {
      font-size: 8px; }
  body .section-fourth .total {
    padding: 0; }
    body .section-fourth .total p {
      margin: 0 20px; }
  body .section-sixth .flex .tab-1, body .section-sixth .flex .tab-2 {
    width: 45%;
    height: 300px; }
  body .myModal .flex {
    flex-wrap: wrap; } }
@media screen and (max-width: 660px) {
  .vertical-center {
    display: none !important; }

  .lazy {
    display: block !important; }

  .mobile-br {
    display: none; }

  body .header .header-inner .phone {
    margin-left: 7%; }
  body .header .header-inner .menu_icon {
    margin-right: 7%; }
  body .header .header-inner .phone-and-logo {
    margin-left: 7%; }
  body .section-first {
    background: url(../img/main-img.png) center center no-repeat;
    background-size: auto 100%; }
  body .section-second .items .item {
    width: 49.7%; }
  body .section-fourth .video {
    height: 400px; }
  body .section-fifth .flex {
    height: auto;
    flex-wrap: wrap; }
    body .section-fifth .flex .tab-1 {
      height: 300px; }
    body .section-fifth .flex .tab-2 {
      margin: 0;
      margin-top: 20px;
      width: 100%;
      height: auto;
      padding: 30px 20px; }
  body .footer .flex-wrapper {
    flex-wrap: wrap;
    height: auto; }
    body .footer .flex-wrapper .social {
      right: 0;
      width: 100%;
      position: relative; }
    body .footer .flex-wrapper .map {
      margin: 0;
      margin-top: 20px;
      height: 300px;
      width: 100%; } }
@media screen and (max-width: 630px) {
  body .footer-new .info {
    flex-wrap: wrap;
    justify-content: center; }
    body .footer-new .info .tab-1 {
      margin-left: 0;
      margin-top: 30px; }

  body .header .header-inner .phone-and-logo .phone {
    display: none; }
  body .section-second .items .item {
    width: 100%; }
  body .section-third .flex-wrapper {
    background: url(../img/kran-mobile.png) right bottom no-repeat;
    background-size: auto 50%;
    background-color: #D9D9D9; }
  body .section-fourth .video {
    width: 100%; }
  body .section-sixth .flex .tab-1, body .section-sixth .flex .tab-2 {
    width: 300px;
    height: 350px; }
  body .section-sixth .flex .tab-2 {
    margin: 0;
    margin-top: 20px; }
  body .myModal, body .myModal-form {
    margin: 4% auto; }
  body .myModal-form {
    margin-top: 20%; }
    body .myModal-form .header {
      font-size: 20px; }
  body .myModal .flex .tab-1 .main-img img {
    width: 200px; }
  body .myModal .mini-description {
    flex-wrap: wrap; }
  body .item-1 {
    width: 100%; }
  body .item-2 {
    width: 100%;
    margin-left: 0;
    margin-top: 15px; }
  body .myModal .flex .tab-2 .header {
    font-size: 20px;
    line-height: 24px; }
  body .myModal .flex .tab-2 .popup-button {
    padding: 15px 30px; } }
@media screen and (max-width: 500px) {
  .main-content h2 {
    margin-bottom: 24px;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 32px; }
  .main-content p {
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF; }

  body .wrapper {
    width: 80%; }
  body .header .header-inner .phone {
    margin-left: 30px; }
  body .header .header-inner .menu_icon {
    margin-right: 50px; }
  body .section-first {
    background: url(../img/main-img.png) center center no-repeat;
    background-size: 180% 100%;
    max-height: 450px; }
    body .section-first .section-wrapper h3 {
      font-size: 28px; }
    body .section-first .section-wrapper h5 {
      line-height: 140%; }
  body .section-fifth .flex .tab-1 {
    height: 250px; }
  body .section-sixth .flex .tab-1, body .section-sixth .flex .tab-2 {
    width: 300px;
    height: 200px; }
  body .section-sixth .flex .tab-2 {
    margin: 0;
    margin-top: 20px; }
  body .section-fourth .total {
    height: 120px; }
  body .section-fourth .video-wrapper {
    z-index: 0; }
  body .section-fourth .video {
    height: 220px;
    width: 100%; }
    body .section-fourth .video .video-inner {
      display: flex;
      justify-content: center;
      align-items: center; }
    body .section-fourth .video .desctop {
      display: none; }
    body .section-fourth .video .mobile {
      display: block; }
    body .section-fourth .video .shape {
      display: none; } }
@media screen and (max-width: 350px) {
  body .myModal-form .form .header {
    max-width: 70%; }
  body .myModal-form {
    height: 405px; } }

/*# sourceMappingURL=style.css.map */
