body,
button {
  font-family: 'Ubuntu Mono', 'ws-ctrl-convex';
}

h2 {
  color: #fff;
  margin: 0;
  font-size: 32px;
}

body {
  margin: 0;
}

img {
  max-width: 100%;
}

input,
button {
  max-width: 100%;
}

input:focus,
button:focus {
  outline: none;
}

header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .5s;
}

.mobile-logo {
  display: none;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-transition: margin-left .5s;
}

.menu-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
}

.menu-block__item {
  padding: 15px;
}

.menu-block__item a {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu-block__item a:hover {
  font-size: 1.1rem;
  border-bottom: 2px solid #ee6123;
}

#logo {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: width .5s, height .5s, margin-right .5s, margin-top .5s;
}

.screen {
  overflow-x: hidden;
}

.screen #hands {
  /*height: 805px;*/
  width: 100vw;
  margin: 0;
}

.about {
  height: 200px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-block__logo img {
  width: 150px;
  height: 150px;
  padding: 30px;
}

.about-block__text {
  width: 500px;
  text-align: justify;
  font-weight: 400;
  font-size: 19px;
}

.techno {
  background-color: #473c89;
  text-align: center;
  padding: 20px 0;
}

.techno-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 0;
}

.techno-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 140px;
}

.techno-block {
  padding: 20px;
  width: 110px;
  height: 110px;
}

.portfolio {
  background-color: #473c89;
  text-align: center;
  padding: 60px 0;
}

.slider {
  padding: 0;
  position: relative;
}

.slider-wrap {
  width: 100%;
  position: relative;
}

.slider-wrap .slider-item {
  width: 75%;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
}

.slider-wrap .slider-item img {
  width: 70%;
}

.slider-wrap .prev {
  position: absolute;
  top: 0;
  width: 90px;
  left: 10%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 99.5%;
  left: 13%;
}

.slider-wrap .prev .arrow-left {
  width: 30px;
  height: 30px;
  background: url("../img/slider/left-arrow.png") center no-repeat;
  background-size: cover;
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.slider-wrap .prev .arrow-left:hover {
  background: url("../img/slider/left-arrow_orange.png") center no-repeat;
  background-size: cover;
}

.slider-wrap .next {
  position: absolute;
  top: 0;
  width: 90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 99.5%;
  right: 13%;
}

.slider-wrap .next .arrow-right {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("../img/slider/right-arrow.png") center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 20%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.slider-wrap .next .arrow-right:hover {
  background: url("../img/slider/right-arrow_orange.png") center no-repeat;
  background-size: cover;
}

.slider-dots {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-dots .dot {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 10px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

.slider-dots .dot-active {
  background-color: #ee6123;
  height: 18px;
  width: 18px;
}

.team {
  background-color: #473c89;
  text-align: center;
  padding: 60px 0;
}

.team-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
}

.team-photo {
  height: 300px;
  width: 350px;
}

.team-photo__title {
  color: #ee6123;
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-top: 10px;
}

.contacts {
  background-color: #473c89;
  color: #fff;
  text-align: center;
  padding: 40px 0 0;
}

.contacts-map {
  width: 700px;
  height: 450px;
}

.contacts-map iframe {
  width: 100%;
  height: 100%;
}

.contacts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: url("../img/bg/footer-bg.jpg");
  background-size: 100% 500px;
  height: 500px;
  padding: 0 40px;
  margin-top: 60px;
}

.contacts-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px;
}

.contacts-info__logo img {
  height: 150px;
  width: 150px;
  padding: 40px;
}

.contacts-info__text {
  padding: 40px;
  text-align: left;
  width: 380px;
  font-size: 18px;
}

.contacts-info__text a {
  color: #fff;
}

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(9, 5, 59, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 666;
}

.popup {
  display: none;
  width: 650px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  position: fixed;
  z-index: 999;
  top: 70px;
  left: 50%;
  border: 3px solid #ddd;
  text-align: center;
  padding: 0 0 50px;
}

.popup img {
  display: block;
  margin: 0 auto;
  width: 150px;
}

.popup-form form {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-form input {
  margin-bottom: 15px;
  width: 400px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  border: 3px solid #ddd;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.popup-form input:hover {
  background-color: rgba(71, 60, 137, 0.1);
  font-size: 22px;
}

.popup-form__button {
  width: 400px;
  height: 50px;
  background: #473c89;
  color: #fff;
  font-size: 20px;
  border: 3px solid #ddd;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.popup-form__button:hover {
  cursor: pointer;
  background-color: rgba(71, 60, 137, 0.1);
  color: #473c89;
  font-size: 22px;
}

.popup-thanks {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 20px;
}

.popup-thanks p {
  padding: 10px;
  margin: 0;
}

#contact-btn {
  cursor: pointer;
  font-size: 18px;
  position: fixed;
  right: -35px;
  top: 50%;
  z-index: 9999;
  padding: 10px 20px;
  background-color: #ee6123;
  border: 0px;
  color: #ffffff;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media (min-width: 769px) and (max-width: 992px) {
  .screen #hands {
    height: 555px;
  }

  .about-block__logo img {
    width: 120px;
    height: 120px;
  }

  .about-block__text {
    width: 450px;
  }

  .slider .slider-item {
    width: 100%;
  }

  .slider .prev {
    left: 5%;
  }

  .slider .next {
    right: 5%;
  }

  .techno-block {
    width: 80px;
    height: 80px;
  }

  .team-photo {
    height: 200px;
  }

  .contacts-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 600px;
    margin-top: 40px;
  }

  .contacts-map {
    width: 600px;
    height: 350px;
  }

  .contacts-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contacts-info__logo img {
    padding: 10px 40px;
  }

  .contacts-info__text {
    padding: 10px 40px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  h2 {
    font-size: 24px;
  }

  .header img {
    margin-top: 0;
    width: 50px;
    height: 50px;
  }

  .header .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    animation: none !important;
  }

  .menu-block__item {
    padding: 12px;
  }

  .menu-block__item a {
    font-size: 16px;
  }

  .menu-block__item a:hover {
    font-size: 16px;
  }

  .screen #hands {
    height: 430px;
  }

  .about-block__logo img {
    width: 120px;
    height: 120px;
  }

  .about-block__text {
    width: 300px;
    font-size: 17px;
  }

  .slider .slider-item {
    width: 100%;
  }

  .slider .prev {
    display: none;
  }

  .slider .next {
    display: none;
  }

  .techno-wrapper {
    padding: 20px 0;
  }

  .techno-section {
    height: 80px;
  }

  .techno-block {
    width: 50px;
    height: 50px;
  }

  .team-photo {
    height: 170px;
  }

  .contacts-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 600px;
    margin-top: 40px;
  }

  .contacts-map {
    width: 500px;
    height: 350px;
  }

  .contacts-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }

  .contacts-info__logo img {
    width: 120px;
    height: 120px;
    padding: 10px 40px;
  }

  .contacts-info__text {
    padding: 10px 40px;
    font-size: 16px;
  }

  .popup {
    width: 420px;
  }

  .popup input {
    width: 260px;
    height: 30px;
    font-size: 16px;
  }

  .popup button {
    width: 270px;
  }
}

