/*VARIABLES*/
@font-face {
  font-family: 'Gilroy-Medium';
  src: url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.otf") format("opentype"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype"), url("../fonts/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy-Light';
  src: url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light.otf") format("opentype"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype"), url("../fonts/Gilroy-Light.svg#Gilroy-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy-Regular';
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.otf") format("opentype"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype"), url("../fonts/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy-Bold';
  src: url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.otf") format("opentype"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype"), url("../fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy-Black';
  src: url("../fonts/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Black.otf") format("opentype"), url("../fonts/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy-Black.ttf") format("truetype"), url("../fonts/Gilroy-Black.svg#Gilroy-Black") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy-SemiBold';
  src: url("../fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBold.otf") format("opentype"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype"), url("../fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Reset CSS */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#ascrail2000 {
  z-index: 0; }

ul {
  list-style: none; }

ul li {
  display: inline-block; }

a,
a:hover,
a:visited,
a:active {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

#nav-icon4 {
  display: none; }

.arrow {
  cursor: pointer;
  transition: 0.3s; }

.arrow:hover, .arrow2:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.clearfix::after {
  display: block;
  clear: both;
  content: ''; }

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none; }

.container {
  width: 90vw;
  margin: 0 auto; }

.active-li {
  border-bottom: 3px solid #fff;
  padding: 0 0 8px 0; }

.load {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100vh;
  background: #fdb938; }
  .load div {
    height: 100px;
    margin: auto; }
    .load div img {
      -webkit-animation: pulse 2s infinite;
      animation: pulse 2s infinite; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
header {
  background: #000;
  height: 150px; }

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12%; }
  .logo a {
    margin: auto; }

#main-nav {
  position: fixed;
  background: #000;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 4; }
  #main-nav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*width: 84vw;*/
    width: 100%;
  }
    #main-nav .container ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      line-height: 150px;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      margin: 0 0 0 7%; }
    
    /*Header navigation*/
    .dropdown {
        position: relative;
        display: inline-block;
        cursor: default;                       
    }

    .dropdown i{
      font-size: 30px;
      padding-left: 30px;
      display: none;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: black;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }

    .dropdown-content a {
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        line-height: 40px;
        letter-spacing: 2px;
        font-family: 'Gilroy-Medium';
        font-size: 17px;
        transition: color 0.6s;
    }

    .dropdown-content a:hover {
       color: #febc3b;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }
    /*END Header Navigation*/

    #main-nav .container li {
      position: relative;
      font-family: 'Gilroy-Medium';
      color: #fff;
      font-size: 20px;
      transition: .6s; }
      #main-nav .container li:after {
        opacity: 0;
        content: '';
        position: absolute;
        z-index: 2;
        bottom: 28%;
        left: 0;
        width: 100%;
        height: 3px;
        background: #fff;
        transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        transition: height 0.3s, opacity 0.3s, transform 0.3s;
        transition: height 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px); }
      #main-nav .container li:hover::after {
        opacity: 1; }

#home #hero {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../img/hero-bg.jpg") no-repeat fixed;
  background-size: cover;
  background-position: center;
  height: 500px;
  width: 100%; }
  #home #hero .content {
    text-align: center;
    margin: auto; }
  #home #hero .btns {
    text-align: center;
    margin: 24px 0 0 0; }

.btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 260px;
  line-height: 50px;
  border: 1px solid #febc3b;
  font-size: 22px;
  text-transform: lowercase;
  font-family: 'Gilroy-Light'; }
  .btn:after {
    content: '';
    position: absolute;
    z-index: -1; }
  .btn:nth-of-type(2) {
    margin: 0 10px; }
  .btn:hover {
    z-index: 2;
    border: 1px solid transparent; }

.btn-1e {
  transition: 0.4s;
  font-family: 'Gilroy-Bold';
    background: #febc3b;
    color: #fff !important;
 }
  .btn-1e:after {
    transition: 0.4s;
    display: block;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #febc3b;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg); }
  .btn-1e:hover:after {
    transition: 0.4s ease-in-out;
    height: 180px;
    background: #febc3b;
    opacity: 1; }

#our-team, #about-us, .pokritie, #key, #register-sec, #case-info {
  padding: 60px 0 0 0; }
  #our-team .container, #about-us .container, .pokritie .container, #key .container, #register-sec .container, #case-info .container {
    width: 92vw; }
  #our-team .wrap, #about-us .wrap, .pokritie .wrap, #key .wrap, #register-sec .wrap, #case-info .wrap {
    position: relative;
    margin: 0 0 100px 0; }
  #our-team .desc, #about-us .desc, .pokritie .desc, #key .desc, #register-sec .desc, #case-info .desc {
    width: 100%;
    font-family: 'Gilroy-Regular';
    font-size: 25px;
    line-height: 48px;
    width: 89%;
    float: right; }

.line {
  width: 270px;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: 'Gilroy-Bold';
  font-size: 24px;
  top: -50px;
  left: -20px; }
  .line span {
    display: block;
    margin: 28px 0 0 0;
    width: 270px;
    height: 6px;
    background: #000; }

.home-slider {
  position: relative;
  overflow-x: hidden;
  padding: 0 0 20px 0; }

  .home-slider #search-prom {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    margin: 0 0 50px 0;
    text-align: center; }

.slider {
  left: 8%;
}
  .slider > div .pic {
    margin: 0 0 6px 0; }
  .slider .pic {
    position: relative;
    overflow: hidden;
    height: 283px;
    width: 283px; }
  .slider .hover-slider-home:hover .wrap p {
    transition: 0.6s cubic-bezier(0.73, 1.59, 1, 1);
    right: 0; }
  .slider .slick-prev.slick-arrow {
    display: none !important; }
  .slider .slick-slide {
    width: auto !important; }
  .slider .slick-slide.slick-current.slick-active {
    width: auto !important; }
  .slider .slick-slide.slick-active {
    width: auto !important; }
  .slider .slick-next.slick-arrow {
    position: absolute;
    left: -4%;
    top: 48%;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    text-indent: 99999px;
    background: #acabab;
    transition: all 0.3s; }
    .slider .slick-next.slick-arrow:hover {
      background: #616161; }
  .slider .btn-sl-ef {
    -webkit-animation: ripple-animation 0.6s;
    animation: ripple-animation 0.6s; }
  .slider .slick-slide {
    margin: 0 6px 0 0; }
  .slider img {
    width: 283px;
    height: 283px;
  }

.hover-slider-home {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-align: left;
  transition: all 0.3s; }
  .hover-slider-home:hover {
    background-color: rgba(254, 213, 132, 0.8); }
  .hover-slider-home .wrap {
    width: 86%;
    margin: auto 14px auto auto; }
    .hover-slider-home .wrap img {
      width: auto;
      display: inline-block !important;
      margin: 0 auto; }
    .hover-slider-home .wrap p {
      position: relative;
      right: -200%;
      font-size: 30px;
      color: #fff;
      font-family: 'Gilroy-Bold';
      text-transform: capitalize; }
      .hover-slider-home .wrap p:first-of-type {
        position: relative; }
        .hover-slider-home .wrap p:first-of-type:after {
          content: '';
          position: absolute;
          width: 50px;
          height: 50px;
          top: -30%;
          right: 0;
          background: url(../img/bubbles.png) no-repeat;
          background-size: 50px; }

.our-platform{
  padding: 80px 0;
}

.our-platform .row{
  width: 75%;
  margin: 0 auto;
}

.our-platform .vertical-line{
  font-family: 'Gilroy-Bold';
  font-size: 24px;
  width: 270px;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.our-platform .vertical-line span{
  display: block;
  margin: 28px 0 0 0;
  width: 270px;
  height: 6px;
  background: #000;
}

.our-platform img{
  display: block;
  margin: 0 auto;
  margin-left: 100px;
}

.our-platform h4{
  font-family: 'Gilroy-Regular';
  font-size: 25px;
  text-align: center;
}

.our-platform p{
  font-family: 'Gilroy-Medium';
  font-size: 15px;
  padding: 20px 100px;
}

#uslugi {
  position: relative;
  padding: 210px 0 200px 0;
  background: url("../img/uslugi-bg.jpg") no-repeat fixed; }
  #uslugi .container {
    position: relative;
    width: 80vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #uslugi .container:before {
      content: 'scroll';
      position: absolute;
      bottom: 13px;
      left: -58px;
      z-index: 2;
      color: #ff981b;
      font-size: 25px;
      font-family: 'Gilroy-Bold';
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  #uslugi:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(39, 39, 39, 0.9); }
  #uslugi .col-1, #uslugi .col-2 {
    width: 50%;
    position: relative;
    z-index: 1; }
    #uslugi .col-1 ul, #uslugi .col-2 ul {
      height: 600px; }
      #uslugi .col-1 ul li, #uslugi .col-2 ul li {
        display: block;
        font-size: 28px;
        font-family: 'Gilroy-Bold';
        color: #fff;
        margin: 0 0 34px 57px; }
      #uslugi .col-1 ul span, #uslugi .col-2 ul span {
        display: inline-block;
        margin: 0 40px 0 0; }
  #uslugi .col-2 {
    width: 44%; }
    #uslugi .col-2 p {
      color: #fff; }
      #uslugi .col-2 p:first-of-type {
        font-size: 70px;
        font-family: 'Gilroy-Bold';
        text-transform: lowercase;
        line-height: 55px;
        margin: -17px 0 120px 0; }

