.home-wrapper {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-main-block {
  flex: 0 0 auto;
  width: 100%;
  height: 805px;
  display: flex;
  z-index: 50;
  position: relative;
  margin-top: 100p;
  align-items: center;
  padding-top: 100px;
  padding-left: 15px;
  padding-right: 15px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
  background-image: linear-gradient(90deg, #DADBDA 0%, #E3E8E4 50%, #D5DAD6 100%);;
}
 
.home-image10 {
  top: 0px;
  right: 0px;
  width: auto;
  height: 750px;
  z-index: 50;
  position: absolute;
  object-fit: cover;
}
 
.home-navbar-interactive {
  top: 0px;
  left: 360px;
  width: 100%;
  display: flex;
  padding: 15px;
  z-index: 100;
  position: absolute;
  align-items: center;
  justify-content: center;
}
 
.home-nav-icon {
  height: 40px;
  z-index: 100;
  margin-right: 20px;
}
 
.home-desktop-menu {
  flex: 0 0 auto;
  display: flex;
  z-index: 100;
  justify-content: center;
}
 
.home-links1 {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  align-items: center;
  padding-left: 20px;
  border-radius: 50px;
  padding-right: 20px;
  flex-direction: row;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.home-navlink1 {
  padding: 10px;
  text-decoration: none;
}
 
.home-navlink2 {
  padding: 10px;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
 
.home-link1 {
  padding: 10px;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
 
.home-burger-menu {
  display: none;
}
 
.home-icon1 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
 
.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 15px;
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-image: linear-gradient(90deg, #DADBDA 0%, #E3E8E4 50%, #D5DAD6 100%);;
}
 
.home-nav {
  display: flex;
  z-index: 100;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-top {
  width: 100%;
  display: flex;
  z-index: 100;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
 
.home-navlink3 {
  display: contents;
}
 
.home-logo {
  width: auto;
  height: 2rem;
  text-decoration: none;
}
 
.home-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.home-icon3 {
  width: 60px;
  height: 60px;
}
 
.home-links2 {
  flex: 0 0 auto;
  display: flex;
  z-index: 100;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-navlink4 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
 
.home-navlink5 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
 
.home-link2 {
  text-decoration: none;
}
 
.home-main-content {
  width: 100%;
  z-index: 60;
  position: relative;
  max-width: auto;
  justify-content: flex-start;
}
 
.home-content-text {
  width: 50%;
  display: flex;
  z-index: 60;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-image11 {
  width: auto;
  object-fit: cover;
  margin-bottom: 30px;
}
 
.home-text10 {
  margin-bottom: 30px;
}
 
.home-text11 {
  fill: #1A1A1A;
  color: rgb(26, 26, 26);
  width: 70%;
  margin-bottom: 30px;
}
 
.home-link3 {
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}
 
.home-text21 {
  margin-right: 20px;
}
 
.home-image12 {
  top: -100px;
  right: 0px;
  width: 680px;
  bottom: 0px;
  margin: auto;
  z-index: 50;
  position: absolute;
  object-fit: cover;
}
 
.home-image13 {
  top: 150px;
  right: -150px;
  width: 850px;
  bottom: 0px;
  margin: auto;
  z-index: 55;
  position: absolute;
  object-fit: cover;
}
 
.home-separator {
  flex: 0 0 auto;
  width: 100%;
  height: 150px;
  display: flex;
  position: relative;
  align-items: center;
  background-size: auto;
  justify-content: center;
  background-image: url("img/svg/separator_back.svg");
  background-repeat: no-repeat;
  background-position: bottom;
}
 
.home-separator-content {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: flex-start;
}
 
.home-image14 {
  top: -85px;
  right: 50px;
  width: 70px;
  position: absolute;
  object-fit: cover;
  z-index: 60;
}
 
.home-separator-content-quote {
  flex: 0 0 auto;
  width: 45%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
 
.home-text22 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  font-style: italic;
  font-weight: 300;
}
 
.home-text23 {
  color: #00b2da;
}
 
.home-services-block {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
  background-size: cover;
  justify-content: center;
  background-image: url("img/svg/separator_back.svg");
}
 
.home-services-block-content {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
 
.home-services-block-switcher {
  flex: 0 0 auto;
  width: 100%;
  max-width: 600px;
  height: auto;
  display: flex;
  padding: 5px;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  margin-bottom: 60px;
  background-color: #ffffff30;
}
 
.web-dev-btn {
  fill: #fff;
  color:  #fff;
  padding-top: 10px;
  padding-left: 30px;
  border-radius: 50px;
  padding-right: 30px;
  padding-bottom: 10px;
  text-align: center;
  cursor: pointer;
}

.web-dev-btn:hover {
  padding-top: 10px;
  padding-left: 30px;
  border-radius: 50px;
  padding-right: 30px;
  padding-bottom: 10px;
  fill: #000;
  color: #000;
  background-color: var(--dl-color-theme-neutral-light);
  text-align: center;
  cursor: pointer;
}

.platform-dev-btn {
  fill: #fff;
  color:  #fff;
  padding-top: 10px;
  padding-left: 30px;
  border-radius: 50px;
  padding-right: 30px;
  padding-bottom: 10px;
  text-align: center;
  cursor: pointer;
}

.platform-dev-btn:hover {
  padding-top: 10px;
  padding-left: 30px;
  border-radius: 50px;
  padding-right: 30px;
  padding-bottom: 10px;
  fill: #000;
  color: #000;
  background-color: var(--dl-color-theme-neutral-light);
  text-align: center;
  cursor: pointer;
} 

.home-text29 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  text-align: center;
  margin-bottom: 60px;
  text-align: center;
}
 
.home-services-block-cards {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
}
 
.home-image15 {
  top: -200px;
  left: -200px;
  width: 680зч;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
 
.home-container2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-container3 {
  flex: 1;
  width: 1fr;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-image16 {
  width: 100px;
  object-fit: cover;
  margin-bottom: 20px;
}
 
.home-text33 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  text-align: center;
  margin-bottom: 20px;
}
 
.home-text34 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
}
 
.home-container4 {
  flex: 1;
  width: 1fr;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-image17 {
  width: 100px;
  object-fit: cover;
  margin-bottom: 20px;
}
 
.home-text35 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  text-align: center;
  margin-bottom: 20px;
}
 
.home-text36 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
}
 
.home-container5 {
  flex: 1;
  width: 1fr;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-image18 {
  width: 100px;
  object-fit: cover;
  margin-bottom: 20px;
}
 
.home-text37 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  text-align: center;
  margin-bottom: 20px;
}
 
.home-text38 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
}
 
.home-why-us-block {
  flex: 0 0 auto;
  width: 100%;
  height: 920px;
  display: flex;
  position: relative;
  margin-top: 100p;
  align-items: center;
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
  flex-direction: column;
  padding-bottom: 50px;
  justify-content: center;
  background-image: linear-gradient(90deg, #DADBDA 0%, #E3E8E4 50%, #D5DAD6 100%);;
}
 
.home-why-us-block-content {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: auto;
  flex-direction: row-reverse;
  justify-content: flex-start;
}
 
.home-why-us-block-decription {
  width: 50%;
  height: 100%;
  display: flex;
  z-index: 60;
  max-width: auto;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 30px;
  flex-direction: column;
  padding-bottom: 30px;
  justify-content: space-between;
}
 
.home-why-us-description-text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text39 {
  margin-bottom: 30px;
}
 
.home-why-us-benefit1 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  flex-direction: column;
}
 
.home-why-us-benefit2 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  flex-direction: column;
}
 
.home-why-us-benefit3 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  flex-direction: column;
}
 
.home-why-us-benefit4 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-why-us-block-quote {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
}
 
.home-text48 {
  fill: var(--dl-color-theme-neutral-dark);
  color: var(--dl-color-theme-neutral-dark);
  align-self: flex-start;
  font-style: italic;
  font-weight: 300;
}
 
.home-image19 {
  top: 0px;
  left: -150px;
  width: 850px;
  height: auto;
  margin: auto;
  z-index: 50;
  position: absolute;
  max-height: auto;
  object-fit: cover;
}
 
.home-contact-block {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
  justify-content: center;
  background-color: #00B2DA;
}
 
.home-contact-block-content {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-contact-block-description {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
 
.home-text54 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  margin-bottom: 30px;
}
 
.home-text58 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: auto;
  height: 100%;
  text-align: left;
}
 
.home-contact-block-form {
  flex: 0 0 auto;
  width: 45%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer-block {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
  justify-content: center;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%),linear-gradient(90deg, #DADBDA 0%, #E3E8E4 50%, #D5DAD6 100%);
}
 
.footer-content {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
 
.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.home-image20 {
  width: 40px;
  object-fit: cover;
  margin-right: 20px;
}
 
.home-text59 {
  fill: #7A7A7A;
  color: rgb(122, 122, 122);
}
 
.home-foother-links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
 
.home-link4 {
  fill: #7A7A7A;
  color: #7A7A7A;
}
 
.home-link5 {
  fill: #7A7A7A;
  color: #7A7A7A;
}
 
@media(max-width: 1600px) {
  .home-navbar-interactive {
    left: 0px;
    right: 0px;
    margin: auto;
  }
  .home-mobile-menu {
    left: 0px;
    right: 0px;
    margin: auto;
  }
  .home-content-text {
    width: 45%;
  }
  .home-separator {
    position: relative;
    align-items: center;
    justify-content: center;
  }
  .home-separator-content {
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: flex-start;
  }
  .home-image14 {
    right: 50px;
    width: 70px;
    bottom: 50px;
    position: absolute;
  }
  .home-separator-content-quote {
    width: 45%;
    z-index: 60;
    position: relative;
    align-items: flex-end;
  }
  .home-text22 {
    fill: var(--dl-color-theme-neutral-light);
    color: var(--dl-color-theme-neutral-light);
  }
  .home-why-us-block-decription {
    width: 45%;
  }
  .home-why-us-block-quote {
    width: 45%;
    z-index: 60;
    position: relative;
    align-items: flex-end;
  }
  .home-contact-block-form {
    width: 45%;
  }
}
 
@media(max-width: 1200px) {
  .home-main-block {
    height: 805px;
  }
  .home-image10 {
    display: none;
  }
  .home-image12 {
    width: auto;
  }
  .home-image13 {
    width: 50%;
    position: static;
  }
  .home-image14 {
    display: none;
  }
  .home-why-us-block {
    height: auto;
  }
  .home-why-us-block-decription {
    align-items: flex-start;
    justify-content: center;
  }
  .home-services-block-content {
    height: auto;
  }
  .home-image19 {
    width: 50%;
    position: static;
    align-self: center;
  }
  .home-contact-block-form {
    width: 50%;
    border-color: var(--dl-color-theme-primary2);
  }
}
 
@media(max-width: 991px) {
  .home-image12 {
    display: none;
  }
  .home-separator {
    display: none;
  }
  .home-services-block {
    height: auto;
    flex-direction: column;
  }
  .home-services-block-cards {
    flex-direction: column;
  }
  .home-image15 {
    display: none;
  }
  .home-container2 {
    flex-direction: column;
  }
  .home-container3 {
    width: 100%;
    margin-bottom: 60px;
  }
  .home-container4 {
    width: 100%;
    margin-bottom: 60px;
  }
  .home-container5 {
    width: 100%;
  }
}
 
@media(max-width: 767px) {
  .home-main-block {
    height: auto;
    padding: 15px;
    margin-top: 0px;
  }
  .home-navbar-interactive {
    position: static;
    padding: 0px;
    margin-bottom: 60px;
    padding-right: 0px;
    flex-direction: row;
    justify-content: space-between;
  }
  .home-nav-icon {
    height: 60px;
  }
  .home-desktop-menu {
    display: none;
  }
  .home-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-icon1 {
    width: 60px;
    height: 60px;
  }
  .home-navlink4 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-navlink5 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-link2 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-main-content {
    flex-direction: column;
  }
  .home-content-text {
    width: 100%;
    margin-bottom: 60px;
  }
  .home-text11 {
    width: 100%;
  }
  .home-container3 {
    align-items: flex-start;
  }
  .home-container4 {
    align-items: flex-start;
  }
  .home-container5 {
    align-items: flex-start;
  }
  .home-why-us-block-content {
    flex-direction: column;
  }
  .home-why-us-block-decription {
    width: 100%;
    margin-bottom: 60px;
  }
  .home-contact-block {
    height: auto;
    flex-direction: column;
  }
  .home-contact-block-content {
    flex-direction: column;
  }
  .home-contact-block-description {
    width: 100%;
    margin-bottom: 20px;
  }
  .home-contact-block-form {
    width: 100%;
  }
  .footer-content {
    flex-direction: column;
  }
  .footer-copyright {
    margin-bottom: 30px;
  }
}
 
@media(max-width: 479px) {
  .home-navbar-interactive {
    padding: 0px;
  }
  .home-mobile-menu {
    padding: 16px;
  }
  .home-image13 {
    width: 100%;
  }
  .web-dev-btn {
    text-align: center;
  }
  .platform-dev-btn {
    text-align: center;
  }
  .home-text29 {
    width: 100%;
  }
  .home-why-us-description-text {
    margin-bottom: 30px;
  }
  .home-why-us-block-quote {
    width: 100%;
    align-items: center;
  }
  .home-text48 {
    fill: var(--dl-color-theme-neutral-dark);
    color: var(--dl-color-theme-neutral-dark);
    width: 100%;
    text-align: center;
  }
  .home-text49 {
    color: #00b2da;
  }
  .home-image19 {
    width: 100%;
  }
}
