@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Onest:wght@100..900&display=swap');

html body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Montserrat", Arial, sans-serif;
    background-color: #F5F6F4;
    font-weight: 400;
}

@media (min-width: 1400px)
{
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 576px)
{
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.dropdown-menu .dropdown-menu {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
    visibility: visible;
}
body.no-scroll {
    overflow: hidden;
}

.tox-tinymce-aux{z-index:99999999999 !important;}

/*Повышение резкости картинки*/
.sharp-img {
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.row-m {
    display: flex;
    flex-wrap: wrap;
}
.row-m > div[class*='col-'] {
    display: flex;
}
#customFile .custom-file-control:lang(en)::after {
    content: "Select file1...";
}
#customFile .custom-file-control:lang(en)::before {
    content: "Click me1";
}

.header-msb-div {
    height: 74px;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 80px;
}
.header-msb .section-1 {
    background: #F3F5F8;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-msb .section-1 a {
    color: rgba(51, 51, 51, 0.3);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: -0.14px;
}
.header-msb .section-1 a:hover {
    color: rgba(51, 51, 51, 0.6);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: -0.14px;
}
.header-msb a {
    color: #080F1C;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
    z-index: 1;
}
.header-msb a:hover {
    color: rgba(0, 0, 0, 0.7);
}
.header-msb a.color-F5F6F4 {
    color: #F5F6F4;
}
.header-msb a.color-F5F6F4:hover {
    color: rgba(245, 246, 244, 0.7);
}
.header-msb a.active {
    color: #AA1F28;
}
.header-msb a.color-F5F6F4.active {
    color: #B8D078;
}
.header-msb .btn-a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    padding: 17px 17px;
    border-radius: 20px;
    background: #AA1F28;
    margin-right: -7px;
    max-height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-msb .btn-b {
    color: #FFF;
    padding: 17px 20px;
    border-radius: 100px;
    background: #AA1F28;
    max-height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-msb .btn-a:hover,
.header-msb .btn-b:hover {
    color: rgba(255, 255, 255, 0.7);
}
.header-msb .mr-60 {
    margin-right: 60px;
}
.header-msb {
    padding-bottom: 12px;
    z-index: 9991;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}
.header-msb .lng-section {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
    padding: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    margin-bottom: 1px;
}
.header-msb .lng-section.color-F5F6F4 {
    color: #F5F6F4;
}
.header-msb .lng-section>option {
    color: #080F1C;
}

.modal-backdrop {
    z-index: 1000;
}
.navbar-wrap {
    top: 0;
    width: 100%;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}
.nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.navbar-toggler {
    padding: 0;
    font-size: 10px;
    line-height: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    transition: box-shadow .15s ease-in-out;
    position: relative;
    z-index: 2000;
    display: inline-block
}
.animated-icon1 {
    width: 26px;
    height: 12px;
    position: relative;
    margin: 0px;
    transform: rotate(0deg);
    cursor: pointer;
}
.animated-icon1 span {
    display: block;
    position: absolute;
    height: 2.2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    background: #333;
}
.animated-icon1 .width-a {
    width: 14px;
}
.animated-icon1 span:nth-child(1) {
    top: 0px
}
.animated-icon1 span:nth-child(2) {
    top: 7px
}
.animated-icon1 span:nth-child(3) {
    top: 14px
}
.animated-icon1.open span {
    background: #333;
}

.pagination .page-item.disabled .page-link,
.pagination .page-item:first-child:not(.active) .page-link,
.pagination .page-item:last-child:not(.active) .page-link {
    background: transparent;
}
.pagination .page-link:hover {
    background-color: rgba(239, 36, 45, 0.7) !important;
    color: #fff
}
.pagination .page-link {
    color: #D0D0D0;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.pagination .page-item.active .page-link {
    z-index: 3;
    background-color: transparent;
    border-color: transparent;
    color: #EF242D;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.pagination .page-item.active .page-link:hover {
    color: #ffffff;
}

.footer {
    background: #B8D078;
    color: #080F1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 16px;
    padding: 60px 0px 33px 0px;
}
.footer .logo {
    height: 59px;
}
.footer .head-a {
    color: #080F1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.footer a {
    color: #080F1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 16px;
}
.footer a:hover {
    color: rgba(8, 15, 28, 0.7);
}

a[target]:not(.btn) {
    font-weight: 500;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration: none !important;
}

.text-red {
    color: #ED1C2A;
}
a.text-red {
    color: #ED1C2A;
}
a.text-red:hover {
    color: rgba(237, 28, 42, 0.7);
}

.breadcrumbs-a {
    margin-bottom: 30px;
}
.breadcrumbs-a, .breadcrumbs-a a {
    color: #37384B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
}
.breadcrumbs-a a:hover {
    color: rgba(55, 56, 75, 0.7);
}
.breadcrumbs-a .b-a {
    margin-left: 10px;
    margin-right: 10px;
}

#modal-contact-form .modal-content {
    color: #37384B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
    border-radius: 30px;
    background: #F3F5F8;
    padding: 42px;
}
#modal-contact-form .head-a {
    color: #37384B;
    text-align: center;
    font-family: Onest;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    margin-bottom: 0px;
}
#modal-contact-form input {
    border-radius: 10px;
    background: #FFF;
}
#modal-contact-form .btn-a {
    border-radius: 10px;
    background: #ED1C2A;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 19px;
    padding-bottom: 19px;
    text-align: center;
}
#modal-contact-form .btn-a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.page-home .section-a  {
    margin-top: -70px;
    margin-bottom: 60px;
}
.page-home .section-a .panel-a {
    background-position: top center;
    background-size: contain;
    background-image: url('/images/page-home/section-a/bg.png?v3');
    background-repeat: no-repeat;
    height: 600px;
    padding-top: 340px;
    padding-left: 60px;
    padding-right: 45px;
}
.page-home .section-a .panel-b {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}
.page-home .section-a .panel-b .head-a {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.387px;
    margin-bottom: 18px;
}
.page-home .section-a .panel-c {
    padding: 21px 64px;
    color: #F5F6F4;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
    max-width: 663px;
    margin-bottom: 46px;
    border-radius: 30px;
    background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.62) 0%, rgba(214, 228, 42, 0.40) 100%);
    backdrop-filter: blur(21px);
}
.page-home .section-a .panel-c .btn-b {
    color: #FFF;
    padding: 14px 11px;
    border-radius: 100px;
    background: #AA1F28;
}
.page-home .section-b {
    color: #080F1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 80px;
}
.page-home .section-b .head-a {
    color: #080F1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.page-home .section-b .panel-a {
    margin-bottom: 40px;
}
.page-home .section-c {
    margin-bottom: 84px;
}
.page-home .section-c .img-panel {
    border-radius: 21px;
    margin-bottom: 24px;
}
.page-home .section-c .head-a {
    color: #080F1C;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 13px;
}
.page-home .section-c a {
    color: #080F1C;
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 18px;
    text-decoration: underline!important;
}
.page-home .section-c .btn-b {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    width: 57px;
    height: 57px;
    border-radius: 200px;
    background: #AA1F28;
    position: absolute;
    top:20px;
    right: 30px;
    padding: 0;
    line-height: 1;
    text-decoration: none;
    pointer-events: none;
}
.page-home .section-d {
    margin-bottom: 60px;
}
.page-home .section-d .btn-a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    padding-left: 44px;
    padding-right: 44px;
    border-radius: 20px;
    background: #AA1F28;
    margin-right: -7px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-home .section-d .btn-b {
    color: #FFF;
    padding: 20px 20px;
    border-radius: 100px;
    background: #AA1F28;
    height: 85px;
    width: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-home .section-d .btn-a:hover,
.page-home .section-d .btn-b:hover {
    color: rgba(255, 255, 255, 0.7);
}
.page-home .section-e {
    margin-bottom: 30px;
}
.page-home .section-e .el-b {
    color: #080F1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.page-home .section-e .el-c {

    margin-left: 200px;
    margin-top:20px;
}
.page-home .section-e .el-d {
    color: #080F1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: lowercase;
    margin-left: 40px;
    padding-top:66px;
}
.page-home .section-f {
    color: #080F1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.page-home .section-f .head-a {
    color: #080F1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: 22px;
    letter-spacing: -0.4px;
    text-transform: capitalize;
}
.page-home .section-f .width-a {
    max-width: 275px;
}
.page-home .section-f .btn-a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    padding-left: 44px;
    padding-right: 44px;
    border-radius: 20px;
    background: #AA1F28;
    margin-right: -7px;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-home .section-f .btn-b {
    color: #FFF;
    padding: 20px 20px;
    border-radius: 100px;
    background: #AA1F28;
    height: 63px;
    width: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-home .section-f .btn-a:hover,
.page-home .section-f .btn-b:hover {
    color: rgba(255, 255, 255, 0.7);
}
.page-home .section-f #customPrev {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 2px solid #AA1F28;
    background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(164, 39, 47, 0.40) 0%, rgba(255, 255, 255, 0.00) 100%);
}
.page-home .section-f #customNext {
    width: 50px;
    height: 50px;
    border: 2px solid #AA1F28;
    border-radius: 100px;
    background: #AA1F28;
}
.page-home .section-f .projecting-slider .img-slider {
    border-radius: 20px;
}
.page-home .section-m {
    color: #080F1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 16px;
    background: #C6B18A;
    padding-top: 60px;
    padding-bottom: 50px;
    margin-bottom: 90px;
}
.page-home .section-m .head-a {
    color: #080F1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 39px;
}
.page-home .section-m .head-b {
    color: #080F1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 20px;
}
.page-home .section-m .icon-a {
    margin-bottom: 25px;
}
.page-home .section-n {
    margin-bottom: 50px;
}
.page-home .section-n .head-a {
    color: #080F1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: lowercase;
    padding-top: 60px;
    margin-bottom: 40px;
}
.page-home .section-n .panel-a {
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 360px;
    padding: 0px 47px 40px 47px;
    text-align: center;
    color: #080F1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 16px;
    letter-spacing: -0.48px;
}
.page-home .section-n .panel-a.bg-a {
    background-image: url('/images/page-home/section-n/bg-a.png?v3');
}
.page-home .section-n .panel-a.bg-b {
    background-image: url('/images/page-home/section-n/bg-b.png?v4');
}
.page-home .section-n .panel-a .head-b {
    color: #080F1C;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20.494px;
    letter-spacing: -0.6px;
    text-transform: capitalize;
    margin-top: 22px;
}
.page-home .section-s  {
    margin-bottom: 70px;
}
.page-home .section-s .head-a {
    color: #080F1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: lowercase;
    margin-left: 30px;
    padding-top: 48px;
}
.page-home .section-s .head-b {
    color: #080F1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: lowercase;
    margin-top:30px;
    margin-left:194px;
}
.page-home .section-s .desc-a {
    color: #080F1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    max-width: 277px;
    margin-top: 18px;
}
.page-home .section-s .panel-a {
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/images/page-home/section-s/bg-b.png?v3');
    height: 236px;
    width: 274px;
    margin-left:150px;
    margin-top: 10px;
    color: #080F1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 80px 50px 0px 64px;
    text-align: center;
}
.page-home .section-s .panel-a a {
    color: #F5F6F4;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-decoration: underline!important;
}
.page-home .section-s #accordionFAQ .card-header {
    border-radius: 21.395px;
    background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.40) 0%, #B4CF6D 100%);
    backdrop-filter: blur(14.976496696472168px);
    padding: 12px 10px 12px 10px;
}
.page-home .section-s #accordionFAQ .card-header a {
    color: #080F1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px;
}
.page-home .section-s #accordionFAQ .card-header span {
    max-width: 380px;
}
.page-home .section-s .btn-b {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    width: 50px;
    height: 50px;
    border-radius: 200px;
    background: #AA1F28;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    line-height: 1;
    text-decoration: none;
}
.page-home .section-s #accordionFAQ .card-body {
    color: #080F1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: lowercase;
    margin-top: 18px;
    padding-left:26px;
}

