* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

.hidden_container {
  width: 100%;
  overflow: hidden;
}

.main_big_container {
  max-width: 1920px;
  margin: 0 auto;
}

.main_container {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 20px;
}

header {
  padding: 40px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
}
header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header .logo .burger {
  display: none;
}
header .header .logo a {
  text-decoration: none;
}
header .header .navbar_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 5;
}
header .header .navbar_right li {
  list-style: none;
  cursor: pointer;
}
header .header .navbar_right li a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #242424;
  margin-right: 84px;
}
header .header .navbar_right li:last-child {
  transition: 0.5s;
}
header .header .navbar_right li:last-child a {
  margin-right: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 64px;
  text-transform: uppercase;
  color: #ffffff;
  background: #126eec;
  padding: 20px 64px;
  white-space: nowrap;
  transition: 0.5s;
}
header .header .navbar_right li:last-child:hover a {
  background: #242424;
  color: #fff;
}
header .header .nvabar_mobile {
  display: none;
}

.inquiry_modal_wrapper {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 100;
  padding-top: 100px;
  display: none;
}
.inquiry_modal_wrapper .inquiry_modal {
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 80px 55px 80px;
}
.inquiry_modal_wrapper .inquiry_modal .modal_close {
  position: absolute;
  top: 23px;
  right: 26px;
  cursor: pointer;
}
.inquiry_modal_wrapper .inquiry_modal .modal_bg {
  top: 0;
  left: 0;
}
.inquiry_modal_wrapper .inquiry_modal .modal_bg2 {
  bottom: 0;
  right: 0;
}
.inquiry_modal_wrapper .inquiry_modal h1 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 59px;
  text-transform: uppercase;
  color: #242424;
}
.inquiry_modal_wrapper .inquiry_modal form {
  display: flex;
  margin-top: 30px;
}
.inquiry_modal_wrapper .inquiry_modal form input {
  display: block;
  padding: 20px 15px;
  outline: none;
  border: 1px solid #242424;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #242424;
}
.inquiry_modal_wrapper .inquiry_modal form input::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #242424;
  opacity: 0.5;
}
.inquiry_modal_wrapper .inquiry_modal form input:-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #242424;
  opacity: 0.5;
}
.inquiry_modal_wrapper .inquiry_modal form input::placeholder {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #242424;
  opacity: 0.5;
}
.inquiry_modal_wrapper .inquiry_modal form input:nth-child(2) {
  margin-left: 20px;
}
.inquiry_modal_wrapper .inquiry_modal form input:nth-child(3) {
  margin-left: 20px;
}
.inquiry_modal_wrapper .inquiry_modal form button {
  position: relative;
  z-index: 2;
  display: block;
  margin-left: 20px;
  padding: 20px 64px;
  border: none;
  background: #126eec;
  color: #fff;
  transition: 0.5s;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
}
.inquiry_modal_wrapper .inquiry_modal form button:hover {
  color: #fff;
  background: #242424;
}

.inquiry_modal_wrapper_active {
  display: block;
}

#home {
  background-color: #f5f5f5;
}
#home .main_big_container {
  position: relative;
}
#home .main_big_container .homeImg1 {
  top: -25px;
  left: -267px;
  max-width: 780px;
}
#home .main_big_container .homeImg2 {
  bottom: 230px;
  right: 511px;
}
#home .main_big_container .homeImg3 {
  bottom: 67px;
  right: -150px;
}
#home .main_big_container .mobileHomeImg3,
#home .main_big_container .mobileHomeImg2,
#home .main_big_container .mobileHomeImg1 {
  display: none;
}
#home .home {
  position: relative;
  z-index: 1;
  padding-top: 270px;
  padding-bottom: 50px;
  text-align: center;
}
#home .home .home_text {
  position: relative;
}
#home .home .home_text .home_logo {
  top: -70px;
  right: -10px;
}
#home .home .home_text .home_logo h1 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 100px;
  line-height: 141px;
  text-transform: uppercase;
  color: #242424;
  opacity: 0.05;
}
#home .home .home_text .home_text_in h1 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 94px;
  text-transform: uppercase;
  color: #242424;
  text-align: center;
  max-width: 1415px;
}
#home .home .home_text .home_button {
  display: inline-block;
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #242424;
  padding: 20px 40px;
  text-decoration: none;
  border: 2px solid #242424;
  transition: 0.5s;
}
#home .home .home_text .home_button:hover {
  background: #126eec;
  border: 2px solid transparent;
  color: #fff;
}
#home .home .home_network {
  margin-top: 150px;
  display: flex;
  justify-content: end;
  align-items: center;
}
#home .home .home_network a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  text-transform: uppercase;
  color: #242424;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: 0.5s;
}
#home .home .home_network a img {
  margin-left: 19px;
}
#home .home .home_network .facebook {
  margin-right: 180px;
}
#home .home .home_network .linkedin {
  margin-right: 180px;
}
#home .home .home_network .telegram {
  margin-right: 100px;
}
#home .home .home_network .modal_home {
  transition: 0.5s;
}
#home .home .home_network .modal_home img {
  cursor: pointer;
  transition: 0.5s;
}
#home .home .home_network .modal_home:hover img {
  transform: rotateX(360deg);
}

