@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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

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

@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";
}

.display-5 {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-6 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.h-90 {
    height: 90%!important;
}
.h-80 {
    height: 80%!important;
}
.h-10 {
    height: 10%!important;
}
.h-20 {
    height: 20%!important;
}
.status.status-danger:before {
    background: #E4354A!important;
}
.grey_element {
    -webkit-filter: grayscale(1); filter: gray;
}

.header-btn[data-class=mobile-nav-on] {
    border-color: #497CC7;
    /* background-color: #fd2087; */
    /* background-image: -webkit-gradient(linear,left bottom, left top,from(#fd2087),to(#e7026e)); */
    background-image: linear-gradient(to top,#497CC7,#2196f3);
    color: #fff;
    width: 3.875rem;
}

@media (min-width: 576px)
{
    .border-sm {
        border: 1px solid #dee2e6!important;
    }
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #F3F5F8 inset;
    -webkit-text-fill-color: inherit!important;
}

/*Запрещаем выделение в элементах, в которых прописано unselectable="on"*/
*[unselectable=on] {
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*разрешаем выделение в элементах, в которых прописано unselectable="off"*/
*[unselectable=off] {
    -moz-user-select: text;
    -o-user-select:text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.another-popup .leaflet-popup-content-wrapper {
    background: rgba(255, 255, 255, 0.90);
}
.spin-prod {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    line-height: 1.47;
    border-radius: 4px;
    height: 39px;
}
.spin-prod .spin-prod-minus, .spin-prod .spin-prod-plus{
    width: 40px;
}
.panel-overflowhidden {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.panel-overflowhidden::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.text-red {
    color:red;
}
.width-11{width:4.50rem}
.width-12{width:4.75rem}
.width-13{width:5.00rem}
.width-14{width:5.25rem}
.width-15{width:5.50rem}
.width-16{width:5.75rem}
.width-17{width:6.00rem}
.width-18{width:6.25rem}

.height-11{height:4.50rem}
.height-12{height:4.75rem}
.height-13{height:5.00rem}
.height-14{height:5.25rem}
.height-15{height:5.50rem}
.height-16{height:5.75rem}
.height-17{height:6.00rem}
.height-18{height:6.25rem}

.badge.badge-info {
    background-color: #497CC7;
}

.btn-success.disabled, .btn-success:disabled, .btn-danger.disabled, .btn-danger:disabled, .btn-info.disabled, .btn-info:disabled,
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #c7c8c9;
    border-color: #acadad;
}

.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.container-fluid {
    padding:47px 82px 47px 82px;
}
@media (max-width: 576px)
{
    .container-fluid {
        padding:20px;
    }
}

.header-msb-div {
    height: 100px;
}
.header-msb {
    padding-top: 0px;
}
.header-msb .logo {
    margin-right: 100px;
}
.header-msb a {
    color: #141413;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
}
.header-msb a:hover {
    color: rgba(20, 20, 19, 0.7);
}
.header-msb a.active {
    color: #F07C00;
}
.header-msb .mr-120 {
    margin-right: 120px;
}
.modal-backdrop {
    z-index: 1000;
}
.header-msb {
    padding-bottom: 12px;
    z-index: 9991;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}
.header-msb .lng-section {
    color: #FFF;
}
.header-msb .lng-section a {
    opacity: 0.3;
    font-family: Pragmatica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.header-msb .lng-section a.active {
    opacity: 1.0;
}
.header-msb .lng-section .line {
    margin-left:30px;
    margin-right:30px;
    background: #FFF;
    width: 1px;
    height: auto;
}
.header-msb .panel-auth {
    position: absolute; top:0px; right: 0px; width: 100%; z-index: 1;

}
.header-msb .panel-auth .btn-a {
    border-radius: 8px;
    background: #F07C00;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    padding: 10px 10px;
}




.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: #FFF;
}
.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);
}
.menu-main.modal-body {
    padding: 0px 0 20px 0;
    //background-color: #3B3B3B;
    border-bottom: 2px solid #F7931E;
}
.menu-main.modal-body .nav {
    margin-top: 100px;
    margin-left: 0px
}
.menu-main.modal-body .nav .nav-link {
    font-size: 20px;
    color: #141413;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    padding: 0.5rem 0.5rem;
    text-transform: none;
}
.menu-main.modal-body .nav .nav-link:hover {
    color: #000000;
}
.menu-main.modal-body .nav .nav-link:hover {
    color: #000000;
}
#menuModal .nav .contact {
    font-size: 18px;
    color: #000000;
    padding-left: 0.5rem;
    margin-top: 30px;
}
#menuModal .nav .contact a {
    color: #000000;
}
#menuModal small {
    font-size: 10px;
}

