::-webkit-scrollbar {
  width: 15px;
  background-color: #757575;
  border-radius: 4px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: #707070;
          box-shadow: #707070;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: #161616;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #000000;
  border-radius: 4px;
}

@media screen and (min-width: 1001px) {
  body .container-fluid {
    background-image: url(/WEB/images/contactUs1.png);
    padding-bottom: 230px;
  }
  body .container-fluid .contact {
    width: 250px;
    height: 250px;
  }
}

@media screen and (max-width: 1000px) {
  body .container-fluid {
    background: #0d0d0d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(11%, #0d0d0d), color-stop(77%, #171717), color-stop(92%, #212121));
    background: linear-gradient(180deg, #0d0d0d 11%, #171717 77%, #212121 92%);
    padding-bottom: 140px;
  }
  body .container-fluid .contact {
    width: 250px;
    height: 250px;
    margin-bottom: 40px;
  }
}

body .container-fluid h2 {
  text-align: center;
  padding-top: 10px;
  color: #e9e9e9;
}

body .container-fluid p {
  text-align: center;
  color: #b8b1b1;
  font-size: 20px;
}

body .container-fluid .col-lg-4 {
  margin-top: 10%;
}

body .container-fluid .col-lg-4 a {
  text-decoration: none;
}

body .container-fluid .col-lg-4 .contact {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  margin-left: auto;
  margin-right: auto;
}

body .container-fluid .col-lg-4 .contact p {
  margin-top: 8px;
  text-align: center !important;
}

body .container-fluid .col-lg-4 .email img {
  width: 250px;
  height: 250px;
}

body .container-fluid .col-lg-4 .instagram img {
  width: 250px;
  height: 250px;
}

body .container-fluid .col-lg-4 .telegram {
  border-radius: 50%;
}

body .container-fluid .col-lg-4 .telegram img {
  width: 260px;
  height: 260px;
}

@media screen and (min-width: 1000px) {
  body .container-fluid .col-lg-4 .contact:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media screen and (max-width: 1000px) {
  body .container-fluid .col-lg-4 .contact:hover {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
/*# sourceMappingURL=contactUs.css.map */