body {
  min-width: 20pc;
  background: #eaf0f0;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  line-height: 1.5;
  overflow-x: hidden;
  margin-right: calc(100% - 100vw);
}



.wrapper-padding {
  padding-left: 4.7%;
  padding-right: 4.7%;
}


.heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2% 3%;
}

.heading.fixed-pos {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 10000000000000;
}

.heading a {
  z-index: 1000000;
}

.heading a img {
  max-width: 90pt;
}

.heading .white {
  display: none;
}




.menu-logo {
  cursor: pointer;
  width: 39px;
  height: 35px;
  margin: auto 0;
}

.menu-logo img {
  width: 100%;
  max-width: 44px;
  height: auto;
}

.mobile-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #fff;
  transition: all 0.3s ease;
  z-index: 100;
}

.mobile-menu.active {
  display: block;
  height: 100vh;
  width: 100vw;
  top: 0;
}

.mobile-menu .wrapper-padding {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2% 3%;
}

.mobile-menu .wrapper-padding .logo {
  display: none;
}

.mobile-menu .wrapper-padding .nav-links {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  margin: auto 0;
}

.mobile-menu ul {
  list-style: none;
  padding: 75pt 0;
  margin: 0;
}

.mobile-menu ul a {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  display: block;
  padding: 6.3% 0;
  padding-left: 90px;
  font-size: 3vw;
  color: #000;
}

.mobile-menu ul a:before {
  content: "";
  width: 56px;
  height: 56px;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
}

