@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

body {
  background: #E4E4E4;
}

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

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

.main_container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 37px;
}

header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 34px 0;
  z-index: 100;
}
header .exit_menu {
  display: none;
}
header .burger_menu {
  display: none;
}
header .nav_link {
  margin: 0;
  padding: 0;
  margin-top: 25px;
}
header .nav_link a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: none;
  margin-right: 40px;
}
header .header_right .submit_contacts {
  margin-right: 20px;
}
header .header_right .submit-application {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 20px 35px;
  background-color: transparent;
  /* margin-right: 20px; */
  border: 3px solid;
  border-image-source: linear-gradient(91.8deg, #6F16FB 0%, #EE00C8 94.37%);
  border-image-slice: 23%;
  border-image-repeat: stretch;
  transition: 0.5s;
}
header .header_right .submit-application:hover {
  background: #FFFFFF;
  color: #212121;
  border-image-source: linear-gradient(91.8deg, #fff 0%, #fff 94.37%);
}
header .header_right .contacts_header {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
header .header_right .contacts_header .wp {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: 1s;
  overflow: hidden;
  margin-right: 34px;
}
header .header_right .contacts_header .wp:hover {
  background: linear-gradient(180deg, #EC00C9 0%, #6918FC 100%);
}

header .header_right .contacts_header .wp:hover svg path {
  fill: #FFFFFF;
}
header .header_right .contacts_header .telegram {
  margin-right: 34px;
}
header .header_right .contacts_header .telegram .telegram2 {
  display: none;
  overflow: hidden;
}
header .header_right .contacts_header .telegram:hover .telegram1 {
  display: none;
}
header .header_right .contacts_header .telegram:hover .telegram2 {
  display: block;
}
header .header_right .contacts_header .phone .phone2 {
  display: none;
  overflow: hidden;
}
header .header_right .contacts_header .phone:hover .phone1 {
  display: none;
}
header .header_right .contacts_header .phone:hover .phone2 {
  display: block;
}
header .header_right p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 119.9%;
  color: #FFFFFF;
}
header .header_right a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 119.9%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #FFFFFF;
  display: block;
  margin-bottom: 5px;
}

.form_checkbox {
  margin-right: 15px;
  width: initial!important;
  height: initial!important;
  padding: 10px 10px!important;
}

.agreement_white {
  color: white;
  margin-bottom: 15px;
}

.agreement {
  margin-bottom: 15px;
}



.header_desctop {
  transition: all 0.5s ease-in !important;
}

.header_active {
  background: linear-gradient(271.06deg, rgba(47, 59, 158, 0.85) 0.91%, rgba(135, 20, 130, 0.85) 98%) !important;
}

.header_mobile {
  display: none;
}

.submit_application_modal {
  max-width: 670px;
  padding: 40px 114px 120px 114px;
  text-align: center;
  background: linear-gradient(271deg, rgb(47, 59, 158) 0.8%, rgb(135, 20, 130) 98%);
  position: absolute;
  top: 105px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 110;
}
.submit_application_modal .modal_exit {
  padding-bottom: 40px;
  text-align: end;
  margin-right: -50px;
  cursor: pointer;
}
.submit_application_modal .logo {
  padding-bottom: 40px;
}
.submit_application_modal .title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 33px;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.submit_application_modal .description {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 119.9%;
  text-align: center;
  color: #FFFFFF;
}
.submit_application_modal input {
  width: 100%;
  padding: 20px 15px;
  outline: none;
  border: 1px solid #FFFFFF;
  margin-bottom: 15px;
  display: block;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 119.9%;
  color: #FFFFFF;
}
.submit_application_modal input::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 119.9%;
  color: #FFFFFF;
}
.submit_application_modal input:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 119.9%;
  color: #FFFFFF;
}
.submit_application_modal input::placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 119.9%;
  color: #FFFFFF;
}
.submit_application_modal textarea {
  width: 100%;
  padding: 20px 15px;
  outline: none;
  border: 1px solid #FFFFFF;
  margin-bottom: 15px;
  display: inline-block;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 119.9%;
  color: #FFFFFF;
}
.submit_application_modal textarea::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 119.9%;
  color: #FFFFFF;
}
.submit_application_modal textarea:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 119.9%;
  color: #FFFFFF;
}
.submit_application_modal textarea::placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 119.9%;
  color: #FFFFFF;
}
.submit_application_modal button {
  width: 100%;
  padding: 20px 0;
  background-color: #FFFFFF;
  border: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #212121;
}

.submit_application_modal_blur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  z-index: 104;
  background-color: rgba(0, 0, 0, 0.6705882353);
}

