@font-face {
  font-family: "GothamProBlack";
  src: url(../fonts/GothamProBlack.ttf);
}

@font-face {
  font-family: "GothamProLight";
  src: url(../fonts/GothamProLight.ttf);
}

@font-face {
  font-family: "Rubik-Light";
  src: url(../fonts/Rubik-Light.ttf);
}

@font-face {
  font-family: "GothamProMedium";
  src: url(../fonts/GothamProMedium.ttf);
}

@font-face {
  font-family: "GothamProRegular";
  src: url(../fonts/GothamProRegular.ttf);
}


body {
  margin: 0;
  padding: 0;
}
.row{
  margin: 0!important;
  padding: 0!important;
}

/*-------------------------------------*/
.languages {
  list-style-type: none;
  display: flex;
  position: absolute;
  left: 0;
  padding: 50px 0px 0px 50px;
}
.languages li{
padding-right: 10px;
}
.languages img{
  width: 50px;
  filter: grayscale(100%);
}
.languages img:hover{
  filter: grayscale(0%);
}
.nav {
  font-family: "Rubik-Light";
}

.nav-link {
  border: 2px solid rgba(255, 255, 255, 0);
  font-size: 18px;
  text-decoration: none;
  color: #fff;
}

.nav-link:hover {
  transition: 0.6s;
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
}

header {
  position: relative;
  z-index: 5;
  /* height: 100vh; */
  background: url(../images/header.jpg) 100% no-repeat;
  background-size: cover;
}

.darkened{
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 1;
}


.logo {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}




.services {
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 530px;
}

.services h1 {
  font-family: "GothamProBlack";
  font-size: 60px;
  color: #fff;
  padding-top: 9%;
  padding-bottom: 5%;
}

.services ul {
  font-family: "GothamProLight";
  font-size: 25px;
  color: #fff;
  padding-bottom: 10%;
}

.services ul li {
  padding: 1%;
}
.services .col-lg-12{
  padding-left: 5%;
  padding-right: 5%;
}

/*------------- cards------------------------*/
.services_container{
  padding: 0!important;
}
.card {
  border: 0px;
  margin: 0;
  padding: 0;
  position: relative;
}

.card p {
  font-size: 30px;
  font-family: "GothamProMedium";
  position: absolute;
  color: #fff;
  text-align: center;
  top: 45%;
  width: 100%;
  padding: 0 1%;
}

.card .holder .img_card {
  width: 100%;
}

.card .holder .line {
  position: absolute;
  top: 65%;
  right: 26%;
}

/*-------------hover cards------------------------*/

.holder {
  position: relative;
}

.block {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.95);
  padding: 5px;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center
}

.holder:hover .block {
  transition: 1s;
  opacity: 1;
  visibility: visible;
  color: #fff;
}

.block ul {
  list-style-image: url(../images/li.png);
  font-family: "GothamProLight";
  font-size: 20px;
}

/*----------------why_we---------------------*/

.why_we {
  padding: 0 2% 2% 2%;
}

.why_we p {
  font-family: "GothamProLight";
  font-size: 20px;
}

.why_we .row {
  /*margin-top:50px;
     padding:0 200px 100px 200px;*/
}

.why_we_item {
  padding: 0px 5%;
}

h2 {
  font-family: "GothamProRegular";
  text-align: center;
  font-size: 45px;
  padding: 3% 0;
}

h3 {
  font-family: "GothamProBlack";
  font-size: 25px;
}

/*------------------form-------------------*/

.my_form {
  margin: 0;
  padding-left: 10%;
  padding-bottom: 3%;
  padding-top: 2%;
background: linear-gradient(270deg,#636363,#323232);
}

.my_form p {
  font-family: "GothamProRegular";
  font-size: 45px;
  text-align: left;
  color: #fff;
  line-height: 48px;
}

.form {
  padding-top: 10px;
}

.form input {

  width: 500px;
  height: 70px;
  font-family: "GothamProLight";
  float: left;
  font-size: 25px;
  padding-left: 3%;
  color: #a3a3a3;
  border: 0px;
}

.form button {
  background-color: #f1cb31;
  cursor: pointer;
  font-family: "GothamProLight";
  font-size: 25px;
  text-decoration: none;
  height: 70px;
  border-radius: 0;
  border: 0;
  padding: 0 4%;
  color: #2c2c2c;
}

/*-------------------------------------*/

.my_form p span {
  font-family: "GothamProBlack";
}

.font_light {
  font-family: "GothamProLight";
  font-size: 0.7em;
}

/*----------------new-tec---------------------*/

h4 {
  font-family: "GothamProRegular";
  font-size: 40px;
  margin: 25px 0 22px 0;
}

.logo2 {
  margin-top: 0%;
}

.info {
  padding: 2%;
}
.new-tec{
  padding: 0!important;
}
.new-tec p {
  text-indent: 50px;
  font-family: "GothamProLight";
  font-size: 21px;
  text-align: justify;
  padding: 0 5%;
}

.new-tec-item {
  padding: 0;
  margin: 0;
}

.new-tec-image {
  width: 100%;
  height: 100%;

}

.new-tec .new-tec-item {
  text-align: center;
}

/*------------------projects-------------------*/

.projects {
  padding: 0;
  background-color: #404040;
}

.projects p {
  font-family: "GothamProRegular";
  font-size: 45px;
  text-align: center;
  color: #fff;
  padding: 0px 10px;
  margin-bottom: 0;
}

.carousel-indicators {
  /* bottom: -50px; */
}

/*------------------footer-------------------*/

.footer {
  font-family: "GothamProLight";
  background-color: #323232;
    padding: 10px 0;
  text-align: center;
  color: #fff;
}

.footer .phones li {
  display: inline;
  padding-right: 50px;
  padding-bottom: 10px;

}

.footer h5 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 50px;
}

