@charset "utf-8";

/* RESET */


html {margin: 0; padding: 0; height: 100%;}
body, div, span, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, a, font, small, strong, b, u, i, center, label, form,
fieldset, input, button, textarea, img, p, table, tr, th, td, dl, dt, dd {
    margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent;
}
table {border-collapse: collapse; border-spacing: 0;}
ol, ul, li {list-style: none;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-weight: normal;}
input, button, textarea, select, optgroup, option {
    font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;
}
input, button, textarea, select {font-size: 100%; display: block;}
input[type=text], input[type=submit], textarea{-webkit-appearance: none;}
input[type=text]::placeholder {color: #929BAD; font-size: 14px;}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important; -webkit-text-fill-color: #1d1d1e !important; color: #1d1d1e !important;
}
select {outline: 0;}
:focus {outline: none;}
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
*:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
::-moz-focus-inner {border: 0; padding: 0;}

/* -------------------------------------------------------------------------- */

/* DEFAULT */


html {-webkit-tap-highlight-color: rgba(0, 0, 0, 0); overflow-x: hidden;}
body {
    background: #fff; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; direction: ltr;
    color: #131B46; display: block; min-width: 320px; font-family: "Gilroy", roboto, arial, sans-serif; font-weight: 400;
    font-size: 13px; height: 100%; width: 100%; max-width: 100%; overflow-x: hidden; position: relative; line-height: 1.154;
    -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: auto; letter-spacing: -0.25px;
}
div, label {display: block;}

