@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');

@font-face {
    font-family: "BOWLER";
    src: url("/fonts/BOWLER.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}


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

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

@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 {
    margin-top: 40px;
    height: 60px;


    top: 0;
    left: 0;
    width: 100%;
}
/*
.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 .logo {
    color: #1B1A1A;
    font-family: BOWLER;
    font-size: 47px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}
.header-msb .logo .green {
    color: #17D6C2;
}
.header-msb a {
    color: #1B1A1A;
    font-family: BOWLER;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.32px;
}
.header-msb .mr-link-a {
    margin-right: 23px;
}
.header-msb a {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: -0.16px;
}
.header-msb a.dropdown-item {
    color: rgba(0, 0, 0, 0.7);
}
.header-msb a:hover {
    color: rgba(0, 0, 0, 0.7);
}
.header-msb a.active {
    color: #000;
    text-decoration-line: underline!important;
}
.header-msb .btn-a {
    border-radius: 46px;
    background: #FFF;
    padding: 18px 30px;
    font-family: Gilroy;
    color: #DD0B0E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    box-shadow: 5px 4px 34px 0px rgba(90, 13, 13, 0.25);
}
.header-msb .btn-a:hover {
    color: rgba(221, 11, 14, 0.7);
}
.header-msb .mr-80 {
    margin-right: 80px;
}

.modal-backdrop {
    z-index: 1000;
}
.header-msb {
    padding-bottom: 12px;
    z-index: 9991;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}
.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: 35px;
    height: 30px;
    position: relative;
    margin: 0px;
    transform: rotate(0deg);
    cursor: pointer;
}
.animated-icon1 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    background: #333;
}
.animated-icon1 span:nth-child(1) {
    top: 0px
}
.animated-icon1 span:nth-child(2) {
    top: 12px
}
.animated-icon1 span:nth-child(3) {
    top: 24px
}
.animated-icon1.open span {
    background: #ffffff;
}
.animated-icon1.open span:nth-child(1) {
    top: 10px;
    transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: 0px;
}
.animated-icon1.open span:nth-child(3) {
    top: 10px;
    transform: rotate(-135deg);
}

.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 {
    color: #fff;
    background: rgba(23, 214, 194, 0.7) !important;
}
.pagination .page-link {
    color: #01011B;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.28px;
    border-radius: 22px;
    border: 0.756px solid #17D6C2;
    background: #FFF;
}
.pagination .page-item.active .page-link {
    color: #01011B;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.28px;
    border-radius: 22px;
    border: 0.756px solid #17D6C2;
    background: #17D6C2;
}
.pagination .page-item.active .page-link:hover {
    color: #ffffff;
}

.footer {
    background: #E2E8E9;
    padding: 59px 59px 40px 59px;
}
.footer .logo {
    color: #1B1A1A;
    font-family: BOWLER;
    font-size: 47px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}
.footer .logo .green {
    color: #17D6C2;
}
.footer .head-a, .footer .link-b {
    color: #1B1A1A;
    font-family: BOWLER;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.32px;
}
.footer .link-b:hover {
    color: rgba(27, 26, 26, 0.7);
}
.footer .desc-a {
    color: #1B1A1A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
}
.footer .desc-b {
    color: #1B1A1A;
    font-family: BOWLER;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.32px;
}
.footer .link-a {
    color: #1B1A1A;
    font-family: BOWLER;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.32px;
}
.footer .link-a:hover {
    color: rgba(27, 26, 26, 0.7);
}
.footer .link-a img:hover {
    opacity: 0.7;
}

a[target]:not(.btn) {
    font-weight: 500;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration: none !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #17D6C2;
    border-color: #17D6C2;
}
.custom-control-label {
    padding-top: 2px;
}

.page-home .section-a {
    margin-top: 177px;
    text-align: center;
}
.page-home .section-a h1 {
    color: #1B1A1A;
    font-family: BOWLER;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.page-home .section-a h1 .green {
    color: #17D6C2;
}
.page-home .section-a .desc-a {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.4px;
    max-width: 489px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.page-home .section-a .btn-a {
    color: #1B1A1A;
    font-family: BOWLER;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.36px;
    padding: 25px 40px 20px 40px;
    border-radius: 12px;
    background: #17D6C2;
}
.page-home .section-a .btn-b {
    color: #1B1A1A;
    font-family: BOWLER;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.36px;
    padding: 25px 40px 20px 40px;
    border-radius: 12px;
    background: #ECF1F2;
}
.page-home .section-a .img-a {
    margin-bottom: 70px;
}
.page-home .section-b  {
    margin-bottom: 60px;
}
.page-home .section-b .img-a {
    border-radius: 22px;
}
.page-home .section-c {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.48px;
    text-transform: capitalize;
    margin-bottom: 60px;
}
.page-home .section-c .head-a {
    color: #1B1A1A;
    font-family: BOWLER;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.48px;
}
.page-home .section-d {
    margin-bottom: 120px;
}
.page-home .section-d .bg-a {
    padding: 347px 87px 49px 46px;
    border-radius: 22px;
    height: 544px;
    background: #ECF1F2;
    background-repeat: no-repeat;
    background-position: right 47px;
    background-image: url('/images/page-home/section-d/bg-a.png?v1');
}
.page-home .section-d .bg-b {
    padding: 46px 45px 0px 46px;
    border-radius: 22px;
    height: 544px;
    background: #ECF1F2;
    background-repeat: no-repeat;
    background-position: center 200px;
    background-image: url('/images/page-home/section-d/bg-b.png?v1');
}
.page-home .section-d .bg-c {
    padding: 347px 87px 49px 46px;
    border-radius: 22px;
    height: 544px;
    background: #ECF1F2;
    background-repeat: no-repeat;
    background-position: center 46px;
    background-image: url('/images/page-home/section-d/bg-c.png?v1');
}
.page-home .section-d .head-a {
    color: #1B1A1A;
    font-family: BOWLER;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.56px;
    margin-bottom: 17px;
}
.page-home .section-d .desc-a {
    color: #1B1A1A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.28px;
}
.page-home .section-e {
    margin-bottom: 120px;
}
.page-home .section-e .head-a {
    color: #1B1A1A;
    font-family: BOWLER;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.56px;
    max-width: 642px;
    margin-bottom: 60px;
}
.page-home .section-e .head-b {
    color: #17D6C2;
    font-family: BOWLER;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.56px;
    margin-bottom: 30px;
}
.page-home .section-e .desc-a {
    color: #1B1A1A;
    font-family: BOWLER;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.36px;
}
.page-home .section-e .mb-a {
    margin-bottom: 130px;
}

.page-catalog .section-a {
    background-image: url(/images/page-catalog/section-a/bg.png?v1);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 544px;
    margin-top:50px;
    padding-top: 180px;
    margin-bottom: 55px;
    border-radius: 21px;
}
.page-catalog .section-a h1 {
    color: #FFF;
    text-align: center;
    font-family: BOWLER;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.56px;
    margin-bottom: 26px;
    max-width: 554px;
}
.page-catalog .section-a .desc-a {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.4px;
    margin-bottom: 68px;
    max-width: 554px;
}
.page-catalog .section-a .link-a {
    color: #1B1A1A;
    font-family: BOWLER;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.36px;
    padding: 25px 30px 20px 30px;
    border-radius: 12px;
    background: #ECF1F2;
}
.page-catalog .section-b {
    margin-bottom: 120px;
}
.page-catalog .section-b .card-a {
    border-radius: 22.694px;
    background: #ECF1F2;
    padding: 46px 26px 30px 26px;
    height: 480px;
}
.page-catalog .section-b .card-a .head-a {
    color: #1B1A1A;
    font-family: BOWLER;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.36px;
    margin-bottom: 8px;
}
.page-catalog .section-b .card-a .children-panel a {
    color: #1B1A1A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.28px;
    display: inline-block;
    text-transform: lowercase;
}
.page-catalog .section-b .card-a .children-panel a::first-letter {
    text-transform: uppercase;
}
.page-catalog .section-b .card-a .children-panel .point-a {
    display: inline-block;       /* важно для width/height */
    width: 3px;                  /* чуть больше, чтобы было видно */
    height: 3px;
    background-color: #1B1A1A;
    border-radius: 50%;          /* чтобы была точка */
    margin-right: 8px;           /* отступ от текста */
    vertical-align: text-top;
    margin-top: 5px;
}
.page-catalog .section-b .card-a .arrow-a {
    width: 43px;
    height: 43px;
    border-radius: 21px;
    background: #17D6C2;
}
.page-catalog .section-c {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.48px;
    text-transform: capitalize;
    margin-bottom: 75px;
}
.page-catalog .section-c .head-a {
    color: #1B1A1A;
    font-family: BOWLER;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.48px;
}
.page-catalog .section-d {
    margin-bottom: 60px;
}
.page-catalog .section-d .head-a {
    color: #1B1A1A;
    font-family: BOWLER;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.36px;
    margin-top: 26px;
    margin-bottom: 5px;
}
.page-catalog .section-d .desc-a {
    color: #1B1A1A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.28px;
}

.page-catalog-categorie .section-a {
    margin-top: 50px;
}
.page-catalog-categorie .section-filters {
    border-radius: 12px;
    background: #ECF1F2;
    padding: 15px 11px;
    margin-bottom: 50px;
}
.page-catalog-categorie .section-filters .head-filter-a {
    color: #01011B;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: -0.193px;
    margin-bottom: 8px;
}
.page-catalog-categorie .section-filters a {
    color: #1B1A1A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.28px;
    display: inline-block;
    text-transform: lowercase;
}
.page-catalog-categorie .section-filters hr {
    border-bottom: 1px dashed #DADAE8;
}
.page-catalog-categorie .section-filters .btn-a {
    border-radius: 5.52px;
    border: 0.69px solid #17D6C2;
    background: #17D6C2;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.193px;
}


.page-catalog-categorie .section-filters a::first-letter {
    text-transform: uppercase;
}
.page-catalog-categorie .section-b .card-a {
    background: #FFF;
    padding: 23px 32px;
}
.page-catalog-categorie .section-b .card-a .head-a {
    color: #01011B;
    font-size: 15.129px;
    font-style: normal;
    font-weight: 500;
    line-height: 15.129px;
    letter-spacing: -0.303px;
    margin-top: 18px;
}
.page-catalog-categorie .section-b .card-a .head-b {
    color: #01011B;
    font-family: BOWLER;
    font-size: 13.617px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.129px;
    letter-spacing: -0.272px;
}


.page-contacts .section-a {
    margin-top:50px;
    margin-bottom: 180px;
}
.page-contacts .section-a h1 {
    color: #1B1A1A;
    font-family: BOWLER;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.48px;
    margin-bottom: 35px;
}
.page-contacts .section-a .desc-a {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.4px;
    margin-bottom: 84px;
}
.page-contacts .section-a #map {
    height: 479px;
    border-radius: 21px;
}








