@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&family=Manrope:wght@200..800&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: "SF-Pro";
    src:
            url("/fonts/SF-Pro-Display-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "SF-Pro";
    src:
            url("/fonts/SF-Pro-Display-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "SF-Pro";
    src:
            url("/fonts/SF-Pro-Display-Semibold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "SF-Pro";
    src:
            url("/fonts/SF-Pro-Display-Heavy.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
}

html body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "SF-Pro", "Arial", "Tahoma", sans-serif;
    background-color: #004249;
}

@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 {
    position: absolute;
    height: 74px;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 35px;
    z-index: 1;
}
.header-msb {
    margin: 0px;
    z-index: 2030;
    top: 0;
    right: 0;
    left: 0;
}
.header-msb a  {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
}
.header-msb a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.header-msb .menu-main {
    background: #2C2F30;
    padding: 61px 26px 50px 20px;
}
.header-msb .menu-main .head-a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 29px;
}
.header-msb .menu-main .text-a {
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 11px;
    margin-bottom: 8px;
}
.header-msb .menu-main .text-b {
    color: #E0E0E0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}
.header-msb .menu-main a {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 29px;
}
.header-msb .menu-main a:hover {
    color: rgba(255, 255, 255, 0.7);
}
/* Панель выпадающего списка */
.header-msb .menu-main .dropdown-menu {
    background: #000000; /* тёмный фон (под цвет меню) */
    border: none;
    border-radius: 6px;
    padding: 10px 0;
    min-width: 200px; /* ширина выпадашки */
    margin-top: 10px;  /* отступ вниз от кнопки */
}
/* Ссылки внутри dropdown */
.header-msb .menu-main .dropdown-menu .dropdown-item {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
    padding: 10px 15px;
    transition: background 0.2s ease, color 0.2s ease;
}
/* При наведении */
.header-msb .menu-main .dropdown-menu .dropdown-item:hover {
    background: #F00; /* золотистый фон */
    color: #FFF;      /* текст тёмный */
}
.header-msb .text-a {
    font-size: 10px;
    font-weight: 400;
    line-height:7px;
}
.header-msb .text-b {
    font-size: 14px;
}
#menuModal .modal-content {
    background: #FFF;
    box-shadow: none;
}
#menuModal .modal-dialog {
    margin: 0px;
}
.modal-backdrop {
    z-index: 0;
}
.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: 20px;
    height: 12px;
    position: relative;
    margin: 0px;
    transform: rotate(0deg);
    cursor: pointer;
}
.animated-icon1 span {
    display: block;
    position: absolute;
    height: 2.2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    background: #333;
}
.animated-icon1 span:nth-child(1) {
    top: 0px
}
.animated-icon1 span:nth-child(2) {
    top: 7px
}
.animated-icon1 span:nth-child(3) {
    top: 14px
}
.animated-icon1.open span {
    background: #333;
}
.animated-icon1.open span:nth-child(1) {
    top: 7px;
    transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: 0px;
}
.animated-icon1.open span:nth-child(3) {
    top: 7px;
    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: #040606;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    padding: 5px 0px 62px 0px;
}
.footer .lnk-a {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
}
.footer .lnk-a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.footer .mr-a {
    margin-right: 60px;
}
.footer .img-a {
    height: 20px;
}
.footer .img-b {
    height: 40px;
}
.footer .img-c {
    height: 43px;
}
.footer hr {
    border-bottom: 1px solid #344249;
    margin-top: 33px;
    margin-bottom: 41px;
}
.footer .desc-b {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
}
.footer .desc-b a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}
.footer .desc-b a:hover {
    color: rgba(255, 255, 255, 0.7);
}


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

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

.breadcrumbs-a {
    margin-bottom: 30px;
    text-transform: uppercase;
}
.breadcrumbs-a, .breadcrumbs-a a {
    color: #E0E0E0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
}
.breadcrumbs-a a:hover {
    color: rgb(224, 224, 224);
}
.breadcrumbs-a .b-a {
    margin-left: 10px;
    margin-right: 10px;
}