.mobile-menu ul li {
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.mobile-menu ul li:hover {
  color: #e83636;
}

.mobile-menu ul .nav-what-we-do:before {
  background-image: url(../images/what_we_do-basic_hover.e52314faf8c78c194782701c0d271918.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200%;
}

.mobile-menu ul .nav-what-we-do:hover:before {
  background-position: 100% 0;
}

.mobile-menu ul .nav-our-work:before {
  background-image: url(../images/our_work-hover_basic.3845512d85a1d610966d7647c21a6c29.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200%;
}

.mobile-menu ul .nav-our-work:hover:before {
  background-position: 100% 0;
}

.mobile-menu ul .nav-gambling:before {
  background-image: url(../images/gambling-hover_basic.1e53539774fd1625ec4d8df9a5b6ed37.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200%;
}

.mobile-menu ul .nav-gambling:hover:before {
  background-position: 100% 0;
}

.mobile-menu ul .nav-get-in-touch:before {
  background-image: url(../images/get_in_touch-basic_hover.3a65f2367ce6b70510fdcc8964508194.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200%;
}

.mobile-menu ul .nav-get-in-touch:hover:before {
  background-position: 100% 0;
}

.burger-svg-menu {
  cursor: pointer;
  padding: 9pt 0;
  margin-right: 30px;
  margin-top: 9pt;
  position: relative;
}

.burger-svg-menu .burger-ico {
  height: 13px;
  width: 13px;
  position: absolute;
  top: -6px;
  left: 0;
  background-image: url(../images/burger-ico.0f1fec251278443675bea1c6cee0b720.png);
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: top left;
  opacity: 1;
}

.burger-svg-menu span {
  position: relative;
  display: block;
  width: 40px;
  height: 3px;
  background: #222;
  transition: all 0.2s ease-in-out;
}

.burger-svg-menu span:before {
  top: -13px;
  right: 0;
  display: block;
  width: 20px;
}

.burger-svg-menu span:after,
.burger-svg-menu span:before {
  position: absolute;
  background: #222;
  content: "";
  height: 3px;
  transition: all 0.3s ease;
}

.burger-svg-menu span:after {
  top: 13px;
  width: 40px;
}

.burger-svg-menu.active .burger-ico {
  opacity: 0;
}

.burger-svg-menu.active span {
  background: transparent;
}

.burger-svg-menu.active span:before {
  width: 40px;
  transform: rotate(45deg) translate(12px, 6px);
}

.burger-svg-menu.active span:after {
  transform: rotate(-45deg) translate(12px, -6px);
}

.black {
  display: none;
}

.OurWork a {
  color: black;
  text-decoration: none;
}

@media screen and (orientation: portrait) {
  .heading {
    background-color: #fff;
  }

  .white {
    display: none;
  }

  .black {
    display: block;
  }
}

.holder {
  font-size: 5vw;
}

.select-wrapper {
  padding-left: 5pc;
  cursor: pointer;
}

.select-wrapper .dropholder {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  color: #bacdcd;
  position: relative;
  box-sizing: border-box;
}

.select-wrapper .dropholder ul {
  display: none;
}

.select-wrapper .holder {
  font-size: 3vw;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.select-wrapper .dropdown {
  padding: 5px 10px;
  font-size: 3vw;
  font-weight: 400;
  position: relative;
  box-sizing: border-box;
  z-index: 20;
}

.select-wrapper .dropdown.active+.dropdownOption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
}

.select-wrapper ul.dropdownOption {
  position: absolute;
  top: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: none;
  background: #fff;
  z-index: 5;
  overflow: hidden;
  border-top: 0;
}

.select-wrapper ul.dropdownOption li {
  font-size: 3vw;
  font-weight: 400;
  color: #bacdcd;
  list-style: none;
  padding: 5px 10px;
}

.submit {
  text-transform: uppercase;
  display: block;
  width: 80%;
  margin: auto;
  text-align: center;
  color: #fff;
  background: #e83636;
  box-shadow: 0 6px 25px rgba(232, 54, 54, 0.7);
  border: 0;
  margin-top: 5%;
  font-size: 4vw;
  height: 12vw;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.submit:before {
  content: "";
  position: absolute;
  left: -100vw;
  top: -80vw;
  background-color: hsla(0, 0%, 100%, 0.25);
  height: 500%;
  width: 300%;
  transform: rotate(-22deg);
  transition: all 0.4s;
}

.submit:hover:before {
  left: -50vw;
  top: -25vw;
}

.heading {
  z-index: 100000;
  width: 95%;
}

@media screen and (orientation: landscape) {
  .heading {
    display: none;
  }

  .mobile-menu {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    height: 10vh;
    min-height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #d3d3d3;
    transform: translateX(0);
  }

  .mobile-menu,
  .mobile-menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-menu ul {
    padding: 0 15px;
    margin-right: 76px;
  }

  .mobile-menu ul a {
    padding: 0 0 0 50px;
    font-size: 1.5vw;
  }

  .mobile-menu ul a:before {
    width: 26px;
    height: 26px;
    left: 15px;
  }

  .mobile-menu ul a:hover {
    color: red;
  }

  .mobile-menu .wrapper-padding {
    margin: 0;
    height: 100%;
    padding: 0 10px;
    transition: all 1s ease;
  }

  .mobile-menu .wrapper-padding .logo {
    display: block;
    max-width: 10vw;
    margin: auto 0;
  }

  .mobile-menu .wrapper-padding .logo img {
    margin: 0;
    padding-top: 2px;
  }

  .select-wrapper {
    padding-left: 20px;
  }

  .select-wrapper .dropholder {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
  }

  .select-wrapper .holder {
    font-size: 1vw;
  }

  .select-wrapper .dropdown {
    padding: 5px 10px;
    font: 0.7vw arial;
  }

  .select-wrapper ul.dropdownOption {
    position: absolute;
    top: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
  }

  .select-wrapper ul.dropdownOption li {
    font-size: 1vw;
    padding: 5px 10px;
  }

  .select-wrapper ul.dropdownOption li:hover {
    color: red;
    transition: all 0.4s ease;
  }

  .burger-svg-menu {
    margin-right: 30px;
  }
}

@media screen and (min-width: 768px) and (orientation: landscape) {
  .mobile-menu ul a {
    padding-left: 75px;
  }

  .mobile-menu ul a:before {
    width: 46px;
    height: 46px;
    left: 25px;
  }
}

.kenefits-radio .sectors .sector-name h4 a {
  color: rgb(43, 42, 42);
  transition: color 0.6s;
  font-size: 100%;
}

@media screen and (orientation: landscape) {
  .submit {
    text-transform: uppercase;
    display: block;
    width: 50%;
    text-align: center;
    color: #fff;
    background: #e83636;
    box-shadow: 0 6px 1pc rgba(232, 54, 54, 0.2);
    border: 0;
    margin-top: 9%;
    height: 5vw;
    font-size: 2vw;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .submit:before {
    height: 600%;
    width: 400%;
    left: -50vw;
    top: -50vw;
  }

  .submit:hover:before {
    left: -20vw;
    top: -20vw;
  }
}

.questions {
  margin-top: -22%;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.questions .copyright {
  border-top: 1px solid #dce6e6;
  padding: 1vw 0;
  margin-bottom: 0;
  width: 100%;
  font-size: 3vw;
}

.questions-wrapper {
  position: relative;
  margin-top: 39%;
  margin-bottom: 5%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.questions-wrapper .header {
  font-size: 5vw;
}

.questions-wrapper a {
  color: #3e6161;
  text-decoration: none;
  display: block;
  margin-top: 15%;
  position: relative;
  font-size: 3vw;
}

.questions-wrapper a:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  height: 8vw;
  width: 8vw;
  min-height: 40px;
  min-width: 40px;
  top: -8vw;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: -13px;
}

.questions-wrapper .mail {
  -ms-flex-order: 4;
  order: 4;
}

.questions-wrapper .mail:before {
  background: url(../images/mail.aff6a968431009dacdd2c5bd9ee4273e.svg) no-repeat center center;
  background-size: contain;
  background-color: #dce6e6;
}

.questions-wrapper .ukr {
  -ms-flex-order: 1;
  order: 1;
}

.questions-wrapper .ukr:before {
  background: url(../images/astronaut-ua.6f22d22adb6c3b94e1aa4bc9c8fda625.svg) no-repeat center center;
  background-size: contain;
  background-color: #dce6e6;
}

.questions-wrapper .usa {
  -ms-flex-order: 2;
  order: 2;
}

.questions-wrapper .usa:before {
  background: url(../images/astronaut-us.c7be4a5d8d3072919e269786becce9ca.svg) no-repeat center center;
  background-size: contain;
  background-color: #dce6e6;
}

.questions-wrapper .skype {
  -ms-flex-order: 3;
  order: 3;
}

.questions-wrapper .skype:before {
  background: url(../images/skype.5bbbadd02d003a4ba81a1eba383c6c36.svg) no-repeat center center;
  background-size: contain;
  background-color: #dce6e6;
}

@media screen and (orientation: landscape) {
  .questions {
    margin-top: 0;
    text-align: center;
  }

  .questions .copyright {
    border-top: 1px solid #dce6e6;
    margin-top: 3%;
    font-size: 1vw;
    width: 100%;
  }

  .questions .header {
    font-size: 2vw;
    font-weight: 700;
  }

  .questions-wrapper {
    margin-top: 10vw;
    margin-bottom: 3%;
    height: 40vh;
  }

  .questions-wrapper div {
    margin: 3vh auto;
    padding: 2vh;
    width: 60%;
    min-height: 300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    border-radius: 30px;
    background-color: #dce6e6;
  }

  .questions-wrapper div a {
    color: #3e6161;
    text-decoration: none;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    padding-left: 13%;
    line-height: 13vh;
    text-align: left;
    width: 37%;
    font-size: 1.5vw;
    transition: all 0.5s ease;
  }

  .questions-wrapper div a:hover {
    color: #e83636;
  }

  .questions-wrapper div a:before {
    content: "";
    height: 7vw;
    width: 7vw;
    min-height: 30px;
    min-width: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0;
  }

  .questions-wrapper .mail {
    -ms-flex-order: 4;
    order: 4;
  }

  .questions-wrapper .ukr {
    -ms-flex-order: 1;
    order: 1;
  }

  .questions-wrapper .usa {
    -ms-flex-order: 3;
    order: 3;
  }

  .questions-wrapper .skype {
    -ms-flex-order: 2;
    order: 2;
  }
}

body {
  overflow-x: hidden;
}

.content {
  width: 100%;
  margin-top: 8%;
}

.content h1 {
  margin-bottom: 3%;
  font-size: 4vw;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.numasoft_work {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.numasoft_work .ns-work {
  display: flex;
  min-height: 485px;
  height: 700px;
  padding-bottom: 0px;
}

.numasoft_work .ns-work-suffle {
  display: flex;
  flex-direction: row-reverse;
}

.ns-work .ns-work-left .demo-img-bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ns-work .ns-work-left {
  width: 50%;
  position: relative;
  line-height: 0;
}

.ns-work .ns-work-left .demo-img-left {
  position: absolute;
  width: 85%;
  right: -30px;
  top: 17%;
  z-index: 33;
}


.ns-work .ns-work-left .demo-img-left img {
  width: 100%;
}

.ns-work .ns-work-left .demo-img-right {
  position: absolute;
  width: 85%;
  left: -30px;
  top: 17%;
  z-index: 33;
}

.ns-work .ns-work-left .ecommerce-image {
  position: absolute;
  width: 85%;
  right: -38px;
  top: -12%;
  z-index: 33;
}

.ns-work .ns-work-left .android-image {
  position: absolute;
  width: 100%;
  right: -38px;
  top: -29%;
  z-index: 33;
}

.ns-work .ns-work-left .demo-img-right img {
  width: 100%;
}

.ns-work .ns-work-left img {
  width: 100%;
  height: 100%;
}

.work-content-android {
  flex-direction: column;
  justify-content: center;
}

.android-logo-link {
  display: flex;
  flex-direction: column;
}

.mobile-logo {
  width: 100%;
  display: flex;
  gap: 5px;
  margin-top: 10px;
}


.ns-work .ns-work-right {
  width: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  z-index: 3;
}

.ns-work .work-content {
  padding: 0 80px;
}

.ns-work .work-content h4 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 10px;
}

.ns-work .work-content p {
  font-size: 16px;
  color: #3e6161;
  margin-bottom: 15px;
}

.ns-work .work-content ul {
  list-style-type: none;
  padding-left: 15px;
  margin-bottom: 30px;
}

.ns-work .work-content ul li {
  font-size: 16px;
  color: #3e6161;
}

.ns-work .work-content ul li::before {
  content: "\25AA";
  color: #2ababa;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.ns-work .work-content a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}

.mobile-logo img {
  width: 50px;
  height: 50px;
}

.animation-element {
  opacity: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  height: 100%;
  z-index: 3;
}

.animation-element.slide-left {
  opacity: 1;
  -moz-transition: all 1800ms ease-in-out;
  -webkit-transition: all 1800ms ease-in-out;
  -o-transition: all 1800ms ease-in-out;
  transition: all 1800ms ease-in-out;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  -moz-transition: all 1500ms ease-in-out;
  -webkit-transition: all 1500ms ease-in-out;
  -o-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
  -moz-transform: translate3d(683px, 0px, 0px);
  -webkit-transform: translate3d(683px, 0px, 0px);
  -o-transform: translate(683px, 0px);
  -ms-transform: translate(683px, 0px);
  transform: translate3d(683px, 0px, 0px);
}

.animation-element.slide-right {
  opacity: 1;
  -moz-transition: all 1500ms ease-in-out;
  -webkit-transition: all 1500ms ease-in-out;
  -o-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-right.in-view {
  -moz-transition: all 1500ms ease-in-out;
  -webkit-transition: all 1500ms ease-in-out;
  -o-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
  -moz-transform: translate3d(-683px, 0px, 0px);
  -webkit-transform: translate3d(-683px, 0px, 0px);
  -o-transform: translate(-683px, 0px);
  -ms-transform: translate(-683px, 0px);
  transform: translate3d(-683px, 0px, 0px);
}

@media screen and (min-width: 1367px) {
  .animation-element.slide-right.in-view {
    -moz-transform: translate3d(-2003px, 0px, 0px);
    -webkit-transform: translate3d(-2003px, 0px, 0px);
    -o-transform: translate(-2003px, 0px);
    -ms-transform: translate(-2003px, 0px);
    transform: translate3d(-2003px, 0px, 0px);
  }

  .animation-element.slide-left.in-view {
    -moz-transform: translate3d(2003px, 0px, 0px);
    -webkit-transform: translate3d(2003px, 0px, 0px);
    -o-transform: translate(2003px, 0px);
    -ms-transform: translate(2003px, 0px);
    transform: translate3d(2003px, 0px, 0px);
  }
}

@media screen and (max-width: 1200px) {
  .ns-work .work-content {
    padding: 0 40px 0 80px;
  }

  .content {
    width: 100%;
    margin-top: 15%;
  }

  .numasoft_work .ns-work {
    min-height: 0;
    height: auto;
  }

}

@media screen and (max-width: 1023px) {
  .ns-work .work-content h4 {
    font-size: 27px;
    font-weight: 600;
    line-height: 35px;
  }

  .numasoft_work .ns-work {
    flex-direction: column;
    min-height: 730px;
  }

  .ns-work .ns-work-left {
    width: 100%;
    overflow: hidden;
    flex-basis: 100%;
  }

  .ns-work .ns-work-right {
    width: 100%;
    background-color: #fff;
    display: block;
    align-items: center;
  }

  .ns-work .work-content {
    padding: 20px 20px 20px 20px;
  }

  .ns-work .ns-work-left .demo-img-left {
    right: 15px;
    top: 60px;
  }

  .ns-work .ns-work-left .demo-img-right {
    left: 15px;
    top: 60px;
  }

  .content h1 {
    margin-bottom: 6%;
    font-size: 6vw;
  }

  .ns-work .ns-work-left .demo-img-right {
    position: absolute;
    width: 75%;
  }

  .ns-work .ns-work-left .demo-img-left {
    width: 75%;
  }

  .animation-element.slide-left.in-view {
    -moz-transform: translate3d(1026px, 0px, 0px);
    -webkit-transform: translate3d(1026px, 0px, 0px);
    -o-transform: translate(1026px, 0px);
    -ms-transform: translate(1026px, 0px);
    transform: translate3d(1026px, 0px, 0px);
  }

  .animation-element.slide-right.in-view {
    -moz-transform: translate3d(-1026px, 0px, 0px);
    -webkit-transform: translate3d(-1026px, 0px, 0px);
    -o-transform: translate(-1026px, 0px, 0px);
    -ms-transform: translate(-1026px, 0px, 0px);
    transform: translate3d(-1026px, 0px, 0px);
  }
}

@media screen and (max-width: 900px) {
  .content {
    margin-top: 7%;
  }
}

@media screen and (max-width: 767px) {
  .content h1 {
    margin-bottom: 6%;
    font-size: 10vw;
  }
}

.benefits {
  margin-bottom: 40px;
}

.benefits header a {
  text-decoration: none;
}

.benefits-inner-wrapper h3 {
  margin-bottom: -14%;
  position: relative;
  z-index: 1;
}

.benefits .benefits-background-rock {
  background: url(../images/red-2.32549ad26e8fc11cb8518c48f2f21ca3.svg) no-repeat;
  background-position: 5vw bottom;
  height: 20%;
  width: 100%;
  position: absolute;
  bottom: -4%;
  right: 72%;
  transform: rotateZ(152deg);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.benefits label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 33%;
  cursor: pointer;
}

.benefits label img {
  max-width: 50%;
  transition: max-width 0.3s ease-in-out 0.15s,
    padding-top 0.3s ease-in-out 0.15s;
}

.benefits img {
  display: block;
  width: auto;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}

.benefits .clock {
  margin-top: 3.5%;
}

.benefits h4 {
  font-weight: 700;
}

.benefits h4,
.benefits p {
  text-align: center;
}

.cup {
  margin-bottom: 5%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div.clock-description,
div.cost-description,
div.gears-description {
  height: 150px;
}

.benefits-radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.benefits-radio .clock-description,
.benefits-radio .cost-description,
.benefits-radio .gears-description {
  display: none;
}

.benefits-radio label {
  cursor: pointer;
}

.benefits-radio input {
  display: none;
}

#gears:checked~.gears-description {
  display: block;
}

#gears:checked~.slider-benefits-wrapper>.slider-line>.slider-move {
  left: 0;
}

#gears:checked~.slider-benefits-wrapper>.slider-line>.slider-inner-line {
  width: 0;
}

#gears:checked~label[for="gears"]>img {
  max-width: 80%;
  padding-top: 0;
}

#clock:checked~.clock-description {
  display: block;
}

#clock:checked~.slider-benefits-wrapper>.slider-line>.slider-move {
  left: calc(50% - 11.5px);
}

#clock:checked~.slider-benefits-wrapper>.slider-line>.slider-inner-line {
  width: 50%;
}

#clock:checked~label[for="clock"]>img {
  max-width: 80%;
  padding-top: 0;
}

#cost:checked~.cost-description {
  display: block;
}

#cost:checked~.slider-benefits-wrapper>.slider-line>.slider-move {
  left: calc(100% - 23px);
}

#cost:checked~.slider-benefits-wrapper>.slider-line>.slider-inner-line {
  width: 100%;
}

#cost:checked~label[for="cost"]>img {
  max-width: 80%;
  padding-top: 0;
}

