@font-face {
  font-family: "Font";
  src: url("/fonts/Exo20-Light.ttf") format("truetype");
}

@font-face {
  font-family: "FontBold";
  src: url("/fonts/Exo20-Bold.ttf") format("truetype");
}

h1,
h2,
h3,
h4,
h5,
p,
span,
a {
  margin: 0;
  padding: 0;
  color: #595959;
}

h1,
h2,
h3,
h4,
h5,
a {
  font-family: "FontBold", sans-serif;
}

h6,
p,
span,
li {
  font-family: "Font", sans-serif;
}

h1 {
  font-size: 38px;
  color: #12d4c1;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
  line-height: 36px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

p {
  font-size: 20px;
  line-height: 32px;
}

span,
a,
li {
  font-size: 20px;
  line-height: 26px;
}

.caps {
  font-size: 46px;
  color: #12d4c1;
  font-family: "FontBold";
}

#snowCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}

@media (max-width: 768px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 14px;
  }

  p,
  span,
  a,
  li {
    font-size: 14px;
    line-height: 20px;
  }

  .caps {
    font-size: 32px;
  }
}

.p0 {
  padding: 0;
}

.p10 {
  padding: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pl10 {
  padding-left: 10px;
}

.p20 {
  padding: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pl20 {
  padding-left: 20px;
}

.p30 {
  padding: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pl30 {
  padding-left: 30px;
}

.p40 {
  padding: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pl40 {
  padding-left: 40px;
}

.m0 {
  margin: 0;
}

.m10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.m20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.m30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.m40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.row {
  flex-direction: row;
}

.column {
  flex-direction: column;
}

.spacebetween {
  justify-content: space-between;
}

.justifycenter {
  justify-content: center;
}

.aligncenter {
  align-items: center;
}

.alignbaseline {
  align-items: baseline;
}

.flex {
  display: flex;
}

.relative {
  position: relative;
}

.thin {
  font-family: "light";
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

ul.list,
ul.dots {
  padding: 0;
  margin: 10px 30px 30px;
}

ul.list li,
ul.dots li {
  color: #595959;
  margin-bottom: 20px;
  position: relative;
  padding-left: 32px;
}

ul.list li::before,
ul.dots li::before {
  display: inline-block;
  content: "";
  background-image: url("/img/icons/minus.svg");
  background-size: 18px 20px;
  height: 20px;
  width: 18px;
  left: 0;
  top: 5px;
  position: absolute;
  color: #12d4c1;
}

ul.dots {
  margin: 0;
}

ul.dots li {
  padding-left: 20px;
}

ul.dots li::before {
  background-image: url("/img/icons/circle.png");
  height: 8px;
  width: 8px;
  background-size: 8px 8px;
  top: 12px;
}

.right_nav {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.navbar__links {
  display: flex;
  flex-flow: row nowrap;
  margin-right: 30px;
  margin-bottom: 10px;
  list-style: none;
}

.navbar__links a {
  margin-left: 15px;
}

.navbar__links .active a {
  color: #12d4c1 !important;
}

.bg-links {
  height: 100vh;
  width: 100%;
  background-color: black;
  transform: translateX(100%);
  transition: transform 0.5s ease-in;
  position: fixed;
  right: 0px;
  top: 0;
  margin: 0;
  z-index: 1000;
  display: none;
}

@media (max-width: 1199.98px) {
  .bg-links {
    display: block;
  }
}

.nav-links {
  align-items: center;
  position: absolute;
  right: 0px;
  top: 0;
  height: 80vh;
  display: flex;
  flex-direction: column;
  width: 95%;
  transform: translateX(100%);
  transition: transform 0.5s ease-in;
  margin: 0;
  padding-left: 50px;
  z-index: 1000;
}

.nav-links li {
  list-style: none;
  opacity: 0;
  padding-left: 30px;
  width: 100%;
}

.nav-links li:nth-child(1) {
  padding-top: 85px;
}

.nav-links li .langs-ul li:nth-child(1) {
  padding-top: 0;
}

.flex-ul {
  display: flex;
}

.flex-ul li {
  padding: 0;
}

@media (max-width: 991.98px) {
  .flex-ul li:nth-child(1) {
    padding-top: 0 !important;
  }
}

.burger div {
  width: 23px;
  height: 2px;
  background-color: #12d4c1;
  margin: 5px;
  transition: all 0.6s ease;
}

.burger {
  display: none;
  cursor: pointer;
  z-index: 1001;
  transition: 0.4s ease-in;
}

@media (max-width: 1199.98px) {
  .burger {
    display: block;
  }
}

.nav-active {
  transform: translateX(0%);
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 0.8;
    transform: translateX(0px);
  }
}

.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

* {
  font-family: "light";
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background: #fff;
}

:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  outline: 0;
  color: #000;
  font-family: "Font";
}

a:hover {
  text-decoration: none;
}

.button {
  display: inline-block;
  padding: 18px 30px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  background: #12d4c1;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .button {
    display: block;
  }
}

.button:hover {
  background: #13bab8;
  transition: 0.2s ease-out;
}

.boxes {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media (max-width: 1199.98px) {
  .boxes {
    padding: 0;
    flex-flow: column wrap;
  }
}

.box {
  display: flex;
}

@media (max-width: 991.98px) {
  .box {
    margin: 0 !important;
  }
}

.box-one {
  flex: 1;
}

.box-two {
  flex: 2;
}

div.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 1199.98px) {
  div.container {
    width: 90%;
    margin: 0 auto;
    padding: 0 20px;
  }
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(18, 212, 193, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  display: none;
  transition: all 0.3s ease;
}

#return-to-top img {
  color: #fff;
  margin: 0;
  position: relative;
  left: 15px;
  top: 14px;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgba(18, 212, 193, 0.9);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#return-to-top:hover img {
  top: 12px;
}

section.topbar {
  background: #12d4c1;
  margin-bottom: 92px;
}

section.topbar .boxes {
  align-items: center;
}

section.topbar .link {
  color: #fff;
  padding: 20px 20px;
  display: inline-block;
  transition: all 0.3s ease;
}

section.topbar .link:hover {
  background: #13bab8;
  transition: all 0.3s ease;
}

nav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 20;
  transition: 0.4s ease-in;
  /* menu */
  /* menu icon */
  /* menu btn */
  /* 48em = 768px */
}

@media (max-width: 991.98px) {
  nav .container {
    width: 90% !important;
  }
}

nav .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

@media (max-width: 991.98px) {
  nav .content {
    padding: 20px 0;
  }
}

nav .logo {
  display: flex;
  align-items: center;
  transition: 0.4s ease-in;
  width: 36%;
}

@media (max-width: 1199.98px) {
  nav .logo {
    width: 40%;
  }
}

nav .logo h3 {
  color: #fff;
  transition: 0.4s ease-in;
}

nav .logo p {
  color: #fff;
  transition: 0.4s ease-in;
  line-height: 20px;
}

@media (max-width: 991.98px) {
  nav .logo p {
    line-height: 0px;
    width: -moz-max-content;
    width: max-content;
  }
}

nav .logo img {
  margin-right: 10px;
  box-shadow: none;
}

nav ul {
  margin: 0;
  padding: 12px 0;
  list-style: none;
}

@media (max-width: 991.98px) {
  nav ul {
    padding: 0;
  }
}

nav li a,
nav .navlink p {
  display: block;
  padding: 20px 20px;
  transition: 0.4s ease-in;
  font-size: 12pt;
  color: #fff;
  text-transform: uppercase;
}

nav .needs-to-be-dropdown {
  position: relative;
  cursor: pointer;
}

nav .needs-to-be-dropdown .sub-menu-cont-1 {
  position: absolute;
  display: none;
  background: #fff;
  padding: 8px 0px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 7px 13px -4px rgba(0, 0, 0, 0.75);
}

nav .needs-to-be-dropdown .sub-menu-cont-1 a {
  color: #000;
  padding: 2px 9px;
  text-align: center;
  white-space: nowrap;
}

nav .needs-to-be-dropdown:hover p {
  transition: 0.4s ease-in;
  color: #13bab8;
}

nav .needs-to-be-dropdown:hover .sub-menu-cont-1 {
  display: block;
}

nav .needs-to-be-dropdown:hover .sub-menu-cont-1 a:hover {
  transition: 0.4s ease-in;
  color: #13bab8;
}

nav li a:hover {
  transition: 0.4s ease-in;
  color: #13bab8;
}

nav .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

@media (max-width: 1199.98px) {
  nav .menu {
    display: none;
  }
}

nav .menu-icon {
  cursor: pointer;
  float: right;
  display: block;
  padding: 35px 20px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

nav .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

nav .menu-icon .navicon:before,
nav .menu-icon .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

nav .menu-icon .navicon:before {
  top: 5px;
}

nav .menu-icon .navicon:after {
  top: -5px;
}

nav .menu-btn {
  display: none;
}

nav .menu-btn:checked ~ .menu {
  max-height: 100%;
}

nav .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

nav .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

nav .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

@media (min-width: 1199.98px) {
  nav li {
    float: left;
  }

  nav li a {
    padding: 20px 10px;
    transition: 0.4s ease-in;
  }

  nav .menu {
    display: flex;
    align-items: center;
  }

  nav .menu-icon {
    display: none;
  }
}

nav #guramalar-link:hover > .submenu li,
nav .submenu > .submenu li {
  display: flex;
  transition: 0.3s ease;
}

nav img {
  width: 30px;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
}

nav .submenu {
  padding-top: 55px;
  position: absolute;
  top: 0px;
  left: 5px !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 19;
  transition: 0.3s ease;
}

nav .submenu li {
  display: none;
  background-color: rgba(255, 255, 255, 0.7);
  transition: 0.3s ease;
}

nav .submenu a {
  color: #000;
  display: block;
  padding: 8px 8px 0 !important;
}

nav.other-pages {
  background-color: #fff;
}

nav.other-pages h3 {
  color: #000;
}

nav.other-pages p {
  color: #000;
  line-height: 20px;
}

nav.other-pages li a:not(.mobile-nav-link),
nav.other-pages .navlink:not(.mobile-nav-link) {
  color: #000;
}

@media (max-width: 991.98px) {
  nav.other-pages li a:not(.mobile-nav-link),
  nav.other-pages .navlink:not(.mobile-nav-link) {
    color: #fff;
  }
}

nav.other-pages .burger div {
  color: #000;
}

#owl_main img {
  display: block;
  height: auto;
}

#owl_main .slider {
  background-color: #f7f7f7;
}

#owl_main .content {
  position: absolute;
  top: 20%;
  left: 20%;
}

