@font-face {
  font-family: "font";
  src: url(/assets/fonts/ClashDisplay_Complete/Fonts/Variable/ClashDisplay-Variable.ttf);
}
@font-face {
  font-family: "font2";
  src: url(/assets/fonts/ClashGrotesk_Complete/Fonts/Variable/ClashGrotesk-Variable.ttf);
}
* {
  scroll-behavior: smooth;
  transition: all 0.2s ease;
}

body {
  margin: 0;
  padding: 0;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 10000000;
}
header .nav {
  border-bottom: 1px solid black;
}
header .nav .active-link {
  background-color: rgba(0, 130, 255, 0.1019607843) !important;
}
header .nav .nav-link {
  padding: 25px 20px;
  font-weight: 500;
}
header .nav .nav-link:hover {
  text-decoration: none;
  background-color: #F5F5F5;
  color: #000000;
}
header .nav .nav-link:focus {
  color: #000000;
}
header .nav .reg:not(:last-child) {
  margin-right: 25px;
}
header .nav .reg span {
  padding-left: 10px;
}
header .nav a {
  display: inline-block;
  color: black;
  font-size: 16px;
  font-weight: 500;
  font-family: "font";
}
header .nav a .logo {
  height: 32px;
}
header .nav a .services_icons {
  height: 14px;
}
header .nav a .services_icons2 {
  height: 12px;
}

