@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
html body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Montserrat", sans-serif;
    background-color: #EDEDED;
}
@media (min-width: 1340px)
{
    .container {
        max-width: 1340px;
    }
}

.text-red {
    color:red;
}

.dropdown-menu  {
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(11.100000381469727px);
    color: #0F1922;
}
.dropdown-menu .dropdown-item {
    color: #0F1922;
}
.dropdown-menu .dropdown-item:hover {
    color: #0F1922;
}

.breadCrumps {
    color: #9E9FA2;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 44px;
}
.breadCrumps a {
    color: #9E9FA2;
}
.breadCrumps a:hover {
    color: rgba(158, 159, 162, 0.7);
}

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 {
    background: rgb(40, 40, 40);
    height: 90px;
    top: 0;
    left: 0;
    z-index: 2030;
    position: fixed;
}
.header-msb {
    padding-top: 0px;
    z-index: 9991;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}
.header-msb a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}
.header-msb a.dropdown-item {
    color: rgba(0, 0, 0, 0.7);
}
.header-msb a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.header-msb a:hover img {
    opacity: 0.7;
}
.header-msb a.active {
    color: #FFF;
    text-decoration-line: underline!important;
}
.header-msb .img-white-a {
    display: inline;
}
.header-msb .mr-link-a {
    margin-right: 74px;
}
.header-msb .btn-a {
    border-radius: 8px;
    background: #1A1C4F;
    backdrop-filter: blur(8.325000762939453px);
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
    height: 50px;
    min-width: 189px;
}
.header-msb .btn-a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.header-msb .mr-80 {
    margin-right: 80px;
}

.modal-backdrop {
    z-index: 1000;
}

.navbar-wrap {
    top: 0;
    width: 100%;
    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 {
    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-color: #282828;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    padding-top: 43px;
}
.footer .img-a {
    width: 196px;
}
.footer a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none!important;
}
.footer .link-a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
}
.footer a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.footer .panel-icon {
    border-radius: 8px;
    background: #303030;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}
.footer .desc-a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}
.footer .desc-a a {
    color: #FFF;
}
.footer .panel-a {
    background: rgb(40, 40, 40);
    padding: 24px 0px 24px 0px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.footer .panel-a a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.footer .panel-a a:hover {
    color: rgba(255, 255, 255, 0.7);
}

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

@media (max-width: 1397px)
{
    .footer {
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 12px;
        padding: 20px 0px 0px 0px;
    }
    .footer a {
        font-size: 12px;
        font-weight: 600;
        line-height: 12px;
    }
    .footer .link-a {
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
    }
    .footer .img-a {
        width: 89px;
    }
    .footer .desc-a {
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
    }
    .footer .panel-a {
        text-align: center;
        padding: 15px 0px 15px 0px;
        color: #FFF;
        font-size: 12px;
        line-height: 12px;
    }
    .footer .panel-a a {
        font-size: 12px;
        line-height: 12px;
    }
    .footer .text-lowercase-a {
        text-transform: lowercase;
    }



}


.page-feedback {
    background: #F7F7F6;
    padding: 50px 0px 100px 0px;
}
.page-feedback .head-a {
    color: #0F1922;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 73px;
    max-width: 375px;
    margin-bottom: 76px;
}
.page-feedback .desc-a {
    color: #0F1922;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
}
.page-feedback .desc-b {
    color: #545454;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.page-feedback .desc-b a {
    color: #545454;
}
.page-feedback .desc-b a:hover {
    color: rgba(84, 84, 84, 0.7);
}
.page-feedback input {
    color: #B3B3B3;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    padding: 10px 24px;
    height: 60px;
    border-radius: 8px;
    background: #FFF;
    border: 0px;
}
.page-feedback .btn-feedback {
    border-radius: 8px;
    background: #0F97D4;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    padding: 10px 10px;
    height: 60px;
    margin-bottom: 16px;
}
















@media (max-width: 992px)
{
    .header-msb-div {
        height: 60px;
        top: 0;
        position: fixed;
        width: 100%;
    }
    .header-msb {
        margin: 0px;
        padding: 10px .75rem 10px .75rem;
        //position: fixed;
        z-index: 2030;
        top: 0;
        right: 0;
        left: 0;
    }
    .header-msb a, .header-msb a:active  {
        color: #FFF;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 12px;
        letter-spacing: 0.48px;
    }
    .header-msb.black-a a {
        color: #0F1922;
    }
    .header-msb a:hover {
        color: rgba(51, 51, 51, 0.7);
    }
    #menuModal .nav a {
        color: #ffffff;
    }
    #menuModal .modal-content {
        background: rgba(40, 40, 40, 0.6);
        backdrop-filter: blur(11.100000381469727px);
    }
    .lng-section .dropdown-toggle::after {
        font-size: 12px;
    }
}







