.js-fixed_nav,
.preimuszhestva .clearfix:before,
.preimuszhestva .clearfix:after,
.preimuszhestva .wrapper:before,
.preimuszhestva .wrapper:after,
.preimuszhestva .wrapper-contacts:before,
.preimuszhestva .wrapper-contacts:after {
    display: none;
}

.preimuszhestva {margin-bottom: 35px;}

.wrappWith {
    width: 990px;
    margin: 0 auto;
}

.GridWrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 26px 1fr 26px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 26px;
    grid-row-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
}

.FlexBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px;
    width: 240px;
    font-size: 18px;
    gap: 15px;
}

.border {
    border: 1px solid #f2f2f2;
    border-radius: 20px;
}

.ImgAccount {width: 60px;}
.fontGreen {color: #00b1ac;}
.wrapTxtImgRight>div:nth-child(2) {text-align: center;}
.icon-ico_17 {font-size: 22px;}

.wrapPhonesNumber {
    display: flex;
    column-gap: 90px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.txtNumberPhone {
    font-family: 'corpid_e1s_scd_regular';
    font-size: 24px;
}

h2 {margin-top: 60px;}
.col-1>p:last-child {margin-bottom: 60px;}
.mb-60 {margin-bottom: 3.75rem;}
.mb-0 {margin-bottom: 0;}

h3.accordion__toggle {
    font-family: 'corpid_e1s_scd_regular';
    font-weight: normal;
    font-size: 24px;
    line-height: 1.3em;
    margin: 24px 0 12px 0;
}

.wrapTxtImgRight {
    margin-bottom: 60px;
    background: rgba(91, 49, 75, 0.15);
    box-sizing: border-box;
}

.underline {text-decoration: underline;}
.wrapPhonesNumber p {margin-bottom: 0;}

.voprosy {
    display: flex;
    flex-flow: column;
    row-gap: 40px;
}

.voprosy>p,
.voprosy>.wrapPhonesNumber {
    margin: 0;
}

.voprosy>h2 {margin-bottom: 0;}

ul {
    padding-left: 1.5625rem;
    margin: 0 0 1.5em 0;
}

ul li {
    font-size: 18px;
    vertical-align: top;
    line-height: 32px;
    font-family: 'corpid_e1s_scd_light';
    list-style-type: disc;
}

@media (max-width: 1105px) {
    main>.wrapper {padding: 0 25px;}
    .wrappWith {width: auto;}
}

@media (max-width: 973px) {
    .GridWrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}