#block-search-new,
#block-search-new * {
    box-sizing: border-box;
}

#block-search-new {
    position: relative;
    background: transparent;
    border-width: 1px 0;
    border-style: solid;
    border-color: #FF9A71;
    max-width: 1260px;
    z-index: 2;
    width: 100%;
    padding: 5px 0;
}

#block-search-new:before, #block-search-new:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #FF9A71;
    position: absolute;
}

@media screen and (max-width: 768px){
    #block-search-new {
        margin: 10px;
    }
}

.pros {
    font-family: "Circe", sans-serif;
    position: absolute;
    max-width: 1255px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: rgba(59, 59, 59, 0.85);
    border: 1px solid #FF9A71;
    cursor: default;
    opacity: 1;
    transition: all .8s ease;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, -100%);
    top: -12px;
    display: none;
}

.pros.hide-out {
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    z-index: -10;
}

.pros-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    flex-wrap: wrap;
    min-height: 377px;
}

.pros-column {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
}

.pros-column {
    flex: 1 1 33%;
}

.pros-column__header {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 37px;
}

.pros-list {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.pros-item {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1 1 100%;
}

.pros-item__icon {
    display: flex;
    width: 30px;
    margin-right: 13px;
    text-align: center;
    flex-shrink: 0;
    align-items: center;
}

.pros-item__text {
    display: flex;
    padding-right: 10px;
    align-items: center;

    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    color: #FFFFFF;
}


@media (min-width: 1024px) {
    .pros {
        display: block;
    }
}


.header .label-cert .im-icon:before {
    background-image: url("/upload/ui/gift-box.png");
}

.header .label-cert .im-icon:before {
    background-image: url("/upload/ui/gift-box.png");
}

.header .label-new-year .im-icon:before {
    background-image: url("/upload/ui/tree.png");
}

.header .header__new-year .im-icon {
    width: 22px;
    height: 22px;
}

.header .header__new-year {
    gap: 10px;
}

.label-cert .header__label-text {
    bottom: -2.40rem;
}

.header-block__video-poster {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%
}