#owl_main .content h1 {
  padding: 20px 0;
}

#owl_main .owl-dots {
  display: none;
}

section.main-banner svg {
  width: 100%;
  height: auto;
  z-index: -1;
}

section.main-banner .absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 991.98px) {
  section.main-banner .absolute {
    top: 10px;
  }
}

section.main-banner .block {
  padding: 15% 0 40px;
  width: 470px;
}

@media (max-width: 1199.98px) {
  section.main-banner .block {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  section.main-banner .block {
    padding: 25% 0 40px;
  }
}

section.main-banner .block img {
  width: 100px;
  margin: 0px 0px 30px 0px;
}

@media (max-width: 1199.98px) {
  section.main-banner .block img {
    width: 80px;
    margin: 0px 0px 15px 0px;
  }
}

@media (max-width: 767.98px) {
  section.main-banner .block img {
    display: none;
  }
}

section.main-banner .block img.mobile2024 {
  display: none;
}

@media (max-width: 767.98px) {
  section.main-banner .block img.mobile2024 {
    display: block;
    margin: 20px auto;
    width: 100px;
  }
}

section.main-banner .typed-block {
  max-height: 140px;
  height: 140px;
}

section.main-banner #typed {
  color: #fff;
  font-family: "FontBold";
  font-size: 30px;
  line-height: 38px;
}

