body {
    font-family: "Inter", sans-serif;
    background: #f2f6fa;
    font-weight: 500;
}

.container {
    width: 83.75rem;
    margin: 0 auto;
    padding: 0;
    max-width: unset;
}
section {
    margin-bottom: 3rem;
}

/* header */
header {
    width: 100%;
    position: fixed;
    top: 1rem;
}

.header-inner {
    width: 82.6875rem;
    margin: 0 auto;
    display: flex;
    height: 4.1875rem;
    padding: 1.25rem 0.625rem;
    justify-content: space-between;
    align-items: center;
    border-radius: 1.25rem;
    background: #f2f6fa;
    position: relative;
}

.logo-header {
    width: 12.2rem;
    /*height: 3rem;*/
}
.contacts_page section{
    margin-bottom: 2rem;
}
.navbar {
    gap: 2.5rem;
}
.navigation {
    font-weight: 400;
    transition: all 0.2s ease;
    font-size: 0.9rem;
}
.navbar a:hover {
    color: #2b65cc;
}
.navbar a.active{
    font-weight: 600;
    color: #2b65cc;
}
.consultation-btn {
    color: #fff;
    transition: all 0.3s ease-in;
    background: linear-gradient(180deg, #2b65cc 0%, #4387ff 105.73%);
}
.consultation-btn:hover span {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 7%;
    text-underline-offset: 16.5%;
    background: linear-gradient(0deg, #2b65cc 0%, #4387ff 100%);
}

.head-icon i {
    font-size: 1.4rem;
    color: #2b65cc;
    transition: all 0.35s ease-in;
}
.head-icon2 i {
    font-size: 1.5rem;
}

.head-icon i:hover {
    background: linear-gradient(180deg, #2b65cc 0%, #80aeff 105.73%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.catalog_dropdown{
    width: 27.8rem;
    display: block;
    justify-content: space-between;
    position: absolute;
    z-index: 200;
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    top: 120%;
    list-style-type: none;
    margin: 0;
}
.catalog_dropdown.first_dropdown{
    top: 120%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.35s;
}
.catalog_dropdown.first_dropdown.active{
    top: 100%;
    opacity: 1;
    pointer-events: painted;
}
.catalog_dropdown li .catalog_dropdown{
    left: 100%;
    top: 0;
    position: absolute;
    display: none;
}
.catalog_dropdown li:hover > .catalog_dropdown{
    display: block;
}
.catalog_dropdown a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.3rem 0;
    border-bottom: 1px solid rgba(43, 101, 204, 0.30);
}
.catalog_dropdown a span{
    width: calc(100% - 30px);
    padding-right: 1rem;
}
.catalog_dropdown li{
    padding: 0 1.88rem;
    position: relative;
}

.catalog_dropdown li:last-child > a{
    border: none;
}

.head-drop {
    width: 27.8rem;
    padding: 1.88rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    justify-content: space-between;
    position: absolute;
    z-index: 200;
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
}

.head-drop.active {
    opacity: 1;
    pointer-events: auto;
}

.head-drop-page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 700;
    padding-bottom: 1.2rem;
    color: black;
    transition: all 0.35s ease-in;
    border-bottom: 0.1rem solid rgba(43, 101, 204, 0.3);
}
.head-drop-pos1 {
    left: -1rem;
    top: 4.5rem;
    transition: all 0.35s ease-in;
}
.navbar-hover {
    transition: all 0.35s ease-in;
}

.head-drop-pos2 {
    left: 27.8rem;
    top: 10.8rem;
}
.head-drop-pos3 {
    left: 55.6rem;
    top: 10.8rem;
}

.head-drop-page:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.head-drop-page:hover {
    color: #2b65cc;
    opacity: 0.8;
}
.head-drop-page:hover .icon-next {
    fill: #2b65cc;
}

/* main page hero */
.main-hero {
    /*background-image: url("../img/hero-main.jpg");*/
    height: 40.5rem;
    border-radius: 1.875rem;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: end;
    padding: 0 1.25rem;
    padding-bottom: 2.2rem;
    justify-content: space-between;
}

.hero-box1 {
    color: white;
    gap: 3.5rem;
}

.hero-box1-txt {
    gap: 2rem;
}
.hero-box1-txt p {
    font-weight: 500;
    font-size: 1.25rem;
}
.heading {
    font-weight: 700;
    font-size: 2rem;
    text-transform: uppercase;
    color: #2b65cc;
}
.white-heading {
    color: white;
}
.hero-btns {
    gap: 0.5rem;
}

.hero-btn {
    width: 14rem;
    padding: 1rem;
}
.hero-btn1 {
    background: #e1eaf7;
    color: #2b65cc;
}
.hero-btn2 {
    background: linear-gradient(180deg, #2b65cc 0%, #4387ff 105.73%);
    color: white;
    position: relative;
    overflow: hidden;
}
.hero-btn2 span {
    z-index: 1;
}
.hero-btn1:hover {
    background: linear-gradient(
            0deg,
            rgba(43, 101, 204, 0.2) 0%,
            rgba(43, 101, 204, 0.2) 100%
        ),
        #e1eaf7;
    color: #2b65cc;
}
.hero-btn2:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(0deg, #2b65cc 100%, #4387ff 0%);
    transition: 0.5s ease-in-out;
    opacity: 0;
}
.hero-btn2:hover::after {
    opacity: 1;
}
.hero-imgs {
    gap: 0.4rem;
}
.hero-imgs img {
    border-radius: 0.75rem;
    width: 10.85713rem;
    height: 3.63038rem;
}

/* main about */
.main-about-card {
    display: flex;
    width: 20rem;
    padding: 1.25rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    border-radius: 1.25rem;
    background: #fff;
}

.main-about-card div {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2b65cc;
}
.main-about-card p {
    font-weight: 400;
    font-size: 0.9rem;
    opacity: 0.7;
}

/* appartunities section */
.main-card-sec-text {
    font-size: 2rem;
}
.main-card-sec {
    gap: 0.5rem;
    width: 13.27rem;
}
.head-mar1 {
    margin-bottom: 1.65rem;
}
.appor-right p {
    font-size: 0.9rem;
    font-weight: 400;
}

/* direction-container */
.head-name {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 2rem;
}
.head-link {
    color: #2b65cc;
    font-size: 0.9rem;
}
.head-link:hover {
    font-weight: 700;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 7%;
    text-underline-offset: 16.5%;
}

.direction-card {
    display: flex;
    height: 100%;
    padding: 1.25rem;
    flex-direction: column;
    border-radius: 1.25rem;
    background: #e5eef5;
    justify-content: space-between;
    gap: 1.25rem;
}
.direction-card-img {
    height: 12.3125rem;
    width: 100%;
    border-radius: 0.94rem;
    object-fit: cover;
}

.direction-card-title {
    font-size: 1.25rem;
    opacity: 0.8;
    font-weight: 600;
    text-transform: uppercase;
}

.direction-card-text {
    font-weight: 400;
    font-size: 0.9rem;
}

/* service card */
.service-card {
    display: flex;
    height: 28rem;
    padding: 1.875rem;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    background: white;
    border-radius: 1.875rem;
}


.ser-card-text {
    display: none;
}

.service-card-title {
    text-transform: uppercase;
    color: #2b65cc;
    opacity: 0.8;
}
.service-card-img {
    width: 16.875rem;
    height: 11.25rem;
    border-radius: 1.25rem;
    margin: 0 auto;
}



/* choose-card */
.choose-box {
    padding-left: 5px;
    padding-right: 5px;
}
.choose-card {
    height: 7.0625rem;
    padding: 1.25rem;
    align-items: center;
    border-radius: 1rem;
    background: #fff;
}

.choose-card-img {
    width: 4rem;
    height: 4rem;
}
.choose-card-txt div {
    font-size: 1.25rem;
    font-weight: 700;
    opacity: 0.8;
    color: #2b65cc;
}
.choose-card-txt p {
    font-size: 0.9rem;
    font-weight: 400;
    opacity: 0.8;
}

/* request-container */
.request-container {
    background-image: url("../img/back-img1.jpg");
    padding: 1.875rem;
    border-radius: 1.875rem;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.heading-white {
    color: white;
}
.request-direc {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 400;
}
.request-inpt {
    border: none;
    background: none;
    color: white;
    font-size: 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid white;
    font-weight: 400;
}
.request-inpt::placeholder {
    color: white;
    opacity: 0.6;
    font-weight: 400;
}
.form-size {
    width: 55%;
}

.result p{
    font-size: 0.9rem;
    margin-bottom: 1rem!important;
}
.politic-text {
    color: white;
    font-size: 0.7rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
.politic-text a{
    color: white;
    text-decoration: underline;
}
.politic-text a:hover{
    text-decoration: none;
}
.politic-text span {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.request-num {
    text-align: end;
}

.request-num p {
    opacity: 0.7;
    font-size: 0.9rem;
    font-weight: 400;
    color: white;
    margin-bottom: 1rem;
}
.request-num a {
    font-size: 2rem;
    color: white;
}
/*.request-num a:first-child() {*/
/*    margin-bottom: 1.88rem;*/
/*}*/
.request-num a:hover {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 7%;
    text-underline-offset: 16.5%;
}

/* contacts */
.contact-height {
    min-height: 24rem;
}
.contacts-card {
    background-image: url("../img/contacts-back.jpg");
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    border-radius: 1.875rem;
}
.contacts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.44rem;
    margin-bottom: 1.44rem;
}
.contact-dev {
    color: #fff;
    font-weight: 400;
    font-size: 0.9rem;
    opacity: 0.7;
    margin-bottom: 0.62rem;
}
.contact-info {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
    transition: all 0.35s ease-in;
}
.contact-info:hover {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 7%;
    text-underline-offset: 16.5%;
}

.contacts-map {
    height: 100%;
    border-radius: 1.875rem;
    overflow: hidden;
}

/* footer */
footer {
    width: 100%;
    background: #2b65cc;
    color: white;
    padding: 1.88rem 0;
}
.foot-img {
    width: 20rem;
    /*height: 5rem;*/
}

.foot-gap {
    display: flex;
    flex-direction: column;
    gap: 1.62rem;
}
.foot-nav {
    display: flex;
    flex-direction: column;
}
.foot-nav p {
    font-size: 0.9rem;
    font-weight: 700;
    opacity: 0.5;
    margin-bottom: 2.5rem;
}
.foot-nav a {
    font-size: 0.9rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 1.88rem;
    transition: all 0.35s ease-in;
}
.foot-nav a:last-child {
    margin-bottom: 0;
}
.foot-nav a:hover, .foot-nav a.active {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 7%;
    text-underline-offset: 16.5%;
}

.foot-height-inner {
    height: 100%;
}

.foot-line {
    width: 83.75rem;
    height: 0.0625rem;
    background: #fff;
    margin: 1.5rem 0;
}

.footer-links {
    font-weight: 400;
    opacity: 0.6;
    font-size: 0.9rem;
    transition: all 0.3s ease-in;
    color: white;
}
.footer-links:hover {
    opacity: 1;
}

.page {
    padding-top: 7rem;
    padding-bottom: 2.4rem;
}
.border_img {
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.about_page .breadcrumbs {
    margin-bottom: 0;
}
.breadcrumbs li {
    font-size: 0.8rem;
    font-weight: 500;
}

.section_title {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.8rem;
    color: #2b65cc;
    text-transform: uppercase;
}
.section_title.gr {
    background: linear-gradient(180deg, #2b65cc 0%, #4387ff 105.73%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
strong,
b {
    font-weight: 700;
}
.about_us_text_block .content strong {
    font-size: 1.25rem;
    font-weight: 500;
}
.about_us_block {
    margin-bottom: 1.8rem;
}
.about_us_block.second .content {
    font-size: 0.875rem;
    font-weight: 400;
}
.about_us_block.second {
    padding-top: 1.1rem;
    padding-bottom: 3.3rem;
}
.about_us_second_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.about_us_block .hero-btns {
    margin-top: 3rem;
}
.about_us_block.second .main-about-card p {
    white-space: nowrap;
}
#request_form {
    padding-top: 1.5rem;
}
.form_with_padding #request_form {
    padding-top: 4rem;
}
.section_title img {
    width: 1.5rem;
    margin: 0 0.5rem;
}
.category_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.25rem;
    font-weight: 700;
}
.category_title img {
    width: 1.5rem;
    transition: all 0.35s;
}
.category_title span {
    width: calc(100% - 1.5rem);
    padding-right: 0.5rem;
}
.category_title:hover,
.category_title.active,
.category_menu_item ul li a:hover {
    color: #2b65cc;
}
.category_title.factive img {
    transform: rotate(-180deg);
}
.category_menu_item ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 1.8rem;
    font-size: 0.875rem;
    font-weight: 400;
    padding-top: 1.2rem;
    display: none;
}
.category_menu_item ul li:not(:last-child) {
    margin-bottom: 1.5rem;
}
.category_menu_item ul li a {
    display: inline-block;
    min-height: 1rem;
}
.category_menu_item ul li a.active {
    font-weight: 700;
}
.category_menu_item {
    margin-bottom: 1.9rem;
}

.prod_item {
    display: block;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 1.25rem;
}
.prod_img {
    height: 17.938rem;
    border-radius: 15px;
    overflow: hidden;
}
.prod_title {
    font-size: 1.25rem;
    margin-top: 1rem;
}

.category_filter_item {
    position: relative;
    padding-bottom: 0.35rem;
    z-index: 3;
}
.category_filter_toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2.5rem;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0 1.2rem;
}
.category_filter_toggle img {
    width: 1.5rem;
    transition: all 0.35s;
}
.filter_dropdown {
    position: absolute;
    left: 0;
    width: 100%;
    top: 120%;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
    padding: 0.4rem 1.4rem;
    font-size: 0.875rem;
    opacity: 0;
    pointer-events: none;
    transition: all 0.35s;
}

.filter_dropdown input {
    display: none;
}
.filter_dropdown label {
    font-weight: 500;
    display: block;
    border-bottom: 1px solid rgba(43, 101, 204, 0.3);
    padding: 1rem 0;
    transition: all 0.35s;
    cursor: pointer;
}
.filter_dropdown label:has(:checked){
    color: #2b65cc;
}
.filter_dropdown label.active,
.filter_dropdown label:hover {
    color: #2b65cc;
}
.filter_dropdown label:last-child {
    border-bottom: none;
}

.border_img .hero-imgs {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 2rem;
    gap: unset;
    justify-content: space-between;
}
.border_img .hero-imgs img {
    width: 32.133%;
    height: auto;
}

.info-left-box {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.info-left-box img {
    border-radius: 1.875rem;
}

.info-text p,
.info-text li {
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
.info-text2 p,
.info-text2 li {
    font-size: 0.88rem;
    font-weight: 400;
    margin-bottom: 0.8rem;
}

.info-text strong {
    font-weight: 700;
}
.info-text ul {
    padding-left: 1.5rem;
    margin-bottom: 2rem;
}
.ser-card-text ul{
    margin-bottom: 0!important;
}
.ser-card-text ul li{
    margin: 0;
}
.ul-mb_0 {
    margin-bottom: 0 !important;
}
.ul-mb_0 li {
    margin-bottom: 0;
}
.info-text.white {
    color: #fff;
}

.info-right-box {
    padding: 1.25rem 1.375rem;
    border-radius: 1.875rem;
    background: #e5eef5;
    align-items: center;
}
.info-right-box div {
    font-size: 1.25rem;
    color: #2b65cc;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
.info-right-box a {
    margin-bottom: 0.9rem;
    font-size: 0.9rem;
    font-weight: 400;
}
.info-right-box a:hover {
    font-weight: 700;
}
.info-right-box i {
    color: #206bed;
    font-size: 1.1rem;
    margin-right: 0.5rem;
}

.info-right-box .fa-envelope {
    font-size: 1.2rem;
}

.spec-table {
    width: 56rem;
    margin: 0 auto;
}
.spec-row {
    display: grid;
    grid-template-columns: 8rem 8.5rem 10rem 8rem 5rem 7rem;
    background: #cbd9f1;
    padding: 1.25rem;
    border-radius: 0.625rem;
}
.spec-header {
    display: grid;
    color: #ffffff;
    background: #2b65cc;
}
.spec-header,
.spec-row {
    column-gap: 1.2rem;
}
.spec-row.alt {
    background: #dee8f5;
}
.spec-row div {
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.7;
}
.spec-header div {
    opacity: 1;
}
.info-left-box .no_img{
    height: 20rem;
    border-radius: 15px;
}
.sec-title {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1.25rem;
}

.modal .request-inpt{
    width: 100%;
}
.form-group{
    margin-bottom: 1.5rem;
}
.modal_text{
    margin-bottom: 1rem;
}
.no_img{
    width: 100%;
    height: 100%;
    background: #e8e8e8;
}
.selected_filter_item{
    font-size: 0.85rem;
    margin-right: 1rem;
}
.selected_filter_item a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2b65cc;
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    border-radius: 15px;
}
.selected_filter_item i{
    color: red;
    font-size: 1rem;
    margin-left: 0.35rem;
}
.selected_filters{
    margin-bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}
.direction-card:hover .btn-style {
    background: linear-gradient(0deg, #2b65cc 100%, #4387ff 0%);
}
.head-hover{
    display: flex;
    align-items: center;
}
.head-hover img{
    width: 9px;
    margin-left: 0.35rem;
    position: relative;
    top: 1px;
}
.service-btn{
    transition: all 1s;
}

.page_content{
    font-weight: 400;
    font-size: 0.9rem;
}