.footer p {
  padding-top: 50px;
}
.footer .phones a{
  text-decoration: none;
  color: #fff;
}
.mail{

  text-decoration: none;
  color: #fff;
  margin: 0 auto;
}

/*------------------modal-------------------*/

.modal-footer_button {
  padding: 0;
  border-top: 0px;
}

.modal-body-text .p_1 {
  padding-top: 10%;
  color: #f1cb31;
  font-size: 50px;
  font-family: "GothamProBlack";
  text-align: center;
}

.modal-body-text .p_2 {
  color: #2c2c2c;
  font-size: 30px;
  font-family: "GothamProLight";
  text-align: center;
  padding-bottom: 5%;
}
.my_fix{

}

#mobile_card_block{
  display: none;
}
/*------------------media-------------------*/
/*------------------media-------------------*/
/*------------------media-------------------*/

@media(max-width: 1600px) {
  .card p {
    font-size: 25px;
    top: 42%;
  }
  .block ul {
    font-size: 15px;
  }


  /* ----------------------------------------------------------- */
  h4 {
    font-family: "GothamProRegular";
    font-size: 38px;
    margin: 25px 0 22px 0;
  }
  .logo2 {
    margin-top: 0%;
  }

  .new-tec p {
    font-family: "GothamProLight";
    font-size: 15px;
    text-align: justify;
    padding: 0 5%;
  }
}

@media(max-width: 1430px) {
  .card p {
    font-size: 25px;
    top: 42%;
  }

  /* ----------------------------------------------------------- */
  h4 {
    font-family: "GothamProRegular";
    font-size: 33px;
    margin: 6px 0 20px 0;
  }
  .logo2 {
    width: 90px;
    margin-top: 0%;
  }

  .new-tec p {
    font-family: "GothamProLight";
    font-size: 17px;
    text-align: justify;
    padding: 0 3%;
  }
}

@media(max-width: 1280px) {

  .new-tec p {
    font-size: 16px;
  }
  .footer .phones li {
      display: block;
     padding-right: 0%;

  }
   .phones{
      padding: 0;
      margin: 0;
  }
}

@media(max-width: 1179px) {
  .services h1 {
    text-align: center;
  }
  header {
    height: auto;
  }

  .block ul {
    font-size: 12px;
  }

  .new-tec p {
    font-size: 15px;
  }
  h4 {
    font-size: 28px;
    margin: 13px 0;
  }
  .my_form p {
    font-size: 30px;
    line-height: 30px;
}


}

@media(max-width: 1000px) {

  .block ul {
    font-size: 20px;
  }
  .form{
    text-align: center;
  }
  .my_form {
    margin: 0 auto;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 0%;
    padding-top: 2%;
}
  .my_form p {
    font-size: 20px;
    text-align: center;
}
  .form input {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 280px;
    height: 50px;
    font-family: "GothamProLight";
    float: none!important;
    padding-left: 3%;
    color: #a3a3a3;
    font-size: 18px

  }
  .form button {
    font-size: 25px;
    text-decoration: none;
    height: 50px;
    border-radius: 0;
    padding: 0 4%;
    color: #2c2c2c;
    margin: 0 auto;
    margin-bottom: 4px;
  }
  .form{

  }

}
@media(max-width: 770px) {
  .languages {

    padding: 45px 0px 0px 15px;
  }

  .languages img{
    width: 35px;
  }
  .services h1 {
    font-size: 45px;
  }
  .img_card{
    width: 100%;
  }
  #mobile_card_none{
    display: none;
  }
  #mobile_card_block{
    display: block;
  }
}
@media(max-width: 480px) {
    .services h1 {
        font-size: 30px;
    }
    .logo img {
        width: 85px;
    }
    .why_we {
        text-align: center;
    }
    .block ul {
        font-size: 15px;
    }
    #first_card {
        top: 30%;
    }
    .projects p {
        font-size: 25px;
    }
    .languages {
        flex-direction: column;
        padding: 15px 0px 0px 15px;
    }
}