#cases .row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
#cases .case {
  position: relative;
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3334%;
  overflow: hidden;
  height: 500px; }
  #cases .case a {
    transition: 0.3s;
    display: block;
    width: 100%;
    height: 100%; }
    #cases .case a:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: 0.5s;
      background: rgba(0, 0, 0, 0.5); }
    #cases .case a:hover:after {
      opacity: 0; }
  #cases .case:hover h2 {
    text-shadow: 1px 1px 5px #000; }
  #cases .case:hover p {
    text-shadow: 1px 1px 2px #000; }
  #cases .case img {
    transition: 0.6s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
#cases .content {
  position: absolute;
  bottom: 9%;
  left: 6%; }
  #cases .content h2 {
    color: #fff;
    font-size: 43px;
    font-family: 'Gilroy-Bold'; }
  #cases .content p {
    color: #fff;
    font-size: 23px;
    font-family: 'Gilroy-SemiBold';
    text-transform: capitalize; }

#cases .case a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1); }

@-webkit-keyframes ripple-animation {
  from {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes ripple-animation {
  from {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
footer {
  padding: 40px 0 40px 0;
  background: #000;
  text-align: center;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif; }
  footer .soc-menu {
    margin: 0 0 50px 0; }
    footer .soc-menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 460px;
      margin: 0 auto; }
    footer .soc-menu img {
      display: block;
      margin: 0 auto 30px; }
    footer .soc-menu a {
      color: #fff; }
  footer .info {
    margin: 0 0 20px 0; }
    footer .info p {
      margin: 0 0 25px 0;
      color: #999; }
      footer .info p:last-of-type {
        margin: 0; }
      footer .info p a {
        transition: all 0.3s; }
        footer .info p a:hover {
          color: #fff; }
      footer .info p br {
        display: none; }
  footer .copy p {
    color: #404040; }

#about #hero {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../img/abouts-bg.jpg") no-repeat fixed;
  background-size: cover;
  background-position: center; }
  #about #hero .content {
    width: 50%;
    margin: auto;
    text-align: center; }
  #about #hero img {
    display: block;
    margin: 0 auto; }
#about h1 {
  font-size: 70px;
  font-family: 'Gilroy-Black';
  color: #fff;
  margin: 0 0 18px 0; }
#about #about-sec {
  padding: 166px 0 140px 0; }
  #about #about-sec .container {
    position: relative;
    width: 81vw; }
  #about #about-sec p {
    width: 90%;
    float: right;
    font-size: 27px;
    line-height: 37px;
    font-family: 'Gilroy-Regular';
    margin: 0 0 50px 0; }
  #about #about-sec span {
    font-family: 'Gilroy-Bold'; }
  #about #about-sec .line {
    left: -60px;
    top: 114px; }
    #about #about-sec .line :after {
      width: 280px;
      top: 25%; }
#about #clients {
  padding: 130px 0 140px 0;
  background: #febc3b; }
  #about #clients .container {
    position: relative;
    width: 81vw; }
  #about #clients .wrap {
    float: right;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #about #clients .wrap img {
      width: 86%;
      -webkit-filter: grayscale(90%);
      filter: grayscale(90%);
      transition: 0.3s; }
      #about #clients .wrap img:hover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0); }
  #about #clients .line {
    width: 270px;
    left: -60px;
    color: #fff; }
    #about #clients .line span {
      background: #fff; }
    #about #clients .line:after {
      background: #fff; }

#be-a-part #hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  background: url("../img/be-a-part-bg.jpg") no-repeat fixed;
  background-size: cover;
  background-position: center; }
  #be-a-part #hero .content {
    width: 70%;
    margin: auto;
    text-align: center; }
  #be-a-part #hero img {
    display: block;
    margin: 0 auto; }
#be-a-part h1 {
  font-size: 70px;
  line-height: 100px;
  font-family: 'Gilroy-Black';
  color: #fff;
  margin: 0 0 18px 0; }
#be-a-part #member {
  padding: 40px 0 100px 0; }
  #be-a-part #member .container {
    width: 84vw; }
  #be-a-part #member .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #be-a-part #member .wrap div {
      height: 280px;
      -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
      text-align: center;}
      #be-a-part #member .wrap div:nth-of-type(2) {
          /*-webkit-flex-basis: 50%; /* Safari 6.1+ */
          /*flex-basis: 50%;*/
        }
      #be-a-part #member .wrap div:nth-of-type(2) {
        border-left: 2px solid #000;
        border-right: 2px solid #000; }
    #be-a-part #member .wrap img {
      margin: 60px 0 60px 0; }
    #be-a-part #member .wrap h3 {
      font-size: 27px;
      font-family: 'Gilroy-Bold'; }
  #be-a-part #member h2 {
    font-size: 50px;
    font-family: 'Gilroy-Bold';
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 100px 0; }
#be-a-part #member-2 {
  position: relative;
  padding: 200px 0  160px 0;
  background: url("../img/member-2-bg.jpg") no-repeat fixed;
  background-size: cover;
  background-position: center; }
  #be-a-part #member-2 .container {
    width: 72vw; }
  #be-a-part #member-2:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(39, 39, 39, 0.9); }
  #be-a-part #member-2 .wrap {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #be-a-part #member-2 .wrap div {
      cursor: pointer;
      text-align: center;
      position: relative;
      transition: .6s; }
      #be-a-part #member-2 .wrap div .info {
        opacity: 0;
        width: 94%;
        position: absolute;
        top: 0%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #fdb935;
        border-radius: 10px;
        padding: 20px;
        color: #fff;
        font-family: 'Gilroy-Regular';
        font-size: 18px;
        z-index: 10; }
      #be-a-part #member-2 .wrap div:hover .info {
        opacity: 1; }
    #be-a-part #member-2 .wrap img {
      margin: 0 0 44px 0; }
    #be-a-part #member-2 .wrap h3 {
      margin: 0 auto;
      font-size: 27px;
      font-family: 'Gilroy-Bold';
      color: #fdb938;
      text-transform: uppercase; }
#be-a-part #personal-member {
  overflow: hidden;
  position: relative;
  padding: 100px 0 134px 0;
  background: #e0e0e0; }
  #be-a-part #personal-member .container {
    width: 84vw; }
  #be-a-part #personal-member .person-img {
    position: absolute;
    bottom: -2%;
    right: 8%; }
  #be-a-part #personal-member .col {
    text-align: center;
    width: 58%;
    float: left; }
    #be-a-part #personal-member .col img {
      display: block;
      margin: 0 auto 50px; }
  #be-a-part #personal-member p {
    position: relative;
    font-size: 27px;
    line-height: 40px;
    font-family: 'Gilroy-light';
    display: inline; }
    #be-a-part #personal-member p:first-of-type:before {
      content: '';
      position: absolute;
      display: block;
      width: 20px;
      height: 20px;
      top: -63%;
      left: -4%;
      font-family: 'Gilroy-Bold';
      font-size: 72px;
      color: #fdb938;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    #be-a-part #personal-member p:last-of-type:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 63%;
      right: -6%;
      font-family: 'Gilroy-Bold';
      font-size: 72px;
      color: #fdb938;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  #be-a-part #personal-member span {
    font-size: 27px;
    font-family: 'Gilroy-Light';
    display: inline-block;
    margin: 36px auto 0;
    text-align: center;
    display: block;
    font-style: italic; }
#be-a-part #description {
  position: relative;
  padding: 130px 0 110px 0;
  background: #fff; }
  #be-a-part #description .container {
    width: 84vw; }
  #be-a-part #description .col {
    width: 43%; }
  #be-a-part #description h2 {
    line-height: 37px;
    font-size: 27px;
    width: 60%;
    font-family: 'Gilroy-Bold';
    margin: 0 0 50px 0; }
  #be-a-part #description p {
    line-height: 37px;
    font-size: 27px;
    font-family: 'Gilroy-Light'; }
  #be-a-part #description img {
    position: absolute;
    bottom: 0;
    right: 0; }

#register-btn, #connect-with-us {
  padding: 40px 0 30px 0;
  background: #fdb938; }
  #register-btn a, #connect-with-us a {
    display: block;
    margin: 0 auto;
    text-align: center; }
    #register-btn a:after, #connect-with-us a:after {
      transition: 0.4s;
      background: black; }

#pokritie #hero {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../img/pokritie.jpg") no-repeat fixed;
  background-size: 100%;
  background-position: center 140px; }
  #pokritie #hero .content {
    width: 70%;
    margin: auto;
    text-align: center; }
  #pokritie #hero img {
    display: block;
    margin: 0 auto; }
#pokritie h1 {
  font-size: 70px;
  font-family: 'Gilroy-Black';
  color: #fdb938;
  margin: 0 0 18px 0; }