.slider-benefits-wrapper {
  width: 100%;
  margin-top: 15px;
}

.slider-inner-line {
  background: #bacdcd;
  transition: width 0.3s ease-in-out;
}

.slider-inner-line,
.slider-line {
  width: 100%;
  height: 2px;
  position: relative;
}

.slider-line {
  background: #dce6e6;
}

.slider-down-circle {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #bacdcd;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.slider-down-circle-first {
  left: 0;
}

.slider-down-circle-second {
  left: 0;
  right: 0;
  margin: auto;
}

.slider-down-circle-third {
  right: 0;
}

.slider-move {
  height: 23px;
  width: 23px;
  border-radius: 50%;
  background: #18b5b5;
  box-shadow: 0 3px 15px #18b5b5;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: left 0.3s ease-in-out 0.15s;
}

@media screen and (orientation: landscape) {
  .benefits .benefits-background-rock {
    display: none;
  }

  .benefits label {
    min-height: 5vw !important;
  }

  .benefits label img {
    max-width: 50%;
    width: 12%;
    transition: max-width 0.3s ease-in-out 0.15s,
      transform 0.3s ease-in-out 0.15s;
  }

  .benefits label:first-of-type img {
    margin: 0 27.5% 0 56%;
  }

  .benefits label:last-of-type img {
    margin: 0 auto 0 32.5%;
  }

  .benefits img {
    display: block;
    width: auto;
    max-width: 25%;
    height: auto;
  }

  .benefits .clock {
    margin-top: 3.5%;
  }

  .benefits h4 {
    font-weight: 700;
  }

  .benefits h4,
  .benefits p {
    text-align: center;
  }

  .benefits .benefits-radio header {
    display: block !important;
  }

  .benefits-inner-wrapper>header {
    width: 30%;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    left: 18%;
    top: 20vw;
  }

  .benefits-inner-wrapper>header h3 {
    margin: auto 0;
    position: relative;
    z-index: 1;
    font-size: 1.5vw;
  }

  div.clock-description,
  div.cost-description,
  div.gears-description {
    height: 150px;
    width: 100%;
  }

  div.clock-description p,
  div.cost-description p,
  div.gears-description p {
    font-size: 1.25vw;
  }

  .benefits-radio {
    margin-top: 2vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .benefits-radio .clock-description h4 {
    color: #d3d3d3;
    position: relative;
    left: 1.5vw;
    font-size: 1.5vw;
    padding-top: 10px;
  }

  .benefits-radio .cost-description h4 {
    display: block;
    color: #d3d3d3;
    position: relative;
    left: -3vw;
    font-size: 1.5vw;
    padding-top: 10px;
  }

  .benefits-radio .gears-description h4 {
    display: block;
    color: #d3d3d3;
    position: relative;
    left: 4.7vw;
    font-size: 1.5vw;
    padding-top: 10px;
  }

  .benefits-radio .icon-label {
    min-height: 5vw;
  }

  .benefits-radio label {
    cursor: pointer;
  }

  .benefits-radio input {
    display: none;
  }

  .benefits-radio #clock:checked~.clock-description h4,
  .benefits-radio #cost:checked~.cost-description h4,
  .benefits-radio #gears:checked~.gears-description h4 {
    color: #000;
  }

  #clock:checked~label[for="clock"]>img,
  #cost:checked~label[for="cost"]>img,
  #gears:checked~label[for="gears"]>img {
    max-width: 80%;
    transform: scale(1.6);
  }

  .slider-benefits-wrapper {
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
  }

  .slider-inner-line {
    width: 100%;
    height: 2px;
    background: #bacdcd;
    position: relative;
    transition: width 0.3s ease-in-out;
  }

  .slider-line {
    width: 60%;
    margin: auto;
    height: 2px;
    background: #dce6e6;
    position: relative;
  }

  .slider-down-circle {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #bacdcd;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .slider-down-circle-first {
    left: 0;
  }

  .slider-down-circle-second {
    left: 0;
    right: 0;
    margin: auto;
  }

  .slider-down-circle-third {
    right: 0;
  }

  .slider-move {
    height: 23px;
    width: 23px;
    border-radius: 50%;
    background: #18b5b5;
    box-shadow: 0 3px 15px #18b5b5;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: left 0.3s ease-in-out 0.15s;
  }
}

.kenefits-radio2 .box .slider-move3.construction,
.kenefits-radio2 .box .slider-move4.IT,
.kenefits-radio2 .box .slider-move5.healthcare,
.kenefits-radio2 .box .slider-move6.recruitment,
.kenefits-radio2 .box .slider-move7.service {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #18b5b5;
  box-shadow: 0 3px 15px #18b5b5;
  position: absolute;
  display: none;
}

.kenefits-radio2 .box .slider-move3.construction {
  bottom: -9px;
  left: 36px;
}

.kenefits-radio2 .box .slider-move4.IT {
  left: -1px;
  bottom: -9px;
}

.kenefits-radio2 .box .slider-move5.healthcare {
  left: 28px;
  bottom: -9px;
}

.kenefits-radio2 .box .slider-move6.recruitment {
  left: 36px;
  bottom: -9px;
}

.kenefits-radio2 .box .slider-move7.service {
  left: 46px;
  bottom: -9px;
}

.kenefits-radio2.android .box .slider-move-android-service,
.kenefits-radio2.android .box .slider-move-android-food,
.kenefits-radio2.android .box .slider-move-android-commerce {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #18b5b5;
  box-shadow: 0 3px 15px #18b5b5;
  position: absolute;
  display: none;
}

.kenefits-radio2.android .box .slider-move-android-service {
  left: 45px;
}

.kenefits-radio2.android .box .slider-move-android-food {
  left: 37px;
}

.kenefits-radio2.android .box .slider-move-android-commerce {
  left: 36px;
}

@media screen and (max-width: 991px) {

  .slider-inner-line,
  .slider-line {
    width: 61.5%;
    margin: 0 auto;
  }

  .benefits label img {
    width: 30%;
  }

  .benefits label:last-of-type img {
    margin: 0 auto 0 22.5%;
  }

  .benefits .benefits-radio header {
    display: block !important;
    padding-top: 10px;
    padding-left: 25px;
  }

  .kenefits-radio.kenefits-radio2 .box {
    width: 58.5%;
  }

  .benefits label:first-of-type img {
    margin: 0 27.5% 0 48%;
  }

  .benefits .benefits-radio .gears-description {
    padding-left: 10px;
  }

  .benefits .benefits-radio .cost-description {
    padding-right: 20px;
  }

  .kenefits-radio .sectors .sector-name h4 a {
    font-size: 80%;
  }

  .kenefits-radio2 .box .slider-move3.construction {
    left: 30px;
    bottom: -9px;
  }

  .kenefits-radio2 .box .slider-move5.healthcare {
    left: 25px;
    bottom: -9px;
  }

  .kenefits-radio2 .box .slider-move6.recruitment {
    left: 29px;
    bottom: -9px;
  }

  .kenefits-radio2 .box .slider-move7.service {
    left: 41px;
    bottom: -9px;
  }

  .kenefits-radio2.android .box .slider-move-android-service {
    left: 36px;
  }

  .kenefits-radio2.android .box .slider-move-android-food {
    left: 30px;
  }

  .kenefits-radio2.android .box .slider-move-android-commerce {
    left: 28px;
  }
}

.benefits-radio .clock-description h4 a,
.benefits-radio .cost-description h4 a,
.benefits-radio .gears-description h4 a {
  color: #000;
}

@media screen and (max-width: 900px) {
  .content {
    margin-top: 11%;
  }
}

@media screen and (max-width: 767px) {

  .slider-inner-line,
  .slider-line {
    width: 80%;
    margin: 0 auto;
  }

  .benefits label img {
    width: 40%;
  }

  .benefits .benefits-radio header {
    display: block !important;
    padding-top: 10px;
    padding-left: 25px;
  }

  .benefits label:first-of-type img {
    margin: 0 auto 0 15.5%;
  }

  .benefits-radio .clock-description h4 {
    position: relative;
    left: 1.5vw;
  }

  .benefits-radio .gears-description h4 {
    position: relative;
    left: -3.3vw;
  }

  .benefits-radio .cost-description h4 {
    position: relative;
    left: 1vw;
  }

  .kenefits-radio.kenefits-radio2 .box {
    width: 76%;
  }

  .benefits .benefits-radio .cost-description {
    padding-right: 0px;
  }

  .benefits .benefits-radio .gears-description {
    padding-left: 25px;
  }

  .benefits label:last-of-type img {
    margin: 0 auto 0 40.5%;
  }
}

.kenefits-radio2 {
  justify-content: space-evenly;
  position: relative;
  z-index: 30;
  margin-top: 0.7rem;
  padding-bottom: 1.5rem;
}

