.commercial-header {
    padding-top: 40px;
    padding-bottom: 10px;
}

.commercial-brcr {
    margin-bottom: 12px;
}

.commercial-header h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 105%;
    color: #262626;
}

@media screen and (max-width: 1279px) {
    .commercial-header h1 {
        font-size: 42px;
    }
}

@media screen and (max-width: 767px) {
    .commercial-header {
        padding-top: 24px;
        padding-bottom: 0;
    }

    .commercial-header h1 {
        font-size: 30px;
    }
}

.commercial-banner {
    background-color: #F5F7F7;
    padding: 100px 0;
}

.commercial-banner-wrapper {
    display: flex;
    gap: 32px;
}

.commercial-banner-title {
    position: relative;
}

.commercial-banner-title h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 110%;
    color: #262626;
}

.commercial-banner-title svg {
    position: absolute;
    width: 164px;
    height: auto;
    top: -50px;
    left: -65px;
}

.commercial-banner-text {
    margin-top: 40px;
    margin-left: 88px;
    max-width: 746px;
    font-size: 18px;
    line-height: 150%;
    color: #262626;
}

.commercial-banner-text p:not(:first-child) {
    margin-top: 22px;
}

.commercial-banner-text a {
    color: #262626;
    text-decoration: underline;
}

.commercial-banner-text a:hover {
    text-decoration: none;
}

.commercial-banner-user {
    display: flex;
    gap: 24px;
    flex-direction: column;
    width: 222px;
    flex: none;
    text-align: center;
}

.commercial-banner-user-photo img {
    display: block;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    border-radius: 50%;
    object-fit: cover;
}

.commercial-banner-user-name {
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    color: #262626;
}

.commercial-banner-user-position {
    font-size: 16px;
    line-height: 140%;
    margin-top: 4px;
    color: #262626;
}

.commercial {
    padding: 50px 0;
}

.commercial-wrapper {
    display: flex;
    gap: 45px;
}

.commercial-content {
    width: 100%;
    max-width: 744px;
}

.commercial-block {
    padding: 50px 0;
}

.commercial-title {
    margin-bottom: 40px;
}

.commercial-title h2 {
    font-weight: 500;
    font-size: 42px;
    line-height: 105%;
    color: #262626;
}

.commercial-text {
    font-size: 18px;
    line-height: 150%;
}

.commercial-text a {
    text-decoration: underline;
}

.commercial-text a:hover {
    text-decoration: none;
}

.commercial-text b {
    font-weight: 500;
    color: #262626;
}

.commercial-text ul {
    list-style: none;
}

.commercial-text ul li {
    position: relative;
    padding-left: 26px;
}

.commercial-text ul li:not(:first-child) {
    margin-top: 8px;
}

.commercial-text ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMEw2LjY1MTA5IDMuMzQ4OTFMMTAgNUw2LjY1MTA5IDYuNjUxMDlMNSAxMEwzLjM0ODkxIDYuNjUxMDlMMCA1TDMuMzQ4OTEgMy4zNDg5MUw1IDBaIiBmaWxsPSIjMjYyNjI2Ii8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-size: cover;
    top: 8px;
    left: 0;
}

.commercial-text p:not(:first-child) {
    margin-top: 22px;
}

.commercial-text p:not(:last-child) {
    margin-bottom: 22px;
}

.commercial-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.commercial-list-item {
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    padding: 32px;
}

.commercial-list-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 16px;
    color: #262626;
}

.commercial-photos {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.commercial-photo a {
    display: block;
    position: relative;
    width: 130px;
    height: 130px;
    background-color: #f5f5f5;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
}

.commercial-photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
}

.commercial-photos:not(:first-child) {
    margin-top: 24px;
}

.commercial-photos:not(:last-child) {
    margin-bottom: 24px;
}

.commercial-list-noty {
    font-size: 16px;
    line-height: 140%;
    padding-top: 12px;
    margin-top: 24px;
    border-top: 1px solid #E6E6E6;
}

.commercial-other {
    margin-top: 56px;
}

.commercial-other-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 20px;
    color: #262626;
}

.commercial-other-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}

.commercial-other-list-item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 16px;
    color: #262626;
}