#pokritie #search {
  padding: 0 0 60px 0; }
  #pokritie #search .container {
    width: 71vw; }
  #pokritie #search h2 {
    font-size: 100px;
    text-align: left;
    font-family: 'Gilroy-Bold';
    text-transform: lowercase;
    margin: 0 0 36px 0; }
  #pokritie #search .col {
    width: 56vw; }
#pokritie .form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #pokritie .form-wrap .inputs-wrap:first-of-type {
    margin: 0 110px 0 0; }
  #pokritie .form-wrap select {
    position: relative;
    display: block;
    width: 260px;
    border: none;
    height: 42px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 2px solid #000;
    background: transparent; }
    #pokritie .form-wrap select:first-of-type {
      margin: 0 0 90px 0; }
  #pokritie .form-wrap .field-wrap {
    position: relative; }
    #pokritie .form-wrap .field-wrap .triangle {
      display: block;
      position: absolute;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 9px solid #000;
      right: 4%;
      top: 40%;
      z-index: -1;
      transition: 0.3s; }
    #pokritie .form-wrap .field-wrap:hover .triangle {
      border-top-color: #fdb938;
      -webkit-transform: scale(1.3);
      transform: scale(1.3); }
#pokritie .submit-wrap {
  margin: auto; }
  #pokritie .submit-wrap input {
    display: block;
    font-size: 18px;
    font-family: 'Gilroy-Bold';
    line-height: 60px;
    margin: 0 0 0 190px;
    width: 260px;
    background: transparent;
    border: 2px solid #000;
    transition: all 0.4s; }
    #pokritie .submit-wrap input:hover {
      background: #000;
      color: #fff; }

.selected {
  background: #eee !important;
  padding: 0 0 0 20px;
  border-radius: 30px 0 0 0; }

#prom-gallery .wrap-sec {
  padding: 0 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
#prom-gallery .more-prom {
  cursor: pointer;
  display: block;
  margin: 0 auto 60px; }
#prom-gallery .pic {
  position: relative;
  overflow: hidden;
  width: 24%;
  margin: 0 0 20px 0;
  height: 430px; }
  #prom-gallery .pic .wrap {
    width: 62%; }
  #prom-gallery .pic img {
    width: 450px;
    position: absolute;
    top: 0;
    left: 0; }
#prom-gallery .hover-slider-home .wrap p {
  font-size: 46px; }
#prom-gallery .hover-slider-home .wrap p:first-of-type:after {
  content: '';
  position: absolute;
  width: 78px;
  height: 78px;
  top: -52%;
  left: -33%;
  background: url(../img/bubbles.png) no-repeat;
  background-size: 78px; }
#prom-gallery .hover-slider-home:hover .wrap p {
  transition: 0.6s cubic-bezier(0.73, 1.59, 1, 1);
  right: 0; }

#zaqvi #hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  background: url("../img/zaqvi-bg.jpg") no-repeat fixed;
  background-size: cover; }
  #zaqvi #hero .content {
    width: 70%;
    margin: auto;
    text-align: center; }
  #zaqvi #hero img {
    display: block;
    margin: 0 auto; }
#zaqvi h1 {
  font-size: 70px;
  font-family: 'Gilroy-Black';
  color: #fff;
  margin: 0 0 18px 0; }
#zaqvi #member {
  padding: 40px 0 240px 0; }
  #zaqvi #member .container {
    width: 84vw; }
  #zaqvi #member .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #zaqvi #member .wrap div {
      height: 280px;
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      text-align: center; }
      #zaqvi #member .wrap div:nth-of-type(2) {
        border-left: 2px solid #000;
        border-right: 2px solid #000; }
      #zaqvi #member .wrap div:nth-of-type(3) {
        border-right: 2px solid #000; }
    #zaqvi #member .wrap img {
      margin: 37px 0 68px 0; }
    #zaqvi #member .wrap p {
      width: 80%;
      margin: 0 auto;
      text-transform: uppercase;
      font-size: 27px;
      font-family: 'Gilroy-Light'; }
#zaqvi #list {
  position: relative;
  padding: 145px 0 156px 0;
  background: url("../img/uslugi-bg.jpg") fixed; }
  #zaqvi #list:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(39, 39, 39, 0.9); }
  #zaqvi #list .container {
    width: 84%;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #zaqvi #list .col-1, #zaqvi #list .col-2 {
    width: 42%; }
    #zaqvi #list .col-1 > div:nth-of-type(2), #zaqvi #list .col-2 > div:nth-of-type(2) {
      margin: 136px 0 144px 0; }
  #zaqvi #list h3 {
    height: 66px;
    font-size: 27px;
    line-height: 37px;
    color: #fdb938;
    text-transform: uppercase;
    margin: 0 0 46px 0;
    font-family: 'Gilroy-Bold'; }
  #zaqvi #list p {
    font-family: 'Gilroy-Light';
    color: #fff;
    font-size: 27px;
    line-height: 37px; }

#register {
  padding: 0 0 150px 0; }
  #register .line {
    left: 8%; }
  #register #register-sec .desc {
    width: 80%; }
  #register #hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    background: url("../img/register-bg.jpg") no-repeat fixed;
    background-size: cover; }
    #register #hero .content {
      width: 70%;
      margin: auto;
      text-align: center; }
    #register #hero .desc {
      width: 80%; }
    #register #hero img {
      display: block;
      margin: 0 auto; }
  #register h1 {
    font-size: 70px;
    line-height: 118px;
    font-family: 'Gilroy-Black';
    color: #fff;
    margin: 0 0 18px 0; }
  #register #register-form .container {
    width: 55vw; }
  #register h2 {
    font-size: 40px;
    font-family: 'Gilroy-Black';
    color: #000;
    margin: 0 0 50px 0; }
  #register form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #register form #last-name, #register form #pass {
      margin: 0 0 130px 0; }
    #register form #shoes, #register form #clothes {
      margin: 0 0 50px 0; }
    #register form #confirm-pass {
      margin: 0 0 322px 0; }
  #register .sec-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #register .col-1, #register .col-2 {
    width: 23.5vw; }
  #register .submit {
    width: 450px;
    margin: 20px 0 0 0;
    border-bottom: 0;
    background: #fdb938;
    color: #000;
    font-family: 'Gilroy-Black';
    height: 90px;
    border: 2px solid transparent;
    font-size: 32px;
    transition: 0.3s;
    cursor: pointer; }
    #register .submit:hover {
      background: transparent;
      border: 2px solid #000; }
  #register input, #register select, #register textarea {
    width: 100%;
    display: block;
    font-size: 27px;
    color: #808080;
    font-family: 'Gilroy-Medium'; }
  #register input, #register select {
    background: transparent;
    height: 60px;
    border: none;
    border-bottom: 2px solid #000;
    margin: 0 0 36px 0; }
  #register textarea {
    padding: 10px;
    height: 160px;
    border: 2px solid #000;
    font-size: 18px;
    width: 100%;
    display: block; }
  #register .add-file {
    display: inline-block;
    float: right;
    margin: 80px 0 0 0;
    width: 23.5vw;
    height: 60px;
    border-bottom: 2px solid #000;
    position: relative;
    overflow: hidden; }
    #register .add-file .triangle-2:after {
      position: absolute;
      content: '';
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 11px solid #000;
      right: 4%;
      top: 50%;
      transition: 0.3s; }
    #register .add-file:hover .triangle-2::after {
      -webkit-transform: scale(1.4);
      transform: scale(1.4);
      border-top-color: #fdb938; }
  #register input[type='file'] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer; }
  #register .val {
    font-family: 'Gilroy-Medium';
    line-height: 62px;
    margin: 0 0 0 30px; }
  #register .active-file {
    padding: 2px 6px;
    background: #47bbf5;
    border-radius: 4px;
    transition: 0.3s; }
  #register .close {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 54%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 5; }
  #register label {
    display: block;
    font-size: 27px;
    color: #808080;
    font-family: 'Gilroy-Medium';
    margin: 0 0 24px 0; }
  #register label[for="prof-pic"] {
    display: inline-block;
    margin: 110px 0 0 0; }
  #register label[for="info"] {
    margin: 60px 0 22px 0; }
  #register label[for="exp"] {
    margin: 80px 0 22px 0; }
  #register .field-wrap {
    position: relative; }
    #register .field-wrap .triangle {
      display: block;
      position: absolute;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 11px solid #000;
      right: 4%;
      top: 50%;
      z-index: -1;
      transition: 0.3s; }
    #register .field-wrap:hover .triangle {
      border-top-color: #fdb938;
      -webkit-transform: scale(1.4);
      transform: scale(1.4); }
  #register .terms-wrap {
    margin: 70px 0 30px 0; }
    #register .terms-wrap label[for="terms"] {
      margin: 0;
      display: inline-block; }
    #register .terms-wrap #terms {
      width: auto;
      height: auto;
      display: none; }
    #register .terms-wrap #terms + label span {
      display: inline-block;
      width: 25px;
      height: 25px;
      margin: -3px 30px 0 0;
      vertical-align: middle;
      border: 2px solid #000;
      border-radius: 2px;
      cursor: pointer; }
    #register .terms-wrap #terms:checked + label {
      position: relative; }
      #register .terms-wrap #terms:checked + label:after {
        content: '\f00c';
        font-family: FontAwesome;
        font-size: 30px;
        position: absolute;
        top: 44%;
        left: 5%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fdb938; }
  #register input[type=number]::-webkit-inner-spin-button,
  #register input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  #register input[type="number"] {
    -moz-appearance: textfield; }