.page-home .section-a .carousel-item {
    height: 500px;
    margin-bottom: 0px;
}
.page-home .section-a .head-a {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: -0.8px;
    max-width: 432px;
}
.page-home .section-a .btn-a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 4px;
    background: #004249;
    padding: 15px 43px;
    font-variant: all-small-caps;
}
.page-home .section-a .carousel-indicators {
    position: absolute;
    top: 50%;
    right: 2.0rem;   
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column; 
    margin: 0; 
}
.page-home .section-a .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 6px 0;
    border-radius: 50%;
    border: 1px solid #FFF;
}
.page-home .section-d {
    padding: 77px 0px 77px 0px;
    background: #2C2F30;
}
.page-home .section-e {
    background: #2C2F30;
}
.page-home .section-e .card-a {
    max-width: 512px;
    width: 512px;
    position: relative;
}
.page-home .section-e .card-a.mr-a {
    margin-right: 74px;
}
.page-home .section-e .card-a.mb-a {
    margin-bottom: 74px;
}
.page-home .section-e .card-a .head-a {
    width: 100%;
    position: absolute;
    top: 44px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 41px;
    text-transform: uppercase;
    letter-spacing: -0.8px;
}
.page-home .section-e .card-a .desc-a {
    position: absolute;
    bottom: 41px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.page-home .section-e .card-a .desc-a a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: underline!important;
}
.page-home .section-m {
    padding-top: 54px;
    padding-bottom: 50px;
}
.page-home .section-m .head-a {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: -0.8px;
    max-width: 730px;
    margin-bottom: 53px;
}
.page-home .section-m .card-a {
    height: 130px;
}
.page-home .section-m .card-a .column-a {
    width: 66px;
    min-width: 66px;
}
.page-home .section-m .card-a .column-b {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    max-width: 400px;
    font-variant: small-caps;
}
.page-home .section-m .card-a.mr-a {
    margin-right: 150px;
}
.page-home .section-k {

}
.page-home .section-k .card-a {
    height: 400px;
}
.page-home .section-k .card-a.bg-a {
    background: url('/images/aygyr/page-home/section-k/bg-a.webp?v7') bottom center / cover no-repeat;
}
.page-home .section-k .card-a.bg-b {
    background: url('/images/aygyr/page-home/section-k/bg-b.webp?v8') bottom center / cover no-repeat;
}
.page-home .section-k .card-a.bg-e {
    background: url('/images/aygyr/page-home/section-k/bg-e.webp?v8') bottom center / cover no-repeat;
}
.page-home .section-k .card-a .head-a {
    color: #FFF;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: -0.8px;
}
.page-home .section-s  {
    padding-top: 60px;
    padding-bottom: 60px;
}
.page-home .section-s .head-a {
    color: #FFF;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: -0.8px;
    margin-bottom: 25px;
}
.page-home .section-s .desc-a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    font-variant: all-small-caps;
}
.page-home .section-s .head-m {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
}
.page-home .section-s .head-m a {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
}
.page-home .section-s .head-m a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.page-home .section-s .desc-m {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    text-transform: lowercase;
}
.page-home .section-s .height-a {
    height: 40px;
}
.page-home .section-w {
    background: #323232;
}
.page-home .section-w .head-a {
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: -0.96px;
    margin-bottom: 16px;
}
.page-home .section-w .desc-a {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 39px;
    max-width: 490px;
    font-variant: small-caps;
}
.page-home .section-w .desc-b a {
    border-radius: 4px;
    background: #004249;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    max-width: 490px;
    padding: 20px 24px;
    font-variant: all-small-caps;
}
.page-home .section-w .desc-b a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.page-home .section-w .bg-a {
    background: url('/images/aygyr/page-home/section-w/bg-a.webp?v7') bottom center / cover no-repeat;
    height: 480px;
}

