/* VARIABLES FOR MULTIPLE USING AND CALCULATION */
:root {
    --header-height: 86px;
    --servis-h1-margin-top: 33px;
    --servis-bg-img-position: 60px;
}

#inserted-mobile-menu .max-width-1440 {    max-height: calc(100vh - 180px); overflow:auto}

.swiper-pagination {
    text-align: left;
}

.swiper-pagination-bullet {
    background: var(--kolofix-color-3);
    width: 12px;
    height: 12px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: var(--kolofix-red);
}

.swiper-service .swiper-wrapper {
    margin-bottom: 98px;
    padding-inline: 4px;
}

body {
    font-size: 16px;
    line-height: 18.77px;
    font-family: var(--main-font);
    margin: 0;
    background: url(../images/ellipses-all.png) repeat-y;
    background-size: 100% auto;
    color: var(--kolofix-black-ish);
}

body.lock-scroll {
    overflow: hidden;
}

.header-section {
    position: relative;
    z-index: 1;
}

.header-top-bar {
    background-color: var(--kolofix-black-ish);
    padding: 12px 20px;
    text-transform: uppercase;
    font-family: var(--complementary-font);
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
}

.header-menu-bar {
    padding: 17px 20px;
    line-height: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-bar-left-part {
    display: flex;
    align-items: center;
    gap: 16px;
    text-transform: uppercase;
}

.menu-bar-right-part {
    display: flex;
    align-items: center;
}

.order-form-body .menu-bar-left-part,
.order-form-body .menu-bar-right-part {
    display: none;
}

.order-form-body .header-menu-bar {
    justify-content: center;
}

.menu-bar-left-part .main-btn .mobile {
    display: none;
}

.menu-bar-left-part .main-btn .desktop {
    display: block;
}

.left-part-btn-1 {
    padding: 17.5px 24px;
    background-color: var(--kolofix-red);
    border-radius: 100px;
    font-weight: 600;
    font-style:  italic;
    border: 1px solid transparent;
}

.right-part-tel-note {
    font-family: var(--complementary-font);
    font-size: 14px;
    line-height: 14px;
}

.hamburger-menu {
    margin-left: 21px;
}

.hamburger-menu-link {
    padding: 13px;
    display: inline-block;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    background: var(--kolofix-red);
    background-size: 59px;
    position: relative;
}

@media (hover: hover) and (pointer: fine) {
    .hamburger-menu-link:hover,
    .hamburger-menu-link:active {
        background: var(--kolofix-black-ish);
    }
}

.hamburger-menu-link::before {
    content: url("../images/Ellipse_9.svg");
    width: 59px;
    height: 59px;
    position: absolute;
    top: -4px;
    left: -12px;
}



/* MOBILE MENU */
.nav_ico {
    transition: all 0.3s ease-in-out;
}

.side_nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    background-color: var(--revert-text-color);
    z-index: 101;
    padding-block: 100px;
    padding-inline: 20px;
    padding-top: calc(86px + 60px);
    transition: all 0.5s ease-in-out;
    transform: translateY(-100%);
    width: 100%;
    opacity: 0;
}

.side_nav.active {
    transform: translateY(0%);
    opacity: 1;
}

.side_nav .header-menu-bar {
    position: fixed;
    top: 38px;
    justify-content: space-between;
    max-width: 1440px;
    width: calc(100% - 80px);
    padding-inline: 0;
}

@media (min-width: 1480px) {
    .side_nav .header-menu-bar {
        /* left: calc(50% - 740px); */
        box-sizing: border-box;
        max-width: 1400px;
    }
}


.side_nav .menu-bar-middle-part .header-logo {
    display: block !important;
}

.side_nav .menu-bar-middle-part .header-logo-inverted {
    display: none !important;
}

.side_nav .header-menu-bar .right-part-cont,
.side_nav .header-menu-bar .right-part-cont a,
.side_nav .header-menu-bar .left-part-btn-2 {
    color: var(--kolofix-black-ish) !important;
}

.hamburger-menu .menu-icon-open {
    display: block;
}

.hamburger-menu .menu-icon-close {
    display: none;
    position: relative;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
}

.side_nav.active .hamburger-menu .menu-icon-open {
    display: none;
}

.side_nav .hamburger-menu .menu-icon-close {
    display: block;
}

.side_nav ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.side_nav ul li{
    margin: 0;
    transition: .5s ease;
}

.side_nav-a {
    position: relative;
}