/* #register*/
#case .container {
  width: 81vw; }
#case .line {
  left: -40px;
  top: 114px; }
#case #case-info .desc {
  line-height: 32px; }
#case #hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  /*background: url("../img/case1.jpg") no-repeat fixed;*/
  background-size: cover;
  background-position: center; }
  #case #hero:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0; }
  #case #hero .content {
    position: relative;
    z-index: 1;
    width: 70%;
    margin: auto;
    text-align: center; }
  #case #hero img {
    display: block;
    margin: 0 auto; }
#case h1 {
  font-size: 70px;
  line-height: 118px;
  font-family: 'Gilroy-Black';
  color: #fff;
  margin: 0 0 18px 0; }
#case h2{
  font-family: 'Gilroy-Bold';
  font-size: 50px;
  color: #fff;
  margin: 20px 0;
}
#case #member {
  padding: 100px 0; }
  #case #member .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #case #member .wrap div {
      height: 250px;
      -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
      text-align: center; }
      #case #member .wrap div:nth-of-type(2) {
        border-left: 2px solid #000;
        border-right: 2px solid #000; }
      #case #member .wrap div p {
        width: 90%;
        margin: 50px auto 0;
        font-family: 'Gilroy-light';
        font-size: 22px; }
    #case #member .wrap h3 {
      font-size: 27px;
      font-family: 'Gilroy-Bold'; }

#case-photos .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
#case-photos .photo {
  position: relative;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  overflow: hidden;
  height: 750px;
  cursor: pointer; }
#case-photos img {
  transition: 0.6s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/*#case*/
#all-projects {
  padding: 40px 0 30px 0;
  background: #fff; }
  #all-projects a {
    display: block;
    margin: 0 auto;
    text-align: center; }

.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none; }

.pictures_eyes_close {
  position: fixed;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../img/close.png") no-repeat;
  z-index: 100;
  display: none; }

.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 199;
  display: none; }

.pictures_eyes_in {
  position: relative;
  text-align: center; }

.pictures_eyes_in img {
  max-height: 700px; }

.pictures_eyes_in .prev, .pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  cursor: pointer; }

.pictures_eyes_in .prev {
  left: 35px;
  background: url("../img/Tleft.png") no-repeat; }

.pictures_eyes_in .next {
  right: 35px;
  background: url("../img/Tright.png") no-repeat; }

.pictures_eyes_indicators {
  display: none !important;
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 299; }

.pictures_eyes_indicators a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden; }

.pictures_eyes_indicators img {
  height: 50px; }

.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1; }

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

.margin-bottom-20{
  margin-bottom: 20px;
}

.img-action-btn {
  border: 3px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  padding: 6px 8px 6px 8px;
  margin-bottom: 4px;
  background-color:rgba(0, 0, 0, 0);
  transition: .3s ease-in-out;
}

.img-action-btn:hover{
  color: #000000;
  border-color: #000000;
}

/* SWEETALERT MODAL */
.swal2-popup .swal2-title{
  color: #000;
  font-family: 'Gilroy-Bold';
}

.swal2-popup .swal2-styled.swal2-confirm{
  font-family: 'Gilroy-Bold';
  font-size: 25px;
  background: #febc3b;
  color: #fff;
  border-radius: 0px;
  padding: 5px 20px;
  text-transform: uppercase;
}

/* TERMS MODAL */
.terms-wrap a{
  text-decoration: underline;
}

.modal-dialog{
  width: 60%;
}

.modal-header .close{
  background-color: transparent;
  border: none;
  font-size: 40px;
  float: right;
}

.modal-body{
  padding-bottom: 100px;
}

.modal-body h1{
  text-align: center;
  font-size: 25px;
  margin-bottom: 50px;
}

.modal-body h2{
  text-align: center;
  margin-top: 35px;
  margin-bottom: 15px;
}

.modal-body p{
  font-size: 17px;
  padding: 0 10px;
}

@media screen and (max-width: 1700px){
  /* Be A part Page */
  .slider > div .pic:last-of-type{
    margin-bottom: 5px;
  }

  .slider .pic{
    width: 250px;
    height: 250px;
  }

  .slider img{
    width: 250px;
    height: 250px;
  }

  .our-platform img{
    margin-left: 80px;
  }

  .our-platform p{
    padding: 20px 75px;
  }

  #be-a-part #member-2 .wrap div .info{
    width: 98%;
  }

  #about #clients .wrap img{
    margin-bottom: 15px;
  }

}

@media screen and (max-width: 1600px) {
  #main-nav .container {
    width: 92vw; }

  /* HOME PAGE */
  #home #hero, #be-a-part #hero, #zaqvi #hero, #register #hero {
    height: 800px; }

  #pokritie #hero {
    height: 700px; }

  .slider img{
    height: 235px;
    width: 235px;
  }

  .hover-slider-home{
    height: 235px;
    width: 235px;
  }

  .slider .pic{
    height: 235px;
    width: 235px;
  }

  .hover-slider-home .wrap p{
    font-size: 28px;
  }

  .line {
    top: -36px;
    left: -50px; }

  .our-platform img{
    margin-left: 65px;
  }

  .our-platform p{
    padding: 15px 60px;
  }

  #uslugi {
    padding: 170px 0 160px 0; }

  #uslugi .col-1 {
    width: 60%; }

  #uslugi .col-2 {
    width: 37%; }

  #cases .case {
    height: 450px; }

  #cases .case a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9); }

  /* ABOUTPAGE */
  #about #hero {
    height: 800px; }

  #about #clients {
    padding: 120px 0 130px 0; }

  #be-a-part #personal-member .person-img {
    right: 2%; }

  #description img {
    width: 70%; }

  #about #about-sec .line, #case .line {
    left: -70px;
    top: 113px; }

  /* BE A PART */
  #be-a-part #member-2 .wrap div .info{
    width: 99%;
    font-size: 17px;
  }

  /* POKRITIE */
  #prom-gallery .pic {
    width: 24.2%;
    margin: 0 0 14px 0;
    height: 360px; }

  #prom-gallery .hover-slider-home .wrap p {
    font-size: 38px; }

  #prom-gallery .hover-slider-home .wrap p:first-of-type:after {
    background-size: 65px; }

  /* ZAQVI */
  #zaqvi #member .container {
    width: 94vw; }

  #zaqvi #list .col-1, #zaqvi #list .col-2 {
    width: 44%; }

  /* REGISTER PAGE */
  #register input, #register select, #register textarea, #register label {
    font-size: 22px; }

  /* CASE PAGE */
  #case #hero {
    height: 800px; }

  #case-photos .photo {
    height: 650px; }

  #prom-gallery .pic img {
    width: 370px; } }

@media screen and (max-width: 1440px){
  .slider .pic{
    height: 210px;
    width: 210px;
  }

  .slider img{
    height: 210px;
    width: 210px;
  }

  .hover-slider-home{
    height: 210px;
    width: 210px;
  }

  .hover-slider-home .wrap p{
    font-size: 25px;
  }

  .slider > div .pic:last-of-type{
    margin-bottom: 5px;
  }

  .our-platform .vertical-line{
    left: 0;
  }

  .our-platform img{
    margin-left: 50px;
  }

  .our-platform p{
    padding: 15px 50px;
  }

  .modal-dialog{
    width: 80%;
  }
}

