@charset "UTF-8";
.our-courses-container {
  font-family: "Proxima Nova Rg";
}

.what_we_do_bl {
  margin-bottom: 30px;
}
.what_we_do_bl .item {
  background-color: #1d1d1d;
  border-radius: 10px;
  box-shadow: 0 0 15px #000;
  height: 100%;
  padding: 20px 20px 50px 20px;
  float: none;
}
.what_we_do_bl .item img {
  display: block;
  width: 100%;
  max-width: 65px;
  margin: 0 auto 20px;
}
.what_we_do_bl .item h4 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-family: "Proxima Nova Bd";
  margin-bottom: 30px;
}
.what_we_do_bl .item h4 span {
  font-family: "Playfair Display Bold Italic";
}
.what_we_do_bl .item h4:after {
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 50px;
  height: 1px;
  background-color: #39c460;
}
.what_we_do_bl .item p {
  font-family: "Proxima Nova Rg";
  font-size: 14px;
  color: #fff;
}

.once-interior-block {
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.once-interior-block span {
  font-family: "Playfair Display Bold Italic";
  color: #fff;
  z-index: 9;
  position: absolute;
  width: 100%;
  transition: all 0.3s ease;
  bottom: 10px;
  left: 0;
}
.once-interior-block:hover span {
  color: #54d74f;
  bottom: 20px;
}
.once-interior-block:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.img-floor-plan {
  width: 100%;
  margin-bottom: 30px;
}

@font-face {
  font-family: "Proxima Nova Rg";
  src: url(/fonts/ProximaNova-Regular.eot);
  src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url(/fonts/ProximaNova-Regular.eot?#iefix) format("embedded-opentype"), url(/fonts/ProximaNova-Regular.woff) format("woff"), url(/fonts/ProximaNova-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Bd";
  src: url(/fonts/ProximaNova-Bold.eot);
  src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url(/fonts/ProximaNova-Bold.eot?#iefix) format("embedded-opentype"), url(/fonts/ProximaNova-Bold.woff) format("woff"), url(/fonts/ProximaNova-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Lt";
  src: url(/fonts/ProximaNova-Light.eot);
  src: local("Proxima Nova Light"), local("ProximaNova-Light"), url(/fonts/ProximaNova-Light.eot?#iefix) format("embedded-opentype"), url(/fonts/ProximaNova-Light.woff) format("woff"), url(/fonts/ProximaNova-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Playfair Display Bold Italic";
  src: url(/fonts/PlayfairDisplay-BoldItalic.eot);
  src: url(/fonts/PlayfairDisplay-BoldItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/PlayfairDisplay-BoldItalic.woff) format("woff"), url(/fonts/PlayfairDisplay-BoldItalic.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  font-family: "Proxima Nova Lt";
  height: 100%;
}

::-moz-selection {
  background: #54d74f;
  color: #fff;
}

::selection {
  background: #54d74f;
  color: #fff;
}

body::-webkit-scrollbar {
  width: 11px;
}

body {
  scrollbar-width: thin;
  scrollbar-color: #54d74f #000;
}

body::-webkit-scrollbar-track {
  background: #000;
}

body::-webkit-scrollbar-thumb {
  background-color: #54d74f;
  border-radius: 6px;
  border: 3px solid #000;
}

.label-brain span {
  cursor: pointer;
}

.check {
  width: 50px;
  height: 50px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.path1 {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  transition: 0.5s all;
}

.path2 {
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
  transition: 0.5s all;
}

.check:checked + label.label-brain svg g path {
  stroke-dashoffset: 0;
}

*, :after, :before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.navigation-menu .logotype-menu {
  max-width: 300px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.burger-menu-wrap {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px;
  z-index: 10;
}

.burger-menu-wrap span {
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1.5px;
}

.mouse {
  background: #39c461 linear-gradient(transparent 0, transparent 50%, #fff 50%, #fff 100%);
  position: relative;
  width: 25px;
  height: 40px;
  border-radius: 100px;
  background-size: 100% 200%;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
}

.mouse:after, .mouse:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.mouse:before {
  width: 21px;
  height: 36px;
  background-color: #333;
  border-radius: 100px;
}

.mouse:after {
  background-color: #39c461;
  width: 3px;
  height: 7px;
  border-radius: 2px;
  animation: trackBallSlide 5s linear infinite;
}
@keyframes colorSlide {
  0% {
    background-position: 0 100%;
  }
  20% {
    background-position: 0 0;
  }
  21% {
    background-color: #39c461;
  }
  29.99% {
    background-color: #fff;
    background-position: 0 0;
  }
  30% {
    background-color: #39c461;
    background-position: 0 100%;
  }
  50% {
    background-position: 0 0;
  }
  51% {
    background-color: #39c461;
  }
  59% {
    background-color: #fff;
    background-position: 0 0;
  }
  60% {
    background-color: #39c461;
    background-position: 0 100%;
  }
  80% {
    background-position: 0 0;
  }
  81% {
    background-color: #39c461;
  }
  100%, 90% {
    background-color: #fff;
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  45%, 49% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  75%, 79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  100%, 88% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}
@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes colorText {
  21% {
    color: #39c461;
  }
  30% {
    color: #fff;
  }
  51% {
    color: #39c461;
  }
  60% {
    color: #fff;
  }
  81% {
    color: #39c461;
  }
  90% {
    color: #fff;
  }
}
.burger-menu-wrap span, .burger-menu-wrap span::after, .burger-menu-wrap span::before {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}

.burger-menu-wrap span::after, .burger-menu-wrap span::before {
  position: absolute;
  content: "";
}

.burger-menu-wrap span::before {
  top: -9px;
}

.burger-menu-wrap span::after {
  top: 9px;
  right: 0;
  width: 20px;
}

.burger-menu-wrap.clicked span {
  background-color: transparent;
}

.burger-menu-wrap.clicked span::before {
  transform: translateY(9px) rotate(45deg);
}

.burger-menu-wrap.clicked span::after {
  transform: translateY(-9px) rotate(-45deg);
}

.burger-menu-wrap.clicked span:after, .burger-menu-wrap.clicked span:before {
  background-color: #39c461;
  right: auto;
  width: 30px;
}

.burger-menu-wrap:hover {
  cursor: pointer;
}

.navigation-menu {
  position: absolute;
  z-index: 9;
  top: 0;
  min-width: 500px;
  right: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  padding: 100px 40px 60px 40px;
  transform: translateX(100%);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.navigation-menu.show {
  transform: translateX(0);
  visibility: visible;
  transition: visibility 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.navigation-menu.show ul.main-items li {
  transform: translateX(0);
  opacity: 1;
}

.navigation-menu.show ul.main-items li:nth-child(1) {
  transition-delay: 0.15s;
}

.navigation-menu.show ul.main-items li:nth-child(2) {
  transition-delay: 0.3s;
}

.navigation-menu.show ul.main-items li:nth-child(3) {
  transition-delay: 0.45s;
}

.navigation-menu.show ul.main-items li:nth-child(4) {
  transition-delay: 0.6s;
}

.navigation-menu.show ul.main-items li:nth-child(5) {
  transition-delay: 0.75s;
}

.navigation-menu.show ul.main-items li:nth-child(6) {
  transition-delay: 0.9s;
}

.navigation-menu.show ul.main-items li:nth-child(7) {
  transition-delay: 1.05s;
}

.navigation-menu.show ul.main-items li:nth-child(8) {
  transition-delay: 1.2s;
}

.navigation-menu.show ul.main-items li:nth-child(9) {
  transition-delay: 1.35s;
}

.navigation-menu.show .about-description, .navigation-menu.show .social, .navigation-menu.show .social-wrapp span, .navigation-menu.show ul.social-container {
  transform: translateY(0);
  opacity: 1;
  justify-content: flex-end;
  text-align: right;
  transition-delay: 0.85s;
}

@media (min-width: 667px) {
  .navigation-menu {
    padding: 100px 15px 30px 15px;
  }
}
.navigation-menu ul.main-items {
  list-style-type: none;
  text-align: right;
}

.navigation-menu ul.main-items li {
  margin-bottom: 10px;
  transform: translateX(40px);
  opacity: 0;
  transition: all 0.3s ease;
}

.navigation-menu ul.main-items li:last-of-type {
  margin-bottom: 0;
}

.navigation-menu ul.main-items li a {
  color: #fff;
  font-family: "Proxima Nova Bd";
  text-decoration: none;
  font-size: 40px;
  display: inline;
  font-size: 27px;
  display: block;
  text-align: right;
  letter-spacing: 0;
  padding: 0 0;
  transition: all 0.3s ease;
}

.navigation-menu ul.main-items li a span {
  color: #39c461;
  font-family: "Proxima Nova Rg";
}

.navigation-menu .about-description {
  margin-top: 40px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s ease;
}

.navigation-menu .about-description p {
  color: #fff;
  font-family: Spectral, serif;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  line-height: 170%;
}

.navigation-menu .social {
  margin-top: 40px;
  position: relative;
  padding-bottom: 30px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s ease;
}

.navigation-menu .social:after {
  content: "";
  width: 230px;
  height: 2px;
  background-color: #39c461;
  position: absolute;
  bottom: 0;
  left: 0;
}

.navigation-menu .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 25px;
}

.navigation-menu .social a:last-of-type {
  margin-right: 0;
}

.navigation-menu .social a:hover svg circle, .navigation-menu .social a:hover svg path {
  fill: #39c461;
}

.navigation-menu .social a svg {
  width: 100%;
  height: 100%;
}

.navigation-menu .social a svg circle, .navigation-menu .social a svg path {
  fill: #fff;
  transition: all 0.3s ease;
}

.navigation-menu ul.social-container {
  list-style-type: none;
  margin-top: 40px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s ease;
}

.navigation-menu .social-wrapp span {
  list-style-type: none;
  margin-top: 40px;
  display: block;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s ease;
}

.navigation-menu ul.social-container li {
  margin-bottom: 10px;
}

.navigation-menu ul.social-container li:last-of-type {
  margin-bottom: 0;
}

.navigation-menu ul.social-container li a {
  color: #fff;
  font-family: Raleway, sans-serif;
  letter-spacing: 1px;
  font-size: 0.9rem;
  margin-left: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.navigation-menu ul.social-container li a:hover {
  color: #39c461;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
}

.overlay.show {
  opacity: 1;
  visibility: visible;
}

.navigation-menu .main-items {
  margin-top: 45px;
}

.menu-burger {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
}

.nav-menu-container {
  position: fixed;
  z-index: 999;
  padding: 15px 0;
  opacity: 0.9;
  width: 100%;
  transition: all 0.2s ease-in-out;
}

.nav-menu-container .logo {
  outline: 0;
  text-decoration: none;
}

.nav-menu-container .logo img {
  width: 100%;
  max-width: 180px;
  -o-object-fit: contain;
  object-fit: contain;
}

.nav-menu-container__contact-info a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  outline: 0;
  font-family: "Proxima Nova Lt";
  margin-bottom: 0;
  align-items: center;
  margin-right: 60px;
  transition: all 0.2s ease-in-out;
}

.nav-menu-container__contact-info a:hover {
  color: #39c461;
}

.nav-menu-container__contact-info a i {
  font-size: 18px;
  margin-right: 10px;
}

.about-description .nav-menu-container__contact-info a {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.about-description .nav-menu-container__contact-info span {
  color: #39c461;
  font-weight: 600;
  display: block;
}

.about-description .nav-menu-container__contact-info span > a {
  margin-bottom: 0;
}

.social-wrapp span {
  color: #868686;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.social-wrapp .social-container {
  display: flex;
  align-items: center;
  margin: 0 !important;
  justify-content: flex-end;
}

.social-wrapp .social-container li {
  margin-bottom: 0 !important;
}

.social-wrapp .social-container li a {
  display: block;
  margin-left: 15px;
}

.social-wrapp .social-container li a i {
  font-size: 16px;
}

.head-image {
  padding: 250px 0 250px;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-attachment: fixed;
}

.head-image__left-side h2 {
  font-size: 40px;
  color: #fff;
  font-family: "Proxima Nova Bd";
  font-weight: 400;
  margin-bottom: 15px;
}

.head-image__left-side h2 span {
  font-family: "Playfair Display Bold Italic";
}

.head-image__left-side__hashtags-block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}

.head-image__left-side__hashtags-block span {
  font-family: "Proxima Nova Rg";
  color: #909090;
  font-size: 12px;
  text-transform: uppercase;
}

.head-image__left-side p {
  font-family: "Proxima Nova Rg";
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}

.head-image__left-side form {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 70px;
}

.head-image__left-side form label {
  color: #868686;
  font-size: 10px;
  text-transform: uppercase;
  display: flex;
  width: 100%;
  text-align: center;
  max-width: 250px;
  flex-direction: column;
  font-family: "Proxima Nova Rg";
  margin-right: 30px;
  margin-bottom: 0;
}

.head-image__left-side form label input {
  color: #000;
  font-family: "Proxima Nova Rg";
  font-size: 14px;
  text-align: center;
  outline: 0;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  margin-top: 10px;
  border-radius: 30px;
  padding: 15px;
}

.head-image__left-side form button {
  background: #54d74f;
  background: -webkit-gradient(left top, right top, color-stop(0, #54d74f), color-stop(39%, #45cc59), color-stop(62%, #45cc59), color-stop(100%, #37c361));
  background: linear-gradient(to right, #54d74f 0, #45cc59 39%, #45cc59 62%, #37c361 100%);
  color: #fff;
  font-size: 14px;
  text-align: center;
  outline: 0;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  font-family: "Proxima Nova Rg";
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  max-width: 250px;
  border-radius: 30px;
  cursor: pointer;
  padding: 15px;
  transition: background 0.2s ease-in-out;
}

.head-image__right-side {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.head-image__right-side a {
  outline: 0;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.head-image__right-side a:hover img {
  transition: all 0.2s ease-in-out;
  background: rgba(84, 215, 79, 0.4);
  background: -webkit-gradient(left top, right top, color-stop(0, rgba(84, 215, 79, 0.4)), color-stop(39%, rgba(69, 204, 89, 0.4)), color-stop(62%, rgba(69, 204, 89, 0.4)), color-stop(100%, rgba(55, 195, 97, 0.4)));
  background: linear-gradient(to right, rgba(84, 215, 79, 0.4) 0, rgba(69, 204, 89, 0.4) 39%, rgba(69, 204, 89, 0.4) 62%, rgba(55, 195, 97, 0.4) 100%);
}

.head-image__right-side a img {
  border-radius: 50%;
  max-width: 165px;
}

.head-image__right-side span {
  font-size: 18px;
  font-family: "Proxima Nova Rg";
  color: #676767;
  transform: rotate(-90deg);
}

.head-image__right-side .center {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.head-image__right-side .pulse {
  background: 0 0;
  border-radius: 50%;
  animation: animate-pulse 3s linear infinite;
  cursor: pointer;
}
@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(84, 215, 79, 0.7), 0 0 0 0 rgba(84, 215, 79, 0.7);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(84, 215, 79, 0.7);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}
.scroll-mouse {
  border: 1px solid #fff;
  border-radius: 45px;
  box-sizing: border-box;
  position: relative;
  display: block;
  height: 40px;
  width: 25px;
}

.scroll-mouse::before {
  animation: scroll-mouse 2s infinite;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  height: 6px;
  width: 6px;
}
@keyframes scroll-mouse {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(-50%, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.scroll-down-container {
  margin: 0 auto;
  max-width: 140px;
  position: absolute;
  height: 85px;
  display: flex;
  margin-bottom: 50px;
  transform: translate(-50%, 0);
  bottom: 0;
  flex-direction: column;
  left: 50%;
  align-items: center;
  justify-content: space-around;
}

.scroll-down-container p {
  color: #868686;
  font-size: 10px;
  display: flex;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 0;
  transform: rotate(-90deg);
}

.scroll-down-container p:before {
  content: "";
  width: 20px;
  margin-right: 10px;
  height: 1px;
  display: block;
  background-color: #54d74f;
}

.mt-100 {
  padding-top: 100px;
}

.what-we-do-container {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  padding: 50px 0 80px;
}
.what-we-do-container p {
  font-family: "Proxima Nova Rg";
  font-size: 1rem;
  color: #fff;
}
.what-we-do-container ul {
  list-style-type: none; /* Вимикає стандартні маркери */
  padding: 0; /* Вимикає внутрішній відступ */
  margin: 0; /* Вимикає зовнішній відступ */
}
.what-we-do-container ul li {
  font-family: "Proxima Nova Rg";
  font-size: 14px;
  color: #fff;
  position: relative;
  padding-left: 30px; /* Місце для іконки */
  margin-bottom: 10px;
}
.what-we-do-container ul li:before {
  content: "•"; /* Символ маркера (доступні також інші Unicode символи) */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #54d74f; /* Колір маркера */
  font-size: 20px; /* Розмір маркера */
}
.what-we-do-container ul li:last-child {
  border-bottom: none; /* Вимикає нижню межу для останнього елемента */
}

.what-we-do-container__left {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.what-we-do-container__left h2 {
  font-size: 28px;
  margin-bottom: 25px;
}

.what-we-do-container__left p {
  font-size: 14px;
  margin: 0 0 30px 0;
  color: #fff;
}

.what-we-do-container__left a {
  margin-top: 60px;
}

.what-we-do-container__right__carousel .item {
  background-color: #1d1d1d;
  border-radius: 10px;
  box-shadow: 0 0 15px #000;
  height: 100%;
  padding: 20px 20px 50px 20px;
  float: none;
}

.what-we-do-container__right__carousel .item img {
  max-width: 65px;
  margin: 0 auto 20px;
}

.what-we-do-container__right__carousel .item h4 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-family: "Proxima Nova Bd";
  margin-bottom: 30px;
}

.what-we-do-container__right__carousel .item h4 span {
  font-family: "Playfair Display Bold Italic";
}

.what-we-do-container__right__carousel .item h4:after {
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 50px;
  height: 1px;
  background-color: #39c460;
}

.what-we-do-container__right__carousel .item p {
  font-family: "Proxima Nova Rg";
  font-size: 14px;
  color: #fff;
}

.what-we-do-container__right__carousel .item ul {
  padding-left: 17px;
}

.what-we-do-container__right__carousel .item ul li {
  color: #39c460;
}

.what-we-do-container__right__carousel .item ul li span {
  font-family: "Proxima Nova Rg";
  font-size: 14px;
  color: #fff;
}

.what-we-do-container__right__carousel .item a {
  font-family: "Proxima Nova Rg";
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #54d74f;
  border-radius: 30px;
  padding: 1px 13px;
  outline: 0;
  display: block;
  font-size: 13px;
  position: absolute;
  bottom: 25px;
  transition: all 0.2s ease-in-out;
}

.what-we-do-container__right__carousel .item a:hover {
  color: #39c460;
}

.owl-carousel .owl-item {
  float: none;
}

.owl-carousel .owl-stage {
  display: flex;
  padding: 20px 50px;
}

#contactus {
  position: relative;
  top: -200px;
}

.green-button {
  background: #54d74f;
  background: -webkit-gradient(left top, right top, color-stop(0, #54d74f), color-stop(39%, #45cc59), color-stop(62%, #45cc59), color-stop(100%, #37c361));
  background: linear-gradient(to right, #54d74f 0, #45cc59 39%, #45cc59 62%, #37c361 100%);
  color: #fff !important;
  font-size: 14px;
  text-align: center;
  outline: 0;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  font-family: "Proxima Nova Rg";
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  max-width: 250px;
  display: block;
  border-radius: 30px;
  cursor: pointer;
  outline: 0;
  padding: 15px;
}

.green-button:hover {
  text-decoration: none;
  display: block;
}

.title-h2-default {
  font-size: 40px;
  color: #fff;
  font-family: "Proxima Nova Bd";
  font-weight: 400;
  margin-bottom: 15px;
}

.title-h2-default span {
  font-family: "Playfair Display Bold Italic";
}

.main-title-container {
  color: #fff;
  display: block;
  text-align: center;
  font-family: "Proxima Nova Bd";
  font-size: 28px;
  margin-bottom: 95px;
}

.main-title-container span.eng {
  font-family: "Proxima Nova Rg";
  font-size: 13px;
  text-transform: uppercase;
}

.main-title-container span.coursive {
  font-family: "Playfair Display Bold Italic";
}

.owl-theme .custom-nav {
  text-align: left;
  position: relative;
  display: table;
  bottom: 45px;
  left: 30%;
}

.owl-theme .custom-nav .owl-next, .owl-theme .custom-nav .owl-prev {
  position: relative;
  outline: 0;
  background-color: #3f3f3f;
  border: none;
  z-index: 100;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.owl-theme .owl-nav button {
  height: 35px;
}

.owl-theme .owl-nav button span img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 20px;
}

.owl-theme .owl-nav button:hover {
  opacity: 0.7;
  background: #3f3f3f !important;
}

.counter-slides {
  font-family: "Proxima Nova Rg";
  font-size: 16px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 6%;
  z-index: 9;
  left: 0;
  color: #7f7f7f;
}

.counter-slides:after {
  content: "";
  display: block;
  width: 70px;
  margin-left: 10px;
  height: 1px;
  background-color: #7f7f7f;
}

.counter-slides .active {
  font-size: 26px;
  color: #39c460;
  font-family: "Proxima Nova Bd";
  margin-right: 5px;
}

.counter-slides .of-count {
  font-family: "Proxima Nova Rg";
  font-size: 16px;
  color: #7f7f7f;
  margin-left: 5px;
}

.our-projects-container {
  padding: 90px 0;
}

.our-projects-container__tabs-container .nav-tabs {
  justify-content: center;
  margin-bottom: 50px;
  border-bottom: 0;
}

.our-projects-container__tabs-container .nav-tabs .nav-item a {
  font-family: "Proxima Nova Rg";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  display: block;
  outline: 0;
  margin: 10px 20px;
  border: 1px solid transparent;
  padding: 20px 30px;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
}

.our-projects-container__tabs-container .nav-tabs .nav-item a.active {
  border: 1px solid #000;
  padding: 20px 30px;
  border-radius: 50px;
}

.our-projects-container__tabs-container .nav-tabs .nav-item a:hover {
  border: 1px solid #000;
  padding: 20px 30px;
  border-radius: 50px;
}

.our-projects-container__tabs-container .tab-content .tab-pane.active {
  display: flex;
  flex-wrap: wrap;
}

.our-projects-container__tabs-container .tab-content .tab-pane.active .block-image-tab-style {
  display: contents;
}

.our-projects-container__tabs-container .tab-content .tab-pane.active .block-image-tab-style img {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.our-projects-container__tabs-container .tab-content .tab-pane.active .block-image-tab-style img:hover {
  opacity: 0.7;
}

.middle-size {
  font-size: 28px;
}

.middle-size span.eng {
  font-size: 13px;
  color: #6d6d6d;
}

.our-statistic-container {
  padding: 90px 0;
}

.our-statistic-container__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.our-statistic-container__wrapper__item {
  display: flex;
  flex-direction: column;
}

.our-statistic-container__wrapper__item span {
  font-family: "Playfair Display Bold Italic";
  font-size: 40px;
  color: #39c460;
  margin-bottom: 20px;
}

.our-statistic-container__wrapper__item strong {
  font-family: "Proxima Nova Bd";
  color: #fff;
  margin-bottom: 15px;
  font-size: 20px;
}

.our-statistic-container__wrapper__item p {
  font-size: 14px;
  font-family: "Proxima Nova Rg";
  color: #dbdbdb;
}

.send-feedback-container {
  position: relative;
  padding: 150px 0 100px;
  background-size: cover;
}

.send-feedback-container__left-side p {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Proxima Nova Bd";
}

.send-feedback-container__left-side__hashtags-block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}

.send-feedback-container__left-side__hashtags-block span {
  font-family: "Proxima Nova Rg";
  color: #909090;
  font-size: 12px;
  text-transform: uppercase;
}

.send-feedback-container__right-side {
  display: flex;
  align-items: center;
}

.send-feedback-container__scrolltop-container .scroll-down-container {
  top: 0;
  bottom: auto;
}

.send-feedback-container__scrolltop-container .scroll-down-container a {
  border: 1px solid #000;
}

.send-feedback-container__scrolltop-container .scroll-down-container a:before {
  background-color: #000;
}

.send-feedback-container__scrolltop-container p:after {
  content: "";
  width: 20px;
  margin-left: 10px;
  height: 1px;
  display: block;
  background-color: #54d74f;
}

.send-feedback-container__scrolltop-container p:before {
  display: none;
}

.footer-navigation {
  background-image: url("/img/bg_grey.png");
  padding: 35px 0;
}

.footer-navigation__left-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-navigation__left-side a {
  font-family: "Proxima Nova Rg";
  font-size: 10px;
  color: #868686;
  outline: 0;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out;
}

.footer-navigation__left-side a:hover {
  color: #54d74f;
}

.footer-navigation__left-side span {
  font-family: "Proxima Nova Rg";
  font-size: 10px;
  color: #868686;
  outline: 0;
  text-decoration: none;
}

.footer-navigation__center a img {
  width: 100%;
  max-width: 180px;
  display: block;
  margin: 0 auto;
}

.footer-navigation__right-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.footer-navigation__right-side .social-wrapp span {
  color: #868686;
  font-family: "Proxima Nova Rg";
  font-size: 10px;
  letter-spacing: 2px;
}

.footer-navigation__right-side .social-wrapp .social-container li {
  list-style: none;
}

.footer-navigation__right-side .social-wrapp .social-container li a i {
  font-size: 16px;
  color: #868686;
  transition: all 0.2s ease-in-out;
}

.footer-navigation__right-side .social-wrapp .social-container li a i:hover {
  color: #54d74f;
}

.go-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  padding: 0;
  max-width: 40px;
  display: none;
}

.go-top img {
  width: 100%;
  max-width: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

.head-image-and-description {
  padding: 220px 0 190px;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-attachment: fixed;
  height: auto;
}

.head-image-and-description__wrapper-head-description {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.head-image-and-description__wrapper-head-description h5 {
  font-family: "Proxima Nova Rg";
  color: #909090;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
}

.head-image-and-description__wrapper-head-description h1 {
  font-size: 40px;
  color: #fff;
  font-family: "Proxima Nova Bd";
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}

.head-image-and-description__wrapper-head-description h1 span {
  font-family: "Playfair Display Bold Italic";
}

.head-image-and-description__wrapper-head-description p {
  font-family: "Proxima Nova Rg";
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}

.content-with-3-blocks {
  background-color: #fdfefc;
  padding: 115px 0;
}

.content-with-3-blocks h2 {
  margin-bottom: 70px;
}

.content-with-3-blocks strong {
  font-family: "Proxima Nova Bd";
  font-size: 21px;
  display: block;
}

.content-with-3-blocks p {
  font-size: 14px;
  margin-bottom: 35px;
}

.content-with-3-blocks__wrapper {
  margin: 60px 0;
}

.content-with-3-blocks__wrapper__item {
  margin: 10px 0;
}

.content-with-3-blocks__wrapper__item img {
  max-width: 60px;
  margin-bottom: 25px;
  max-height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.we-do-tabs {
  padding: 80px 0;
}

.we-do-tabs h2 {
  position: relative;
}

.we-do-tabs__works-tabs .nav-tabs {
  justify-content: center;
  margin-bottom: 50px;
  border-bottom: 0;
}

.we-do-tabs__works-tabs .nav-tabs li {
  position: relative;
}

.we-do-tabs__works-tabs .nav-tabs li a {
  font-family: "Proxima Nova Rg";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  display: block;
  outline: 0;
  margin: 10px 20px;
  border: 1px solid transparent;
  padding: 15px 30px;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
}

.we-do-tabs__works-tabs .nav-tabs li a.active {
  border: 1px solid #fff;
  padding: 15px 30px;
  border-radius: 50px;
}

.we-do-tabs__works-tabs .nav-tabs li a.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -72%;
  width: 0;
  transform: translate(-50%, 0);
  height: 0;
  border: 30px solid #1d1d1d;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.we-do-tabs__works-tabs .nav-tabs li a:hover {
  border: 1px solid #fff;
  padding: 15px 30px;
  border-radius: 50px;
}

.we-do-tabs__works-tabs .tab-content {
  padding: 30px;
  background-color: #1d1d1d;
  border-radius: 15px;
  box-shadow: 0 0 20px #000;
}

.we-do-tabs__works-tabs .tab-content .tab-pane__left-side {
  position: relative;
}

.we-do-tabs__works-tabs .tab-content .tab-pane__left-side h2 {
  color: #fff;
  display: block;
  font-family: "Proxima Nova Bd";
  font-size: 20px;
  margin-bottom: 30px;
}

.we-do-tabs__works-tabs .tab-content .tab-pane__left-side h2:after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #54d74f;
  display: block;
  margin-top: 15px;
}

.we-do-tabs__works-tabs .tab-content .tab-pane__left-side h2 span {
  font-family: "Playfair Display Bold Italic";
}

.we-do-tabs__works-tabs .tab-content .tab-pane__left-side p {
  font-size: 14px;
  margin-bottom: 25px;
  color: #fff;
}

.we-do-tabs__works-tabs .tab-content .tab-pane__left-side ul {
  display: flex;
  flex-wrap: wrap;
}

.we-do-tabs__works-tabs .tab-content .tab-pane__left-side ul li {
  list-style-type: none;
  color: #fff;
  display: flex;
  font-size: 14px;
  padding-left: 0;
  font-family: "Playfair Display Bold Italic";
  align-items: center;
  margin: 10px 0;
}

.we-do-tabs__works-tabs .tab-content .tab-pane__left-side ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #54d74f;
  box-shadow: 0 0 10px #54d74f;
  display: block;
  margin-right: 15px;
}

.we-do-tabs__works-tabs .tab-content .tab-pane__right-side {
  position: relative;
}

.we-do-tabs__works-tabs .tab-content .tab-pane__right-side img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.steps-container {
  padding: 90px 0;
}

.steps-container h2 {
  margin-bottom: 60px;
}

.steps-container__wrapper {
  position: relative;
  width: 100%;
  max-width: 950px;
  display: block;
  margin: 0 auto;
  counter-reset: section;
}

.steps-container__wrapper__lineheight {
  width: 1px;
  height: 100%;
  top: 125px;
  transform: translate(-50%);
  position: absolute;
  left: 50%;
  background-color: #4ad055;
}

.steps-container__wrapper__item .counter-before:before {
  counter-increment: section;
  content: counter(section);
  font-size: 74px;
  line-height: 1.5;
  color: #efefef;
  font-family: "Playfair Display Bold Italic";
}

.steps-container__wrapper__item:nth-child(even) .steps-container__wrapper__item__block {
  width: 100%;
  max-width: 50%;
  position: relative;
  padding-right: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.steps-container__wrapper__item:nth-child(even) .steps-container__wrapper__item__block h2 {
  line-height: 21px;
  font-size: 20px;
  font-family: "Proxima Nova Bd";
  margin-bottom: 10px;
  text-align: right;
}

.steps-container__wrapper__item:nth-child(even) .steps-container__wrapper__item__block p {
  font-size: 14px;
  text-align: right;
}

.steps-container__wrapper__item:nth-child(even) .steps-container__wrapper__item__block:before {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: block;
  background: #54d74f;
  background: -webkit-gradient(left top, right top, color-stop(0, #54d74f), color-stop(39%, #45cc59), color-stop(62%, #45cc59), color-stop(100%, #37c361));
  background: linear-gradient(to right, #54d74f 0, #45cc59 39%, #45cc59 62%, #37c361 100%);
  position: absolute;
  right: -14px;
  top: 108px;
}

.steps-container__wrapper__item:nth-child(odd) {
  display: flex;
  justify-content: flex-end;
}

.steps-container__wrapper__item:nth-child(odd) .steps-container__wrapper__item__block {
  padding-left: 70px;
  width: 100%;
  max-width: 50%;
  position: relative;
}

.steps-container__wrapper__item:nth-child(odd) .steps-container__wrapper__item__block h2 {
  line-height: 21px;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "Proxima Nova Bd";
  text-align: left;
}

.steps-container__wrapper__item:nth-child(odd) .steps-container__wrapper__item__block p {
  font-size: 14px;
}

.steps-container__wrapper__item:nth-child(odd) .steps-container__wrapper__item__block:before {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: block;
  background: #54d74f;
  background: -webkit-gradient(left top, right top, color-stop(0, #54d74f), color-stop(39%, #45cc59), color-stop(62%, #45cc59), color-stop(100%, #37c361));
  background: linear-gradient(to right, #54d74f 0, #45cc59 39%, #45cc59 62%, #37c361 100%);
  position: absolute;
  left: -14px;
  top: 108px;
}

.mt90px {
  margin: 90px auto 0 !important;
  display: block;
}

.possibility-container {
  padding: 90px 0;
}

.possibility-container__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.possibility-container__wrapper__item {
  background-color: #1d1d1d;
  border-radius: 10px;
  box-shadow: 0 0 15px #000;
  padding: 30px;
  max-width: 345px;
  width: 100%;
  float: none;
  margin: 15px;
}

.possibility-container__wrapper__item img {
  max-width: 60px;
  margin: 0 auto 20px;
  display: block;
}

.possibility-container__wrapper__item h4 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-family: "Proxima Nova Bd";
  margin-bottom: 30px;
}

.possibility-container__wrapper__item h4:after {
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 50px;
  height: 1px;
  background-color: #39c460;
}

.possibility-container__wrapper__item p {
  font-family: "Proxima Nova Rg";
  font-size: 14px;
  color: #fff;
  margin-bottom: 25px;
}

.possibility-container__wrapper__item .description-image {
  display: flex;
  flex-wrap: wrap;
}

.possibility-container__wrapper__item .description-image img {
  max-width: 60px;
  margin: 0 30px 0 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.coursive-style {
  margin-top: 50px;
  color: #fff;
  font-family: "Proxima Nova Bd";
  font-weight: 400;
  margin-bottom: 15px;
}

.coursive-style span {
  font-family: "Playfair Display Bold Italic";
}

.left-descr-right-img {
  background-image: url("/img/bg_grey.png");
  padding: 90px 0;
}

.left-descr-right-img__block {
  padding: 30px;
  background-color: #1d1d1d;
  border-radius: 15px;
  box-shadow: 0 0 20px #000;
  margin-bottom: 70px;
}

.left-descr-right-img__block__left-side h2 {
  color: #fff;
  display: block;
  font-family: "Proxima Nova Bd";
  font-size: 20px;
  margin-bottom: 30px;
}

.left-descr-right-img__block__left-side h2 span {
  font-family: "Playfair Display Bold Italic";
}

.left-descr-right-img__block__left-side h2:after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #54d74f;
  display: block;
  margin-top: 15px;
}

.left-descr-right-img__block__left-side p {
  font-size: 14px;
  margin-bottom: 25px;
  color: #fff;
}

.left-descr-right-img__block__right-side img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: cover;
  max-width: none;
  -o-object-position: center;
  object-position: center;
  height: 350px;
}

.left-descr-right-img__three-blocks {
  margin-bottom: 90px;
}

.left-descr-right-img__three-blocks__item {
  margin: 20px 0 0;
}

.left-descr-right-img__three-blocks__item img {
  display: block;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 75px;
  max-height: 55px;
  -o-object-fit: contain;
  object-fit: contain;
}

.left-descr-right-img__three-blocks__item strong {
  color: #fff;
  font-family: "Proxima Nova Bd";
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  display: block;
}

.left-descr-right-img__three-blocks__item p {
  color: #fff;
  font-family: "Proxima Nova Rg";
  font-size: 14px;
  display: block;
  text-align: center;
}

.contact-blocks-container {
  padding: 120px 0 50px;
}

.contact-blocks-container__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 100px 0;
}

.contact-blocks-container__wrapper__item img {
  display: block;
  margin-bottom: 20px;
  max-width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.contact-blocks-container__wrapper__item strong {
  font-family: "Playfair Display Bold Italic";
  font-size: 22px;
  margin-bottom: 30px;
  display: block;
}

.contact-blocks-container__wrapper__item p {
  font-family: "Proxima Nova Rg";
  font-size: 14px;
  margin-bottom: 7px;
}

.contact-blocks-container__wrapper__item__time-block {
  display: flex;
}

.contact-blocks-container__wrapper__item__time-block span {
  font-family: "Proxima Nova Rg";
  font-size: 14px;
  margin-bottom: 7px;
  text-transform: uppercase;
  min-width: 70px;
}

.contact-blocks-container__wrapper__item__time-block p {
  font-family: "Proxima Nova Rg";
  font-size: 14px;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.contact-blocks-container__wrapper__item a {
  font-family: "Proxima Nova Rg";
  font-size: 14px;
  margin-bottom: 7px;
  color: #000;
  text-decoration: none;
  outline: 0;
  display: block;
  transition: all 0.2s ease-in-out;
}

.contact-blocks-container__wrapper__item a:hover {
  color: #54d74f;
}

.contact-blocks-container__wrapper__item__socials {
  display: flex;
}

.contact-blocks-container__wrapper__item__socials a {
  font-family: "Proxima Nova Rg";
  font-size: 18px;
  margin-bottom: 7px;
  color: #868686;
  text-decoration: none;
  outline: 0;
  display: block;
  transition: all 0.2s ease-in-out;
  margin-right: 15px;
}

.contact-blocks-container__wrapper__item__socials a:hover {
  color: #54d74f;
}

.left-desc {
  text-align: left;
  align-items: flex-start;
  margin: 0;
}

.left-desc h1 {
  text-align: left;
}

.left-desc h1 span.green-word {
  color: #54d74f;
}

.left-desc p {
  text-align: left;
}

.contact-form {
  display: flex;
}

.contact-form__wrapper {
  padding: 30px 15px;
  box-shadow: 0 0 10px #000;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin-top: -100px;
  margin-bottom: 100px;
}

.contact-form__wrapper__heading-form {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  justify-content: space-between;
}

.contact-form__wrapper__heading-form__form-title {
  padding-left: 20px;
  border-left: 1px solid #54d74f;
}

.contact-form__wrapper__heading-form__form-title p {
  font-family: "Proxima Nova Rg";
  font-size: 13px;
  color: #909090;
  text-transform: uppercase;
  margin-bottom: 0;
}

.contact-form__wrapper__heading-form__form-title h4 {
  font-size: 28px;
  color: #fff;
  font-family: "Proxima Nova Bd";
  font-weight: 400;
  margin-bottom: 15px;
  margin-bottom: 0;
}

.contact-form__wrapper__heading-form__form-title h4 span {
  font-family: "Playfair Display Bold Italic";
}

.contact-form__wrapper__heading-form img {
  width: 100%;
  max-width: 75px;
  -o-object-fit: contain;
  object-fit: contain;
}

.contact-form__wrapper__main-form__left-side label {
  font-family: "Proxima Nova Rg";
  font-size: 14px;
  color: #909090;
  text-transform: uppercase;
  margin-bottom: 0;
  display: flex;
  letter-spacing: 2px;
  flex-direction: column;
}

.contact-form__wrapper__main-form__left-side label .inp-block {
  margin-bottom: 30px;
  padding: 5px 5px 5px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
}

.contact-form__wrapper__main-form__left-side label .inp-block input {
  font-size: 18px;
  font-family: "Proxima Nova Rg";
  background-color: transparent;
  border: 0;
  position: relative;
  padding: 5px 15px 5px 10px;
  outline: 0;
  color: #fff;
  width: 100%;
}

.contact-form__wrapper__main-form__left-side label .inp-block i {
  color: #fff;
}

.contact-form__wrapper__main-form__left-side label .agree-inline {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.contact-form__wrapper__main-form__left-side label .agree-inline label {
  font-size: 16px;
  font-family: "Proxima Nova Rg";
  background-color: transparent;
  border: 0;
  position: relative;
  padding: 0 15px 0 40px;
  outline: 0;
  color: #fff;
  text-transform: none;
}

.contact-form__wrapper__main-form__left-side label .agree-inline label span {
  color: #54d74f;
}

.contact-form__wrapper__main-form__left-side label .agree-inline p {
  margin-bottom: 0;
}

.contact-form__wrapper__main-form__right-side {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.contact-form__wrapper__main-form__right-side label {
  font-family: "Proxima Nova Rg";
  font-size: 14px;
  color: #909090;
  text-transform: uppercase;
  margin-bottom: 0;
  display: flex;
  letter-spacing: 2px;
  height: 100%;
  flex-direction: column;
  position: relative;
  padding-bottom: 90px;
}

.contact-form__wrapper__main-form__right-side label textarea {
  font-size: 18px;
  font-family: "Proxima Nova Rg";
  background-color: transparent;
  border: 0;
  position: relative;
  padding: 5px 15px 5px 10px;
  outline: 0;
  color: #fff;
  width: 100%;
  height: 100%;
}

.contact-form__wrapper__main-form button.form-submit {
  padding: 30px 0;
  text-align: center;
  width: 100%;
  background: #54d74f;
  background: -webkit-gradient(left top, right top, color-stop(0, #54d74f), color-stop(39%, #45cc59), color-stop(62%, #45cc59), color-stop(100%, #37c361));
  background: linear-gradient(to right, #54d74f 0, #45cc59 39%, #45cc59 62%, #37c361 100%);
  color: #fff;
  position: absolute;
  bottom: -30px;
  left: 0;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Proxima Nova Bd";
  border: 0;
}

.contact-form__wrapper__main-form button.form-submit:hover {
  background: #37c361;
  text-decoration: none;
  display: block;
  background: linear-gradient(to right, #37c361 0, #45cc59 38%, #45cc59 61%, #54d74f 100%);
}

.contact-form__items-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 100px;
}

.contact-form__items-container__item {
  display: flex;
  align-items: center;
}

.contact-form__items-container__item img {
  width: 100%;
  max-width: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 25px;
}

.contact-form__items-container__item strong {
  font-family: "Playfair Display Bold Italic";
  font-size: 24px;
  color: #3ac460;
  margin-bottom: 20px;
  display: block;
}

.contact-form__items-container__item p {
  font-family: "Proxima Nova Rg";
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}

.contact-form__items-container__item span {
  font-family: "Proxima Nova Rg";
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}

.contact-form__items-container__item a {
  font-family: "Proxima Nova Rg";
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
  outline: 0;
  display: block;
  width: 100%;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.contact-form__items-container__item a:hover {
  color: #3ac460;
}

#map {
  height: 400px;
}

.green-word {
  color: #54d74f !important;
}

.main-items li {
  padding: 0;
}

.main-items li a {
  --fill-color:#54d74f;
  position: relative;
  display: block;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #54d74f;
  background: linear-gradient(90deg, var(--fill-color) 0, var(--fill-color) 100%);
  background-size: 0;
  background-position: left;
  background-repeat: no-repeat;
  color: transparent !important;
  background-clip: text;
  -webkit-background-clip: text;
  transition: 0.5s linear;
}

.main-items li a:hover {
  background-size: 100%;
}

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

.title-section h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 42px;
}

.our-projects-container .gallery {
  margin: auto;
  padding-top: 0;
  text-align: center;
}

.our-projects-container .gallery .item {
  width: 33%;
  height: 300px;
  background: #000;
  margin-bottom: 1px;
  overflow: hidden;
}

.our-projects-container .gallery .item .desc {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  bottom: 0;
  visibility: visible;
  right: 0;
  transition: all 0.3s ease;
  opacity: 1;
}

.our-projects-container .gallery .item .desc h4 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Proxima Nova Bd";
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  margin: 0;
  padding: 0;
  transition: all 0.7s ease;
}

.our-projects-container .gallery .item .desc span {
  color: #fff;
  text-transform: uppercase;
  font-family: "Playfair Display Bold Italic";
  font-size: 14px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  transform: scale(1);
  margin: 0;
  opacity: 1;
  padding: 0;
  transition: all 0.7s ease;
}

.our-projects-container .gallery .item img {
  display: block;
  width: 100%;
  max-width: 100%;
  transition: all 0.7s ease;
  transform: translate(0, 0) scale(1.2);
  filter: grayscale(1) blur(2px);
  -o-object-fit: cover;
  object-fit: cover;
}

.our-projects-container .gallery .item:hover .desc {
  opacity: 1;
  visibility: visible;
  background: 0 0;
}

.our-projects-container .gallery .item:hover .desc h4 {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.7s ease;
}

.our-projects-container .gallery .item:hover .desc span {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.7s ease;
}

.our-projects-container .gallery .item:hover img {
  width: 100%;
  max-width: 100%;
  transform: translate(0) scale(1);
  filter: grayscale(0);
}

.modal-open {
  overflow-y: visible;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  align-items: center;
  display: flex !important;
}

.video-modal .modal-dialog {
  max-width: calc(100% - 100px);
  width: 100%;
  display: block;
  margin: 0 auto;
}

video {
  max-width: 100%;
  width: 100%;
  outline: 0;
}

video:focus {
  outline: 0;
  border: none;
}

.main-items li a.active {
  background-size: 100%;
}

.our-projects-container .wrapper {
  margin-bottom: 30px;
}

@media all and (max-width: 1500px) {
  .gallery .item {
    width: 33%;
    height: 240px;
  }
}
@media all and (max-width: 1180px) {
  .gallery .item {
    width: 49%;
    height: 220px;
  }
}
@media all and (max-width: 920px) {
  .gallery .item {
    height: 200px;
  }
}
@media all and (max-width: 780px) {
  .gallery {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gallery .item {
    width: 100%;
    height: 240px;
  }
}
@media all and (max-width: 580px) {
  .gallery .item {
    width: 100%;
    height: 200px;
  }
}
.project-view {
  width: 90%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  transform: translateX(120%);
  transition: transform 0.4s ease;
  z-index: 12;
}

.project-view .project-article-header .project-article-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.project-view .project-article-header .project-article-title h1 {
  font-size: 2em;
  font-weight: 300;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

.project-view .project-article-content {
  padding: 40px 30px;
  margin: auto;
}

.project-view .project-article-content p {
  font-size: 14px;
}

.project-view .project-article-content img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
}

.portfolio-description {
  text-align: justify;
}

.portfolio-description img {
  float: right;
  margin-left: 20px !important;
}

.overlay-style {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

.article-opened .articles-navigation {
  position: fixed;
  top: 55px;
  right: 25px;
  height: 40px;
  display: block;
  z-index: 999999;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}

.articles-navigation {
  position: fixed;
  top: 55px;
  right: 25px;
  height: 40px;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}

.close, .next-btn, .prev-btn {
  float: left;
}

.close {
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: relative;
  transform: rotate(-45deg);
  opacity: 1;
}

.close div {
  width: 60px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #54d74f;
}

.close div:nth-child(1) {
  transform: translate(-50%, -50%);
}

.close div:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}

.article-opened {
  overflow: hidden;
}

.article-opened .project-view {
  transform: translate(0);
  z-index: 999999;
}

.article-opened .overlay-style {
  visibility: visible;
  opacity: 1;
  z-index: 999999;
}

#article-contents {
  display: none;
  visibility: hidden;
}

.appended-data .content-portfolio-wrapp__left-side h2 {
  background: #39b014;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Proxima Nova Bd";
  font-size: 34px;
}

.appended-data .content-portfolio-wrapp__left-side h2:first-letter {
  display: inline-block;
  font-family: "Proxima Nova Bd";
  font-size: 54px;
  background: linear-gradient(to right, #54d74f 50%, #43a83f 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.appended-data .content-portfolio-wrapp__left-side strong {
  display: block;
  font-family: "Proxima Nova Bd";
  font-size: 16px;
  margin-bottom: 10px;
}

.appended-data .content-portfolio-wrapp__left-side strong a {
  font-family: "Proxima Nova Rg";
  text-decoration: none;
  outline: 0;
  color: #54d74f;
}

.appended-data .content-portfolio-wrapp__left-side .skills-container {
  margin-bottom: 20px;
}

.appended-data .content-portfolio-wrapp__left-side .skills-container strong {
  display: block;
  font-family: "Proxima Nova Bd";
  font-size: 16px;
}

.appended-data .content-portfolio-wrapp__left-side .skills-container img {
  width: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 5px 5px 5px 0;
}

.appended-data .content-portfolio-wrapp__right-side img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: cover;
  max-height: 300px;
}

.appended-data .wrap-img {
  display: flex;
  flex-wrap: wrap;
}

.video-modal {
  z-index: 9999999;
}

.video-modal .modal-dialog {
  max-width: calc(100% - 200px);
  display: block;
  max-height: calc(100% - 200px);
  margin: 0 auto;
}

.video-modal .modal-dialog .close:not(:disabled):not(.disabled) {
  cursor: pointer;
  transform: rotate(90deg);
  float: right;
  top: -85px;
  right: 0;
  position: absolute;
  z-index: 99999;
}

.video-modal .modal-dialog .close:not(:disabled):not(.disabled) span {
  color: #54d74f;
  opacity: 1;
  font-size: 70px;
  text-shadow: none;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.video-modal .close {
  opacity: 1;
  cursor: pointer;
}

.articles-navigation .close {
  transform: rotate(45deg) !important;
}

.embed-responsive {
  position: inherit;
}

.modal-content {
  position: initial;
  background-color: transparent;
}

.pulse-button {
  display: table;
  color: #363c3d;
  background: #54d74f;
  cursor: pointer;
  box-shadow: none;
  -webkit-animation: none;
}

.pulse-button:hover {
  -webkit-animation: pulse 2s infinite;
  box-shadow: 0 0 0 0 rgba(57, 176, 20, 0.6);
}
.our-history-container {
  padding: 120px 0 30px;
}

.our-history-container__right-side h2 {
  font-size: 40px;
  margin-bottom: 40px;
}

.our-history-container__right-side p {
  font-size: 14px;
}

.working-counter-container {
  padding: 40px 0 100px;
}

.working-counter-container__item h3 {
  color: #38bc5c;
  font-size: 60px;
  font-family: "Playfair Display Bold Italic";
  margin-bottom: 20px;
}

.working-counter-container__item span {
  color: #868686;
  font-size: 14px;
  font-family: "Proxima Nova Rg";
  letter-spacing: 2px;
  text-transform: uppercase;
}

section.intro {
  position: relative;
  padding: 100px 0;
  width: 100%;
  background: #f6f6f6;
  background: -ms-radial-gradient(center, ellipse cover, #f6f6f6 1%, #d3d3d3 100%);
  overflow: hidden;
  z-index: 1;
  background-image: url("/img/bg_grey.png");
}

.intro-block {
  position: relative;
  display: flex;
  align-items: center;
}

.hex-bg-big-text {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.centerfold-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.hoverblock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hover-notify {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 50px;
}

.code-display {
  position: relative;
  color: #f6f6f6;
  width: 600px;
  height: auto;
}

.code-display h1 {
  color: #fff;
}

.code-description {
  width: 100%;
  height: 100%;
  color: #333;
}

.code-description * {
  display: none;
}

.code-description > div {
  padding: 60px 40px;
}

.desc-active {
  display: block;
  position: relative;
}

.desc-active > p {
  display: block;
  margin: 0;
  font-size: 24px;
  color: #fff;
  font-family: "Proxima Nova Rg";
}

.desc-active > p > span {
  display: inline-block;
  font-family: "Playfair Display Bold Italic";
  color: #38bd5d;
  font-size: 24px;
  min-width: 160px;
}

p.code-title {
  position: relative;
  font-size: 60px;
  margin-bottom: 50px;
  color: #fff;
  font-family: "Proxima Nova Bd";
}

.desc-active::after {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  opacity: 0.2;
  z-index: -1;
}

.backend-desc.desc-active::after {
  background: url("/img/laravel-image.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

.frontend-desc.desc-active::after {
  background: url("/img/symfony-image.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

.html-desc.desc-active::after {
  background: url("/img/react-image.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

.css-desc.desc-active::after {
  background: url("/img/node-image.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

.javascript-desc.desc-active::after {
  background: url("/img/angular-image.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

.english-desc.desc-active::after {
  background: url("/img/english-image.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

.gui-desc.desc-active::after {
  background: url("/img/vue-image.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

.seo-desc.desc-active::after {
  background: url("/img/wp-image.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

.hex-master-wrap {
  position: relative;
  min-width: 590px;
  height: 520px;
}

.border-1, .border-2, .border-3 {
  position: absolute;
  width: 100%;
  height: 96px;
  top: 46px;
  left: 0;
  background-color: #fff;
  border-radius: 14px;
  z-index: 2;
  border-color: #333;
  backface-visibility: hidden;
}

.border-2 {
  transform: rotate(60deg);
}

.border-3 {
  transform: rotate(120deg);
}

.border-3::before {
  display: none;
  position: absolute;
  content: "";
  bottom: 10%;
  left: 42px;
  width: 50%;
  height: 83%;
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #fff;
  border-radius: 50%;
  visibility: visible;
  z-index: -1;
}

.intro-block .grid-1, .intro-block .grid-2, .intro-block .grid-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75%;
  margin: 0 auto;
  margin-bottom: -50px;
}

.intro-block .grid-3 {
  margin-bottom: -50px;
}

.intro-block .grid-2, .intro-block .grid-3 {
  margin-top: -50px;
}

.hex-wrap {
  position: relative;
  width: 150px;
  height: 190px;
  margin: 0.5em 1em;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border: 0 solid;
  transform: scale(1.1);
}

.hex-wrap .label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 58px;
  color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.hex-wrap .label img, .hex-wrap .label svg {
  width: 100px;
  backface-visibility: hidden;
  -o-object-fit: contain;
  object-fit: contain;
}

.hexagon {
  width: 300px;
  height: 150px;
  margin: 15px 0 0 -75px;
  overflow: hidden;
  visibility: hidden;
  transform: rotate(90deg);
  cursor: pointer;
  backface-visibility: hidden;
}

.hex-inner-1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform: rotate(-60deg);
}

.hex-inner-2 {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  visibility: visible;
  backface-visibility: hidden;
  transform: rotate(-60deg);
  overflow: hidden;
}

.hex-inner-2::after, .hex-inner-2::before {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  top: 0;
  left: 0;
  height: 110%;
  width: 110%;
  content: "";
  transform: rotate(30deg);
}

.hex-init {
  position: absolute;
  top: 46px;
  left: 0;
  height: 46%;
  width: 100%;
  z-index: 9;
  transform: rotate(-60deg);
  cursor: pointer;
}

.hex-init::after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  transform: rotate(-60deg);
}

.hex-init::before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  transform: rotate(60deg);
}

.roundHex-lg {
  position: absolute;
  margin: 0 auto;
  border-radius: 24px;
  left: 50%;
  top: 50%;
  height: 430px;
  width: 260px;
  transform: translate(-50%, -50%) rotate(90deg);
  box-sizing: border-box;
  border: 4px solid transparent;
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.roundHex-lg:after, .roundHex-lg:before {
  content: "";
  border: inherit;
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  border-radius: 10px;
  height: 100%;
  width: 100%;
}

.roundHex-lg:before {
  transform: rotate(60deg);
}

.roundHex-lg:after {
  transform: rotate(-60deg);
}

.roundHex-md {
  position: absolute;
  margin: 0 auto;
  border-radius: 26px;
  left: 50%;
  top: 50%;
  height: 270px;
  width: 174px;
  transform: translate(-50%, -50%) rotate(90deg);
  box-sizing: border-box;
  border: 2px solid transparent;
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.roundHex-md:after, .roundHex-md:before {
  content: "";
  border: inherit;
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  border-radius: 18px;
  height: 100%;
  width: 100%;
}

.roundHex-md:before {
  transform: rotate(60deg);
}

.roundHex-md:after {
  transform: rotate(-60deg);
}

.our-team-container {
  padding: 100px 0 200px;
}

.our-team-container__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.our-team-container__wrapper__item {
  margin-bottom: 30px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.our-team-container__wrapper__item:hover .front-team-img {
  visibility: hidden;
  -o-object-position: center;
  object-position: center;
  opacity: 0;
}

.our-team-container__wrapper__item:hover .back-team-img {
  visibility: visible;
  -o-object-position: center;
  object-position: center;
  opacity: 1;
}

.our-team-container__wrapper__item img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
  transition: all 0.1s ease-in-out;
}

.our-team-container__wrapper__item .front-team-img {
  opacity: 1;
  visibility: visible;
}

.our-team-container__wrapper__item .back-team-img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  width: calc(100% - 30px);
}

.our-team-container__wrapper__item__user-info {
  background-image: url("/img/bg_grey.png");
  padding: 25px;
  border-radius: 0 0 5px 5px;
}

.our-team-container__wrapper__item__user-info p {
  font-size: 21px;
  color: #fff;
  font-family: "Proxima Nova Bd";
  text-align: center;
  margin-bottom: 10px;
}

.our-team-container__wrapper__item__user-info span {
  font-size: 14px;
  color: #3ac460;
  text-transform: uppercase;
  font-family: "Proxima Nova Rg";
  text-align: center;
  display: block;
}

.our-team-container__wrapper__item__user-info__socials-block {
  display: flex;
  margin-top: 30px;
}

.our-team-container__wrapper__item__user-info__socials-block a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #302e2c;
  outline: 0;
  margin: 4px;
}

.our-team-container__wrapper__item__user-info__socials-block a:hover i {
  color: #3ac460;
}

.our-team-container__wrapper__item__user-info__socials-block a i {
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.desc-active .code-title {
  opacity: 1;
  display: block;
  transform: translateX(0);
}

.page_404 {
  padding: 130px 0 40px;
  min-height: 86vh;
  display: flex;
  align-items: center;
}

.page_404 img {
  width: 100%;
}

.four_zero_four_bg {
  background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
}

.four_zero_four_bg h1 {
  font-size: 90px;
  font-family: "Proxima Nova Bd";
  color: #3ac460;
  text-shadow: 7px 7px 3px rgba(0, 0, 0, 0.1);
}

.four_zero_four_bg h3 {
  font-size: 80px;
}

.link_404 {
  color: #fff !important;
  padding: 10px 20px;
  background: #3ac460;
  margin: 20px 0;
  display: inline-block;
}

.contant_box_404 {
  margin-top: -50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dark-bg-menu-default {
  background: #000 !important;
}

.how-we-create {
  background-image: url("/img/bg_grey.png");
  padding: 100px 0;
}

.how-we-create__wrapper {
  counter-reset: section;
}

.how-we-create__wrapper__item {
  display: flex;
  margin: 20px 0;
  align-items: center;
  position: relative;
}

.how-we-create__wrapper__item p {
  color: #fff;
  margin-bottom: 0;
}

.how-we-create__wrapper__item:before {
  display: block;
  counter-increment: section;
  content: counter(section);
  font-size: 48px;
  min-width: 75px;
  height: 75px;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 60px;
  border: 2px solid rgba(84, 215, 79, 0.2);
  text-align: center;
  margin-right: 15px;
  font-family: "Playfair Display Bold Italic";
  color: #54d74f;
}

.simple-content {
  padding: 100px 0;
}

.simple-content p {
  font-size: 16px;
}

.simple-content h2 {
  font-family: "Proxima Nova Bd";
  font-size: 26px;
}

.simple-content h3 {
  font-family: "Proxima Nova Bd";
  font-size: 20px;
}

.simple-content ul {
  padding-left: 20px;
}

.simple-content ul li {
  font-size: 16px;
}

.simple-content ol {
  padding-left: 20px;
}

.simple-content ol li {
  font-size: 16px;
}

.marketing-strategy {
  padding: 100px 0;
}

.marketing-strategy h2 {
  font-size: 28px;
  text-align: center;
  font-family: "Proxima Nova Rg";
  margin-bottom: 50px;
}

.marketing-strategy p {
  text-align: center;
}

.marketing-strategy__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 100px 0;
}

.marketing-strategy__wrapper__item img {
  max-width: 65px;
  max-height: 65px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 25px;
}

.marketing-strategy__wrapper__item span {
  font-size: 20px;
  font-family: "Proxima Nova Bd";
}

.what-you-get {
  padding: 100px 0;
}

.what-you-get__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 100px;
}

.what-you-get__wrapper__item {
  padding: 0;
  margin-bottom: 20px;
}

.what-you-get__wrapper__item__number {
  font-size: 74px;
  color: #adadad;
  display: block;
  font-family: "Playfair Display Bold Italic";
  text-align: center;
  margin-bottom: 30px;
}

.what-you-get__wrapper__item__dot {
  width: 25px;
  display: block;
  height: 25px;
  margin: 0 auto 30px;
  border-radius: 50%;
  background-color: #54d74f;
  box-shadow: 0 0 5px #54d74f;
  z-index: 9;
}

.what-you-get__wrapper__item__dot:before {
  content: "";
  width: 50%;
  display: block;
  position: absolute;
  top: 13px;
  height: 1px;
  background-color: #54d74f;
  left: 0;
  z-index: 0;
}

.what-you-get__wrapper__item__dot:after {
  content: "";
  width: 50%;
  display: block;
  position: absolute;
  top: 13px;
  height: 1px;
  background-color: #54d74f;
  right: 0;
  z-index: 0;
}

.what-you-get__wrapper__item p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 0 15px;
}

.what-you-get__wrapper__item:first-child .what-you-get__wrapper__item__dot:before {
  display: none;
}

.what-you-get__wrapper__item:last-child .what-you-get__wrapper__item__dot:after {
  display: none;
}

.what-you-get__information {
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 10px #000;
  z-index: 9;
  display: block;
  position: relative;
}

.what-you-get__information p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 35px;
}

.what-you-get__information span {
  color: #fff;
  font-size: 14px;
  font-family: "Playfair Display Bold Italic";
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.what-you-get__information span:before {
  content: "";
  width: 10px;
  display: block;
  height: 10px;
  border-radius: 50%;
  background-color: #54d74f;
  box-shadow: 0 0 5px #54d74f;
  margin-right: 20px;
}

.mb-200px {
  margin-bottom: -200px;
}

.go-to-brief {
  padding: 200px 0 100px;
  background-size: cover;
}

.go-to-brief__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.tools-container {
  padding: 100px 0;
}

.tools-container__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.tools-container__wrapper__item {
  height: 100%;
}

.tools-container__wrapper__item__padd-block {
  padding: 20px;
  height: 100%;
  border-radius: 10px;
  background-color: #1d1d1d;
  box-shadow: 0 0 10px #000;
}

.tools-container__wrapper__item__padd-block img {
  display: block;
  margin: 0 auto 20px;
  max-width: 65px;
  height: 65px;
  -o-object-fit: contain;
  object-fit: contain;
}

.tools-container__wrapper__item__padd-block span {
  color: #fff;
  font-size: 19px;
  font-family: "Proxima Nova Bd";
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 40px;
}

.tools-container__wrapper__item__padd-block span:after {
  width: 50px;
  height: 1px;
  content: "";
  background-color: #54d74f;
  display: block;
  margin: 20px auto 0;
}

.tools-container__wrapper__item__padd-block p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.success-steps {
  padding: 100px 0;
}

.success-steps__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.success-steps__wrapper__item {
  padding: 0;
  margin: 30px 0;
}

.success-steps__wrapper__item:first-child .success-steps__wrapper__item__counter:before {
  display: none;
}

.success-steps__wrapper__item:nth-child(4) .success-steps__wrapper__item__counter:after {
  display: none;
}

.success-steps__wrapper__item:nth-child(5) .success-steps__wrapper__item__counter:before {
  display: none;
}

.success-steps__wrapper__item:last-child .success-steps__wrapper__item__counter:after {
  display: none;
}

.success-steps__wrapper__item__counter {
  background: #53d74f;
  background: linear-gradient(90deg, #53d74f 0, #45cd58 50%, #38c362 100%);
  color: #fff;
  font-size: 48px;
  font-family: "Playfair Display Bold Italic";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  text-align: center;
  margin: 0 auto 25px;
  box-shadow: 0 0 5px #53d74f;
}

.success-steps__wrapper__item__counter:before {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background-color: rgba(84, 215, 79, 0.2);
  position: absolute;
  left: 0;
  top: 40px;
}

.success-steps__wrapper__item__counter:after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background-color: rgba(84, 215, 79, 0.2);
  position: absolute;
  right: 0;
  top: 40px;
}

.success-steps__wrapper__item p {
  text-align: center;
  padding: 0 15px;
}

.next-ico:after {
  content: "";
  background-image: url("/img/next-ico.png");
  width: 20px;
  height: 17px;
  background-size: contain;
  position: absolute;
  display: block;
  top: 32px;
  right: -15px;
}

.success-steps__wrapper__item:last-child .next-ico:after {
  display: none;
}

.success-steps__wrapper__item:nth-child(4) .next-ico:after {
  display: none;
}

.contact-form__wrapper__main-form__left-side .label-brain {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.contact-form__wrapper__main-form__left-side .label-brain svg {
  margin-right: 10px;
}

#our-work-diary {
  position: relative;
  top: -87px;
}

.signin-container {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  background: url("/img/login-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
  display: table;
}

.signin-container .signin {
  border: 1.3px solid rgba(83, 215, 79, 0.7);
  border-radius: 5px;
  padding: 2.5em;
  position: absolute;
  top: 50%;
  width: 100%;
  max-width: 360px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: rgba(0, 0, 0, 0.3);
}

.signin-container .signin form a {
  outline: 0;
}

.signin-container .signin form a img {
  max-width: 312px;
  width: 100%;
  margin-bottom: 30px;
}

.signin-container .signin form input {
  display: block;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  outline: 0;
  border: solid 1px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 10px;
  border-radius: 5px;
  color: #fff;
}

.signin-container .signin form button {
  width: 100%;
  height: 50px;
  font-size: 16px;
  background: #54d74f;
  background: -webkit-gradient(left top, right top, color-stop(0, #54d74f), color-stop(39%, #45cc59), color-stop(62%, #45cc59), color-stop(100%, #37c361));
  background: linear-gradient(to right, #54d74f 0, #45cc59 39%, #45cc59 62%, #37c361 100%);
  text-transform: uppercase;
  color: #fff;
  border: 0;
  border-radius: 5px;
  outline: 0;
  cursor: pointer;
}

@media screen and (max-height: 790px) {
  .navigation-menu .main-items {
    margin-top: 30px;
  }
  .navigation-menu.show ul.main-items li {
    margin-bottom: 0;
  }
  .navigation-menu .about-description {
    margin-top: 15px;
  }
  .navigation-menu ul.main-items li a {
    font-size: 30px;
  }
}
@media screen and (max-height: 570px) {
  .navigation-menu ul.main-items li a {
    font-size: 22px;
  }
  .main-items li {
    padding: 3px 0;
  }
  .navigation-menu .about-description {
    margin-top: 10px;
  }
  .about-description .nav-menu-container__contact-info span {
    font-size: 14px;
  }
  .nav-menu-container__contact-info a {
    font-size: 12px;
  }
}
@media screen and (min-height: 700px) {
  .head-image {
    height: 100vh;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1200px) {
  .our-projects-container__tabs-container .nav-tabs .nav-item a, .our-projects-container__tabs-container .nav-tabs .nav-item a.active, .our-projects-container__tabs-container .nav-tabs .nav-item a:hover {
    padding: 10px 20px;
  }
  .footer-navigation__left-side {
    align-items: center;
  }
  .hex-master-wrap {
    min-width: 530px;
  }
  .possibility-container__wrapper__item .description-image img {
    max-width: 45px;
    margin: 0 20px 0 0;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .we-do-tabs__works-tabs .nav-tabs li a {
    padding: 10px 15px;
  }
  .we-do-tabs__works-tabs .nav-tabs li a.active {
    padding: 10px 15px;
  }
  .we-do-tabs__works-tabs .nav-tabs {
    margin-bottom: 40px;
  }
  .we-do-tabs__works-tabs .nav-tabs li a {
    margin: 10px 15px;
  }
  .our-projects-container__tabs-container .tab-content .tab-pane.active .block-image-tab-style {
    display: block;
  }
  .our-projects-container__tabs-container .tab-content .tab-pane.active .block-image-tab-style img {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  section.intro {
    padding: 40px 0;
  }
  #our-work-diary {
    position: relative;
    top: -77px;
  }
  .success-steps {
    padding: 40px 0;
  }
  .go-to-brief__wrapper h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .tools-container {
    padding: 40px 0;
  }
  .success-steps__wrapper__item:nth-child(3) .next-ico:after {
    display: none;
  }
  .success-steps__wrapper__item:nth-child(3) .success-steps__wrapper__item__counter:after {
    display: none;
  }
  .success-steps__wrapper__item:nth-child(4) .success-steps__wrapper__item__counter:before {
    display: none;
  }
  .success-steps__wrapper__item:nth-child(4) .next-ico:after {
    display: block;
  }
  .success-steps__wrapper__item:nth-child(4) .success-steps__wrapper__item__counter:after {
    display: block;
  }
  .success-steps__wrapper__item:nth-child(5) .success-steps__wrapper__item__counter:before {
    display: block;
  }
  .tools-container__wrapper__item {
    height: auto;
    margin-bottom: 30px;
  }
  .go-to-brief {
    padding-bottom: 40px;
  }
  .what-you-get {
    padding: 40px 0;
  }
  .what-you-get__wrapper {
    margin-bottom: 50px;
  }
  .what-you-get__wrapper__item p {
    font-size: 14px;
  }
  .what-you-get__wrapper__item:nth-child(2) .what-you-get__wrapper__item__dot:after {
    display: none;
  }
  .what-you-get__wrapper__item:nth-child(3) .what-you-get__wrapper__item__dot:before {
    display: none;
  }
  .marketing-strategy__wrapper__item {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .marketing-strategy {
    padding: 40px 0;
  }
  .marketing-strategy h2 {
    margin-bottom: 25px;
  }
  .marketing-strategy__wrapper {
    margin: 70px 0;
  }
  .simple-content {
    padding: 40px 0;
  }
  .simple-content p {
    font-size: 14px;
  }
  .simple-content ul li {
    font-size: 14px;
  }
  .simple-content ol li {
    font-size: 14px;
  }
  .how-we-create {
    padding: 40px 0;
  }
  .our-statistic-container {
    padding: 40px 0 60px;
  }
  .our-team-container {
    padding: 40px 0 120px;
  }
  .our-history-container {
    padding: 50px 0 0;
  }
  .our-history-container__left-side {
    margin-bottom: 30px;
  }
  .our-history-container__right-side h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .hex-master-wrap {
    min-width: 320px;
    transform: scale3d(0.5, 0.5, 0.5);
  }
  .code-description > div {
    padding: 30px 30px;
  }
  .centerfold-wrap {
    height: 275px;
  }
  p.code-title {
    font-size: 40px !important;
    margin-bottom: 10px;
  }
  .desc-active > p, .desc-active > p > span {
    font-size: 18px;
  }
  .send-feedback-container__left-side {
    margin-bottom: 30px;
  }
  .contact-form__wrapper {
    margin-top: -30px;
  }
  .contact-form__items-container__item img {
    margin-right: 0;
  }
  .contact-form__items-container__item {
    flex-direction: column;
    margin-bottom: 45px;
  }
  .contact-form__wrapper__heading-form img {
    max-width: 45px;
  }
  .contact-form__items-container {
    margin-bottom: 30px;
  }
  .contact-form__wrapper {
    margin-bottom: 60px;
  }
  .close div {
    width: 35px;
  }
  .video-modal .modal-dialog {
    max-width: calc(100% - 40px);
  }
  .our-projects-container .gallery .item {
    width: 49%;
  }
  .project-view .project-article-content img {
    max-width: 350px;
    width: 100%;
  }
  .appended-data .content-portfolio-wrapp__right-side img {
    max-width: none;
  }
  .port .description, .port img {
    float: none;
    width: 100%;
  }
  .head-image-and-description__wrapper-head-description h1 {
    font-size: 31px;
  }
  .possibility-container__wrapper {
    flex-wrap: wrap;
  }
  .possibility-container__wrapper__item {
    margin: 6px;
  }
  .we-do-tabs__works-tabs .nav-tabs li a {
    padding: 10px 12px;
    margin: 10px;
    font-size: 10px;
  }
  .we-do-tabs__works-tabs .nav-tabs li a.active {
    padding: 10px 12px;
    margin: 10px;
  }
  .head-image-and-description__wrapper-head-description p {
    font-size: 16px;
  }
  .head-image-and-description {
    padding: 170px 0 110px;
  }
  .head-image {
    height: auto;
    padding: 160px 0 220px;
    background-attachment: scroll;
  }
  .social-wrapp .social-container {
    justify-content: center;
  }
  .social-wrapp .social-container li a {
    margin: 0 5px;
  }
  .footer-navigation__right-side {
    align-items: center;
  }
  .footer-navigation__center a img {
    max-width: 160px;
  }
  .footer-navigation__left-side {
    margin-bottom: 20px;
  }
  .footer-navigation__center {
    margin-bottom: 20px;
  }
  .what-we-do-container {
    padding: 50px 0;
  }
  .our-projects-container {
    padding: 50px 0;
  }
  .main-title-container {
    margin-bottom: 55px;
  }
  .counter-slides {
    top: 15%;
  }
  .what-we-do-container__right {
    margin-top: 30px;
  }
  .our-projects-container__tabs-container .tab-content .tab-pane.active .block-image-tab-style {
    display: block;
  }
  .our-projects-container__tabs-container .tab-content .tab-pane.active .block-image-tab-style img {
    width: 100%;
  }
  .our-projects-container__tabs-container .nav-tabs .nav-item a, .our-projects-container__tabs-container .nav-tabs .nav-item a.active, .our-projects-container__tabs-container .nav-tabs .nav-item a:hover {
    padding: 7px 10px;
  }
  .our-projects-container__tabs-container .nav-tabs .nav-item a {
    font-size: 10px;
    margin: 10px 5px;
  }
  .nav-menu-container {
    padding: 10px 0;
  }
  .head-image__left-side p {
    font-size: 16px;
  }
  .head-image__left-side h2 {
    font-size: 31px;
  }
  .head-image__right-side {
    justify-content: center;
    margin-top: 70px;
  }
  .head-image__right-side .center {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0);
  }
  .head-image__left-side form {
    margin-top: 100px;
  }
  .head-image__left-side form {
    justify-content: flex-start;
  }
  .head-image__left-side form button, .head-image__left-side form label {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .gallery ul li {
    width: 100%;
  }
  .marketing-strategy p {
    font-size: 14px;
  }
  .success-steps__wrapper__item:nth-child(3) .next-ico:after {
    display: block;
  }
  .success-steps__wrapper__item:nth-child(3) .success-steps__wrapper__item__counter:after {
    display: block;
  }
  .success-steps__wrapper__item:nth-child(3) .success-steps__wrapper__item__counter:before {
    display: none;
  }
  .success-steps__wrapper__item:nth-child(4) .success-steps__wrapper__item__counter:before {
    display: block;
  }
  .success-steps__wrapper__item:nth-child(4) .next-ico:after {
    display: none;
  }
  .success-steps__wrapper__item:nth-child(4) .success-steps__wrapper__item__counter:after {
    display: none;
  }
  .success-steps__wrapper__item:nth-child(5) .success-steps__wrapper__item__counter:before {
    display: none;
  }
  .success-steps__wrapper__item:nth-child(2) .success-steps__wrapper__item__counter:after {
    display: none;
  }
  .success-steps__wrapper__item:nth-child(2) .next-ico:after {
    display: none;
  }
  .what-you-get__information {
    padding: 15px;
  }
  .what-you-get__information span {
    margin-bottom: 15px;
  }
  .marketing-strategy h2 {
    font-size: 24px;
  }
  .how-we-create__wrapper__item:before {
    font-size: 41px;
    min-width: 40px;
    width: 15%;
  }
  .how-we-create__wrapper__item p {
    width: 75%;
  }
  .how-we-create__wrapper__item {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
  }
  .how-we-create__wrapper__item p {
    font-size: 14px;
  }
  .how-we-create__wrapper__item:last-child {
    border-bottom: 0;
  }
  .four_zero_four_bg {
    height: 465px;
  }
  .contant_box_404 h3 {
    font-size: 24px;
    text-align: center;
  }
  .our-team-container {
    padding: 40px 0 80px;
  }
  .contact-form__wrapper__heading-form__form-title h4 {
    font-size: 20px;
  }
  .page_404 {
    padding: 90px 0 40px;
  }
  .working-counter-container__item h3 {
    margin-bottom: 10px;
  }
  .centerfold-wrap {
    flex-direction: column;
    height: auto;
  }
  .working-counter-container__item {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  .working-counter-container__item:last-child {
    border-bottom: 0;
  }
  .working-counter-container {
    padding: 30px 0 40px;
  }
  .code-display {
    width: 100%;
  }
  .hex-master-wrap {
    min-width: auto;
    transform: scale3d(1, 1, 1);
  }
  .gallery {
    padding: 0;
  }
  .navigation-menu {
    padding: 45px 15px 20px 15px;
  }
  .article-opened .articles-navigation {
    right: 1%;
  }
  .our-projects-container .gallery .item {
    width: 100%;
  }
  .close div {
    width: 40px;
  }
  .close {
    width: 40px;
    height: 77px;
  }
  .we-do-tabs__works-tabs .nav-tabs li a.active:after {
    display: none;
  }
  .left-descr-right-img__three-blocks {
    margin-bottom: 45px;
  }
  .left-descr-right-img {
    padding: 40px 0;
  }
  .left-descr-right-img__three-blocks > h2 {
    margin-bottom: 30px;
  }
  .left-descr-right-img__three-blocks__item strong {
    margin-bottom: 5px;
  }
  .left-descr-right-img__block__right-side img {
    display: block;
    margin: 30px auto 0;
  }
  .left-descr-right-img__three-blocks__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .left-descr-right-img__three-blocks__item:last-child {
    border-bottom: 0;
  }
  .possibility-container__wrapper__item {
    max-width: none;
    margin: 15px;
  }
  .possibility-container {
    padding: 40px 0;
  }
  .steps-container {
    padding: 40px 0;
  }
  .steps-container h2 {
    margin-bottom: 30px;
  }
  .steps-container__wrapper__item .counter-before:before {
    font-size: 72px;
  }
  .steps-container__wrapper__item:nth-child(even) .steps-container__wrapper__item__block {
    padding-right: 30px;
  }
  .steps-container__wrapper__item:nth-child(even) .steps-container__wrapper__item__block:before {
    width: 20px;
    height: 20px;
    right: -10px;
  }
  .steps-container__wrapper__item:nth-child(odd) .steps-container__wrapper__item__block:before {
    height: 20px;
    left: -10px;
    width: 20px;
  }
  .steps-container__wrapper__item:nth-child(odd) .steps-container__wrapper__item__block {
    padding-left: 30px;
  }
  .we-do-tabs {
    padding: 50px 0;
  }
  .content-with-3-blocks__wrapper__item {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .counter-slides {
    display: none;
  }
  .content-with-3-blocks {
    padding: 50px 0;
  }
  .content-with-3-blocks h2 {
    margin-bottom: 20px;
  }
  .content-with-3-blocks p {
    margin-bottom: 15px;
  }
  .content-with-3-blocks__wrapper {
    margin: 45px 0;
  }
  .our-projects-container__tabs-container .nav-tabs {
    justify-content: space-around;
  }
  .our-projects-container__tabs-container .nav-tabs .nav-item a {
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  .what-we-do-container__right {
    margin-top: 50px;
  }
  .owl-theme .custom-nav {
    bottom: 0;
    margin-top: 10px;
    left: 0;
  }
  .owl-carousel .owl-stage {
    padding: 0;
  }
}
@media screen and (max-width: 580px) {
  .hex-master-wrap {
    min-width: auto;
    transform: scale3d(0.5, 0.5, 0.5);
    height: 340px;
  }
  .intro-block .main-title-container {
    margin-bottom: 0;
  }
  .code-description > div {
    padding: 0;
  }
  .code-description > div {
    padding: 0;
  }
  .desc-active > p, .desc-active > p > span {
    font-size: 16px;
  }
  .roundHex-lg, .roundHex-md {
    display: none;
  }
  p.code-title {
    font-size: 28px !important;
  }
  .desc-active > p > span {
    min-width: 115px;
  }
}
@media screen and (max-width: 576px) {
  .what-you-get__wrapper__item__dot:after, .what-you-get__wrapper__item__dot:before {
    display: block;
  }
  .what-you-get__wrapper__item:first-child .what-you-get__wrapper__item__dot:before {
    display: block;
  }
  .what-you-get__wrapper__item:nth-child(3) .what-you-get__wrapper__item__dot:before {
    display: block;
  }
  .what-you-get__wrapper__item:nth-child(2) .what-you-get__wrapper__item__dot:after {
    display: block;
  }
  .what-you-get__wrapper__item:LAST-CHILD .what-you-get__wrapper__item__dot:after {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .signin-container .signin {
    padding: 1.5em;
    width: 90%;
  }
  .signin-container .signin form a img {
    max-width: 210px;
  }
  .send-feedback-container {
    padding: 120px 0 60px;
  }
  #our-work-diary {
    position: relative;
    top: -70px;
  }
  .success-steps__wrapper__item p {
    font-size: 12px;
  }
  .send-feedback-container__left-side__hashtags-block {
    align-items: flex-start;
    flex-direction: column;
  }
  .success-steps__wrapper__item__counter:before {
    top: 30px;
  }
  .success-steps__wrapper__item__counter:after {
    top: 30px;
  }
  .next-ico:after {
    top: 22px;
  }
  .success-steps__wrapper__item__counter {
    width: 60px;
    height: 60px;
    font-size: 34px;
    margin: 0 auto 10px;
  }
  .head-image__left-side h2, .head-image__left-side p, .possibility-container__wrapper__item p, .what-we-do-container__left h2, .what-we-do-container__left p, .what-we-do-container__right__carousel .item p {
    text-align: center;
  }
  .possibility-container__wrapper__item .description-image {
    justify-content: center;
  }
  .what-we-do-container__left a {
    margin: 30px auto 0;
  }
  .head-image-and-description__wrapper-head-description h1 {
    font-size: 24px;
  }
  .article-opened .articles-navigation {
    right: 0;
  }
  .close div {
    width: 25px;
  }
  .project-view .project-article-content {
    padding: 15px 15px;
    margin: auto;
  }
  .article-opened .articles-navigation {
    top: 10px;
  }
  .possibility-container__wrapper__item {
    padding: 15px;
  }
  .steps-container__wrapper__item:nth-child(even) .steps-container__wrapper__item__block {
    padding-right: 0;
    max-width: 100%;
    align-items: flex-start;
  }
  .steps-container__wrapper__item:nth-child(even) .steps-container__wrapper__item__block:before, .steps-container__wrapper__item:nth-child(odd) .steps-container__wrapper__item__block:before {
    display: none;
  }
  .steps-container__wrapper__lineheight {
    display: none;
  }
  .steps-container__wrapper__item:nth-child(odd) .steps-container__wrapper__item__block {
    padding-left: 0;
    max-width: none;
  }
  .steps-container__wrapper__item:nth-child(even) .steps-container__wrapper__item__block h2, .steps-container__wrapper__item:nth-child(even) .steps-container__wrapper__item__block p {
    text-align: left;
  }
  .we-do-tabs h2 {
    margin-bottom: 40px;
  }
  .we-do-tabs__works-tabs .nav-tabs li {
    position: relative;
    width: 100%;
    display: block;
  }
  .we-do-tabs__works-tabs .nav-tabs li a {
    padding: 10px 20px;
    margin: 5px;
    font-size: 10px;
    width: 100%;
    display: block;
  }
  .we-do-tabs__works-tabs .nav-tabs li a.active {
    padding: 10px 20px;
    margin: 5px;
    font-size: 10px;
    width: 100%;
    display: block;
  }
  .we-do-tabs__works-tabs .tab-content .tab-pane__left-side, .we-do-tabs__works-tabs .tab-content .tab-pane__right-side {
    position: relative;
    padding: 0;
  }
  .we-do-tabs {
    padding: 40px 0;
  }
  .head-image-and-description__wrapper-head-description p {
    font-size: 14px;
  }
  .head-image-and-description {
    padding: 125px 0 60px;
  }
  .head-image__left-side h2 {
    font-size: 24px;
  }
  .middle-size {
    font-size: 22px;
  }
  .our-statistic-container__wrapper__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .our-statistic-container__wrapper__item:last-child {
    border-bottom: 0;
  }
  .head-image {
    height: auto;
    padding: 120px 0 150px;
    background-size: cover;
    background-position: 50%;
  }
  .head-image__left-side form label input {
    margin-bottom: 0px !important;
  }
  .send-feedback-container {
    background-position: top;
  }
  .our-statistic-container__wrapper {
    margin-bottom: 30px;
  }
  .our-statistic-container {
    padding: 50px 0;
  }
  .our-projects-container__tabs-container .nav-tabs {
    margin-bottom: 15px;
  }
  .what-we-do-container__right__carousel .item {
    padding: 20px 20px 35px 20px;
  }
  .what-we-do-container__right__carousel .item a {
    bottom: 8px;
  }
  .what-we-do-container__left a {
    margin-top: 30px;
  }
  .what-we-do-container__right__carousel .item p, .what-we-do-container__right__carousel .item ul li span {
    font-size: 12px;
  }
  .what-we-do-container__left p {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .what-we-do-container__left h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .head-image__left-side form button, .head-image__left-side form label input {
    max-width: 360px;
    padding: 10px;
    width: 100%;
    display: block;
    margin: 10px auto 0;
  }
  .nav-menu-container .logo img {
    max-width: 165px;
  }
  .head-image__right-side span {
    display: none;
  }
  .scroll-down-container {
    transform: translate(-50%);
  }
  .head-image__left-side form label {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .head-image__left-side form {
    flex-wrap: wrap;
  }
  .head-image__left-side__hashtags-block span {
    font-size: 10px;
  }
  .head-image__left-side p {
    font-size: 14px;
  }
  .title-h2-default {
    font-size: 24px;
  }
  .what-we-do-container {
    padding: 30px 0;
  }
  .green-button {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) and (max-height: 700px) {
  .navigation-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    padding: 50px 27px 15px 15px;
  }
  .navigation-menu ul.main-items li a {
    font-size: 28px;
  }
}
@media screen and (max-height: 500px) {
  .navigation-menu .main-items {
    margin-top: 20px;
  }
  .navigation-menu ul.main-items li a {
    font-size: 24px;
  }
  .navigation-menu .about-description {
    margin-top: 15px;
  }
}
.white-font {
  color: #fff !important;
}

.our-statistic-container__wrapper__item {
  align-items: center;
}

.black-font {
  color: #000;
}

.our-statistic-container__wrapper__item p {
  text-align: center;
}

.flex-container {
  position: absolute;
  height: 100vh;
  width: 100%;
  /* Safari */
  display: flex;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .flex-container {
    flex-direction: column;
  }
}
.flex-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: all 500ms ease;
}

.flex-title a {
  color: #f1f1f1;
  position: relative;
  font-size: 35px;
  text-transform: uppercase;
  width: 100%;
  font-family: "Proxima Nova Bd";
  display: block;
  max-width: 270px;
  text-align: center;
  margin: 0 auto;
}

.flex-title a:hover {
  color: #54d74f;
}

.flex-about {
  opacity: 0;
  color: #f1f1f1;
  position: relative;
  width: 100%;
  max-width: 455px;
  font-size: 24px;
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
  line-height: 1.3;
  text-align: center;
  transition: all 500ms ease;
}

.flex-about p {
  font-family: "Proxima Nova Lt";
}

@media screen and (max-width: 768px) {
  .flex-about {
    padding: 0%;
    border: 0px solid #f1f1f1;
  }
}
.flex-slide {
  /* Safari 6.1+ */
  /* IE 10 */
  flex: 1;
  cursor: pointer;
  transition: all 500ms ease;
  border-bottom: 5px solid #343a40;
}

.overlay-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: block;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.flex-slide:hover {
  border-bottom: 2px solid #54d74f;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 768px) {
  .flex-slide {
    overflow: auto;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  .flex-slide p {
    font-size: 19px;
  }
  .flex-slide ul li {
    font-size: 19px;
  }
}
.flex-slide:hover {
  flex-grow: 3;
}

.languages-block {
  margin-right: 15px;
}
.languages-block a {
  color: #fff;
  text-decoration: none;
  outline: none;
  transition: all 0.2s ease-in-out;
  margin: 0 3px;
}
.languages-block a.active {
  color: #54d74f;
}
.languages-block a:hover {
  color: #54d74f;
}

.home {
  height: 100vh;
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: fixed;
  position: relative;
}
.home .green-word {
  font-family: "Playfair Display Bold Italic";
}

@media screen and (min-width: 768px) {
  .home {
    animation: aboutFlexSlide 3s 1;
    animation-delay: 0s;
  }
}
@keyframes aboutFlexSlide {
  0% {
    flex-grow: 1;
  }
  50% {
    flex-grow: 3;
  }
  100% {
    flex-grow: 1;
  }
}
@media screen and (min-width: 768px) {
  .flex-title-home {
    animation: aboutFlexSlide 3s 1;
    animation-delay: 0s;
  }
}
@keyframes homeFlextitle {
  0% {
    transform: rotate(0deg);
    top: 15%;
  }
  50% {
    transform: rotate(0deg);
    top: 15%;
  }
  100% {
    transform: rotate(0deg);
    top: 15%;
  }
}
.flex-about-home {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 768px) {
  .flex-about-home {
    animation: aboutFlexSlide 6s 4;
    animation-delay: 3s;
  }
}
@keyframes flexAboutHome {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.about {
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: fixed;
  position: relative;
}
.about .green-word {
  font-family: "Playfair Display Bold Italic";
}

.contact-form {
  width: 100%;
}

input {
  width: 100%;
}

textarea {
  width: 100%;
}

.contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/769286/lake-696098_1920.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.work {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/769286/forest-208517_1280.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.spinner {
  position: fixed;
  top: 0;
  left: 0;
  background: #222;
  height: 100%;
  width: 100%;
  z-index: 11;
  margin-top: 0;
  color: #fff;
  font-size: 1em;
}

.cube1, .cube2 {
  background-color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  animation-delay: -0.9s;
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
a:hover {
  text-decoration: none !important;
}

.contact-form__items-container__item {
  align-items: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 1280px) {
  .flex-title a {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  .flex-title a {
    font-size: 28px;
  }
}
@media screen and (max-width: 580px) {
  .flex-slide:hover .flex-title {
    top: 22% !important;
    left: 50% !important;
    transform: translate(-50%, 0%) rotate(0deg) !important;
    width: 100%;
    padding: 0 20px;
  }
}