.side_nav-a {
    display: inline-block;
    padding: 8px 0;
    color: var(--kolofix-black-ish);
    text-decoration: none;
    transition: 100ms ease;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    line-height: 24px;
}

.side_nav-a.switch-to-english {
    font-size: 20px;
    line-height: 23.46px;
    text-transform: uppercase;
    margin-top: 12px;
    font-weight: 400;
}

@media (hover: hover) and (pointer: fine) {
    .side_nav-a:hover,
    .side_nav-a:active {
        text-decoration: underline;
    }
}

.side_nav .hamburger-menu-link.nav_ico {
    display: none;
}

.hamburger-menu-link.nav_ico_close:not(.side_nav .nav_ico_close ) {
    display: none;
}

.side_nav ul li:first-of-type {
    text-transform: uppercase;
}



.body-inner-container {
    min-height: calc(100vh - 424px);
}

footer {
    padding: 37px;
    background-color: var(--kolofix-black-ish);
}

.footer-top-part {
    display: flex;
    justify-content: start;
    gap: 20px;
    border-bottom: 1px solid var(--revert-text-color);
    padding-bottom: 4px;
}

.footer-bottom-part {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    width: 24%;
}

.footer-column h4 {
    font-weight: 600;
    margin-block: 0px 24px;
    color: var(--revert-text-color);
}

.footer-column a {
    color: var(--kolofix-color-3);
    margin-block: 0px 12px;
}

@media (hover: hover) and (pointer: fine) {
    .footer-column a:hover,
    .footer-column a:active {
        text-decoration: none;
    }
}

.h2-title-subtitle-cont {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.body-inner-container.home-container {
    margin-top: -84px;
}

.intro-page-section {
    padding: 33px;
}

.intro-page-section.home-section {
    background: url("../images/index-image3.png") no-repeat center -43px;
    background-size: cover;
    padding-top: 119px;    
    color: var(--revert-text-color);
    height: 799px;
    text-align: center;
    position: relative;
    max-width: 2100px;
    margin: auto;
}

.badge-servis-24-cont {
    position: absolute;
    top: 318px;
    left: calc(24.5% - 105px);
    display: block;
}

.service-body .badge-servis-24-cont {
    top: 353px;
}

.intro-page-section h1 {
    margin-block: 0px 28px;
}

.home-section h1 {
    color: var(--revert-text-color);
    margin-top: -5px;
}

.home-section-description {
    margin-bottom: 38px;
    font-size: 26px;
    line-height: 30.5px;
}

.service-body .servis-intro-bottom-part {
    margin-bottom: 15px;
}

.home-section .colored-text-link {
    justify-content: center;
}

.intro-page-section h2 {
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 30px;
}

.intro-page-section h2,
.text-under-h2 {
    font-size: 40px;
    line-height: 46.92px;
    margin-bottom: 0;
}

.service-body .intro-page-section h2 {
    margin-top: 10px;
}

.intro-page-section.type-of-bike-section {
    padding: 69px;
    padding-top: 15px;
}

.bg-elipse {
    position: relative;
    overflow: hidden;
}

/* .bg-elipse::after {
    content: url("../images/Ellipse-beige-1110.svg");
    position: absolute;
    top: 39px;
    right: 56%;
    z-index: -1;
} */

.type-of-bike-section-inner {
    display: flex;
    gap: 10%;
    /* margin-top: -30px; */
    align-items: center;
    justify-content: center;
}

.type-of-bike-section h2{
    color: var(--kolofix-black-ish);
    margin-bottom: 40px;
}

.type-of-bike-cont {
    position: relative;
}

.type-of-bike-inner {
    /* display: flex;
    justify-content: center; */
    position: relative;
}

/* .type-of-bike-cont:first-of-type .type-of-bike-inner::after {
    content: "";
    background: url(../images/classic-bike-ellipse.svg) no-repeat 25px 71px;
    background-size: 451px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 560px;
    height: 560px;
}

.type-of-bike-cont:nth-of-type(2) .type-of-bike-inner::after {
    content: "";
    background: url(../images/electro-bike-ellipse.svg) no-repeat 25px 71px;
    background-size: 451px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 560px;
    height: 560px;
} */

.type-of-bike-inner img {
    max-width: 46vw;
    transition: 0.3s;
    margin-bottom: 3px;

}

@media (hover: hover) and (pointer: fine) {
    .type-of-bike-cont:hover .type-of-bike-inner img {
        transform: scale(1.03);
    }
}

.type-of-bike-a {
    flex-direction: column;
    gap: 13px;
    font-size: 30px;
    line-height: 35.19px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 45px;
    text-decoration: underline;
    font-style: normal;
}

.type-of-bike-a::after {
    content: url("../images/arrow-in-circle.svg");
    display: inline-block;
}

.intro-page-section.service-info-section {
    position: relative;
    overflow: hidden;
    box-sizing: unset;
}

/* .intro-page-section.service-info-section::before {
    content: url("../images/Ellipse-beige-1198.svg");
    position: absolute;
    right: -98px;
    top: 10px;
    z-index: -1;
} */

/* .intro-page-section.service-info-section::after {
    content: url("../images/Ellipse-21.svg");
    position: absolute;
    right: -98px;
    top: 100px;
    z-index: -1;
} */

.service-info-section-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 6.5%;
    gap: 15px;
}