main .title {
  padding-top: 24px;
  border-bottom: 1px solid black;
  padding-bottom: 15px;
}
main .title .title_h2 {
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 11px;
  font-family: "font";
  margin: 0;
}
main .title .title_p {
  font-size: 24px;
  font-weight: 300;
  padding: 10px 0 5px 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.7490196078);
  font-family: "font2";
  letter-spacing: 5px;
}
main .face {
  padding-top: 200px;
  margin-bottom: 126px;
}
main .face h1 {
  font-family: "font";
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 48px;
  font-weight: 500;
  margin: 0;
}
main .face .pad_p {
  font-family: "font";
  background-color: #0082FF;
  display: inline-block;
  padding: 16px;
  font-size: 32px;
  font-weight: 400;
  margin: 20px 0 30px 0;
  border-radius: 2px;
  color: white;
  text-transform: lowercase;
}
main .face .face_text {
  font-family: "font2";
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7490196078);
}
main .face .face_btn {
  color: white;
  background-color: black;
  border-radius: 2px;
  font-family: "font";
  font-size: 16px;
  font-weight: 500;
  border: 1px solid black;
  margin-top: 30px;
  display: inline-block;
  padding: 12px 24px 12px 24px;
}
main .face .face_btn .arrow_black {
  display: none;
}
main .face .face_btn:hover {
  background-color: white;
  color: black;
}
main .face .face_btn:hover .arrow_white {
  display: none;
}
main .face .face_btn:hover .arrow_black {
  display: inline-block;
}
main .face .face_btn img {
  padding-left: 15px;
}
main .face .face_block {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 50% 40%;
  grid-template-rows: auto;
  grid-template-areas: "face_child1 face_child3" "face_child2 face_child3";
}
main .face .face_block_child1 {
  grid-area: face_child1;
}
main .face .face_block_child2 {
  grid-area: face_child2;
}
main .face .face_block_child3 {
  grid-area: face_child3;
}
main .services {
  margin-bottom: 126px;
}
main .services .services_block {
  margin-top: 100px;
}
main .services .services_block .btn_serv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: black;
  font-weight: 400;
  font-size: 18px;
  font-family: "font";
  background-color: white;
  border: none;
  border-bottom: 1px solid black;
  width: 526px;
  text-align: left;
  padding: 15px;
}
main .services .services_block .btn_serv .arrow {
  display: none;
}
main .services .services_block .btn_serv:hover {
  background: linear-gradient(0deg, rgba(0, 130, 255, 0.1), rgba(0, 130, 255, 0.1));
  font-weight: 500;
  border-bottom: 1px solid #0082FF;
}
main .services .services_block .btn_serv:hover .arrow {
  display: inline-block;
}
main .services .services_block .btn-active {
  background: linear-gradient(0deg, rgba(0, 130, 255, 0.1), rgba(0, 130, 255, 0.1));
  font-weight: 500;
  border-bottom: 1px solid #0082FF;
}
main .services .services_block .btn-active .arrow {
  display: inline-block;
}
main .services .services_block .filter-single {
  display: none;
}
main .services .services_block .active {
  display: flex;
}
main .services .services_block p {
  font-size: 18px;
  font-weight: 500;
  font-family: "font";
  margin-top: 10px;
}
main .services .services_block .soc {
  color: rgba(0, 0, 0, 0.7490196078);
  font-size: 16px;
  font-weight: 400;
  font-family: "font";
}
main .services .services_accordion {
  display: none;
  margin-top: 30px;
}
main .services .services_accordion p {
  font-size: 18px;
  font-weight: 500;
  font-family: "font";
  margin-top: 10px;
}
main .services .services_accordion .soc {
  color: rgba(0, 0, 0, 0.7490196078);
  font-size: 16px;
  font-weight: 400;
  font-family: "font";
}
main .services .services_accordion .accordion-button {
  color: black;
  font-weight: 400;
  font-size: 18px;
  font-family: "font";
  background-color: white;
  border: none;
  border-bottom: 1px solid black;
}
main .services .services_accordion .accordion-button::after {
  display: none;
}
main .services .services_accordion .accordion-button .btn_img {
  padding: 10px 0 10px 0;
  margin-left: 10px;
  transform: rotate(90deg);
  display: none;
}
main .services .services_accordion .accordion-button:hover {
  background: linear-gradient(0deg, rgba(0, 130, 255, 0.1), rgba(0, 130, 255, 0.1));
  font-weight: 500;
  border-bottom: 1px solid #0082FF;
}
main .services .services_accordion .accordion-button:hover .btn_img {
  display: inline-block;
}
main .network {
  margin-bottom: 126px;
}
main .network .network_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 33vh;
}
main .network h4 {
  font-family: "font";
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 7px;
  margin-top: 15px;
}
main .network p {
  font-size: 20px;
  font-weight: 300;
  font-family: "font2";
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.7490196078);
}
main .network .network_btn {
  color: white;
  background-color: black;
  border-radius: 2px;
  font-family: "font";
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
  border: 1px solid black;
  padding: 12px 24px 12px 24px;
  transition: 0.3s;
}
main .network .network_btn .arrow_black {
  display: none;
}
main .network .network_btn:hover {
  background-color: white;
  color: black;
}
main .network .network_btn:hover .arrow_white {
  display: none;
}
main .network .network_btn:hover .arrow_black {
  display: inline-block;
}
main .network .network_btn img {
  margin-left: 15px;
}
main .network .network_block_all {
  margin-top: 100px;
}
main .network .net1 {
  background-image: url(/assets/img/net1.png);
}
main .network .net2 {
  background-image: url(/assets/img/net2.png);
}
main .about {
  margin-bottom: 126px;
}
main .about .about_block {
  margin-top: 100px;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 33% 55%;
  grid-template-rows: auto;
  grid-template-areas: "child1 child3" "child2 child3";
}
main .about .about_block img {
  margin-bottom: 50px;
}
main .about .about_block p {
  font-size: 16px;
  font-family: "font2";
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7490196078);
  margin: 0;
  padding-bottom: 15px;
}
main .about .about_bg {
  background-image: url(/assets/img/about.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
}
main .about .about_block_child1 {
  grid-area: child1;
}
main .about .about_block_child2 {
  grid-area: child2;
}
main .about .about_block_child3 {
  grid-area: child3;
}
main .contact {
  margin-bottom: 126px;
}
main .contact .contact_block {
  margin-top: 150px;
}
main .contact .contact_block h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "font";
}
main .contact .contact_block h5 {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0;
  font-family: "font2";
}
main .contact .contact_block h6 {
  font-size: 16px;
  font-weight: 400;
  color: black;
  font-family: "font2";
  margin: 0;
}
main .contact .contact_block p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7490196078);
  font-weight: 400;
  font-family: "font2";
  margin-top: 30px;
}
main .contact .contact_block li {
  color: rgba(0, 0, 0, 0.7490196078);
  font-family: "font2";
  font-size: 16px;
}
main .contact .contact_block li a {
  color: rgba(0, 0, 0, 0.7490196078);
  font-family: "font2";
  text-decoration: none;
  font-size: 16px;
}
main .contact .contact_block .contact_ul_mini {
  display: none;
}
main .contact .contact_block .contact_ul_mini .mail {
  font-family: "font2";
  color: #0082FF;
  font-size: 16px;
  display: inline-block;
  margin: 50px 0 255px 0;
}
main .contact .p_end {
  display: none;
}
main .contact .contact_form input {
  border: 1px solid #BFBFBF;
  padding: 10px;
}
main .contact .contact_form .is-valid {
  border: 1px solid #BFBFBF;
}
main .contact .contact_form .is-invalid {
  border-color: red;
}
main .contact .contact_form ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5019607843);
  font-size: 16px;
  font-weight: 300;
  font-family: "font2";
}
main .contact .contact_form ::placeholder {
  color: rgba(0, 0, 0, 0.5019607843);
  font-size: 16px;
  font-weight: 300;
  font-family: "font2";
}
main .contact .contact_form textarea {
  padding: 10px;
  border: 1px solid #BFBFBF;
  margin-top: 20px;
}
main .contact .contact_form .btn-dange {
  background-color: red;
  color: white;
  border-radius: 2px;
  font-family: "font";
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
  border: 1px solid black;
  padding: 12px 24px 12px 24px;
  transition: 0.3s;
}
main .contact .contact_form .btn-dange .arrow_black {
  display: none;
}
main .contact .contact_form .btn-dange:focus-visible {
  border: 1px solid black;
  outline: none;
}
main .contact .contact_form .btn-network {
  color: white;
  background-color: black;
  border-radius: 2px;
  font-family: "font";
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
  border: 1px solid black;
  padding: 12px 24px 12px 24px;
  transition: 0.3s;
  width: 200px;
  margin: 10px 12px;
}
main .contact .contact_form .btn-network .arrow_black {
  display: none;
}
main .contact .contact_form .btn-network:hover {
  background-color: white;
  color: black;
}
main .contact .contact_form .btn-network:hover .arrow_white {
  display: none;
}
main .contact .contact_form .btn-network:hover .arrow_black {
  display: inline-block;
}
main .contact .contact_form .btn-network img {
  margin-left: 15px;
}
main .contact .contact_form .input_bor:focus-visible {
  outline: 1px solid #000000;
}
main .end {
  margin-top: 150px;
  margin-bottom: 10px;
}