#servicess {
  background: #fff;
  position: relative;
  z-index: 2;
}
#servicess .main_big_container {
  position: relative;
}
#servicess .servicess_bg_img {
  z-index: 2;
  top: 274px;
  left: 0;
}
#servicess .main_container {
  margin: 0 auto;
}
#servicess .servicess {
  padding: 125px 0;
  margin: 0 auto;
}
#servicess .servicess .mobile_srvicess {
  display: none;
}
#servicess .servicess .title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 59px;
  text-transform: uppercase;
  color: #242424;
}
#servicess .servicess hr {
  max-width: 78px;
  color: #242424;
  background-color: #242424;
  height: 2px;
  display: block;
  margin: 15px 0 25px 0;
}
#servicess .servicess .servicess_card_wrapper {
  position: relative;
  z-index: 3;
}
#servicess .servicess .servicess_card_wrapper .servicess_card_top {
  margin: 0 auto;
  display: flex;
}
#servicess .servicess .servicess_card_wrapper .servicess_card_top .card2 {
  margin: 0 20px;
}
#servicess .servicess .servicess_card_wrapper .servicess_card_top .card_servisecc {
  position: relative;
  transition: 0.5s;
}
#servicess .servicess .servicess_card_wrapper .servicess_card_top .card_servisecc .card_text {
  position: absolute;
  bottom: 40px;
  left: 20px;
  max-width: 350px;
}
#servicess .servicess .servicess_card_wrapper .servicess_card_top .card_servisecc .card_text span {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 40px;
  display: block;
  opacity: 0;
  transition: 0.5s;
}
#servicess .servicess .servicess_card_wrapper .servicess_card_top .card_servisecc .card_text p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  white-space: nowrap;
}
#servicess .servicess .servicess_card_wrapper .servicess_card_top .card_servisecc .card_text img {
  float: right;
  transition: 0.5s;
}
#servicess .servicess .servicess_card_wrapper .servicess_card_top .card_servisecc:hover {
  filter: grayscale(100%);
}
#servicess .servicess .servicess_card_wrapper .servicess_card_top .card_servisecc:hover .card_text span {
  opacity: 1;
}
#servicess .servicess .servicess_card_wrapper .servicess_card_top .card_servisecc:hover .card_text img {
  transform: rotateY(360deg);
}
#servicess .servicess .servicess_card_wrapper .servicess_card_top .card_servisecc:nth-child(2) .card_text img {
  margin-right: 40px;
}
#servicess .servicess .servicess_card_wrapper .servicess_card_top .card_servisecc:nth-child(3) .card_text img {
  margin-right: 50px;
}
#servicess .servicess .servicess_card_wrapper .servicess_card_bottom {
  display: flex;
  margin-top: 20px;
}
#servicess .servicess .servicess_card_wrapper .servicess_card_bottom .card_bottom {
  margin-top: 20px;
  position: relative;
  transition: 0.5s;
}
#servicess .servicess .servicess_card_wrapper .servicess_card_bottom .card_bottom:first-child {
  margin-right: 20px;
}
#servicess .servicess .servicess_card_wrapper .servicess_card_bottom .card_bottom:first-child .card_text img {
  margin-right: 190px;
}
#servicess .servicess .servicess_card_wrapper .servicess_card_bottom .card_bottom .card_text {
  position: absolute;
  bottom: 40px;
  left: 20px;
}
#servicess .servicess .servicess_card_wrapper .servicess_card_bottom .card_bottom .card_text span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
  display: block;
  margin-bottom: 40px;
  max-width: 420px;
  opacity: 0;
  transition: 0.5s;
}
#servicess .servicess .servicess_card_wrapper .servicess_card_bottom .card_bottom .card_text p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
}
#servicess .servicess .servicess_card_wrapper .servicess_card_bottom .card_bottom .card_text img {
  float: right;
  margin-right: 130px;
  transition: 0.5s;
}
#servicess .servicess .servicess_card_wrapper .servicess_card_bottom .card_bottom:hover {
  filter: grayscale(100%);
}
#servicess .servicess .servicess_card_wrapper .servicess_card_bottom .card_bottom:hover .card_text span {
  opacity: 1;
}
#servicess .servicess .servicess_card_wrapper .servicess_card_bottom .card_bottom:hover .card_text img {
  transform: rotateY(360deg);
}