.service-info-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 40%;
}

.service-info-container:first-of-type {
    margin-top: -30px;
}

.service-body .service-info-container:first-of-type,
.final-service-price-section .h2-title-subtitle-cont {
    margin-top: 0;
    max-width: 616px;
}

.service-info-container:nth-of-type(2) {
    width: 58%;
    padding: 28px;
    padding-inline: 0;
}

.service-info-table {
    border-collapse: collapse;
    margin: auto;
    letter-spacing: 0.6px;
}

.service-info-table th {
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 11px;
    box-sizing: border-box;
    max-width: 136px;
}

.service-info-table thead th:first-of-type {
    text-align: left;
    padding-left: 16px;
}

/* .service-info-table td {
    padding: 16px 0;
    box-sizing: border-box;
    border-bottom: 1px solid var(--revert-text-color);
} */

.service-info-table td > div {
    margin-inline: 16px;
    padding: 29px 0;
    box-sizing: border-box;
    margin-top: -2px;
    margin-bottom: -2px;
}

.service-info-table td:nth-of-type(2),
.service-info-table td:nth-of-type(3) {
    text-align: center;
}

.service-info-table tr:last-of-type td:nth-of-type(2) {
    padding-bottom: 16px;
}

.service-info-table tr th:last-of-type {
    padding-left: 24px;
}

.service-info-table  .service-info-text {
    max-width: 368px;

}

.service-info-table td:nth-of-type(2) {
    border-bottom: 1px solid var(--kolofix-color-3);
}

.service-info-table tr:first-of-type td:nth-of-type(2) {
    border-top: 1px solid var(--kolofix-color-3);
}

/* .service-info-table tr td:last-of-type {
    padding: 25px 16px;
    border-bottom: 1px solid var(--revert-text-color);
} */

/* tr:first-of-type .service-info-text,
.service-info-table tr:first-of-type td:last-of-type {
    border-top: 1px solid var(--revert-text-color);
} */


.service-info-table td:nth-of-type(3) > div,
.service-info-table td:nth-of-type(3) > div {
    border: none !important;
}

.service-info-table .empty-td-color-bg {
    padding: 16px 0 0;
}

.service-info-table tr:last-of-type td {
    border-bottom: none;
    height: 32px;
    padding: 0 !important;
}

.div-in-last-td {
    padding: 0 !important;
    position: relative;
    left: 8px;
}

.service-info-table td {
    position: relative;
}

.service-info-table td:last-of-type:after {
    content: "";
    display: inline-block;
    width: calc(100% - 16px);
    height: 1px;
    background-color: var(--revert-text-color);
    position: absolute;
    left: 16px;
    bottom: 0;
}

.service-info-text > div:after {
    content: "";
    display: inline-block;
    width: calc(100% - 16px);
    height: 1px;
    background-color: var(--revert-text-color);
    position: absolute;
    right: 16px;
    bottom: 0;
}

.service-info-table tr:first-of-type td:last-of-type:before {
    content: "";
    display: inline-block;
    width: calc(100% - 16px);
    height: 1px;
    background-color: var(--revert-text-color);
    position: absolute;
    left: 16px;
    top: 0;
}

.service-info-table tbody tr:nth-of-type(1) div:not(.div-in-last-td):before {
    content: "";
    display: inline-block;
    width: calc(100% - 16px);
    height: 1px;
    background-color: var(--revert-text-color);
    position: absolute;
    right: 16px;
    top: 0;
}

