:root {
    --breakpoint-xxl: 1920px;
    --breakpoint-xl: 1440px;
    --breakpoint-lg: 1280px;
    --breakpoint-md: 1024px;
    --breakpoint-md-s: 992px;
    --breakpoint-sm: 768px;
    --breakpoint-sm-s: 640px;
    --breakpoint-xs: 512px;
    --breakpoint-xxs: 390px
}

@keyframes loading {
    0% {
        height: 64px;
        top: 8px
    }

    to {
        height: 32px;
        top: 24px
    }
}

.tabs-info,
.wp-block .tabs-info {
    padding: 100px 20px
}

@media(max-width:1024px) {

    .tabs-info,
    .wp-block .tabs-info {
        padding: 39px 20px 57px
    }
}

.tabs-info__container,
.wp-block .tabs-info__container {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%
}

.tabs-info__tab-container,
.wp-block .tabs-info__tab-container {
    border-radius: 40px 0 0 40px;
    display: flex;
    overflow: hidden
}

@media(max-width:1024px) {

    .tabs-info__tab-container,
    .wp-block .tabs-info__tab-container {
        border-radius: 0 56px 0 56px;
        flex-direction: column
    }
}

.tabs-info__title,
.wp-block .tabs-info__title {
    color: var(--sk-color-primary);
    margin-bottom: 40px;
    max-width: 435px;
    width: 100%
}

.tabs-info__tab-item,
.wp-block .tabs-info__tab-item {
    border-radius: 0 40px 0 0;
    cursor: pointer;
    max-width: 112px;
    min-height: 807px;
    position: relative;
    transition: .2s ease;
    width: 100%
}

@media(max-width:1024px) {

    .tabs-info__tab-item,
    .wp-block .tabs-info__tab-item {
        border-radius: 0 0 0 56px;
        max-width: 100%;
        min-height: 110px;
        padding: 71px 30px 2px
    }
}

.tabs-info__tab-item:first-child,
.wp-block .tabs-info__tab-item:first-child {
    max-width: 80px
}

@media(max-width:1024px) {

    .tabs-info__tab-item:first-child,
    .wp-block .tabs-info__tab-item:first-child {
        border-radius: 56px 0 0 56px;
        max-width: 100%;
        min-height: 80px;
        padding: 35px 30px 10px
    }
}

.tabs-info__tab-item:first-child .tabs-item__title,
.wp-block .tabs-info__tab-item:first-child .tabs-item__title {
    left: 26px
}

@media(max-width:1024px) {

    .tabs-info__tab-item:first-child .tabs-item__title,
    .wp-block .tabs-info__tab-item:first-child .tabs-item__title {
        left: auto
    }
}

.tabs-info__tab-item+.tabs-info__tab-item,
.wp-block .tabs-info__tab-item+.tabs-info__tab-item {
    margin-left: -34px
}

@media(max-width:1024px) {

    .tabs-info__tab-item+.tabs-info__tab-item,
    .wp-block .tabs-info__tab-item+.tabs-info__tab-item {
        margin-left: 0;
        margin-top: -52px
    }
}

.tabs-info__tab-item:first-child,
.wp-block .tabs-info__tab-item:first-child {
    z-index: 5
}

.tabs-info__tab-item:nth-child(2),
.wp-block .tabs-info__tab-item:nth-child(2) {
    z-index: 4
}

.tabs-info__tab-item:nth-child(3),
.wp-block .tabs-info__tab-item:nth-child(3) {
    z-index: 3
}

.tabs-info__tab-item:nth-child(4),
.wp-block .tabs-info__tab-item:nth-child(4) {
    z-index: 2
}

.tabs-info__tab-item:nth-child(5),
.wp-block .tabs-info__tab-item:nth-child(5) {
    z-index: 1
}

.tabs-info__tab-item:nth-child(6),
.wp-block .tabs-info__tab-item:nth-child(6) {
    z-index: 0
}

.tabs-info__tab-item.active,
.wp-block .tabs-info__tab-item.active {
    max-width: 1050px
}

@media(max-width:1024px) {

    .tabs-info__tab-item.active,
    .wp-block .tabs-info__tab-item.active {
        padding: 71px 30px 44px
    }
}

.tabs-info__tab-item.active:first-child .tabs-item__title,
.wp-block .tabs-info__tab-item.active:first-child .tabs-item__title {
    left: 50px
}

