
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;
}

.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 {
    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;
}

.header_about {
    padding-top: 80px;
}

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

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

.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-right_nord {
    height: 292px;
    width: 459px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: 103px;
}

.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;
}

.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;
}

.definition {
    font-size: 19px;
}

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

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

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

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

.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;
}

.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-green {
    font-family: "Bebas Neue";
    font-weight: 600;
    font-size: 30px;
    color: #D0FF00;
    line-height: 0;
}

.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;
  }

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

    .title {
        width: 80%;
    }

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

.nav {
    display: none;
}

.green__btn {
    display: none;
}

.main-card {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.main-text {
    font-size: 14px;
}

.title-blue {
    font-size: 20px;
}

.rumap-img {
    height: 404px;
    width: 525px;
}

.amount-img {
    height: 54px;
    width: 300px;
}

.card-right {
    height: 430px;
    width: 370px;
    display: flex;
    flex-direction: column;
}

.card-left {
    height: 430px;
    width: 370px;
    display: flex;
    flex-direction: column-reverse;
}

.client-logo {
    margin: 2px 2px;
}

.img-client {
    width: 80px;
    height: 43px;
}

.partner-logo {
    margin: 2px 2px;
}

.img-partners {
    width: 80px;
    height: 43px;
}

.card-title {
    font-size: 32px;
    line-height: 0;
    position: relative;
}

.definition {
    font-size: 14px;
}

.content-text {
    font-size: 12px;
    margin-top: 0;
    position: relative;
}

.card-img-left {
    height: 210px;
    width: 370px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0%;
}

.card-img-right {
    height: 210px;
    width: 370px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0%;
}

.text-card-btn {
    font-size: 12px;
}

.content-title {
    font-size: 22px;
}

.column-f_1 {
    width: 100%;
}

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

.info-columns {
    display: flex;
    flex-direction: column;
}

.input-wrapper {
    width: 388px;
}

.map {
    display: none;
}

.map-mobile {
    width: 330px;
    display: block;
}

  }*/