@charset "UTF-8";
@import "../fonts/fonts.css";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  line-height: 1;
  
}

@keyframes img-animation {
  0% {
    left: -100px;
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@keyframes img-animation2 {
  0% {
    right: -50px;
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    right: 0px;
    opacity: 1;
  }
}
@keyframes text-animation {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#Home {
  background: url(../img/home_bg.jpg) center/cover;
  background-repeat: no-repeat;
}
#Home #menu__toggle {
  opacity: 0;
}
#Home #menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#Home #menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#Home #menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#Home #menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}
#Home .menu__btn {
  display: none;
}
@media screen and (max-width: 995px) {
  #Home .menu__btn {
    display: flex;
    align-items: center;
    position: fixed;
    top: 20px;
    left: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
  }
  #Home header {
    width: 100%;
    background-color: black;
    height: 60px;
    position: fixed;
    z-index: 1500;
  }
}
#Home .menu__btn > span,
#Home .menu__btn > span::before,
#Home .menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: white;
  transition-duration: 0.25s;
}
#Home .menu__btn > span::before {
  content: "";
  top: -8px;
}
#Home .menu__btn > span::after {
  content: "";
  top: 8px;
}
#Home .menu__box {
  padding-top: 25px;
  max-width: 1430px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#Home .menu__item {
  display: block;
  padding: 5px 25px;
  color: white;
  font-family: "Popins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: 0.25s;
}
#Home .menu_items {
  display: flex;
}
#Home .menu__item:hover {
  color: #32A4D6;
}
#Home .soc_link {
  font-family: "Popins", sans-serif;
  text-align: right;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 995px) {
  #Home .menu__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 30px 0;
    list-style: none;
    background-color: #32A4D6;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
    transition-duration: 0.25s;
  }
  #Home .hamburger-menu {
    display: flex;
    justify-content: center;
  }
  #Home .menu_items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #Home .menu__item {
    display: block;
    padding: 20px 24px;
    color: white;
    font-family: "Popins", sans-serif;
    font-size: 35px;
    font-weight: 600;
    text-decoration: none;
  }
  #Home .menu__item:hover {
    color: black;
  }
  #Home .soc_link {
    text-align: center;
    font-weight: 400;
    font-size: 35px;
  }
}
#Home .Home_container {
  max-width: 1430px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1370px) {
  #Home .Home_container {
    max-width: 1032px;
  }
}
#Home .Home_container .Home_box-1 {
  padding-top: 60px;
  display: flex;
}
@media screen and (max-width: 1370px) {
  #Home .Home_container .Home_box-1 {
    padding-top: 0px;
  }
}
@media screen and (max-width: 995px) {
  #Home .Home_container .Home_box-1 {
    padding-top: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#Home .Home_container .Home_box-1 .Home_logo {
  opacity: 0;
  position: relative;
  margin-left: -50px;
  animation: img-animation 1s linear forwards;
}
@media screen and (max-width: 995px) {
  #Home .Home_container .Home_box-1 .Home_logo {
    margin-left: 0px;
  }
}
#Home .Home_container .Home_box-1 .Home_logo .home_svg {
  padding-right: 0px 15px;
  width: 942px;
}
@media screen and (max-width: 1370px) {
  #Home .Home_container .Home_box-1 .Home_logo .home_svg {
    width: 640px;
  }
}
@media screen and (max-width: 995px) {
  #Home .Home_container .Home_box-1 .Home_logo .home_svg {
    margin-left: 0px;
  }
}
@media screen and (max-width: 650px) {
  #Home .Home_container .Home_box-1 .Home_logo .home_svg {
    width: 350px;
  }
}
#Home .Home_container .Home_box-1 .Home_animation {
  width: 305px;
  height: 500px;
  padding-left: 50px;
}
#Home .Home_container .Home_box-1 .Home_animation .particles {
  width: 305px;
  height: 335px;
}
@media screen and (max-width: 995px) {
  #Home .Home_container .Home_box-1 .Home_animation {
    display: none;
  }
}
#Home .Home_container .Home_box-2 {
  width: 100%;
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 1370px) {
  #Home .Home_container .Home_box-2 {
    padding-right: 0px;
  }
}
@media screen and (max-width: 995px) {
  #Home .Home_container .Home_box-2 {
    justify-content: center;
    align-items: center;
  }
}
#Home .Home_container .Home_box-2 .Home_title {
  position: relative;
  opacity: 0;
  max-width: 1000px;
  padding: 70px 10px 0px 10px;
  font-family: "Popins", sans-serif;
  font-size: 46px;
  color: white;
  line-height: 1.5;
  animation: img-animation2 1s linear forwards;
  animation-delay: 1s;
}
@media screen and (max-width: 1370px) {
  #Home .Home_container .Home_box-2 .Home_title {
    font-size: 36px;
    padding: 0px 10px 0px 10px;
  }
}
@media screen and (max-width: 995px) {
  #Home .Home_container .Home_box-2 .Home_title {
    text-align: center;
    font-size: 32px;
  }
}
@media screen and (max-width: 788px) {
  #Home .Home_container .Home_box-2 .Home_title {
    text-align: center;
    font-size: 28px;
  }
}
#Home .Home_container .Home_box-2 .Home_box-2_buttons {
  position: relative;
  opacity: 0;
  padding-top: 100px;
  padding-bottom: 50px;
  margin-right: 100px;
  animation: img-animation2 1s linear forwards;
  animation-delay: 1s;
}
@media screen and (max-width: 995px) {
  #Home .Home_container .Home_box-2 .Home_box-2_buttons {
    padding-left: 0px;
    margin-right: 0px;
  }
}
#Home .Home_container .Home_box-2 .Home_box-2_buttons button {
  margin-bottom: 50px;
  margin-left: 20px;
  width: 150px;
  height: 50px;
  font-family: "Popins", sans-serif;
  font-size: 16px;
  font-weight: 800;
}
#Home .Home_container .Home_box-2 .Home_box-2_buttons #Home_button-1 {
  border: 1px solid #32A4D6;
  color: white;
  background-color: #32A4D6;
  cursor: pointer;
}
#Home .Home_container .Home_box-2 .Home_box-2_buttons #Home_button-1 a {
  text-decoration: none;
  color: white;
}
#Home .Home_container .Home_box-2 .Home_box-2_buttons #Home_button-1:focus {
  outline: none;
}
#Home .Home_container .Home_box-2 .Home_box-2_buttons #Home_button-1:hover {
  border-color: white;
  background-color: white;
  color: black;
  transition: 0.5s;
}
#Home .Home_container .Home_box-2 .Home_box-2_buttons #Home_button-2 {
  border: 1px solid white;
  color: black;
  background-color: white;
  cursor: pointer;
}
#Home .Home_container .Home_box-2 .Home_box-2_buttons #Home_button-2 a {
  text-decoration: none;
  color: black;
}
#Home .Home_container .Home_box-2 .Home_box-2_buttons #Home_button-2:hover {
  border-color: #32A4D6;
  background-color: #32A4D6;
  color: white;
  transition: 0.5s;
}

