@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

body {
    margin: 0;
}

body.no-scroll {
    overflow: hidden;
}

.container-fluid,
.flex-container {
    background: #ffffff;
    padding-top: 111px;
}

#set_locale {
    padding: 5px 8px 5px 8px;
    background-color: transparent;
}

@keyframes tremble {
    30% {
        transform: rotate(5deg);
    }

    70% {
        transform: rotate(-5deg);
    }
}

@keyframes width {
    30% {
        width: 110%;
    }
}

@keyframes categoryImg {
    0% {
        bottom: -100%;
        z-index: -1;
    }

    50% {
        bottom: 0;
        left: -100%;
        z-index: -1;
        transform: scale(-1, 1);
    }

    100% {
        left: 0px;
        transform: scale(-1, 1);
    }
}

select,
button,
label,
input {
    cursor: pointer;
}

button {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none !important;
}

p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

a {
    text-decoration: none;
}

.flex {
    display: flex;
}

.jcc {
    justify-content: center;
}

.jcsb {
    justify-content: space-between;
}

.aic {
    align-items: center;
}

.aife {
    align-items: flex-end;
}

.rel {
    position: relative;
}

.content {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}


._1156 {
    max-width: 1156px;
}

._1412 {
    max-width: 1412px;
}

._1140 {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

._1440 {
    max-width: 1440px;
    width: 100%;
}

._1850 {
    max-width: 1850px;
}

.breadcrumps {
    padding: 160px 0 0 0;
    background: #ffffff;
    color: #8f8f8f;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.breadcrumps a {
    color: #8f8f8f;
    text-decoration: none;
    transition: 300ms ease-in-out;
}

.breadcrumps a:hover {
    font-size: 12px;
    transition: 300ms ease-in-out;
}

header {
    padding: 30px 0;
    z-index: 999;
    background: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
}

header .logo {
    width: 96px;
    height: 37px;
    flex-shrink: 0;
    left: 10px;
}

header ._1156 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header ._1156 .menu {
    width: 70%;
}

header ._1156 .menu ul {
    list-style-type: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

header ._1156 .menu ul li {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
}

header ._1156 .menu ul li:hover {
    font-weight: 700;
}

header ._1156 .menu ul li img {
    margin-left: 10px;
}

header ._1156 .menu ul li a {
    text-decoration: none;
    color: #000000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

header ._1156 .menu ul li a.active {
    color: #00609e;
}

header ._1156 .menu ul li a:hover {
    color: #007bff;
}

header ._1156 .flex {
    width: 10%;
}

header ._1156 .flex a {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #2b2b30;
    transition: 300ms ease-in-out;
}

header ._1156 .flex a.num {
    font-size: 14px;
}

header ._1156 .flex a:hover {
    font-weight: 700;
    transition: 300ms ease-in-out;
}

header ._1156 .flex select {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
}

header ._1156 .flex select:hover {
    font-weight: 700;
    transition: 300ms ease-in-out;
}

.flash-message .alert {
    margin-top: 150px;
}


.custom-select {
    font-family: Inter;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 12px !important;
    position: relative !important;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    vertical-align: none;
    background: none;
    background-color: none;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-selected {
    background-color: #ffffff;
    border: none !important;
}

.select-contacts {
    width: 100%;
    height: 51px;
    border: 1px solid #2b2b30 !important;
    margin-bottom: 35px;
    text-indent: 10px;
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #2b2b30;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background-color: white;
}

select.select-contacts {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/arrow-down.svg);
    background-position: calc(100% - 16px) center;
    background-size: 8px;
    background-repeat: no-repeat;
}

.select-items {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

header ._1156 .burger {
    display: none;
    position: relative;
    width: 25px;
    height: 20px;
}

header ._1156 .burger:hover .burger-line {
    animation: width .5s ease-in-out;
}

header ._1156 .burger .burger-line {
    height: 2px;
    width: 100%;
    position: absolute;
    background: #2b2b30;
    transition: 300ms ease-in-out;
}

header ._1156 .burger .burger-line.top {
    top: 0;
    right: 0;
}

header ._1156 .burger .burger-line.bot {
    bottom: 0;
    right: 0;
}

header ._1156 .burger .burger-line.mid {
    top: 50%;
    margin-top: -1px;
    left: 0;
}

header ._1156 .burger.active {
    overflow: hidden;
}

header ._1156 .burger.active:hover .burger-line {
    animation: none;
}

header ._1156 .burger.active:hover {
    transform: scale(1.2);
}

header ._1156 .burger.active .burger-line {
    transition: 300ms ease-in-out;
}

header ._1156 .burger.active .burger-line.top {
    transform: rotate(45deg);
    top: 9px;
}

header ._1156 .burger.active .burger-line.bot {
    transform: rotate(-45deg);
    bottom: 9px;
}

header ._1156 .burger.active .burger-line.mid {
    transform: translateX(100%)
}

.burger-modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: -1;
    background: rgba(80, 80, 80, 0);
    transition: 300ms ease-in-out;
}

.module .burger-modal {
    opacity: 0;
}

.burger-modal {
    opacity: 0;
}

.burger-modal.active {
    z-index: 998;
    background: rgba(80, 80, 80, .7);
    transition: 300ms ease-in-out;
    opacity: 1;
}

.module .burger-modal.active {
    opacity: 1;
}

.parts .burger-modal {
    opacity: 0;
}

.parts .burger-modal.active {
    opacity: 1;
}

.burger-modal ul {
    list-style-type: none;
    padding: 0;
}

.burger-modal ul li {
    text-align: center !important;
    font-family: Inter;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 15px !important;
    text-transform: uppercase !important;
    margin-bottom: 20px !important;
    transition: 300ms ease-in-out !important;
}

.burger-modal ul li a {
    text-align: center !important;
    font-family: Inter;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 15px !important;
    text-transform: uppercase !important;
    margin-bottom: 20px !important;
    transition: 300ms ease-in-out !important;
}

.burger-modal ul li:hover {
    font-weight: 700;
    transition: 300ms ease-in-out;
}

.burger-modal .modal-content {
    background: #ffffff;
    min-width: 320px;
    max-width: 50vw;
    width: 100%;
    border-radius: 30px;
    padding: 15px 0;
}

.burger-modal ul li a {
    text-decoration: none;
    color: #2b2b30;
}

@media (max-width: 1024px) {
    header ._1156 .burger {
        display: block;
    }

    header ._1156 .menu {
        display: none;
    }

    header ._1156 .flex {
        width: 30%;
        margin-left: 65px;
    }
}

footer {
    padding: 30px 0 30px 0;
    background: #ffffff;
}

footer .logo {
    width: 150px;
    margin-bottom: 29px;
}

footer .head-office {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #666666;
}

footer .phone {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #666666;
}

footer .phone img {
    margin-top: -3px;
}

footer p {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #666666;
}

footer p span {
    font-family: Inter;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #666666;
}

footer p.left {
    width: 90px;
}

footer h5 {
    font-family: Inter;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #666666;
}

footer h4 {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #666666;
}

@media (min-width: 991px) {
    footer h3 {
        margin-bottom: 55px;
    }
}

@media (max-width: 990px) {
    footer h3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

footer h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.02em;
    color: #666666;
}

footer {
    background: #f8f8f8;
}

footer .text-wrap {
    display: flex;
    align-items: center;
}

footer .media-wrap {
    margin-top: 50px;
}

footer .media-wrap .grey {
    width: 40px;
    height: 40px;
    padding: 5px;
    background-color: #e5e5e5;
    border-radius: 50%;
    display: inline-block;
}

footer .media-wrap a:hover .grey {
    background-color: #007bff;
    transition: 300ms ease-in-out;
}

footer .media-wrap a {
    text-decoration: none;
    transition: 300ms ease-in-out;
    margin-right: 17px;
}

footer .media-wrap a img {
    background-color: #e5e5e5;
    padding: 5px;
    height: 30px;
    border-radius: 10px;
}

footer .media-wrap a:last-of-type {
    margin-right: 0;
}

footer .media-wrap a:hover img {
    background-color: #007bff;
    transition: 300ms ease-in-out;
}

footer ul {
    list-style-type: none;
    padding: 0px 30px 0px 0px;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #2b2b30;

}

footer .col:last-of-type ul:last-of-type {
    margin-left: 85px;
}

footer ul a {
    color: #666666;
    transition: 300ms ease-in-out;
}

footer ul a:hover {
    transition: 300ms ease-in-out;
}

@media (max-width: 1024px) {
    footer .flex:first-of-type {
        flex-wrap: wrap;
    }

    footer .col {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width: 550px) {
    footer .col {
        width: 100%;
        margin-bottom: 30px;
    }
}

footer .col1 {
    width: 370px
}

footer .col2 {
    width: 250px
}

footer .col3 {
    width: 370px
}

footer .col4 {
    width: 300px
}

footer .col1,
footer .col2,
footer .col3,
footer .col4 {
    padding: 0 15px;
    margin-bottom: 20px;
}

/* main page***********************************************************************************/

.main-page {
    padding-top: 111px;
    background: #ffffff;
}

.main-page .flex {
    margin-bottom: 20px;
    width: 100%;
}

.main-page .flex:last-of-type {
    margin-bottom: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.main-page .flex.small-categories .col-small:first-of-type {
    margin-left: 0;
}

.main-page .flex.small-categories .col-small:last-of-type {
    margin-right: 0;
}

.main-page .flex a {
    color: black;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    z-index: 4;
}

.main-page .flex.jcsb a {
    width: 100%;
    height: 100%;
}

.main-page .col-small {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-page .col-med {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 20px;
}

.main-page .category {
    width: 100%;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.main-page .category .buy {
    display: none;
    white-space: nowrap;
    text-decoration: none;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: #dfdfdf;
    padding: 22px 47px;
    background: #2b2b30;
    box-shadow: 8px 12px 40px rgba(0, 0, 0, 0.25);
    border-radius: 30.3474px;
    border: 1px solid #2b2b30;
    transition: 300ms ease-in-out;
    position: relative;
    z-index: 3;
}

.main-page .category .buy:hover {
    background-color: white;
    transition: 300ms ease-in-out;
    color: #2b2b30;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}

.main-page .category img {
    position: absolute;
    z-index: 2;
    object-fit: contain;
}


.main-page .tyre-img {
    top: 10px;
    right: 0;
}

@media (min-width: 1025px) {
    .main-page .man-img {
        height: 165px;
        bottom: 0;
        right: 0;
    }

    .main-page .module-img {
        width: 140px;
        bottom: 0.5vw;
        right: 1vw;
    }

    .main-page .parts-img {
        width: 385px;
        bottom: 0;
        right: -2vw
    }

    .main-page .isuzu-img {
        height: 160px;
        bottom: 0;
        right: 0;
    }

    .main-page .kamaz-img {
        width: 150px;
        bottom: 0.5vw;
        right: 0.5vw;
    }

    .main-page .ep-img {
        width: 165px;
        bottom: 0.2vw;
        right: 0;
        transform: scaleX(-1);
    }

    .main-page .service-img {
        width: 80px;
        bottom: 1.72vw;
        right: 0;
    }

    .main-page .carrier-img {
        width: 110px;
        bottom: 0.0vw;
        right: -0.3vw;
    }

    .main-page .pemco-img {
        width: 115px;
        bottom: -0.2vw;
        right: 0;
    }

    .main-page .kel-img {
        width: 135px;
        bottom: 1.0vw;
        right: 0;
    }
}

@media (max-width: 1024px) {
    .main-page .man-img {
        height: 208px;
        bottom: 0;
        right: 0;
    }

    .main-page .module-img {
        width: 200px;
        bottom: 1.5vw;
        right: 20px;
    }

    .main-page .parts-img {
        width: 350px;
        bottom: 0;
        right: -20px;
    }

    .main-page .isuzu-img {
        height: 200px;
        bottom: 0;
        right: -40px;
    }

    .main-page .kamaz-img {
        width: 200px;
        bottom: 0;
        right: -10px;
    }

    .main-page .ep-img {
        width: 230px;
        bottom: 0;
        right: -10px;
        transform: scaleX(-1);
    }

    .main-page .service-img {
        width: 120px;
        bottom: 17px;
        right: 0;
    }

    .main-page .carrier-img {
        width: 150px;
        bottom: 0;
        right: 0;
    }

    .main-page .pemco-img {
        width: 150px;
        bottom: 0;
        right: 0;
    }

    .main-page .kel-img {
        width: 190px;
        bottom: 10px;
        right: -10px;
    }

    .main-page .category.big .subtitle {
        text-shadow: 0 0 5px white;
    }

    .main-page .category.big .main-title {
        text-shadow: 0 0 5px darkslategrey;
    }

    .main-page .category.small.man .main-title {
        text-shadow: 0 0 5px black;
    }

    .main-page .category.small.man .subtitle {
        text-shadow: 0 0 5px black;
    }

    .main-page .category.small.module .main-title {
        text-shadow: 0 0 5px darkcyan;
    }

    .main-page .category.small.isuzu .subtitle {
        text-shadow: 0 0 5px darkred;
    }

    .main-page .category.small.isuzu .main-title {
        text-shadow: 0 0 5px darkred;
    }

    .main-page .category.small.carrier .subtitle {
        text-shadow: 0 0 5px darkblue;
    }

    .main-page .category.small.carrier .main-title {
        text-shadow: 0 0 5px darkblue;
    }

    .main-page .category.small.pemco .subtitle {
        text-shadow: 0 0 3px black;
    }

    .main-page .category.small.pemco .main-title {
        text-shadow: 0 0 3px black;
    }
}


.main-page .col-small .category.small {
    position: relative;
}

@media (min-width: 1501px) {
    .main-page .category.small .buy {
        position: absolute;
        bottom: 2vw
    }

    .main-page .category.big h2 {
        font-size: calc(0.5em + 3vw);
    }
}

@media (max-width: 1500px) {
    .main-page .category.big h2 {
        font-size: calc(0.5em + 5vw);
    }
}

.main-page .category.big img {
    height: 250px;
    right: 40px;
}

.main-page .category.big {
    padding: 3vw calc(1em + 9.2vw) 102px 30px;
    max-height: 271px;
    height: 100%;
}

.main-page .col-small .category.small {
    margin-bottom: 20px;
}

.main-page .col-small .category.small:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 1025px) {
    .main-page .category.small {
        padding: 30px 30px 52px 30px;
        height: 150px;
    }

    .main-page .col-small-tablet {
        min-width: calc(40% - 1vw)
    }
}

@media (max-width: 1024px) {
    .main-page .category.small {
        padding: 30px 30px 52px 30px;
        height: 180px;
    }

    .main-page .wrap {
        display: none;
    }
}

.main-page .category.big {
    max-height: 200px;
    height: 100%;
}

.main-page .category.med {
    padding: 30px 40px 133px 40px;
    max-height: 320px;
    height: 100%;
}

.main-page .category.big .subtitle {
    font-family: Inter;
    font-weight: 900;
    font-size: 25px;
    line-height: 111.2%;
    text-transform: capitalize;
    margin-bottom: 1vw;
    position: relative;
    z-index: 3;
    text-shadow: 0px 0px 5px #dcdcdc;
}

.main-page .category.med .subtitle {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 111.2%;
    text-transform: capitalize;
    color: #ffa9aa;
    margin-bottom: 10px;
    position: relative;
    z-index: 3;
}

.main-page .category.small .subtitle {
    font-family: Inter;
    font-weight: 900;
    font-size: 17px;
    line-height: 111.2%;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
    z-index: 3;
}

.main-page .category.big .main-title {
    font-family: Inter;
    font-weight: 900;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: -10px;
    position: relative;
    z-index: 3;
}

.main-page .category.med .main-title {
    font-family: Inter;
    font-weight: 900;
    color: #ffa9aa;
    margin-bottom: 40px;
    position: relative;
    z-index: 3;
}


.main-page .category.med .main-title {
    font-size: 36px;
    line-height: 40px;
}

.main-page .category.small .main-title {
    font-family: Inter;
    font-weight: 900;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 15px;
    position: relative;
    z-index: 3;
}

.new-logo {

}

.main-page .category.small.module .subtitle {
    color: #bfeaff;
}

.main-page .category.small.module .main-title {
    color: #bfeaff;
}

.main-page .category.small.isuzu .subtitle {
    color: #ffa9aa;
}

.main-page .category.small.isuzu .main-title {
    color: #ffa9aa;
}

.main-page .category.small.kamaz .subtitle {
    color: #0f1110;
    text-shadow: 0px 0px 5px #dcdcdc;
}

.main-page .category.small.kamaz .main-title {
    color: #0f1110;
    text-shadow: 0px 0px 5px #dcdcdc;
}

.main-page .category.small.service .subtitle {
    color: #0f1110;
    text-shadow: 0px 0px 5px #dcdcdc;
}

.main-page .category.small.service .main-title {
    color: #0f1110;
    text-shadow: 0px 0px 5px #dcdcdc;
}

.main-page .category.small.carrier .subtitle {
    color: white;
}

.main-page .category.small.carrier .main-title {
    color: #c2ddff;
}

.main-page .category.small.pemco .subtitle {
    color: white;
    text-transform: none;
}

.main-page .category.small.pemco .main-title {
    color: #ecceb6;
}

.main-page .category.tires {
    background: linear-gradient(90deg, #dcdcdc 0%, #eeeeee 100%);
}

/*
.main-page .category.man {
    background: linear-gradient(90deg, #464646 0%, #363636 100%);
}

.main-page .category.module {
    background: linear-gradient(90deg, #40b1d5 0%, #253b5e 100%);
}

.main-page .category.parts {
    background: linear-gradient(90deg, #d54041 0%, #7d0507 100%);
}

.main-page .category.isuzu {
    background: linear-gradient(90deg, #d33f40 0%, #c40003 100%);
}

.main-page .category.kamaz {
    background: linear-gradient(90deg, #dcdcdc 0%, #ededed 100%);
}

.main-page .category.ep {
    background: linear-gradient(90deg, #fdc62e 0%, #fdc62e 100%);
}

.main-page .category.service {
    background: linear-gradient(90deg, #dcdcdc 0%, #ebebeb 100%);
}

.main-page .category.carrier {
    background: linear-gradient(90deg, #014eaf 0%, #003385 100%);
}

.main-page .category.pemco {
    background: linear-gradient(90deg, #683d1d 0%, #371908 100%);
}

.main-page .category.kel {
    background: linear-gradient(90deg, #69bee2 0%, #0074a6 100%);
}
*/

.main-page .category.man {
    background: #6b6b6b;
}

.main-page .category.module {
    background: #66c1dd;
}

.main-page .category.parts {
    background: #d64d4f;
}

.main-page .category.isuzu {
    background: #dd6667;
}

.main-page .category.kamaz {
    background: linear-gradient(90deg, #dcdcdc 0%, #ededed 100%);
}

.main-page .category.ep {
    background: #fdd158;
}

.main-page .category.service {
    background: linear-gradient(90deg, #dcdcdc 0%, #ebebeb 100%);
}

.main-page .category.carrier {
    background: #3471bf;
}

.main-page .category.pemco {
    background: #775034;
}

.main-page .category.kel {
    background: #87cbe8;
}

.main-page .our-pros {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 70px;
    padding-bottom: 89px;
    background-color: #ffffff;
    gap: 10px;
}

.main-page .our-pros .pro {
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
}

.main-page .our-pros .pro img {
    margin-right: 20px;
}

.main-page .our-pros .pro h5 {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #2b2b30;
}

.main-page .our-pros .pro p {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #2b2b30;
    opacity: .5;
}

@media (max-width: 1330px) {
    .main-page .small-categories {
        flex-wrap: wrap;
    }

    /*
        .main-page .small-categories .col-small {
            max-width: 45%;
            margin: 0 0 35px 0 !important;
        }
     */
}

@media (min-width: 1025px) and (max-width: 1330px) {
    .main-page .col-small-tablet {
        max-width: 362px;
        width: 32%;
        display: flex;
        flex-direction: column;
        gap: 20px 0;
    }

    .main-page .col-med-tablet {
        max-width: 362px;
        width: 31.98%;
        display: flex;
        flex-direction: column;
        margin: 0 20px;
    }

    .main-page .col-med-tablet .small {
        height: 320px;
    }

    .main-page .carrier-img {
        width: 200px;
    }
}

@media (min-width: 1331px) {
    .main-page .col-small-tablet {
        display: flex;
        flex-direction: row;
        gap: 0 1vw;
        max-width: 40%;
    }

    .main-page .col-med-tablet {
        margin: 0 1vw;
        max-width: 20%;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-page .col-med {
        margin: 20px 0;
    }

    .main-page .col-small {
        flex-direction: row;
        gap: 20px;
    }

    .main-page .col-small-tablet {
        display: flex;
        flex-direction: row;
        gap: 20px;
        width: 100%;
    }

    .main-page .col-med-tablet {
        width: 100%;
        margin: 20px 0;
    }

    .main-page .col-small-tablet .col-small {
        flex-direction: row;
    }

    .main-page .flex {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .main-page .flex {
        flex-direction: column;
    }

    .main-page .col-small {
        max-width: 100%;
    }

    .main-page .col-med {
        max-width: 100%;
        margin: 20px 0;
    }

    .main-page .small-categories .col-small {
        margin-bottom: 20px;
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .main-page .our-pros {
        flex-wrap: wrap;
    }

    .main-page .our-pros .pro {
        width: 49%;
    }

    .main-page .our-pros .pro img {
        width: 56px;
    }
}

@media (max-width: 550px) {
    .main-page .category.big {
        padding: 30px 30px 52px 30px;
    }

    .main-page .category.big .main-title {
        font-size: calc(1em + 5vw);
        margin-bottom: 20px;
    }

    .main-page .category.big .subtitle {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .main-page .category .buy {
        position: relative;
        left: 50%;
        margin-left: -78px;
    }

    .main-page .our-pros .pro {
        width: 100%;
        margin-bottom: 30px;
    }
}

.main-page .subtitle {
    opacity: 0;
}

.main-page .med:hover .subtitle,
.main-page .big:hover .subtitle,
.main-page .small:hover .subtitle {
    opacity: 1;
    transition: 300ms ease-in-out;
}

.main-page .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: black;
    z-index: 2;
    opacity: 0;
}

.main-page .med:hover .dark-overlay,
.main-page .big:hover .dark-overlay,
.main-page .small:hover .dark-overlay {
    opacity: 0.4;
    transition: 300ms ease-in-out;
}

.main-page .main-title {
    text-transform: uppercase;
}


/*contacts page*************************************************************************************************************/


.contacts-page {
    background: #f8f8f8;
}

.contacts-page .breadcrumps {
    background: #f8f8f8;
}

.contacts-page .block_1 {
    padding: 47px 0 110px 0;
    background: #f8f8f8;
}

.contacts-page .block_1 .select-col {
    padding: 55px 87px 66px 63px;
    background: #ffffff;
    max-width: 440px;
    width: 100%;
    box-sizing: border-box;
}

.contacts-page .block_1 .select-col h5 {
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #2b2b30;
    margin-bottom: 35px;
}

.contacts-page .block_1 .select-col .select-selected {
    width: 100%;
    height: 51px;
    border: 1px solid #2b2b30 !important;
    margin-bottom: 35px;
    text-indent: 20px;
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #2b2b30;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.contacts-page .block_1 .select-col .select-items div {
    width: 100%;
    height: 51px;
    display: flex;
    align-items: center;
    text-indent: 20px;
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    border: 1px solid #2b2b30 !important;
}

.contacts-page .block_1 .select-col .select-selected:after {
    position: absolute;
    content: "";
    top: 21px;
    right: 20px;
    width: 5px;
    height: 5px;
    border: 2px solid transparent;
    border-color: #000000 transparent transparent #000000;
    transform: rotate(-135deg);
    transition: 300ms ease-in-out;
}

/*point the arrow upwards when the select box is open (active):*/
.contacts-page .block_1 .select-col .select-selected.select-arrow-active:after {
    top: 21px;
    transform: rotate(45deg);
    transition: 300ms ease-in-out;
}

.contacts-page .block_1 .select-col p {
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #2b2b30;
    margin-bottom: 64px;
}

.contacts-page .block_1 .select-col p span,
.contacts-page .block_1 .select-col p a {
    font-size: 22px;
    line-height: 28px;
    color: #2b2b30;
}

.contacts-page .block_1 .select-col label {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #2b2b30;
    margin-left: 23px;
    cursor: pointer;
    margin-bottom: 15px;
}

.contacts-page .block_1 .select-col label.active {
    font-weight: 700;
}

.contacts-page .block_1 .select-col input {
    cursor: pointer;
    opacity: 0;
}

.contacts-page input[type="checkbox"]:checked {
    accent-color: #00609e;
}

.contacts-page .block_1 .select-col .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #004a7a;
    box-sizing: content-box;
}

.contacts-page .block_1 .select-col .flex:hover input ~ .checkmark {
    background-color: #ffffff;

}

.contacts-page .block_1 .select-col .flex input:checked ~ .checkmark {
    background-color: #ffffff;
}

.contacts-page .block_1 .select-col .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.contacts-page .block_1 .select-col input:checked ~ .checkmark:after {
    display: block;
}

.contacts-page .block_1 .select-col .checkmark:after {
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #004a7a;
}

.contacts-page .block_1 .form-col {
    max-width: 50%;
    width: 100%;
}

.contacts-page .block_1 .form-col form {
    margin: 0;
}

.contacts-page .block_1 .form-col h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #2b2b30;
    margin-bottom: 15px;
}

.contacts-page .block_1 .form-col p {
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #2b2b30;
    margin-bottom: 25px;
    white-space: nowrap;
}

.contacts-page .block_1 .form-col .label-wrap p {
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    line-height: 36px;
    color: #2b2b30;
    margin-bottom: 0;
}

.contacts-page .block_1 .form-col .label-wrap {
    margin-bottom: 25px;
}

.contacts-page .block_1 .form-col .label-wrap input {
    width: 100%;
    height: 51px;
    border: none;
    background: #ffffff;
    text-indent: 20px;
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    line-height: 36px;
    color: #2b2b30;
    outline: none;
}

.contacts-page .block_1 .form-col .flex .label-wrap {
    width: 48%;
}

.contacts-page .block_1 .form-col .flex .checkbox-input {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.contacts-page .block_1 .form-col .flex .checkbox-label {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    color: #2b2b30;
}

.contacts-page .block_1 .form-col .flex:last-of-type {
    margin-bottom: 60px;
}

.contacts-page .block_1 .form-col input[type=button] {
    width: 183px;
    height: 61px;
    background: #004a7a;
    border-radius: 1vw;
    border: 1px solid #004a7a;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fbfbfb;
    transition: 300ms ease-in-out;
}

.contacts-page .block_1 .form-col input[type=button].disabled {
    width: 183px;
    height: 61px;
    background: #d4d4d4;
    border-radius: 30.5px;
    border: 1px solid #d4d4d4;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fbfbfb;
    transition: 300ms ease-in-out;
}

.contacts-page .block_2 {
    height: 397px;
}

.contacts-page .block_2 #map {
    width: 100%;
    height: 100%;
}

.contacts-page .block_1 .form-col input[type=submit]:hover {
    background: #fbfbfb;
    color: #004a7a;
    transition: 300ms ease-in-out;
}

@media (max-width: 1024px) {
    .contacts-page .block_1 .col-wrap {
        flex-direction: column;
    }

    .contacts-page .block_1 .select-col,
    .contacts-page .block_1 .form-col {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .contacts-page .block_1 .select-col {
        padding: 15px;
    }
}


/*news page*****************************************************************************************************/

.news-page .block_1 {
    background: #ffffff;
    padding: 38px 0 64px 0;
}

.news-page .block_1 .flex {
    flex-wrap: wrap;
}

.news-page .block_1 h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
    line-height: 68px;
    color: #18191f;
    margin-bottom: 76px;
}

.news-page .block_1 .flex:last-of-type {
    flex-wrap: nowrap;
}

.news-page .block_1 .date {
    width: 78px;
    margin-right: 0;
    margin-left: auto;
}

.news-page .block_1 .date p {
    font-family: Inter;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 22px !important;
    color: #2b2b30 !important;
}

.news-page .block_1 .date .blue-dot {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background: linear-gradient(180deg, #2674a7 0%, #82bade 100%);
    margin-right: 4px;
}

.news-page .block_1 .slide {
    max-width: 358px;
    width: 100%;
}

.news-page .block_1 .slide img {
    width: 100%;
}

.news-page .block_1 .slide p {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    color: #18191f;
}

.news-page .block_1 .slide {
    text-decoration: none;
}

.news-page .block_1 .slide p span {
    font-weight: 700;
}

@media (max-width: 830px) {
    .news-page .block_1 .slide {
        max-width: 100%;
        margin: 0 0 25px 0;
        width: 100%;
    }
}

.news-page-full .block_1 {
    background: #ffffff;
    padding: 38px 0 64px 0;
}

.news-page-full .block_1 h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #18191f;
    margin-bottom: 76px;
}

.news-page-full img {
    width: 100%;
}

/*career page****************************************************************************************************************/

/* Основные стили */
.block_one {
    padding: 50px 0 200px 0;
    background: #ffffff no-repeat 100% -180%;
    overflow: hidden;
    margin: 0 auto;
}

.padding-career {
    padding: 10px 0 208px 0;
}

.career-page .block_one .content h2 span {
    color: #196a9f;
}

.career-page .block_one h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #18191f;
    margin-bottom: 15px;
}

.career-page .block_one p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #2b2b30;
    margin: 35px 0 45px;
}

.career-buttons {
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    background-color: #196a9f;
    border: none;
    border-radius: 4px;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.career-buttons svg {
    width: 29px;
    height: 17px;
    fill: #ffffff;
    margin-left: 2.5%;
}

.slider-img {
    display: block !important; /* Переопределяем display на видимый */
    max-width: 100% !important; /* Убираем максимальную ширину (если она есть) */
    height: auto !important; /* Автоматическая высота для сохранения пропорций */
}

.career-slider-1 {
    margin-top: 20px;
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #196a9f;
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
}

/* Стили для экранов с шириной до 768px */
@media (max-width: 768px) {
    .block_one {
        background-position: center center;
    }

    .padding-career {
        margin-bottom: -250px;
    }

    .col-lg-6 {
        text-align: center
    }

    .padding-career {
        margin-top: -60px;
    }

    .col-lg-6:nth-child(2) {
        text-align: center;
    }

    .slider-img {
        max-width: 100%;
        display: block;
        margin: 20px auto;
    }
}

/* Стили для экранов с шириной до 576px */
@media (max-width: 576px) {
    .block_one {
        margin-top: -240px;
    }

    .career-buttons {
        font-size: 16px;
        padding: 10px 20px;
    }

    .padding-career {
        margin-bottom: -400px;
        margin-top: 200px;
    }

    .career-page .career-buttons {
        text-align: center;
        display: block;
        margin: 0 auto;
        max-width: 100%;
        max-width: 320px;
    }

}

/* Стили для экранов с шириной до 320px */
@media (max-width: 320px) {
    .block_one {
        padding: 20px 0 150px 0;
        background: #ffffff no-repeat 100% -180%;
        margin-top: 10px;
        margin-bottom: -150px;
    }

    .padding-career {
        margin-bottom: -230px;
        margin-top: -30px;
    }

    .career-page .career-buttons {
        text-align: center;
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }

    .block_one h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .block_one p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .career-buttons {
        font-size: 14px;
        padding: 10px 20px;
    }

    .slider-img {
        max-width: 100%;
        height: auto;
    }

    .career-slider-1 {
        margin-top: 20px;
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .placement {
        display: block;
    }
}

.placement {
    display: block;
}

.career-page .tab-3 .response #response-form-2 select {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 23px !important;
    color: #2b2b30;
    padding: 3%;
    margin: 0;
    border-radius: 10px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 100% !important;
    background: rgba(209, 232, 247, 0.4) url("../images/career-arrow-down.svg") no-repeat 97% center;
}

.career-page {
    font-family: Inter;
}

.career-page .block_1 .content {
    position: relative;
}

.career-page .block_1 .content h2,
.career-page .block_1 .content a {
    position: relative;
    z-index: 1;
}

.career-page .block_1 .content h2 span {
    color: #196a9f;
}

.career-page .block_1 {
    padding: 50px 0 208px 0;
    background: #ffffff no-repeat 100% -180%;
    overflow: hidden;
}

.career-page .carousel-inner {
    overflow: inherit;
}

.career-page .carousel-indicators {
    bottom: -70%;
}

.career-page .carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #d9d9d9;
    border-radius: 50%;
    opacity: 1;
}

.career-page .carousel-indicators li.active {
    background-color: #196a9f;
}

.career-page .carousel-item {
    height: 300px;
}

.career-page .carousel-item.active {
    height: 300px;
}


.career-page a.career-slider-1 {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 39px;
    color: #2775a7;
    text-decoration: none;
    transition: 300ms ease-in-out;
}

.career-page a.career-slider-1:hover {
    color: #2775a7;
    cursor: text;
}

.career-page a.career-slider-1 img {
    margin: 0;
    padding: 0;
    width: 25%;
}

.career-page #vacancy {
    background-image: url("../images/career-slider-button-1.png");
    background-repeat: no-repeat;
    background-size: 100% 115%;
    width: 220px;
    padding: 15px 30px;
    position: absolute;
    z-index: 0;
    top: 7vw;
    right: 24vw;
}

.career-page #academy {
    background-image: url("../images/career-slider-button-2.png");
    background-repeat: no-repeat;
    background-size: 100% 120%;
    width: 220px;
    padding: 21px 30px 15px;
    position: absolute;
    z-index: 0;
    top: 3vw;
    right: -1vw;
}

.career-page #intern {
    background-image: url("../images/career-slider-button-3.png");
    background-repeat: no-repeat;
    background-size: 100% 120%;
    width: 233px;
    padding: 22px 30px 12px;
    position: absolute;
    z-index: 0;
    top: 18vw;
    right: 7vw;
}

@media (max-width: 768px) {
    .career-page .slider-img, .career-page .career-slider-1 {
        display: none;
    }
}

.career-page .block_1 h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #18191f;
    margin-bottom: 15px;
}

.career-page .block_1 p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #2b2b30;
    margin: 35px 0 45px;
}

.career-page .career-buttons {
    font-family: Inter;
    font-weight: 400;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff !important;
    background: #196a9f;
    padding: 13px 30px;
    text-decoration: none;
    border: 1px solid #196a9f;
    transition: 1ms ease-in-out;
    display: inline-flex;
    white-space: nowrap;
    align-items: center;
}

.career-page .block_1 .career-buttons svg {
    margin-left: 2.5%;
}

.career-page .career-buttons:hover svg path {
    fill: #004a7a;
}

.career-page .career-buttons:hover {
    background: transparent;
    color: #004a7a !important;
    transition: 100ms ease-in-out;
}

.career-page .mainpart {
    background: #f8fcff;
    padding-top: 3%;
}

.career-page .nav-pills .nav-item {
    margin-right: 2%;
}


.career-page .nav-pills .nav-link {
    font-family: Inter;
    font-size: 20px;
    line-height: 22.5px;
    margin: 0 30px 30px 0;
    width: 100%;
    background: transparent;
    border: none;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: #000000;

}

.career-page .nav-pills .nav-link:hover {
    color: #004a7a;
    font-weight: 600;
    border-bottom: 2px solid #196a9f;
    background: none;
    border-radius: 0;
}

.career-page .nav-pills .nav-link.active {
    color: #004a7a;
    font-weight: 600;
    border-bottom: 2px solid #196a9f;
    background: none;
    border-radius: 0;
}


.career-page .tab-1 .mission {
    margin-top: 2%;
}

.career-page .tab-1 .mission img {
    width: 106%;
    position: absolute;
    top: -7.5%;
    right: -8%;
    z-index: 1;
}

@media (max-width: 992px) {
    .career-page .tab-1 .mission img {
        width: 85%;
        position: initial;
        display: block;
        margin: 0 auto;
    }

    .career-page .tab-1 .mission .mission-content {
        padding: 5% 5% 5% 5%;
        width: 85%;
        display: block;
        margin: 5% auto;
        border-radius: 10px;
        background-color: transparent !important;
    }
}

.career-page .tab-1 .mission .mission-content {
    padding: 5% 5% 5% 10%;
    border-radius: 10px;
    background-color: #ffffff;
}

.career-page .tab-1 h3 {
    font-weight: 700;
    font-size: 35px;
    color: #2b2b30;
}

.career-page .tab-1 h3 span {
    font-weight: 700;
    color: #196a9f;
}

.career-page .tab-1 hr {
    width: 120px;
    text-align: left;
    background-color: #196a9f;
    height: 1.5px;
    border-radius: 10px;
    margin: 2% 0;
    margin-bottom: 2%;
    font-weight: bold;
}

.career-page .tab-1 .mission p {
    font-weight: lighter;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

.career-page .tab-1 .mission .mission-rectangle {
    display: inline-block;
    font-weight: lighter;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    border: 1px solid #c1e7ff;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 3% 1% 0 0;
    text-align: center;
}

.career-page .tab-1 .actual {
    display: inline-block;
    padding-top: 5%;
}

.career-page .tab-1 .actual .row {
    display: flex;
}

.career-page .tab-1 .actual-mobile-slider {
    display: none;
}

.career-page .tab-1 .actual .col-md-6,
.career-page .tab-1 .actual .col-sm-12 {
    margin-top: 2%;
}

.career-page .tab-1 .actual .col-sm-12 .actual-card {
    display: block;
    margin: 0 auto;
}

.career-page .tab-1 .actual-card {
    background: #ffffff;
    border: 1px solid #c1e7ff;
    padding: 15px 15px;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    margin-top: 2%;
    height: 100%;
}

.career-page .tab-1 .actual-card img {
    width: 100%;
}

.career-page .tab-1 .actual-card .actual-card-date {
    font-size: 14px;
    line-height: 25px;
    font-weight: lighter;
    padding: 3% 0%;
}

.career-page .tab-1 .actual-card .actual-card-text {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    padding: 0 2.5%;
}

.career-page .tab-1 .worth {
    font-family: Inter;
    padding-top: 5%;
}

.career-page .tab-1 .worth .worth-tabs {
    display: block;
}

.career-page .tab-1 .worth .mobile-worth-tabs {
    display: none;
}

.career-page .tab-1 .worth .worth-img {
    display: none;
}

.career-page .tab-1 .worth p.worth-right-p {
    font-size: 18px;
    line-height: 32px;
    text-align: right;
    font-weight: 300;
    margin-bottom: 2%;
}

.career-page .tab-1 .worth .nav-tabs {
    border: none;
}

.career-page .tab-1 .worth #nav-professional-tab {
    margin-left: 0;
}

.career-page .tab-1 .worth #nav-reputation-tab {
    margin-right: 0;
}

.career-page .tab-1 .worth .nav-link-images-div {
    display: flex;
}

.career-page .tab-1 .worth .nav-link-images {
    margin: 0 auto;
    margin-bottom: 1%;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    padding: 2%;
    box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.2);
}

.career-page .tab-1 .worth .nav-tabs .nav-link {
    text-align: center;
    margin: 0 auto;
    width: 16%;
    font-weight: 300;
    padding: 0%;
}

@media (max-width: 695px) {
    .career-page .tab-1 .worth .nav-tabs .nav-link {
        margin: 0 auto !important;
    }

    .career-page .tab-1 .worth .nav-tabs .nav-link.active p {
        border-radius: 20px !important;
    }

    .career-page .tab-1 .worth .nav-tabs .nav-link:hover p {
        border-radius: 20px !important;
    }

}


.career-page .tab-1 .worth .nav-tabs .nav-link:hover {
    border: none;
    background: transparent;
    color: #2674a7;
    font-weight: 700 !important;
}

.career-page .tab-1 .worth .nav-tabs .nav-link:hover p {
    background: #ffffff;
    border-radius: 20px 20px 0 0;
    padding: 5% 10%;
    margin: 0;
}

.career-page .tab-1 .worth .nav-tabs .nav-link.active {
    border: none;
    background: transparent;
    color: #2674a7;
    font-weight: 700 !important;
}

.career-page .tab-1 .worth .nav-tabs .nav-link svg {
    background-color: #ffffff;
    border-radius: 50%;
    padding: 9%;
    margin-top: 18%;
    margin-bottom: 10%;
    box-shadow: 0px 0px 23px 7px rgba(35, 121, 176, 0.1);
}

.career-page .tab-1 .worth .nav-tabs .nav-link p {
    padding: 5% 10%;
    margin: 0;
}

.career-page .tab-1 .worth .nav-tabs .nav-link.active p {
    background: #ffffff;
    border-radius: 20px 20px 0 0;
    padding: 5% 10%;
    margin: 0;
}

.career-page .tab-1 .worth .tab-content {
    background: #ffffff;
}

.career-page .tab-1 .worth .worth-card {
}

.career-page .tab-1 .worth .worth-card .worth-card-img {
    padding: 4%;
    width: 100%;
}

.career-page .tab-1 .worth .worth-card .worth-card-text {
    display: block;
    margin: auto;
}

.career-page .tab-1 .worth .worth-card .worth-card-p {
    font-size: 18px;
    line-height: 30px;
    font-weight: lighter;
    margin: auto;
    padding-right: 7%;
}

@media (max-width: 768px) {
    .career-page .tab-1 .worth .worth-card .worth-card-p {
        padding: 3% 7% 7% 7%;
    }
}

.career-page .tab-1 .worth .worth-card .worth-img-right {
    position: relative;
    bottom: -45%;
}

@media (max-width: 992px) {
    .career-page .tab-1 .worth .worth-card .worth-img-right {
        display: none;
    }
}

.career-page .tab-1 .advantages {
    font-family: Inter;
    padding-top: 5%;
}

.adv-content {
    margin-top: 16%;
}

.adv-content-img {
    display: block;
    margin: 0 auto;
    width: 30%;
}

.adv-content-text {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    padding-top: 3%;
}

@media (max-width: 768px) {
    #adv-content-6 {
        padding-bottom: 10%;
    }

    .adv-content-text {
        font-size: 16px;
    }
}

.career-page .tab-1 .advantages .adv-right-bottom {
    margin-top: 5%;
}

@media (max-width: 992px) {
    .adv-right-bottom {
        text-align: center;
    }
}

.career-page .tab-1 .advantages .adv-career-buttons {
    font-family: Inter;
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
    background: #196a9f;
    border-radius: 0.6vw;
    display: block;
    padding: 13px 30px;
    text-decoration: none;
    border: 1px solid #196a9f;
    transition: 100ms ease-in-out;
}

.career-page .tab-1 .advantages .adv-career-buttons svg {
    margin-left: 2.5%;
    float: right;
    margin-top: 1.3%;
}

@media (max-width: 576px) {
    .career-page .tab-1 .advantages .adv-career-buttons svg {
        margin-top: 0.8%;
    }
}

.career-page .tab-1 .advantages .adv-career-buttons:hover svg path {
    fill: #004a7a;
}

.career-page .tab-1 .advantages .adv-career-buttons:hover {
    background: transparent;
    color: #004a7a;
    transition: 100ms ease-in-out;
}

.career-page .tab-1 .placement {
    font-family: Inter;
    margin-top: 5%;
    padding-bottom: 6%;
}

.career-page .tab-1 .placement .plc-career-buttons {
    font-family: Inter;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    background: #196a9f;
    border-radius: 0.6vw;
    display: block;
    padding: 13px 20px;
    text-decoration: none;
    border: 1px solid #196a9f;
    transition: 100ms ease-in-out;
}

.career-page .tab-1 .placement .plc-career-buttons svg {
    margin-left: 8%;
    margin-top: 2.1%;
    float: right;
    fill: #ffffff;
}

.career-page .tab-1 .placement .plc-career-buttons:hover svg path {
    fill: #004a7a;
}

.career-page .tab-1 .placement .plc-career-buttons:hover {
    background: transparent;
    color: #004a7a;
    transition: 100ms ease-in-out;
}

@media (max-width: 992px) {
    .career-page .tab-1 .placement .plc-career-buttons {
        width: 42%;
        margin-top: 2%;
    }
}

@media (max-width: 992px) {
    .career-page .tab-1 .placement .plc-career-buttons {
        width: 60%;
    }
}

.career-page .tab-1 .placement .placement-img {
    padding-bottom: 3%;
    width: 100%;
}

.career-page .tab-2 h3 {
    font-weight: 700;
    font-size: 35px;
    color: #2b2b30;
}

.career-page .tab-2 h3 span {
    font-weight: 700;
    color: #196a9f;
}

.career-page .tab-2 hr {
    width: 120px;
    text-align: left;
    background-color: #196a9f;
    height: 1.5px;
    border-radius: 10px;
    margin: 2% 0;
    margin-bottom: 2%;
    font-weight: bold;
}

.career-page .tab-2 .people-image {
    width: 135%;
}

.career-page .tab-2 #people-image-2 {
    display: none;
}

@media (max-width: 992px) {
    .tab-2 .people-image {
        width: 121% !important;
    }
}

.career-page .tab-2 .people-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 30px;
    box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.2);
    width: 95%;
    margin-top: 4%;
}

.career-page .tab-2 .people-card .people-card-header {
    font-size: 25px;
    font-weight: bold;
    line-height: 32px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.career-page .tab-2 .people-card .people-card-text {
    font-size: 16px;
    font-weight: lighter;
    line-height: 32px;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

.career-page .tab-2 .people-card .people-card-span {
    font-size: 14px;
    font-weight: lighter;
    font-style: italic;
    line-height: 32px;
    padding-top: 25px;
    text-align: right;
}

.career-page .tab-2 .tasks {
    margin-top: 5%;
}

.career-page .tab-2 .tasks .row {
    display: flex;
}

.career-page .tab-2 .tasks-mobile-slider {
    display: none;
}

.career-page .tab-2 .tasks .col-lg-2 {
    margin-right: 3%;
}

.career-page .tab-2 .tasks-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px 20px;
    margin-top: 4%;
    width: 120%;
}

.career-page .tab-2 .tasks-card:nth-child(4) h2 {
    height: 38px;
}

.career-page .tab-2 .tasks-card:hover {
    -webkit-box-shadow: 0px 0px 37px -3px rgba(112, 169, 255, 0.7);
    -moz-box-shadow: 0px 0px 37px -3px rgba(112, 169, 255, 0.7);
    box-shadow: 0px 0px 37px -3px rgba(112, 169, 255, 0.7);
    transition: 700ms;
}

.career-page .tab-2 .tasks-card .tasks-card-header {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    height: 40px;
    text-align: center;
}

.career-page .tab-2 .tasks-card .tasks-card-img {
    display: block;
    margin: 12% auto;
}

@media (min-width: 992px) {
    .tab-2 .tasks-card .tasks-card-img {
        width: 100% !important;
    }
}

@media (max-width: 992px) {

    .tab-2 .tasks .col-lg-2 {
        margin-right: 0 !important;
    }

    .tab-2 .tasks-card {
        background: #ffffff;
        border-radius: 10px;
        padding: 25px 20px;
        margin-top: 4% !important;
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .tab-2 .tasks .col-lg-2 {
        margin-right: 0 !important;
    }

    .tab-2 .tasks-card {
        background: #ffffff;
        border-radius: 10px;
        padding: 25px 20px;
        margin: 4% auto 0 !important;
        width: 100% !important;
    }
}

.career-page .tab-2 .tasks-card .tasks-card-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #196a9f;
    text-align: center;
}

.career-page .tab-2 .invitation {
    background: rgba(193, 231, 255, 0.6);
    margin: 12% 0 0;
    /*right: 16%;*/
    /*min-width: 132%;*/
    position: relative;
    height: 305px;
}

.career-page .tab-2 #invitation {
    display: flex;
    padding: 0 15px;
}

.career-page .tab-2 #invitation-mobile {
    display: none;
}

@media (max-width: 1380px) {
    .career-page .tab-2 .invitation {
        background: rgba(193, 231, 255, 0.6);
        margin: 12% 0 0 4%;
        right: 5%;
        min-width: 102%;
        position: relative;
        height: 305px;
    }

    .career-page .tab-2 .invitation .invitation-img {
        position: initial;
        width: 50% !important;
        top: -6px !important;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    .career-page .tab-2 .invitation img {
        display: none !important;
    }
}

.career-page .tab-2 .invitation .invitation-content {
    padding: 50px 0;
}

.career-page .tab-2 .invitation .invitation-header {
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;
}

.career-page .tab-2 .invitation .invitation-text {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #2b2b30;
    margin: 3% 0 5%;
}

.career-page .tab-2 .invitation .invitation-button {
    color: #ffffff;
    cursor: pointer;
    background: #196a9f;
    border-radius: 0.6vw;
    text-decoration: none;
    padding: 13px 30px;
    border: 1px solid #196a9f;
    transition: 300ms ease-in-out;
}

.career-page .tab-2 .invitation .invitation-button svg {
    margin-left: 2.5%;
}

.career-page .tab-2 .invitation .invitation-button:hover svg path {
    fill: #004a7a;
}

.career-page .tab-2 .invitation .invitation-button:hover {
    background: transparent;
    color: #004a7a;
    transition: 100ms ease-in-out;
}

.career-page .tab-2 .invitation .invitation-img {
    position: relative;
    z-index: 1;
    top: -30%;
    width: 70%;
}

.career-page .tab-2 .direction {
    margin-top: 7%;
    padding-bottom: 6%;
}

.career-page .tab-2 .direction #direction {
    margin-top: 5%;
    margin-bottom: 4%;
    display: flex;
}

.career-page .tab-2 .direction #direction-mobile {
    display: none;
}

.career-page .tab-2 .direction .direction-header {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    height: 221.44px;
}

.career-page .tab-2 .direction .direction-card {
    padding: 15px 20px 48px 40px;
    border-radius: 10px;
    margin-bottom: 7%;
    height: 221px;
    transition: 0ms;
}

.career-page .tab-2 .direction .direction-card-header {
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 8%;
}

.career-page .tab-2 .direction .direction-card-header .direction-card-content {
    margin-bottom: 2%;
}

.career-page .tab-2 .direction .direction-card-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    margin: auto;
}

.career-page .tab-2 .direction .direction-card-img {
    display: block;
    margin: auto;
}

.career-page .tab-2 .direction .direction-card-more {
    border-top: 1px solid #d1e8f7;
    margin-top: 15%;
    padding-top: 6%;
    display: none;
    transition: 100ms;
}

.career-page .tab-2 .direction .direction-card-more p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    padding-bottom: 1%;
}

.career-page .tab-2 .direction .direction-card-more ul {
    margin-bottom: 8%;
}

.career-page .tab-2 .direction .direction-card-more ul li {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    padding-bottom: 1%;
}

.career-page .tab-2 .direction .direction-card-more svg {
    margin-left: 2.5%;
}

.career-page .tab-2 .direction .direction-card-more a:hover svg path {
    fill: #004a7a;
}

.career-page .tab-2 .direction .direction-images-show {
    padding: 0 15px;
    border-radius: 10px;
}

.career-page .tab-2 .direction .direction-images-show .col-lg-4,
.career-page .tab-2 .direction .direction-images-show .col-md-6 {
    padding: 0;
}

.career-page .tab-2 .direction .direction-images {
    width: 101%;
    height: 101%;
}

.career-page .tab-2 .direction .direction-images-show #direction-image-1 {
    border-radius: 10px 0 0 0;
}

.career-page .tab-2 .direction .direction-images-show #direction-image-3 {
    border-radius: 0 10px 0 0;
}

.career-page .tab-2 .direction .direction-images-show #direction-image-4 {
    border-radius: 0 0 0 10px;
}

.career-page .tab-2 .direction .direction-images-show #direction-image-6 {
    border-radius: 0 0 10px 0;
}

@media (max-width: 992px) {
    .career-page .tab-2 .direction .direction-images-show #direction-image-2 {
        border-radius: 0 10px 0 0;
    }

    .career-page .tab-2 .direction .direction-images-show #direction-image-3 {
        border-radius: 0 !important;
    }

    .career-page .tab-2 .direction .direction-images-show #direction-image-4 {
        border-radius: 0 !important;
    }

    .career-page .tab-2 .direction .direction-images-show #direction-image-5 {
        border-radius: 0 0 0 10px;
    }
}

@media (max-width: 768px) {
    .career-page .tab-2 .direction .direction-images {
        width: auto !important;
        display: block !important;
        margin: 0 auto !important;
    }

    .career-page .tab-2 .direction .direction-images {
        border-radius: 0 !important;
    }

    .career-page .tab-2 .direction .direction-images-show #direction-image-1 {
        border-radius: 10px 10px 0 0 !important;
    }

    .career-page .tab-2 .direction .direction-images-show #direction-image-6 {
        border-radius: 0 0 10px 10px !important;
    }

}

@media (min-width: 576px) {
    .career-page .tab-2 #requestModal .modal-dialog {
        max-width: 600px;
    }
}

.career-page .tab-2 #requestModal .modal-content {
    border-radius: 10px;
}

.career-page .tab-2 #requestModal .close {
    font-size: 2rem;
    font-weight: 300;
    opacity: 1;
}

.career-page .tab-2 #requestModal .requestModal-header {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}

.career-page .tab-2 #requestModal .requestModal-header img {
    margin: auto;
}

.career-page .tab-2 #requestModal .requestModal-content {
    margin: 5% 0;
}

.career-page .tab-2 #requestModal .requestModal-content label {
    color: #2b2b30;
    font-size: 14px;
    font-weight: 500;
}

.career-page .tab-2 #requestModal .requestModal-content span {
    color: #e91111;
}

.career-page .tab-2 #requestModal .requestModal-content input {
    border: 1px solid #d0cdcd;
    border-radius: 10px;
    padding: 1.2rem 0.75rem;
}

.career-page .tab-2 .form-control::placeholder {
    font-family: Inter;
    color: #d0cdcd;
    opacity: 1;
    font-size: 14px;
}

.career-page .tab-2 #requestModal .requestModal-content button.career-buttons {
    padding: 8px 0.75rem;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}

.career-page .tab-3 {
    background-color: transparent !important;
}

.career-page .tab-3 .actual-vacancies .vacancies-header {
    color: #005890;
    font-size: 18px;
    font-weight: normal;
}

.career-page .tab-3 .actual-vacancies h3 {
    font-size: 35px;
    line-height: 22.5px;
    font-weight: 500;
    padding-top: 1.3%;
}

.career-page .tab-3 hr {
    width: 120px;
    text-align: left;
    background-color: #196a9f;
    height: 1.5px;
    border-radius: 10px;
    margin: 2% 0;
    margin-bottom: 2%;
    font-weight: bold;
}

.career-page .tab-3 .actual-vacancies .actual-vacancies-card {
    border-radius: 10px;
    border: 1px solid #196a9f !important;
    padding: 20px;
    cursor: pointer;
    height: 85%;
    margin-bottom: 5%;
}

.career-page .tab-3 .actual-vacancies-card .actual-vacancies-card-header {
    color: #2775a7;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.5px;
}

.career-page .tab-3 .actual-vacancies-card .actual-vacancies-card-salary,
.career-page .tab-3 .actual-vacancies-card .actual-vacancies-card-city {
    color: #b2b3b3;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.5px;
}

.career-page .tab-3 .actual-vacancies-card .actual-vacancies-card-city {
    padding-left: 5%;
}

.career-page .tab-3 .start-job h3 {
    font-weight: 700;
    font-size: 35px;
    color: #2b2b30;
    margin-top: 5%;
}

.career-page .tab-3 .start-job h3 span {
    font-weight: 700;
    color: #196a9f;
}

.career-page .tab-3 .start-job .start-job-card {
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    padding: 13% 5%;
    margin-top: 5%;
}

.career-page .tab-3 .start-job .start-job-card-header {
    background-color: #d1e8f7;
    color: #d1e8f7;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -9%;
    left: 43%;
    font-size: 35px;
    text-shadow: -1px 0 #196a9f, 0 1px #196a9f, 1px 0 #196a9f, 0 -1px #196a9f;
    transition: 500ms;
}

.career-page .tab-3 .vacancies {
    margin-top: 5%;
}

.career-page .tab-3 .vacancies .d-f {
    display: flex;
    margin-top: 5%;
    align-content: center;
    align-items: start;
    flex-direction: row;
}

.career-page .tab-3 .vacancies h3 {
    font-weight: 700;
    font-size: 35px;
    color: #2b2b30;
}


.career-page .tab-3 .vacancies .custom-select1 select {
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 23px !important;
    color: #196a9f;
    padding: 5% 10%;
    margin: 0 0 0 25%;
    border-radius: 10px;
    border: 1.5px solid #196a9f !important;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 110% !important;
    background: transparent url("../images/career-arrow-down.svg") no-repeat 94% center;
}

.career-page .tab-3 .vacancies .accordion {
    margin-top: 5%;
}

.career-page .tab-3 .vacancies .vacancies-card-header {
    border-bottom: 1px solid #196a9f;
}

.career-page .tab-3 .vacancies .vacancies-card-header-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.career-page .tab-3 .vacancies .vacancies-card-header button {
    color: #2b2b30;
    font-size: 20px;
    padding: 1.2% 0 1.2% 1.2%;
    font-weight: normal;
    text-decoration: none;
}

.career-page .tab-3 .vacancies .vacancies-card-header .btn.btn-link.btn-block.text-left.collapsed::before {
    position: relative;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 0.15em solid #004a7a;
    border-top: 0.15em solid #004a7a;
    transform: rotate(135deg);
    top: 8px;
    right: 10px;
    float: left;
}

.career-page .tab-3 .vacancies .vacancies-card-header .btn.btn-link.btn-block.text-left::before {
    position: relative;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 0.15em solid #004a7a;
    border-top: 0.15em solid #004a7a;
    transform: rotate(-45deg);
    top: 14px;
    right: 10px;
    float: left;
    border-radius: 0px 4px 0px 4px;
}

.career-page .tab-3 .vacancies .vacancies-card-header .to-response-button {
    background-color: #71c8ea;
    padding: 0% 2%;
    font-weight: 500;
    border-radius: 10px;
}

.career-page .tab-3 .vacancies .vacancies-card-header .to-response-button-opened:hover {
    color: #1c85e8;
    font-weight: 400;
}

.career-page .tab-3 .vacancies .vacancies-card-header .to-response-button-opened {
    color: #000000 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    float: right !important;
    background-color: transparent;
}

@media (max-width: 768px) {
    .career-page .tab-3 .vacancies .vacancies-card-header button {
        font-size: 15px;
    }

    .career-page .tab-3 .vacancies .vacancies-card-header .to-response-button {
        font-size: 15px;
    }

    .career-page .tab-3 .vacancies .vacancies-card-header .to-response-button-opened {
        font-size: 15px !important;
    }
}

.career-page .tab-3 .vacancies .vacancies-card-body {
    background-color: #ffffff;
    padding: 2% 3%;
    border-radius: 10px;
}

.career-page .tab-3 .vacancies .vacancies-card-body .jobvac_employment {
    /*float: left;*/
    /*margin-right: 3%;*/
    margin-bottom: 4%;
}

.career-page .tab-3 .vacancies .vacancies-card-body .jobvac_salary {
    /*border-bottom: 1px solid rgba(185, 215, 242, 0.74);*/
}

.career-page .tab-3 .vacancies .vacancies-card-body .jobvac_employment span,
.career-page .tab-3 .vacancies .vacancies-card-body .jobvac_salary span {
    font-weight: 600;
    text-decoration: underline;
}

.career-page .tab-3 .vacancies .vacancies-card-body #jobvac_content {
    /*margin-top: 2%;*/
}

.career-page .tab-3 .response {
    position: relative;
    background: #ffffff;
}

.career-page .tab-3 .response #response-form {
    background-color: #ffffff;
    border-top: 6px solid #2775a7;
    -webkit-box-shadow: 0px 0px 37px -3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 37px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 37px -3px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 65%;
    display: block;
    margin: 5% auto;
    padding: 3% 10px 3% 20px;
}

.career-page .tab-3 .response #response-form h4 {
    font-size: 25px;
    line-height: 23px;
    font-weight: 550;
}

.career-page .tab-3 .response #response-form p {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    padding-top: 1%;
}

.career-page .tab-3 .response #response-form .response-form-group {
    margin-top: 3%;
}

.career-page .tab-3 .response #response-form .response-form-group label {
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;

}

.career-page .tab-3 .response #response-form .response-form-group input {
    border-radius: 10px;
    border: none;
    background-color: rgba(209, 232, 247, 0.4);
    padding: 18.5px 20px;
    height: 47px;
    color: #000000;
    font-weight: 400;
}

.career-page .tab-3 .response #response-form .response-form-group input:focus {
    background-color: #ffffff !important;
    border: 0.5px solid #b2b3b3;
    box-shadow: none !important;
    background-image: none;
}

.career-page .tab-3 .response #response-form .response-form-group .after-holder:focus-within::after {
    content: "+20%";
    background-color: #8ec876;
    color: #ffffff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 300;
    padding: 0.8% 2.5%;
    float: right;
    margin-top: -6.7%;
    margin-right: 3%;
}

.career-page .tab-3 .response #response-form #required_input_phone .after-holder:focus-within::after,
.career-page .tab-3 .response #response-form #required_input_email .after-holder:focus-within::after {
    padding: 1.6% 5%;
}

.career-page .tab-3 .response #response-form .response-form-group .after-holder-part:focus-within::after {
    margin-top: -13.5% !important;
    margin-right: 7%;
}

.career-page .tab-3 .response #response-form .response-form-group-2 {
    margin-top: 2%;
}

.career-page .tab-3 .response #response-form .response-form-group-2 input {
    background-color: transparent;
    border: none;
    border-bottom: 3px solid rgba(209, 232, 247, 0.4);
    cursor: pointer;
}

.career-page .tab-3 .response #response-form input::placeholder {
    color: #b2b3b3 !important;
    font-weight: 300 !important;
}

.career-page .tab-3 .response #response-form .career-buttons {
    line-height: 22px;
    color: #ffffff;
    background: #196a9f;
    border-radius: 0.6vw;
    text-decoration: none;
    border: 1px solid #196a9f;
    transition: 300ms ease-in-out;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

.career-page .tab-3 .response #response-form .career-buttons:hover {
    background: transparent !important;
    color: #004a7a !important;
    transition: 300ms ease-in-out;
}

.career-page .tab-3 .response .response-form-group-checkbox {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.career-page .tab-3 .response .response-form-group-checkbox input {
    position: absolute;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    margin-top: 3%;
    height: 20px;
    width: 20px;
    margin-left: -10.5%;
}

/* Create a custom checkbox */
.checkmark {
    margin-top: 3px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0px;
    height: 20px;
    width: 20px;
    border: none;
    background-color: #edf6fc;
    border-radius: 5px;
}

/* When the checkbox is checked, add a blue background */
.response-form-group-checkbox input:checked ~ .checkmark {
    background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;

}

/* Show the checkmark when checked */
.response-form-group-checkbox input:checked ~ .checkmark:after {
    display: block;
    left: 7.5px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.career-page .tab-3 .response #response-form .form-check-label {
    font-size: 12px;
    font-weight: 300;
    color: #000000;
}

.career-page .tab-3 .response #response-form .form-check-label a {
    color: #2775a7;
}

.career-page .tab-3 .response #response-form .response-file-label {
    position: absolute;
    top: 0;
    z-index: 1;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid rgba(209, 232, 247, 0.4);
    display: block;
    width: 90%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
}

@media (max-width: 992px) {
    .career-page .tab-3 .response #response-form .response-file-label {
        width: 95% !important;
    }

    .col-sm-mg-top {
        margin-top: 20px !important;
    }
}

@media (max-width: 768px) {
    .career-page .tab-3 .response #response-form .response-file-label {
        width: 94% !important;
    }

    .col-sm-mg-top {
        margin-top: 20px !important;
    }
}

.career-page .tab-3 .response #response-form .response-file-label {
    font-weight: 300;
}

.career-page .tab-3 .response #response-form .response-file-label .js-value {
    color: #b2b3b3;
}

.career-page .tab-3 .response .form-control.is-invalid, .was-validated .form-control:invalid {
    background-color: rgba(249, 195, 201, 0.4) !important;
}

.form-control.is-valid, .was-validated .form-control:valid {
    background-color: rgba(209, 232, 247, 0.4);
    border: none !important;
    padding: 1.4rem 0.75rem !important;
}

.career-page .tab-3 .response .filling-header {
    font-weight: 300 !important;
    padding-bottom: 5%;
}

.career-page .tab-3 .response .progress-bar-value {
    font-weight: 700;
}

.career-page .tab-3 .response .progress {
    margin: 2% 0;
    background-color: #f3f2f2 !important;
    border-radius: 10px;
    height: 0.65rem;
}

.career-page .tab-3 .response .progress-bar {
    color: #8ec876 !important;
    border-radius: 10px;
}

.career-page .tab-3 .response progress::-moz-progress-bar {
    background: #8ec876 !important;
}

.career-page .tab-3 .response progress::-webkit-progress-value {
    background: #8ec876 !important;
}

.progress-bar-content {
    font-size: 12px !important;
}

.progress-bar-content span {
    font-weight: 700;
}

.career-page .tab-3 .response #response-form-2 {
    background-color: #ffffff;
    border-top: 6px solid #2775a7;
    -webkit-box-shadow: 0px 0px 37px -3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 37px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 37px -3px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 65%;
    display: block;
    margin: 5% auto;
    padding: 3% 10px 3% 20px;
}

.career-page .tab-3 .response #response-form-2 h4 {
    font-size: 25px;
    line-height: 23px;
    font-weight: 550;
}

.career-page .tab-3 .response #response-form-2 .response-form-group {
    margin-top: 7%;
}

.career-page .tab-3 .response #response-form-2 .response-form-group label {
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;

}

.career-page .tab-3 .response #response-form-2 .response-form-group input {
    border-radius: 10px;
    border: none;
    background-color: rgba(209, 232, 247, 0.4);
    padding: 18.5px 20px;
    height: 47px;
    color: #000000;
    font-weight: 400;
}

.career-page .tab-3 .response #response-form-2 .response-form-group-2 {
    margin-top: 2%;
}

.career-page .tab-3 .response #response-form-2 .response-form-group-2 input {
    background-color: transparent;
    border: none;
    border-bottom: 3px solid rgba(209, 232, 247, 0.4);
}

.career-page .tab-3 .response #response-form-2 .career-buttons {
    line-height: 22px;
    color: #ffffff;
    background: #196a9f;
    border-radius: 0.6vw;
    text-decoration: none;
    border: 1px solid #196a9f;
    transition: 300ms ease-in-out;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

.career-page .career-buttons:hover {
    background: transparent !important;
    color: #004a7a !important;
    transition: 100ms ease-in-out;
}

.career-page .tab-3 .response #response-form-2 .form-check-input {
    margin-top: 3%;
    border: none;
    background-color: #edf6fc;
    width: 15px;
}

.career-page .tab-3 .response #response-form-2 .form-check-label {
    font-size: 12px;
    font-weight: 300;
    color: #000000;
}

.career-page .tab-3 .response #response-form-2 .form-check-label a {
    color: #2775a7;
    font-size: 12px;
}

.career-page .tab-3 .response #response-form-2 .custom-select {
    font-family: Inter;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 23px !important;
    position: relative !important;
    display: block;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    border-radius: 0;
    appearance: none;
}

.career-page .tab-3 .response #response-form-2 .custom-select select {
    display: none;
}

.career-page .tab-3 .response #response-form-2 .select-selected {
    background-color: rgba(209, 232, 247, 0.4);
    border-radius: 10px;
}

.career-page .tab-3 .response #response-form-2 .select-selected:after {
    position: relative;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 0.15em solid #004a7a;
    border-top: 0.15em solid #004a7a;
    transform: rotate(135deg);
    top: 6px;
    right: 0px;
    float: right;
}

.career-page .tab-3 .response #response-form-2 .select-selected.selected-city {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.career-page .tab-3 .response #response-form-2 .select-selected.selected-city:after {
    content: none;
}

.career-page .tab-3 .response #response-form-2 .select-selected.select-arrow-active {
    background-color: #ffffff !important;
    border: 1px solid #196a9f !important;
    border-bottom: none !important;
    border-radius: 10px 10px 0 0 !important;
    font-weight: 600;
    color: #196a9f !important;
}

.career-page .tab-3 .response #response-form-2 .select-selected.select-arrow-active:after {
    position: relative;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 0.15em solid #004a7a;
    border-top: 0.15em solid #004a7a;
    transform: rotate(-45deg);
    top: 10px;
    right: 0px;
    float: right;
}

.career-page .tab-3 .response #response-form-2 .select-items div,
.career-page .tab-3 .response #response-form-2 .select-selected {
    color: #2b2b30;
    padding: 14.5px 25px;
    border: none;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

.career-page .tab-3 .response #response-form-2 .select-items div {
    padding: 7px 25px;
}

.career-page .tab-3 .response #response-form-2 .select-items {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #196a9f;
    border-top: none;
}

.career-page .tab-3 .response #response-form-2 .select-hide {
    display: none;
}

.career-page .tab-3 .response #response-form-2 .select-items div:hover,
.career-page .tab-3 .response #response-form-2 .same-as-selected {
    background-color: #d1e8f7;
}

.was-validated-select:after {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
    position: relative;
    display: inline-block;
    border: none !important;
    transform: rotate(0deg) !important;
    width: 16px !important;
    height: 16px !important;
    top: 4px !important;
    right: -3px !important;
    float: right;
}


.career-page .tab-3 .response .progress-bar-value-2 {
    font-weight: 700;
}

.career-page .tab-3 .response .progress {
    margin: 2% 0;
    background-color: #f3f2f2 !important;
    border-radius: 10px;
    height: 0.65rem;
}

.career-page .tab-3 .response #progress-bar-2 {
    background-color: #8ec876 !important;
    border-radius: 10px;
}

.career-page .tab-3 .response #response-form-2 progress::-moz-progress-bar {
    background: #8ec876 !important;
}

.career-page .tab-3 .response #response-form-2 progress::-webkit-progress-value {
    background: #8ec876 !important;
}

.career-page .tab-3 .response #response-form-3 {
    background-color: #ffffff;
    border-top: 6px solid #2775a7;
    -webkit-box-shadow: 0px 0px 37px -3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 37px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 37px -3px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 65%;
    display: block;
    margin: 5% auto;
    padding: 0% 10px 3% 20px;
}

.career-page .tab-3 .response #response-form-3 h4 {
    font-size: 25px;
    line-height: 23px;
    font-weight: 550;
    color: #000000;
    text-align: center;
}

.career-page .tab-3 .response #response-form-3 p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    text-align: left;
    padding: 5% 0 0 10%;
}

.career-page .tab-3 .response #response-form-3 .response-form-header {
    padding: 12% 5% 12% 5%;
}

.career-page .tab-3 .response #response-form-3 .response-form-header img {
    padding-bottom: 5%;
    padding-right: 3%;
}

.application-accepted-img {
    width: 100%;
    position: relative;
    top: 38%;
}

@media (max-width: 992px) {

    .application-accepted-img {
        width: 100%;
        position: relative;
        top: 22%;
    }

}

.career-page .tab-3 .invitation {
    background: #f8fcff;
    margin: 2% 0 0;
    height: 270px;
}


.career-page .tab-3 #invitation {
    display: flex;
    padding: 0 15px;
    height: 100%;
}

.career-page .tab-3 .invitation .content {
    height: 100%;
}

.career-page .tab-3 #invitation .col-lg-6:nth-child(2) {
    display: flex;
    align-content: end;
    align-items: end;
}

.career-page .tab-3 #invitation-mobile {
    display: none;
}


@media (max-width: 1380px) {

    .career-page .tab-3 .invitation {
        margin: 4% 0 0 4%;
        right: 5%;
        min-width: 102%;
        position: relative;
        height: 305px;
    }

    .career-page .tab-3 .invitation .invitation-img {
        width: 70% !important;
        top: 0px !important;
        display: block;
        margin: 0 auto;
    }

}

@media (max-width: 992px) {
    .career-page .tab-3 .invitation img {
        display: none !important;
    }
}

.career-page .tab-3 .invitation .invitation-content {
    padding: 33px 0;
}

.career-page .tab-3 .invitation .invitation-header {
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;
}

.career-page .tab-3 .invitation .invitation-text {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #2b2b30;
    margin: 3% 0 4%;
}

.career-page .tab-3 .invitation .invitation-button {
    color: #ffffff;
    background: #196a9f;
    border-radius: 0.6vw;
    text-decoration: none;
    padding: 13px 20px;
    width: 30%;
    text-align: left;
    border: 1px solid #196a9f;
    transition: 300ms ease-in-out;
}

.career-page .tab-3 .invitation .invitation-button svg {
    margin-left: 2.5%;
}

.career-page .tab-3 .invitation .invitation-button:hover svg path {
    fill: #004a7a;
}

.career-page .tab-3 .invitation .invitation-button:hover {
    background: transparent;
    color: #004a7a;
    transition: 100ms ease-in-out;
}

@media (max-width: 1380px) {
    .career-page .tab-3 .invitation .invitation-button {
        width: 37%;
    }
}

#invitation .col-lg-4 {
    display: flex;
    align-content: end;
    align-items: end;
}

.career-page .tab-3 .invitation .invitation-img {
    position: relative;
    z-index: 1;
    top: -37%;
    width: 80%;
}

@media (min-width: 576px) {
    .career-page .tab-3 .modal-dialog {
        max-width: 1200px;
    }
}

.career-page .tab-3 .ref-program {
    background: #ffffff;
    margin: 0% auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    border-radius: 10px;
}

.career-page .tab-3 .ref-program .ref-program-header {
    padding: 1% 3% 5%;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #2b2b30;
}

.career-page .tab-3 .ref-program p {
    padding: 0% 5% 3% 3%;
    font-size: 18px;
    font-weight: 400;
}

.career-page .tab-3 #ref-program .close {
    padding: 2% 3% 0;
    font-size: 2rem;
    font-weight: 300;
    opacity: 1;
}

.career-page .tab-3 .ref-program .ref-program-bonus {
    background-color: #2674a7;
    color: #ffffff;
    padding: 1.5% 17%;
    text-align: center;
    font-size: 18px;
}

.career-page .tab-3 .ref-program .ref-program-bonus p {
    padding: 0;
}

.career-page .tab-3 .ref-program .ref-program-content {
    padding: 3%;
}

.career-page .tab-3 .ref-program .ref-program-content-header {
    font-size: 25px;
    padding: 0 0 2%;
    font-weight: 550;
}

.career-page .tab-3 .ref-program .ref-program-stages {
    display: flex;
    flex-direction: row;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}

.career-page .tab-3 .ref-program .ref-program-stages div {
    display: inline;
    padding: 0;
    height: 74px;
    width: auto;
}

.career-page .tab-3 .ref-program fieldset {
    border: 1px solid #5ca4e6;
    border-radius: 10px;
    padding: 0 5% 10%;
    height: 72px;
    width: 102%;
}

.career-page .tab-3 .ref-program legend {
    width: auto;
    color: #5ca4e6;
    font-weight: 500;
    font-size: 20px;
    padding: 0 10% 0 10%;
    margin: 0;
}

.career-page .tab-3 .ref-program fieldset p {
    padding: 0 !important;
    text-align: center;
    font-size: 16px !important;
}

.career-page .tab-3 .ref-program .ref-program-stages svg {
    margin-top: 1.2%;
}

@media (max-width: 992px) {
    .career-page .tab-3 .ref-program .ref-program-stages svg {
        display: none;
    }

    .career-page .tab-3 .ref-program fieldset {
        width: 90%;
        display: block;
        margin: 0 auto;
    }
}

.career-page .tab-3 .ref-program .ref-program-sign {
    font-size: 20px;
    font-weight: 550;
    color: #2b2b30;
    padding: 5% 11% 4% 0;
}

.career-page .tab-3 .ref-program .ref-program-in {
    color: #2b2b30;
    padding: 0;
    padding-top: 1%;
}

.career-page .tab-3 .ref-program .ref-program-help-text {
    padding-top: 11%;
}

.career-page .tab-3 .ref-program .ref-program-help-text p {
    color: #848484;
    font-size: 14px;
    padding: 0%;
    font-weight: 401;
}

.career-page .tab-3 .ref-program .ref-program-img {
    display: block;
    margin: 15% auto 0;
}

.career-page .tab-3 .faq {
    padding-top: 3%;
    margin-bottom: 5%;
    background-color: #ffffff;
}

.career-page .tab-3 .faq h3 {
    font-weight: 700;
    font-size: 35px;
    color: #2b2b30;
    margin-top: 5%;
}

.career-page .tab-3 .faq h3 span {
    font-weight: 700;
    color: #196a9f;
}

#accordionFAQ {
    padding: 3% 5%;
    background-color: #f8fcff;
    border-radius: 10px;
}

.career-page .tab-3 .faq .faq-card {
    border-bottom: 1px solid #b4d4e9;
    padding: 6px 0;
}

.career-page .tab-3 .faq .faq-card-header button {
    font-size: 20px;
    font-weight: 500;
    color: #2b2b30;
}

.career-page .tab-3 .faq .faq-card-header .btn.btn-link.btn-block.text-left.collapsed::after {
    position: relative;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 0.15em solid #004a7a;
    border-top: 0.15em solid #004a7a;
    transform: rotate(135deg);
    top: 6px;
    right: 0px;
    float: right;
}

.career-page .tab-3 .faq .faq-card-header .btn.btn-link.btn-block.text-left::after {
    position: relative;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 0.15em solid #004a7a;
    border-top: 0.15em solid #004a7a;
    transform: rotate(-45deg);
    top: 10px;
    right: 0px;
    float: right;
    border-radius: 0px 4px 0px 4px;
}

.career-page .tab-3 .faq .faq-card-body {
    padding: 1% 3%;
    font-size: 16px;
    font-weight: 300;
}

.career-page .tab-4 {
    padding-bottom: 7%;
}

.career-page .tab-4 h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    padding-top: 1.3%;
    color: #2b2b30;
}

.career-page .tab-4 h3 span {
    color: #2775a7;
}

.career-page .tab-4 hr {
    width: 120px;
    text-align: left;
    background-color: #196a9f;
    height: 1.5px;
    border-radius: 10px;
    margin: 2% 0;
    margin-bottom: 2%;
    font-weight: bold;
}

.career-page .tab-4 .life-news {
    border: 1px solid #b4d4e9;
    border-radius: 10px;
}

.career-page .tab-4 .life-news .col-lg-4,
.career-page .tab-4 .life-news .col-sm-6,
.career-page .tab-4 .life-news .col-xs-12 {
    padding: 0;
}

.career-page .tab-4 .life-card {
    font-family: Inter;
    border-bottom: 1px solid #b4d4e9;
    border-right: 1px solid #b4d4e9;
    padding: 30px;
    height: 100%;
    cursor: pointer;
}

.career-page .tab-4 #life-card-3 {
    border-right: none;
}

.career-page .tab-4 #life-card-4 {
    border-bottom: none;
}

.career-page .tab-4 #life-card-5 {
    border-bottom: none;
}

.career-page .tab-4 #life-card-6 {
    border-bottom: none;
    border-right: none;
}

.career-page .tab-4 .life-card-img {
    display: block;
    margin: 0 auto;
    padding-bottom: 3%;
    width: 100%;
}

.career-page .tab-4 .life-card-header {
    font-size: 20px;
    font-weight: 500;
    padding: 3% 0;
    line-height: 23px;
    color: #000000;
    text-transform: uppercase;
}

.career-page .tab-4 .life-card-text {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 6%;
    color: #000000;
}

.career-page .tab-4 .life-card-date {
    font-size: 14px;
    font-weight: 300;
    color: #757575;
    padding: 0;
}

.career-page .tab-4 .life-card-date:after {
    content: " \B7 ";
    float: right;
}

.career-page .tab-4 .life-card-theme {
    font-size: 14px;
    font-weight: 300;
    color: #757575;
    background-color: #f2f2f2;
    text-align: center;
    padding: 0 2%;
    border-radius: 20px;
}

.career-page .tab-4 #cbc-life-modal .modal-dialog {
    min-width: 1200px;
}

.career-page .tab-4 #cbc-life-modal .life-modal {
    font-family: Inter;
    padding: 30px 4%;
}

.career-page .tab-4 #cbc-life-modal .close {
    font-weight: 300;
    opacity: 1;
    padding-bottom: 0%;
}

.career-page .tab-4 #cbc-life-modal #previous {
    color: #2775a7;
    font-size: 16px;
    float: left;
}

.career-page .tab-4 #cbc-life-modal #close {
    color: #000000;
}

.career-page .tab-4 .life-modal-head {
    display: flex;
    flex: 0 0 14%;
    max-width: 14%;
}

.career-page .tab-4 .life-modal-minute {
    font-size: 14px;
    font-weight: 300;
    color: #757575;
    padding: 0;
}

.career-page .tab-4 .life-modal-hashtag {
    margin: 5% 0 4%;
    font-weight: 300;
}

.career-page .tab-4 .life-modal-text {
    font-weight: 300;
    padding-right: 25px;
}

.career-page .tab-4 .life-modal-list {
    font-weight: 300;
    margin-top: 4%;
}

.career-page .tab-4 #cbc-life-modal ul {
    margin-bottom: 4%;
    font-weight: 300;
}

.career-page .tab-4 .life-modal-prize {
    margin-bottom: 4%;
    font-weight: 300;
}

.career-page .tab-4 .life-modal-date {
    font-weight: 300;
}

.career-page .tab-4 .life-modal-img {
    margin: 2%;
    width: 96%;
}

@media (min-width: 1400px) {
    #cbc-life-modal .modal-dialog {
        min-width: 1200px !important;
    }
}

@media (max-width: 1199px) {
    #cbc-life-modal .modal-dialog {
        min-width: 950px !important;
    }
}

@media (max-width: 992px) {
    .career-page .tab-4 .life-card {
        border-bottom: 1px solid #b4d4e9 !important;
        border-right: 1px solid #b4d4e9 !important;
    }

    .career-page .tab-4 #life-card-2 {
        border-right: none !important;
    }

    .career-page .tab-4 #life-card-4 {
        border-right: none !important;
    }

    .career-page .tab-4 #life-card-5 {
        border-bottom: none !important;
    }

    .career-page .tab-4 #life-card-6 {
        border-bottom: none !important;
        border-right: none !important;
    }

    #cbc-life-modal .modal-dialog {
        min-width: 720px !important;
    }

    #life-modal-date-p {
        padding-bottom: 4%;
    }
}

@media (max-width: 768px) {
    #cbc-life-modal .modal-dialog {
        min-width: 500px !important;
    }
}

@media (max-width: 576px) {
    .career-page .tab-4 .life-card {
        border-bottom: 1px solid #b4d4e9 !important;
        border-right: none !important;
    }

    .career-page .tab-4 #life-card-5 {
        border-bottom: 1px solid #b4d4e9 !important;
    }

    #cbc-life-modal .modal-dialog {
        min-width: 350px !important;
    }
}

.pagination {
    max-width: 272px;
    margin: 0 auto;
    margin-top: 3%;
}

.pagination .page-item {
    padding: 0.9%;
    display: block;
    margin: auto 0;
}

.pagination .page-item .page-link {
    background: transparent;
    border: none;
    color: #2b2b30;
    font-size: 16px;
    line-height: 25px;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    margin: auto 0;
    padding: 11%;
    cursor: pointer;
}

.pagination .page-item.active .page-link {
    background: #2775a7;
    color: #ffffff;
    border-radius: 50%;
}

.pagination .page-item.current-page .page-link:hover {
    background: #2775a7;
    color: #ffffff;
    border-radius: 50%;
}

.pagination .disable svg path {
    display: none;
}

@media (max-width: 1125px) {
    .career-page #vacancy {
        top: 13vw;
        right: 31vw;
    }

    .career-page #intern {
        top: 27vw;
    }

    .career-page #academy {
        top: 7vw;
        right: 1vw;
    }
}

@media (max-width: 870px) {
    .career-page h2 {
        font-size: 24px !important;
    }

    .career-page p, a, button, ul, ul li {
        font-size: 14px;
    }

    .career-page h3 {
        font-size: 28px !important;
    }

    .career-page #vacancy {
        top: 15vw;
        right: 32vw;
    }

    .career-page #intern {
        top: 30vw;
    }

    .career-page #academy {
        top: 10vw;
        right: -2vw;
    }

    .career-page .carousel-indicators li {
        width: 13px;
        height: 13px;
    }

    .career-page .tab-1 .mission .mission-content {
        padding: 0;
        margin: 5% 0;
    }

    .career-page .tab-1 .mission img {
        width: 100%;
    }

    .career-page .tab-1 .actual .row .col-md-6:nth-child(3) {
        margin-top: 3%;
    }

    .career-page .tab-1 .worth p.worth-right-p {
        text-align: left;
    }

    .career-page .tab-1 .worth .worth-tabs {
        display: none;
    }

    .career-page .tab-1 .worth .mobile-worth-tabs {
        display: block;
    }

    .career-page .tab-1 .mobile-worth-tabs .col-4 {
        border-right: 0.5px solid #c1e7ff;
        border-bottom: 0.5px solid #c1e7ff;
    }

    .career-page .tab-1 .mobile-worth-tabs #nav-efficiency-tab {
        border-right: none;
    }

    .career-page .tab-1 .mobile-worth-tabs #nav-grown-tab {
        border-bottom: none;
    }

    .career-page .tab-1 .mobile-worth-tabs #nav-clients-tab {
        border-bottom: none;
    }

    .career-page .tab-1 .mobile-worth-tabs #nav-reputation-tab {
        border-right: none;
        border-bottom: none;
    }

    .worth-popup {
        background-color: #ffffff;
        padding: 5%;
        border-radius: 10px;
        z-index: 100;
        width: 90%;
        position: absolute;
        margin: 0 auto;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.5s linear;
        transform: translate(0%, 0%);
    }

    #professional-popup {
        transform: translate(4.5%, 74%) !important;
    }

    #responsibility-popup {
        transform: translate(4.5%, 85%) !important;
    }

    #efficiency-popup {
        transform: translate(4.5%, 85%) !important;
    }

    #grown-popup {
        transform: translate(4.5%, 166%) !important;
    }

    #clients-popup {
        transform: translate(4.5%, 166%) !important;
    }

    #reputation-popup {
        transform: translate(4.5%, 166%) !important;
    }

    .mobile-worth-tabs .active {
        display: block !important;
    }

    .career-page .tab-1 .mobile-worth-tabs button {
        margin: 10% auto !important;
        padding: 0;
    }

    .career-page .tab-1 .mobile-worth-tabs svg {
        width: 45px !important;
        height: 45px !important;
    }

    .career-page .tab-1 .mobile-worth-tabs button p {
        padding-top: 5%;
    }

    .career-page .tab-1 .advantages .adv-right-bottom:nth-child(1) {
        margin-top: 13%;
    }

    #adv-img {
        margin-top: 11%;
    }

    .career-page .tab-1 .placement {
        margin-top: 10%;
    }

    .career-page .tab-1 .placement .plc-career-buttons svg {
        margin-top: 1.5%;
    }

    .career-page .tab-1 .placement .plc-career-buttons {
        width: 44%;
        display: block;
        margin: 3% auto 0;
    }

    .career-page .tab-2 .people-card {
        display: block;
        margin: -4% auto;
    }

    .tab-2 #people-image-1 {
        display: none;
    }

    .tab-2 #people-image-2 {
        display: block !important;
        width: 100%;
    }

    .career-page .tab-2 .tasks {
        margin-top: 12%;
    }

    .tab-2 .tasks .row {
        display: none !important;
    }

    .tab-2 .tasks-mobile-slider {
        display: block !important;
        margin-top: 8%;
    }

    .tab-2 .tasks-mobile-slider .col-6 {
        padding-right: 10px !important;
        padding-left: 10px !important;
        padding-bottom: 10px !important;
    }

    .tab-2 .tasks-mobile-slider .tasks-card {
        padding: 10% !important;
        width: 80% !important;
        height: 100%;
        margin: 0 !important;
    }

    .tab-2 .slick-initialized .slick-slide {
        margin: 0 7px;
    }

    .tab-2 .tasks-mobile-slider .tasks-card .tasks-card-header {
        height: 100px;
    }

    .tab-2 .tasks-mobile-slider .tasks-card .tasks-card-img {
        width: 100%;
        margin: 10% auto 0 !important;
    }

    .tab-2 .tasks-mobile-slider .tasks-card .tasks-card-text {
        display: none;
    }

    .career-page .tab-3 .vacancies .vacancies-card-header .to-response-button-opened {
        font-size: 15px !important;
    }

    .popover-img {
        width: 35px;
        height: 35px;
        margin-top: -2px;
        margin-left: 10px;
    }

    .career-page .tab-3 .vacancies .custom-select {
        width: 28% !important;
        font-size: 14px !important;
    }

    .career-page .tab-3 .vacancies .custom-select .select-selected {
        font-size: 15px;
        padding: 10px 15px;
    }

    .career-page .tab-3 .vacancies .select-items div {
        font-size: 15px;
        padding: 10px 15px;
    }

    .career-page .tab-3 .start-job .start-job-card-header {
        font-size: 35px !important;
        top: -5% !important;
        padding-top: 0%;
    }

    .career-page .tab-3 .response #response-form .form-check-label a {
        font-size: 12px !important;
    }
}

@media (max-width: 500px) {
    .career-page {
        overflow-x: hidden;
    }

    .career-page .breadcrumps {
        padding-top: 120px !important;
    }

    .career-page .block_1 {
        padding: 50px 0 13% 0 !important;
    }

    .career-page .carousel-indicators {
        bottom: -23% !important;
    }

    .career-page h2 {
        font-size: 18px !important;
        line-height: 23px !important;
    }

    .career-page .block_1 p {
        margin: 30px 0 35px !important;
    }

    .career-page p {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    .career-button-to-respond {
        font-size: 12px !important;
        border-radius: 5px !important;
        padding: 10px 15px !important;
    }

    .career-page .carousel-item {
        height: 220px !important;
    }

    .career-page .carousel-indicators li {
        width: 10px !important;
        height: 10px !important;
    }

    .career-page .career-buttons svg {
        height: 11px !important;
    }

    .career-page .mainpart {
        padding-top: 0;
    }

    .career-page .navig.content {
        padding: 0;
    }

    .career-page .nav {
        background: #f2f2f2;
        padding: 0 4%;
    }

    .career-page .nav-pills .nav-item {
        margin-right: auto;
    }

    .career-page .nav-pills .nav-link {
        font-size: 12px !important;
        margin: 0.8rem 0.4rem !important;
        padding: 0;
        border-radius: 0;
        border: none;
    }

    .career-page .nav-pills .nav-link.active {
        border-bottom: 2px solid #004a7a !important;
        border-radius: 0;
        text-align: center;
    }

    .career-page .tab-1 .mission img {
        padding-top: 5%;
        width: 95%;
    }

    .career-page .tab-1 .mission .mission-content {
        padding: 0 !important;
        margin: 10% 2.5% !important;
    }

    .career-page .tab-1 h3 {
        font-size: 18px !important;
    }

    .career-page .tab-1 hr {
        width: 90px !important;
    }

    .career-page .tab-1 .mission p {
        padding: 5% 0;
    }

    .career-page .tab-1 .mission .mission-rectangle {
        font-size: 12px !important;
        padding: 8px 10px;
    }

    .career-page .tab-1 .actual hr {
        margin-bottom: 6% !important;
    }

    .career-page .tab-1 .actual .row {
        display: none;
    }

    .career-page .tab-1 .actual-mobile-slider {
        display: block !important;
    }

    .career-page .tab-1 .slick-initialized .slick-slide {
        margin: 0 5px !important;
    }

    .career-page .tab-1 .actual-card {
        padding: 0 !important;
        width: 220px !important;
        height: 265px;
    }

    .career-page .tab-1 .actual-card img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        border-radius: 10px 10px 0 0;
    }

    .career-page .tab-1 .actual-card-date {
        padding: 3% 15px !important;
    }

    .career-page .tab-1 .actual-card-header {
        padding: 0 15px 3% !important;
    }

    .career-page .tab-1 .worth {
        padding-top: 12%;
    }

    .career-page .tab-1 .worth .worth-img {
        display: block;
        width: 100%;
        padding: 6% 0 10%;
    }

    .career-page .tab-1 .worth-tabs {
        display: none !important;
    }

    .career-page .tab-1 .worth p.worth-right-p {
        text-align: left !important;
        padding-right: 5%;
        padding-top: 5%;
    }

    .career-page .tab-1 .mobile-worth-tabs {
        display: block !important;
        margin-top: 5%;
    }

    .career-page .tab-1 .mobile-worth-tabs .col-4 {
        border-right: 0.5px solid #c1e7ff;
        border-bottom: 0.5px solid #c1e7ff;
    }

    .career-page .tab-1 .mobile-worth-tabs #nav-efficiency-tab {
        border-right: none;
    }

    .career-page .tab-1 .mobile-worth-tabs #nav-grown-tab {
        border-bottom: none;
    }

    .career-page .tab-1 .mobile-worth-tabs #nav-clients-tab {
        border-bottom: none;
    }

    .career-page .tab-1 .mobile-worth-tabs #nav-reputation-tab {
        border-right: none;
        border-bottom: none;
    }

    .worth-popup {
        background-color: #ffffff;
        padding: 5%;
        border-radius: 10px;
        z-index: 100;
        width: 90%;
        position: absolute;
        margin: 0 auto;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.5s linear;
        transform: translate(0%, 0%);
    }

    #professional-popup {
        transform: translate(4.5%, 52%) !important;
    }

    #responsibility-popup {
        transform: translate(4.5%, 52%) !important;
    }

    #efficiency-popup {
        transform: translate(4.5%, 59%) !important;
    }

    #grown-popup {
        transform: translate(4.5%, 101%) !important;
    }

    #clients-popup {
        transform: translate(4.5%, 115%) !important;
    }

    #reputation-popup {
        transform: translate(4.5%, 134%) !important;
    }

    .mobile-worth-tabs .active {
        display: block !important;
    }

    .career-page .tab-1 .mobile-worth-tabs button {
        margin: 10% auto !important;
        padding: 0;
    }

    .career-page .tab-1 .mobile-worth-tabs svg {
        width: 35px !important;
        height: 35px !important;
    }

    .career-page .tab-1 .mobile-worth-tabs button p {
        padding-top: 5%;
    }

    .tab-1 .advantages {
        padding-bottom: 8%;
    }

    .tab-1 .advantages #adv-img {
        display: none;
    }

    .tab-1 .advantages .adv-right-bottom {
        padding: 0 15px !important;
    }

    .tab-1 .advantages .adv-right-bottom p {
        font-size: 14px !important;
        text-align: left;
        font-weight: 300 !important;
    }

    .tab-1 .advantages .adv-right-bottom a {
        border-radius: 5px !important;
        padding: 5px 20px !important;
        width: 70% !important;
        font-size: 13px !important;
    }

    .tab-1 .advantages .adv-right-bottom a svg {
        width: 20px;
        margin-top: 1.3% !important;
    }


    .tab-2 {
        padding-top: 8% !important;
    }

    .tab-2 h3 {
        font-size: 18px !important;
    }

    .tab-2 .people-card {
        position: absolute;
        top: -13vw;
        right: 8vw;
        display: block;
        width: 85% !important;
        padding: 20px 20px !important;
    }

    .tab-2 .people-card .people-card-header {
        font-size: 16px !important;
        padding-top: 2px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .tab-2 .people-card .people-card-text {
        font-size: 12px !important;
        padding-top: 7px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .tab-2 .people-card .people-card-span {
        font-size: 10px !important;
        padding-top: 17px !important;
    }

    .tab-2 #people-image-1 {
        display: none;
    }

    .tab-2 #people-image-2 {
        display: block !important;
        margin: 0 auto;
        width: 98%;
    }

    .tab-2 .tasks {
        margin-top: 60% !important;
    }

    .tab-2 .tasks .row {
        padding: 0 5px !important;
        display: none !important;
    }

    .tab-2 .tasks-mobile-slider {
        display: block !important;
        margin-top: 8%;
    }

    .tab-2 .tasks-mobile-slider .col-6 {
        padding-right: 10px !important;
        padding-left: 10px !important;
        padding-bottom: 10px !important;
    }

    .tab-2 .tasks-mobile-slider .tasks-card {
        padding: 15px 16px !important;
        width: 100% !important;
        height: 209px;
        margin: 0 !important;
    }

    .tab-2 .slick-initialized .slick-slide {
        margin: 0 7px;
    }

    .tab-2 .tasks-mobile-slider .tasks-card .tasks-card-header {
        font-size: 12px !important;
        height: 100px;
    }

    .tab-2 .tasks-mobile-slider .tasks-card .tasks-card-img {
        width: 100%;
        margin: 10% auto 0 !important;
    }

    .tab-2 .tasks-mobile-slider .tasks-card .tasks-card-text {
        display: none;
    }

    .tab-2 #invitation {
        display: none !important;
    }

    .career-page .tab-2 .invitation {
        height: auto !important;
    }

    .tab-2 #invitation-mobile {
        display: block !important;
        padding-bottom: 6%;
    }

    .tab-2 #invitation-mobile .invitation-header {
        font-size: 18px;
        padding: 5%;
        font-weight: 500;
    }

    .tab-2 #invitation-mobile .row {
        padding: 0 5% !important;
    }

    .tab-2 #invitation-mobile .invitation-text {
        font-weight: 300 !important;
    }

    .tab-2 #invitation-mobile .invitation-button {
        display: block;
        font-size: 13px !important;
        border-radius: 5px !important;
        padding: 8px !important;
        margin-top: 9% !important;
        width: 94%;
    }

    .tab-2 #invitation-mobile .invitation-button svg {
        width: 20px !important;
        margin-left: 4.5% !important;
        float: right;
        margin-top: 1.5%;
        margin-right: 2%;
    }

    .tab-2 #invitation-mobile .invitation-img {
        display: block !important;
        width: 100% !important;
        top: 11% !important;
    }

    .tab-2 .direction {
        margin-top: 12% !important;
    }

    .tab-2 .direction #direction {
        display: none !important;
    }

    .tab-2 .direction #direction-mobile {
        display: block !important;
    }

    .tab-2 .direction .direction-header {
        font-size: 12px !important;
        height: auto !important;
        padding: 5% 0 3%;
    }

    .tab-2 #direction-mobile .direction-card {
        height: 130px;
        padding: 10px 10px 10px 25px !important;

    }

    .tab-2 .direction #direction-card-1 {
        margin-top: 5% !important;
    }

    .tab-2 .direction .direction-card .direction-card-header {
        margin-top: 5% !important;
        margin-bottom: 5% !important;
    }

    .tab-2 .direction .direction-card .direction-card-content {
        text-align: left;
    }

    .tab-2 .direction .direction-card .direction-card-text {
        font-size: 14px !important;
        padding-top: 2% !important;
    }

    .tab-2 .direction .direction-card .direction-card-img {
        margin-top: 14%;
        margin-right: 15%;
        float: right;
    }

    .tab-2 .direction .direction-card .direction-card-more {
        border-top: 1px solid #d1e8f7;
        margin-top: 15%;
        padding-top: 6%;
        display: none;
        transition: 100ms;
    }

    #direction-mob-card-4 .direction-card-more {
        border-top: 1px solid rgb(180, 212, 233);
    }

    .tab-2 .direction #direction-card-1 {
        background: #e4f9ff;
    }

    .tab-2 .direction .direction-card .direction-card-more li {
        font-size: 12px !important;
    }

    .tab-2 .direction .direction-card .direction-card-more a {
        font-size: 12px !important;
        padding: 8px 20px;
        border-radius: 5px;
    }

    .tab-2 .direction .direction-card .direction-card-content .to-right {
        padding: 0;
        padding-left: 15px;
    }

    .tab-2 .direction .direction-images-show {
        display: none;
    }

    .tab-2 .modal-dialog {
        width: 80% !important;
    }

    .career-page .tab-2 #requestModal .requestModal-header img {
        width: 10% !important;
    }

    .career-page .tab-2 #requestModal .message {
        margin-top: 5%;
    }

    .career-page .tab-2 #requestModal .requestModal-content label {
        font-size: 12px !important;
    }

    .career-page .tab-2 #requestModal .form-control::placeholder {
        font-size: 11px !important;
    }

    .career-page .tab-2 #requestModal .requestModal-content button.career-buttons {
        font-size: 12px !important;
        border-radius: 10px;
        padding: 7px 0.5rem;
    }

    .tab-3 h3 {
        font-size: 18px !important;
    }

    .tab-3 .actual-vacancies {
        margin-top: 5%;
    }

    .tab-3 .actual-vacancies .row {
        margin-top: 5%;
    }

    .career-page .tab-3 .start-job .start-job-card {
        padding: 13% 5%;
        margin-top: 20%;
        margin-bottom: 30px;
        height: 80px;
    }

    .career-page .tab-3 .start-job .start-job-card-header {
        font-size: 35px !important;
        top: -5% !important;
        padding-top: 7%;
        margin-left: -5%;
    }

    .career-page .tab-3 .vacancies .d-f {
        align-items: center;
    }

    .career-page .tab-3 .vacancies .custom-select1 {
        width: 40% !important;
    }

    .career-page .tab-3 .vacancies .custom-select1 select {
        font-size: 12px !important;
        padding: 8px 15px !important;
        margin: 0 0 0 10%;
    }

    .career-page .tab-3 .vacancies hr {
        width: 70px !important;
    }

    .career-page .tab-3 .vacancies .vacancies-card-header .btn.btn-link.btn-block.text-left.collapsed::before {
        top: 5px;
        right: 7px;
    }

    .career-page .tab-3 .vacancies .vacancies-card-header .btn.btn-link.btn-block.text-left::before {
        top: 10px;
        right: 7px;
    }

    .career-page .tab-3 .vacancies .vacancies-card-header button {
        padding: 3.2% 1.2% 3.2% 1.2% !important;
    }

    #jobvac_content ul li {
        font-size: 12px !important;
    }

    .jobvac_employment, .jobvac_salary {
        font-size: 12px !important;
    }

    .career-page .tab-3 .response #response-form {
        width: 90% !important;
    }

    .career-page .tab-3 .response #response-form .response-form-group .after-holder:focus-within::after {
        margin-top: -12% !important;
    }

    .career-page .tab-3 .response #response-form .response-form-group .after-holder-part:focus-within::after {
        margin-top: -12% !important;
    }

    .career-page .tab-3 .response h4 {
        font-size: 17px !important;
    }

    .career-page .tab-3 .response #response-form .response-form-group label {
        font-size: 12px !important;
    }

    .career-page .tab-3 .response .form-control {
        font-size: 0.8rem;
    }

    .career-page .tab-3 .response #response-form .response-file-label {
        width: 90% !important;
        font-size: 0.8rem;
        font-weight: 300;
    }

    .career-page .tab-3 .response #response-form .response-file-label img {
        width: 7% !important;
    }

    .career-page .tab-3 .response #response-form .career-buttons {
        font-size: 12px !important;
        padding: 8px 20px !important;
        border-radius: 10px;
        width: 60%;
        display: block;
        margin: 0 auto;
    }

    .career-page .tab-3 .response .response-form-group-checkbox {
        margin-top: 5%;
    }

    .career-page .tab-3 .response #response-form .form-check-input {
        margin-left: -2%;
    }

    .career-page .tab-3 .response #response-form .checkmark {
        margin-top: 6.5% !important;
        margin-left: 9% !important;
    }

    .career-page .tab-3 .response #response-form .form-check-label {
        padding-left: 8%;
    }

    .career-page .tab-3 .response #response-form-2 {
        width: 90% !important;
    }

    .career-page .tab-3 .response #response-form-2 .select-items div,
    .career-page .tab-3 .response #response-form-2 .select-selected {
        font-size: 14px;
    }

    .career-page .tab-3 .response #response-form-2 .career-buttons {
        font-size: 14px;
        padding: 3.5%;
        border-radius: 10px;
        width: 60%;
        margin: 3% auto;
        display: block;
    }

    .career-page .tab-3 .response #response-form-2 .response-form-group-checkbox input {
        margin-left: -5%;
    }

    .career-page .tab-3 .response #response-form-2 .response-form-group-checkbox {
        margin-left: 11%;
    }

    .career-page .tab-3 .response #response-form-2 .checkmark {
        margin-left: 6% !important;
        margin-top: 7% !important;
    }

    .career-page .tab-3 .response #response-form-2 select {
        font-size: 15px !important;
        padding: 4%;
    }

    .career-page .tab-3 .response .row .col-lg-4 {
        margin-top: 8%;
    }

    .career-page .tab-3 .response .filling-header {
        padding-bottom: 1% !important;
    }

    .career-page .tab-3 .response #response-form-3 {
        padding: 0% 10px 3%;
        width: 85%;
    }

    .career-page .tab-3 .response #response-form-3 .response-form-header img {
        width: 15%;
        padding-bottom: 3%;
    }

    .career-page .tab-3 .response #response-form-3 p {
        padding: 5% 0 0 6%;
    }

    .career-page .tab-3 .response .row .col-lg-4 {
        margin-top: 0;
    }

    .application-accepted-img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    .career-page .tab-3 .invitation {
        height: auto;
    }

    .tab-3 .modal-dialog {
        width: 90% !important;
    }

    .career-page .tab-3 #invitation {
        display: none !important;
    }

    .career-page .tab-3 #invitation-mobile {
        display: block !important;
    }

    .tab-3 #invitation-mobile {
        display: block !important;
    }

    .tab-3 #invitation-mobile .invitation-header {
        font-size: 18px;
        padding: 5%;
        font-weight: 500;
    }

    .tab-3 #invitation-mobile .row {
        padding: 0 5% !important;
    }

    .tab-3 #invitation-mobile .invitation-text {
        font-weight: 300 !important;
    }

    .tab-3 #invitation-mobile .invitation-button {
        display: block;
        font-size: 13px !important;
        border-radius: 5px !important;
        padding: 8px 13px !important;
        margin-top: 9% !important;
        width: 100% !important;
        margin-bottom: 12%;
    }

    .tab-3 #invitation-mobile .invitation-button svg {
        width: 20px !important;
        margin-left: 4.5% !important;
    }

    .tab-3 #invitation-mobile .invitation-img {
        display: block !important;
        width: 120% !important;
        top: 1% !important;
    }

    .career-page .tab-3 .ref-program {
        padding-top: 4%;
    }

    .career-page .tab-3 .ref-program .ref-program-content-header {
        font-size: 17px !important;
    }

    .career-page .tab-3 .ref-program fieldset p {
        font-size: 12px !important;
        padding-top: 2% !important;
    }

    .career-page .tab-3 .ref-program .ref-program-sign {
        font-size: 15px !important;
    }

    .career-page .tab-3 .ref-program .ref-program-sign img {
        width: 10% !important;
    }

    .career-page .tab-3 .ref-program .ref-program-content-header {
        font-size: 14px !important;
    }

    .career-page .tab-3 .ref-program .ref-program-help-text {
        padding-top: 8% !important;
    }

    .career-page .tab-3 .ref-program .ref-program-help-text p {
        font-size: 11px !important;
    }

    .career-page .tab-3 #ref-program .close {
        font-size: 1.5rem !important;
    }

    .career-page .tab-3 .faq .faq-card-header button {
        font-size: 12px !important;
    }

    .career-page .tab-3 .faq .faq-card-body {
        font-size: 12px !important;
    }

    .career-page .tab-4 {
        padding-top: 5%;
    }

    .career-page .tab-4 h3 {
        font-size: 18px !important;
    }

    .career-page .tab-4 .life-news {
        width: 95% !important;
        display: block;
        margin: 7% auto 0;
    }

    .career-page .tab-4 .life-card .row .col-4 {
        padding: 0;
    }

    .career-page .tab-4 .life-card-header {
        font-size: 16px !important;
    }

    .career-page .tab-4 .life-card-theme {
        padding: 0 7%;
    }

    #cbc-life-modal .modal-dialog {
        max-width: 370px !important;
        margin: 5% auto;
    }

    .career-page .tab-4 #cbc-life-modal .life-modal {
        padding: 10px 5%;
    }

    .career-page .tab-4 #cbc-life-modal #previous {
        font-size: 12px !important;
        margin-top: 9px;
    }

    .career-page .tab-4 #cbc-life-modal #close {
        font-size: 19px !important;
    }

    .tab-4 #cbc-life-modal .modal-body > .row {
        margin-top: 10% !important;
    }

    .tab-4 #cbc-life-modal .modal-body > .row ~ .row {
        margin-top: 5% !important;
    }

    .tab-4 #cbc-life-modal .modal-body .row .row .col-3 {
        max-width: 26% !important;
    }

    .career-page .tab-4 .life-modal-hashtag {
        margin: 4% 0 !important;
    }

    .tab-4 #cbc-life-modal .modal-body h4 {
        font-size: 17px;
    }

    .tab-4 #cbc-life-modal .modal-body ul li {
        font-size: 12px !important;
    }
}


/*common style for cbc_01 pages***********************/
.cbc01 body {
    color: black
}

.cbc01 p,
.cbc01 h1,
.cbc01 h2,
.cbc01 h3,
.cbc01 h4,
.cbc01 h5 {
    margin-bottom: 1vw;
}

.cbc01 a {
    font-size: 0.83vw;
    white-space: nowrap;
    color: black;

    margin-right: 2.7vw;
    margin-left: 0;
    padding: 0;

    width: fit-content;
}

.cbc01 ul {
    list-style-type: none;
}

.cbc01 .no-indentation {
    padding: 0;
    list-style-position: inside;
}

.cbc01 h1,
.cbc01 h2,
.cbc01 h3,
.cbc01 h4,
.cbc01 h5,
.cbc01 h6,
.cbc01 .text-small {
    font-family: Inter;
    font-weight: 800;
}

.cbc01 a,
.cbc01 p,
.cbc01 .text,
.cbc01 .text-bold,
.cbc01 button {
    font-family: Inter;
}

.cbc01 .text-bold {
    font-weight: 700 !important;
}

@media (min-width: 901px) {
    .cbc01 .small-wrap {
        display: none
    }
}

/*common style for carrier, isuzu, kamaz, ep, man, pemco, volvo*****************/

@media (max-width: 900px) {
    .cbc01-part1 .flex-container2 {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        padding: 0;
    }

    .cbc01-part1 h1 {
        font-size: 10vw;
        line-height: 10vw;
        margin-bottom: 3vw;
    }

    .cbc01-part1 h2 {
        font-size: 3.5vw;
        line-height: 4vw;
        margin-top: 2vw;
    }

    .cbc01-part1 h3 {
        margin-top: 2vw;
        font-size: 3vw;
    }

    .cbc-part1 p {
        font-size: 200px;
    }

    .cbc01-part1 .text {
        font-size: 3.5vw;
        line-height: 4vw;
        font-style: normal;
    }

    .cbc01-part1 .composition {
        bottom: 1vw;
        right: 3vw;
    }

    .cbc01-part1 .left-col,
    .cbc01-part1 .right-col,
    .cbc01-part1 .list-to-wrap {
        width: 100%;
    }

    .cbc01-part1 .text-col {
        width: 100%;
    }

    .cbc01-part1 .textColumn {
        width: fit-content;
    }

    /*
        .cbc01-part1 .text-small {
            font-size: 2vw;
            margin-top: 3.96vw;
        }
    */
    .cbc01-part1 .heading {
        height: max-content;
        margin-bottom: 0.83vw;
    }

    .cbc01-part1 .about-brand-row {
        padding-left: 13.23vw;
        padding-bottom: 3.44vw;
        padding-right: 10vw;
    }

    .cbc01-part1 .buyButton {
        width: 16vw;
        height: 6vw;

        border-radius: 2vw;

        font-size: 2vw;

        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .cbc01-part1 .sectionEnd {
        width: 6vw;
        height: 2vw;
        border-radius: 2vw;
    }
}

@media (min-width: 901px) and (max-width: 1300px) {
    .cbc01-part1 .wrap {
        display: none;
    }
}

@media (min-width: 901px) {
    .cbc01-part1 h1 {
        font-size: 5vw;
        line-height: 5vw;
    }

    .cbc01-part1 h2 {
        font-size: 1.37vw;
        line-height: 1.88vw;
    }

    .cbc01-part1 h3 {
        margin-bottom: 1.4vw;
        color: #000;
        font-family: Play;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .cbc01-part1 .text {
        color: #000;
        font-family: Play;
        font-size: 0.83vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .cbc01-part1 .buyButton {
        width: 8.4vw;
        height: 3.39vw;

        border-radius: 1vw;

        font-size: 1vw;

        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .cbc01-part1 .sectionEnd {
        width: 3.23vw;
        height: 0.83vw;
        border-radius: 1vw;
    }

    .cbc01-part1 .text-small {
        font-size: 0.83vw;
    }

    .cbc01-part1 .about-brand-row {
        width: 100%;
        padding-left: 14.23vw;
    }
}

.cbc01-part1 #banner {
    height: 50.7vw;
    position: relative;
    overflow: hidden;
}

.cbc01-part1 .textRow {
    width: 100%;
}

.cbc01-part1 .sectionEnd {
    background: #000000;
    margin: 3.125vw 0;
}

.cbc01-part1 .rectangle9 {
    width: 100%;
    height: 5.1vw;
}

.cbc01-part1 .rectangle35 {
    position: absolute;
    margin-top: 3px;
    margin-left: 3.39vw;
    bottom: 2vw;
    width: 36.25vw;
    height: 0.83vw;
    border-radius: 1vw;
    background: #000000;
}

.cbc01-part1 .rectangle36 {
    position: absolute;
    margin-top: 1.25vw;
    margin-left: 14.53vw;
    bottom: 0;
    width: 53vw;
    height: 0.83vw;
    border-radius: 1vw;
    background: #000000;
}

.cbc01-part1 .verticalText {
    position: absolute;
    bottom: 2.7vw;
    font-family: Play;
    font-weight: 700;
    font-size: 2.5vw;
    line-height: 2.5vw;
    color: #000000;
    left: 5vw;
}

.cbc01-part1 .composition {
    overflow: hidden;
    position: absolute;

    height: 17.8vw;
}


/*carrier******************************/
@media (max-width: 900px) {
    .carrier .carrier-logo {
        width: 32.5vw;
        color: white;
        font-size: 5vw;
        font-family: Inter;
    }

    .carrier .banner-text {
        padding-left: 11.56vw;
        padding-top: 8vw;
        width: 45.63vw;
    }

    .carrier .banner-heading {
        font-size: 3vw;
        line-height: 3.5vw;
        width: 50vw;
    }

    .carrier .buyButton {
        background-color: white;
        border-color: white;
        color: #2b2b30;
        padding: 15px;
        margin-top: 10px;
    }

    .carrier .textRow {
        width: 100%;
        padding: 5.52vw 13.23vw 2.39vw 13.23vw;
    }

    .carrier .col1,
    .carrier .col2 {
        width: fit-content;
        margin-right: 6vw;
        margin-left: 15px;
    }

    .carrier .carrier-text-small {
        font-size: 2vw;
        margin-top: 3.96vw;
    }

    .carrier .about-brand {
        margin-right: 9.81vw;
    }

    .carrier .about-brand-col,
    .carrier .about-brand,
    .carrier .about-brand-row {
        width: 100%;
    }

    .carrier .rectangle9 {
        margin-bottom: 15vw;
    }
}

@media (min-width: 901px) {
    .carrier .banner-text {
        padding-left: 13.23vw;
        padding-top: 19.16vw;
        width: 50.63vw;
    }

    .carrier .banner-heading {
        margin-left: 0;
        margin-top: 0;
    }

    .carrier .buyButton {
        margin-top: 2vw;
        background-color: white !important;
        border-color: white;
        color: #2b2b30;
        padding: 0;
    }

    .carrier .textRow {
        width: 100%;
        padding: 6.98vw 0 3vw 14.28vw;
    }

    .carrier .col1 {
        width: 30.5vw;
        margin-left: 15px;
    }

    .carrier .heading {
        margin-bottom: 0.83vw;
    }

    .carrier .textColumn {
        width: 12.5vw;
    }

    .carrier .padding-for-heading {
        padding-bottom: 12vw;
    }

    .carrier .carrier-text-small {
        font-size: 16px;
        line-height: 16px;
        margin-top: 3.96vw;
    }

    .carrier .about-brand-row {
        padding-bottom: 9.38vw;
    }

    .carrier .about-brand {
        width: 30.4vw;
        margin-right: 9.81vw;
        position: absolute;
        bottom: 0;
    }

    .carrier .about-brand-col {
        width: 100%;
        margin-bottom: 1.6vw;
    }

    .carrier .left-col {
        position: relative;
        width: 30.94vw;
    }

    .carrier .text-bold {
        width: 29vw;
    }

    .carrier .composition {
        bottom: 25.85vw;
        right: -23vw;
        transform: rotate(90deg);
    }

    .carrier .rectangle9 {
        margin-bottom: 11.15vw;
    }

}

@media (min-width: 901px) and (max-width: 1300px) {
    .carrier .right-col {
        width: 34vw;
        margin-left: 2vw;
    }
}

@media (min-width: 1301px) {
    .carrier .right-col {
        width: 30.1vw;
        margin-left: 2vw;
    }

    .carrier .list-to-wrap {
        width: 25.63vw;
    }
}

.carrier #banner {
    background-color: #173c8f;
}

.carrier .carrier-text-small {
    font-family: Inter;
    font-weight: 400;
}

.carrier .buyButton:hover {
    box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
}

.carrier .carrier-logo {
    width: 32.5vw;
    color: white;
    font-size: 5vw;
    font-family: Inter;
}

.carrier .banner-heading {
    color: white;
}

.carrier .carrier-img-1 {
    position: absolute;
    right: 8.125vw;
    width: 47.71vw;
}

.carrier .rectangle9 {
    background: #173c8f;
}

.carrier .composition {
    width: 67.7vw;
}

.carrier .carrier-img-2 {
    position: absolute;
    top: -8vw;
    right: 3.5vw;
    width: 28vw;
    transform: rotate(-90deg);
}

.carrier .snow1 {
    position: absolute;
    width: 2.42vw;
    transform: rotate(-144.98deg);
}

.carrier .snow2 {
    position: absolute;
    width: 2.5vw;
    transform: rotate(69.36deg);
    left: 3.28vw;
    top: 5vw
}

.carrier .snow3 {
    position: absolute;
    width: 3.49vw;
    transform: rotate(-90deg);
    left: 5.99vw;
    top: 0.89vw
}

.carrier .snow4 {
    position: absolute;
    width: 2.5vw;
    transform: rotate(69.36deg);
    left: 18.55vw;
    top: 3.59vw
}

.carrier .snow5 {
    position: absolute;
    width: 2.42vw;
    transform: rotate(-144.98deg);
    left: 23.03vw;
    top: 1.15vw
}


/*isuzu*****************************************************************************************************************************/

@media (max-width: 900px) {
    .isuzu .isuzu-logo {
        width: 25vw;
        margin-left: -2.66vw;
    }

    .isuzu .banner-text {
        padding-left: 11.56vw;
        padding-top: 8vw;
        width: 40.63vw;
    }

    .isuzu .banner-heading {
        color: white;
        margin-top: -2vw;
    }

    .isuzu .buyButton {
        margin-top: 0;
        background-color: white !important;
        border-color: white;
        color: #2b2b30;
        padding: 0;
    }

    .isuzu .textRow {
        width: 100%;
        padding: 5.52vw 13.23vw 2.39vw 13.23vw;
    }

    .isuzu .col1 {
        width: fit-content;
        margin-right: 6vw;
    }

    .isuzu .col2 {
        width: fit-content;
        margin-right: 10vw;
    }

    .isuzu .col3 {
        width: fit-content;
    }

    .isuzu .space {
        display: none;
    }

    .isuzu .isuzu-text-small {
        font-size: 2vw;
        margin-top: 3.96vw;
    }

    .isuzu .about-brand-row {
        width: 100%;
    }

    .isuzu .about-brand {
        width: 100%;
        margin-right: 9.81vw;
    }

    .isuzu .about-brand-col {
        width: 100%;
    }

    .isuzu .rectangle9 {
        margin-bottom: 14vw;
    }
}

@media (min-width: 901px) {
    .isuzu h1 {
        margin-bottom: 2.5vw;
        color: #000;
        font-family: Play;
        font-size: 5vw;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .isuzu .isuzu-logo {
        width: 23.65vw;
        margin-left: -2.66vw;
    }

    .isuzu .banner-text {
        padding-left: 13.23vw;
        padding-top: 16.72vw;
        width: 50.63vw;
    }

    .isuzu .banner-heading {
        color: white;
        margin-left: 0;
        margin-top: -3.5vw;
    }

    .isuzu .buyButton {
        margin-top: 1vw;
        margin-left: 0;
        background-color: white;
        border-color: white;
        color: #2b2b30;
        padding: 0;
    }

    .isuzu .textRow {
        width: 100%;
        padding-left: 14.28vw;
        padding-top: 5vw;
        padding-bottom: 1.5vw;
        margin-bottom: -4vw;
    }

    .isuzu .heading {
        height: 3.4vw;
        margin-bottom: 1.33vw;
        font-family: Play;
        font-weight: 700;
        font-style: normal;
        line-height: normal;
        font-size: 1.875vw;
    }

    .isuzu .isuzu-text-small {
        font-size: 16px;
        line-height: 16px;
        margin-top: 4vw;
        color: #959191;
    }

    .isuzu .about-brand-row {
        padding-bottom: 2vw;
    }

    .isuzu .about-brand {
        width: 30.57vw;
        margin-right: 4.74vw;
    }

    .isuzu .about-brand-col {
        width: 29vw;
        margin-bottom: 3.5vw;
        margin-top: -2vw;
    }

    .isuzu .composition {
        bottom: 25.3vw;
        right: -22vw;
        transform: rotate(90deg);
    }

    .isuzu .rectangle9 {
        margin-bottom: 3.6vw;
    }
}

@media (min-width: 901px) and (max-width: 1300px) {
    .isuzu .col1 {
        width: 20vw;
        margin-right: 4vw;
    }

    .isuzu .col2 {
        width: 24vw;
        margin-right: 4vw;
    }

    .isuzu .col3 {
        width: 20vw
    }
}

@media (min-width: 1301px) {
    .isuzu .col1 {
        width: 17.6vw;
        margin-right: 3.13vw;
    }

    .isuzu .col2 {
        width: 17.81vw;
        margin-right: 5vw;
    }

    .isuzu .col3 {
        width: 19.17vw
    }

    .isuzu .textColumn {
        width: 12.4vw;
    }

    .isuzu .wrap1 {
        width: 17vw;
        margin-top: -1vw;
    }

    .isuzu .wrap2 {
        width: 26vw;
        margin-top: -1vw;
    }
}

.isuzu #banner {
    background-color: #b83028;
}

.isuzu .isuzu-text-small {
    font-family: Play;
    font-weight: 400;
}

.isuzu .buyButton:hover {
    box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
    background: #ffffff;
    cursor: pointer;
}

.isuzu .isuzu-img-0 {
    position: absolute;
    right: 13.2vw;
    width: 55.3vw;
    margin-top: 7.2vw;
}

.isuzu .isuzu-img-1 {
    position: absolute;
    right: -3.5vw;
    width: 52vw;
    bottom: 0;
}

.isuzu .description {
    font-size: 1.04vw;
    color: #000;
    font-family: Play;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    width: 1160px;
    white-space: nowrap;
    padding-left: 12.3vw;
    padding-top: 1.6vw;
}

.isuzu .rectangle9 {
    background: #b83028;
}

.isuzu .composition {
    width: 67.7vw;
}

.isuzu .isuzu-img-2 {
    position: absolute;
    top: 0.4vw;
    right: -9vw;
    width: 47.7vw;
    transform: rotate(-90deg);
    height: 26vw;
}

/*kamaz************************************************************************************************************************************************/

@media (max-width: 900px) {
    .kamaz .kamaz-logo {
        width: 16.77vw;
    }

    .kamaz .banner-text {
        padding-left: 11.56vw;
        padding-top: 13vw;
        width: 40.63vw;
    }

    .kamaz .banner-heading {
        margin-top: -32.19vw;
    }

    .kamaz .buyButton {
        margin-top: 2vw;
        background-color: #000000;
        padding: 0;
        color: #ffffff;
    }

    .kamaz .kamaz-img-1 {
        position: absolute;
        right: 1.2vw;
        width: 45.49vw;
        padding-top: 3.23vw;
    }

    .kamaz .textRow {
        width: 100%;
        padding: 5.52vw 13.23vw 2.39vw 13.23vw;
    }

    .kamaz .col1 {
        width: fit-content;
        margin-right: 6vw;
    }

    .kamaz .col2 {
        width: fit-content;
        margin-right: 10vw;
    }

    .kamaz .col3 {
        width: fit-content;
    }

    .kamaz .space {
        display: none;
    }

    .kamaz .kamaz-text-small {
        font-size: 2vw;
        margin-top: 3.96vw;
    }

    .kamaz .about-brand-row {
        width: 100%;
    }

    .kamaz .about-brand {
        width: 100%;
        margin-right: 9.81vw;
    }

    .kamaz .about-brand-col {
        width: 100%;
    }
}

@media (min-width: 901px) {
    .kamaz h1 {
        margin-bottom: 3vw;
    }

    .kamaz .kamaz-logo {
        width: 16.77vw;
    }

    .kamaz .banner-text {
        padding-left: 11.56vw;
        padding-top: 11.93vw;
        width: 40.63vw;
    }

    .kamaz .banner-heading {
        margin-left: 13.33vw;
        margin-top: -17.19vw;
    }

    .kamaz .buyButton.dark {
        margin-top: 2vw;
        margin-left: 2.86vw;
        background-color: #000000;
        padding: 0;
        color: #ffffff !important;
    }

    .kamaz .kamaz-img-1 {
        position: absolute;
        right: 1.2vw;
        width: 45.49vw;
        padding-top: 3.23vw;
    }

    .kamaz .textRow {
        width: 100%;
        padding-left: 14.28vw;
        padding-top: 5.52vw;
        padding-bottom: 2.39vw;
    }

    .kamaz .heading {
        height: 3.4vw;
        margin-bottom: 0.83vw;
    }

    .kamaz .kamaz-text-small {
        font-size: 16px;
        line-height: 16px;
        margin-top: 3.96vw;
    }

    .kamaz .about-brand-row {
        padding-bottom: 3.44vw;
    }

    .kamaz .about-brand {
        width: 30.4vw;
        margin-right: 9.81vw;
    }

    .kamaz .composition {
        bottom: 26.3vw;
        right: -24vw;

        transform: rotate(90deg);
    }
}

@media (min-width: 901px) and (max-width: 1300px) {
    .kamaz .col1 {
        width: 20vw;
        margin-right: 4vw;
    }

    .kamaz .col2 {
        width: 24vw;
        margin-right: 4vw;
    }

    .kamaz .col3 {
        width: 20vw
    }

    .kamaz .about-brand-col {
        width: 28vw;
    }
}

@media (min-width: 1301px) {
    .kamaz .col1 {
        width: 17.6vw;
        margin-right: 3.13vw;
    }

    .kamaz .col2 {
        width: 22.55vw;
        margin-right: 5.73vw;
    }

    .kamaz .col3 {
        width: 12.5vw
    }

    .kamaz .textColumn {
        width: 12.4vw;
    }

    .kamaz .about-brand-col {
        width: 20.8vw;
    }
}

.kamaz #banner {
    background-color: #e8e8e8;
}

.kamaz .kamaz-text-small {
    font-family: Inter;
    font-weight: 400;
}

.kamaz .buyButton:hover {
    box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
    color: white;
}

.kamaz .rectangle9 {
    margin-bottom: 11.15vw;
    background: #e8e8e8;
}

.kamaz .composition {
    width: 67.7vw;
}


.kamaz .kamaz-img-2 {
    position: absolute;
    top: -6.5vw;
    right: 1.5vw;
    width: 28vw;
    transform: rotate(-90deg);
}

/*kel***********************************************************************************************************************************/
.kel h1,
.kel h2,
.kel h3,
.kel h4,
.kel h5,
.kel h6 {
    text-transform: uppercase;
}

.kel h6 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.kel .bigger-text {
    font-family: Inter;
    color: #696969;
}

.kel .row-padding {
    display: flex;
    width: 100%;
    padding-left: 15px;
}

.kel .learn-more {
    position: relative;
    overflow: hidden;
    padding-left: 13.5vw;
    height: 36.77vw;
    color: white;
    background-color: #589ebf;
}

.kel .learn-more-content {
    position: relative;
    z-index: 1;
}

.kel .img-1 {
    position: absolute;
    width: 100vw;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.kel h1 + .kel h2 {
    margin-top: -0.8vw;
    margin-bottom: 1.2vw;
}

.kel .learn-more-button {
    background-color: white;
    border-color: white;
    color: black !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1vw;
    cursor: pointer;
}

.kel .learn-more-button:hover {
    box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
    color: black;
    border-color: white;
}

.kel .about-company,
.kel .about-company-content {
    position: relative;
}

.kel .about-company-1,
.kel .about-company-2 {
    position: relative;
    z-index: 1;
}

.kel .learn-more-button-2 {
    background-color: #589ebf;
    border-color: #589ebf;
    color: white;
    border-radius: 1vw;
    margin-top: 2.7vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.kel .learn-more-button-2:hover {
    box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
    color: white;
    border-color: white;
}

.kel .advantage {
    position: relative;
    background-color: #f1f5f9;
    text-align: center;
    padding-top: 7.04vw;
    padding-bottom: 5vw;
}

.kel .advantage-cols {
    margin-top: 3.7vw;
    padding-left: 16vw;
}

.kel .icon1 {
    width: 5.23vw;
    margin-top: 0.42vw;
    margin-bottom: 1.88vw;
}

.kel .icon2 {
    width: 3.53vw;
    margin-top: 0.1vw;
    margin-bottom: 1.595vw;
}

.kel .icon3 {
    width: 3.19vw;
    margin-top: 0;
    margin-bottom: 1.53vw;
}

.kel .icon4 {
    width: 4.36vw;
    margin-top: 0.31vw;
    margin-bottom: 1.84vw;
}

.kel .numbers {
    position: relative;
    margin-left: 13.2vw;
    margin-top: 0.2vw;
    background: #ffffff;
}

.kel .numbers-header {
    position: relative;
    z-index: 2;
    padding: 10.4vw 0 2.4vw 0.5vw;
}

.kel .numbers-rows {
    position: relative;
    z-index: 3;
    padding-left: 3vw
}

.kel h5 + .kel h3 {
    margin-bottom: 0.99vw;
}

.kel .footer {
    background-color: var(--background);
    height: 11.04vw;
}

:root {
    --text1: black;
    --text2: white;
    --text3: #f1f5f9;
    --text4: #696969;
    --background: #5b9ac2;
}

@media (max-width: 700px) {
    .kel h1 {
        font-size: 7vw;
    }

    .kel h2 {
        font-size: 3.5vw;
        line-height: 4vw;
    }

    .kel h3 {
        font-size: 4vw;
        line-height: 4.5vw;
    }

    .kel h4 {
        font-size: 3vw;
        color: black;
        line-height: 3.5vw;
    }

    .kel h5 {
        font-size: 2.7vw;
        color: #696969;
        line-height: 3vw;

        letter-spacing: 0.083vw;
    }

    .kel h6 {
        font-size: 11.46vw;
        color: #f1f5f9;
        line-height: 20.14vw;
    }

    .kel p {
        font-size: 3.5vw;
        line-height: 4vw;
    }

    .kel .bigger-text,
    .kel .text-bold {
        font-size: 3.5vw;
        line-height: 4vw;
    }

    .kel .wrap {
        display: none;
    }

    .kel .learn-more {
        padding-top: 7vw;
        margin-top: 111px;
    }

    .kel .learn-more-button,
    .kel .learn-more-button-2 {
        padding: 5px 10px 5px 10px;
        font-family: Inter;
        font-size: 2vw;
    }

    .kel .about-company {
        padding-bottom: 5vw;
        background: #ffffff;
    }

    .kel .about-company-content {
        margin: 0 12.92vw;
    }

    .kel .about-company-1 {
        margin-top: 10.31vw;
        margin-left: 7.14vw;
        width: 100%
    }

    .kel .about-company-2 {
        margin-top: 1vw;
        margin-left: 7.14vw;
        width: 100%
    }

    .kel .icon-col {
        width: 38vw;
    }

    .kel .col1,
    .kel .col2,
    .kel .col3 {
        margin-top: 5vw;
        width: 30vw;
        margin-right: 5vw;
    }

    .kel .numbers-rows {
        margin-bottom: 5vw;
    }

    .kel .icon1 {
        height: 10vw;
        width: auto;
        margin-top: 5vw;
    }

    .kel .icon2 {
        height: 10.6vw;
        width: auto;
        margin-top: 5vw;
    }

    .kel .icon3 {
        height: 10vw;
        width: auto;
        margin-top: 5vw;
    }

    .kel .icon4 {
        height: 9.4vw;
        width: auto;
        margin-top: 5vw;
    }
}


@media (min-width: 701px) {
    .kel h1 {
        font-size: 5vw;
    }

    .kel h2 {
        font-size: 1.88vw;
        line-height: 1.88vw;
    }

    .kel h3 {
        font-size: 2.5vw;
        line-height: 2.5vw;
    }

    .kel h4 {
        font-size: 1.25vw;
        color: black;
        line-height: 1.86vw;
    }

    .kel h5 {
        font-size: 0.83vw;
        color: #696969;
        line-height: 1.25vw;

        letter-spacing: 0.083vw;
    }

    .kel h6 {
        font-size: 11.46vw;
        color: #f1f5f9;
        line-height: 20.14vw;
    }

    .kel p {
        font-size: 0.83vw;
        line-height: 1.15vw;
    }

    .kel .bigger-text {
        font-size: 1.04vw;
        line-height: 1.35vw;
    }

    .kel .learn-more {
        padding-top: 13.1vw;
        margin-top: 111px;
    }

    .kel .learn-more-button,
    .kel .learn-more-button-2 {
        width: 13.9vw;
        height: 3.39vw;
        font-family: Inter;
        font-size: 1vw;
    }

    .kel .about-company {
        height: 31.04vw;
        background: #ffffff;
    }

    .kel .about-company-content {
        margin-left: 12.92vw;
    }

    .kel .about-company-1 {
        margin-top: 10.31vw;
        margin-left: 7.14vw;
        width: 30.47vw;
    }

    .kel .about-company-2 {
        margin-top: 11.09vw;
        margin-left: 1.4vw;
        width: 31.25vw;
    }

    .kel .advantage {
        height: 28.125vw;
    }

    .kel .icon-col {
        width: 16.61vw;
        margin-right: 1.56vw;
    }

    .kel .numbers {
        height: 41.93vw;
    }

    .kel .col1,
    .kel .col2,
    .kel .col3 {
        margin-bottom: 2.8vw;
        height: 8vw
    }

    .kel .col1 {
        width: 19vw;
        margin-right: 4.2vw;
    }

    .kel .col2 {
        width: 22.45vw;
        margin-right: 4.22vw;
    }

    .kel .col3 {
        width: 21.56vw;
    }
}

/*ep********************************************************************************************************************/

@media (max-width: 900px) {
    .ep .left-col,
    .ep .right-col,
    .ep .list-to-wrap {
        margin-right: 5vw
    }

    .ep .man-logo {
        width: 20vw;
    }

    .ep .banner-text {
        padding-left: 11.56vw;
        padding-top: 7vw;
        width: 40.63vw;
    }

    .ep .banner-heading {
        margin-top: 3vw;
        margin-left: 0vw;
        margin-bottom: 2vw;
    }

    .ep .buyButton {
        margin-top: 0;
        background-color: #000000;
        padding: 0;
        color: #ffffff !important;
    }

    .ep .textRow {
        width: 100%;
        padding: 5.52vw 13.23vw 2.39vw 13.23vw;
    }

    .ep .col1,
    .ep .col2 {
        width: fit-content;
        margin-right: 6vw;
        margin-left: 15px;
    }

    .ep .ep-text-small {
        font-size: 2vw;
        margin-top: 3.96vw;
    }

    .ep .about-brand {
        margin-right: 9.81vw;
    }

    .ep .about-brand-col,
    .ep .about-brand,
    .ep .about-brand-row {
        width: 100%;
    }

    .ep .spacing {
        display: none;
    }
}


@media (min-width: 901px) {
    .ep .ep-logo {
        width: 20.59vw;
        margin-bottom: 30px;
    }

    .ep .banner-text {
        padding-left: 9.64vw;
        padding-top: 12.35vw;
        width: 50.63vw;
    }

    .ep .banner-heading {
        margin-left: 0;
        margin-top: 1.197vw;
    }

    .ep .buyButton {
        margin-top: 1vw;
        background-color: #000000;
        padding: 0;
        color: #ffffff !important;
    }

    .ep .textRow {
        width: 100%;
        padding-left: 14.28vw;
        padding-top: 6.98vw;
        padding-bottom: 2.39vw;
    }

    .ep .heading {
        height: 3.7vw;
        margin-bottom: 0.83vw;
    }

    .ep .ep-text-small {
        font-size: 16px;
        line-height: 16px;
        margin-top: 4.48vw;
    }

    .ep .about-brand-row {
        padding-bottom: 6.77vw;
    }

    .ep .about-brand {
        width: 30.4vw;
        margin-right: 9.81vw;
        position: absolute;
        bottom: 0;
    }

    .ep .left-col {
        position: relative;
        width: 30.57vw;
    }

    .ep .right-col {
        width: 31.3vw;
        margin-left: 2vw;
    }

    .ep .text-bold {
        width: 29vw;
    }

    .ep .composition {
        bottom: 25.85vw;
        right: -24vw;
        transform: rotate(90deg);
    }
}

@media (min-width: 901px) and (max-width: 1300px) {
    .ep .col1 {
        width: 100%;
        margin-left: 15px;
    }

    .ep .col2 {
        width: 100%;
        margin-left: 15px;
    }

    .ep .about-brand-col {
        width: 40vw;
        margin-bottom: 5.5vw;
    }
}

@media (min-width: 1301px) {
    .ep .col1 {
        width: 12.5vw;
        margin-right: 2.6vw;
        margin-left: 15px;
    }

    .ep .col2 {
        width: 12.5vw;
    }

    .ep .textColumn {
        width: 12.5vw;
        word-wrap: normal
    }

    .ep .about-brand-col {
        width: 20.8vw;
        margin-bottom: 5.5vw;
    }

    .ep .list-to-wrap {
        width: 20.52vw;
    }

    .ep .spacing {
        display: none;
    }
}

.ep #banner {
    background-color: #2b2b30;
}

.ep .ep-text-small {
    font-family: Inter;
    font-weight: 400;
}

.ep .buyButton:hover {
    box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
}

.ep .banner-heading {
    color: white;
}

.ep .ep-img-1 {
    position: absolute;
    top: 0vw;
    right: 2.29vw;
    width: 45.04vw;
}

.ep .rectangle9 {
    margin-bottom: 11.15vw;
    background: #f4c851;
}

.ep .composition {
    width: 67.7vw;
}

.ep .ep-img-2 {
    position: absolute;
    top: -1.7vw;
    right: 6.5vw;
    width: 13vw;
    transform: rotate(-90deg);
}

/********volvo****************************************************************************************************************/

@media (max-width: 900px) {
    .volvo .rectangle9 {
        margin-bottom: 20vw;
    }

    .volvo .volvo-logo {
        width: 20vw;
    }

    .volvo .banner-text {
        padding-left: 10.68vw;
        padding-top: 7vw;
        width: 45.63vw;
    }

    .volvo .banner-heading {
        margin-top: -2vw;
        margin-left: 0vw;
        margin-bottom: 0;

    }

    .volvo .buyButton {
        position: relative;
        margin-top: 1vw;
        margin-left: 0.2vw;
        background-color: white;
        color: #2b2b30;
        border-color: white;
        padding: 0;
    }

    .volvo .textRow {
        width: 100%;
        padding: 5.52vw 5vw 2.39vw 13.23vw;
    }

    .volvo .col1,
    .volvo .col2 {
        width: fit-content;
        margin-right: 6vw;
        margin-left: 15px;
    }

    .volvo .volvo-text-small {
        font-size: 2vw;
        margin-top: 3.96vw;
    }

    .volvo .about-brand {
        margin-right: 9.81vw;
    }

    .volvo .about-brand,
    .volvo .about-brand-row {
        width: 100%;
    }

    .volvo .about-brand-col {
        width: 95%
    }

    .volvo .space {
        display: none;
    }

    .volvo .volvo-img-1 {
        right: -2vw;
    }
}

@media (min-width: 901px) {
    .volvo h1 {
        margin-bottom: 4.38vw;
    }

    .volvo .volvo-logo {
        width: 29.48vw;
    }

    .volvo .banner-text {
        padding-left: 12.97vw;
        padding-top: 10.68vw;
        width: 50.63vw;
    }

    .volvo .banner-heading {
        margin-left: 0;
        margin-top: -3.85vw;
    }

    .volvo .buyButton {
        position: relative;
        margin-top: 2.9vw;
        margin-left: 0;
        background-color: white;
        border-color: white;
        color: #2b2b30;
        padding: 0;
    }

    .volvo .textRow {
        width: 100%;
        padding-left: 14.28vw;
        padding-top: 6.98vw;
        padding-bottom: 2.39vw;
    }

    .volvo .text {
        width: 30.75vw;
    }

    .volvo .heading {
        margin-bottom: 0.83vw;
    }

    .volvo .volvo-text-small {
        font-size: 16px;
        line-height: 16px;
        margin-top: 4.48vw;
    }

    .volvo .about-brand-row {
        height: 20.3vw;
        padding-bottom: 3.44vw;
    }

    .volvo .about-brand {
        width: 30.4vw;
        margin-right: 0vw;
    }

    .volvo .about-brand-col {
        width: fit-content;
        margin-bottom: 5.7vw;
    }

    .volvo .left-col {
        position: relative;
        width: 30.57vw;
    }

    .volvo .right-col {
        width: 31.3vw;
        margin-left: 2vw;
    }

    .volvo .text-bold {
        width: 33.85vw;
    }

    .volvo .composition {
        bottom: 27.3vw;
        right: -24vw;
        transform: rotate(90deg);
    }

    .volvo .rectangle9 {
        margin-bottom: 11.15vw;
    }

    .volvo .volvo-img-1 {
        right: 0vw;
    }
}

@media (min-width: 901px) and (max-width: 1300px) {
    .volvo .col1 {
        width: 100%;
        margin-left: 15px;
    }

    .volvo .col2 {
        width: 100%;
        margin-left: 15px;
    }

    .volvo .space {
        display: none;
    }

    .volvo .right-col {
        width: 35vw;
        margin-left: 0.83vw;
    }
}

@media (min-width: 1301px) {
    .volvo .col1 {
        width: 12.5vw;
        margin-right: 2.6vw;
        margin-left: 15px;
    }

    .volvo .col2 {
        width: 12.5vw;
    }

    .volvo .textColumn {
        width: 12.5vw;
        word-wrap: normal
    }

    .volvo .text-to-wrap {
        width: 25vw;
    }

    .volvo .list-to-wrap {
        width: 23.44vw;
    }
}

.volvo #banner {
    background-color: #2760ab;
}

.volvo .volvo-text-small {
    font-family: Inter;
    font-weight: 400;
}

.volvo .buyButton:hover {
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, .2);
}

.volvo .banner-heading {
    color: white;
}

.volvo .volvo-img-1 {
    position: absolute;
    bottom: 1vw;
    right: 10.29vw;
    width: 40.04vw;
}

.volvo .production-heading {
    font-size: 3.33vw;
}

.volvo .rectangle9 {
    background: #2760ab;
}

.volvo .composition {
    width: 70vw;
}

.volvo .volvo-img-2 {
    position: absolute;
    top: -4.4vw;
    right: 6.4vw;
    width: 17vw;
    transform: rotate(-90deg);
}

/**man***********************************************************************************************************************/
@media (max-width: 900px) {
    .man h3 {
        margin-top: 4vw;
    }

    .man .man-logo {
        width: 20vw;
    }

    .man .banner-text {
        padding-left: 11.56vw;
        padding-top: 7vw;
        width: 40.63vw;
    }

    .man .banner-heading {
        margin-top: -2vw;
        margin-left: 3vw;

        margin-bottom: 0;
    }

    .man .buyButton {
        margin-left: 2.8vw;
        background-color: white;
        border-color: white;
        color: #2b2b30;
        padding: 15px;
        margin-top: 10px;
    }

    .man .textRow {
        width: 100%;
        padding: 5.52vw 13.23vw 4.17vw 13.23vw;
    }

    .man .col1,
    .man .col2 {
        width: fit-content;
        margin-right: 6vw;
        margin-left: 15px;
    }

    .man .man-text-small {
        font-size: 2vw;
        margin-top: 3.96vw;
    }

    .man .about-brand {
        margin-right: 9.81vw;
    }

    .man .about-brand-col,
    .man .about-brand,
    .man .about-brand-row {
        width: 100%;
    }

    .man .space {
        display: none
    }
}


@media (min-width: 901px) {
    .man h1 {
        margin-bottom: 2vw;
    }

    .man .man-logo {
        width: 23.59vw;
    }

    .man .banner-text {
        padding-left: 9.64vw;
        padding-top: 12.35vw;
        width: 50.63vw;
    }

    .man .banner-heading {
        margin-left: 3.49vw;
        margin-top: -3.85vw;
    }

    .man .buyButton {
        margin-top: 1vw;
        margin-left: 3.49vw;
        background-color: white;
        border-color: white;
        color: #2b2b30;
        padding: 0;
    }

    .man .textRow {
        width: 100%;
        padding-left: 14.28vw;
        padding-top: 6.98vw;
        padding-bottom: 2.39vw;
    }

    .man .text {
        width: 30.75vw;
    }

    .man .heading {
        margin-bottom: 0.83vw;
    }

    .man .man-text-small {
        font-size: 16px;
        line-height: 16px;
        margin-top: 4.48vw;
    }

    .man .about-brand-row {
        height: 20.3vw;
        padding-bottom: 3.44vw;
    }

    .man .about-brand {
        width: 30.4vw;
        margin-right: 9.81vw;
    }

    .man .left-col {
        width: 32.23vw;
    }

    .man .text-bold {
        width: 29vw;
    }

    .man .composition {
        bottom: 25.85vw;
        right: -24vw;
        transform: rotate(90deg);
    }

    .man .space {
        height: 6vw
    }
}

@media (min-width: 901px) and (max-width: 1300px) {
    .man .col1 {
        width: 100%;
        margin-left: 15px;
    }

    .man .col2 {
        width: 100%;
        margin-left: 15px;
    }

    .man .about-brand-col {
        width: 20.8vw;
    }

    .man .right-col {
        width: 32vw;
        margin-left: 3vw;
    }

    .man .text-to-wrap {
        width: 40vw;
    }
}

@media (min-width: 1301px) {
    .man .col1 {
        width: 12.5vw;
        margin-right: 2.6vw;
        margin-left: 15px;
    }

    .man .col2 {
        width: 12.5vw;
    }

    .man .textColumn {
        width: 12.4vw;
    }

    .man .about-brand-col {
        width: 20.8vw;
    }

    .man .right-col {
        width: 31.87vw;
        margin-left: 6.77vw;
    }

    .man .text-to-wrap {
        width: 25vw;
    }

    .man .list-to-wrap {
        width: 23.44vw;
    }

    .man .text-bold {
        width: 29vw;
    }
}

.man #banner {
    background-color: #2b2b30;
}

.man .man-logo img {
    filter: invert(90%) sepia(78%) saturate(0%) hue-rotate(260deg) brightness(106%) contrast(100%);
}

.man .man-text-small {
    font-family: Inter;
    font-weight: 400;
}

.man .buyButton:hover {
    box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
    background: #ffffff !important;
}

.man .banner-heading {
    color: white;
}

.man .man-img-1 {
    position: absolute;
    top: 3.65vw;
    right: 2.29vw;
    width: 66.04vw;
}

.man .rectangle9 {
    height: 4.7vw;
    margin-bottom: 11.15vw;
    background: #2b2b30;
}

.man .composition {
    width: 67.7vw;
}

.man .man-img-2 {
    position: absolute;
    top: -1.21vw;
    right: 7.9vw;
    width: 12.32vw;
    transform: rotate(-90deg);
}

/***module************************************************************************************************************************/

:root {
    --text1: black;
    --text2: white;
    --background: #589ebf;
}

body.module {
    color: var(--text1)
}

.module .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.module .learn-more-button {
    background-color: var(--text2);
    border-color: var(--text2);
    color: var(--text1) !important;
    align-items: center;
    cursor: pointer;
    border-radius: 1vw;
    padding-left: 40px;
    padding-right: 40px;
}

.module .learn-more-button:hover {
    box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
    color: var(--text1);
    border-color: var(--text2);
}

@media (max-width: 990px) {
    .module .flex-container2 {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .module h1 {
        font-size: 5vw;
    }

    .module h2 {
        font-size: 4vw;
        margin: 0;
    }

    .module h3 {
        font-size: 3.5vw;
    }

    .module p,
    .module .text-bold {
        font-size: 3.5vw;
        line-height: 4vw;
    }

    .module .wrap {
        display: none;
    }

    .module .learn-more {
        padding-top: 10vw;
    }

    .module .learn-more-button {
        font-family: Inter;
        font-size: 2vw;
        line-height: 1vw;
        color: var(--text1) !important;
        align-items: center;
        cursor: pointer;
        padding: 15px;
        margin-top: 10px;
    }

    .module .learn-more-button-2 {
        width: 30vw;
        height: 6vw;
        font-family: Inter;
        font-size: 2vw;
        line-height: 1vw;
        margin-top: 4vw;
        color: var(--text2) !important;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .module .about-company {
        height: fit-content
    }

    .module .col1 {
        margin-top: 2vw;
    }

    .module .col1,
    .module .col2,
    .module .col3 {
        width: 100%;
        margin-right: 8vw;
    }

    .module .col3 {
        width: 50%;
        margin-right: 3vw;
    }

    .module .col4 {
        position: relative;
        border: solid var(--text1);
        border-width: 0.8vw;
        border-radius: 1.93vw;
        margin-left: 3vw;
        margin-bottom: 20vw;
        width: 33vw;
        height: 40vw;
    }

    .module .module-img-2 {
        display: none;
        position: absolute;
        top: 10vw;
        left: 2vw;
        width: 40.21vw;
    }

    .module .comfort {
        height: fit-content;
    }

    .module .right-col {
        padding-left: 13.4vw;
        padding-right: 5vw;
    }

    .module .col5-padding {
        padding: 10px 10px 0 0;
        /*padding-left: 30vw;*/
    }

    .module .col5,
    .module .col6 {
        width: 100%;
        margin-bottom: 10px;
    }

    .module .col7,
    .module .col8,
    .module .col9,
    .module .col10 {
        width: 70vw;
        margin-right: 8vw;
        margin-bottom: 6vw
    }

    .module .production-text {
        width: 90%;
        margin-bottom: 80vw;
    }

    .module .border-card {
        position: absolute;
        top: 88vw;
        left: 0;
        z-index: 2;
        border: solid var(--text1);
        border-width: 0.8vw;
        border-radius: 1.93vw;
        padding: 3.9vw 2vw 3.9vw 3.9vw;
        margin-top: 0.8vw;
        width: 73vw;
        height: 60vw;
    }

    .module .content-card {
        position: absolute;
        top: 88vw;
        left: 0;
        z-index: 4;
        padding: 3.9vw 2vw 3.9vw 3.9vw;
        margin-top: 0.8vw;
        width: 70vw;
        height: 60vw;
    }

    .module .big-module-img {
        bottom: -20vw;

        width: 90vw
    }

    .module .module-img-1 {
        bottom: -14.83vw;
        right: 3vw;
    }
}

@media (min-width: 991px) {
    .module h1 {
        font-size: 5vw;
    }

    .module h2 {
        font-size: 1.88vw;
        line-height: 1.88vw;
    }

    .module h3 {
        font-size: 1.67vw;
        line-height: 1.67vw;
    }

    .module .col1 {
        width: 15.99vw;
        margin-right: 0.68vw;
    }

    .module .col3 {
        width: 16.88vw;
        margin-right: 2.66vw;
    }

    .module .col4 {
        position: relative;
        border: solid var(--text1);
        border-width: 0.8vw;
        border-radius: 1.93vw;
        margin-top: -2.8vw;
        width: 17.24vw;
        height: 19.74vw;
    }

    .module .learn-more {
        padding-top: 17.3vw;
    }

    .module .learn-more-button,
    .module .learn-more-button-2 {
        font-family: Inter;
        font-size: 1vw;
        cursor: pointer;
        padding: 10px 40px 10px 40px;
    }

    .module .module-img-2 {
        position: absolute;
        bottom: 0;
        left: 0.5vw;
        width: 45.21vw;
    }

    .module .right-col {
        width: 40.66vw
    }

    .module .comfort {
        height: 35.78vw
    }

    .module .col6 {
        width: 15vw
    }

    .module .col7 {
        width: 14.5vw;
        margin-right: 2.24vw;
    }

    .module .col8 {
        width: 17.86vw;
        margin-right: 2.11vw;
    }

    .module .col9 {
        width: 16vw;
        margin-right: 4.68vw;
    }

    .module .col10 {
        width: 17.6vw;
    }

    .module .production-text {
        width: 30.57vw
    }

    .module .border-card {
        position: absolute;
        top: 1vw;
        right: 12vw;
        z-index: 2;
        border: solid var(--text1);
        border-width: 0.8vw;
        border-radius: 1.93vw;
        padding: 3.9vw 2vw 3.9vw 3.9vw;
        margin-top: 0.8vw;
        width: 27.08vw;
        height: 34.58vw;
    }

    .module .content-card {
        position: absolute;
        top: 1vw;
        right: 12vw;
        z-index: 4;
        padding: 3.9vw 2vw 3.9vw 3.9vw;
        margin-top: 0.8vw;
        width: 27.08vw;
        height: 34.58vw;
    }

    .module .wrap-mobile {
        display: none
    }

    .module .big-module-img {
        left: 1.35vw;
        bottom: -14.43vw;
        width: 70.52vw
    }

    .module .module-img-1 {
        bottom: -14.83vw;
        right: 8.96vw;
    }
}

@media (min-width: 991px) and (max-width: 1440px) {
    .module .wrap {
        display: none;
    }

    .module p,
    .module .text-bold {
        font-size: 1.11vw;
    }

    .module .about-company {
        height: 57vw;
    }

    .module .col2 {
        width: 20vw;
        margin-right: 3.07vw;
    }

    .module .col5 {
        width: 18.5vw;
        margin-right: 2.23vw;
    }

    .module .learn-more-button-2 {
        margin-top: 5vw;
        cursor: pointer;
    }
}

@media (min-width: 1441px) {
    .module p,
    .module .text-bold {
        font-size: 0.83vw;
        line-height: 1.15vw;
    }

    .module .about-company {
        height: 45.16vw;
    }

    .module .col2 {
        width: 16.88vw;
        margin-right: 3.07vw;
    }

    .module .col5 {
        width: 15.5vw;
        margin-right: 5.23vw;
    }

    .module .learn-more-button-2 {
        margin-top: 9vw;
        cursor: pointer;
    }
}

.module .right-col h3,
.module .textRow h2,
.module .content-card h3 {
    text-transform: uppercase;
}

.module .learn-more {
    position: relative;
    overflow: hidden;
    padding-left: 13.33vw;
    height: 42.00vw;
    color: var(--text2)
}

.module .learn-more-content {
    position: relative;
    z-index: 1;
}

.module .img-1 {
    position: absolute;
    width: 100vw;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.module .about-company {
    position: relative;
    background-color: var(--background);
    padding-left: 13.23vw;
    padding-top: 4.8vw
}

.module .about-company-heading {
    margin-bottom: 1vw
}

.module .textRow {
    padding-left: 15px;
    width: 100%
}

.module .col-4-text {
    position: absolute;
    left: 1.3vw;
    bottom: -0.5vw;
}

.module .module-img-1 {
    position: absolute;
    width: 43.28vw
}

.module .comfort {
    position: relative;
    margin-top: 12.24vw;
}

.module .divider {
    background-color: var(--text1);
    height: 0.83vw;
    border-radius: 1vw;
    width: 3.23vw;
    margin-top: 2.97vw
}

.module .long {
    width: 37.29vw;
    margin-bottom: 5.1vw;
    margin-top: 0
}

.module .left-col {
    width: 49.69vw
}

.module .with-cols {
    padding-left: 13.9vw;
    margin-top: 2.7vw;
}

.module .production {
    position: relative;
    margin-top: 2.3vw;
    margin-left: 13.23vw;
    margin-bottom: 2vw;
}

.module .rectangle1 {
    position: relative;
    background-color: var(--background);
    height: 18.96vw;
    margin-bottom: 19.74vw;
}

.module .big-module-img {
    position: absolute;
    z-index: 3;
}

.module .learn-more-button-2 {
    background-color: var(--text1);
    border-color: var(--text1);
    color: var(--text2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 1vw;
}

.module .learn-more-button-2:hover {
    box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
    color: var(--text2);
    border-color: var(--text2);
}

/***parts*******************************************************************************************************************************/

:root {
    --text1: black;
    --text2: white;
    --background1: #d9d9d9;
    --background2: #2760ab;
}

@media (max-width: 991px) {
    .parts .wrap {
        display: none;
    }

    .parts .flex-container2 {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .parts h1 {
        font-size: 5vw;
        margin-top: -2vw;
        margin-bottom: 0;
    }

    .parts h2 {
        font-size: 4vw;
    }

    .parts h3 {
        font-size: 3vw;
    }

    .parts h4 {
        font-size: 2vw;
    }

    .parts .text {
        font-size: 3.5vw;
        line-height: 4vw;
    }

    .parts .learn-more {
        padding-top: 10vw;
    }

    .parts .learn-more-button {
        font-size: 2vw;
        line-height: 1vw;
        color: var(--text2) !important;
        align-items: center;
        cursor: pointer;
        padding: 15px;
        margin-top: 10px;
    }

    .parts .about-company {
        height: fit-content;
        width: 73vw;
    }

    .parts .about-company-text {
        font-size: 2.5vw;
    }

    .parts .cards {
        margin: 30vw 13vw 7.5vw 13vw;
    }

    .parts .card1 {
        height: 40vw
    }

    .parts .card2 {
        height: 30%
    }

    .parts .card3 {
        height: 69%
    }

    .parts .card4,
    .parts .card5,
    .parts .card6,
    .parts .card7,
    .parts .card8 {
        height: 20vw
    }

    .parts .card1,
    .parts .cards-col,
    .parts .card4,
    .parts .card5 {
        width: 49.5%
    }

    .parts .card6 {
        width: 100%
    }

    .parts .card7 {
        width: 60%
    }

    .parts .card8 {
        width: 39%
    }

    .parts .partners-text {
        width: 100%
    }
}


@media (min-width: 991px) {
    .parts h1 {
        font-size: 5vw;
    }

    .parts h2 {
        font-size: 1.88vw;
    }

    .parts h3 {
        font-size: 1.25vw;
        margin: 0;
    }

    .parts h4 {
        font-size: 0.83vw;
    }

    .parts .text {
        font-size: 0.83vw;
        line-height: 1.14vw;
    }

    .parts .learn-more {
        padding-top: 16.3vw;
    }

    .parts .learn-more-button {
        width: 13.9vw;
        height: 3.39vw;
        font-size: 1vw;
        color: var(--text2) !important;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .parts .about-company {
        height: 26.51vw;
        width: 31.93vw;
    }

    .parts .cards {
        margin: 11.41vw 13vw 7.5vw 13vw;
    }

    .parts .cards-col {
        width: 25.19%;
    }

    .parts .card1,
    .parts .card4,
    .parts .card5 {
        height: 18.96vw
    }

    .parts .card2 {
        height: 6.56vw
    }

    .parts .card3 {
        height: 11.82vw;
    }

    .parts .card6,
    .parts .card7,
    .parts .card8 {
        height: 8.75vw;
    }

    .parts .card1 {
        width: 26.68%
    }

    .parts .card4 {
        width: 19.04%
    }

    .parts .card5 {
        width: 25.5%
    }

    .parts .card6 {
        width: 37.15%
    }

    .parts .card7 {
        width: 40.55%
    }

    .parts .card8 {
        width: 20%
    }

    .parts .partners-text {
        width: 42vw
    }
}

.parts .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.parts .learn-more {
    position: relative;
    overflow: hidden;
    padding-left: 13.33vw;
    height: 38.93vw;
    color: var(--background2)
}

.parts .learn-more h1 {
    text-shadow: 0 0 7px white;
}

.parts .learn-more-content {
    position: relative;
    z-index: 1
}

.parts .learn-more-button {
    background-color: var(--background2);
    border-color: var(--background2);
    color: var(--text2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-family: Inter;
    border-radius: 1vw;
}

.parts .learn-more-button:hover {
    box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
    color: var(--text2);
    border-color: var(--text2);
}

.parts .parts-img-1 {
    position: absolute;
    z-index: 0;
    top: -2.79vw;
    right: 2.14vw;
    width: 58.49vw;
}

.parts .banner {
    position: relative;
}

.parts .about-company {
    position: absolute;
    top: 4.95vw;
    right: 13.39vw;
    background-color: var(--background1);
    border-color: var(--background1);
    border-radius: 1.93vw;
    padding: 8.9vw 4.06vw;
    text-align: center;
}

.parts .space {
    height: 1.5vw;
}

.parts .banner-img {
    width: 100%;
}

.parts .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 0.47vw 0.625vw;
}

.parts .cards-col {
    display: flex;
    flex-direction: column;
    gap: 0.47vw 0.625vw;
}

.parts .card1,
.parts .card2,
.parts .card3,
.parts .card4,
.parts .card7,
.parts .card8 {
    background-color: var(--background1);
    border-color: var(--background1);
    border-radius: 1.93vw;
    padding: 1.8vw 2.1vw;
    display: flex;
    align-items: flex-end;
}

.parts .card5,
.parts .card6 {
    background-color: var(--background2);
    border-color: var(--background2);
    color: var(--text2);
    border-radius: 1.93vw;
    padding: 1.8vw 2.1vw;
    display: flex;
    align-items: flex-end;
}

.parts .partners {
    position: relative;
    margin: 7.5vw 20.21vw 5.21vw 14.38vw;
}

.parts .partner-logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 15.63vw
}

/****pemco***************************************************************************************************************************************************/

@media (max-width: 900px) {
    .pemco h3 {
        margin-top: 4vw;
    }

    .pemco .pemco-logo {
        width: 20vw;
    }

    .pemco .banner-text {
        padding-left: 11.56vw;
        padding-top: 13vw;
        width: 55.63vw;
    }

    .pemco .banner-heading {
        margin: 0;
    }

    .pemco .buyButton {
        background-color: #f6ae36;
        border-color: #f6ae36;
        color: #442814;
        padding: 15px;
        margin-top: 10px;
    }

    .pemco .textRow {
        width: 100%;
        padding: 5.52vw 0 4.17vw 13.23vw;
    }

    .pemco .col1,
    .pemco .col2 {
        width: fit-content;
        margin-right: 0;
        margin-left: 15px;
    }

    .pemco .pemco-text-small {
        font-size: 2vw;
        margin-top: 3.96vw;
    }

    .pemco .about-brand {
        margin-right: 9.81vw;
    }

    .pemco .about-brand-col,
    .pemco .about-brand,
    .pemco .about-brand-row {
        width: 100%;
    }

    .pemco .space {
        display: none
    }

    .pemco .left-col {
        margin-right: 5vw;
    }

    .pemco .right-col {
        margin-right: 5vw;
    }

    .pemco .spacing {
        display: none;
    }
}

@media (min-width: 901px) {
    .pemco h1 {
        margin-bottom: 0;
    }

    .pemco .pemco-logo {
        width: 24.58vw;
    }

    .pemco .banner-text {
        padding-left: 12.66vw;
        padding-top: 19.84vw;
        width: 50.63vw;
    }

    .pemco .banner-heading {
        margin-left: 0.6vw;
        margin-top: -0.3vw;
    }

    .pemco .buyButton {
        margin-top: 1.5vw;
        margin-left: 0.6vw;
        background-color: #f6ae36;
        border-color: #f6ae36;
        color: #442814;
        padding: 0;
    }

    .pemco .textRow {
        width: 100%;
        padding-left: 14.28vw;
        padding-top: 6.98vw;
        padding-bottom: 5.2vw;
    }

    .pemco .text {
        width: 30.75vw;
    }

    .pemco .heading {
        margin-bottom: 0.83vw;
    }

    .pemco .pemco-text-small {
        font-size: 16px;
        line-height: 16px;
        margin-top: 5.7vw;
    }

    .pemco .about-brand-row {
        padding-bottom: 6.56vw;
    }

    .pemco .about-brand {
        width: 30.4vw;
        margin-right: 9.81vw;
        position: absolute;
        bottom: 0;
    }

    .pemco .about-brand-col {
        width: 20.8vw;
    }

    .pemco .left-col {
        position: relative;
        width: 32.81vw;
    }

    .pemco .right-col {
        width: 30.4vw;
        margin-left: 0.99vw;
    }

    .pemco .text-bold {
        width: 29vw;
    }

    .pemco .composition {
        bottom: 25.85vw;
        right: -23.6vw;
        transform: rotate(90deg);
    }

    .pemco .space {
        height: 6vw
    }
}

@media (min-width: 901px) and (max-width: 1300px) {
    .pemco .col1 {
        width: 100%;
        margin-left: 15px;
    }

    .pemco .col2 {
        width: 100%;
        margin-left: 15px;
    }

    .pemco .list-to-wrap {
        width: 30vw;
    }

}

@media (min-width: 1301px) {
    .pemco .col1 {
        width: 12.5vw;
        margin-right: 5.1vw;
        margin-left: 15px;
        margin-bottom: 12vw;
    }

    .pemco .col2 {
        width: 12.5vw;
    }

    .pemco .textColumn {
        width: 12.4vw;
    }

    .pemco .list-to-wrap {
        width: 23.44vw;
    }

    .pemco .spacing {
        display: none;
    }
}

.pemco #banner {
    background-color: #442814;
}

.pemco .pemco-text-small {
    font-family: Inter;
    font-weight: 400;
}

.pemco .buyButton:hover {
    box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
    background: #f6ae36;
}

.pemco .banner-heading {
    color: #f6ae36;
}

.pemco .pemco-img-1 {
    position: absolute;
    top: -5.9vw;
    right: 8.65vw;
    width: 46.67vw;
}

.pemco .rectangle9 {
    margin-bottom: 11.15vw;
    background: #442814
}

.pemco .composition {
    width: 67.7vw;
}

.pemco .pemco-img-2 {
    position: absolute;
    top: 6.3vw;
    right: 16.4vw;
    width: 9.48vw;
    transform: rotate(-90deg);
}

/***tyres****************************************************************************************************************************************/


.tyres {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    /*overflow-x: hidden;*/
}

.tyres ._1140 .custom {
    margin-left: -15px;
}

.tyres .block_1 .box-1 {
    width: 1440px;
    height: 462px;
    background: #d9d9d9;
    display: flex;
    flex-direction: row;
    z-index: 1;
}

.tyres .block_1 .box-1 .text-container {
    margin-left: 140px;
    margin-top: 169px;
}

.tyres .block_1 .box-1 .text-container h2 {
    color: #000000;
    font-family: Inter;
    font-size: 96px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.tyres .block_1 .box-1 .text-container button {
    display: flex;
    width: 143px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #ffffff;
    background: #000000;
    margin-top: 62px;
    color: #ffffff;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    transition: background-color 0.3s;
}

.tyres .block_1 .box-1 .text-container button:hover {
    background-color: #646262;
}


.tyres .block_1 .box-1 img {
    margin-left: 17px;
}

.tyres .block_1 .box-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.tyres .block_1 .box-2 .box {
    z-index: 2;
    width: 364px;
    height: 472px;
    border-radius: 50px;
    background: #d9d9d9;
    box-shadow: 9px -5px 10px 0px rgba(0, 0, 0, 0.25);
    margin-top: -15px;
    display: flex;
    flex-direction: column;
}

.tyres .block_1 .box-2 .box:nth-child(1) {
    margin-right: 40px;
}

.tyres .block_1 .box-2 .box:nth-child(3) {
    margin-left: 40px;
}

.tyres .block_1 .box-2 img {
    z-index: 3;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.tyres .block_1 .box-2 img:nth-child(1) {
    width: 215px;
    height: 313px;
}

.tyres .block_1 .box-2 img:nth-child(2) {
    width: 250px;
    height: 316px;
}

.tyres .block_1 .box-2 img:nth-child(3) {
    width: 228px;
    height: 306px;
}

.tyres .block_1 .box-2 .box h2 {
    color: #121212;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 40px;
    z-index: 3;
    text-align: center;
}

.tyres .block_1 .box-3 {
    display: flex;
    flex-direction: row;
    margin-top: 115px;
}

.tyres .block_1 .box-3 .box {
    width: 860px;
    height: 315px;
    background: #d9d9d9;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.tyres .block_1 .box-3 .box h1 {
    color: #121111;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-left: 140px;
    padding-top: 21px;
    width: 225px;
    white-space: nowrap;
}

.tyres .block_1 .box-3 .box h2 {
    color: #121212;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 140px;
    padding-top: 30px;
    width: 641px;
    white-space: nowrap;
}

.tyres .block_1 .box-3 .box h3 {
    color: #121212;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 140px;
    padding-top: 30px;
    width: 641px;
    white-space: nowrap;
}

.tyres .block_1 .box-3 .box h4 {
    color: #121212;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 140px;
    padding-top: 30px;
    width: 615px;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .tyres .block_1 .box-3 .box h1 {
        width: 425px;
    }
    .tyres .block_1 .box-3 .box h2 {
        width: 541px;
        white-space: normal;
    }
    .tyres .block_1 .box-3 .box h3 {
        width: 541px;
        white-space: normal;
    }
    .tyres .block_1 .box-3 .box h4 {
        width: 715px;
        white-space: normal;
    }
}

.tyres .block_1 .box-3 img {
    margin-top: -30px;
    display: block;
}

.tyres .block_1 .box-3 .mobile {
    display: none;
}

.tyres .block_2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.tyres .block_1 .box-4 {
    padding-top: 78px;
}

.tyres .block_1 .box-4 .image-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: -15px;
}

.tyres .block_1 .box-4 .image-container img {
    margin-top: -25px;
}

.tyres .block_1 .box-4 .image-container .line-1 {
    width: 472.478px;
    height: 2px;
    background: #e53339;
    margin-right: 108px;
}

.tyres .block_1 .box-4 .image-container .line-2 {
    width: 463px;
    height: 2px;
    background: #e53339;
    margin-left: 108px;
}

.tyres .block_2 .box-1 {
    max-width: 1440px;
    width: 100%;
}

.tyres .block_2 .box-1 h2 {
    color: #0f0e0e;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 17px;
    text-align: center;
}

.tyres .block_2 .box-1 h3 {
    color: #000000;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 62px;
    padding-left: 140px;

}

.tyres .block_2 .box-2 {
    display: flex;
    flex-direction: row;
    padding-top: 43px;
}

.tyres .block_2 .box-2 .box {
    width: 261px;
    height: 176px;
    border: 1px solid #c9c9c9;
    background: #ffffff;
}

.tyres .block_2 .box-2 .box .box-in {
    display: flex;
    flex-direction: row;
}

.tyres .block_2 .box-2 .box .box-in img {
    padding-top: 45px;
    padding-left: 28px;
}

.tyres .block_2 .box-2 .box .box-in h2 {

    color: #000000;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 44px;
    padding-left: 5px;
    text-transform: uppercase;
    white-space: nowrap;
}

.tyres .block_2 .box-2 .box button {
    display: flex;
    width: 200px;
    padding: 12px 77px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #e53339;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #e53339;
    background: rgba(229, 51, 57, 0.00);
    margin-left: 28px;
    margin-top: 20px;
    white-space: nowrap;
    transition: background-color 0.3s, color 0.3s; /* Анимация перехода */
    text-decoration: none !important;
}


.tyres .block_2 .box-2 .box button:hover {
    background-color: #e53339; /* Цвет фона при наведении */
    color: #ffffff !important; /* Цвет текста при наведении */
}


.tyres .block_2 .box-2 .box button:hover {
    background-color: #e53339;
    color: #ffffff;
}

.tyres .block_2 .box-3 .container-1 {
    display: flex;
    flex-direction: column;
}

.tyres .block_2 .box-3 .container-1 .container-2 {
    display: flex;
    flex-direction: row;
    padding: 0 0 0 0;
}

.tyres .block_2 .box-3 .container-1 .container-2 img:nth-child(1) {
    margin-top: 72px;
    width: 278px;
    height: 189px;
}

.tyres .block_2 .box-3 .container-1 .container-2 .image-container {
    display: flex;
    flex-direction: row;
}

.tyres .block_2 .box-3 .container-1 .container-2 .image-container img:first-child {
    margin-top: 85px;
    width: 486px;
    height: 377px;
    margin-left: 76px;
    z-index: 1;
}

.tyres .block_2 .box-3 .container-1 .container-2 .image-container img:last-child {
    z-index: 2;
    margin-left: -165px;
    margin-top: 212px;
}

.tyres .block_2 .box-3 .container-1 .container-2 .text-container {
    display: flex;
    flex-direction: column;
    margin-left: -110px;
}

.tyres .block_2 .box-3 .container-1 .container-2 .text-container h1 {
    color: #000000;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
    height: 72px;
    margin-top: 153px;
}

.tyres .block_2 .box-3 .container-1 .container-2 .text-container h1 span {
    color: #a40303;
}

.tyres .block_2 .box-3 .container-1 .container-2 .text-container h2 {
    color: #000000;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
    height: 90px;
    margin-top: 62px;
}

.tyres .block_2 .box-3 .container-1 .container-3 {
    display: flex;
    flex-direction: row;
}

.tyres .block_2 .box-3 .container-1 .container-3 img:nth-child(1) {
    z-index: 2;
    margin-top: 195px;
    width: 278px;
    height: 189px;
}

.tyres .block_2 .box-3 .container-1 .container-3 img:nth-child(2) {
    z-index: 1;
    margin-left: -123px;
    width: 675px;
    height: 314px;
}

.tyres .block_2 .box-3 .container-1 .container-3 h2 {
    color: #000000;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 144px;
    margin-top: 75px;
    margin-left: 46px;
    white-space: nowrap;
}

.tyres .block_2 .box-3 .container-1 .container-3 h2 span {
    color: #920000;
}

.tyres .block_2 .box-3 .container-1 .container-4 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 15px;
}

.tyres .block_2 .box-3 .container-1 .container-4 .image-container {
    display: flex;
    flex-direction: row;
}

.tyres .block_2 .box-3 .container-1 .container-4 .image-container .line-1 {
    width: 472.478px;
    height: 2px;
    background: #e53339;
    margin-right: 108px;
}

.tyres .block_2 .box-3 .container-1 .container-4 .image-container .line-2 {
    width: 463px;
    height: 2px;
    background: #e53339;
    margin-left: 108px;
}

.tyres .block_2 .box-3 .container-1 .container-4 .image-container img {
    margin-top: -25px;
}

.tyres .block_3 {
    width: 100%;
    max-width: 1440px;
    display: flex;
    padding-left: 145px;
    padding-top: 54px;
}

.tyres .block_3 .graybox-content {
    display: flex;
    flex-direction: column;
}

.tyres .block_3 .graybox-content .text h2 {
    color: #000000;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: -21px;
}

.tyres .block_3 .graybox-content .graybox-container {
    display: flex;
    flex-direction: row;
    margin-left: -40px;
}

.tyres .block_3 .graybox-content .graybox-container .graybox {
    display: flex;
    flex-direction: row;
    width: 260px;
    height: 130px;
    border-radius: 14px;
    background: #d9d9d9;
    margin-top: 45px;
    margin-left: 40px;
}

.tyres .block_3 .graybox-content .graybox-container .graybox h2 {
    color: #000000;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 96px;
    height: 30px;
    margin-top: 49px;
    margin-left: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
}

.tyres .block_3 .graybox-content .graybox-container .graybox img {
    width: 100.585px;
    height: 100px;
    margin-left: 32px;
    margin-top: 13px;
}

.tyres .block_3 .graybox-content .service button {
    width: 300px;
    height: 45px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid #6c6b6b;
    background: #e53339;
    color: #ffffff;
    margin-top: 42px;
    text-transform: uppercase;
    transition: background-color 0.3s;
}

.tyres .block_3 .graybox-content .service button:hover {
    color: #e53339;
    background-color: #ffffff;
}

.tyres .block_4 {
    padding-left: 145px;
    display: flex;
    flex-direction: column;
}

.tyres .block_4 h2 {
    width: 143px;
    color: #000000;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 3px;
    margin-top: 25px;
}

.tyres .block_4 .image-container-1 {
    display: flex;
    flex-direction: row;
    margin-top: 27px;
}

.tyres .block_4 .image-container-1 img:nth-child(2) {
    margin-left: 9px;
}

.tyres .block_4 .image-container-1 img:nth-child(3) {
    margin-left: 8px;
}

.tyres .block_4 .image-container-2 {
    display: flex;
    flex-direction: row;
    margin-top: 7px;
}

.tyres .block_4 .image-container-2 img:nth-child(2) {
    margin-left: 6px;
}

.tyres .block_4 .image-container-2
.tyres .block_4 .image-container-3 {
    display: flex;
    flex-direction: row;
}

.tyres .block_4 .image-container-3 {
    margin-top: 5px;
}

.tyres .block_4 .image-container-3 img:nth-child(2) {
    margin-left: 4px;
}

.tyres .block_4 .image-container-3 img:nth-child(3) {
    margin-left: 2px;
}

.tyres .block_5 {
    margin-top: 46px;
}

.tyres .block_5 h2 {
    padding-left: 145px;
    color: #000000;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.tyres .block_5 .partners {
    margin-top: 26px;
}

.tyres .block_5 .partners .two {
    position: relative;
    left: -24px;
}

.tyres .block_5 .partners .three {
    position: relative;
    left: -4px;
    width: 80%;
}

.tyres .block_5 .partners .three img {
    width: 80%;
}

.tyres .block_5 .partners .four {
    position: relative;
    left: -15px;
}

.tyres .block_5 .partners .four img {
    width: 80%;
}

.tyres .block_5 .partners .five img {
    width: 90%;
}

.tyres .block_5 .partners .seven img {
    width: 90%;
}

.tyres .block_5 .partners .eight img {
    width: 90%;
}


.tyres .slick-track {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tyres .slick-track .slick-slide {

}

.tyres .slick-dots li {
    border: 1px solid #000000;
    background: #ffffff;
    overflow: hidden;
    border-radius: 100%;
}

.tyres .slick-dots li button {
    width: 100%;
    height: 100%;
    margin: 0;
    background: transparent;
}

.tyres .slick-dots li.slick-active {
    background: #000000;
}

.tyres .slick-dots {
    bottom: -40px;
}

.tyres footer {
    height: 193px;
    background-color: #2b2b30;
}

.slick-slide img {
    margin: 0 auto;
}

.slick-dotted.slick-slider {
    margin-bottom: 40px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}


@media (max-width: 1280px) {
    .tyres {
        overflow-x: hidden;
    }

    .tyres .block_1 .box-1 {
        width: 1280px;
    }

    .tyres .block_1 .box-1 .text-container {
        margin-left: 75px;
    }

    .tyres .block_1 .box-3 .box h1 {
        margin-left: -120px;
        font-size: 30px;
    }

    .tyres .block_1 .box-3 .box h2 {
        margin-left: -120px;
        font-size: 13px;
    }

    .tyres .block_1 .box-3 .box h3 {
        margin-left: -120px;
        font-size: 13px;
    }

    .tyres .block_1 .box-3 .box h4 {
        margin-left: -120px;
        font-size: 13px;
    }

    .tyres .block_2 .box-2 .box .box-in h2 {
        margin-top: 5px;
    }

    .tyres .block_2 .box-1 h3 {
        margin-left: -85px;
    }

    .tyres .block_2 .box-3 .container-1 .container-2 img:nth-child(1) {
        width: 240px;
        height: 168px;
    }

    .tyres .block_2 .box-3 .container-1 .container-2 .image-container img:last-child {
        width: 240px;
        height: 168px;
        position: relative;
        left: 56px;
        top: 110px;
    }

    .tyres .block_2 .box-3 .container-1 .container-3 img:nth-child(1) {
        width: 240px;
        height: 168px;
        margin-top: 180px;
    }

    .tyres .block_2 .box-3 .container-1 .container-3 img:nth-child(2) {
        width: 600px;
        height: 279px;
    }

    .tyres .block_2 .box-3 .container-1 .container-2 .image-container img:first-child {
        width: 432px;
        height: 335px;
        margin-left: 62px;
    }

    .tyres .block_2 .box-3 .container-1 .container-2 .text-container {
        margin-left: -100px;
        margin-top: -13px;
    }

    .tyres .block_2 .box-3 .container-1 .container-2 .text-container h1 {
        font-size: 13px;
    }

    .tyres .block_2 .box-3 .container-1 .container-2 .text-container h2 {
        font-size: 13px;
    }

    .tyres .block_2 .box-3 .container-1 .container-3 h2 {
        font-size: 13px;
    }

    .tyres .block_4 .image-container-1 img:nth-child(1) {
        width: 264px;
        height: 152px;
    }

    .tyres .block_4 .image-container-1 img:nth-child(2) {
        width: 441px;
        height: 152px;
    }

    .tyres .block_4 .image-container-1 img:nth-child(3) {
        width: 309px;
        height: 152px;
    }

    .tyres .block_4 .image-container-2 img:nth-child(1) {
        width: 565px;
        height: 229px;
    }

    .tyres .block_4 .image-container-2 img:nth-child(2) {
        width: 460px;
        height: 229px;
    }

    .tyres .block_4 .image-container-3 img:nth-child(1) {
        width: 272px;
        height: 129px;
    }

    .tyres .block_4 .image-container-3 img:nth-child(2) {
        width: 286px;
        height: 129px;
    }

    .tyres .block_4 .image-container-3 img:nth-child(3) {
        width: 460px;
        height: 129px;
        margin-left: 0px;
    }



    .tyres .block_5 h2 {
        margin-left: -45px;
    }
}


@media (max-width: 1024px) {
    .tyres {
        overflow-x: hidden;
    }

    .tyres .block_1 .box-1 {
        width: 1024px;
        height: 462px;
    }

    .tyres .block_1 .box-1 img {
        margin-left: 17px;
        width: 630px;
        height: 410px;
        margin-top: 51px;
    }

    .tyres .block_1 .box-1 .text-container h2 {
        font-size: 64px;
    }

    .tyres .block_1 .box-1 .text-container {
        margin-left: 81px;
        margin-top: 230px;
    }

    .tyres .block_1 .box-3 .box {
        width: 635px;
        height: 315px;
    }

    .tyres .block_1 .box-3 img {
        width: 520px;
        margin-top: -5px;
        margin-left: -130px;
        z-index: 2;
    }

    .tyres .block_1 .box-3 .box h1 {
        margin-left: -110px;
        font-size: 28px;
    }

    .tyres .block_1 .box-3 .box h2 {
        margin-left: -110px;
        font-size: 10px;
    }

    .tyres .block_1 .box-3 .box h3 {
        margin-left: -110px;
        font-size: 10px;
    }

    .tyres .block_1 .box-3 .box h4 {
        margin-left: -110px;
        font-size: 10px;
    }

    .tyres .block_2 .box-1 h3 {
        margin-left: -97px;
    }

    .tyres .block_2 .box-2 .box .box-in h2 {
        font-size: 24px;
        margin-top: 5px;
    }

    .tyres .block_2 .box-2 .box {
        width: 224px;
    }

    .tyres .block_2 .box-2 .box button {
        width: 160px;
        padding: 7px 20px;
    }

    .tyres .block_2 .box-2 .box:nth-child(4) .box-in {
        margin-left: -15px;
    }

    .tyres .block_2 .box-3 .container-1 .container-2 .image-container img:first-child {
        width: 345px;
        height: 268px;
        margin-left: 2px;
        margin-top: 89px;
    }

    .tyres .block_2 .box-3 .container-1 .container-3 img:nth-child(2) {
        width: 479px;
        height: 224px;
        margin-left: -78px;
    }

    .tyres .block_2 .box-3 .container-1 .container-2 img:nth-child(1) {
        width: 197px;
        height: 134px;
    }

    .tyres .block_2 .box-3 .container-1 .container-2 .image-container img:last-child {
        width: 197px;
        height: 134px;
        margin-left: -118px;
        position: relative;
        top: 62px;
    }

    .tyres .block_2 .box-3 .container-1 .container-3 img:nth-child(1) {
        width: 197px;
        height: 134px;
        margin-top: 150px;
    }

    .tyres .block_2 .box-3 .container-1 .container-2 .text-container {
        display: flex;
        flex-direction: column;
        margin-left: -75px;
        margin-top: -20px;
    }

    .tyres .block_2 .box-3 .container-1 .container-2 .text-container h1 {
        font-size: 12px;
        margin-top: 145px;
    }

    .tyres .block_2 .box-3 .container-1 .container-2 .text-container h2 {
        font-size: 12px;
        margin-top: 15px;
    }

    .tyres .block_2 .box-3 .container-1 .container-3 h2 {
        font-size: 12px;
        margin-top: 40px;
    }

    .tyres .block_2 .box-3 .container-1 .container-4 .image-container .line-1 {
        width: 382px;
    }

    .tyres .block_2 .box-3 .container-1 .container-4 .image-container .line-2 {
        width: 382px;
    }

    .tyres .block_3 .graybox-content .graybox-container .graybox {
        width: 210px;
        height: 110px;
    }

    .tyres .block_3 .graybox-content .graybox-container .graybox h2 {
        font-size: 10px;
    }

    .tyres .block_3 .graybox-content .graybox-container .graybox img {
        width: 70.6px;
        height: 70px;
        margin-left: 17px;
        margin-top: 27px;
    }

    .tyres .block_3 {
        margin-left: -110px;
    }


    .tyres .block_4 {
        margin-left: -110px;
    }

    .tyres .block_4 .image-container-1 img:nth-child(1) {
        width: 212px;
        height: 121px;
    }

    .tyres .block_4 .image-container-1 img:nth-child(2) {
        width: 353px;
        height: 121px;
    }

    .tyres .block_4 .image-container-1 img:nth-child(3) {
        width: 247px;
        height: 121px;
    }

    .tyres .block_4 .image-container-2 img:nth-child(1) {
        width: 453px;
        height: 183px;
    }

    .tyres .block_4 .image-container-2 img:nth-child(2) {
        width: 370px;
        height: 183px;
    }

    .tyres .block_4 .image-container-3 img:nth-child(1) {
        width: 217px;
        height: 104px;
    }

    .tyres .block_4 .image-container-3 img:nth-child(2) {
        width: 226px;
        height: 104px;
    }

    .tyres .block_4 .image-container-3 img:nth-child(3) {
        width: 275px;
        height: 104px;
        margin-left: 1px;
        margin-top:1px;
    }

    .tyres .block_5 h2 {
        margin-left: -70px;
    }
}

@media (min-width: 390px) and (max-width: 420px) {
    .tyres {
        overflow-x: hidden;
    }

    .tyres .block_1 .box-1 {
        min-width: 376px;
        max-width: 420px;
        width: 100%;
        height: 150px;
        margin-top: 100px;
    }

    .tyres .block_1 .box-1 .text-container h2 {
        color: #000000;
        font-family: Inter;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        margin-left: 1px;
        margin-top: 1px;
    }

    .tyres .block_1 .box-1 .text-container button {
        color: #ffffff;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        display: flex;
        width: 109px;
        height: 29px;
        padding: 8px 12px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-left: 1px;
        margin-top: 1px;
    }

    .tyres .block_1 .box-1 img {
        width: 191px;
        height: 147px;
        margin-left: 16px;
        margin-top: 3px;
    }

    .tyres .block_1 .box-1 .text-container {
        margin-left: 15px;
        margin-top: 51px;
    }

    .tyres .block_1 .box-2 .box {
        width: 110px;
        height: 120px;
        border-radius: 14px;
        background: #d9d9d9;
        box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.25), -3px -1px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .tyres .block_1 .box-2 .box:nth-child(1) {
        margin-right: 8px;
    }

    .tyres .block_1 .box-2 .box:nth-child(3) {
        margin-left: 8px;
    }

    .tyres .block_1 .box-2 img:nth-child(1) {
        width: 69px;
        height: 82px;
        margin-top: 1px;
    }

    .tyres .block_1 .box-2 img:nth-child(2) {
        width: 69px;
        height: 82px;
        margin-top: 1px;
    }

    .tyres .block_1 .box-2 img:nth-child(3) {
        width: 69px;
        height: 82px;
        margin-top: 1px;
    }

    .tyres .block_1 .box-2 .box h2 {
        color: #121212;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-left: 1px;
        margin-top: 1px;
    }

    .tyres .block_1 .box-3 {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

    .tyres .block_1 .box-3 .box {
        min-width: 376px;
        max-width: 420px;
        width: 100%;
        height: 360px;
        z-index: 1;
    }

    .tyres .block_1 .box-3 .mobile {
        display: block;
        width: 325px;
        height: 185px;
        margin-right: auto;
        margin-left: auto;
        z-index: 2;
        margin-bottom: -126px;
    }

    .tyres .block_1 .box-3 img {
        display: none;
    }

    .tyres .block_1 .box-3 .box h1 {
        font-size: 18px;
        margin-left: -20px;
        margin-right: auto;
        margin-top: 110px;
    }

    .tyres .block_1 .box-3 .box h2 {
        font-size: 10px;
        margin-left: -100px;
        white-space: normal;
    }

    .tyres .block_1 .box-3 .box h3 {
        font-size: 10px;
        margin-left: -100px;
        white-space: normal;
    }

    .tyres .block_1 .box-3 .box h4 {
        font-size: 10px;
        margin-left: -100px;
        white-space: normal;
    }

    .tyres .block_1 .box-3 .box h2 {
        display: none;
    }

    .tyres .block_1 .box-3 .box h3 {
        display: none;
    }

    .tyres .block_1 .box-3 .box h4 {
        display: none;
    }

    .tyres .block_1 .box-3 .box h5 {
        display: block !important;
        color: #121212;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        width: 300px;
        margin: 0 auto;
        padding-top: 6px;
        white-space: nowrap;
    }

    .tyres .block_1 .box-3 .box h6 {
        display: block !important;
        color: #121212;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        width: 300px;
        padding-top: 14px;
        margin: 0 auto;
        white-space: nowrap;
    }

    .tyres .block_1 .box-3 .box p {
        display: block !important;
        color: #121212;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        width: 300px;
        padding-top: 10px;
        margin: 0 auto;
        white-space: nowrap;
    }

    .tyres .block_1 .box-4 {
        padding-top: 45px;
    }

    .tyres .block_1 .box-4 .image-container .line-1 {
        margin-right: 20px;
    }

    .tyres .block_1 .box-4 .image-container .line-2 {
        margin-left: 20px;
    }

    .tyres .block_2 .box-1 h2 {
        font-size: 14px;
    }

    .tyres .block_2 .box-1 h3 {
        font-size: 12px;
        margin-left: 10px;
        padding-left: 1px;
        margin-top: -40px;
    }

    .tyres .block_2 .box-2 .box {
        width: 160px;
        height: 110px;
        border: 1px solid #c9c9c9;
        background: #ffffff;
    }

    .tyres .block_2 .box-2 .box button {
        display: flex;
        width: 112px;
        height: 26px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border: 1px solid #e53339;
        background: rgba(229, 51, 57, 0.00);
        margin-left: 27px;
        margin-top: 5px;
    }

    .tyres .block_2 .box-2 .box button a {
        color: #e53339;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .tyres .block_2 .box-2 .box .box-in h2 {
        font-size: 15px;
        margin-top: 3px;
    }

    .tyres .block_2 .box-2 .box .box-in img {
        width: 30%;
    }

    .tyres .block_2 .box-2 .box:nth-child(4) img {
        width: 27%;
    }

    .tyres .block_2 .box-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-left: 0px;
        padding-left: 15px;
        margin-top: 0px;
        padding-top: 8px;
    }

    .tyres .block_2 .box-2 .box .box-in {
        margin-left: 11px;
        margin-top: 0px;
        padding-left: 0px;
        padding-top: 0px;
    }

    .tyres .block_2 .box-2 .box .box-in img {
        padding-top: 40px;
        padding-left: 19px;
    }


    .container_1_mobile {
        display: flex !important;
        flex-direction: column;
        margin-top: 25px;
    }

    .tyres .block_2 .container_1_mobile img:nth-child(1) {
        width: 81.978px;
        height: 58.074px;
        z-index: 1;
        margin-bottom: -45px;
    }

    .tyres .block_2 .container_1_mobile img:nth-child(2) {
        max-width: 370px;
        width: 100%;
        margin: 0 auto;
        z-index: 0;
    }

    .tyres .block_2 .container_1_mobile h1 {
        color: #000000;
        font-family: Montserrat;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 297px;
        margin-left: 25px;
        margin-top: 13px;
        white-space: nowrap;
    }

    .tyres .block_2 .container_1_mobile h1 span {
        color: #a40303;
    }

    .tyres .block_2 .container_1_mobile h2 {
        color: #000000;
        font-family: Montserrat;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 288px;
        margin-left: 25px;
        margin-top: 15px;
        white-space: nowrap;
    }

    .tyres .block_2 .container_1_mobile .tyres {
        max-width: 370px;
        width: 100%;
        height: 193px;
        margin: 0 auto;
        z-index: 0;
        padding-top: 10px;
    }

    .tyres .block_2 .container_1_mobile .redbox {
        width: 75.757px;
        height: 46.154px;
        z-index: 1;
        margin-top: -30px;
        float: right;
        display: flex;
        justify-content: flex-end;
    }

    .tyres .block_2 .container_1_mobile h3 {
        color: #000000;
        font-family: Montserrat;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 300px;
        margin-left: 25px;
        white-space: nowrap;
    }

    .tyres .block_2 .container_1_mobile h3 span {
        color: #920000;
    }

    .tyres .block_2 .container_1_mobile .image-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-left: -15px;
        margin-top: 30px;
    }

    .tyres .block_2 .container_1_mobile .image-container .line-1 {
        margin-right: 20px;
        width: 472.478px;
        height: 2px;
        background: #e53339;
    }

    .tyres .block_2 .container_1_mobile .image-container img {
        margin-top: -25px;
        width: 51px !important;
        height: 50px !important;
        margin-left: 0px;
    }

    .tyres .block_2 .container_1_mobile .image-container .line-2 {
        width: 463px;
        height: 2px;
        background: #e53339;
        margin-left: 20px;
    }

    .tyres .block_3_mobile {
        display: flex;
        flex-direction: column;
    }

    .tyres .block_3_mobile h2 {
        color: #000000;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-left: 12px;
    }

    .tyres .block_3_mobile .graybox-content {
        display: flex;
        flex-direction: row;
        padding-top: 12px;
        margin: 0 auto;
    }

    .tyres .block_3_mobile .graybox-container {
        display: flex;
        flex-direction: column;
    }

    .tyres .block_3_mobile .graybox-container .graybox {
        display: flex;
        flex-direction: column;
        //width: 170px;
        width: 170px;

        height: 100px;
        border-radius: 14px;
        background: #d9d9d9;
        margin-left: 12px;
        margin-top: 9px;
    }

    .tyres .block_3_mobile .graybox-container .graybox img {
        width: 60px;
        height: 55px;
        margin-left: 53px;
        margin-top: 9px;
    }

    .tyres .block_3_mobile .graybox-container .graybox h2 {
        color: #000000;
        text-align: center;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 84px;
        height: 25px;
        margin-left: 40px;
        margin-top: 6px;
        white-space: nowrap;
    }

    .tyres .block_3_mobile .graybox-container .graybox h6 {
        color: #000000;
        text-align: center;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 103px;
        height: 39px;
        margin-top: -1px;
        margin-left: 32px;
    }

    .tyres .block_3_mobile .graybox-container .graybox h5 {
        width: 116px;
        height: 38px;
        color: #000000;
        text-align: center;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-left: 24px;
        margin-top: -1px;
    }

    .tyres .block_3_mobile .service-button button {
        width: 296px;
        height: 32px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 12px;
        border: 1px solid #6c6b6b;
        background: #e53339;
        color: #ffffff;
        margin-top: 12px;
        transition: background-color 0.3s;
        text-transform: uppercase;
    }

    .tyres .block_3_mobile .service-button button:hover {
        color: #e53339;
        background: #ffffff;
    }

    .tyres .block_4 {
        margin-left: -145px

    }

    .tyres .block_4 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .tyres .block_4 .image-container-1 {
        display: flex;
        flex-direction: column;
    }

    .tyres .block_4 .image-container-1 img:nth-child(1) {
        width: 375px;
        height: 185px;
        margin: 0 auto;
    }

    .tyres .block_4 .image-container-1 img:nth-child(2) {
        width: 375px;
        height: 185px;
        margin: 0 auto;
        padding-top: 9px;
    }

    .tyres .block_4 .image-container-1 img:nth-child(3) {
        width: 375px;
        height: 185px;
        margin: 0 auto;
        padding-top: 9px;
    }

    .tyres .block_4 .image-container-2 {
        display: flex;
        flex-direction: column;
    }

    .tyres .block_4 .image-container-2 img:nth-child(1) {
        width: 375px;
        height: 185px;
        margin: 0 auto;
    }

    .tyres .block_4 .image-container-2 img:nth-child(2) {
        width: 375px;
        height: 185px;
        margin: 0 auto;
        padding-top: 9px;
    }

    .tyres .block_4 .image-container-3 {
        display: flex;
        flex-direction: column;
    }

    .tyres .block_4 .image-container-3 img:nth-child(1) {
        width: 375px;
        height: 185px;
        margin: 0 auto;
    }

    .tyres .block_4 .image-container-3 img:nth-child(2) {
        width: 375px;
        height: 185px;
        margin: 0 auto;
        padding-top: 9px;
    }

    .tyres .block_4 .image-container-3 img:nth-child(3) {
        width: 375px;
        height: 185px;
        margin: 0 auto;
        padding-top: 9px;
    }

    .tyres .block_5 {
        margin-top: 10px;
    }

    .tyres .block_5 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding-left: 81px;
    }

    .tyres .block_5 .partners {
        margin-top: -1px;
    }

    .tyres .block_2 .box-3 {
        display: none;
    }

    .tyres .block_3 {
        display: none;
    }
}

@media (min-width: 376px) and (max-width: 389px) {
    .tyres {
        overflow-x: hidden;
    }

    .tyres .block_1 .box-1 {
        width: 375px;
        height: 150px;
        margin-top: 100px;
    }

    .tyres .block_1 .box-1 .text-container h2 {
        color: #000000;
        font-family: Inter;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        margin-left: 1px;
        margin-top: 1px;
    }

    .tyres .block_1 .box-1 .text-container button {
        color: #ffffff;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        display: flex;
        width: 109px;
        height: 29px;
        padding: 8px 12px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-left: 1px;
        margin-top: 1px;
    }

    .tyres .block_1 .box-1 img {
        width: 191px;
        height: 147px;
        margin-left: 16px;
        margin-top: 3px;
    }

    .tyres .block_1 .box-1 .text-container {
        margin-left: 15px;
        margin-top: 51px;
    }

    .tyres .block_1 .box-2 .box {
        width: 110px;
        height: 120px;
        border-radius: 14px;
        background: #d9d9d9;
        box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.25), -3px -1px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .tyres .block_1 .box-2 .box:nth-child(1) {
        margin-right: 8px;
    }

    .tyres .block_1 .box-2 .box:nth-child(3) {
        margin-left: 8px;
    }

    .tyres .block_1 .box-2 img:nth-child(1) {
        width: 69px;
        height: 82px;
        margin-top: 1px;
    }

    .tyres .block_1 .box-2 img:nth-child(2) {
        width: 69px;
        height: 82px;
        margin-top: 1px;
    }

    .tyres .block_1 .box-2 img:nth-child(3) {
        width: 69px;
        height: 82px;
        margin-top: 1px;
    }

    .tyres .block_1 .box-2 .box h2 {
        color: #121212;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-left: 1px;
        margin-top: 1px;
    }

    .tyres .block_1 .box-3 {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

    .tyres .block_1 .box-3 .box {
        width: 375px;
        height: 360px;
        z-index: 1;
    }

    .tyres .block_1 .box-3 .mobile {
        display: block;
        width: 325px;
        height: 185px;
        margin-right: auto;
        margin-left: auto;
        z-index: 2;
        margin-bottom: -126px;
    }

    .tyres .block_1 .box-3 img {
        display: none;
    }

    .tyres .block_1 .box-3 .box h1 {
        font-size: 18px;
        margin-left: -20px;
        margin-right: auto;
        margin-top: 110px;
    }

    .tyres .block_1 .box-3 .box h2 {
        font-size: 10px;
        margin-left: -100px;
        white-space: normal;
    }

    .tyres .block_1 .box-3 .box h3 {
        font-size: 10px;
        margin-left: -100px;
        white-space: normal;
    }

    .tyres .block_1 .box-3 .box h4 {
        font-size: 10px;
        margin-left: -100px;
        white-space: normal;
    }

    .tyres .block_1 .box-3 .box h2 {
        display: none;
    }

    .tyres .block_1 .box-3 .box h3 {
        display: none;
    }

    .tyres .block_1 .box-3 .box h4 {
        display: none;
    }

    .tyres .block_1 .box-3 .box h5 {
        display: block !important;
        color: #121212;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        width: 300px;
        margin-top: 6px;
        margin-left: 31px;
        white-space: nowrap;
    }

    .tyres .block_1 .box-3 .box h6 {
        display: block !important;
        color: #121212;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        width: 300px;
        margin-top: 14px;
        margin-left: 30px;
        white-space: nowrap;
    }

    .tyres .block_1 .box-3 .box p {
        display: block !important;
        color: #121212;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        width: 300px;
        margin-top: 10px;
        margin-left: 31px;
        white-space: nowrap;
    }

    .tyres .block_1 .box-4 {
        padding-top: 45px;
    }

    .tyres .block_1 .box-4 .image-container .line-1 {
        margin-right: 20px;
    }

    .tyres .block_1 .box-4 .image-container .line-2 {
        margin-left: 20px;
    }

    .tyres .block_2 .box-1 h2 {
        font-size: 14px;
    }

    .tyres .block_2 .box-1 h3 {
        font-size: 12px;
        margin-left: 10px;
        padding-left: 1px;
    }

    .tyres .block_2 .box-2 .box {
        width: 160px;
        height: 110px;
        border: 1px solid #c9c9c9;
        background: #ffffff;
    }

    .tyres .block_2 .box-2 .box button {
        display: flex;
        width: 112px;
        height: 26px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border: 1px solid #e53339;
        background: rgba(229, 51, 57, 0.00);
        margin-left: 27px;
        margin-top: 5px;
    }

    .tyres .block_2 .box-2 .box button a {
        color: #e53339;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .tyres .block_2 .box-2 .box .box-in h2 {
        font-size: 15px;
        margin-top: 3px;
    }

    .tyres .block_2 .box-2 .box .box-in img {
        width: 30%;
    }

    .tyres .block_2 .box-2 .box:nth-child(4) img {
        width: 27%;
    }

    .tyres .block_2 .box-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-left: 0px;
        padding-left: 15px;
        margin-top: 0px;
        padding-top: 8px;
    }

    .tyres .block_2 .box-2 .box .box-in {
        margin-left: 11px;
        margin-top: 0px;
        padding-left: 0px;
        padding-top: 0px;
    }

    .tyres .block_2 .box-2 .box .box-in img {
        padding-top: 40px;
        padding-left: 19px;
    }


    .container_1_mobile {
        display: flex !important;
        flex-direction: column;
        margin-top: 25px;
    }

    .tyres .block_2 .container_1_mobile img:nth-child(1) {
        width: 81.978px;
        height: 58.074px;
        z-index: 1;
        margin-bottom: -45px;
    }

    .tyres .block_2 .container_1_mobile img:nth-child(2) {
        width: 353px;
        height: 245px;
        margin-left: 11px;
        z-index: 0;
    }

    .tyres .block_2 .container_1_mobile h1 {
        color: #000000;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 297px;
        margin-left: 14px;
        margin-top: 13px;
        white-space: nowrap;
    }

    .tyres .block_2 .container_1_mobile h1 span {
        color: #a40303;
    }

    .tyres .block_2 .container_1_mobile h2 {
        color: #000000;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 288px;
        margin-left: 14px;
        margin-top: 15px;
        white-space: nowrap;
    }

    .tyres .block_2 .container_1_mobile .tyres {
        width: 353px;
        height: 193px;
        margin-top: 13px;
        margin-left: 12px;
        z-index: 0;
    }

    .tyres .block_2 .container_1_mobile .redbox {
        width: 75.757px;
        height: 46.154px;
        z-index: 1;
        margin-top: -30px;
        margin-left: 302px;
    }

    .tyres .block_2 .container_1_mobile h3 {
        color: #000000;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 300px;
        margin-left: 14px;
        white-space: nowrap;
    }

    .tyres .block_2 .container_1_mobile h3 span {
        color: #920000;
    }

    .tyres .block_2 .container_1_mobile .image-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-left: -15px;
        margin-top: 30px;
    }

    .tyres .block_2 .container_1_mobile .image-container .line-1 {
        margin-right: 20px;
        width: 472.478px;
        height: 2px;
        background: #e53339;
    }

    .tyres .block_2 .container_1_mobile .image-container img {
        margin-top: -25px;
        width: 51px;
        height: 50px;
        margin-left: 0px;
    }

    .tyres .block_2 .container_1_mobile .image-container .line-2 {
        width: 463px;
        height: 2px;
        background: #e53339;
        margin-left: 20px;
    }

    .tyres .block_3_mobile {
        display: flex;
        flex-direction: column;
    }

    .tyres .block_3_mobile h2 {
        color: #000000;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-left: 12px;
    }

    .tyres .block_3_mobile .graybox-content {
        display: flex;
        flex-direction: row;
        margin-top: 12px;
    }

    .tyres .block_3_mobile .graybox-container {
        display: flex;
        flex-direction: column;
    }

    .tyres .block_3_mobile .graybox-container .graybox {
        display: flex;
        flex-direction: column;
        width: 170px;
        height: 100px;
        border-radius: 14px;
        background: #d9d9d9;
        margin-left: 12px;
        margin-top: 9px;
    }

    .tyres .block_3_mobile .graybox-container .graybox img {
        width: 60px;
        height: 55px;
        margin-left: 53px;
        margin-top: 9px;
    }

    .tyres .block_3_mobile .graybox-container .graybox h2 {
        color: #000000;
        text-align: center;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 84px;
        height: 25px;
        margin-left: 40px;
        margin-top: 6px;
        white-space: nowrap;
    }

    .tyres .block_3_mobile .graybox-container .graybox h6 {
        color: #000000;
        text-align: center;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 103px;
        height: 39px;
        margin-top: -1px;
        margin-left: 32px;
    }

    .tyres .block_3_mobile .graybox-container .graybox h5 {
        width: 116px;
        height: 38px;
        color: #000000;
        text-align: center;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-left: 24px;
        margin-top: -1px;
    }

    .tyres .block_3_mobile .service-button button {
        display: flex;
        width: 363px !important;
        height: 35px;
        padding: 9px 151px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 12px;
        border: 1px solid #6c6b6b;
        background: #e53339;
        margin-left: 10px;
        margin-top: 12px;
        white-space: nowrap;
        color: #ffffff;
        text-transform: uppercase;
        transition: background-color 0.3s;
    }

    .tyres .block_3_mobile .service-button button:hover {
        background: #ffffff;
        color: #e53339;
    }

    .tyres .block_3_mobile .service-button h2 {
        color: #fffafa;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .tyres .block_4 {
        margin-left: -157px

    }

    .tyres .block_4 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .tyres .block_4 .image-container-1 {
        display: flex;
        flex-direction: column;
    }

    .tyres .block_4 .image-container-1 img:nth-child(1) {
        width: 350px;
        height: 185px;
        margin-left: 0px;
    }

    .tyres .block_4 .image-container-1 img:nth-child(2) {
        width: 350px;
        height: 185px;
        margin-top: 9px;
        margin-left: -1px;
    }

    .tyres .block_4 .image-container-1 img:nth-child(3) {
        width: 350px;
        height: 185px;
        margin-top: 9px;
        margin-left: -1px;
    }

    .tyres .block_4 .image-container-2 {
        display: flex;
        flex-direction: column;
    }

    .tyres .block_4 .image-container-2 img:nth-child(1) {
        width: 350px;
        height: 185px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .tyres .block_4 .image-container-2 img:nth-child(2) {
        width: 350px;
        height: 185px;
        margin-top: 9px;
        margin-left: 0px;
    }

    .tyres .block_4 .image-container-3 {
        display: flex;
        flex-direction: column;
    }

    .tyres .block_4 .image-container-3 img:nth-child(1) {
        width: 350px;
        height: 185px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .tyres .block_4 .image-container-3 img:nth-child(2) {
        width: 350px;
        height: 185px;
        margin-top: 9px;
        margin-left: 0px;
    }

    .tyres .block_4 .image-container-3 img:nth-child(3) {
        width: 350px;
        height: 185px;
        margin-top: 9px;
        margin-left: 0px;
    }

    .tyres .block_5 {
        margin-top: 10px;
    }

    .tyres .block_5 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding-left: 81px;
    }

    .tyres .block_5 .partners {
        margin-top: -1px;
    }

    .tyres .block_2 .box-3 {
        display: none;
    }

    .tyres .block_3 {
        display: none;
    }
}

@media (max-width: 375px) {
    .tyres {
        overflow-x: hidden;
    }

    .tyres .block_1 .box-1 {
        width: 375px;
        height: 150px;
        margin-top: 100px;
    }

    .tyres .block_1 .box-1 .text-container h2 {
        color: #000000;
        font-family: Inter;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        margin-left: 1px;
        margin-top: 1px;
    }

    .tyres .block_1 a {
        color: #ffffff !important;
    }

    .tyres .block_2 a {
        color: #e53339;
    !important;
    }

    .tyres .block_1 .box-1 .text-container button {
        color: #ffffff;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        display: flex;
        width: 109px;
        height: 29px;
        padding: 8px 12px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-left: 1px;
        margin-top: 1px;
    }

    .tyres .block_1 .box-1 .text-container button a {
        color: #ffffff !important;
    }

    .tyres .block_1 .box-1 .text-container button a:hover {
        color: #ffffff !important;
    }

    .tyres .block_1 .box-1 img {
        width: 191px;
        height: 147px;
        margin-left: 16px;
        margin-top: 3px;
    }

    .tyres .block_1 .box-1 .text-container {
        margin-left: 15px;
        margin-top: 51px;
    }

    .tyres .block_1 .box-2 .box {
        width: 110px;
        height: 120px;
        border-radius: 14px;
        background: #d9d9d9;
        box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.25), -3px -1px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .tyres .block_1 .box-2 .box:nth-child(1) {
        margin-right: 8px;
    }

    .tyres .block_1 .box-2 .box:nth-child(3) {
        margin-left: 8px;
    }

    .tyres .block_1 .box-2 img:nth-child(1) {
        width: 69px;
        height: 82px;
        margin-top: 1px;
    }

    .tyres .block_1 .box-2 img:nth-child(2) {
        width: 69px;
        height: 82px;
        margin-top: 1px;
    }

    .tyres .block_1 .box-2 img:nth-child(3) {
        width: 69px;
        height: 82px;
        margin-top: 1px;
    }

    .tyres .block_1 .box-2 .box h2 {
        color: #121212;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-left: 1px;
        margin-top: 1px;
    }

    .tyres .block_1 .box-3 {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

    .tyres .block_1 .box-3 .box {
        width: 375px;
        height: 360px;
        z-index: 1;
    }

    .tyres .block_1 .box-3 .mobile {
        display: block;
        width: 325px;
        height: 185px;
        margin-right: auto;
        margin-left: auto;
        z-index: 2;
        margin-bottom: -126px;
    }

    .tyres .block_1 .box-3 img {
        display: none;
    }

    .tyres .block_1 .box-3 .box h1 {
        font-size: 18px;
        margin-left: -20px;
        margin-right: auto;
        margin-top: 110px;
    }

    .tyres .block_1 .box-3 .box h2 {
        font-size: 10px;
        margin-left: -100px;
        white-space: normal;
    }

    .tyres .block_1 .box-3 .box h3 {
        font-size: 10px;
        margin-left: -100px;
        white-space: normal;
    }

    .tyres .block_1 .box-3 .box h4 {
        font-size: 10px;
        margin-left: -100px;
        white-space: normal;
    }

    .tyres .block_1 .box-3 .box h2 {
        display: none;
    }

    .tyres .block_1 .box-3 .box h3 {
        display: none;
    }

    .tyres .block_1 .box-3 .box h4 {
        display: none;
    }

    .tyres .block_1 .box-3 .box h5 {
        display: block !important;
        color: #121212;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        width: 300px;
        margin-top: 6px;
        margin-left: 31px;
        white-space: nowrap;
    }

    .tyres .block_1 .box-3 .box h6 {
        display: block !important;
        color: #121212;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        width: 300px;
        margin-top: 14px;
        margin-left: 30px;
        white-space: nowrap;
    }

    .tyres .block_1 .box-3 .box p {
        display: block !important;
        color: #121212;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        width: 300px;
        margin-top: 10px;
        margin-left: 31px;
        white-space: nowrap;
    }

    .tyres .block_1 .box-4 {
        padding-top: 45px;
    }

    .tyres .block_1 .box-4 .image-container .line-1 {
        margin-right: 20px;
    }

    .tyres .block_1 .box-4 .image-container .line-2 {
        margin-left: 20px;
    }

    .tyres .block_2 .box-1 h2 {
        font-size: 14px;
    }

    .tyres .block_2 .box-1 h3 {
        font-size: 12px;
        margin-left: 10px;
        padding-left: 1px;
    }

    .tyres .block_2 .box-2 .box {
        width: 160px;
        height: 110px;
        border: 1px solid #c9c9c9;
        background: #ffffff;
    }

    .tyres .block_2 .box-2 .box button {
        display: flex;
        width: 112px;
        height: 26px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border: 1px solid #e53339;
        background: rgba(229, 51, 57, 0.00);
        margin-left: 27px;
        margin-top: 5px;
        text-decoration: underline;
    }

    .tyres .block_2 .box-2 .box .box-in h2 {
        font-size: 15px;
        margin-top: 3px;
    }

    .tyres .block_2 .box-2 .box .box-in img {
        width: 30%;
    }

    .tyres .block_2 .box-2 .box:nth-child(4) img {
        width: 27%;
    }

    .tyres .block_2 .box-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-left: 0px;
        padding-left: 15px;
        margin-top: 0px;
        padding-top: 8px;
    }

    .tyres .block_2 .box-2 .box .box-in {
        margin-left: 11px;
        margin-top: 0px;
        padding-left: 0px;
        padding-top: 0px;
    }

    .tyres .block_2 .box-2 .box .box-in img {
        padding-top: 40px;
        padding-left: 19px;
    }


    .container_1_mobile {
        display: flex !important;
        flex-direction: column;
        margin-top: 25px;
    }

    .tyres .block_2 .container_1_mobile img:nth-child(1) {
        width: 81.978px;
        height: 58.074px;
        z-index: 1;
        margin-bottom: -45px;
    }

    .tyres .block_2 .container_1_mobile img:nth-child(2) {
        width: 353px;
        height: 245px;
        margin-left: 11px;
        z-index: 0;
    }

    .tyres .block_2 .container_1_mobile h1 {
        color: #000000;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 297px;
        margin-left: 14px;
        margin-top: 13px;
        white-space: nowrap;
    }

    .tyres .block_2 .container_1_mobile h1 span {
        color: #a40303;
    }

    .tyres .block_2 .container_1_mobile h2 {
        color: #000000;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 288px;
        margin-left: 14px;
        margin-top: 15px;
        white-space: nowrap;
    }

    .tyres .block_2 .container_1_mobile .tyres {
        width: 353px;
        height: 193px;
        margin-top: 13px;
        margin-left: 12px;
        z-index: 0;
    }

    .tyres .block_2 .container_1_mobile .redbox {
        width: 75.757px;
        height: 46.154px;
        z-index: 1;
        margin-top: -30px;
        margin-left: 302px;
    }

    .tyres .block_2 .container_1_mobile h3 {
        color: #000000;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 300px;
        margin-left: 14px;
        white-space: nowrap;
    }

    .tyres .block_2 .container_1_mobile h3 span {
        color: #920000;
    }

    .tyres .block_2 .container_1_mobile .image-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-left: -15px;
        margin-top: 30px;
    }

    .tyres .block_2 .container_1_mobile .image-container .line-1 {
        margin-right: 20px;
        width: 472.478px;
        height: 2px;
        background: #e53339;
    }

    .tyres .block_2 .container_1_mobile .image-container img {
        margin-top: -25px;
        width: 51px;
        height: 50px;
        margin-left: 0px;
    }

    .tyres .block_2 .container_1_mobile .image-container .line-2 {
        width: 463px;
        height: 2px;
        background: #e53339;
        margin-left: 20px;
    }

    .tyres .block_3_mobile {
        display: flex;
        flex-direction: column;
    }

    .tyres .block_3_mobile h2 {
        color: #000000;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-left: 12px;
    }

    .tyres .block_3_mobile .graybox-content {
        display: flex;
        flex-direction: row;
        margin-top: 12px;
    }

    .tyres .block_3_mobile .graybox-container {
        display: flex;
        flex-direction: column;
    }

    .tyres .block_3_mobile .graybox-container .graybox {
        display: flex;
        flex-direction: column;
        width: 170px;
        height: 100px;
        border-radius: 14px;
        background: #d9d9d9;
        margin-left: 12px;
        margin-top: 9px;
    }

    .tyres .block_3_mobile .graybox-container .graybox img {
        width: 60px;
        height: 55px;
        margin-left: 53px;
        margin-top: 9px;
    }

    .tyres .block_3_mobile .graybox-container .graybox h2 {
        color: #000000;
        text-align: center;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 84px;
        height: 25px;
        margin-left: 40px;
        margin-top: 6px;
        white-space: nowrap;
    }

    .tyres .block_3_mobile .graybox-container .graybox h6 {
        color: #000000;
        text-align: center;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 103px;
        height: 39px;
        margin-top: -1px;
        margin-left: 32px;
    }

    .tyres .block_3_mobile .graybox-container .graybox h5 {
        width: 116px;
        height: 38px;
        color: #000000;
        text-align: center;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-left: 24px;
        margin-top: -1px;
    }

    .tyres .block_3_mobile .service-button button {
        display: flex;
        justify-content: center; !important;
        align-items: center;
        width: 70% !important;
        height: 35px;
        padding: 9px 151px;
        gap: 10px;
        border-radius: 12px;
        border: 1px solid #6c6b6b;
        background: #e53339;
        margin-top: 12px;
        white-space: nowrap;
        color: #ffffff;
        transition: background-color 0.3s;
    }

    .tyres .block_3_mobile .service-button button:hover {
        background: #ffffff;
        color: #e53339;
    }

    .tyres .block_4 {
        margin-left: -135px

    }

    .tyres .block_4 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .tyres .block_4 .image-container-1 {
        display: flex;
        flex-direction: column;
    }

    .tyres .block_4 .image-container-1 img:nth-child(1) {
        width: 350px;
        height: 185px;
        margin-left: 0px;
    }

    .tyres .block_4 .image-container-1 img:nth-child(2) {
        width: 350px;
        height: 185px;
        margin-top: 9px;
        margin-left: -1px;
    }

    .tyres .block_4 .image-container-1 img:nth-child(3) {
        width: 350px;
        height: 185px;
        margin-top: 9px;
        margin-left: -1px;
    }

    .tyres .block_4 .image-container-2 {
        display: flex;
        flex-direction: column;
    }

    .tyres .block_4 .image-container-2 img:nth-child(1) {
        width: 350px;
        height: 185px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .tyres .block_4 .image-container-2 img:nth-child(2) {
        width: 350px;
        height: 185px;
        margin-top: 9px;
        margin-left: 0px;
    }

    .tyres .block_4 .image-container-3 {
        display: flex;
        flex-direction: column;
    }

    .tyres .block_4 .image-container-3 img:nth-child(1) {
        width: 350px;
        height: 185px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .tyres .block_4 .image-container-3 img:nth-child(2) {
        width: 350px;
        height: 185px;
        margin-top: 9px;
        margin-left: 0px;
    }

    .tyres .block_4 .image-container-3 img:nth-child(3) {
        width: 350px;
        height: 185px;
        margin-top: 9px;
        margin-left: 0px;
    }

    .tyres .block_5 {
        margin-top: 10px;
    }

    .tyres .block_5 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding-left: 81px;
    }

    .tyres .block_5 .partners {
        margin-top: -1px;
    }

    .tyres .block_2 .box-3 {
        display: none;
    }

    .tyres .block_3 {
        display: none;
    }
}

@media (max-width: 320px) {
    .tyres {
        overflow-x: hidden;
    }

    .tyres .block_1 .box-1 {
        width: 322px;
        height: 137px;
        margin-top: 100px;
    }

    .tyres .block_1 .box-1 .text-container h2 {
        color: #000000;
        font-family: Inter;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        margin-left: 1px;
        margin-top: 1px;
    }

    .tyres .block_1 .box-1 .text-container button {
        color: #ffffff;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        display: flex;
        width: 109px;
        height: 29px;
        padding: 8px 12px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-left: 1px;
        margin-top: 1px;
    }

    .tyres .block_1 .box-1 img {
        width: 177px;
        height: 134px;
        margin-left: -5px;
        margin-top: 3px;
    }

    .tyres .block_1 .box-1 .text-container {
        margin-left: 15px;
        margin-top: 51px;
    }

    .tyres .block_1 .box-2 .box {
        width: 94px;
        height: 100px;
        border-radius: 14px;
        background: #d9d9d9;
        box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.25), -3px -1px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .tyres .block_1 .box-2 .box:nth-child(1) {
        margin-right: 8px;
    }

    .tyres .block_1 .box-2 .box:nth-child(3) {
        margin-left: 8px;
    }

    .tyres .block_1 .box-2 img:nth-child(1) {
        width: 64px;
        height: 76px;
        margin-top: 1px;
    }

    .tyres .block_1 .box-2 img:nth-child(2) {
        width: 64px;
        height: 76px;
        margin-top: 1px;
    }

    .tyres .block_1 .box-2 img:nth-child(3) {
        width: 64px;
        height: 76px;
        margin-top: 1px;
    }

    .tyres .block_1 .box-2 .box h2 {
        color: #121212;
        font-family: Inter;
        font-size: 9px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-left: 1px;
        margin-top: 1px;
    }

    .tyres .block_1 .box-3 {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

    .tyres .block_1 .box-3 .box {
        width: 320px;
        height: 351px;
        z-index: 1;
    }

    .tyres .block_1 .box-3 .mobile {
        display: block;
        width: 288px;
        height: 158px;
        margin-right: auto;
        margin-left: auto;
        z-index: 2;
        margin-bottom: -126px;
    }

    .tyres .block_1 .box-3 img {
        display: none;
    }

    .tyres .block_1 .box-3 .box h1 {
        font-size: 15px;
        margin-left: -35px;
        margin-right: auto;
        margin-top: 110px;
    }

    .tyres .block_1 .box-3 .box h2 {
        font-size: 10px;
        margin-left: -100px;
        white-space: normal;
    }

    .tyres .block_1 .box-3 .box h3 {
        font-size: 10px;
        margin-left: -100px;
        white-space: normal;
    }

    .tyres .block_1 .box-3 .box h4 {
        font-size: 10px;
        margin-left: -100px;
        white-space: normal;
    }

    .tyres .block_1 .box-3 .box h2 {
        display: none;
    }

    .tyres .block_1 .box-3 .box h3 {
        display: none;
    }

    .tyres .block_1 .box-3 .box h4 {
        display: none;
    }

    .tyres .block_1 .box-3 .box h5 {
        display: block !important;
        color: #121212;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        width: 300px;
        margin-top: 6px;
        margin-left: 11px;
    }

    .tyres .block_1 .box-3 .box h6 {
        display: block !important;
        color: #121212;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        width: 300px;
        margin-top: 14px;
        margin-left: 12px;
    }

    .tyres .block_1 .box-3 .box p {
        display: block !important;
        color: #121212;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        width: 300px;
        margin-top: 14px;
        margin-left: 11px;
    }

    .tyres .block_1 .box-4 .image-container .line-1 {
        margin-right: 20px;
    }

    .tyres .block_1 .box-4 .image-container .line-2 {
        margin-left: 20px;
    }

    .tyres .block_2 .box-1 h2 {
        font-size: 14px;
    }

    .tyres .block_2 .box-1 h3 {
        font-size: 12px;
        margin-left: 10px;
        padding-left: 1px;
    }

    .tyres .block_2 .box-2 .box {
        width: 140px;
        height: 110px;
        border: 1px solid #c9c9c9;
        background: #ffffff;
    }

    .tyres .block_2 .box-2 .box button {
        display: flex;
        width: 112px;
        height: 24px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border: 1px solid #e53339;
        background: rgba(229, 51, 57, 0.00);
        margin-left: 14px;
        margin-top: 5px;
    }

    .tyres .block_2 .box-2 .box button a {
        color: #e53339;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .tyres .block_2 .box-2 .box .box-in h2 {
        font-size: 15px;
        margin-top: 3px;
    }

    .tyres .block_2 .box-2 .box .box-in img {
        width: 30%;
    }

    .tyres .block_2 .box-2 .box:nth-child(4) img {
        width: 27%;
    }

    .tyres .block_2 .box-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-left: 0px;
        padding-left: 11px;
        margin-top: 0px;
        padding-top: 8px;
    }

    .tyres .block_2 .box-2 .box .box-in {
        margin-left: 0px;
        margin-top: 0px;
        padding-left: 0px;
        padding-top: 0px;
    }

    .tyres .block_2 .box-2 .box .box-in img {
        padding-top: 40px;
        padding-left: 19px;
    }


    .container_1_mobile {
        display: flex !important;
        flex-direction: column;
        margin-top: 25px;
    }

    .tyres .block_2 .container_1_mobile img:nth-child(1) {
        width: 81.978px;
        height: 58.074px;
        z-index: 1;
        margin-bottom: -45px;
    }

    .tyres .block_2 .container_1_mobile img:nth-child(2) {
        width: 300px;
        height: 204px;
        margin-left: 11px;
        z-index: 0;
    }

    .tyres .block_2 .container_1_mobile h1 {
        color: #000000;
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 297px;
        margin-left: 14px;
        margin-top: 13px;
    }

    .tyres .block_2 .container_1_mobile h1 span {
        color: #a40303;
    }

    .tyres .block_2 .container_1_mobile h2 {
        color: #000000;
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 288px;
        margin-left: 14px;
        margin-top: 15px;
    }

    .tyres .block_2 .container_1_mobile .tyres {
        width: 299px;
        height: 139px;
        margin-top: 13px;
        margin-left: 12px;
        z-index: 0;
    }

    .tyres .block_2 .container_1_mobile .redbox {
        width: 75.757px;
        height: 46.154px;
        z-index: 1;
        margin-top: -35px;
        margin-left: 250px;
    }

    .tyres .block_2 .container_1_mobile h3 {
        color: #000000;
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 300px;
        margin-left: 13px;
    }

    .tyres .block_2 .container_1_mobile h3 span {
        color: #920000;
    }

    .tyres .block_2 .container_1_mobile .image-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-left: -15px;
        margin-top: 30px;
    }

    .tyres .block_2 .container_1_mobile .image-container .line-1 {
        margin-right: 20px;
        width: 472.478px;
        height: 2px;
        background: #e53339;
    }

    .tyres .block_2 .container_1_mobile .image-container img {
        margin-top: -25px;
        width: 51px;
        height: 50px;
        margin-left: 0px;
    }

    .tyres .block_2 .container_1_mobile .image-container .line-2 {
        width: 463px;
        height: 2px;
        background: #e53339;
        margin-left: 20px;
    }

    .tyres .block_3_mobile {
        display: flex;
        flex-direction: column;
    }

    .tyres .block_3_mobile h2 {
        color: #000000;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-left: 12px;
    }

    .tyres .block_3_mobile .graybox-content {
        display: flex;
        flex-direction: row;
        margin-top: 12px;
    }

    .tyres .block_3_mobile .graybox-container {
        display: flex;
        flex-direction: column;
    }

    .tyres .block_3_mobile .graybox-container .graybox {
        display: flex;
        flex-direction: column;
        width: 139px;
        height: 91px;
        border-radius: 14px;
        background: #d9d9d9;
        margin-left: 12px;
        margin-top: 9px;
    }

    .tyres .block_3_mobile .graybox-container .graybox img {
        width: 53px;
        height: 49px;
        margin-left: 41px;
        margin-top: 9px;
    }

    .tyres .block_3_mobile .graybox-container .graybox h2 {
        color: #000000;
        text-align: center;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 84px;
        height: 25px;
        margin-left: 25px;
        margin-top: 6px;
        white-space: nowrap;
    }

    .tyres .block_3_mobile .graybox-container .graybox h6 {
        color: #000000;
        text-align: center;
        font-family: Inter;
        font-size: 9px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 103px;
        height: 39px;
        margin-top: -1px;
        margin-left: 16px;
    }

    .tyres .block_3_mobile .graybox-container .graybox h5 {
        width: 116px;
        height: 38px;
        color: #000000;
        text-align: center;
        font-family: Inter;
        font-size: 9px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-left: 10px;
        margin-top: -1px;
    }

    .tyres .block_3_mobile .service-button button {
        display: flex;
        width: 296px !important;
        height: 32px;
        padding: 9px 151px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 12px;
        border: 1px solid #6c6b6b;
        background: #e53339;
        margin-left: 7px;
        margin-top: 12px;
        white-space: nowrap;
        color: #ffffff;
        transition: background-color 0.3s;
    }

    .tyres .block_3_mobile .service-button button:hover {
        background: #ffffff;
        color: #e53339;
    }

    .tyres .block_4 {
        margin-left: -157px

    }

    .tyres .block_4 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .tyres .block_4 .image-container-1 {
        display: flex;
        flex-direction: column;
    }

    .tyres .block_4 .image-container-1 img:nth-child(1) {
        width: 295px;
        height: 171px;
        margin-left: 0px;
    }

    .tyres .block_4 .image-container-1 img:nth-child(2) {
        width: 295px;
        height: 171px;
        margin-top: 9px;
        margin-left: -1px;
    }

    .tyres .block_4 .image-container-1 img:nth-child(3) {
        width: 295px;
        height: 171px;
        margin-top: 9px;
        margin-left: -1px;
    }

    .tyres .block_4 .image-container-2 {
        display: flex;
        flex-direction: column;
    }

    .tyres .block_4 .image-container-2 img:nth-child(1) {
        width: 295px;
        height: 171px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .tyres .block_4 .image-container-2 img:nth-child(2) {
        width: 295px;
        height: 171px;
        margin-top: 9px;
        margin-left: 0px;
    }

    .tyres .block_4 .image-container-3 {
        display: flex;
        flex-direction: column;
    }

    .tyres .block_4 .image-container-3 img:nth-child(1) {
        width: 295px;
        height: 171px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .tyres .block_4 .image-container-3 img:nth-child(2) {
        width: 295px;
        height: 171px;
        margin-top: 9px;
        margin-left: 0px;
    }

    .tyres .block_4 .image-container-3 img:nth-child(3) {
        width: 295px;
        height: 171px;
        margin-top: 9px;
        margin-left: 0px;
    }

    .tyres .block_5 {
        margin-top: 10px;
    }

    .tyres .block_5 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding-left: 81px;
    }

    .tyres .block_5 .partners {
        margin-top: -1px;
    }

    .tyres .block_2 .box-3 {
        display: none;
    }

    .tyres .block_3 {
        display: none;
    }
}

.container_1_mobile {
    display: none;
}

.block_3_mobile {
    display: none;
}

.tyres .block_1 .box-3 .box h5 {
    display: none;
}

.tyres .block_1 .box-3 .box h6 {
    display: none;
}

.tyres .block_1 .box-3 .box p {
    display: none;
}

.tyres .block_2 .box-2 .box button a:hover {
    text-decoration: none;
    color: #e53339 !important;
}

/*truck service*******************************************************************************************************************************/

.truck-service .block_1 {
    overflow: hidden;
    position: relative;
    height: 46.33vw;
    margin-top: 111px;
}

@media (min-width: 1024px) {
    .truck-service .block_1 {
        padding-top: 18.44vw;
    }

    .truck-service .block_1 h2 {
        font-size: 64px;
        line-height: 64px;
    }

    .truck-service .block_7 .content .col h5 {
        height: 80px;
        margin-bottom: 30px;
    }

    .truck-service .block_6 h2 {
        font-size: 40px;
        line-height: 55px;
    }
}

@media (max-width: 1023px) {
    .truck-service .block_1 {
        padding-top: 7vw;
    }

    .truck-service .blue-padding {
        padding: 10px
    }

    .truck-service .block_1 h2 {
        font-size: 36px;
    }

    .truck-service .block_7 .content .col h5 {
        margin-bottom: 10px;
    }

    .truck-service .block_6 h2 {
        font-size: 32px;
    }
}

@media (max-width: 650px) {
    .truck-service .block_1 h2 {
        font-size: 24px;
    }

    .truck-service .learn-more-button {
        width: 150px;
        height: 45px;
        font-size: 15px;
    }
}

@media (min-width: 651px) {
    .truck-service .learn-more-button {
        width: 267px;
        height: 65px;
        font-size: 20px;
        line-height: 27px;
    }
}

.truck-service .block_1 img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
}

.truck-service .block_1 h2 {
    position: relative;
    z-index: 2;
    font-family: Inter;
    font-weight: 700;
    color: #ffffff;

    margin-bottom: 20px;
}

.truck-service .block_1 a {
    position: relative;
    z-index: 2;
    background: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
}

.truck-service .block_1 a:hover {
    color: #ffffff;
    background: transparent;
    transition: 300ms ease-in-out;
}

.truck-service .block_2 {
    background: #12639c;
    padding: 45px 0;
    position: relative;
}

.truck-service .block_2 .brands-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 62px;
}

.truck-service .slick-track {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 1580px) {
    .truck-service .slick-track {
        width: 95vw !important;
    }
}

.truck-service .block_2 .slick-dots {
    background: #12639c;
    bottom: -40px;
}

.truck-service .block_2 .slick-dots li {
    width: 8px;
    height: 8px;
    opacity: .5;
}

.truck-service .block_2 .slick-dots li.slick-active {
    opacity: 1;
}

.truck-service .block_2 .slick-dots li button {
    width: 100%;
    height: 100%;
    margin: 0;
}

.truck-service .block_2 .slick-dots li.slick-active button {
    background: #ffffff;
}

.truck-service .block_3 {
    padding: 85px 0 222px 0;
    background: #ffffff;
}

.truck-service .block_3 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.truck-service .block_3 .content .why-us_col {
    max-width: 45%;
    width: 100%;
}

.truck-service .block_3 .why-us {
    border: 11px solid #12639c;
    border-radius: 37px;
    max-width: 599px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 48px;
}

.truck-service .block_3 .why-us h4 {
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #12639c;
    margin-bottom: 30px;
}

.truck-service .block_3 .why-us p {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #12639c;
    margin-bottom: 30px;
}

.truck-service .block_3 .why-us .blue-line {
    width: 65px;
    height: 17px;

    background: #12639c;
    border-radius: 20px;
}

.truck-service .block_3 h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 30px;
}


.truck-service .block_3 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.truck-service .block_3 ul li {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    margin-left: -22px;
}

.truck-service .block_3 ul li .blue-round {
    width: 12px;
    height: 12px;
    background: #12639c;
    border-radius: 50%;
    margin-right: 10px;
}

@media (max-width: 991px) {
    .truck-service .block_3 .content {
        flex-wrap: wrap;
    }

    .truck-service .block_3 .content .why-us_col {
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .truck-service .block_3 {
        padding: 85px 0;
    }
}

@media (max-width: 500px) {
    .truck-service .block_3 ul li {
        margin-left: 0;
    }
}

.truck-service .block_4 {
    background: #12639c;
    padding: 80px 0 137px 0;
}

.truck-service .block_4 .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.truck-service .block_4 .col {
    max-width: 45%;
    width: 100%;
}

.truck-service .block_4 .col.flexy {
    display: flex;
    justify-content: center;
    align-items: center;
}

.truck-service .block_4 .absolute_img {
    position: absolute;
    margin-top: 130px;
    z-index: 5;
}

.truck-service .block_4 h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 30px;
}

.truck-service .block_4 p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 30px;
}

.truck-service .block_4 a {
    background: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
}

.truck-service .block_4 a:hover {
    background: transparent;
    color: #ffffff;
    transition: 300ms ease-in-out;
}

@media (max-width: 991px) {
    .truck-service .block_4 .content {
        flex-wrap: wrap;
    }

    .truck-service .block_4 .col.flexy {
        display: none;
    }

    .truck-service .block_4 .col {
        max-width: 100%;
    }
}

.truck-service .block_5 {
    padding: 180px 0 120px 0;
    background: #ffffff;
    position: relative;
}

.truck-service .block_5 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.truck-service .block_5 .remont-col {
    max-width: 45%;
    width: 100%;
    position: relative;
    z-index: 3;
}

.truck-service .block_5 .remont-col img {
    margin-bottom: 25px;
}

.truck-service .block_5 .remont-col h4 {
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 30px;
}

.truck-service .block_5 .remont-col p {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 30px;
}

.truck-service .block_5 .remont-col a {
    background: #12639c;
    border: 1px solid #12639c;
    color: #ffffff;
}

.truck-service .block_5 .remont-col a:hover {
    color: #12639c;
    background: transparent;
    transition: 300ms ease-in-out;
}

.truck-service .block_5 .remont-col h5 {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    margin-bottom: 30px;
}

.truck-service .block_5 .remont-col ul {
    margin: 0;
    padding: 15px;
}

.truck-service .block_5 .remont-col ul li {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;

    color: #ffffff;
}

.truck-service .block_5 .remont-col p.white {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;

    color: #ffffff;
}

.truck-service .block_5 .blue-bg {
    position: absolute;
    width: 50%;
    height: 80%;
    right: 0;
    background: #12639c;
    z-index: 2;
    border-radius: 74px 0 0 74px;
}

@media (max-width: 1023px) {
    .truck-service .block_5 .content {
        flex-wrap: wrap;
    }

    .truck-service .block_5 .remont-col {
        max-width: 100%;
        margin-bottom: 80px;
    }

    .truck-service .block_5 .blue-bg {
        width: 100%;
        height: 40%;
        bottom: 120px;
    }
}

@media (max-width: 991px) {
    .truck-service .block_5 {
        padding: 220px 0 120px 0;
    }
}

.truck-service .block_6 {
    padding: 104px 0;
    background: url(../images/truckservice-bg-2.jpg);
    background-size: cover;
}

.truck-service .block_6 h2 {
    font-family: Inter;
    font-weight: 700;
    color: #ffffff;
}

.truck-service .block_7 {
    background: #eeeeee;
    padding: 61px 0;
}

.truck-service .block_7 .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.truck-service .block_7 .content .col {
    max-width: 400px;
    width: 100%;
}

.truck-service .block_7 .content .col h5 {
    font-family: Inter;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #000000;
}

.truck-service .block_7 .content .col p {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;

    color: #000000;
}

@media (max-width: 1023px) {
    .truck-service .block_7 .content {
        flex-wrap: wrap;
    }

    .truck-service .block_7 .content .col {
        max-width: 100%;
        margin-bottom: 30px;
    }
}

.truck-service .learn-more-button {
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Inter;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    transition: 300ms ease-in-out;
}

/* main page 2***********************************************************************************/

.home {
    padding-top: 111px;
    background: #ffffff;
}

.home .card-cont {
    margin: 0 auto;
}

.home .card {
    border: none;
    border-radius: 0;
}

.home .flex {
    margin-bottom: 20px;
    width: 100%;
    gap: 4px;
}

.home .flex a {
    color: black;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    z-index: 4;
}

.home .flex.jcsb a {
    width: 100%;
    height: 100%;
}

.home .card-big-col {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.home .card-row {
    display: flex;
    gap: 4px;
}

.home .flex {
    flex-wrap: wrap;
}

.home .col3-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

@media (min-width: 1871px) {
    .home .card-col3 {
        flex-direction: column;
    }
}

@media (min-width: 1233px) and (max-width: 1870px) {
    .home .card-cont {
        width: 1232px;
    }

    .home .card-col3 {
        flex-direction: row;
    }

    .home .card-kamaz {
        height: 100% !important;
    }
}

@media (min-width: 615px) and (max-width: 1232px) {
    .home .card-cont {
        width: 614px;
    }

    .home .card-col3 {
        flex-direction: column;
    }
}

@media (max-width: 614px) {
    .home .card-cont {
        width: 305px;
    }

    .home .card-col3 {
        flex-direction: column;
    }

    .home .card-row {
        flex-direction: column;
    }

    .home .card-med {
        padding-top: 16px;
        padding-left: 27px;
        height: 152px;
        width: 305px;
    }

    .home .card-big,
    .home .card-xbig {
        padding-top: 98px;
        padding-left: 27px;
        height: 305px;
        width: 305px;
    }

    .home .card-ep img {
        opacity: 0;
        top: 5px;
        right: 0;
        height: 150px;
    }

    .home .card:hover .card-ep img {
        opacity: 1;
        transition: 300ms ease-in-out;
    }

    .home .card-module img {
        height: 150px;
    }

    .home .card-parts img {
        left: -21%;
    }

    .home .card-kamaz img {
        left: -30px;
    }
}

@media (min-width: 615px) {
    .home .card-row {
        flex-direction: row;
    }

    .home .card-med {
        padding-top: 98px;
        padding-left: 58px;
        height: 305px;
        width: 614px;
    }

    .home .card-big {
        padding-top: 98px;
        padding-left: 58px;
        height: 610px;
        width: 614px;
    }

    .home .card-xbig {
        padding-top: 98px;
        text-align: center;
        height: 920px;
        width: 614px;
    }

    .home .card-ep {
        padding-left: 332px;
    }

    .home .card-ep img {
        top: 5px;
        left: 10px;
        height: 304px;
    }

    .home .card-parts img {
        left: -30%;
    }

    .home .card-kamaz img {
        left: -50px;
    }
}

.home .card {
    position: relative;
    overflow: hidden;
}

.home .card img {
    position: absolute;
}

.home .card-small {
    padding-top: 98px;
    padding-left: 27px;
    height: 305px;
    width: 305px;
}

.home .subtitle {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 27px;
    text-transform: capitalize;
    color: #ffffff;
    position: relative;
    z-index: 3;
}

.home .main-title {
    font-family: Inter;
    font-weight: 900;
    font-size: 46px;
    line-height: 44px;
    margin-bottom: 16px;
    color: #ffffff;
    position: relative;
    z-index: 3;
}

.home .card-man,
.home .card-isuzu,
.home .card-kamaz {
    background-color: #b2b3b3;
    color: white;
}

.home .card-module,
.home .card-carrier,
.home .card-ep {
    background-color: #eeeeee;
}

.home .card-module .main-title,
.home .card-carrier .main-title,
.home .card-ep .main-title {
    color: #8e8f93;
}

.home .card-module .subtitle,
.home .card-carrier .subtitle,
.home .card-ep .subtitle {
    color: black;
}

.home .card-pemco {
    background-color: #b2b3b3;
    color: white;
}

.home .card-service,
.home .card-tyres {
    background-color: #004a7a;
    color: white
}

.home .card-parts {
    background: linear-gradient(180deg, #025d98 0%, #004a7a 100%);
    color: white;
}

.home .card-man img {
    top: 0;
    left: 0;
    width: 100%;
}

.home .card-module img {
    bottom: 0;
    right: 0;
}

.home .card-pemco img {
    top: 30px;
    left: 46px;
    width: 216px;
}

.home .card-service img {
    bottom: 0;
    right: 0;
}

.home .card-carrier img {
    bottom: 0;
    right: 0;
}

.home .card-parts img {
    top: 0;
    height: inherit;
}

.home .card-isuzu img {
    top: 0;
    left: 0;
    width: 100%;
}

.home .card-kamaz img {
    top: 0;
    height: 100%;
}

@media (max-width: 550px) {
    .home .main-title {
        font-size: 36px;
    }

    .home .subtitle {
        font-size: 20px;
    }

    .home .our-pros .pro {
        width: 100%;
    }
}

.home .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #404c54;
    z-index: 2;
    opacity: 0;
}

.home .hidden {
    opacity: 0;
}

.home .card:hover .dark-overlay {
    opacity: 1;
    transition: 300ms ease-in-out;
    mix-blend-mode: multiply;
}

.home .card:hover .hidden {
    opacity: 1;
    transition: 300ms ease-in-out;
}

.home .card:hover .main-title,
.home .card:hover .subtitle {
    color: white;
    transition: 300ms ease-in-out;
}

@media (max-width: 1024px) {
    .home .our-pros {
        flex-wrap: wrap;
    }

    .home .our-pros .pro img {
        width: 56px;
    }
}

@media (min-width: 551px) and (max-width: 1024px) {
    .home .our-pros .pro {
        width: 49%;
    }
}

.home .our-pros {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 70px;
    padding-bottom: 89px;
    background-color: #ffffff;
    gap: 10px;
}

.home .our-pros .pro {
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
}

.home .our-pros .pro img {
    margin-right: 20px;
}

.home .our-pros .pro h5 {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #2b2b30;
}

.home .our-pros .pro p {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #2b2b30;
    opacity: .5;
}

.conf-page {
    padding-bottom: 50px;
    overflow: hidden;
}

.conf-logo {
    min-width: 193px;
    display: none;
}

@media (min-width: 600px) {
    .conf-logo {
        display: block;
    }
}

.title-small {
    font-family: Manrope, serif;
    color: black;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    width: 325px;
    margin-bottom: 20px;
}

.title-big {
    font-family: Manrope, serif;
    color: #04507d;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 69px;
    z-index: 5;
}

@media (min-width: 1120px) {
    .title-big {
        font-size: 64px;
    }
}

.conf-date {
    font-family: Manrope, serif;
    text-transform: uppercase;
    color: black;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    text-align: left;
}

.conf-date-bold {
    font-family: Manrope, serif;
    text-transform: uppercase;
    color: black;
    font-size: 24px;
    font-weight: 800;
    line-height: 33px;
    text-align: left;
}

.conf-reg {
    background: #04507d;
    width: 239px;
    height: 56px;
    color: white;
    font-family: Inter, serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    margin-top: 15px;
}

.conf-circle {
    margin-top: -120px;
}

.subtitle-1 {
    margin-top: 72px;
    font-family: Manrope, serif;
    color: black;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    text-align: left;
    width: 300px;
}

@media (min-width: 600px) {
    .subtitle-1 {
        width: 560px;
    }
}

.subtitle-2 {
    font-family: Manrope, serif;
    color: #04507d;
    font-size: 24px;
    font-weight: 800;
    line-height: 33px;
    text-align: left;
}

.subtitle-3 {
    font-family: Manrope, serif;
    text-transform: uppercase;
    color: #04507d;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
}

.conf-calendar {
    margin-top: 52px;
    display: none;
}

@media (min-width: 1120px) {
    .conf-calendar {
        display: block;
    }
}

.conf-calendar-mobile {
    margin-top: 52px;
    display: block;
}

@media (min-width: 1120px) {
    .conf-calendar-mobile {
        display: none;
    }
}

.cell {
    padding: 0;
    min-width: 220px;
    max-width: 220px;
    height: 286px;
}

.cell-header {
    font-family: Manrope, serif;
    color: black;
    text-transform: lowercase;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    margin-left: 22px;
}

.cell-content {
    font-family: Manrope, serif;
    color: black;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    margin-left: 22px;
}

.cell-time {
    font-family: Manrope, serif;
    color: black;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    text-align: left;
    margin-left: 22px;
}

.conf-footer {
    width: 100%;
    background: #04507d;
    padding: 30px 200px;
    justify-content: space-between;
    display: none;
}

@media (min-width: 1200px) {
    .conf-footer {
        display: flex;
    }
}

.conf-footer-mobile {
    width: 100%;
    background: #04507d;
    padding: 2rem 3rem;
    display: inline-block;
}

@media (min-width: 1200px) {
    .conf-footer-mobile {
        display: none;
    }
}

.footer-content {
    font-family: Manrope, serif;
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    margin: 10px 50px;
}

.calendar-vertcal-line {
    min-width: 2px;
}

.calendar-horizontal-line {
    min-height: 3px;
}


/*care-page******************************/

.care-page {
    overflow-x: hidden;
}

.care-page .block_1 {
    margin-top: 53px;
    width: 100%;
    height: 100%;
}

.care-page .block_1 h2 {
    color: #18191f;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.care-page .block_1 h3 {
    color: #18191f;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5;
}

.move-text {
    margin-top: 39px;
}

@media screen and (max-width: 1280px) {
    .care-page .block_1 {
        margin-top: 20px;
    }

    .care-page .block_1 h2 {
        font-size: 28px;
    }

    .care-page .block_1 h3 {
        font-size: 16px;
        line-height: 2;
        margin-top: 20px;
    }

    .move-text {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1140px) {
    .care-page .block_1 {
        margin-top: 10px;
    }

    .care-page .block_1 h2 {
        font-size: 24px;
    }

    .care-page .block_1 h3 {
        font-size: 16px;
        line-height: 1.8;
        margin-top: 10px;
    }

    .move-text {
        margin-top: 10px;
    }
}

@media screen and (max-width: 992px) {
    .care-page .block_1 h2 {
        font-size: 20px;
    }

    .care-page .block_1 h3 {
        font-size: 16px;
        line-height: 1.6;
        margin-top: 10px;
    }

    .move-text {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .care-page .block_1 h2 {
        font-size: 20px;
    }

    .care-page .block_1 h3 {
        font-size: 16px;
        line-height: 1.6;
        margin-top: 10px;
    }

    .move-text {
        margin-top: 10px;
    }
}

@media screen and (max-width: 480px) {
    .care-page .block_1 h2 {
        font-size: 20px;
    }

    .care-page .block_1 h3 {
        font-size: 14px;
        line-height: 2;
        margin-top: 8px;
    }

    .move-text {
        margin-top: 8px;
    }
}

@media screen and (max-width: 320px) {
    .care-page .block_1 h2 {
        font-size: 16px;
    }

    .care-page .block_1 h3 {
        font-size: 14px;
        line-height: 1.8;
        margin-top: 7px;
    }

    .move-text {
        margin-top: 7px;
    }
}

/* Медиа-запрос для экранов максимум 768px */
@media screen and (max-width: 768px) {
    .care-page .block_2 {
        flex-direction: column;
        align-items: center;
    }

    .custom-container {
        width: 100%;
        max-width: 80%;
        height: auto;
        margin-top: 20px;
    }

    .care-page .block_2 h2 {
        font-size: 18px;
        margin-top: 20px;
    }

    .care-page .block_2 p {
        font-size: 10px;
        margin-top: 10px;
    }

    .care-page .block_2 input,
    .care-page .block_2 textarea {
        width: 100%;
    }

    .care-button-new {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .care-button-new button {
        width: auto;
        margin: 5px 0;
    }

    .care-svg {
        width: 80%;
        height: auto;
        margin-top: -50px;
        margin-left: 0;
    }
}


.care-page .block_2 {
    margin-top: 53px;
    width: 100%;
    height: 100%;
    margin-bottom: 78px;
    display: flex;
    flex-direction: row;

}

.accept-color {
    color: #8ec876 !important;
    margin-top: 80px !important;
}

.accept-application {
    margin-top: 40px !important;
}

.error-fio {
    font-family: Inter;
    font-size: 14px;
}

.error-number {
    font-family: Inter;
    font-size: 14px;
}

.custom-container {
    width: 100%;
    max-width: 447px;
    height: 508px;
    flex-shrink: 0;
    border: 1px solid #004a7a;
    background: #ffffff;
    padding: 0px 40px;
    z-index: 1;
}

.care-page .block_2 h2 {
    color: #18191f;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 33px;
}

.care-page .block_2 p {
    color: #18191f;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 9px;
}

.care-page .block_2 input {
    width: 362px;
    height: 31px;
    flex-shrink: 0;
    border: 1px solid #004a7a;
    background: rgba(217, 217, 217, 0.00);
    border-radius: 0;
    margin-top: 22px;
}

.care-page .block_2 textarea {
    width: 362px;
    height: 94px;
    flex-shrink: 0;
    border: 1px solid #004a7a;
    background: rgba(217, 217, 217, 0.00);
    border-radius: 0;
    margin-top: 22px;
}

.care-page .block_2 button {
    width: 100%;
    max-width: 171px;
    height: 31px;
    flex-shrink: 0;
    background: #004a7a;
    color: #ffffff;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 0;
    margin-left: 5px;
    white-space: nowrap;
}

.care-button-new {
    display: flex;
    justify-content: space-between;
    margin-left: -20px;
    margin-top: 34px;
}


.care-block {
    display: flex;
    flex-direction: row;
}

.care-svg {
    width: 1002px;
    height: 610px;
    flex-shrink: 0;
    margin-top: -100px;
    margin-left: -120px;
}

@media screen and (max-width: 1920px) {
    .care-button-new {
        display: flex;
        justify-content: space-between;
        margin-left: -20px;
        margin-top: 34px;
        margin-right: -10px;
    }
}

@media screen and (max-width: 1280px) {
    .care-page .block_2 {
        flex-direction: column;
        align-items: center;
    }

    .custom-container {
        width: 100%;
        max-width: 447px; /* Уменьшим максимальную ширину контейнера */
        height: auto; /* Высоту сделаем автоматической */
        margin-top: 20px; /* Измените отступ по вашему усмотрению */
    }

    .care-page .block_2 h2 {
        font-size: 18px; /* Уменьшите размер шрифта заголовка */
        margin-top: 20px; /* Измените отступ по вашему усмотрению */
    }

    .care-page .block_2 p {
        font-size: 12px; /* Уменьшите размер шрифта текста */
        margin-top: 10px; /* Измените отступ по вашему усмотрению */
    }

    .care-page .block_2 input,
    .care-page .block_2 textarea {
        width: 100%; /* Расширьте текстовые поля на всю ширину контейнера */
    }

    .care-button-new {
        flex-direction: row;
        align-items: center;
        margin-top: 20px; /* Измените отступ по вашему усмотрению */
    }
}

@media screen and (max-width: 1140px) {
    .care-page .block_2 {
        flex-direction: column;
        align-items: center;
    }

    .custom-container {
        width: 447px;
        max-width: 100%;
        height: 508px;
        max-height: 100%;
        margin-top: 20px;
    }

    .care-page .block_2 h2 {
        font-size: 18px;
        margin-top: 20px;
    }

    .care-page .block_2 p {
        font-size: 12px;
        margin-top: 10px;
    }

    .care-page .block_2 input,
    .care-page .block_2 textarea {
        width: 100%;
    }

    .care-button-new {
        flex-direction: row;
        align-items: center;
        margin-top: 20px;
        margin-right: -10px;
    }

    .care-svg {
        width: 80%;
        height: auto;
        margin-top: -50px;
        margin-left: -150px;
    }
}

@media screen and (max-width: 992px) {
    .care-page .block_2 {
        flex-direction: column;
        align-items: center;
    }

    .custom-container {
        width: 447px;
        max-width: 50%;
        height: 508px;
        max-height: 100%;
        margin-top: 20px;
    }

    .care-page .block_2 h2 {
        font-size: 18px;
        margin-top: 20px;
    }

    .care-page .block_2 p {
        font-size: 12px;
        margin-top: 10px;
    }

    .care-page .block_2 input,
    .care-page .block_2 textarea {
        width: 100%;
    }

    .care-button-new {
        flex-direction: row;
        align-items: center;
        margin-top: 20px;
        margin-right: -10px;
    }

    .care-svg {
        width: 80%;
        height: auto;
        margin-top: -50px;
        margin-left: -150px;
    }
}

@media screen and (max-width: 768px) {
    .care-page .block_2 {
        position: relative;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .custom-container {
        position: relative;
        top: 20px;
        width: 100%;
        max-width: 447px;
        height: 508px;
        margin: 0 auto;
    }

    .care-block {
        flex-direction: column;
    }

    .care-page .block_2 h2 {
        font-size: 18px;
        margin-top: 20px;
    }

    .care-page .block_2 p {
        font-size: 12px;
        margin-top: 10px;
    }

    .care-page .block_2 input,
    .care-page .block_2 textarea {
        width: 100%;
    }

    .care-button-new {
        flex-direction: row;
        align-items: center;
        margin-top: 20px;
    }

    .care-button-new button {
        width: auto;
        margin: 5px 0;
    }

    .care-svg {
        width: 80%;
        height: auto;
        margin-top: 0px;
        margin-left: 30px;
    }
}

@media screen and (max-width: 360px) {
    .care-page .block_2 button {
        width: 100%;
        max-width: 248px;
        height: 31px;
        flex-shrink: 0;
        background: #004a7a;
        color: #ffffff;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border-radius: 0;
        margin-left: 5px;
        white-space: nowrap;
    }

    .care-button-new {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        margin-right: -10px;
    }

    .custom-container {
        position: relative;
        top: 20px;
        width: 100%;
        max-width: 447px;
        height: 550px;
        margin: 0 auto;
    }
}

/**/

.graybox-row {
    display: flex;
    flex-direction: row;
}

.graybox-column {
    display: flex;
    flex-direction: column;
}

/*about page**************************************************************************************************/

.about-page {
    margin: 0 auto;
    overflow: hidden;
}

.about-page .block_1 {
    margin-top: 60px;
}
.about-page .block_1 h2 {
    color: #004A7A;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 13px;
}

.about-page .block_1 .text-content {
    display: flex;
    flex-direction: row;
    margin-top: 67px;
}

.about-page .block_1 .image-content img {
    width: 508px;
    height: 190px;
    flex-shrink: 0.75;
    margin-left: 65px;
    margin-top: 60px;
}

.about-page .block_2 .gradient {
    display: flex;
    flex-direction: row;
    margin-top: 181px;
}

.about-page .block_2 .gradient .first {
    background: linear-gradient(90deg, #005186 35.94%, rgba(255, 255, 255, 0.00) 100%);
    max-width: 720px;
    width: 100%;
    height: 1px;
}

.about-page .block_2 .gradient .second {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #005186 64.06%);
    max-width: 720px;
    width: 100%;
    height: 1px;
}

.about-page .block_2 .text-content h2 {
    color: #213644;
    font-family: Inter;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 22px;
    margin-left: 160px;
}

.about-page .block_2 .image-content img {
    max-width: 1440px;
    width: 100%;
    max-height: 635px;
    height: 100%;
    flex-shrink: 0;
}

.about-page .block_4 .module {
    position: relative;
}

.about-page .block_4 .module-name {
    display: flex;
    flex-direction: column;
    text-align: center;
    top: 90px;
    position: relative;
}

.about-page .block_4 .module-name p {
    color: #1b4876;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.about-page .block_4 .module-name h2 {
    color: #1e0e0e;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.about-page .block_4 .module .grass img {
    width: 100%;
    height: auto;
    z-index: 0;
}

.about-page .block_4 .module .road {
    position: relative;
    margin-top: -590px;
    margin-bottom: 200px;
}

.about-page .block_4 .module .road .first-road .module-container {
    display: flex;
    flex-direction: row;
    margin-top: -250px;
    margin-left: 220px;
}

.about-page .block_4 .module .road .first-road .module-container .one h2 {
    width: 210px;
    white-space: nowrap;
    color: #1b4876;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    left: -37px;
    position: relative;
}

.about-page .block_4 .module .road .first-road .module-container .two {
    margin-top: 130px;
    margin-left: 65px;
}

.about-page .block_4 .module .road .first-road .module-container .two h2 {
    width: 308px;
    white-space: nowrap;
    color: #1b4876;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    left: -84px;
    position: relative;
}

.about-page .block_4 .module .road .first-road .module-container .three {
    margin-top: -10px;
    margin-left: 10px;
}

.about-page .block_4 .module .road .first-road .module-container .three h2 {
    width: 281px;
    white-space: nowrap;
    color: #1b4876;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    left: -70px;
    position: relative;
}

.about-page .block_4 .module .road .first-road .module-container .three .module {
    position: relative;
    top: 15px;
    left: 75px;
}

.about-page .block_4 .module .road .first-road .module-container .four {
    margin-top: 67px;
    margin-left: 24px;
}

.about-page .block_4 .module .road .first-road .module-container .four h2 {
    width: 201px;
    white-space: nowrap;
    color: #1b4876;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    left: -40px;
    top: 20px;
    position: relative;
}

.about-page .block_4 .module .road .second-road .module-container {
    display: flex;
    flex-direction: row;
    margin-top: -215px;
    margin-left: 176px;
}

.about-page .block_4 .module .road .second-road {
    position: relative;
    top: -5px;
}

.about-page .block_4 .module .road .second-road .module-container .five h2 {
    position: relative;
    color: #004a7a;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 212px;
    height: 50px;
    top: -45px;
    left: -5px;
    white-space: nowrap;
}

.about-page .block_4 .module .road .second-road .module-container .six {
    margin-top: 110px;
    margin-left: 50px;
}

.about-page .block_4 .module .road .second-road .module-container .six h2 {
    position: relative;
    color: #004a7a;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 220px;
    height: 28px;
    top: -5px;
    left: -40px;
    white-space: nowrap;
}

.about-page .block_4 .module .road .second-road .module-container .seven {
    margin-top: 35px;
    margin-left: 10px;
}

.about-page .block_4 .module .road .second-road .module-container .seven h2 {
    position: relative;
    color: #004a7a;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 137px;
    height: 28px;
    top: 10px;
    left: 15px;
    white-space: nowrap;

}

.about-page .block_4 .module .road .second-road .module-container .eight {
    margin-top: 75px;
    margin-left: 65px;
}

.about-page .block_4 .module .road .second-road .module-container .eight h2 {
    position: relative;
    color: #004a7a;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 162px;
    height: 29px;
    white-space: nowrap;
}

.about-page .block_4 .module .road .second-road .module-container .nine {
    margin-top: 45px;
    margin-left: 35px;
}

.about-page .block_4 .module .road .second-road .module-container .nine h2 {
    position: relative;
    color: #004a7a;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 115px;
    height: 27px;
    left: 20px;
    white-space: nowrap;
}

.about-page .block_5 .kel-kz {
    max-width: 1440px;
    width: 100%;
    height: auto;
    margin-top: -120px;
    margin-bottom: 260px;
}

.about-page .block_5 .kel-bg {
    position: absolute;
    z-index: 0;
}

.about-page .block_5 .kel-main {
    position: absolute;
    z-index: 1;
    margin-left: 155px;
}

.about-page .block_5 .kel-3 {
    position: relative;
}

.about-page .block_5 .kel-kz .kel-2 .kel-3 h2 {
    z-index: 3;
    display: flex;
    justify-content: flex-end;
    position: relative;
    white-space: nowrap;
    color: #213644;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    top: 24px;
    left: 645px;
    width: 666px;
}

.about-page .block_5 .kel-kz .kel-2 .kel-3 .kel-4 {
    z-index: 3;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    right: 450px;
    top: 70px;
}

.about-page .block_5 .kel-kz .kel-2 .kel-3 .kel-4 .linear-gradient {
    position: relative;
    width: 10px;
    height: 139.004px;
    background: linear-gradient(0deg, #005186 15.63%, #ede52e 51.56%, #3fabf1 85.94%);
    left: -8px;
    top: 5px;

}

.about-page .block_5 .kel-kz .kel-2 .kel-3 h3 {
    z-index: 3;
    position: relative;
    display: flex;
    justify-content: flex-end;
    color: #213644;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about-page .block_5 .kel-fg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    margin-right: 148px;
    vertical-align: top;
}

.about-page .red-line {
    width: 100%;
    max-width: 1440px;
    height: 20px;
    background: #e7656f;
    position: relative;
    top: 9px;
    margin-bottom: 27px;
}

.about-page .block_6 .formula-7 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}

.about-page .block_6 .formula-7 .first-container .image-container {
    position: absolute;
    display: flex;
    flex-direction: row;
    margin-left: -190px;
    margin-top: 41px;
}

.about-page .block_6 .formula-7 .first-container .cbc-container {
    position: absolute;
    display: flex;
    flex-direction: row;
    margin-left: -115px;
    margin-top: 375px;
}

.about-page .block_6 .formula-7 .first-container .module-container {
    position: absolute;
    display: flex;
    flex-direction: row;
    margin-left: -25px;
    margin-top: 400px;
}

.about-page .block_6 .formula-7 .first-container .module-container img:nth-child(1) {
    position: absolute;
    z-index: 0;
    width: 57px;
    height: 43px;
    margin-top: 13px;

}

.about-page .block_6 .formula-7 .first-container .module-container img:nth-child(2) {
    position: relative;
    z-index: 1;
    left: 3px;
    top: -2px;
    width: 50px;
    height: 33.75px;
    margin-top: 20px;

}

.about-page .block_6 .formula-7 .first-container .cbc-container-image {
    position: absolute;
    display: flex;
    flex-direction: row;
    margin-left: -375px;
    margin-top: 375px;
}

.about-page .block_6 .formula-7 .first-container .cbc-container-image img:nth-child(1) {
    position: absolute;
    z-index: 0;

}

.about-page .block_6 .formula-7 .first-container .cbc-container-image img:nth-child(2) {
    position: relative;
    z-index: 1;
    left: 3px;
    top: -2px;

}

.about-page .block_6 .formula-7 .first-container .image-container img:nth-child(1) {
    position: absolute;

}

.about-page .block_6 .formula-7 .first-container .image-container img:nth-child(2) {
    position: relative;
    z-index: 1;
    left: 3px;
    top: 3px;
}

.about-page .block_6 .formula-7 .first-container .cbc-container img:nth-child(1) {
    position: absolute;
    z-index: 0;

}

.about-page .block_6 .formula-7 .first-container .cbc-container img:nth-child(2) {
    position: relative;
    z-index: 1;
    left: 3px;
    top: -2px;
}

.about-page .block_6 .formula-7 .first-container .text-container {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
    margin-top: 5px;
}

.about-page .block_6 .formula-7 .first-container .text-container h2:nth-child(1) {
    position: relative;
    z-index: 1;
    color: #232121;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.about-page .block_6 .formula-7 .first-container .text-container h2:nth-child(2) {
    position: relative;
    z-index: 1;
    color: #232121;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 4px;
}

.about-page .block_6 .formula-7 .first-container .cbc-text-container {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-top: 5px;
}

.about-page .block_6 .formula-7 .first-container .module-text-container {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-top: 5px;
}

.about-page .block_6 .formula-7 .first-container .module-text-container h2:nth-child(1) {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.about-page .block_6 .formula-7 .first-container .module-text-container h2:nth-child(2) {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -5px;
}

.about-page .block_6 .formula-7 .first-container .cbc-text-container h2:nth-child(1) {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.about-page .block_6 .formula-7 .first-container .cbc-text-container h2:nth-child(2) {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 4px;
}

.about-page .block_6 .formula-7 .first-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-page .block_6 .formula-7 .first-container .second-container {
    display: flex;
    flex-direction: row;
}

.about-page .block_6 .formula-7 .third-container {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.about-page .block_6 .formula-7 .first-container .second-container img:nth-child(1) {
    margin-top: 18px;
}

.about-page .block_6 .formula-7 .first-container .second-container img:nth-child(2) {
    margin-left: 20px;
    margin-top: 18px;
}

.about-page .block_6 .formula-7 .third-container img:nth-child(2) {
    margin-top: 24px;
}

.about-page .block_6 .formula-7 .third-container img:nth-child(3) {
    margin-top: 21px;
}

.about-page .block_6 .red-line-2 {
    width: 100%;
    max-width: 1440px;
    height: 20px;
    background: #e7656f;
    margin-top: 6px;
    margin-bottom: 34px;
}

.about-page .block_6 .blue-line {
    width: 100%;
    max-width: 1440px;
    height: 20px;
    background: #004a7a;
    margin-top: 30px;
    margin-bottom: 30px;
}

.about-page .block_6 .blue-line-2 {
    width: 100%;
    max-width: 1440px;
    height: 20px;
    background: #004a7a;
    margin-top: 25px;
    margin-bottom: 34px;
}

.about-page .block_6 .blue-line-3 {
    width: 100%;
    max-width: 1440px;
    height: 20px;
    background: #004a7a;
    margin-top: 21px;
    margin-bottom: 34px;
}

.about-page .block_6 .blue-line-4 {
    width: 100%;
    max-width: 1440px;
    height: 20px;
    background: #004a7a;
    margin-top: 13px;
    margin-bottom: 22px;
}

.about-page .block_6 .kel-kaz {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-page .block_6 .kel-kaz .image-container-one {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

}

.about-page .block_6 .kel-kaz .image-container-two {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 25px;
}

.about-page .block_6 .kel-kaz .image-container-three {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.about-page .block_6 .kel-kaz .image-container-four img:nth-child(2) {
    margin-left: 16px;
}

.about-page .block_6 .kel-kaz .image-container-five {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 16px;
}

.about-page .block_6 .kel-kaz .image-container-five img:nth-child(2) {
    margin-left: 20px;
}

.about-page .block_6 .kel-kaz .image-container-six img:nth-child(1) {
    margin-left: 19px;
}

.about-page .block_6 .kel-kaz .image-container-one img:nth-child(1) {
    max-width: 1140px;
}

.about-page .block_8 {
    height: 397px;
    margin-top: -10px;
}

.about-page .block_8 #map-2 {
    width: 100%;
    height: 406px !important;
    top: -10px;
}

.about-page .blue-line-4 {
    width: 100%;
    max-width: 1440px;
    height: 20px;
    background: #004a7a;
    margin-top: 13px;
    margin-bottom: 22px;
}

.about-page .block_7 {
    background: #ffffff;
    padding: 50px 0;

}


.about-page .block_7 a {
    color: #004a7a;
}

.about-page .block_7 p {
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    line-height: 46px;
    color: #18191f;
    margin-bottom: 15px;
    text-align: center;
    margin-top: -25px;
}

.about-page .block_7 h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #18191f;
    margin-bottom: 15px;
    text-align: center;
}

.about-page .block_7 p.bigger {
    font-size: 18px;
    line-height: 30px;
}

.about-page .block_7 p.bigger a {
    font-size: 18px;
    text-decoration: none;
    color: #004a7a;
}

.about-page .block_7 .flex {
    max-width: 395px;
    width: 100%;
    margin: 0 auto;
}

.about-page .block_7 .flex div {
    width: 183px;
    height: 61px;
}

.about-page .block_7 .flex a {
    width: 100%;
    height: 100%;
    background: #004a7a;
    border-radius: 1vw;
    text-decoration: none;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    transition: 300ms ease-in-out;
    border: 1px solid #004a7a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-page .block_7 .flex a:hover {
    color: #004a7a;
    background: #ffffff;
    transition: 300ms ease-in-out;
}

.about-page .block_7 .flex div:last-of-type a {
    color: #004a7a;
    background: #ffffff;
}

.about-page .block_7 .flex div:last-of-type a:hover {
    color: #ffffff;
    background: #004a7a;
}


@media (max-width: 1280px) {
    .about-page .block_5 .kel-kz {
        width: 1280px;
        height: 550px;
        margin-top: -180px;
        margin-bottom: -40px;
    }

    .about-page .block_5 .kel-bg {
        width: 1280px;
        height: 550px;
    }

    .about-page .block_5 .kel-kz .kel-2 .kel-3 .kel-4 {
        right: 361px;
        top: 196px;
    }

    .about-page .block_5 .kel-main {
        margin-left: 155px;
        margin-top: 57px;
        width: 1007px;
    }

    .about-page .block_5 .kel-fg {
        position: absolute;
        top: 66px;
        right: 0;
        z-index: 2;
        margin-right: 36px;
        vertical-align: top;
    }

    .about-page .block_5 .kel-kz .kel-2 .kel-3 h2 {
        top: 101px;
        left: 575px;
    }

    .about-page .block_4 .module .grass img {
        margin-top: 15px;
    }

    .about-page .block_2 .text-content h2 {
        margin-left: 90px;
    }
}

@media (max-width: 1024px) {
    .about-page {
        min-width: 769px;
        max-width: 1024px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        overflow-x: hidden;
    }

    .about-page .block_1 h2 {
        font-size: 1.96875rem;
        white-space: nowrap;
        padding: 0 15px;
    }

    .about-page .block_1 .image-content img {
        max-width: 70%;
        max-height: 100%;
        margin-left: 60px;
        margin-top: 25px;
    }


    .about-page .block_2 .gradient .first,
    .about-page .block_2 .gradient .second {
        max-width: 1024px;
        width: 100%;
    }

    .about-page .block_2 .text-content h2 {
        font-size: 1.5rem;
        margin-top: 22px;
        margin-left: 13px;
    }

    .about-page .block_4 .module .grass img {
        width: 100%;
        height: auto;
        z-index: 0;
        margin-top: 25px;
    }

    .about-page .block_4 .module .road .first-road .img,
    .about-page .block_4 .module .road .second-road .img {
        width: 100%;
        height: 75%;
    }

    .about-page .block_4 .module .road .first-road .module-container .object,
    .about-page .block_4 .module .road .second-road .module-container .object {
        width: 75%;
    }

    .about-page .block_4 .module .road {
        position: relative;
        margin-top: -420px;
        margin-bottom: 200px;
    }

    .about-page .block_4 .module .road .first-road .module-container {
        display: flex;
        flex-direction: row;
        margin-left: 145px;
        margin-top: -185px;
        height: 200px;
    }

    .about-page .block_4 .module .road .first-road .module-container .two {
        margin-top: 83px;
        margin-left: 1px;
    }

    .about-page .block_4 .module .road .first-road .module-container .three {
        margin-left: -85px;
        margin-top: 1px;
    }

    .about-page .block_4 .module .road .first-road .module-container .three .module {
        position: relative;
        width: 30%;
        top: 21px;
        left: 65x;
    }

    .about-page .block_4 .module .road .first-road .module-container .four {
        margin-left: -76px;
        margin-top: 37px;
    }

    .about-page .block_4 .module .road .second-road .module-container .five {
        margin-left: -55px;
        margin-top: 60px;
    }

    .about-page .block_4 .module .road .second-road .module-container .six {
        margin-left: -20px;
        margin-top: 135px;
    }

    .about-page .block_4 .module .road .second-road .module-container .seven {
        margin-left: -65px;
        margin-top: 88px;
    }

    .about-page .block_4 .module .road .second-road .module-container .eight {
        margin-left: 1px;
        margin-top: 115px;
    }

    .about-page .block_4 .module .road .second-road .module-container .nine {
        margin-left: -20px;
        margin-top: 90px;
    }

    .about-page .block_4 .module .road .first-road .module-container .one h2 {
        font-size: 16px;

    }

    .about-page .block_4 .module .road .first-road .module-container .two h2 {
        font-size: 16px;

    }

    .about-page .block_4 .module .road .first-road .module-container .three h2 {
        font-size: 16px;

    }

    .about-page .block_4 .module .road .first-road .module-container .four h2 {
        font-size: 16px;

    }

    .about-page .block_4 .module .road .second-road .module-container .five h2 {
        font-size: 16px;
        position: relative;
        top: -35px;
    }

    .about-page .block_4 .module .road .second-road .module-container .six h2 {
        font-size: 16px;

    }

    .about-page .block_4 .module .road .second-road .module-container .seven h2 {
        font-size: 16px;
        position: relative;
        top: -1px;
    }

    .about-page .block_4 .module .road .second-road .module-container .eight h2 {
        font-size: 16px;

    }

    .about-page .block_4 .module .road .second-road .module-container .nine h2 {
        font-size: 16px;

    }

    .about-page .block_4 .module .road .first-road .module-container .two .object {
        width: 30%;
    }

    .about-page .block_4 .module .road .first-road .module-container .three .object {
        width: 40%;
    }

    .about-page .block_4 .module .road .first-road .module-container .four .object {
        width: 90%;
    }

    .about-page .block_4 .module .road .second-road .module-container .five .object {
        width: 60%;
    }

    .about-page .block_4 .module .road .second-road .module-container .six .object {
        width: 45%;
    }

    .about-page .block_4 .module .road .second-road {
        position: relative;
        top: 30px;
    }


    .about-page .block_5 .kel-kz {
        max-width: 1024px;
        width: 100%;
    }

    .about-page .block_5 .kel-3 {
        position: relative;
        top: 100px;
    }

    .about-page .block_5 .kel-main {
        max-width: 806px;
        width: 100%;
        margin-top: 100px;
    }

    .about-page .block_5 .kel-bg {
        max-width: 1024px;
        width: 100%;
    }

    .about-page .block_5 .kel-fg {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        margin-right: 0px;
        vertical-align: top;
        max-width: 540px;
        width: 100%;
    }

    .about-page .block_5 .kel-kz .kel-2 .kel-3 h2 {
        z-index: 3;
        display: flex;
        justify-content: flex-end;
        position: relative;
        white-space: nowrap;
        color: #213644;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        top: 24px;
        left: 355px;
        width: 666px;
    }

    .about-page .block_5 .kel-kz .kel-2 .kel-3 h3 {
        z-index: 3;
        position: relative;
        display: flex;
        justify-content: flex-end;
        color: #213644;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .about-page .block_5 .kel-kz .kel-2 .kel-3 .kel-4 .linear-gradient {
        position: relative;
        width: 10px;
        height: 114px;
        background: linear-gradient(0deg, #005186 15.63%, #ede52e 51.56%, #3fabf1 85.94%);
        left: -8px;
        top: 5px;
    }

    .about-page .block_5 .kel-kz .kel-2 .kel-3 .kel-4 {
        z-index: 3;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        right: 245px;
        top: 50px;
    }

    .about-page .red-line {
        width: 100%;
        max-width: 1024px;
        height: 20px;
        background: #e7656f;
        margin-top: -100px;
        margin-bottom: 28px;
    }

    .about-page .block_6 {
        max-width: 1024px;
        width: 100%;
    }

    .about-page .block_6 .formula-7 .first-container img:nth-child(1) {
        max-width: 533px;
        max-height: 339.05px;
    }

    .about-page .block_6 .formula-7 .second-container img:nth-child(1) {
        max-width: 260.27px;
    }

    .about-page .block_6 .formula-7 .second-container img:nth-child(2) {
        max-width: 260px;
        margin-left: 13px !important;
    }

    .about-page .block_6 .formula-7 .third-container img:nth-child(1) {
        max-width: 260.27px;
    }

    .about-page .block_6 .formula-7 .third-container img:nth-child(2) {
        max-width: 260.27px;
        margin-top: 13px;
        max-height: 123.39px;
    }

    .about-page .block_6 .formula-7 .third-container img:nth-child(3) {
        max-width: 260.27px;
    }

    .about-page .block_6 .formula-7 .first-container .image-container img:nth-child(1) {
        max-width: 150px;
        max-height: 45px;
    }

    .about-page .block_6 .formula-7 .first-container .image-container img:nth-child(2) {
        max-width: 140px;
        max-height: 42px;
    }

    .about-page .block_6 .formula-7 .first-container .image-container {
        margin-left: 5px;
    }

    .about-page .block_6 .formula-7 .first-container .text-container h2:nth-child(1) {
        font-size: 18px;

    }

    .about-page .block_6 .formula-7 .first-container .customs {
        top: -105px !important;
        left: 240px !important;
    }

    .about-page .block_6 .formula-7 .first-container .cbc-container {
        top: -105px;
        left: 240px;
    }

    .about-page .block_6 .formula-7 .first-container .cbc-container img:nth-child(1) {
        max-width: 155px;
        max-height: 45px;
        top: 9px;
    }

    .about-page .block_6 .formula-7 .first-container .cbc-container img:nth-child(2) {
        max-width: 145px;
        max-height: 40px;
        top: 10px;
    }

    .about-page .block_6 .formula-7 .first-container .cbc-text-container h2:nth-child(1) {
        font-size: 24px;
    }

    .about-page .block_6 .formula-7 .first-container .cbc-text-container h2:nth-child(2) {
        font-size: 12px;
    }

    .about-page .block_6 .formula-7 .first-container .custom img:nth-child(1) {
        max-width: 383px;
        max-height: 120px;
    }

    .about-page .block_6 .formula-7 .first-container .custom img:nth-child(2) {
        max-width: 137px;
        max-height: 120px;
    }

    .about-page .block_6 .formula-7 .first-container .second-container img:nth-child(1) {
        max-height: 116px;
    }

    .about-page .block_6 .formula-7 .first-container .second-container img:nth-child(2) {
        max-height: 116px;
    }

    .about-page .block_6 .formula-7 .first-container .cbc-container-image img:nth-child(1) {
        max-width: 155px;
        max-height: 45px;
        top: 9px;
    }

    .about-page .block_6 .formula-7 .first-container .cbc-container-image img:nth-child(2) {
        max-width: 145px;
        max-height: 40px;
        top: 10px;
    }

    .about-page .block_6 .formula-7 .first-container .cbc-container-image {
        margin-left: -235px;
        margin-top: 265px;
    }

    .about-page .block_6 .formula-7 .first-container .custom-image img:nth-child(1) {
        max-width: 205px;
    }

    .about-page .block_6 .formula-7 .first-container .custom-image img:nth-child(2) {
        max-width: 320px;
    }

    .about-page .block_6 .formula-7 .first-container .image-custom img:nth-child(1) {
        max-width: 204px !important;
        margin-left: -20px;
    }

    .about-page .block_6 .formula-7 .first-container .image-custom img:nth-child(2) {
        max-width: 316px;
        position: relative;
        left: 20px;
    }

    .about-page .block_6 .formula-7 .first-container .second-container {
        max-width: 534px;
    }

    .about-page .block_6 .formula-7 .first-container .module-container {
        margin-left: 3px;
        margin-top: 275px;
    }

    .about-page .block_6 .formula-7 .first-container .module-container img:nth-child(1) {
        max-width: 50px;
        max-height: 40px;
    }

    .about-page .block_6 .formula-7 .first-container .module-container img:nth-child(2) {
        max-width: 45px;
        max-height: 30px;
    }

    .about-page .block_6 .formula-7 .first-container .module-text-container {
        position: relative;
        top: 5px;
    }

    .about-page .block_6 .formula-7 .first-container .module-text-container h2:nth-child(1) {
        font-size: 24px;
    }

    .about-page .block_6 .formula-7 .first-container .module-text-container h2:nth-child(2) {
        font-size: 12px;
    }

    .about-page .block_6 .kel-kaz {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .about-page .block_6 .kel-kaz .image-container-one img:nth-child(1) {
        max-width: 815px;
        position: relative;
        left: 125px;
    }

    .about-page .block_6 .kel-kaz .image-container-one .image-container-two .image-container-three .image-container-five img:nth-child(1) {
        max-width: 192px;
        max-height: 115px;
    }

    .about-page .block_6 .kel-kaz .image-container-one .image-container-two .image-container-three .image-container-five img:nth-child(2) {
        max-width: 330px;
        max-height: 115px;
        margin-left: 140px;
    }

    .about-page .block_6 .kel-kaz .image-container-one .image-container-two .image-container-three .image-container-four img:nth-child(1) {
        max-width: 263px;
        max-height: 193px;
    }

    .about-page .block_6 .kel-kaz .image-container-one .image-container-two .image-container-three .image-container-four img:nth-child(2) {
        max-width: 263px;
        max-height: 193px;
        margin-left: 130px;
    }

    .about-page .block_6 .kel-kaz .image-container-one .image-container-two .image-container-six img:nth-child(1) {
        max-width: 263px;
        max-height: 320px;
        margin-right: 120px;
        position: relative;
        left: -3px;
    }

    .about-page .block_6 .kel-kaz .image-container-five {
        margin-top: 12px;
    }

    .about-page .block_6 .kel-kaz .image-container-two {
        margin-top: 15px;
    }
}

.mobile-page {
    display: none;
}

@media (max-width: 768px) {
    .about-page {
        max-width: 450px !important;
        min-width: 450px !important;
        width: 100%;

    }

    .about-page .block_1 {
        display: none;
    }

    .about-page .block_2 {
        display: none;
    }

    .about-page .block_4 {
        display: none;
    }

    .about-page .block_5 {
        display: none;
    }

    .about-page .block_6 {
        display: none;
    }

    .about-page .block_7 {
        display: none;
    }

    .about-page .block_8 {
        display: none;
    }

    .about-page .blue-line-4 {
        display: none;
    }

    .about-page .red-line {
        display: none;
    }

    .mobile-page {
        display: block;
        width: 450px;
        height: auto;
    }

    .mobile-page .block_9 {
        margin-top: 16px;
    }



    .mobile-page .block_9 .description h2 {
        width: 180px;
        height: 126px;
        color: #18191f;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-left: 10px;
    }



    .mobile-page .block_9 .history {
        margin-top: 18px;
        width: 450px;
        overflow-x: auto;
        white-space: nowrap;
        margin-left: -5px;
    }

    .mobile-page .block_9 .history h2 {
        color: #18191f;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-left: 15px;
    }

    .mobile-page .block_9 .history img {
        width: 534px;
        height: 263px;
    }

    .mobile-page .block_10 .graybox-content {
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 {
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 {
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-1 {
        width: 279px;
        height: 73px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 10px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-1 img {
        width: 75px;
        height: 79px;
        margin-left: -10px;
        margin-top: -10px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-1 .text-container {
        display: flex;
        flex-direction: column;
        width: 119px;
        height: 34px;
        position: relative;
        top: 19px;
        left: -6px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-1 .text-container h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-1 .text-container h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-2 {
        width: 283px;
        height: 73px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 6px;
        margin-top: 3px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-2 .text-container-2 {
        display: flex;
        flex-direction: column;
        width: 143px;
        height: 34px;
        margin-top: 19px;
        margin-left: 11px;
        z-index: 1;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-2 .text-container-2 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-2 .text-container-2 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-2 img {
        width: 61px;
        height: 63px;
        position: relative;
        z-index: 0;
        top: 4px;
        right: 4px;

    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-3 {
        width: 215px;
        height: 149px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 4px;
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-3 img {
        width: 90%;
        height: auto;
        position: relative;
        left: -5px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-3 .text-container-3 {
        width: 145px;
        height: 53px;
        margin-top: -14px;
        margin-left: 5px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-3 .text-container-3 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-3 .text-container-3 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .mobile-page .block_10 .graybox-content .graybox-4 {
        width: 442px;
        height: 52px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 5px;
        margin-top: 5px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-4 .text-container-4 {
        width: 240px;
        height: 34px;
        display: flex;
        flex-direction: column;
        margin-top: 8px;
        margin-left: 8px;
    }

    .mobile-page .block_10 .graybox-content .graybox-4 .text-container-4 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-4 .text-container-4 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-4 img {
        width: 146px;
        height: 53px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 {
        display: flex;
        flex-direction: row;
        margin-top: 3px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-5 {
        width: 264px;
        height: 139px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 5px;
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-5 img {
        width: 160px;
        height: 122px;
        margin-top: -5px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-5 .text-container-5 {
        width: 188px;
        height: 34px;
        display: flex;
        flex-direction: column;
        margin-left: 5px;
        margin-top: -20px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-5 .text-container-5 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-5 .text-container-5 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 {
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-6 {
        width: 174px;
        height: 66px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 4px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-6 .text-container-6 {
        width: 119px;
        height: 53px;
        margin-top: 8px;
        margin-left: 6px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-6 .text-container-6 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-6 .text-container-6 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-6 img {
        width: 57px;
        height: 57px;
        margin-top: 4px;
        margin-left: -15px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-7 {
        width: 174px;
        height: 69px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-top: 4px;
        margin-left: 4px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-7 .text-container-7 {
        width: 168px;
        height: 53px;
        margin-left: 5px;
        margin-top: 3px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-7 .text-container-7 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-7 .text-container-7 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-7 img {
        width: 67px;
        height: 72px;
        position: relative;
        right: 63px;
        top: 10px;
    }

    .mobile-page .block_11 {
        margin-top: 26px;
    }

    .mobile-page .block_11 .text-container {
        display: flex;
        flex-direction: column;
        z-index: 999;
    }

    .mobile-page .block_11 .text-container h1 {
        color: #1b4876;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 183px;
        height: 24px;
        margin-left: 10px;
    }

    .mobile-page .block_11 .text-container h2 {
        color: #1e0e0e;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        width: 163px;
        height: 15px;
        margin-top: 10px;
        margin-left: 22px;
    }

    .mobile-page .block_11 .text-container h3 {
        color: #1b4876;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 156px;
        height: 19px;
        margin-top: 39px;
        margin-left: 17px;
    }

    .mobile-page .block_11 .grass {
        margin-top: -50px;
    }

    .mobile-page .block_11 .grass .first-grass {
        background-image: url('/images/about/mob/first-grass.svg');
        width: 450px;
        height: 404px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 {
        background-image: url('/images/about/mob/road-1.svg');
        width: 450px;
        height: 185px;
        position: relative;
        top: 105px;
        display: flex;
        flex-direction: row;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-1 {
        display: flex;
        flex-direction: column;
        position: relative;
        top: -22px;
        left: 31px;
    }


    .mobile-page .block_11 .grass .first-grass .road-1 .container-1 img {
        width: 61px;
        height: 68px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-1 h2 {
        width: 71px;
        height: 45px;
        color: #1b4876;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 3px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-2 {
        display: flex;
        flex-direction: column;
        position: relative;
        top: 129px;
        left: 34px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-2 img {
        width: 89px;
        height: 57px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-2 h2 {
        width: 99px;
        height: 45px;
        color: #1b4876;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 3px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-3 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 44px;
        top: -26px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-3 img:first-child {
        width: 100px;
        height: 95px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-3 h2 {
        width: 107px;
        height: 45px;
        color: #1b4876;
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-3 img:last-child {
        width: 54px;
        height: 45px;
        margin-top: 130px;
        margin-left: 40px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-4 {
        display: flex;
        flex-direction: column;
        position: relative;
        top: 95px;
        left: 70px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-4 img {
        width: 62px;
        height: 80px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-4 h2 {
        width: 89px;
        height: 30px;
        color: #1b4876;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_11 .grass .second-grass {
        background-image: url('/images/about/mob/second-grass.svg');
        width: 450px;
        height: 353px;
        margin-top: -30px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 {
        background-image: url('/images/about/mob/road-2.svg');
        width: 450px;
        height: 169px;
        position: relative;
        top: 80px;
        display: flex;
        flex-direction: row;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-5 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 45px;
        top: 16px;
        width: 40px;
        height: 50px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-5 h1 {
        width: 100px;
        height: 19px;
        color: #1b4876;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-5 img {
        width: 79px;
        height: 51px;
        margin-top: 15px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-5 h2 {
        width: 109px;
        height: 46px;
        color: #004a7a;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        left: -15px;
        top: -5px;
        position: relative;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-6 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 58px;
        top: 106px;
        height: 50px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-6 img {
        width: 75px;
        height: 67px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-6 h2 {
        width: 96px;
        height: 29px;
        color: #004a7a;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-7 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 65px;
        top: 47px;
        height: 50px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-7 img {
        width: 61px;
        height: 42px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-7 h2 {
        width: 92px;
        height: 45px;
        color: #004a7a;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-8 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 58px;
        top: 118px;
        height: 50px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-8 img {
        width: 70px;
        height: 47px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-8 h2 {
        width: 81px;
        height: 27px;
        color: #004a7a;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-9 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 51px;
        top: 52px;
        height: 50px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-9 img {
        width: 65px;
        height: 35px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-9 h2 {
        width: 89px;
        height: 28px;
        color: #004a7a;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_12 .mobile-kel {
        width: 450px;
        height: 191px;
        background: #D9D9D9;
        margin-top: -5px;
    }

    .mobile-page .block_12 .mobile-kel .kel-img {
        background-image: url('/images/about/mob/kel-img.webp');
        width: 341px;
        height: 156px;
        position: relative;
        top: 12px;
        left: 55px;
    }

    .mobile-page .block_12 .mobile-kel .kel-img .kel-bg {
        width: 205px;
        height: 172px;
        background: #D9D9D9;
        position: relative;
        top: 2px;
        left: 141px;
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_12 .mobile-kel .kel-img .kel-bg h1 {
        width: 195px;
        height: 96px;
        color: #213644;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_12 .mobile-kel .kel-img .kel-bg .text-container {
        display: flex;
        flex-direction: row;
        margin-top: 8px;
    }

    .mobile-page .block_12 .mobile-kel .kel-img .kel-bg .text-container .mob-gradient {
        width: 6px;
        height: 67px;
        background: linear-gradient(45deg, #005186 15.63%, #EDE52E 51.56%, #3FABF1 85.94%);
    }

    .mobile-page .block_12 .mobile-kel .kel-img .kel-bg .text-container h2 {
        height: 72px;
        color: #213644;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-left: 5px;
        margin-top: -5px;
    }

    .mobile-page .red_line_1 {
        /*max-width: 450px;*/
        width: 460px;
        height: 10px;
        background: #E7656F;
        margin-top: 6px;
        margin-left: -5px;
    }

    .mobile-page .block_13 {
        margin: 0 auto;
    }

    .mobile-page .block_13 .formula {
        display: flex;
        flex-direction: column;
        margin-left: 30px;
        margin-top: 6px;
    }

    .mobile-page .block_13 .formula .service {
        background: url('/images/about/mob_img/image-1.webp'), lightgray 50% / cover no-repeat;
        width: 390px;
        height: 198px;
        background-size: cover;
        background-repeat: no-repeat;
    }


    .mobile-page .block_13 .formula .service img {
        width: 114px;
        height: 33px;
        margin-top: 7px;
        margin-left: 6px;
    }

    .mobile-page .block_13 .formula .service h2 {
        width: 230px;
        height: 24px;
        color: #FFF;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 6px;
        margin-left: 6px;
    }

    .mobile-page .block_13 .formula .service h3 {
        width: 288px;
        height: 15px;
        color: #FFF;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-left: 6px;
    }

    .mobile-page .block_13 .formula .image-container {
        display: flex;
        flex-direction: row;
        margin-top: 4px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .mobile-page .block_13 .formula .image-container img:not(:first-child) {
        margin-left: 3px;
    }

    .mobile-page .block_13 .red_line_2 {
        /*max-width: 450px;*/
        width: 460px;
        height: 10px;
        background: #E7656F;
        margin-top: 4px;
        margin-left: -5px;
    }

    .mobile-page .block_13 .cbc {
        display: flex;
        flex-direction: column;
        margin-left: 30px;
        margin-top: 6px;
    }

    .mobile-page .block_13 .cbc .service {
        width: 390px;
        height: 198px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }


    .mobile-page .block_13 .cbc .service img {
        width: 65px;
        height: 25px;
        margin-top: 11px;
        margin-left: 5px;
    }

    .mobile-page .block_13 .cbc .service h2 {
        width: 170px;
        height: 24px;
        color: #FFF;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 5px;
        margin-left: 7px;
    }

    .mobile-page .block_13 .cbc .service h3 {
        width: 330px;
        height: 13px;
        color: #FFF;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;;
        margin-left: 6px;
    }

    .mobile-page .block_13 .cbc .image-container {
        display: flex;
        flex-direction: row;
        margin-top: 4px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .mobile-page .block_13 .cbc .image-container img:not(:first-child) {
        margin-left: 3px;
    }

    .mobile-page .block_13 .blue_line_1 {
        background: #004A7A;
        /*max-width: 450px;*/
        width: 460px;
        height: 10px;
        margin-top: 8px;
        margin-left: -5px;
    }

    .mobile-page .block_13 .cbc-module {
        display: flex;
        flex-direction: column;
        margin-left: 30px;
        margin-top: 6px;
    }

    .mobile-page .block_13 .cbc-module .service {
        width: 390px;
        height: 198px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }


    .mobile-page .block_13 .cbc-module .service img {
        width: 65px;
        height: 25px;
        margin-top: 11px;
        margin-left: 5px;
    }

    .mobile-page .block_13 .cbc-module .service h2 {
        width: 170px;
        height: 24px;
        color: #FFF;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 5px;
        margin-left: 7px;
    }

    .mobile-page .block_13 .cbc-module .service h3 {
        width: 330px;
        height: 13px;
        color: #FFF;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;;
        margin-left: 6px;
    }

    .mobile-page .block_13 .cbc-module .image-container {
        display: flex;
        flex-direction: row;
        margin-top: 4px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .mobile-page .block_13 .cbc-module .image-container img:not(:first-child) {
        margin-left: 3px;
    }

    .mobile-page .block_14 .flex div:last-of-type a {
        color: #004a7a;
        background: #ffffff;
    }

    .mobile-page .block_14 .flex div:last-of-type a:hover {
        background: #004a7a;
        color: #ffffff;
        transition: 0.3s;
    }

    .mobile-page .block_14 {
        height: 500px;
        margin-left: -5px;
    }

    .mobile-page .block_14 #map {
        width: 100%;
        height: 430px
    }

    .about-page .block_14 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center;
        margin-top: 11px;
    }

    .about-page .block_14 h2 {
        color: #000000;
        text-align: center;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 11px;
    }

    .about-page .block_14 h1 {
        color: #000000;
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 7px;
    }

    .about-page .block_14 h1 a[href="tel:7210"] {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-decoration-line: underline;
    }

    .about-page .block_14 .flex a {
        width: 160px;
        height: 100%;
        background: #004a7a;
        border-radius: 15px;
        text-decoration: none;
        font-family: Inter;
        font-weight: 400;
        font-size: 18px;
        line-height: 45px;
        color: #ffffff;
        transition: 300ms ease-in-out;
        border: 1px solid #004a7a;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 22px;
        margin-left: 22px;
        margin-bottom: 3px;
    }

    .about-page .block_14 .flex a:hover {
        color: #004a7a;
        background: #ffffff;
        transition: 0.3s;
    }
}

@media (max-width: 420px) {
    .about-page {
        max-width: 420px !important;
        min-width: 420px !important;
        width: 100%;
    }

    .mobile-page {
        display: block;
        width: 420px;
        height: auto;
    }



    .mobile-page .block_9 .history h2 {
        margin-left: 20px;
    }

    .mobile-page .block_9 .history {
        width: 420px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-1 {
        width: 255px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-2 {
        width: 259px;
    }

    .mobile-page .block_10 .graybox-content .graybox-4 {
        width: 410px;
        height: 61px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-6 {
        width: 222px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-7 {
        width: 222px;
    }

    .mobile-page .block_11 .grass .first-grass {
        width: 420px;
        height: 381px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .mobile-page .block_11 .grass .second-grass {
        width: 420px;
        height: 329px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 {
        width: 420px;
        height: 170px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 {
        width: 420px;
        height: 155px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-1 {
        top: -26px;
        left: 23px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-2 {
        top: 109px;
        left: 23px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-3 {
        left: 23px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-3 img:last-child {
        margin-top: 130px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-4 {
        top: 79px;
        left: 38px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-5 {
        left: 37px;
        top: 6px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-6 {
        left: 48px;
        top: 95px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-7 {
        left: 42px;
        top: 39px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-8 {
        left: 28px;
        top: 107px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-9 {
        left: 21px;
        top: 44px;
    }

    .mobile-page .block_12 .mobile-kel {
        width: 420px;
    }

    .mobile-page .block_13 .formula {
        margin-left: 35px;
    }

    .mobile-page .red_line_1 {
        width: 430px;
    }

    .mobile-page .block_13 .red_line_2 {
        width: 430px;
    }

    .mobile-page .block_13 .blue_line_1 {
        width: 430px;
    }

    .mobile-page .block_13 .cbc {
        margin-left: 35px;
    }

    .mobile-page .block_13 .cbc-module {
        margin-left: 35px;
    }
}

@media (max-width: 420px) {

    .about-page {
        max-width: 420px !important;
        min-width: 420px !important;
        width: 100%;

    }

    .about-page .block_1 {
        display: none;
    }

    .about-page .block_2 {
        display: none;
    }

    .about-page .block_4 {
        display: none;
    }

    .about-page .block_5 {
        display: none;
    }

    .about-page .block_6 {
        display: none;
    }

    .about-page .block_7 {
        display: none;
    }

    .about-page .block_8 {
        display: none;
    }

    .about-page .blue-line-4 {
        display: none;
    }

    .about-page .red-line {
        display: none;
    }

    .mobile-page {
        display: block;
        width: 420px;
        height: auto;
    }

    .mobile-page .block_9 {
        margin-top: 16px;
    }



    .mobile-page .block_9 .description h2 {
        width: 180px;
        height: 126px;
        color: #18191f;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-left: 10px;
    }

    .mobile-page .block_9 .history {
        margin-top: 18px;
        width: 375px;
        overflow-x: auto;
        white-space: nowrap;
        margin-left: -5px;
    }

    .mobile-page .block_9 .history h2 {
        color: #18191f;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-left: 15px;
    }

    .mobile-page .block_9 .history img {
        width: 534px;
        height: 263px;
    }

    .mobile-page .block_10 .graybox-content {
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 {
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 {
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-1 {
        width: 209px;
        height: 73px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 10px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-1 img {
        width: 75px;
        height: 79px;
        margin-left: -10px;
        margin-top: -10px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-1 .text-container {
        display: flex;
        flex-direction: column;
        width: 119px;
        height: 34px;
        position: relative;
        top: 19px;
        left: -6px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-1 .text-container h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-1 .text-container h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-2 {
        width: 213px;
        height: 73px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 6px;
        margin-top: 3px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-2 .text-container-2 {
        display: flex;
        flex-direction: column;
        width: 143px;
        height: 34px;
        margin-top: 19px;
        margin-left: 11px;
        z-index: 1;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-2 .text-container-2 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-2 .text-container-2 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-2 img {
        width: 61px;
        height: 63px;
        position: relative;
        z-index: 0;
        top: 4px;
        right: 4px;

    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-3 {
        width: 145px;
        height: 149px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 4px;
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-3 img {
        width: 90%;
        height: auto;
        position: relative;
        left: -5px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-3 .text-container-3 {
        width: 145px;
        height: 53px;
        margin-top: -14px;
        margin-left: 5px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-3 .text-container-3 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-3 .text-container-3 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .mobile-page .block_10 .graybox-content .graybox-4 {
        width: 362px;
        height: 52px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 5px;
        margin-top: 5px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-4 .text-container-4 {
        width: 240px;
        height: 34px;
        display: flex;
        flex-direction: column;
        margin-top: 8px;
        margin-left: 8px;
    }

    .mobile-page .block_10 .graybox-content .graybox-4 .text-container-4 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-4 .text-container-4 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-4 img {
        width: 146px;
        height: 53px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 {
        display: flex;
        flex-direction: row;
        margin-top: 3px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-5 {
        width: 184px;
        height: 139px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 5px;
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-5 img {
        width: 160px;
        height: 122px;
        margin-top: -5px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-5 .text-container-5 {
        width: 188px;
        height: 34px;
        display: flex;
        flex-direction: column;
        margin-left: 5px;
        margin-top: -20px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-5 .text-container-5 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-5 .text-container-5 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 {
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-6 {
        width: 174px;
        height: 66px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 4px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-6 .text-container-6 {
        width: 119px;
        height: 53px;
        margin-top: 8px;
        margin-left: 6px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-6 .text-container-6 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-6 .text-container-6 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-6 img {
        width: 57px;
        height: 57px;
        margin-top: 4px;
        margin-left: -15px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-7 {
        width: 174px;
        height: 69px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-top: 4px;
        margin-left: 4px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-7 .text-container-7 {
        width: 168px;
        height: 53px;
        margin-left: 5px;
        margin-top: 3px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-7 .text-container-7 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-7 .text-container-7 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-7 img {
        width: 67px;
        height: 72px;
        position: relative;
        right: 63px;
        top: 10px;
    }

    .mobile-page .block_11 {
        margin-top: 26px;
    }

    .mobile-page .block_11 .text-container {
        display: flex;
        flex-direction: column;
        z-index: 999;
    }

    .mobile-page .block_11 .text-container h1 {
        color: #1b4876;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 183px;
        height: 24px;
        margin-left: 10px;
    }

    .mobile-page .block_11 .text-container h2 {
        color: #1e0e0e;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        width: 163px;
        height: 15px;
        margin-top: 10px;
        margin-left: 22px;
    }

    .mobile-page .block_11 .text-container h3 {
        color: #1b4876;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 156px;
        height: 19px;
        margin-top: 39px;
        margin-left: 17px;
    }

    .mobile-page .block_11 .grass {
        margin-top: -50px;
    }

    .mobile-page .block_11 .grass .first-grass {
        background-image: url('/images/about/mob/first-grass.svg');
        width: 375px;
        height: 334px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 {
        background-image: url('/images/about/mob/road-1.svg');
        width: 375px;
        height: 150px;
        position: relative;
        top: 105px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-1 {
        display: flex;
        flex-direction: column;
        position: relative;
        top: -30px;
        left: 20px;
    }


    .mobile-page .block_11 .grass .first-grass .road-1 .container-1 img {
        width: 61px;
        height: 68px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-1 h2 {
        width: 71px;
        height: 45px;
        color: #1b4876;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 3px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-2 {
        display: flex;
        flex-direction: column;
        position: relative;
        top: 93px;
        left: 11px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-2 img {
        width: 89px;
        height: 57px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-2 h2 {
        width: 99px;
        height: 45px;
        color: #1b4876;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 3px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-3 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: -5px;
        top: -39px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-3 img:first-child {
        width: 100px;
        height: 95px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-3 h2 {
        width: 107px;
        height: 45px;
        color: #1b4876;
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-3 img:last-child {
        width: 54px;
        height: 45px;
        margin-top: 90px;
        margin-left: 40px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-4 {
        display: flex;
        flex-direction: column;
        position: relative;
        top: 64px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-4 img {
        width: 62px;
        height: 80px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-4 h2 {
        width: 89px;
        height: 30px;
        color: #1b4876;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_11 .grass .second-grass {
        background-image: url('/images/about/mob/second-grass.svg');
        width: 375px;
        height: 293px;
        margin-top: -30px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 {
        background-image: url('/images/about/mob/road-2.svg');
        width: 375px;
        height: 139px;
        position: relative;
        top: 80px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-5 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 29px;
        top: -2px;
        width: 40px;
        height: 50px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-5 h1 {
        width: 100px;
        height: 19px;
        color: #1b4876;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-5 img {
        width: 79px;
        height: 51px;
        margin-top: 15px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-5 h2 {
        width: 109px;
        height: 46px;
        color: #004a7a;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        left: -15px;
        top: -5px;
        position: relative;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-6 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 37px;
        top: 78px;
        height: 50px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-6 img {
        width: 75px;
        height: 67px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-6 h2 {
        width: 96px;
        height: 29px;
        color: #004a7a;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-7 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 23px;
        top: 30px;
        height: 50px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-7 img {
        width: 61px;
        height: 42px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-7 h2 {
        width: 92px;
        height: 45px;
        color: #004a7a;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-8 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 5px;
        top: 90px;
        height: 50px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-8 img {
        width: 70px;
        height: 47px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-8 h2 {
        width: 81px;
        height: 27px;
        color: #004a7a;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-9 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: -21px;
        top: 36px;
        height: 50px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-9 img {
        width: 65px;
        height: 35px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-9 h2 {
        width: 89px;
        height: 28px;
        color: #004a7a;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_12 .mobile-kel {
        width: 375px;
        height: 191px;
        background: #D9D9D9;
        margin-top: -5px;
    }

    .mobile-page .block_12 .mobile-kel .kel-img {
        background-image: url('/images/about/mob/kel-img.webp');
        width: 341px;
        height: 156px;
        position: relative;
        top: 12px;
        left: 17px;
    }

    .mobile-page .block_12 .mobile-kel .kel-img .kel-bg {
        width: 205px;
        height: 172px;
        background: #D9D9D9;
        position: relative;
        top: 2px;
        left: 141px;
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_12 .mobile-kel .kel-img .kel-bg h1 {
        width: 195px;
        height: 96px;
        color: #213644;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_12 .mobile-kel .kel-img .kel-bg .text-container {
        display: flex;
        flex-direction: row;
        margin-top: 8px;
    }

    .mobile-page .block_12 .mobile-kel .kel-img .kel-bg .text-container .mob-gradient {
        width: 6px;
        height: 67px;
        background: linear-gradient(45deg, #005186 15.63%, #EDE52E 51.56%, #3FABF1 85.94%);
    }

    .mobile-page .block_12 .mobile-kel .kel-img .kel-bg .text-container h2 {
        height: 72px;
        color: #213644;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-left: 5px;
        margin-top: -5px;
    }

    .mobile-page .red_line_1 {
        max-width: 450px;
        width: 100%;
        height: 10px;
        background: #E7656F;
        margin-top: 6px;
        margin-left: -5px;
    }

    .mobile-page .block_13 {
        margin: 0 auto;
    }

    .mobile-page .block_13 .formula {
        display: flex;
        flex-direction: column;
        margin-left: 17px;
        margin-top: 6px;
    }

    .mobile-page .block_13 .formula .service {
        background: url('/images/about/mob_img/image-1.webp'), lightgray 50% / cover no-repeat;
        width: 340px;
        height: 198px;
    }


    .mobile-page .block_13 .formula .service img {
        width: 114px;
        height: 33px;
        margin-top: 7px;
        margin-left: 6px;
    }

    .mobile-page .block_13 .formula .service h2 {
        width: 230px;
        height: 24px;
        color: #FFF;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 6px;
        margin-left: 6px;
    }

    .mobile-page .block_13 .formula .service h3 {
        width: 288px;
        height: 15px;
        color: #FFF;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-left: 6px;
    }

    .mobile-page .block_13 .formula .image-container {
        display: flex;
        flex-direction: row;
        margin-top: 4px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .mobile-page .block_13 .formula .image-container img:not(:first-child) {
        margin-left: 3px;
    }

    .mobile-page .block_13 .red_line_2 {
        max-width: 450px;
        width: 100%;
        height: 10px;
        background: #E7656F;
        margin-top: 4px;
        margin-left: -5px;
    }

    .mobile-page .block_13 .cbc {
        display: flex;
        flex-direction: column;
        margin-left: 17px;
        margin-top: 6px;
    }

    .mobile-page .block_13 .cbc .service {
        width: 340px;
        height: 180px;
    }


    .mobile-page .block_13 .cbc .service img {
        width: 65px;
        height: 25px;
        margin-top: 11px;
        margin-left: 5px;
    }

    .mobile-page .block_13 .cbc .service h2 {
        width: 170px;
        height: 24px;
        color: #FFF;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 5px;
        margin-left: 7px;
    }

    .mobile-page .block_13 .cbc .service h3 {
        width: 330px;
        height: 13px;
        color: #FFF;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;;
        margin-left: 6px;
    }

    .mobile-page .block_13 .cbc .image-container {
        display: flex;
        flex-direction: row;
        margin-top: 4px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .mobile-page .block_13 .cbc .image-container img:not(:first-child) {
        margin-left: 3px;
    }

    .mobile-page .block_13 .blue_line_1 {
        background: #004A7A;
        max-width: 450px;
        width: 100%;
        height: 10px;
        margin-top: 8px;
        margin-left: -5px;
    }

    .mobile-page .block_13 .cbc-module {
        display: flex;
        flex-direction: column;
        margin-left: 17px;
        margin-top: 6px;
    }

    .mobile-page .block_13 .cbc-module .service {
        width: 340px;
        height: 180px;
    }


    .mobile-page .block_13 .cbc-module .service img {
        width: 65px;
        height: 25px;
        margin-top: 11px;
        margin-left: 5px;
    }

    .mobile-page .block_13 .cbc-module .service h2 {
        width: 170px;
        height: 24px;
        color: #FFF;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 5px;
        margin-left: 7px;
    }

    .mobile-page .block_13 .cbc-module .service h3 {
        width: 330px;
        height: 13px;
        color: #FFF;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;;
        margin-left: 6px;
    }

    .mobile-page .block_13 .cbc-module .image-container {
        display: flex;
        flex-direction: row;
        margin-top: 4px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .mobile-page .block_13 .cbc-module .image-container img:not(:first-child) {
        margin-left: 3px;
    }

    .mobile-page .block_14 .flex div:last-of-type a {
        color: #004a7a;
        background: #ffffff;
    }

    .mobile-page .block_14 .flex div:last-of-type a:hover {
        background: #004a7a;
        color: #ffffff;
        transition: 0.3s;
    }

    .mobile-page .block_14 {
        height: 500px;
        margin-left: -5px;
    }

    .mobile-page .block_14 #map {
        width: 100%;
        height: 430px
    }

    .about-page .block_14 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center;
        margin-top: 11px;
    }

    .about-page .block_14 h2 {
        color: #000000;
        text-align: center;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 11px;
    }

    .about-page .block_14 h1 {
        color: #000000;
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 7px;
    }

    .about-page .block_14 h1 a[href="tel:7210"] {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-decoration-line: underline;
    }

    .about-page .block_14 .flex a {
        width: 160px;
        height: 100%;
        background: #004a7a;
        border-radius: 15px;
        text-decoration: none;
        font-family: Inter;
        font-weight: 400;
        font-size: 18px;
        line-height: 45px;
        color: #ffffff;
        transition: 300ms ease-in-out;
        border: 1px solid #004a7a;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 17px;
        margin-left: 17px;
        margin-bottom: 3px;
    }

    .about-page .block_14 .flex a:hover {
        color: #004a7a;
        background: #ffffff;
        transition: 0.3s;
    }
}

@media (max-width: 420px) {
    .about-page {
        max-width: 420px !important;
        min-width: 420px !important;
        width: 100%;
    }

    .mobile-page {
        display: block;
        width: 420px;
        height: auto;
    }



    .mobile-page .block_9 .history h2 {
        margin-left: 20px;
    }

    .mobile-page .block_9 .history {
        width: 420px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-1 {
        width: 255px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-2 {
        width: 259px;
    }

    .mobile-page .block_10 .graybox-content .graybox-4 {
        width: 410px;
        height: 61px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-6 {
        width: 222px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-7 {
        width: 222px;
    }

    .mobile-page .block_11 .grass .first-grass {
        width: 420px;
        height: 381px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .mobile-page .block_11 .grass .second-grass {
        width: 420px;
        height: 329px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 {
        width: 420px;
        height: 170px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 {
        width: 420px;
        height: 155px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-1 {
        top: -26px;
        left: 23px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-2 {
        top: 109px;
        left: 23px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-3 {
        left: 23px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-3 img:last-child {
        margin-top: 130px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-4 {
        top: 79px;
        left: 38px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-5 {
        left: 37px;
        top: 6px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-6 {
        left: 48px;
        top: 95px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-7 {
        left: 42px;
        top: 39px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-8 {
        left: 28px;
        top: 107px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-9 {
        left: 21px;
        top: 44px;
    }

    .mobile-page .block_12 .mobile-kel {
        width: 420px;
    }

    .mobile-page .block_13 .formula {
        margin-left: 35px;
    }

    .mobile-page .red_line_1 {
        width: 430px;
    }

    .mobile-page .block_13 .red_line_2 {
        width: 430px;
    }

    .mobile-page .block_13 .blue_line_1 {
        width: 430px;
    }

    .mobile-page .block_13 .cbc {
        margin-left: 35px;
    }

    .mobile-page .block_13 .cbc-module {
        margin-left: 35px;
    }


}

@media (max-width: 405px) {

    .about-page {
        max-width: 405px !important;
        min-width: 405px !important;
        width: 100%;
    }

    .mobile-page {
        display: block;
        width: 405px;
        height: auto;
    }

    .mobile-page .block_9 .history {
        margin-top: 18px;
        width: 410px;
        overflow-x: auto;
        white-space: nowrap;
        margin-left: -5px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 {
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 {
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-1 {
        width: 240px;
        height: 73px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 10px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-2 {
        width: 244px;
        height: 73px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 6px;
        margin-top: 3px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-3 {
        width: 145px;
        height: 149px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 4px;
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_10 .graybox-content .graybox-4 {
        width: 395px;
        height: 52px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 5px;
        margin-top: 5px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 {
        display: flex;
        flex-direction: row;
        margin-top: 3px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-5 {
        width: 184px;
        height: 139px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 5px;
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 {
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-6 {
        width: 207px;
        height: 66px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 4px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-7 {
        width: 207px;
        height: 69px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-top: 4px;
        margin-left: 4px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_11 .grass .first-grass {
        background-image: url('/images/about/mob/first-grass.svg');
        width: 405px;
        height: 363px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 {
        background-image: url('/images/about/mob/road-1.svg');
        width: 405px;
        height: 165px;
        position: relative;
        top: 105px;
        display: flex;
        flex-direction: row;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-1 {
        display: flex;
        flex-direction: column;
        position: relative;
        top: -30px;
        left: 25px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-2 {
        display: flex;
        flex-direction: column;
        position: relative;
        top: 102px;
        left: 22px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-3 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 15px;
        top: -39px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-4 {
        display: flex;
        flex-direction: column;
        position: relative;
        top: 72px;
        left: 29px;
    }

    .mobile-page .block_11 .grass .second-grass {
        background-image: url('/images/about/mob/second-grass.svg');
        width: 405px;
        height: 315px;
        margin-top: -30px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 {
        background-image: url('/images/about/mob/road-2.svg');
        width: 405px;
        height: 152px;
        position: relative;
        top: 80px;
        display: flex;
        flex-direction: row;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-5 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 31px;
        top: 4px;
        width: 40px;
        height: 50px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-6 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 45px;
        top: 87px;
        height: 50px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-7 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 37px;
        top: 38px;
        height: 50px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-8 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 21px;
        top: 99px;
        height: 50px;
    }
    .mobile-page .block_11 .grass .second-grass .road-2 .container-9 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 7px;
        top: 42px;
        height: 50px;
    }

    .mobile-page .block_13 .cbc .service {
        width: 360px;
        height: 180px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .mobile-page .block_13 .cbc-module .service {
        width: 360px;
    }

    .mobile-page .block_12 .mobile-kel {
        width: 405px;
    }

    .mobile-page .block_13 .red_line_2 {
        width: 410px;
    }

    .mobile-page .red_line_1 {
        width: 410px;
    }

    .mobile-page .block_13 .blue_line_1 {
        width: 410px;
    }

    .mobile-page .block_13 .cbc {
        margin-left: 21px;
    }

    .mobile-page .block_13 .formula .service {
        width: 360px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .mobile-page .block_14 {
        height: 615px;
    }
}

@media (max-width: 390px) {

    .about-page {
        max-width: 390px !important;
        min-width: 390px !important;
        width: 100%;

    }

    .mobile-page {
        display: block;
        width: 390px;
        height: auto;
    }


    .mobile-page .block_9 .history {
        margin-top: 18px;
        width: 395px;
        overflow-x: auto;
        white-space: nowrap;
        margin-left: -5px;
    }

    .mobile-page .block_10 .graybox-content {
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 {
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 {
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-1 {
        width: 225px;
        height: 73px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 10px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-1 img {
        width: 75px;
        height: 79px;
        margin-left: -10px;
        margin-top: -10px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-1 .text-container {
        display: flex;
        flex-direction: column;
        width: 119px;
        height: 34px;
        position: relative;
        top: 19px;
        left: -6px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-1 .text-container h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-1 .text-container h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-2 {
        width: 229px;
        height: 73px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 6px;
        margin-top: 3px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-2 .text-container-2 {
        display: flex;
        flex-direction: column;
        width: 143px;
        height: 34px;
        margin-top: 19px;
        margin-left: 11px;
        z-index: 1;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-2 .text-container-2 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-2 .text-container-2 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-2 img {
        width: 61px;
        height: 63px;
        position: relative;
        z-index: 0;
        top: 4px;
        right: 4px;

    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-3 {
        width: 145px;
        height: 149px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 4px;
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-3 img {
        width: 90%;
        height: auto;
        position: relative;
        left: -5px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-3 .text-container-3 {
        width: 145px;
        height: 53px;
        margin-top: -14px;
        margin-left: 5px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-3 .text-container-3 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-3 .text-container-3 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .mobile-page .block_10 .graybox-content .graybox-4 {
        width: 380px;
        height: 52px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 5px;
        margin-top: 5px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-4 .text-container-4 {
        width: 240px;
        height: 34px;
        display: flex;
        flex-direction: column;
        margin-top: 8px;
        margin-left: 8px;
    }

    .mobile-page .block_10 .graybox-content .graybox-4 .text-container-4 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-4 .text-container-4 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-4 img {
        width: 146px;
        height: 53px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 {
        display: flex;
        flex-direction: row;
        margin-top: 3px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-5 {
        width: 184px;
        height: 139px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 5px;
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-5 img {
        width: 160px;
        height: 122px;
        margin-top: -5px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-5 .text-container-5 {
        width: 188px;
        height: 34px;
        display: flex;
        flex-direction: column;
        margin-left: 5px;
        margin-top: -20px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-5 .text-container-5 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-5 .text-container-5 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 {
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-6 {
        width: 192px;
        height: 66px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 4px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-6 .text-container-6 {
        width: 119px;
        height: 53px;
        margin-top: 8px;
        margin-left: 6px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-6 .text-container-6 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-6 .text-container-6 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-6 img {
        width: 57px;
        height: 57px;
        margin-top: 4px;
        margin-left: -15px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-7 {
        width: 192px;
        height: 69px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-top: 4px;
        margin-left: 4px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-7 .text-container-7 {
        width: 168px;
        height: 53px;
        margin-left: 5px;
        margin-top: 3px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-7 .text-container-7 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-7 .text-container-7 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-7 img {
        width: 67px;
        height: 72px;
        position: relative;
        right: 63px;
        top: 10px;
    }

    .mobile-page .block_11 {
        margin-top: 26px;
    }

    .mobile-page .block_11 .text-container {
        display: flex;
        flex-direction: column;
        z-index: 999;
    }

    .mobile-page .block_11 .text-container h1 {
        color: #1b4876;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 183px;
        height: 24px;
        margin-left: 10px;
    }

    .mobile-page .block_11 .text-container h2 {
        color: #1e0e0e;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        width: 163px;
        height: 15px;
        margin-top: 10px;
        margin-left: 22px;
    }

    .mobile-page .block_11 .text-container h3 {
        color: #1b4876;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 156px;
        height: 19px;
        margin-top: 39px;
        margin-left: 17px;
    }

    .mobile-page .block_11 .grass {
        margin-top: -50px;
    }

    .mobile-page .block_11 .grass .first-grass {
        background-image: url('/images/about/mob/first-grass.svg');
        width: 390px;
        height: 348px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 {
        background-image: url('/images/about/mob/road-1.svg');
        width: 390px;
        height: 161px;
        position: relative;
        top: 105px;
        display: flex;
        flex-direction: row;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-1 {
        display: flex;
        flex-direction: column;
        position: relative;
        top: -30px;
        left: 20px;
    }


    .mobile-page .block_11 .grass .first-grass .road-1 .container-1 img {
        width: 61px;
        height: 68px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-1 h2 {
        width: 71px;
        height: 45px;
        color: #1b4876;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 3px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-2 {
        display: flex;
        flex-direction: column;
        position: relative;
        top: 102px;
        left: 17px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-2 img {
        width: 89px;
        height: 57px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-2 h2 {
        width: 99px;
        height: 45px;
        color: #1b4876;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 3px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-3 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 10px;
        top: -39px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-3 img:first-child {
        width: 100px;
        height: 95px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-3 h2 {
        width: 107px;
        height: 45px;
        color: #1b4876;
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-3 img:last-child {
        width: 54px;
        height: 45px;
        margin-top: 95px;
        margin-left: 30px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-4 {
        display: flex;
        flex-direction: column;
        position: relative;
        top: 72px;
        left: 24px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-4 img {
        width: 62px;
        height: 80px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-4 h2 {
        width: 89px;
        height: 30px;
        color: #1b4876;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_11 .grass .second-grass {
        background-image: url('/images/about/mob/second-grass.svg');
        width: 390px;
        height: 310px;
        margin-top: -30px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 {
        background-image: url('/images/about/mob/road-2.svg');
        width: 390px;
        height: 148px;
        position: relative;
        top: 80px;
        display: flex;
        flex-direction: row;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-5 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 31px;
        top: 4px;
        width: 40px;
        height: 50px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-5 h1 {
        width: 100px;
        height: 19px;
        color: #1b4876;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-5 img {
        width: 79px;
        height: 51px;
        margin-top: 15px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-5 h2 {
        width: 109px;
        height: 46px;
        color: #004a7a;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        left: -15px;
        top: -5px;
        position: relative;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-6 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 40px;
        top: 87px;
        height: 50px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-6 img {
        width: 75px;
        height: 67px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-6 h2 {
        width: 96px;
        height: 29px;
        color: #004a7a;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-7 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 32px;
        top: 38px;
        height: 50px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-7 img {
        width: 61px;
        height: 42px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-7 h2 {
        width: 92px;
        height: 45px;
        color: #004a7a;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-8 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 16px;
        top: 99px;
        height: 50px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-8 img {
        width: 70px;
        height: 47px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-8 h2 {
        width: 81px;
        height: 27px;
        color: #004a7a;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-9 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 2px;
        top: 42px;
        height: 50px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-9 img {
        width: 65px;
        height: 35px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-9 h2 {
        width: 89px;
        height: 28px;
        color: #004a7a;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_12 .mobile-kel {
        width: 390px;
        height: 191px;
        background: #D9D9D9;
        margin-top: -5px;
    }

    .mobile-page .block_12 .mobile-kel .kel-img {
        background-image: url('/images/about/mob/kel-img.webp');
        width: 341px;
        height: 156px;
        position: relative;
        top: 12px;
        left: 17px;
    }

    .mobile-page .block_12 .mobile-kel .kel-img .kel-bg {
        width: 205px;
        height: 172px;
        background: #D9D9D9;
        position: relative;
        top: 2px;
        left: 141px;
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_12 .mobile-kel .kel-img .kel-bg h1 {
        width: 195px;
        height: 96px;
        color: #213644;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_12 .mobile-kel .kel-img .kel-bg .text-container {
        display: flex;
        flex-direction: row;
        margin-top: 8px;
    }

    .mobile-page .block_12 .mobile-kel .kel-img .kel-bg .text-container .mob-gradient {
        width: 6px;
        height: 67px;
        background: linear-gradient(45deg, #005186 15.63%, #EDE52E 51.56%, #3FABF1 85.94%);
    }

    .mobile-page .block_12 .mobile-kel .kel-img .kel-bg .text-container h2 {
        height: 72px;
        color: #213644;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-left: 5px;
        margin-top: -5px;
    }

    .mobile-page .red_line_1 {
        width: 450px;
        height: 10px;
        background: #E7656F;
        margin-top: 6px;
        margin-left: -5px;
    }

    .mobile-page .block_13 {
        margin-left: 5px;
    }

    .mobile-page .block_13 .formula {
        display: flex;
        flex-direction: column;
        margin-left: 17px;
        margin-top: 6px;
    }

    .mobile-page .block_13 .formula .service {
        background: url('/images/about/mob_img/image-1.webp'), lightgray 50% / cover no-repeat;
        width: 340px;
        height: 198px;
    }



    .mobile-page .block_13 .formula .service img {
        width: 114px;
        height: 33px;
        margin-top: 7px;
        margin-left: 6px;
    }

    .mobile-page .block_13 .formula .service h2 {
        width: 230px;
        height: 24px;
        color: #FFF;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 6px;
        margin-left: 6px;
    }

    .mobile-page .block_13 .formula .service h3 {
        width: 288px;
        height: 15px;
        color: #FFF;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-left: 6px;
    }

    .mobile-page .block_13 .formula .image-container {
        display: flex;
        flex-direction: row;
        margin-top: 4px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .mobile-page .block_13 .formula .image-container img:not(:first-child) {
        margin-left: 3px;
    }

    .mobile-page .block_13 .red_line_2 {
        width: 450px;
        height: 10px;
        background: #E7656F;
        margin-top: 4px;
        margin-left: -5px;
    }

    .mobile-page .block_13 .cbc {
        display: flex;
        flex-direction: column;
        margin-left: 17px;
        margin-top: 6px;
    }

    .mobile-page .block_13 .cbc .service {
        width: 340px;
        height: 180px;
    }


    .mobile-page .block_13 .cbc .service img {
        width: 65px;
        height: 25px;
        margin-top: 11px;
        margin-left: 5px;
    }

    .mobile-page .block_13 .cbc .service h2 {
        width: 170px;
        height: 24px;
        color: #FFF;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 5px;
        margin-left: 7px;
    }

    .mobile-page .block_13 .cbc .service h3 {
        width: 330px;
        height: 13px;
        color: #FFF;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;;
        margin-left: 6px;
    }

    .mobile-page .block_13 .cbc .image-container {
        display: flex;
        flex-direction: row;
        margin-top: 4px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .mobile-page .block_13 .cbc .image-container img:not(:first-child) {
        margin-left: 3px;
    }

    .mobile-page .block_13 .blue_line_1 {
        background: #004A7A;
        width: 450px;
        height: 10px;
        margin-top: 8px;
        margin-left: -5px;
    }

    .mobile-page .block_13 .cbc-module {
        display: flex;
        flex-direction: column;
        margin-left: 17px;
        margin-top: 6px;
    }

    .mobile-page .block_13 .cbc-module .service {
        width: 340px;
        height: 180px;
    }


    .mobile-page .block_13 .cbc-module .service img {
        width: 65px;
        height: 25px;
        margin-top: 11px;
        margin-left: 5px;
    }

    .mobile-page .block_13 .cbc-module .service h2 {
        width: 170px;
        height: 24px;
        color: #FFF;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 5px;
        margin-left: 7px;
    }

    .mobile-page .block_13 .cbc-module .service h3 {
        width: 330px;
        height: 13px;
        color: #FFF;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;;
        margin-left: 6px;
    }

    .mobile-page .block_13 .cbc-module .image-container {
        display: flex;
        flex-direction: row;
        margin-top: 4px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .mobile-page .block_13 .cbc-module .image-container img:not(:first-child) {
        margin-left: 3px;
    }

    .mobile-page .block_14 .flex div:last-of-type a {
        color: #004a7a;
        background: #ffffff;
    }

    .mobile-page .block_14 .flex div:last-of-type a:hover {
        background: #004a7a;
        color: #ffffff;
        transition: 0.3s;
    }

    .mobile-page .block_14 {
        height: 500px;
        margin-left: -5px;
    }

    .mobile-page .block_14 #map {
        width: 100%;
        height: 430px
    }

    .about-page .block_14 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center;
        margin-top: 11px;
    }

    .about-page .block_14 h2 {
        color: #000000;
        text-align: center;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 11px;
    }

    .about-page .block_14 h1 {
        color: #000000;
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 7px;
    }

    .about-page .block_14 h1 a[href="tel:7210"] {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-decoration-line: underline;
    }

    .about-page .block_14 .flex a {
        width: 160px;
        height: 100%;
        background: #004a7a;
        border-radius: 15px;
        text-decoration: none;
        font-family: Inter;
        font-weight: 400;
        font-size: 18px;
        line-height: 45px;
        color: #ffffff;
        transition: 300ms ease-in-out;
        border: 1px solid #004a7a;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 17px;
        margin-left: 17px;
        margin-bottom: 3px;
    }

    .about-page .block_14 .flex a:hover {
        color: #004a7a;
        background: #ffffff;
        transition: 0.3s;
    }
}


@media (max-width: 375px) {

    .about-page {
        max-width: 375px !important;
        min-width: 375px !important;
        width: 100%;
    }

    .about-page .block_1 {
        display: none;
    }

    .about-page .block_2 {
        display: none;
    }

    .about-page .block_4 {
        display: none;
    }

    .about-page .block_5 {
        display: none;
    }

    .about-page .block_6 {
        display: none;
    }

    .about-page .block_7 {
        display: none;
    }

    .about-page .block_8 {
        display: none;
    }

    .about-page .blue-line-4 {
        display: none;
    }

    .about-page .red-line {
        display: none;
    }

    .mobile-page {
        display: block;
        width: 375px;
        height: auto;
        margin: 0px;
    }

    .mobile-page .block_9 {
        margin-top: 16px;
    }



    .mobile-page .block_9 .description h2 {
        width: 180px;
        height: 126px;
        color: #18191f;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-left: 15px;
    }


    .mobile-page .block_9 .history {
        margin-top: 18px;
        width: 375px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .mobile-page .block_9 .history h2 {
        color: #18191f;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-left: 15px;
    }

    .mobile-page .block_9 .history img {
        width: 534px;
        height: 263px;
    }

    .mobile-page .block_10 .graybox-content {
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 {
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 {
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-1 {
        width: 209px;
        height: 73px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 10px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-1 img {
        width: 75px;
        height: 79px;
        margin-left: -10px;
        margin-top: -10px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-1 .text-container {
        display: flex;
        flex-direction: column;
        width: 119px;
        height: 34px;
        position: relative;
        top: 19px;
        left: -6px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-1 .text-container h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-1 .text-container h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-2 {
        width: 213px;
        height: 73px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 6px;
        margin-top: 3px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-2 .text-container-2 {
        display: flex;
        flex-direction: column;
        width: 143px;
        height: 34px;
        margin-top: 19px;
        margin-left: 11px;
        z-index: 1;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-2 .text-container-2 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-2 .text-container-2 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-container-2 .graybox-2 img {
        width: 61px;
        height: 63px;
        position: relative;
        z-index: 0;
        top: 4px;
        right: 4px;

    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-3 {
        width: 145px;
        height: 149px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 4px;
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-3 img {
        width: 90%;
        height: auto;
        position: relative;
        left: -5px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-3 .text-container-3 {
        width: 145px;
        height: 53px;
        margin-top: -14px;
        margin-left: 5px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-3 .text-container-3 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-1 .graybox-3 .text-container-3 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .mobile-page .block_10 .graybox-content .graybox-4 {
        width: 362px;
        height: 52px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 5px;
        margin-top: 5px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-4 .text-container-4 {
        width: 240px;
        height: 34px;
        display: flex;
        flex-direction: column;
        margin-top: 8px;
        margin-left: 8px;
    }

    .mobile-page .block_10 .graybox-content .graybox-4 .text-container-4 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-4 .text-container-4 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-4 img {
        width: 146px;
        height: 53px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 {
        display: flex;
        flex-direction: row;
        margin-top: 3px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-5 {
        width: 184px;
        height: 139px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 5px;
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-5 img {
        width: 160px;
        height: 122px;
        margin-top: -5px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-5 .text-container-5 {
        width: 188px;
        height: 34px;
        display: flex;
        flex-direction: column;
        margin-left: 5px;
        margin-top: -20px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-5 .text-container-5 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-5 .text-container-5 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 {
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-6 {
        width: 174px;
        height: 66px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-left: 4px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-6 .text-container-6 {
        width: 119px;
        height: 53px;
        margin-top: 8px;
        margin-left: 6px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-6 .text-container-6 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-6 .text-container-6 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-6 img {
        width: 57px;
        height: 57px;
        margin-top: 4px;
        margin-left: -15px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-7 {
        width: 174px;
        height: 69px;
        border-radius: 10px;
        background: rgba(0, 74, 122, 0.12);
        margin-top: 4px;
        margin-left: 4px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-7 .text-container-7 {
        width: 168px;
        height: 53px;
        margin-left: 5px;
        margin-top: 3px;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-7 .text-container-7 h2 {
        color: #000000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-7 .text-container-7 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
    }

    .mobile-page .block_10 .graybox-content .graybox-container-3 .graybox-container-4 .graybox-7 img {
        width: 67px;
        height: 72px;
        position: relative;
        right: 63px;
        top: 10px;
    }

    .mobile-page .block_11 {
        margin-top: 26px;
    }

    .mobile-page .block_11 .text-container {
        display: flex;
        flex-direction: column;
        z-index: 999;
    }

    .mobile-page .block_11 .text-container h1 {
        color: #1b4876;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 183px;
        height: 24px;
        margin-left: 10px;
    }

    .mobile-page .block_11 .text-container h2 {
        color: #1e0e0e;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        width: 163px;
        height: 15px;
        margin-top: 10px;
        margin-left: 22px;
    }

    .mobile-page .block_11 .text-container h3 {
        color: #1b4876;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 156px;
        height: 19px;
        margin-top: 39px;
        margin-left: 17px;
    }

    .mobile-page .block_11 .grass {
        margin-top: -50px;
    }

    .mobile-page .block_11 .grass .first-grass {
        background-image: url('/images/about/mob/first-grass.svg');
        width: 375px;
        height: 334px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 {
        background-image: url('/images/about/mob/road-1.svg');
        width: 375px;
        height: 150px;
        position: relative;
        top: 105px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-1 {
        display: flex;
        flex-direction: column;
        position: relative;
        top: -30px;
        left: 20px;
    }


    .mobile-page .block_11 .grass .first-grass .road-1 .container-1 img {
        width: 61px;
        height: 68px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-1 h2 {
        width: 71px;
        height: 45px;
        color: #1b4876;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 3px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-2 {
        display: flex;
        flex-direction: column;
        position: relative;
        top: 93px;
        left: 11px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-2 img {
        width: 89px;
        height: 57px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-2 h2 {
        width: 99px;
        height: 45px;
        color: #1b4876;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 3px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-3 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: -5px;
        top: -39px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-3 img:first-child {
        width: 100px;
        height: 95px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-3 h2 {
        width: 107px;
        height: 45px;
        color: #1b4876;
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-3 img:last-child {
        width: 54px;
        height: 45px;
        margin-top: 90px;
        margin-left: 40px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-4 {
        display: flex;
        flex-direction: column;
        position: relative;
        top: 64px;
        left: 0px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-4 img {
        width: 62px;
        height: 80px;
    }

    .mobile-page .block_11 .grass .first-grass .road-1 .container-4 h2 {
        width: 89px;
        height: 30px;
        color: #1b4876;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_11 .grass .second-grass {
        background-image: url('/images/about/mob/second-grass.svg');
        width: 375px;
        height: 293px;
        margin-top: -30px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 {
        background-image: url('/images/about/mob/road-2.svg');
        width: 375px;
        height: 139px;
        position: relative;
        top: 80px;
        display: flex;
        flex-direction: row;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-5 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 29px;
        top: -2px;
        width: 40px;
        height: 50px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-5 h1 {
        width: 100px;
        height: 19px;
        color: #1b4876;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-5 img {
        width: 79px;
        height: 51px;
        margin-top: 15px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-5 h2 {
        width: 109px;
        height: 46px;
        color: #004a7a;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        left: -15px;
        top: -5px;
        position: relative;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-6 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 37px;
        top: 78px;
        height: 50px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-6 img {
        width: 75px;
        height: 67px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-6 h2 {
        width: 96px;
        height: 29px;
        color: #004a7a;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-7 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 23px;
        top: 30px;
        height: 50px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-7 img {
        width: 61px;
        height: 42px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-7 h2 {
        width: 92px;
        height: 45px;
        color: #004a7a;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-8 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: 5px;
        top: 90px;
        height: 50px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-8 img {
        width: 70px;
        height: 47px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-8 h2 {
        width: 81px;
        height: 27px;
        color: #004a7a;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-9 {
        display: flex;
        flex-direction: column;
        position: relative;
        left: -21px;
        top: 36px;
        height: 50px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-9 img {
        width: 65px;
        height: 35px;
    }

    .mobile-page .block_11 .grass .second-grass .road-2 .container-9 h2 {
        width: 89px;
        height: 28px;
        color: #004a7a;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_12 .mobile-kel {
        width: 375px;
        height: 191px;
        background: #D9D9D9;
        margin-top: -5px;
    }

    .mobile-page .block_12 .mobile-kel .kel-img {
        background-image: url('/images/about/mob/kel-img.webp');
        width: 341px;
        height: 156px;
        position: relative;
        top: 12px;
        left: 17px;
    }

    .mobile-page .block_12 .mobile-kel .kel-img .kel-bg {
        width: 205px;
        height: 172px;
        background: #D9D9D9;
        position: relative;
        top: 2px;
        left: 141px;
        display: flex;
        flex-direction: column;
    }

    .mobile-page .block_12 .mobile-kel .kel-img .kel-bg h1 {
        width: 195px;
        height: 96px;
        color: #213644;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-page .block_12 .mobile-kel .kel-img .kel-bg .text-container {
        display: flex;
        flex-direction: row;
        margin-top: 8px;
    }

    .mobile-page .block_12 .mobile-kel .kel-img .kel-bg .text-container .mob-gradient {
        width: 6px;
        height: 67px;
        background: linear-gradient(45deg, #005186 15.63%, #EDE52E 51.56%, #3FABF1 85.94%);
    }

    .mobile-page .block_12 .mobile-kel .kel-img .kel-bg .text-container h2 {
        height: 72px;
        color: #213644;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-left: 5px;
        margin-top: -5px;
    }

    .mobile-page .red_line_1 {
        max-width: 450px;
        width: 100%;
        height: 10px;
        background: #E7656F;
        margin-top: 6px;
    }

    .mobile-page .block_13 {
        margin-left: 0px;
    }

    .mobile-page .block_13 .formula {
        display: flex;
        flex-direction: column;
        margin-left: 17px;
        margin-top: 6px;
    }

    .mobile-page .block_13 .formula .service {
        background: url('/images/about/mob_img/image-1.webp'), lightgray 50% / cover no-repeat;
        width: 340px;
        height: 198px;
    }


    .mobile-page .block_13 .formula .service img {
        width: 114px;
        height: 33px;
        margin-top: 7px;
        margin-left: 6px;
    }

    .mobile-page .block_13 .formula .service h2 {
        width: 230px;
        height: 24px;
        color: #FFF;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 6px;
        margin-left: 6px;
    }

    .mobile-page .block_13 .formula .service h3 {
        width: 288px;
        height: 15px;
        color: #FFF;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-left: 6px;
    }

    .mobile-page .block_13 .formula .image-container {
        display: flex;
        flex-direction: row;
        margin-top: 4px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .mobile-page .block_13 .formula .image-container img:not(:first-child) {
        margin-left: 3px;
    }

    .mobile-page .block_13 .red_line_2 {
        max-width: 450px;
        width: 100%;
        height: 10px;
        background: #E7656F;
        margin-top: 4px;
        margin-left: 5px;
    }

    .mobile-page .block_13 .cbc {
        display: flex;
        flex-direction: column;
        margin-left: 17px;
        margin-top: 6px;
    }

    .mobile-page .block_13 .cbc .service {
        width: 340px;
        height: 180px;
    }


    .mobile-page .block_13 .cbc .service img {
        width: 65px;
        height: 25px;
        margin-top: 11px;
        margin-left: 5px;
    }

    .mobile-page .block_13 .cbc .service h2 {
        width: 170px;
        height: 24px;
        color: #FFF;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 5px;
        margin-left: 7px;
    }

    .mobile-page .block_13 .cbc .service h3 {
        width: 330px;
        height: 13px;
        color: #FFF;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;;
        margin-left: 6px;
    }

    .mobile-page .block_13 .cbc .image-container {
        display: flex;
        flex-direction: row;
        margin-top: 4px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .mobile-page .block_13 .cbc .image-container img:not(:first-child) {
        margin-left: 3px;
    }

    .mobile-page .block_13 .blue_line_1 {
        background: #004A7A;
        max-width: 450px;
        width: 100%;
        height: 10px;
        margin-top: 8px;
    }

    .mobile-page .block_13 .cbc-module {
        display: flex;
        flex-direction: column;
        margin-left: 17px;
        margin-top: 6px;
    }

    .mobile-page .block_13 .cbc-module .service {
        width: 340px;
        height: 180px;
    }


    .mobile-page .block_13 .cbc-module .service img {
        width: 65px;
        height: 25px;
        margin-top: 11px;
        margin-left: 5px;
    }

    .mobile-page .block_13 .cbc-module .service h2 {
        width: 170px;
        height: 24px;
        color: #FFF;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 5px;
        margin-left: 7px;
    }

    .mobile-page .block_13 .cbc-module .service h3 {
        width: 330px;
        height: 13px;
        color: #FFF;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;;
        margin-left: 6px;
    }

    .mobile-page .block_13 .cbc-module .image-container {
        display: flex;
        flex-direction: row;
        margin-top: 4px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .mobile-page .block_13 .cbc-module .image-container img:not(:first-child) {
        margin-left: 3px;
    }

    .mobile-page .block_14 .flex div:last-of-type a {
        color: #004a7a;
        background: #ffffff;
    }

    .mobile-page .block_14 .flex div:last-of-type a:hover {
        background: #004a7a;
        color: #ffffff;
        transition: 0.3s;
    }

    .mobile-page .block_14 {
        height: 500px;
    }

    .mobile-page .block_14 #map {
        width: 100%;
        height: 430px
    }

    .about-page .block_14 h3 {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center;
        margin-top: 11px;
    }

    .about-page .block_14 h2 {
        color: #000000;
        text-align: center;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 11px;
    }

    .about-page .block_14 h1 {
        color: #000000;
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 7px;
    }

    .about-page .block_14 h1 a[href="tel:7210"] {
        color: #000000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-decoration-line: underline;
    }

    .about-page .block_14 .flex a {
        width: 160px;
        height: 100%;
        background: #004a7a;
        border-radius: 15px;
        text-decoration: none;
        font-family: Inter;
        font-weight: 400;
        font-size: 18px;
        line-height: 45px;
        color: #ffffff;
        transition: 300ms ease-in-out;
        border: 1px solid #004a7a;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 17px;
        margin-left: 17px;
        margin-bottom: 3px;
    }

    .about-page .block_14 .flex a:hover {
        color: #004a7a;
        background: #ffffff;
        transition: 0.3s;
    }
}