.page-service .section-a  {
    margin-top: 10px;
    margin-bottom: 60px;
}
.page-service .section-a .panel-a {
    background-position: top center;
    background-size: contain;
    background-image: url('/images/page-service/section-a/bg.png?v4');
    background-repeat: no-repeat;
    height: 600px;
    padding-top: 120px;
    padding-left: 116px;
    padding-right: 45px;
}
.page-service .section-a .panel-b {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}
.page-service .section-a .panel-b .head-a {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.387px;
    margin-bottom: 18px;
}
.page-service .section-a .panel-c {
    padding: 21px 64px;
    color: #F5F6F4;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
    max-width: 663px;
    margin-top: 226px;
    margin-left: 146px;
    border-radius: 30px;
    background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.62) 0%, rgba(214, 228, 42, 0.40) 100%);
    backdrop-filter: blur(21px);
}
.page-service .section-a .panel-c .btn-b {
    color: #FFF;
    padding: 14px 11px;
    border-radius: 100px;
    background: #AA1F28;
}
.page-service .section-a .panel-f {
    margin-top:-40px;
    margin-left: 90px;
}
.page-service .section-b {
    color: #080F1C;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
    margin-bottom: 57px;
}
.page-service .section-b .head-a {
    font-size: 20px;
}
.page-service .section-b .mr-a {
    margin-right: 30px;
}
.page-service .section-b .active {
    color: #AA1F28;
}
.page-service .section-c {
    margin-bottom: 84px;
}
.page-service .section-c .img-panel {
    border-radius: 21px;
    margin-bottom: 24px;
}
.page-service .section-c .head-a {
    color: #080F1C;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 27px;
}
.page-service .section-c .btn-b {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    width: 57px;
    height: 57px;
    border-radius: 200px;
    background: #AA1F28;
    position: absolute;
    top:20px;
    right: 30px;
    padding: 0;
    line-height: 1;
    text-decoration: none;
    pointer-events: none;
}
.page-service .section-c .img-a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 24.784px;
    margin-bottom: 19px;
}
.page-service .section-c .img-a img {
    margin-right: 15px;
}
.page-service .section-c .btn-a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    border-radius: 20px;
    background: #AA1F28;
    margin-right: -7px;
    width: 100%;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-service .section-c .btn-c {
    color: #FFF;
    padding: 20px 20px;
    border-radius: 100px;
    background: #AA1F28;
    height: 61px;
    width: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-service .section-c .btn-a:hover,
.page-service .section-c .btn-c:hover {
    color: rgba(255, 255, 255, 0.7);
}
.page-service .section-d {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 16px;
    margin-bottom: 60px;
}
.page-service .section-d .head-a {
    color: #080F1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
    margin-bottom: 35px;
}
.page-service .section-d .head-b {
    color: #AA1F28;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 40px;
}

.page-about .section-a {
    color: #080F1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.32px;
    margin-bottom: 67px;
}
.page-about .section-a .bg-a {
    margin-top: 88px;
    margin-bottom: 40px;
}
.page-about .section-a .bg-b {
    margin-bottom: 40px;
}
.page-about .section-a .bg-c {
    background-position: top center;
    background-size: contain;
    background-image: url('/images/page-about/section-a/bg-c.png?v3');
    background-repeat: no-repeat;
    height: 259px;
    padding-top: 80px;
    color: #080F1C;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.page-about .section-a .bg-c a {
    color: #AA1F28;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-decoration-line: underline;
}
.page-about .section-b .head-a {
    color: #080F1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
    margin-bottom: 84px;
}
.page-about .section-b .img-a {
    border-radius: 30px;
}
.page-about .section-b .img-4-a {
    background-position: top center;
    background-size: cover;
    background-image: url('/images/page-about/section-b/img-4-a.png?v3');
    background-repeat: no-repeat;
    border-radius: 30px;
    height: 100%;
}
.page-about .section-b .img-4-b {
    background-position: top center;
    background-size: cover;
    background-image: url('/images/page-about/section-b/img-4-b.png?v3');
    background-repeat: no-repeat;
    border-radius: 30px;
    height: 300px;
}
.page-about .section-b .img-4-c {
    background-position: top center;
    background-size: cover;
    background-image: url('/images/page-about/section-b/img-4-c.png?v3');
    background-repeat: no-repeat;
    border-radius: 30px;
    height: 300px;
}
.page-about .section-b .img-4-d {
    background-position: top center;
    background-size: cover;
    background-image: url('/images/page-about/section-b/img-4-d.png?v3');
    background-repeat: no-repeat;
    border-radius: 30px;
    height: 100%;
}


.page-about .section-b .btn-a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    border-radius: 20px;
    background: #AA1F28;
    margin-right: -7px;
    width: 100%;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 100px;
    padding-right: 100px;
}
.page-about .section-b .btn-c {
    color: #FFF;
    padding: 20px 20px;
    border-radius: 100px;
    background: #AA1F28;
    height: 61px;
    width: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-about .section-b .btn-a:hover,
.page-about .section-b .btn-c:hover {
    color: rgba(255, 255, 255, 0.7);
}













.page-about .section-c {
    color: #080F1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 61px;
}
.page-about .section-c .head-a {
    color: #080F1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
}
.page-about .section-d {
    margin-bottom: 50px;
}
.page-about .section-d .panel-a {
    border-radius: 21px;
    background: #C6B18A;
    padding: 78px 21px 78px 43px;
}
.page-about .section-d .panel-a .head-a {
    color: #080F1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 28px;
}
.page-about .section-d .panel-a .head-b {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 2px;
}
.page-about .section-d .panel-a .head-c {
    font-size: 25px;
    margin-bottom: 2px;
}
.page-about .section-d .panel-a .desc-a {
    color: #080F1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    text-transform: capitalize;
    height: 70px;
}
.page-about .section-d .panel-a .img-a {
    height: 45px;
}
.page-about .section-e {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    letter-spacing: -0.32px;
    margin-bottom: 56px;
}
.page-about .section-f {
    margin-bottom: 126px;
}
.page-about .section-f .img-panel {
    border-radius: 30px;
}
.page-about .section-f .panel-a {
    position: absolute;
    bottom: 54px;
    left: 182px;
}
.page-about .section-f .btn-a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    border-radius: 20px;
    background: #AA1F28;
    margin-right: -7px;
    width: 100%;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
}
.page-about .section-f .btn-c {
    color: #FFF;
    padding: 20px 20px;
    border-radius: 100px;
    background: #AA1F28;
    height: 61px;
    width: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-about .section-f .btn-a:hover,
.page-about .section-f .btn-c:hover {
    color: rgba(255, 255, 255, 0.7);
}

.page-contacts .section-a {
    margin-top:60px;
    margin-bottom: 70px;
}
.page-contacts .section-a .head-a {
    color: #080F1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.page-contacts .section-a .head-b {
    color: #080F1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.32px;
}
.page-contacts .section-b {
    margin-bottom: 60px;
}
.page-contacts .section-b input {
    color: #080F1C;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    background: transparent;
    border:0px;
    border-bottom: 3px solid #AA1F28;
    border-radius: 0px;
    padding-left: 0px;
    padding-bottom: 18px;
}
.page-contacts .section-b input::placeholder {
    color: #080F1C;
    opacity: 1;
}
.page-contacts .section-b .btn-a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    border-radius: 20px;
    background: #AA1F28;
    margin-right: -7px;
    width: 100%;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-contacts .section-b .btn-c {
    color: #FFF;
    padding: 20px 20px;
    border-radius: 100px;
    background: #AA1F28;
    height: 61px;
    width: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-contacts .section-b .btn-a:hover,
.page-contacts .section-b .btn-c:hover {
    color: rgba(255, 255, 255, 0.7);
}
.page-contacts .section-b .message {
    color: green;
    font-size: 16px;
}
.page-about .section-b .img-1-b {
    background-position: center center;
    background-size: cover;
    background-image: url(/images/page-about/section-b/img-1-b.png?v4);
    background-repeat: no-repeat;
    border-radius: 30px;
    min-height: 100%;
}
.page-about .section-b .img-1-c {
    background-position: center center;
    background-size: cover;
    background-image: url(/images/page-about/section-b/img-1-c.png?v4);
    background-repeat: no-repeat;
    border-radius: 30px;
    height: 100%;
}

.page-contacts .section-c #map-1 {
    border-radius: 30px;
    overflow: hidden;
    height: 602px;
    margin-bottom: 58px;
}
.page-contacts .section-d,
.page-contacts .section-d a {
    color: #080F1C;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 80px;
}
.page-contacts .section-d a:hover {
    color: rgba(8, 15, 28, 0.7);
}
.page-contacts .section-d {
    margin-bottom: 80px;
}
.page-contacts .section-d .head-a {
    color: #080F1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
    margin-bottom: 19px;
}
.page-contacts .section-d .img-a {
    height: 70px;
}

.book_a_room {
    background: linear-gradient(180deg, #FFF 0%, #B8D078 100%);
    padding: 33px 50px;
    border-radius: 30px;
    color: #080F1C;
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
}
.book_a_room .head-a {
    color: #080F1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 24px;
    text-align: center;
}
.book_a_room input {
    border: 0px;
}
.book_a_room input::placeholder {
    color: #080F1C;
    opacity: 1;
}
.book_a_room input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
.book_a_room .btn-a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    padding-left: 44px;
    padding-right: 44px;
    border-radius: 20px;
    background: #AA1F28;
    margin-right: -7px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.book_a_room .btn-b {
    color: #FFF;
    padding: 20px 20px;
    border-radius: 100px;
    background: #AA1F28;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.book_a_room .btn-a:hover,
.book_a_room .btn-b:hover {
    color: rgba(255, 255, 255, 0.7);
}
.book_a_room .desc-a {
    color: rgba(51, 51, 51, 0.40);
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 145%;
    letter-spacing: -0.12px;
}
.book_a_room .desc-a a {
    color: #AA1F28;
}
.book_a_room .desc-a a {
    color: rgba(170, 31, 40, 0.7);
}

#modal_book_a_room .modal-dialog .modal-content {
    background:  transparent;
    border-radius: 30px;
}


.page-rooms .section-a  {
    margin-bottom: 50px;
}
.page-rooms .section-a .slider {
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    height: 600px;
}
.page-rooms .section-a .slider .desc {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    bottom: 160px;
    right:45px;
}
.page-rooms .section-a .slider[rel='1'] {
    background-image: url(/images/page-rooms/section-a/slider-1.png?v1);
}
.page-rooms .section-a .slider[rel='2'] {
    background-image: url(/images/page-rooms/section-a/slider-1.png?v1);
}
.page-rooms .section-a #prevBtn {
    width: 85px;
    height: 85px;
    border-radius: 100px;
    border: 2px solid #AA1F28;
    background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(164, 39, 47, 0.40) 0%, rgba(255, 255, 255, 0.00) 100%);
    position: absolute;
    bottom: 10px;
    right:160px;
}
.page-rooms .section-a #nextBtn {
    width: 85px;
    height: 85px;
    border: 2px solid #AA1F28;
    border-radius: 100px;
    background: #AA1F28;
    position: absolute;
    bottom: 10px;
    right:40px;
}
.page-rooms .section-b {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    letter-spacing: -0.32px;
    margin-bottom: 40px;
}
.page-rooms .section-b .head-a {
    color: #AA1F28;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 53px;
    margin-bottom: 24px;
}
.page-rooms .section-c {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    margin-bottom: 59px;
}
.page-rooms .section-c .img-a {
    margin-top: -25px;
}
.page-rooms .section-c .head-a {
    color: #AA1F28;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 36px;
}




