.aboutBanner {
    background: url(/images/aboutBanner.png) no-repeat center;
}

.aboutContent .middleWidth {
    max-width: 78%;
}

.aboutContent .decorContainer {
    margin-bottom: 64px;
    padding-top: 31px;
}

.rightImg {
    margin: 0 0 0 auto;
    display: block;
    position: relative;
    right: 148px;
}

.relative {
    position: relative;
}

.two {
    position: absolute;
    top: 162px;
    left: -166px;
}

.floatLeftImage {
    position: unset;
    float: left;
}

.imagesContainer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 103px;
}

.imagesContainer img {
    margin-left: 48px;
}

.companyDecor {
    position: absolute;
    top: 121px;
    left: 0;
    z-index: -1;
}

.twoMob, .third {
    display: none;
}

.typeItemImg {
    overflow: hidden;
    height: 217px;
}

.typeItemImg img {
    transform: scale(1.2);
    transition: 0.3s;
}

.relativesItem:hover img {
    transform: scale(1);
}

.relativesItem:hover .more {
    background: #4D4D4F;
    color: #F1B80E;
}

.blogItemTitle {
    height: 48px;
    display: -webkit-box;
    word-break: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.sectionPin {
    padding: 80px 0 !important;
    height: auto !important;
    min-height: unset !important;
}

.tabContentmain {
    max-width: 1290px;
}

.sectionPin .section_pin {
    height: auto !important;
}

.aboutContent .t-btn-container {
    margin-bottom: 0 !important;
}

.tabBtn {
    font-size: 24px;
    font-style: normal;
    line-height: 48px;
    margin-right: 56px;
    cursor: pointer;
    padding: 8px;
    white-space: nowrap;
    color: #7B7B7F;
}

.tabBtn.active {
    color: #393939;
    font-weight: bolder;
    border-bottom: 4px solid #F1B80E;
}

.image_wrapper {
    opacity: 1 !important;
}

.center {
    transform: translate3d(-1948.92px, 0px, 0px) !important;
}

.right {
    transform: translate3d(-3796.1px, 0px, 0px) !important;
}

.left {
    transform: translate3d(-1px, 0px, 0px) !important;
}

.tabContainer {
    display: none;
}

.none {
    display: none !important;
}

.tab-container {
    position: relative;
    overflow: hidden;
}

.tabs {
    display: flex;
    justify-content: space-around;
    background-color: #f0f0f0;
    padding: 10px;
}

.item {
    cursor: pointer;
    padding: 10px;
}

.panel {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabContent {
    display: flex;
    align-items: center;
    gap: 2rem;
    max-width: 100vw;
    overflow: hidden;
}

.tab-container {
    min-height: 100vh;
}

.pin-spacer {
    margin: 0 !important;
}

.tabs {
    overflow: hidden;
}

.t-panel-container {
    padding-top: 48px;
}

.t-panel {
    min-width: 100%;
}

.t-panel-container {
    display: flex;
    align-items: flex-start;
}

.t-panel {
    opacity: 1;
    display: block;
    padding: 0 21px;
}

.aboutContent .imgC1 {
    max-height: 407px;
}

.aboutContent .imgC2 {
    max-height: 320px;
}

.aboutContent .smallSize {
    max-height: 343px;
}

.aboutContent .middleSize {
    max-height: 432px;
}

.aboutContent .bigSize {
    max-height: 564px;
}

.aboutContent .rightImg {
    max-height: 300px;
}

.aboutContent .hugeSize {
    max-height: 543px;
}

.furniture-middle-img {
    position: static;
    margin-left: 50px;
    max-height: 342px;
}

.menu2 .tabContent3 .tabTitle {
    position: relative;
    top: 20px;
}

.menu2 .tabContent3 {
    padding-top: 33px;
}

.imgC1 {
    max-height: 400px;
}

.imgC2 {
    max-height: 280px;
}

@media (max-width: 1700px) {
    .imgC1 {
        width: 50%;
    }

    .imgC2 {
        width: 21%;
    }

}

@media (max-width: 1380px) {
    .companyDecor {
        left: -49px;
    }

    .imagesContainer {
        margin-top: 70px;
    }

    .companyDecor {
        width: 27%;
    }
}

@media (max-width: 1073px) {
    .aboutContent .middleWidth {
        max-width: 66%;
    }

    .imagesContainer {
        margin-top: 24px;
    }

    .aboutContent .decorContainer {
        margin-bottom: 24px;
    }

    .rightImg {
        right: 0;
        width: 100%;
    }
}

@media (max-width: 860px) {
    .aboutContent .blogs {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
        gap: 24px;
    }

    .imagesContainer img {
        margin-left: 24px;
    }

    .companyDecor {
        left: -14px;
    }

    .typeItemImg {
        height: 180px;
    }
    .rightImg {
        height: auto !important;
    }
}

@media (max-width: 740px) {
    .aboutContent .tabDecor3 {
        display: block;
        position: static;
        width: 67px;
        margin: 60px 0 32px;
    }

    .decorContainer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .aboutContent .middleWidth {
        max-width: 100%;
    }

    .two {
        display: none;
    }

    .twoMob {
        display: block !important;
    }

    .two {
        position: absolute;
        top: 234px;
        left: unset;
        width: 69px;
        right: 0;
    }
}

@media (max-width: 600px) {
    .aboutContent .blogs {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }

    .aboutContent .middleWidth {
        max-width: 100%;
    }

    .imagesContainer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .imagesContainer img {
        margin-left: 0;
    }

    .imgC2 {
        width: 169px;
        margin-bottom: 16px;
    }

    .imgC1 {
        width: 100%;
    }

    .aboutContent .t-panel-container {
        margin-bottom: 24px;
    }

    .companyDecor {
        left: 167px;
        transform: rotate(180deg);
        top: 25px;
    }

    .typeItemImg {
        height: auto;
    }
}

@media (max-width: 569px) {
    .two {
        top: 114px;
    }

    .firstTab .decorContainer {
        position: relative;
    }

    .firstTab .tabDecor3 {
        position: absolute;
        right: -21px;
        top: -49px;
    }

    .deskThird {
        display: none !important;
    }

    .third {
        display: block;
    }

    .t-panel {
        padding: 0 10px;
    }

    .t-panel-container {
        padding-top: 20px;
    }

    .blogs {
        padding-left: 16px;
        padding-right: 16px;
    }

    .aboutContent .middleSize {
        max-height: 178px;
    }

    .furniture-middle-img {
        max-height: 166px;
        margin-top: 16px;
    }

    .aboutContent .tabDecor3 {
        display: none;
    }
}

@media (max-height: 880px) {
    .imgC1 {
        height: 45.8vh;
        object-fit: cover;
    }

    .imagesContainer {
        margin-top: 50px;
    }

    .aboutContent .decorContainer {
        margin-bottom: 20px;
    }

    .rightImg {
        height: 54vh;
        object-fit: cover;
    }

    .middleSize {
        height: 51vh;
        object-fit: cover;
    }

    .smallSize {
        height: 38vh;
        object-fit: cover;
    }

    .tabDecor3 {
        top: 42px;
    }

    .two {
        top: 100px;
    }

    .aboutContent .bigSize {
        height: 41vh;
    }
}

@media (max-height: 995px) {
    .aboutContent .bigSize {
        max-height: 453px;
    }
}