a {
    color: #000; text-decoration: underline; -webkit-transition: all 0.2s ease-out; -o-transition:all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
a:hover {text-decoration: none;}

img {vertical-align: middle;}
.dn {display: none;}

:root {
    --primary-blue: #1733C7;
    --primary-orange: #F26D21;
}

.active_link { color: var(--primary-orange); font-weight: 700 }

/* icons */

i, span.icon {
    display: inline-block; font-family: 'glyphicons', sans-serif; font-size: 13px; font-style: normal;
    text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

.icon_close:before {content: '\E80D';}
.icon_checkbox:before {content: '\E80F';}
.icon_checkbox_selected:before {content: '\E811';}

/* -------------------------------------------------------------------------- */

/* GO */


#main_sheet { display: flex; flex-direction: column; height: 100vh; }
.ld_container { width: 100%; padding: 0; margin-left: auto; margin-right: auto; max-width: 1440px; }
.send_request_btn {display: flex; align-items: center; width: fit-content; padding: 16px 28px; background: var(--primary-orange); color: #FFFFFF; font-size: 14px; border-radius: 10px;}
.send_request_btn:hover, .mobile_request_btn:hover,
.ld_header > .mobile_menu_block > .mobile_request_btn_long:hover {background: #c95616;}
a.send_request_btn { text-decoration: none; }
.send_request_btn > svg { margin-left: 12px; display: block; }
.send_request_btn:hover { cursor: pointer; }
.mobile_request_btn {
    background: var(--primary-orange); font-size: 14px; color: #FFFFFF; height: 32px; width: 96px; text-align: center;
    line-height: 32px; text-decoration: none; display: none;
}

.send_request_btn.light {background: rgba(255, 90, 0, 0.1); color: var(--primary-orange); margin-right: 16px;}
.send_request_btn.light:hover {background: rgba(255, 90, 0, 0.2);}

.ld_container {padding: 0 40px;}



.input_group {border-radius: 8px; position: relative; height: 56px; line-height: 54px; display: flex; align-items: center;}
.input_group > input {width: 100%; height: 54px; font-size: 16px; padding: 0 20px; color: #fff; background: rgba(255, 255, 255, 0.20); border-radius: 8px;}
.input_group > input::placeholder {color: rgba(255,255,255,0.75); font-size: 16px;}
.input_group > img {opacity: 0; position: absolute; top: 16px; right: 20px; color: #fff; transition: all 0.3s ease;}
.input_group > img.active {opacity: 1;}

/*HEADER*/

header.ld_header {height: 71px;}
header.ld_header > .ld_container {height: inherit; display: table; border-collapse: collapse; position: relative;}
header.ld_header > .ld_container.sticky {position: fixed; top: 0; left: 0; z-index: 100; background: #FFFFFF; width: 100vw; min-width: 320px; max-width: 100%; border-bottom: 1px solid var(--primary-orange);}
header.ld_header > .ld_container.sticky .ld_header_content_block {max-width: 1360px; width: calc(100% - 80px); margin: 10px auto; display: table; }
.ld_header_content_block {display: table-row;  height: inherit; align-items: center;}
.ld_header_content_block > ul.header_menu > li {display: inline-block;}
.header_logo_block, .ld_header_content_block > ul.header_menu {display: table-cell; vertical-align: middle;}
.ld_header_content_block > ul.header_menu { text-align: right }
.ld_header_content_block > ul.header_menu > li:not(:nth-last-child(-n+2)) {margin-right: 20px;}
.ld_header_content_block > ul.header_menu > li:nth-last-child(1) > a {color: #FFFFFF; min-width: 40px; min-height: 40px; max-width: 40px; max-height: 40px; border-radius: 50px; margin-left: 8px;}
.ld_header_content_block > ul.header_menu > li:nth-last-child(2) > a {color: #FFFFFF; min-width: 40px; min-height: 40px; max-width: 40px; max-height: 40px; border-radius: 50px; background: #29B0EB; padding: 8px; font-size: 16px; font-weight: 700;}
.ld_header_content_block > ul.header_menu > li:nth-last-child(2) > a {display: inline-block; vertical-align: middle; position: relative; top: -2px;}
.ld_header_content_block > ul.header_menu > li > a {text-decoration: none; font-size: 16px;}
.ld_header_content_block > ul.header_menu > li > a.services {cursor: pointer; user-select: none; display: flex; align-items: center;}
.ld_header_content_block > ul.header_menu > li > a.services svg {margin-left: 8px; color: #000000; transform: rotate(180deg); transition: .3s ease-in-out;}
.ld_header_content_block > ul.header_menu > li > a.services.active {color: var(--primary-orange);}
.ld_header_content_block > ul.header_menu > li > a.services.active svg {color: var(--primary-orange); transform: rotate(0deg);}
.ld_header_content_block > ul.header_menu > li.phone > a {background: var(--primary-orange); color: #FFFFFF; border-radius: 50px; padding: 10.5px 16px;}
.ld_header_content_block > ul.header_menu > li:not(.phone):not(:nth-last-child(-n+2)) > a:hover {color: var(--primary-orange);}
.ld_header_content_block > ul.header_menu > li:not(.phone):not(:nth-last-child(-n+2)) > a:hover svg {color: var(--primary-orange);}
.header_logo_block > div {font-size: 26px; font-weight: 800; text-transform: uppercase; color: var(--primary-orange);}
.header_logo_block > div > img {max-width: 133px;}

.ld_header_content_block > ul.header_menu > li:nth-of-type(6) {margin-right: 8px;}
.ld_header_content_block > ul.header_menu > li:nth-of-type(7) {margin-right: 8px;}
.ld_header_content_block > ul.header_menu > li:nth-of-type(8) {margin-right: 8px;}
.ld_header_content_block > ul.header_menu > li:nth-of-type(9) {margin-right: 0;}
.ld_header_content_block > ul.header_menu > li.order > a {border-radius: 50px; background: #131B46; color: #FFFFFF; padding: 10.5px 16px;}
.ld_header_content_block > ul.header_menu > li.order > a:hover {color: #253278 !important; background: rgba(19, 27, 70, 0.10);}
.ld_header_content_block > ul.header_menu > li.phone.light > a {background: rgba(242, 109, 33, 0.20); color: #131B46; font-weight: 500;}


@media only screen and (max-width: 1024px) {
    .ld_container {padding: 0 16px;}
    .send_request_btn.light {margin-bottom: 12px; margin-right: 0;}
}

/* -------------------------------------------------------------------------- */

/* services */


#services_menu {position: fixed; transition: max-height .6s ease-in-out; max-height: 0; overflow: hidden; z-index: 999; padding: 0 12px; display: flex; flex-direction: column; border-radius: 10px; background: #FFEFE6; width: fit-content;}
#services_menu.active {max-height: fit-content;}
#services_menu > a {margin-top: 12px; font-size: 16px; color: var(--primary-orange); text-decoration: none;}
#services_menu > a:last-child {margin-bottom: 12px;}

/* -------------------------------------------------------------------------- */

/* MOBILE_MENU_BLOCK */


.ld_header > .mobile_menu_block {
    position: fixed; top: 72px; left: 0; right: 0; bottom: 0; background: #FFFFFF; visibility: hidden; opacity: 0;
    display: none; z-index: 2000; padding: 0 20px;
}
.ld_header > .mobile_menu_block > ul.header_menu {text-align: center; padding: 42px 0; border-bottom: 1px solid #C4C4C4;}
.ld_header > .mobile_menu_block > ul.header_menu > li > a {font-size: 20px; line-height: 130%; text-decoration: none;}
.ld_header > .mobile_menu_block > ul.header_menu > li:not(:last-child) {margin-bottom: 20px;}

.mobile_link_toggle {font-size: 20px; line-height: 130%; text-decoration: none; color: #131B46; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px;}
.mobile_link_toggle svg {transition: transform 0.3s;}
li.active .mobile_link_toggle svg {transform: rotate(180deg);}
.mobile_submenu {display: none; padding: 20px 0; background: rgba(242, 109, 33, 0.05); margin-top: 10px; border-radius: 10px;}
li.active .mobile_submenu {display: block;}
.mobile_submenu li:not(:last-child) {margin-bottom: 15px;}
.mobile_submenu li a {font-size: 18px; color: var(--primary-orange); text-decoration: none;}

.ld_header > .mobile_menu_block > .mobile_request_btn_long {
    width: 100%; background: var(--primary-orange); font-size: 14px; color: #FFFFFF; text-align: center; line-height: 50px;
    text-decoration: none; display: flex; align-items: center; -webkit-justify-content: center; height: 50px; margin-top: 36px; margin-left: auto; margin-right: auto; border-radius: 8px;
}
.ld_header > .mobile_menu_block > .mobile_request_btn_long svg {margin-left: 12px;}

.mobile_menu_contacts_block {display: table; height: 100%; vertical-align: bottom;}
.mobile_menu_contacts_block > div > div:first-child {
    display: table-cell; vertical-align: top; text-align: center; padding-top: 40px;
}
.mobile_menu_contacts_block > div > div:first-child > p {
    margin-bottom: 20px; font-size: 20px; font-weight: 500; color: var(--primary-orange); line-height: 130%;
}
.mobile_menu_contacts_block > div > div:first-child > a:first-of-type {
    display: inline-flex;  margin-right: 14px; height: 40px; width: 122px; border: 1px solid var(--primary-orange);
    text-decoration: none; font-size: 12px; font-weight: 500; align-items: center; padding: 0 18px;
}
.mobile_menu_contacts_block > div > div:first-child > a:nth-last-child(-n+2) {
    display: inline-flex; margin-left: 14px; height: 40px; width: 136px; border: 1px solid #8F97A6; border-radius: 8px;
    text-decoration: none; font-size: 12px; text-align: justify; font-weight: 500; align-items: center; padding: 0 18px;
}
.mobile_menu_contacts_block > div > div:first-child > button > img { margin-right: 0; margin-left: auto; }
.mobile_menu_contacts_block > div > div:first-child > button:hover { cursor: pointer; background: #E7FFEE; }
.mobile_menu_contacts_block > div > div:first-child > button:first-of-type:hover { border: 1px solid #0DC143; }
.mobile_menu_contacts_block > div > div:first-child > button:last-child:hover { border: 1px solid #2EB6ED; }
.mobile_menu_contacts_bottom {background: #EFF1FC; display: table; width: 100%; height: 100%;}
.mobile_menu_contacts_bottom > div { display: table-row; height: 100%;  text-align: center;  }
.mobile_menu_contacts_bottom > div > div { width: 50%; flex-direction: column; display: table-cell; vertical-align: middle }
.mobile_menu_contacts_bottom > div > div:last-of-type { padding-left: 16px; }
.mobile_menu_contacts_bottom > div > div:first-of-type > a {
    color: var(--primary-orange); font-size: 16px; line-height: 120%; font-weight: 500; text-decoration: none; margin-bottom: 16px;
}
.mobile_menu_contacts_bottom > div > div:first-of-type > section > a,
.mobile_menu_contacts_bottom div:last-child > div:last-of-type > a {
    color: #7B7B7B; line-height: 130%; font-size: 10px; text-decoration: none;
}
.mobile_menu_contacts_bottom > div > div:first-of-type > section {margin-top: 16px;}
.mobile_menu_contacts_bottom > div > div:first-of-type > section > a:first-of-type {margin-right: 24px;}
.mobile_menu_contacts_bottom > div > div:last-of-type {text-align: left; margin-left: 30px;}
.mobile_menu_contacts_bottom > div > div > h3 {
    color: #7A7A7B; font-weight: 700; font-size: 16px; margin-bottom: 16px; line-height: 120%;
}
.mobile_menu_contacts_block > div { display: table-row; }
.burger_section { display: none; vertical-align: middle; }
.menu-btn {
    cursor: pointer; height: 24px; list-style: none; margin: 0 0 0 auto; padding: 0; width: 30px; position: relative;
    -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.menu-btn li {
    background-color: var(--primary-orange); border-radius: 4px; display: block; height: 3px; left: 0; margin: 0; opacity: 1;
    padding: 0; position: absolute; width: 100%; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .15s ease-in-out; -moz-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out; transition: .15s ease-in-out;
}
.menu-btn li:nth-child(1) {
    top: -1px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center;
    transform-origin: left center;
}
.menu-btn li:nth-child(2) {
    top: 9px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center;
    transform-origin: left center;
}
.menu-btn li:nth-child(3) {
    top: 18px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center;
    transform-origin: left center;
}
.mobile_menu_open .menu-btn li:nth-child(1) {
    left: 4px; top: -1px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile_menu_open .menu-btn li:nth-child(2) {opacity: 0; width: 0;}
.mobile_menu_open .menu-btn li:nth-child(3) {
    left: 4px; top: 20px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mobile_menu_open .mobile_menu_block { visibility: visible; opacity: 1; }
header.ld_header { padding: 10px 40px 0; max-width: 1440px; width: 100%; margin: 0 auto; }


@media only screen and (max-width: 1140px) {
    header.ld_header {padding: 0 16px;}
    .mobile_menu_block {display: flex !important; flex-direction: column;}
    .ld_header_content_block > ul.header_menu {display: none;}
    .burger_section {display: table-cell;}
    .mobile_request_btn {display: inline-block; vertical-align: super; margin-left: 45px;}
    .header_logo_block > h3 {display: inline-block;}
    .header_logo_block > h3 > img {max-width: 116px; position: relative; top: -3px;}
    .mobile_menu_contacts_bottom > div > div:last-child > h3 {display: none;}
    header.ld_header > .ld_container.sticky .ld_header_content_block {width: calc(100% - 32px); margin: 0 auto;}
}

/* -------------------------------------------------------------------------- */

/* HEADER SECTION */


.section_header {padding: 60px 0 60px 0; position: relative;}
.section_header .bg_desktop {width: 100%; max-width: 500px; position: absolute; top: 0; right: 40px; z-index: -1;}
.section_header > .ld_container {position: relative;}
.section_header h1 {font-weight: 500; font-size: 48px; line-height: 100%; color: #000000;}
.section_header .desc {font-size: 20px; color: #131B46; margin: 24px 0 64px;}
.section_header h1 span {display: block;}
.section_header h1 small {color: var(--primary-orange); font-size: 48px;}

.header_group {display: flex;}
.header_group.kz {border-radius: 20px; overflow: hidden; padding: 64px; background: linear-gradient(263deg, #4DAEF6 0.83%, #8AC7F5 99.54%);}
.header_group.kg {border-radius: 20px; overflow: hidden; padding: 64px; background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(263deg, #DF0001 0.83%, #E06C01 99.54%);}
.header_group.tr {border-radius: 20px; overflow: hidden; padding: 64px; background: linear-gradient(263deg, #DF0001 0.83%, #FB5D5D 99.54%);}
.header_group.ar {border-radius: 20px; overflow: hidden; padding: 64px; background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(263deg, #1B3BC2 0.44%, #081C44 99.54%);}
.header_group.kz h1, .header_group.kg h1, .header_group.tr h1, .header_group.ar h1 {color: #FFFFFF; z-index: 2; position: relative;}
.header_group.kz h1 small {color: #FEFE00;}
.header_group.kz .send_request_btn {background: #FFFFFF; color: #56B2F6;}
.header_group.kg h1 small {color: #FEFE00;}
.header_group.kg .send_request_btn {background: #FFFFFF; color: #DF0001;}
.header_group.tr h1 small {color: #FEFE00;}
.header_group.tr .send_request_btn {background: #FFFFFF; color: #DF0001;}
.header_group.ar h1 small {color: #FEFE00;}
.header_group.ar .send_request_btn {background: #FFFFFF; color: #DF0001;}
.header_group.kz .desc, .header_group.kg .desc, .header_group.tr .desc, .header_group.ar .desc {color: #FFFFFF;}
.header_group.kz .bg_desktop, .header_group.kg .bg_desktop, .header_group.tr .bg_desktop, .header_group.ar .bg_desktop {width: 110%; max-width: 500px; position: absolute; top: 0; right: 40px; z-index: 1;}
.header_group > div:nth-of-type(1) {width: 60%; padding-top: 30px;}
.header_group > div:nth-of-type(2) {width: 40%; max-width: 580px; position: relative;}
.header_group.about h1 {margin-bottom: 32px;}
.header_group.about .desc {max-width: 480px;}

.header_group.sub {
    background: linear-gradient(262.62deg, #1B3BC2 0.44%, #081C44 99.54%), linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); border-radius: 24px; padding: 64px;
    color: #FFFFFF; position: relative; overflow: hidden; height: auto;
}
.header_group.sub > div:nth-of-type(1) {width: 100%; padding-top: 0;}
.header_group.sub h1 {font-size: 48px; font-weight: 500; margin-bottom: 24px; line-height: 1.1; max-width: 800px; color: #fff; z-index: 2; position: relative;}
.header_group.sub h1 .yellow {color: #FEFE48; display: inline-block;}
.header_group.sub .desc {font-size: 20px; line-height: 1; margin-bottom: 64px; max-width: 700px; color: #fff; z-index: 2; position: relative;}
.header_group.sub .header_btn {margin-bottom: 60px;}
.header_group.sub .header_btn .send_request_btn {background: #fff; color: #102872; font-weight: 500;}
.header_group.sub .header_btn .send_request_btn svg {color: #102872;}

.header_features {display: flex; flex-wrap: wrap; z-index: 2; position: relative;}
.feature_item {
    background: #FFFFFFE5; border-radius: 12px; padding: 24px;
    width: calc(33.3% - 14px); margin-right: 20px; margin-bottom: 24px;
}
.feature_item:last-child { margin-right: 0; }
.feature_title {font-size: 30px; font-weight: 700; margin-bottom: 8px; color: #131B46;}
.feature_desc {font-size: 16px; line-height: 1.3; color: #364153;}

.header_group.sub .bg_desktop {position: absolute; right: 40px; top: 100px; width: 700px; max-width: 700px; border-radius: 0; z-index: 1;}

.services_offer {margin-bottom: 120px;}
.offer_content {display: flex; align-items: center; justify-content: space-between;}
.offer_text {width: 50%; padding-right: 40px;}
.offer_text h2 {font-size: 42px; line-height: 1; margin-bottom: 32px; color: #131B46;}
.offer_text h2 > span {color: #F26D21;}
.offer_text p {font-size: 18px; line-height: 1.5; color: #131B46; margin-bottom: 32px;}
.offer_btns {display: flex; align-items: center;}
.limits_link {margin-left: 32px; color: #131B46; font-size: 14px; text-decoration: none; padding: 16px 28px;}
.offer_image {width: 50%;}
.offer_image img {width: 100%; max-width: 470px; margin-left: auto; display: block;}

.services_instructions { margin-bottom: 120px; }
.services_instructions h2 { font-size: 36px; font-weight: 700; margin-bottom: 48px; color: #131B46; }

.instruction_group {
    background: #F8F9FA;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 32px;
}
.instruction_group .group_header { display: flex; align-items: center; margin-bottom: 32px; }
.instruction_group .group_icon {
    width: 48px;
    height: 48px;
    background: #FFF0E6;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.instruction_group h3 { font-size: 20px; font-weight: 700; color: #131B46; }

.instruction_links { display: flex; flex-wrap: wrap; margin-bottom: 32px; }
.instruction_links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 20px 24px;
    text-decoration: none;
    color: #131B46;
    font-size: 16px;
    width: calc(50% - 10px);
    margin-bottom: 20px;
    margin-right: 20px;
}
.instruction_links a:nth-child(2n) { margin-right: 0; }
.instruction_links a:hover { background: #FFEFE6; }
.instruction_links a:hover svg { transform: translateX(4px); transition: transform 0.2s; }

.group_note { background: #F0F4FF; border-radius: 12px; padding: 24px; color: #131B46; margin-top: 10px; }
.group_note strong { display: block; margin-bottom: 12px; color: #1733C7; }
.group_note ul { list-style: disc; padding-left: 20px; }
.group_note li { margin-bottom: 8px; font-size: 14px; line-height: 1.4; }

.services_catalog { margin-bottom: 120px; }
.services_catalog h2 { font-size: 42px; font-weight: 400; margin-bottom: 32px; color: #131B46; }
.services_catalog h2 .orange { color: #F26D21; }
.catalog_desc { font-size: 18px; line-height: 1.4; color: #5B617F; margin-bottom: 32px; max-width: 700px; }

.catalog_grid { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.catalog_col { padding: 0 12px; }
.col_33 { width: 33.333%; display: flex; flex-direction: column; }
.col_100 { width: 100%; margin-top: 0; }

.catalog_card { background: #F8F9FA; border-radius: 20px; padding: 32px; margin-bottom: 20px; height: auto; }
.catalog_card:last-of-type { height: 100%; }
.catalog_card h3 { font-size: 20px; color: #131B46; margin-bottom: 16px; }

.service_list { display: flex; flex-direction: column; }
.service_list.flex_row { flex-direction: row; flex-wrap: wrap; }
.service_list.flex_row .service_item { width: calc(33.333% - 16px); margin-right: 16px; }
.service_list.flex_row .service_item:nth-child(3n) { margin-right: 0; }
.service_list.flex_row .service_item:last-child { margin-bottom: 8px; }

.service_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 8px 16px;
    margin-bottom: 8px;
    text-decoration: none;
    color: #131B46;
    font-size: 14px;
    font-weight: 500;
    transition: all .3s;
}
.service_item:last-child { margin-bottom: 0; }
.service_item:hover { box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05); }

.service_info { display: flex; align-items: center; }
.service_info img { width: 32px; height: 32px; margin-right: 12px; border-radius: 50%; object-fit: contain; }

.service_item svg { color: #F26D21; transform: rotate(90deg); transition: all 0.2s; }

.services_limits { margin-bottom: 120px; }
.services_limits .section_title { font-size: 42px; font-weight: 400; text-align: center; margin-bottom: 32px; color: #131B46; }

.limits_table_wrapper { background: #FFFFFF; margin-bottom: 32px; }
.limits_table { display: flex; flex-direction: column; }
.table_row { display: flex; border-bottom: 1px solid #E9F4FF; border-left: 1px solid #E9F4FF; border-right: 1px solid #E9F4FF; transition: .3s ease-in-out; }
.table_row:first-child { border-bottom: none; border-top-left-radius: 16px; border-top-right-radius: 16px; }
.table_row:last-child { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; }
.table_row.header { background: #E9F4FF; border-left: 1px solid #E9F4FF; border-right: 1px solid #E9F4FF;}
.table_row.header .table_cell { font-weight: 500; color: #131B46; padding: 20px 32px; }
.table_row:not(:first-child):hover { background: #F26D211A; }

.table_cell { flex: 1; padding: 16px; font-size: 17px; color: #000000; display: flex; align-items: center; }
.table_cell:first-child { flex: 2; color: #131B46; }
.table_cell:not(:first-child) { justify-content: center; text-align: center; }

.limits_explanation { background: #F6F6F6; border-radius: 14px; padding: 16px; margin-bottom: 32px; }
.limits_explanation h3 { font-size: 20px; font-weight: 700; color: #131B46; margin-bottom: 8px; }
.explanation_item { display: flex; align-items: center; margin-bottom: 8px; }
.explanation_item:last-child { margin-bottom: 0; }
.explanation_item svg { color: var(--primary-orange); margin-right: 12px; flex-shrink: 0; }
.explanation_item p { font-size: 16px; font-weight: 500; line-height: 1; color: #131B46; }

.card_choice_block { background: linear-gradient(90deg, #FFF7ED 0%, #FFEDD4 100%); border-radius: 14px; padding: 32px; }
.card_choice_block h3 { font-size: 24px; font-weight: 700; color: #101828; margin-bottom: 16px; }
.card_choice_block p { font-size: 18px; line-height: 1.4; color: #131B46; margin-bottom: 14px; }
.card_choice_block p:last-child { margin-bottom: 0; }

.services_steps { margin-bottom: 120px; }
.steps_list { display: flex; list-style: none; padding: 0; margin-bottom: 48px; }
.step_item { 
    flex: 1; 
    background: #EBF5FF; 
    border-radius: 20px; 
    padding: 32px 24px; 
    margin-right: 40px; 
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 180px;
}
.step_item:last-child { margin-right: 0; }
.step_item.final { background: var(--primary-orange); color: #FFFFFF; }

/* SERVICE PAGE */

.service_hero_section { padding-top: 60px; margin-bottom: 120px; }
.breadcrumbs { margin-top: 60px; font-size: 14px; color: #667085; }
.breadcrumbs a { color: #667085; text-decoration: none; }
.breadcrumbs span { margin: 0 8px; }

.service_hero_card { 
    background: #FF6B35; 
    border-radius: 20px;
    padding: 64px;
    color: #FFFFFF; 
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
}

.service_hero_card .hero_content { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 32px; }
.service_hero_card .hero_main { max-width: 600px; }
.service_hero_card .updated_date { font-size: 20px; margin-bottom: 24px; }
.service_hero_card h1 { font-size: 48px; font-weight: 500; line-height: 1.1; margin-bottom: 24px; }
.service_hero_card h1 .yellow { color: #FFEB3B; }
.service_hero_card .hero_desc { font-size: 20px; line-height: 1.4; margin-bottom: 24px; }
.service_hero_card .send_request_btn { background: #FFFFFF !important; color: #FF6B35 !important; font-weight: 500; border: none; }

.service_hero_card .hero_image { width: 240px; height: 240px; background: #FFFFFF; border-radius: 60px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.service_hero_card .hero_image img { width: 120px; height: auto; }

.hero_features { display: flex; gap: 20px; }
.hero_feature_item { 
    flex: 1; 
    background: #FFFFFF33;
    border-radius: 10px;
    padding: 16px;
    display: flex; 
    align-items: flex-start;
}
.hero_feature_item .feature_icon { 
    width: 40px;
    height: 40px;
    background: #FFFFFF; 
    border-radius: 10px;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-right: 12px;
    flex-shrink: 0;
}
.hero_feature_item .feature_icon svg { color: #FF6B35; }
.hero_feature_item .feature_title { font-size: 16px; font-weight: 500; color: #FFFFFF; margin-bottom: 4px; }
.hero_feature_item .feature_desc { font-size: 14px; color: #FFFFFF; }

.service_info_banners { display: flex; gap: 32px; }
.info_banner { 
    flex: 1; 
    background: #FFF5F1; 
    border-radius: 12px;
    padding: 32px;
    display: flex; 
    align-items: center; 
    font-size: 20px;
    font-weight: 700;
    color: #FF6B35; 
}
.info_banner svg { margin-right: 16px; color: #FF6B35; }
.info_banner .orange { color: #FF6B35; }

.service_why_needed { padding: 0; margin-bottom: 120px; background: #FFFFFF; }
.why_needed_content { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.why_needed_text { flex: 1; max-width: 600px; }
.why_needed_text h2 { font-size: 42px; color: #131B46; margin-bottom: 32px; line-height: 1.1; }
.why_needed_text h2 .orange { color: #F26D21; }
.why_needed_desc { font-size: 16px; color: #4A5565; margin-bottom: 32px; line-height: 1.4; }

.why_needed_list { display: flex; flex-direction: column; gap: 32px; }
.why_needed_list li { display: flex; align-items: center; gap: 8px; font-size: 16px; color: #364153; }
.why_needed_list li svg { color: #F26D21; flex-shrink: 0; }

.why_needed_image { flex: 1; display: flex; justify-content: center; }
.why_needed_image img { max-width: 100%; height: auto; }

@media screen and (max-width: 1024px) {
    .breadcrumbs {display: none;}
    .service_hero_section { padding-top: 20px; margin-bottom: 48px; }
    .service_why_needed {margin-bottom: 48px;}
    .service_hero_card { padding: 16px; border-radius: 10px; margin-bottom: 16px; }
    .service_hero_card h1 { font-size: 28px; margin-bottom: 8px; }
    .service_hero_card .hero_desc { font-size: 16px; margin-bottom: 20px; }
    .service_hero_card .hero_content { display: flex; flex-direction: column-reverse; align-items: flex-start; text-align: left; margin-bottom: 20px; }
    .service_hero_card .hero_image {margin-bottom: 8px; width: 80px; height: 80px; background: none; border-radius: 50%;}
    .service_hero_card .hero_image img {width: 120%;}
    .service_hero_card .updated_date {margin-bottom: 8px;}
    .hero_features { flex-wrap: wrap; gap: 8px; }
    .hero_feature_item { min-width: calc(50% - 10px); }

    .service_info_banners {gap: 16px;}
    .info_banner {padding: 24px; border-radius: 10px; font-size: 18px;}
    .info_banner svg {min-width: 40px;}
    
    .why_needed_content { flex-direction: column; text-align: left; gap: 40px; }
    .why_needed_text h2 { font-size: 36px; }
    .why_needed_image { order: -1; }
}

.service_payment_methods { margin-bottom: 120px; background: #FFFFFF; }
.service_payment_methods .section_title { font-size: 42px; color: #131B46; text-align: center; margin-bottom: 32px; }
.service_payment_methods .section_desc { font-size: 16px; color: #131B46; margin-top: 32px; }

.methods_table_wrapper { overflow-x: auto; border: 1px solid #E9F4FF; border-radius: 20px; }
.methods_table { display: flex; flex-direction: column; min-width: 900px; }
.methods_row { display: flex; border-bottom: 1px solid #E9F4FF; transition: .3s ease; }
.methods_row:last-child { border-bottom: none; }
.methods_row.header { background: #E9F4FF; }
.methods_row.header .methods_cell { font-weight: 700; color: #131B46; padding: 20px 32px; }
.methods_row.highlight { background: #FFF3EB; }
.methods_row:not(.header):hover { background: #F8F9FA; }
.methods_row.highlight:hover { background: #FFEBD9; }
.methods_step_item {display: flex; gap: 8px; font-size: 16px;}

.methods_cell { flex: 1; padding: 24px 32px; font-size: 16px; color: #131B46; display: flex; align-items: center; line-height: 1.4; }
.methods_cell:first-child { flex: 0 0 200px; }
.methods_cell:nth-child(2), .methods_cell:nth-child(3) { flex: 0 0 180px; }
.methods_cell strong { font-weight: 700; }

@media screen and (max-width: 1024px) {
    .service_payment_methods {margin-bottom: 48px;}
    .service_payment_methods .section_title { font-size: 32px; text-align: left; margin-bottom: 24px; }
    .methods_cell { padding: 16px; font-size: 14px; }
    .methods_cell:first-child { flex: 0 0 140px; }
    .methods_cell:nth-child(2), .methods_cell:nth-child(3) { flex: 0 0 130px; }
}

.service_how_we_pay { margin-bottom: 120px; background: #FFFFFF; }
.service_how_we_pay .section_title { font-size: 42px; color: #131B46; margin-bottom: 60px; }
.service_pricing .section_title { font-size: 42px; color: #131B46; margin-bottom: 32px; }

.how_we_pay_steps { display: flex; gap: 40px; margin-bottom: 60px; }
.how_we_pay_steps li { 
    flex: 1; 
    background: #E9F4FF; 
    border-radius: 24px; 
    padding: 32px; 
    position: relative; 
    display: flex; 
    flex-direction: column; 
    min-height: 200px;
}
.how_we_pay_steps li:last-child { background: var(--primary-orange); color: #FFFFFF; }

.step_icon_wrapper { 
    width: 48px; 
    height: 48px; 
    background: #DBEDFF; 
    border-radius: 12px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-bottom: 24px; 
    color: #131B46;
}
.how_we_pay_steps li:last-child .step_icon_wrapper { background: #FFFFFF; color: var(--primary-orange); }

.step_title { font-size: 20px; font-weight: 700; margin-bottom: 12px; }
.step_desc { font-size: 16px; line-height: 1.4; opacity: 0.8; }

.step_arrow { position: absolute; width: 140px; height: auto; z-index: 1; }
.how_we_pay_steps li:nth-child(1) .step_arrow { bottom: -60px; right: -90px; }
.how_we_pay_steps li:nth-child(2) .step_arrow { top: -60px; right: -90px; transform: scale(1, -1); }

.pre_payment_info { border: 1px solid var(--primary-orange); border-radius: 20px; padding: 16px; }
.pre_payment_title { font-size: 16px; font-weight: 700; color: #131B46; margin-bottom: 16px; }
.pre_payment_desc { font-size: 14px; font-weight: 400; color: #131B46; margin-top: 16px; }
.pre_payment_grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pre_payment_item { display: flex; align-items: center; gap: 12px; font-size: 14px; color: #131B46; }
.pre_payment_item svg { color: var(--primary-orange); flex-shrink: 0; }

@media screen and (max-width: 1024px) {
    .how_we_pay_steps { flex-direction: column; gap: 12px; margin-bottom: 12px; }
    .how_we_pay_steps li { min-height: auto; padding: 16px; border-radius: 20px; }
    .step_icon_wrapper {margin-bottom: 16px;}
    .step_arrow { display: none; }
    .pre_payment_grid { grid-template-columns: 1fr; }
}

@media screen and (max-width: 1024px) {
    .service_how_we_pay {margin-bottom: 48px;}
    .service_how_we_pay .section_title { font-size: 32px; margin-bottom: 24px; }
    .pre_payment_title { font-size: 16px; }
    .pre_payment_item { font-size: 14px; }
}

@media screen and (max-width: 768px) {
    .hero_feature_item { min-width: 100%; }
    .service_info_banners { flex-direction: column; }
}

.step_icon {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: #0A1B75;
}
.step_item.final .step_icon { color: var(--primary-orange); }

.step_content strong { display: block; font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.step_content p { font-size: 14px; line-height: 1.4; opacity: 0.8; margin: 0; }

.step_arrow {
    position: absolute;
    width: 120px;
    height: 60px;
    z-index: 1;
}
.step_item:nth-child(1) .step_arrow {
    top: -50px;
    right: -80px;
    transform: rotate(0deg);
}
.step_item:nth-child(2) .step_arrow {
    bottom: -50px;
    right: -80px;
    transform: scaleY(-1);
}
.step_item:nth-child(3) .step_arrow {
    top: -50px;
    right: -80px;
}
.step_arrow.orange { color: var(--primary-orange); }

.steps_info_bar {
    border: 1px solid var(--primary-orange);
    border-radius: 20px;
    padding: 16px;
    display: flex;
    align-items: center; margin-top: 100px;
}
.steps_info_bar svg { color: var(--primary-orange); margin-right: 8px; flex-shrink: 0; }
.steps_info_bar p { margin: 0; font-size: 16px; color: #131B46; line-height: 1; }

.example_box { background: #FFFFFF; border-radius: 10px; padding: 24px; margin-bottom: 16px; }
.example_box strong { display: block; font-size: 16px; font-weight: 500; margin-bottom: 12px; color: #101828; }
.example_box ul { list-style: disc; padding-left: 20px; }
.example_box li { list-style: disc; font-size: 16px; color: #364153; margin-bottom: 8px; }
.example_box li:last-child { margin-bottom: 0; }











.services_detailed_instructions { margin-bottom: 120px; }
.services_detailed_instructions h2 { font-size: 40px; font-weight: 400; margin-bottom: 32px; color: #131B46; }

.instruction_card {
    background: #F8F9FA;
    border-radius: 14px;
    padding: 32px;
    margin-bottom: 32px;
}
.instruction_card .card_header { display: flex; align-items: flex-start; margin-bottom: 32px; }
.instruction_card .card_icon {
    width: 48px;
    height: 48px;
    background: #FFF0E6;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    color: #F26D21;
}
.instruction_card .card_title_block h3 { font-size: 20px; font-weight: 700; color: #131B46; margin-bottom: 8px; }
.instruction_card .card_title_block p { font-size: 16px; color: #131B46; margin: 0; }

.card_links { display: flex; flex-wrap: wrap; margin-bottom: 0; }
.card_links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 8px 16px;
    text-decoration: none;
    color: #131B46;
    font-size: 14px;
    width: calc(50% - 6px);
    margin-bottom: 12px;
    margin-right: 12px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.2s;
}
.card_links a:nth-child(2n) { margin-right: 0; }
.card_links a:hover { background: #FFEFE6; }
.card_links a svg { color: #F26D21; min-width: 16px; margin-left: 4px; transition: all 0.2s; }

.card_note { background: #F26D211A; border-radius: 10px; padding: 16px; color: #131B46; margin-top: 10px; }
.card_note strong { display: block; margin-bottom: 8px; font-size: 14px; font-weight: 700; }
.card_note ul { list-style: disc; padding-left: 20px; margin: 0; }
.card_note li { list-style: disc; margin-bottom: 0; font-size: 14px; line-height: 1.4; color: #131B46; }
.card_note li:last-child { margin-bottom: 0; }


@media only screen and (max-width: 1024px) {
    .table_row.header .table_cell { padding: 12px 16px; font-size: 14px; }
    .table_cell { padding: 12px 16px; font-size: 13px; }
    .services_limits .section_title { font-size: 32px; text-align: left; margin-bottom: 24px; }
    .limits_explanation h3 {font-size: 20px; margin-bottom: 16px;}
    .explanation_item {align-items: flex-start;}
    .explanation_item svg {margin-right: 8px;}
    .services_limits {margin-bottom: 48px;}
    .card_choice_block { padding: 24px; }
    .card_choice_block p {font-size: 16px;}
}

@media only screen and (max-width: 768px) {
    .limits_table_wrapper { overflow-x: auto; }
    .limits_table { min-width: 600px; }
    .table_cell:first-child { flex: 1.5; }
}

@media only screen and (max-width: 1024px) {
    .col_33, .col_100 { width: 100%; }
    .catalog_grid { margin: 0; }
    .catalog_col { padding: 0; }
    .catalog_card { padding: 24px; margin-bottom: 12px; }
    .service_list.flex_row .service_item { width: 100%; margin-right: 0; }
    .service_list.flex_row .service_item:nth-child(2n) { margin-right: 0; }
    .service_list.flex_row .service_item:nth-child(3n) { margin-right: 0; }
}

@media only screen and (max-width: 1024px) {
    .header_group.sub { padding: 16px; border-radius: 10px; }
    .header_group.sub h1 { font-size: 28px; margin-bottom: 0; }
    .header_group.sub .desc { margin-top: 20px; font-size: 16px; margin-bottom: 20px;}
    .header_group.sub .header_btn { margin-bottom: 20px; }
    .header_group.sub .bg_desktop { display: block; order: 3; }
    .header_features { flex-direction: column; order: 4; }
    .feature_item { width: 100%; margin-right: 0; margin-bottom: 8px; padding: 12px 24px; border-radius: 10px; }
    .feature_item:last-of-type {margin-bottom: 0;}
    .feature_title {font-size: 24px; margin-bottom: 2px;}

    .services_offer {margin-bottom: 48px;}
    .offer_content { flex-direction: column-reverse; }
    .offer_text { width: 100%; padding-right: 0; margin-top: 32px; }
    .offer_text h2 { font-size: 32px; margin-bottom: 12px; }
    .offer_text p {font-size: 16px;}
    .offer_btns { flex-direction: column; align-items: flex-start; }
    .offer_btns > a {width: 100%; max-width: 500px; text-align: center; -webkit-justify-content: center; }
    .limits_link { margin-left: 0; margin-top: 12px; }
    .offer_image { width: 100%; }
    .offer_image img { margin-left: 0;}
    .instruction_links a { width: 100%; margin-right: 0; }
    .services_steps { margin-bottom: 60px; }
    .steps_list { flex-direction: column; }
    .step_item { width: 100%; margin-right: 0; margin-bottom: 12px; height: auto; min-height: 0; }
    .step_arrow { display: none; }
    .steps_info_bar { padding: 16px; margin: 0 16px 0 16px; align-items: flex-start;}

    .services_catalog {margin-bottom: 48px;}
    .services_catalog h2 {font-size: 32px; margin-bottom: 12px; }
    .catalog_desc {font-size: 16px;}
}

@media only screen and (max-width: 1024px) {
    .header_group.kz, .header_group.kg, .header_group.tr, .header_group.ar {padding: 16px;}
    .section_header {padding: 20px 0 32px 0;}
    .section_header .bg_desktop {position: relative !important; top: unset !important; right: unset !important; display: block; max-width: 580px; order: 1; width: 100% !important;}
    .section_header h1 {font-size: 32px; padding-right: 0; line-height: 110%; order: 1;}
    .section_header h1 span {display: inline;}
    .section_header h1 small {font-size: 32px;}
    .section_header .desc {font-size: 16px; margin-bottom: 16px; max-width: 600px; order: 2;}
    .header_group.about .desc {margin-bottom: 48px;}
    .section_header .header_btn {order: 3;}
    .section_header .send_request_btn {max-width: 400px; width: 100%;}
    .header_group {flex-direction: column; border-radius: 10px;}
    .header_group > div:nth-of-type(1) {width: 100%; padding-top: 10px; display: flex; flex-direction: column;}
    .header_group > div:nth-of-type(2) {width: 100%;}
}

@media only screen and (max-width: 1024px) {
    .services_detailed_instructions { margin-bottom: 60px; }
    .services_detailed_instructions h2 { font-size: 31px; margin-bottom: 24px; }
    .instruction_card { padding: 24px; margin-bottom: 12px; }
    .instruction_card .card_header { margin-bottom: 16px; flex-direction: column; }
    .instruction_card .card_icon {margin-bottom: 16px;}
    .card_links a { width: 100%; margin-right: 0; padding: 8px 16px; font-size: 14px; }
    .card_note { padding: 16px; }
}

/* -------------------------------------------------------------------------- */

/* NUMBERS SECTION */


.number_items {display: flex; background: rgba(181, 218, 253, 0.3); border-radius: 20px; width: 100%; padding: 32px 64px; align-items: start;}
.number_items > div {display: flex; flex-direction: column; width: 33.333%; color: var(--primary-blue);}
.number_items > div > div:nth-of-type(1) {white-space: nowrap; display: flex; align-items: center; color: #131B46; font-weight: 500; font-size: 24px; line-height: 130%;}
.number_items > div > div:nth-of-type(1) > svg {min-width: 48px; margin-right: 16px;}
.number_items > div > div:nth-of-type(2) {padding-right: 10px; color: rgba(19, 27, 70, 0.70); font-weight: 500; font-size: 20px; line-height: 130%; padding-top: 8px; max-width: 283px;}
.number_items > div:nth-of-type(3) > div:nth-of-type(2) {max-width: 357px;}
.number_items > div > div {position: relative;}
.number_items > div > div span {display: block; position: absolute; bottom: -10px; font-style: italic; font-weight: 500; font-size: 14px; line-height: 140%; color: #131B46; text-transform: none;}



/*SECTION_2*/

.section_2 {padding-top: 145px;}
.section_2_inner_block {display: flex; margin-top: 32px;}
.section_2_inner_block > div {flex: 1 1 50%;}
.section_2_inner_block > .section_2_left_area {margin-right: 112px;}

.section_2 h2 > span {
    color: var(--primary-orange); margin-bottom: 4px; font-weight: 500;
}
.section_2 h2 {
    color: #000000; font-size: 42px; padding-top: 12px; font-weight: 500;
}
.section_2_inner_block > .section_2_left_area > div > p > img { margin-left: 20px;}
.section_2_inner_block > .section_2_left_area > .section_2_bg_block > img {
    width: 100%; min-height: 300px; border-radius: 20px; margin-top: 0;
}
.section_2_inner_block > .section_2_right_area > div > p:first-child {
    font-size: 18px; line-height: 140%; width: 100%; max-width: 636px; margin-bottom: 50px; color: #FFFFFF; border-radius: 20px; background: var(--primary-orange); padding: 32px;
}
.section_2_right_area > ul > li .title {
    font-size: 24px; margin-bottom: 16px; font-weight: 600; display: inline-block; color: #0B0F19;
}
.section_2_right_area > ul > li p { line-height: 110%; font-size: 20px; font-weight: 500; width: 100%; color: #131B46B2;}
.section_2_right_area > ul > li .manager { display: flex; align-items: center; margin-top: 24px;}
.section_2_right_area > ul > li .manager > img { width: 68px; min-width: 68px; margin-right: 16px;}
.section_2_right_area > ul > li .manager > div > div:nth-of-type(1) {font-size: 16px; font-weight: 500; color: var(--primary-orange);}
.section_2_right_area > ul > li .manager > div > div:nth-of-type(2) {font-size: 14px; font-weight: 500; color: #131B46B2;}
.section_2_right_area > ul > li .manager > div > div:nth-of-type(3) {
    font-size: 14px; font-weight: 500; color: #15803D; margin-top: 6px; display: flex; align-items: center; padding: 4px 8px; border-radius: 9999px;
    background: #F0FDF4; border: 1px solid #DCFCE7;
}
.section_2_right_area > ul > li .manager > div > div:nth-of-type(3) > span {width: 4px; min-width: 4px; height: 4px; background: #22C55E; border-radius: 50%; margin-right: 8px;}
.section_2_right_area > ul > li ul {display: flex; flex-wrap: wrap; margin-top: 16px;}
.section_2_right_area > ul > li ul li {display: flex; align-items: center; color: #131B46B2; margin-right: 16px;}
.section_2_right_area > ul > li ul li > svg {width: 16px; height: 16px; min-width: 16px; min-height: 16px; margin-bottom: 0; margin-right: 6px;}
.section_2_right_area > ul > li { display: flex; align-items: flex-start; padding: 24px; position: relative; background: #F8FAFCB2; border: 1px solid #F1F5F9; border-radius: 20px; }
.section_2_right_area > ul > li:first-child {border: 1px solid #F26D21;}
.section_2_right_area > ul.mini > li .title {margin-bottom: 0;}
.section_2_right_area > ul.mini > li svg {min-width: 52px;}
.section_2_right_area > ul > li svg {min-width: 57px; margin-right: 20px;}
.section_2_right_area > ul > li:not(:last-child) { margin-bottom: 16px; }
.section_2_right_area > .send_request_btn {margin: 32px auto 0; background: #131B46; border-radius: 10px;}
.difficult_block_help_you { display: flex; }


@media only screen and (max-width: 1024px) {
    .section_2 h2 {font-size: 28px;}
}


/*SECTION_3*/

.section_3 { margin-top: 106px; }
.difficult_block_help_you { display: flex; flex-direction: column; }
.difficult_block_help_you > div { width: 50%; min-width: 823px; }
.difficult_block_help_you > .blue_block {
    background: var(--primary-orange); padding: 60px; color: #FFFFFF;
    font-size: 40px; position: relative; border-radius: 20px 20px 20px 0;
}
.difficult_block_help_you > .blur_block { position: relative; margin-left: auto; margin-top: 14px; }
.difficult_block_help_you > .blur_block > .blur_block_content {
    padding: 60px; font-size: 40px; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); text-align: right;
    background: rgba(255, 239, 230, 0.8); border-radius: 20px 20px 0 20px; color: var(--primary-orange);
}
.difficult_block_help_you > .blur_block > .blur_block_content > strong {font-weight: 500; color: var(--primary-orange);}



/*SECTION_4 STEPS*/

.section_4 {margin-top: 120px;}
.section_4 > .ld_container > h2 {font-size: 40px; font-weight: 500; line-height: 120%; margin-bottom: 32px;}
.section_4 > .ld_container > h2 > span {color: var(--primary-orange); display: block;}
.section_4.services_mode > .ld_container > h2 {margin-bottom: 80px; font-weight: 400;}
.section_4.services_mode {margin-bottom: 120px;}
#safety {padding-top: 50px; margin-top: 10px;}

.steps_container {display: flex; width: 100%;}
.steps_container > li {display: flex; color: #131B46; flex-direction: column; position: relative; width: 25%; border-radius: 20px; padding: 32px 0; margin-right: 40px;}
.steps_container > li:last-child {margin-right: 0; padding: 32px; background: url(/images/success_bg.svg) center / cover no-repeat, linear-gradient(0, var(--primary-orange), var(--primary-orange)); color: #FFFFFF;}
.steps_container > li:last-child > span {color: #FFFFFF; background: none;}
.steps_container > li > span {
    width: 112px; height: 112px; min-width: 112px; border-radius: 50%; background: #EBF4FF; color: #2E3559;
    display: flex; -webkit-justify-content: center; align-items: center; font-size: 36px; font-weight: 700;
    border: 4px solid #FFFFFF; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.steps_container img {width: 38px; padding-bottom: 9px;}
.steps_container > li > p > strong {display: block; font-size: 20px; font-weight: 500; margin-bottom: 8px;}
.steps_container > li > p {margin-top: 16px; font-size: 16px; line-height: 140%; font-weight: 400;}
.steps_container > li .curve_arrow {position: absolute; width: 160px; padding-bottom: 0; z-index: -1;}
.steps_container > li:nth-child(1) .curve_arrow, .steps_container > li:nth-child(3) .curve_arrow {bottom: -110px; right: -95px; color: #131B46;}
.steps_container > li:nth-child(2) .curve_arrow {transform: scale(1, -1); top: -110px; right: -95px; color: #131B46;}
.steps_container > li:nth-child(3) .curve_arrow {color: var(--primary-orange);}
.section_4 > .ld_container > div.success_article_info {display: flex;  align-items: end; margin-top: 120px;}
.section_4 > .ld_container > div.success_article_info > p {line-height: 120%; font-size: 40px; font-weight: 500; flex-grow: 1;}
.section_4 > .ld_container > div.success_article_info > p > span {
    color: var(--primary-orange); font-weight: 500; display: block;
}
.safety_offer_block {
    height: 240px; background: #FFEFE6; display: flex; align-items: center; margin-top: 100px;
    margin-bottom: 90px; padding: 0 7% 0 14%; border-radius: 20px;
}
.safety_offer_block > img {position: relative; top: -30%; max-width: 380px;}
.safety_offer_block .text_safety_block {color: var(--primary-orange); flex-grow: 1;}
.safety_offer_block .text_safety_block > h6 {font-size: 40px; margin-bottom: 24px; line-height: 130%; text-transform: uppercase;}
.safety_offer_block .text_safety_block > p {font-size: 18px; line-height: 130%; max-width: 450px;}
.section_4_bottom_block {padding: 90px 0 0 0; margin-top: 108px; border-top: 1px solid #C4C4C4; display: table;}
.section_4_bottom_block > .section_4_inner_bottom_block {display: table-row; text-align: right;}
.section_4_bottom_block > .section_4_inner_bottom_block > img {
    max-height: 40px; margin-right: 20px; display: table-cell; margin-left: auto;
}
.section_4_bottom_block > .section_4_inner_bottom_block > div {
    width: 50%; padding-right: 10%; font-size: 32px; display: table-cell; text-align: left;
}
.section_4_bottom_block > .section_4_inner_bottom_block > div > span {color: var(--primary-orange); font-weight: 500;}
.galaxy_bg_section {width: 100%; max-height: 430px; padding-bottom: 119px;}
.galaxy_bg_section > img { width: inherit; height: 100%; }





/*SECTION_5 */

.info_top_block {display: flex; margin-bottom: 68px;}
.info_top_block > div {width: 50%;}

.info_top_block > div:nth-of-type(1) {padding-right: 50px;}
.info_top_block > div:nth-of-type(1) > img {width: 100%; max-width: 250px;}
.info_top_block > div:nth-of-type(1) > div {padding-top: 50px; color: var(--primary-orange); font-weight: 500; font-size: 32px; line-height: 130%;}
.info_top_block > div:nth-of-type(1) > ul {padding-top: 24px; list-style: inside; font-size: 16px;}
.info_top_block > div:nth-of-type(1) > ul > li {padding-bottom: 10px; list-style: inside;}

.info_top_block > div:nth-of-type(2) > p:not(:last-of-type) {padding-bottom: 56px;}
.info_top_block > div:nth-of-type(2) > p {
    padding-right: 10%; font-size: 16px; line-height: 140%; position: relative; padding-left: 60px;
}
.info_top_block > div:nth-of-type(2) > p:before {
    content: ''; position: absolute; left: 0; top: 2px; width: 34px; height: 34px; background: var(--primary-orange);
}


@media only screen and (max-width: 1024px) {
    .number_items {flex-wrap: wrap; padding: 16px; border-radius: 10px;}
    .number_items > div {width: 100%; padding-bottom: 34px; text-align: left;}
    .number_items > div > div {width: 100%;}
    .number_items > div > div:nth-of-type(1) {white-space: unset;}
    .number_items > div > div:nth-of-type(1) > svg {margin-bottom: 16px;}
    .number_items > div > div:nth-of-type(1) {font-size: 24px; flex-direction: column; align-items: flex-start;}
    .number_items > div > div:nth-of-type(2) {padding-top: 8px; font-size: 14px;}
    .number_items > div > div span {position: static;}
    .number_items > div > div > span {max-width: 130px;}
}

@media only screen and (max-width: 1024px) {
    .section_2 {padding-top: 32px;}
    .section_2_inner_block > .section_2_left_area > div > p > img {display: none;}
    .section_2_inner_block > .section_2_left_area > div > h2 > span {font-size: 28px; max-width: 350px;}
    .section_2_inner_block > .section_2_left_area > div {margin-bottom: 32px;}
    .section_2_inner_block > .section_2_left_area > div > h2 > p {font-size: 28px; padding-top: 4px;}
    .section_2_inner_block {display: flex; flex-direction: column;}
    .section_2_inner_block > .section_2_left_area {margin-right: 0;}
    .section_2_inner_block > .section_2_right_area > div > p:first-child {width: 100%; max-width: 100%; padding: 16px; border-radius: 10px;}
    .section_2_right_area > ul > li {flex-direction: column; align-items: flex-start; padding: 16px; border-radius: 10px;}
    .section_2_right_area > ul > li svg {min-width: 50px; min-height: 50px; max-width: 50px; max-height: 50px; margin-bottom: 16px;}
    .section_2_right_area > ul > li .title {font-size: 20px; margin-bottom: 6px;}
    .section_2_right_area > ul > li p {font-size: 14px; width: 100%;}
    .section_2_right_area > ul > li:not(:last-child) {margin-bottom: 16px;}
}

@media only screen and (max-width: 1024px) {
    .section_3 {margin-top: 34px;}
    .difficult_block_help_you > .blue_block {font-size: 20px; padding: 32px; width: 100%;}
    .difficult_block_help_you > div {min-width: 0;}
    .difficult_block_help_you > .blur_block {margin-left: 0; width: 100%;}
    .difficult_block_help_you > .blur_block > .blur_block_content {
        font-size: 20px; padding: 32px; text-align: right;
    }
    .difficult_block_help_you > .blur_block > .blur_block_content::after {
        border: 10px solid transparent; border-right: 10px solid rgba(255, 239, 230, 0.8);
        border-top: 10px solid rgba(255, 239, 230, 0.8); width: 20px; bottom: -20px;
    }
    .difficult_block_help_you > .blue_block:after {
        border: 10px solid transparent; border-left: 10px solid var(--primary-orange); border-top: 10px solid var(--primary-orange);
        width: 20px; bottom: -20px;
    }
}

@media only screen and (max-width: 1024px) {
    .section_4 {margin: 50px 0 0 0; overflow: hidden;}
    .section_4.services_mode {margin-bottom: 48px;}
    .section_4.services_mode > .ld_container {margin-top: 0;}
    .section_4.services_mode > .ld_container > h2 {margin-bottom: 24px;}
    .section_4 > .ld_container { display: table; border-collapse: collapse; padding: 0; }
    .section_4 > .ld_container > h2 { font-size: 32px; margin: 0 16px 32px 16px; }
    .steps_container {flex-direction: column; padding: 0 16px;}
    .steps_container > li {padding: 0; width: 100%; margin-bottom: 24px;}
    .steps_container > li:last-child {padding: 24px;}
    .steps_container > li > span {width: 84px; height: 84px; min-width: 84px; font-size: 24px;}
    .section_4 > .ld_container > div.success_article_info {flex-direction: column; margin: 70px 16px 0 16px;}
    .section_4 > .ld_container > div.success_article_info > p {
        font-size: 28px; display: flex; flex-direction: column; width: 100%; margin-bottom: 16px;
    }
    .section_4 > .ld_container > div.success_article_info > .send_request_btn {width: 100%; text-align: center;}
    #safety {overflow: hidden; padding-top: 0; margin-top: 0;}
    .safety_offer_block {padding: 0 0 0 7%; margin: 42px 0 79px 0; position: relative; border-radius: 0;}
    .safety_offer_block .text_safety_block > h6 {font-size: 28px; text-transform: none; line-height: 120%;}
    .safety_offer_block .text_safety_block > p {font-size: 16px; padding-right: 10%;}
    .safety_offer_block > img {top: -22%; right: 3%;}
    .section_4_bottom_block {padding: 42px 0 0 0; margin-top: 30px;}
    .section_4_bottom_block > .section_4_inner_bottom_block > img {display: none;}
    .section_4_bottom_block > .section_4_inner_bottom_block > div {font-size: 19px; line-height: 140%; padding: 24px 25px 0 25px;}
    .galaxy_bg_section > img {visibility: hidden; height: 161px;}
}

@media only screen and (max-width: 800px) {
    .safety_offer_block {flex-direction: column; padding-top: 35px; padding-bottom: 270px; margin-top: 20px;}
    .safety_offer_block .text_safety_block > h6 > span {display: block;}
    .safety_offer_block > img {top: initial; right: 6%; width: 64%; position: absolute; bottom: -20%;}
}

@media only screen and (max-width: 1024px) {
    .info_top_block {flex-direction: column; margin-bottom: 42px;}
    .info_top_block > div {width: 100%;}
    .info_top_block > div:nth-of-type(1) {padding-right: 0; padding-bottom: 50px;}
    .info_top_block > div:nth-of-type(1) > img {display: none;}
    .info_top_block > div:nth-of-type(1) > div {font-size: 19px; padding-top: 0;}
    .info_top_block > div:nth-of-type(1) > ul > li {list-style: outside; margin-left: 14px; padding-left: 4px;}
    .info_top_block > div:nth-of-type(2) > p {padding-right: 0; padding-left: 0; padding-top: 54px;}
    .info_top_block > div:nth-of-type(2) > p:not(:last-of-type) {padding-bottom: 36px;}
    .info_top_block > div:nth-of-type(2) > p:before {left: 0;}
}

/* -------------------------------------------------------------------------- */

/* REVIEWS */


.reviews {margin-top: 120px;}

.reviews h2 {font-size: 42px; font-weight: 500; line-height: 120%; margin-bottom: 32px;}
.reviews h2 span {color: var(--primary-orange);}

.reviews_group {display: flex;}
.reviews_group > img {width: calc(25% - 15px); min-width: 212px; margin-right: 20px; display: block;}
.reviews_group > img:last-child {margin-right: 0;}


@media only screen and (max-width: 1024px) {
    .reviews {margin-top: 50px;}
    .reviews .ld_container {padding: 0;}
    .reviews h2 {font-size: 32px; margin-left: 16px;}
    .reviews {overflow: hidden;}
    .reviews_group {overflow-x: auto;}
    .reviews_group > img:first-child {margin-left: 16px;}
}

/* -------------------------------------------------------------------------- */

/* REQUISITES */

#requisites {margin-top: 120px;}

.requisites {padding: 64px; color: #FFFFFF; border-radius: 20px; background: radial-gradient(348.45% 131.35% at 97.1% 6.13%, #253278 0%, #131B46 100%);}
.requisites .title {font-size: 48px; font-weight: 500; margin-bottom: 12px;}
.requisites .subtitle {font-size: 20px; font-weight: 500; margin-bottom: 32px;}
.requisites .group {display: flex; font-size: 24px; font-weight: 500; margin-bottom: 16px;}
.requisites .group span {font-size: 16px; display: block;}
.requisites > div.group:last-child {margin-bottom: 0;}
.requisites .group > div:first-child {padding-right: 10px;}
.requisites .group > div:last-child {margin-left: auto; text-align: right;}

@media only screen and (max-width: 1024px) {
    #requisites {margin-top: 50px;}
    .requisites .group > div:last-child {width: 50%; overflow-wrap: break-word;}
    .requisites {padding: 32px 16px; border-radius: 10px;}
    .requisites .group {font-size: 16px; flex-wrap: wrap;}
    .requisites > div:nth-child(5) > div:first-child {padding-bottom: 10px;}
    .requisites .title {font-size: 32px;}
    .requisites .subtitle {font-size: 16px;}
}

@media only screen and (max-width: 400px) {
    .requisites > div:nth-child(5) > div:last-child {width: 100%;}
}

/* -------------------------------------------------------------------------- */

/* HOW TO PASS */


#how_to_pass {margin-top: 120px;}

.how_to_pass {display: flex; align-items: center;}
.how_to_pass > iframe {width: 540px; border-radius: 20px; overflow: hidden;}
.how_to_pass_mobile_img {display: none;}
.how_to_pass > div:first-child {width: calc(100% - 540px); padding-right: 16px;}
.how_to_pass h2 {color: #131B46; font-size: 48px; font-weight: 700; margin-bottom: 32px;}
.how_to_pass .item {padding: 16px; font-size: 16px; color: #131B46; display: flex; align-items: center;}
.how_to_pass .item > div:first-child {width: 57px; height: 57px; padding: 16px; border-radius: 15px; background: #DBEDFF; margin-right: 16px;}
.how_to_pass .item > div:last-child > div:first-child {font-size: 20px; color: #131B46; font-weight: 500; margin-bottom: 8px;}


@media only screen and (max-width: 1024px) {
    #how_to_pass {margin-top: 50px;}
    .how_to_pass > iframe {display: none;}
    .how_to_pass_mobile_img {display: block; width: 100%; max-width: 100%; border-radius: 20px; overflow: hidden;}
    .how_to_pass .item > div:last-child > div:first-child {font-size: 18px;}
    .how_to_pass .item {font-size: 14px; align-items: flex-start;}
    .how_to_pass > div:first-child {padding-right: 0; width: 100%;}
}

/* -------------------------------------------------------------------------- */

/* ADVANTAGES */


.advantages {margin-top: 120px;}

.advantages h2 {font-size: 42px; font-weight: 500; line-height: 120%; margin-bottom: 32px;}
.advantages h2 span {color: var(--primary-orange);}

.plug_advantages h2 {font-size: 42px; color: #131B46; font-weight: 500; margin-top: 30px; line-height: 120%; margin-bottom: 32px;}
.plug_advantages h2 span {display: block; color: var(--primary-orange);}

.plug_advantages {flex-direction: row !important; }
.plug_advantages > div:first-child {margin-right: 10px;}
.plug_advantages > div:first-child li {display: flex; align-items: center; color: #131B46; font-size: 20px; font-weight: 500; margin-bottom: 20px;}
.plug_advantages > div:first-child li > svg {background: #FFFFFF; color: #131B46; margin-right: 8px; min-width: 26px; min-height: 26px;}
.plug_advantages img {margin-left: auto; width: 217px; height: 206px; object-fit: contain; display: block;}

.advantages_group {display: flex;}
.advantages_group > div {padding: 32px; border-radius: 20px; width: 25%; margin-right: 16px; display: flex; flex-direction: column;}
.advantages_group.country > div {border: 2px solid #131B46; background: #FFFFFF; width: auto; flex-grow: 1; flex-basis: 0;}
.advantages_group.country > div svg {margin-bottom: 16px;}
.advantages_group.country > div:last-child > div:nth-child(2) {color: #131B46;}
.advantages_group.country > div:last-child > div:nth-child(3) {color: rgba(19, 27, 70, 0.70);}
.advantages_group:not(.country) > div:not(:last-child) {background: #E9F4FF; display: flex; flex-direction: column;}
.advantages_group > div:not(:last-child) > img {width: 132px; height: 124px; object-fit: contain; margin-bottom: 70px}
.advantages_group > div:not(:last-child) > div:nth-child(2) {color: #131B46; font-size: 20px; font-weight: 500; margin-bottom: 8px;}
.advantages_group > div:not(:last-child) > div:nth-child(3) {color: rgba(19, 27, 70, 0.70); font-size: 14px; font-weight: 500; letter-spacing: 0;}
.advantages_group > div:last-child {background: #071546; color: #FFFFFF; margin-right: 0;}
.advantages_group > div:last-child img {width: 131px; height: 124px; object-fit: contain; margin-bottom: 70px;}
.advantages_group:not(.country) > div:last-child div:nth-child(2) {font-size: 20px; font-weight: 500; margin-bottom: 16px;}
.advantages_group:not(.country) > div:last-child div:nth-child(3) {color: rgba(255, 255, 255, 0.70); font-size: 14px; font-weight: 500;}
.advantages_group > div:last-child li {font-size: 14px; display: flex; align-items: flex-start; margin-bottom: 8px;}
.advantages_group > div:last-child li svg {color: #FFFFFF; margin-right: 13px; min-width: 24px; position: relative; top: -4px;}
.advantages_group > div > .support {
    display: flex; align-items: center; padding: 8px 16px; border: 1px solid #FFFFFF; border-radius: 10px; background: rgba(233, 244, 255, 0.2);
    margin-top: 20px; position: relative;
}
.advantages_group > div > .support > img {width: 57px; height: 57px; margin-bottom: 0;}
.advantages_group > div > .support > span {position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #45D264; left: 61px; bottom: 16px;}
.advantages_group > div > .support > div {margin-left: 16px; margin-bottom: 0;}
.advantages_group > div > .support > div > div:nth-of-type(1) {font-size: 14px; font-weight: 500;}
.advantages_group > div > .support > div > div:nth-of-type(2) {font-size: 12px; margin-top: 4px; color: rgba(255, 255, 255, 0.8);}
.advantages_group > div.blue {background: #131B46; color: #FFFFFF;}
.advantages_group.country > div > div:nth-child(3) {color: #131B46B2; font-size: 16px; font-weight: 500;}
.advantages_group.country > div.blue > div:nth-child(2) {color: #FFFFFF; font-size: 20px; font-weight: 500; margin-bottom: 8px;}
.advantages_group.country > div.blue > div:nth-child(3) {color: #FFFFFF;}

@media only screen and (max-width: 1200px) {
    .plug_advantages {flex-direction: column-reverse !important;}
    .plug_advantages img {margin-left: 0;}
}

@media only screen and (max-width: 1024px) {
    .advantages {margin-top: 50px;}
    .advantages h2 {font-size: 32px;}
    .plug_advantages {display: none !important;}
    .advantages_group {flex-direction: column;}
    .advantages_group > div {padding: 24px; width: 100%; margin-right: 0; margin-bottom: 16px; border-radius: 10px;}
    .advantages_group > div:not(:last-child) > img {width: 70px; height: 70px; margin-bottom: 16px;}
    .advantages_group > div:last-child > img {width: 70px; height: 70px; margin-bottom: 16px;}
}

/* -------------------------------------------------------------------------- */

/* INCLUDED SERVICES */


.included_services {margin-top: 120px;}
.included_services h2 {font-size: 42px; font-weight: 500; line-height: 120%; margin-bottom: 32px;}
.included_services h2 span {color: var(--primary-orange);}
.included_services_group {display: flex; flex-wrap: wrap;}
.included_services_group > div {padding: 32px; width: calc(33.3333% - 11px); margin-right: 16px; margin-bottom: 16px; border-radius: 20px; display: flex; align-items: center; background: #FCE2D3;}
.included_services_group:not(.ar):not(.kz) > div:nth-child(3n) {margin-right: 0;}
.included_services_group.kz {flex-wrap: nowrap;}
.included_services_group.kz > div {padding: 0; background: #FFFFFF; width: auto; flex-grow: 1; align-items: flex-start;}
.included_services_group.kz > div > div:first-child {padding: 0; background: #FFFFFF; color: var(--primary-orange)}
.included_services_group.kz > div > div:last-child .title {margin-bottom: 8px;}
.included_services_group.kz > div > div:last-child .desc {font-size: 14px; color: rgba(242, 109, 33, 0.70);}
.included_services_group.ar > div:nth-child(-n+8) {width: calc(25% - 12px); margin-right: 16px; margin-bottom: 16px;}
.included_services_group.ar > div:nth-child(4n) {margin-right: 0;}
.included_services_group.ar > div:nth-child(9) {width: calc(50% - 8px); margin-right: 16px;}
.included_services_group.ar > div:nth-child(10) {width: calc(50% - 8px);}
.included_services_group > div > div:first-child {border-radius: 10px; background: var(--primary-orange); font-size: 20px; color: #FFFFFF; font-weight: 500; padding: 18px 20px; margin-right: 16px;}
.included_services_group > div > div:last-child {font-size: 20px; font-weight: 500; color: #131B46;}


@media only screen and (max-width: 1400px) {
    .included_services_group > div > div:last-child {font-size: 16px;}
}

@media only screen and (max-width: 1200px) {
    .included_services_group > div > div:last-child {font-size: 20px;}
    .included_services_group.ar > div:nth-child(-n+8) {width: calc(50% - 8px); margin-right: 16px; margin-bottom: 16px;}
    .included_services_group.ar > div:nth-child(4n) {margin-right: 16px;}
    .included_services_group.ar > div:nth-child(2n) {margin-right: 0;}
}

@media only screen and (max-width: 1024px) {
    .included_services {margin-top: 50px;}
    .included_services h2 {font-size: 32px;}
    .included_services h2 > br {display: none;}
    .included_services_group {flex-wrap: nowrap; flex-direction: column;}
    .included_services_group > div {width: 100% !important; margin-bottom: 16px;}
}

/* INCLUDED SERVICES */


.guarantee {margin-top: 120px;}
.guarantee h2 {font-size: 42px; font-weight: 500; line-height: 120%; margin-bottom: 32px;}
.guarantee h2 span {color: var(--primary-orange);}
.guarantee_group {display: flex;}
.guarantee_group > div {width: 33.3333%; padding: 32px; margin-right: 16px; border-radius: 24px; position: relative;}
.guarantee_group > div:nth-of-type(1) {background: #FCE2D3;}
.guarantee_group > div:nth-of-type(1) > img {width: 175px; right: -9px; bottom: 0;}
.guarantee_group > div:nth-of-type(2) {background: #E9F4FF;}
.guarantee_group > div:nth-of-type(2) > img {width: 133px; right: 0; bottom: 0;}
.guarantee_group > div:nth-of-type(3) {background: #E9F4FF;}
.guarantee_group > div:nth-of-type(3) > img {width: 142px; right: 0; bottom: 0;}
.guarantee_group > div:last-of-type {margin-right: 0;}
.guarantee_group > div > div:nth-of-type(1) {font-size: 24px; font-weight: 500; color: #131B46;}
.guarantee_group > div > div:nth-of-type(2) {font-size: 16px; font-weight: 500; margin-top: 16px; color: #131B46B2;}
.guarantee_group > div > img {position: absolute;}

@media only screen and (max-width: 1024px) {
    .guarantee {margin-top: 50px;}
    .guarantee_group {flex-direction: column;}
    .guarantee_group > div {width: 100%; margin-right: 0; margin-bottom: 16px; padding: 24px;}
    .guarantee_group > div:last-of-type {margin-bottom: 0;}
    .guarantee_group > div > div:nth-of-type(1) {font-size: 20px;}
    .guarantee_group > div > div:nth-of-type(2) {font-size: 16px;}
    .guarantee h2 {font-size: 32px;}
}

/* MANAGERS */


.managers {margin-top: 120px;}
.managers h2 {font-size: 42px; font-weight: 500; line-height: 120%; margin-bottom: 32px;}
.managers h2 span {color: var(--primary-orange);}
.managers_group {padding: 0 90px; display: flex;}
.managers_group > img:not(.mobile) {display: block; object-fit: contain; width: 60%; border-radius: 24px; box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.11); border: 1px solid #E2E8F0CC; margin-right: 100px;}
.managers_group > img.mobile {display: none; width: 100%; margin-right: 0; border: 1px solid #E2E8F0CC; border-radius: 24px; margin-top: 32px; box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1);}
.managers_group > div {width: 40%; padding: 32px; border: 1px solid #131B46; border-radius: 24px; text-align: center;}
.managers_group > div > img {width: 124px; min-width: 124px;}
.managers_group > div > .name {font-size: 24px; font-weight: 500; color: #131B46; margin-top: 28px;}
.managers_group > div > .job {font-size: 18px; font-weight: 500; color: #131B46B2; margin-top: 4px;}
.managers_group > div > .status {
    border: 1px solid #DCFCE7; background: #F0FDF4; border-radius: 1000px; display: flex; align-items: center; -webkit-justify-content: center;
    font-size: 14px; font-weight: 500; color: #15803D; margin: 16px auto 0; padding: 8px 32px; max-width: 260px;
}
.managers_group > div > .status > span {width: 8px; height: 8px; background: #22C55E; margin-right: 8px; border-radius: 50%;}
.managers_group > div > .desc {font-size: 14px; color: #64748B; margin: 16px auto 0; max-width: 300px;}
.managers_group > div > .socials {display: flex; -webkit-justify-content: center; margin-top: 20px;}
.managers_group > div > .socials > a:nth-of-type(1) {
    color: #FFFFFF; min-width: 40px; min-height: 40px; max-width: 40px; max-height: 40px; border-radius: 50px;
    background: #29B0EB; padding: 8px; font-size: 16px; font-weight: 700; margin-right: 16px;
}
.managers_group > div > .socials > a:nth-of-type(2) {
    min-width: 40px; min-height: 40px; max-width: 40px; max-height: 40px; border-radius: 50px;
}

@media only screen and (max-width: 1200px) {
    .managers_group {padding: 0;}
    .managers_group > img:not(.mobile) {margin-right: 60px;}
}

@media only screen and (max-width: 1024px) {
    .managers {margin-top: 50px;}
    .managers h2 {font-size: 32px;}
    .managers_group {flex-direction: column-reverse;}
    .managers_group > div {width: 100%;}
    .managers_group > img:not(.mobile) {margin-right: 0; width: 100%; margin-top: 32px;}
}

@media only screen and (max-width: 800px) {
    .managers_group > img.mobile {display: block;}
    .managers_group > img:not(.mobile) {display: none;}
}

/* -------------------------------------------------------------------------- */

/* CARDS */


#cards {padding-top: 120px;}
#cards h2 {font-size: 42px; font-weight: 500; line-height: 120%; margin-bottom: 16px;}
#cards h2 span {color: var(--primary-orange);}
#cards .desc {color: #05125B; font-weight: 500; font-size: 20px; margin-bottom: 32px;}
.cards_filter {display: flex; gap: 10px; margin-bottom: 32px; flex-wrap: wrap;}
.cards_filter div {padding: 10px 20px; border-radius: 10px; border: 1px solid var(--primary-orange); color: var(--primary-orange); cursor: pointer; font-weight: 500; transition: all 0.3s;}
.cards_filter div:hover {background: rgba(242, 109, 33, 0.1);}
.cards_filter div.active {background: var(--primary-orange); color: #fff;}
.dn {display: none !important;}

.cookie_notice {position: fixed; bottom: 20px; left: 0; right: 0; z-index: 1000; display: none;}
.cookie_notice.active {display: block;}
.cookie_notice_content {background: #fff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 20px rgba(0,0,0,0.15); display: flex; align-items: center; gap: 20px; border: 1px solid var(--primary-orange);}
.cookie_notice_content p {font-size: 14px; color: #131B46; margin: 0; line-height: 1.4;}
.cookie_notice_content p a {color: var(--primary-orange); text-decoration: underline;}
.cookie_notice_content button {background: var(--primary-orange); color: #fff; border: none; padding: 10px 25px; border-radius: 10px; font-weight: 500; cursor: pointer; transition: opacity 0.3s;}
.cookie_notice_content button:hover {opacity: 0.9;}

@media only screen and (max-width: 768px) {
    .cookie_notice_content {flex-direction: column; text-align: center; gap: 15px;}
}

.cards_group {display: flex; flex-wrap: wrap;}
.cards_group > li {flex: 1 0 50%; width: 50%; max-width: 50%; padding-bottom: 20px;}
.cards_group > li:nth-of-type(2n+1) {padding-right: 10px;}
.cards_group > li:nth-of-type(2n) {padding-left: 10px;}

.card_item {border: 2px solid var(--primary-orange); border-radius: 20px; padding: 16px; min-height: 440px; height: 100%; display: flex; position: relative; flex-direction: column;}
.card_item > div.header {display: flex; align-items: center; padding: 16px; border-radius: 15px; background: var(--primary-orange); margin-bottom: 28px;}
.card_item > div.header > div:first-child > div:first-child {font-size: 16px; color: #FFFFFF; font-weight: 500;}
.card_item > div.header > div:first-child > div:last-child {font-size: 22px; color: #FFFFFF; font-weight: 500;}
.card_item > div.header > div:first-child {margin-right: auto;}
.card_item > div.header > div.stickers {display: flex;}
.card_item > div.header > div.stickers > div.sticker {padding: 10px; background: #FFFFFF; border-radius: 10px; font-size: 16px; font-weight: 500; color: var(--primary-orange); margin-right: 10px;}
.card_item > div.header > div.info {cursor: pointer;}
.card_item > div.info {display: flex; flex-wrap: wrap; padding: 0 16px; margin-bottom: 30px;}
.card_item > div.info > div {width: calc(25% - 5px); min-width: 140px; margin-right: 20px; margin-bottom: 12px;}
.card_item > div.info > div > div:first-child {font-size: 18px; font-weight: 500; color: #131B46;}
.card_item > div.info > div > div:last-child {font-size: 14px; font-weight: 500; color: rgba(19, 27, 70, 0.69);}
.card_item > div.topup {font-size: 16px; color: rgba(19, 27, 70, 0.69); font-weight: 500; padding: 0 16px; margin-bottom: 30px;}
.card_item > div.topup > span {color: #131B46; font-weight: 500; margin-left: 8px;}
.card_item > div.cards {display: flex; flex-wrap: wrap; padding: 0 16px; margin-bottom: 20px;}
.card_item > div.cards > div {border-radius: 10px; background: rgba(242, 109, 33, 0.10); color: var(--primary-orange); font-size: 16px; font-weight: 500; padding: 8px; margin-right: 4px; margin-bottom: 4px;}
.card_item > div.cards > div.delivery_none {background: rgba(19, 27, 70, 0.10); color: #253278;}
.card_item > div.cards > div svg {position: relative; top: 2px;}
.card_item > div:last-child {display: flex; flex-wrap: wrap; align-items: center; margin-top: auto;}
.card_item > div:last-child > div {flex: 1 1 50%; max-width: 50%;}
.card_item > div:last-child > div:nth-of-type(2) {font-weight: 500; font-size: 42px; line-height: 140%; color: #131B46; text-align: right;}
.card_item .info_menu {display: none; height: fit-content; width: max-content; z-index: 5; position: absolute; top: -120px; padding: 16px; border-radius: 10px 10px 10px 0; background: #FFFFFF; box-shadow: 0 0 6.1px 0 rgba(0, 0, 0, 0.09);}
.card_item .info_menu.active {display: block;}
.cards_group > li:nth-child(2n) .info_menu {border-radius: 10px 10px 0 10px;}
.card_item .info_menu > div:not(:last-child) {margin-bottom: 10px;}
.card_item .info_menu > div {display: flex; align-items: center;}
.card_item .info_menu > div > div:first-child {color: #A1A1A1; font-size: 14px; font-weight: 500; margin-right: 30px; width: 100%;}
.card_item .info_menu > div > div:last-child {color: var(--primary-orange); font-size: 14px; font-weight: 500; text-align: right; width: 100%; max-width: 140px;}


@media only screen and (max-width: 1024px) {
    #cards {padding-top: 32px;}
    #cards h2 {font-size: 32px;}
    .cards_group {flex-direction: column;}
    .cards_group > li {flex: 1 0 100%; width: 100%; max-width: 100%;}
    .cards_group > li:nth-of-type(2n+1) {padding-right: 0;}
    .cards_group > li:nth-of-type(2n) {padding-left: 0;}
    .card_item {padding: 16px; display: flex; flex-direction: column; border-radius: 10px;}
    .card_item .info_menu {right: 60px;}
    .card_item > div.info {padding: 0;}
    .card_item > div.topup {padding: 0;}
    .card_item > div.cards {padding: 0;}
    .card_item > div:last-child > div:nth-of-type(1) {width: 100%;}
    .card_item > div:last-child > div:nth-of-type(1) .send_request_btn {max-width: 190px; white-space: nowrap; padding: 16px;}
    .card_item > div:last-child > div:nth-of-type(2) {width: 100%; text-align: right; font-size: 24px;}
    .card_item > div:last-child > div:nth-of-type(2) > a {width: 100%;}
    .card_item > div.header {flex-wrap: wrap;}
    .card_item > div.header > div.stickers {order: 2; width: 100%; flex-direction: column; margin-top: 8px;}
    .card_item > div.header > div.stickers > div.sticker {margin-top: 8px; width: fit-content;}
}

/* -------------------------------------------------------------------------- */

/* WHEN NEEDED (country page) */

.when_needed { margin-top: 120px; }
.when_needed > .ld_container { padding-top: 20px; }
.when_needed h2 { font-size: 42px; font-weight: 500; line-height: 110%; margin-bottom: 32px; color: #131B46; }
.when_needed h2 .orange { color: var(--primary-orange); }

.when_needed_grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.wn_card { background: #FBFCFDB2; border: 1px solid #F1F5F9; border-radius: 24px; overflow: hidden; display: flex; flex-direction: column; }
.wn_card_image { height: 280px; background: #F4F6FA; }
.wn_card_image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wn_card_body { padding: 28px 32px; }
.wn_card_title { font-size: 28px; font-weight: 600; color: #0B0F19; margin-bottom: 12px; }
.wn_card_text { font-size: 16px; color: #131B46B2; line-height: 1.4; }
.wn_card_text ul { margin-top: 8px; padding-left: 18px; }
.wn_card_text ul li { list-style: disc; margin-bottom: 6px; }

@media only screen and (max-width: 1024px) {
    .when_needed { margin-top: 50px; }
    .when_needed h2 { font-size: 32px; }
    .when_needed_grid { grid-template-columns: 1fr; gap: 16px; }
    .wn_card { border-radius: 20px; }
    .wn_card_image { height: 240px; }
    .wn_card_body { padding: 16px 24px; }
    .wn_card_title { font-size: 20px; margin-bottom: 20px; }
}

/* -------------------------------------------------------------------------- */

/* POLICY */


#docs {margin-top: 120px;}

#docs div.title {color: #131B46; font-size: 24px; font-weight: 500; text-transform: uppercase; margin-bottom: 48px;}
#docs div.info {font-size: 14px; color: #000;}
#docs ul li {list-style: disc; margin-left: 16px;}


@media only screen and (max-width: 1024px) {
    #docs {margin-top: 50px;}
}

/* -------------------------------------------------------------------------- */

/* REQUEST */


#request {padding-top: 50px; margin-top: 10px;}

.request_group {
    background: url("/images/telegram_bg.svg?2") no-repeat 100% / 40%, radial-gradient(348.45% 131.35% at 97.1% 6.13%, #F1915B 0%, #F26D21 100%);
    border-radius: 20px; margin-top: 30px; padding: 62px;
}

.request_title {font-size: 40px; font-weight: 500; line-height: 120%; color: #FFFFFF; margin-bottom: 22px;}
.request_desc {font-size: 20px; line-height: 120%; color: #FFFFFF; max-width: 770px; width: 100%;}

.request_inputs {display: flex; padding-top: 32px; max-width: 630px; align-items: center;}
.request_inputs.btn_groups {flex-direction: column; padding-top: 16px;}
.request_inputs.btn_groups > div {width: 100%;}
.request_inputs.btn_groups > div > .request_btn {width: 100%;}
.request_inputs.btn_groups > div:nth-of-type(1) {padding-right: 0;}
.request_inputs.btn_groups > div:nth-of-type(2) {padding-left: 0; text-align: center; max-width: 530px; margin-left: auto; margin-right: auto;}
.request_inputs > div {width: 50%;}
.request_inputs > div:nth-of-type(1) {padding-right: 8px;}
.request_inputs > div:nth-of-type(2) {padding-left: 8px;}

.request_btn {
    background: #FFFFFF; color: var(--primary-orange); font-weight: 500; font-size: 16px;
    border-radius: 8px; height: 54px; line-height: 54px; max-width: 100%; text-align: center; transition: all 0.3s ease;
}
.request_btn:hover {cursor: pointer; background: #DEF1FF;}

.request_note {line-height: 120%; font-size: 14px; color: #FFFFFF; text-align: center; margin-top: 8px;}
.request_note > a {text-decoration: underline; color: #FFFFFF;}
.request_note > a:hover {text-decoration: none;}

#request_form {display: none;}
#request_form.active {display: block;}

#request_success {display: none;}
#request_success.active {display: block;}

#request_success > div {font-size: 16px; line-height: 120%; padding-top: 40px; color: #fff;}



.services_errors { margin-bottom: 120px; }
.services_errors_main {padding: 64px 90px; background: #FFF7ED; border-radius: 20px;}
.services_errors .section_title { font-size: 42px; font-weight: 400; text-align: center; margin-bottom: 24px; color: #131B46; }
.services_errors .section_title > span {color: #F26D21;}
.services_errors .section_desc { font-size: 18px; line-height: 1.4; color: #131B46; text-align: center; margin-bottom: 32px; max-width: 1024px; margin-left: auto; margin-right: auto; }

.errors_grid { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.error_card { 
    width: calc(50% - 20px); 
    background: #FFFFFF; 
    border-radius: 20px; 
    padding: 32px; 
    margin: 10px;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.error_header { display: flex; align-items: center; margin-bottom: 16px; }
.error_icon { 
    width: 48px;
    height: 48px;
    background: #FFEDD4;
    border-radius: 10px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-right: 16px; 
    color: var(--primary-orange);
    flex-shrink: 0;
}
.error_icon.orange { background: #FFF5F0; color: var(--primary-orange); }

.error_title { font-size: 18px; font-weight: 700; color: #101828; }

.error_content strong { display: block; font-size: 14px; font-weight: 500; color: #364153; margin-bottom: 12px; }
.error_content ul { list-style: none; padding: 0; margin: 0; }
.error_content li { 
    position: relative; 
    padding-left: 14px;
    font-size: 14px; 
    line-height: 1.5; 
    color: #4A5565;
    margin-bottom: 8px;
}
.error_content li:last-child { margin-bottom: 0; }
.error_content li::before { 
    content: "•"; 
    position: absolute; 
    left: 0; 
    color: var(--primary-orange); 
}

.services_ready_to_start { margin-bottom: 120px; margin-top: 120px; }
.service_what_you_get { margin-bottom: 120px; }
.text_block { margin-bottom: 120px; margin-top: 120px; }
.text_block h2 { font-size: 42px; color: #131B46; margin-bottom: 32px; line-height: 1.1; }
.text_block h3 { font-size: 24px; color: #131B46; margin: 32px 0 16px; font-weight: 700; }
.text_block p { font-size: 16px; color: #4A5565; margin-bottom: 16px; line-height: 1.6; }
.text_block p strong { color: #131B46; font-weight: 700; }
.text_block ul { margin-bottom: 32px; padding-left: 20px; }
.text_block ul li { position: relative; font-size: 16px; color: #4A5565; margin-bottom: 12px; line-height: 1.4; list-style: disc; }

/* Service Comparison Table */
.service_table_wrapper { margin: 32px 0; overflow-x: auto; border: 1px solid #E9F4FF; border-radius: 20px; }
.service_comparison_table { width: 100%; border-collapse: collapse; min-width: 600px; }
.service_comparison_table th { background: #E9F4FF; color: #131B46; font-weight: 700; padding: 20px 24px; text-align: left; font-size: 16px; }
.service_comparison_table td { padding: 20px 24px; border-bottom: 1px solid #E9F4FF; color: #4A5565; font-size: 16px; line-height: 1.4; }
.service_comparison_table tr:last-child td { border-bottom: none; }
.service_comparison_table td b { color: #131B46; }

/* Ready Cards */
.ready_cards { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 32px; margin-bottom: 32px; }
.ready_cards .ready_card { flex: 1; min-width: 280px; background: #E9F4FF; border-radius: 20px; padding: 32px; transition: .3s; }
.ready_cards .ready_card:hover { background: #DBEDFF; }
.ready_card_title { font-size: 20px; font-weight: 700; color: #131B46; margin-bottom: 16px; line-height: 1.2; }
.ready_card_desc { font-size: 16px; color: #4A5565; line-height: 1.4; }

/* Ready List */
.ready_list { margin-bottom: 32px; }
.ready_list li { position: relative; padding-left: 24px; font-size: 16px; color: #4A5565; margin-bottom: 12px; line-height: 1.4; }
.ready_list li::before { content: '•'; position: absolute; left: 0; color: var(--primary-orange); font-weight: bold; }
.text_block a { color: var(--primary-orange); text-decoration: none; font-weight: 500; }
.text_block a:hover { text-decoration: underline; }

.read_also_list { padding-left: 0 !important; }
.read_also_list li { list-style: none !important; padding-left: 0 !important; }
.read_also_list li a { display: block; padding: 12px 16px; background: #F8F9FA; border-radius: 8px; margin-bottom: 8px; transition: .3s; }
.read_also_list li a:hover { background: #E9F4FF; text-decoration: none; transform: translateX(5px); }
.service_pricing { margin-bottom: 120px; }
.service_reasons_refusal { margin-bottom: 120px; }
.service_reviews { margin-bottom: 120px; }
.service_safety { margin-bottom: 120px; }

.reviews_title { font-size: 42px; font-weight: 400; color: #131B46; margin-bottom: 32px; }

.reviews_grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review_card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    padding: 24px;
    display: flex;
    flex-direction: column;
}
.review_header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12px; }
.review_stars { color: #F26D21; font-size: 20px; letter-spacing: 2px; }
.review_text { font-size: 16px; line-height: 1.4; color: #364153; margin-bottom: 16px; flex-grow: 1; }
.review_footer { display: flex; justify-content: space-between; align-items: center; margin-top: auto; }
.review_author { font-size: 14px; font-weight: 500; color: #0A0A0A; }
.review_date { font-size: 14px; color: #6A7282; }

@media (max-width: 1024px) {
    .service_pricing {margin-bottom: 48px;}
    .service_safety {margin-bottom: 48px;}
    .service_reviews {margin-bottom: 48px;}
    .service_reasons_refusal {margin-bottom: 48px;}
    .reviews_grid { grid-template-columns: 1fr; gap: 24px; }
    .reviews_title { font-size: 42px; margin-bottom: 32px; text-align: center; }
}

@media (max-width: 768px) {
    .review_card { padding: 24px; }
}

.reasons_title { font-size: 40px; font-weight: 400; color: #131B46; margin-bottom: 32px; max-width: 600px; line-height: 1.2; }

.reasons_grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.reason_card { 
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    padding: 24px;
    display: flex; 
    flex-direction: column;
}
.reason_card h3 { font-size: 18px; font-weight: 500; color: #131B46; margin-bottom: 16px; line-height: 1.4; }
.solution_block { background: #F26D211A; border-radius: 10px; padding: 16px; }
.solution_block strong { display: block; font-size: 14px; font-weight: 700; color: #131B46; margin-bottom: 8px; }
.solution_block p { font-size: 14px; line-height: 1.4; color: #131B46; margin: 0; }

@media (max-width: 1024px) {
    .reasons_grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .reasons_title { font-size: 28px; margin-bottom: 32px; }
    .reasons_grid { grid-template-columns: 1fr; gap: 24px; }
    .reason_card { padding: 24px; }
    .reason_card h3 { font-size: 16px; margin-bottom: 16px; min-height: auto; }
}
.ready_block { background: #FFEFE6; border-radius: 20px; padding: 64px; }
/* .text_block .ld_container { padding: 0; } */
.ready_block { padding: 32px 16px; }
.ready_title { font-size: 42px; color: #131B46; margin-bottom: 24px; line-height: 1.1; font-weight: 700; }
h3.ready_title { font-size: 24px; text-align: left; margin: 32px 0 16px; }
.ready_desc { font-size: 16px; color: #4A5565; margin-bottom: 24px; line-height: 1.6; }

.ready_grid { display: flex; margin: 0 -15px; }
.ready_card { 
    flex: 1; 
    background: #FFFFFF; 
    border-radius: 14px;
    padding: 32px;
    margin: 0 15px; 
    text-align: left; 
    display: flex; 
    flex-direction: column;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.ready_card.orange { background: #F26D21; color: #FFFFFF; }

.card_icon_wrap { 
    width: 56px;
    height: 56px;
    background: #F26D211A;
    border-radius: 50%;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-bottom: 14px;
    color: #F26D21;
}
.ready_card.orange .card_icon_wrap { background: #FFFFFF99; color: #FFFFFF; }

.ready_card h3 { font-size: 20px; font-weight: 700; margin-bottom: 14px; line-height: 1; color: #101828; }
.ready_card p { font-size: 16px; line-height: 1.2; margin-bottom: 24px; color: #4A5565; }
.ready_card.orange h3 { color: #FFFFFF; }
.ready_card.orange p { color: #FFFFFF; }

.ready_btn { 
    display: block;
    padding: 14px 24px; 
    background: #F26D21; 
    color: #FFFFFF; 
    border-radius: 8px; 
    text-decoration: none; 
    font-size: 14px; 
    font-weight: 400;
    width: fit-content;
    margin-top: auto;
    transition: background 0.2s;
}
.ready_btn:hover { background: #E05D1A; }
.ready_btn.white { background: #FFFFFF; color: #F26D21; }
.ready_btn.white:hover { background: #F2F4F7; }

.service_cta { margin-bottom: 120px; margin-top: 120px; }
.service_cta_banner { 
    background: var(--primary-orange); 
    border-radius: 16px;
    padding: 48px 48px 64px;
    text-align: center; 
    color: #FFFFFF; 
}
.service_cta_title { font-size: 36px; font-weight: 500; margin-bottom: 16px; color: #FFFFFF; }
.service_cta_subtitle { font-size: 18px; line-height: 1.4; margin-bottom: 16px; color: #FFFFFFE5; max-width: 800px; margin-right: auto; margin-left: auto; }
.service_cta_btns { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.cta_btn { 
    display: inline-flex; 
    align-items: center; 
    gap: 8px;
    padding: 12px 18px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none; 
    transition: all 0.2s; 
}
.cta_btn.white { background: #FFFFFF; color: var(--primary-orange); }
.cta_btn.outline { background: #FFFFFF; color: #131B46; border: 1px solid #FFFFFF; }

@media (max-width: 1024px) {
    .service_cta { margin-bottom: 48px; margin-top: 48px; }
    .service_cta_banner { padding: 32px; border-radius: 16px; }
    .service_cta_title { font-size: 32px; }
    .service_cta_subtitle { font-size: 16px; }
    .cta_btn { width: 100%; justify-content: center; }
}
.ready_btn.white:hover { background: #F8F9FA; }

/* SERVICE PRICING */
.pricing_cards { display: flex; margin: 0 -6px 32px; }
.pricing_card { 
    flex: 1; 
    margin: 0 6px;
    background: #FFEFE6;
    border-radius: 14px;
    padding: 32px;
    position: relative; 
    display: flex; 
    flex-direction: column; 
}
.pricing_card.orange { background: #F26D21; color: #FFFFFF; }
.pricing_card h3 { font-size: 24px; font-weight: 700; margin-bottom: 5px; color: #0A0A0A; }
.pricing_card.orange h3 { color: #FFFFFF; }
.card_subtitle { font-size: 14px; color: #4A5565; margin-bottom: 32px; }
.pricing_card.orange .card_subtitle { color: #FFFFFF; }

.pricing_list { list-style: none; padding: 0; margin: 0; }
.pricing_list li { display: flex; align-items: center; margin-bottom: 12px; font-size: 14px; }
.pricing_list li:last-child { margin-bottom: 0; }
.pricing_list li svg { margin-right: 8px; color: #F26D21; flex-shrink: 0; }
.pricing_card.orange li svg { color: #FFFFFF; }

.popular_badge { 
    position: absolute; 
    top: 32px; 
    right: 16px;
    background: #FFFFFF; 
    color: var(--primary-orange); 
    padding: 8px 12px;
    border-radius: 16px;
    font-size: 14px; 
    font-weight: 500;
    text-transform: uppercase;
}

.pricing_actions { display: flex; justify-content: center; gap: 16px; margin-bottom: 32px; }
.pricing_actions .btn_primary, .pricing_actions .btn_secondary { 
    padding: 9px 24px;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none; 
    font-weight: 500; 
    transition: all 0.2s; 
}
.pricing_actions .btn_primary { background: var(--primary-orange); color: #FFFFFF; border: 1px solid var(--primary-orange); }
.pricing_actions .btn_secondary { background: #FFFFFF; color: var(--primary-orange); border: 1px solid var(--primary-orange); }
.pricing_actions .btn_primary:hover { background: #E05D1A; }
.pricing_actions .btn_secondary:hover { background: #FFF5F0; }

.important_note { border: 1px solid var(--primary-orange); border-radius: 20px; padding: 16px; }
.important_note h4 { font-size: 16px; font-weight: 700; color: #131B46; margin-bottom: 16px; }
.important_list { list-style: none; padding: 0; margin: 0; }
.important_list li { display: flex; align-items: center; margin-bottom: 16px; }
.important_list li:last-child { margin-bottom: 0; }
.important_list li p { font-size: 14px; line-height: 1.4; color: #0A0A0A; margin: 0; }
.note_icon { 
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 1.5px solid var(--primary-orange); 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-right: 8px;
    color: var(--primary-orange); 
    font-weight: 500;
    font-size: 14px;
}

@media only screen and (max-width: 1024px) {
    .pricing_cards { flex-direction: column; margin: 0 0 32px; }
    .pricing_card { margin: 0 0 16px 0; padding: 32px; }
    .pricing_card.orange {margin-bottom: 0;}
    .pricing_card h3 { font-size: 28px; }
    .card_subtitle { margin-bottom: 24px; }
    .pricing_actions { flex-direction: column; gap: 12px; }
    .pricing_actions .btn_primary, .pricing_actions .btn_secondary { text-align: center; width: 100%; }
    .important_note { padding: 24px; }
    .popular_badge { position: static; display: inline-block; margin-bottom: 16px; align-self: flex-start; }
}


@media only screen and (max-width: 1024px) {
    #request {padding-top: 0; margin-top: 50px;}
    .request_group {padding: 32px 16px; border-radius: 10px; background: radial-gradient(348.45% 131.35% at 97.1% 6.13%, #F1915B 0%, #F26D21 100%); margin-top: 0;}
    .request_title {font-size: 28px; margin-bottom: 8px;}
    .request_desc > span {display: block;}
    .request_inputs {flex-direction: column; padding-top: 32px;}
    .request_inputs > div {width: 100%;}
    .request_inputs:not(.btn_groups) > div:nth-of-type(1) {padding-right: 0; padding-bottom: 16px;}
    .request_inputs > div:nth-of-type(2) {padding-left: 0;}
}

@media only screen and (max-width: 1024px) {
    .service_what_you_get {margin-bottom: 48px;}
    .text_block {margin-bottom: 48px;}
    .text_block h2 { font-size: 32px; margin-bottom: 24px; }
    .text_block h3 { font-size: 20px; margin: 24px 0 12px; }
    .text_block p { font-size: 14px; }
    .text_block ul li { font-size: 14px; }
    .read_also_list li a { padding: 10px 12px; font-size: 14px; }
    .service_comparison_table th, .service_comparison_table td { padding: 12px 16px; font-size: 14px; }
    .ready_cards .ready_card { padding: 20px; min-width: 100%; }
    .ready_card_title { font-size: 18px; }
    .ready_card_desc { font-size: 14px; }
    .ready_list li { font-size: 14px; }
    .services_ready_to_start { margin-top: 48px; margin-bottom: 48px; }
    .ready_block { padding: 24px; border-radius: 14px; }
    .ready_title { font-size: 32px; margin-bottom: 16px; text-align: left; }
    .ready_grid { flex-direction: column; margin: 0; }
    .ready_card { margin: 0 0 12px 0; padding: 24px; }
    .ready_card:last-child { margin-bottom: 0; }
    .ready_btn {width: 100%; max-width: 500px; text-align: center;}
}

@media only screen and (max-width: 1024px) {
    .services_errors { margin-bottom: 60px; }
    .services_errors_main {padding: 24px; border-radius: 14px; background: linear-gradient(90deg, #FFF7ED 0%, #FFEDD4 100%);}
    .services_errors .section_title { font-size: 32px; text-align: left; margin-bottom: 16px; }
    .services_errors .section_desc { font-size: 18px; text-align: left; margin-bottom: 16px; }
    .errors_grid {margin: 0;}
    .error_card { width: 100%; margin: 0 0 16px 0; padding: 24px; border-radius: 14px; }
    .error_card:last-of-type {margin-bottom: 0;}
    .error_header {flex-direction: column; align-items: flex-start; margin-bottom: 8px;}
    .error_icon {margin-bottom: 16px;}
}

/* -------------------------------------------------------------------------- */

/* COUNTRIES */


#counties {margin-top: 120px;}
.countries_group {display: flex; position: relative; overflow: hidden; padding: 64px 64px 114px; border-radius: 20px; color: #FFFFFF; background: radial-gradient(318.81% 115.89% at 15.04% 15.58%, #4FB4FE 0%, #118BE9 100%);}
.countries_group .title {font-size: 48px; font-weight: 500; margin-bottom: 8px;}
.countries_group .desc {font-size: 20px; font-weight: 500; margin-bottom: 32px;}
.countries_group .mobile_img {display: none;}
.countries_group .btn_groups {display: flex; width: 100%; position: absolute; z-index: 5;}
.countries_group .btn_groups > a {display: flex; white-space: nowrap; margin-right: 16px; transition: .3s ease-in-out; position: relative; overflow: hidden; padding: 16px 64px 16px 24px; border-radius: 10px; color: #343434; font-size: 16px; font-weight: 500; text-decoration: none; background: #FFF;}
.countries_group .btn_groups > a:hover {background: #DEF1FF;}
.countries_group .btn_groups > a:last-child {margin-right: 0;}
.countries_group .btn_groups > a svg {position: absolute; width: 40px; height: 40px; bottom: 0; right: 0;}
.countries_group > div:first-child {width: 60%;}
.countries_group > div:last-child {max-width: 500px; width: 40%; position: relative;}
.countries_group > div:last-child img {width: 100%; position: absolute; bottom: -114px; right: -70px;}


@media only screen and (max-width: 1150px) {
    #counties {margin-top: 50px;}
    .countries_group > div:first-child {width: 100%;}
    .countries_group {padding: 32px 16px; border-radius: 10px;}
    .countries_group > div:last-child {display: none;}
    .countries_group .mobile_img {display: block; margin-bottom: 32px;}
    .countries_group .mobile_img img {width: 100%; max-width: 500px;}
    .countries_group .title {font-size: 32px; max-width: 500px;}
    .countries_group .desc {font-size: 16px; max-width: 500px;}
    .countries_group .btn_groups {flex-direction: column; position: relative;}
    .countries_group .btn_groups > a {max-width: 500px; width: 100%; margin-bottom: 16px; margin-right: 0;}
    .countries_group .btn_groups > a:last-child {margin-bottom: 0;}
}

/* -------------------------------------------------------------------------- */

/* MEDIA */


#media {margin-top: 120px;}

.media_title {font-weight: 500; font-size: 48px; line-height: 120%;}
.media_title > span {color: var(--primary-orange);}

.media_items {display: flex; padding-top: 32px;}
.media_items > div {width: 33.333%; margin-right: 16px;}
.media_items > div:last-child {margin-right: 0;}
.media_items > div:nth-of-type(2) > .media_item > img {height: 28px; margin-bottom: 2px;}

.media_item {padding: 16px; height: 100%; position: relative; border-radius: 20px; background: #E9F4FF;}
.media_item > img {height: 30px; width: auto;}
.media_item > div {font-size: 16px; line-height: 120%; padding-top: 16px; padding-bottom: 40px;}
.media_item > a {font-size: 14px; line-height: 120%; color: #E9F4FF; padding: 16px; width: 100%; display: block; text-align: center; background: #131B46; border-radius: 10px; text-decoration: none; transition: .3s ease-in-out;}
.media_item > a:hover {background: #05135B;}


@media only screen and (max-width: 1024px) {
    #media {margin-top: 48px;}
    .media_items {flex-direction: column;}
    .media_item {border-radius: 10px;}
    .media_item > div {padding-bottom: 32px;}
    .media_items > div {width: 100%; margin-right: 0; margin-bottom: 16px;}
    .media_items > div:last-child {margin-bottom: 0;}
    .media_items > div:nth-of-type(1) {padding-right: 0;}
    .media_items > div:nth-of-type(2) {padding-left: 0; padding-right: 0;}
    .media_items > div:nth-of-type(3) {padding-left: 0;}
}

/* -------------------------------------------------------------------------- */

/* SERVICES */


#services {margin-top: 120px;}
#services h2 {font-size: 42px; font-weight: 500; line-height: 120%; margin-bottom: 32px;}
#services h2 span {color: var(--primary-orange);}
.services {display: flex;}
.services > div {display: flex; width: 33.3%; border-radius: 20px; border: 1.5px solid var(--primary-orange); padding: 32px; margin-right: 16px;}
.services > div:last-child {margin-right: 0;}
.services > div > div:first-child {width: 60px; height: 60px; padding: 18px 20px; border-radius: 10px; background: var(--primary-orange); color: #FFFFFF; font-size: 20px; font-weight: 500; margin-right: 30px;}
.services > div > div:last-child .title {font-size: 20px; font-weight: 500; color: var(--primary-orange); margin-bottom: 8px;}
.services > div > div:last-child .desc {color: rgba(242, 109, 33, 0.70); font-size: 14px; font-weight: 500;}


@media only screen and (max-width: 1200px) {
    .services > div:first-child {min-width: 0;}
    .services > div {width: 33.3%;}
}

@media only screen and (max-width: 1024px) {
    #services {margin-top: 50px;}
    #services h2 {font-size: 32px;}
    .services {flex-direction: column;}
    .services > div {padding: 24px; width: 100%; margin-right: 0; margin-bottom: 16px; flex-direction: column;}
    .services > div > div:first-child {margin-bottom: 24px;}
    .faq .title {font-size: 32px;}
    .faq .desc {font-size: 16px;}
}

/* -------------------------------------------------------------------------- */

/* FAQ */

#faq {margin-top: 120px;}
#faq h2 {font-size: 42px; font-weight: 500; line-height: 120%; margin-bottom: 32px;}
.faq {background: radial-gradient(348.45% 131.35% at 97.1% 6.13%, #253278 0%, #131B46 100%); padding: 64px; border-radius: 20px; color: #FFFFFF;}
.faq a {color: #FFFFFF;}
.faq .title {max-width: 800px; width: 100%; margin: 0 auto 12px; font-size: 48px; font-weight: 500; text-align: center;}
.faq .desc {max-width: 800px; width: 100%; margin: 0 auto 60px; font-size: 20px; font-weight: 500; text-align: center;}
.faq .questions > article {cursor: pointer; border-radius: 10px; background: rgba(255, 255, 255, 0.10); padding: 16px 24px; margin-bottom: 8px;}
.faq .questions > article:last-child {margin-bottom: 0;}
.faq .questions > article > div:first-child {display: flex; font-size: 20px; font-weight: 500; user-select: none;}
.faq .questions > article > div:first-child h3 {padding-right: 20px; font-weight: 500;}
.faq .questions > article > div:first-child svg {margin-left: auto; min-width: 24px; width: 24px; transition: .2s ease-in-out;}
.faq .questions > article > div:last-child {overflow: hidden; font-size: 16px; font-weight: 500; padding-right: 24px; max-height: 0; opacity: 0;}
.faq .questions > article.active > div:last-child {max-height: fit-content; opacity: 1; padding-top: 8px;}
.faq .questions > article.active > div:first-child svg {transform: rotate(180deg);}

@media only screen and (max-width: 1024px) {
    #faq {margin-top: 50px;}
    #faq h2 {font-size: 32px;}
    .faq {padding: 24px;}
    #faq h2.title {font-size: 32px; text-align: left; margin-bottom: 12px;}
    .faq .desc {font-size: 16px; text-align: left; margin-bottom: 16px;}
}

/* -------------------------------------------------------------------------- */

/* AVI */

#avi {margin-top: 60px;}
.avi {display: flex; align-items: center;}
.avi > div:first-child {min-width: 425px; width: 425px; color: #000; font-weight: 500; font-size: 28px; text-transform: uppercase; margin-right: 32px;}
.avi > div:first-child span {color: #A01717;}
.avi > div:first-child img {display: block; width: 162px; margin-bottom: 28px;}
.avi > div:last-child {width: calc(100% - 425px); border-radius: 20px; background: rgba(242, 137, 78, 0.10); padding: 32px; font-size: 20px; color: rgba(242, 109, 33, 0.70); font-weight: 500;}
.avi > div:last-child h2 {font-size: 30px; font-weight: 700; color: var(--primary-orange); margin-bottom: 16px;}

@media only screen and (max-width: 1024px) {
    #avi {margin-top: 16px;}
    .avi {flex-direction: column; align-items: flex-start;}
    .avi > div:first-child img {width: 132px; margin-bottom: 22px;}
    .avi > div:first-child {width: 343px; min-width: 0; font-size: 22px; margin-bottom: 48px; margin-right: 0;}
    .avi > div:last-child {width: 100%; border-radius: 10px; padding: 16px; font-size: 18px;}
    .avi > div:last-child h2 {font-size: 20px;}
}

/* -------------------------------------------------------------------------- */

/* TEAM */


#team {margin-top: 120px;}

.team_title {font-size: 48px; font-weight: 500; line-height: 120%; text-align: center;}
.team_subtitle {font-size: 48px; font-weight: 500; line-height: 120%; text-align: center; color: var(--primary-orange); padding-top: 4px;}

.team_items {display: flex; justify-content: center; padding-top: 64px; max-width: 900px; margin: 0 auto;}
.team_items > div {width: 33.333%;}

.team_item {text-align: center;}
.team_item > img {max-width: 248px; height: auto;}
.team_item > div:nth-of-type(1) {font-size: 28px; color: var(--primary-orange); font-weight: 500; line-height: 120%; text-align: center; padding-top: 28px;}
.team_item > div:nth-of-type(2) {font-size: 20px; color: #131B46; font-weight: 500; line-height: 120%; text-align: center; padding-top: 8px;}


@media only screen and (max-width: 1024px) {
    #team {margin-top: 50px;}
    .team_title {font-size: 32px;}
    .team_subtitle {font-size: 32px; max-width: 343px; margin: 0 auto;}
    .team_items {flex-direction: column; padding-top: 48px;}
    .team_items > div {width: 100%;}
    .team_item {padding-bottom: 42px;}
}

/* -------------------------------------------------------------------------- */

/* CONTACTS */


#contacts {margin-top: 120px;}
.ld_contacts > div > .contact_block {display: flex; width: 100%; padding: 64px; border-radius: 20px; color: #FFFFFF; background: radial-gradient(348.45% 131.35% at 97.1% 6.13%, #F1915B 0%, var(--primary-orange) 100%);}
.ld_contacts > div > .contact_block .desc {font-size: 20px; font-weight: 500;}
.ld_contacts > div > .contact_block .manager {margin-top: 8px; display: flex; align-items: center; padding: 16px; background: #FFFFFF; border-radius: 20px; width: fit-content;}
.ld_contacts > div > .contact_block .manager > img {width: 67px; min-width: 67px; margin-right: 16px;}
.ld_contacts > div > .contact_block .manager > div > div:nth-of-type(1) {font-size: 20px; font-weight: 500; color: var(--primary-orange);}
.ld_contacts > div > .contact_block .manager > div > div:nth-of-type(2) {font-size: 20px; font-weight: 500; color: #131B46;}
#contacts > div > div > section:nth-child(1) > div:nth-child(3) {margin-top: auto;}
.ld_contacts > div > .contact_block .info {display: flex; align-items: center; font-size: 16px; font-weight: 500; padding: 0; margin-bottom: 12px;}
.ld_contacts > div > .contact_block .info a {color: #FFFFFF; text-decoration: none;}
.ld_contacts > div > .contact_block .info svg {margin-right: 20px; min-width: 24px;}
.ld_contacts > div > .contact_block .info span {display: block;}
.ld_contacts > div > .contact_block .info > p > span:first-child {margin-bottom: 12px;}
.ld_contacts > div > .contact_block .info > p > span:last-child {font-size: 12px;}
.ld_contacts > div > .contact_block > div {width: 50%; flex-direction: column;}
.ld_contacts > div > .contact_block > div:first-child {position: relative; min-height: 100%; display: flex; flex-direction: column;}
.ld_contacts > div > .contact_block > div:first-child > hgroup > .title {font-size: 48px; font-weight: 500; line-height: 120%; margin-bottom: 8px;}
.ld_contacts > div > .contact_block > div:first-child > address {margin-top: 30px;}
.ld_contacts > div > .contact_block > div:nth-child(2), .ld_contacts > div > .contact_block > div:nth-child(3) {background: #FFFFFF; border-radius: 20px; color: var(--primary-orange); padding: 32px;}
#contacts_success, #contacts_form {display: none;}
#contacts_success.active, #contacts_form.active {display: block;}
#contacts_success, #contacts_form {height: 341px; min-height: 341px;}
.ld_contacts > div > .contact_block > div:nth-child(2) > .title {font-size: 32px; font-weight: 500; margin-bottom: 10px;}
.ld_contacts > div > .contact_block > div:nth-child(2) .request_inputs {flex-direction: column; align-items: flex-start; padding-top: 0;}
.ld_contacts > div > .contact_block > div:nth-child(2) .request_inputs > div {width: 100%; padding-right: 0; padding-left: 0; margin-bottom: 16px;}
.ld_contacts > div > .contact_block > div:nth-child(2) .request_inputs input {border: none; border-radius: 5px; background: rgba(242, 124, 56, 0.20); color: rgba(242, 124, 56);}
.ld_contacts > div > .contact_block > div:nth-child(2) .request_inputs .input_group {border: none;}
.ld_contacts > div > .contact_block > div:nth-child(2) .request_inputs input::placeholder {color: rgba(242, 124, 56);}
.ld_contacts .request_btn {width: 100%; border-radius: 5px; background: var(--primary-orange); color: #FFFFFF; font-size: 16px; font-weight: 500;}
.ld_contacts .request_btn:hover {background: #c95616;}
.ld_contacts #tg_btn {width: 52px; margin-left: 10px; background: #29B0EB; padding: 10px;}
.ld_contacts .request_inputs.btn_groups {padding-top: 0;}
.ld_contacts .request_inputs.btn_groups > div:first-child {display: flex; margin-bottom: 8px !important;}
.ld_contacts .request_inputs.btn_groups > div:last-child {margin-top: 0; margin-bottom: 0 !important;}
.ld_contacts .request_note {color: var(--primary-orange); font-size: 14px; font-weight: 500;}
.ld_contacts .request_note a {color: var(--primary-orange); display: block;}



.write_articles_about_section { margin-top: 118px; }
.write_articles_about_section > h1 { font-weight: 400; font-size: 40px; line-height: 130%; text-transform: uppercase }
.write_articles_about_section > h1 > span { font-weight: 500; color: var(--primary-orange); display: block; }
.write_articles_about_content_block { display: flex; margin-top: 24px; }
.write_articles_about_content_block > div:nth-child(1) { width:  50%; max-height: 442px; padding-right: 88px; }
.write_articles_about_content_block > div:nth-child(1) > img {width: 100%;}
.write_articles_about_content_block > div:nth-child(2) { width: 50%; max-width: 400px; }
.write_articles_about_content_block > div:nth-child(2) > h6 {
    font-weight: 500; font-size: 20px; line-height: 120%; margin-bottom: 17px;
}
.write_articles_about_content_block > div:nth-child(2) > p {
    font-weight: 400; font-size: 16px; line-height: 140%; margin-bottom: 23px;
}
.write_articles_about_content_block > div:nth-child(2) > a {
    text-decoration: none; color: var(--primary-orange); font-weight: 400; font-size: 16px; line-height: 140%;
}
.write_articles_about_content_block > div:nth-child(2) > img {max-width: 120px; padding: 20px 0 30px 0;}



.input_error { background: rgba(242, 56, 56, 0.20) !important; }

/* common */

#modal {
    position: fixed; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; overflow: hidden;
    display: none; opacity: 0; filter: alpha(opacity=0); background: rgba(0, 0, 0, 0.8); z-index: 1000;
}
#modal.active {display: block; opacity: 1; filter: alpha(opacity=100);}

#modal_container {
    overflow-y: scroll; z-index: 1001; top: 0; bottom: 0; left: 0; width: 100%; height: 100%;
    text-align: left; direction: ltr; position: fixed;
}
#modal_overlay {position: absolute; width: 100%; min-height: 100%; left: 0; top: 0;}

#modal_content {
    position: relative; height: auto; margin: 55px auto 20px; padding: 0; border-radius: 30px; overflow: hidden;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

@media only screen and (max-width: 600px) {
    #modal_content {margin: 0; border-radius: 0; position: absolute; top: 0; bottom: 0; left: 0; width: 100%;}
}


.btn_modal_white {
    display: inline-flex; background: #fff; color: #000; height: 52px; font-size: 14px; cursor: pointer; align-items: center;
    text-decoration: none; border-radius: 6px; padding: 0 24px; justify-content: center; letter-spacing: 0; font-weight: 500;
    width: 100%; user-select: none; transition: 0.3s ease-in-out;
}
.btn_modal_white:hover {background: #d7d7d7;}
.btn_modal_white > i {font-size: 9px; padding-left: 12px; position: relative; top: 1px;}

.btn_modal_white.disabled {cursor: default; color: #777;}
.btn_modal_white.disabled:hover {background: #fff;}

@media only screen and (max-width: 800px) {
    .btn_modal_white > i {top: 0;}
}

/* checkboxes */

.checkbox_group {display: flex; flex-direction: column; padding-top: 26px;}
.checkbox_group > div {width: 100%;}

.checkbox {display: flex; padding-bottom: 14px;}
.checkbox > i {font-size: 16px; color: #fff; margin-right: 10px; position: relative; top: 1px; cursor: pointer;}
.checkbox > i.icon_checkbox_selected {color: #FFFFFF;}
.checkbox > span {color: #fff; font-size: 14px; line-height: 140%;}

.express_group {display: flex; align-items: center; padding: 10px 0;}
.express_group > div:nth-of-type(1) {
    width: 16px; height: 16px; background: #fff; border-radius: 2px; margin-right: 10px; display: flex; align-items: center;
    justify-content: center; cursor: pointer;
}
.express_group > div:nth-of-type(1) > i {color: #BD0671; font-size: 11px; opacity: 0;}
.express_group > div:nth-of-type(1).active > i {opacity: 1;}
.express_group > div:nth-of-type(2) {color: #fff;}

/* inputs */

.input_row {display: flex; padding-top: 28px;}
.input_row > div {width: 50%;}
.input_row > div:nth-of-type(1) {padding-right: 12px;}
.input_row > div:nth-of-type(2) {padding-left: 12px;}
.input_row > div > .btn {width: 100%;}

.input_group {position: relative;}
.input_group > input {
    border: 1px solid #ABBCC6; border-radius: 6px; height: 52px; line-height: 52px; width: 100%; padding: 0 20px; color: #fff;
    background: transparent;
}
.input_group > input:focus {color: rgba(255,255,255,1);}
.input_group > input::placeholder {color: rgba(255,255,255,0.75);}
.input_group > i {font-size: 14px; opacity: 0; position: absolute; top: 17px; right: 20px; color: #ABBCC6; transition: all 0.3s ease;}
.input_group > i.active {opacity: 1;}

@media only screen and (max-width: 800px) {
    .input_row {flex-direction: column; padding-top: 0;}
    .input_row > div {width: 100%;}
    .input_row > div:nth-of-type(1) {padding-right: 0;}
    .input_row > div:nth-of-type(2) {padding-left: 0;}
    .input_row > div > .btn {margin-top: 20px;}
    .input_group {margin-top: 20px;}
    .input_group > i {top: 16px;}
}

.input_group_2 {position: relative;}
.input_group_2 > .prefix {color: #222; font-size: 16px; position: absolute; top: 0; left: 17px; line-height: 52px;}
.input_group_2 > input {
    background: #fff; border-radius: 6px; height: 52px; line-height: 52px; width: 100%; padding: 0 20px; color: #222;
    font-size: 16px; border: 0;
}
.input_group_2 > input::placeholder {font-size: 16px;}
.input_group_2 > i {font-size: 16px; opacity: 0; position: absolute; top: 16px; right: 18px; color: rgb(0, 0, 0, 0.6); transition: all 0.3s ease;}
.input_group_2 > i.active {opacity: 1;}

@media only screen and (max-width: 600px) {
    .input_group_2 {margin-top: 20px;}
    .input_group_2 > i {top: 16px;}
}


/* order */

.modal_order {
    background: var(--primary-orange); color: #fff; padding: 56px 50px;
    position: relative; min-height: 400px;
}

.modal_order_close {
    position: absolute; top: 20px; right: 20px; width: 36px; height: 36px; background: #FFFFFF; border-radius: 50%;
    box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.2); display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.modal_order_close > i {font-size: 14px; color: #333333;}

.modal_order_group {display: flex;}
.modal_order_group > div {width: 50%;}
.modal_order_group > div:nth-of-type(2) {padding: 0 20px;}

.modal_order_card_label {font-size: 24px; line-height: 120%;}
.modal_order_card {font-size: 40px; line-height: 130%; padding-top: 16px; font-weight: 500;}

.modal_order_price_label {font-size: 24px; line-height: 140%; padding-top: 36px;}
.modal_order_price {font-size: 60px; line-height: 110%; padding-top: 12px; font-weight: 500;}

.modal_order_desc {font-size: 14px; line-height: 120%;}

.modal_order_agree {padding-top: 14px; font-size: 10px; line-height: 130%; text-align: center; max-width: 260px; margin: 0 auto;}
.modal_order_agree > a {color: #fff;}

.modal_order_complete_title {font-size: 40px; line-height: 130%; font-weight: 500;}
.modal_order_complete_desc {font-size: 24px; line-height: 140%; padding-top: 16px; max-width: 690px;}

@media only screen and (max-width: 900px) {
    .modal_order {
        padding: 35px 16px; position: absolute; top: 0; bottom: 0; left: 0;
        width: 100%; overflow-y: auto;
    }
    .modal_order_group {flex-direction: column;}
    .modal_order_group > div {width: 100%;}
    .modal_order_group > div:nth-of-type(2) {padding: 0; margin-top: 20px;}
    .modal_order_card_label {font-size: 16px; padding-top: 40px;}
    .modal_order_card {font-size: 28px;}
    .modal_order_price_label {font-size: 16px; padding-top: 20px;}
    .modal_order_price {font-size: 40px;}
    .modal_order_agree {padding-top: 30px;}
    .modal_order_complete_title {font-size: 28px; padding-top: 70px;}
    .modal_order_complete_desc {font-size: 16px; padding-top: 30px;}
}


/* The Close Button */

.close { color: #aaaaaa; float: right; font-size: 28px; font-weight: bold; }
.close:hover, .close:focus {color: #000; text-decoration: none; cursor: pointer;}


@media only screen and (max-width: 1024px) {
    #contacts {margin-top: 50px;}
    .ld_contacts > div > .contact_block {padding: 16px; border-radius: 10px; background: radial-gradient(91.87% 348.11% at 97.1% 6.13%, #F1915B 0%, #F26D21 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;}
    .ld_contacts > div > .contact_block > div:first-child > hgroup > .title { font-size: 32px; line-height: 130%; margin-bottom: 8px;}
    .ld_contacts > div > .contact_block > div:nth-child(2) {margin-top: 16px; padding: 0; background: none; color: #FFFFFF;}
    .ld_contacts .request_note {color: #FFFFFF;}
    .ld_contacts .request_note a {color: #FFFFFF;}
    .ld_contacts > div > .contact_block > div:nth-child(2) .request_inputs input {background: #FFFFFF33; color: #FFFFFF;}
    .ld_contacts > div > .contact_block > div:nth-child(2) .request_inputs input::placeholder {color: #FFFFFF;}
    .ld_contacts > div > .contact_block {width: 100%; margin: 42px auto;flex-direction: column;}
    .ld_contacts > div > .contact_block > div { width: 100% }
    .ld_contacts > div > .contact_block .manager {width: 100%; max-width: 500px;}
    .ld_contacts > div > .contact_block .manager > img {width: 57px; min-width: 57px;}
    .ld_contacts > div > .contact_block .manager > div > div:nth-of-type(1) {font-size: 14px;}
    .ld_contacts > div > .contact_block .manager > div > div:nth-of-type(2) {font-size: 14px;}
    #contacts > div > div > section:nth-child(1) > div:nth-child(3) {margin-top: 16px;}
    .ld_contacts > div > .contact_block > div:nth-child(2) > .title {font-size: 24px;}
    .ld_contacts > div > .contact_block > div:nth-child(2) .request_inputs {padding-top: 0;}
    .ld_contacts > div > .contact_block > div:nth-child(2) .request_inputs > div {padding-bottom: 0;}
    .ld_contacts > div > .contact_block > div:nth-child(2) .request_inputs > div:nth-child(2) .input_group {margin-top: 0;}
    .ld_contacts #tg_btn {display: none;}
    .ld_contacts .request_btn {background: #FFFFFF; color: var(--primary-orange);}
    .ld_contacts .request_note a {display: inline-block;}
}

@media only screen and (max-width: 1024px) {
    .write_articles_about_section { margin-top: 42px; }
    .write_articles_about_section { padding: 0 16px; }
    .write_articles_about_content_block { margin-top: 8px; }
    .write_articles_about_content_block { flex-direction: column; }
    .write_articles_about_content_block > div:nth-child(1) { order: 2; width: 100%; margin-top: 16px; padding-right: 0 }
    .write_articles_about_content_block > div:nth-child(2) { order: 1;  width: 100%; }
    .write_articles_about_content_block > div:nth-child(2) > img {max-width: 120px; padding: 20px 0 30px 0;}
    .write_articles_about_section > h1 { font-size: 28px; }
    .write_articles_about_content_block > div:nth-child(2) > p { font-size: 16px; }

}

/* -------------------------------------------------------------------------- */

/* FOOTER */


.ld_contacts + .mobile_menu_contacts_bottom {padding: 24px 0; display: none;}
.ld_contacts + .mobile_menu_contacts_bottom > div:first-of-type > div {
    text-align: left; padding-left: 27px; vertical-align: bottom;
}

footer.ld_footer {height: auto; width: 100%; margin-top: 120px; margin-bottom: 40px;}
footer.ld_footer > .ld_container {display: block;}
.ld_footer_main {background: #E9F4FF; padding: 32px 64px; border-radius: 20px;}

.ld_footer_top {display: flex; gap: 20px; align-items: stretch;}

.ld_footer_card {background: #FFFFFF; border-radius: 20px; padding: 28px 32px;}

.ld_footer_company {flex: 0 0 340px; display: flex; flex-direction: column;}
.footer_logo_block {margin-bottom: 24px;}
.footer_company_name {font-size: 16px; font-weight: 700; color: #1E293B; text-transform: uppercase; margin-bottom: 12px;}
.footer_company_info {font-size: 16px; font-weight: 400; color: #1E293B; line-height: 120%; margin-bottom: 12px;}
.footer_email {display: flex; align-items: center; gap: 8px;}
.footer_email a {font-size: 16px; font-weight: 500; color: #2563EB; text-decoration: none;}
.footer_email svg {flex-shrink: 0;}

.ld_footer_nav {flex: 1; display: flex; gap: 40px;}
.footer_nav_column {display: flex; flex-direction: column;}
.footer_nav_title {font-size: 16px; font-weight: 700; color: #1E293B; margin-bottom: 8px;}
.footer_nav_column > a {font-size: 16px; font-weight: 400; color: #131B46; text-decoration: none; line-height: 150%;}
.footer_nav_column > a:hover {color: var(--primary-blue);}

.ld_footer_contacts {flex: 0 0 240px; display: flex; flex-direction: column; align-items: center; -webkit-justify-content: center; text-align: center; background: #FFFFFF; padding: 20px;}
.footer_contacts_title {font-size: 16px; font-weight: 700; color: #1E293B; margin-bottom: 20px;}
.footer_phone {margin-bottom: 20px;}
.footer_phone a {display: inline-block; padding: 10px 24px; border-radius: 50px; background: #131B46; color: #FFFFFF; font-size: 16px; font-weight: 500; text-decoration: none; white-space: nowrap;}
.footer_phone a:hover {background: #1a2460;}
.footer_messengers {display: flex; align-items: center; justify-content: center; gap: 8px;}
.footer_tg {display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: #29B0EB; color: #FFFFFF;}
.footer_tg svg {display: block;}
.footer_max {display: block; line-height: 0;}

.ld_footer_bottom {display: flex; align-items: center; justify-content: space-between; margin-top: 24px; padding: 0;}
.footer_copyright {font-size: 12px; color: #64748B; font-weight: 400;}
.footer_legal {display: flex; align-items: center; gap: 12px;}
.footer_legal a {font-size: 12px; color: #64748B; text-decoration: none; font-weight: 400; position: relative;}
.footer_legal a::before {position: absolute; bottom: 0; content: ""; display: block; height: 1px; width: 100%; background: #CBD5E1; opacity: 0; transition: .3s ease-in-out;}
.footer_legal a:hover::before {opacity: 1;}
.footer_legal_divider {width: 1px; height: 14px; background: #CBD5E1;}


@media only screen and (max-width: 1200px) {
    footer.ld_footer {margin-top: 50px; margin-bottom: 16px; padding: 16px 0 16px 0; border-radius: 10px;}
    .ld_footer_top {flex-direction: column; gap: 12px;}
    .ld_footer_card {border-radius: 10px; padding: 20px 16px;}
    .ld_footer_company {flex: none;}
    .ld_footer_nav {flex: none; flex-direction: column; gap: 24px;}
    .ld_footer_contacts {flex: none; align-items: center; background: #FFFFFF; border-radius: 10px; padding: 24px 16px;}
    .ld_footer_bottom {flex-direction: column-reverse; gap: 8px; margin-top: 16px; padding: 0 8px;}
    .footer_legal {gap: 12px;}
}

@media only screen and (max-width: 1200px) {
    .ld_footer_main {padding: 16px;}
}

/* -------------------------------------------------------------------------- */

/* locomotive scroll */


html.lenis{height:auto}
.lenis.lenis-smooth{scroll-behavior:auto}
.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}
.lenis.lenis-stopped{overflow:hidden}
.lenis.lenis-scrolling iframe{pointer-events:none}

/* -------------------------------------------------------------------------- */

/* ------------------------------- FLICKITY ------------------------------- */

.flickity-enabled {position: relative;}
.flickity-enabled:focus {outline: none;}

.flickity-viewport {overflow: clip; overflow-y: visible; position: relative; height: 100%; width: 100%;}
.flickity-slider {position: absolute; width: 100%; height: 100%;}

/* draggable */

.flickity-enabled.is-draggable {-webkit-tap-highlight-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.flickity-enabled.is-draggable .flickity-viewport {cursor: move; cursor: -webkit-grab; cursor: grab;}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {cursor: -webkit-grabbing; cursor: grabbing;}

/* flickity-button */

.flickity-button {position: absolute; background: hsla(0, 0%, 100%, 0.75); border: none; color: #333;}
.flickity-button:hover {background: white; cursor: pointer;}
.flickity-button:focus {outline: none;}
.flickity-button:active {opacity: 0.6;}
.flickity-button:disabled {opacity: 0; cursor: auto; pointer-events: none;}

.flickity-button-icon {fill: currentColor;}

/* previous/next buttons */

.flickity-prev-next-button {width: 25px; height: 25px; top: 50%; transform: translateY(-50%); background: transparent;}
.flickity-prev-next-button:hover {background: transparent;}
.flickity-prev-next-button:focus {outline: none !important;}
.flickity-prev-next-button .arrow {fill: #777;}
.flickity-prev-next-button.no-svg {color: #777;}
.flickity-prev-next-button.previous {left: -25px;}
.flickity-prev-next-button.next {right: -25px;}

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {left: auto; right: 10px;}
.flickity-rtl .flickity-prev-next-button.next { right: auto; left: 10px;}
.flickity-prev-next-button .flickity-button-icon {position: absolute; left: 20%; top: 20%; width: 60%; height: 60%;}

/* page dots */

.flickity-page-dots {
    position: absolute; width: 100%; bottom: -25px; padding: 0; margin: 0; list-style: none; text-align: center; line-height: 1;
}
.flickity-rtl .flickity-page-dots {direction: rtl;}
.flickity-page-dots .dot {
    display: inline-block; width: 10px; height: 10px; margin: 0 4px; background: #333; border-radius: 50%; opacity: 0.25;
    cursor: pointer;
}
.flickity-page-dots .dot.is-selected {opacity: 1;}

@media (max-width: 800px) {
    .flickity-prev-next-button.previous {left: calc(50% - 50px); top: 100%; margin-top: 20px;}
    .flickity-prev-next-button.next {left: calc(50% + 25px); top: 100%; margin-top: 20px;}
}

@media (max-width: 600px) {
    .flickity-prev-next-button.previous, .flickity-prev-next-button.next {margin-top: 40px;}
}
