

/* Start:/assets/build/css/realizaciya-aktivov.css?169633906818106*/
body,
.base__main--white,
.template {
    background-color: transparent !important;
}

.chapter-magazine-h1 {
    color: #2f444e !important;
}

.title-wrap {
    background-color: #F9F9F9;
    padding: 20px 0;
}

.title-wrap__inner-section {
    display: flex;
    padding: 50px 0;
}

.col-elem-1 {
    width: 35%;
}

.col-elem-2 {
    width: 18%;
}

.col-elem-3 {
    width: 30%;
}

.trade-news-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 30px;
}

.trade-news-elems-wrap {
    display: flex;
    gap: 20px;
   
}

.trade-news-elem {
    width: 33.333%;
    border: 1px solid #B8C4CE;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    transition: all .3s;
}

.trade-news-elem:hover {
    color: #fff;
    background-color: #30454f;
}


.trade-news-title {
    font-weight: 700;
}

.trade-news-title a {
    text-decoration: none;
}

.trade-news-bottom-block {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.inner-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.arrow-btn-link {
    text-decoration: none;
    transition: all .3s;
}

.arrow-btn-link:hover {
    color: inherit;
    opacity: .8;
}

.arrow-btn-wrapper {
    display: flex;
    transition: all .3s;
}

.news-item__description-trade {
    margin-bottom: 20px;
}

.news-item__description-head {
    text-decoration: none;
    transition: all .3s;
}

.news-item__description-secondary-text {
    font-size: 14px;
    color: inherit;
}

.select {
    position: relative;
    display: block;
}

.select__head {
    width: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    padding: 14px 15px;
    font-size: 14px;
    line-height: 18px;
    color: #2f444e;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    height: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 222.5px;
}

.select__head::after {
    width: 10px;
    height: 6px;
    background: #FFF url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50495 5.78413L0.205241 1.25827C-0.0684138 0.970375 -0.0684138 0.503596 0.205241 0.215836C0.478652 -0.0719461 0.922098 -0.071946 1.19549 0.215837L5.00007 4.22052L8.80452 0.215953C9.07805 -0.0718292 9.52145 -0.0718292 9.79486 0.215953C10.0684 0.503736 10.0684 0.970492 9.79486 1.25839L5.49508 5.78425C5.35831 5.92814 5.17925 6 5.00009 6C4.82085 6 4.64165 5.928 4.50495 5.78413Z' fill='%2330454f'/%3E%3C/svg%3E%0A") no-repeat center / cover;
    position: absolute;
    right: 20px;
    bottom: 50%;
    transform: translateY(50%);
    content: "";
    display: block;
    transition: .2s ease-in;
}

.select__head.open::after {
    transform: translateY(50%) rotate(180deg);
}

.select__list {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    margin-top: 5px;
    max-height: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}

.select__list::-webkit-scrollbar {
    width: 7px;
    background-color: #F8F9FA;
    padding: 5px;
}

.select__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D9D9D9;
}

.select__list .select__item {
    position: relative;
    border-top: 1px solid #f1f1f1;
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
}

.select__list .select__item:hover {
    background-color: #f1f1f1;
}

/* Filter styses start*/

.filters-block {
    margin-bottom: 40px;
}

.field-wrap {
    width: 100%;
}

.fields {
    display: flex;
    width: 950px;
    justify-content: space-between;
    gap: 20px;
}

.clear-filter {
    margin-bottom: 30px;
}

.trade-filter-input {
    width: 95%;
    height: 45px;
    border-radius: 20px;
    padding-left: 10px;
    border: 1px solid #f1f1f1;
    outline: none;
}

.trade-filter-input:focus-within {
    outline: 1px solid #d1d1d1;
}

.trade-filter-input {
    border-width: 1px;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    color: #2f444e;
    font-size: 14px;
}



.field-wrap.button-wrap {
    position: relative;
}