#About-us {
  max-width: 1430px;
  margin: 0 auto;
  padding-top: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 1370px) {
  #About-us {
    max-width: 1032px;
  }
}
@media screen and (max-width: 995px) {
  #About-us {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#About-us .About-us_box-1 {
  padding: 0px 0px 0px 70px;
}
@media screen and (max-width: 1370px) {
  #About-us .About-us_box-1 {
    padding: 0px 0px 0px 30px;
  }
}
@media screen and (max-width: 995px) {
  #About-us .About-us_box-1 {
    width: 100%;
    padding: 0px 0px 0px 0px;
  }
}
#About-us .About-us_box-1 .About-us_img {
  opacity: 0;
  margin-top: -200px;
  z-index: 500;
  position: relative;
  width: 487px;
  height: 487px;
  padding: 0px 15px 0px 15px;
  background: url(../img/About-us_img.jpg) center/cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 995px) {
  #About-us .About-us_box-1 .About-us_img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 625px) {
  #About-us .About-us_box-1 .About-us_img {
    width: 350px;
    height: 350px;
  }
}
#About-us .About-us_box-1 .About-us_title {
  opacity: 0;
  z-index: 600;
  position: relative;
  margin-top: -70px;
  margin-left: 25px;
  font-family: "Popins", sans-serif;
  font-size: 82px;
  color: black;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (max-width: 1370px) {
  #About-us .About-us_box-1 .About-us_title {
    margin-top: -40px;
    font-size: 56px;
  }
}
@media screen and (max-width: 995px) {
  #About-us .About-us_box-1 .About-us_title {
    margin-top: -35px;
    text-align: center;
    font-size: 50px;
  }
}
#About-us .About-us_box-2 {
  padding: 100px 70px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1370px) {
  #About-us .About-us_box-2 {
    padding: 90px 30px 0px 0px;
  }
}
@media screen and (max-width: 995px) {
  #About-us .About-us_box-2 {
    width: 100%;
    padding: 60px 0px 0px 0px;
  }
}
#About-us .About-us_box-2 .About-us_logo {
  position: relative;
  opacity: 0;
  padding: 50px 50px 0px 15px;
}
@media screen and (max-width: 995px) {
  #About-us .About-us_box-2 .About-us_logo {
    padding: 50px 0px 0px 0px;
  }
}
#About-us .About-us_box-2 .About-us_text {
  opacity: 0;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  max-width: 800px;
  font-size: 20px;
  padding: 50px 15px 0px 15px;
  line-height: 1.5;
}
#About-us .About-us_box-2 .About-us_text p {
  padding-top: 30px;
}
#About-us .About-us_box-2 .About-us_text ul {
  padding-left: 15px;
}
#About-us .About-us_box-2 .About-us_text li {
  padding-top: 10px;
}
#About-us .About-us_box-2 .About-us_text .About-us_text_bold {
  font-weight: 600;
}
@media screen and (max-width: 1370px) {
  #About-us .About-us_box-2 .About-us_text {
    font-size: 20px;
    max-width: 550px;
  }
}
@media screen and (max-width: 995px) {
  #About-us .About-us_box-2 .About-us_text {
    font-size: 18px;
    text-align: center;
    padding: 20px 15px 0px 15px;
  }
}
#About-us .About-us_box-2 .About-us_button {
  position: relative;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-top: 100px;
  margin-bottom: 15px;
  width: 150px;
  height: 50px;
  font-family: "Popins", sans-serif;
  font-size: 16px;
  font-weight: 800;
  border: 3px solid black;
  color: black;
  background-color: white;
  cursor: pointer;
}
@media screen and (max-width: 995px) {
  #About-us .About-us_box-2 .About-us_button {
    margin-top: 20px;
  }
}
#About-us .About-us_box-2 .About-us_button:focus {
  outline: none;
}
#About-us .About-us_box-2 .About-us_button:hover {
  border-color: #32A4D6;
  background-color: #32A4D6;
  color: white;
  transition: 0.5s;
}