.page-home {
    margin-top: 90px;
}
.page-home .section-a {
    padding-top: 93px;
}
.page-home .section-a .head-a {
    color: #1E1E1E;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 93px;
}
.page-home .section-a .nav-tabs {
    border-bottom: none;
}
.page-home .section-a .nav-tabs .nav-item .nav-link {
    color: #1C1C1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding: 16px 24px 16px 24px;
}
.page-home .section-a .nav-tabs .nav-item .nav-link.active {
    border-radius: 24px 24px 0 0;
    background: #FFF;
    color: #E5292E;
}
.page-home .section-a .nav-tabs .nav-item .nav-link:hover {
    border-radius: 24px 24px 0 0;
}
.page-home .section-a .tab-content {
    border-radius: 24px;
    background: #FFF;
    color: #1C1C1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    padding-top:60px;
    padding-bottom:40px;
    height: 460px;
    position: relative;
}
.page-home .section-a .tab-content .img-a {
    position: absolute;
    right: -2rem;
    top:-110px;
    width: 25vw;
}
.page-home .section-a .tab-content .panel-a {
    width: 600px;
}
.page-home .section-a .tab-content .head-b {
    color: #1C1C1C;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 16px;
}
.page-home .section-a .tab-content .link-a {
    color: #1C1C1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
.page-home .section-a .tab-content .mt-a {
    margin-top: 99px;
}
.page-home .section-a .tab-content .link-a:hover {
    color: rgba(28, 28, 28, 0.7);
}
.page-home .section-a .tab-content .progress {
    height: 4px;
    background-color: #D9D9D9!important;
}
.page-home .section-a .tab-content .progress-bar {
    background-color: #1C1C1C!important;
}
.page-home .section-a .tab-content .btn-left,
.page-home .section-a .tab-content .btn-right {
    min-height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 0.75px solid #9E9FA2;
    cursor: pointer;
    background-color: #ffffff;
}
.page-home .section-b {
    height: 600px;
    margin-bottom: 100px;
    margin-top: -30px;
    background: url('/images/page-home/section-b/bg.png?v1') center center / cover no-repeat;
    padding-top: 218px;
}
.page-home .section-b .head-a {
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    width: 520px;
}
.page-home .section-b .head-b {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    width: 520px;
    margin-bottom: 90px;
}
.page-home .section-b .link-a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
.page-home .section-b .link-a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.page-home .grabbing {
    cursor: grabbing !important;
}
.page-home .section-c {
    margin-bottom: 60px;
}
.page-home .section-c .head-a {
    color: #1C1C1C;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 28px;
    max-width: 620px;
}
.page-home .section-c .head-b {
    color: #1C1C1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 56px;
    max-width: 620px;
}
.page-home .section-c .card-a {
    padding: 18px 18px 18px 18px;
    border-radius: 24px;
    background: #FFF;
    color: #1C1C1C;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px; /
}
.page-home .section-c .card-a .head-c {
    color: #1C1C1C;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 12px;
}
.page-home .section-c .card-a .img-a {
    border-radius: 24px;
    margin-bottom: 16px;
}
.page-home .section-c .card-a ul {
    padding-left:14px;
}
.page-home .section-c .card-a ul li::marker {
    font-size: 10px;
}
.page-home .section-c .scroll-wrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
}
.page-home .section-c .scroll-wrapper::-webkit-scrollbar {
    height: 4px;
    background-color: rgb(217, 217, 217);
}
.page-home .section-c .scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: rgb(28, 28, 28);
    border-radius: 4px;
}
.page-home .section-c .scroll-wrapper::-webkit-scrollbar-track {
    background-color: transparent;
}
.page-home .section-d {
    margin-bottom: 100px;
}
.page-home .section-d .scroll-wrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
}
.page-home .section-d .scroll-wrapper::-webkit-scrollbar {
    height: 4px;
    background-color: rgb(217, 217, 217);
}
.page-home .section-d .scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: rgb(28, 28, 28);
    border-radius: 4px;
}
.page-home .section-d .scroll-wrapper::-webkit-scrollbar-track {
    background-color: transparent;
}
.page-home .section-d .head-a {
    color: #1C1C1C;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 28px;
}
.page-home .section-d .card-a {
    padding: 18px 18px 35px 18px;
    border-radius: 24px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    min-height: 560px;
}
.page-home .section-d .card-a .head-c {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px;
}
.page-home .section-d .card-a.bg-1 {
    background: url(/images/page-home/section-d/bg-1.webp?v1) center center / cover no-repeat;
}
.page-home .section-d .card-a.bg-2 {
    background: url(/images/page-home/section-d/bg-2.webp?v1) center center / cover no-repeat;
}
.page-home .section-d .card-a.bg-3 {
    background: url(/images/page-home/section-d/bg-3.webp?v1) center center / cover no-repeat;
}
.page-home .section-e {
    background-color: #ffffff;
    margin-bottom: 60px;
    color: #1C1C1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.page-home .section-e .head-a {
    color: #1C1C1C;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 20px;
}
.page-home .section-e .width-a {
    min-width: 50px;
}
.page-home .section-f {
    margin-bottom: 100px;
}
.page-home .section-f .scroll-wrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
}
.page-home .section-f .scroll-wrapper::-webkit-scrollbar {
    height: 4px;
    background-color: rgb(217, 217, 217);
}
.page-home .section-f .scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: rgb(28, 28, 28);
    border-radius: 4px;
}
.page-home .section-f .scroll-wrapper::-webkit-scrollbar-track {
    background-color: transparent;
}
.page-home .section-f .card-a {
    padding: 18px 18px 35px 18px;
    border-radius: 24px;
    background: #FFF;
    color: #1C1C1C;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    min-height: 382px;
}
.page-home .section-f .card-a .head-b {
    color: #F3F3F3;
    font-size: 128px;
    font-style: normal;
    font-weight: 700;
    line-height: 130px;
    margin-bottom: 20px;
}
.page-home .section-f .card-a .head-c {
    color: #1C1C1C;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 20px;
}


