@import "https://use.fontawesome.com/releases/v5.0.13/css/all.css";
@keyframes popup {
  0% {
    top: 0px;
  }
  60% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font-size: 14px;
  font-family: "Roboto";
  color: #333;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

input,
button,
textarea,
a {
  outline: none;
}

.btn {
  display: flex;
  padding: 15px 40px;
  transition: 0.4s ease-in-out;
  border-radius: 2px;
  position: relative;
}
.btn-default {
  background-color: #fff;
  color: #333;
  font-weight: bold;
}
.btn-default:hover {
  background-color: #27ae60;
  color: #fff;
}
.btn-success {
  background-color: #27ae60;
  color: #fff;
}
.btn-success:hover {
  background-color: #333;
  color: #fff;
}
.btn-danger {
  background-color: #e74a3b;
  color: #fff;
}
.btn-danger:hover {
  background-color: #333;
  color: #fff;
}

.wrapper {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

header {
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.4s ease-in-out;
  z-index: 1;
}
header nav {
  max-width: 1200px;
  margin: 0 auto;
  height: 100px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav .logo a {
  display: flex;
  align-items: center;
}
header nav .logo img {
  height: 80px;
  margin-top: 10px;
}
header nav .logo_flag {
  width: 75px !important;
  height: 65px !important;
  margin-top: 0 !important;
}
header nav .burger {
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  padding: 16px;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
  transition: 0.2s ease-in-out;
}
header nav .burger:hover {
  background-color: #333;
  color: #fff;
}
header nav .menu {
  height: 100px;
}
header nav .menu ul {
  display: flex;
  align-items: center;
}
header nav .menu ul li {
  padding: 0 15px;
}
header nav .menu ul li a {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.4px;
  line-height: 100px;
  transition: 0.2s;
  display: inline-flex;
}
header nav .menu ul li a:hover {
  border-bottom: 3px solid #27ae60;
  height: 100px;
  color: #27ae60;
}
header nav .menu ul li .btn {
  height: 45px;
  color: #333;
  line-height: normal;
  transition: 0.4s ease-in-out;
}
header nav .menu ul li .btn:hover {
  height: 45px;
  color: #fff;
  border: none;
}
header nav .menu ul .lang li {
  color: #fff;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  margin: 0 5px;
  transition: 0.4s ease-in-out;
  border-radius: 50%;
}
header nav .menu ul .lang li:hover {
  color: #27ae60;
  background-color: #fff;
}
header nav .menu ul .lang .active {
  background-color: #27ae60;
  color: #fff;
}

.header-dark {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header-dark .logo .logo_image {
  filter: invert(1);
  transition: 0.4s ease-in-out;
}
.header-dark .burger {
  color: #333;
}
.header-dark .menu a {
  color: #333;
}
.header-dark .menu .btn {
  background-color: #27ae60;
  color: #fff;
}
.header-dark .menu .btn:hover {
  background-color: #333;
  color: #fff;
}
.header-dark .menu .lang li {
  color: #333;
  transition: 0.4s ease-in-out;
}
.header-dark .menu .lang li:hover {
  background-color: #333;
  color: #fff;
}
.header-dark .menu .lang .active:hover {
  background-color: #333;
  color: #fff;
}

.slider {
  height: 100vh;
  min-height: 400px;
  background: url("../images/header.jpg") #333;
  background-position: top center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider .desk {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.slider .desk h1 {
  color: #fff;
  font-size: 75px;
  letter-spacing: 0.3px;
  font-family: "Roboto", "sans-serif";
  margin-bottom: 25px;
}
.slider .desk h2 {
  font-size: 18px;
  margin-bottom: 25px;
}
.slider-mini {
  height: 30vh;
}

.services {
  margin: 120px 0;
}
.services .subtitle {
  text-align: center;
  color: #27ae60;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
.services h2 {
  text-align: center;
  font-size: 42px;
  width: 730px;
  margin: 0 auto;
  letter-spacing: 0.3px;
  margin-bottom: 60px;
}
.services .cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.services .cards .card {
  width: 25%;
  flex: 25%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services .cards .card:hover strong {
  color: #27ae60;
}
.services .cards .card:hover .icon {
  animation: popup 1.5s infinite;
  background-color: #27ae60;
}
.services .cards .card:hover .icon img {
  filter: brightness(100);
}
.services .cards .card .icon {
  width: 110px;
  height: 110px;
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 30px 65.7px 7.3px rgba(40, 40, 40, 0.1);
  position: relative;
  transition: 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services .cards .card .icon img {
  width: 60%;
}
.services .cards .card strong {
  padding: 25px 0;
  font-size: 20px;
  font-weight: 600;
  transition: 0.2s ease-in-out;
}
.services .cards .card p {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #333;
}

.about {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.about-image {
  position: relative;
  max-width: 40%;
  flex: 40%;
}
.about-image img {
  width: 100%;
}
.about-image .mini-slider {
  position: absolute;
  display: flex;
  flex: 100%;
  max-width: 340px;
  width: 100%;
  padding: 40px;
  background-color: #27ae60;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 0);
  border-radius: 5px;
}
.about-image .mini-slider::before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -12px;
  border: 7px solid;
  border-color: #27ae60 #27ae60 transparent transparent;
}
.about-image .mini-slider .slide {
  width: 100%;
  color: #fff;
}
.about-image .mini-slider .slide .title {
  padding-bottom: 25px;
}
.about-image .mini-slider .slide .desc {
  line-height: 1.5;
}
.about-text {
  max-width: 60%;
  flex: 60%;
}
.about-text .content {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 15px;
}
.about-text .content .subtitle {
  color: #27ae60;
  font-weight: bold;
  font-size: 16px;
}
.about-text .content h2 {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 40px;
}
.about-text .content p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 35px;
}
.about-text .content .btn-group {
  display: flex;
}
.about-text .content .btn-group .btn {
  margin-right: 15px;
  font-weight: bold;
  letter-spacing: 1px;
}
.about .slick-dots {
  position: absolute;
  right: 30px;
  display: flex;
}
.about .slick-dots li button {
  color: #27ae60;
  border: none;
  background-color: transparent;
  position: relative;
  margin: 5px;
  width: 15px;
}
.about .slick-dots li button::before {
  content: "";
  width: 20px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  border-radius: 5px;
}
.about .slick-dots .slick-active button::before {
  background-color: #fff;
}

.works {
  margin: 120px 0;
}
.works h2 {
  text-align: center;
  font-size: 42px;
  width: 730px;
  margin: 0 auto;
  letter-spacing: 0.3px;
  margin-bottom: 40px;
}
.works .filter-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
.works .filter-btn ul {
  display: flex;
}
.works .filter-btn ul li a {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  padding: 0 15px;
  transition: 0.2s ease-in-out;
}
.works .filter-btn ul li a:hover {
  color: #27ae60;
}
.works .filter-btn ul li .active {
  color: #27ae60;
}
.works .filter-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.works .filter-items .item {
  max-width: 33.3333%;
  flex: 33.3333%;
  padding: 0 15px;
  margin-bottom: 15px;
}
.works .filter-items .item:hover .desc {
  color: #27ae60;
}
.works .filter-items .item:hover .image .item-hover {
  opacity: 1;
  visibility: visible;
}
.works .filter-items .item .image {
  border-radius: 5px;
  position: relative;
}
.works .filter-items .item .image img {
  width: 100%;
  border-radius: 5px;
}
.works .filter-items .item .image .item-hover {
  background-color: rgba(39, 174, 96, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  transition: 0.4s linear;
  border-radius: 3px;
}
.works .filter-items .item .image .item-hover .btn:hover {
  background-color: #333;
  color: #fff;
}
.works .filter-items .item .desc {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  transition: 0.2s ease-in-out;
  margin-top: 15px;
}
.works .projects {
  display: flex;
  justify-content: center;
}
.works .projects .cards {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 20px;
  color: #333;
  width: 250px;
  height: 250px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 25px;
  transition: 0.2s ease-in-out;
}
.works .projects .cards:hover {
  background-color: #27ae60;
  color: #fff;
}
.works .projects .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px 25px;
  width: 400px;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}
.works .projects .card a {
  color: #333;
  font-size: 24px;
  display: flex;
  position: relative;
}
.works .projects .card a strong {
  display: inline-block;
  padding: 25px 0;
}
.works .projects .card a span {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  font-size: 72px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.works .projects .card a:hover span {
  opacity: 1;
}
.works .projects .card img {
  width: 100%;
  transition: 0.2s ease-in-out;
}
.works .projects .card img:hover {
  filter: brightness(50%);
}

.team {
  margin: 50px 0;
}
.team h2 {
  text-align: center;
  font-size: 42px;
  width: 730px;
  margin: 0 auto;
  letter-spacing: 0.3px;
  margin-bottom: 60px;
}
.team .subtitle {
  text-align: center;
  color: #27ae60;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 19px;
  max-width: 540px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.team .members {
  display: flex;
  justify-content: center;
}
.team .members .member {
  max-width: 25%;
  flex: 25%;
  padding: 0 15px;
}
.team .members .member .avatar {
  overflow: hidden;
}
.team .members .member .avatar:hover img {
  transform: scale(1.2);
}
.team .members .member .avatar img {
  transition: 0.8s ease-in-out;
  width: 100%;
}
.team .members .member .desc {
  text-align: center;
}
.team .members .member .desc .fio {
  font-size: 22px;
  padding: 15px 0;
  display: inline-block;
}
.team .members .member .desc .post {
  color: #27ae60;
}
.team .members .member .desc .info {
  margin-top: 15px;
  line-height: 1.5;
  color: #333;
}
.team .members .member .desc .soc a {
  display: inline-block;
  padding: 10px;
  font-size: 18px;
  color: #333;
  transition: 0.2s ease-in-out;
}
.team .members .member .desc .soc a:hover {
  color: #27ae60;
}

.news {
  margin-top: 120px;
  margin-bottom: 50px;
}
.news h2 {
  text-align: center;
  font-size: 42px;
  width: 730px;
  margin: 0 auto;
  letter-spacing: 0.3px;
  margin-bottom: 60px;
}
.news .subtitle {
  text-align: center;
  color: #27ae60;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 19px;
  max-width: 540px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.news .items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.news .items .item {
  max-width: 33.3333%;
  flex: 33.3333%;
  padding: 15px;
}
.news .items .item:hover .image img {
  transform: scale(1.1) rotate(5deg);
}
.news .items .item:hover .info .title {
  color: #27ae60;
}
.news .items .item .image {
  overflow: hidden;
}
.news .items .item .image img {
  width: 100%;
  transition: 0.8s ease-in-out;
}
.news .items .item .info {
  padding: 0 30px;
}
.news .items .item .info .meta {
  padding: 10px 0;
  color: #aaa;
}
.news .items .item .info .title {
  font-weight: bold;
  display: block;
  color: #333;
  font-size: 20px;
  position: relative;
  padding: 15px 0;
  transition: 0.2s ease-in-out;
}
.news .items .item .info .title::before {
  content: "";
  position: absolute;
  left: -10px;
  height: 24px;
  width: 2px;
  background-color: #27ae60;
}
.news .items .item .info .desc {
  line-height: 1.5;
  color: #333;
}
.news .items .item .info .more {
  display: inline-block;
  margin-top: 15px;
  color: #333;
  font-weight: bold;
  transition: 0.2s ease-in-out;
}
.news .items .item .info .more:hover {
  color: #27ae60;
}
.news .slick-dots {
  display: flex;
}
.news .slick-dots li button {
  color: #27ae60;
  border: none;
  background-color: transparent;
  position: relative;
  margin: 5px;
  width: 15px;
  color: transparent;
}
.news .slick-dots li button::before {
  content: "";
  width: 20px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  border-radius: 5px;
  border: solid 1px #27ae60;
  cursor: pointer;
}
.news .slick-dots .slick-active button::before {
  background-color: #27ae60;
}

footer {
  background-color: #1b1a1a;
  color: #888;
}
footer .items {
  display: flex;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 60px;
  flex-wrap: wrap;
}
footer .items .item {
  max-width: 33.3333%;
  flex: 33.3333%;
  padding: 0 15px;
}
footer .items .item .title {
  color: #fff;
  font-weight: bold;
  padding-bottom: 25px;
}
footer .items .item .desc p {
  margin-bottom: 25px;
  line-height: 1.5;
}
footer .items .item .desc .btn {
  display: inline-block;
}
footer .items .item .subscribe {
  padding: 35px;
  background-color: #131313;
}
footer .items .item .subscribe form {
  position: relative;
}
footer .items .item .subscribe form p {
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
footer .items .item .subscribe form input {
  background-color: transparent;
  height: 50px;
  border: 1px solid #2f2e2e;
  width: 100%;
  padding: 0 10px;
  padding-right: 50px;
  color: #fff;
  outline: none;
  transition: 0.2s ease-in-out;
}
footer .items .item .subscribe form input:focus {
  border-color: #27ae60;
}
footer .items .item .subscribe form button {
  position: absolute;
  bottom: 0px;
  right: 0;
  background-color: transparent;
  color: #27ae60;
  border: none;
  height: 50px;
  width: 50px;
  font-size: 18px;
  cursor: pointer;
}
footer .items .item .unsubscribe {
  text-align: right;
  font-size: 13px;
  color: #333;
  padding-top: 15px;
}
footer .items .item .clutch {
  display: flex;
}
footer .items .item .clutch .logo {
  background-color: #17313b;
  padding: 9px 20px;
}
footer .items .item .clutch .logo img {
  width: 25px;
  height: 25px;
}
footer .items .item .clutch .sub_logo {
  display: flex;
  background-color: #fff;
  border: 1px solid #17313b;
  border-left: 0;
  padding: 8px 9px 10px 16px;
  align-items: center;
}
footer .items .item .clutch .sub_logo img {
  height: 20px;
  width: 180px;
}
footer .items .item-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .copy {
  border-top: 2px solid #2f2e2e;
  text-align: center;
  padding: 25px 0;
  font-size: 12px;
  color: #333;
}

.modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 333;
  overflow: auto;
}
.modal-form {
  margin: 50px auto;
  max-width: 450px;
  min-width: 280px;
  width: 100%;
  background-color: #fff;
  padding-bottom: 25px;
}
.modal-title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 25px;
  position: relative;
}
.modal-title .close {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #333;
  color: #fff;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.modal-title .close:hover {
  background-color: #e74a3b;
}
.modal-body {
  padding: 0 15px;
}
.modal-body .image img {
  max-width: 100%;
}
.modal-body .title {
  font-weight: bold;
  padding: 15px 0;
  font-size: 16px;
}
.modal-body form p {
  padding: 15px 0;
  font-weight: bold;
}
.modal-body form .form-group {
  margin-bottom: 25px;
  margin-bottom: 15px;
}
.modal-body form .form-group label {
  display: block;
  margin-bottom: 15px;
}
.modal-body form .form-group input {
  height: 46px;
  width: 100%;
  padding: 0 15px;
  border: 1px solid #333;
}
.modal-body form .form-group textarea {
  width: 100%;
  padding: 15px;
  height: 150px;
  resize: none;
  border: 1px solid #333;
}
.modal-body form .btn-group {
  display: flex;
  justify-content: space-around;
}
.modal-body form .btn-group .btn {
  border: none;
  cursor: pointer;
}

.post-content {
  padding: 50px 0;
  line-height: 1.5;
  color: #333;
  font-size: 16px;
}
.post-content img {
  max-width: 100%;
  height: auto;
}
.post-content .project h2 {
  text-align: center;
  padding: 25px 0;
}
.post-content .project_info {
  display: flex;
  justify-content: center;
}
.post-content .project_info .video, .post-content .project_info .desc {
  width: 50%;
  padding: 15px;
}
.post-content .project_info .video {
  min-height: 300px;
}
.post-content .right .project_info {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 992px) {
  .wrapper {
    max-width: 100%;
  }

  header nav {
    max-width: auto;
    width: 100%;
    position: relative;
  }
  header nav .burger {
    display: flex;
  }
  header nav .menu {
    display: none;
    width: 100%;
  }
  header nav .menu-active {
    display: flex;
    position: absolute;
    top: 100px;
    left: 0;
    transition: 0.3s ease-in-out;
    padding-bottom: 20px;
  }
  header nav .menu-active ul {
    flex-direction: column;
    width: 100%;
  }
  header nav .menu-active ul li {
    width: 100%;
    text-align: center;
    background-color: #fff;
  }
  header nav .menu-active ul li a {
    color: #333;
    line-height: 70px;
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  header nav .menu-active ul li a:hover {
    height: 70px;
  }
  header nav .menu-active .lang {
    flex-direction: row;
    justify-content: center;
    padding: 0;
    margin: 15px 0;
  }
  header nav .menu-active .lang li {
    width: auto;
    color: #333 !important;
  }
  header nav .menu-active .lang .active {
    color: #fff !important;
  }

  .slider h1,
.slider h2 {
    text-align: center;
  }

  .services h2 {
    width: 100%;
  }
  .services .cards .card {
    width: 50%;
    flex: 50%;
    margin-bottom: 25px;
  }

  .about-image {
    max-width: 100%;
    flex: 100%;
  }
  .about-text {
    margin-top: 50px;
    max-width: 100%;
    flex: 100%;
    padding-top: 25px;
  }
  .about-text .content {
    max-width: 100%;
  }

  .works .filter-items .item {
    max-width: 50%;
    flex: 50%;
  }

  .team .members {
    flex-wrap: wrap;
  }
  .team .members .member {
    max-width: 50%;
    flex: 50%;
    margin-bottom: 25px;
  }

  .news .items .item {
    max-width: 50%;
    flex: 50%;
  }

  footer .items .item {
    max-width: 50%;
    flex: 50%;
    margin-bottom: 25px;
  }

  section h2 {
    width: 100% !important;
  }

  .project_info {
    flex-direction: column !important;
  }
  .project_info .video, .project_info .desc {
    width: 100% !important;
  }
  .project_info .video {
    height: 220px;
  }
}
@media only screen and (max-width: 540px) {
  .slider .desk h1 {
    font-size: 32px;
  }

  .services h2 {
    font-size: 32px;
  }
  .services .cards .card {
    width: 100%;
    flex: 100%;
  }

  .about-text .content {
    text-align: center;
  }
  .about-text .content h2 {
    font-size: 32px;
  }
  .about-text .content .btn-group {
    flex-direction: column;
    align-items: center;
  }
  .about-text .content .btn-group .btn {
    margin-bottom: 15px;
    text-align: center;
  }

  .works .filter-items .item {
    max-width: 100%;
    flex: 100%;
  }
  .works .projects {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .works .projects .card {
    width: 300px;
  }

  .team .members .member {
    max-width: 100%;
    flex: 100%;
  }

  .news .items .item {
    max-width: 100%;
    flex: 100%;
  }

  footer .items .item {
    max-width: 100%;
    flex: 100%;
  }
}

/*# sourceMappingURL=new.css.map */
