button#hamburgerBtn {
  display: none;
}

header .menu .overlay {
  display: none;
}

.mob-stack {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.mob-stack .item {
  width: 24%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
}
.mob-stack .item .icon {
  display: flex;
  justify-content: center;
}
.mob-stack .item .icon svg {
  width: 100px;
  opacity: 0.8;
}
.mob-stack .item .span {
  font-weight: 700;
  font-size: 20px;
  color: rgb(7, 34, 47);
  text-align: center;
  margin-top: 1.5rem;
}

@media screen and (max-width: 1200px) {
  header, section {
    overflow: hidden;
  }
  .menu {
    position: static;
  }
  .authenticator {
    position: static;
  }
}
@media screen and (max-width: 1024px) {
  section#block4 ul.block4__select_wors {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  section#block4 ul.block4__select_wors li {
    padding: 265px 0 0 !important;
    margin: 0 !important;
    min-width: auto;
    width: 40%;
  }
  .mobile_f {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .mobile_f .col-xl-3 {
    flex: 0;
    max-width: 46%;
    min-width: 46%;
    margin-bottom: 1rem;
  }
  .block5__developer_technology_icon {
    margin: 0 auto 2.5rem;
  }
  .block5__developer_technology_name__tal {
    text-align: center;
  }
  form {
    padding: 1.1em 0 0 0em;
  }
  footer .menu {
    display: none;
  }
  .header__top_links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  button#hamburgerBtn {
    display: block;
    margin-left: auto;
	background: linear-gradient(to right, #4194fc 0%,#0bded3 100%);
    border: none;
    padding: 0.1rem 0.4rem;
    border-radius: 0.4rem;
  }
  button#hamburgerBtn svg {
    width: 29px;
    height: 29px;
  }
  .authenticator {
    padding: 0;
  }
  a.sign-in {
    display: flex;
    padding: 0.5rem 1.2rem;
  }
  header .menu {
    position: fixed;
    left: -999px;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.4s;
  }
  header .menu .list {
    position: absolute;
    left: -105%;
    top: 0;
    width: 70%;
    height: 100%;
    background-color: #fff;
    transition: left 0.4s;
    transition-delay: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    padding: 1rem 2rem;
  }
  header .menu .list a {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  header .menu.open {
    z-index: 999;
    opacity: 1;
    left: 0;
  }
  header .menu.open .list {
    left: 0;
    z-index: 19;
  }
  header .menu.open .overlay {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
  }
  header .menu.open .overlay button {
    position: relative;
    right: 15px;
    top: 10px;
    background: none;
    border: none;
  }
  header .menu.open .overlay button svg {
    width: 36px;
    height: 36px;
  }
  .mob-stack {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
  }
  .mob-stack .item {
    width: 24%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
  }
  .mob-stack .item .icon {
    display: flex;
    justify-content: center;
  }
  .mob-stack .item .icon svg {
    width: 100px;
    opacity: 0.8;
  }
  .mob-stack .item .span {
    font-weight: 700;
    font-size: 20px;
    color: rgb(7, 34, 47);
    text-align: center;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  header .container:after {
    display: none;
  }
  header {
    background-image: none;
    padding: 0.8rem 0 2rem;
  }
  header .container .row:nth-child(2) {
    background: #2FACEF;
    background: linear-gradient(to right, #2FACEF 0%, #1FC3E2 100%);
    padding: 2.4rem 0;
    margin-top: 1.5rem;
  }
  header .header_content {
    padding-top: 0;
  }
  header .logo {
    color: #2FACEF;
  }
  header .header_content a.header_btn {
    display: inline-block;
  }
  .section_content_text {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .block3_content_bottom {
    padding-top: 0;
  }
  section#block4 {
    background-size: cover;
  }
  section#block4 ul.block4__select_wors li {
    width: 100%;
  }
  section#block4 ul.block4__select_wors li:after {
    left: 50%;
    transform: translateX(-50%);
  }
  #block6 .col-xl-6, footer .col-xl-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  footer .col-xl-3 {
    text-align: center;
  }
  footer a.footer_email_link {
    float: none;
    margin-top: 0.5rem;
    display: inline-block;
  }
  footer {
    padding-top: 4rem;
    margin-top: 1.5em;
  }
  section#block2 {
    background-size: cover;
    padding-bottom: 6.5rem;
  }
  .m-fx-col {
    flex-direction: column;
  }
  section#block3 {
    margin-top: 0;
  }
  .section_content_text h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 2rem 0 1rem;
  }
  section#block3 img {
    width: 100%;
  }
  section#block5 {
    padding-bottom: 6rem;
  }
  .mobile_f {
    display: none;
  }
  .mob-stack {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
  }
  .mob-stack .item {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
  }
  .mob-stack .item .icon {
    display: flex;
    justify-content: center;
  }
  .mob-stack .item .icon svg {
    width: 47px;
    opacity: 0.8;
  }
  .mob-stack .item .span {
    font-weight: 700;
    font-size: 15px;
    color: rgb(7, 34, 47);
    text-align: center;
    margin-top: 0.5rem;
  }
  .block6__contacts_inf_text {
    font-size: 17px;
  }
}/*# sourceMappingURL=media.css.map */