/* Variables */
/* fonts */
/* colors */
/* border-radiuses */
/* box-shadowes */
/* media breakpoints */
/* transition */
/* clean default styling */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Customize global used elements */
h1 {
  color: #ffffff;
  font-weight: 800;
  font-size: 48px;
  line-height: 57.6px;
  font-family: "Lato", sans-serif;
}
@media (max-width: 960px) {
  h1 {
    font-size: 36px;
    line-height: 43.2px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 24px;
    line-height: 28.8px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 16px;
    line-height: 19.2px;
  }
}

h2 {
  color: #ffffff;
  font-weight: 300;
  font-size: 36px;
  line-height: 43.2px;
  font-family: "Lato", sans-serif;
}
@media (max-width: 960px) {
  h2 {
    font-size: 24px;
    line-height: 28.8px;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 16px;
    line-height: 19.2px;
  }
}
@media (max-width: 360px) {
  h2 {
    font-size: 14px;
    line-height: 16.8px;
  }
}

h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 480px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 360px) {
  h3 {
    font-size: 16px;
  }
}

p {
  font-weight: 300;
  font-size: 16px;
  line-height: 22.4px;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
}
p.line-height-md {
  line-height: 24px;
}

a {
  transition: 0.3s;
  cursor: pointer;
  color: #1074d8;
  font-weight: 500;
  font-size: 18px;
  line-height: 25.2px;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}
a:hover {
  color: #789dd8;
}
@media (max-width: 960px) {
  a {
    font-size: 16px;
  }
}

button {
  transition: 0.3s;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  background: #789dd8;
  padding: 18px 30px;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  line-height: 14.4px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}
button:hover {
  background: #1074d8;
}

input {
  display: block;
  margin-top: 25px;
  border: 1px solid #dfe3ed;
  padding: 5px 10px;
  width: 100%;
  max-width: 270px;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  font-family: "Roboto", sans-serif;
}
input::-moz-placeholder {
  color: #999999;
}
input::placeholder {
  color: #999999;
}

/* Custom global used Classes */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  max-width: 1240px;
}

.subtitle {
  color: #1074d8;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 360px) {
  .subtitle {
    font-size: 14px;
  }
}

