/* ======================================= belov =========================================================== */
.h2_tag {
    font-size: 1.6rem;
    margin-bottom: 0;
}
.techmarket_cont {
    background: #FFF;
    max-width: 124rem;
    margin-bottom: 6rem;
}
@media (max-width: 767px) {
    .hide_menu .menu-fix {
        top: 1rem !important;
    }
}
.techmarket-top_cont {
    border-radius: 48px 48px 0 0;
    display: flex;
    flex-direction: column;
    padding: 6rem;
    position: relative;
    margin-inline: -1.2rem;
    min-height: 60rem;
    margin-top: 1.2rem;
    margin-bottom: 0rem;
    overflow: hidden;
}
.techmarket-top_cont .top_cont-img {
    position: absolute;
    right: 2rem;
    top: 0;
    max-width: 90rem;
}
.techmarket-top_cont .top_cont-img-desktop {
    max-width: 100%;
}
.techmarket-top_cont .top_cont-img-tablet {
    display: none;
}
.techmarket-top_cont .top_cont-img-phone {
    display: none;
}
.techmarket-top_cont .content_left {
    max-width: 35rem;
    margin-bottom: 8.5rem !important;
}
.techmarket-top_cont .content_left .h1_title {
    margin-bottom: 1.6rem;
}
.techmarket-top_cont .content_left .h_sub {
    margin-bottom: 3.2rem;
}
.techmarket-top_cont .content_left .div_btn {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 7.2rem;
}
.techmarket-top_cont .lending_fix_menu {
    overflow: unset;
}
.techmarket-top_cont .menu-content.menu-fix .lending_fix_menu_a .services-dropdown {
    top: 7.5rem;
}
.techmarket-top_cont .menu-content .lending_fix_menu_a {
    font-size: 1.6rem;
    font-weight: 400;
    position: relative;
    cursor: pointer;
}
.techmarket-top_cont .menu-content .lending_fix_menu_a .services-dropdown {
    display: none;
    position: absolute;
    background: white;
    box-shadow: 0 2px 8px rgba(68, 83, 113, 0.08);
    padding: 8px;
    z-index: 100;
    flex-direction: column;
    gap: 0.4rem;
    border-radius: 1.2rem;
    top: -22.5rem;
    right: -3rem;
}
.techmarket-top_cont .menu-content .lending_fix_menu_a .services-dropdown a {
    display: flex;
    gap: 1rem;
    align-items: center;
    border-radius: 0.8rem;
    padding: 1.2rem 1.6rem;
    color: #1c1d22;
}
.techmarket-top_cont .menu-content .lending_fix_menu_a .services-dropdown a:hover {
    background: rgba(28, 29, 34, 0.04);
}
.techmarket-top_cont .menu-content .lending_fix_menu_a .services-dropdown a:hover svg path {
    fill: #1075bd;
}
.techmarket-top_cont .menu-content .lending_fix_menu_a .services-dropdown a:active {
    background: rgba(0, 191, 255, 0.09);
}
.techmarket-top_cont .menu-content .lending_fix_menu_a .services-dropdown a:active svg path {
    fill: #1075bd;
}
.techmarket-top_cont .menu-content .lending_fix_menu_a .chevron-icon {
    transition: transform 0.3s ease;
}
.techmarket-top_cont .menu-content .lending_fix_menu_a.open {
    color: #383B4A;
    font-weight: 700;
}
.techmarket-top_cont .menu-content .lending_fix_menu_a.open:after {
    background: var(--Accent-Theme-Background-Main);
    content: "";
    position: absolute;
    height: 4rem;
    width: 4rem;
    bottom: 0;
    left: calc(50% - 2rem);
    border-radius: 50%;
    filter: blur(34px);
    display: block;
}
.techmarket-top_cont .menu-content .lending_fix_menu_a.open .chevron-icon {
    transform: rotate(180deg);
    fill: #1075bd;
}
.techmarket-top_cont .menu-content .lending_fix_menu_a.open .services-dropdown {
    display: flex;
}
.techmarket-top_cont .menu-content .lending_fix_menu_a.open .services-dropdown a {
    font-weight: 400;
    color: #1c1d22;
}
.techmarket-top_cont .menu-content .lending_fix_menu_a.active {
    color: #383B4A;
    font-weight: 700;
}
.techmarket-top_cont .menu-content .lending_fix_menu_a.active::after {
    background: var(--Accent-Theme-Background-Main);
}
.techmarket-top_cont .menu-content .lending_fix_menu_a.active::before {
    background: var(--Accent-Theme-Icon-Primary);
}
.techmarket-top_cont .menu-content .lending_fix_menu_a:hover {
    color: #383B4A;
    font-weight: 700;
}
.techmarket-top_cont .menu-content .lending_fix_menu_a:hover::after {
    content: "";
    position: absolute;
    height: 4rem;
    width: 4rem;
    bottom: 0;
    left: calc(50% - 2rem);
    border-radius: 50%;
    filter: blur(34px);
    display: block;
    background: var(--Accent-Theme-Background-Main);
}
@media (max-width: 991px) {
    .techmarket-top_cont {
        padding: 3.2rem;
        border-radius: 2.4rem;
    }
    .techmarket-top_cont .content_left {
        max-width: 31.5rem;
    }
    .techmarket-top_cont .content_left .div_btn {
        max-width: 21.3rem;
        flex-direction: column;
        margin-bottom: 3.2rem;
        gap: 0.8rem;
    }
    .techmarket-top_cont .content_left .h1_title {
        font-size: 3.2rem;
        margin-bottom: 1.2rem;
    }
    .techmarket-top_cont .content_left .div_consultation {
        max-width: 21.3rem;
        margin-bottom: 6.6rem;
    }
    .techmarket-top_cont .menu-content-mobile {
        justify-content: center;
    }
    .techmarket-top_cont .menu-content-mobile .lending_fix_menu_a {
        align-items: center;
        display: flex;
        gap: 1.6rem;
        padding: 1.6rem 0;
    }
    .techmarket-top_cont .menu-content-mobile .lending_fix_menu_a.active {
        color: #383B4A;
        font-weight: 700;
    }
    .techmarket-top_cont .menu-content-mobile .lending_fix_menu_a.active::after {
        background: var(--Accent-Theme-Background-Main);
    }
    .techmarket-top_cont .menu-content-mobile .lending_fix_menu_a.active::before {
        background: var(--Accent-Theme-Icon-Primary);
    }
    .techmarket-top_cont .menu-content .lending_fix_menu_a.active::after {
        height: 3rem;
        width: 3rem;
        filter: blur(23px);
    }
    .techmarket-top_cont .top_cont-img {
        top: 7rem;
        max-width: 70rem;
        right: -8rem;
    }
    .techmarket-top_cont .top_cont-img-desktop {
        display: none;
    }
    .techmarket-top_cont .top_cont-img-tablet {
        display: block;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .techmarket-top_cont {
        min-height: 70rem;
        margin-bottom: 4rem;
    }
    .techmarket-top_cont .content_left {
        display: flex;
        flex-direction: column;
        max-width: unset;
    }
    .techmarket-top_cont .content_left .h1_title {
        font-size: 2.4rem;
    }
    .techmarket-top_cont .content_left .h_sub {
        margin-bottom: 2.4rem;
    }
    .techmarket-top_cont .content_left .div_btn {
        max-width: unset;
        margin-bottom: 2rem;
    }
    .techmarket-top_cont .content_left .div_consultation {
        max-width: unset;
        text-align: center;
    }
    .techmarket-top_cont .menu-content-wrapper {
        margin-top: auto;
    }
    .techmarket-top_cont .menu-content .lending_fix_menu {
        gap: 2rem;
        overflow-x: visible;
        border-radius: 2.4rem;
    }
    .techmarket-top_cont .menu-content .lending_fix_menu_a {
        font-weight: 400;
    }
    .techmarket-top_cont .menu-content .lending_fix_menu_a.active {
        font-weight: 500;
    }
    .techmarket-top_cont .menu-content .lending_fix_menu_a.active::after {
        height: 2rem;
        width: 2rem;
        filter: blur(15px);
    }
    .techmarket-top_cont .menu-content-mobile .lending_fix_menu_a {
        padding: 1.2rem 0;
    }
    .techmarket-top_cont .menu-content.menu-fix {
        top: 5rem;
    }
    .techmarket-top_cont .top_cont-img {
        bottom: 9rem;
        left: 50%;
        top: unset;
        width: 47.5rem;
        transform: translateX(-50%);
    }
    .techmarket-top_cont .top_cont-img-tablet {
        display: none;
    }
    .techmarket-top_cont .top_cont-img-phone {
        display: block;
        max-width: 100%;
    }
}
.techmarket_cont1 {
    display: flex;
    padding: 4rem;
    border: 1px solid var(--Accent-Theme-Stroke-Primary);
    border-radius: 3.2rem;
    background: linear-gradient(15deg, rgba(109, 201, 252, 0.4), rgba(109, 201, 252, 0) 32%);
}
.techmarket_cont1 .div_img {
    margin-bottom: -6rem;
    margin-right: 6.4rem;
    max-width: 100%;
}
.techmarket_cont1 .div_text-holder .div_low_tit {
    display: flex;
    align-items: end;
    gap: 0.8rem;
    color: var(--Accent-Theme-Icon-Primary);
}
.techmarket_cont1 .div_text-holder .div_text {
    max-width: 25rem;
}
.techmarket_cont1 .devider_line {
    display: none;
}
@media (max-width: 991px) {
    .techmarket_cont1 {
        flex-direction: column-reverse;
        background: linear-gradient(0deg, rgba(109, 201, 252, 0.4), rgba(109, 201, 252, 0) 32%);
    }
    .techmarket_cont1 .div_img {
        margin-inline: auto;
    }
    .techmarket_cont1 .div_text-holder {
        margin-bottom: 3.2rem;
    }
    .techmarket_cont1 .div_text-holder .div_low_tit {
        font-size: 4rem;
    }
    .techmarket_cont1 .div_text-holder .div_low_tit .div_low_sub {
        font-size: 2rem;
    }
    .techmarket_cont1 .div_text-holder .div_text {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .techmarket_cont1 {
        padding: 3.2rem 2rem;
        margin-inline: -2rem;
        border-radius: 2.4rem;
    }
    .techmarket_cont1 .row {
        margin-left: -0.4rem;
        margin-right: -0.4rem;
    }
    .techmarket_cont1 .div_text-holder {
        text-align: center;
    }
    .techmarket_cont1 .div_text-holder .div_low_tit {
        justify-content: center;
        align-items: normal;
        font-size: 2rem;
    }
    .techmarket_cont1 .div_text-holder .div_low_tit .div_low_sub {
        font-size: 1.8rem;
    }
    .techmarket_cont1 .div_text-holder .div_text {
        font-size: 1.2rem;
    }
    .techmarket_cont1 .div_img {
        margin-bottom: -4.5rem;
    }
    .techmarket_cont1 .devider_line {
        display: block;
        border: 1px solid #1C1D221F;
        margin-top: -2rem;
    }
}
.techmarket_cont2 .row {
    margin-bottom: 4rem;
}
.techmarket_cont2 .div_service {
    cursor: pointer;
    display: grid;
    padding: 3.2rem;
    border-radius: 3.2rem;
    box-shadow: 0 0.2rem 3.2rem 0 #344F680D, 0 3.2rem 3.2rem 0 #3148621A;
    grid-template-areas: "img header header" "tags tags btn";
    gap: 3.2rem;
}
.techmarket_cont2 .div_service .div_img {
    grid-area: img;
}
.techmarket_cont2 .div_service .div_text {
    grid-area: header;
    margin-bottom: 0;
    align-self: center;
}
.techmarket_cont2 .div_service .service-tags {
    grid-area: tags;
    display: flex;
    flex-wrap: wrap;
    margin-right: 3.2rem;
    gap: 1.2rem;
}
.techmarket_cont2 .div_service .service-tags .h2_tag_wrap {
    margin-bottom: 0;
}
.techmarket_cont2 .div_service .service-tags .h2_tag {
    font-size: 1.4rem;
    border-radius: 0.4rem;
    letter-spacing: normal;
    text-transform: none;
    height: unset;
}
.techmarket_cont2 .div_service .circle_btn {
    grid-area: btn;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #1C1D221F;
    width: 4.8rem;
    height: 4.8rem;
    margin-top: auto;
    padding: 1.2rem;
    background: #fff;
}
.techmarket_cont2 .div_btn {
    text-align: center;
}
@media (max-width: 991px) {
    .techmarket_cont2 .row {
        gap: 1.6rem;
        margin-bottom: 3.2rem;
    }
    .techmarket_cont2 .div_service {
        grid-template-areas: "img header btn" "img tags btn";
        box-shadow: 0 0.4rem 0.8rem 0 #4453710D, 0 0 1.6rem 0 #4453711A;
        gap: 0;
    }
    .techmarket_cont2 .div_service .div_img {
        align-self: center;
        margin-right: 3.2rem;
    }
    .techmarket_cont2 .div_service .div_text {
        font-size: 1.8rem;
        margin-bottom: 2rem;
        margin-right: 0.9rem;
    }
    .techmarket_cont2 .div_service .circle_btn {
        height: 3.2rem;
        width: 3.2rem;
        padding: 0.8rem;
        margin: 0;
        align-self: center;
    }
}
@media (max-width: 767px) {
    .techmarket_cont2 .row {
        gap: 0.8rem;
        margin-bottom: 2rem;
    }
    .techmarket_cont2 .div_service {
        grid-template-areas: "img header btn" "tags tags tags";
        box-shadow: 0 0.2rem 0.8rem 0 #44537114, 0 0 0.6rem 0 #4453710A;
        gap: 2rem;
    }
    .techmarket_cont2 .div_service .div_img {
        width: 4.8rem;
        margin: 0;
    }
    .techmarket_cont2 .div_service .div_img img {
        max-width: 100%;
    }
    .techmarket_cont2 .div_service .div_text {
        margin: 0;
    }
    .techmarket_cont2 .div_service .circle_btn {
        margin-left: auto;
    }
    .techmarket_cont2 .div_btn {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
    }
    .techmarket_cont2 .div_btn .btn4 {
        min-width: 100%;
    }
}
.techmarket_cont3 .div_info-holder {
    border: 1px solid #1C1D221F;
    border-radius: 2.4rem;
    padding: 3.2rem;
    max-height: 19.2rem;
    position: relative;
}
.techmarket_cont3 .div_info-holder .div_img-wrapper {
    margin-bottom: 2rem;
}
.techmarket_cont3 .div_info-holder .div_img-wrapper img {
    border-radius: 0.8rem;
    background: var(--Accent-Theme-Background-Primary);
    padding: 1rem;
}
.techmarket_cont3 .div_info-holder .div_text {
    margin-top: auto;
    max-width: 50rem;
}
.techmarket_cont3 .div_info-holder .div_img-out {
    position: absolute;
    bottom: -2rem;
    right: 2rem;
}
@media (max-width: 991px) {
    .techmarket_cont3 .div_info-holder {
        padding: 2.4rem;
    }
    .techmarket_cont3 .div_info-holder .div_text {
        max-width: 31rem;
        font-size: 1.8rem;
    }
    .techmarket_cont3 .div_info-holder .div_img-out {
        max-width: 12rem;
        bottom: unset;
    }
    .techmarket_cont3 .div_info-holder .div_img-out-1 {
        top: -4rem;
        right: -2rem;
    }
    .techmarket_cont3 .div_info-holder .div_img-out-2 {
        top: -2rem;
        right: -1rem;
    }
}
@media (max-width: 767px) {
    .techmarket_cont3 .row {
        gap: 1.2rem;
    }
    .techmarket_cont3 .div_info-holder {
        display: flex;
        gap: 1.6rem;
        flex-direction: column;
        padding: 2rem;
        border-radius: 2rem;
        max-height: unset;
    }
    .techmarket_cont3 .div_info-holder .div_img-wrapper {
        margin-bottom: 0;
    }
    .techmarket_cont3 .div_info-holder .div_img-out {
        max-width: 16.4rem;
        margin-inline: auto;
        position: unset;
        margin-bottom: -3rem;
    }
}
/* ================== belov =========================== */
/************************************************ Александр *************************************************/
.techmarket_cont5 .title_con5 {
    text-align: center;
}
.techmarket_cont5 .nav_block2 .nav-link.active {
    background: linear-gradient(90deg, #37CBFA 0%, #229DF5 100%) !important;
    color: white;
}
.techmarket_cont5 .tags_wrap {
    justify-content: center;
    margin-bottom: 4rem;
}
.techmarket_cont5 .tags_wrap li {
    margin-bottom: 0;
}
.techmarket_cont5 .tags_wrap li a {
    padding: 1.6rem 2.4rem;
    border-radius: 2.4rem;
    border: 2.52px solid #E2E2E5;
    color: #CBCBCE;
    font-size: 48px;
    line-height: 52.8px;
}
.techmarket_cont5 .tags_wrap li a:hover {
    border: 2.52px solid #E2E2E5;
}
.techmarket_cont5 .card_wrap_customer {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    border-radius: 3.2rem;
    padding: 1.2rem 1.2rem 2.4rem 1.2rem;
    box-shadow: 0px 4px 24px 0px #0A271714;
    height: 368px;
    justify-content: space-between;
}
.techmarket_cont5 .card_wrap_customer .card_top {
    position: relative;
    border-radius: 2.4rem;
    background: #1C1D220A;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 23.8rem;
}
.techmarket_cont5 .card_wrap_customer .card_top .tag_number {
    position: absolute;
    top: 1.2rem;
    left: 1.2rem;
    height: 3.2rem;
    width: 3.2rem;
    border-radius: 100%;
    background: #00BFFF17;
    color: #138BE1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.techmarket_cont5 .card_wrap_customer .card_bottom h5 {
    text-align: center;
    margin-bottom: 0;
}
.techmarket_cont5 .div_btn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 1.6rem;
}
.techmarket_cont5 .div_btn .measureIasButton {
    -webkit-border-radius: 1.2rem;
    -moz-border-radius: 1.2rem;
    border-radius: 1.2rem;
    padding: 1.2rem 2.4rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
@media (max-width: 991px) {
    .techmarket_cont5 .title_con5 {
        text-align: center;
        font-size: 3.2rem;
        line-height: 4rem;
    }
    .techmarket_cont5 .tags_wrap {
        margin-bottom: 3.2rem;
    }
    .techmarket_cont5 .tags_wrap li {
        margin-right: 1rem;
    }
    .techmarket_cont5 .tags_wrap li a {
        font-size: 3.2rem;
        line-height: 4rem;
    }
    .techmarket_cont5 .tags_wrap li a:hover {
        border: 2.52px solid #E2E2E5;
    }
    .techmarket_cont5 .card_wrap_customer {
        display: flex;
        flex-direction: row;
        gap: 2.4rem;
        border-radius: 2.4rem;
        padding: 1.2rem;
        height: 17rem;
    }
    .techmarket_cont5 .card_wrap_customer .card_top {
        border-radius: 2rem;
        width: 30rem;
    }
    .techmarket_cont5 .card_wrap_customer .card_top .tag_number {
        height: 2.8rem;
        width: 2.8rem;
    }
    .techmarket_cont5 .card_wrap_customer .card_top img {
        height: 11rem;
        width: 30rem;
    }
    .techmarket_cont5 .card_wrap_customer .card_bottom {
        width: 100%;
    }
    .techmarket_cont5 .card_wrap_customer .card_bottom h5 {
        text-align: unset;
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .techmarket_cont5 .title_con5 {
        text-align: center;
        font-size: 2.4rem;
        line-height: 3rem;
    }
    .techmarket_cont5 .tags_wrap {
        margin-bottom: 2rem;
    }
    .techmarket_cont5 .tags_wrap li {
        margin-right: 0.8rem;
        min-width: calc((100% - .8rem) / 2);
    }
    .techmarket_cont5 .tags_wrap li a {
        font-size: 1.6rem;
        border: 1px solid #E2E2E5;
        line-height: 2.4rem;
        padding: 0.8rem 1.2rem;
        border-radius: 0.8rem;
    }
    .techmarket_cont5 .tags_wrap li a:hover {
        border: 1px solid #E2E2E5;
    }
    .techmarket_cont5 .card_wrap_customer {
        flex-direction: column;
        height: auto;
        border-radius: 2rem;
        padding: 1.2rem 1.2rem 1.6rem 1.2rem;
        box-shadow: 0px 2px 8px 0px #44537114, 0px 0px 6px 0px #4453710A;
    }
    .techmarket_cont5 .card_wrap_customer .card_top {
        border-radius: 1.6rem;
        width: auto;
        height: 12.8rem;
    }
    .techmarket_cont5 .card_wrap_customer .card_top .tag_number {
        height: 2.8rem;
        width: 2.8rem;
    }
    .techmarket_cont5 .card_wrap_customer .card_top img {
        height: 11rem;
        width: 30rem;
    }
    .techmarket_cont5 .card_wrap_customer .card_bottom {
        width: 100%;
    }
    .techmarket_cont5 .card_wrap_customer .card_bottom h5 {
        font-size: 1.4rem;
        line-height: 2rem;
        text-align: center;
    }
    .techmarket_cont5 .div_btn {
        margin-top: 1rem;
    }
    .techmarket_cont5 .div_btn .measureIasButton {
        width: 100%;
    }
}
.techmarket_cont6 {
    position: relative;
}
.techmarket_cont6.executor .div_card {
    min-height: 33rem;
}
.techmarket_cont6 .div-slick_arrows {
    top: 11%;
    right: 4.2%;
    display: flex;
    gap: 2rem;
    position: absolute;
}
.techmarket_cont6 .div-slick_arrows .slick-disabled {
    display: block !important;
    opacity: 0.3;
}
.techmarket_cont6 .div-slick_arrows .slick-arrow {
    border-radius: 100%;
    height: 4.8rem;
    width: 4.8rem;
    background: white;
    padding: 1.2rem;
    position: relative;
    top: unset;
    margin-top: 0;
    box-shadow: 0 0 8px 0 rgba(68, 83, 113, 0.04), 0 2px 12px 0 rgba(68, 83, 113, 0.08);
}
.techmarket_cont6 .review-slider {
    margin: 0 !important;
}
.techmarket_cont6 .review-slider .slick-list {
    margin: 0 -1rem;
}
.techmarket_cont6 .review-slider .slick-slide {
    margin: 0 1rem;
}
.techmarket_cont6 .review-slider .slick-dots {
    margin-top: 0;
    gap: 0.8rem;
}
.techmarket_cont6 .review-slider .slick-dots button {
    height: 0.6rem;
    width: 2.4rem;
    background: rgba(28, 29, 34, 0.12);
    border-radius: 0.9rem;
}
.techmarket_cont6 .review-slider .slick-dots .slick-active button {
    height: 0.6rem;
    width: 2.4rem;
    background: var(--Accent-Theme-Background-Main);
}
.techmarket_cont6 .slide_navigation {
    display: none;
}
.techmarket_cont6 .div_card {
    display: flex !important;
    flex-direction: column;
    gap: 1.2rem;
    padding: 3rem;
    border: 1px solid rgba(28, 29, 34, 0.12);
    border-radius: 3.2rem;
    height: 100%;
    margin-bottom: 4rem;
    min-height: 35rem;
}
.techmarket_cont6 .div_card .card_top {
    display: flex;
    gap: 1.6rem;
    align-items: center;
}
.techmarket_cont6 .div_card .card_top .div_image {
    width: 5.6rem;
    height: 5.6rem;
    overflow: hidden;
}
.techmarket_cont6 .div_card .card_top .div_image img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.techmarket_cont6 .div_card .card_top .div_name {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.techmarket_cont6 .div_card .card_top .div_name .div_tit {
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.8rem;
}
.techmarket_cont6 .div_card .card_top .div_name .div_tit.con1 {
    color: #00AE46;
}
.techmarket_cont6 .div_card .card_top .div_name .div_tit.con2 {
    color: #7851E7;
}
.techmarket_cont6 .div_card .card_top .div_name .div_tit.con3 {
    color: #138BE1;
}
.techmarket_cont6 .div_card .card_top .div_name .div_tit.con4 {
    color: #F07800;
}
.techmarket_cont6 .div_card .card-bottom {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-top: auto;
}
.techmarket_cont6 .div_card .card-bottom .div_logo {
    border-radius: 0.8rem;
    border: 1px solid rgba(28, 29, 34, 0.12);
    width: 3.2rem;
    height: 3.2rem;
    overflow: hidden;
}
.techmarket_cont6 .div_card .card-bottom .div_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 991px) {
    .techmarket_cont6 .techmarket_cont6.executor .div_card {
        min-height: 29rem;
    }
    .techmarket_cont6 .div-slick_arrows {
        display: none;
    }
    .techmarket_cont6 .div_card {
        padding: 1.6rem;
        border-radius: 2rem;
        margin-bottom: 3.2rem;
    }
    .techmarket_cont6 .div_card .card_top {
        gap: 1.2rem;
    }
    .techmarket_cont6 .div_card .card_top .div_image {
        width: 5rem;
        height: 5rem;
        overflow: hidden;
    }
    .techmarket_cont6 .div_card .card_top .div_name {
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
    }
    .techmarket_cont6 .div_card .div_logo {
        border-radius: 0.8rem;
        border: 1px solid rgba(28, 29, 34, 0.12);
        width: 3.2rem;
        height: 3.2rem;
        overflow: hidden;
    }
    .techmarket_cont6 .div_card .div_logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 767px) {
    .techmarket_cont6 .techmarket_cont6.executor .div_card {
        min-height: 32rem;
    }
    .techmarket_cont6 .div_card {
        min-height: 36rem;
    }
    .techmarket_cont6 .card_top {
        gap: 0.6rem;
    }
}
.techmarket_cont7 .block_wrap_m {
    padding: 4rem;
    background: linear-gradient(90deg, #37CBFA 0%, #229DF5 100%);
}
.techmarket_cont7 .block_wrap_m .div_flex {
    align-items: unset;
}
.techmarket_cont7 .block_wrap_m .div_flex .dt1 span {
    margin-bottom: 0;
}
.techmarket_cont7 .block_wrap_m .div_flex .dt1 h5 {
    margin-bottom: 5.2rem;
}
.techmarket_cont7 .block_wrap_m .div_flex .dt2 {
    display: flex;
    flex-direction: column;
}
.techmarket_cont7 .block_wrap_m .div_flex .dt2 .div_tit {
    font-size: 1.6rem;
}
.techmarket_cont7 .block_wrap_m .div_flex .dt2 .btn-white {
    margin-top: auto;
    padding: 1.6rem 2.4rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
}
.techmarket_cont7 .block_wrap_m .div_flex .dt2 .div_a {
    width: 33.9rem;
}
.techmarket_cont7 .block_wrap_m .div_flex .dt2 .div_a a {
    color: white;
    font-size: 3.2rem;
    line-height: 4.4rem;
}
@media (max-width: 991px) {
    .techmarket_cont7 .block_wrap_m {
        padding: 4rem 3.2rem;
        border-radius: 3.2rem;
    }
    .techmarket_cont7 .block_wrap_m .div_flex {
        flex-direction: column;
    }
    .techmarket_cont7 .block_wrap_m .div_flex .dt1 img {
        display: none;
    }
    .techmarket_cont7 .block_wrap_m .div_flex .dt1 span {
        font-size: 3.2rem;
        line-height: 4rem;
    }
    .techmarket_cont7 .block_wrap_m .div_flex .dt1 h5 {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }
    .techmarket_cont7 .block_wrap_m .div_flex .dt2 .btn-white {
        padding: 1.2rem 2.4rem;
        font-size: 1.6rem;
        line-height: 2.4rem;
        width: fit-content;
    }
    .techmarket_cont7 .block_wrap_m .div_flex .dt2 .div_a a {
        font-size: 2.4rem;
        line-height: 3rem;
    }
}
@media (max-width: 767px) {
    .techmarket_cont7 .block_wrap_m {
        padding: 2rem;
        border-radius: 1.6rem;
    }
    .techmarket_cont7 .block_wrap_m .div_flex .dt1 span {
        font-size: 2.4rem;
        line-height: 3rem;
    }
    .techmarket_cont7 .block_wrap_m .div_flex .dt1 h5 {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }
    .techmarket_cont7 .block_wrap_m .div_flex .dt2 .btn-white {
        padding: 1.2rem 2.4rem;
        font-size: 1.6rem;
        line-height: 2.4rem;
        width: 100%;
    }
    .techmarket_cont7 .block_wrap_m .div_flex .dt2 .div_a a {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}
.techmarket_cont8 .partners__type-list {
    padding-left: 0;
    list-style-type: none;
}
.techmarket_cont8 .partners__type-list .partners__type-item {
    margin-bottom: 4rem;
}
.techmarket_cont8 .partners__type-list .partners__type-item:last-child {
    margin-bottom: 0;
}
.techmarket_cont8 .partners__type-list .partners__type-item .partners__list {
    padding-left: 0;
    list-style-type: none;
    gap: 6px;
    display: flex;
    flex-flow: row wrap;
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr 1fr;
}
.techmarket_cont8 .partners__type-list .partners__type-item .partners__list .partners__item {
    width: fit-content;
    flex-grow: 1;
    transition: 0.2s ease-in filter;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2rem;
}
.techmarket_cont8 .partners__type-list .partners__type-item .partners__list .partners__item:hover {
    background: #FFFFFF;
    border-radius: 2rem;
    transition: 0.2s ease-in;
}
.techmarket_cont8 .partners__type-list .partners__type-item .partners__list .partners__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 122px;
    min-width: 150px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.55);
    transition: 0.2s ease-in;
}
.techmarket_cont8 .partners__type-list .partners__type-item .partners__list .partners__item a:hover img {
    filter: none;
    opacity: unset;
    background: none;
    transition: 0.2s ease-in filter;
}
.techmarket_cont8 .partners__type-list .partners__type-item .partners__list .partners__item a img {
    padding: 1rem 2rem;
    max-height: 102px;
    max-width: 28rem;
    transition: 0.2s ease-in filter;
    filter: grayscale(1) brightness(0.8) contrast(0.6) saturate(0.8) sepia(0.3) hue-rotate(180deg);
    opacity: 0.6;
}
@media (max-width: 991px) {
    .techmarket_cont8 .partners__type-list .partners__type-item .partners__list .partners__item a {
        min-width: unset;
        height: 8.4rem;
    }
    .techmarket_cont8 .partners__type-list .partners__type-item .partners__list .partners__item a img {
        max-height: 8.4rem;
        padding: 0.6rem 1rem;
        max-width: 17rem;
    }
}
@media (max-width: 767px) {
    .techmarket_cont8 .partners__type-list .partners__type-item .partners__list .partners__item {
        width: 49%;
    }
    .techmarket_cont8 .partners__type-list .partners__type-item .partners__list .partners__item a {
        min-width: 15rem;
        height: 5.3rem;
    }
    .techmarket_cont8 .partners__type-list .partners__type-item .partners__list .partners__item a img {
        max-height: 3.3rem;
        padding: 0.4rem 1rem;
        max-width: 12rem;
    }
}
/************************************************ Александр *************************************************/
