@font-face {
    font-family: "Montserrat";
    src: local("Montserrat"),
         url("/fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900; 
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: local("Inter"),
         url("/fonts/Inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
}

body {
    margin: 0;
    font-family: "Montserrat", "Inter", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    background-color: white;
    width: 100%;
;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.container {
    width: 65%;
    align-items: center;
    margin: 0 auto;
}

.container-lic {
    width: 85%;
    margin: 0 auto;
    padding-top: 90px;
}

.container-cards {
    width: 65%;
    align-items: center;
    margin: 0 auto;
}

.header {
    display: block;
    position: fixed;
    height: 70px;
    width: 100vw;
    background-color: #fff;
    z-index: 100;
}

.header_logo {
    float: left;
    margin-top: 7px;
}

.tg {
    margin-top: 7px;
    margin-left: 7px;
}

.nav_desc {
    float: right;
    margin-top: 20px;
}

.nav__link {
    font-size: 14px;
    color: #000000;
    font-family: "Inter";
    font-weight: 400;
    cursor: pointer;
    position: relative;
    border: none;
    background: none;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: color;
    margin: 0 10px;
    text-decoration: none;
}

.nav__link:focus,
.nav__link:hover {
  color: #000000;
}

.nav__link:focus:after,
.nav__link:hover:after {
  width: 100%;
  left: 0%;
}

.nav__link:after {
  content: "";
  pointer-events: none;
  bottom: -2px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #D0FF00;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
  font-weight: 500;
}

.background_prod {
    background-color: #F7F7F7;
    padding-top: 20px;
    padding-bottom: 20px;
}

.columns1 {
    padding-top: 250px;
}

.columns_prod {
    padding-top: 117px;
    padding-bottom: 70px;
}

.intro {
    width: 100%;
    height: 100vh;
    background: url("../images/introtitle.png");
    background-size: cover;
}

.intro-about {
    width: 100%;
    height: 100vh;
    background: url("../images/map.JPEG");
    background-size: 110%;
    background-position: center;
}

.main-description-about {
    font-size: 14px;
    width: 50%;
}

.cards-about {
    display: flex;
    flex-direction: column;
    width: 300px;
}

.card-about:not(:first-child) {
    margin-top: 10px;
}

.header_about {
    padding-top: 80px;
}

.about_img {
    width: 1034px;
    height: 629px;
}

.about_text {
    height: 668px;
    background-color: #F7F7F7;
}

.title-group {
    padding-top: 100px;
}

.about_title {
    padding-top: 100px;
    font-size: 33px;
    font-weight: 600;
}

.about_description {
    font-size: 20px;
    font-weight: 300;
}

.about_clients {
    padding-top: 100px;
    padding-bottom: 100px;
}

.subtitle {
    size: 38px;
}

.green__btn {
 appearance: none;
 background-color: transparent;
 border: 0.025em solid #D0FF00;
 border-radius: 10px;
 box-sizing: border-box;
 color: #000000;
 background-color: #D0FF00;
 cursor: pointer;
 display: inline-block;
 font-family: "Montserrat";
 font-size: 18px;
 font-weight: 500;
 line-height: normal;
 margin: 0;
 min-width: 0;
 outline: none;
 padding: 0.75em 1em;
 text-align: center;
 text-decoration: none;
 transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
 user-select: none;
 -webkit-user-select: none;
 touch-action: manipulation;
 will-change: transform;
 /*box-shadow: 0 0 25px rgba(59, 59, 59, 0.500);*/
}

.green__btn:disabled {
 pointer-events: none;
}

.green__btn:hover {
 color: #000000;
 background-color: #A8CE00;
 border-color: #D0FF00;
 /*box-shadow: 0 0 50px rgba(59, 59, 59, 0.400);*/
 transform: translateY(-2px);
}

.green__btn:active {
 box-shadow: none;
 transform: translateY(0);
}

.download__IB {
    text-decoration: none;
    color: #000000;
}

.list-element {
    margin-bottom: 10px;
}

.neo-url {
    color: #000000;
}

.amount-img {
    height: 82px;
    width: 443px;
    margin-top: 10px;
    float: right;
    padding-right: 100px;
}


.card-img-right {
    height: 292px;
    width: 459px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.card-img-left {
    height: 292px;
    width: 459px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.card-title {
    font-family: "Montserrat";
    font-size: 33px;
    font-weight: 500;
    line-height: 41px;
}

.card-title-lic {
    font-family: "Montserrat";
    font-size: 33px;
    font-weight: 500;
    line-height: 41px;
}

.content-text {
    font-size: 17px;
    font-weight: 400;
    position: relative;
    margin: 0 30px;
    margin-top: 50px;
}

.card-title_prod {
    font-size: 26px;
    font-weight: 600;
}

.content-text_prod {
    font-size: 12px;
    font-weight: 400;
    position: relative;
    margin: 0 30px;
    width: 49%;
}

.definition {
    font-size: 19px;
}

.card-right {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    height: 420px;
    margin-bottom: 20px;
    text-align: right;
    float: right;
    width: 50%;
}

.card-left {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    height: 420px;
    margin-bottom: 20px;
    text-align: left;
}

.card-left .content-text {
    width: 50%;
}

.card-right_prod {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    height: 292px;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
}

.card-left_prod {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    height: 292px;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
}

.card-btn_prod {
 appearance: none;
 background-color: transparent;
 border: 0.025em solid #D0FF00;
 border-radius: 10px;
 box-sizing: border-box;
 color: #000000;
 background-color: #D0FF00;
 cursor: pointer;
 display: inline-block;
 font-size: 14px;
 font-weight: 600;
 line-height: normal;
 margin: 0;
 min-width: 0;
 outline: none;
  padding: 0.6em 1.5em;
 text-align: center;
 text-decoration: none;
 transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
 user-select: none;
 -webkit-user-select: none;
 touch-action: manipulation;
 will-change: transform;
}

.card-btn_prod:disabled {
 pointer-events: none;
}

.card-btn_prod:hover {
 color: #000000;
 background-color: #A8CE00;
 border-color: #D0FF00;
 transform: translateY(-2px);
}

.card-btn_prod:active {
 box-shadow: none;
 transform: translateY(0);
}

.text-card-btn_prod {
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    font-family: "Montserrat";
}

.text-card-btn {
    text-decoration: none;
    color: #000000;
    font-size: 30px;
    font-weight: 300;
}

.prod-price-btn {
 appearance: none;
 background-color: transparent;
 border: 0.025em solid #018190;
 border-radius: 10px;
 box-sizing: border-box;
 color: #000000;
 background-color: transparent;
 cursor: pointer;
 display: inline-block;
 font-size: 14px;
 font-weight: 600;
 line-height: normal;
 margin: 0;
 min-width: 0;
 outline: none;
  padding: 0.6em 1.5em;
 text-align: center;
 text-decoration: none;
 transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
 user-select: none;
 -webkit-user-select: none;
 touch-action: manipulation;
 will-change: transform;
 margin-left: 7px;
}

.prod-price-btn:disabled {
 pointer-events: none;
}

.prod-price-btn:hover {
 color: #000000;
 transform: translateY(-2px);
}

.prod-price-btn:active {
 box-shadow: none;
 transform: translateY(0);
}

.text-prod-price-btn {
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    font-family: "Montserrat";
}

.pointer {
    background: #D0FF00;
    background-color: #D0FF00;
    border-radius: 50%;
    padding-left: 10px;
    padding-right: 10px;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.content-title {
    font-family: Montserrat;
    font-size: 33px;
    font-weight: 500;
    line-height: 5px;
    letter-spacing: 0%;
    text-align: left;
}

.columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
}

.section-lic {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.card-lic {
    margin: 10px 10px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
}

.card-lic:hover {
    transform: scale(1.1);
}

.card-img-lic {
    height: 411px;
    width: 282px;
}

.client-logo {
    margin: 3px 3px;
    border-radius: 5px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
}

.client-logo:hover {
    transform: scale(1.1);
}

.img-client {
    height: 96px;
    width: 180px;
}

.partner-logo {
    margin: 3px 3px;
    border-radius: 5px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
}

 .partner-logo:hover {
    transform: scale(1.1);
  }

.img-partners {
    height: 96px;
    width: 180px;
}

.footer-main {
    background-color: #018190;
    color:#fff;
}

.footer-title {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
}

.footer-column {
    color: white;
    text-decoration: none;
}

.footer-vacancy {
    color: white;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    text-decoration-line: underline;
    margin-top: 22px;
}

.footer-text {
    color: #fff;
    text-decoration: none;
}

.columns-f {
    display: flex;
    flex-direction: row;
    padding-top: 20px;
    justify-content: space-between;
}

.footer-info-column {
    width: 35%;
}

.columns-f_1 {
    display: flex;
    flex-direction: column;
    color: white;
    text-decoration: none;
}

.columns-f_2 {
    display: flex;
    flex-direction: column;
    color: white;
    text-decoration: none;
}

.columns-f_3 {
    display: flex;
    flex-direction: column;
    color: white;
    text-decoration: none;
}

.columns-f_4 {
    display: flex;
    flex-direction: column;
    color: white;
    text-decoration: none;
}

.info-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.hh_ru {
    color: #fff;
    text-decoration: none;
}

  /*requisites.html*/

  .req-text {
    display: flex;
    flex-direction: column;
    padding-top: 167px;
    padding-bottom: 127px;
  }

  .req-title {
    color: black;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: left;
  }

  .req-content {
    margin-bottom: 40px;
  }

  .price-container {
    align-items: center;
    text-align: center;
    margin: 0 auto;
    width: 80%;
  }

  .price-title {
    text-transform: uppercase;
  }

  .price-text {
    font-size: 20px;
    margin: 50px 50px;
  }

  .price-text-bold {
    font-size: 24px;
    font-weight: 600;
  }

  .price-phone {
    text-decoration: none;
    color: #000000;
  }

  .price-mail {
    text-decoration: none;
  }

  @media (min-width: 769px) {
    .hamburger-menu {
        display: none !important;
    }

    .card-img-right {
        position: absolute;
        right: 0;
    }

    .cards-about {
        float: right;
    }
}

 @media screen and (max-width: 480px) {
    .columns1 {
        justify-content: center;
    }

    .title {
        width: 80%;
    }

    .intro {
    width: 100%;
    background: url("../images/introtitle_mobile.png");
    background-size: cover;
}

.container {
    width: 90%;
}

.header {
    height: 44px;
}

.header_logo {
    margin-top: 5px;
    z-index: 1000;
}

.logo {
    height: 26px;
    width: 90.21px;
}

.tg {
    height: 26px;
    width: 26px;
    margin-top: 5px;
}

.nav_desc {
    display: none;
}

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: fixed;
  top: 10px;
  right: 20px;

  width: 26px;
  height: 26px;

  cursor: pointer;
  z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;

  width: 100%;
  height: 2px;

  background-color: #616161;

  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: flex;
  flex-direction: column;
  padding-left: 150px;
  position: fixed;
  visibility: hidden;
  padding-top: 10px;
  height: 90px;
  width: 100%;
  margin-top: 20px;
  list-style: none;
  background-color: #F7F7F7;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  transition-duration: .25s;
}

.container-cards {
    width: 100%;
}

.pointer {
    background: #D0FF00;
    background-color: #D0FF00;
    border-radius: 50%;
    padding-left: 6px;
    padding-right: 6px;
    width: 32px;
    height: 32px;
    margin: 0 auto;
}

.content-text {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    margin: 0 auto;
}

.card-left .content-text {
    width: 100%;
}

.card-title {
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    margin-top: 30px;
}

.definition {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 98%;
}

.text-card-btn {
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
}

.card-left {
    background: #F7F7F7;
    margin: 0 auto;
    height: 250px;
}

.card-right {
    margin-bottom: 5px;
    margin: 0 auto;
    height: 250px;
    width: 100%;
}

.card-left .content-text {
    margin-left: 10px;
}

.card-right .content-text {
    margin-right: 10px;
}

.about_text {
    height: 850px;
}

.about_title {
    padding-top: 50px;
    font-size: 20px;
    font-weight: 600;
}

.about_description {
    font-size: 14px;
    font-weight: 300;
    line-height: 36px;
}

.columns-f {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    justify-content: space-between;
}

.intro2 {
    display: none;
}

.card-btn_prod {
    padding: 0.3em 1em;
    border-radius: 5px;
}

.prod-price-btn {
    padding: 0.3em 1em;
    border-radius: 5px;
}

.buttons {
    display: flex;
}

.card-right_prod:first-child {
    margin-top: 30px;
}

.card-right_prod {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    height: 430px;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
}

.card-left_prod {
    display: flex;
    flex-direction: column-reverse;
    background-color: #fff;
    height: 430px;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
}

.card-img-right {
    height: auto;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0px;
    position: absolute;
    bottom: 0;
}

.card-img-right_nord {
    height: 234.15px;
    width: 412.55px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0px;
    margin-left: 0px;
    position: absolute;
    bottom: 0;
}

.card-img-left {
    height: auto;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.card-title_prod {
    font-size: 22px;
    margin-bottom: 0;
}

.content-text_prod {
    font-size: 10px;
    font-weight: 400;
    margin: 0 10px;
    position: absolute;
    top: 0;
    width: 95%;
}

.columns2 {
    display: none;
}

.intro-about {
    background: url("../images/map-mobile.JPEG");
    background-size: cover;
    padding-bottom: 200px;
}

.title-group {
    padding-top: 85px;
    margin-bottom: 300px;
}

.main-title-about {
    width: 100%;
}

.main-description-about {
    width: 100%;
}

.cards-about {
    align-items: center;
}

.columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}

.img-client {
    height: 50px;
    width: 90px;
}

.img-partners {
    height: 50px;
    width: 90px;
}

.content-title {
    font-size: 20px;
    text-align: left;
}

.about_clients {
    padding-top: 30px;
    padding-bottom: 30px;
}

  .req-text {
    display: flex;
    flex-direction: column;
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .card-title-lic {
    font-size: 20px;
  }

  .container-lic {
    padding-top: 50px;
  }

  }