.test {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 50%;
    z-index: -1;
    width: 1440px;
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    z-index: 100;
    opacity: 0;
    transition: all 1s;
}
.loader.active {
    opacity: 1;
}
.loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0;
    transition: all 1s;
}
.loader.active img {
    width: 300px;
}
body {
    color: #000000;
    font-family: "Roboto", sans-serif;
    background-color: #ECEFF3;
    line-height: 1;
}
.container {
    width: 81.25rem;
    margin: 0 auto;
    padding: 0;
    max-width: unset;
}
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 1.8rem 0;
    z-index: 20;
}
.head_logo {
    width: 5.62rem;
}
.head_logo img {
    display: block;
    width: 100%;
}
.btn {
    display: flex;
    padding: 1.05rem 1.4rem;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background-color: #C36E49;
}
.btn:hover {
    background-color: rgba(195, 110, 73, 0.8);
}
.btn span {
    text-align: center;
    text-transform: uppercase;
}
.btn img {
    width: 1.5rem;
    height: 1.5rem;
    background-color: #12529F;
    border-radius: 5px;
    margin-left: 0.625rem;
}
.btn.btn_blue:hover {
    background-color: rgba(6, 63, 132, 0.8);
}
.btn.btn_blue {
    background-color: #063F84;
    padding: 0.8rem 2.25rem;
}
.head_btn .btn {
    padding: 0.55rem;
    border-radius: 5px;
}
.head_btn .btn span {
    font-size: 0.75rem;
}
.head_insta {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 0.938rem;
}
.head_insta img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.lang_box {
    position: relative;
    cursor: pointer;
}
.lang_top {
    display: flex;
    align-items: center;
    padding: 0.55rem 0.5rem;
    color: #FFFFFF;
    font-size: 0.75rem;
}
.lang_top img {
    width: 0.75rem;
}
.lang_bottom {
    display: none;
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 50%;
    transform: translateX(-50%);
    width: 3rem;
    padding: 1rem 0.55rem;
    border-radius: 8px;
    background-color: #063F84;
    text-align: center;
}
.lang_item {
    display: block;
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
    transition: all 0.35s;
}
.lang_item:last-child {
    margin-bottom: unset;
}
.lang_item.active {
    color: #FFFFFF;
    transform: scale(1.25);
    text-decoration: underline;
    pointer-events: none;
}
.lang_item:hover {
    transform: scale(1.25);
}
.menu_item {
    font-size: 0.75rem;
    text-transform: uppercase;
    padding: 0.45rem 0.7rem;
    margin: 0 0.65rem;
    border-bottom: 2px solid transparent;
    transition: all 0.35s;
}
.menu_item.active {
    border-bottom: 2px solid #C36E49;
    pointer-events: none;
}
.menu_item:hover {
    border-color: rgba(195, 110, 73, 0.75);
}
.top_pad {
    padding-top: 8rem;
}
#hsec-1 {
    position: relative;
    width: 100%;
    height: 40.1rem;
    background-image: url("../img/hsec1-fon.jpg");
    background-size: cover;
    padding-bottom: 3.1rem;
}
.hsec1_box{
    height: 100%;
}
.hsec1_left {
    width: 31.438rem;
}
.hsec1_right {
    width: 39.75rem;
    height: 100%;
}
.hsec1_ritem {
    width: calc(50% - 0.5rem);
    padding: 0.813rem;
    border-radius: 12px;
    background: linear-gradient(141deg, rgba(255, 255, 255, 0.45) 50.1%, rgba(255, 255, 255, 0.00) 162.14%);
    backdrop-filter: blur(12px);
}
.hsec1_ritem.top {
    margin-bottom: auto;
}
.hsec1_rimg {
    width: 100%;
    height: 11.25rem;
    margin-bottom: 0.75rem;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}