.commercial-other-noty {
    margin-top: 24px;
    font-size: 16px;
    line-height: 140%;
    padding-left: 16px;
    color: #262626;
    border-left: 3px solid #262626;
}

.commercial-fraction-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.commercial-fraction-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 20px;
    color: #262626;
}

.commercial-opt {
    margin-top: 40px;
}

.commercial-opt-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 40px;
    color: #0F1011;
}

.commercial-opt-list {
    display: flex;
    flex-wrap: wrap;
    gap: 44px;
}

.commercial-opt-item {
    border-top: 3px solid #0F1011;
    padding-top: 12px;
    width: calc(50% - 22px);
}

.commercial-opt-item-title {
    font-weight: 500;
    font-size: 17px;
    line-height: 115%;
    margin-bottom: 16px;
    color: #0F1011;
}

.commercial-opt-noty {
    margin-top: 40px;
    font-size: 16px;
    line-height: 140%;
    color: #262626;
    background-color: #F5F7F7;
    border-radius: 12px;
    padding: 20px;
}

.commercial-dealers-list {
    display: flex;
    gap: 12px;
    margin-top: 44px;
}

.commercial-dealers-item {
    display: flex;
    flex-direction: column;
    border: 1px solid #E6E6E6;
    border-radius: 12px;
    padding: 16px;
    flex: 1;
}

.commercial-dealers-icon {
    margin-bottom: 16px;
}

.commercial-dealers-icon span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.commercial-dealers-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 115%;
    color: #262626;
}

.commercial-dealers-text {
    font-size: 16px;
    line-height: 140%;
    padding-top: 8px;
    margin-top: auto;
}

.commercial-faq {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.commercial-faq-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #262626;

}

.commercial-faq-text {
    font-size: 16px;
    line-height: 140%;
    margin-top: 12px;
}

.commercial-menu {
    width: 280px;
    padding-top: 74px;
    flex: none;
    margin-left: auto;
}

.commercial-menu-list-block {
    position: sticky;
    top: 100px;
}

.commercial-menu-line {
    position: absolute;
    display: block;
    width: 3px;
    left: 0;
    background-color: #0F1011;
    transition: all 300ms;
}

.commercial-menu-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.commercial-menu-item {
    padding-left: 23px;
}

.commercial-menu-item span {
    font-size: 18px;
    line-height: 150%;
    color: #939393;
    transition: color 300ms;
    cursor: pointer;
}

.commercial-menu-item span:hover {
    color: #262626;
}

.commercial-menu-item.active span {
    color: #262626;
    font-weight: 500;
}

.commercial-menu-mobile {
    display: none;
}

.commercial-guide {
    padding-top: 0;
}

.commercial-guide-fraction-list {
    margin-top: 40px;
}

.commercial-guide-photos .commercial-photo a {
    border: 1px solid #E6E6E6;
}

.commercial-guide-photos-other .commercial-photo a {
    border: 1px solid #E6E6E6;
}