.trade-search-btn {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    font-size: 14px;
    background-color: #30454f;
    padding: 12px 80px;
    transition: all .3s;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.trade-search-btn:hover {
    background-color: #1fb3aa;
    color: #fff;
}

/* Filter styses end*/

.trade-title {
    font-weight: 700;
    font-size: 41px;
    letter-spacing: -1px;
}

.news-item {
    margin-bottom: 20px;
}

.news-item__descr.trade {
    padding: 15px;
}

.wrapper-block {
    background-image: url(/assets/build/_/blocks/block-form/img/fon-form.png);
    padding: 30px 0;
    color: #fff;
    margin-top: 60px;
}

.trade-slider-list .slick-dots li button:after {
    border-radius: 5px;
}

.wrapper-block .modal__body {
    color: #000;
}

.wrapper-block label.form__label {
    color: #fff;
}

.button.news-list__button {
    color: #fff;
}

input.button.block-form__button {
    width: 320px;
    margin-left: 528px;
    height: 60px;
}

.news-item__descr.trade {
    display: block;
}

.main-description {
    display: flex;
    margin: 50px 0 50px;
}

.main-description__1 {
    width: 60%;
}

.main-description__2 {
    width: 40%;
    padding: 25px;
    background-color: #F1F1F1;
    border-radius: 8px;
    margin-left: 20px;
    box-sizing: border-box;
}

.main-description__3 {
    width: 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.internal-element {
    margin-bottom: 20px;
}

.subtitle {
    font-size: 14px;
}

.lot-price {
    font-size: 24px;
}

.lot-btn {
    background-color: #30454f;
    color: #fff;
    padding: 15px 0;
    margin: 15px 0;
    text-decoration: none;
    display: block;
    width: 100%;
    transition-duration: .3s;
    text-align: center;
    border-radius: 32px;
}

.lot-btn.btn-presentation {
    background-color: transparent;
    border: 1px solid #30454f;
    color: #30454f;
    font-weight: 700;
}

.download-icon-wrapper {
    position: relative;
    margin-left: 20px;
}

.download-icon {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .3s;
}

.download-icon-green {
    opacity: 1;
}

.download-icon-white {
    opacity: 0;
}

.lot-btn.btn-presentation:hover .download-icon-green {
    opacity: 0;
}

.lot-btn.btn-presentation:hover .download-icon-white {
    opacity: 1;
}



.lot-btn.list {
    background-color: #efefef;
    color: #30454f;
    padding: 15px 0px;
    text-decoration: none;
    display: block;
    width: 100%;
    transition-duration: .3s;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 10px;
    margin-top: 35px;
}

.lot-btn:hover {
    background-color: #1fb3aa;
    color: #fff;
}

.lot_phone {
    text-decoration: none;
}

.button.block-form__button.veb-trade-phone__btn {
    margin: 0 auto;
}

.form__error.veb-trade-phone__error {
    color: #000;
}

.main-description-inner .presentation-img {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    width: 250px;
}

.section-trade__bottom {
    display: flex;
}

.section-trade__bottom-1 {
    width: 50%;
}

.section-trade__bottom-2 {
    width: 100%;
}

.block-trade_contacts {
    display: flex;
}

.block-contacts_item {
    width: 33.333%;
    padding: 15px;
}


/* popup */

/* Стили для подложки */

.modal-section-form .overlay {

    /* Скрываем подложку  */
    opacity: 0;
    visibility: hidden;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 20;
    transition: .3s all;
}


/* Стили для модальных окон */

.modal-section-form .modal-custom {
    /* Скрываем окна  */
    opacity: 0;
    visibility: hidden;

    /*  Установляем ширину окна  */
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 90%;

    /*  Центрируем и задаем z-index */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    
    /* Добавляем отступ вокруг изображения */
    padding: 45px 20px 20px 20px;

    /*  Побочные стили   */
    box-shadow: 0 3px 10px -.5px rgba(0, 0, 0, .2);
    text-align: left;
    border-radius: 8px;
    background-color: #fff;
    transition: 0.3s all;
    z-index: 99999;
}

.modal-content {
    text-align: center;
}

.modal-content img{
    max-width: 100%;
}


/* Стили для активных классов подложки и окна */

.modal-section-form .modal-custom.active,
.modal-section-form .overlay.active {
    opacity: 1;
    visibility: visible;
}


/* Стили для кнопки закрытия */

.modal-section-form .modal__cross {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 20px;
    fill: #444;
    cursor: pointer;
}

/* end popup */

/* slider */

.trade-slider {
    width: 100% !important;
    height: 430px !important;
    border-radius: 8px;
    overflow: hidden;
}

.trade-slider-thumbnail .slick-slide {
    height: auto;
    margin-right: 5px;
}

.trade-slider-thumbnail .slick-list img {
    width: 225px;
    height: 150px;
    object-fit: cover;
    margin: 5px;
    border-radius: 8px;
    cursor: pointer;
}

.trade-slider-thumbnail.slick-initialized.slick-slider,
.trade-slider-thumbnail .slick-list.draggable {
    height: auto;
}

.trade-slider-thumbnail .thumbnail-prev,
.trade-slider-thumbnail .thumbnail-next {
    position: absolute;
    top: calc(50% - 15px);
    z-index: 9;
    cursor: pointer;
    background: transparent;
    border: none;
}

.trade-slider-thumbnail .thumbnail-prev {
    left: 0;
}

.trade-slider-thumbnail .thumbnail-next {
    right: 0;
}

.news-item .trade-slider-list {
    width: 440px;
    height: 260px;
    border-radius: 20px;
    overflow: hidden;
}

.slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.trade-slider img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.trade-slider-list img {
    object-fit: cover;
    width: 100%;
    height: 100%;

}

.trade-slider-list .trade-slider__item:not(:first-child) {
    display: none;
}

.trade-slider .trade-slider__item:not(:first-child) {
    display: none;
}


.slick-dots li.slick-active button:after {
    background: #1fb3aa !important;
}

.slick-dots {
    position: absolute;
    bottom: 0;
}

.trade-slider-list .slick-prev,
.trade-slider .slick-prev {
    margin-left: auto;
    left: 0;
}

.trade-slider-list .slick-next,
.trade-slider .slick-next {
    margin-left: auto;
    right: 0;
}

.trade-back {
    text-decoration: none;
    transition: all .3s;
    color: #2F444E;
}

.trade-back:hover{
    color: inherit;
    opacity: .8;
}

.trade-email{
    text-decoration: none;
    transition: all .3s;
}

.map-wrap ymaps {
    border-radius: 8px;
}

.table-trade-container {
    width: 100%;
    overflow-x: auto;
}

.table-trade{
    min-width: 800px;
    width: 100%;
    border-collapse: collapse;
}

.table-trade th, td {
    border: 1px solid #fff;
}

.table-trade td {
    padding: 5px 20px;
}

.table-trade th {
    text-align: left;
    background-color: #2f444e;
    color: #fff;
    padding: 10px 20px;
}

.table-trade .td-price {
    text-align: right;
}

.table-trade th:first-child {
    border-top-left-radius: 8px;
}
  
.table-trade th:last-child {
    border-top-right-radius: 8px;
}
  
.table-trade tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}
  
.table-trade tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}