@media (max-width: 576px) {
  h2 {
    font-size: 24px;
  }

  .header {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #473c89;
  }

  .header .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    animation: none !important;
  }

  .mobile-hide {
    display: none;
  }

  .menu {
    width: 120px;
    position: fixed;
    display: none;
    height: 260px;
    top: 50px;
    left: 0;
  }

  .menu-block {
    display: block;
    margin: 0;
  }

  .menu-block__item {
    width: 100%;
    margin: 0;
    padding: 5px;
    background: #ee6123;
    border-bottom: 1px solid #fff;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
  }

  .menu-block__item:hover {
    background-color: #fff;
    border-bottom: 3px solid #473c89;
  }

  .menu-block__item a {
    display: block;
    font-size: 16px;
  }

  .menu-block__item a:hover {
    color: #ee6123;
    font-size: 16px;
    border-bottom: none;
  }

  .menu-block__logo {
    display: none;
  }

  .mobile-logo {
    display: block;
    position: fixed;
    left: 5px;
    top: 5px;
    width: 70px;
  }

  .screen {
    height: 250px;
    background: grey url("../img/bg/screen-bg.jpg") center no-repeat;
    background-size: cover;
  }

  .screen #hands {
    display: none;
  }

  .about {
    height: 150px;
  }

  .about-block__logo img {
    width: 100px;
    height: 100px;
    padding: 10px;
  }

  .about-block__text {
    width: 250px;
    font-size: 16px;
    padding: 20px;
  }

  .slider .slider-item {
    width: 100%;
  }

  .slider .prev {
    display: none;
  }

  .slider .next {
    display: none;
  }

  .slider-dots {
    width: 100%;
  }

  .slider-dots .dot {
    height: 12px;
    width: 12px;
    margin: 0 7px;
  }

  .slider-dots .dot-active {
    height: 14px;
    width: 14px;
  }

  .techno-wrapper {
    padding: 40px 0;
  }

  .techno-section {
    height: 65px;
  }

  .techno-block {
    width: 40px;
    height: 40px;
    padding: 5px;
  }

  .team {
    padding: 0;
  }

  .team-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .team-photo {
    width: 280px;
  }

  .contacts-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    margin-top: 10px;
    padding: 0;
  }

  .contacts-map {
    width: 90%;
    height: 200px;
    padding: 10px;
  }

  .contacts-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }

  .contacts-info__logo img {
    width: 120px;
    height: 120px;
    padding: 10px 40px;
  }

  .contacts-info__text {
    width: 310px;
    padding: 10px;
    font-size: 17px;
    text-align: center;
  }

  .popup {
    width: 315px;
  }

  .popup img {
    height: 100px;
    width: 100px;
  }

  .popup input {
    width: 270px;
    height: 30px;
    font-size: 16px;
  }

  .popup button {
    width: 290px;
  }

  #contact-btn {
    padding: 10px 15px;
  }
}