.page-about .section-a {
    background-image: url(/images/page-about/section-a/bg.png?v1);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 480px;
    border-radius: 22px;
    padding-top: 136px;
    margin-bottom: 60px;
}
.page-about .section-a h2 {
    color: #1B1A1A;
    font-family: BOWLER;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.56px;
    max-width: 394px;
    margin-bottom: 17px;
    margin-left: 219px;
}
.page-about .section-a .desc-a {
    color: #1B1A1A;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.4px;
    max-width: 352px;
    margin-left: 405px;
    margin-bottom: 40px;
}
.page-about .section-a .link-a {
    color: #1B1A1A;
    font-family: BOWLER;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.36px;
    padding: 25px 30px 20px 30px;
    border-radius: 12px;
    background: #ECF1F2;
    margin-left: 680px;
}
.page-about .section-b h1 {
    color: #1B1A1A;
    font-family: BOWLER;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.48px;
    margin-top:50px;
    margin-bottom: 36px;
}
.page-about .section-c {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.4px;
    margin-bottom: 38px;
}
.page-about .section-e {
    margin-bottom: 60px;
}
.page-about .section-e .desc-a {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.4px;
    margin-bottom: 60px;
}
.page-about .section-e .card-a .head-a {
    color: #1B1A1A;
    font-family: BOWLER;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.48px;
    width: 247px;
    margin-bottom: 18px;
}
.page-about .section-e .card-a .desc-c {
    color: #1B1A1A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.28px;
    width: 247px;
}
.page-about .section-e .card-a.bg-a {
    background-image: url(/images/page-about/section-e/bg-a.png?v1);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 480px;
    border-radius: 22px;
    padding: 276px 0px 0px 61px;
}
.page-about .section-e .card-a.bg-b {
    background-image: url(/images/page-about/section-e/bg-b.png?v1);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 480px;
    border-radius: 22px;
    padding: 276px 0px 0px 61px;
}
.page-about .section-f {
    margin-bottom: 60px;
}
.page-about .section-f .card-a.bg-a {
    background-image: url(/images/page-about/section-f/bg-a.png?v1);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 480px;
    border-radius: 22px;
    padding: 76px 5px 0px 33px;
}
.page-about .section-f .card-a.bg-b {
    background-image: url(/images/page-about/section-f/bg-b.png?v1);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 480px;
    border-radius: 22px;
    padding: 76px 5px 0px 33px;
}
.page-about .section-f .card-a .head-a {
    color: #1B1A1A;
    font-family: BOWLER;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.48px;
    margin-bottom: 8px;
}
.page-about .section-f .card-a .desc-c {
    color: #1B1A1A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.28px;
}
.page-about .section-f .desc-a {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.4px;
}
.page-about .section-m {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.4px;
    margin-bottom: 60px;
}
.page-about .section-m .head-a {
    color: #1B1A1A;
    font-family: BOWLER;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.48px;
    margin-bottom: 37px;
}
.page-about .section-m .lnk-a {
    border-radius: 22.694px;
    background: #17D6C2;
    padding: 25px 25px;
    color: #1B1A1A;
    font-family: BOWLER;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.36px;
    margin-bottom: 37px;
}
.page-about .section-m .bg-a {
    background-image: url(/images/page-about/section-m/bg-a.png?v1);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 480px;
    border-radius: 22px;
}