.our-expertise {
  padding-top: 200px;
  padding-bottom: 130px;
}
.our-expertise .bg_left {
  position: absolute;
  bottom: 50px;
  left: -40px;
}
.our-expertise .bg_right {
  position: absolute;
  right: -200px;
  top: -500px;
}
.our-expertise .main_container {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
}
.our-expertise .title_big {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 59px;
  text-transform: uppercase;
  color: #242424;
  margin-bottom: 21px;
}
.our-expertise .title_big .border_bottom {
  width: 80px;
  border: 1px solid #242424;
  margin-top: 15px;
}
.our-expertise .our-expertise-top {
  margin-bottom: 60px;
}
.our-expertise .our-expertise-left {
  max-width: 615px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #242424;
  margin-right: 50px;
  margin-bottom: 30px;
}
.our-expertise .our-expertise-right {
  max-width: 750px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #242424;
}
.our-expertise .our_expertise_cards .card_item {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  padding-right: 0;
}
.our-expertise .our_expertise_cards .card_item .card_img {
  width: 100.5%;
  height: 100%;
}
.our-expertise .our_expertise_cards .card_item .card_img img {
  width: 100%;
  height: 100%;
}
.our-expertise .our_expertise_cards .card_item .card_text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#competences .competences_button_carousel {
  display: none;
}
#competences .competences .title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 59px;
  text-transform: uppercase;
  color: #242424;
}
#competences .competences hr {
  max-width: 78px;
  margin: 15px 0 21px 0;
  height: 2px;
  color: #242424;
  background: #242424;
}
#competences .competences p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #242424;
  max-width: 610px;
}
#competences .competences .prog_card_wwrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#competences .competences .prog_card_wwrapper .prog_card {
  position: relative;
  text-align: center;
  z-index: 2;
}
#competences .competences .prog_card_wwrapper .prog_card img {
  max-width: 260px;
  transition: 0.5s;
  filter: grayscale(90%);
}
#competences .competences .prog_card_wwrapper .prog_card a {
  display: block;
  text-align: center;
  margin-top: 18px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #126eec;
  text-decoration: none;
}
#competences .competences .prog_card_wwrapper .prog_card:hover img {
  filter: grayscale(0) !important;
}
#competences .competences .prog_card_wwrapper .prog_card:nth-child(2) img {
  margin-top: 25px;
}
#competences .competences .prog_card_wwrapper .prog_card:nth-child(2) a {
  margin-top: 22px;
}
#competences .competences .prog_card_wwrapper .prog_card:nth-child(3) a {
  margin-top: 0;
}
#competences .competences .mobile_prog_card_wwrapper {
  display: none;
}
#competences .competences .competences_button {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #242424;
  border: 2px solid #242424;
  padding: 20px 40px;
  text-decoration: none;
  display: inline-block;
  margin-top: 70px;
  transition: 0.5s;
}
#competences .competences .competences_button:hover {
  background: #126eec;
  color: #fff;
  border: 2px solid transparent;
}
#competences .competences_bg_img {
  display: none;
}