@media (max-width: 1199.98px) {
  section.main-banner #typed {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 767.98px) {
  section.main-banner #typed {
    font-size: 14px;
  }
}

@media (max-width: 1199.98px) {
  section.main-banner a.button {
    margin: 0 !important;
  }
}

section.main-banner p {
  margin: 30px 0 40px;
  color: #f7f7f7;
}

section.main-banner .typed-cursor {
  color: #12d4c1;
  font-family: "FontBold";
  font-size: 32px;
}

@keyframes slide {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-500px);
  }

  50% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes slide2 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(600px);
  }

  50% {
    transform: translateY(-80px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes slide3 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-450px);
  }

  50% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0px);
  }
}

section.main-banner #first {
  animation: slide 12s ease-in infinite;
}

section.main-banner #second {
  animation: slide2 22s ease-in infinite;
}

section.main-banner #third {
  animation: slide3 15s ease-in infinite;
}

@keyframes build1 {
  0% {
    transform: translateY(600px);
  }

  14% {
    transform: translateY(-10px);
  }

  40% {
    transform: translateY(12px);
  }

  70% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes build2 {
  0% {
    transform: translateY(600px);
  }

  16% {
    transform: translateY(15px);
  }

  40% {
    transform: translateY(-8px);
  }

  70% {
    transform: translateY(8px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes build3 {
  0% {
    transform: translateY(600px);
  }

  12% {
    transform: translateY(-10px);
  }

  40% {
    transform: translateY(5px);
  }

  70% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes build4 {
  0% {
    transform: translateY(600px);
  }

  13% {
    transform: translateY(7px);
  }

  40% {
    transform: translateY(-4px);
  }

  70% {
    transform: translateY(4px);
  }

  100% {
    transform: translateY(0px);
  }
}

section.main-banner #building-1 {
  animation: build1 30s ease-in;
}

section.main-banner #building-2 {
  animation: build2 32s ease-in;
}

section.main-banner #building-3 {
  animation: build1 28s ease-in;
}

section.main-banner #building-4 {
  animation: build2 31s ease-in;
}

section.main-banner #building-5 {
  animation: build3 33s ease-in;
}