ul {
    list-style: none; /* убираем стандартные точки */
    padding-left: 1em;
}
ul li {
    position: relative;
}
ul li::before {
    content: "•";
    font-size: 12px;  /* регулируем размер */
    color: #1A1A1A;
    margin-right: 6px;
    position: absolute;
    top: 0.0em;
    left: -1em;
}

footer {
    color: #1A1A1A;
    background: #E0E0E0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
}
footer a {
    color: #1A1A1A!important;
    background: #E0E0E0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
}
footer a:hover {
    color: rgba(26, 26, 26, 0.7)!important;
}
footer .desc-a {
    text-transform: none!important;
}
footer .desc-a a {
    text-transform: none!important;
}
footer .container {
    padding-top: 40px;
    padding-bottom: 20px;
}
footer .panel-arrow-top {
    position: absolute;
    top:-20px;
    right: .75rem;
}
footer .logo {
    height: 115px;
}


.breadcrumbs-block {
    padding-top:60px;
    padding-bottom:40px;
    font-family: Pragmatica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    color: #3B3B3B;
}
.breadcrumbs-block a {
    color: #3B3B3B;
}
.breadcrumbs-block a:hover {
    color: rgba(59, 59, 59, 0.7);
}
.breadcrumbs-block .arrow {
    color: #3B3B3B;
    padding-left: 20px;
    padding-right: 20px;
}







#brief-modal {
    color: #3B3B3B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
#brief-modal .modal-content {
    max-width: 450px;
}
#brief-modal .modal-title {
    color: #3B3B3B;
    font-size: 37px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
#brief-modal input {
    border: none;
    border-bottom: 1px solid #3B3B3B;
    border-radius: unset;
    padding-left: 0px;
    padding-bottom: 0px;
}
#brief-modal textarea {
    border: none;
    border-bottom: 1px solid #3B3B3B;
    border-radius: unset;
    padding-left: 0px;
    padding-bottom: 0px;
    resize: none;
    height: 39px;
}
#brief-modal textarea::placeholder {
    vertical-align: bottom;
    color: #999;
    line-height: 30px;
}
#brief-modal #fb_send {
    border-radius: 5px;
    background: #F7931E;
    padding-top:20px;
    padding-bottom: 20px;
    color: #3B3B3B;
    font-family: Pragmatica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
}

.page-item .page-link {
    color: #000000;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #F7931E;
    border-color: #F7931E;
}
.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-color: rgba(247, 147, 30, 0.2) !important;
}
.pagination .page-link:hover {
    background-color: rgba(247, 147, 30, 0.7) !important;
    color: #fff
}

.page-home .section-a {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    background: url(/images/page-home/section-a/bg.webp?v1) bottom center / cover no-repeat;
    height: 900px;
    margin-bottom: 44px;
}
.page-home .section-a h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 63px;
    margin-bottom: 13px;
}
.page-home .section-a .card-a {
    padding: 33px 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    border-radius: 16px;
}
.page-home .section-a .card-a.bg-a {
    background: #F07C00;
}
.page-home .section-a .card-a.bg-b {
    background: #FFF;
}
.page-home .section-b {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 40px;
}
.page-home .section-b .head-a {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    width: 637px;
    margin-bottom: 24px;
}
.page-home .section-b .badge-a {
    border-radius: 8px;
    border: 1px solid #F07C00;
    padding: 8px 12px;
}
.page-home .section-e #marquee-wrapper, .page-home .section-e #marquee-wrapper-reverse {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 279px; /* Задать фиксированную высоту! */
}
.page-home .section-e #marquee {
    display: flex;
    width: fit-content;
    flex-wrap: nowrap;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}
