.header {
    min-height: auto;
    height: 193px;
    overflow: hidden;
}

.header-content {
    display: none;
}

h1.h1-text {
    color: #323539;
    font-size: 26px;

    font-weight: 500;
    line-height: 36px;
}

p.text-info {
    color: #858C95;
    font-size: 14px;

    font-weight: 400;
    line-height: 36px;
}

.info-main-top {
    display: flex;
    align-items: center;
    gap: 25px;
}

.info-block {
    color: var(--text-icons-light-base-second, #858C95);

    font-size: 14px;

    font-weight: 400;
    line-height: 24px;
    margin-top: 40px;
    margin-bottom: 50px;
}

p.left-text {
    color: #323539;

    font-size: 18px;

    font-weight: 500;
    line-height: 24px;
}

.block-info-main {
    display: flex;
    justify-content: space-between;
}

p.right-text-info {
    color: #858C95;

    font-size: 14px;

    font-weight: 400;
    line-height: 24px;
}

.object-info {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.info-block-content {
    display: grid;
    gap: 16px;
}

.block-info-object {
    display: grid;
    gap: 20px;
}

.info-list-block {
    display: grid;
    gap: 50px;
}

.content-block {
    margin-bottom: 60px;
}

.block-info-object.active > .block-info-main > svg {
    transform: rotate(0deg);
    color: #348EFD;
}

.block-info-main {
    cursor: pointer;
}

.block-info-object:after {
    width: 100%;
    height: 1px;
    content: "";
    opacity: 0.69;
    background: #D9D9D9;
}
.block-info-object:last-child:after{
    display: none;
}


@media (max-width:1180px){
    .header {
        height: 0px;
    }
}

@media (max-width:701px){
    .content-block {
        margin-top: 115px;
    }
}