@media screen and (min-width: 100px) and (max-width: 1199px) {
  header nav .nav-link {
    padding: 25px 10px;
  }
  .services .services_block .btn_serv {
    width: 445px !important;
  }
}
@media screen and (min-width: 100px) and (max-width: 990px) {
  header nav {
    padding: 25px 0;
  }
  header nav .ul {
    display: none !important;
  }
  .services .services_block .btn_serv {
    width: 320px !important;
  }
}
@media screen and (min-width: 100px) and (max-width: 780px) {
  header .nav {
    padding: 25px 0;
  }
  header .nav .ul {
    display: none !important;
  }
  .face h1 {
    font-size: 36px !important;
    letter-spacing: 9px !important;
  }
  .face .pad_p {
    font-size: 24px !important;
  }
  .face .face_text {
    font-size: 16px !important;
  }
  .face .face_btn {
    font-size: 14px !important;
  }
  .face .face_block {
    grid-template-columns: 50% 40%;
    grid-template-rows: auto;
    grid-template-areas: "face_child1 face_child3" "face_child2 face_child2" !important;
  }
  .network .mt {
    margin-top: 50px;
  }
  .title_h2 {
    font-size: 36px !important;
    letter-spacing: 9px !important;
  }
  .about .about_block {
    grid-template-columns: 33% 55%;
    grid-template-rows: auto;
    grid-template-areas: "child1 child1" "child3 child3" "child2 child2" !important;
  }
  .about .about_block p {
    margin: 15px 0;
  }
  .contact .input_block {
    margin-top: 15px;
  }
  .contact .contact_ul {
    display: none;
  }
  .contact .contact_ul_mini {
    display: block !important;
  }
  .services .btn_serv {
    width: 276px !important;
  }
}
@media screen and (min-width: 100px) and (max-width: 768px) {
  .services .container .services_block {
    margin-top: 30px;
  }
  .services .container .row .btn_serv {
    width: 230px !important;
  }
  .contact .contact_block {
    margin-top: 50px;
  }
  .contact .contact_block .mail {
    margin: 0 !important;
  }
  .contact .input_block {
    margin-top: 15px;
  }
  .contact .contact_ul {
    display: none;
  }
  .contact .contact_ul_mini {
    display: block !important;
  }
  .contact .contact_form .btn-network {
    width: 95.5%;
  }
}
@media screen and (min-width: 100px) and (max-width: 575px) {
  header .nav .reg span {
    font-size: 14px !important;
    padding-left: 5px !important;
  }
  .face .face_block .pad h1 {
    font-size: 32px !important;
  }
  .services .container .services_block .btn_serv {
    width: 215px !important;
  }
  .services .container .services_block p {
    font-size: 16px !important;
  }
  .services .container .services_block .ul_serv {
    padding: 0;
  }
  .services .container .services_block .ul_serv li {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 100px) and (max-width: 430px) {
  .services .container .services_block .btn_serv {
    width: 180px !important;
  }
  .services .container .services_block p {
    font-size: 16px !important;
  }
  .services .container .services_block .ul_serv {
    padding: 0;
  }
  .services .container .services_block .ul_serv li {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 100px) and (max-width: 395px) {
  .face .face_block {
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas: "face_child3 face_child3" "face_child1 face_child1" "face_child2 face_child2" !important;
  }
}
@media screen and (min-width: 100px) and (max-width: 390px) {
  header .nav .ul {
    display: none !important;
  }
  header .nav span {
    display: none !important;
  }
  .title_h2 {
    font-size: 24px !important;
    letter-spacing: 5px !important;
  }
  .network .title_p {
    font-size: 18px !important;
    letter-spacing: 4px !important;
  }
  .network h4 {
    font-size: 20px !important;
    letter-spacing: 4px !important;
  }
  .network p {
    font-size: 18px !important;
    margin: 4px 0 !important;
  }
  .network .network_block_all {
    margin-top: 40px !important;
  }
  .network .network_btn {
    width: 100%;
    text-align: center;
    font-size: 14px !important;
  }
  .services_block {
    display: none !important;
  }
  .services_accordion {
    display: block !important;
  }
  .face {
    padding-top: 140px !important;
  }
  .face h1 {
    font-size: 32px !important;
    letter-spacing: 9px !important;
  }
  .face .img {
    margin-bottom: 20px;
  }
  .face .face_btn {
    font-size: 14px !important;
    text-align: center;
    width: 100%;
  }
  .face .face_block {
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas: "face_child3 face_child3" "face_child1 face_child1" "face_child2 face_child2" !important;
  }
  .title {
    margin-top: 30px !important;
  }
  .about .about_bg {
    height: 30vh;
  }
  .contact {
    margin-bottom: 24px !important;
  }
  .contact .contact_block {
    margin-top: 30px !important;
  }
  .contact .contact_block .mail {
    margin: 15px 0px 20px 0 !important;
  }
  .contact .contact_block .network_btn {
    width: 100%;
    text-align: center;
    font-size: 14px !important;
  }
  .contact .contact_block h4 {
    margin: 20px 0;
  }
  .contact .contact_block .p_pend {
    display: none;
  }
  .contact .contact_block .p_end {
    display: block !important;
  }
  .end {
    margin-top: 24px !important;
  }
}/*# sourceMappingURL=style.css.map */