.page-home .section-e #marquee-reverse {
    display: flex;
    width: fit-content;
    flex-wrap: nowrap;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
}
.page-home .section-e .marquee-content {
    display: flex;
    flex-shrink: 0;
    white-space: nowrap;
    padding-right: 0px;
}
.page-home .section-e .marquee-content img {
    margin-right: 17px;
    max-height: 279px;
    border-radius: 16px;
}
.page-home .section-c {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 28px;
}
.page-home .section-c .head-a {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 21px;
}
.page-home .section-c .card-a {
    border-radius: 16px;
    padding: 32px 20px 33px 18px;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    min-height: 168px;
}
.page-home .section-c .card-a.bg-a {
    background: #E4E4E4;
}
.page-home .section-c .card-a.bg-b {
    background: #F07C00;
}
.page-home .section-d {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.page-home .section-d .head-a {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}
.page-home .section-d .card-a {
    border-radius: 16px;
    background: #E4E4E4;
    padding: 20px;
    height: 100%;
}
.page-home .section-d .height-a {
    min-height: 120px;
}
.page-home .section-d .height-b {
    min-height: 40px;
}
.page-home .section-d .head-b {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px;
}
.page-home .section-m {
    background: url(/images/page-home/section-m/bg.webp?v1) bottom center / cover no-repeat;
    height: 600px;
    margin-bottom: 24px;
}
.page-home .section-m .head-a {
    color: #FFF;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    width: 846px;
    margin-bottom: 18px;
}
.page-home .section-m .desc-a {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    width: 580px;
    margin-bottom: 46px;
}
.page-home .section-m .btn-a {
    border-radius: 8px;
    background: #F07C00;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    padding: 15px 25px;
}
.page-home .section-k {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 120px;
}
.page-home .section-k .head-a {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}
.page-home .section-k .width-a {
    min-width: 20px;
}
.page-home .section-k .card-a {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    border-radius: 16px;
    background: #E4E4E4;
    padding: 39px 29px;
}
.page-home .section-k .card-a .head-a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 22px;
}

.page-contacts #map  {
    width: 100%;
    height: 550px;
}
.page-contacts .section-a {
    margin-top: 42px;
    margin-bottom: 0px;
}
.page-contacts .section-a .card-a {
    border-radius: 16px;
    background: #E4E4E4;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding: 24px;
}
.page-contacts .section-a .card-a a {
    color: #141413;
}
.page-contacts .section-a .card-a a:hover {
    color: rgba(20, 20, 19, 0.7);
}

.breadcrumbs-a {
    margin-bottom: 28px;
}
.breadcrumbs-a, .breadcrumbs-a a {
    color: #1A1A1A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
}
.breadcrumbs-a a:hover {
    color: rgba(26, 26, 26, 0.7);
}

.page-service .section-a {
    background: url(/images/page-service/section-a/bg.webp?v1) bottom center / cover no-repeat;
    height: 600px;
    margin-bottom: 48px;
}
.page-service .section-a img {
    margin-left: 170px;
}
.page-service .section-b {
    color: #1A1A1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 32px;
}
.page-service .section-b .head-a {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.page-service .section-c {
    margin-bottom: 55px;
}
.page-service .section-c .card-a {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    border-radius: 16px;
    background: #E4E4E4;
    padding: 39px 29px;
}
.page-service .section-c .card-a .head-a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 22px;
}
.page-service .section-c .panel-a {
    color: #1A1A1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    margin-top: 53px;
}
.page-service .section-c .panel-a .head-a {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
}
.page-service .section-d {
    color: #1A1A1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 71px;
}
.page-service .section-d .head-a {
    color: #141413;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 32px;
}
.page-service .section-d .head-b {
    color: #F07C00;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 26px;
}
.page-service .section-d .head-c {
    color: #1A1A1A;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 16px;
}
.page-service .section-e {
    margin-bottom: 50px;
}
.page-service .section-e .head-a {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}
.page-service .section-e .card-a {
    border-radius: 16px;
    padding: 26px 20px 10px 18px;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}
.page-service .section-e .card-a.bg-a {
    background: #E4E4E4;
}
.page-service .section-e .card-a.bg-b {
    background: #F07C00;
}
.page-service .section-e .head-b {
    color: #141413;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 19px;
}
.page-service .section-e .img-a {
    margin-bottom: 34px;
}
.page-service .section-f {
    margin-bottom: 39px;
}
.page-service .section-f .head-a {
    color: #1A1A1A;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 15px;
}
.page-service .section-f .desc-a {
    color: #1A1A1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
}
.page-service .section-faq .card-a .head-a {
    border-radius: 16px;
    background: #E4E4E4;
    padding: 20px 30px;
    color: #1A1A1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
}
.page-service .section-faq .card-a .desc-b {
    color: #1A1A1A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    margin-top: 23px;
    margin-bottom: 23px;
}

