/* Fonts */
@font-face {
  font-family: 'Gilroy-Light';
  src: url(../fonts/Gilroy-Light.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy-Extrabold';
  src: url(../fonts/Gilroy-Extrabold.ttf);
  font-weight: normal;
  font-style: normal;
}

/* Grid */
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

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

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

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

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

.hidden {
  visibility: hidden;
  padding: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  font-family: "Gilroy-Light", Arial, Helvetica, sans-serif;
}

input,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Gilroy-Light", Arial, Helvetica, sans-serif;
}

/* Main styles */
html {
  scroll-behavior: smooth;
}

.content {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1920px;
}

body {
  font-family: "Gilroy-Light", Arial, Helvetica, sans-serif;
  font-size: 33px;
  line-height: 1.4;
  background-color: #1d1d1b;
  background-image: url(../img/body-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

h1, h2, h3, h4, h5, h6, b, strong {
  font-family: "Gilroy-Extrabold", Arial, Helvetica, sans-serif;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 52px;
}

section {
  overflow: hidden;
}

/* Header */
.header {
  margin: 100px 0;
}

.header-right {
  position: relative;
}

.logo {
  margin-top: -40px;
}

.logo-image {
  width: 350px;
}

.phones {
  padding-right: 150px;
  font-size: 45px;
}

.phones-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.phones-item {
  margin-right: 20px;
}

.phones-link {
  color: #e88317;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.phones-link:hover, .phones-link:focus {
  border-bottom: 1px solid #e88317;
}

.phones-decor {
  color: #e88317;
}

.nav-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.nav-icon {
  display: inline-block;
  min-width: 75px;
  width: 75px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/nav-icon.png);
}

.nav-drop {
  display: none;
  min-width: 250px;
  position: absolute;
  right: 0;
  top: 70px;
  background-color: #ffffff;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
}

.nav-drop.show {
  display: block;
}

.nav-item {
  margin: 10px 0;
}

.nav-link {
  color: #4e86ff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.nav-link:hover, .nav-link:focus {
  border-bottom: 1px solid #4e86ff;
}

.social-list {
  margin: 100px -15px 0 auto;
  max-width: 70px;
}

.social-item {
  margin: 20px 10px;
}

.social-item:first-child {
  margin: 10px 10px -5px 10px;
}

.social-icon {
  display: inline-block;
  min-width: 50px;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.social-icon-one {
  background-image: url(../img/social-icon-one.png);
}

.social-icon-thue {
  background-image: url(../img/social-icon-thue.png);
}

.social-icon-three {
  background-image: url(../img/social-icon-three.png);
}

/* Sections */
.projects {
  margin-top: -250px;
}

.projects-title {
  margin: 0;
  text-transform: uppercase;
  font-size: 61px;
}

.projects-descr {
  margin: 0;
  text-transform: uppercase;
  font-size: 45px;
}

.projects-nav {
  margin-top: 150px;
  color: #4e86ff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.projects-nav-item {
  margin: 0 10px;
}

.projects-nav-item::after {
  content: '|';
  display: inline-block;
  color: #ffffff;
  position: relative;
  top: -2px;
  left: 4px;
}

.projects-nav-item:last-child::after {
  content: none;
}

.projects-list {
  margin: 50px -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.projects-item {
  margin: 20px;
  width: calc(25% - 40px);
}

.projects-picture {
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.projects-picture:hover, .projects-picture:focus {
  border-bottom: 2px solid #e88317;
}

.projects-image {
  width: 100%;
  height: 336px;
  -o-object-fit: cover;
     object-fit: cover;
}

.projects-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.projects-more-link {
  display: inline-block;
  padding: 20px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #e88317;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.projects-more-link:hover, .projects-more-link:focus {
  background-color: #e88317;
}

.projects-info {
  font-size: 35px;
  border-bottom: 4px solid #4e86ff;
  display: inline-block;
  padding-bottom: 20px;
}

.wedo {
  margin-top: 100px;
}

.wedo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.wedo-item {
  width: calc(50% - 30px);
  margin: 15px;
}

.wedo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wedo-picture {
  margin-right: 50px;
}

.wedo-icon {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.wedo-icon-one {
  background-image: url(../img/wedo-icon-one.png);
}

.wedo-icon-thue {
  background-image: url(../img/wedo-icon-thue.png);
}

.wedo-icon-three {
  background-image: url(../img/wedo-icon-three.png);
}

.wedo-subtitle {
  font-weight: normal;
  font-family: "Gilroy-Light", Arial, Helvetica, sans-serif;
  font-size: 48px;
  color: #4e86ff;
  text-transform: uppercase;
  margin: 30px 0 0 0;
}

.wedo-more {
  text-align: center;
  margin-top: 100px;
}

.wedo-link {
  display: inline-block;
  min-width: 520px;
  padding: 20px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #4e86ff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  background-color: transparent;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 30px 10px;
  font-size: 33px;
}

.wedo-link:hover, .wedo-link:focus {
  background-color: #4e86ff;
}

.wedo-link-orange {
  background-color: #e88317;
  border: 2px solid #e88317;
}

.wedo-link-orange:hover, .wedo-link-orange:focus {
  background-color: transparent;
}

/* Footer */
.footer {
  margin-top: 100px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/footer-bg.png);
  min-height: 475px;
  text-align: center;
  padding-bottom: 100px;
}

.footer-image {
  width: 250px;
}

.footer-descr {
  color: #4e86ff;
  text-transform: uppercase;
  font-size: 38px;
}

.footer-more {
  max-width: 70%;
  margin: 0 auto;
  font-size: 38px;
}

.footer-more-link {
  color: #e88317;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-more-link:hover, .footer-more-link:focus {
  border-bottom: 1px solid #e88317;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  text-align: center;
}

.modal.visible {
  display: block;
}

.modal-body {
  display: inline-block;
  background-color: #f9f9f9;
  width: 300px;
  -webkit-box-shadow: 9px 14px 23px 7px rgba(0, 0, 0, 0.09);
          box-shadow: 9px 14px 23px 7px rgba(0, 0, 0, 0.09);
  padding: 20px 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.modal-close {
  position: absolute;
  right: -15px;
  top: -15px;
}

.modal-close-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/modal-close-icon.png);
  background-position: center;
  background-repeat: no-repeat;
}

.modal-title {
  text-align: center;
  color: #353866;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.modal-item {
  margin: 10px 0;
}

.modal-field {
  font-size: 13px;
  padding: 10px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #dfe0e4;
  width: 100%;
}

.modal-field::-webkit-input-placeholder {
  color: #666666;
}

.modal-field:-ms-input-placeholder {
  color: #666666;
}

.modal-field::-ms-input-placeholder {
  color: #666666;
}

.modal-field::placeholder {
  color: #666666;
}

.modal-more {
  text-align: center;
  margin-top: 28px;
}

.modal-more-btn {
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #e88317;
  padding: 12px 25px;
  border: 1px solid #e88317;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.modal-more-btn:hover, .modal-more-btn:focus {
  background-color: transparent;
  color: #e88317;
}

.modal-subtitle {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}

.modal-subtext {
  font-size: 16px;
  margin: 5px 0 0 0;
  color: #333333;
}

.policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  color: #333333;
  margin-top: 20px;
  margin-left: 5px;
  margin-bottom: 20px;
  text-align: left;
}

.policy-icon {
  display: inline-block;
  width: 11px;
  height: 15px;
  min-width: 11px;
  background-image: url(../img/policy-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.policy-text {
  padding: 0;
  margin: 0;
}

.policy-link {
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.policy-link:hover, .policy-link:focus {
  border-bottom: 1px solid transparent;
}
/*# sourceMappingURL=style.css.map */