.to_accept {
  max-width: 600px;
  padding: 41px 70px 78px;
  text-align: center;
  background: linear-gradient(180deg, #943391 0%, #4B53A8 100%);
  position: absolute;
  top: 111px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 106;
}
.to_accept .to_accept_icon {
  width: 143px;
  height: 143px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 18px;
}
.to_accept .title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 33px;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.to_accept .description {
  max-width: 208px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 119.9%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 18px;
}
.to_accept button {
  width: 100%;
  padding: 20px 0;
  background-color: #FFFFFF;
  border: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #212121;
}

.home {
  background: url("../images/Home/home_bg.png") no-repeat;
  background-size: 100%;
  margin-bottom: 100px;
  position: relative;
  padding: 311px 0 371px;
}
.home .home_bg_small_imgages {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  z-index: 3;
  top: 0;
}
.home .home_bg_small_imgages .imgs_Left {
  position: absolute;
  left: -70px;
  top: 40px;
}
.home .home_bg_small_imgages .imgs_Left img:nth-child(2) {
  margin-top: 165px;
}
.home .home_bg_small_imgages .imgs_right {
  position: absolute;
  right: -40px;
  top: 40px;
}
.home .home_bg_small_imgages .imgs_right div:nth-child(2) {
  margin-top: 30px;
}
.home .home_bg_small_imgages .imgs_center {
  position: absolute;
  bottom: 230px;
  right: 18%;
  z-index: 3;
}
.home .home_bg_small_imgages .imgs_center .img:nth-child(1) {
  margin-bottom: 30px;
}
.home .home_bg_small_imgages .imgs_center .img:nth-child(2) {
  margin-bottom: 40px;
  margin-left: -100px;
}
.home .home_bg_small_imgages .imgs_center .img:nth-child(3) {
  margin-bottom: 30px;
  margin-left: -70px;
}
.home .home_bg_small_imgages .imgs_center .img:nth-child(4) {
  margin-left: 70px;
}
.home .home_bg_small_imgages .imgs_bottom {
  position: absolute;
  bottom: -2%;
  left: 0;
  right: 10%;
}
.home .home_bg_small_imgages .imgs_bottom .transform_img {
  transform: translateY(-100px);
}
.home .home_bg_small_imgages .imgs_bottom .img:nth-child(2) {
  margin: 0 40px;
}
.home .settings_icon {
  position: absolute;
  bottom: -15%;
  transform: translateX(-25%);
  z-index: 3;
  max-width: 1920px;
  margin: 0 auto;
}
.home .home_bg_one {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.home .home_bg_two {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.home .home_in {
  position: relative;
  z-index: 4;
  flex-direction: row;
}
.home .home_in .home_in_left {
  margin-right: 50px;
  margin-left: 60px;
}
.home .home_in .home_in_left .title {
  max-width: 944px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 119.9%;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.home .home_in .home_in_left .text {
  max-width: 700px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 130% */
  margin-bottom: 25px;
}
.home .home_in .home_in_left a {
  padding: 20px 92px;
  background: linear-gradient(90deg, #EE00C8 0%, #CD00EE 51.56%, #6818FC 100%);
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.5s;
}
.home .home_in .home_in_left a:hover {
  background: #212121;
}
.home .home_in .home_in_right .border_right {
  margin: 34px 0;
}
.home .home_in .home_in_right .wp {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: 1s;
  overflow: hidden;
}
.home_modal_active_btn{
  display: none;
}
.home .home_in .home_in_right .wp:hover {
  background: linear-gradient(180deg, #EC00C9 0%, #6918FC 100%);
}
.home .home_in .home_in_right .wp:hover svg path {
  fill: #FFFFFF;
}
.home .home_in .home_in_right .telegram {
  overflow: hidden;
  border-radius: 100%;
  border: 0;
}
.home .home_in .home_in_right .telegram:hover svg {
  color: #FFFFFF;
}
.home .home_in .home_in_right .phone .phone2 {
  display: none;
  overflow: hidden;
}
.home .home_in .home_in_right .phone:hover {
/*  background-color: #FFFFFF;*/
}
.home .home_in .home_in_right .phone:hover .phone1 {
  display: none;
}
.home .home_in .home_in_right .phone:hover .phone2 {
  display: block;
}
.home .modal_container {
  max-width: 1920px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5;
}
.home .home_modal_active_btn {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 30px;
  right: 70px;
  z-index: 3;
  border-radius: 50%;
  border: 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.15);
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 119.9%;
  color: #000000;
}
.home .home_modal {
  max-width: 470px;
  margin: 0 auto;
  position: absolute;
  bottom: -80px;
  right: 48px;
  padding: 44px 28px 44px 30px;
  z-index: 20;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
}
.home .home_modal p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #212121;
}
.home .home_modal button {
  padding: 16px 98px;
  background: #212121;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  border: 0;
}
.home .blur {
  z-index: 10;
  background: transparent;
}

.container_style {
  /* padding: 111px 0 0; */
  position: relative;
}
.container_style .container_style_top {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.container_style .container_style_top .title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 119.9%;
  text-transform: uppercase;
  color: #212121;
}
.container_style .container_style_top .border_content {
  max-width: 260px;
  margin: 0 30px;
}
.container_style .container_style_top .description {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #212121;
  margin: 0;
}
.container_style .container_style_top .images {
  display: inline-flex;
  align-items: flex-start;
  gap: 20px;
}
.container_style .container_style_top .images .logo {
  width: 298px;
  height: 192px;
  background: #FDF9FF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container_style .container_style_top .russoft {
  width: 151px;
  height: 124px;
  /* flex-shrink: 0; */
  /* background: url("../images/russoft.png"), lightgray 50% / cover no-repeat; */
}
.container_style .cards {
  position: relative;
  z-index: 1;
}
.container_style .cards .style_card {
  background: #FDF9FF;
  padding: 95px 40px 43px 40px;
  position: relative;
}
.container_style .cards .style_card .body_description {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  display: none;
}
.container_style .cards .style_card:hover {
  padding-top: 40px;
}
.container_style .cards .style_card:hover .body_description {
  display: block;
}
.container_style .cards .style_card:hover .card_img {
  display: none;
}
.container_style .cards .style_card:hover .card_link img {
  transform: rotateY(-180deg);
}
.container_style .cards .style_card .card_bg_logo {
  position: absolute;
  margin-top: -80px;
  right: 40px;
}
.container_style .cards .style_card .card_link {
  margin-top: 38px;
  position: relative;
  z-index: 1;
}
.container_style .cards .style_card .card_link img {
  transition: 0.5s;
}
.container_style .cards .style_card a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #212121;
  text-decoration: none;
  display: inline-block;
}
.container_style .services_carousel {
  overflow: hidden;
}
.container_style .services_carousel .owl-item {
  float: left;
}
.container_style .services_carousel .owl-dots {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  margin: 36px auto 0 !important;
}
.container_style .services_carousel .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(0deg, #BE89F3, #BE89F3), #BE89F3;
  opacity: 0.5;
  border: 0;
  margin-right: 16px;
}
.container_style .services_carousel .owl-dots .active {
  opacity: 1;
}
.container_style .services_carousel .owl-next,
.container_style .services_carousel .owl-prev {
  display: none;
}
.container_style .services_carousel .style_card {
  background: #FDF9FF;
  padding: 48px 40px 61px 40px;
  position: relative;
  height: 350px;
}
.container_style .services_carousel .style_card .body_description {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  display: none;
}
.container_style .services_carousel .style_card:hover {
  padding-top: 40px;
}
.container_style .services_carousel .style_card:hover .body_description {
  display: block;
}
.container_style .services_carousel .style_card:hover .card_img {
  display: none;
}
.container_style .services_carousel .style_card:hover .card_link img {
  transform: rotateY(-180deg);
}
.container_style .services_carousel .style_card .card_bg_logo {
  position: absolute;
  margin-top: -80px;
  right: 40px;
}
.container_style .services_carousel .style_card .card_link {
  margin-top: 38px;
  position: relative;
  z-index: 1;
}
.container_style .services_carousel .style_card .card_link img {
  transition: 0.5s;
}
.container_style .services_carousel .style_card a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #212121;
  text-decoration: none;
  display: inline-block;
}
.container_style .owl_buttons button {
  width: 60px;
  height: 60px;
  border: 1px solid #212121;
  transition: 0.8s;
  transform: translateY(-60%);
}
.container_style .owl_buttons button:hover {
  background: #212121;
}
.container_style .owl_buttons button:hover svg path {
  stroke: rgb(255, 255, 255);
}
.container_style .imgs_left_top {
  position: absolute;
  top: 0;
  left: 60px;
}
.container_style .imgs_left_top .img:nth-child(1) {
  transform: translate(-60%, 40%);
  margin-top: 40px;
}
.container_style .imgs_left_top .img:nth-child(2) {
  transform: translate(60%, -200%) rotate(280deg);
  width: 123.747px;
  height: 123.747px;
}
.container_style .imgs_right_top {
  position: absolute;
  top: 0;
  right: -60px;
}
.container_style .imgs_right_top .img:nth-child(1) {
  transform: translate(0%, -60%);
  margin-top: 40px;
}
.container_style .imgs_right_top .img:nth-child(2) {
  transform: translate(60%, -50%);
  width: 210px;
  height: 210px;
}
.container_style .imgs_left {
  position: absolute;
  bottom: 0;
  left: 60px;
}
.container_style .imgs_left .img:nth-child(1) {
  transform: translate(140%, 40%);
  margin-top: 40px;
}
.container_style .imgs_left .img:nth-child(2) {
  transform: translate(60%, -40%);
}
.container_style .imgs_right {
  position: absolute;
  bottom: 0;
  right: -60px;
}
.container_style .imgs_right .img:nth-child(2) {
  transform: translateX(-60px);
}
.container_style .imgs_right .img:nth-child(3) {
  transform: translateX(-125px);
}

.technology_stack_wrapper {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.technology_stack_wrapper .main_container {
  position: relative;
}
.technology_stack_wrapper .technology_stack {
  padding-bottom: 165px;
  position: relative;
  z-index: 2;
}
.technology_stack_wrapper .technology_stack .technology_stack_text {
  display: flex;
  justify-content: space-between;
  padding-top: 207px;
}
.technology_stack_wrapper .technology_stack .technology_stack_text .Technology_stack_text_img {
  margin: 0 10px;
}
.technology_stack_wrapper .technology_stack .technology_stack_text .Technology_stack_text_img .mobile_affter_img {
  display: none;
}
.technology_stack_wrapper .technology_stack .technology_stack_text .Technology_stack_text_title h1 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 119.9%;
  text-transform: uppercase;
  color: #212121;
}
.technology_stack_wrapper .technology_stack .technology_stack_text .Technology_stack_text_right {
  max-width: 714px;
}
.technology_stack_wrapper .technology_stack .technology_stack_text .Technology_stack_text_right p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #212121;
}
.technology_stack_wrapper .technology_stack .technology_stack_directions .fontend {
  display: flex;
  align-items: center;
  margin-top: 58px;
}
.technology_stack_wrapper .technology_stack .technology_stack_directions .fontend h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #212121;
}
.technology_stack_wrapper .technology_stack .technology_stack_directions .fontend .frontend_img {
  display: flex;
  flex-wrap: nowrap;
  margin-left: 36px;
  width: 1217px;
  overflow: hidden;
  overflow-x: scroll;
}
.technology_stack_wrapper .technology_stack .technology_stack_directions .fontend .frontend_img::-webkit-scrollbar {
  display: none;
}
.technology_stack_wrapper .technology_stack .technology_stack_directions .fontend .frontend_img img {
  margin-left: 24px;
  cursor: pointer;
}
.technology_stack_wrapper .technology_stack .technology_stack_directions .fontend .frontend_img span {
  margin: 0 10px;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: center;
}
.technology_stack_wrapper .technology_stack .technology_stack_directions .fontend .frontend_img span img {
  margin: 0;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
}
.technology_stack_wrapper .technology_stack .technology_stack_directions .fontend .frontend_img svg:hover path {
  fill: aqua;
}
.technology_stack_wrapper .technology_stack .technology_stack_directions .fontend .frontend_img svg:hover path pattern {
  fill: red;
}
.technology_stack_wrapper .technology_stack .technology_stack_directions .fontend .stack-carousel {
  overflow: hidden;
  width: 100%;
  display: none;
}
.technology_stack_wrapper .technology_stack .technology_stack_directions .fontend .stack-carousel .owl-item {
  float: left;
}
.technology_stack_wrapper .technology_stack .technology_stack_directions .fontend .stack-carousel .owl-item .item span {
  white-space: nowrap;
}
.technology_stack_wrapper .technology_stack .technology_stack_directions .fontend .stack-carousel .owl-item .item img {
  cursor: pointer;
}
.technology_stack_wrapper .technology_stack .technology_stack_directions .fontend .owl_buttons {
  display: none !important;
}
.technology_stack_wrapper .technology_stack .technology_stack_directions .backend {
  margin-top: 52px;
  display: flex;
  align-items: center;
}
.technology_stack_wrapper .technology_stack .technology_stack_directions .backend h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #212121;
}
.technology_stack_wrapper .technology_stack .technology_stack_directions .backend .backend_img {
  margin-left: 40px;
  display: flex;
  align-items: center;
}
.technology_stack_wrapper .technology_stack .technology_stack_directions .backend .backend_img img {
  margin-left: 24px;
  cursor: pointer;
}
.technology_stack_wrapper .technology_stack .technology_stack_directions .database {
  display: flex;
  align-items: center;
  margin-top: 59px;
}
.technology_stack_wrapper .technology_stack .technology_stack_directions .database h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #212121;
}
.technology_stack_wrapper .technology_stack .technology_stack_directions .database .database_img {
  display: flex;
  flex-wrap: nowrap;
  margin-left: 40px;
}
.technology_stack_wrapper .technology_stack .technology_stack_directions .database .database_img img {
  margin-left: 24px;
  cursor: pointer;
}
.technology_stack_wrapper .technology_stack .technology_stack_directions .database .database_img span {
  margin: 0 10px;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: center;
}
.technology_stack_wrapper .technology_stack .technology_stack_directions .database .database_img span img {
  margin: 0;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
}
.technology_stack_wrapper .position_mobile_img1,
.technology_stack_wrapper .position_mobile_img2,
.technology_stack_wrapper .position_mobile_img3,
.technology_stack_wrapper .position_mobile_img4 {
  display: none;
}
.technology_stack_wrapper .position_img1 {
  position: absolute;
  top: 250px;
  left: 22px;
}
.technology_stack_wrapper .position_img2 {
  position: absolute;
  top: 430px;
  left: 108px;
}
.technology_stack_wrapper .position_img3 {
  position: absolute;
  top: 575px;
  left: 76px;
}
.technology_stack_wrapper .position_img4 {
  position: absolute;
  right: 428px;
  top: 535px;
}
.technology_stack_wrapper .position_img5 {
  position: absolute;
  right: 149px;
  top: 367px;
}
.technology_stack_wrapper .position_img6 {
  position: absolute;
  right: -40px;
  top: 510px;
}