.page-rooms .section-w {
    margin-bottom: 60px;
}
.page-rooms .section-w .panel-section-w .head-a {
    color: #080F1C;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-top: 69px;
    margin-bottom: 36px;
}
.page-rooms .section-w .panel-section-w .head-m {
    color: #080F1C;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.page-rooms .section-w .panel-section-w .panel-img-a {
    margin-right: 10px;
    min-width: 40px;
    text-align: center;
}



@media (max-width: 1397px)
{
    .footer {
        font-size: 10px;
        font-weight: 600;
        padding: 40px 0px 0px 0px;
    }
    .footer a {
        font-size: 10px;
        font-weight: 600;
    }
    .footer .head-a {
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
    }
    .footer .logo {
        width: 74px;
    }

    .header-msb-div {
        margin-top: 20px;
    }
    .header-msb {
        margin: 0px;
        padding: 10px 20px 30px 20px;
        background-color: #F5F6F4;
        position: fixed;
        z-index: 2030;
        top: 0;
        right: 0;
        left: 0;
    }
    .header-msb a  {
        color: #080F1C;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
    }
    .header-msb a:hover {
        color: rgba(51, 51, 51, 0.7);
    }
    #menuModal  {
        margin-top: 60px;
    }
    #menuModal .modal-content {
        background: #F5F6F4;
        box-shadow: none;
    }
    #menuModal .modal-dialog {
        width: 173px;
        border: 1px solid #B8D078;
        background: #F5F6F4;
        margin-left: auto;
        margin-right: 20px;
    }
    #menuModal .modal-dialog .close {
        opacity: 1.0;
        margin-top:-4px;
    }

    .header-msb .lng-section {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 37px;
        margin-right: 20px;
    }

}