.hsec1_rimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hsec1_rtitle {
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.hsec1_rtext {
    color: #FFFFFF;
    font-size: 0.875rem;
}
.hsec1_text {
    color: #FFFFFF;
    margin-bottom: 1rem;
    padding-right: 4.68rem;
}
.sec_title {
    color: #FFFFFF;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
}
.blue_title {
    color: #013362;
}
.hsec1_title {
    margin-bottom: 2.5rem;
}
#hsec-2 {
    margin-top: 3.1rem;
}
.hsec2_item {
    width: calc(33.33% - 0.84rem);
}
.hsec2_top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 0.7rem 1.2rem;
    border-radius: 12px;
    background-color: #FFFFFF;
    min-height: 11.75rem;
    margin-bottom: 0.938rem;
}
.hsec2_img {
    display: block;
    max-width: 14.375rem;
    max-height: 8.813rem;
    margin: 0 auto;
}
.hsec2_title {
    color: #013362;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}
.hsec2_text{
    color: #A0A09E;
    font-size: 1.25rem;
}
#hsec-3 {
    margin-top: 5rem;
}
.hsec3_left, .hsec3_right, .hsec3_rleft, .hsec3_rright {
    width: calc(50% - 0.625rem);
}
.hsec3_rright {
    height: 34.813rem;
}
.hsec3_rright, .hsec3_rleft_item {
    border-radius: 0.75rem;
    overflow: hidden;
}
.hsec3_rleft_item {
    width: 100%;
    height: calc(50% - 0.625rem);
}
.hsec3_rright img, .hsec3_rleft_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hsec3_lup {
    padding-right: 5.5rem;
}
.hsec3_title {
    margin-bottom: 1.25rem;
}
.hsec3_litem {
    width: calc(33.33% - 0.834rem);
}
#hsec-4 {
    margin-top: 5rem;
}
.hsec4_title {
    width: 50%;
}
.hsec4_btn {
    display: flex;
    align-items: center;
}
.hsec4_btn span {
    color: #A0A09E;
    font-size: 1.25rem;
    margin: 0 1.25rem;
}
.hsec4_btn img {
    width: 3.5rem;
    border-radius: 12px;
    background: #12529F;
}
.hsec4_title_box {
    margin-bottom: 3.813rem;
}
.hsec4_filt {
    display: flex;
    min-width: 8.75rem;
    height: 2.5rem;
    padding: 0.625rem 0.75rem;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #FFFFFF;
    color: #2B2A29;
    text-align: center;
    font-size: 1.25rem;
    margin-right: 0.5rem;
}
.select_box {
    position: relative;
    width: 15rem;
    margin-right: 0.5rem;
    cursor: pointer;
}
.hsec4_filt_select{
    display: flex;
    /*width: 100%;*/
    height: 2.5rem;
    padding: 0.625rem 0.75rem;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #FFFFFF;
    border: 1px solid #12529F;
}
.hsec4_filt_select span {
    color: #12529F;
    text-align: center;
    font-size: 1.25rem;
    margin-right: 0.625rem;
}
.hsec4_filt_select img {
    width: 1.25rem;
    height: 1.25rem;
}
.select_down {
    display: none;
    position: absolute;
    top: calc(100% + 1rem);
    left: 0;
    width: 100%;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    padding: 0.625rem 0.75rem 0;
    z-index: 1;
}
.select_item {
    display: block;
    color: #2B2A29;
    margin-bottom: 0.625rem;
    text-align: center;
    padding: 0.625rem;
    border-bottom: 1px solid transparent;
}
.select_item:hover {
    color: #12529F;
    border-bottom: 1px solid rgba(18, 82, 159, 0.6);
}
.select_item.active {
    pointer-events: none;
    color: #12529F;
    border-bottom: 1px solid #12529F;
}
.hsec4_filt:hover {
    color: #2B2A29;
    border: 1px solid rgba(18, 82, 159, 0.6);
}
.hsec4_filt.active, .hsec4_filt.active:hover {
    border: 1px solid #12529F;
}
.hsec4_filter_box {
    margin-bottom: 2.813rem;
}
.hsec4_item {
    width: calc(25% - 0.875rem);
}
.hsec4_img {
    width: 100%;
    padding: 2.375rem 0.25rem;
    height: 19.375rem;
    border-radius: 12px;
    background: #FFFFFF;
    overflow: hidden;
    margin-bottom: 1.35rem;
}
.hsec4_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hsec4_ititle {
    color: #013362;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
}
.hsec4_itext {
    margin-bottom: 1.063rem;
}
.hsec4_ibtn .btn{
    width: 100%;
    padding: 0.813rem;
}
.hsec4_ibtn .btn span {
    text-transform: unset;
}
#hsec-5 {
    margin-top: 5rem;
}
.hsec5_box {
    padding: 2.75rem 3.375rem 1.25rem;
    border-radius: 12px;
    background-color: #063F84;
    background-image: url("../img/hsec5-fon.jpg");
    background-size: cover;
}
.hsec5_title {
    text-align: center;
    margin-bottom: 2.813rem;
}
.hsec5_item {
    width: calc(50% - 0.625rem);
    padding: 1.25rem;
    border-radius: 12px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}