.page-about .section-a {
    color: #141413;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 48px;
}
.page-about .section-a .head-a {
    color: #141413;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 16px;
}
.page-about .section-b {
    margin-bottom: 57px;
}
.page-about .section-b .head-m {
    color: #141413;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 65px;
}
.page-about .section-b .card-a {
    border-radius: 16px;
    padding: 32px 20px 33px 18px;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    min-height: 168px;
}
.page-about .section-b .card-a.bg-a {
    background: #E4E4E4;
}
.page-about .section-b .card-a.bg-b {
    background: #F07C00;
}
.page-about .section-c {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 52px;
}
.page-about .section-c .card-a {
    border-radius: 30px;
}
.page-about .section-c .card-a .head-a {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 16px;
    width: 290px;
}
.page-about .section-c .card-a .desc-a {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    width: 290px;
}
.page-about .section-c .card-a.bg-a {
    border: 1px solid #F07C00;
    background: #F07C00;
}
.page-about .section-c .card-a.bg-b {
    border: 2px solid #F07C00;
}
.page-about .section-c .card-a img {
    border-radius: 30px;
}

.page-feedback {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    background: url(/images/page-feedback/bg.webp?v1) bottom center / cover no-repeat;
    padding: 75px 0px 77px 0px;
}
.page-feedback a {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    text-decoration: underline!important;
}
.page-feedback a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.page-feedback .head-a {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 17px;
}
.page-feedback .desc-a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    max-width: 480px;
}
.page-feedback input, .page-feedback textarea {
    border-radius: 16px;
    background: #fff;
    color: #1A1A1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding: 24px 21px;
}
.page-feedback input::placeholder {
    color: #1A1A1A;
    opacity: 1;
}
.page-feedback .btn-feedback {
    padding: 15px;
    border-radius: 8px;
    background: #F07C00;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    width: 100%;
    text-align: center;
    text-decoration: none!important;
}
.page-feedback .btn-feedback.disabled {
    color: #fff;
    background-color: #c7c8c9;
    border-color: #acadad;
}
.page-feedback .message {
    color: #FF6101;
}
.page-feedback.bg-none-a {
    background: none;
    color: #141413;
}
.page-feedback.bg-none-a .head-a,
.page-feedback.bg-none-a .desc-a,
.page-feedback.bg-none-a a
{
    color: #141413;
}
.page-feedback.bg-none-a input, .page-feedback.bg-none-a textarea {
    background: #E4E4E4;
    color: #141413;
}