.service-info-table tr:last-of-type td:last-of-type:after {
    content: none;
}

.service-info-table td:first-of-type {
    min-width: 430px;
}

.intro-page-section.reviews-section {
    margin-top: 134px;
    margin-bottom: 60px;
    box-sizing: unset;
}

.service-body .intro-page-section.reviews-section {
    margin-bottom: 120px;
    margin-top: 94px;
}

.contact-section-text-under-title > br {
    display: none;
}

.reviews-section .title-cont {
    margin-bottom: 24px;
}

.intro-page-section.reviews-section h2 {
    margin-top: 0;
}

.reviews-section .reviews-container {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    align-items: flex-start;
}

.reviews-section .one-review {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-inline: 32px;
    gap: 10px;
    flex-basis: 80%;
}

.reviews-section:not(.images-variant) .reviewer-photo-cont::after {
    content: url("../images/reviewer-image-circle.svg");
    position: absolute;
    top: 2px;
    left: 49%;
    transform: translateX(-38%);
}

.reviews-section:not(.images-variant) .one-review:nth-of-type(even) .reviewer-photo-cont::after {
    content: url("../images/reviewer-image-circle.svg");
    position: absolute;
    top: 2px;
    left: 51%;
    transform: translateX(-58%);
}

.reviews-section .one-review .reviewer-photo-cont.no-photo::after {
    content: none;
}

.reviews-section .review-person-name {
    margin: 2px auto 24px auto;
    font-weight: 600;
}

.btn-color-border-cont {
    margin-top: 50px;
    text-align: center;
}

.service-body .reviews-section.customer-reviews-section .btn-color-border-cont {
    margin-top: 58px;
}

.index-body .btn-color-border-cont {
    margin-top: 57px;
}

.reviews-section .review-text {
    margin-top: 8px;
    font-style: italic;
}

.service-body .reviews-section .review-text {
    margin-top: 0;
}

.service-body .reviews-section.customer-reviews-section .review-text {
    margin-top: 8px;
}

.service-body .reviews-section.customer-reviews-section {
    margin-bottom: 53px;
}


/* did-you-know-section */
.did-you-know-section {
    padding-top: 100px;
    background: url(../images/did-you-know-section-all.png) no-repeat center bottom;
    background-size: cover;
    position: relative;
    height: 790px;
    max-width: 2100px;
    margin: auto;
}

.index-body .did-you-know-section {
    padding-top: 100px;
}

.did-you-know-section .btn-color-text-cont {
    margin-top: 50px;
}

.colored-text-link::after {
    content: url("../images/arrow-in-circle.svg");
    display: inline-block;
}

.did-you-know-section .title-cont {
    width: 41%;
}

.did-you-know-section h2 {
    margin: 24px auto;
}

.did-you-know-section .btn-color-text-cont {
    margin-top: 24px;
}


/* contact-section */
.intro-page-section.contact-section {
    padding-block: 100px;
}

.contact-section .contact-section-inner {
    display: flex;
    gap: 10px;
    justify-content: space-around;
    margin-top: 60px;
}

.contact-section .contact-section-inner-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
    text-decoration: none;
    align-items: center;
    text-transform: uppercase;
}

.contact-section-inner-item img {
    transition: 0.3s;
}

@media (hover: hover) and (pointer: fine) {
    .contact-section-inner-item:hover .contact-chat-text,
    .contact-section-inner-item:active .contact-chat-text {
        color: var(--kolofix-black-ish);
    }

    .contact-section-inner-item:hover img,
    .contact-section-inner-item:active img {
        transform: scale(1.03);
    }
}

.contact-section .contact-chat-text {
    font-weight: 600;
    color: var(--kolofix-red);
}

.contact-section h2 {
    margin-bottom: 24px;
    margin-top: 0;
    font-weight: 400;
    text-transform: unset;
}


/* SERVIS PAGE */
/* servis-intro-section */

.intro-page-section.servis-intro-section {
    background: url(../images/servis-image-cropped2.png) no-repeat center -37px;
    background-size: cover;
    height: 848px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 2100px;
    margin: auto;
    margin-top: calc(-1 * var(--header-height));
    box-sizing: border-box;
    padding-bottom: 40px;
}

.service-body .intro-page-section.servis-intro-section {
    background: url(../images/servis-image2.png) no-repeat center -21px;
    background-size: cover;
}