.page-contacts .section-a .carousel-item {
    margin-bottom: 30px;
    height: 500px;
}
.page-contacts .section-a .carousel-indicators {
    position: absolute;
    top: 50%;
    right: 2.0rem;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    margin: 0;
}
.page-contacts .section-a .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 6px 0;
    border-radius: 50%;
    border: 1px solid #FFF;
}
.page-contacts .section-b {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-top: 60px;
    margin-bottom: 86px;
    font-variant: all-small-caps;
}
.page-contacts .section-b .head-a {
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 41px;
    margin-bottom: 16px;
}
.page-contacts .section-c {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 90px;
    font-variant: small-caps;
}
.page-contacts .section-c .head-a {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 14px;
}
.page-contacts .section-c .head-b {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 14px;
}
.page-contacts .section-c .custom-checkbox-circle .custom-control-input ~ .custom-control-label::before {
    width: 16px;
    height: 16px;
    border-radius: 50%;         /* делает круг */
    top: 50%;
    transform: translateY(-50%);
}
.page-contacts .section-c .custom-checkbox-circle .custom-control-input ~ .custom-control-label::after {
    display: none !important;
}
.page-contacts .section-c .custom-checkbox-circle {
    position: relative;
}
/* скрываем стандартный input, но оставляем кликабельность */
.page-contacts .section-c .custom-checkbox-circle .custom-control-input {
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    opacity: 0;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2; /* поверх декоративного круга */
}
/* внешний круг */
.page-contacts .section-c .custom-checkbox-circle .custom-control-label::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid #999;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle;
    margin-right: 6px;
    transition: all 0.2s ease;
}
/* при клике (checked) — заливка */
.page-contacts .section-c .custom-checkbox-circle .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #F00;
    border-color: #F00;
}
/* убираем галочку */
.page-contacts .section-c .custom-checkbox-circle .custom-control-label::after {
    display: none !important;
}
.page-contacts .section-c #select-city {
    color: #040606;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 8px;
    background: #E0E0E0;
    border-color: #E0E0E0;
    padding-right: 30px; /* место под стрелку */
    background-image: url("/images/aygyr/arrow-down-black.svg");
    background-repeat: no-repeat;
    background-position: right 10px center; /* ← двигай сюда стрелку */
    appearance: none; /* убираем стандартную стрелку */
    -webkit-appearance: none;
    -moz-appearance: none;
}
.page-contacts .section-d {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    font-variant: small-caps;
}
.page-contacts .section-d a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    font-variant: small-caps;
}
.page-contacts .section-d a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.page-contacts .section-d .head-a {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.page-contacts .section-d .card-a {
    margin-bottom: 77px;
}
.page-contacts .section-d .card-a .width-a {
    min-width: 50px;
}
.page-contacts .section-d .bg-a {
    padding: 30px 0px;
    background: #054A52;
}
.page-contacts .section-d .bg-b {
    padding: 30px 0px;
    background: #004249;
}

.page-news .section-a .carousel-item {
    height: 500px;
    margin-bottom: 30px;
}
.page-news .section-a .head-a {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: -0.8px;
    margin-bottom: 48px;
    max-width: 520px;
}
.page-news .section-a .carousel-indicators {
    position: absolute;
    top: 50%;
    right: 2.0rem;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    margin: 0;
}
.page-news .section-a .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 6px 0;
    border-radius: 50%;
    border: 1px solid #FFF;
}
.page-news .section-b {
    margin-top: 60px;
}
.page-news .section-b .img-a {
    border-radius: 8px;
    width: 240px;
}
.page-news .section-b .desc-a {
    color: #F00;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    max-width: 840px;
}
.page-news .section-b .desc-b {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    max-width: 840px;
}
.page-news .section-b .desc-c {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    max-width: 840px;
}
.page-news-current .section-a {
    margin-top:130px;
}
.page-news-current .section-b {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin-top: 60px;
}
.page-news-current .section-b .img-a {
    float: left;
    margin: 0 40px 40px 0;
    max-width: 660px;
    border-radius: 8px;
}
.page-news-current .section-b h1 {
    color: #FFF;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 41px;
    margin-bottom: 24px;
}
.page-news-current .parent {
    clear: both;
    margin-bottom: 60px;
}