.kenefits-radio2 .box {
  border-left: 3px solid #dce6e6;
  border-bottom: 3px solid #dce6e6;
  border-right: none;
  border-top: none;
  width: 57.8%;
  position: relative;
  margin: auto;
  padding-top: 3rem;
}

.kenefits-radio2.android .box {
  border-left: none;
  border-right: 3px solid #dce6e6;
}

.kenefits-radio2 .box .wrapper {
  overflow-x: auto;
  padding-bottom: 1.4rem;
}

.kenefits-radio .sectors {
  white-space: nowrap;
  position: relative;
}

.kenefits-radio.kenefits-radio2.android .sectors {
  display: flex;
  justify-content: space-around;
}

.kenefits-radio .sectors .sector-name {
  padding-bottom: 0.4rem;
  text-align: center;
  display: inline-block;
  margin-inline: 1.8rem;
  position: relative;
}

.kenefits-radio .sectors .sector-name h4 a:hover {
  color: #000;
}

.kenefits-radio .sectors .sector-name a .slider-down-circle2 {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #bacdcd;
  position: absolute;
  bottom: -9px;
}

.kenefits-radio .sectors .sector-name a .slider-down-circle2::after {
  content: "";
  display: block;
  background-color: #dce6e6;
  height: 13.5px;
  width: 3px;
  position: relative;
  left: 6px;
  top: 15px;
}

.kenefits-radio .sectors .sector-name a .slider-down-circle2.one {
  margin-left: -11%;
}

.kenefits-radio .sectors .sector-name a .slider-down-circle2.two {
  margin-left: -57%;
}

.kenefits-radio .sectors .sector-name a .slider-down-circle2.three {
  margin-left: -14%;
}

.kenefits-radio .sectors .sector-name a .slider-down-circle2.four {
  margin-left: -11%;
}

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url('../fonts/Montserrat-Thin.ttf');
  font-weight: 100;
}

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url('../fonts/Montserrat-ExtraLight.ttf');
  font-weight: 200;
}

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url('../fonts/Montserrat-Light.ttf');
  font-weight: 300;
}

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url('../fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url('../fonts/Montserrat-Medium.ttf');
  font-weight: 500;
}

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url('../fonts/Montserrat-SemiBold.ttf');
  font-weight: 600;
}

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url('../fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url('../fonts/Montserrat-ExtraBold.ttf');
  font-weight: 800;
}

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url('../fonts/Montserrat-Black.ttf');
  font-weight: 900;
}

body {
  min-width: 20pc;
  background: #eaf0f0;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  line-height: 1.5;
  overflow-x: hidden;
  margin-right: calc(100% - 100vw);
}





.wrapper-padding {
  padding-left: 4.7%;
  padding-right: 4.7%;
}


.heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2% 3%;
}

.heading.fixed-pos {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 10000000000000;
}

.heading a {
  z-index: 1000000;
}

.heading a img {
  max-width: 90pt;
}

.heading .white {
  display: none;
}





.menu-logo {
  cursor: pointer;
  width: 39px;
  height: 35px;
  margin: auto 0;
}

.menu-logo img {
  width: 100%;
  max-width: 44px;
  height: auto;
}

.mobile-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #fff;
  transition: all 0.3s ease;
  z-index: 100;
}

.mobile-menu.active {
  display: block;
  height: 100vh;
  width: 100vw;
  top: 0;
}

.mobile-menu .wrapper-padding {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2% 3%;
}

.mobile-menu .wrapper-padding .logo {
  display: none;
}

.mobile-menu .wrapper-padding .nav-links {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  margin: auto 0;
}

.mobile-menu ul {
  list-style: none;
  padding: 75pt 0;
  margin: 0;
}

.mobile-menu ul a {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  display: block;
  padding: 6.3% 0;
  padding-left: 90px;
  font-size: 3vw;
  color: #000;
}

.mobile-menu ul a:before {
  content: "";
  width: 56px;
  height: 56px;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
}

