.b-page {
    position: relative;
    opacity: 1;
    padding-top: 40px
}


.b-page-main {
    padding-top: 0px
}

@media (min-width: 320px) {
    .b-page {
        padding-top: 40px;
        background: #FFF;
    }
}

@media (min-width: 720px) {
    .b-page {
        padding-top: 10px
    }
}

@media (min-width: 320px) {
    .b-page-main {
        padding-top: 40px;
        background: #FFF;
    }
}

@media (min-width: 720px) {
    .b-page-main {
        padding-top: 0px
    }
}
.reg-section {
    background: #eaeaea;
    padding: 80px 0;
}
.container {
    margin: 0 auto;
    box-sizing: content-box
}

@media (min-width: 320px) {
    .container {
        min-width: 288px;
        max-width: 408px;
        padding: 0 12px
    }
}

@media (min-width: 720px) {
    .container {
        min-width: 672px;
        max-width: 896px;
        padding: 0 16px
    }
}

@media (min-width: 1088px) {
    .container {
        min-width: 1024px;
        max-width: 1120px;
        padding: 16px 16px
    }
}
.home-society__cards-list-title {
    color:#229dd1;
    font-size:21px;
    margin-bottom: 32px;
    margin-top: 0;
}
.grid-3column {
    display: grid;
    margin-bottom: 20px;
}

@media (min-width: 320px) {
    .grid-3column {
        grid-template-columns: 4fr;
        grid-column-gap: 24px;
        grid-row-gap: 24px
    }
}

@media (min-width: 720px) {
    .grid-3column {
        grid-template-columns: 4fr 4fr;
        grid-column-gap: 32px;
        grid-row-gap: 32px
    }
}

@media (min-width: 1088px) {
    .grid-3column {
        grid-template-columns: 4fr 4fr 4fr
    }
}
.grid__column {
    max-width: 100%
}

* {
    box-sizing: border-box;
    transition: opacity .2s linear
}
.old-browser-fix-wrapper .grid__column {
    width: 100%
}
.grid__column {
    max-width: 100%;
}
@media (min-width: 320px) {
    .grid-2column--mobile-revert {
        grid-template-columns: minmax(288px, 1fr)
    }

    .grid-2column--mobile-revert .grid__column:first-of-type {
        order: 2
    }

    .grid-2column--mobile-revert .grid__column:nth-of-type(2) {
        order: 1
    }
}
.popular-block-list .card {
    background: #f4f7fb;
    height: 184px
}

.popular-block-list .card .card__text {
    max-width: 100%;
    width: 100%
}

.popular-block-list .card .card__description {
    color: #747e89;
    text-transform: uppercase
}
.card {
    background: #ffffff;
    width: 100%;
    height: 176px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 2px;
    transition: box-shadow .2s linear;
    text-decoration: none !important;
    color: #2f3444;
    overflow: hidden
}
.block {
    border: 4px solid #229dd1;
}
.card:hover {
    box-shadow: 0 16px 24px rgba(47, 52, 68, .16)
}

.card:hover .card__title {
    color: #264F7D
}

.card:hover .card__addition {
    opacity: 1
}

.card__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 85%
}

.card__title {
    font-weight: 500;
    transition: color .2s linear;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 30ch;
    max-height: 50px;
}

@media (min-width: 320px) {
    .card__title {
        font-size: 16px;
        line-height: 24px
    }
}

@media (min-width: 720px) {
    .card__title {
        font-size: 18px;
        line-height: 26px
    }
}

.card__addition {
    opacity: 1;
}

@media (min-width: 320px) {
    .card__addition {
        font-size: 13px;
        line-height: 21px
    }
}

@media (min-width: 720px) {
    .card__addition {
        font-size: 14px;
        line-height: 20px
    }
}

.card__icon {
    width: 15%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
}

.card__icon svg {
    width: 48px;
    height: 48px;
    fill: #fff;
    fill-opacity: .01;
    stroke: #babcbe;
    stroke-linejoin: round;
    stroke-width: 2px;
    stroke-miterlimit: 10;
    opacity: 0
}

.card__icon svg * {
    transition: all .2s linear
}

.priority-icon2__1, .priority-icon2__2, .priority-icon2__3, .priority-icon3__1, .priority-icon3__2, .priority-icon3__3, .priority-icon4__1, .priority-icon4__2, .priority-icon4__3, .priority-icon4__4 {
    stroke-width: 1
}

.priority-icon6__5 {
    fill: #fff;
    fill-opacity: 1
}

.priority-icon7__1, .priority-icon7__2, .priority-icon7__3, .priority-icon7__4, .priority-icon7__5, .priority-icon7__6, .priority-icon7__7, .priority-icon7__8, .priority-icon7__9, .priority-icon7__10, .priority-icon8__1, .priority-icon8__2, .priority-icon8__3, .priority-icon8__4, .priority-icon8__5, .priority-icon8__6 {
    stroke-width: 1
}

.priority-icon8__1 {
    fill: #d83a4c;
    stroke: #d83a4c;
    fill-opacity: 1
}

.priority-icon8__5, .priority-icon8__6 {
    stroke: #fff
}

.card--with-icon-1:hover .priority-icon1__1 {
    stroke: #47a26c
}

.card--with-icon-1:hover .priority-icon1__2, .card--with-icon-2:hover .priority-icon2__1 {
    fill: #d83a4c;
    stroke: #d83a4c;
    fill-opacity: 1
}

.card--with-icon-2:hover .priority-icon2__2 {
    fill: #fff;
    stroke: #fff;
    fill-opacity: 1
}

.card--with-icon-2:hover .priority-icon2__3, .card--with-icon-3:hover .priority-icon3__1 {
    stroke: #47a26c
}

.card--with-icon-3:hover .priority-icon3__2 {
    fill: #d83a4c;
    stroke: #d83a4c;
    fill-opacity: 1
}

.card--with-icon-3:hover .priority-icon3__3, .card--with-icon-4:hover .priority-icon4__1, .card--with-icon-4:hover .priority-icon4__2, .card--with-icon-4:hover .priority-icon4__3, .card--with-icon-4:hover .priority-icon4__4 {
    stroke: #47a26c
}