.page-guarantees .section-a .carousel-item {
    margin-bottom: 30px;
    height: 500px;
}
.page-guarantees .section-a .carousel-indicators {
    position: absolute;
    top: 50%;
    right: 2.0rem;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    margin: 0;
}
.page-guarantees .section-a .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 6px 0;
    border-radius: 50%;
    border: 1px solid #FFF;
}
.page-guarantees .section-b {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin-top: 60px;
    margin-bottom: 80px;
    font-variant: small-caps;
}
.page-guarantees .section-b .head-a {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    font-variant: all-small-caps;
    margin-bottom: 27px;
}
.page-guarantees .section-b .desc-a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 56px;
    font-variant: all-small-caps;
}
.page-guarantees .section-b .num {
    padding:10px 15px;
    border-radius: 4px;
    background: #323232;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    min-width: 50px;
    text-align: center;
}
.page-guarantees .section-b .models-a {
    width: 550px;
}
.page-guarantees .section-c {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 82px;
    font-variant: small-caps;
}
.page-guarantees .section-c .bg-a {
    background: #323232;
}
.page-guarantees .section-c .head-a {
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 24px;
}
.page-guarantees .section-c .head-b {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-top: 60px;
    margin-bottom: 40px;
    font-variant: all-small-caps;
}
.page-guarantees .section-c .desc-a {
    font-variant: small-caps;
}
.page-guarantees .section-c .max-width-a {
    max-width: 510px;
}
.page-guarantees .section-c .pl-a {
    padding-left: 74px;
}

.page-service .section-a .carousel-item {
    margin-bottom: 30px;
    height: 500px;
}
.page-service .section-a .panel-a {
    max-width: 337px;
}
.page-service .section-a .panel-a h1 {
    color: #FFF;
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 16px;
}
.page-service .section-a .panel-a .head-a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.page-service .section-a .panel-a .desc-a {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    text-transform: lowercase;
    margin-bottom: 45px;
}
.page-service .section-a .panel-a .btn-a {
    color: #040606;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 4px;
    background: #FFF;
    padding: 15px 43px;
}
.page-service .section-a .carousel-indicators {
    position: absolute;
    top: 50%;
    right: 2.0rem;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    margin: 0;
}
.page-service .section-a .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 6px 0;
    border-radius: 50%;
    border: 1px solid #FFF;
}
.page-service .section-b {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin-top: 60px;
}
.page-service .section-b .img-a {
    border-radius: 4px;
}
.page-service .section-b .card-a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-radius: 4px;
    background: #323232;
    width: 100%;
    height: 100%;
}
.page-service .section-b .card-a .head-a {
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 41px;
    margin-bottom: 40px;
}
.page-service .section-c {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.page-service .section-c .head-a {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 16px;
}
.page-service .section-c .btn-a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 4px;
    background: #323232;
    padding: 15px 43px;
}

.page-parts .section-a .carousel-item {
    margin-bottom: 30px;
    height: 500px;
}
.page-parts .section-a .panel-a {
    text-align: center;
    max-width: 390px;
}
.page-parts .section-a .panel-a h1 {
    color: #FFF;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 41px;
    margin-bottom: 25px;
}
.page-parts .section-a .panel-a .head-a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
}
.page-parts .section-a .panel-a .btn-a {
    color: #040606;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 4px;
    background: #FFF;
    padding: 15px 43px;
}
.page-parts .section-a .carousel-indicators {
    position: absolute;
    top: 50%;
    right: 2.0rem;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    margin: 0;
}
.page-parts .section-a .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 6px 0;
    border-radius: 50%;
    border: 1px solid #FFF;
}
.page-parts .section-b {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.page-parts .section-b .head-c {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-top: 27px;
}
.page-parts .section-b .img-a {
    border-radius: 4px;
}
.page-parts .section-b .card-a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-radius: 4px;
    background: #323232;
    width: 100%;
    height: 100%;
}
.page-parts .section-b .card-a .head-a {
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 41px;
    margin-bottom: 40px;
}