.mobile-menu ul li {
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.mobile-menu ul li:hover {
  color: #e83636;
}

.mobile-menu ul .nav-what-we-do:before {
  background-image: url(../images/what_we_do-basic_hover.e52314faf8c78c194782701c0d271918.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200%;
}

.mobile-menu ul .nav-what-we-do:hover:before {
  background-position: 100% 0;
}

.mobile-menu ul .nav-our-work:before {
  background-image: url(../images/our_work-hover_basic.3845512d85a1d610966d7647c21a6c29.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200%;
}

.mobile-menu ul .nav-our-work:hover:before {
  background-position: 100% 0;
}

.mobile-menu ul .nav-gambling:before {
  background-image: url(../images/gambling-hover_basic.1e53539774fd1625ec4d8df9a5b6ed37.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200%;
}

.mobile-menu ul .nav-gambling:hover:before {
  background-position: 100% 0;
}

.mobile-menu ul .nav-get-in-touch:before {
  background-image: url(../images/get_in_touch-basic_hover.3a65f2367ce6b70510fdcc8964508194.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200%;
}

.mobile-menu ul .nav-get-in-touch:hover:before {
  background-position: 100% 0;
}

.burger-svg-menu {
  cursor: pointer;
  padding: 9pt 0;
  margin-right: 30px;
  margin-top: 9pt;
  position: relative;
}

.burger-svg-menu .burger-ico {
  height: 13px;
  width: 13px;
  position: absolute;
  top: -6px;
  left: 0;
  background-image: url(../images/burger-ico.0f1fec251278443675bea1c6cee0b720.png);
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: top left;
  opacity: 1;
}

.burger-svg-menu span {
  position: relative;
  display: block;
  width: 40px;
  height: 3px;
  background: #222;
  transition: all 0.2s ease-in-out;
}

.burger-svg-menu span:before {
  top: -13px;
  right: 0;
  display: block;
  width: 20px;
}

.burger-svg-menu span:after,
.burger-svg-menu span:before {
  position: absolute;
  background: #222;
  content: "";
  height: 3px;
  transition: all 0.3s ease;
}

.burger-svg-menu span:after {
  top: 13px;
  width: 40px;
}

.burger-svg-menu.active .burger-ico {
  opacity: 0;
}

.burger-svg-menu.active span {
  background: transparent;
}

.burger-svg-menu.active span:before {
  width: 40px;
  transform: rotate(45deg) translate(12px, 6px);
}

.burger-svg-menu.active span:after {
  transform: rotate(-45deg) translate(12px, -6px);
}

.black {
  display: none;
}

.OurWork a {
  color: black;
  text-decoration: none;
}

@media screen and (orientation: portrait) {
  .heading {
    background-color: #fff;
  }

  .white {
    display: none;
  }

  .black {
    display: block;
  }
}

.holder {
  font-size: 5vw;
}

.select-wrapper {
  padding-left: 5pc;
  cursor: pointer;
}

.select-wrapper .dropholder {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  color: #bacdcd;
  position: relative;
  box-sizing: border-box;
}

.select-wrapper .dropholder ul {
  display: none;
}

.select-wrapper .holder {
  font-size: 3vw;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.select-wrapper .dropdown {
  padding: 5px 10px;
  font-size: 3vw;
  font-weight: 400;
  position: relative;
  box-sizing: border-box;
  z-index: 20;
}

.select-wrapper .dropdown.active+.dropdownOption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
}

.select-wrapper ul.dropdownOption {
  position: absolute;
  top: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: none;
  background: #fff;
  z-index: 5;
  overflow: hidden;
  border-top: 0;
}

.select-wrapper ul.dropdownOption li {
  font-size: 3vw;
  font-weight: 400;
  color: #bacdcd;
  list-style: none;
  padding: 5px 10px;
}

.submit {
  text-transform: uppercase;
  display: block;
  width: 80%;
  margin: auto;
  text-align: center;
  color: #fff;
  background: #e83636;
  box-shadow: 0 6px 25px rgba(232, 54, 54, 0.7);
  border: 0;
  margin-top: 5%;
  font-size: 4vw;
  height: 12vw;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.submit:before {
  content: "";
  position: absolute;
  left: -100vw;
  top: -80vw;
  background-color: hsla(0, 0%, 100%, 0.25);
  height: 500%;
  width: 300%;
  transform: rotate(-22deg);
  transition: all 0.4s;
}

.submit:hover:before {
  left: -50vw;
  top: -25vw;
}

.heading {
  z-index: 100000;
  width: 95%;
}

@media screen and (orientation: landscape) {
  .heading {
    display: none;
  }

  .mobile-menu {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    height: 10vh;
    min-height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #d3d3d3;
    transform: translateX(0);
  }

  .mobile-menu,
  .mobile-menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-menu ul {
    padding: 0 15px;
    margin-right: 76px;
  }

  .mobile-menu ul a {
    padding: 0 0 0 50px;
    font-size: 1.5vw;
  }

  .mobile-menu ul a:before {
    width: 26px;
    height: 26px;
    left: 15px;
  }

  .mobile-menu ul a:hover {
    color: red;
  }

  .mobile-menu .wrapper-padding {
    margin: 0;
    height: 100%;
    padding: 0 10px;
    transition: all 1s ease;
  }

  .mobile-menu .wrapper-padding .logo {
    display: block;
    max-width: 10vw;
    margin: auto 0;
  }

  .mobile-menu .wrapper-padding .logo img {
    margin: 0;
    padding-top: 2px;
  }

  .select-wrapper {
    padding-left: 20px;
  }

  .select-wrapper .dropholder {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
  }

  .select-wrapper .holder {
    font-size: 1vw;
  }

  .select-wrapper .dropdown {
    padding: 5px 10px;
    font: 0.7vw arial;
  }

  .select-wrapper ul.dropdownOption {
    position: absolute;
    top: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
  }

  .select-wrapper ul.dropdownOption li {
    font-size: 1vw;
    padding: 5px 10px;
  }

  .select-wrapper ul.dropdownOption li:hover {
    color: red;
    transition: all 0.4s ease;
  }

  .burger-svg-menu {
    margin-right: 30px;
  }
}

@media screen and (min-width: 768px) and (orientation: landscape) {
  .mobile-menu ul a {
    padding-left: 75px;
  }

  .mobile-menu ul a:before {
    width: 46px;
    height: 46px;
    left: 25px;
  }
}

.kenefits-radio .sectors .sector-name h4 a {
  color: rgb(43, 42, 42);
  transition: color 0.6s;
  font-size: 100%;
}

@media screen and (orientation: landscape) {
  .submit {
    text-transform: uppercase;
    display: block;
    width: 50%;
    text-align: center;
    color: #fff;
    background: #e83636;
    box-shadow: 0 6px 1pc rgba(232, 54, 54, 0.2);
    border: 0;
    margin-top: 9%;
    height: 5vw;
    font-size: 2vw;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .submit:before {
    height: 600%;
    width: 400%;
    left: -50vw;
    top: -50vw;
  }

  .submit:hover:before {
    left: -20vw;
    top: -20vw;
  }
}

.questions {
  margin-top: -22%;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.questions .copyright {
  border-top: 1px solid #dce6e6;
  padding: 1vw 0;
  margin-bottom: 0;
  width: 100%;
  font-size: 3vw;
}

.questions-wrapper {
  position: relative;
  margin-top: 39%;
  margin-bottom: 5%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.questions-wrapper .header {
  font-size: 5vw;
}

.questions-wrapper a {
  color: #3e6161;
  text-decoration: none;
  display: block;
  margin-top: 15%;
  position: relative;
  font-size: 3vw;
}

.questions-wrapper a:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  height: 8vw;
  width: 8vw;
  min-height: 40px;
  min-width: 40px;
  top: -8vw;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: -13px;
}

.questions-wrapper .mail {
  -ms-flex-order: 4;
  order: 4;
}

.questions-wrapper .mail:before {
  background: url(../images/mail.aff6a968431009dacdd2c5bd9ee4273e.svg) no-repeat center center;
  background-size: contain;
  background-color: #dce6e6;
}

.questions-wrapper .ukr {
  -ms-flex-order: 1;
  order: 1;
}

.questions-wrapper .ukr:before {
  background: url(../images/astronaut-ua.6f22d22adb6c3b94e1aa4bc9c8fda625.svg) no-repeat center center;
  background-size: contain;
  background-color: #dce6e6;
}

.questions-wrapper .usa {
  -ms-flex-order: 2;
  order: 2;
}

.questions-wrapper .usa:before {
  background: url(../images/astronaut-us.c7be4a5d8d3072919e269786becce9ca.svg) no-repeat center center;
  background-size: contain;
  background-color: #dce6e6;
}

.questions-wrapper .skype {
  -ms-flex-order: 3;
  order: 3;
}

.questions-wrapper .skype:before {
  background: url(../images/skype.5bbbadd02d003a4ba81a1eba383c6c36.svg) no-repeat center center;
  background-size: contain;
  background-color: #dce6e6;
}

@media screen and (orientation: landscape) {
  .questions {
    margin-top: 0;
    text-align: center;
  }

  .questions .copyright {
    border-top: 1px solid #dce6e6;
    margin-top: 3%;
    font-size: 1vw;
    width: 100%;
  }

  .questions .header {
    font-size: 2vw;
    font-weight: 700;
  }

  .questions-wrapper {
    margin-top: 10vw;
    margin-bottom: 3%;
    height: 40vh;
  }

  .questions-wrapper div {
    margin: 3vh auto;
    padding: 2vh;
    width: 60%;
    min-height: 300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    border-radius: 30px;
    background-color: #dce6e6;
  }

  .questions-wrapper div a {
    color: #3e6161;
    text-decoration: none;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    padding-left: 13%;
    line-height: 13vh;
    text-align: left;
    width: 37%;
    font-size: 1.5vw;
    transition: all 0.5s ease;
  }

  .questions-wrapper div a:hover {
    color: #e83636;
  }

  .questions-wrapper div a:before {
    content: "";
    height: 7vw;
    width: 7vw;
    min-height: 30px;
    min-width: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0;
  }

  .questions-wrapper .mail {
    -ms-flex-order: 4;
    order: 4;
  }

  .questions-wrapper .ukr {
    -ms-flex-order: 1;
    order: 1;
  }

  .questions-wrapper .usa {
    -ms-flex-order: 3;
    order: 3;
  }

  .questions-wrapper .skype {
    -ms-flex-order: 2;
    order: 2;
  }
}

body {
  overflow-x: hidden;
}

.content {
  width: 100%;
  margin-top: 8%;
}

.content h1 {
  margin-bottom: 3%;
  font-size: 4vw;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.numasoft_work {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.numasoft_work .ns-work {
  display: flex;
  min-height: 485px;
  height: 700px;
  padding-bottom: 0px;
}

.numasoft_work .ns-work-suffle {
  display: flex;
  flex-direction: row-reverse;
}

.ns-work .ns-work-left .demo-img-bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ns-work .ns-work-left {
  width: 50%;
  position: relative;
  line-height: 0;
}

.ns-work .ns-work-left .demo-img-left {
  position: absolute;
  width: 85%;
  right: -30px;
  top: 17%;
  z-index: 33;
}


.ns-work .ns-work-left .demo-img-left img {
  width: 100%;
}

.ns-work .ns-work-left .demo-img-right {
  position: absolute;
  width: 85%;
  left: 10%;
  top: 17%;
  z-index: 33;
}

.ns-work .ns-work-left .ecommerce-image {
  position: absolute;
  width: 85%;
  right: -38px;
  top: -12%;
  z-index: 33;
}

.ns-work .ns-work-left .android-image {
  position: absolute;
  width: 100%;
  right: -38px;
  top: -29%;
  z-index: 33;
}

.ns-work .ns-work-left .demo-img-right img {
  width: 100%;
}

.ns-work .ns-work-left img {
  width: 100%;
  height: 100%;
}

.work-content-android {
  flex-direction: column;
  justify-content: center;
}

.android-logo-link {
  display: flex;
  flex-direction: column;
}

.mobile-logo {
  width: 100%;
  display: flex;
  gap: 5px;
  margin-top: 10px;
}


.ns-work .ns-work-right {
  width: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  z-index: 3;
}

.ns-work .work-content {
  padding: 0 80px;
}

.ns-work .work-content h4 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 10px;
}

.ns-work .work-content p {
  font-size: 16px;
  color: #3e6161;
  margin-bottom: 15px;
}

.ns-work .work-content ul {
  list-style-type: none;
  padding-left: 15px;
  margin-bottom: 30px;
}

.ns-work .work-content ul li {
  font-size: 16px;
  color: #3e6161;
}

.ns-work .work-content ul li::before {
  content: "\25AA";
  color: #2ababa;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.ns-work .work-content a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}

.mobile-logo img {
  width: 50px;
  height: 50px;
}

.animation-element {
  opacity: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  height: 100%;
  z-index: 3;
}

.animation-element.slide-left {
  opacity: 1;
  -moz-transition: all 1800ms ease-in-out;
  -webkit-transition: all 1800ms ease-in-out;
  -o-transition: all 1800ms ease-in-out;
  transition: all 1800ms ease-in-out;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  -moz-transition: all 1500ms ease-in-out;
  -webkit-transition: all 1500ms ease-in-out;
  -o-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
  -moz-transform: translate3d(683px, 0px, 0px);
  -webkit-transform: translate3d(683px, 0px, 0px);
  -o-transform: translate(683px, 0px);
  -ms-transform: translate(683px, 0px);
  transform: translate3d(683px, 0px, 0px);
}

.animation-element.slide-right {
  opacity: 1;
  -moz-transition: all 1500ms ease-in-out;
  -webkit-transition: all 1500ms ease-in-out;
  -o-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-right.in-view {
  -moz-transition: all 1500ms ease-in-out;
  -webkit-transition: all 1500ms ease-in-out;
  -o-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
  -moz-transform: translate3d(-683px, 0px, 0px);
  -webkit-transform: translate3d(-683px, 0px, 0px);
  -o-transform: translate(-683px, 0px);
  -ms-transform: translate(-683px, 0px);
  transform: translate3d(-683px, 0px, 0px);
}

@media screen and (min-width: 1367px) {
  .animation-element.slide-right.in-view {
    -moz-transform: translate3d(-2003px, 0px, 0px);
    -webkit-transform: translate3d(-2003px, 0px, 0px);
    -o-transform: translate(-2003px, 0px);
    -ms-transform: translate(-2003px, 0px);
    transform: translate3d(-2003px, 0px, 0px);
  }

  .animation-element.slide-left.in-view {
    -moz-transform: translate3d(2003px, 0px, 0px);
    -webkit-transform: translate3d(2003px, 0px, 0px);
    -o-transform: translate(2003px, 0px);
    -ms-transform: translate(2003px, 0px);
    transform: translate3d(2003px, 0px, 0px);
  }
}

@media screen and (max-width: 1200px) {
  .ns-work .work-content {
    padding: 0 40px 0 80px;
  }

  .content {
    width: 100%;
    margin-top: 18%;
  }

  .numasoft_work .ns-work {
    min-height: 0;
    height: auto;
  }

}

@media screen and (max-width: 1023px) {
  .ns-work .work-content h4 {
    font-size: 27px;
    font-weight: 600;
    line-height: 35px;
  }

  .numasoft_work .ns-work {
    flex-direction: column;
    min-height: 730px;
  }

  .ns-work .ns-work-left {
    width: 100%;
    overflow: hidden;
    flex-basis: 100%;
  }

  .ns-work .ns-work-right {
    width: 100%;
    background-color: #fff;
    display: block;
    align-items: center;
  }

  .ns-work .work-content {
    padding: 20px 20px 20px 20px;
  }

  .ns-work .ns-work-left .demo-img-left {
    right: 15px;
    top: 60px;
  }

  .ns-work .ns-work-left .demo-img-right {
    left: 15px;
    top: 60px;
  }

  .content h1 {
    margin-bottom: 6%;
    font-size: 6vw;
  }

  .ns-work .ns-work-left .demo-img-right {
    position: absolute;
    width: 75%;
  }

  .ns-work .ns-work-left .demo-img-left {
    width: 75%;
  }

  .animation-element.slide-left.in-view {
    -moz-transform: translate3d(1026px, 0px, 0px);
    -webkit-transform: translate3d(1026px, 0px, 0px);
    -o-transform: translate(1026px, 0px);
    -ms-transform: translate(1026px, 0px);
    transform: translate3d(1026px, 0px, 0px);
  }

  .animation-element.slide-right.in-view {
    -moz-transform: translate3d(-1026px, 0px, 0px);
    -webkit-transform: translate3d(-1026px, 0px, 0px);
    -o-transform: translate(-1026px, 0px, 0px);
    -ms-transform: translate(-1026px, 0px, 0px);
    transform: translate3d(-1026px, 0px, 0px);
  }
}

@media screen and (max-width: 900px) {
  .content {
    /* margin-top: 7%; */
  }
}

@media screen and (max-width: 767px) {
  .content h1 {
    margin-bottom: 6%;
    font-size: 10vw;
  }
}

.benefits {
  margin-bottom: 40px;
}

.benefits header a {
  text-decoration: none;
}

.benefits-inner-wrapper h3 {
  margin-bottom: -14%;
  position: relative;
  z-index: 1;
}

.benefits .benefits-background-rock {
  background: url(../images/red-2.32549ad26e8fc11cb8518c48f2f21ca3.svg) no-repeat;
  background-position: 5vw bottom;
  height: 20%;
  width: 100%;
  position: absolute;
  bottom: -4%;
  right: 72%;
  transform: rotateZ(152deg);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.benefits label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 33%;
  cursor: pointer;
}

.benefits label img {
  max-width: 50%;
  transition: max-width 0.3s ease-in-out 0.15s,
    padding-top 0.3s ease-in-out 0.15s;
}

.benefits img {
  display: block;
  width: auto;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}

.benefits .clock {
  margin-top: 3.5%;
}

.benefits h4 {
  font-weight: 700;
}

.benefits h4,
.benefits p {
  text-align: center;
}

.cup {
  margin-bottom: 5%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div.clock-description,
div.cost-description,
div.gears-description {
  height: 150px;
}

.benefits-radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.benefits-radio .clock-description,
.benefits-radio .cost-description,
.benefits-radio .gears-description {
  display: none;
}

.benefits-radio label {
  cursor: pointer;
}

.benefits-radio input {
  display: none;
}

#gears:checked~.gears-description {
  display: block;
}

#gears:checked~.slider-benefits-wrapper>.slider-line>.slider-move {
  left: 0;
}

#gears:checked~.slider-benefits-wrapper>.slider-line>.slider-inner-line {
  width: 0;
}

#gears:checked~label[for="gears"]>img {
  max-width: 80%;
  padding-top: 0;
}

#clock:checked~.clock-description {
  display: block;
}

#clock:checked~.slider-benefits-wrapper>.slider-line>.slider-move {
  left: calc(50% - 11.5px);
}

#clock:checked~.slider-benefits-wrapper>.slider-line>.slider-inner-line {
  width: 50%;
}

#clock:checked~label[for="clock"]>img {
  max-width: 80%;
  padding-top: 0;
}

#cost:checked~.cost-description {
  display: block;
}

#cost:checked~.slider-benefits-wrapper>.slider-line>.slider-move {
  left: calc(100% - 23px);
}

#cost:checked~.slider-benefits-wrapper>.slider-line>.slider-inner-line {
  width: 100%;
}

#cost:checked~label[for="cost"]>img {
  max-width: 80%;
  padding-top: 0;
}