.solutions_wrapper {
  background: #fdf9ff;
}
.solutions_wrapper .solutions {
  padding: 135px 0;
}
.solutions_wrapper .solutions .solutions_text_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
.solutions_wrapper .solutions .solutions_text_title .title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 119.9%;
  text-transform: uppercase;
  color: #212121;
}
.solutions_wrapper .solutions .solutions_text_title .solutions_affter_img img:last-child {
  display: none;
}
.solutions_wrapper .solutions .solutions_text_title .solutions_title_right {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #212121;
  text-align: right;
}
.solutions_wrapper .solutions .solution_card_buttons {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.solutions_wrapper .solutions .solution_card_buttons .button_active button {
  background: linear-gradient(90deg, #cc00ee 0%, #6818fc 89.89%);
  color: #fff;
}
.solutions_wrapper .solutions .solution_card_buttons button {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #212121;
  border: 3px solid;
  border-image-source: linear-gradient(91.8deg, #cd00ee 0%, #6818fc 98.47%);
  border-image-slice: 20%;
  background: none;
}
.solutions_wrapper .solutions .solution_card_buttons .button1 button {
  padding: 36px 100px;
}
.solutions_wrapper .solutions .solution_card_buttons .button2 button {
  margin: 0 10px;
  padding: 33px 85px;
}
.solutions_wrapper .solutions .solution_card_buttons .button2 button p {
  line-height: 14px;
  white-space: nowrap;
}
.solutions_wrapper .solutions .solution_card_buttons .button3 button {
  padding: 36px 65px;
}
.solutions_wrapper .solutions .solutions_text_bottom {
  display: flex;
  justify-content: start;
  margin-top: 45px;
}
.solutions_wrapper .solutions .solutions_text_bottom .solutions_text_bottom_left {
  max-width: 575px;
  position: relative;
  z-index: 2;
}
.solutions_wrapper .solutions .solutions_text_bottom .solutions_text_bottom_left h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #212121;
}
.solutions_wrapper .solutions .solutions_text_bottom .solutions_text_bottom_left .list {
  margin-top: 25px;
  padding-left: 20px;
}
.solutions_wrapper .solutions .solutions_text_bottom .solutions_text_bottom_left .list li {
  padding-left: 14px;
  list-style-image: url("../images/Solutions/list_circle.svg");
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #212121;
  margin-bottom: 20px;
}
.solutions_wrapper .solutions .solutions_text_bottom .solutions_text_bottom_left .list li:last-child {
  margin-bottom: 0;
}
.solutions_wrapper .solutions .solutions_text_bottom .solutions_text_bottom_right {
  display: flex;
  align-items: center;
  align-items: flex-start;
  margin-left: 50px;
}
.solutions_wrapper .solutions .solutions_text_bottom .solutions_text_bottom_right .solutions_text_bottom_right_left {
  margin-top: 25px;
  position: relative;
  z-index: 4;
}
.solutions_wrapper .solutions .solutions_text_bottom .solutions_text_bottom_right .solutions_text_bottom_right_left h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #212121;
}
.solutions_wrapper .solutions .solutions_text_bottom .solutions_text_bottom_right .solutions_text_bottom_right_left .list {
  padding-left: 20px;
  margin-top: 27px;
}
.solutions_wrapper .solutions .solutions_text_bottom .solutions_text_bottom_right .solutions_text_bottom_right_left .list li {
  padding-left: 14px;
  margin-bottom: 20px;
  list-style-image: url("../images/Solutions/list_circle.svg");
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #212121;
}
.solutions_wrapper .solutions .solutions_text_bottom .solutions_text_bottom_right .solutions_text_bottom_right_left .list li:last-child {
  margin-bottom: 0;
}
.solutions_wrapper .solutions_text_bottom_right_img {
  width: 388px;
  height: 431px;
  position: absolute;
  z-index: 3;
  top: 414px;
  right: 158px;
}
.solutions_wrapper .solutions_text_bottom_right_img img {
  width: 100%;
}
.solutions_wrapper .setting {
  position: absolute;
  bottom: -230px;
  left: 513px;
}
.solutions_wrapper .img_bottom_position {
  display: none;
}
.solutions_wrapper .img1 {
  position: absolute;
  top: 200px;
  left: -35px;
}
.solutions_wrapper .img2 {
  position: absolute;
  top: 440px;
  left: -46px;
}
.solutions_wrapper .img3 {
  position: absolute;
  top: 358px;
  right: 109px;
}
.solutions_wrapper .img4 {
  position: absolute;
  top: 98px;
  right: -180px;
}
.solutions_wrapper .img5 {
  position: absolute;
  top: 475px;
  right: 427px;
}

.solutions2_wrapper {
  padding-top: 154px;
  position: relative;
  margin-bottom: 130px;
}
.solutions2_wrapper .main_big_container {
  overflow: hidden;
}
.solutions2_wrapper .main_container {
  position: relative;
  z-index: 5;
}
.solutions2_wrapper .solutions2 .solutions2_text_title {
  display: flex;
  justify-content: start;
  align-items: center;
}
.solutions2_wrapper .solutions2 .solutions2_text_title h2 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 119.9%;
  text-transform: uppercase;
  color: #212121;
}
.solutions2_wrapper .solutions2 .solutions2_text_title .img {
  margin: 0 39px 0 20px;
}
.solutions2_wrapper .solutions2 .solutions2_text_title .img .img_mobile_affter {
  display: none;
}
.solutions2_wrapper .solutions2 .solutions2_text_title .text_left_title p:first-child {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  color: #212121;
}
.solutions2_wrapper .solutions2 .solutions2_text_title .text_left_title p:last-child {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 1px;
  color: #212121;
}
.solutions2_wrapper .solutions2 .solutions2_bottom {
  margin-top: 50px;
}
.solutions2_wrapper .solutions2 .solutions2_bottom .solutions2_text {
  padding-left: 37px;
  margin-left: 0;
}
.solutions2_wrapper .solutions2 .solutions2_bottom .solutions2_text h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #212121;
}
.solutions2_wrapper .solutions2 .solutions2_bottom .solutions2_text p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #212121;
}
.solutions2_wrapper .solutions2 .solutions2_bottom .solutions2_text .list {
  padding-left: 20px;
}
.solutions2_wrapper .solutions2 .solutions2_bottom .solutions2_text .list li {
  list-style-image: url("../images/Solutions/list_circle.svg");
  padding-left: 14px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #212121;
  margin-bottom: 20px;
}
.solutions2_wrapper .solutions2 .solutions2_bottom .solutions2_text .list li:last-child {
  margin-bottom: 0;
}
.solutions2_wrapper .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 {
  margin-right: -265px;
  overflow: hidden;
}
.solutions2_wrapper .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 .owl-stage-outer .owl-item {
  float: left;
}
.solutions2_wrapper .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 .owl-stage-outer .owl-item .item .img_container {
  margin-right: -48px;
}
.solutions2_wrapper .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 .owl-stage-outer .owl-item .item .img_container img {
  width: 100% !important;
}
.solutions2_wrapper .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 .owl-dots {
  display: inline-block;
  transform: translate(158%, 88px);
  float: right;
}
.solutions2_wrapper .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 .owl-dots .owl-dot {
  background: linear-gradient(0deg, #be89f3, #be89f3), #be89f3;
  opacity: 0.5;
  width: 20px;
  height: 20px;
  border: none;
  outline: none;
  border-radius: 50%;
  margin-left: 20px;
  transform: translateY(-10px);
}
.solutions2_wrapper .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 .owl-dots .owl-dot:first-child {
  margin-left: 43px;
}
.solutions2_wrapper .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 .owl-dots .owl-dot:active {
  opacity: 1;
}
.solutions2_wrapper .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 .owl-dots .owl-dot:focus {
  opacity: 1;
}
.solutions2_wrapper .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 .owl-nav {
  float: right !important;
  display: inline-block;
  margin-top: 50px;
  margin-right: 38%;
}
.solutions2_wrapper .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 .owl-nav button {
  padding: 15px 22px;
  background: #fff;
  border: 1px solid #212121;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}
.solutions2_wrapper .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 .owl-nav button:nth-child(2) {
  margin-left: 10px;
}
.solutions2_wrapper .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 .owl-nav button span {
  font-size: 60px;
  line-height: 10px;
  transition: 0.5s;
  transform: translateY(-5px);
}
.solutions2_wrapper .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 .owl-nav button:hover {
  background: #212121;
}
.solutions2_wrapper .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 .owl-nav button:hover span {
  color: #fff;
}
.solutions2_wrapper .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 .item img {
  filter: grayscale(100%);
  cursor: pointer;
  transition: 0.5s;
}
.solutions2_wrapper .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 .item img:hover {
  filter: grayscale(0%);
}
.solutions2_wrapper .img1 {
  position: absolute;
  top: 249px;
  left: -145px;
}
.solutions2_wrapper .img2 {
  position: absolute;
  top: 639px;
  left: 0px;
}
.solutions2_wrapper .img3 {
  position: absolute;
  top: 216px;
  left: 251px;
}
.solutions2_wrapper .img4 {
  position: absolute;
  top: 230px;
  left: 460px;
}
.solutions2_wrapper .img5 {
  position: absolute;
  top: 247px;
  left: 562px;
}
.solutions2_wrapper .img6 {
  position: absolute;
  bottom: 25px;
  right: 185px;
}
.solutions2_wrapper .img7 {
  position: absolute;
  bottom: -15px;
  right: 40px;
}
.solutions2_wrapper .mobile1,
.solutions2_wrapper .mobile2,
.solutions2_wrapper .mobile3,
.solutions2_wrapper .mobile4 {
  display: none;
}

.portfolio {
  background: #FDF9FF;
  margin-bottom: 135px;
}
.portfolio .main_big_container {
  padding-top: 140px;
  padding-bottom: 116px;
  position: relative;
  z-index: 1;
}
.portfolio .main_container {
  position: relative;
  z-index: 1;
}
.portfolio .portfolio_top {
  margin-bottom: 45px;
}
.portfolio .portfolio_top .title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 119.9%;
  text-transform: uppercase;
  color: #212121;
  margin: 0;
}
.portfolio .portfolio_top .border_wrapper {
  max-width: 400px;
  margin: 0 40px;
}
.portfolio .portfolio_top .description {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #212121;
  margin: 0;
}
.portfolio .portfolio_carousel_container .title_big {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #212121;
  margin-bottom: 35px;
}
.portfolio .portfolio_carousel_container .portfolio_carousel {
  overflow: hidden;
}
.portfolio .portfolio_carousel_container .portfolio_carousel .portfolio_item .functional-features {
  padding-left: 20px;
  width: 50%;
}
.portfolio .portfolio_carousel_container .portfolio_carousel .portfolio_item .сompleted-tasks {
  padding-left: 33px;
  width: 50%;
}
.portfolio .portfolio_carousel_container .portfolio_carousel .portfolio_item .сompleted-tasks svg {
  margin-right: 23px;
  height: 100%;
}
.portfolio .portfolio_carousel_container .portfolio_carousel .portfolio_item .сompleted-tasks svg linearGradient {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio .portfolio_carousel_container .portfolio_carousel .portfolio_item li {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #212121;
  margin-bottom: 15px;
  list-style-image: url("../images/portfolio/li_icon.svg");
  padding-left: 14px;
}
.portfolio .portfolio_carousel_container .portfolio_carousel .portfolio_item .title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #212121;
  margin-bottom: 18px;
  list-style: none;
}
.portfolio .portfolio_carousel_container .portfolio_carousel .owl-item {
  float: left;
}
.portfolio .portfolio_carousel_container .portfolio_carousel .owl-dots {
  display: inline-block;
  margin-left: 160px;
  margin-top: 70px;
  position: relative;
  z-index: 2;
}
.portfolio .portfolio_carousel_container .portfolio_carousel .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(0deg, #BE89F3, #BE89F3), #BE89F3;
  opacity: 0.5;
  border: 0;
  margin-right: 20px;
}
.portfolio .portfolio_carousel_container .portfolio_carousel .active {
  opacity: 1;
}
.portfolio .portfolio_carousel_container .portfolio_carousel .owl-next,
.portfolio .portfolio_carousel_container .portfolio_carousel .owl-prev {
  display: none;
}
.portfolio .portfolio_carousel_container .owl_buttons {
  transform: translateY(-95%);
}
.portfolio .portfolio_carousel_container .owl_buttons button {
  width: 60px;
  height: 60px;
  border: 1px solid #212121;
  transition: 0.8s;
}
.portfolio .portfolio_carousel_container .owl_buttons button:hover {
  background: #212121;
}
.portfolio .portfolio_carousel_container .owl_buttons button:hover svg path {
  stroke: rgb(255, 255, 255);
}
.portfolio .potfolio_imgs {
  position: absolute;
  top: 100px;
  right: 80px;
}
.portfolio .potfolio_imgs .img:nth-child(2) {
  margin: 10px 20px 0 0;
}
.portfolio .potfolio_imgs .img:nth-child(3) {
  margin: -50px 200px 0 0;
}
.portfolio .potfolio_imgs .img:nth-child(4) {
  margin: -100px -70px 0 0;
}

.customer_opinion {
  padding-bottom: 200px;
}
.customer_opinion .customer_opinion_top {
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.customer_opinion .customer_opinion_top .title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 119.9%;
  text-transform: uppercase;
  color: #212121;
  margin-bottom: 0;
}
.customer_opinion .customer_opinion_top .img {
  margin: 15px 30px 15px 0;
}
.customer_opinion .customer_opinion_top .description {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #252525;
  margin-bottom: 0;
}
.customer_opinion .customer_opinion_carusel {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.customer_opinion .customer_opinion_carusel .carusel_card {
  background: #FFFFFF;
  padding: 40px 40px 93px;
  border: 3px solid;
  border-image-source: linear-gradient(180deg, #EA00CD 0%, #7714FA 100%);
  border-image-slice: 23%;
}
.customer_opinion .customer_opinion_carusel .carusel_card .user_name .user_about {
  margin-left: 15px;
}
.customer_opinion .customer_opinion_carusel .carusel_card .user_name .user_about .name {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 119.9%;
  color: #212121;
  margin-bottom: 4px;
}
.customer_opinion .customer_opinion_carusel .carusel_card .user_name .user_about .description {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 119.9%;
  color: #212121;
  margin-bottom: 0;
}
.customer_opinion .customer_opinion_carusel .carusel_card .decription_big {
  margin-top: 30px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 119.9%;
  color: #212121;
}
.customer_opinion .customer_opinion_carusel .owl-item {
  float: left;
}
.customer_opinion .customer_opinion_carusel .owl-next,
.customer_opinion .customer_opinion_carusel .owl-prev {
  display: none;
}
.customer_opinion .customer_opinion_carusel .owl-dots {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  margin: 40px 0;
}
.customer_opinion .customer_opinion_carusel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  background: linear-gradient(0deg, #BE89F3, #BE89F3), #BE89F3;
  opacity: 0.5;
  border-radius: 50%;
  border: 0;
  margin-right: 20px;
}
.customer_opinion .customer_opinion_carusel .owl-dots .active {
  opacity: 1;
}
.customer_opinion .owl_buttons {
  transform: translateY(-135%);
  position: relative;
  z-index: 2;
}
.customer_opinion .owl_buttons button {
  width: 60px;
  height: 60px;
  border: 1px solid #212121;
  transition: 0.8s;
  margin-left: 10px;
}
.customer_opinion .owl_buttons button:hover {
  background: #212121;
}
.customer_opinion .owl_buttons button:hover svg path {
  stroke: rgb(255, 255, 255);
}
.customer_opinion .imgs_left {
  position: absolute;
  left: 0;
  bottom: -8%;
}
.customer_opinion .imgs_left .img:nth-child(1) {
  margin-left: -55%;
}
.customer_opinion .imgs_left .img:nth-child(2) {
  margin-left: 20px;
}
.customer_opinion .imgs_left .img:nth-child(3) {
  margin-left: 70px;
  margin-top: 20px;
}
.customer_opinion .imgs_right {
  position: absolute;
  right: 0;
  bottom: -10%;
  margin-right: -6%;
}

footer {
  width: 100%;
  background: #FDF9FF;
  padding: 140px 0 127px;
}
footer .main_big_container {
  position: relative;
  z-index: 1;
}
footer .main_container {
  position: relative;
  z-index: 1;
}
footer .footer_left_imgs {
  position: absolute;
  top: -100px;
  left: 0;
  padding-top: 100px;
}
footer .footer_left_imgs .img:nth-child(1) {
  margin-left: -70px;
}
footer .footer_left_imgs .img:nth-child(2) {
  margin-left: 60px;
}
footer .footer_left_imgs .img:nth-child(3) {
  margin-left: 36px;
}
footer .footer_left_imgs .img:nth-child(4) {
  margin-left: 178px;
}
footer .form_container {
  padding-right: 70px;
  background: transparent;
  padding-left: 20px;
}
footer .form_container .title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 33px;
  line-height: 39px;
  text-transform: uppercase;
  color: #212121;
  margin-bottom: 15px;
}
footer .form_container .description {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 119.9%;
  color: #212121;
  margin-bottom: 30px;
}
footer .form_container form input {
  width: 100%;
  padding: 20px 15px;
  margin-bottom: 15px;
  border: 2px solid #b5b4b4;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 119.9%;
  color: #999494;
}
footer .form_container form input:focus {
  outline: none;
}
footer .form_container form input::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 119.9%;
  color: #999494;
}
footer .form_container form input:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 119.9%;
  color: #999494;
}
footer .form_container form input::placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 119.9%;
  color: #999494;
}
footer .form_container form textarea {
  width: 100%;
  padding: 20px 15px;
  margin-bottom: 15px;
  border: 2px solid #b5b4b4;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 119.9%;
  color: #999494;
}
footer .form_container form textarea:focus {
  outline: none;
}
footer .form_container form textarea::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 119.9%;
  color: #999494;
}
footer .form_container form textarea:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 119.9%;
  color: #999494;
}
footer .form_container form textarea::placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 119.9%;
  color: #999494;
}
footer .form_container form button {
  width: 100%;
  padding: 20px 0;
  background: linear-gradient(90deg, #EE00C8 0%, #CD00EE 51.56%, #6818FC 100%);
  border: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
}
footer .contact {
  padding-left: 74px;
}
footer .contact .title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 33px;
  line-height: 39px;
  text-transform: uppercase;
  color: #212121;
  margin-bottom: 30px;
}
footer .contact p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 119.9%;
  color: #000000;
  margin: 0;
}
footer .contact .contact_top {
  padding-left: 100px;
  margin-bottom: 100px;
}
footer .contact .contact_top .contacts_footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .contact .contact_top .contacts_footer .wp {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: 1s;
  overflow: hidden;
  margin-right: 34px;
}
footer .contact .contact_top .contacts_footer .wp:hover {
  background: linear-gradient(180deg, #EC00C9 0%, #6918FC 100%);
}

footer .contact .contact_top .contacts_footer.wp:hover svg path {
  fill: #FFFFFF;
}
footer .contact .contact_top .contacts_footer .telegram {
  overflow: hidden;
  border-radius: 100%;
  border: 0;
  margin-right: 34px;
}
footer .contact .contact_top .contacts_footer .telegram:hover svg {
  color: #FFFFFF;
}
footer .contact .contact_top .contacts_footer .phone .phone2 {
  display: none;
  overflow: hidden;
}
footer .contact .contact_top .contacts_footer .phone:hover .phone1 {
  display: none;
}
footer .contact .contact_top .contacts_footer .phone:hover .phone2 {
  display: block;
}
footer .contact .contact_top .phone {
  margin: 25px 0;
}
footer .contact .contact_top a {
  color: #000000;
  text-decoration: none;
}
footer .contact .contact_top .softtank_text {
  margin-bottom: 25px;
}
footer .contact .logo {
  margin-bottom: 130px;
}
footer .contact .contact_bottom {
  padding-left: 100px;
}
footer .contact .contact_bottom p:nth-child(2) {
  max-width: 350px;
}
footer .footer_right_imgs {
  position: absolute;
  top: 190px;
  right: 0;
}
footer .footer_right_imgs .img:nth-child(1) {
  margin-right: 140px;
}
footer .footer_right_imgs .img:nth-child(2) {
  margin-right: -45px;
}
footer .footer_right_imgs .img:nth-child(3) {
  margin-top: 40px;
  margin-right: -60px;
}

@media (max-width: 1890px) {
  .solutions2_wrapper .main_container .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 {
    margin-right: -245px;
  }
}
@media (max-width: 1850px) {
  .solutions2_wrapper .main_container .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 {
    margin-right: -225px;
  }
}
@media (max-width: 1810px) {
  .solutions2_wrapper .main_container .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 {
    margin-right: -205px;
  }
}
@media (max-width: 1770px) {
  .solutions2_wrapper .main_container .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 {
    margin-right: -185px;
  }
}
@media (max-width: 1730px) {
  .solutions2_wrapper {
    overflow: hidden;
  }
  .solutions2_wrapper .main_container .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 {
    margin-right: -165px;
  }
}
@media (max-width: 1690px) {
  .solutions2_wrapper .main_container .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 {
    margin-right: -145px;
  }
}
@media (max-width: 1650px) {
  .solutions2_wrapper .main_container .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 {
    margin-right: -125px;
  }
}
@media (max-width: 1570px) {
  .solutions2_wrapper .main_container .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 {
    margin-right: -85px;
  }
}
@media (max-width: 1530px) {
  .solutions2_wrapper .main_container .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 {
    margin-right: -65px;
  }
}
@media (max-width: 1490px) {
  .solutions2_wrapper .main_container .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 {
    margin-right: -45px;
  }
}
@media (max-width: 1610px) {
  .solutions2_wrapper .main_container .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 {
    margin-right: -105px;
  }
}
@media (max-width: 1730px) {
  .solutions2_wrapper .main_container .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 {
    margin-right: -85px;
  }
}
@media (max-width: 1460px) {
  .solutions_wrapper .main_container {
    position: relative;
    z-index: 4;
  }
  .solutions_wrapper .main_container .solutions .solutions_text_title .solutions_affter_img img {
    max-width: 500px;
  }
  .solutions_wrapper .main_container .solutions .solutions_text_title .solution_card_buttons .button1 button {
    padding: 36px 50px;
  }
  .solutions_wrapper .setting {
    left: 350px;
  }
}
@media (max-width: 1340px) {
  .solutions_wrapper .main_container .solution_card_buttons .button1 button {
    padding: 36px 50px;
  }
  .solutions_wrapper .main_container .solution_card_buttons .button2 button {
    padding: 20px 40px;
  }
  .solutions_wrapper .main_container .solution_card_buttons .button3 button {
    padding: 36px;
  }
  .solutions_wrapper .setting {
    left: 350px;
  }
}
@media (max-width: 1200px) {
  .header_desctop .logo {
    width: 100%;
  }
  .header_desctop .burger_menu {
    display: block;
  }
  .header_desctop .nav_link {
    display: none !important;
  }
  .header_desctop .nav_link a {
    margin-right: 10px;
  }
  .header_desctop .header_right {
    display: none !important;
  }
  .header_mobile {
    width: 100%;
    background: linear-gradient(180deg, #943391 0%, #4B53A8 100%);
    position: absolute;
    top: 0;
    left: -100%;
    right: 0;
    flex-direction: column;
    z-index: 101;
    display: block;
    padding-bottom: 150px;
    padding-top: 31px;
    transition: 0.5s;
  }
  .header_mobile nav {
    flex-direction: column;
  }
  .header_mobile nav .logo {
    margin-bottom: 93px;
  }
  .header_mobile nav .nav_link {
    flex-direction: column;
  }
  .header_mobile nav .nav_link li {
    margin-bottom: 43px;
  }
  .header_mobile nav .nav_link li a {
    margin-right: 0;
  }
  .header_mobile nav .header_right {
    flex-direction: column;
  }
  .header_mobile nav .header_right .submit-application {
    order: 2;
  }
  .header_mobile nav .header_right .contact {
    order: 1;
    text-align: center;
  }
  .header_mobile nav .header_right .contact .phone {
    margin-bottom: 24px;
  }
  .header_mobile nav .header_right .contact .location {
    margin-bottom: 24px;
  }
  .header_mobile .exit_menu {
    display: block;
  }
  .header_mobile_active {
    left: 0;
  }
  .container_style .container_style_top .border_content {
    margin: 15px 0;
  }
  .technology_stack_wrapper .technology_stack {
    padding-bottom: 20px;
  }
  .solutions_wrapper .main_container .solutions .solutions_text_title .solutions_affter_img img {
    max-width: 410px;
  }
  .solutions_wrapper .main_container .solution_card_buttons {
    flex-direction: column;
    align-items: center;
  }
  .solutions_wrapper .main_container .solution_card_buttons .button1 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .solutions_wrapper .main_container .solution_card_buttons .button1 button {
    padding: 36px 50px;
    width: 100%;
  }
  .solutions_wrapper .main_container .solution_card_buttons .button2 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 10px;
  }
  .solutions_wrapper .main_container .solution_card_buttons .button2 button {
    padding: 23px 40px;
    width: 100%;
    margin: 0;
  }
  .solutions_wrapper .main_container .solution_card_buttons .button3 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 10px;
  }
  .solutions_wrapper .main_container .solution_card_buttons .button3 button {
    padding: 36px;
    width: 100%;
  }
  .solutions_wrapper .solutions_text_bottom_right_img {
    top: 800px;
    right: 48px;
  }
  .solutions2_wrapper .main_container .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 {
    margin-left: -37px;
  }
  .solutions2_wrapper .main_container .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 .item .solutions2_text {
    padding: 20px 67px;
  }
  .solutions2_wrapper .main_container .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 .item .img_container {
    width: 100%;
  }
  .solutions2_wrapper .main_container .solutions2 .solutions2_text_title .text_left_title .text_bottom {
    line-height: 20px;
  }
  .customer_opinion .customer_opinion_carusel .carusel_card {
    padding: 30px;
  }
  .customer_opinion .customer_opinion_carusel .carusel_card .stars-mobile {
    margin-top: 40px;
  }
  footer .contact {
    padding-left: 0;
  }
  footer .contact .contact_top {
    padding-left: 0;
  }
  footer .contact .contact_bottom {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .technology_stack_wrapper .technology_stack {
    padding-bottom: 20px;
  }
  .solutions_wrapper .main_container .solutions .solutions_text_title {
    flex-direction: column;
    align-items: flex-start;
  }
  .solutions_wrapper .main_container .solutions .solutions_text_title .solutions_affter_img img:first-child {
    display: none;
  }
  .solutions_wrapper .main_container .solutions .solutions_text_title .solutions_affter_img img:last-child {
    display: block;
    margin: 15px 0;
  }
  .solutions_wrapper .main_container .solution_card_buttons {
    flex-direction: column;
    align-items: center;
  }
  .solutions_wrapper .main_container .solution_card_buttons .button1 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .solutions_wrapper .main_container .solution_card_buttons .button1 button {
    padding: 36px 50px;
    width: 100%;
  }
  .solutions_wrapper .main_container .solution_card_buttons .button2 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 10px;
  }
  .solutions_wrapper .main_container .solution_card_buttons .button2 button {
    padding: 18px 40px;
    width: 100%;
    margin: 0;
  }
  .solutions_wrapper .main_container .solution_card_buttons .button3 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 10px;
  }
  .solutions_wrapper .main_container .solution_card_buttons .button3 button {
    padding: 36px;
    width: 100%;
  }
  .solutions2_wrapper .main_container .solutions2 .solutions2_text_title {
    flex-direction: column;
    align-items: flex-start;
  }
  .solutions2_wrapper .main_container .solutions2 .solutions2_text_title .img {
    margin: 0 39px 15px 0px;
  }
  .solutions2_wrapper .main_container .solutions2 .solutions2_text_title .text_left_title p {
    display: inline-block;
  }
  .solutions2_wrapper .main_container .solutions2 .solutions2_text_title .text_left_title .text_bottom {
    line-height: 20px;
  }
  .solutions2_wrapper .main_container .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 {
    margin-left: -49px;
  }
  .solutions2_wrapper .main_container .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 .owl-nav {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-around;
    width: 100% !important;
    margin: 0 auto;
    margin-left: -52px;
    transform: translateY(20px);
  }
  .solutions2_wrapper .main_container .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 .owl-nav .owl-prev {
    position: relative;
    z-index: 10 !important;
  }
  .solutions2_wrapper .main_container .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 .owl-nav .owl-prev {
    position: relative;
    z-index: 10 !important;
  }
  .solutions2_wrapper .main_container .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 .owl-dots {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-left: -65px;
    display: inline-flex;
    justify-content: center;
    transform: translateY(-20px);
  }
  .solutions2_wrapper .main_container .solutions2 .solutions2_bottom .solutions2_img .owl_solutions2 .owl-dots .owl-dot {
    margin-left: 16px;
    width: 16px;
    height: 16px;
  }
  .portfolio .portfolio_top .title {
    margin: 0;
  }
  .portfolio .portfolio_top .border_wrapper {
    margin: 15px 0;
  }
  .portfolio .portfolio_top .description {
    margin: 0;
  }
  .portfolio .portfolio_carousel_container .portfolio_carousel .portfolio_item .functional-features {
    width: 100%;
  }
  .portfolio .portfolio_carousel_container .portfolio_carousel .portfolio_item .сompleted-tasks {
    width: 100%;
    margin-top: 25px;
    padding-left: 20px;
  }
  .portfolio .portfolio_carousel_container .portfolio_carousel .portfolio_item .сompleted-tasks ul {
    margin-left: 0;
    padding-left: 0;
  }
  .customer_opinion .imgs_left {
    display: flex;
    top: -20px;
    left: auto;
    right: -500px;
  }
  .customer_opinion .imgs_left .img:nth-child(1) {
    transform: translate(200px, -57%) scale(0.2);
  }
  .customer_opinion .imgs_left .img:nth-child(2) {
    transform: translate(40px, -35%) scale(0.7);
  }
  .customer_opinion .imgs_left .img:nth-child(3) {
    transform: scale(1.2);
  }
  footer .form_container {
    max-width: 600px;
    padding: 92px 0 0;
    margin: 0 auto;
  }
  footer .contact {
    max-width: 600px;
    padding: 92px 0 0;
    margin: 0 auto;
  }
}
@media (max-width: 850px) {
  .solutions_wrapper .solutions .solutions_text_bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .solutions_wrapper .solutions .solutions_text_bottom .solutions_text_bottom_right {
    margin-left: 0;
  }
  .solutions_wrapper .setting {
    left: 80px;
  }
}
@media only screen and (max-width: 900px) {
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_text {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_text .Technology_stack_text_img {
    margin: 15px 0;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_text .Technology_stack_text_img .mobile_affter_img {
    display: inline-block;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_text .Technology_stack_text_img .desctop_affter_img {
    display: none;
  }
}
@media only screen and (max-width: 830px) {
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend {
    flex-direction: column;
    align-items: flex-start;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .frontend_img {
    margin-left: 0;
    overflow-x: scroll;
    width: 100%;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .frontend_img img:first-child {
    margin-left: 0;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .backend {
    flex-direction: column;
    align-items: flex-start;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .backend .backend_img {
    margin-left: 0;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .backend .backend_img img:first-child {
    margin-left: 0;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .database {
    flex-direction: column;
    align-items: flex-start;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .database .database_img {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .submit_application_modal {
    max-width: 100%;
    padding: 30px 30px 100px;
    top: 0;
  }
  .submit_application_modal .title {
    font-size: 25px;
    line-height: 29px;
  }
  .submit_application_modal .description {
    font-size: 14px;
    line-height: 119.9%;
    max-width: 200px;
    margin: 15px auto;
  }
  .submit_application_modal input {
    font-size: 12px;
    line-height: 119.9%;
  }
  .submit_application_modal input::-moz-placeholder {
    font-size: 12px;
    line-height: 119.9%;
  }
  .submit_application_modal input:-ms-input-placeholder {
    font-size: 12px;
    line-height: 119.9%;
  }
  .submit_application_modal input::placeholder {
    font-size: 12px;
    line-height: 119.9%;
  }
  .submit_application_modal textarea {
    font-size: 12px;
    line-height: 119.9%;
  }
  .submit_application_modal textarea::-moz-placeholder {
    font-size: 12px;
    line-height: 119.9%;
  }
  .submit_application_modal textarea:-ms-input-placeholder {
    font-size: 12px;
    line-height: 119.9%;
  }
  .submit_application_modal textarea::placeholder {
    font-size: 12px;
    line-height: 119.9%;
  }
  .submit_application_modal button {
    padding: 20px 0;
    font-size: 16px;
    line-height: 20px;
  }
  .submit_application_modal .modal_exit {
    margin-right: 0;
  }
  .to_accept {
    max-width: 360px;
    margin: 100px auto;
    padding: 20px 20px 50px;
    top: 0;
  }
  .to_accept .title {
    font-size: 25px;
    line-height: 29px;
  }
  .to_accept .description {
    font-size: 14px;
    line-height: 119.9%;
    max-width: 200px;
    margin: 15px auto;
  }
  .to_accept input {
    font-size: 12px;
    line-height: 119.9%;
  }
  .to_accept input::-moz-placeholder {
    font-size: 12px;
    line-height: 119.9%;
  }
  .to_accept input:-ms-input-placeholder {
    font-size: 12px;
    line-height: 119.9%;
  }
  .to_accept input::placeholder {
    font-size: 12px;
    line-height: 119.9%;
  }
  .to_accept textarea {
    font-size: 12px;
    line-height: 119.9%;
  }
  .to_accept textarea::-moz-placeholder {
    font-size: 12px;
    line-height: 119.9%;
  }
  .to_accept textarea:-ms-input-placeholder {
    font-size: 12px;
    line-height: 119.9%;
  }
  .to_accept textarea::placeholder {
    font-size: 12px;
    line-height: 119.9%;
  }
  .to_accept button {
    padding: 20px 0;
    font-size: 16px;
    line-height: 20px;
  }
  .to_accept .modal_exit {
    margin-right: 0;
  }
  .home .settings_icon {
    left: auto;
    right: -240px;
    bottom: -5%;
    transform: rotate(-60.49deg) scale(0.6);
  }
  .home .home_bg_small_imgages .imgs_center {
    top: 160px;
    right: -60px;
    bottom: auto;
  }
  .home .home_bg_small_imgages .imgs_center .img:nth-child(1) {
    transform: scale(1.2);
  }
  .home .home_bg_small_imgages .imgs_center .img:nth-child(2) {
    transform: translateY(-40px);
    margin: 0 50px;
  }
  .home .home_bg_small_imgages .imgs_bottom {
    width: 200px;
    margin: 0;
    left: 0;
    bottom: 150px;
  }
  .home .home_bg_small_imgages .imgs_bottom .img:nth-child(1) {
    transform: scale(0.6);
  }
  .home .home_bg_small_imgages .imgs_bottom .img:nth-child(2) {
    transform: translateX(-70px) scale(1.1);
  }
  .home .home_in .home_in_right {
    width: 100%;
    transform: translateY(300px);
  }
  .container_style {
    margin-bottom: 10px;
  }
  .container_style .imgs_left {
    left: auto;
    right: 0;
  }
  .container_style .imgs_left .img:nth-child(1) {
    margin-right: -300px;
    transform: translateY(120%) scale(0.6);
  }
  .container_style .imgs_left .img:nth-child(2) {
    transform: translateY(50%) scale(0.3);
    margin-left: -80px;
  }
  .container_style .imgs_left .img:nth-child(3) {
    transform: scale(0.3);
  }
  .portfolio {
    padding-top: 100px;
  }
  .portfolio .main_big_container {
    padding-top: 0;
  }
  .portfolio .potfolio_imgs {
    top: -10%;
    right: 0;
  }
  .portfolio .potfolio_imgs .img:nth-child(1) {
    order: 2;
    transform: translate(-220px, -150%);
  }
  .portfolio .potfolio_imgs .img:nth-child(2) {
    transform: translate(140px, -75%) scale(0.4);
    order: 3;
  }
  .portfolio .potfolio_imgs .img:nth-child(3) {
    transform: translateX(270px) scale(0.8);
    order: 1;
  }
  .portfolio .potfolio_imgs .img:nth-child(4) {
    display: none;
  }
  .customer_opinion {
    padding-bottom: 100px;
  }
  footer .footer_right_imgs {
    width: 100%;
    height: 38.5%;
    top: 0;
    left: auto;
  }
  footer .footer_right_imgs .img:nth-child(1) {
    margin-top: -130px;
    transform: rotate(-90deg);
  }
  footer .footer_right_imgs .img:nth-child(3) {
    margin-top: -151px;
    margin-right: 300px;
    transform: rotate(35deg);
  }
  footer .footer_left_imgs {
    bottom: 0;
    right: 0;
    margin-top: 300px;
    z-index: 1;
  }
  footer .footer_left_imgs .img:nth-child(2) {
    transform: translate(50px, 125px) scale(0.8);
  }
  footer .footer_left_imgs .img:nth-child(3) {
    transform: translate(300px, -180px);
  }
  footer .footer_left_imgs .img:nth-child(3) img {
    height: 200px;
  }
  footer .footer_left_imgs .img:nth-child(4) {
    transform: translate(-100px, 0);
  }
  footer .form_container {
    padding-top: 0;
    padding-bottom: 92px;
  }
  footer .contact {
    margin-top: 100px;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (max-width: 650px) {
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_text .Technology_stack_text_img {
    margin: 0;
    margin-bottom: 10px;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend {
    flex-direction: column;
    align-items: flex-start;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .frontend_img {
    display: none;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .stack-carousel {
    overflow: hidden;
    width: 100%;
    display: block;
    position: relative;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .stack-carousel .owl-item {
    float: left;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .stack-carousel .owl-item .item span {
    white-space: nowrap !important;
    width: 100%;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .stack-carousel .owl-item .item img {
    height: 40px;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .stack-carousel .owl-item .item span {
    white-space: nowrap;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .stack-carousel .owl-nav {
    width: 100%;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .stack-carousel .owl-dots {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 80px;
    position: relative;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .stack-carousel .owl-dots button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: linear-gradient(0deg, #be89f3, #be89f3), #be89f3;
    border: none;
    outline: none;
    margin: 0 5px;
    opacity: 0.5;
    position: relative;
    z-index: 5;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .stack-carousel .owl-dots button:focus {
    background: linear-gradient(0deg, #be89f3, #be89f3), #be89f3 !important;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .stack-carousel .owl-dots button:active {
    background: linear-gradient(0deg, #be89f3, #be89f3), #be89f3 !important;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .stack-carousel .owl-prev {
    display: none;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .stack-carousel .owl-next {
    display: none;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .owl_buttons {
    display: flex !important;
    justify-content: space-between !important;
    width: 300px;
    margin: 0 auto;
    transform: translateY(-65%);
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .owl_buttons button {
    background-color: transparent;
    width: 60px;
    height: 60px;
    border: 1px solid #212121;
    transition: 0.5s;
    position: relative;
    z-index: 6;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .owl_buttons button:hover {
    background: #212121;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .owl_buttons button:hover svg path {
    stroke: #fff;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .backend {
    flex-direction: column;
    align-items: flex-start;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .backend .backend_img {
    margin-left: 0;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .backend .backend_img img {
    margin: 0 5px;
    height: 40px;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .database {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .database .database_img {
    width: 100%;
    margin-left: 0;
    display: flex;
    align-items: center;
    overflow: scroll;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .database .database_img::-webkit-scrollbar {
    display: none;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .database .database_img span {
    width: 57px;
    height: 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-left: 0;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .database .database_img span img {
    margin: 0 5px;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .database .database_img span img:first-child {
    width: 14px;
    height: 15px;
    margin-right: 1px;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .database .database_img span img:nth-child(2) {
    width: 42px;
    height: 12px;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .database .database_img img {
    height: 40px;
  }
  .technology_stack_wrapper .position_mobile_img4 {
    display: none;
  }
  .solutions_wrapper {
    overflow: hidden;
  }
  .solutions_wrapper .main_container .solutions .solutions_text_title .title {
    font-size: 25px;
    line-height: 119.9%;
  }
  .solutions_wrapper .main_container .solutions .solutions_text_title .solutions_title_right {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    max-width: 227px;
  }
  .solutions_wrapper .main_container .solutions .solution_card_buttons .button1 button {
    padding: 18px 20px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .solutions_wrapper .main_container .solutions .solution_card_buttons .button3 button {
    padding: 18px 100px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding: 29px 20px;
  }
  .solutions_wrapper .main_container .solutions .solution_card_buttons .button2 button {
    padding: 18px 10px;
    text-align: center;
  }
  .solutions_wrapper .main_container .solutions .solution_card_buttons .button2 button p {
    font-size: 18px;
    line-height: 22px;
  }
  .solutions_wrapper .main_container .solutions .solution_card_buttons .button2 button p:first-child {
    margin-bottom: 4px;
  }
  .solutions_wrapper .main_container .solutions .solution_card_buttons .button2 button p:nth-child(2) {
    margin-bottom: 0;
  }
  .solutions_wrapper .main_container .solutions .solutions_text_bottom .solutions_text_bottom_left h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .solutions_wrapper .main_container .solutions .solutions_text_bottom .solutions_text_bottom_left .list li {
    font-size: 14px;
    line-height: 17px;
    padding-left: 8px;
  }
  .solutions_wrapper .main_container .solutions .solutions_text_bottom .solutions_text_bottom_right .solutions_text_bottom_right_left h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .solutions_wrapper .main_container .solutions .solutions_text_bottom .solutions_text_bottom_right .solutions_text_bottom_right_left .list li {
    font-size: 14px;
    line-height: 17px;
    padding-left: 8px;
  }
  .solutions_wrapper .img_bottom_position {
    display: block;
    position: absolute;
    bottom: -30px;
    left: 46px;
  }
  .solutions_wrapper .solutions_text_bottom_right_img {
    width: 166px;
    height: 185px;
    right: -18px;
    top: auto;
    bottom: 37px;
  }
  .solutions_wrapper .solutions_text_bottom_right_img img {
    width: 166px;
    height: 185px;
  }
  .solutions_wrapper .img1 {
    display: none;
  }
  .solutions_wrapper .img2 {
    display: none;
  }
  .solutions_wrapper .img6 {
    position: absolute;
    top: -75px;
    left: 15px;
  }
  .solutions_wrapper .img3 {
    width: 75px;
    top: 130px;
    right: 69px;
    transform: rotate(180deg);
  }
  .solutions_wrapper .img4 {
    display: none;
  }
  .solutions_wrapper .img5 {
    top: 30px;
    right: 146px;
    width: 92px;
  }
  .solutions_wrapper .setting {
    display: none;
  }
  .solutions2_wrapper {
    padding-top: 100px;
  }
  .solutions2_wrapper .main_container .solutions2 .solutions2_text_title h2 {
    font-size: 25px;
    line-height: 119.9%;
  }
  .solutions2_wrapper .main_container .solutions2 .solutions2_text_title .img img:first-child {
    display: none;
  }
  .solutions2_wrapper .main_container .solutions2 .solutions2_text_title .img .img_mobile_affter {
    display: block;
  }
  .solutions2_wrapper .main_container .solutions2 .solutions2_text_title .text_left_title p {
    font-size: 18px;
    line-height: 22px;
  }
  .solutions2_wrapper .main_container .solutions2 .solutions2_text_title .text_left_title p:first-child {
    margin-bottom: 2px;
  }
  .solutions2_wrapper .main_container .solutions2 .solutions2_bottom .solutions2_text h3 {
    margin-top: 12px;
    font-size: 20px;
    line-height: 24px;
  }
  .solutions2_wrapper .main_container .solutions2 .solutions2_bottom .solutions2_text p {
    font-size: 18px;
    line-height: 22px;
  }
  .solutions2_wrapper .main_container .solutions2 .solutions2_bottom .solutions2_text .list li {
    font-size: 14px;
    line-height: 17px;
  }
  .solutions2_wrapper .img1 {
    display: none;
  }
  .solutions2_wrapper .img2 {
    display: none;
  }
  .solutions2_wrapper .img3 {
    display: none;
  }
  .solutions2_wrapper .img4 {
    display: none;
  }
  .solutions2_wrapper .img5 {
    display: none;
  }
  .solutions2_wrapper .img6 {
    display: none;
  }
  .solutions2_wrapper .img7 {
    display: none;
  }
  .solutions2_wrapper .mobile1,
.solutions2_wrapper .mobile2,
.solutions2_wrapper .mobile3,
.solutions2_wrapper .mobile4 {
    display: block;
  }
  .solutions2_wrapper .mobile1 {
    display: block;
    position: absolute;
    top: -165px;
    left: 46px;
    z-index: 15;
  }
  .solutions2_wrapper .mobile2 {
    display: block;
    position: absolute;
    top: 13px;
    left: 137px;
  }
  .solutions2_wrapper .mobile3 {
    display: block;
    position: absolute;
    top: 17px;
    right: 87px;
  }
  .solutions2_wrapper .mobile4 {
    display: block;
    position: absolute;
    top: 30px;
    right: 27px;
  }
}
@media only screen and (max-width: 620px) {
  .technology_stack_wrapper .main_container .technology_stack {
    padding-bottom: 100px;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_text {
    padding-top: 100px;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_text .Technology_stack_text_title h1 {
    font-size: 25px;
    line-height: 119.9%;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_text .Technology_stack_text_right p {
    font-size: 18px;
    line-height: 22px;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend {
    flex-direction: column;
    align-items: flex-start;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .frontend_img {
    display: none;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .stack-carousel {
    overflow: hidden;
    width: 100%;
    display: block;
    position: relative;
    margin-top: 30px;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .stack-carousel .owl-item {
    float: left;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .stack-carousel .owl-item .item span {
    white-space: nowrap;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .stack-carousel .owl-nav {
    width: 100%;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .stack-carousel .owl-dots {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    margin-top: 80px;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .stack-carousel .owl-dots button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: linear-gradient(0deg, #be89f3, #be89f3), #be89f3;
    border: none;
    outline: none;
    margin: 0 5px;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .owl_buttons button {
    background-color: transparent;
    width: 60px;
    height: 60px;
    border: 1px solid #212121;
    transition: 0.5s;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .owl_buttons button:hover {
    background: #212121;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .fontend .owl_buttons button:hover svg path {
    stroke: #fff;
  }
  .technology_stack_wrapper .position_img1 {
    display: none;
  }
  .technology_stack_wrapper .position_img2 {
    display: none;
  }
  .technology_stack_wrapper .position_img3 {
    display: none;
  }
  .technology_stack_wrapper .position_img4 {
    display: none;
  }
  .technology_stack_wrapper .position_img5 {
    display: none;
  }
  .technology_stack_wrapper .position_img6 {
    display: none;
  }
  .technology_stack_wrapper .position_mobile_img1,
.technology_stack_wrapper .position_mobile_img2,
.technology_stack_wrapper .position_mobile_img3,
.technology_stack_wrapper .position_mobile_img4 {
    display: inline-block;
  }
  .technology_stack_wrapper .position_mobile_img1 {
    position: absolute;
    top: 11px;
    left: 0;
  }
  .technology_stack_wrapper .position_mobile_img2 {
    position: absolute;
    top: 145px;
    right: 24px;
  }
  .technology_stack_wrapper .position_mobile_img3 {
    position: absolute;
    top: 210px;
    right: 0;
  }
  .technology_stack_wrapper .position_mobile_img4 {
    position: absolute;
    bottom: -90px;
    left: 15px;
  }
}
@media (max-width: 576px) {
  .home {
    margin-bottom: 70px;
  }
  .home .home_bg_small_imgages .imgs_Left {
    left: -43px;
    top: 65%;
  }
  .home .home_in .home_in_left {
    margin-right: 0;
  }
  .home .home_in .home_in_left .title {
    font-weight: 400;
    font-size: 28px;
    line-height: 119.9%;
  }
  .home .home_in .home_in_left a {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    display: block;
  }
  .home .home_modal_active_btn {
    width: 60px;
    height: 60px;
    font-size: 14px;
    bottom: 8px;
    right: 15px;
  }
  .home .home_modal {
    padding: 21px;
    max-width: 290px;
    bottom: 0;
    right: 0;
  }
  .home .home_modal p {
    font-size: 10px;
    line-height: 12px;
  }
  .home .home_modal button {
    padding: 9px 45px;
  }
  .container_style .container_style_top .title {
    font-size: 25px;
    line-height: 119.9%;
    margin-bottom: 0;
  }
  .container_style .container_style_top .description {
    font-size: 18px;
    line-height: 22px;
  }
  .portfolio .portfolio_top .title {
    font-size: 25px;
    line-height: 119.9%;
  }
  .portfolio .portfolio_top .description {
    font-size: 18px;
    line-height: 22px;
  }
  .portfolio .portfolio_carousel_container .title_big {
    font-size: 20px;
    line-height: 24px;
  }
  .portfolio .portfolio_carousel_container .portfolio_carousel .portfolio_item .title {
    font-size: 18px;
    line-height: 22px;
  }
  .portfolio .portfolio_carousel_container .portfolio_carousel .portfolio_item li {
    font-size: 14px;
    line-height: 17px;
  }
  .portfolio .portfolio_carousel_container .portfolio_carousel .owl-dots {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    margin-left: 0;
  }
  .portfolio .portfolio_carousel_container .portfolio_carousel .owl-dots .owl-dot {
    position: relative;
    z-index: 10;
  }
  .portfolio .portfolio_carousel_container .owl_buttons {
    transform: translateY(-70%);
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 6;
  }
  .portfolio .portfolio_carousel_container .owl_buttons button {
    position: relative;
    z-index: 6;
  }
  .customer_opinion .customer_opinion_top .title {
    font-size: 25px;
    line-height: 119.9%;
  }
  .customer_opinion .customer_opinion_top .description {
    font-size: 18px;
    line-height: 22px;
  }
  .customer_opinion .customer_opinion_carusel .carusel_card .user_name .user_about .name {
    font-size: 20px;
  }
  .customer_opinion .customer_opinion_carusel .carusel_card .user_name .user_about .description {
    font-size: 12px;
  }
  .customer_opinion .customer_opinion_carusel .carusel_card .decription_big {
    font-size: 14px;
    line-height: 119.9%;
  }
  .customer_opinion .owl_buttons {
    width: 100%;
    justify-content: space-between !important;
  }
  .customer_opinion .owl_buttons button {
    margin-left: 0;
  }
  footer {
    padding-top: 0;
  }
  footer .form_container .title {
    font-size: 25px;
    line-height: 119.9%;
  }
  footer .form_container .description {
    font-size: 14px;
    line-height: 119.9%;
  }
  footer .form_container form input {
    font-size: 12px;
    line-height: 119.9%;
  }
  footer .form_container form input::-moz-placeholder {
    font-size: 12px;
    line-height: 119.9%;
  }
  footer .form_container form input:-ms-input-placeholder {
    font-size: 12px;
    line-height: 119.9%;
  }
  footer .form_container form input::placeholder {
    font-size: 12px;
    line-height: 119.9%;
  }
  footer .form_container form button {
    font-size: 16px;
    line-height: 20px;
  }
  footer .contact {
    text-align: center;
  }
  footer .contact .contact_top {
    margin-bottom: 0;
  }
  footer .contact .logo {
    margin-bottom: 0;
  }
  footer .contact .title {
    font-size: 29px;
    line-height: 34px;
  }
  footer .contact p {
    font-size: 12px;
    line-height: 119.9%;
  }
  footer .contact .contact_bottom p:nth-child(2) {
    max-width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 450px) {
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .backend {
    flex-direction: column;
    align-items: flex-start;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .backend .backend_img {
    margin-left: 0;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .backend .backend_img img {
    margin: 0 5px;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .database {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .database .database_img {
    margin-left: 0;
    display: flex;
    align-items: center;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .database .database_img span {
    width: 46px;
    height: 11px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .database .database_img span img:first-child {
    width: 10px;
    height: 11px;
    margin-right: 1px;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .database .database_img span img:nth-child(2) {
    width: 35px;
    height: 9.5px;
  }
  .technology_stack_wrapper .main_container .technology_stack .technology_stack_directions .database .database_img img {
    margin-left: 10px;
    height: 40px;
  }
}/*# sourceMappingURL=style.css.map */