#Services {
  padding-top: 80px;
}
#Services .services_container-1 {
  width: 100%;
  background-color: #051623;
}
#Services .services_container-1 .services_container-1_title {
  opacity: 0;
  text-align: center;
  font-family: "Popins", sans-serif;
  font-size: 50px;
  padding: 50px 15px 50px 15px;
  color: white;
}
@media screen and (max-width: 1370px) {
  #Services .services_container-1 .services_container-1_title {
    font-size: 36px;
  }
}
@media screen and (max-width: 452px) {
  #Services .services_container-1 .services_container-1_title {
    font-size: 30px;
  }
}
#Services .services_container-2 {
  max-width: 1430px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1370px) {
  #Services .services_container-2 {
    max-width: 1032px;
  }
}
#Services .services_container-2 .services_container-2_box-title {
  opacity: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  border: 3px solid black;
}
@media screen and (max-width: 995px) {
  #Services .services_container-2 .services_container-2_box-title {
    display: none;
  }
}
#Services .services_container-2 .services_container-2_box-title .services_container-2_title {
  padding: 35px 15px 35px 15px;
  font-family: "Popins", sans-serif;
  font-size: 42px;
  color: #32A4D6;
  font-weight: 800;
}
#Services .services_container-2 .services_container-2_box-title .Direction2 {
  color: black;
}
#Services .services_container-2 .services_container-2_wraper {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 995px) {
  #Services .services_container-2 .services_container-2_wraper {
    flex-direction: column;
    justify-content: center;
  }
}
#Services .services_container-2 .services_container-2_wraper .services_container-2_box {
  width: 25%;
  border-top: none;
  border: 1px solid lightgray;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 536px;
}
@media screen and (max-width: 995px) {
  #Services .services_container-2 .services_container-2_wraper .services_container-2_box {
    width: 100%;
  }
}
#Services .services_container-2 .services_container-2_wraper .services_container-2_box .services_container-2_box_title {
  display: none;
  padding: 25px 15px 25px 15px;
  font-family: "Popins", sans-serif;
  font-size: 42px;
  color: #32A4D6;
  font-weight: 800;
}
@media screen and (max-width: 995px) {
  #Services .services_container-2 .services_container-2_wraper .services_container-2_box .services_container-2_box_title {
    display: block;
  }
}
#Services .services_container-2 .services_container-2_wraper .services_container-2_box .services_container-2_box_text-1 {
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
  padding-top: 35px;
  font-size: 20px;
  color: gray;
  line-height: 1, 5;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 995px) {
  #Services .services_container-2 .services_container-2_wraper .services_container-2_box .services_container-2_box_text-1 {
    max-width: 100%;
    text-align: center;
  }
}
#Services .services_container-2 .services_container-2_wraper .services_container-2_box .services_container-2_box_text-2 {
  position: relative;
  padding: 0px 15px 0px 15px;
  width: 220px;
  margin: 0 auto;
  font-size: 16px;
  color: black;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 995px) {
  #Services .services_container-2 .services_container-2_wraper .services_container-2_box .services_container-2_box_text-2 {
    width: 70%;
    text-align: center;
    padding: 10px 40px 0px 40px;
  }
}
#Services .services_container-2 .services_container-2_wraper .services_container-2_box .services_container-2_box_text-2 .services_container-2_box_text-2_svg {
  position: absolute;
  left: -15px;
}
@media screen and (max-width: 995px) {
  #Services .services_container-2 .services_container-2_wraper .services_container-2_box .services_container-2_box_text-2 .services_container-2_box_text-2_svg {
    left: 10px;
  }
}
#Services .services_container-2 .services_container-2_wraper .services_container-2_box .services_container-2_box_text-first {
  padding-top: 85px;
}
#Services .services_container-2 .services_container-2_wraper .services_container-2_box .Direction2 {
  color: black;
}
#Services .services_container-2 .services_container-2_wraper .services_container-2_box .services_container-2_box_button {
  margin-top: 50px;
  margin-bottom: 70px;
  width: 150px;
  height: 50px;
  font-family: "Popins", sans-serif;
  font-size: 16px;
  font-weight: 800;
  border: 3px solid black;
  color: black;
  background-color: white;
  cursor: pointer;
}
#Services .services_container-2 .services_container-2_wraper .services_container-2_box .services_container-2_box_button a {
  color: black;
  text-decoration: none;
}
#Services .services_container-2 .services_container-2_wraper .services_container-2_box .services_container-2_box_button:focus {
  outline: none;
}
@media screen and (max-width: 995px) {
  #Services .services_container-2 .services_container-2_wraper .services_container-2_box .services_container-2_box_button {
    margin-top: 50px;
  }
}
#Services .services_container-2 .services_container-2_wraper .services_container-2_box .services_container-2_box_button:hover {
  border-color: #32A4D6;
  background-color: #32A4D6;
  color: white;
  transition: 0.5s;
}