.slider-benefits-wrapper {
  width: 100%;
  margin-top: 15px;
}

.slider-inner-line {
  background: #bacdcd;
  transition: width 0.3s ease-in-out;
}

.slider-inner-line,
.slider-line {
  width: 100%;
  height: 2px;
  position: relative;
}

.slider-line {
  background: #dce6e6;
}

.slider-down-circle {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #bacdcd;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.slider-down-circle-first {
  left: 0;
}

.slider-down-circle-second {
  left: 0;
  right: 0;
  margin: auto;
}

.slider-down-circle-third {
  right: 0;
}

.slider-move {
  height: 23px;
  width: 23px;
  border-radius: 50%;
  background: #18b5b5;
  box-shadow: 0 3px 15px #18b5b5;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: left 0.3s ease-in-out 0.15s;
}

@media screen and (orientation: landscape) {
  .benefits .benefits-background-rock {
    display: none;
  }

  .benefits label {
    min-height: 5vw !important;
  }

  .benefits label img {
    max-width: 50%;
    width: 12%;
    transition: max-width 0.3s ease-in-out 0.15s,
      transform 0.3s ease-in-out 0.15s;
  }

  .benefits label:first-of-type img {
    margin: 0 27.5% 0 56%;
  }

  .benefits label:last-of-type img {
    margin: 0 auto 0 32.5%;
  }

  .benefits img {
    display: block;
    width: auto;
    max-width: 25%;
    height: auto;
  }

  .benefits .clock {
    margin-top: 3.5%;
  }

  .benefits h4 {
    font-weight: 700;
  }

  .benefits h4,
  .benefits p {
    text-align: center;
  }

  .benefits .benefits-radio header {
    display: block !important;
  }

  .benefits-inner-wrapper>header {
    width: 30%;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    left: 18%;
    top: 20vw;
  }

  .benefits-inner-wrapper>header h3 {
    margin: auto 0;
    position: relative;
    z-index: 1;
    font-size: 1.5vw;
  }

  div.clock-description,
  div.cost-description,
  div.gears-description {
    height: 150px;
    width: 100%;
  }

  div.clock-description p,
  div.cost-description p,
  div.gears-description p {
    font-size: 1.25vw;
  }

  .benefits-radio {
    margin-top: 2vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .benefits-radio .clock-description h4 {
    color: #d3d3d3;
    position: relative;
    left: 1.5vw;
    font-size: 1.5vw;
    padding-top: 10px;
  }

  .benefits-radio .cost-description h4 {
    display: block;
    color: #d3d3d3;
    position: relative;
    left: -3vw;
    font-size: 1.5vw;
    padding-top: 10px;
  }

  .benefits-radio .gears-description h4 {
    display: block;
    color: #d3d3d3;
    position: relative;
    left: 4.7vw;
    font-size: 1.5vw;
    padding-top: 10px;
  }

  .benefits-radio .icon-label {
    min-height: 5vw;
  }

  .benefits-radio label {
    cursor: pointer;
  }

  .benefits-radio input {
    display: none;
  }

  .benefits-radio #clock:checked~.clock-description h4,
  .benefits-radio #cost:checked~.cost-description h4,
  .benefits-radio #gears:checked~.gears-description h4 {
    color: #000;
  }

  #clock:checked~label[for="clock"]>img,
  #cost:checked~label[for="cost"]>img,
  #gears:checked~label[for="gears"]>img {
    max-width: 80%;
    transform: scale(1.6);
  }

  .slider-benefits-wrapper {
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
  }

  .slider-inner-line {
    width: 100%;
    height: 2px;
    background: #bacdcd;
    position: relative;
    transition: width 0.3s ease-in-out;
  }

  .slider-line {
    width: 60%;
    margin: auto;
    height: 2px;
    background: #dce6e6;
    position: relative;
  }

  .slider-down-circle {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #bacdcd;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .slider-down-circle-first {
    left: 0;
  }

  .slider-down-circle-second {
    left: 0;
    right: 0;
    margin: auto;
  }

  .slider-down-circle-third {
    right: 0;
  }

  .slider-move {
    height: 23px;
    width: 23px;
    border-radius: 50%;
    background: #18b5b5;
    box-shadow: 0 3px 15px #18b5b5;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: left 0.3s ease-in-out 0.15s;
  }
}

.kenefits-radio2 .box .slider-move3.construction,
.kenefits-radio2 .box .slider-move4.IT,
.kenefits-radio2 .box .slider-move5.healthcare,
.kenefits-radio2 .box .slider-move6.recruitment,
.kenefits-radio2 .box .slider-move7.service {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #18b5b5;
  box-shadow: 0 3px 15px #18b5b5;
  position: absolute;
  display: none;
}

.kenefits-radio2 .box .slider-move3.construction {
  bottom: -9px;
  left: 36px;
}

.kenefits-radio2 .box .slider-move4.IT {
  left: -1px;
  bottom: -9px;
}

.kenefits-radio2 .box .slider-move5.healthcare {
  left: 28px;
  bottom: -9px;
}

.kenefits-radio2 .box .slider-move6.recruitment {
  left: 36px;
  bottom: -9px;
}

.kenefits-radio2 .box .slider-move7.service {
  left: 46px;
  bottom: -9px;
}

.kenefits-radio2.android .box .slider-move-android-service,
.kenefits-radio2.android .box .slider-move-android-food,
.kenefits-radio2.android .box .slider-move-android-commerce {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #18b5b5;
  box-shadow: 0 3px 15px #18b5b5;
  position: absolute;
  display: none;
}

.kenefits-radio2.android .box .slider-move-android-service {
  left: 45px;
}

.kenefits-radio2.android .box .slider-move-android-food {
  left: 37px;
}

.kenefits-radio2.android .box .slider-move-android-commerce {
  left: 36px;
}