.hsec5_img {
    width: 15.5rem;
    height: 11rem;
    border-radius: 10px;
    overflow: hidden;
}
.hsec5_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hsec5_iright {
    width: calc(100% - 16.75rem);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.hsec5_ititle {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.625rem;
}
.hsec5_itext {
    margin-bottom: 0.625rem;
}
.hsec5_ibtn .btn {
    width: 100%;
}
#hsec-6 {
    margin-top: 5rem;
}
.hsec6_box {
    width: 50%;
}
.hsec6_title {
    margin-bottom: 1.65rem;
}
.hsec6_text {
    margin-bottom: 3.7rem;
}
.hsec6_btn {
    width: 19.5rem;
    margin-bottom: 1.25rem;
}
.hsec6_item {
    width: calc(25% - 0.938rem);
    height: 17.5rem;
    padding: 1.563rem 1.688rem;
    border-radius: 12px;
    background: #FFFFFF;
}
.hsec6_ititle {
    width: calc(100% - 4.25rem);
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
}
.hsec6_icon {
    width: 3rem;
    height: 3rem;
    border-radius: 10px;
    background-color: #C36E49;
    overflow: hidden;
}
.hsec6_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hsec6_item_none {
    position: relative;
    width: calc(25% - 0.938rem);
    height: 17.5rem;
}
.hsec6_item_third {
    position: absolute;
    left: 0;
    bottom: calc(100% + 1.25rem);
    width: 100%;
    height: 100%;
    padding: 1.563rem 1.688rem;
    border-radius: 12px;
    background: #FFFFFF;
}
.hsec6_item_box {
    position: relative;
    z-index: 1;
}
.hsec6_banner {
    position: absolute;
    bottom: -3.4rem;
    right: 5.5rem;
    width: 41.375rem;
}
#hsec-7 {
    margin-top: 5rem;
}
.hsec7_left, .hsec7_right {
    position: relative;
    width: calc(50% - 0.625rem);
    min-height: 18.563rem;
    border-radius: 12px;
    padding: 3.125rem 2.75rem;
    background-color: #FFFFFF;
}
.hsec7_left {
    color: #FFFFFF;
    background-image: url("../img/hsec7-ifon.jpg");
    background-size: cover;
}
.hsec7_item {
    position: relative;
    width: 16.625rem;
    height: 100%;
    z-index: 1;
}
.hsec7_ititle {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.938rem;
}
.hsec7_right .btn:hover {
    background-color: rgba(6, 63, 132, 0.8);
}
.hsec7_right .btn {
    background-color: #063F84;
}
.hsec7_btn {
    width: max-content;
}
.hsec7_lbanner {
    position: absolute;
    right: 0;
    bottom: 1.8rem;
    width: 19.5rem;
}
.hsec7_rbanner {
    position: absolute;
    right: 1px;
    bottom: 0;
    width: 22.25rem;
}
#hsec-8 {
    margin-top: 5rem;
}
.hsec8_box {
    padding: 1.8rem 6.88rem 1.9rem;
    border-radius: 12px;
    background-color: #12529F;
    background-image: url("../img/hsec8-fon.jpg");
    background-size: cover;
}
.hsec8_title {
    text-align: center;
    margin-bottom: 2.38rem;
}
.hsec8_item {
    width: calc(45% - 1.65rem);
    min-height: 16.75rem;
    color: #FFFFFF;
}
.hsec8_img {
    display: block;
    max-width: 22.75rem;
    max-height: 7.625rem;
    margin: 0 auto 1.45rem;
}
.hsec8_ititle {
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.625rem;
}
.hsec8_item_box {
    margin-bottom: 1.5rem;
}
.hsec8_btn {
    margin: 0 auto;
    width: 28.8rem;
}
#hsec-9 {
    margin-top: 5rem;
}
.hsec9_title {
    text-align: center;
    margin-bottom: 0.75rem;
}
.hsec9_pretitle {
    color: #013362;
    text-align: center;
    font-size: 1.875rem;
    text-transform: uppercase;
    width: 58rem;
    margin: 0 auto 1.9rem;
}
.review {
    color: #013362;
    height: 275px;
    display: flex;
    padding: 1.25rem;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 12px;
    border: 1px solid #C36E49;
    background-color: #FFFFFF;
}
.review_title {
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    line-height: 1.24;
}
.review_star {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1.25rem;
}
.review_star img {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.375rem;
}
.review_star img.none_star {
    filter: grayscale(1);
}
.review_arr {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 12px;
    background-color: #C36E49;
    margin: 0 0.625rem;
}
.review_arr img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.reviews_box {
    margin-bottom: 1.9rem;
}
.reviews_btn {
    display: flex;
    justify-content: center;
}
.review_arr:hover {
    background-color: rgba(195, 110, 73, 0.5);
}
#hsec-10 {
    margin-top: 5rem;
}
.hsec10_box {
    padding: 0 7.45rem;
}
.hsec10_inbox {
    padding: 3rem 3.563rem 0;
    background-color: #FFFFFF;
    background-image: url("../img/hsec10-fon.jpg");
    background-size: cover;
    border: 1.5rem solid #010101;
    border-radius: 12px;
}
.hsec10_pretitle {
    color: #013362;
    font-size: 1.875rem;
    font-weight: 700;
    text-transform: uppercase;
}
.hsec10_title {
    margin-bottom: 1.55rem;
}
.hsec10_box2 {
    position: relative;
    width: 35.65rem;
}
.hsec10_inbox2{
    position: relative;
    z-index: 1;
    height: 27.9rem;
    padding: 1.25rem 1.25rem 4rem;
    background-color: #C36E49;
    background-image: url("../img/hsec10-banner.jpg");
    background-size: cover;
    border-radius: 12px 12px 0 0;
}
.input_box {
    margin-bottom: 1.25rem;
}
.input_box:last-child {
    margin-bottom: 0.938rem;
}
.input_box input {
    width: 100%;
    padding: 1.3rem 1.25rem;
    border-radius: 12px;
    background-color: #FFFFFF;
}
.input_box input::placeholder {
    font-family: "Roboto", sans-serif;
    color: rgba(1, 51, 98, 0.5);
}
.check_box {
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
    padding: 0 1.25rem;
    margin-bottom: 1.5rem;
}
.check_box input {
    width: 16px;
    height: 16px;
}
.check_box label {
    width: calc(100% - 1.938rem);
}
.form_btn .btn:hover {
    background-color: rgba(6, 63, 132, 0.8);
}
.form_btn .btn {
    width: 100%;
    padding: 1.7rem 2rem;
    background-color: #063F84;
}
.hsec10_inbox3 {
    position: absolute;
    left: calc(100% - 1rem);
    bottom: 4rem;
    width: 20.35rem;
}
.hsec10_item:hover {
    background-color: #063F84;
}
.hsec10_item {
    color: #FFFFFF;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 0.825rem;
    border-radius: 12px;
    background-color: #336AAD;
    margin-top: 1.25rem;
}
.hsec10_item span {
    text-transform: uppercase;
}
.hsec10_item img {
    width: 2.1rem;
    height: 2.1rem;
    object-fit: contain;
    margin-left: 0.625rem;
}
.hsec10_down {
    display: block;
    width: 23.1rem;
    margin: 0 auto;
}
#hsec-11 img {
    display: block;
    width: 100%;
}
#hsec-11 {
    position: relative;
    margin-top: -6.5vw;
}
#hsec-12 {
    padding-top: 1.7rem;
    background-color: #12529F;
    padding-bottom: 2rem;
}
.hsec12_box {
    position: relative;
    overflow: hidden;
}
.hsec12_map {
    width: 100%;
    height: 25rem;
    border-radius: 12px;
    background-color: #D9D9D9;
    overflow: hidden;
}
.hsec12_inbox {
    position: absolute;
    left: -1rem;
    top: 4.55rem;
    width: 27.2rem;
}
.hsec12_item {
    display: flex;
    width: 100%;
    padding: 1.35rem 1.25rem;
    justify-content: flex-end;
    align-items: center;
    border-radius: 12px;
    background-color: #12529F;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 1.25rem;
}
.hsec12_item span {
    color: #FFFFFF;
    text-transform: uppercase;
}
a.hsec12_item:hover {
    background-color: #063F84;
}
#hsec-13 {
    padding-top: 3rem;
    background-color: #12529F;
    padding-bottom: 0.75rem;
}
.hsec13_title {
    text-align: center;
    margin-bottom: 2.5rem;
}
.hsec13_item {
    color: #000000;
    display: block;
    width: calc(50% - 0.625rem);
    padding: 1.063rem 2.15rem;
    border-radius: 12px;
    border: 1px solid #013362;
    background-color: #FFFFFF;
    margin-bottom: 1.25rem;
}
.hsec13_item:hover {
    color: #000000;
}
.hsec13_item.active {
    color: #FFFFFF;
    background-color: #12529F;
}
.hsec13_item.active:hover {
    color: #FFFFFF;
}
.hsec13_ititle {
    width: calc(100% - 2.25rem);
    font-size: 1.25rem;
    text-transform: uppercase;
}
.hsec13_img {
    width: 1.5rem;
    height: 1.5rem;
}
.hsec13_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hsec13_img_none {
    display: none;
}
.hsec13_item.active img {
    display: none;
}
.hsec13_item.active .hsec13_img_none {
    display: block;
}
.hsec13_down {
    display: none;
    padding-top: 0.75rem;
}
footer {
    color: #FFFFFF;
    padding-top: 3rem;
    background-color: #12529F;
    padding-bottom: 3.5rem;
}
.foot_left {
    width: calc(100% - 27.563rem);
}
.foot_right {
    width: 26.313rem;
}
.foot_rtitle {
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}
.foot_input_box {
    position: relative;
    width: 100%;
    margin-bottom: 1.25rem;
}
.foot_input_box input {
    color: #144B8F;
    width: calc(100% - 1rem);
    padding: 1rem 1.5rem;
    border-radius: 20px;
    background-color: #FFFFFF;
}
.foot_input_box input::placeholder {
    color: rgba(19, 73, 143, 0.3);
}
.foot_input_btn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    border-radius: 20px;
    background-color: #C36E49;
}
.foot_input_btn span {
    font-weight: 600;
}
.foot_rtext a {
    text-decoration: underline;
}
.foot_rtext{
    margin-bottom: 2.3rem;
}
.foot_socset_a {
    width: 2.5rem;
    height: 2.5rem;
}
.foot_socset_a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.foot_box {
    margin-bottom: 3.7rem;
}
.foot_box2 {
    border-top: 1px solid #FFFFFF;
    padding-top: 1.5rem;
}
.foot_logo {
    width: 12.5rem;
    padding: 1.9rem 1.75rem;
}
.foot_logo img {
    width: 100%;
}
.foot_lbox {
    width: calc(100% - 13.75rem);
}
.foot_litem {
    width: calc(50% - 0.625rem);
}
.foot_menu {
    padding: 0.625rem;
    display: block;
    margin-bottom: 0.625rem;
}
.foot_menu span {
    text-transform: uppercase;
}
.foot_menu:last-child {
    margin-bottom: unset;
}
.foot_ctitle {
    margin-bottom: 0.4rem;
}
.foot_contact {
    margin-bottom: 1.65rem;
}
.foot_contact:last-child {
    margin-bottom: unset;
}
.page_title {
    text-align: center;
    margin-bottom: 1.5rem;
}
.prelink_box {
    color: rgba(255, 255, 255, 0.8);
}
.prelink_item {
    color: rgba(255, 255, 255, 0.8);
}
.prelink_item:hover {
    color: #FFFFFF;
}
.top_fon {
    padding-bottom: 2rem;
    background-image: url(../img/top1-fon.jpg);
    background-size: cover;
}
.ab2_right {
    position: relative;
    width: 45.875rem;
    height: 24.5rem;
    border-radius: 12px;
    overflow: hidden;
}
.ab2_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ab2_left {
    position: relative;
    width: 34.125rem;
}
#ab-2 {
    margin-top: 5rem;
}
.ab2_item {
    display: flex;
    width: 26.25rem;
    padding: 0.813rem 1.25rem;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #12529F;
    background: #FFFFFF;
    margin-bottom: 0.625rem;
}
.ab2_ititle {
    width: 10rem;
    font-size: 2rem;
}
.ab2_itext {
    width: 12.5rem;
    font-size: 0.875rem;
}
.ab2_title {
    margin-bottom: 1.25rem;
}
.ab2_text {
    margin-bottom: 1.25rem;
}
#ab-3 {
    margin-top: 5rem;
}
.ab3_box {
    padding: 2.75rem 3.375rem 1.25rem;
    border-radius: 12px;
    background-color: #12529F;
    background-image: url(../img/ab3-fon.jpg);
    background-size: cover;
}
.ab3_title {
    text-align: center;
    margin-bottom: 2.5rem;
}
.ab3_item {
    width: calc(33.33% - 0.833rem);
    padding: 1.25rem;
    border-radius: 12px;
    background-color: #FFFFFF;
    margin-bottom: 1.25rem;
}
.ab3_img {
    width: 100%;
    height: 11rem;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1.875rem;
}
.ab3_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ab3_ititle {
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.625rem;
}
#ab-4 {
    margin-top: 5rem;
}
.ab4_box {
    position: relative;
}
.ab4_top {
    position: relative;
    padding-right: 15%;
    min-height: 12.45rem;
}
.ab4_end {
    position: relative;
    flex-direction: row-reverse;
    padding-left: 11.8%;
    padding-right: 25%;
}
.ab4_fon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.ab4_item {
    width: 10.5rem;
}
.ab4_top .ab4_item:first-child {
    width: 8.125rem;
}
.ab4_itile {
    width: 7.5rem;
    margin: 0.25rem auto 1.25rem;
    padding: 1.125rem 1.25rem;
    border-radius: 40px;
    background-color: #013362;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.875rem;
    font-weight: 700;
    text-transform: uppercase;
}
.ab4_text {
    text-align: center;
    font-size: 1.25rem;
}
#ab-5 {
    margin-top: 5rem;
}
.ab5_img {
    width: 100%;
    height: 21.875rem;
    border-radius: 12px;
    overflow: hidden;
}
.ab5_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#ptr-2 {
    padding: 2.5rem 0;
    background-image: url("../img/ptr2-fon.jpg");
    background-position: bottom;
    background-size: cover;
}
.ptr2_box {
    padding: 0 6.813rem;
}
.ptr2_text {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
.ptr2_phone {
    display: flex;
    align-items: center;
}
.ptr2_phone img {
    width: 3rem;
    height: 3rem;
    object-fit: contain;
    margin-right: 1.25rem;
}
.ptr2_phone span {
    color: #013362;
    font-size: 2.25rem;
    font-weight: 700;
}
.ptr2_telbox {
    margin-bottom: 3.75rem;
}
.ptr2_title {
    color: #013362;
    text-align: center;
    font-size: 2.25rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}
.ptr2_input, .ptr2_select {
    position: relative;
    cursor: pointer;
    width: calc(50% - 0.625rem);
    margin-bottom: 1.25rem;
}
.ptr2_input input, .ptr2_seltop {
    width: 100%;
    padding: 1.188rem 1.75rem;
    border-radius: 10px;
    border: 1px solid rgba(195, 110, 73, 0.50);
    background-color: #FFFFFF;
}
.ptr2_seltop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: normal;
}
.ptr2_seltop img {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
}
.ptr2_seldown {
    display: none;
    position: absolute;
    top: calc(100% + 1rem);
    left: 0;
    width: 100%;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    padding: 0.625rem 0.75rem 0;
    z-index: 1;
}
.ptr2_selitem {
    display: block;
    color: #2B2A29;
    margin-bottom: 0.625rem;
    text-align: center;
    padding: 0.625rem;
    border-bottom: 1px solid transparent;
}
.ptr2_selitem:hover {
    color: #12529F;
    border-bottom: 1px solid rgba(18, 82, 159, 0.6);
}
.ptr2_selitem.active {
    pointer-events: none;
    color: #12529F;
    border-bottom: 1px solid #12529F;
}
.ptr2_btn .btn {
    width: 30%;
}
#dvr-2 {
    position: relative;
    margin-top: 5rem;
}
#dvr-2::before {
    content: "";
    position: absolute;
    top: 0.938rem;
    left: 0;
    width: 100%;
    height: 25rem;
    background-color: #FFFFFF;
}
.dvr2_left {
    position: relative;
    width: 34.125rem;
    min-height: 22.125rem;
}
.dvr2_right {
    position: relative;
    width: 45.875rem;
    height: 27.188rem;
    border-radius: 12px;
    overflow: hidden;
}
.dvr2_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dvr2_title {
    color: #013362;
    text-align: center;
    font-size: 2.25rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}