@media screen and (max-width: 1400px) {
  header {
    height: 110px; }

  #main-nav .container {
    width: 88vw; }

  #main-nav .container ul {
    line-height: 110px; }

  #main-nav .container li {
    font-size: 16px; }

  .logo img {
    width: 100%; }

  #main-nav .container li:after {
    bottom: 24%;
    height: 2px; }

  .active-li {
    border-bottom: 2px solid #fff;
    padding: 0 0 7px 0; }

  /* HOME PAGE */
  #home .content img {
    width: 70%;
    margin: 0 auto;
    display: block; }

  #home #hero .btns {
    margin: 16px 0 0 0; }

  #home #hero {
    background-size: 125%;
    background-position: center 0px; }

  #hero {
    height: 600px; }

  .btn {
    width: 184px;
    line-height: 36px;
    font-size: 16px; }

  .btn-1e:hover:after {
    height: 130px; }

  #our-team .desc, #about-us .desc, .pokritie .desc,
  #key .desc, #register .desc {
    font-size: 20px;
    line-height: 36px; }

  #case .desc {
    font-size: 19px;
    line-height: 26px; }

  .line {
    left: -50px;
    top: -60px;
    font-size: 20px; }

  .line span {
    height: 4px;
    width: 220px;
    margin: 18px 0 0 0; }

  #our-team, #about-us, .pokritie, #key, .register-sec {
    padding: 44px 0 0 0; }

  #our-team, #about-us .wrap, #key .wrap, #register .wrap {
    margin: 0px 0 64px 0; }

  .slider .slick-next.slick-arrow {
    width: 30px;
    height: 30px; }

  .slider .pic {
    height: 205px;
    width: 210px; }

  .hover-slider-home{
    width: 100%;
    height: 100%;
  }

  .hover-slider-home .wrap {
    margin: 46px auto; }

  .hover-slider-home .wrap p {
    font-size: 24px; }

  .our-platform .vertical-line{
    font-size: 20px;
  }

  .our-platform .vertical-line span{
    width: 220px;
  }

  .our-platform img{
    margin-left: 45px;
  }

  .our-platform p{
    padding: 15px 30px;
  }

  #uslugi {
    padding: 160px 0 147px 0; }

  #uslugi .col-1 ul li {
    font-size: 22px;
    margin: 0 0 22px 44px; }

  #uslugi .col-1 ul {
    height: 434px; }

  #uslugi .col-1 ul span {
    margin: 0 28px 0 0; }

  #uslugi .col-2 p:first-of-type {
    font-size: 60px;
    margin: -22px 0 70px 0; }

  #uslugi .col-2 p:nth-of-type(2) {
    font-size: 87px;
    line-height: 87px; }

  #cases .case {
    height: 400px; }

  #cases .content h2 {
    font-size: 36px; }

  #cases .content p {
    font-size: 20px; }

  /* ABOUT PAGE */
  #about #about-sec {
    padding: 120px 0 104px 0; }

  #home #hero, #about #hero, #be-a-part #hero, #zaqvi #hero, #register #hero {
    height: 600px; }

  #about h1, #be-a-part h1, #pokritie h1,
  #zaqvi h1, #register h1, #case h1 {
    font-size: 70px; }

  #register h1 {
    line-height: 90px; }

  #about #hero img, #be-a-part #hero img, #pokritie img,
  #zaqvi #hero img, #register #hero img, #case #hero img {
    width: 56px; }

  #about #about-sec p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 23px 0; }

  #about #about-sec .line {
    top: 120px; }

  #about #about-sec .line, #case .line {
    top: 50px;
    left: -70px; }

  #about #about-sec .line span, #case .line span {
    width: 200px; }

  #about #clients .line {
    left: -97px;
    top: -80px; }

  #about #clients .wrap img {
    width: 80%; }

  #about #clients {
    padding: 95px 0 105px 0; }

  #be-a-part #member {
    padding: 40px 0 74px 0; }

  #be-a-part #member h2 {
    font-size: 40px;
    margin: 0 0 72px 0; }

  #be-a-part #member .wrap h3,
  #zaqvi #member .wrap p {
    font-size: 20px; }

  #be-a-part #member .wrap div,
  #zaqvi #member .wrap div {
    height: 200px; }

  #be-a-part #member .wrap img {
    margin: 41px 0 39px 0;
    width: 24px; }

  #be-a-part #member-2 {
    padding: 113px 0 143px 0; }

  #be-a-part #member-2 .wrap h3 {
    width: 80%;
    font-size: 20px; }

  #be-a-part #member-2 .wrap img {
    margin: 0 0 35px 0;
    width: 45px; }

  #be-a-part #member-2 .wrap div:first-of-type img {
    width: 33px; }

  #be-a-part #personal-member {
    padding: 75px 0 100px 0; }

  #be-a-part #personal-member p {
    font-size: 20px;
    line-height: 36px; }

  #be-a-part #personal-member .col img {
    margin: 0 auto 30px;
    width: 46px; }

  #be-a-part #personal-member span {
    font-size: 20px;
    margin: 20px auto 0; }

  #be-a-part #personal-member .person-img {
    right: 5%;
    width: 29%; }

  #be-a-part #personal-member p:first-of-type:before {
    left: -5%;
    font-size: 55px; }

  #be-a-part #personal-member p:last-of-type:after {
    font-size: 55px; }

  #be-a-part #description {
    padding: 90px 0 80px 0; }

  #be-a-part #description h2 {
    line-height: 36px;
    font-size: 20px;
    margin: 0 0 28px 0; }

  #be-a-part #description p {
    line-height: 36px;
    font-size: 20px; }

  #description img {
    width: 62%; }

  #be-a-part #register-btn, #connect-with-us {
    padding: 24px 0 22px 0; }

  /* POKRITIE */
  .pokritie .wrap {
    margin: 0 0 54px 0; }

  #pokritie #search {
    padding: 0 0 64px 0; }

  #pokritie #search h2 {
    font-size: 84px;
    margin: 0 0 26px 0; }

  #pokritie .form-wrap select {
    width: 184px;
    height: 30px;
    font-size: 14px; }

  #pokritie .form-wrap .inputs-wrap:first-of-type {
    margin: 0 80px 0 0; }

  #pokritie .form-wrap select:first-of-type {
    margin: 0 0 50px 0; }

  #pokritie .submit-wrap input {
    font-size: 15px;
    line-height: 40px;
    margin: 0 0 0 134px;
    width: 186px; }

  #pokritie #hero {
    height: 660px;
    background-position: center 105px; }

  #prom-gallery .pic .wrap {
    width: 46%;
    margin: auto; }

  /* ZAQVI */
  #zaqvi #member .wrap img {
    margin: 34px 0 54px 0;
    width: 38px; }

  #zaqvi #member {
    padding: 40px 0 170px 0; }

  #zaqvi #list {
    padding: 108px 0 110px 0; }

  #zaqvi #list h3 {
    height: 50px;
    font-size: 20px;
    margin: 0 0 20px 0;
    line-height: 25px; }

  #zaqvi #list p {
    font-size: 20px;
    line-height: 30px; }

  #zaqvi #list .col-1 > div:nth-of-type(2), #zaqvi #list .col-2 > div:nth-of-type(2) {
    margin: 100px 0 100px 0; }

  /* REGISTER PAGE */
  .selected {
    padding: 0 0 0 16px;
    border-radius: 24px 0 0 0; }

  #register {
    padding: 0 0 100px 0; }

  #register h2 {
    font-size: 30px;
    margin: 0 0 36px 0; }

  #register #register-sec .desc {
    width: 84%; }

  #register .line {
    left: 13px; }

  #register #register-form .container {
    width: 62vw; }

  #register .col-1, #register .col-2 {
    width: 24.5vw; }

  #register input, #register select, #register textarea, #register label {
    font-size: 19px; }

  #register input, #register select {
    height: 42px;
    margin: 0 0 26px 0; }

  #register form #last-name, #register form #pass {
    margin: 0 0 90px 0; }

  #register form #confirm-pass {
    margin: 0 0 226px 0; }

  #register .field-wrap .triangle {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #000;
    right: 2%;
    top: 40%; }

  #register label[for="exp"] {
    margin: 60px 0 12px 0; }

  #register textarea {
    height: 110px; }

  #register label[for="prof-pic"] {
    margin: 70px 0 0 0; }

  #register .add-file {
    margin: 51px 0 0 0;
    height: 42px; }

  #register .add-file .triangle-2:after {
    position: absolute;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #000;
    right: 2%;
    top: 40%; }

  #register .val {
    line-height: 45px; }

  #register label[for="info"] {
    margin: 44px 0 12px 0; }

  #register .terms-wrap {
    margin: 58px 0 20px 0; }

  #register .submit {
    width: 320px;
    height: 65px;
    font-size: 24px; }

  /* CASE PAGE */
  #case .container {
    width: 92vw; }

  #case #hero {
    height: 600px; }

  #case-photos .photo {
    height: 500px; }

  .pictures_eyes_in img {
    max-height: 600px; }

  #prom-gallery .pic {
    height: 340px; }

  #prom-gallery .hover-slider-home .wrap p {
    font-size: 32px; }

  #prom-gallery .hover-slider-home .wrap p:first-of-type:after {
    top: -70%;
    left: -40%;
    background-size: 60px; }

  #prom-gallery .pic img {
    width: 320px; }

  footer {
    font-size: 16px; }

  footer .info p {
    margin: 0 0 10px 0; }

  footer .soc-menu img {
    margin: 0 auto 22px;
    width: 124px; }

  footer .soc-menu {
    margin: 0 0 40px 0; }

  footer .info {
    margin: 0 0 44px 0; } }