.page-financial .section-a .carousel-item {
    margin-bottom: 30px;
    height: 500px;
}
.page-financial .section-a .panel-a {
    max-width: 337px;
}
.page-financial .section-a .panel-a h1 {
    color: #FFF;
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 16px;
}
.page-financial .section-a .panel-a .head-a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    font-variant: all-small-caps;
    margin-bottom: 16px;
}
.page-financial .section-a .panel-a .desc-a {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    text-transform: lowercase;
    margin-bottom: 45px;
}
.page-financial .section-a .panel-a .btn-a {
    color: #040606;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 4px;
    background: #FFF;
    padding: 15px 43px;
}
.page-financial .section-a .carousel-indicators {
    position: absolute;
    top: 50%;
    right: 2.0rem;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    margin: 0;
}
.page-financial .section-a .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 6px 0;
    border-radius: 50%;
    border: 1px solid #FFF;
}
.page-financial .section-b {
    margin-top: 60px;
    margin-bottom: 80px;
}
.page-financial .section-b .head-panel {
    margin-bottom: 60px;
}
.page-financial .section-b .btn-a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 4px;
    background: #0F7580;
    padding: 16px 24px;
}
.page-financial .section-b .btn-a.active {
    background: #FFF;
    color: #040606;
}
.page-financial .section-b .collapse-a
{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    font-variant: small-caps;
}
.page-financial .section-b .collapse-a a {
    color: #FFF;
}
.page-financial .section-b .collapse-a a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.page-financial .section-b .collapse-a .head-a {
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 41px;
    margin-bottom: 13px;
}
.page-financial .section-b .collapse-a .head-b {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 100px;
}
.page-financial .section-b .collapse-a .head-c {
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 41px;
    margin-bottom: 7px;
}
.page-financial .section-b .collapse-a .head-d
{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    font-variant: all-small-caps;
}
.page-financial .section-b .collapse-a .width-a {
    width: 410px;
}
.page-financial .section-b .bg-download {
    width: 410px;
}
.page-financial .section-c {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 85px;
}
.page-financial .section-c .head-a {
    color: #FFF;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 41px;
    margin-bottom: 58px;
}
.page-financial .section-c .card-a {
    border-radius: 4px;
    background: #054A52;
    padding: 20px 20px 20px 20px;
}
.page-financial .section-c .card-a .height-a {
    height: 140px;
}
.page-financial .section-c .btn-a {
    color: #040606;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 4px;
    background: #FFF;
    padding: 16px 24px;
}
.page-financial .section-c .head-b {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
}
.page-financial .section-d {
    margin-bottom: 100px;
}
.page-financial .section-d .head-a {
    color: #FFF;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 41px;
    margin-bottom: 58px;
}
.page-financial .section-d .head-b {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 16px;
    font-variant: small-caps;
}
.page-financial .section-d .desc-a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    font-variant: small-caps;
}

.page-feedback {
    background: url(/images/aygyr/page-feedback/bg.webp?v3) bottom center / cover no-repeat;
    height: 740px;
    color: #FFF;
}
.page-feedback .head-a {
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 41px;
    margin-bottom: 40px;
    width: 500px;
}
.page-feedback .desc-a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 53px;
    width: 500px;
    font-variant: small-caps;
}
.page-feedback input {
    color: #FFF;
    border-radius: 4px;
    border: 1px solid #FFF;
    background: linear-gradient(95deg, rgba(255, 255, 255, 0.01) 7.75%, rgba(255, 255, 255, 0.00) 147.28%);
    max-width: 432px;
    padding: 22px 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}
.page-feedback input::placeholder {
    color: #FFF;
}
.page-feedback .btn-feedback {
    color: #040606;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 16px 24px;
    border-radius: 4px;
    background: #FFF;
}
.page-feedback .btn-feedback:hover {
    color: rgba(4, 6, 6, 0.7);
}


.page-product .section-c {
    margin-top: 130px;
}
.page-product .section-a .carousel-item {
    margin-bottom: 0px;
    height: 400px;
}
.page-product #carousel-products .carousel-indicators {
    position: relative;
}
.page-product #carousel-products .carousel-indicators li {
    width: 70px;
    height: auto;
    padding: 0px!important;
}
.page-product #carousel-products .carousel-indicators li img {
    border-radius: 4px;
}
.page-product #carousel-products .carousel-inner .carousel-item img {
    max-height: 390px;
    height: 390px;
    width: auto;
    border-radius: 4px;
    display: inline-block;
    margin-left: 0;
}
.page-product #carousel-products .carousel-inner .carousel-item {
    text-align: left;
}
.page-product .section-b {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 86px;
    font-variant: small-caps;
}
.page-product .section-b a {
    color: #FFF;
    text-decoration: underline!important;
}
.page-product .section-b a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.page-product .section-b h1 {
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 41px;
    font-variant: small-caps;
    margin-bottom: 24px;
}
.page-product .section-b .doc-a {
    border-radius: 4px;
    background: #0F7580;
    padding: 13px 13px 13px 10px;
    text-decoration: none!important;
}
.page-product .section-b .doc-a:hover {
    background: rgba(15, 117, 128, 0.7);
}
.page-product .section-b .doc-a .head-a {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    max-width: 130px;
    text-align: center;
    text-transform: uppercase;
}