.dvr2_text {
    margin-bottom: 1.25rem;
}
.dvr2_inbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 12rem;
    padding: 0.688rem 1.5rem;
    border-radius: 12px;
    border: 1px solid #013362;
    background-color: #12529F;
    color: #FFFFFF;
}
.dvr2_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 0.875rem;
    margin-bottom: 0.938rem;
}
.dvr2_item:last-child {
    margin-bottom: unset;
}
.dvr2_iright, .dvr2_ileft {
    width: calc(50% - 0.781rem);
}
#dvr-3 {
    margin-top: 5rem;
}
.dvr3_title {
    color: #013362;
    font-size: 2.25rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2.25rem;
}
.dvr3_item {
    width: calc(50% - 0.625rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
}
.dvr3_ileft {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.625rem;
    height: 5.625rem;
    border-radius: 12px;
    border: 1px solid #013362;
    background-color: #12529F;
}
.dvr3_ileft img {
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    object-fit: contain;
}
.dvr3_iright {
    width: calc(100% - 6.875rem);
}
.dvr3_ititle {
    color: #013362;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.625rem;
}
#pro-5 {
    margin-top: 5rem;
}
#pro-2 {
    margin-top: 3rem;
}
.pro2_title {
    color: #013362;
    text-align: center;
    font-size: 2.25rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}