.my_project {
  background: #f5f5f5;
  padding: 188px 0;
}
.my_project .project_left_bg_img {
  position: absolute;
  bottom: -548px;
  left: 0;
}
.my_project .project_right_bg_img {
  position: absolute;
  top: -120px;
  right: -270px;
}
.my_project .title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 59px;
  text-transform: uppercase;
  color: #242424;
  margin-bottom: 40px;
}
.my_project .title .border_bottom {
  width: 80px;
  height: 0;
  padding: 0;
  border: 1px solid #242424;
  margin-top: 15px;
  background: #242424;
}
.my_project .main_container {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
}
.my_project .project_cards {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
}
.my_project .project_cards .project_card {
  margin-bottom: 30px;
}
.my_project .project_cards .project_card:nth-child(1) .text span {
  display: block;
  width: 225px;
  margin: 0 auto;
}
.my_project .project_cards .project_card:nth-child(4) .text span {
  display: block;
  width: 225px;
  margin: 0 auto;
}
.my_project .project_cards .project_card:nth-child(7) .text span {
  padding-left: 20px;
  display: block;
  width: 280px;
  margin: 0 auto;
}
.my_project .project_cards .project_card .text {
  padding: 35px 20px;
  background: #ffffff;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #242424;
}
.my_project .button {
  background: #f5f5f5;
  border: 2px solid #242424;
  padding: 20px 40px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #242424;
  margin-top: 47px;
  transition: 0.4s;
}
.my_project .button:hover {
  border: 2px solid #126eec;
  background: #126eec;
  color: #ffffff;
}
.my_project .project_carusel {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
}
.my_project .project_carusel .text {
  padding: 30px 20px;
  background: #ffffff;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #242424;
  margin-bottom: 10px;
}
.my_project .project_carusel .owl-next {
  display: none;
}
.my_project .project_carusel .owl-prev {
  display: none;
}
.my_project .project_carusel .owl-item {
  float: left;
}
.my_project .project_carusel .owl-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  z-index: 2;
  padding-top: 23px;
}
.my_project .project_carusel .owl-dots .owl-dot {
  width: 21.54px;
  height: 3px;
  background: #242424;
  opacity: 0.2;
  margin-right: 8px;
}
.my_project .project_carusel .owl-dots .active {
  opacity: 0.8;
}
.my_project .carousel_buttons {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.my_project .carousel_buttons button {
  border: 0;
  background: transparent;
  transform: translateY(-18.5px);
  position: relative;
  z-index: 2;
}

.send-offer {
  background-color: #ffffff;
  padding: 130px 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
}
.send-offer .send-offer-top {
  margin-bottom: 17px;
}
.send-offer .title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 59px;
  text-transform: uppercase;
  color: #242424;
}
.send-offer .send_message input {
  width: 100%;
  outline: none;
  padding: 30px 15px;
  border: 1px solid #242424;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: rgba(36, 36, 36, 0.5843137255);
  margin-bottom: 20px;
}
.send-offer .send_message textarea {
  width: 100%;
  outline: none;
  padding: 30px 15px;
  border: 1px solid #242424;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: rgba(36, 36, 36, 0.5843137255);
  margin-bottom: 40px;
}
.send-offer .send_message .select_btn {
  width: 100%;
  border: 1px solid #242424;
  padding: 30px 15px;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: rgba(36, 36, 36, 0.5843137255);
  cursor: pointer;
}
.send-offer .send_message .select_btn svg {
  transition: 0.4s;
}
.send-offer .send_message .select_menu {
  width: 94.5%;
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.send-offer .send_message .select_menu li {
  padding: 18px 15px;
  transition: 0.3s;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #242424;
  cursor: pointer;
}
.send-offer .send_message .select_menu li:hover {
  background: #126eec;
  color: #ffffff;
}
.send-offer .send_message .border_left {
  border-bottom: 6px dotted rgba(36, 36, 36, 0.062745098);
}
.send-offer .send_message .border_right {
  border-bottom: 6px dotted rgba(36, 36, 36, 0.062745098);
}
.send-offer .send_message button {
  background: #126eec;
  padding: 20px 25px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
}

footer {
  background: #242424;
  padding: 100px 0;
}
footer .footer_top {
  margin-bottom: 60px;
}
footer .footer_link a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  text-decoration: none;
}
footer .location {
  padding-left: 50px;
}
footer .location span {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}
footer .location a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  text-decoration: none;
}
footer .footer_bottom {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.3137254902);
}
footer .footer_bottom a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.3137254902);
}
footer .footer_bottom button {
  border: 0;
  background: #126eec;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 20px 64px;
  margin-right: 40px;
}
footer .footer_bottom .right a {
  margin-right: 40px;
}
footer .footer_bottom svg {
  margin-right: 25px;
}