.card--with-icon-5 svg {
    width: 54px;
    height: 54px;
    margin-right: -6px;
    margin-bottom: -6px
}

.card--with-icon-5:hover .priority-icon5__1 {
    stroke: #47a26c
}

.card--with-icon-5:hover .priority-icon5__2 {
    -webkit-animation: priorityIcon5-2 2s linear;
    animation: priorityIcon5-2 2s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.card--with-icon-5:hover .priority-icon5__3 {
    -webkit-animation: priorityIcon5-3 2s linear;
    animation: priorityIcon5-3 2s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.card--with-icon-5:hover .priority-icon5__4 {
    -webkit-animation: priorityIcon5-4 2s linear;
    animation: priorityIcon5-4 2s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.card--with-icon-5:hover .priority-icon5__5 {
    -webkit-animation: priorityIcon5-5 2s linear;
    animation: priorityIcon5-5 2s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.card--with-icon-6:hover .priority-icon6__1 {
    stroke: #47a26c
}

.card--with-icon-6:hover .priority-icon6__2 {
    -webkit-animation: priorityIcon6-2 1s linear;
    animation: priorityIcon6-2 1s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.card--with-icon-6:hover .priority-icon6__3 {
    -webkit-animation: priorityIcon6-3 1s linear;
    animation: priorityIcon6-3 1s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.card--with-icon-6:hover .priority-icon6__4 {
    -webkit-animation: priorityIcon6-4 1s linear;
    animation: priorityIcon6-4 1s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.card--with-icon-6:hover .priority-icon6__5 {
    stroke: #d83a4c;
    -webkit-animation: priorityIcon6-5 1s linear;
    animation: priorityIcon6-5 1s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.card--with-icon-6:hover .priority-icon6__6 {
    -webkit-animation: priorityIcon6-6 1s linear;
    animation: priorityIcon6-6 1s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.card--with-icon-7:hover .priority-icon7__2 {
    -webkit-animation: priorityIcon7-2 1s linear;
    animation: priorityIcon7-2 1s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.card--with-icon-7:hover .priority-icon7__3 {
    -webkit-animation: priorityIcon7-3 1s linear;
    animation: priorityIcon7-3 1s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.card--with-icon-7:hover .priority-icon7__4 {
    -webkit-animation: priorityIcon7-4 1s linear;
    animation: priorityIcon7-4 1s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.card--with-icon-8:hover .priority-icon-group8__1, .card--with-icon-9:hover .priority-icon9__2 {
    stroke: #47a26c
}

.date-picker-wrapper {
    position: absolute;
    z-index: 1;
    border: 1px solid #bfbfbf;
    background-color: #efefef;
    padding: 5px 12px;
    line-height: 20px;contacts-structure-list
    color: #aaa;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
    box-sizing: content-box;
    box-sizing: initial
}
.base-button--small{width:100%;display:inline-block;border:none!important;outline:none;position:relative;overflow:hidden;text-decoration:none!important;cursor:pointer;text-align:center;height:40px;line-height:40px;box-sizing:border-box;background:;color:#fff;border-radius:2px;padding:0 16px;font-size:16px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.base-button--small:hover{background:#47a26c}.base-button--small:active{background:#229dd1;}.base-button--small:disabled{background:#dde1e6;color:#97a4b1}.base-button--middle{width:100%;display:inline-block;border:none!important;outline:none;position:relative;overflow:hidden;text-decoration:none!important;cursor:pointer;text-align:center;height:48px;line-height:48px;box-sizing:border-box;background:;color:#fff;border-radius:2px;padding:0 16px;font-size:16px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.base-button--middle:hover{background:#47a26c}.base-button--middle:active{background:#229dd1;}.base-button--middle:disabled{background:#dde1e6;color:#97a4b1}.base-button--big{width:100%;display:inline-block;border:none!important;outline:none;position:relative;overflow:hidden;text-decoration:none!important;cursor:pointer;text-align:center;height:64px;line-height:64px;box-sizing:border-box;background:;color:#fff;border-radius:2px;padding:0 24px;font-size:18px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.base-button--big:hover{background:#47a26c}.base-button--big:active{background:#229dd1;}.base-button--big:disabled{background:#dde1e6;color:#97a4b1}.base-button-transparent--small{display:inline-block;outline:none;position:relative;overflow:hidden;text-decoration:none!important;cursor:pointer;text-align:center;height:40px;line-height:38px;border-radius:2px;border:1px solid #dde1e6;background:transparent;padding:0 16px;font-size:16px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.base-button-transparent--small:hover{border-color:#47a26c;color:#47a26c}.base-button-transparent--middle:hover{border-color:#47a26c;color:#47a26c}.base-button-transparent--big{display:inline-block;outline:none;position:relative;overflow:hidden;text-decoration:none!important;cursor:pointer;text-align:center;height:64px;line-height:62px;border-radius:2px;border:1px solid #dde1e6;background:transparent;padding:0 16px;font-size:18px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.base-button-transparent--big:hover{border-color:#47a26c;color:#47a26c}.base-button--white{background-color:#fff;color:#2f3444}.base-button--with-icon{display:flex;justify-content:space-between;align-items:center}.base-button--with-icon .base-button__text{width:100%;text-align:left}.base-button--with-icon .base-button__icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.base-button--with-icon .base-button__icon svg{max-width:24px;max-height:24px;fill:#97a4b1}.base-button--with-icon:hover .base-button__icon svg{fill:#47a26c}.base-button--active-icon{border-color:#47a26c;color:#fff;background:}.base-button--active-icon .base-button__icon svg{fill:#fff}.base-button--active-icon:hover{background:#47a26c;color:#fff}.base-button--turn-icon .base-button__icon svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.base-button__text{padding-right:8px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.button-to-top{width:50px;height:50px;outline:none;display:none;background-color:#fff;position:fixed;cursor:pointer;z-index:10;transition:box-shadow .2s linear}.button-to-top svg{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transition:fill .2s linear}@media (min-width:320px){.button-to-top{right:16px;bottom:16px}}@media (min-width:720px){.button-to-top{right:48px;bottom:48px}}.button-to-top:hover{box-shadow:0 8px 16px rgba(47,52,68,.16)}.button-to-top:hover svg{fill:}@media (min-width:1088px){.button-to-top--popup-page{right:calc(50% - 530px)}}.button-close-block{background:transparent;border:none;cursor:pointer;position:absolute;width:50px;height:50px;outline:none}@media (min-width:320px){.button-close-block{top:0;right:0}}@media (min-width:720px){.button-close-block{top:18px;right:18px}}.button-close-block:hover svg{fill:}.button-clear{display:inline-block;border:none!important;outline:none;position:relative;overflow:hidden;text-decoration:none!important;cursor:pointer;text-align:center;height:40px;line-height:40px;box-sizing:border-box;background:transparent;padding:0 16px;margin:0 16px;font-size:14px;font-weight:500;color:#616b76;text-overflow:ellipsis;white-space:nowrap}.button-clear:hover{color:#47a26c}.button-clear--without-indent{padding:0;margin:0}.card-person-post{background:#f4f7fb;display:flex;flex-direction:column;justify-content:space-between;padding:24px;position:relative;z-index:1;text-decoration:none;color:#2f3444;transition:box-shadow .2s linear,background .2s linear}@media (min-width:720px){.card-person-post{min-height:154px}}.card-person-post:hover{background:#fff;z-index:2;box-shadow:0 16px 24px rgba(47,52,68,.16)}.card-person-post:hover .card-person-post__title{color:#229dd1;text-decoration:none}.card-person-post:hover .card-person-post__person-name-block{color:#2f3444}.card-person-post__title{transition:color .2s linear;font-weight:500}@media (min-width:320px){.card-person-post__title{font-size:16px;line-height:24px}}@media (min-width:720px){.card-person-post__title{font-size:18px;line-height:26px}}@media (min-width:320px){.card-person-post__title{margin-bottom:16px}}@media (min-width:720px){.card-person-post__title{margin-bottom:32px}}.card-person-post__content{display:flex;justify-content:space-between}@media (min-width:320px){.card-person-post__content{flex-direction:column}}@media (min-width:720px){.card-person-post__content{flex-direction:row}}.card-person-post__content .card-person-post__person-image-container{position:relative;width:48px;height:48px;margin-right:24px}.card-person-post__content .card-person-post__person-image-container .card-person-post__person-image{position:absolute;transition:all .2s linear}.card-person-post__content .card-person-post__person-image-container .card-person-post__person-image:hover{width:96px;height:96px}.card-person-post__person{display:flex;align-items:center;justify-content:flex-start}.card-person-post__person-image{width:48px;height:48px;margin-right:24px}.card-person-post__person-image image{width:100%}@media (min-width:320px){.card-person-post__person-name-block{font-size:14px;line-height:22px}}@media (min-width:720px){.card-person-post__person-name-block{font-size:16px;line-height:24px}}.card-person-post__contacts{color:#747e89}@media (min-width:320px){.card-person-post__contacts{font-size:14px;line-height:22px}}@media (min-width:720px){.card-person-post__contacts{font-size:16px;line-height:24px}}@media (min-width:320px){.card-person-post__contacts{margin-top:24px;margin-left:72px}}@media (min-width:720px){.card-person-post__contacts{margin-top:0;margin-left:0;width:230px}}.card-person-post__phone{border-bottom:none!important;font-weight:500}.card-person-post--department{height:auto;cursor:pointer;color:#2f3444;text-decoration:none;padding:0;border-bottom:none!important}.card-person-post--department .card-person-post__person{align-items:inherit}.card-person-post--department .card-person-post__person-image{margin-right:16px}.card-person-post--department .card-person-post__content{padding:24px;transition:background .2s linear}.card-person-post--department .card-person-post__title{padding:24px;height:170px;border-bottom:1px solid #dde1e6}@media (min-width:320px){.card-person-post--department .card-person-post__title{font-size:14px;line-height:22px}}@media (min-width:720px){.card-person-post--department .card-person-post__title{font-size:16px;line-height:24px}}@media (min-width:320px){.card-person-post--department .card-person-post__person-name-block{font-size:13px;line-height:21px}}@media (min-width:720px){.card-person-post--department .card-person-post__person-name-block{font-size:14px;line-height:20px}}.card-person-post--department:hover{background:#f4f7fb}.card-person-post--department:hover .card-person-post__content{background:#fff}.card-person-post--department:hover .card-person-post__title{color:#229dd1;text-decoration:none}.card-person-post--department:hover .card-person-post__person-name-block{color:#2f3444}.menu-structure-button{width:100%;margin-top:24px;max-width:calc(100vw - 24px)}@media (min-width:320px){.menu-structure-button{display:flex}}@media (min-width:1088px){.menu-structure-button{display:none!important}}.menu-structure-button .base-icon-block svg{width:25px;height:10px}.menu-structure-button--active .base-icon-block{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media (min-width:1088px){.menu-structure-wrapper{margin-top:8px;margin-left:24px}}.menu-structure{border:1px solid #dde1e6;margin-bottom:32px;background:#fff;overflow-y:hidden;max-width:calc(100vw - 24px);margin-top:-1px}@media (min-width:320px){.menu-structure{display:none}}@media (min-width:720px){.menu-structure{display:none}}@media (min-width:1088px){.menu-structure{display:block!important}}.menu-structure__section{overflow-y:hidden;margin-top:-1px}.menu-structure__main-link-block{border-top:1px solid #dde1e6;display:flex;align-items:center;justify-content:space-between;cursor:pointer;border-left:4px solid transparent;width:100%;max-width:100%;overflow:hidden}.menu-structure__main-link{color:#747e89;display:block;overflow-x:hidden;text-decoration:none;font-weight:500;word-wrap:break-word;width:100%;padding:16px;padding-right:8px}@media (min-width:320px){.menu-structure__main-link{font-size:14px;line-height:22px}}@media (min-width:720px){.menu-structure__main-link{font-size:16px;line-height:24px}}.menu-structure__main-link-arrow{width:66px!important;height:56px!important}.menu-structure__main-link-arrow svg{width:25px;height:10px}.menu-structure__links-list{display:none}.menu-structure__main-link-block--active{border-left:4px solid ;border-bottom:1px solid #dde1e6;margin-bottom:-1px}.menu-structure__main-link-block--active .menu-structure__main-link{color:}.menu-structure__main-link-block--active .menu-structure__main-link-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.menu-structure__link{border-top:1px solid #dde1e6;vertical-align:middle;margin-left:12px;display:block;color:#2f3444;text-decoration:none;padding:12px 8px 12px 24px;cursor:pointer;word-wrap:break-word;margin-top:-1px}.menu-structure__link .menu-structure__main-link{padding-left:20px}.menu-structure__link--active,.menu-structure__section--active{color:}.menu-structure__link--next-level{padding:0;border-top:none}@media (min-width:320px){.menu-structure__section--current-page{display:none}}@media (min-width:720px){.menu-structure__section--current-page{display:none}}@media (min-width:1088px){.menu-structure__section--current-page{display:block}}@media (min-width:320px){.menu-structure__links-list--current-page{display:block}}@media (min-width:720px){.menu-structure__links-list--current-page{display:block}}@media (min-width:1088px){.menu-structure__links-list--current-page{display:none}}@media (min-width:320px){.menu-structure__main-link-block--first{border-top:1px solid #dde1e6}}@media (min-width:1088px){.menu-structure__main-link-block--first{border-top:none}}@media (min-width:320px){.static-content{font-size:14px;line-height:22px}}@media (min-width:720px){.static-content{font-size:16px;line-height:24px}}.static-content small{line-height:18px!important;color:#747e89;padding-bottom:16px;border-bottom:1px solid #dde1e6;margin-bottom:16px;display:block}@media (min-width:320px){.static-content small{font-size:13px;line-height:21px}}@media (min-width:720px){.static-content small{font-size:14px;line-height:20px}}.static-content .preview__big+small{margin-bottom:48px}.static-content p{margin-top:0;margin-bottom:24px}.static-content p:last-child{margin-bottom:0}.static-content h1{margin:8px 0 32px}.static-content h5{margin-bottom:32px}.static-content h6{margin-top:48px;margin-bottom:32px}.static-content ol,.static-content ul{padding-left:18px}.static-content ol li,.static-content ul li{position:relative;margin-bottom:24px}.static-content ul.dash-list{list-style:none}.static-content ul.dash-list li:before{content:"";width:10px;height:1px;background:#000;display:inline-block;border-radius:0;position:absolute;top:10px;left:-15px}.static-content ul{list-style:none}.static-content ul li:before{content:"";width:6px;height:6px;background:;display:inline-block;border-radius:50%;position:absolute;top:8px;left:-17px}.static-content ul.cyrillic-list li:before{margin-right:5px;width:1em;display:inline-block;background:transparent;top:0}.static-content ul.cyrillic-list li{padding-left:4px}.static-content ul.cyrillic-list li:first-child:before{content:"\430)"}.static-content ul.cyrillic-list li:nth-child(2):before{content:"\431)"}.static-content ul.cyrillic-list li:nth-child(3):before{content:"\432)"}.static-content ul.cyrillic-list li:nth-child(4):before{content:"\433)"}.static-content ul.cyrillic-list li:nth-child(5):before{content:"\434)"}.static-content ul.cyrillic-list li:nth-child(6):before{content:"\435)"}.static-content ul.cyrillic-list li:nth-child(7):before{content:"\451)"}.static-content ul.cyrillic-list li:nth-child(8):before{content:"\436)"}.static-content ul.cyrillic-list li:nth-child(9):before{content:"\437)"}.static-content ul.cyrillic-list li:nth-child(10):before{content:"\438)"}.static-content ul.cyrillic-list li:nth-child(11):before{content:"\439)"}.static-content ul.cyrillic-list li:nth-child(12):before{content:"\43A)"}.static-content ul.cyrillic-list li:nth-child(13):before{content:"\43B)"}.static-content ul.cyrillic-list li:nth-child(14):before{content:"\43C)"}.static-content ul.cyrillic-list li:nth-child(15):before{content:"\43D)"}.static-content ul.cyrillic-list li:nth-child(16):before{content:"\43E)"}.static-content ul.cyrillic-list li:nth-child(17):before{content:"\43F)"}.static-content ul.cyrillic-list li:nth-child(18):before{content:"\440)"}.static-content ul.cyrillic-list li:nth-child(19):before{content:"\441)"}.static-content ul.cyrillic-list li:nth-child(20):before{content:"\442)"}.static-content ul.cyrillic-list li:nth-child(21):before{content:"\443)"}.static-content ul.cyrillic-list li:nth-child(22):before{content:"\444)"}.static-content ul.cyrillic-list li:nth-child(23):before{content:"\445)"}.static-content blockquote{display:flex;flex-direction:column;border-top:1px solid #dde1e6;border-bottom:1px solid #dde1e6;padding:32px 0;margin:48px 0;position:relative}@media (min-width:320px){.static-content blockquote{flex-basis:100%;padding-left:0}}@media (min-width:720px){.static-content blockquote{flex-basis:calc(100% - 96px);padding-left:96px}}.static-content blockquote:before{position:absolute;left:0;right:0;top:0;bottom:0;content:"";background:url("/assets/images/icons/quotes.png");background-repeat:no-repeat;background-position:left top 32px}@media (min-width:320px){.static-content blockquote:before{display:none}}@media (min-width:720px){.static-content blockquote:before{display:block}}.static-content blockquote .blockquote-person{display:flex;flex-direction:row;height:48px}.static-content blockquote .blockquote-person__image{width:48px;height:48px}.static-content blockquote .blockquote-person__image img{width:100%}.static-content blockquote .blockquote-person__post{color:#747e89}@media (min-width:320px){.static-content blockquote .blockquote-person__post{font-size:13px;line-height:21px}}@media (min-width:720px){.static-content blockquote .blockquote-person__post{font-size:14px;line-height:20px}}.static-content blockquote .blockquote-person__name{font-weight:500}@media (min-width:320px){.static-content blockquote .blockquote-person__name{font-size:14px;line-height:22px}}@media (min-width:720px){.static-content blockquote .blockquote-person__name{font-size:16px;line-height:24px}}.static-content blockquote .blockquote-person__info{margin-left:16px;display:flex;flex-direction:column;justify-content:space-between}.static-content blockquote .blockquote-lid-text{margin-bottom:32px}@media (min-width:320px){.static-content blockquote .blockquote-lid-text{font-size:18px;line-height:26px}}@media (min-width:720px){.static-content blockquote .blockquote-lid-text{font-size:20px;line-height:28px}}.static-content a{color:#2f3444;text-decoration:none;border-bottom:1px solid rgba(51,152,92,.3);padding-bottom:2.5px;transition:border .2s linear,color .2s linear}.static-content a:hover{color:;border-bottom:1px solid }.static-content a.static-page-2__person-presentation{cursor:pointer;padding:24px;border:none;transition:box-shadow .2s linear}@media (min-width:320px){.static-content a.static-page-2__person-presentation .person-presentation__img img{width:100%}}@media (min-width:720px){.static-content a.static-page-2__person-presentation .person-presentation__img img{width:80px!important}}.static-content a.static-page-2__person-presentation .person-presentation__content .person-presentation__intro{margin-right:16px}.static-content a.static-page-2__person-presentation .person-presentation__content .person-presentation__contacts{display:block;flex-shrink:0;text-decoration:none}.static-content a.static-content__link-with-arrow{display:inline-flex;justify-content:flex-start;border:none}.static-content a.static-content__link-with-arrow .link-with-arrow__text{margin-right:16px;max-width:none}@media (min-width:320px){.static-content a.static-content__link-with-arrow .link-with-arrow__text{font-size:14px;line-height:22px}}@media (min-width:720px){.static-content a.static-content__link-with-arrow .link-with-arrow__text{font-size:16px;line-height:24px}}.static-content .static-page-2__person-presentation{cursor:default;padding:24px;border:none;transition:box-shadow .2s linear}@media (min-width:320px){.static-content .static-page-2__person-presentation .person-presentation__img img{width:100%}}@media (min-width:720px){.static-content .static-page-2__person-presentation .person-presentation__img img{width:80px!important}}.static-content .static-page-2__person-presentation .person-presentation__content .person-presentation__intro{margin-right:16px}.static-content .static-page-2__person-presentation .person-presentation__content .person-presentation__contacts{display:block;flex-shrink:0;border:none}.static-content .link-without-border{border-bottom:none!important}.static-content .video-preview{position:absolute;width:100%;height:100%}.static-content .video-preview .preview-big__image-icon{width:112px;height:112px}.static-content .video-preview .preview-big__image-icon .base-icon-block{width:32px;height:32px;margin-left:7px}.static-content .preview-big__image{-webkit-transform:none!important;transform:none!important}.static-content img{max-width:100%!important;width:auto!important;height:auto!important}.static-content .table-wrapper{overflow:hidden;min-width:inherit;width:100%}.static-content .table-wrapper .simplebar-track.horizontal{top:0;bottom:auto}.static-content .table-wrapper .simplebar-track.vertical{display:none}.static-content .table-wrapper table{background:#fff;margin-top:22px;margin-bottom:22px;border-top:1px solid #dde1e6;border-bottom:1px solid #dde1e6;width:100%;border-collapse:collapse;border-spacing:0}.static-content .table-wrapper table tr:first-of-type{font-weight:500;border-bottom:1px solid #dde1e6}.static-content .table-wrapper table tr:first-of-type td,.static-content .table-wrapper table tr:first-of-type th{padding:16px 32px 16px 0}.static-content .table-wrapper table tr:last-of-type td{padding-bottom:24px}.static-content .table-wrapper table td{vertical-align:baseline;background-color:#fff;padding:24px 32px 0 0;min-width:64px;word-wrap:break-word}.static-content .table-wrapper--small-font{font-size:13px}.static-content .opendata-table-desc{font-size:15px;color:#858e9b;width:40%}.static-content .table-title{margin-bottom:4px}.static-content .table-unit{color:#747e89}.bulletin-static-content *{font-family:Roboto,sans-serif!important}.bulletin-static-content a{color:#2f3444!important}.bulletin-static-content h1{margin:8px 0 32px!important;font-weight:700!important;text-align:left!important;color:#2f3444}@media (min-width:320px){.bulletin-static-content h1{font-size:26px!important;line-height:34px!important}}@media (min-width:720px){.bulletin-static-content h1{font-size:32px!important;line-height:40px!important}}.bulletin-static-content p{margin-bottom:24px!important;line-height:20px!important}.bulletin-static-content p,.bulletin-static-content span{font-size:14px!important;color:#2f3444}.bulletin-static-content img,.bulletin-static-content p,.bulletin-static-content span{z-index:1!important}.bulletin-static-content table{display:block;max-height:2000px;width:100%!important;overflow-x:auto}.bulletin-static-content table *{font-size:11px!important}.static-content.bulletin-static-content img{width:auto}.static-page__container.bulletin-static-content h5{margin-bottom:32px!important;text-align:left!important;text-indent:0;font-weight:500}@media (min-width:320px){.static-page__container.bulletin-static-content h5{font-size:20px;line-height:28px}}@media (min-width:720px){.static-page__container.bulletin-static-content h5{font-size:24px;line-height:32px}}.static-page__container.bulletin-static-content h6{margin-top:48px!important;margin-bottom:32px!important;text-align:left!important;text-indent:0;font-weight:500}@media (min-width:320px){.static-page__container.bulletin-static-content h6{font-size:18px;line-height:26px}}@media (min-width:720px){.static-page__container.bulletin-static-content h6{font-size:20px;line-height:28px}}footer{border-top:1px solid #dde1e6}@media (min-width:320px){.footer-content{padding-top:72px}}@media (min-width:1088px){.footer-content{padding:72px 0}}.footer__contacts{display:flex;flex-direction:column;justify-content:space-between}@media (min-width:320px){.footer__contacts{margin-bottom:24px}}@media (min-width:1088px){.footer__contacts{margin-bottom:0}}.footer__gerb svg{width:68px;height:72px}.footer__title-top{margin-bottom:8px;margin-top:0}@media (min-width:1088px){.footer__title-top{margin-top:-20px}}@media (min-width:320px){.footer__title-bottom{font-size:14px;line-height:22px}}@media (min-width:720px){.footer__title-bottom{font-size:16px;line-height:24px}}@media (min-width:320px){.footer__contacts-content{font-size:14px;line-height:22px}}@media (min-width:720px){.footer__contacts-content{font-size:16px;line-height:24px}}.footer-contacts__address{margin-bottom:8px}.footer-contacts__phone a{color:#2f3444;text-decoration:none}.footer__email{font-weight:500}@media (min-width:320px){.footer__email{font-size:14px;line-height:22px}}@media (min-width:720px){.footer__email{font-size:16px;line-height:24px}}.footer__email a{color:;text-decoration:none}.footer__email a:hover{color:#229dd1;}.footer__menu{display:flex;flex-direction:column;justify-content:space-between}@media (min-width:320px){.footer__menu{margin-bottom:24px}}@media (min-width:1088px){.footer__menu{margin-bottom:0}}.footer-menu__main-link{color:#2f3444;margin-bottom:32px;text-decoration:none!important;display:block;font-weight:500}@media (min-width:320px){.footer-menu__main-link{font-size:18px;line-height:26px}}@media (min-width:720px){.footer-menu__main-link{font-size:20px;line-height:28px}}@media (min-width:320px){.footer-menu__main-link{margin-bottom:16px}}@media (min-width:720px){.footer-menu__main-link{margin-bottom:32px}}.footer-menu__link{color:#747e89;margin-bottom:16px;text-decoration:none;display:block}@media (min-width:320px){.footer-menu__link{font-size:14px;line-height:22px}}@media (min-width:720px){.footer-menu__link{font-size:16px;line-height:24px}}.footer-menu__link:last-child{margin-bottom:0}.footer-menu__copywrite{margin-top:24px}@media (min-width:320px){.footer-menu__copywrite{font-size:14px;line-height:22px}}@media (min-width:720px){.footer-menu__copywrite{font-size:16px;line-height:24px}}.footer-menu__copywrite a{color:#747e89;opacity:.4;text-decoration:none;transition:opacity .2s linear}.footer-menu__copywrite a:hover{opacity:1;color:#229dd1;}.collegium-page{padding-bottom:112px}h1.collegium-content__title{margin-bottom:24px}.collegium-content__description{margin-top:30px}@media (min-width:320px){.collegium-content__description{font-size:16px;line-height:24px}}@media (min-width:720px){.collegium-content__description{font-size:18px;line-height:26px}}.collegium-content__text{margin-top:50px;color:#747e89}.collegium-content__link{margin-top:32px;font-weight:500;justify-content:flex-start}.collegium-content__link .link-with-arrow__text{margin-right:14px}.collegium-content__persons-block{margin-top:64px}.collegium-content__person-introduction{margin-top:16px;}
@media (min-width: 1088px) {
    .old-browser-fix-wrapper .news__content {
        padding-right: 32px
    }
}
@media (min-width: 720px) {
    .old-browser-fix-wrapper .news__action-bottom-block > :nth-child(odd) {
        width: 0;
        padding: 0
    }

    .old-browser-fix-wrapper .news__action-bottom-block > :nth-child(2n) {
        width: 100%
    }
}
@media (min-width: 320px) {
    .old-browser-fix-wrapper .grid-home-news .grid-news-list {
        order: 3
    }

    .old-browser-fix-wrapper .grid-home-news .grid-home-news__main-news {
        order: 2
    }

    .old-browser-fix-wrapper .grid-home-news .grid-home-news__banners {
        order: 1
    }

    .old-browser-fix-wrapper .grid-home-news > * {
        padding: 12px 0
    }
}
@media (min-width: 1088px) {
    .old-browser-fix-wrapper .grid-home-news .grid-news-list {
        order: 1
    }

    .old-browser-fix-wrapper .grid-home-news .grid-home-news__main-news {
        order: 2
    }

    .old-browser-fix-wrapper .grid-home-news .grid-home-news__banners {
        order: 3
    }

    .old-browser-fix-wrapper .grid-home-news > :nth-child(3n+1) {
        width: 25%;
        padding: 16px 16px 16px 0
    }

    .old-browser-fix-wrapper .grid-home-news > :nth-child(3n+2) {
        width: 50%;
        padding: 16px
    }

    .old-browser-fix-wrapper .grid-home-news > :nth-child(3n) {
        width: 25%;
        padding: 16px 0 16px 16px
    }

    .old-browser-fix-wrapper .grid-home-news > :nth-child(-n+3) {
        padding-top: 0
    }

    .old-browser-fix-wrapper .grid-home-news > :nth-last-child(-n+3) {
        padding-bottom: 0
    }
}
@media (min-width: 720px) {
    .news .news-item__preview-title {
        margin: 32px 0;
    }
}

@media (min-width: 320px) {
    .news .news-item__preview-title {
        margin: 24px 0;
    }
}

@media (min-width: 720px) {
    .news .news-item__preview-title {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (min-width: 320px) {

    .news .news-item__preview-title {
        font-size: 18px;
        line-height: 26px;
    }
}

.news .news-item__preview-title {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
}

.preview-big__image, .preview__image-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.news .preview__image {
    width: 100%;
    height: 220px;
    background-size: cover;
    border-radius: 2px;
}

.news .news-item__preview-image {
    position: relative;
    border-radius: 2px;
}

.news {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    color: #000;
}

.grid__column {
    max-width: 100%;
}

.preview-big__image, .preview__image-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (min-width: 720px) {
    .static-page__shading-mask {
        left: 16px;
        right: 16px;
    }
}

@media (min-width: 320px) {
    .static-page__shading-mask {
        left: 12px;
        right: 12px;
    }
}

.static-page__shading-mask {
    position: absolute;
    top: 8px;
    bottom: 8px;
    z-index: -1;
    opacity: 0;
    background: #fff;
    transition: opacity .2s linear;
}

@media (min-width: 720px) {
}

.static-page__shading-mask {
    left: 16px;
    right: 16px;
}

@media (min-width: 320px) {
    .static-page__shading-mask {
        left: 12px;
        right: 12px;
    }
}


.static-page__shading-mask {
    position: absolute;
    top: 8px;
    bottom: 8px;
    z-index: -1;
    opacity: 0;
    background: #fff;
    transition: opacity .2s linear;
}

@media (min-width: 1088px) {
    .static-page__wrapper {
        min-width: 1024px;
        max-width: 1120px;
    }
}

@media (min-width: 720px) {
    .static-page__wrapper {
        padding: 8px 0;
    }
}

@media (min-width: 320px) {

    .static-page__wrapper {
        min-width: 100%;
        max-width: 100%;
        padding: 0;
    }
}

.static-page__wrapper {
    position: relative;
    z-index: 1;
}

@media (min-width: 1088px) {
    .static-page__wrapper {
        min-width: 1024px;
        max-width: 1120px;
    }
}

@media (min-width: 720px) {
    .static-page__wrapper {
        padding: 8px 0;
    }
}

@media (min-width: 320px) {
    .static-page__wrapper {
        min-width: 100%;
        max-width: 100%;
        padding: 0;
    }
}

.static-page__wrapper {
    position: relative;
    z-index: 1;
}

.static-page__content-wrapper {
    min-height: calc(100vh - 152px);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: #fff;
}

.static-page__content-wrapper {
    min-height: calc(100vh - 152px);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: #fff;
}

.static-page-block__wrapper:first-of-type {
    margin-top: 0;
    padding-top: 10px;
}

.static-page-block__wrapper:first-of-type {
    margin-top: 0;
    padding-top: 10px;
}

.static-page-block__wrapper {
    position: relative;
    background: #fff;
    padding-top: 64px;
    margin-top: 48px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.static-page-block__wrapper {
    position: relative;
    background: #fff;
    padding-top: 64px;
    margin-top: 48px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.popup-overlay .static-page .button-close-block {
    display: block;
}

.popup-overlay .static-page .button-close-block {
    display: block;
}

@media (min-width: 720px) {
    .button-close-block {
        top: 18px;
        right: 18px;
    }
}

@media (min-width: 320px) {
    .button-close-block {
        top: 0;
        right: 0;
    }
}

.button-close-block {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    outline: none;
}

@media (min-width: 720px) {
    .button-close-block {
        top: 18px;
        right: 18px;
    }
}

@media (min-width: 320px) {

    .button-close-block {
        top: 0;
        right: 0;
    }
}

.button-close-block {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    outline: none;
}

@media (min-width: 720px) {
    .button-close-block {
        top: 18px;
        right: 18px;
    }
}

@media (min-width: 320px) {
    .button-close-block {
        top: 0;
        right: 0;
    }
}

.button-close-block {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    outline: none;
}


.static-page__container {
    max-width: 736px;
    margin: auto;
}

@media (min-width: 720px) {
    .static-content {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (min-width: 320px) {

    .static-content {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (min-width: 720px) {

    .static-content {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (min-width: 320px) {
    .static-content {
        font-size: 14px;
        line-height: 22px;
    }
}

.static-page__container {
    max-width: 736px;
    margin: auto;
}

@media (min-width: 720px) {
    .static-content {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (min-width: 320px) {
    .static-content {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (min-width: 720px) {
    .static-page__lid-text {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (min-width: 320px) {
    .static-page__lid-text {
        font-size: 18px;
        line-height: 26px;
    }
}

.static-page__lid-text {
    margin: 32px 0;
}

@media (min-width: 720px) {
    .static-page__lid-text {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (min-width: 320px) {
    .static-page__lid-text {
        font-size: 18px;
        line-height: 26px;
    }
}

.static-page__lid-text {
    margin: 32px 0;
}

.static-page__head {

    padding-bottom: 64px;
    margin-bottom: 64px;
    position: relative;
}



.static-content p {
    margin-top: 0;
    margin-bottom: 24px;
}

@media (min-width: 720px) {
    p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (min-width: 320px) {
    p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (min-width: 720px) {
    p {
        font-size: 16px;
        line-height: 24px;
    }
}

.breadcrumbs {
    font-size: 0;
    line-height: 0;
    padding: 22px 0;
}

.breadcrumbs__item--link {
    color: #6e6e6e;;
    text-decoration: none;
}

.breadcrumbs__item {
    font-size: 14px;
    line-height: 16px;
}

.breadcrumbs__item--delimiter {
    margin: 0 20px;
}

.breadcrumbs__item--current {
    color: #000;
    white-space: nowrap;
    width: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}

svg:not(:root) {
    overflow: hidden;
}

.breadcrumbs__icon-home {
    width: 12px;
    height: 12px;
    fill: #1b1b1b;
}

.grid-3column.news__action-bottom-block {
    margin-top: 64px;
    text-align: center;
}

@media (min-width: 320px) {
    .grid-3column.news__action-bottom-block {
        grid-template-columns: 4fr;
    }
}


@media (min-width: 1088px) {
    .grid-3column.news__action-bottom-block {
        grid-template-columns: 4fr 4fr 4fr;
    }
}


@media (min-width: 720px) {

    .grid-3column.news__action-bottom-block .base-button--middle {
        width: auto;
    }
}

@media (min-width: 320px) {

    .grid-3column.news__action-bottom-block .base-button--middle {
        width: 100%;
    }
}

.base-button--middle {
    width: 100%;
    display: inline-block;
    border: none !important;
    outline: none;
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    background: #264F7D;
    color: #fff;
    border-radius: 2px;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.reg-section {
    background: #eaeaea;
    padding: 80px 0;
}

.home__society {
    background: #f4f7fb;
    padding: 80px 0;
}

.home__objects {
    background: #fff;
    padding: 80px 0;
}


.home-society__cards-list-title {
    margin-bottom: 32px;
    margin-top: 0;
}
.preview-big__image, .preview__image-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.news .preview__image {
    width: 100%;
    height: 220px;
    background: #EAEAEA;
    background-size: cover;
    border-radius: 2px;
}

.news .news-item__preview-image {
    position: relative;
    border-radius: 2px;
}
#news_feed{
    width:100%;
    margin: 0 auto;
}
.name__news{
    margin-top: 30px;

}
.news-filter__wrapper .page-switch__wrapper {
    overflow: hidden;
}

.page-switch {
    display: flex;
    align-items: flex-end;
}

.page-switch__wrapper {
    overflow: auto;
    min-width: inherit;
}

@media (min-width: 720px) {
    .news-wrapper .news-category-tabs {
        margin-bottom: 0px;
    }
}

.news-wrapper .news-category-tabs {
    margin-bottom: 10px;
}


@media (min-width: 720px) {
    .news-category-tabs {
        display: flex;
        flex-direction: row;
    }
}

.news-filter__wrapper {
    position: relative;
    background-color: #fff;
    padding-top: 1px;
    margin-top: 52px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dde1e6;
}

@media (min-width: 720px) {
    .news-filter__wrapper {
        margin-bottom: 48px;
    }
}

.page-switch .page-switch__option-button:first-of-type {
    margin-left: 0;
}

.page-switch__option-button {
    position: relative;
    margin: 0 15px;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    padding: 24px 0;
    text-align: center;
}

.page-switch__option {
    text-decoration: none !important;
    display: inline-block;
}

.page-switch__option-text {
    font-weight: 600;
    line-height: 64px;
    color: #2f3444;
    transition: color .2s linear, opacity .2s linear;
}

@media (min-width: 320px) {

    .page-switch__option-text {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (min-width: 720px) {
    .page-switch__option-text {
        font-size: 16px;
        line-height: 24px;
    }
}

.page-switch__option--active .page-switch__option-line {
    width: 100%;
    margin-left: -50%;
}

.page-switch__option-line {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 4px;
    background: #33985c;
    width: 0;
    margin-left: 0;
    transition: width .2s linear, margin-left .2s linear;
}


/* удалить если что*/
.product-item-big-card .product-item-title a {
    font-size: 21px;
    color: black;
    font-weight: 500;
}
.product-item-properties:{
    display: block;
    overflow: hidden;
    margin: 0;
    color: #a5a5a5;
    font-size: 12px;
}
.page__pharacter{
    font-size: 17px;
    color: black;
    font-weight: 400;
}
.name_auction{
    font-size: 20px;
    
}
.data_auction{
    font-size: 15px;
}
.lot{
    width:70%;
    padding: 15px;
    border: 2px solid #229dd1;
    margin-bottom:15px;
}
.name__lot{
    font-size: 20px;
    font-weight: 700;
}
.content{
    display:flex;
    width:100%;
    margin: 0 auto;
    
}
.menu{

    width: 13%;
    display: flex;
    flex-direction:column;
    margin-right: 50px;
}
.menu_torg{
    padding:5px;
}
.cardMainInfo{
    margin:10px 0;
    display:flex;
}
.cardMainInfo1{
    display:flex;
    margin: 0 0 0 202px;
}
.cardMainInfo2{
    display:flex;
    margin: 0 0 0 410px;
}
.sectionMainInfo1{
    width:700px;
    padding:10px;
    border-top: 1px solid #e4e7f2;
    border-left: 1px solid #e4e7f2;
    border-bottom: 1px solid #e4e7f2;
}
.sectionMainInfo2{
    width:700px;
    padding:10px;
    border-top: 1px solid #e4e7f2;
    border-left: 1px solid #e4e7f2;
    border-bottom: 1px solid #e4e7f2;
}
.sectionMainInfo{

    padding:10px;
    border: 1px solid #e4e7f2;
}
.blockIcon{
    display: flex;
    justify-content: space-between;
    width: 7%;
}
.rowSpaceBetween{
    display: flex;
    justify-content: space-between;
}
/*.cardMainInfo__status{
    display: flex;
    justify-content: space-between;
}*/
.cardMainInfo__section{
    margin: 5px 0;
    display: flex;
    flex-direction:column;
}
.rowsm{
    display: flex;
    justify-content: space-between;
    width: 200px;
}
.izveshenie{
    margin-top:5px;
}
.cardMainInfo__title{
    color: #909ebb;
    font-size:14px;
    font-weight: 400;
}
.cardMainInfo__purchaseLink {
    
    font-size:20px;
    font-weight: bold;
}
.nomer{
    color: #0065dd;
}
.cardMainInfo__state{
    font-size:13px;
    font-weight: bold;
}
.cardMainInfo__izveshenie{
    color: #000000;
    font-size:15px;
}
.cardMainInfo__content{
    color: #000000;
    font-size:14px;
    font-weight: 400;
}
.cratcoe_name{
    color: #0065dd;
    font-size:14px;
    font-weight: 400;
}
.vlosh{

    text-align: center;
}
.lot_img{
    width:70%;
}
 .fadeIn {

     max-width: 100%;
     padding: 0 15px;
     box-sizing: border-box;
}

.table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}

.table td, table th {
    padding: 10px;
    border: 1px solid #cbbdbd;
}

.tr:nth-child(even){
    background-color: #f0f4c3
}
@media (max-width: 720px) {
    .fadeIn table tr {

     display: block;

}
 .fadeIn table td {
     display: -webkit-box;
     justify-content: space-between;
     font-size: 14px;
}
 .fadeIn table td::before {
     content: attr(data-label);
     font-weight: bold;
     margin-right: 20px;
}
.shell__flex{
    display:flex;
    flex-direction:column;
}
}