.page-contacts {
    margin-top: 90px;
}
.page-contacts .section-a {
    padding-top: 93px;
    z-index: 2;
    position: relative;
}
.page-contacts .section-a .head-a {
    color: #1E1E1E;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 93px;
}
.page-contacts .section-a .nav-tabs {
    border-bottom: none;
}
.page-contacts .section-a .nav-tabs .nav-item .nav-link {
    color: #1C1C1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding: 16px 24px 16px 24px;
}
.page-contacts .section-a .nav-tabs .nav-item .nav-link.active {
    border-radius: 24px 24px 0 0;
    background: #FFF;
    color: #E5292E;
}
.page-contacts .section-a .nav-tabs .nav-item .nav-link:hover {
    border-radius: 24px 24px 0 0;
}
.page-contacts .section-a .tab-content {
    border-radius: 24px;
    background: #FFF;
    color: #1C1C1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    padding-top:60px;
    padding-bottom:40px;
    height: 480px;
    position: relative;
}
.page-contacts .section-a .tab-content .img-a {
    position: absolute;
    right: -2rem;
    top:-110px;
    width: 25vw;
}
.page-contacts .section-a .tab-content .panel-a {
    width: 600px;
}
.page-contacts .section-a .tab-content .head-b {
    color: #1C1C1C;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 12px;
}
.page-contacts .section-a .tab-content .head-c {
    color: #1C1C1C;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 30px;
}
.page-contacts .section-a .tab-content .link-a {
    color: #1C1C1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
.page-contacts .section-a .tab-content .mt-a {
    margin-top: 99px;
}
.page-contacts .section-a .tab-content .link-a:hover {
    color: rgba(28, 28, 28, 0.7);
}
.page-contacts .section-a .tab-content .progress {
    height: 4px;
    background-color: #D9D9D9!important;
}
.page-contacts .section-a .tab-content .progress-bar {
    background-color: #1C1C1C!important;
}
.page-contacts .section-a .tab-content .btn-left,
.page-contacts .section-a .tab-content .btn-right {
    min-height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 0.75px solid #9E9FA2;
    cursor: pointer;
    background-color: #ffffff;
}
.page-contacts #map {
    height: 600px;
    margin-top: -40px;
    z-index: 1;
}
.page-contacts input {
    border-radius: 8px;
    background: #EDEDED;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    color: #1C1C1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
}
.page-contacts .btn-feedback {
    border-radius: 8px;
    background: #E5292E;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}
.page-contacts .desc-b {
    color: #1C1C1C;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.page-about-product {
    margin-top: 130px;
}
.page-about-product .section-a {
    background: #FFF;
    border-radius: 24px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1C1C1C;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.56px;
    padding-top:60px;
    padding-bottom:60px;
}
.page-about-product .section-a .head-a {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 12px;
}
.page-about-product .section-a .block-1 {
    max-width: 270px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -400px;
    margin-top: -160px;
}
.page-about-product .section-a .block-2 {
    max-width: 290px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -450px;
    margin-top: 160px;
}
.page-about-product .section-a .block-3 {
    max-width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 430px;
    margin-top: -190px;
}
.page-about-product .section-a .block-4 {
    max-width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 450px;
    margin-top: 0px;
}
.page-about-product .section-a .block-5 {
    max-width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 350px;
    margin-top: 190px;
}
.page-about-product .section-f {
    margin-top: 100px;
    margin-bottom: 100px;
}
.page-about-product .section-f .head-a {
    color: #1C1C1C;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 50px;
    max-width: 701px;
}
.page-about-product .section-f .scroll-wrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
}
.page-about-product .section-f .scroll-wrapper::-webkit-scrollbar {
    height: 4px;
    background-color: rgb(217, 217, 217);
}
.page-about-product .section-f .scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: rgb(28, 28, 28);
    border-radius: 4px;
}
.page-about-product .section-f .scroll-wrapper::-webkit-scrollbar-track {
    background-color: transparent;
}
.page-about-product .section-f .card-a {
    padding: 18px 18px 35px 18px;
    border-radius: 24px;
    background: #FFF;
    color: #1C1C1C;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    min-height: 382px;
}
.page-about-product .section-f .card-a .head-b {
    color: #F3F3F3;
    font-size: 128px;
    font-style: normal;
    font-weight: 700;
    line-height: 130px;
    margin-bottom: 20px;
}
.page-about-product .section-f .card-a .head-c {
    color: #1C1C1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
}
.page-about-product .section-f .card-a .img-a {
    width: 120px;
    height:120px;
    margin-bottom: 20px;
}
.page-about-product .section-b {
    height: 600px;
    margin-bottom: 100px;
    background: url('/images/page-home/section-b/bg.png?v1') center center / cover no-repeat;
    padding-top: 218px;
}
.page-about-product .section-b .head-a {
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    width: 520px;
}
.page-about-product .section-b .head-b {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    width: 520px;
    margin-bottom: 90px;
}
.page-about-product .section-b .link-a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
.page-about-product .section-b .link-a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.page-about-product .section-e {
    background-color: #ffffff;
    margin-bottom: 60px;
    color: #1C1C1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.page-about-product .section-e .head-a {
    color: #1C1C1C;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 20px;
}
.page-about-product .section-e .width-a {
    min-width: 50px;
}
.page-about-product .section-e .img-a {
    border-radius: 24px;
}
.page-about-product .section-d {
    margin-bottom: 100px;
}
.page-about-product .section-d .scroll-wrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
}
.page-about-product .section-d .scroll-wrapper::-webkit-scrollbar {
    height: 4px;
    background-color: rgb(217, 217, 217);
}
.page-about-product .section-d .scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: rgb(28, 28, 28);
    border-radius: 4px;
}
.page-about-product .section-d .scroll-wrapper::-webkit-scrollbar-track {
    background-color: transparent;
}
.page-about-product .section-d .head-a {
    color: #1C1C1C;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 28px;
}
.page-about-product .section-d .card-a {
    padding: 364px 18px 35px 18px;
    border-radius: 24px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    min-height: 560px;
}
.page-about-product .section-d .card-a .head-c {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 16px;
}
.page-about-product .section-d .card-a.bg-1 {
    background: url(/images/page-about-product/section-d/bg-1.webp?v1) center center / cover no-repeat;
}
.page-about-product .section-d .card-a.bg-2 {
    background: url(/images/page-about-product/section-d/bg-2.webp?v1) center center / cover no-repeat;
}
.page-about-product .section-d .card-a.bg-3 {
    background: url(/images/page-about-product/section-d/bg-3.webp?v1) center center / cover no-repeat;
}