@media (max-width: 1800px) {
  #servicess {
    background: #fff;
  }
  #servicess .main_container {
    margin: 0 auto;
  }
  #servicess .servicess {
    padding: 125px 0;
    margin: 0 auto;
  }
  #servicess .servicess .title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 59px;
    text-transform: uppercase;
    color: #242424;
  }
  #servicess .servicess hr {
    max-width: 78px;
    color: #242424;
    background-color: #242424;
    height: 2px;
    display: block;
    margin: 15px 0 25px 0;
  }
  #servicess .servicess .servicess_card_wrapper .servicess_card_top {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  #servicess .servicess .servicess_card_wrapper .servicess_card_top .card2 {
    margin: 0 20px;
  }
  #servicess .servicess .servicess_card_wrapper .servicess_card_top .card_servisecc {
    position: relative;
  }
  #servicess .servicess .servicess_card_wrapper .servicess_card_top .card_servisecc .card_text {
    position: absolute;
    bottom: 40px;
    left: 20px;
  }
  #servicess .servicess .servicess_card_wrapper .servicess_card_top .card_servisecc .card_text p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
    white-space: nowrap;
  }
  #servicess .servicess .servicess_card_wrapper .servicess_card_top .card_servisecc .card_text img {
    float: right;
  }
  #servicess .servicess .servicess_card_wrapper .servicess_card_top .card_servisecc img {
    max-width: 460px;
  }
  #servicess .servicess .servicess_card_wrapper .servicess_card_bottom {
    display: flex;
    margin-top: 20px;
  }
  #servicess .servicess .servicess_card_wrapper .servicess_card_bottom .card_bottom:first-child .img_servicess_card {
    max-width: 820px;
  }
  #servicess .servicess .servicess_card_wrapper .servicess_card_bottom .card_bottom:nth-child(2) .img_servicess_card {
    max-width: 604px;
    max-height: 334.875px;
  }
}
@media (max-width: 1540px) {
  .my_project .project_cards .project_card:nth-child(1) .text span {
    width: 100%;
  }
  .my_project .project_cards .project_card:nth-child(4) .text span {
    width: 100%;
  }
  .my_project .project_cards .project_card:nth-child(7) .text span {
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 1460px) {
  header .header .navbar_right li a {
    margin-right: 40px;
  }
  #servicess {
    background: #fff;
  }
  #servicess .main_container {
    margin: 0 auto;
  }
  #servicess .servicess {
    padding: 125px 0;
    margin: 0 auto;
  }
  #servicess .servicess .title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 59px;
    text-transform: uppercase;
    color: #242424;
    text-align: center;
    position: relative;
    z-index: 5;
  }
  #servicess .servicess hr {
    margin: 0 auto;
    margin-bottom: 25px;
  }
  #servicess .servicess .servicess_card_wrapper .servicess_card_top {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  #servicess .servicess .servicess_card_wrapper .servicess_card_top .card2 {
    margin: 0;
    margin-left: 20px;
  }
  #servicess .servicess .servicess_card_wrapper .servicess_card_top .card_servisecc {
    position: relative;
  }
  #servicess .servicess .servicess_card_wrapper .servicess_card_top .card_servisecc .card_text {
    position: absolute;
    bottom: 40px;
    left: 40px;
  }
  #servicess .servicess .servicess_card_wrapper .servicess_card_top .card_servisecc .card_text p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
    white-space: nowrap;
  }
  #servicess .servicess .servicess_card_wrapper .servicess_card_top .card_servisecc .card_text img {
    float: right;
  }
  #servicess .servicess .servicess_card_wrapper .servicess_card_top .card_servisecc:last-child {
    margin-top: 20px;
  }
  #servicess .servicess .servicess_card_wrapper .servicess_card_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }
  #servicess .servicess .servicess_card_wrapper .servicess_card_bottom .card_bottom:first-child {
    margin-right: 20px;
  }
}
@media (max-width: 1250px) {
  #home .home .home_text .home_logo {
    right: 100px;
    top: -50px;
  }
  #home .home .home_text .home_logo h1 {
    font-size: 50px;
  }
  #home .home .home_text .home_text_in h1 {
    font-size: 45px;
    max-width: 910px;
    margin: 0 auto;
  }
  #home .home .home_network .facebook {
    margin-right: 50px;
  }
  #home .home .home_network .facebook a {
    font-size: 20px;
  }
  #home .home .home_network .facebook img {
    margin-left: 10px;
  }
  #home .home .home_network .linkedin {
    margin-right: 50px;
  }
  #home .home .home_network .linkedin a {
    font-size: 20px;
  }
  #home .home .home_network .linkedin img {
    margin-left: 10px;
  }
  #home .home .home_network .telegram {
    margin-right: 50px;
  }
  #home .home .home_network .telegram a {
    font-size: 20px;
  }
  #home .home .home_network .telegram img {
    margin-left: 10px;
  }
}
@media (max-width: 1200px) {
  #competences .competences .prog_card_wwrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  footer .footer_top .location {
    padding-left: 0;
  }
  footer .footer_bottom .right {
    margin-top: 53px;
  }
}
@media (max-width: 1050px) {
  header .header .navbar_right li a {
    margin-right: 25px;
  }
}
@media (max-width: 992px) {
  .inquiry_modal_wrapper .inquiry_modal h1 {
    position: relative;
    z-index: 1;
    font-size: 30px;
    line-height: 35px;
  }
  .inquiry_modal_wrapper .inquiry_modal form {
    flex-direction: column;
    align-items: center;
  }
  .inquiry_modal_wrapper .inquiry_modal form input {
    font-size: 16px;
    line-height: 19px;
  }
  .inquiry_modal_wrapper .inquiry_modal form input::-moz-placeholder {
    font-size: 16px;
    line-height: 19px;
  }
  .inquiry_modal_wrapper .inquiry_modal form input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 19px;
  }
  .inquiry_modal_wrapper .inquiry_modal form input::placeholder {
    font-size: 16px;
    line-height: 19px;
  }
  .inquiry_modal_wrapper .inquiry_modal form input:nth-child(2) {
    margin-left: 0;
    margin-top: 20px;
  }
  .inquiry_modal_wrapper .inquiry_modal form input:nth-child(3) {
    margin-left: 0;
    margin-top: 20px;
  }
  .inquiry_modal_wrapper .inquiry_modal form button {
    margin-left: 0;
    margin-top: 20px;
    font-size: 16px;
    line-height: 19px;
    white-space: nowrap;
    position: relative;
    z-index: 1;
  }
  header {
    padding: 0;
    width: 100%;
    background: #fff;
  }
  header .main_container {
    background-color: #fff;
  }
  header .main_big_container {
    background-color: #fff !important;
  }
  header .header {
    flex-direction: column;
    position: relative;
  }
  header .header .logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 11;
    padding: 40px 20px 0 20px;
  }
  header .header .logo .burger {
    display: block;
  }
  header .header .logo .burger .remove_burger {
    display: none;
  }
  header .header .logo .burger .remove_burger_active {
    display: block;
  }
  header .header .logo .burger .burger_add {
    display: block;
  }
  header .header .logo .burger .burger_add_active {
    display: none;
  }
  header .header .header_active_mobile {
    background-color: #fff;
  }
  header .header .navbar_right {
    display: none;
  }
  header .header .nvabar_mobile {
    display: block;
    position: absolute;
    top: -5%;
    left: -5%;
    right: -5%;
    transition: 0.5s;
    z-index: -1;
    opacity: 0;
    width: 110%;
    padding-top: 80px;
    background-color: #fff;
    padding-bottom: 50px;
  }
  header .header .nvabar_mobile a {
    display: block;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #242424;
    text-decoration: none;
    margin-top: 50px;
  }
  header .header .nvabar_mobile a:first-child {
    margin-top: 80px;
    position: relative;
    z-index: 12;
  }
  header .header .nvabar_mobile a:nth-child(5) {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #ffffff;
    background: #126eec;
    padding: 20px 64px;
    text-transform: uppercase;
    max-width: 290px;
    margin: 0 auto;
    margin-top: 50px;
  }
  header .header .nvabar_mobile a:nth-child(5):hover {
    background: #242424;
  }
  header .header .nvabar_mobile a:nth-child(7) {
    margin-top: 40px;
    text-transform: uppercase;
  }
  header .header .nvabar_mobile a:nth-child(6) {
    text-transform: uppercase;
  }
  header .header .nvabar_mobile a:last-child {
    margin-top: 40px;
    text-transform: uppercase;
  }
  header .header .nvabar_mobile_active {
    opacity: 1;
    z-index: 10;
  }
  #home .home .home_text .home_logo {
    display: none;
  }
  #home .home .home_text .home_text_in h1 {
    font-size: 30px;
    margin: 0 auto;
    line-height: 35px;
  }
  #home .home .home_text .home_button {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #242424;
  }
  #home .home .home_network {
    display: none;
  }
  #servicess {
    background: #fff;
  }
  #servicess .servicess_bg_img {
    display: none;
  }
  #servicess .main_container {
    margin: 0 auto;
  }
  #servicess .servicess {
    padding: 100px 0 0 0;
    margin: 0 auto;
  }
  #servicess .servicess .title {
    font-size: 30px;
    line-height: 35px;
    text-align: left;
  }
  #servicess .servicess hr {
    max-width: 78px;
    color: #242424;
    background-color: #242424;
    height: 2px;
    display: block;
    margin: 15px 0 25px 0;
  }
  #servicess .servicess .servicess_card_wrapper {
    display: none;
  }
  #servicess .mobile_srvicess {
    display: block;
  }
  #servicess .mobile_srvicess .owl-stage-outer .owl-item {
    float: left;
  }
  #servicess .mobile_srvicess .owl-stage-outer .owl-item .item {
    width: 100%;
  }
  #servicess .mobile_srvicess .owl-stage-outer .owl-item .item .carousel_servicess_img {
    width: 100%;
  }
  #servicess .mobile_srvicess .owl-stage-outer .owl-item .item:hover {
    filter: grayscale(100%);
  }
  #servicess .mobile_srvicess .owl-stage-outer .owl-item .item:hover .carousel_text p {
    opacity: 1 !important;
  }
  #servicess .mobile_srvicess .owl-stage-outer .owl-item .item:hover .carousel_text .carousel_text_in div img {
    transform: rotateY(0deg) !important;
  }
  #servicess .mobile_srvicess .owl-nav .owl-next {
    display: none;
  }
  #servicess .mobile_srvicess .owl-nav .owl-prev {
    display: none;
  }
  #servicess .mobile_srvicess .owl-dots {
    padding-top: 23px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #servicess .mobile_srvicess .owl-dots .owl-dot {
    border-radius: 0;
    border: none;
    background: #242424;
    opacity: 0.2;
    width: 12px;
    height: 3px;
    margin: 0 4px;
  }
  #servicess .mobile_srvicess .carousel_text {
    bottom: 40px;
    left: 30px;
  }
  #servicess .mobile_srvicess .carousel_text p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    margin-bottom: 80px;
    opacity: 0;
    transition: 0.5s;
  }
  #servicess .mobile_srvicess .carousel_text .carousel_text_in {
    display: flex;
    flex-direction: column;
  }
  #servicess .mobile_srvicess .carousel_text .carousel_text_in h1 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
  }
  #servicess .mobile_srvicess .carousel_text .carousel_text_in div {
    max-width: 379px;
  }
  #servicess .mobile_srvicess .carousel_text .carousel_text_in div img {
    margin-top: 15px;
    text-align: right;
    width: 43px !important;
    margin-right: 30px;
    transform: rotateY(180deg);
    transition: 0.5s !important;
  }
  #servicess .carousel_button_wrapper {
    max-width: 300px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    transform: translateY(-15px);
  }
  #servicess .carousel_button_wrapper button {
    border: none;
    background: transparent;
  }
  #competences .competences .prog_card_wwrapper {
    display: none;
  }
  #competences .competences .mobile_prog_card_wwrapper {
    display: flex;
    align-items: center;
  }
  #competences .competences .mobile_prog_card_wwrapper .owl-stage-outer .owl-item {
    float: left;
  }
  #competences .competences .mobile_prog_card_wwrapper .owl-stage-outer .owl-item .item {
    width: 100%;
  }
  #competences .competences .mobile_prog_card_wwrapper .owl-stage-outer .owl-item .item .carousel_servicess_img {
    width: 100%;
  }
  #competences .competences .mobile_prog_card_wwrapper .owl-nav .owl-next {
    display: none;
  }
  #competences .competences .mobile_prog_card_wwrapper .owl-nav .owl-prev {
    display: none;
  }
  #competences .competences .mobile_prog_card_wwrapper .owl-dots {
    padding-top: 23px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #competences .competences .mobile_prog_card_wwrapper .owl-dots .owl-dot {
    border-radius: 0;
    border: none;
    background: #242424;
    opacity: 0.2;
    width: 12px;
    height: 3px;
    margin: 0 4px;
  }
  #competences .competences .mobile_prog_card_wwrapper .prog_card img {
    max-width: 220px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  #competences .competences .mobile_prog_card_wwrapper .prog_card a {
    display: block;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #126eec;
    text-decoration: none;
    text-align: center;
  }
  #competences .competences .mobile_prog_card_wwrapper .prog_card .rails {
    margin-top: 20px;
  }
  #competences .competences .mobile_prog_card_wwrapper .prog_card .rails_link {
    margin-top: 20px;
  }
  #competences .competences .mobile_prog_card_wwrapper .prog_card .pyhton {
    margin-top: 20px;
  }
  #competences .competences .mobile_prog_card_wwrapper .prog_card .pyhton_link {
    margin-top: 35px;
  }
  #competences .competences .mobile_prog_card_wwrapper .prog_card .react {
    margin-top: 10px;
  }
  #competences .competences .competences_button_carousel {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
  }
  #competences .competences .competences_button_carousel button {
    background: transparent;
    border: none;
    position: absolute;
  }
  #competences .competences .competences_button_carousel .button_carousel_prev {
    top: -65px;
    left: 0;
    z-index: 3;
  }
  #competences .competences .competences_button_carousel .button_carousel_next {
    top: -65px;
    right: 0;
    z-index: 3;
  }
  footer .footer_bottom a {
    margin-bottom: 16px;
  }
  footer .footer_bottom .text {
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .inquiry_modal_wrapper .inquiry_modal {
    padding: 75px 40px 46px 40px;
    max-width: 340px;
    overflow: hidden;
  }
  .inquiry_modal_wrapper .inquiry_modal h1 {
    position: relative;
    z-index: 1;
    font-size: 30px;
    line-height: 35px;
  }
  .inquiry_modal_wrapper .inquiry_modal form {
    flex-direction: column;
    align-items: center;
  }
  .inquiry_modal_wrapper .inquiry_modal form input {
    font-size: 16px;
    line-height: 19px;
    width: 260px;
  }
  .inquiry_modal_wrapper .inquiry_modal form input::-moz-placeholder {
    font-size: 16px;
    line-height: 19px;
  }
  .inquiry_modal_wrapper .inquiry_modal form input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 19px;
  }
  .inquiry_modal_wrapper .inquiry_modal form input::placeholder {
    font-size: 16px;
    line-height: 19px;
  }
  .inquiry_modal_wrapper .inquiry_modal form input:nth-child(2) {
    margin-left: 0;
    margin-top: 20px;
  }
  .inquiry_modal_wrapper .inquiry_modal form button {
    width: 260px;
  }
  .inquiry_modal_wrapper .inquiry_modal .modal_bg {
    left: -62px;
    max-width: 176px;
  }
  #home .main_big_container .homeImg1,
