/*
b-card-gradient-title - карточки с градиентом в заголовке
b-card-gradient-line - карточки с линией-градиентом
b-card-gradient-content - карточки с общим градиентом на всю карточку
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");

:root {
    --min-height: 500px;
    --color-gradient-1: linear-gradient(90deg, #f16690 0%, #f1668f 16.02%, #f47a7b 38.35%, #fbac47 83.93%, #fbac47 84.09%, #fbac47 100.1%);
    --color-gradient-2: linear-gradient(90deg, #43bd9e -0.01%, #43bd9e 16.01%, #49b9b0 31.31%, #55b2d3 65.67%, #59afe1 84.08%, #59afe1 100.09%);
    --color-gradient-3: linear-gradient(90deg, #646bb1 0%, #646bb1 16%, #826db0 43.97%, #a970af 84%, #a970af 100%);
    --color-gradient-5-1: linear-gradient(90deg, #9C6FAF 0%, #EF6690 397.22%);
    --color-gradient-5-2: linear-gradient(90deg, #9C6FAF -112.64%, #EF6690 283.33%);
    --color-gradient-5-3: linear-gradient(90deg, #9C6FAF -225.28%, #EF6690 170.97%);
    --color-gradient-5-4: linear-gradient(90deg, #9C6FAF -338.06%, #EF6690 58.19%);
}

.b-page-gentech__main {
    font-family: "Onest", sans-serif;
}

.b-page-gentech__content {
    position: relative;
    min-height: var(--min-height);
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(295deg, #43bd9e 1.04%, #59afe1 20.31%, #646bb1 42.19%, #a970af 60.94%, #f16690 81.25%, #fbac47 100%);
    background: -moz-linear-gradient(295deg, #43bd9e 1.04%, #59afe1 20.31%, #646bb1 42.19%, #a970af 60.94%, #f16690 81.25%, #fbac47 100%);
    background: -o-linear-gradient(295deg, #43bd9e 1.04%, #59afe1 20.31%, #646bb1 42.19%, #a970af 60.94%, #f16690 81.25%, #fbac47 100%);
    background: linear-gradient(155deg, #43bd9e 1.04%, #59afe1 20.31%, #646bb1 42.19%, #a970af 60.94%, #f16690 81.25%, #fbac47 100%);
}

.b-page-gentech__content_item {
    display: -ms-grid;
    display: grid;
    position: relative;
    top: 0;
    width: 100%;
    -ms-grid-columns: 340px auto;
    grid-template-columns: 340px auto;
}

.b-content_item__content {
    background: #ecf0f3;
    padding: 150px 120px;
    color: #2c4166;
}

.b-content_item__content_wrapper {
    max-width: 1170px;
}

.layout {
    overflow: unset !important;
}

nav.b-page-gentech__menu {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: #ecf0f3;
    z-index: 1000;
    margin-top: 5px;
}

.b-page-gentech__menu_line_wrapper {
    position: absolute;
    overflow: hidden;
    bottom: -5px;
    height: 5px;
    left: 0;
    width: 100%;
}

.b-page-gentech__menu_line {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: var(--min-height);
    background: -webkit-linear-gradient(295deg, #43bd9e 1.04%, #59afe1 20.31%, #646bb1 42.19%, #a970af 60.94%, #f16690 81.25%, #fbac47 100%);
    background: -moz-linear-gradient(295deg, #43bd9e 1.04%, #59afe1 20.31%, #646bb1 42.19%, #a970af 60.94%, #f16690 81.25%, #fbac47 100%);
    background: -o-linear-gradient(295deg, #43bd9e 1.04%, #59afe1 20.31%, #646bb1 42.19%, #a970af 60.94%, #f16690 81.25%, #fbac47 100%);
    background: linear-gradient(155deg, #43bd9e 1.04%, #59afe1 20.31%, #646bb1 42.19%, #a970af 60.94%, #f16690 81.25%, #fbac47 100%);
}

.b-content_item__title {
    position: relative;
    padding: 24px 15px 16px;
}

.b-content_item__title_text {
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 72px;
    color: #ecf0f3;
    text-transform: uppercase;
    margin: 0;
}

@media (min-width: 601px) {
    .b-content_item__title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-top: 150px;
        padding-bottom: 100px;
        padding-right: 30px;
    }

    .b-content_item__title_text {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        text-align: right;
    }
}

.b-content_item__title_descr {
    font-family: PF BeauSans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
}

.-text-transform-normal {
    text-transform: initial;
}

/* start content blocks */