@media screen and (max-width: 1200px) {
  /*HOME PAGE*/
  .logo {
    width: 16%; }

  .line {
    left: -84px; }

  #home #hero {
    background-size: 144%; }

  #our-team .wrap, #about-us .wrap, .pokritie .wrap, #key .wrap, #register-sec .wrap, #case-info .wrap {
    position: relative;
    margin: 0 0 60px 0; }

  #our-team .desc, #about-us .desc, .pokritie .desc, #key .desc, #register .desc {
    font-size: 20px;
    line-height: 30px; }

  .our-platform h4{
    font-size: 23px;
  }

  #about h1, #be-a-part h1, #pokritie h1, #zaqvi h1, #register h1, #case h1 {
    font-size: 65px;
    line-height: 100px; }

  #uslugi {
    padding: 115px 0 105px 0; }

  #uslugi .col-1 ul {
    height: 350px; }

  #uslugi .col-1 ul li {
    font-size: 22px;
    margin: 0px 0 18px 30px; }

  #uslugi .col-2 p:first-of-type {
    font-size: 50px; }

  .nicescroll-cursors {
    width: 4px !important; }

  #ascrail2001 {
    width: 4px !important; }

  .slider .pic{
    width: 175px;
    height: 175px;
  }

  .slider img{
    width: 175px;
    height: 175px;
  }

  .home-slider {
    margin: 0 0 60px 0; }

  .hover-slider-home{
    width: 175px;
    height: 175px;
  }

  .hover-slider-home .wrap{
    margin: 25px auto;
  }

  .hover-slider-home .wrap p{
    font-size: 21px;
  }

  #cases .case {
    height: 360px; }

  #cases .content h2 {
    font-size: 32px; }

  #cases .content p {
    font-size: 18px; }

  #about #about-sec {
    padding: 90px 0 80px 0; }

  #about #clients .container {
    width: 90vw; }

  #about #about-sec p {
    width: 94%;
    margin: 0 0 40px 0; }

  #about #about-sec .line, #case .line {
    left: -140px; }

  #about h1 {
    margin: 0 0 8px 0; }

  #case .container {
    width: 81vw; }

  #case-info .desc {
    width: 94%; }

  #case h1 {
    margin: 0 0 8px 0; }

  #case #member .container {
    width: 96vw; }

  #case #member .wrap div p {
    font-size: 20px; }

  #be-a-part h1 {
    margin: 1px 0 8px 0; }

  #be-a-part #member h2 {
    font-size: 32px;
    margin: 0 0 50px 0; }

  #be-a-part #member .wrap img {
    margin: 54px 0 24px 0; }

  #be-a-part #member-2 .wrap div .info{
    font-size: 15px;
  }

  #be-a-part #member .container {
    width: 94vw; }

  #be-a-part #member-2 .container {
    width: 94vw; }

  #be-a-part #member-2 {
    padding: 120px 0 120px 0; }

  #be-a-part #personal-member .col {
    width: 70%; }

  #be-a-part #personal-member {
    padding: 60px 0 70px 0; }

  #be-a-part #personal-member p {
    line-height: 30px; }

  #be-a-part #personal-member .person-img {
    right: 2%;
    width: 33%; }

  #be-a-part #personal-member p:last-of-type:after {
    font-size: 50px; }

  #be-a-part #personal-member p:last-of-type:after {
    bottom: 30%;
    right: -45%; }

  #be-a-part #personal-member p:first-of-type:before {
    left: -4%;
    font-size: 50px; }

  #be-a-part #description .col {
    width: 60%; }

  #be-a-part #description p {
    line-height: 30px; }

  #be-a-part #description {
    padding: 80px 0 70px 0; }

  #be-a-part #description h2 {
    line-height: 30px;
    margin: 0 0 18px 0; }

  #register #register-sec .desc {
    width: 87%; }

  #register #register-form .container {
    width: 68vw; }

  #register .line {
    left: -70px; }

  #register .col-1, #register .col-2 {
    width: 28.5vw; }

  #pokritie #search h2 {
    font-size: 64px; }

  #pokritie .submit-wrap input {
    margin: -34px 0 0 80px; }

  #prom-gallery .pic {
    width: 32%; }

  #pokritie #hero {
    height: 510px; }

  #prom-gallery .pic img {
    width: 370px; } }

@media screen and (max-width: 1024px){
  .slider .pic{
    width: 300px;
    height: 300px;
  }

  .slider > div .pic:last-of-type{
    margin-bottom: 10px;
  }

  .slider img{
    width: 300px;
    height: 300px;
  }

  .hover-slider-home{
    width: 300px;
    height: 300px;
  }

  .hover-slider-home .wrap{
    margin: 45px auto;
  }

  .hover-slider-home .wrap p{
    font-size: 30px;
  }

  .our-platform .vertical-line{
    font-size: 18px;
  }

  .our-platform .vertical-line span{
    margin: 15px 0 0 0;
    height: 4px;
    width: 200px;
  }

  .our-platform img{
    margin-left: 38px;
  }
}

@media screen and (max-width: 992px) {
  /*HOME PAGE*/
  header {
    height: 100px; }

  #nav-icon4 {
    top: 0;
    right: 20px;
    display: block;
    float: right;
    margin: 23px 0 0 0;
    width: 44px;
    height: 45px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer; }

  #nav-icon4 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out; }

  #nav-icon4 span:nth-child(1) {
    top: 8px;
    -webkit-transform-origin: left center;
    transform-origin: left center; }

  #nav-icon4 span:nth-child(2) {
    top: 24px;
    -webkit-transform-origin: left center;
    transform-origin: left center; }

  #nav-icon4 span:nth-child(3) {
    top: 40px;
    -webkit-transform-origin: left center;
    transform-origin: left center; }

  #nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
    left: 16px; }

  #nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }

  #nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 37px;
    left: 16px; }

  #main-nav {
    height: 100px; }

  #main-nav .container {
    height: 100%; }

  #main-nav .container ul {
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    display: none;
    margin: 0;
    width: 100%;
    background: #000;
    text-align: center; }

  #main-nav .container li {
    display: block;
    font-size: 20px;
    line-height: 50px; }

  #main-nav .container li:after {
    display: none; }

  #main-nav .container li a {
    position: relative; }

  #main-nav .container li:last-of-type {
    margin: 0 0 20px 0; }

  #main-nav .container li a:after {
    opacity: 0;
    content: '';
    position: absolute;
    z-index: 2;
    bottom: -8%;
    left: 48%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 120%;
    height: 2px;
    background: #fff;
    transition: 0.3s; }

  #main-nav .container li a:hover::after {
    opacity: 1; }

  .dropdown i{
    display: inline;
  }

  #home #hero {
    background-size: 185%; }

  #about h1, #be-a-part h1, #pokritie h1, #zaqvi h1, #register h1, #case h1 {
    line-height: 80px; }

  .line {
    left: -97px; }

  .line span {
    margin: 8px 0 0 0; }

  .slider .pic{
    width: 290px;
    height: 290px;
  }

  .slider > div .pic:last-of-type{
    margin-bottom: 7px;
  }

  .slider img{
    width: 290px;
    height: 290px;
  }

  .hover-slider-home{
    width: 290px;
    height: 290px;
  }

  #cases .case {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  #case #member .wrap div:first-of-type {
    margin: 0 auto; }

  #uslugi .col-2 img {
    width: 47%; }

  #case #member {
    padding: 90px 0; }

  #case #member .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  #case #member .wrap div {
    width: 50%;
    margin: 70px auto 0;
    height: auto; }

  #case #member .wrap div:nth-of-type(2) {
    border-left: none;
    border-right: none; }

  #case #member .wrap div p {
    margin: 30px auto 0; }

  #case #member .wrap div h3 {
    border-bottom: 2px solid #000;
    display: inline-block;
    padding: 0 0 10px 0; }

  #case-photos .photo {
    height: 400px; }

  #zaqvi #member .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  #zaqvi #member .wrap div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  #zaqvi #member .wrap div:nth-of-type(2) {
    border-left: none;
    border-right: none; }

  #zaqvi #member .wrap div:nth-of-type(3) {
    border-right: none; }

  #zaqvi #member .wrap div {
    height: 280px; }

  #zaqvi #member {
    padding: 40px 0 50px 0; }

  #zaqvi #member .wrap img {
    width: auto; }

  #zaqvi #list .container {
    width: 90%; }

  #zaqvi #list .col-1, #zaqvi #list .col-2 {
    width: 46%; }

  #be-a-part #member .wrap div {
    height: 230px; }

  #be-a-part #member .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  #be-a-part #member .wrap div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  #be-a-part #member .wrap div:nth-of-type(2) {
    border-left: none;
    border-right: none; }

  #be-a-part #member .wrap img {
    width: auto; }

  #be-a-part #member h2 {
    font-size: 27px; }

  #be-a-part #member .wrap h3 {
    font-size: 24px; }

  #be-a-part #member-2 .wrap div {
    width: 50%; }

  #be-a-part #member-2 .wrap div:first-of-type {
    margin: 0 0 100px 0; }

  #be-a-part #member-2 .wrap div:nth-of-type(2) {
    margin: 0 0 100px 0; }

  #be-a-part #member-2 .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  #be-a-part #member-2 .wrap h3 {
    width: 60%;
    font-size: 25px; }

  #be-a-part #member-2 .wrap img {
    width: auto; }

  #be-a-part #member-2 .wrap div:first-of-type img {
    width: auto; }

  #be-a-part #personal-member .col {
    width: 100%;
    position: relative;
    z-index: 2; }

  #be-a-part #personal-member p {
    font-size: 24px;
    line-height: 32px; }

  #be-a-part #personal-member span {
    font-size: 25px; }

  #be-a-part #personal-member .person-img {
    right: -16%;
    width: 40%; }

  #be-a-part #personal-member {
    padding: 75px 0 100px 0; }

  #be-a-part #personal-member .col img {
    width: 60px; }

  #be-a-part #description .col {
    position: relative;
    z-index: 2;
    width: 70%; }

  #be-a-part #description h2 {
    font-size: 25px; }

  #be-a-part #description p {
    line-height: 36px;
    font-size: 22px; }

  #description img {
    width: 76%; }

  #about #clients .wrap {
    width: 92%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  #register #register-form .container {
    width: 76vw; }

  #register .col-1, #register .col-2 {
    width: 33.5vw; }

  #register .add-file {
    width: 30.5vw; }

  #register .line {
    left: -90px; }

  #pokritie #search .container {
    width: 72vw; }

  #prom-gallery .pic {
    width: 49%;
    height: 380px; }

  #prom-gallery .pic img {
    width: 450px; }

  #pokritie .submit-wrap input {
    margin: -34px 0 0 60px; }

  #prom-gallery .hover-slider-home .wrap p {
    font-size: 40px; }

  #prom-gallery .hover-slider-home .wrap p:first-of-type:after {
    top: -30%;
    left: -40%;
    background-size: 70px; }

  #pokritie #search h2 {
    font-size: 48px; }

  #pokritie #search .col {
    width: 100%; }

  #pokritie .form-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  #pokritie .form-wrap .inputs-wrap {
    width: 50%; }

  #pokritie .form-wrap select {
    width: 100%;
    height: 40px;
    font-size: 16px; }

  #pokritie .submit-wrap input {
    font-size: 18px;
    margin: 36px 0 0 60px; }

  #pokritie #hero {
    background-position: center 95px;
    background-size: 130%; }

  .copy {
    width: 90%;
    margin: 0 auto; } 
  /*---Mobile menu---*/
  .dropdown {
    display: block;
  }
  #main-nav .container li:last-of-type{
    margin: 0;
  }
  .dropdown-content {
    display: block;
    position: relative;
  }
  .dropdown-content a {
    padding: 0;
  }
  .dropdown-content a {
    color: #fdb935;
  }
  #be-a-part #member-2 .wrap div:hover .info{
    font-size: 20px;
  }
  }