.section-faq {
    margin-bottom: 100px;
}
.section-faq .head-a {
    color: #1B1A1A;
    font-family: BOWLER;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.48px;
    margin-bottom: 35px;
}
.section-faq .accordion .card {
    border-radius: 22.694px;
    background: #ECF1F2;
    padding: 49px 45px;
    margin-bottom: 46px;
}
.section-faq .accordion .card .head-b {
    color: #1B1A1A;
    font-family: BOWLER;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.section-faq .accordion .card .desc-a {
    color: #1B1A1A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.28px;
    padding-right: 50px;
}
.section-faq .accordion .card .img-close {
    border-radius: 20px;
    background: #17D6C2;
    border: 20px solid #17D6C2;
}

















@media (max-width: 1397px)
{
    .footer {
        font-size: 16px;
        padding: 20px 20px;
    }
    .footer a {
        font-size: 16px;

    }
    .header-msb-div {
        height: 60px;
    }
    .header-msb {
        margin: 0px;
        padding: 10px 20px 10px 20px;
        background-color: #fff;
        position: fixed;
        z-index: 2030;
        top: 0;
        right: 0;
        left: 0;
    }
    .header-msb a, .header-msb a:active  {
        color: #333;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 25px;
        letter-spacing: 0.48px;
    }
    .header-msb a:hover {
        color: rgba(51, 51, 51, 0.7);
    }
    #menuModal .modal-content {
        background: #FFF;
        box-shadow: 0px 24px 34px 0px rgba(0, 0, 0, 0.35);
        //margin-top: 43px;
    }

    .lng-section .dropdown-toggle::after {
        font-size: 12px;
    }

}