.b-content__about, 
.b-content__management, 
.b-content__project_items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    grid-gap: 30px;
}

.b-content__project_list,
.b-content__researchers_list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 3fr));
    gap: 45px;
    grid-gap: 45px;
}

.b-content__researchers_list .b-card-gradient-content__title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-transform: none;
}

.b-content__researchers_list .b-card-gradient-content__text {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.b-content__results {
    display: -ms-grid;
    display: grid;
}

.b-content__results_wrapper {
    z-index: 2;
}

.b-content__results .b-content__results_item {
    position: relative;
    padding-left: 10px;
    padding-right: 30px;
}

.b-content__results_item::before {
    content: url(../img/check-mark.svg);
    position: absolute;
    left: -30px;
}

.b-content__results_item:not(:last-child) {
    padding-bottom: 30px;
}

@media (min-width: 1150px) {
    .b-content__results_wrapper {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        margin: -15px;
    }

    .b-content__results_item {
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        -o-column-break-inside: avoid;
        -ms-column-break-inside: avoid;
        column-break-inside: avoid;
        padding: 15px;
    }
}

.b-content__news_list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 3fr));
    gap: 45px;
    grid-gap: 45px;
}
/* end content blocks */

.b-about__text,
.b-researchers__text {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
}

.b-content__management_item {
    position: relative;
    z-index: 2;
}

.b-management__text,
.b-project__text,
.b-researchers__text span {
    font-size: 18px;
    line-height: 28px;
}

.b-content__project_text {
    font-size: 18px;
    line-height: 28px;
}