@media screen and (max-width: 900px){
  #about #clients .line{
    left: -135px;
  }
}

@media screen and (max-width: 768px) {
  /*HOME PAGE*/
  #home #hero {
    background-size: 215%; }

  #home #hero .btns {
    width: 90%;
    margin: 16px auto 0; }

  #home #hero .btns a:last-of-type {
    margin: 16px 0 0 0; }

  .logo {
    width: 22%; }

  #home #hero, #about #hero, #be-a-part #hero, #pokritie #hero, #zaqvi #hero, #register #hero {
    height: 500px; }

  #about h1, #be-a-part h1, #pokritie h1, #zaqvi h1, #register h1, #case h1 {
    font-size: 60px; }

  .line {
    left: -120px;
    top: -20px; }

  .slider .pic{
    width: 338px;
    height: 338px;
  }

  .slider img{
    width: 338px;
    height: 338px;
  }

  .hover-slider-home{
    width: 338px;
    height: 338px;
  }

  .hover-slider-home .wrap p{
    font-size: 33px;
  }

  .our-platform .vertical-line{
    left: -80px;
  }

  .our-platform .vertical-line span{
    margin: 10px 0 0 0;
  }

  .our-platform img{
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .our-platform h4{
    font-size: 24px;
  }

  .our-platform p{
    padding: 10px 30px;
    font-size: 20px;
  }

  #uslugi .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }

  #uslugi .col-1 {
    width: 100%; }

  #uslugi .col-2 {
    width: 100%;
    margin: 0 0 60px 0; }

  #uslugi .col-2 br {
    display: none; }

  #uslugi .col-2 img {
    width: auto; }

  #cases .case {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 400px; }

  #cases .content h2 {
    font-size: 40px; }

  #cases .content p {
    font-size: 26px; }

  #case #hero {
    height: 500px; }

  #case #hero .content {
    width: 90%; }

  #about #about-sec .line, #case .line {
    left: -156px; }

  #case-info .desc {
    width: 96%; }

  #case-photos .photo {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  .pictures_eyes_close {
    top: 80px;
    right: 36px;
    z-index: 205 !important; }

  .pictures_eyes_in img {
    max-height: 500px; }

  #case #member .wrap div {
    width: 70%;
    margin: 70px auto 0;
    height: auto; }

  #clients .wrap div {
    width: 50%; }

  #about #clients .wrap img {
    width: auto;
    margin: 0 auto;
    margin-bottom: 15px;
    display: block; }

  #about #clients .line {
    left: -120px; }

  #be-a-part #hero .content {
    width: 90%; }

  #be-a-part #member-2 .wrap h3 {
    width: 70%;
    font-size: 22px; }

  #be-a-part #personal-member .person-img {
    width: 60%; }

  #be-a-part #description .col {
    width: 100%; }

  #description img {
    width: 100%; }

  #register #hero .content {
    width: 90%; }

  #register .line {
    left: -120px;
    top: -40px; }

  #register #register-sec .desc {
    width: 90%; }

  #register #register-form .container {
    width: 90vw; }

  #register .col-1, #register .col-2 {
    width: 42.5vw; }

  #register input, #register select, #register textarea, #register label {
    font-size: 18px; }

  #register-form .col-4 {
    text-align: center; }

  #register .submit {
    margin: 0 auto; }

  #pokritie #search .container {
    width: 90vw; }

  #prom-gallery .pic {
    width: 49%;
    height: 310px;
    margin: 0 0 12px 0; }

  #prom-gallery .hover-slider-home .wrap p {
    font-size: 30px; }

  #prom-gallery .hover-slider-home .wrap p:first-of-type:after {
    top: -54%;
    background-size: 50px; }

  #zaqvi #list h3 {
    height: 90px; }

  #zaqvi #list .col-1 > div:nth-of-type(2), #zaqvi #list .col-2 > div:nth-of-type(2) {
    margin: 70px 0 70px 0; }

  #prom-gallery .pic img {
    width: 350px; }

  #pokritie #hero {
    background-position: center 70px;
    background-size: 178%; }

  footer {
    padding: 40px 12px 40px 12px; } }

  .modal-dialog{
    width: 85%;
    margin: 0 auto;
  }

@media screen and (max-width: 700px){
  .our-platform p{
    font-size: 18px;
    text-align: center;
  }

  #register .sec-1{
    display: block;
  }

  #register .col-1, #register .col-2{
    width: 100%;
  }

  #about #clients .wrap img{
    width: 75%;
  }
}

