﻿.home-about {
    position: relative;
}

    .home-about .grid.wide {
        max-width: 1241px;
    }

.home-about-options {
    display: flex;
    align-items: center;
    margin-top: 51px;
}

.home-about-container {
    display: flex;
    padding: 0 0;
    padding-top: 0;
    flex-direction: row-reverse;
    align-items: center;
    padding-top: 63px;
}

.home-about-left {
    width: 678px;
    height: 519px;
    position: relative;
    z-index: 2;
}

    .home-about-left img {
        object-fit: unset;
    }

    .home-about-left .img {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
    }

.home-about-right .decor-shadow {
    position: absolute;
    width: 204px;
    height: 374px;
    background-color: #f2f2f7;
    bottom: -45px;
    left: -93px;
    display: none;
}

.home-about-left .img a {
    width: 100%;
}

.home-about-right {
    flex: 1;
    position: relative;
    z-index: 2;
}

    .home-about-right .top {
    }


        .home-about-right .top .heading {
        }

            .home-about-right .top .heading h1,
            .home-about-right .top .heading h2 {
                margin: 0;
            }

            .home-about-right .top .heading h1 {
                font-size: 22px;
                color: #828282;
                line-height: 117.2%;
                font-weight: 100;
                font-family: 'monM';
                position: relative;
                display: flex;
                flex-direction: column;
                justify-content: center;
                padding-left: 21px;
            }

                .home-about-right .top .heading h1::before {
                    content: '';
                    position: absolute;
                    width: 4px;
                    height: 101px;
                    background-color: var(--default-color-1);
                    left: 0;
                }

                .home-about-right .top .heading h1 strong {
                    display: block;
                    color: var(--default-color-1);
                    font-size: 64px;
                    font-family: monB;
                    line-height: 100%;
                    margin-top: 3px;
                }

            .home-about-right .top .heading h2 {
                font-weight: 100;
                font-size: 32px;
                color: #232323;
                line-height: calc(100% + 11px);
                font-family: OsM;
                margin-top: 2px;
            }

                .home-about-right .top .heading h2 span {
                    color: var(--default-color-1);
                }

        .home-about-right .top .description {
            font-size: 16px !important;
            color: #767676 !important;
            z-index: 2;
            position: relative;
            margin-top: 42px;
        }

            .home-about-right .top .description a {
                display: inline-block;
            }

            .home-about-right .top .description p {
                line-height: 165%;
                margin: 0;
            }

                .home-about-right .top .description p:first-child {
                    margin-top: 0;
                }

                .home-about-right .top .description p:last-child {
                }

.home-about-btn {
    padding: 11px 25px;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    background-color: var(--default-color-1);
    width: fit-content;
    transition: all linear .3s;
    border-radius: 8px;
    margin-right: 63px;
}

    .home-about-btn:hover {
        background-color: var(--default-color-4);
        color: #fff;
    }

.home-about-decor {
    position: absolute;
    width: 100%;
    top: 38px;
    pointer-events: none;
}

    .home-about-decor .grid.wide {
        max-width: 1240px;
    }

    .home-about-decor .container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .home-about-decor span {
        font-size: 110.77px;
        font-family: MuliBlack;
        color: #F1F2F6;
        display: block;
    }

    .home-about-decor p {
        padding: 0 10px;
        display: block;
    }

.home-about-hotline {
    display: flex;
    align-items: center;
}

    .home-about-hotline .icon {
        width: 42px;
        height: 42px;
        background-color: var(--default-color-1);
        border-radius: 50%;
    }

        .home-about-hotline .icon img {
        }

    .home-about-hotline .content {
        display: flex;
        flex-direction: column;
        padding-left: 9px;
    }

        .home-about-hotline .content h3 {
            margin: 0;
            color: #828282;
            font-weight: 100;
            font-size: 14px;
            line-height: 117.2%;
            font-family: 'monM';
            text-transform: uppercase;
        }

        .home-about-hotline .content span {
            color: var(--default-color-1);
            font-family: 'monSB';
            font-size: 22px;
        }
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@media(max-width:1191px) {
    .home-about-right .top .heading h1 strong {
        font-size: 52px;
    }

    .home-about-right .top .heading h1 {
        font-size: 18px;
    }
}
@media(max-width:1023px) {
    .no-display-mobile-tablet {
        display: none
    }

    .home-about-container {
        flex-direction: column;
        padding-top: 30px;
    }

    .home-about-left, .home-about-right {
        width: 100%;
        height: auto;
    }

    .home-about-left {
        margin-bottom: 20px;
    }

    .home-about-right .top .heading h1 {
        font-size: 14px;
        padding-left: 15px;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .no-display-tablet {
        display: none
    }

    .home-about-decor span {
        font-size: 66.77px;
    }


    .home-about-right .top {
        padding-left: 0;
    }
}

@media(max-width: 739px) {
    .no-display-mobile {
        display: none
    }

    .home-about-decor {
        display: none;
    }


    .home-about-left {
        transform: translateY(0);
    }

    .home-about-btn {
        margin: 0;
        font-size: 16px;
    }

    .home-about {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .home-about-right .top .description {
        padding: 20px 0;
        margin-top: 0;
    }

    .home-about-right .top {
        padding-left: 0;
    }

    .home-about-container {
        padding: 0;
        flex-direction: column;
    }

    .home-about-left,
    .home-about-right {
        width: 100%;
    }

        .home-about-left .img {
            height: 350px;
        }

            .home-about-left .img a {
                float: unset;
                width: 100%;
                padding: 0;
            }

        .home-about-right .top .heading h1 strong {
            font-size: 40px;
            margin-top: 8px;
        }

        .home-about-right .top .heading h1::before {
            height: 100%;
        }

    .home-about-options {
        margin-top: 0;
        justify-content: space-between;
    }

    .home-about-hotline .content span {
        font-size: 20px;
    }

    .home-about-hotline .content h3 {
        font-size: 12px;
    }
}