section.main-banner #building-6 {
  animation: build4 27s ease-in;
}

section.main-banner #building-7 {
  animation: build3 35s ease-in;
}

section.main-banner #building-8 {
  animation: build4 32s ease-in;
}

section.main-banner #backdrop {
  animation: build4 27s ease-in;
}

section.services {
  padding: 80px 0 0;
}

@media (max-width: 991.98px) {
  section.services {
    padding: 230px 0 0;
  }
}

section.services .boxes {
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

@media (max-width: 991.98px) {
  section.services .boxes {
    margin-bottom: 50px !important;
  }
}

section.services .box {
  flex: 1;
  flex-direction: column;
}

section.services .bg {
  width: 90%;
}

section.services .button {
  width: 120px;
  margin-top: 30px;
}

section.services h2 {
  margin-bottom: 30px;
  color: #12d4c1;
  text-transform: uppercase;
}

section.paralax {
  position: relative;
}

section.paralax .paralax_bg {
  margin: 120px 0 0;
  background-image: url(/img/main-banner.svg);
  min-height: 360px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 50px;
}

section.paralax .without_image {
  margin: 0;
  padding: 80px 0;
}

section.paralax .without_image h4,
section.paralax .without_image li {
  color: #fff;
}

section.paralax .without_image ul {
  margin: 0;
}

section.paralax .boxes {
  align-items: center;
}

@media (max-width: 991.98px) {
  section.paralax .boxes {
    flex-flow: column wrap;
  }
}

section.paralax .box {
  flex: 1;
  flex-direction: column;
}

section.paralax .box:nth-child(1) {
  display: none;
}

section.paralax .box:nth-child(1) img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  section.paralax .box:nth-child(1) img {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  section.paralax .box:nth-child(1) {
    display: flex;
  }
}

section.paralax .box:nth-last-child(1) {
  padding-left: 75px;
}

@media (max-width: 991.98px) {
  section.paralax .box:nth-last-child(1) {
    padding: 0;
  }
}

section.paralax h2,
section.paralax p {
  color: #fff;
}

section.paralax p {
  padding: 40px 0;
}

@media (max-width: 991.98px) {
  section.paralax p {
    padding: 20px 0 30px;
  }
}

section.paralax .button {
  width: 130px;
  border: 3px solid #12d4c1;
  transition: 0.4s ease;
}

section.paralax .product {
  position: absolute;
  top: -25px;
  left: calc((100vw - 1200px) / 2);
  width: 580px;
  height: 580px;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991.98px) {
  section.paralax .product {
    display: none;
  }
}

section.paralax .product img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.clients {
  margin: 140px auto 80px;
  width: 1100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10px;
}

@media (max-width: 1199.98px) {
  section.clients {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  section.clients {
    margin: 20px auto 0;
  }
}

section.clients h1 {
  margin: 0 0 30px 0;
  color: #12d4c1;
}

section.clients .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

section.clients img {
  width: 200px !important;
}

@media (max-width: 991.98px) {
  section.clients img {
    width: 100px !important;
  }
}

section.news-box {
  background-color: #f7f7f7;
  padding: 80px 0;
}

section.news-box .box {
  flex-direction: column;
  width: 31%;
  padding-bottom: 20px;
  border-bottom: 4px solid #12d4c1;
}

section.news-box .box:hover img {
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
  transition: 0.4s ease;
}

section.news-box .box img {
  width: 100%;
}

section.news-box .box h3 {
  margin: 20px 0;
  padding-left: 10px;
  border-left: 4px solid #12d4c1;
}

section.news-box .absolute {
  position: relative;
  height: 250px;
}

section.news-box .absolute img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  transition: 0.4s ease;
}

section.news-box .absolute p {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 4px 8px;
}

footer {
  padding: 50px 0 0;
  background-color: #12d4c1;
  background-image: url("/img/footerbg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 50%;
  background-position-y: bottom;
}

@media only all and (max-width: 1367px) {
  footer {
    background-size: 145%;
  }
}

footer .box {
  flex-direction: column;
}

footer h3 {
  padding-bottom: 30px;
}

footer p {
  padding-bottom: 14px;
}

footer h3,
footer p {
  color: #fff;
}

footer a p:hover {
  color: #595959;
}

footer .copyright {
  margin-top: 25px;
  text-align: center;
  color: #202020;
  padding-bottom: 0;
}

section.product_paralax {
  background-size: cover;
  min-height: 50vh;
  background: transparent;
}

@media (max-width: 991.98px) {
  section.product_paralax {
    padding: 50px 0;
  }
}

section.product_paralax .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48vh;
}

@media (max-width: 991.98px) {
  section.product_paralax .container {
    margin-top: 75px;
  }
}

section.product_paralax h1 {
  text-align: center;
  color: #fff;
}

.title {
  margin-top: 180px;
  margin-bottom: 40px;
}

.title h1 {
  color: #000;
  margin-bottom: 30px;
}

section.page {
  padding: 80px 0;
}

section.page P {
  padding-bottom: 30px;
  text-align: justify;
}

.magtymguly__page {
  display: flex;
  flex-direction: row;
}

@media (max-width: 991.98px) {
  .magtymguly__page {
    display: flex;
    flex-direction: column;
  }
}

.magtymguly__page .magtymguly__img {
  flex: 0 0 50%;
  padding: 0px 20px 0px 0px;
}

@media (max-width: 991.98px) {
  .magtymguly__page .magtymguly__img {
    padding: 0;
  }
}

.magtymguly__page .magtymguly__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.magtymguly__page p {
  flex: 0 0 50%;
}

.construction {
  position: relative;
}

.construction .container {
  background-image: url(/img/construction-bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199.98px) {
  .construction .container iframe {
    width: 100%;
  }
}

.construction .block_bg {
  position: absolute;
  top: 400px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f3f7;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .construction .block_bg {
    position: relative;
  }
}

.construction h2 {
  padding: 80px 60px 10px;
  color: #fff;
  text-align: center;
}

.construction .h2-changed-1 {
  padding: 29px 60px 10px;
}

.construction h3 {
  margin-bottom: 20px;
}

.construction .boxes {
  padding: 60px 80px 30px;
}

@media (max-width: 991.98px) {
  .construction .boxes {
    padding: 60px 0 30px;
  }
}

.construction .boxes-changed-1 {
  padding: 30px 80px 30px;
}

@media (max-width: 991.98px) {
  .construction .boxes-changed-1 {
    padding: 60px 0 30px;
  }
}

.construction .box {
  flex-direction: column;
  padding: 80px 50px 40px;
  background-color: #fff;
  width: 39%;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .construction .box {
    padding: 80px 50px 40px;
    width: 72%;
  }
}

.construction .box-changed-1 {
  padding: 30px 50px 25px;
}

@media (max-width: 991.98px) {
  .construction .box-changed-1 {
    padding: 80px 50px 40px;
    width: 72%;
  }
}

.construction .fifth-box {
  margin-right: auto;
  margin-left: auto;
}

.construction .fifth-box a.more-dev {
  border: 1px solid #12d4c1;
  border-radius: 5px;
  width: 200px;
  text-align: center;
  padding: 5px 0 6px 0;
  margin: 0 auto;
  transition: 0.2s ease-out;
}

.construction .fifth-box a.more-dev:hover {
  background: #13bab8;
  color: #fff;
}

@media (max-width: 1199.98px) {
  .construction .fifth-box {
    margin-right: unset;
    margin-left: unset;
  }
}

@media (max-width: 991.98px) {
  .construction .fifth-box {
    padding: 80px 50px 40px;
    width: 72%;
  }
}

.construction .video_popup,
.construction .video2_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 111;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(100, 100, 100, 0.6);
}

.construction .video_popup.active,
.construction .video2_popup.active {
  display: flex;
}

.construction .video_popup .close_button,
.construction .video_popup .close_button2,
.construction .video2_popup .close_button,
.construction .video2_popup .close_button2 {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 2%;
  top: 2%;
  fill: #fff;
  cursor: pointer;
}

.construction .video_popup video,
.construction .video2_popup video {
  max-height: 80%;
  max-width: 85%;
}

.contact_map {
  flex: 1;
}

.contact_map .leaflet-popup-content-wrapper {
  background: #12d4c1 !important;
  color: #fff !important;
  width: 170px;
  font-size: 14px;
  font-family: "Font", sans-serif;
}

.contact_map .leaflet-popup-content {
  text-align: center;
  margin: 5px 15px !important;
}

.contact_map .leaflet-popup-tip-container,
.contact_map .leaflet-popup-close-button {
  display: none;
}

.contact_map .map_style {
  height: 450px;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .contact_map .map_style {
    height: 300px;
  }
}

section.contacts {
  margin: 50px 0;
}

section.contacts .box {
  flex-direction: column;
  margin-left: 40px;
  flex: 1;
}

@media (max-width: 991.98px) {
  section.contacts .box {
    margin-top: 50px !important;
  }
}

section.contacts .block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

section.contacts .block img {
  width: 55px;
  height: auto;
  margin-right: 30px;
  margin-top: 5px;
}

.p-with-a a {
  color: #0c8d81;
}

.p-with-a a:hover {
  color: #13bab8;
}

div.new-services {
  margin-top: 48px;
}

@media (max-width: 1199.98px) {
  div.new-services {
    flex-direction: column;
  }
}

div.new-services .card {
  width: 30%;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  div.new-services .card {
    margin-bottom: 11px;
    width: 100%;
  }
}

div.new-services .card .blur-section {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
  opacity: 0;
  background: rgba(74, 8, 117, 0.1);
  box-sizing: border-box;
  padding: 24px 13px 14px 13px;
  transition: all 0.2s ease-in;
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
}

@media (max-width: 1199.98px) {
  div.new-services .card .blur-section {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    width: calc(100% - 182px);
    right: 0;
  }
}

@media (max-width: 575.98px) {
  div.new-services .card .blur-section {
    width: 100%;
  }
}

div.new-services .card .blur-section h3 {
  text-transform: uppercase;
}

div.new-services .card .blur-section h3,
div.new-services .card .blur-section h5,
div.new-services .card .blur-section a {
  color: #fff;
  font-family: "Font", sans-serif;
}

div.new-services .card .blur-section h5 {
  font-weight: 100;
  padding: 32px 0;
  line-height: 35px;
}

div.new-services .card .blur-section a {
  display: inline-block;
  font-size: 13px;
  padding: 3px 26px;
  border-radius: 11px;
  background: #12d4c1;
  transition: 0.2s ease-out;
}

div.new-services .card .blur-section a:hover {
  background: #13bab8;
}

div.new-services .card:hover .blur-section {
  top: 0;
  opacity: 1;
}

div.new-services .card img {
  width: 100%;
  display: block;
}

@media (max-width: 1199.98px) {
  div.new-services .card img {
    max-width: 364px;
  }
}