.service-body.service-electrobike-body .intro-page-section.servis-intro-section {
    background: url(../images/servis-image-cropped2.png) no-repeat center -21px;
    background-size: cover;
}

.servis-intro-title-container:not(.order-form-body .servis-intro-title-container, .stores-body .servis-intro-title-container) {
    margin-top: calc(var(--header-height));
}

.no-margin-top {
    margin-top: 0 !important;
}

.service-body .servis-intro-title-container {
    margin-top: 68px !important;
}

.servis-intro-section h1 {
    margin-bottom: 5px;
}

.order-form-body .servis-branch-section h1 {
    margin-bottom: 48px;
}

.servis-intro-section .servis-intro-section-description {
    font-size: 26px;
    line-height: 30.5px;
}

.servis-intro-section .servis-intro-text-container {
    display: flex;
    gap: 30px;
    justify-content: space-evenly;
    color: var(--revert-text-color);
    margin-bottom: 47px;
}

.service-body .servis-intro-section .servis-intro-text-container,
.for-companies-body .servis-intro-section .servis-intro-text-container,
.silencer-service-body .servis-intro-section .servis-intro-text-container {
    justify-content: space-around;
}

.servis-intro-section .one-text-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    flex: 1;
    margin-inline: 3px;
}

.servis-intro-section .text-1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 35.19px;
}

.servis-intro-section .text-2 {
    font-size: 16px;
    line-height: 23.46px;
}

.servis-intro-section .main-btn {
    text-transform: uppercase;
}


/* diagnostics-section */
.diagnostics-section {
    display: flex;
    gap: 40px;
    padding-top: 37px;
    justify-content: center;
    align-items: center;
}

.diagnostics-section.stores-list-section {
    flex-wrap: wrap;
}

.service-body .diagnostics-section {
    padding-top: 100px;
    box-sizing: unset;
}

.diagnostics-section .diagnostics-section-inner {
    width: 50%;
    position: relative;
}

.diagnostics-section-btn-cont {
    margin-top: 24px;
}

.diagnostics-section .diagnostics-img img {
    display: block;
}

.diagnostics-section-inner .diagnostics-cont {
    margin-top: 24px;
}

.diagnostics-section.bg-elipse::after {
    top: -11px;
    left: -205px;
}

.diagnostics-section .diagnostics-img img {
    max-width: 100%;
}

.type-of-bike-a {
    font-size: 30px;
    line-height: 35.19px;
    width: 100%;
    bottom: 8%;
    gap: 9px;
}

.right-part-cont a {
    color: var(--kolofix-black-ish);
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
    .type-of-bike-cont:hover .type-of-bike-a,
    .type-of-bike-cont:active .type-of-bike-a {
        text-decoration: none;
    }

    .type-of-bike-cont:hover .type-of-bike-a::after, 
    .type-of-bike-cont:active .type-of-bike-a::after {
        content: url(../images/arrow-in-circle-black.svg);
    }

    .type-of-bike-cont:hover .type-of-bike-a, 
    .type-of-bike-cont:active .type-of-bike-a {
        color: var(--kolofix-black-ish);
    }

    .right-part-cont a:hover,
    .right-part-cont a:active {
        text-decoration: underline;
    }
}

.header-inverted-color .header-menu-bar .left-part-btn-2,
.header-inverted-color .header-menu-bar .right-part-cont,
.header-inverted-color .header-menu-bar .right-part-cont a  {
    color: var(--revert-text-color);
}

.menu-bar-middle-part .header-logo {
    display: block;
}

.menu-bar-middle-part .header-logo-inverted {
    display: none;
}

.header-inverted-color .menu-bar-middle-part .header-logo {
    display: none;
}

.header-inverted-color .menu-bar-middle-part .header-logo-inverted {
    display: block;
}


/* service-steps-section */
.service-steps-section {

}


.service-steps-section .service-info-section-inner {
    display: block;
    padding-block: 40px;
}

.service-steps-section.reviews-section .one-review {
    flex-basis: 23%;
}

.service-steps-section .review-person-name {
    text-transform: uppercase;
}

.service-steps-section .service-info-container {
    width: 90%;
}


/* faq-section */
.intro-page-section.faq-section {
    box-sizing: unset;
}

.faq-section .faq-questions-container {
    padding-block: 24px;
}

.faq-section .faq-title-desc {
   padding-block: 24px 40px;
}

.faq-section .one-question {
    margin-inline: 24px;
    border-bottom: 1px solid #F1E0C5;
}