@media screen and (max-width: 560px) {
  /*HOME PAGE*/
  #main-nav .container li a:after {
    bottom: -7%; }

  .active-li {
    padding: 0px 0 10px 0; }

  header, #main-nav {
    height: 80px; }

  #nav-icon4 {
    width: 40px;
    margin: 16px 0 0 0; }

  #nav-icon4 span:nth-child(2) {
    top: 22px; }

  #nav-icon4 span:nth-child(3) {
    top: 36px; }

  #nav-icon4.open span:nth-child(3) {
    top: 34px; }

  .load div {
    text-align: center; }

  .load img {
    width: 70%;
    margin: 0 auto;
    height: auto; }

  .logo {
    width: 100px; }

  #home #hero, #about #hero, #be-a-part #hero, #zaqvi #hero, #register #hero {
    height: 450px; }

  #pokritie #hero {
    height: 350px;
    background-size: 190%;
    background-position: center 50px; }

  #home #hero {
    background-size: 260%; }

  #home #hero .btns {
    width: 95%; }

  #home #hero .btns .btn {
    width: 140px;
    line-height: 40px;
    font-size: 16px; }

  #home #hero .btn:first-of-type {
    margin: 0 auto;
    display: block;
    width: 152px; }

  .btn {
    width: 210px;
    line-height: 46px;
    font-size: 18px; }

  .btn-1e:hover:after {
    height: 105px;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(40deg);
    transform: translateX(-50%) translateY(-50%) rotate(40deg); }

  .line {
    left: -130px;
    font-size: 18px; }

  #our-team .desc, #about-us .desc, .pokritie .desc, #key .desc, #register .desc {
    font-size: 18px;
    line-height: 26px; }

  .slider {
    left: 20%; }

  .slider .pic {
    height: 250px;
    width: 250px; }

  .slider .slick-slide {
    margin: 0 3px 0 0; }

  .slider > div .pic {
    margin: 0 0 3px 0; }

  .slider .slick-next.slick-arrow {
    left: -14%; }

  .hover-slider-home{
    width: 250px;
    height: 250px;
  }

  .slider > div .pic:last-of-type{
    margin-bottom: 3px;
  }

  .hover-slider-home .wrap p {
    font-size: 24px; }

  .hover-slider-home .wrap p:first-of-type:after {
    background-size: 36px;
    right: -10%; }

  /* #ascrail2001 { left: 20px !important }*/
  #uslugi {
    padding: 80px 0 90px 0; }

  #uslugi .container {
    width: 90vw; }

  #uslugi .col-1 ul li {
    margin: 0px 0 18px 18px;
    font-size: 20px; }

  #uslugi .container:before {
    display: none; }

  #uslugi .col-2 p:first-of-type {
    text-align: center;
    margin: 0 0 50px 0; }

  #uslugi .col-2 img {
    display: block;
    margin: 0 auto 30px; }

  #case #hero {
    height: 450px; }

  #about h1, #be-a-part h1, #pokritie h1, #zaqvi h1, #register h1, #case h1 {
    font-size: 40px;
    line-height: 50px; }

  #about #hero img, #be-a-part #hero img, #pokritie img, #zaqvi #hero img, #register #hero img, #case #hero img {
    width: 42px; }

  #case #case-info .desc {
    line-height: 26px;
    font-size: 18px; }

  #case #member .wrap div {
    width: 90%; }

  #case #member .wrap h3 {
    font-size: 22px; }

  #case #member .wrap div p {
    width: 100%;
    font-size: 20px; }

  .line span {
    margin: 4px 0 0 0; }

  #about #about-sec .line, #case .line {
    left: -146px; }

  .pictures_eyes_close {
    right: 20px;
    top: 110px; }

  .picshade {
    height: 100vh !important; }

  .pictures_eyes_in .next {
    right: 10px; }

  .pictures_eyes_in .prev {
    left: 10px; }

  .pictures_eyes_in img {
    max-height: 400px; }

  #case-photos .photo {
    height: 350px; }

  #all-projects {
    padding: 30px 0 30px 0;
    background: #fff; }

  #zaqvi #member .wrap div {
    height: 230px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  #zaqvi #member .wrap img {
    margin: 34px 0 30px 0; }

  #zaqvi #list {
    padding: 80px 0 80px 0; }

  #zaqvi #list .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  #zaqvi #list .col-1, #zaqvi #list .col-2 {
    width: 100%; }

  #zaqvi #list h3 {
    height: auto; }

  #zaqvi #list .col-1 > div:nth-of-type(2), #zaqvi #list .col-2 > div:nth-of-type(2),
  #zaqvi #list .col-2 > div:last-of-type {
    margin: 0; }

  #zaqvi #list .col-1 > div:first-of-type, #zaqvi #list .col-2 > div:first-of-type,
  #zaqvi #list .col-1 > div:nth-of-type(2), #zaqvi #list .col-2 > div:nth-of-type(2),
  #zaqvi #list .col-1 > div:nth-of-type(3) {
    margin: 0 0 50px 0; }

  #be-a-part #register-btn, #connect-with-us {
    padding: 30px 0 30px 0; }

  #about #about-sec p {
    width: 96%;
    font-size: 17px;
    line-height: 25px;
    margin: 0 0 20px 0; }

  #about #about-sec {
    padding: 60px 0 60px 0; }

  #about #clients {
    padding: 70px 0 60px 0; }

  #about #clients .wrap img {
    width: 70%; }

  #our-team .wrap, #about-us .wrap, .pokritie .wrap, #key .wrap, #register-sec .wrap, #case-info .wrap {
    margin: 0 0 40px 0; }

  #be-a-part #member .wrap div {
    height: 190px; }

  #be-a-part #member .wrap h3 {
    font-size: 24px;
    width: 60%;
    margin: 0 auto; }

  #be-a-part #member h2 {
    font-size: 30px;
    margin: 0 0 30px 0; }

  #be-a-part #member-2 .wrap div {
    width: 100%; }

  #be-a-part #member-2 .wrap div:nth-of-type(3) {
    margin: 0 0 100px 0; }

  #be-a-part #personal-member .person-img {
    width: 100%;
    right: 0; }

  #be-a-part #personal-member p:first-of-type:before {
    left: -8%;
    top: -17%; }

  #be-a-part #personal-member p:last-of-type:after {
    bottom: 10%;
    right: -8%; }

  #be-a-part #description h2 {
    width: 90%; }

  #be-a-part #personal-member p {
    font-size: 20px;
    line-height: 26px; }

  #be-a-part #description p {
    line-height: 26px;
    font-size: 20px; }

  #our-team, #about-us, .pokritie, #key, #register-sec, #case-info {
    padding: 40px 0 0 0; }

  #register {
    padding: 0 0 60px 0; }

  #register .line {
    left: -130px; }

  #register input, #register select {
    height: 42px;
    margin: 0 0 16px 0; }

  #register input, #register select, #register textarea, #register label {
    font-size: 15px; }

  #register form #last-name, #register form #pass {
    margin: 0 0 50px 0; }

  #register form #confirm-pass {
    margin: 0px 0 166px 0; }

  #register label[for="exp"] {
    margin: 30px 0 12px 0; }

  #register label[for="prof-pic"] {
    margin: 30px 0 0 0; }

  #register .add-file {
    width: 37.5vw;
    margin: 7px 0 0 0; }

  #register .val {
    font-size: 12px;
    margin: 0 0 0 20px; }

  #register .terms-wrap {
    margin: 30px 0 20px 0; }

  #register .submit {
    width: 90%;
    margin: 30px auto 0; }

  #pokritie .form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  #pokritie .form-wrap .inputs-wrap:first-of-type {
    width: 70%;
    margin: 0 auto; }

  #pokritie .form-wrap .inputs-wrap {
    width: 70%;
    margin: 0 auto; }

  #pokritie .submit-wrap input {
    margin: 30px auto 0; }

  #prom-gallery .wrap-sec {
    padding: 0 10px 30px 10px; }

  #prom-gallery .pic {
    height: 190px;
    width: 49%;
    margin: 0 0 6px 0; }

  #prom-gallery .pic img {
    width: 100%; }

  #prom-gallery .hover-slider-home .wrap p {
    font-size: 20px; }

  .hover-slider-home .wrap {
    margin: 50px auto; }

  #prom-gallery .hover-slider-home .wrap p:first-of-type:after {
    background-size: 30px; }

  footer .soc-menu ul {
    width: 100%;
    display: block; }

  footer .soc-menu ul li {
    width: 48%; }

  footer .soc-menu ul li:first-of-type,
  footer .soc-menu ul li:nth-of-type(2) {
    margin: 0 0 12px 0; }

  footer .soc-menu {
    margin: 0px 0 18px 0; }

  footer .info p br {
    display: block; }

  footer .info p {
    margin: 0; } }

  .modal-body h1{
    font-size: 20px;
  }

  .modal-body h2{
    font-size: 17px;
  }

  .modal-body p{
    font-size: 15px;
  }

@media screen and (max-width: 425px){
  .slider{
    margin-left: 5px;
  }

  .slider .pic{
    width: 190px;
    height: 190px;
  }

  .slider img{
    width: 190px;
    height: 190px;
  }

  .hover-slider-home{
    width: 190px;
    height: 190px;
  }

  .hover-slider-home .wrap{
    margin: 14px auto;
  }

  .hover-slider-home .wrap p{
    font-size: 22px;
  }

  .our-platform .row{
    width: 90%;
  }

  .our-platform .vertical-line{
    left: -100px;
  }

  .our-platform p{
    padding: 5px 0;
  }

  .modal-body h1{
    font-size: 16px;
    margin-bottom: 30px;
  }

  .modal-body h2{
    font-size: 15px;
  }

  .modal-body p{
    font-size: 13px;
  }
}

@media screen and (max-width: 420px) {
  #pokritie #hero {
    height: 310px;
    background-size: 230%;
    background-position: center -10px; }

  #home #hero {
    background-size: 340%; } }

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


a.my-tool-tip, a.my-tool-tip:hover, a.my-tool-tip:visited {
    color: black;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}


/* Vex modal login */

.form-inline {
  display: inline-block;
  margin-bottom: 15px;
  width: 44%;
}
.vex.vex-theme-os .vex-dialog-form .vex-dialog-input .form-inline .input-modal{
  background: transparent;
  border-bottom: 1px solid #999;
  color: #999;
  border-radius: 0;
  padding-left: 0;
}

@media screen and (max-width: 375px){
  .slider .pic{
    width: 165px;
    height: 165px;
  }

  .slider img{
    width: 165px;
    height: 165px;
  }

  .hover-slider-home{
    width: 165px;
    height: 165px;
  }

  .hover-slider-home .wrap{
    margin: 14px auto;
  }

  .hover-slider-home .wrap p{
    font-size: 20px;
  }

  #case h2{
    font-size: 40px;
  }
}

@media screen and (max-width: 320px){
  .home-slider{
    margin: 0 0 60px -25px;
  }

  .slider{
    margin: 0 auto;
  }

  .slider .pic{
    width: 140px;
    height: 140px;
  }

  .slider img{
    width: 140px;
    height: 140px;
  }

  .hover-slider-home{
    width: 140px;
    height: 140px;
  }

  .hover-slider-home .wrap p{
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) and (orientation : landscape){
  #main-nav .container ul{
    line-height: 50px;
    position: fixed;
    overflow-y: scroll;
    top: 80px;
    bottom: 0;
  }
}

html{
  overflow-x: hidden;
}

body{
  overflow-x: hidden;
}

.profile-label{
    margin:0px!important;
    font-size:18px!important;
    color:black!important;
}

.fee-rows {
    font-size: 27px;
    color: #808080;
    font-family: 'Gilroy-Medium';
}

.fee-request-info {
    font-size: 27px;
    font-family: 'Gilroy-Medium';
}

.fee-request-info-value {
    color: #404040;    
}

.fee-request-info-label {
    color: #808080;    
}
.swal2-container {
  z-index: 1112;
}