@media (max-width: 576px)
{
    .page-rooms .section-a  {
        margin-bottom: 41px;
    }
    .page-rooms .section-a .slider {
        height: 179px;
    }
    .page-rooms .section-a .slider .desc {
        font-size: 16px;
        bottom: 44px;
        right:35px;
    }
    .page-rooms .section-a #prevBtn {
        width: 28px;
        height: 28px;
        bottom: 0px;
        right:60px;
    }
    .page-rooms .section-a #nextBtn {
        width: 28px;
        height: 28px;
        bottom: 0px;
        right:24px;
    }
    .page-rooms .section-b {
        font-size: 14px;
        margin-bottom: 52px;
    }
    .page-rooms .section-b .head-a {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 21px;
    }
    .page-rooms .section-c {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 26px;
    }
    .page-rooms .section-c .icon-a {
        margin-bottom: 26px;
        height: 36px;
    }
    .page-rooms .section-c .img-a {
        margin-top: -40px;
    }
    .page-rooms .section-c .head-a {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 23px;
    }
    .page-rooms .section-c .img-check {
        height: 15px;
    }




    .page-rooms .section-w {
        margin-bottom: 60px;
    }
    .page-rooms .section-w .panel-section-w .head-a {
        font-size: 20px;
        margin-top: 45px;
        margin-bottom: 36px;
    }
    .page-rooms .section-w .panel-section-w .head-m {
        font-size: 16px;
    }
    .page-rooms .section-w .panel-section-w .panel-img-a {
        margin-right: 10px;
        min-width: 40px;
        text-align: center;
    }









    .book_a_room {
        padding: 33px 20px;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 600;
    }
    .book_a_room .head-a {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .book_a_room .btn-a {
        font-size: 12px;
        padding-left: 44px;
        padding-right: 44px;
        border-radius: 20px;
        margin-right: -7px;
        height: 48px;
    }
    .book_a_room .btn-b {
        padding: 20px 20px;
        border-radius: 100px;
        height: 48px;
        width: 48px;
    }
    .book_a_room .btn-b img {
        height: 23px;
    }

    .page-contacts .section-a {
        margin-top:10px;
        margin-bottom: 24px;
    }
    .page-contacts .section-a .head-a {
        font-size: 18px;
    }
    .page-contacts .section-a .head-b {
        font-size: 14px;
    }
    .page-contacts .section-b input {
        font-size: 12px;
        line-height: 18px;
        padding-bottom: 14px;
    }
    .page-contacts .section-b .btn-a {
        font-size: 12px;
        border-radius: 11px;
        height: 48px;
        margin-right: -5px;
    }
    .page-contacts .section-b .btn-c {
        padding: 20px 20px;
        height: 48px;
        width: 48px;
    }
    .page-contacts .section-b .btn-c img {
        height: 22px;
    }
    .page-contacts .section-b .message {
        font-size: 14px;
    }
    .page-contacts .section-c #map-1 {
        border-radius: 0px;
        height: 181px;
        margin-bottom: 40px;
    }
    .page-contacts .section-d {
        margin-bottom: 39px;
    }
    .page-contacts .section-d,
    .page-contacts .section-d a {
        font-size: 14px;
    }
    .page-contacts .section-d .head-a {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 25px;
    }
    .page-contacts .section-d .img-a {
        height: 40px;
    }

    .page-about .section-a {
        font-size: 14px;
        margin-bottom: 52px;
    }
    .page-about .section-a .bg-a {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .page-about .section-a .bg-a img {
        height: 47px;
    }
    .page-about .section-a .bg-b {
        margin-top: -40px;
    }
    .page-about .section-a .bg-c {
        height: 140px;
        padding-top: 40px;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 14px;
    }
    .page-about .section-a .bg-c a {
        font-size: 14px;
        line-height: 14px;
    }
    .page-about .section-b .head-a {
        margin-bottom: 23px;
    }
    .page-about .section-b .img-a {
        border-radius: 6px;
    }
    .page-about .section-b .btn-a {
        font-size: 12px;
        margin-right: -4px;
        height: 24px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-about .section-b .btn-c {
        height: 24px;
        width: 24px;
        padding: 10px 10px;
    }
    .page-about .section-b .btn-c img {
        height: 11px;
    }
    .page-about .section-b .img-3-c {
        background-position: top center;
        background-size: cover;
        background-image: url('/images/page-about/section-b/img-3-c.png?v3');
        background-repeat: no-repeat;
        border-radius: 6px;
        height: 85px;
    }
    .page-about .section-b .img-3-d {
        background-position: top center;
        background-size: cover;
        background-image: url('/images/page-about/section-b/img-3-d.png?v3');
        background-repeat: no-repeat;
        border-radius: 6px;
        height: 85px;
    }
    .page-about .section-b .img-4-a {
        background-position: center center;
        background-size: cover;
        background-image: url('/images/page-about/section-b/img-4-a.png?v3');
        background-repeat: no-repeat;
        border-radius: 6px;
        min-height: 119px;
    }
    .page-about .section-b .img-4-b {
        background-position: top center;
        background-size: cover;
        background-image: url('/images/page-about/section-b/img-4-b.png?v3');
        background-repeat: no-repeat;
        border-radius: 6px;
        height: 55px;
    }
    .page-about .section-b .img-4-c {
        background-position: top center;
        background-size: cover;
        background-image: url('/images/page-about/section-b/img-4-c.png?v3');
        background-repeat: no-repeat;
        border-radius: 6px;
        height: 55px;
    }
    .page-about .section-b .img-4-d {
        background-position: center center;
        background-size: cover;
        background-image: url('/images/page-about/section-b/img-4-d.png?v3');
        background-repeat: no-repeat;
        border-radius: 6px;
        height: 100%;
    }
    .page-about .section-c {
        font-size: 14px;
        line-height: 15px;
        font-weight: 400;
        margin-bottom: 30px;
    }
    .page-about .section-c .head-a {
        font-size: 18px;
        font-weight: 600;
        line-height: 18px;
        margin-bottom: 22px;
    }
    .page-about .section-d {
        margin-bottom: 40px;
    }
    .page-about .section-d .panel-a {
        border-radius: 10px;
        background: #B8D078;
        padding: 20px 20px 20px 20px;
    }
    .page-about .section-d .panel-a .head-a {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 20px;
    }
    .page-about .section-d .panel-a .head-b {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 2px;
    }
    .page-about .section-d .panel-a .head-c {
        font-size: 12px;
        margin-bottom: 2px;
        font-weight: 600;
    }
    .page-about .section-d .panel-a .desc-a {
        color: #080F1C;
        font-size: 12px;
        font-style: normal;
        font-weight: 450;
        line-height: normal;
        text-transform: capitalize;
        height: 40px;
    }
    .page-about .section-d .panel-a .img-a {
        height: 45px;
    }
    .page-about .section-e {
        font-size: 14px;
        margin-bottom: 35px;
    }
    .page-about .section-f {
        margin-bottom: 59px;
    }
    .page-about .section-f .img-panel {
        border-radius: 6px;
    }
    .page-about .section-f .panel-a {
        position: absolute;
        bottom: 33px;
        left: 52px;
    }
    .page-about .section-f .btn-a {
        font-size: 12px;
        border-radius: 8px;
        height: 23px;
        padding-left: 25px;
        padding-right: 25px;
        margin-right: -3px;
    }
    .page-about .section-f .btn-c {
        padding: 0px 10px;
        border-radius: 100px;
        height: 23px;
        width: 23px;
    }
    .page-about .section-f .btn-c img {
        height: 12px;
    }

    .page-service .section-a  {
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .page-service .section-a .panel-a {
        background-image: url('/images/page-service/section-a/bg.png?v4');
        height: 220px;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 15px;
    }
    .page-service .section-a .panel-b {
        font-size: 10px;
        line-height: 10px;
        padding-right: 30px;
    }
    .page-service .section-a .panel-b .head-a {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .page-service .section-a .panel-c {
        padding: 5px 5px;
        font-size: 10px;
        max-width: 663px;
        margin-top: 50px;
        margin-left: 50px;
        border-radius: 6px;
    }
    .page-service .section-a .panel-c svg {
        height: 10px;
    }
    .page-service .section-a .panel-c .btn-b {
        border-radius: 100px;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .page-service .section-a .panel-c .btn-b img {
        height: 18px;
    }
    .page-service .section-b {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 24px;
    }
    .page-service .section-b .head-a {
        font-size: 18px;
        color: #AA1F28;
    }
    .page-service .section-b .mr-a {
        margin-right: 15px;
    }
    .page-service .section-b img {
        height: 40px;
    }
    .page-service .section-c {
        margin-bottom: 10px;
    }
    .page-service .section-c .img-panel {
        border-radius: 13px;
        margin-bottom: 14px;
    }
    .page-service .section-c .head-a {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .page-service .section-c .btn-b {
        width: 34px;
        height: 34px;
        top:10px;
        right: 20px;
    }
    .page-service .section-c .btn-b img {
        height: 17px;
    }
    .page-service .section-c .img-a {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 19px;
    }
    .page-service .section-c .img-a img {
        width: 13px;
        margin-right: 10px;
    }
    .page-service .section-c .btn-a {
        font-size: 12px;
        border-radius: 15px;
        height: 38px;
    }
    .page-service .section-c .btn-c {
        height: 38px;
        width: 38px;
    }
    .page-service .section-c .btn-c img {
        height: 17px;
    }
    .page-service .section-d {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 35px;
    }
    .page-service .section-d .head-a {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 22px;
    }
    .page-service .section-d .head-b {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 14px;
    }
    .page-service .section-d img {
        height: 15px;
    }

    .page-home .section-a  {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .page-home .section-a .panel-a {
        background-position: center center;
        background-size: cover;
        background-image: url('/images/page-home/section-a/bg-mobile.png?v3');
        height: 220px;
        padding-top: 130px;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 10px;
    }
    .page-home .section-a .panel-b {
        font-size: 14px;
        line-height: 14px;
    }
    .page-home .section-a .panel-b .head-a {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .page-home .section-a .panel-d {
        padding: 10px 9px;
        color: #080F1C;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 12.855px;
        text-transform: lowercase;
    }
    .page-home .section-b {
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
    }
    .page-home .section-b .head-a {
        font-size: 18px;
        font-weight: 600;
        line-height: 16px;
        margin-bottom: 24px;
    }
    .page-home .section-c {
        margin-bottom: 10px;
    }
    .page-home .section-c .img-panel {
        border-radius: 13px;
    }
    .page-home .section-c .head-a {
        font-size: 16px;
        margin-bottom: 11px;
    }
    .page-home .section-c a {
        font-size: 16px;
        line-height: 16px;
    }
    .page-home .section-c .btn-b {
        width: 34px;
        height: 34px;
        top:10px;
        right: 20px;
    }
    .page-home .section-c .btn-b img {
        height: 17px;
    }
    .page-home .section-d {
        margin-bottom: 80px;
    }
    .page-home .section-d .btn-a {
        font-size: 12px;
        padding-left: 30px;
        padding-right: 30px;
        border-radius: 15px;
        background: #AA1F28;
        margin-right: -7px;
        height: 41px;
    }
    .page-home .section-d .btn-b {
        color: #FFF;
        padding: 20px 20px;
        border-radius: 100px;
        background: #AA1F28;
        height: 41px;
        width: 41px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .page-home .section-d .btn-b img {
        height: 18px;
    }
    .page-home .section-d .btn-a:hover,
    .page-home .section-d .btn-b:hover {
        color: rgba(255, 255, 255, 0.7);
    }
    .page-home .section-e .el-b {
        font-size: 18px;
        font-weight: 600;
        line-height: 20px;
    }
    .page-home .section-e .el-c {
        margin-left: 100px;
        margin-top:20px;
    }
    .page-home .section-e .el-d {
        font-size: 18px;
        font-weight: 600;
        line-height: 20px;
        margin-left: 40px;
        padding-top:0px;
        text-align: right;
    }
    .page-home .section-f .head-a {
        font-size: 12px;
        line-height: 13px;
    }
    .page-home .section-f {
        font-size: 12px;
        line-height: 12px;
    }
    .page-home .section-f .img-a {
        height: 75px;
    }
    .page-home .section-f .img-b {
        height: 28px;
    }
    .page-home .section-f .btn-a {
        font-size: 12px;
        font-weight: 450;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 10px;
        background: #AA1F28;
        margin-right: -7px;
        height: 30px;
    }
    .page-home .section-f .btn-b {
        color: #FFF;
        padding: 10px 10px;
        border-radius: 100px;
        background: #AA1F28;
        height: 30px;
        width: 30px;
    }
    .page-home .section-f .btn-b img {
        height: 14px;
    }
    .page-home .section-f .margin-top-a {
        margin-top: 90px;
    }
    .page-home .section-f .width-a {
        max-width: 163px;
    }
    .page-home .section-f #customPrev {
        width: 28px;
        height: 28px;
        border-radius: 100px;
        border: 2px solid #AA1F28;
    }
    .page-home .section-f #customNext {
        width: 28px;
        height: 28px;
        border: 2px solid #AA1F28;
        border-radius: 100px;
    }
    .page-home .section-m .icon-a {
        height: 24px;
        margin-bottom: 15px;
    }
    .page-home .section-m .head-a {
        color: #080F1C;
        font-size: 18px;
        font-weight: 600;
        line-height: 16px;
        margin-bottom: 24px;
    }
    .page-home .section-m .head-b {
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        margin-bottom: 9px;
    }
    .page-home .section-m {
        font-size: 12px;
        line-height: 12px;
        padding-top: 40px;
        padding-bottom: 45px;
        margin-bottom: 40px;
    }
    .page-home .section-n .head-a {
        font-size: 18px;
        font-weight: 600;
        line-height: 16px;
        padding-top: 40px;
        margin-bottom: 24px;
    }
    .page-home .section-n .panel-a {
        min-height: 266px;
        padding: 0px 40px 40px 40px;
        font-size: 12px;
        line-height: 12px;
    }
    .page-home .section-n .panel-a.bg-a {
        background-image: url('/images/page-home/section-n/bg-a-mobile.png?v3');
    }
    .page-home .section-n .panel-a.bg-b {
        background-image: url('/images/page-home/section-n/bg-b-mobile.png?v4');
    }
    .page-home .section-n .panel-a .head-b {
        font-size: 12px;
        font-weight: 700;
        line-height: 12px;
        margin-top: 7px;
    }
    .page-home .section-n .panel-a .img-a {
        width: 60px;
        height: 60px;
    }
    .page-home .section-s  {
        margin-bottom: 10px;
    }
    .page-home .section-s .img-a {
        width: 150px;
    }
    .page-home .section-s .head-a {
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        margin-left: 80px;
        padding-top: 5px;
    }
    .page-home .section-s .head-b {
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        margin-top:29px;
        margin-left:40px;
    }
    .page-home .section-s .desc-a {
        font-size: 12px;
        line-height: 12px;
        max-width: 128px;
        margin-top: 15px;
        margin-left:40px;
    }
    .page-home .section-s .panel-a {
        position: absolute;
        height: 128px;
        width: 160px;
        right:10px;
        margin-top: -50px;
        color: #080F1C;
        font-size: 14px;
        font-weight: 700;
        line-height: 13px;
        padding: 41px 20px 0px 20px;
        text-align: center;
    }
    .page-home .section-s .panel-a a {
        color: #080F1C;
        font-size: 12px;
        line-height: 14px;
    }
    .page-home .section-s #accordionFAQ {
        margin-top:80px
    }
    .page-home .section-s #accordionFAQ .card-header {
        border-radius: 13px;
        padding: 5px 10px 5px 12px;
    }
    .page-home .section-s #accordionFAQ .card-header a {
        font-size: 14px;
        line-height: 15px;
    }
    .page-home .section-s #accordionFAQ .card-header span {
        padding-right: 15px;
    }
    .page-home .section-s .btn-b {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFF;
        width: 37px;
        height: 37px;
        border-radius: 200px;
        background: #AA1F28;
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 0;
        line-height: 1;
        text-decoration: none;
    }
    .page-home .section-s .btn-b img {
        height: 17px;
    }
    .page-home .section-s #accordionFAQ .card-body {
        font-size: 12px;
        line-height: 12px;
        margin-top: 1px;
    }

    .breadcrumbs-a {
        margin-bottom: 30px;
    }
    .breadcrumbs-a, .breadcrumbs-a a {
        color: #9FA4BC;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.5px;
    }
    .breadcrumbs-a a:hover {
        color: rgba(159, 164, 188, 0.7);
    }
    .breadcrumbs-a .b-a {
        margin-left: 7px;
        margin-right: 7px;
        filter: brightness(0) saturate(100%) invert(72%) sepia(4%) saturate(241%) hue-rotate(201deg) brightness(94%) contrast(89%);
    }

    #modal-contact-form .head-a {
        font-size: 16px;
        margin-bottom: 15px;
    }
    #modal-contact-form .modal-content {
        font-size: 14px;
        padding: 10px;
    }
    #modal-contact-form .btn-a {
        font-size: 14px;
        font-weight: 400;
        text-transform: none;
    }


}