.table-trade-row:hover{
    background-color: #f1f1f1;
}

.base.base--page404 {
    display: none;
}

.chapter-magazine-h1.realizaciya-aktivov-detail {
    font-size: 48px;
}

.trade-title.realizaciya-aktivov-detail {
    font-size: 32px;
}

/* end slider */

@media (max-width: 1360px) {
    .news-item .trade-slider-list {
        width: 400px;
        height: 236px;
    }
}

@media (max-width: 1340px) {
    .trade-slider img {
        width: 100%;
    }
    .trade-slider-thumbnail .slick-list img {
        width: 200px;
        height: 133px;
}


@media (max-width: 1260px) {
    input.button.block-form__button {
        margin: 20px 0 0;
    }

    .news-item .trade-slider-list {
        width: 360px;
        height: 212px;
    }
}

@media (max-width: 1220px) {
    .fields{
        flex-direction: column;
    }

    .trade-search-btn{
        position: relative;
    }

    .fields {
        width: 100%;
    }

    .field-wrap {
        width: 100%;
    }

    .trade-filter-input {
        width: 100%;
    }

    .field-wrap.button-wrap {
        margin-top: 30px;
    }

    .select__head {
        max-width: 100%;
    }
}

@media (max-width: 1200px) {
    .main-description {
        flex-wrap: wrap;
        margin: 30px 0 30px;
    }

    .main-description__1 {
        width: 100%;
    }

    .main-description__2 {
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }

}

@media (max-width: 1140px) {
    .news-item .trade-slider-list {
        width: 350px;
        height: 206px;
    }

    .col-elem-1 {
        width: 40%;
    }

    .col-elem-2 {
        width: 20%;
    }

    .col-elem-3 {
        width: 35%;
    }
}

@media (max-width: 1080px) {
    .news-item .trade-slider-list {
        width: 340px;
        height: 200px;
    }

}

@media (max-width: 1050px) {
    .news-item .trade-slider-list {
        width: 330px;
        height: 194px;
    }
}

@media (max-width: 1009px) {
    .news-item .trade-slider-list {
        width: 480px;
        height: 282px;
    }

    .block-trade_contacts {
        flex-wrap: wrap;
    }

    .block-contacts_item {
        width: 100%;
    }
}

@media (max-width: 995px) {
    .news-item .trade-slider-list {
        width: 460px;
        height: 270px;
    }

    .inner-title {
        font-size: 28px;
    }
}

@media (max-width: 950px) {
    .news-item .trade-slider-list {
        width: 440px;
        height: 258px;
    }

    .col-elem-2 {
        width: 22%;
    }
}

@media (max-width: 920px) {
    .news-item .trade-slider-list {
        width: 400px;
        height: 235px;
    }

    .inner-title {
        font-size: 24px;
    }
}

@media (max-width: 830px) {
    .news-item .trade-slider-list {
        width: 360px;
        height: 211px;
    }

    .col-elem-1 {
        width: 36%;
    }

    .col-elem-2 {
        width: 24%;
    }

}

@media (max-width: 830px) {

    .title-wrap__inner-section{
        flex-wrap: wrap;
    }

    .inner-title{
        margin-bottom: 10px;
    }

    .col-elem-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .col-elem-2 {
        width: 30%;
    }

    .col-elem-3 {
        width: 50%;
    }

    .trade-news-title {
        font-size: 14px;
    }

}

@media (max-width: 767px) {
    .news-item .trade-slider-list {
        width: 480px;
        height: 282px;
    }

    .col-elem-2 {
        width: 35%;
    }
}

@media (max-width: 700px) {
    .trade-news-elem {
        width: 50%;
    }

    .trade-news-elem:nth-of-type(3) {
        display: none;
    }

    .trade-slider-thumbnail .slick-list img {
        width: 120px;
        height: 80px;
    }
}

@media (max-width: 485px) {
    .news-item .trade-slider-list {
        width: 460px;
        height: 270px;
    }
}

@media (max-width: 540px) {
    .col-elem-2 {
        width: 100%;
    }

    .col-elem-2 ul{
        margin-bottom: 0;
    }

    .col-elem-3 {
        width: 100%;
    }

    .col-elem-3 ul{
        margin-top: 0;
    }

}

@media (max-width: 480px) {
    input.button.block-form__button {
        margin: 0 auto;
    }

    .main-description {
        display: block;
        margin: 30px 0 30px;
    }

    .main-description__1,
    .main-description__2,
    .main-description__3 {
        width: 100%;
    }

    .trade-slider img {
        width: 100%;
    }

    .trade-slider {
        width: 100% !important;
        height: 230px !important;

    }

    .section-trade__bottom {
        display: block;
    }

    .section-trade__bottom-1 {
        width: 100%;
    }

    .main-description-inner .presentation-img {
        width: 150px;
    }

    .modal-section-form .modal-custom {
        width: 80%;
    }

    input.button.block-form__button {
        width: 240px;
    }

    iframe {
        height: 250px;
    }

    .trade-news-tag {
        display: block;
    }

    .inner-title {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .trade-title {
        font-size: 30px;
    }

    .filter-title {
        font-size: 20px;
    }

    .table-trade th, td {
        padding: 5px;
    }

    .trade-slider-thumbnail .slick-list img {
        width: 85px;
        height: 56px;
    }

    .block-contacts_item {
        padding: 5px 0;
    }

}

@media (max-width: 460px) {
    .news-item .trade-slider-list {
        width: 400px;
        height: 235px;
    }
}

@media (max-width: 405px) {
    .news-item .trade-slider-list {
        width: 360px;
        height: 211px;
    }
}

@media (max-width: 365px) {
    .news-item .trade-slider-list {
        width: 340px;
        height: 200px;
    }
}
/* End */
/* /assets/build/css/realizaciya-aktivov.css?169633906818106 */