@media screen and (max-width: 991px) {

  .slider-inner-line,
  .slider-line {
    width: 61.5%;
    margin: 0 auto;
  }

  .benefits label img {
    width: 30%;
  }

  .benefits label:last-of-type img {
    margin: 0 auto 0 22.5%;
  }

  .benefits .benefits-radio header {
    display: block !important;
    padding-top: 10px;
    padding-left: 25px;
  }

  .kenefits-radio.kenefits-radio2 .box {
    width: 58.5%;
  }

  .benefits label:first-of-type img {
    margin: 0 27.5% 0 48%;
  }

  .benefits .benefits-radio .gears-description {
    padding-left: 10px;
  }

  .benefits .benefits-radio .cost-description {
    padding-right: 20px;
  }

  .kenefits-radio .sectors .sector-name h4 a {
    font-size: 80%;
  }

  .kenefits-radio2 .box .slider-move3.construction {
    left: 30px;
    bottom: -9px;
  }

  .kenefits-radio2 .box .slider-move5.healthcare {
    left: 25px;
    bottom: -9px;
  }

  .kenefits-radio2 .box .slider-move6.recruitment {
    left: 29px;
    bottom: -9px;
  }

  .kenefits-radio2 .box .slider-move7.service {
    left: 41px;
    bottom: -9px;
  }

  .kenefits-radio2.android .box .slider-move-android-service {
    left: 36px;
  }

  .kenefits-radio2.android .box .slider-move-android-food {
    left: 30px;
  }

  .kenefits-radio2.android .box .slider-move-android-commerce {
    left: 28px;
  }
}

.benefits-radio .clock-description h4 a,
.benefits-radio .cost-description h4 a,
.benefits-radio .gears-description h4 a {
  color: #000;
}

@media screen and (max-width: 900px) {
  .content {
    /* margin-top: 11%; */
  }
}

@media screen and (max-width: 767px) {

  .slider-inner-line,
  .slider-line {
    width: 80%;
    margin: 0 auto;
  }

  .benefits label img {
    width: 40%;
  }

  .benefits .benefits-radio header {
    display: block !important;
    padding-top: 10px;
    padding-left: 25px;
  }

  .benefits label:first-of-type img {
    margin: 0 auto 0 15.5%;
  }

  .benefits-radio .clock-description h4 {
    position: relative;
    left: 1.5vw;
  }

  .benefits-radio .gears-description h4 {
    position: relative;
    left: -3.3vw;
  }

  .benefits-radio .cost-description h4 {
    position: relative;
    left: 1vw;
  }

  .kenefits-radio.kenefits-radio2 .box {
    width: 76%;
  }

  .benefits .benefits-radio .cost-description {
    padding-right: 0px;
  }

  .benefits .benefits-radio .gears-description {
    padding-left: 25px;
  }

  .benefits label:last-of-type img {
    margin: 0 auto 0 40.5%;
  }
}

.kenefits-radio2 {
  justify-content: space-evenly;
  position: relative;
  z-index: 30;
  margin-top: 0.7rem;
  padding-bottom: 1.5rem;
}

.kenefits-radio2 .box {
  border-left: 3px solid #dce6e6;
  border-bottom: 3px solid #dce6e6;
  border-right: none;
  border-top: none;
  width: 57.8%;
  position: relative;
  margin: auto;
  padding-top: 3rem;
}

.kenefits-radio2.android .box {
  border-left: none;
  border-right: 3px solid #dce6e6;
}

.kenefits-radio2 .box .wrapper {
  overflow-x: auto;
  padding-bottom: 1.4rem;
}

.kenefits-radio .sectors {
  white-space: nowrap;
  position: relative;
}

.kenefits-radio.kenefits-radio2.android .sectors {
  display: flex;
  justify-content: space-around;
}

.kenefits-radio .sectors .sector-name {
  padding-bottom: 0.4rem;
  text-align: center;
  display: inline-block;
  margin-inline: 1.8rem;
  position: relative;
}

.kenefits-radio .sectors .sector-name h4 a:hover {
  color: #000;
}

.kenefits-radio .sectors .sector-name a .slider-down-circle2 {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #bacdcd;
  position: absolute;
  bottom: -9px;
}

.kenefits-radio .sectors .sector-name a .slider-down-circle2::after {
  content: "";
  display: block;
  background-color: #dce6e6;
  height: 13.5px;
  width: 3px;
  position: relative;
  left: 6px;
  top: 15px;
}

.kenefits-radio .sectors .sector-name a .slider-down-circle2.one {
  margin-left: -11%;
}

.kenefits-radio .sectors .sector-name a .slider-down-circle2.two {
  margin-left: -57%;
}

.kenefits-radio .sectors .sector-name a .slider-down-circle2.three {
  margin-left: -14%;
}

.kenefits-radio .sectors .sector-name a .slider-down-circle2.four {
  margin-left: -11%;
}

.kenefits-radio.kenefits-radio2.kenefits-radio2.android .sectors .sector-name a .slider-down-circle2.one,
.kenefits-radio.kenefits-radio2.kenefits-radio2.android .sectors .sector-name a .slider-down-circle2.two,
.kenefits-radio.kenefits-radio2.kenefits-radio2.android .sectors .sector-name a .slider-down-circle2.three {
  margin-left: -12%;
}

.kenefits-radio2 .box .slider-move2 {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #18b5b5;
  box-shadow: 0 3px 15px #18b5b5;
  position: absolute;
  right: 0;
  bottom: -8px;
}

.kenefits-radio2.android .box .slider-move2 {
  left: -10px;
  bottom: -2px;
}

.kenefits-radio2.hide {
  display: none;
}

.kenefits-radio .box .sectors .sector-name .fas {
  color: #18b5b5;
  font-size: 1.5rem;
  transition: color 0.3s;
}

.kenefits-radio .box .sectors .sector-name .fas:hover {
  color: #009c9c;
}

.kenefits-radio2 .box .wrapper::-webkit-scrollbar {
  background-color: #f5f5f5;
  height: 10px;
}

.kenefits-radio2 .box .wrapper::-webkit-scrollbar-thumb {
  background-color: #65cfcf;
}

.kenefits-radio2 .box .wrapper .sectors .sector-name.servicePro {
  margin-right: 1rem;
}

.kenefits-radio2 .box .wrapper .sectors .sector-name.HealthHead {
  margin-right: 1.2rem;
}

.kenefits-radio2 .box .wrapper .sectors .sector-name.servicePro h4 a,
.kenefits-radio2 .box .wrapper .sectors .sector-name.ITHead h4 a,
.kenefits-radio2 .box .wrapper .sectors .sector-name.HealthHead h4 a,
.kenefits-radio2 .box .wrapper .sectors .sector-name.recruitHead h4 a,
.kenefits-radio2 .box .wrapper .sectors .sector-name.constuctHead h4 a,
.kenefits-radio2.android .box .wrapper .sectors .sector-name.servicePro2 h4 a,
.kenefits-radio2.android .box .wrapper .sectors .sector-name.servicePro2 h4 a,
.kenefits-radio2.android .box .wrapper .sectors .sector-name.foodHead h4 a,
.kenefits-radio2.android .box .wrapper .sectors .sector-name.ecommerceHead h4 a {
  font-size: 1.16rem;
}

.kenefits-radio .sectors .sector-name .blueCircle.active {
  display: block;
}

@media screen and (max-width: 970px) {

  .kenefits-radio .sectors .sector-name a .slider-down-circle2.one,
  .kenefits-radio .sectors .sector-name a .slider-down-circle2.two,
  .kenefits-radio .sectors .sector-name a .slider-down-circle2.three,
  .kenefits-radio .sectors .sector-name a .slider-down-circle2.four {
    margin-left: -7px;
  }

  .ns-work .ns-work-left .demo-img-left {
    right: 15px;
    top: 75px;
  }

  .ns-work .ns-work-left .demo-img-right {
    left: 15px;
    top: 75px;
  }
}


@media screen and (max-width: 830px) {
  .ns-work .ns-work-left .android-image {
    top: 0;
  }

  .ns-work .ns-work-right .android-image {
    top: 0;
  }
}

@media screen and (max-width: 770px) {
  .ns-work .ns-work-left .android-image {
    top: -150px;
  }

  .ns-work .ns-work-left .ecommerce-image {
    top: -150px;
  }


  .ns-work .ns-work-right .ecommerce-image {
    top: -150px;
  }
}


@media screen and (max-width: 1300px) {
  .kenefits-radio .sectors .sector-name {
    margin-inline: 1.6rem;
  }
}

@media screen and (max-width: 510px) {
  .kenefits-radio .sectors .sector-name {
    margin-inline: 0.8rem;
  }

  .kenefits-radio2 .box .wrapper .sectors .sector-name.servicePro h4 a,
  .kenefits-radio2 .box .wrapper .sectors .sector-name.ITHead h4 a,
  .kenefits-radio2 .box .wrapper .sectors .sector-name.HealthHead h4 a,
  .kenefits-radio2 .box .wrapper .sectors .sector-name.recruitHead h4 a,
  .kenefits-radio2 .box .wrapper .sectors .sector-name.constuctHead h4 a,
  .kenefits-radio2.android .box .wrapper .sectors .sector-name.foodHead h4 a {
    font-size: 0.99rem;
  }

  .kenefits-radio2 .box .slider-move7.service {
    left: 41px;
  }

  .kenefits-radio2 .box .slider-move5.healthcare {
    left: 24px;
  }

  .kenefits-radio2 .box .slider-move6.recruitment {
    left: 29px;
  }

  .kenefits-radio2 .box .slider-move3.construction {
    left: 30px;
    bottom: -9px;
  }

  .kenefits-radio2.android .box .slider-move-android-food {
    left: 30px;
  }

  .kenefits-radio2 .box .slider-move2 {
    right: -12px;
    bottom: -1px;
  }
}

@media screen and (max-width: 600px) {
  .numasoft_work .ns-work {
    min-height: 604px;
  }

  .kenefits-radio.kenefits-radio2.android .sectors {
    display: inline-block;
  }
}


@media screen and (max-width: 395px) {
  .numasoft_work .ns-work {
    min-height: 564px;
  }

  .ns-work .ns-work-left .demo-img-right,
  .ns-work .ns-work-left .demo-img-left {
    right: 15px;
    top: 22px;
    width: 75%;
  }

  .ns-work .ns-work-left .android-image {
    top: -156px;
  }

  .ns-work .ns-work-right .android-image {
    top: -156px;
  }

  .ns-work .ns-work-right .ecommerce-image {
    top: -150px;
  }

  .ns-work .ns-work-left .ecommerce-image {
    top: -150px;
  }
}