@media (max-width: 1397px)
{
    .footer {
        font-size: 8px;
        font-style: normal;
        font-weight: 300;
        line-height: 10px;
        padding: 20px 0px 30px 0px;
    }
    .footer .desc-b {
        font-size: 8px;
        font-style: normal;
        font-weight: 300;
        line-height: 9px;
        text-transform: uppercase;
    }
    .footer .desc-b a {
        font-size: 8px;
        font-style: normal;
        font-weight: 300;
        line-height: 9px;
        text-transform: uppercase;
    }
    .footer a {
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
    }
    .footer .lnk-a {
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        font-variant: small-caps;
        text-transform: none;
    }
    .footer .mr-a {
        margin-right: 30px;
    }
    .footer .img-a {
        height: 6px;
    }
    .footer .img-b {
        height: 13px;
    }
    .footer .img-c {
        height: 13px;
    }

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

@media (max-width: 576px)
{
    .header-msb-div {
        position: relative;
        height: 52px;
        margin-top: 5px;
    }
    .header-msb {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 1px;
    }
    .animated-icon1 span {
        height: 1.05px;
        background: #FFF;
    }
    .animated-icon1.open span {
        background: #FFF;
    }

    .page-feedback {
        background: url(/images/aygyr/page-feedback/bg-mobile.webp?v2) bottom center / cover no-repeat;
        height: 450px;
    }
    #feedback-modal .page-feedback {
        height: 500px;
    }
    .page-feedback .head-a {
        font-size: 20px;
        font-style: italic;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 21px;
        width: auto;
        font-variant: small-caps;
        letter-spacing: -0.8px;
    }
    .page-feedback .desc-a {
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 12px;
        margin-bottom: 25px;
        width: auto;
        font-variant: none;
        text-transform: uppercase;
    }
    .page-feedback .btn-feedback {
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 14px;
        text-transform: uppercase;
        padding: 12px 24px;
    }
    .page-feedback input {
        padding: 12px 20px;
    }

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

    .page-financial .section-a .carousel-item {
        margin-bottom: 30px;
        height: 460px;
    }
    .page-financial .section-a .panel-a .btn-a {
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 12px;
        text-transform: uppercase;
        padding: 15px 43px;
    }
    .page-financial .section-a .panel-a .desc-a {
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        text-transform: none;
        font-variant: small-caps;
        margin-bottom: 25px;
        max-width: 300px;
    }
    .page-financial .section-a .panel-a {
        max-width: none;
    }
    .page-financial .section-a .panel-a h1 {
        font-size: 20px;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 12px;
        font-variant: small-caps;
    }
    .page-financial .section-a .panel-a .head-a {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 15px;
        font-variant: none;
        text-transform: uppercase;
        margin-bottom: 12px;
    }
    .page-financial .section-b {
        margin-top: 25px;
        margin-bottom: 50px;
    }
    .page-financial .section-b .btn-a {
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 12px;
        background: #054A52;
        padding: 16px 24px;
    }
    .page-financial .section-b .collapse-a
    {
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        font-variant: small-caps;
    }
    .page-financial .section-b .collapse-a .head-a {
        font-size: 20px;
        font-style: italic;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 13px;
    }
    .page-financial .section-b .collapse-a .head-b {
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 14px;
        margin-bottom: 37px;
    }
    .page-financial .section-b .collapse-a .head-d {
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        font-variant: small-caps;
        max-width: 162px;
    }
    .page-financial .section-b .head-panel {
        margin-bottom: 20px;
    }
    .page-financial .section-b .collapse-a .head-c {
        font-size: 20px;
        font-style: italic;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 7px;
    }
    .page-financial .section-c {
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 14px;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    .page-financial .section-c .head-a {
        font-size: 20px;
        font-style: italic;
        font-weight: 600;
        line-height: 20px;
        text-transform: none;
        margin-bottom: 10px;
    }
    .page-financial .section-c .card-a {
        padding: 10px;
    }
    .page-financial .section-c .card-a .height-a {
        height: 50px;
    }
    .page-financial .section-c .head-b {
        font-size: 20px;
        font-style: italic;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 7px;
    }
    .page-financial .section-c .btn-a {
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 12px;
        border-radius: 4px;
        text-transform: uppercase;
        padding: 12px 35px;
    }
    .page-financial .section-c .img-a {
        height: 97px;
    }
    .page-financial .section-d {
        margin-bottom: 45px;
    }
    .page-financial .section-d .head-a {
        font-size: 20px;
        font-style: italic;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 19px;
    }
    .page-financial .section-d .head-b {
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 14px;
        margin-bottom: 16px;
        font-variant: none;
        text-transform: uppercase;
    }
    .page-financial .section-d .desc-a {
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 12px;
        font-variant: none;
        text-transform: uppercase;
    }

    .page-guarantees .section-a .carousel-item {
        margin-bottom: 30px;
        height: 460px;
    }
    .page-guarantees .section-a .btn-a {
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 12px;
        text-transform: uppercase;
        padding: 15px 43px;
    }
    .page-guarantees .section-b {
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        margin-top: 25px;
        margin-bottom: 20px;
        font-variant: small-caps;
    }
    .page-guarantees .section-b .desc-a {
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 12px;
        margin-bottom: 40px;
        font-variant: none;
        text-transform: uppercase;
    }
    .page-guarantees .section-b .head-a {
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 14px;
        font-variant: none;
        text-transform: uppercase;
        margin-bottom: 9px;
    }
    .page-guarantees .section-b .num {
        padding: 5px 5px;
        min-width: 30px;
    }
    .page-guarantees .section-b .models-a {
        width: 40%;
        min-width: 40%;
    }
    .page-guarantees .section-c {
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        margin-bottom: 21px;
    }
    .page-guarantees .section-c .head-a {
        font-size: 20px;
        font-style: italic;
        font-weight: 600;
        line-height: 20px;
        margin-top: 30px;
        margin-bottom: 16px;
    }
    .page-guarantees .section-c .pl-a {
        padding-left: 0px;
    }
    .page-guarantees .section-c .head-b {
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 14px;
        margin-top: 30px;
        margin-bottom: 12px;
        font-variant: none;
        text-transform: uppercase;
    }

    .page-news .section-a .carousel-item {
        height: 460px;
    }
    .page-news .section-a .head-a {
        font-size: 20px;
        font-style: italic;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 18px;
        max-width: 200px;
    }
    .page-news .section-b {
        margin-top: 25px;
    }
    .page-news .section-b .desc-b {
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 14px;
        text-transform: uppercase;
    }
    .page-news .section-b .desc-c {
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        font-variant: small-caps;
    }
    .page-news .section-b .img-a {
        border-radius: 8px;
        width: 140px;
    }
    .page-news .section-b .desc-a {
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 12px;
        text-transform: uppercase;
    }

    .page-contacts .section-a .carousel-item {
        height: 460px;
    }
    .page-contacts .section-b {
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        font-variant: small-caps;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .page-contacts .section-b .head-a {
        font-size: 20px;
        font-style: italic;
        font-weight: 600;
        line-height: 20px;
        font-variant: all-small-caps;
        margin-bottom: 20px;
    }
    .page-contacts .section-c {
        margin-bottom: 10px;
    }
    .page-contacts .section-c .head-a {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 15px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    .page-contacts .section-c .head-b {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 15px;
        text-transform: uppercase;
        margin-bottom: 14px;
    }
    .page-contacts .section-d {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 15px;
        font-variant: small-caps;
    }
    .page-contacts .section-d .head-a {
        font-variant: all-small-caps;
    }
    .page-contacts .section-d .card-a .width-a {
        min-width: 40px;
    }
    .page-contacts .section-d .card-a {
        margin-bottom: 31px;
    }

    .page-news-current .section-b .img-a {
        float: none;
        margin: 0;
        max-width: 100%;
        margin-bottom: 25px;
        border-radius: 8px;
    }
    .page-news-current .section-a {
        margin-top: 25px;
    }
    .page-news-current .section-b {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 15px;
        font-variant: small-caps;
        margin-top: 25px;
    }
    .page-news-current .section-b h1 {
        font-size: 20px;
        font-weight: 600;
        line-height: 20px;
        font-variant: all-small-caps;
        margin-bottom: 24px;
    }


    .page-home .section-a .carousel-item {
        margin-bottom: 0px;
        height: 460px;
    }
    .page-home .section-a .head-a {
        font-size: 20px;
        font-style: italic;
        font-weight: 600;
        line-height: 20px;
        font-variant: small-caps;
        margin-bottom: 48px;
        max-width: 260px;
    }
    .page-home .section-a .btn-a {
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 12px;
        padding: 15px 43px;
        font-variant: none;
        text-transform: uppercase;
    }
    .page-home .section-s {
        background: transparent;
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .page-home .section-s .head-a {
        font-size: 20px;
        font-style: italic;
        font-weight: 600;
        line-height: 20px;
        font-variant: all-small-caps;
        margin-bottom: 20px;
    }
    .page-home .section-s .desc-a {
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        font-variant: small-caps;
    }
    .page-home .section-d {
        padding: 21px 0px 39px 0px;
        background: transparent;
    }
    .page-home .section-d img {
        width: 70%;
    }
    .page-home .section-e .card-a .head-a {
        font-size: 20px;
        font-style: italic;
        font-weight: 600;
        line-height: 20px;
    }
    .page-home .section-e .card-a.mr-a {
        margin-right: 0px;
    }
    .page-home .section-e .card-a {
        max-width: none;
        width: auto;
    }
    .page-home .section-e {
        background: transparent;
    }
    .page-home .section-e .card-a.mb-a {
        margin-bottom: 0px;
    }
    .page-home .section-e .card-a .desc-a a {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 15px;
        text-transform: uppercase;
    }
    .page-home .section-m {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .page-home .section-m .head-a {
        max-width: none;
        font-size: 20px;
        font-style: italic;
        font-weight: 500;
        line-height: 20px;
        text-transform: none;
        font-variant: small-caps;
        margin-bottom: 22px;
    }
    .page-home .section-m .card-a {
        height: auto;
        margin-bottom: 40px;
    }
    .page-home .section-m .card-a .column-b {
        max-width: none;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
    }
    .page-home .section-m .card-a.mr-a {
        margin-right: 0px;
    }
    .page-home .section-k .card-a .head-a {
        font-size: 20px;
        font-style: italic;
        font-weight: 600;
        line-height: 20px;
        font-variant: small-caps;
    }
    .page-home .section-k .card-a {
        height: 240px;
    }
    .page-home .section-w .head-a {
        font-size: 20px;
        font-style: italic;
        font-weight: 600;
        line-height: 20px;
        font-variant: small-caps;
    }
    .page-home .section-w .desc-a {
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 14px;
        margin-bottom: 30px;
        max-width: 260px;
        font-variant: small-caps;
    }
    .page-home .section-w .desc-b a {
        color: #040606;
        background: #FFF;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 12px;
        padding: 15px 16px;
        font-variant: none;
        text-transform: uppercase;
    }
    .page-home .section-w .bg-a {
        background: url(/images/aygyr/page-home/section-w/bg-a-mobile.webp?v7) bottom center / cover no-repeat;
        height: 450px;
    }

    .page-product .section-c {
        margin-top: 25px;
    }
    .page-product .section-a {
        margin-top: 25px;
    }
    .page-product .section-b {
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        font-variant: small-caps;
        margin-top: 25px;
        margin-bottom: 27px;
    }
    .page-product .section-b h1 {
        font-size: 20px;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .page-product #carousel-products .carousel-inner .carousel-item img {
        width: 100%;
        height: auto;
        max-height: none;
    }
    .page-product .section-a .carousel-item {
        margin-bottom: 0px;
        height: auto;
    }


}