.faq-section .one-question-border {
    padding-block: 24px;
}

.faq-section .one-question-title {
    position: relative;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 40px;
    padding-block: 24px;
}

.faq-section .one-question-text {
    padding-bottom: 24px;
}

.faq-section .accordion-cycle-day .one-question-text {
    line-height: 1.5;
}

.faq-section .accordion-cycle-day {
    margin-block: 0;
}

.faq-section .one-question-text ol {
    padding-left: 30px;
}

.faq-section .one-question-text p {
    margin-top: 0;
}

.faq-section .one-question-text p:last-child {
    margin-bottom: 0;
}

.faq-section .one-question-title::after {
    content: url("../images/chevron-up.svg");
    display: inline-block;
    position: absolute;
    right: 9px;
    top: calc(50% - 9px);
    transform: rotateX(180deg);
}

.faq-section .one-question.acc_active .one-question-title::after {
    transform: rotateX(0deg);
}

















@media (max-width: 1300px) {
    .service-info-table td:first-of-type {
        min-width: 290px;
    }
}




@media (max-width: 1100px) {
    .footer-top-part {
        flex-wrap: wrap;
    }

    .footer-column {
        width: 42%;
    }

    .footer-column:first-of-type,
    .footer-column:nth-of-type(2){
        margin-bottom: 30px;
    }

    .service-steps-section .service-info-container {
        width: 90%;
        margin: auto;
    }

    .service-steps-section .service-info-container > *{
        text-align: center;
    }

    .service-steps-section .reviews-container {
        flex-wrap: wrap;
    }

    .service-steps-section.reviews-section:not(.stores-detail-top-section) .one-review {
        flex-basis: 90%;
    }
}