@media(max-width:1024px) {

    .tabs-info__tab-item.active:first-child .tabs-item__title,
    .wp-block .tabs-info__tab-item.active:first-child .tabs-item__title {
        left: auto
    }

    .tabs-info__tab-item.active:first-child,
    .wp-block .tabs-info__tab-item.active:first-child {
        padding: 23px 30px 44px
    }
}

.tabs-info__tab-item.active:first-child .tabs-item__info,
.wp-block .tabs-info__tab-item.active:first-child .tabs-item__info {
    padding: 50px
}

@media(max-width:1024px) {

    .tabs-info__tab-item.active:first-child .tabs-item__info,
    .wp-block .tabs-info__tab-item.active:first-child .tabs-item__info {
        padding: 0
    }
}

.tabs-info__tab-item.active .tabs-item__title,
.wp-block .tabs-info__tab-item.active .tabs-item__title {
    left: 75px
}

@media(max-width:1024px) {

    .tabs-info__tab-item.active .tabs-item__title,
    .wp-block .tabs-info__tab-item.active .tabs-item__title {
        left: auto
    }
}

.tabs-info__tab-item.active .tabs-item__info,
.wp-block .tabs-info__tab-item.active .tabs-item__info {
    animation: fadeTabItem .5s ease normal forwards;
    padding: 50px 50px 50px 80px
}

@media(max-width:1024px) {

    .tabs-info__tab-item.active .tabs-item__info,
    .wp-block .tabs-info__tab-item.active .tabs-item__info {
        animation: initial;
        grid-template-rows: 1fr;
        opacity: 1;
        padding: 0;
        visibility: visible
    }
}

.tabs-info .tabs-item,
.wp-block .tabs-info .tabs-item {
    position: relative
}

.tabs-info .tabs-item.bg-second-dark,
.wp-block .tabs-info .tabs-item.bg-second-dark {
    color: var(--sk-color-white)
}

.tabs-info .tabs-item__info,
.wp-block .tabs-info .tabs-item__info {
    height: 0;
    opacity: 0;
    visibility: hidden;
    width: 0
}

.tabs-info .tabs-item__info .wrapper-info,
.wp-block .tabs-info .tabs-item__info .wrapper-info {
    min-height: 0
}

@media(max-width:1024px) {

    .tabs-info .tabs-item__info,
    .wp-block .tabs-info .tabs-item__info {
        display: grid;
        grid-template-rows: 0fr;
        height: auto;
        max-height: 100%;
        overflow: hidden;
        transition: .3s ease;
        width: 100%
    }
}

.tabs-info .tabs-item__text,
.wp-block .tabs-info .tabs-item__text {
    margin-bottom: 55px;
    max-width: 630px;
    padding-left: 50px;
    width: 100%
}

.tabs-info .tabs-item__text p,
.wp-block .tabs-info .tabs-item__text p {
    line-height: 1.5
}

.tabs-info .tabs-item__text a,
.wp-block .tabs-info .tabs-item__text a {
    color: inherit;
    text-decoration: underline
}

.tabs-info .tabs-item__text a:hover,
.wp-block .tabs-info .tabs-item__text a:hover {
    color: var(--sk-color-third)
}

@media(max-width:1024px) {

    .tabs-info .tabs-item__text,
    .wp-block .tabs-info .tabs-item__text {
        font-size: 16px;
        margin-bottom: 20px;
        min-height: 0;
        padding-left: 20px
    }
}

.tabs-info .tabs-item__image,
.wp-block .tabs-info .tabs-item__image {
    border-radius: 40px 40px 0 40px;
    max-width: 874px;
    overflow: hidden
}

.tabs-info .tabs-item__image picture,
.wp-block .tabs-info .tabs-item__image picture {
    display: flex;
    height: auto;
    width: 100%
}

.tabs-info .tabs-item__image img,
.wp-block .tabs-info .tabs-item__image img {
    height: auto;
    width: 100%
}

.tabs-info .tabs-item__title,
.wp-block .tabs-info .tabs-item__title {
    background: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: 500;
    left: 58px;
    letter-spacing: 3px;
    max-height: 150px;
    position: absolute;
    text-transform: uppercase;
    top: 29px;
    transform: rotate(90deg);
    transform-origin: left bottom;
    transition: .2s ease
}

@media(max-width:1024px) {

    .tabs-info .tabs-item__title,
    .wp-block .tabs-info .tabs-item__title {
        font-size: 16px;
        left: auto;
        margin-bottom: 20px;
        max-height: 100%;
        padding-left: 20px;
        position: relative;
        top: auto;
        transform: rotate(0)
    }
}

/*# sourceMappingURL=tabs-info.css.map*/