.b-content__project_items {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.b-content__project_item a {
    display: flex;
}

.b-content__researchers_item {
    width: 50%;
    position: relative;
    z-index: 2;
}

.b-content__project_item .b-download__icon {
    max-width: none;
}

.b-download__descr {
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.b-card-gradient-title {
    height: 100%;
    background: #ecf0f3;
    -webkit-box-shadow: -6px 6px 12px rgba(201, 204, 207, 0.2), 6px -6px 12px rgba(201, 204, 207, 0.2), -6px -6px 12px rgba(255, 255, 255, 0.9), 6px 6px 15px rgba(201, 204, 207, 0.9), inset 1px 1px 2px rgba(255, 255, 255, 0.3), inset -1px -1px 2px rgba(201, 204, 207, 0.5);
    -moz-box-shadow: -6px 6px 12px rgba(201, 204, 207, 0.2), 6px -6px 12px rgba(201, 204, 207, 0.2), -6px -6px 12px rgba(255, 255, 255, 0.9), 6px 6px 15px rgba(201, 204, 207, 0.9), inset 1px 1px 2px rgba(255, 255, 255, 0.3), inset -1px -1px 2px rgba(201, 204, 207, 0.5);
    box-shadow: -6px 6px 12px rgba(201, 204, 207, 0.2), 6px -6px 12px rgba(201, 204, 207, 0.2), -6px -6px 12px rgba(255, 255, 255, 0.9), 6px 6px 15px rgba(201, 204, 207, 0.9), inset 1px 1px 2px rgba(255, 255, 255, 0.3), inset -1px -1px 2px rgba(201, 204, 207, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.b-card-gradient-title:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.b-card-gradient-title.-big-card:hover {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}

.b-card-gradient-title__title {
    background: -webkit-gradient(linear, left top, right top, from(#43BD68), color-stop(16.02%, #43BD9E), color-stop(38.35%, #59AFE1));
    background: -webkit-linear-gradient(left, #43BD68 0%, #43BD9E 51.56%, #59AFE1 100%);
    background: -moz-linear-gradient(left, #43BD68 0%, #43BD9E 51.56%, #59AFE1 100%);
    background: -o-linear-gradient(left, #43BD68 0%, #43BD9E 51.56%, #59AFE1 100%);
    background: linear-gradient(90deg, #43BD68 0%, #43BD9E 51.56%, #59AFE1 100%);
    padding: 30px 25px 15px;
    font-family: PF BeauSans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}

.b-card-gradient-title__text {
    padding: 30px 25px 44px;
    font-size: 16px;
    line-height: 26px;
}

.b-card-gradient-title.-big-card .b-card-gradient-title__title {
    padding: 28px 38px 15px;
    font-size: 30px;
    line-height: 36px;
    font-family: Onest;
}

.b-card-gradient-title.-big-card .b-card-gradient-title__text {
    padding: 30px 38px 44px;
    font-size: 18px;
    line-height: 28px;
}

.-color-type-1 {
    background: var(--color-gradient-1);
}

.-color-type-2 {
    background: var(--color-gradient-2);
}

.-color-type-3 {
    background: var(--color-gradient-3);
}

.bottom-line__max_width {
    border-bottom: 2px solid #ffffff;
}

.b-page-gentech__content_background_logo {
    position: relative;
}

.b-page-content__background_logo {
    position: absolute;
    padding-top: 110px;
    padding-bottom: 50px;
    left: 0;
    width: 100%;
    height: 100%;
}

.b-page-content__background_logo_wrapper {
    position: -webkit-sticky;
    position: sticky;
    left: 60%;
    top: 100px;
    padding-right: 100px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    max-width: 550px;
    max-height: 850px;
    z-index: 1;
}

.b-page-content__background_logo_wrapper svg path {
    stroke: #fff;
    stroke-width: 5px;
    stroke-dasharray: 0 100%;
    stroke-dashoffset: 0;
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    -ms-transform: translate(3px, 0);
    -o-transform: translate(3px, 0);
    transform: translate(3px, 0);
}

.b-page-content__background_logo_wrapper svg {
    width: 100%;
    height: 100%;
    max-width: 550px;
    max-height: 850px;
}

.bottom-line__title .b-content_item__title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    background: #ffffff;
    width: 100%;
}

.b-card-gradient-line {
    min-height: 376px;
    background: #ecf0f3;
    -webkit-box-shadow: -6px 6px 12px rgba(201, 204, 207, 0.2), 6px -6px 12px rgba(201, 204, 207, 0.2), -6px -6px 12px rgba(255, 255, 255, 0.9), 6px 6px 15px rgba(201, 204, 207, 0.9), inset 1px 1px 2px rgba(255, 255, 255, 0.3), inset -1px -1px 2px rgba(201, 204, 207, 0.5);
    -moz-box-shadow: -6px 6px 12px rgba(201, 204, 207, 0.2), 6px -6px 12px rgba(201, 204, 207, 0.2), -6px -6px 12px rgba(255, 255, 255, 0.9), 6px 6px 15px rgba(201, 204, 207, 0.9), inset 1px 1px 2px rgba(255, 255, 255, 0.3), inset -1px -1px 2px rgba(201, 204, 207, 0.5);
    box-shadow: -6px 6px 12px rgba(201, 204, 207, 0.2), 6px -6px 12px rgba(201, 204, 207, 0.2), -6px -6px 12px rgba(255, 255, 255, 0.9), 6px 6px 15px rgba(201, 204, 207, 0.9), inset 1px 1px 2px rgba(255, 255, 255, 0.3), inset -1px -1px 2px rgba(201, 204, 207, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.b-card-gradient-line:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: none;
}

.b-card-gradient-line__img {
    position: relative;
    height: 185px;
}

.b-card-gradient-line__img_wrapper {
    height: 100%;
}

.b-card-gradient-line__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.b-card-gradient-line__img_line {
    position: absolute;
    bottom: 0;
    height: 8px;
    width: 100%;
}

.b-card-gradient-line__content {
    padding: 15px 25px 35px;
    color: #2c4166;
}

.b-content__news .b-card-gradient-line__content {
    min-height: 190px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-card-gradient-line__name {
    font-family: Onest;
    font-size: 18px;
    line-height: 28px;
}

.b-card-gradient-line__text {
    font-size: 16px;
    line-height: 22px;
}

.b-card-gradient-content {
    padding: 32px 25px 45px;
    -webkit-box-shadow: -6px 6px 12px rgba(201, 204, 207, 0.2), 6px -6px 12px rgba(201, 204, 207, 0.2), -6px -6px 12px rgba(255, 255, 255, 0.9), 6px 6px 15px rgba(201, 204, 207, 0.9), inset 1px 1px 2px rgba(255, 255, 255, 0.3), inset -1px -1px 2px rgba(201, 204, 207, 0.5);
    -moz-box-shadow: -6px 6px 12px rgba(201, 204, 207, 0.2), 6px -6px 12px rgba(201, 204, 207, 0.2), -6px -6px 12px rgba(255, 255, 255, 0.9), 6px 6px 15px rgba(201, 204, 207, 0.9), inset 1px 1px 2px rgba(255, 255, 255, 0.3), inset -1px -1px 2px rgba(201, 204, 207, 0.5);
    box-shadow: -6px 6px 12px rgba(201, 204, 207, 0.2), 6px -6px 12px rgba(201, 204, 207, 0.2), -6px -6px 12px rgba(255, 255, 255, 0.9), 6px 6px 15px rgba(201, 204, 207, 0.9), inset 1px 1px 2px rgba(255, 255, 255, 0.3), inset -1px -1px 2px rgba(201, 204, 207, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: -webkit-linear-gradient(310deg, #59afe1 30%, #646bb1 50%, #a970af 100%);
    background: -moz-linear-gradient(310deg, #59afe1 30%, #646bb1 50%, #a970af 100%);
    background: -o-linear-gradient(310deg, #59afe1 30%, #646bb1 50%, #a970af 100%);
    background: linear-gradient(140deg, #59afe1 30%, #646bb1 50%, #a970af 100%);
    background-attachment: fixed;
    background-position: center;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.b-card-gradient-content:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: none;
}

.b-card-gradient-content__title {
    font-family: "Onest", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 42px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.b-card-gradient-content__text {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.b-card-default__download_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-card-default__download_item {
    padding: 24px 40px;
    background: #ecf0f3;
    -webkit-box-shadow: -6px 6px 12px rgba(201, 204, 207, 0.2), 6px -6px 12px rgba(201, 204, 207, 0.2), -6px -6px 12px rgba(255, 255, 255, 0.9), 6px 6px 15px rgba(201, 204, 207, 0.9), inset 1px 1px 2px rgba(255, 255, 255, 0.3), inset -1px -1px 2px rgba(201, 204, 207, 0.5);
    -moz-box-shadow: -6px 6px 12px rgba(201, 204, 207, 0.2), 6px -6px 12px rgba(201, 204, 207, 0.2), -6px -6px 12px rgba(255, 255, 255, 0.9), 6px 6px 15px rgba(201, 204, 207, 0.9), inset 1px 1px 2px rgba(255, 255, 255, 0.3), inset -1px -1px 2px rgba(201, 204, 207, 0.5);
    box-shadow: -6px 6px 12px rgba(201, 204, 207, 0.2), 6px -6px 12px rgba(201, 204, 207, 0.2), -6px -6px 12px rgba(255, 255, 255, 0.9), 6px 6px 15px rgba(201, 204, 207, 0.9), inset 1px 1px 2px rgba(255, 255, 255, 0.3), inset -1px -1px 2px rgba(201, 204, 207, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.b-card-default__download_item:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: none;
}

.b-download__icon {
    max-width: 57px;
    max-height: 64px;
}

.b-download__icon img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.b-download__name, .b-download__size {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding-top:4px;
    color: #2c4166;
}

.b-download__size {
    color: #C4C4C4;
}

.b-page-gentech__footer_wrapper {
    background: #6d7b85;
    padding: 80px 120px 80px 240px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.b-page-gentech__footer_img {
    margin-right: 150px;
    max-width: 214px;
    height: 130px;
}

.b-page-gentech__footer_img img {
    min-width: 140px;
    min-height: 80px;
}

.b-page-gentech__footer_content {
    color: #ecf0f3;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.b-page-gentech__footer_content_head {
    margin-bottom: 58px;
}

.b-page-gentech__footer_content_foot p {
    margin: 0;
}

.b-page-gentech__footer_content_foot p:not(:last-child) {
    margin-bottom: 12px;
}

.b-content__news_btn {
    text-align: center;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

.b-btn-gentech__default {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: PF BeauSans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #2c4166;
    padding: 24px 44px;
    background: #ecf0f3;
    -webkit-box-shadow: -6px 6px 12px rgba(201, 204, 207, 0.2), 6px -6px 12px rgba(201, 204, 207, 0.2), -6px -6px 12px rgba(255, 255, 255, 0.9), 6px 6px 15px rgba(201, 204, 207, 0.9), inset 1px 1px 2px rgba(255, 255, 255, 0.3), inset -1px -1px 2px rgba(201, 204, 207, 0.5);
    -moz-box-shadow: -6px 6px 12px rgba(201, 204, 207, 0.2), 6px -6px 12px rgba(201, 204, 207, 0.2), -6px -6px 12px rgba(255, 255, 255, 0.9), 6px 6px 15px rgba(201, 204, 207, 0.9), inset 1px 1px 2px rgba(255, 255, 255, 0.3), inset -1px -1px 2px rgba(201, 204, 207, 0.5);
    box-shadow: -6px 6px 12px rgba(201, 204, 207, 0.2), 6px -6px 12px rgba(201, 204, 207, 0.2), -6px -6px 12px rgba(255, 255, 255, 0.9), 6px 6px 15px rgba(201, 204, 207, 0.9), inset 1px 1px 2px rgba(255, 255, 255, 0.3), inset -1px -1px 2px rgba(201, 204, 207, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.b-btn-gentech__default:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: none;
}

.b-card-default-content__title{
    font-family: "Onest", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: height, -o-transform;
    -moz-transition-property: transform, height, -moz-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

.b-page-gentech__modal {
    display: none;
    width: 80%;
    max-width: 1172px;
    padding: 0;
}

.b-page-gentech__modal_wrapper {
    display: flex;
}

.b-page-gentech__modal_left {
    width: min-content;
    padding: 25px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #43BD98 0%, #4AB8B2 145.7%, #59ADDF 294.46%);
}

.b-page-gentech__modal_left_name {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.b-page-gentech__executives_title {
    line-height: 24px;
}

.b-page-gentech__executives_name {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px;
}

.b-page-gentech__executives_img {
    border-radius: 10px;
    overflow: hidden;
    width: fit-content;
    height: 200px;
    margin-bottom: 15px;
}

.b-page-gentech__modal_right {
    padding: 25px;
    line-height: 24px;
}

.b-page-gentech__modal_right img {
    margin-right: 10px;
}

.b-page-gentech__modal_right p:nth-child(1) {
    margin-top: 0;
}

@media (max-width: 1300px) {
    .b-content__project_list {
        grid-template-columns: repeat(auto-fill, minmax(250px, 3fr));
    }
    .b-card-gradient-content__title {
        font-size: 24px;
        line-height: 30px;
    }
    .b-card-default__download_item {
        padding: 15px;
    }
    .b-download__descr {
        padding-left: 15px;
    }
    .b-download__name {
        padding-top: 0;
    }
    .b-content__researchers_item {
        width: 100%;
    }
}

@media (max-width: 1250px) {
    .b-card-default-content__title {
        font-size: 16px;
        line-height: 22px;
    }
    .b-page-gentech__modal_right img {
        width: 40%;
        height: auto;
    }
}

@media (max-width: 1200px) {
    .b-page-gentech__content_item {
        -ms-grid-columns: 240px auto;
        grid-template-columns: 240px auto;
    }
    .b-content__about {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
    .b-page-gentech__footer_wrapper {
        padding: 80px 60px 80px 120px;
    }
    .b-content__news_list {
        grid-template-columns: repeat(auto-fill, minmax(250px, 3fr));
    }
}

@media (max-width: 1100px) {
    .b-content_item__content {
        padding: 100px 60px;
    }
}

@media (max-width: 1000px) {
    .b-page-content__background_logo_wrapper {
        max-width: 500px;
        padding-right: 30px;
    }
    .b-page-content__background_logo_wrapper svg {
        max-width: 500px;
    }
    .b-content__management,
    .b-content__project_items {
        grid-template-columns: repeat(1, 1fr);
    }
    .b-content__management_item img {
        max-width: 50%;
    }
    .b-page-gentech__modal {
        width: 95%;
    }
}

@media (max-width: 850px) {
    .b-page-content__background_logo_wrapper {
        max-width: 400px;
        padding-right: 30px;
    }
    .b-page-content__background_logo_wrapper svg {
        max-width: 400px;
    }
    .b-page-gentech__footer_img {
        margin-right: 70px;
    }
}

@media (max-width: 800px) {
    .b-page-gentech__content_item {
        -ms-grid-columns: 135px auto;
        grid-template-columns: 135px auto;
    }
    .b-card-gradient-title.-big-card .b-card-gradient-title__title {
        font-size: 24px;
        line-height: 30px;
    }
    .b-page-gentech__modal_wrapper {
        flex-direction: column;
    }
    .b-page-gentech__modal_left {
        width: 100%;
    }
    .b-page-gentech__executives_items {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .b-page-gentech__executives_name {
        width: min-content;
    }
}

@media (min-width: 601px) and (max-width: 800px) {
    .b-content_item__title {
        padding-right: 5px;
    }
}

@media (max-width: 750px) {
    .b-page-content__background_logo {
        display: none;
    }
    .b-page-gentech__footer_wrapper {
        padding: 60px;
    }
}

@media (max-width: 670px) {
    .b-card-gradient-content__title {
        font-size: 20px;
        line-height: 26px;
    }
    .b-page-gentech__footer_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .b-page-gentech__footer_img {
        margin-right: 0;
        margin-bottom: 60px;
    }
}

@media (max-width: 600px) {
    .b-content_item__content {
        padding: 50px 30px;
    }
    .b-card-gradient-title.-big-card .b-card-gradient-title__title {
        padding: 28px 28px 15px;
    }
    .b-card-gradient-title.-big-card .b-card-gradient-title__text {
        padding: 22px 28px 36px;
        font-size: 16px;
        line-height: 26px;
    }
    .b-page-gentech__content_item {
        display: block;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
    .b-content_item__title_text {
        font-size: 40px;
        line-height: 48px;
    }
    .b-content__results .b-content__results_item {
        padding-left: 25px;
    }
    .b-content__results_item::before {
        left: -20px;
    }
}

@media (max-width: 500px) {
    .b-page-gentech__footer_wrapper {
        padding: 40px;
    }
    .b-page-gentech__footer_content {
        font-size: 14px;
        line-height: 22px;
    }
    .b-page-gentech__footer_content_foot p:not(:last-child) {
        margin-bottom: 10px;
    }
    .b-content__news .b-card-gradient-line__name {
        margin-bottom: 15px;
    }
    .b-btn-gentech__default {
        padding: 18px 30px;
    }
    .b-content__management_item img {
        max-width: 100%;
    }
    .b-page-gentech__modal_left,
    .b-page-gentech__modal_right {
        padding: 10px;
    }
    .b-page-gentech__modal_right img {
        width: auto;
    }
}

@media (max-width: 350px) {
    .b-card-default-content__title {
        font-size: 14px;
        line-height: 20px;
    }
    .b-card-default__download_item {
        padding: 14px 25px;
    }
    .b-card-default__download_item:first-child {
        margin-right: 15px;
    }
    .b-page-gentech__footer_wrapper {
        padding: 30px;
    }
    .b-content__project_list, 
    .b-content__researchers_list {
        grid-template-columns: auto;
    }
    .b-card-gradient-content:hover {
        transform: none;
    }
    .content_item__title_text {
        font-size: 32px;
    }
    .b-content_item__title_descr {
        font-size: 24px;
        line-height: 15px;
    }
    .b-content__results .b-content__results_item {
        padding-right: 0;
    }
    .b-content_item__title_text {
        font-size: 30px;
    }
    .b-content__news_list {
        grid-template-columns: auto;
    }
    .b-content__project_item a {
        flex-direction: column;
        align-items: center;
    }
    .b-download__icon img {
        width: auto;
    }
    .b-download__descr {
        padding-left: 0;
        margin-top: 10px;
    }
    .b-card-default__download_item:first-child {
        margin-right: 0;
    }
}