@media screen and (max-width: 362px) {
  .wrapper-padding {
    padding-left: 3.7%;
    padding-right: 3.7%;
  }
}

#website .ns-work.hide {
  display: none;
}

#android .ns-work.hide {
  display: none;
}

#webite .ns-work.extra .ns-work-left .demo-img-right {
  top: -60px;
}

#webite .ns-work.extra .ns-work-left .demo-img-left {
  top: -60px;
}

.active {
  display: block;
}

#gears:checked~.slider-benefits-wrapper>.slider-line>.slider-move.ecommerce-website {
  display: none;
  left: calc(50% - 11.5px);
}

#gears:checked~.slider-benefits-wrapper>.slider-line>.slider-move.website {
  display: none;
  left: 0;
}

#gears:checked~.slider-benefits-wrapper>.slider-line>.slider-move.android {
  display: none;
  left: calc(100% - 23px);
}

#gears:checked~.slider-benefits-wrapper>.slider-line>.slider-move.website.active {
  display: block;
}

#gears:checked~.slider-benefits-wrapper>.slider-line>.slider-move.ecommerce-website.active {
  display: block;
}

#gears:checked~.slider-benefits-wrapper>.slider-line>.slider-move.android.active {
  display: block;
}

.kenefits-radio.website.kenefits-radio2 {
  display: none;
}

.kenefits-radio.website.kenefits-radio2.active {
  display: block;
}

.kenefits-radio.kenefits-radio2.android {
  display: none;
}

.kenefits-radio.kenefits-radio2.android.active {
  display: block;
}

.kenefits-radio.kenefits-radio2.kenefits-radio2.android .sectors .sector-name a .slider-down-circle2.one,
.kenefits-radio.kenefits-radio2.kenefits-radio2.android .sectors .sector-name a .slider-down-circle2.two,
.kenefits-radio.kenefits-radio2.kenefits-radio2.android .sectors .sector-name a .slider-down-circle2.three {
  margin-left: -12%;
}

.kenefits-radio2 .box .slider-move2 {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #18b5b5;
  box-shadow: 0 3px 15px #18b5b5;
  position: absolute;
  right: 0;
  bottom: -8px;
}

.kenefits-radio2.android .box .slider-move2 {
  left: -10px;
  bottom: -2px;
}

.kenefits-radio2.hide {
  display: none;
}

.kenefits-radio .box .sectors .sector-name .fas {
  color: #18b5b5;
  font-size: 1.5rem;
  transition: color 0.3s;
}

.kenefits-radio .box .sectors .sector-name .fas:hover {
  color: #009c9c;
}

.kenefits-radio2 .box .wrapper::-webkit-scrollbar {
  background-color: #f5f5f5;
  height: 10px;
}

.kenefits-radio2 .box .wrapper::-webkit-scrollbar-thumb {
  background-color: #65cfcf;
}

.kenefits-radio2 .box .wrapper .sectors .sector-name.servicePro {
  margin-right: 1rem;
}

.kenefits-radio2 .box .wrapper .sectors .sector-name.HealthHead {
  margin-right: 1.2rem;
}

.kenefits-radio2 .box .wrapper .sectors .sector-name.servicePro h4 a,
.kenefits-radio2 .box .wrapper .sectors .sector-name.ITHead h4 a,
.kenefits-radio2 .box .wrapper .sectors .sector-name.HealthHead h4 a,
.kenefits-radio2 .box .wrapper .sectors .sector-name.recruitHead h4 a,
.kenefits-radio2 .box .wrapper .sectors .sector-name.constuctHead h4 a,
.kenefits-radio2.android .box .wrapper .sectors .sector-name.servicePro2 h4 a,
.kenefits-radio2.android .box .wrapper .sectors .sector-name.servicePro2 h4 a,
.kenefits-radio2.android .box .wrapper .sectors .sector-name.foodHead h4 a,
.kenefits-radio2.android .box .wrapper .sectors .sector-name.ecommerceHead h4 a {
  font-size: 1.16rem;
}

.kenefits-radio .sectors .sector-name .blueCircle.active {
  display: block;
}

@media screen and (max-width: 970px) {

  .kenefits-radio .sectors .sector-name a .slider-down-circle2.one,
  .kenefits-radio .sectors .sector-name a .slider-down-circle2.two,
  .kenefits-radio .sectors .sector-name a .slider-down-circle2.three,
  .kenefits-radio .sectors .sector-name a .slider-down-circle2.four {
    margin-left: -7px;
  }

  .ns-work .ns-work-left .demo-img-left {
    right: 15px;
    top: 75px;
  }

  .ns-work .ns-work-left .demo-img-right {
    left: 15px;
    top: 75px;
  }
}

@media screen and (max-width: 830px) {
  .ns-work .ns-work-left .android-image {
    top: 0;
  }

  .ns-work .ns-work-right .android-image {
    top: 0;
  }
}

@media screen and (max-width: 770px) {
  .ns-work .ns-work-left .android-image {
    top: -150px;
  }

  .ns-work .ns-work-left .ecommerce-image {
    top: -150px;
  }

  .ns-work .ns-work-right .ecommerce-image {
    top: -150px;
  }
}


@media screen and (max-width: 1300px) {
  .kenefits-radio .sectors .sector-name {
    margin-inline: 1.6rem;
  }
}

@media screen and (max-width: 510px) {
  .kenefits-radio .sectors .sector-name {
    margin-inline: 0.8rem;
  }

  .kenefits-radio2 .box .wrapper .sectors .sector-name.servicePro h4 a,
  .kenefits-radio2 .box .wrapper .sectors .sector-name.ITHead h4 a,
  .kenefits-radio2 .box .wrapper .sectors .sector-name.HealthHead h4 a,
  .kenefits-radio2 .box .wrapper .sectors .sector-name.recruitHead h4 a,
  .kenefits-radio2 .box .wrapper .sectors .sector-name.constuctHead h4 a,
  .kenefits-radio2.android .box .wrapper .sectors .sector-name.foodHead h4 a {
    font-size: 0.99rem;
  }

  .kenefits-radio2 .box .slider-move7.service {
    left: 41px;
  }

  .kenefits-radio2 .box .slider-move5.healthcare {
    left: 24px;
  }

  .kenefits-radio2 .box .slider-move6.recruitment {
    left: 29px;
  }

  .kenefits-radio2 .box .slider-move3.construction {
    left: 30px;
    bottom: -9px;
  }

  .kenefits-radio2.android .box .slider-move-android-food {
    left: 30px;
  }

  .kenefits-radio2 .box .slider-move2 {
    right: -12px;
    bottom: -1px;
  }
}

@media screen and (max-width: 600px) {
  .numasoft_work .ns-work {
    min-height: 604px;
  }

  .kenefits-radio.kenefits-radio2.android .sectors {
    display: inline-block;
  }
}


@media screen and (max-width: 395px) {
  .numasoft_work .ns-work {
    min-height: 564px;
  }

  .ns-work .ns-work-left .demo-img-right,
  .ns-work .ns-work-left .demo-img-left {
    right: 15px;
    top: 22px;
    width: 75%;
  }

  .ns-work .ns-work-left .android-image {
    top: -156px;
  }

  .ns-work .ns-work-right .android-image {
    top: -156px;
  }

  .ns-work .ns-work-right .ecommerce-image {
    top: -150px;
  }

  .ns-work .ns-work-left .ecommerce-image {
    top: -150px;
  }
}

@media screen and (max-width: 362px) {
  .wrapper-padding {
    padding-left: 3.7%;
    padding-right: 3.7%;
  }
}

#website .ns-work.hide {
  display: none;
}

#android .ns-work.hide {
  display: none;
}

#webite .ns-work.extra .ns-work-left .demo-img-right {
  top: -60px;
}

#webite .ns-work.extra .ns-work-left .demo-img-left {
  top: -60px;
}

.active {
  display: block;
}

#gears:checked~.slider-benefits-wrapper>.slider-line>.slider-move.ecommerce-website {
  display: none;
  left: calc(50% - 11.5px);
}

#gears:checked~.slider-benefits-wrapper>.slider-line>.slider-move.website {
  display: none;
  left: 0;
}

#gears:checked~.slider-benefits-wrapper>.slider-line>.slider-move.android {
  display: none;
  left: calc(100% - 23px);
}

#gears:checked~.slider-benefits-wrapper>.slider-line>.slider-move.website.active {
  display: block;
}

#gears:checked~.slider-benefits-wrapper>.slider-line>.slider-move.ecommerce-website.active {
  display: block;
}

#gears:checked~.slider-benefits-wrapper>.slider-line>.slider-move.android.active {
  display: block;
}

.kenefits-radio.website.kenefits-radio2 {
  display: none;
}

.kenefits-radio.website.kenefits-radio2.active {
  display: block;
}

.kenefits-radio.kenefits-radio2.android {
  display: none;
}

.kenefits-radio.kenefits-radio2.android.active {
  display: block;
}


.input-wrapper {
  position: relative;
  display: block;
  height: auto;
}


@media screen and (orientation: landscape)
{
.input-wrapper input {
    border: none;
    border-top: 2px solid transparent;
    border-bottom: 2px solid #5dadad;
    outline: 0;
    margin: 0;
    text-indent: 14px;
    border-radius: 0;
    box-sizing: content-box;
    transition: background .3s ease-in-out;
}
}


.popupsubmit{
	margin-top: 6%!important;
  }

  .input-popup input{
	background-color: #ffffff;
	padding: 34px!important;
	padding-left: 0px!important;
	padding-bottom: 6px!important;
	width: 87%;
	padding-left: 0px;
	font-size: 14px;
  }
  

  @media screen and (orientation: landscape){
    .questions .copyright{
    margin-top: 8%!important;  
    }
  }
  