.heading-lg {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 480px) {
  .heading-lg {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 360px) {
  .heading-lg {
    font-size: 18px;
  }
}

.heading-md {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  font-family: "Poppins", sans-serif;
}

/* HTML Styling */
body {
  background-image: url("./images/backgrounds/main.png");
  background-size: 100vw 746px;
  background-repeat: no-repeat;
  color: #333333;
  /* Header */
  /* Main Section */
  /* Services Section */
  /* About Section */
  /* Why We Section */
  /* Time in It Section */
  /* Join Us Section */
  /* Footer */
}
@media (max-width: 960px) {
  body {
    background-size: 100vw 584px;
  }
}
body header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
body header .left-column {
  display: flex;
  align-items: center;
  gap: 20px;
}
body header .left-column .languages {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  font-family: "Lato", sans-serif;
}
@media (max-width: 960px) {
  body header .left-column .languages {
    display: none;
  }
}
body header .left-column .languages button {
  transition: 0.3s;
  background: none;
  padding: 0;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
}
body header .left-column .languages button:hover {
  color: #999999;
}
body header .left-column .languages button.active {
  color: #ffffff;
}
@media (max-width: 960px) {
  body header .navigation-wrapper {
    display: grid;
    position: absolute;
    top: 80px;
    right: 20px;
    grid-template-rows: 0fr;
    z-index: 10;
    transition: 0.3s;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
  }
  body header .navigation-wrapper.active {
    grid-template-rows: 1fr;
    padding: 10px;
  }
}
body header .navigation-wrapper nav {
  display: flex;
  gap: 30px;
}
@media (max-width: 960px) {
  body header .navigation-wrapper nav {
    display: block;
    min-height: 0;
    text-align: right;
  }
}
body header .navigation-wrapper nav a {
  transition: 0.3s;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 21.6px;
  font-family: "Lato", sans-serif;
  text-decoration: none;
}
body header .navigation-wrapper nav a:hover {
  color: #dfe3ed;
}
@media (max-width: 960px) {
  body header .navigation-wrapper nav a {
    display: block;
    padding: 8px 0;
    color: #1074d8;
  }
}
body header .right-column {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 960px) {
  body header .right-column {
    display: none;
  }
}
body header .right-column a {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 21.6px;
  font-family: "Lato", sans-serif;
  text-decoration: none;
}
body header .right-column a:hover {
  color: #dfe3ed;
}
body header .right-column button {
  box-shadow: 0px 1px 10px 0px #779dd8;
  text-transform: uppercase;
}
body header .burger-menu {
  display: block;
  background: none;
  padding: 0;
}
@media (min-width: 960px) {
  body header .burger-menu {
    display: none;
  }
}
body .main {
  position: relative;
  margin-top: 40px;
}
body .main .left-column {
  min-height: 656px;
}
@media (max-width: 960px) {
  body .main .left-column {
    min-height: 456px;
  }
}
@media (max-width: 768px) {
  body .main .left-column {
    min-height: 456px;
  }
}
body .main .left-column h1 {
  max-width: 803px;
}
@media (max-width: 960px) {
  body .main .left-column h1 {
    max-width: 600px;
  }
}
body .main .left-column h1 .underline {
  border-bottom: 3px solid #ffffff;
  padding-bottom: 4px;
}
body .main .left-column h2 {
  margin-top: 24px;
  max-width: 590px;
}
body .main .left-column button {
  margin-top: 30px;
}
body .main .banner {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 703px;
}
@media (max-width: 960px) {
  body .main .banner {
    max-width: 488px;
  }
}
@media (max-width: 768px) {
  body .main .banner {
    top: auto;
    bottom: 0;
    max-width: 347px;
  }
}
@media (max-width: 480px) {
  body .main .banner {
    right: 20px;
    bottom: 61px;
    max-width: 264px;
  }
}
body .services {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin-top: 24px;
}
@media (max-width: 960px) {
  body .services {
    grid-template-columns: 1fr 1fr;
    max-width: 760px;
  }
}
@media (max-width: 480px) {
  body .services {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
body .services article {
  transition: 0.3s;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 26px 30px;
  text-align: center;
}
body .services article:hover {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
}
@media (max-width: 960px) {
  body .services article {
    padding: 26px 10px;
  }
}
body .services article .title {
  margin-top: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.8px;
  font-family: "Lato", sans-serif;
}
@media (max-width: 960px) {
  body .services article .title {
    font-size: 20px;
    line-height: 24px;
  }
}
body .services article p {
  margin-top: 20px;
  margin-bottom: 20px;
}
body .about {
  display: flex;
  align-items: center;
  margin-top: 24px;
  background-image: url("./images/backgrounds/about.png");
  background-size: 100vw 100%;
  background-repeat: no-repeat;
  min-height: 892.5px;
}
@media (max-width: 960px) {
  body .about {
    display: grid;
    align-items: start;
    padding-top: 220px;
    min-height: 1568px;
  }
}
@media (max-width: 768px) {
  body .about {
    margin-top: 60px;
    padding-top: 224px;
  }
}
@media (max-width: 480px) {
  body .about {
    padding-top: 35px;
    min-height: 1216px;
  }
}
@media (max-width: 360px) {
  body .about {
    padding-top: 31px;
    min-height: 1096px;
  }
}
body .about .container {
  display: grid;
  grid-template-columns: minmax(0, 550px) 555px;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 960px) {
  body .about .container {
    grid-template-columns: minmax(0, 550px);
    gap: 96px;
  }
}
@media (max-width: 480px) {
  body .about .container {
    gap: 70px;
  }
}
body .about .container img {
  width: 100%;
  max-width: 550px;
}
body .about .container .right-column h3 {
  margin-top: 10px;
}
body .about .container .right-column p {
  margin-top: 20px;
}
body .about .container .right-column .progress-bars {
  margin-top: 25px;
}
body .about .container .right-column .progress-bars .item {
  margin-top: 17px;
}
body .about .container .right-column .progress-bars .item .info {
  display: flex;
  justify-content: space-between;
}
body .about .container .right-column .progress-bars .item .info .percent {
  margin-top: 9px;
  color: #1074d8;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  font-family: "Open Sans", sans-serif;
}
body .about .container .right-column .progress-bars .item .bar {
  position: relative;
  background: #e3e3e5;
  width: 100%;
  height: 7px;
}
body .about .container .right-column .progress-bars .item .bar .active {
  position: absolute;
  top: 0;
  left: 0;
  background: #1074d8;
  height: 7px;
}
body .about .container .right-column .progress-bars .item .bar .active.web {
  width: 90%;
}
body .about .container .right-column .progress-bars .item .bar .active.seo {
  width: 85%;
}
body .about .container .right-column .progress-bars .item .bar .active.imarket {
  width: 70%;
}
body .about .container .right-column .progress-bars .item .bar .active.mobdev {
  width: 40%;
}
body .why-we {
  display: grid;
  grid-template-columns: minmax(480px, 611px) minmax(400px, 550px);
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 960px) {
  body .why-we {
    grid-template-columns: minmax(0, 911px);
    justify-content: center;
    gap: 60px;
    margin-top: -214px;
  }
}
@media (max-width: 768px) {
  body .why-we {
    margin-top: -211px;
  }
}
@media (max-width: 480px) {
  body .why-we {
    margin-top: -275px;
  }
}
@media (max-width: 360px) {
  body .why-we {
    margin-top: -123px;
  }
}
@media (max-width: 960px) {
  body .why-we .left-column {
    order: 2;
  }
}
body .why-we .left-column h3 {
  margin-top: 10px;
}
body .why-we .left-column p {
  margin-top: 20px;
  max-width: 507px;
}
body .why-we .left-column .advantages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 35px;
  margin-top: 40px;
  max-width: 575px;
}
@media (max-width: 480px) {
  body .why-we .left-column .advantages {
    grid-template-columns: 1fr;
  }
}
body .why-we .left-column .advantages a {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
  padding: 13px;
  width: 100%;
  color: #333333;
  font-weight: 600;
  font-size: 15px;
  line-height: 22.5px;
  font-family: "Open Sans", sans-serif;
}
body .why-we .left-column .advantages a:hover {
  gap: 20px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
}
body .why-we .banner {
  width: 100%;
  max-width: 550px;
}
@media (max-width: 960px) {
  body .why-we .banner {
    order: 1;
    margin-right: auto;
    margin-left: auto;
  }
}
body .time-in-it {
  display: flex;
  align-items: center;
  margin-top: 124px;
  background-image: url("./images/backgrounds/time-in-it.png");
  background-size: 100vw 605px;
  background-repeat: no-repeat;
  min-height: 605px;
}
@media (max-width: 960px) {
  body .time-in-it {
    align-items: start;
    margin-top: 60px;
    background-size: 100vw 100%;
    padding-top: 168px;
    padding-bottom: 174px;
  }
}
@media (max-width: 480px) {
  body .time-in-it {
    margin-top: 40px;
    padding-top: 159px;
    padding-bottom: 206px;
  }
}
@media (max-width: 360px) {
  body .time-in-it {
    padding-bottom: 182px;
  }
}
body .time-in-it .title {
  color: #1074d8;
  text-align: center;
}
body .time-in-it .achievements {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 10px;
  margin-top: 118px;
}
@media (max-width: 960px) {
  body .time-in-it .achievements {
    grid-template-columns: auto auto;
    gap: 88px;
    margin-top: 98px;
    margin-right: auto;
    margin-left: auto;
    max-width: 575px;
  }
}
@media (max-width: 600px) {
  body .time-in-it .achievements {
    gap: 60px 26px;
  }
}
@media (max-width: 480px) {
  body .time-in-it .achievements {
    margin-top: 60px;
  }
}
@media (max-width: 360px) {
  body .time-in-it .achievements {
    grid-template-columns: 210px;
    justify-content: center;
    gap: 40px;
  }
}
body .time-in-it .achievements .item {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #1074d8;
}
@media (max-width: 480px) {
  body .time-in-it .achievements .item img {
    height: 32px;
  }
}
@media (max-width: 360px) {
  body .time-in-it .achievements .item img {
    height: auto;
  }
}
body .time-in-it .achievements .item .number {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
}
body .time-in-it .achievements .item .description {
  text-wrap: nowrap;
  margin-top: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 600px) {
  body .time-in-it .achievements .item .description {
    text-wrap: wrap;
  }
}
body .join-us {
  text-align: center;
}
body .join-us .heading-lg {
  margin-top: 10px;
}
body .join-us .jobs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 960px) {
  body .join-us .jobs {
    grid-template-columns: minmax(200px, 350px) minmax(200px, 350px);
    justify-content: center;
    margin-top: 76px;
  }
}
@media (max-width: 480px) {
  body .join-us .jobs {
    grid-template-columns: 1fr;
  }
}
body .join-us .jobs a {
  transition: 0.3s;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 17px;
  color: #1074d8;
}
body .join-us .jobs a:hover {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
}
@media (max-width: 960px) {
  body .join-us .jobs a {
    width: 100%;
    max-width: 350px;
  }
}
@media (max-width: 960px) and (max-width: 480px) {
  body .join-us .jobs a {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 960px) {
  body .join-us .jobs a:last-child {
    grid-column-start: -3;
    grid-column-end: -1;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 960px) and (max-width: 480px) {
  body .join-us .jobs a:last-child {
    grid-column-start: auto;
    grid-column-end: auto;
  }
}
body footer {
  display: flex;
  align-items: end;
  margin-top: 42px;
  background-image: url("./images/backgrounds/footer.png");
  background-size: 100vw 100%;
  background-repeat: no-repeat;
  min-height: 764px;
  color: #ffffff;
}
@media (max-width: 960px) {
  body footer {
    align-items: start;
    margin-top: 80px;
    min-height: auto;
  }
}
@media (max-width: 480px) {
  body footer {
    margin-top: 76px;
  }
}
@media (max-width: 360px) {
  body footer {
    margin-top: 60px;
  }
}
body footer .container .content {
  display: grid;
  grid-template-columns: minmax(350px, 550px) auto;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 960px) {
  body footer .container .content {
    grid-template-columns: minmax(0, 556px);
    justify-content: center;
    gap: 60px;
  }
}
@media (max-width: 480px) {
  body footer .container .content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 360px) {
  body footer .container .content {
    gap: 12px;
  }
}
body footer .container .content img {
  width: 100%;
  max-width: 463px;
}
@media (max-width: 960px) {
  body footer .container .content img {
    margin: -20px auto 0 auto;
  }
}
@media (max-width: 480px) {
  body footer .container .content img {
    margin-top: -16px;
    max-width: 365px;
  }
}
@media (max-width: 360px) {
  body footer .container .content img {
    margin-top: 30px;
  }
}
body footer .container .content .right-column .subtitle {
  color: #ffffff;
}
body footer .container .content .right-column h3 {
  margin-top: 10px;
}
body footer .container .content .right-column form {
  margin-top: 56px;
}
body footer .container .content .right-column form .g-recaptcha {
  margin-top: 25px;
}
body footer .container .content .right-column form .error,
body footer .container .content .right-column form .success {
  display: none;
  margin-top: 5px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
body footer .container .content .right-column form .error.error,
body footer .container .content .right-column form .success.error {
  color: #ff0000;
}
body footer .container .content .right-column form .error.success,
body footer .container .content .right-column form .success.success {
  color: #30d930;
}
body footer .container .content .right-column form button {
  transition: 0.3s;
  margin-top: 25px;
  background: #1074d8;
  padding: 15px 40px;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  text-transform: inherit;
}
body footer .container .content .right-column form button:hover {
  background: #789dd8;
}
body footer .container .subcontent {
  margin-top: 40px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
@media (max-width: 960px) {
  body footer .container .subcontent {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  body footer .container .subcontent {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  body footer .container .subcontent {
    margin-top: 113px;
    font-size: 11px;
  }
}