@media (max-width: 991px) {
    h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .intro-page-section:has(.bg-kolofix-color-3),
    .general-section:has(.bg-kolofix-color-3) {
        padding-inline: 0 !important;
    }

    .header-menu-bar {
        gap: 20px;
        justify-content: space-evenly;
    }

    .menu-bar-middle-part {
        order: -1;
    }

    .type-of-bike-section-inner {
        flex-wrap: wrap;
        gap: 20px;
    }

    .type-of-bike-inner img {
        width: 100%;
        max-width: 450px;
    }

    .intro-page-section {
        padding-inline: 20px;
    }

    .intro-page-section.servis-intro-section {
        padding-top: 30px;
        background: url(../images/servis-image-cropped2.png) no-repeat center -20px;
        background-size: cover;
    }

    .intro-page-section.service-info-section {
        padding-inline: 0;

    }

    .service-info-section-inner {
        flex-wrap: wrap;
        padding-inline: 20px;
        padding-top: 28px;
    }

    .reviews-section .reviews-container {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 40px;
    }

    .type-of-bike-a {
        font-size: 20px;
        line-height: 23.46px;
    }

    .reviews-section .one-review:not(:last-of-type) {
        margin-bottom: 36px;
    }

    .service-steps-section.reviews-section .one-review:nth-of-type(4) {
        margin-bottom: 40px;
    }

    .service-info-section .service-info-container {
        gap: 15px;
    }

    .service-steps-section .btn-color-border-cont {
        margin-top: 0;
    }

    .did-you-know-section .title-cont {
        width: 100%;
    }

    .reviews-section .review-person-name {
        margin: 4px auto 10px auto;
    }

    .intro-page-section h2, 
    .text-under-h2 {
        font-size: 26px;
        line-height: 30.5px;
    }

    .intro-page-section.reviews-section h2 {
        margin-block: 24px;
    }

    .reviews-section .text-under-h2,
    .reviews-section h2 {
        display: inline-block;
        text-align: center;
    }

    .service-info-container {
        width: 100%;
    }

    .service-info-container:first-of-type {
        text-align: center;
    }

    .service-info-container:nth-of-type(2) {
        width: 100%;
        padding: 0;
        padding-bottom: 31px;
    }

    .service-info-table th {
        padding-top: 12px;
    }

    .service-info-table thead th:first-of-type {
        padding-left: 0;
    }

    .service-info-table td > div {
        padding: 11px 0;
    }

    .service-info-table td > div {
        margin-inline: 0;
    }

    .service-info-table img {
        width: 40px;
    }

    .service-info-table tr:last-of-type td {
        height: 12px;
    }

    .header-menu-bar .left-part-btn-2,
    .header-menu-bar .right-part-cont {
        display: none;
    }

    .menu-bar-left-part .main-btn .desktop {
        display: none;
    }

    .menu-bar-left-part .main-btn .mobile {
        display: block;
    }
    
    .menu-bar-left-part {
        margin-left: auto;
    }
    
    .menu-bar-right-part {
        margin-left: 8px;
    }
    
    .intro-page-section h1 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 12px;
    }

    .index-body .did-you-know-section {
        padding-top: 48px;
    }

    .home-section h1 {
        margin-top: -40px;
    }

    .home-section-description,
    .servis-intro-section .servis-intro-section-description {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 12px;
    }

    .home-section-description {
        margin-bottom: 19px;
    }

    .badge-servis-24-cont {
        display: none;
    }
    
    .colored-text-link::after {
        background-image: url(../images/arrow-in-circle.svg);
        background-size: 48px 40px;
        width: 48px;
        height: 40px;
        content: "";
        background-repeat: no-repeat;
        background-position: center;
    }

    @media (hover: hover) and (pointer: fine) {
        .colored-text-link:hover::after, .colored-text-link:active::after {
            content: "";
            background-image: url(../images/arrow-in-circle-black.svg);
            background-size: 48px 40px;
            width: 48px;
            height: 40px;
            background-repeat: no-repeat;
            background-position: center;
        }
    }

    .intro-page-section h2,
    h2 {
        font-size: 26px;
        line-height: 30.5px;
        margin: 0;
        margin-bottom: 34px;
    }

    .index-body .intro-page-section h2 {
        margin-top: 25px;
    }

    .contact-section h2 {
        margin-bottom: 22px;
    }

    .intro-page-section.reviews-section h2 {
        margin-bottom: 0;
        margin-top: 0;
    }

    .type-of-bike-section h2 {
        margin-block: 30px;
    }

    .service-info-section h2 {
        margin-top: 47px;
        margin-bottom: 0;
    }

    .intro-page-section.reviews-section {
        margin-block: 0;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .service-body .intro-page-section.service-steps-section.reviews-section {
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 17px;
        padding-inline: 0;
    }

    .swiper-service .swiper-wrapper {
        margin-bottom: 40px;
    }

    .intro-page-section.reviews-section.customer-reviews-section {
        padding-top: 50px;
        margin-top: 0;
    }

    .service-body .intro-page-section.reviews-section.customer-reviews-section {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .accordionjs {
        margin-bottom: 0;
    }
    
    .intro-page-section.diagnostics-section,
    .intro-page-section.contact-section {
        padding-block: 50px;
    }

    .final-service-price-section .h2-title-subtitle-cont {
        margin: auto;
    }
    
    @media (hover: hover) and (pointer: fine) {
        .type-of-bike-cont:hover .type-of-bike-a::after, 
        .type-of-bike-cont:active .type-of-bike-a::after {
            content: "";
            background-image: url("../images/arrow-in-circle-black.svg");
            background-size: 48px 40px;
            width: 48px;
            height: 40px;
            background-repeat: no-repeat;
            background-position: center;
        }
    }

    .intro-page-section.diagnostics-section {
        flex-direction: column;
        align-items: center;
    }

    .intro-page-section.diagnostics-section.silencer-service-middle-section.two {
        padding-top: 0;
    }

    .diagnostics-section .diagnostics-section-inner {
        width: 100%;
    }

    .stores-detail-top-section.stores-detail-top-section {
        padding-bottom: 50px;
    }
    
    .servis-intro-section .servis-intro-text-container {
        gap: 20px;
        flex-direction: row;    
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

    .intro-page-section.faq-section {
        padding-block: 0;
    }

    .faq-section .faq-title-desc {
        padding-top: 0;
    }

    .diagnostics-section h2 {
        margin-bottom: 0;
        display: inline;
    }

    .diagnostics-section .text-under-h2 {
        display: inline;
    }

    .diagnostics-section-title-text {
        text-align: center;
    }

    .side_nav-a {
        font-size: 20px;
        line-height: 23.46px;
    }

    .side_nav-a.switch-to-english {
        font-size: 16px;
        line-height: 18.77px;
    }

    .side_nav ul li:first-of-type {
        font-size: 14px;
        line-height: 15.77px;
    }
    .service-info-table td:first-of-type {
        min-width: 150px;
    }

    .service-info-table td {
        height: 115px;
    }

    .servis-intro-section .one-text-item {
        width: 34%;
    }
    
    .servis-intro-section .text-1 {
        font-size: 20px;
        line-height: 23.46px;
    }

    .servis-intro-section .text-2 {
        font-size: 14px;
        line-height: 16.42px;
    }






}



@media (max-width: 576px) {
    .header-menu-bar {
        justify-content: space-between;
    }

    .menu-bar-middle-part .header-logo,
    .menu-bar-middle-part .header-logo-inverted {
        width: 80px;
    }

    .menu-bar-left-part {
        margin-right: -30px;
    }

    .intro-page-section.type-of-bike-section {
        padding: 20px;
        padding-bottom: 0;
        margin-top: 0;
    }

    .contact-section .contact-section-inner {
        flex-direction: column;
        gap: 30px;
        margin-top: 40px;
    }

    .contact-section .contact-section-inner-item {
        gap: 5px;
    }

    .left-part-btn-1 {
        padding: 14px 22px;
    }

    .intro-page-section.contact-section {
        text-align: center;
    }

    body {
        font-size: 14px;
        line-height: 16.42px;
    }

    .header-menu-bar {
        padding: 5px 20px;
    }

    .left-part-btn-1 {
        padding: 8px 16px;
    }

    .hamburger-menu-link {
        padding: 9px;
        width: 17px;
        height: 17px;
    }

    .hamburger-menu-link::before {
        content: "";
        width: 38px;
        height: 33px;
        top: 1px;
        left: -3px;
        background-image: url(../images/Ellipse_9.svg);
        background-size: 38px 33px;
        background-repeat: no-repeat;
    }

    .pop-up-container .hamburger-menu-link::before {
        content: "" !important;
        background-image: url(../images/Ellipse-9-beige.svg);
    }

    .body-inner-container.home-container {
        margin-top: -60px;
    }

    .intro-page-section.home-section {
        height: 80vw;
    }

    .intro-page-section.service-info-section {
        padding-bottom: 0;
    }

    .intro-page-section.service-info-section::before,
    .intro-page-section.service-info-section::after {
        content: none;
    }

    .intro-page-section.reviews-section::before {
        content: url(../images/Ellipse-beige-1198.svg);
        position: absolute;
        right: 0;
        top: -160px;
        z-index: -1;
    }

    .intro-page-section.reviews-section::after {
        content: url(../images/Ellipse-21.svg);
        position: absolute;
        right: 0px;
        top: -90px;
        z-index: -1;
    }

    .type-of-bike-section-inner {
        margin-top: 0;
    }
    
    .did-you-know-section {
        background: url(../images/did-you-know-section-mobile.png) no-repeat center bottom;
        background-size: cover;
    }

    .intro-page-section.servis-intro-section {
        background: url(../images/servis-image-cropped2.png) no-repeat 64% -60px;
    }

    .servis-intro-section .text-1 {
        font-size: 20px;
        line-height: 23.46px;
    }

    .servis-intro-section .text-2 {
        font-size: 14px;
        line-height: 16.42px;
    }

    .intro-page-section.servis-intro-section {
        height: 715px;
    }

    .menu-icon-open {
        width: 18px;
    }

    .btn-color-border-cont {
        margin-top: 60px;
    }

    .intro-page-section.reviews-section {
        margin-bottom: 100px;
    }

    .index-body .intro-page-section.reviews-section.customer-reviews-section {
        margin-bottom: 18px;
    }

    .contact-section-text-under-title > br {
        display: block;
    }

    .servis-intro-section .servis-intro-text-container {
        flex-direction: column;
    }

    .servis-intro-section .one-text-item {
        width: unset;
    }





    footer {
        padding: 40px 20PX;
    }

    .footer-top-part {
        flex-direction: column;
    }

    .footer-column:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .footer-column {
        width: 100%;
    }

    .footer-column h4 {
        margin-block: 0px 16px;
    }

    .footer-column h4,
    .footer-column a,
    .footer-bottom-part {
        font-size: 16px;
        line-height: 18.77px;
    }
}








@media (max-width: 435px) {
   /* .service-body .intro-page-section.servis-intro-section {
        background: url(../images/servis-image-cropped2.png) no-repeat center 29px;
        background-size: cover;
    }*/


    .service-body .servis-intro-section .servis-intro-text-container {
        text-shadow: 0px 1px 1px black;
    }

    .service-body .servis-intro-bottom-part {
        position: relative;
        top: 0px;
    }

}