footer {
  background-color: #051623;
  padding-top: 50px;
  padding-bottom: 75px;
}
footer .foter_wraper {
  max-width: 1430px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
@media screen and (max-width: 995px) {
  footer .foter_wraper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
footer .foter_wraper .footer_container-1 {
  padding: 0px 15px 0px 15px;
}
@media screen and (max-width: 995px) {
  footer .foter_wraper .footer_container-1 {
    text-align: center;
  }
}
footer .foter_wraper .footer_container-1 .footer_container-1_text-1 {
  font-family: "Popins", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #cccccc;
}
footer .foter_wraper .footer_container-1 .footer_container-1_mail {
  padding-top: 20px;
  font-family: "Popins", sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 1370px) {
  footer .foter_wraper .footer_container-1 .footer_container-1_mail {
    font-size: 46px;
  }
}
@media screen and (max-width: 486px) {
  footer .foter_wraper .footer_container-1 .footer_container-1_mail {
    font-size: 30px;
  }
}
footer .foter_wraper .footer_container-1 .footer_container-1_text-2 {
  max-width: 500px;
  padding-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #cccccc;
}
footer .foter_wraper .footer_container-2 {
  padding: 0px 15px 0px 15px;
}
@media screen and (max-width: 995px) {
  footer .foter_wraper .footer_container-2 {
    padding: 50px 15px 0px 15px;
    text-align: center;
  }
}
footer .foter_wraper .footer_container-2 .footer_container-2_text-1 {
  font-family: "Popins", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #cccccc;
}
footer .foter_wraper .footer_container-2 .footer_container-2_text-2 {
  max-width: 500px;
  padding-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #cccccc;
}

#Partners .Partners_title {
  padding: 50px 15px 50px 15px;
  font-family: "Popins", sans-serif;
  font-size: 50px;
  text-align: center;
  color: white;
  background-color: #051623;
}
#Partners .Partners_container {
  max-width: 1430px;
  padding: 0px 40px 0px 40px;
  margin: 0 auto;
}
#Partners .Partners_container .Partners_slick_item {
  padding: 0px;
  width: 350px;
  height: 260px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Partners .Partners_container .Partners_slick_item:focus {
  outline: none;
}
#Partners .Partners_container .Partners_slick_item1 {
  background: url(../img/0.png) center;
  background-repeat: no-repeat;
  background-size: contain;
}
#Partners .Partners_container .Partners_slick_item2 {
  background: url(../img/3DQtEXa2.png) center;
  background-repeat: no-repeat;
  background-size: contain;
}
#Partners .Partners_container .Partners_slick_item3 {
  background: url(../img/фдеукупщ.png) center;
  background-repeat: no-repeat;
  background-size: contain;
}
#Partners .Partners_container .Partners_slick_item4 {
  background: url(../img/Ago-ra_it_Consulting.png) center;
  background-repeat: no-repeat;
  background-size: contain;
}
#Partners .Partners_container .Partners_slick_item5 {
  background: url(../img/arviai.jpeg) center;
  background-repeat: no-repeat;
  background-size: contain;
}
#Partners .Partners_container .Partners_slick_item6 {
  background: url(../img/download.png) center;
  background-repeat: no-repeat;
  background-size: contain;
}
#Partners .Partners_container .Partners_slick_item7 {
  background: url(../img/eliza_software.png) center;
  background-repeat: no-repeat;
  background-size: contain;
}
#Partners .Partners_container .Partners_slick_item8 {
  background: url(../img/Evry_logo_RGB_PPT.png) center;
  background-repeat: no-repeat;
  background-size: contain;
}
#Partners .Partners_container .Partners_slick_item9 {
  background: url(../img/infopulse-vector-logo.png) center;
  background-repeat: no-repeat;
  background-size: contain;
}
#Partners .Partners_container .Partners_slick_item10 {
  background: url(../img/KSE.png) center;
  background-repeat: no-repeat;
  background-size: contain;
}
#Partners .Partners_container .Partners_slick_item11 {
  background: url(../img/luxia.png) center;
  background-repeat: no-repeat;
  background-size: contain;
}
#Partners .Partners_container .Partners_slick_item12 {
  background: url(../img/sofgroup.png) center;
  background-repeat: no-repeat;
  background-size: contain;
}
#Partners .Partners_container .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 0px;
  cursor: pointer;
  border: none;
}
#Partners .Partners_container .slick-arrow:focus {
  outline: none;
}
#Partners .Partners_container .slick-prev {
  top: 80px;
  left: -40px;
  background: url(../img/Partners_arrow-prev.svg) center;
  background-repeat: no-repeat;
}
#Partners .Partners_container .slick-next {
  top: 80px;
  right: -40px;
  background: url(../img/Partners_slick-arrow-next.svg) center;
  background-repeat: no-repeat;
}