.pro2_box {
    position: relative;
    margin-bottom: 2.5rem;
}
.pro2_item {
    width: 19.375rem;
    text-align: center;
}
.pro2_itop {
    color: #C36E49;
    font-size: 3.75rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4.375rem;
}
.pro2_ititle {
    font-size: 1.563rem;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}
.pro2_ipretitle {
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}
.pro2_line {
    position: absolute;
    top: 5.4rem;
    left: 9.25rem;
    width: calc(100% - 18.5rem);
}
.pro2_btn .btn {
    width: 25rem;
    margin: 0 auto;
}
#ct-2 {
    margin-top: 3rem;
}
.ct2_left {
    width: calc(25% - 0.625rem);
    line-height: 1.3;
}
.ct2_right {
    width: calc(75% + 0.625rem);
    margin: 0 -0.625rem;
}
.ct2_right .hsec4_item {
    margin: 0 0.625rem 1.25rem;
    width: calc(33% - 1.065rem);
}
.ct2_ibtn {
    margin-top: 0.5rem;
}
.hsec4_item .btn {
    padding: 1.063rem;
}
.ct2_ltop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 1rem;
}
.ct2_ltop span {
    width: calc(100% - 2.875rem);
    color: #013362;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
}
.ct2_ltop img {
    display: block;
    width: 1.625rem;
    height: 1.5rem;
    object-fit: contain;
    transform: rotateX(180deg);
    transition: all 0.35s;
}
.ct2_lbox.active .ct2_ltop img {
    transform: rotateX(0deg);
}
.ct2_ldown, .ct_filt .ct2_fbox {
    display: none;
}
.ct2_ftitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.ct2_ftitle span {
    width: calc(100% - 2.875rem);
    color: #12529F;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}
.ct2_ftitle img {
    display: block;
    width: 1.625rem;
    height: 1.5rem;
    object-fit: contain;
    transform: rotateX(180deg);
    transition: all 0.35s;
}
.ct2_fitem {
    color: #000000;
    margin-bottom: 1rem;
}
.ct2_fitem:hover {
    color: #000000;
}
.ct2_fitem input {
    width: 1rem;
    height: 1rem;
}
.ct2_fitem span {
    display: inline-block;
    width: calc(100% - 1.5rem);
    padding-right: 2rem;
}
.ct_filt.active .ct2_fclick img {
    transform: rotateX(0deg);
}
.ct2_lbox {
    padding-bottom: 0.875rem;
}
.ct2_lbtn .btn {
    width: 100%;
}
.gd2_left, .gd2_right {
    width: calc(50% - 0.625rem);
}
.gd2_left {
    height: 33.125rem;
}
.gd2_lbox2 {
    width: 26.25rem;
    height: 100%;
}
.gd2_lbox1 {
    width: calc(100% - 27.5rem);
}
.gd2_item2 {
    width: 100%;
    height: 100%;
    padding: 2.5rem 1rem;
    border-radius: 12px;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#gd-2 {
    margin-top: 3rem;
}
.card_slider_left{
    width: 12.6rem;
}
.card_slider_right{
    width: calc(100% - 12.6rem);
    padding-left: 1rem;
}
.cat--unit__for{
    border-radius: 12px;
    background: #FFF;
    overflow: hidden;
}
.card_slider_right a{
    display: block;
    height: 33.125rem;
}
.nav_item{
    background-color: white;
    margin-bottom: 0.625rem;
    height: 10.425rem;
    border-radius: 12px;
    overflow: hidden;
}
.scale_img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.mb_20{
    margin-bottom: 1.25rem;
}
.mb_30{
    margin-bottom: 1.875rem;
}
.gd2_title {
    margin-bottom: 0.25rem;
}
.gd2_pretitle {
    color: #12529F;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
}
.gd2_text {
    margin-bottom: 1.25rem;
}
.gd2_pritem {
    display: flex;
    align-items: center;
}
.gd2_pritem img {
    width: 1.25rem;
    height: 1.25rem;
}
.gd2_priems {
    margin-bottom: 1.25rem;
}
.gd2_price {
    font-size: 2rem;
    margin-bottom: 1.875rem;
}
.gd2_btns .btn {
    width: calc(50% - 0.625rem);
    padding: 1.063rem;
}
.gd2_btns .btn span{
    text-transform: unset;
}
#gd-3 {
    margin-top: 3rem;
}
.gd3_top_item {
    width: 33.33%;
    color: #12529F;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.gd3_top_item.active {
    color: #013362;
    border-color: rgba(0, 0, 0, 0.40);
    pointer-events: none;
}
.gd3_top_item:hover {
    color: #013362;
}
.gd3_top {
    margin-bottom: 1.875rem;
}
.gd3_ibox {
    margin-bottom: 1.875rem;
}
.gd3_item {
    width: calc(50% - 3.125rem);
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}
.gd3_ititle {
    width: calc(50% - 0.625rem);
}
.gd3_itext {
    width: calc(50% - 0.625rem);
    color: #12529F;
}
.gd3_ibox_title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}
.gd3_inbox {
    display: none;
}
.gd3_inbox.active {
    display: block;
}
.gd3_delivery {
    margin-bottom: 3.125rem;
}
.gd3_payment {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.125rem;
}
.gd3_pay_item {
    width: calc(50% - 0.938rem);
}
.gd3_pay_item a, .gd3_pay_item a:hover {
    color: #000000;
    text-decoration: underline;
}
.gd3_pay_item ul {
    padding-left: 1.75rem;
}
.gd4_title {
    margin-bottom: 1.25rem;
}
.gd4_box {
    padding-bottom: 0.75rem;
}
#gd-4 {
    padding-top: 1.875rem;
}
.ctmain_item {
    position: relative;
    width: calc(50% - 0.625rem);
    border-radius: 12px;
    margin-bottom: 1.25rem;
    padding: 2rem 2.688rem;
    overflow: hidden;
    background-color: #FFFFFF;
    background-image: url("../img/ctmain-fon.jpg");
    background-size: cover;
    min-height: 18.563rem;
}
.ctmain_ibox {
    position: relative;
    width: 50%;
    min-height: 100%;
}
.ctmain_title {
    color: #013362;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.938rem;
}
.ctmain_text {
    color: #013362;
    margin-bottom: 1rem;
}
.ctmain_img {
    position: absolute;
    bottom: 1.65rem;
    right: 0;
    width: calc(50% - 0.625rem);
}
.ctmain_item.ct_large {
    width: 100%;
    background-image: url("../img/ctmain-fon2.jpg");
}
.ctmain_item.ct_large .ctmain_img {
    bottom: 0;
}