@media (max-width: 576px)
{
    .page-feedback {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        padding: 24px 0px 30px 0px;
    }
    .page-feedback a {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 13px;
    }
    .page-feedback .head-a {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 16px;
    }
    .page-feedback .desc-a {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        margin-bottom: 19px;
    }
    .page-feedback input, .page-feedback textarea {
        border-radius: 4px;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 10px;
        padding: 14px 14px;
    }
    .page-feedback .btn-feedback {
        padding: 10px;
        border-radius: 4px;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
    }

    .page-about .section-a {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        margin-bottom: 23px;
    }
    .page-about .section-a .head-a {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 16px;
    }
    .page-about .section-b {
        margin-bottom: 16px;
    }
    .page-about .section-b .head-m {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 26px;
    }
    .page-about .section-b .card-a {
        padding: 24px 7px 20px;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        min-height: 96px;
    }
    .page-about .section-b .card-a .width-a {
        min-width: 90px;
        text-align: center;
    }
    .page-about .section-c {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        margin-bottom: 32px;
    }
    .page-about .section-c .card-a {

    }
    .page-about .section-c .card-a .head-a {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 5px;
        max-width: none;
        width: auto;
    }
    .page-about .section-c .card-a .desc-a {
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 10px;
        max-width: none;
        width: auto;
    }






    .page-service .section-a {
        background: url(/images/page-service/section-a/bg-mobile.webp?v1) bottom center / cover no-repeat;
        height: 268px;
        margin-bottom: 18px;
    }
    .page-service .section-b {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        margin-bottom: 15px;
    }
    .page-service .section-b .head-a {
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 13px;
    }
    .page-service .section-c {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        margin-bottom: 15px;
    }
    .page-service .section-c .card-a {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        padding: 31px 29px;
    }
    .page-service .section-c .card-a .head-a {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 8px;
    }
    .page-service .section-c .panel-a {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        margin-top: 6px;
    }
    .page-service .section-c .panel-a .head-a {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
    }
    .page-service .section-d {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        margin-bottom: 34px;
    }
    .page-service .section-d .head-a {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 38px;
    }
    .page-service .section-d .head-b {
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .page-service .section-d .head-c {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 12px;
    }
    .page-service .section-d .pl-a {
        padding-left: 40px;
    }
    .page-service .section-d .pl-b {
        padding-left: 80px;
    }
    .page-service .section-e {
        margin-bottom: 30px;
    }
    .page-service .section-e .head-a {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 26px;
    }
    .page-service .section-e .head-b {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 11px;
    }
    .page-service .section-e .card-a {
        border-radius: 16px;
        padding: 31px 20px 29px 18px;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
    }
    .page-service .section-e .card-a .width-a {
        min-width: 50px;
    }
    .page-service .section-e .img-a {
        margin-bottom: 0px;
    }
    .page-service .section-f {
        margin-bottom: 15px;
    }
    .page-service .section-f .head-a {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 16px;
    }
    .page-service .section-f .desc-a {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
    }
    .page-service .section-faq .card-a .head-a {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        text-transform: uppercase;
    }
    .page-service .section-faq .card-a .desc-b {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        margin-top: 8px;
        margin-bottom: 23px;
    }









    .breadcrumbs-a {
        margin-bottom: 11px;
    }
    .breadcrumbs-a, .breadcrumbs-a a {
        color: #1A1A1A;
        font-size: 8px;
        font-style: normal;
        font-weight: 500;
        line-height: 14px;
    }
    .breadcrumbs-a a:hover {
        color: rgba(26, 26, 26, 0.7);
    }


    .page-contacts #map  {
        height: 240px;
    }
    .page-contacts .section-a {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .page-contacts .section-a .card-a {
        padding: 24px 7px 20px;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        min-height: 96px;
    }
    .page-contacts .section-a .card-a .width-a {
        min-width: 90px;
        text-align: center;
    }

    .page-home .section-a-mobile {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
    }
    .page-home .section-a-mobile h1 {
        font-size: 20px;
        font-weight: 600;
        line-height: 22px;
        margin-top: 24px;
        margin-bottom: 12px;
    }
    .page-home .section-a-mobile .card-a {
        padding: 26px 10px 26px 0px;
        border-radius: 16px;
    }
    .page-home .section-a-mobile .card-a.bg-a {
        background: #F07C00;
    }
    .page-home .section-a-mobile .card-a.bg-b {
        background: #E4E4E4;
    }
    .page-home .section-a-mobile .card-a .width-a {
        min-width: 90px;
        text-align: center;
    }
    .page-home .section-b {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        margin-bottom: 0px;
    }
    .page-home .section-b .head-a {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 16px;
        width: auto;
    }
    .page-home .section-b .badge-a {
        padding: 5px 10px;
    }
    .page-home .section-e .marquee-content {
        padding-right: 0px;
    }
    .page-home .section-e #marquee-wrapper, .page-home .section-e #marquee-wrapper-reverse {
        height: 246px;
    }
    .page-home .section-e #marquee-wrapper img, .page-home .section-e #marquee-wrapper-reverse img {
        height: 246px;
    }
    .page-home .section-c .head-a {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
    }
    .page-home .section-c .card-a {
        padding: 24px 7px 20px;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        min-height: 96px;
    }
    .page-home .section-c .card-a .width-a {
        min-width: 90px;
        text-align: center;
    }
    .page-home .section-d {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
    }
    .page-home .section-d .head-a {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 16px;
    }
    .page-home .section-d .head-b {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 28px;
    }
    .page-home .section-d .card-a {
        padding: 10px;
    }
    .page-home .section-d .height-a {
        min-height: 95px;
    }
    .page-home .section-m {
        background: url(/images/page-home/section-m/bg.webp?v1) bottom center / cover no-repeat;
        height: 264px;
        margin-bottom: 24px;
    }
    .page-home .section-m .head-a {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        width: 261px;
        margin-bottom: 10px;
    }
    .page-home .section-m .desc-a {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        width: 250px;
        margin-bottom: 46px;
    }
    .page-home .section-m .btn-a {
        border-radius: 4px;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        padding: 6px 10px;
    }
    .page-home .section-k {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        margin-bottom: 48px;
    }
    .page-home .section-k .head-a {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 16px;
    }
    .page-home .section-k .card-a .head-a {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 8px;
    }
    .page-home .section-k .card-a {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        padding: 31px 29px;
    }

    footer {
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 10px;
        text-transform: none!important;
    }
    footer .logo {
        height: 30px;
    }
    footer a {
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 10px;
        text-transform: none!important;
    }
    footer .img-a {
        height: 24px;
    }
}

@media (max-width: 1400px)
{
    .header-msb-div {
        height: 40px;
    }
    .header-msb .logo {
        margin-top:0px;
        margin-right: 0px;
    }
    .header-msb {
        margin: 0px;
        padding: 0px 20px 10px 20px;
        background-color: #FBFBFB;
        position: fixed;
        z-index: 2030;
        top: 0;
        right: 0;
        left: 0;
    }
    .header-msb a {
        margin-right: 0px;
    }
}