@media screen and (max-width: 1279px) {
    .commercial-banner {
        padding: 64px 0;
    }

    .commercial-banner-wrapper {
        flex-direction: column;
    }

    .commercial-banner-content {
        padding-left: 64px;
    }

    .commercial-banner-title h1 {
        font-size: 42px;
    }

    .commercial-banner-title svg {
        top: -40px;
        left: -55px;
    }

    .commercial-banner-text {
        font-size: 16px;
        line-height: 140%;
        margin-left: 20px;
        margin-top: 32px;
        max-width: 560px;
    }

    .commercial-banner-text p:not(:first-child) {
        margin-top: 18px;
    }

    .commercial-banner-user {
        flex-direction: row;
        align-items: center;
        width: auto;
        margin-left: 84px;
        text-align: left;
    }

    .commercial-banner-user-photo img {
        width: 88px;
        height: 88px;
    }

    .commercial-banner-user-name {
        font-size: 22px;
        line-height: 105%;
    }

    .commercial-banner-user-position {
        font-size: 14px;
        line-height: 130%;
        margin-top: 8px;
    }

    .commercial {
        padding: 44px 0 32px;
    }

    .commercial-block {
        padding: 32px 0;
    }

    .commercial-title {
        margin-bottom: 24px;
    }

    .commercial-title h2 {
        font-size: 36px;
    }

    .commercial-text {
        font-size: 16px;
        line-height: 140%;
    }

    .commercial-text ul li {
        padding-left: 22px;
    }

    .commercial-text ul li:before {
        top: 6px;
    }

    .commercial-text p:not(:first-child) {
        margin-top: 18px;
    }

    .commercial-text p:not(:last-child) {
        margin-bottom: 18px;
    }

    .commercial-list-title {
        font-size: 22px;
        line-height: 105%;
    }

    .commercial-list-noty {
        font-size: 14px;
        line-height: 130%;
    }

    .commercial-other {
        margin-top: 44px;
    }

    .commercial-other-title {
        font-size: 22px;
        line-height: 105%;
        margin-bottom: 16px;
    }

    .commercial-other-list-item-title {
        font-size: 18px;
    }

    .commercial-other-noty {
        font-size: 14px;
        line-height: 130%;
    }

    .commercial-fraction-title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .commercial-opt {
        margin-top: 32px;
    }

    .commercial-opt-title {
        font-size: 22px;
        line-height: 105%;
        margin-bottom: 24px;
    }

    .commercial-opt-item-title {
        font-size: 16px;
    }

    .commercial-opt-noty {
        font-size: 14px;
        line-height: 130%;
    }

    .commercial-dealers-list {
        margin-top: 32px;
    }

    .commercial-dealers-title {
        font-size: 16px;
    }

    .commercial-dealers-text {
        font-size: 14px;
        line-height: 130%;
    }

    .commercial-faq-title {
        font-size: 18px;
    }

    .commercial-faq-text {
        font-size: 14px;
        line-height: 130%;
    }

    .commercial-menu {
        display: none;
    }

    .commercial-menu-mobile {
        display: block;
        margin-bottom: 12px;
        position: sticky;
        top: 59px;
        background-color: #fff;
        background-color: rgb(255 255 255 / 80%);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        padding-left: 40px;
        z-index: 2;
    }

    .commercial-menu-mobile-list-block {
        position: relative;
        white-space: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        box-shadow: 0 -1px 0 #e6e6e6 inset;
    }

    .commercial-menu-mobile-list-block::-webkit-scrollbar {
        display: none;
    }

    .commercial-menu-mobile-line {
        position: absolute;
        display: block;
        top: calc(100% - 2px);
        height: 2px;
        background-color: #262626;
        transition: all 300ms;
    }

    .commercial-menu-mobile-list span {
        display: inline-flex;
        align-items: center;
        font-size: 14px;
        height: 50px;
        padding: 0 16px;
        transition: color 300ms;
    }

    .commercial-menu-mobile-list .active {
        color: #262626;
    }
}

@media screen and (max-width: 767px) {
    .commercial-banner {
        padding: 56px 0;
    }

    .commercial-banner-content {
        padding-left: 0;
    }

    .commercial-banner-title h1 {
        font-size: 26px;
        line-height: 110%;
    }

    .commercial-banner-title svg {
        width: 106px;
        left: -10px;
        top: -30px;
    }

    .commercial-banner-text {
        margin-left: 0;
        margin-top: 24px;
    }

    .commercial-banner-user {
        margin-left: 0;
    }

    .commercial-banner-user-photo img {
        width: 80px;
        height: 80px;
    }

    .commercial {
        padding: 32px 0 28px;
    }

    .commercial-block {
        padding: 28px 0;
    }

    .commercial-title h2 {
        font-size: 26px;
    }

    .commercial-list-item {
        padding: 16px;
        border-radius: 12px;
    }

    .commercial-photo a {
        width: 88px;
        height: 88px;
        border-radius: 8px;
    }

    .commercial-other-list {
        margin-top: 32px;
        gap: 32px;
    }

    .commercial-fraction-list {
        gap: 24px;
    }

    .commercial-opt {
        margin-top: 24px;
    }

    .commercial-opt-list {
        flex-direction: column;
        gap: 32px;
    }

    .commercial-opt-item {
        width: 100%;
    }

    .commercial-opt-noty {
        margin-top: 32px;
    }

    .commercial-dealers-list {
        flex-direction: column;
    }

    .commercial-menu-mobile {
        padding-left: 16px;
        margin-bottom: 0;
    }

    .commercial-guide-fraction-list {
        margin-top: 24px;
    }
}