.page-catalog {
    margin-top: 130px;
    padding-bottom: 100px;
}
.page-catalog .card-a {
    padding: 40px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 3px 4px 7px 0 rgba(0, 0, 0, 0.12);
}
.page-catalog .card-a .head-a {
    color: #1C1C1C;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
}
.page-catalog .card-a .head-b {
    color: #9E9FA2;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
.page-catalog .head-d {
    color: #1C1C1C;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 37px;
}
.page-catalog .card-a .btn-a {
    border-radius: 8px;
    background: #EDEDED;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 4px 7px 0 rgba(0, 0, 0, 0.22);
}
.page-catalog .card-a .btn-a:hover {
    background: #E5292E;
}
.page-catalog .card-a .btn-a .img-b {
    display: none;
}
.page-catalog .card-a .btn-a:hover .img-a {
    display: none;
}
.page-catalog .card-a .btn-a:hover .img-b {
    display: block;
}
.page-catalog #carousel-products .carousel-indicators {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    justify-content: start;
}
.page-catalog #carousel-products .carousel-indicators li {
    width: 100px;
    max-width: 100px;
    height: auto;
    padding:0px;
    flex: 1;
    margin-left: 0px;
    margin-right: 0px;
}
.page-catalog #carousel-products .carousel-indicators li:not(:last-child){
    margin-right: 20px;
}
.page-catalog .section-w {
    margin-bottom: 60px;
    color: #9E9FA2;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
.page-catalog .section-w .head-a {
    margin-bottom: 45px;
    color: #1C1C1C;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
}

























@media (max-width: 576px)
{
    .page-catalog {
        margin-top: 80px;
        padding-bottom: 50px;
    }
    .page-catalog .card-a {
        padding: 16px;
        border-radius: 10px;
        box-shadow: 1.242px 1.656px 2.899px 0 rgba(0, 0, 0, 0.12);
    }
    .page-catalog .card-a .head-a {
        font-size: 12px;
        line-height: 12px;
    }
    .page-catalog .card-a .head-b {
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
    }
    .page-catalog .head-d {
        font-size: 24px;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 30px;
    }
    .page-catalog .card-a .btn-a {
        border-radius: 3px;
        height: 24px;
        width: 24px;
        max-width: 24px;
        padding: 0px;
    }
    .page-catalog .card-a .btn-a img,
    .page-catalog .card-a .btn-a img
    {
        height: 14px;
        width: 14px;
    }


    .page-about-product {
        margin-top: 80px;
    }
    .page-about-product .section-a {
        border-radius: 0px;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: -0.5px;
        padding-top:240px;
        padding-bottom:310px;
    }
    .page-about-product .section-a .head-a {
        font-size: 12px;
        font-weight: 600;
        line-height: 12px;
        margin-bottom: 8px;
    }
    .page-about-product .section-a .block-bg {
        width: 256px;
    }
    .page-about-product .section-a .block-1 {
        width: 236px;
        position: absolute;
        top: 50%;
        transform: translate(-20px, -50%);
        margin-left: -50px;
        margin-top: -290px;
    }
    .page-about-product .section-a .block-2 {
        min-width: 224px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-left: -40px;
        margin-top: -175px;
    }
    .page-about-product .section-a .block-3 {
        min-width: 224px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-left: -40px;
        margin-top: 165px;
    }
    .page-about-product .section-a .block-4 {
        width: 140px;
        position: absolute;
        top: 50%;
        transform: translate(0px, -50%);
        margin-left: 40px;
        margin-top: 90px;
    }
    .page-about-product .section-a .block-5 {
        max-width: 236px;
        position: absolute;
        top: 50%;
        transform: translate(-20px, -50%);
        margin-left: -50px;
        margin-top: 290px;
    }
    .page-about-product .section-f {
        margin-top: 50px;
        margin-bottom: 45px;
    }
    .page-about-product .section-f .head-a {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 34px;
        letter-spacing: -0.48px;
    }
    .page-about-product .section-f .card-a .head-c {
        font-size: 18px;
        font-weight: 700;
        line-height: 18px;
    }
    .page-about-product .section-f .card-a .img-a {
        width: 90px;
        height:90px;
        margin-bottom: 30px;
    }
    .page-about-product .section-f .card-a {
        padding: 18px 18px 15px 18px;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: -0.5px;
        min-height: auto;
    }
    .page-about-product .section-b {
        height: 400px;
        margin-bottom: 50px;
        margin-top: 0px;
        background: url('/images/page-home/section-b/bg-mobile.png?v1') center center / cover no-repeat;
        padding-top: 190px;
    }
    .page-about-product .section-b .head-a {
        font-size: 32px;
        line-height: 33px;
        width: auto;
    }
    .page-about-product .section-b .head-b {
        font-size: 24px;
        line-height: 22px;
        width: auto;
        margin-bottom: 28px;
    }
    .page-about-product .section-b .link-a {
        font-size: 12px;
        line-height: 12px;
    }
    .page-about-product .section-e {
        margin-bottom: 60px;
        font-size: 16px;
        line-height: 16px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .page-about-product .section-e .head-a {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 18px;
    }
    .page-about-product .section-e .width-a {
        min-width: 40px;
    }
    .page-about-product .section-d .card-a .head-c {
        font-size: 24px;
        line-height: 22px;
        margin-bottom: 8px;
    }
    .page-about-product .section-d .card-a {
        padding: 310px 18px 40px 18px;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: -0.5px;
        min-height: 400px;
    }







    .page-contacts {
        margin-top: 60px;
    }
    .page-contacts .section-a {
        padding-top: 50px;
    }
    .page-contacts .section-a .head-a {
        font-size: 32px;
        line-height: 33px;
        margin-bottom: 24px;
    }
    .page-contacts .section-a .nav-tabs .nav-item .nav-link {
        font-size: 12px;
        line-height: 12px;
        padding: 10px 10px 7px 10px;
    }
    .page-contacts .section-a .nav-tabs .nav-item .nav-link.active {
        border-radius: 17px 17px 0 0;
        background: #FFF;
        color: #E5292E;
    }
    .page-contacts .section-a .nav-tabs .nav-item .nav-link:hover {
        border-radius: 17px 17px 0 0;
    }
    .page-contacts .section-a .tab-content {
        border-radius: 0px;
        font-size: 16px;
        line-height: 17px;
        padding-top:27px;
        padding-bottom:27px;
        height: auto;
    }
    .page-contacts .section-a .tab-content .panel-a {
        width: 100%;
    }
    .page-contacts .section-a .tab-content .head-b {
        font-size: 18px;
        font-weight: 700;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .page-contacts .section-a .tab-content .link-a {
        font-size: 12px;
        line-height: 12px;
    }
    .page-contacts .section-a .tab-content .link-a img {
        height: 16px;
    }
    .page-contacts .section-a .tab-content .mt-a {
        margin-top: 15px;
    }
    .page-contacts #map {
        height: 340px;
        margin-top: 0px;
    }
    .page-contacts .section-a .tab-content .head-c {
        font-size: 18px;
        font-weight: 700;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .page-contacts input {
        min-height: 50px;
    }
    .page-contacts .btn-feedback {
        min-height: 50px;
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
    }
    .page-contacts .desc-b {
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
    }

    .page-home {
        margin-top: 60px;
    }
    .page-home .section-a {
        padding-top: 50px;
    }
    .page-home .section-a .head-a {
        font-size: 32px;
        line-height: 33px;
        margin-bottom: 24px;
    }
    .page-home .section-a .nav-tabs .nav-item .nav-link {
        font-size: 12px;
        line-height: 12px;
        padding: 10px 10px 7px 10px;
    }
    .page-home .section-a .nav-tabs .nav-item .nav-link.active {
        border-radius: 17px 17px 0 0;
        background: #FFF;
        color: #E5292E;
    }
    .page-home .section-a .nav-tabs .nav-item .nav-link:hover {
        border-radius: 17px 17px 0 0;
    }
    .page-home .section-a .tab-content {
        border-radius: 0px;
        font-size: 16px;
        line-height: 17px;
        padding-top:27px;
        padding-bottom:27px;
        height: auto;
    }
    .page-home .section-a .tab-content .panel-a {
        width: 100%;
    }
    .page-home .section-a .tab-content .head-b {
        font-size: 24px;
        line-height: 22px;
        margin-bottom: 16px;
    }
    .page-home .section-a .tab-content .link-a {
        font-size: 12px;
        line-height: 12px;
    }
    .page-home .section-a .tab-content .link-a img {
        height: 16px;
    }
    .page-home .section-a .tab-content .mt-a {
        margin-top: 15px;
    }
    .page-home .section-b {
        height: 400px;
        margin-bottom: 50px;
        margin-top: 0px;
        background: url('/images/page-home/section-b/bg-mobile.png?v1') center center / cover no-repeat;
        padding-top: 190px;
    }
    .page-home .section-b .head-a {
        font-size: 32px;
        line-height: 33px;
        width: auto;
    }
    .page-home .section-b .head-b {
        font-size: 24px;
        line-height: 22px;
        width: auto;
        margin-bottom: 28px;
    }
    .page-home .section-b .link-a {
        font-size: 12px;
        line-height: 12px;
    }
    .page-home .section-c .head-a {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 16px;
        max-width: none;
    }
    .page-home .section-c .head-b {
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
        margin-bottom: 29px;
        max-width: none;
    }
    .page-home .section-d {
        margin-bottom: 50px;
    }
    .page-home .section-d .head-a {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 16px;
        max-width: none;
    }
    .page-home .section-d .card-a .head-c {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 6px;
    }
    .page-home .section-d .card-a {
        padding: 18px 18px 35px 18px;
        font-size: 16px;
        font-weight: 500;
        line-height: 17px;
        min-height: 400px;
    }
    .page-home .section-e {
        margin-bottom: 60px;
        font-size: 16px;
        line-height: 16px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .page-home .section-e .head-a {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 18px;
    }
    .page-home .section-e .width-a {
        min-width: 40px;
    }
    .page-home .section-f {
        margin-bottom: 50px;
    }
    .page-home .section-f .card-a {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 15px;
        min-height: 310px;
    }
    .page-home .section-f .card-a .head-c {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px;
    }


















    .page-feedback {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .page-feedback .head-a {
        font-size: 26px;
        line-height: 27px;
        margin-bottom: 40px;
        text-transform: uppercase;
    }
    .page-feedback .desc-a {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 30px;
        text-transform: lowercase;
    }
    .page-feedback .desc-b {
        font-size: 14px;
        line-height: 14px;
    }
    .page-feedback input {
        color: #B3B3B3;
        font-size: 12px;
        line-height: 12px;
        padding: 10px 24px;
        height: 40px;
    }
    .page-feedback .btn-feedback {
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 12px;
        padding: 10px 10px;
        height: 40px;
    }


    .breadCrumps {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: -0.5px;
        margin-bottom: 20px;
    }
    .breadCrumps .text-lowercase-a {
        text-transform: lowercase !important;
    }




}
