:root {
    --primary: #3375ec;
    --black: #222;
    --white: #fff;
    --orange: #FF5440;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

ul {
    list-style: none;
}

tbody, td, tfoot, th, thead, tr {
    border-style: none;
}

/* Removes default focus */
input:focus {
    outline: none !important;
    box-shadow: none;
}

input {
    -webkit-appearance: none; /* Отключаем стандартные стили в WebKit браузерах */
    outline: none !important;
    box-shadow: none !important;
}

select {
    -webkit-appearance: none; /* Отключаем стандартные стили в WebKit браузерах */
    outline: none !important;
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: var(--orange);
    border-color: var(--orange);
}

/*:active, :hover, :focus {*/
/*    outline: 0;*/
/*    outline-offset: 0;*/
/*}*/

a {
    text-decoration: none;
}

/*.container {*/
/*    max-width: 100%;*/
/*    width: 100%;*/
/*    padding: 0px 120px;*/
/*}*/

.custom-container {
    max-width: 1527px;
}

.custom-container_three {
    max-width: 1650px;
}

.custom-container_two {
    max-width: 1030px;
}

/* !Fonts */
@font-face {
    font-family: "Inter-Regular";
    src: url("../fonts/Inter-Regular.otf") format("opentype"),
    url("../fonts/Inter-Regular.otf") format("opentype");
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-style: normal;
    src: url('../fonts/Pretendard-Thin.eot');
    src: url('../fonts/Pretendard-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Pretendard-Thin.woff2') format('woff2'),
    url('../fonts/Pretendard-Thin.woff') format('woff'),
    url('../fonts/Pretendard-Thin.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-style: normal;
    src: url('../fonts/Pretendard-ExtraLight.eot');
    src: url('../fonts/Pretendard-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Pretendard-ExtraLight.woff2') format('woff2'),
    url('../fonts/Pretendard-ExtraLight.woff') format('woff'),
    url('../fonts/Pretendard-ExtraLight.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/Pretendard-Light.eot');
    src: url('../fonts/Pretendard-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Pretendard-Light.woff2') format('woff2'),
    url('../fonts/Pretendard-Light.woff') format('woff'),
    url('../fonts/Pretendard-Light.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Pretendard-Regular.eot');
    src: url('../fonts/Pretendard-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Pretendard-Regular.woff2') format('woff2'),
    url('../fonts/Pretendard-Regular.woff') format('woff'),
    url('../fonts/Pretendard-Regular.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/Pretendard-Medium.eot');
    src: url('../fonts/Pretendard-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Pretendard-Medium.woff2') format('woff2'),
    url('../fonts/Pretendard-Medium.woff') format('woff'),
    url('../fonts/Pretendard-Medium.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/Pretendard-SemiBold.eot');
    src: url('../fonts/Pretendard-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Pretendard-SemiBold.woff2') format('woff2'),
    url('../fonts/Pretendard-SemiBold.woff') format('woff'),
    url('../fonts/Pretendard-SemiBold.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Pretendard-Bold.eot');
    src: url('../fonts/Pretendard-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Pretendard-Bold.woff2') format('woff2'),
    url('../fonts/Pretendard-Bold.woff') format('woff'),
    url('../fonts/Pretendard-Bold.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-style: normal;
    src: url('../fonts/Pretendard-ExtraBold.eot');
    src: url('../fonts/Pretendard-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Pretendard-ExtraBold.woff2') format('woff2'),
    url('../fonts/Pretendard-ExtraBold.woff') format('woff'),
    url('../fonts/Pretendard-ExtraBold.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/Pretendard-Black.eot');
    src: url('../fonts/Pretendard-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Pretendard-Black.woff2') format('woff2'),
    url('../fonts/Pretendard-Black.woff') format('woff'),
    url('../fonts/Pretendard-Black.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Roboto-Regular.ttf');
    font-display: swap;
}


/*END fonts*/

.site {
    background: #F4F7FC;
}

#calculateModal {
    fill: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(5px);
}

.block_social {
    position: fixed;
    width: 70px;
    z-index: 4;
    top: 468px;
    margin-left: 11px;
}

.icon_social {
    display: inline-flex;
    padding: 12px 9px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;

    border-radius: 16px;
    background: rgba(255, 255, 255, 0.90);
}

/*btn*/

.btn_repetitive {
    border-radius: 16px;
    background: var(--orange);
    display: inline-flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    /*Text*/
    color: var(--white);
    font-family: "Pretendard";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn_repetitive:hover {
    background: var(--white);
    border: 1px solid var(--orange);


    /*background-position: -100% 0; !* Позиция градиента при наведении мыши *!*/
    /*color: #000; !* Цвет текста при наведении мыши *!*/

    transition: width 1s cubic-bezier(0, 0, 1, 1) 500ms;

    /*Text*/
    color: var(--orange);
}

.btn_header {
    border-radius: 16px;
    display: block;
    padding: 20px;
    justify-content: center;
    align-items: center;

    /*    !*Text*!*/
    color: var(--white);
    font-family: "Pretendard";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn_header:hover {
    background-position: left bottom;
    /*border-radius: 0 0 50% 0; !* Половина высоты, полукруг *!*/

    border: 1px solid var(--orange);

    /*    !*Text*!*/
    color: var(--orange);
}

.btn_application_modal {
    border-radius: 16px;
    background: #3EC13E;
    display: inline-flex;
    padding: 20px 24px;

    justify-content: center;
    align-items: center;
    gap: 10px;

    /*Text*/
    color: var(--white);
    font-family: "Pretendard";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn_application_modal:hover {
    background: #C2E2C2;

    transition: width 1s cubic-bezier(0, 0, 1, 1) 500ms;

    /*Text*/
    color: var(--white);
    border: 0;
}

.more_card_btn {
    display: flex;
    padding: 10px 24px;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: var(--white);

    color: var(--orange);
    font-family: "Pretendard";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.more_card_btn:hover {
    background: var(--orange);
    color: var(--white);
}

/*btn end*/

/*repetitive*/
.main_subtitle {
    color: var(--white);
    font-family: "Pretendard";
    font-size: 110px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.main_title {
    color: var(--white);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.92);
    font-family: "Pretendard";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: 70%;
    margin-top: 24px;
}

/*repetitive end*/

/*Modal*/

.model_factory_content {
    border-radius: 16px;
    background: var(--white);
}

.model_factory_header {
    border: 0;
    padding: 32px 32px 0 32px;
}

.model_factory_body {
    padding: 0 32px 40px 32px;

}

.model_factory_title {
    color: var(--black);
    font-family: "Pretendard";
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    width: 414px;
}

.model_close {
    color: var(--orange) !important;
    border: 0;
    background: transparent;
}

/*Modal*/

/*breadcrumb*/

.breadcrumb {
    background: var(--white);
}

.breadcrumb_content {
    padding: 21px 0;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    gap: 24px;

}

.breadcrumb_link {
    color: #7C7C7C;
    font-family: "Pretendard";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 24px;

    display: flex;
}

.breadcrumb_link a {
    color: #7C7C7C;
}

.breadcrumb_link.active {
    color: var(--orange);
}

.breadcrumb_link.active div {
    color: var(--orange);
    text-decoration-line: underline;
}

/*breadcrumb end*/

/*pagination*/

.nav_pagination {
    padding: 50px 0 0 0;
}

.pagination {
    /* Ваши собственные стили здесь */
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 6px;
}

.pagination_swiper {
    gap: 16px;
}

.swiper-wrapper {
    height: auto !important;
}

.active > .page-link, .page-link.active {
    background-color: var(--orange) !important;
    color: var(--white) !important;
}

.page-link:hover {
    background-color: var(--orange) !important;
    color: var(--white) !important;

}

.page-link {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color: var(--black) !important;
    border: none;
    gap: 20px;
    background-color: transparent;
}

.bottom_link {
    background: none;
}

.disabled > .page-link, .page-link.disabled {
    background: none;
}

.page-link.disabled i {
    color: #7C7C7C !important;

}

/*pagination end*/

/*HEADER*/
.header-top {
    padding: 8px;
    background: var(--orange);
}

.link {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--white);
    display: flex;
    margin-right: 0.5rem;
    justify-content: center;
    align-items: center;
}

.link i {
    color: var(--orange);
}

.section_intro {
    background-image: none;
    background-color: transparent; /* Make the menu become transparent */
    border-radius: 0px;
    border: 0;
    box-shadow: none;
    position: absolute; /* Make the menu out of the document flow so it can placed anywhere without disturbing other widgets */
    left: 0;
    right: 0;
    z-index: 10; /* If you delete this line, your menu link won't be clicked because it is behind the background. Applying this code bring the menu in front of the background */
}

.header_middle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 23px;
}

#header_logo_mobile {
    display: none;
    z-index: 20;
}

.custom_text {
    font-family: "Pretendard";
    font-weight: 400;
    color: var(--white);
    font-size: 16px;
    gap: 10px;
    display: flex;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;

    align-items: start;
}

.custom_text_mobile_menu {
    color: var(--orange) !important;
    font-family: "Inter-Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    gap: 16px;
    display: flex;
    justify-content: start;

    margin-top: 25px;
}

.custom_text_mobile_menu a {
    color: var(--orange) !important;
    font-family: "Pretendard";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.rectangle,
.rectangle * {
    box-sizing: border-box;
}

.rectangle {
    background: var(--white);
    border-radius: 200px;
    padding: 5px 5px;

    width: 650px;
}

.nav_link {
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: end
}

.nav_link .link_wrapper {
    position: relative;
    width: fit-content;
    font-family: "Pretendard";
    font-weight: 400;
    color: #222222;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.nav_link .link_wrapper.active {
    color: var(--orange);
}

.div-wrapper {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: var(--orange);
    border-radius: 100px;
    color: var(--white) !important;
}

.div-wrapper_mobile {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 100px;
    background: var(--orange);
    padding: 12px;

    color: var(--white);
    text-align: center;
    font-family: "Pretendard";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.rectangle_2 {
    box-sizing: border-box;
}

.rectangle_2 {
    background: var(--white);
    width: 16px;
    height: 16px;
    position: relative;
    transform-origin: 0 0;
    transform: rotate(-45deg) scale(1, 1);
    left: 40%;
}

.div-wrapper_box {
    border-radius: 16px;
    background: var(--white);
    width: 283px;
    position: absolute;
    left: 60%;
    margin-top: 16px;
    opacity: 0;
    top: 50px;
    transform: translate(-50%, 0px);
}

.div-wrapper:hover .div-wrapper_box {
    opacity: 1;
}

.div-wrapper_box_content {
    padding: 0;
    width: 283px;

}

.div-wrapper_box_link {
    display: flex;
    gap: 12px;
    padding: 20px 24px;
    align-items: center;

    color: var(--black);
    font-family: "Pretendard";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    border-radius: 16px;
}

.div-wrapper_box_link:hover {
    color: var(--orange);
    background: #FFEBEB;
}

.div-wrapper_box_link:hover svg {
    fill: var(--orange);
}


.lang {
    align-items: center;
    display: inline-flex;
    vertical-align: middle;
    justify-content: end;
}

.lng_select {
    display: inline-flex;
    padding: 9px 22px;
    justify-content: center;
    align-items: center;
    gap: 4px;

    background: var(--white);
    border-radius: 60px;
    /*width: 100px;*/
    text-align: right;
    margin: 0;
}

.lng_options {
    width: 125px;
    z-index: 22;
    text-align: center;
    padding-left: 0;
    border-radius: 25px;
    background: var(--white);
    display: none;
    position: absolute;
    top: 55px;
    color: var(--orange);
}

.lng_option {
    position: relative;
    display: block;
    padding: 0 52px;
    line-height: 35px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.lng_select a:focus, .lng_select a:hover {
    background: var(--white) !important;
    color: var(--orange) !important;
}

.lng_option a {
    padding: 0 !important;
    font-size: 18px !important;
}


.lng_select .custom_select,
.lng_select a {
    display: block;
    text-align: start;
    padding: 5px 20px;
    color: var(--orange);
    font-family: "Pretendard";
    font-size: 16px;
    font-weight: 500;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

.lng_select .custom_select {
    background: none;
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-weight: 500;
}

.lng_select .custom_select:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -3px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="9px" height="6px"><path fill-rule="evenodd"  fill="rgb(255, 84, 64)" d="M8.997,1.059 L5.463,4.938 L5.464,4.938 L4.500,5.996 L3.536,4.938 L3.536,4.938 L0.003,1.059 L0.967,0.001 L4.500,3.880 L8.033,0.001 L8.997,1.059 Z"/></svg>');
    width: 9px;
    height: 6px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

.lng_select.open .custom_select:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*burger menu*/

.rectangle_mobile_nav {
    display: none;
}

.rectangle_mobile_nav {
    background: var(--white);
    border-radius: 200px;
    padding: 6px 18px 6px 6px;
}

.mobile_nav {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: end;
}

.burger-checkbox {
    position: absolute;
    visibility: hidden;
}

.burger {
    cursor: pointer;
    display: block;
    position: relative;
    border: none;
    background: transparent;
    width: 18px;
    height: 15px;
}

.burger::before,
.burger::after {
    content: '';
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background: var(--orange);
}

.burger::before {
    top: 0;
    box-shadow: 0 6px 0 var(--orange);
    transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
}

.burger::after {
    bottom: 0;
    transition: bottom .3s .15s, transform .3s;
}

.burger-checkbox:checked + .burger::before {
    top: 11px;
    transform: rotate(45deg);
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
    transition: box-shadow .15s, top .3s, transform .3s .15s;
}

.burger-checkbox:checked + .burger::after {
    bottom: 11px;
    transform: rotate(-45deg);
    transition: bottom .3s, transform .3s .15s;
}


.b-menu {
    cursor: pointer;
    display: block;
    opacity: 0;
    /* height: 66px; */
    /*padding-top: 17px;*/
    position: relative;
    top: -8px;
    /*width: 43px;*/
    z-index: 20;
    /*right: 10px;*/
}

.b-bun--bottom,
.b-bun--mid,
.b-bun--top {
    height: 3px;
    width: 25px;
    border-radius: 10px;
}

.b-bun {
    background: var(--orange);
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.b-brand,
.b-bun {
    position: relative;
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.b-bun--top {
    top: 4px;
}

.b-bun--mid {
    top: 8px;
}

.b-bun--bottom {
    top: 12px;
}

.b-brand {
    color: #2196f3;
    top: -21.43px;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 13;
}

.b-container {
    /*position: absolute;*/
    /*top: 20px;*/
}

.b-container:hover:not(.open) .bun-bottom,
.b-container:hover:not(.open) .bun-mid,
.b-container:hover:not(.open) .bun-top {
    background: #2196f3;
}

.b-container.open .b-bun--top {
    background: var(--orange);
    top: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.b-container.open .b-bun--mid {
    opacity: 0;
}

.b-container.open .b-bun--bottom {
    background: var(--orange);
    top: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.b-container.open .b-brand {
    color: var(--white);
}

/* main menu block */
.mainMenu {
    background-color: var(--white);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 15;
    height: 100vh;
    width: 100%;
    display: grid;
    text-align: center;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: scale(0);
}

.mainMenu.open {
    opacity: 1;
    transform: scale(1);
}

.mainMenu.open ul li {
    opacity: 1;
    transform: translateX(0);
    margin-top: 4px;
}

.mobile_nav_bottom {
    height: 1px;
    background: #DFE1EF;
    margin-top: 8px;
}

.mobile_nav_top {
    height: 1px;
    background: #DFE1EF;
    margin-bottom: 8px;
}

.mainMenu ul {
    display: table-cell;
    vertical-align: middle;
    margin-top: 80px;
    padding: 0 22px;
}

.mainMenu li {
    padding: 24px 32px;
    transition: all 400ms 510ms;
    opacity: 0;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: #F1F5F9;


    font-family: "Inter-Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}

.mainMenu li:nth-child(odd) {
    transform: translateX(30%);
}

.mainMenu li:nth-child(even) {
    transform: translateX(-30%);
}

.mainMenu li:last-child {
    transform: none;
}

.mainMenu a {
    color: var(--black);
    display: inline-block;
    font-size: 18px;
}

.mainMenu a.suBtn {
    color: #fff;
}

/* ///////////////////////////////////////// */


/*END HEADER*/

/* Main block */

.page {
    background: url("../images/slider/slide-1.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slider {
    padding: 421px 0 139px 0;
}

.swiper-slide {
    height: auto !important;
}

.slider_pagination {
    padding: 103px 0 14px 0;
}

.header_subtitle {
    font-family: "Pretendard";
    color: var(--white);
    font-size: 128px;
    font-weight: 900;
    line-height: 100%; /* 128px */
    margin-bottom: 8px;
}

.header_title {
    font-family: "Pretendard";
    color: rgba(255, 255, 255, 0.80);
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px;
}

.card {
    border-radius: 16px;
    background: var(--white);
    display: inline-flex;
    flex-direction: column;
    align-items: center;

    backdrop-filter: blur(50px);
    text-align: center;
    cursor: pointer;

    border-color: transparent;
}

.custom_card_gap {
    align-items: start;
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(auto-fit, 230px);
    justify-content: center;
}

.custom_card_gap_mobile {
    align-items: start;
    display: grid;
    grid-gap: 16px;
    /*grid-template-rows: repeat(4, 1fr);*/

    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;

    justify-content: center;
}

.card_mobile {
    padding: 24px 44px 0 44px;
    display: none;
}


.card:hover,
.card:hover .card_text {
    background: var(--orange);
    transition: opacity 0.5s ease; /* добавим плавный переход для анимации */

    color: var(--white);
}

.card:hover .icon path {
    stroke: var(--white);
    fill: var(--white);
}

.card:hover .icon_cart path {
    stroke: var(--white);

}

.custom_card {
    width: 100%;
    height: 100%;
}

.custom_card_mobile {
    width: 100%;
    height: 100%;
}

.custom_card_block,
.custom_card_block_mobile {
    text-align: center;
    width: 100%;
}

.card_content {
    padding: 33px;
}


.card_text {
    color: var(--black);
    text-align: center;
    font-family: "Pretendard";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-top: 16px;
}

/*Swiper*/

.slider-container {
    display: flex;
    width: 300%;
    transition: transform 0.5s ease-in-out;
}

.slide {
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: inline-block;
}

.section_slider_1 {
    background: url("../images/slider/slide-1.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section_slider_2 {
    background: url("../images/slider/slide-2.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section_slider_3 {
    background: url("../images/slider/slide-3.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.swiper-pagination-bullet.active {
    background: rgba(217, 217, 217, 0.80) !important;

}

.swiper-pagination-bullet {
    width: 22px !important;
    height: 22px !important;
    background: rgba(217, 217, 217, 0.30) !important;
    border-radius: 100% !important;
}


.swiper-horizontal > .swiper-pagination-bullets
.swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    gap: 16px !important;
}

#singleBlock {
    position: relative;
    transition: background-image 0.5s ease;
}

/*Swiper end*/

/* Main block */


/*calculator*/

.calculator_content {
    margin: 87px 0;
    padding: 32px 61px;
    border-radius: 16px;
    background: var(--white);
}

.calculator_title {
    color: #000;
    font-family: "Pretendard";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;

}

.label_calculator {
    color: #777;
    font-family: "Pretendard";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.input_container {
    position: relative;
    display: flex;
    /* background-color: var(--secondary); */
    border-radius: 1rem;
    width: 100%;
    align-items: center;
    padding: 15px 22px !important;

}

.range-input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    height: 10px;
    background: rgba(65, 74, 159, 0.10);
}

.range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    background-color: var(--orange);
    border-radius: 50%;
    border: 2px solid var(--white);
    transition: .2s ease-in-out;
}

.range-input::-moz-range-thumb {
    height: 24px;
    width: 24px;
    background-color: var(--orange);
    border-radius: 50%;
    border: none;
    transition: .2s ease-in-out;
}

.sliderticks {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.sliderticksMonths {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.sliderticksMonths span {
    position: relative;
    /*margin-top: 7px;*/
    color: #414A9F;

    text-align: center;
    font-family: "Pretendard";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}

.sliderticks span {
    position: relative;
    /*margin-top: 7px;*/
    color: #414A9F;

    text-align: center;
    font-family: "Pretendard";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}

.slidertick_item:after {
    content: '';
    display: flex;
    position: absolute;
    justify-content: center;
    width: 1px;
    height: 4px;
    top: -7px;
    left: 50%;
    font-family: "Pretendard";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    background: #d3d3d3;
    line-height: 40px;
    text-align: center;
}

.slidertick_item.selected::after {
    width: 0;
}

.sliderticksMonths_item:after {
    content: '';
    display: flex;
    position: absolute;
    justify-content: center;
    width: 1px;
    height: 4px;
    top: -7px;
    left: 50%;
    font-family: "Pretendard";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    background: #d3d3d3;
    line-height: 40px;
    text-align: center;
}

.sliderticksMonths_item.selected::after {
    width: 0;
}

.range {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.btn_calculator {
    justify-content: center;
    margin-top: 66px;
}

.form_calculator {
    display: flex;
    padding: 20px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;

    border-radius: 16px;
    border: 1px solid #BBC0EF;
    color: #000;

    font-family: "Pretendard";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form_percent {
    color: #64748B;
    font-family: "Pretendard";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form_calculator i {
    color: #414A9F66;
    font-size: 24px;
}

.fader_label {
    padding: 0;
    border: 0;
}

/*calculator end*/

/*Loan*/

.loan_content {
    margin: 66px 0;
    padding: 32px 61px;
    border-radius: 16px;
    background: #FFF;
}

.loan_title {
    color: #101010;

    font-family: "Pretendard";
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;

    text-align: center;
    width: 70%;

}

.highlight {
    color: #414A9F;


}

.loan_text {
    color: #101010;
    font-family: "Pretendard";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;

    margin-top: 32px;
    width: 50%;
}

.loan_card {
    margin-top: 66px;
}

.loan_card_item {
    width: 480px;
    border-radius: 16px;
    margin-top: 25px;
    padding: 245px 30px 24px 29px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 65.1%), lightgray 50%;

}

.loan_card_title {
    color: var(--white);
    font-family: "Pretendard";
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.limit-lines {
    max-height: 4 *1.2em; /* 1.2em - приблизительная высота одной строки */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em; /* Установите высоту строки, если она отличается от значения по умолчанию */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


.loan_card_text {
    color: var(--white);
    font-family: "Pretendard";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.loan_link_content {
    margin-bottom: 45px;
    margin-top: 67px;
    justify-content: end;
}

.content_link {
    color: var(--orange);
    text-align: center;
    font-family: "Pretendard";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

/*Loan end*/

/*application*/


.application {
    position: relative;
    width: 100%;
    background: url("../images/application.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.application_main {
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.application::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(65, 74, 159, 1); /* Прозрачный цветовой налет */
    pointer-events: none;
    mix-blend-mode: multiply;
}

.application_content {
    padding-top: 196px;
    padding-bottom: 248px;
    z-index: 4;
    position: relative;
}

.application_repetitive {
    padding: 32px 0px;

    z-index: 4;
    position: relative;
}

.application_color {
    background-color: #414A9F;
    mix-blend-mode: multiply;
}

.image-container {
    position: relative;
    width: 100%;
    height: 300px; /* Замените на высоту вашей фотографии */
    overflow: hidden;
}

.image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #414A9F; /* Ваш цвет фона */
    opacity: 0.5; /* Прозрачность цвета фона, по желанию */
    z-index: 1; /* Убедитесь, что цвет фона находится выше фотографии */
}

.application_title {
    color: var(--white);

    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Pretendard";
    font-size: 67px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%; /* 67px */
}

.application_mobile {
    display: none;
    position: relative;
    top: -8px;
}

.application_mobile_calculate {
    display: none;
    position: relative;
    top: -149px;
}

.application_mobile_content {
    display: flex;
    justify-content: center;
}

.application_send {
    border-radius: 16px;
    background: var(--white);
    padding: 32px;
    margin-left: 153px;
}

.form_application {
    border-radius: 16px;
    border: 1px solid #BBC0EF;
    background: var(--white);

    padding: 15px 16px;
    color: #94A3B8;
    font-family: "Pretendard";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.send_title {
    color: var(--black);
    font-family: "Pretendard";
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.send_text {
    color: var(--black);

    font-family: "Pretendard";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/*application and*/

/*branches*/

.branches {
    margin-top: 70px;
    margin-bottom: 48px;
}

.branches_title {
    color: var(--black);
    text-align: center;
    font-family: "Pretendard";
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.branches_text {
    color: #010101;
    text-align: center;
    font-family: "Pretendard";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;

    margin: 24px 0;
}

.label_branches {
    color: var(--black);
    font-family: "Pretendard";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.branches_select {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.form_branches {
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid #BBC0EF;
    padding: 15px 16px;

    color: #4B5259;
    font-family: "Pretendard";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*branches end*/

/*news*/

.news {
    padding-top: 60px;
    padding-bottom: 143px;
    background: #FFFFFF;
}

.news_title {
    color: var(--black);
    font-family: "Pretendard";
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.news_items {
    margin-top: 40px;

}

.news_card_item {
    height: 100%;
    border-radius: 16px;
    padding: 35px 35px 15px 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news_card_title {
    color: var(--white);
    font-family: "Pretendard";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.news_card_text {
    color: var(--white);
    font-family: "Pretendard";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}


/*news end*/

/*Calculate loan*/

/*Main*/

.section_calculate_main {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.calculate_main_content {
    padding-top: 181px;
    padding-bottom: 92px;
}

.schedule_calculator_content {
    margin-top: 62px;
    padding: 32px;
    border-radius: 16px;
    background: var(--white);
}


.result_content {
    position: relative;
    border-radius: 16px;
    border: 1px solid #BBC0EF;
    padding: 40px;
    height: 100%;
    margin: 25px 0;
}

.result_title {
    color: #777;
    font-family: "Pretendard";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.result_text {
    color: var(--black);
    font-family: "Pretendard";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.result_button_block {
    position: absolute;
    bottom: 7%;
    display: flex;
    gap: 20px;
}

/*Main end*/

/*Calculate loan end*/

/*schedule*/

.schedule_content {
    margin-top: 32px;
    margin-bottom: 100px;
    padding: 39px 37px;
    border-radius: 16px;
    background: var(--white);
}

.schedule_table_calculator {
    display: none;
}

.schedule_table_colum {
    color: var(--orange) !important;
    font-family: "Pretendard";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.schedule_border {
    border-top: 2px solid var(--orange);
}

.schedule_tr {
    color: #000;
    font-family: "Pretendard";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 25px 0px;
}

.table > :not(caption) > * > * {
    padding: 1.5rem 0.5rem;
}

.schedule_result_border {
    margin-top: 59px;
    height: 1px;
    flex-shrink: 0;
    background: #D9D9D9;
}

.schedule_result_title {
    color: #000;
    font-family: "Pretendard";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
    margin-top: 32px;
    text-align: center;
}

.download_sheet {
    padding: 16px 24px;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    background: #F1F5F9;
}

.download_sheet_title {
    color: #777;
    font-family: "Pretendard";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.download_sheet_link {
    color: var(--orange);
    text-align: center;
    font-family: "Pretendard";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.download_sheet_text {
    color: #777;
    text-align: center;
    font-family: "Pretendard";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 16px;
}

/*schedule end*/

/*about*/

.about {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.about_content {
    padding-top: 170px;
    padding-bottom: 263px;
}

.about_main_subtitle {
    font-weight: 900;
}

.about_description_content {
    padding: 71px 0 104px 0;
    background: var(--white);
}

.about_col {
    width: 42.66666667%;
}

.about_list_block {
    display: flex;
    gap: 32px;
    margin-bottom: 32px;
}

.about_description_text {
    color: #1F1F1F;
    font-family: "Pretendard";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

.highlight_about {
    background-color: var(--orange);
    border-radius: 30px;
    color: var(--white);
    padding: 2px;
}

.about_list_content {
    background: #414A9F;
    padding: 80px 0 100px 0;

}

.about_list_left_title {
    color: var(--white);
    font-family: "Pretendard";
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;

    margin-left: 62px;
}

.highlight_about_list {
    color: var(--orange);

}

.about_list_right_number,
.about_list_right_title {
    color: var(--white);
    font-family: "Pretendard";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.about_list_right_text {
    color: rgba(255, 255, 255, 0.70);
    font-family: "Pretendard";
    font-size: 24px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    margin-top: 32px;
}

/*about END*/

/*Team*/

.team {
    padding: 100px 0 200px 0;
}

.team_title {
    color: #414A9F;
    text-align: center;
    font-family: "Pretendard";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    margin-bottom: 49px;
}

.team_card {
    display: inline-flex;
    padding: 10px 10px 16px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    background: var(--white);
}

.card_img {
    border-radius: 10px;
}

.team_card_title {
    color: #414A9F;
    text-align: center;
    font-family: "Pretendard";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.team_card_text {
    color: #94A3B8;
    text-align: center;
    font-family: "Pretendard";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.team_slider_mobile {
    display: none !important;
}

.swiper-button-next, .swiper-button-prev {
    font-size: 23px !important;
    color: #C1C1C1 !important;
}

/*Team End*/

/*Credit*/

.credit {
    padding: 180px 0 113px 0;
    background: url("../images/credit.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.credit_main_subtitle {
    font-weight: 900;
}

.credit_loan {
    padding-bottom: 100px;
}

/*Credit End*/

/*agriculture*/
.agriculture {
    padding: 139px 0 50px 0;
    /*background: url("../images/agriculture.png") no-repeat;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.advantages_content {
    margin: 62px 0 100px 0;
    padding: 50px 60px 50px 60px;
    border-radius: 16px;
    background: var(--white);
}

.advantages_list_left_title {
    color: #101010;
    font-family: "Pretendard";
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.advantages_list_right_number,
.advantages_list_right_title {
    color: var(--black);
    font-family: "Pretendard";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.advantages_list_right_text {
    color: var(--black);
    font-family: "Pretendard";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-top: 24px;
}

.advantages_text {
    color: var(--black);
    font-family: "Pretendard";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

/*agriculture END*/

/*all_news */
.all_news {
    padding: 180px 0 92px 0;
    /*background: url("../images/all_news.png") no-repeat;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /*background-size: cover;*/
}

/*all_news End*/


/*news detail*/

.news_detail_header {
    padding: 292px 0 120px 0;
    background: url("../images/news_detail.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header_top_left {
    gap: 40px;
}

.news_detail_content {
    margin: 87px 0;
    padding: 32px 61px;
    border-radius: 16px;
    background: #FFF;
}

.highlight_news_detail {
    color: var(--orange);
}

.news_detail_title {
    color: #1F1F1F;
    font-family: "Pretendard";
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.news_detail_text {
    color: #000;
    font-family: "Pretendard";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*news detail end*/

/*Contact*/

.contacts {
    padding: 149px 0 60px 0;
}

.contacts_content {
    padding: 32px 61px;
    border-radius: 16px;
    background: #FFF;
}

.contacts_map #map {
    border-radius: 24px;

}

.contacts_title {
    color: var(--black);
    font-family: "Pretendard";
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.contacts_text {
    color: #010101;
    font-family: "Pretendard";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;

    margin: 24px 0 24px 0;
}

.contact_info_title {
    color: #414A9F;
    font-family: "Pretendard";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    margin-top: 32px;
}

.contact_info {
    display: flex;
    gap: 18px;
    margin-top: 16px;
    width: 299px;
    align-items: center;
}

.contact_info i {
    color: #414A9F;

}

.contact_info_text {
    color: #28303F;
    font-family: "Pretendard";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-bottom: 0;
}

.select_calculator {
    width: 75%;
}

.contacts_map iframe {
    width: 100%;
}

/*Contacts end */

/*Footer*/

.footer {
    background: #F1F2FF;
}

.footer_content {
    padding-top: 26px;
}

.footer_content_row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.footer_widget {
    margin-left: 43px;
}

.footer_widget h5 {
    margin-bottom: 32px;
    color: #1F1F1F;

    font-family: "Pretendard";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.list_info {
    display: flex;
    gap: 20px;
    align-items: center;
}

.list_content {
    padding-left: 0;
    margin-top: 30px;
}

.list_content li {
    margin-bottom: 24px;
    line-height: 1;
}

.list_content a {
    color: #1F1F1F;
    font-family: "Pretendard";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.link_social {
    margin-top: 55px;
    margin-left: 35px;
}

.link_social_mobile {
    display: none;
}

.link_content {
    padding-top: 21px;
}

.footer_row {
    gap: 70px;
}

.footer_aside {
    padding-top: 53px;
    padding-bottom: 67px;
}

.rights {
    color: #777;
    font-family: "Pretendard";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer_bottom {
    height: 1px;
    background: #DFE1EF;
    display: none;
}

/*Footer end*/

.application_modal_icon {
    display: flex;
    justify-content: center;
}

.application_modal_title {
    color: #3EC13E;

    text-align: center;
    font-family: "Pretendard";
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;

    margin: 24px 0 16px 0;
}

.application_modal_text {
    color: #6A6A6A;

    text-align: center;
    font-family: "Pretendard";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-bottom: 40px;
}