#home .main_big_container .homeImg2,
#home .main_big_container .homeImg3 {
    display: none;
  }
  #home .main_big_container .mobileHomeImg3,
#home .main_big_container .mobileHomeImg2,
#home .main_big_container .mobileHomeImg1 {
    display: block;
  }
  #home .main_big_container .mobileHomeImg3 {
    left: -10px;
    bottom: -120px;
  }
  #home .main_big_container .mobileHomeImg2 {
    left: 2px;
    top: 309px;
  }
  #home .main_big_container .mobileHomeImg1 {
    top: 41px;
    right: 0;
  }
  #home .home {
    padding-bottom: 350px;
  }
  #home .home .home_text .home_logo {
    display: none;
  }
  #home .home .home_text .home_text_in h1 {
    font-size: 25px;
    margin: 0 auto;
    margin-right: 20px;
    line-height: 35px;
    max-width: 341px;
    text-align: right;
  }
  #home .home .home_text .home_button {
    float: right;
    margin-right: 20px;
    position: relative;
    z-index: 20;
  }
  #home .home .home_network {
    display: none;
  }
  .our-expertise {
    padding: 101px 0;
    position: relative;
    z-index: 3;
  }
  .our-expertise .main_container:nth-child(3) {
    padding: 0;
  }
  .our-expertise .main_container:nth-child(3) .our_expertise_cards .card_item {
    padding: 0;
  }
  .our-expertise .title_big {
    font-size: 30px;
    line-height: 35px;
  }
  .our-expertise .our-expertise-left {
    font-size: 18px;
    line-height: 21px;
  }
  .our-expertise .our-expertise-right {
    font-size: 16px;
    line-height: 19px;
  }
  .our-expertise .our_expertise_cards .card_item .card_text {
    font-size: 18px;
    line-height: 21px;
  }
  .our-expertise .bg_left {
    display: none;
  }
  .our-expertise .bg_right {
    width: 206.02px;
    height: 214.63px;
    top: auto;
    bottom: -100px;
    right: 0;
    left: 20px;
    transform: rotate(90deg);
  }
  .our-expertise .bg_right img {
    width: 170%;
    height: 170%;
  }
  #competences .main_big_container {
    position: relative;
  }
  #competences .competences {
    padding-top: 100px;
  }
  #competences .competences .title h1 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 900;
  }
  #competences .competences p {
    font-size: 17.5px;
    line-height: 20px;
    position: relative;
    z-index: 3;
  }
  #competences .competences .competences_button {
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    margin: 0 auto;
    margin-top: 60px;
    float: none;
    text-align: center;
  }
  #competences .competences_bg_img {
    display: block !important;
    position: absolute;
    right: 0;
    top: 0;
  }
  .my_project {
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
  }
  .my_project .title {
    font-size: 30px;
    line-height: 35px;
  }
  .my_project .project_carusel .text {
    font-size: 18px;
    line-height: 21px;
  }
  .my_project .button {
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    padding: 20px 0;
    margin-top: 20px;
  }
  .my_project .project_left_bg_img {
    width: 349.72px;
    height: 439.5px;
    left: auto;
    right: 50px;
    bottom: -290px;
  }
  .my_project .project_left_bg_img img {
    height: 120%;
    transform: rotate(15deg);
  }
  .send-offer {
    padding: 100px 0;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }
  .send-offer .title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .send-offer .title .border_bottom {
    width: 78.5px;
    height: 0px;
    border: 1px solid #242424;
    margin-top: 10px;
  }
  .send-offer .send_message input {
    padding: 20px 15px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
  }
  .send-offer .send_message .select_btn {
    padding: 20px 15px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
  }
  .send-offer .send_message .select_menu {
    top: 90%;
    width: 95%;
  }
  .send-offer .send_message .select_menu li {
    font-size: 16px;
    line-height: 19px;
  }
  .send-offer .send_message textarea {
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 19px;
  }
  footer {
    padding: 100px 0 80px;
  }
  footer .footer_top .footer_link {
    justify-content: space-between !important;
    padding-left: 0;
  }
  footer .footer_top .footer_link a {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 19px;
  }
  footer .footer_top .location span {
    margin-bottom: 40px;
    text-align: center;
    margin-right: 0 !important;
    font-size: 16px;
    line-height: 19px;
  }
  footer .footer_top .location a {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 48px;
  }
  footer .footer_bottom {
    font-size: 14px;
    line-height: 16px;
  }
  footer .footer_bottom button {
    margin-right: 0;
    font-size: 16px;
    line-height: 19px;
    padding: 20px 71px;
  }
  footer .footer_bottom .icons {
    margin-top: 15px;
  }
  footer .footer_bottom a {
    font-size: 14px;
    line-height: 16px;
  }
}/*# sourceMappingURL=style.css.map */