.header__phone.operating-mode>span,
.header__phone.operating-mode>a {
    color: #fff;
    font-size: 14px;
}
.header-mail {
    color: #fff;
    font-size: 14px;
    padding: 3px 0 0 95px;
    position: absolute;
}
.header__phone_bl {
    position: relative;
}
.show-fixed-contact {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
body.header-is-fixed .show-fixed-contact .header__mob {
    display: block;
    font-weight: bold;
}
body.header-is-fixed .show-fixed-contact .header-mail {
    padding: 0;
    position: static;
    font-weight: bold;
}
body:not(.home).header-is-fixed .show-fixed-contact .header-mail,
body:not(.home).header-is-fixed .show-fixed-contact .header__mob {
    color: #000;
}
.home.header-is-fixed .header__right,
body.header-is-fixed .header__right {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
body:not(.header-is-fixed) .header-mail {
    display: none;
}

@media (max-width: 1390px) {
    .home.header-is-fixed #header.header_mn .btn .btn_text,
    .header-is-fixed .header__right .btn .btn_text {
        font-size: 14px;
    }
    .header-is-fixed .header__right .btn.header__desk {
        padding: 15px 30px;
    }
}
@media (max-width: 1270px) and (min-width: 1151px) {
    body:not(.header-is-fixed) #header.header_mn .header {
        padding: 29px 0;
    }
    body:not(.header-is-fixed) .header__phone.operating-mode>span {
        display: block;
        margin-top: 7px;
        padding-left: 6px;
    }
}
@media (max-width: 1241px) {
    .home.header-is-fixed .header__right .header__desk,
    .header-is-fixed .header__right .btn.header__desk {
        padding: 15px 20px;
    }
    .home.header-is-fixed #header.header_mn .btn.header__desk .btn_text,
    .header-is-fixed .header__right .btn.header__desk .btn_text {
        font-size: 12px;
    }
    .home.header-is-fixed .header .cols01,
    .header-is-fixed .header .cols01 {
        width: 204px;
    }
    .home.header-is-fixed .header .logo,
    .header-is-fixed .header .logo {
        width: 204px;
        min-width: 204px;
    }
    .home.header-is-fixed #header.header_mn .header .cols02,
    .header-is-fixed #header .header .cols02 {
        width: calc(100% - 206px);
    }
    .header-is-fixed .main-menu {
        margin: 0 20px;
    }
}
@media (max-width: 1195px) and (min-width: 1151px) {
    body:not(.header-is-fixed) .header__phone_bl .header__phone {
        font-size: 13px;
    }
}
@media (max-width: 1150px) {
    .home.header-is-fixed #header.header_mn .header .cols02,
    .header-is-fixed #header .header .cols02 {
        padding-left: 20px;
    }
    .header-is-fixed:not(.home) #header .main-menu {
        display: none;
    }
    .header-is-fixed:not(.home) .burger {
        order: 2;
    }
    .header-is-fixed:not(.home) #header .header .cols02 {
        justify-content: space-between;
    }
    .header-is-fixed:not(.home) #header .header {
        padding: 14px 0;
    }
}
@media (max-width: 1070px) and (min-width:1001px) {
    body:not(.header-is-fixed):not(.home) .header__right .header__desk {
        padding: 15px 30px;
    }
    body:not(.header-is-fixed):not(.home) .header__right .header__desk .btn_text {
        font-size: 13px;
    }
    body:not(.header-is-fixed):not(.home) .header .cols01 {
        width: 190px;
    }
    body:not(.header-is-fixed):not(.home) .header .logo {
        width: 190px;
        min-width: 190px;
    }
    body:not(.header-is-fixed):not(.home) .header .cols02 {
        width: calc(100% - 195px);
    }
}
@media (max-width: 1000px) {
    body.home.header-is-fixed .header .rows .cols01 {
        top: 11px;
        position: relative;
    }
    body.header-is-fixed .header .rows .cols01 {
        top: 3px;
        position: relative;
    }
    .home.header-is-fixed .show-fixed-contact {
        row-gap: 0;
        padding: 10px 0;
    }
    .header-is-fixed .show-fixed-contact {
        row-gap: 0;
    }
    .home.header-is-fixed .show-fixed-contact .header__mob,
    .header-is-fixed .show-fixed-contact .header__mob {
        line-height: 30px;
    }
    .header-is-fixed:not(.home) #header .header .cols02 {
        justify-content: flex-end;
    }
}

@media (max-width: 760px) {
    body:not(.header-is-fixed) .header-mail {
        padding: 3px 0 0 0;
    }
}
@media (max-width: 560px) {
    .header-is-fixed:not(.home) .header .logo,
    body:not(.header-is-fixed):not(.home) .header .logo {
        width: 134px;
        min-width: 134px;
    }
    .header-is-fixed:not(.home) .header .cols01,
    body:not(.header-is-fixed):not(.home) .header .cols01 {
        width: 134px;
    }
    body.header-is-fixed:not(.home) .header .rows .cols01 {
        top: 9px;
    }
    .header-is-fixed:not(.home) #header .header .cols02,
    body:not(.header-is-fixed):not(.home) #header .header .cols02 {
        width: calc(100% - 134px);
    }
    .header-is-fixed:not(.home) .show-fixed-contact .header__mob,
    body:not(.header-is-fixed):not(.home) .show-fixed-contact .header__mob {
        font-size: 14px;
    }
    #header.header_mn .header {
        padding: 3px 0;
    }
}
@media (max-width: 530px) {
    .home.header-is-fixed .header .logo {
        width: 150px;
        min-width: 150px;
    }
    .home.header-is-fixed .header .cols01 {
        width: 150px;
    }
    body.home.header-is-fixed .header .rows .cols01 {
        top: 17px;
    }
    .home.header-is-fixed #header.header_mn .header .cols02 {
        width: calc(100% - 150px);
    }
    .home.header-is-fixed .show-fixed-contact .header__mob {
        font-size: 14px;
    }
}
@media (max-width: 520px) {
    body:not(.header-is-fixed) .header__phone {
        line-height: 14px;
        font-size: 14px;
        padding-bottom: 4px;
    }
    body:not(.header-is-fixed) #header.header_mn .header {
        margin-top: -20px;
        top: 20px;
    }
    body:not(.header-is-fixed) .header__phone.operating-mode>span {
        max-width: 190px;
    }
    header .burger {
        margin: 0 0 0 12px;
    }
    .show-fixed-contact .header__mob {
        margin-right: 12px;
    }
}
@media (max-width: 475px) {
    body:not(.home) .header .rows .cols01 {
        top: 6px;
        position: relative;
    }
    body.header-is-fixed:not(.home) .header .rows .cols01 {
        top: 3px;
    }
    .header-is-fixed:not(.home) #header .header {
        padding: 8px 0;
    }
    .header-is-fixed:not(.home) .show-fixed-contact .header__mob {
        line-height: 20px;
    }
}
@media (max-width: 450px) {
    body.home.header-is-fixed .header__right {
        top: 0;
    }
    body.home.header-is-fixed .header .rows .cols01 {
        top: 24px;
    }
    .header-is-fixed:not(.home) .header__right,
    body:not(.header-is-fixed):not(.home) .header__right {
        top: 0;
    }
    body.header-is-fixed:not(.home) .header .rows .cols01 {
        top: 9px;
    }
}
@media (max-width: 430px) {
    body:not(.header-is-fixed) .header__phone {
        font-size: 12px;
    }
    body:not(.header-is-fixed) .header__phone_bl {
        max-width: 150px;
        margin-left: 27px;
    }
    body:not(.header-is-fixed) .header__phone.operating-mode>span,
    body:not(.header-is-fixed) .header__phone.operating-mode>a {
        font-size: 12px;
    }
    body:not(.header-is-fixed) #header.header_mn a svg {
        height: 14px;
        left: -30px;
    }
    body:not(.header-is-fixed) .header .logo {
        min-width: 100px;
    }
}
@media (max-width: 410px) {
    .header-is-fixed:not(.home) .show-fixed-contact .header__mob,
    .header-is-fixed:not(.home) .show-fixed-contact .header-mail,
    body:not(.header-is-fixed):not(.home) .show-fixed-contact .header__mob {
        font-size: 12px;
    }
}
@media (max-width: 395px) {
    .home.header-is-fixed .show-fixed-contact .header__mob,
    .home.header-is-fixed .show-fixed-contact .header-mail {
        font-size: 12px;
    }
    .home.header-is-fixed .show-fixed-contact {
        padding: 5px 0;
    }
    body.home.header-is-fixed .header .rows .cols01 {
        top: 20px;
    }
}
@media (max-width: 390px) {
    .header-is-fixed:not(.home) .header .logo,
    body:not(.header-is-fixed):not(.home) .header .logo {
        width: 91px;
        min-width: 91px;
    }
    .header-is-fixed:not(.home) .header .cols01,
    body:not(.header-is-fixed):not(.home) .header .cols01 {
        width: 91px;
    }
    body.header-is-fixed:not(.home) .header .rows .cols01 {
        top: 9px;
    }
     body:not(.header-is-fixed):not(.home) .header .rows .cols01 {
        top: 6px;
    }
    .header-is-fixed:not(.home) #header .header .cols02,
    body:not(.header-is-fixed):not(.home) #header .header .cols02 {
        width: calc(100% - 91px);
        padding: 0;
    }
    header .burger {
        margin: 0 0 0 6px;
    }
    .show-fixed-contact .header__mob {
        margin-right: 7px;
    }
}
@media (max-width: 374px) {
    .home.header-is-fixed .header .logo,
    .header-is-fixed .header .logo {
        width: 100px;
        min-width: 100px;
    }
    .home.header-is-fixed .header .cols01,
    .header-is-fixed .header .cols01 {
        width: 100px;
    }
    .home.header-is-fixed #header.header_mn .header .cols02,
    #header.header_mn .header .cols02 {
        width: calc(100% - 100px);
    }
    .home.header-is-fixed #header.header_mn .header .cols02 {
        padding-left: 10px;
    }
}
@media (max-width: 333px) {
    body:not(.header-is-fixed) .header .rows .cols02,
    #header.header_mn .header .cols02 {
        width: -webkit-calc(100% - 87px);
        width: calc(100% - 87px);
    }
    body:not(.header-is-fixed) .header .logo {
        min-width: 85px;
        width: 85px;
    }
    body:not(.header-is-fixed) .header .rows .cols01 {
        width: 85px;
    }
    body.header-is-fixed .header .logo {
        min-width: 110px;
    }
}

/*search*/
.breadcrumbs-search {
    position: relative;
}
header .search-form {
    position: absolute;
    left: 50%;
    bottom: 0;
    max-width: 550px;
    width: 100%;
    translate: -130px 0;
}
header .search-form .search-field {
    border: 2px solid #000;
    padding: 10px 40px 10px 10px;
    border-radius: 14px;
    font-size: 13px;
    text-transform: uppercase;
    width: 100%;
}
header .search-form .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background: none;
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.search-btn-header {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1001px) {
    .search-btn-header,
    .search-form-close {
        display: none;
    }
    body.header-is-fixed header .search-form {
        display: none;
    }
}

@media (max-width: 1530px) {
    header .search-form {
        translate: calc(44vw - 805px) 0;
    }
}

@media (max-width: 1366px) {
    header .search-form {
        max-width: 450px;
        translate: calc(50vw - 750px) 0;
    }
}

@media (max-width: 1070px) {
    header .search-form {
        translate: calc(50vw - 728px) 0;
    }
}

@media (max-width: 1000px) {
    header .search-form {
        position: fixed;
        z-index: 10000;
        top: -80px;
        transition: top 0.8s;
        left: 0;
        bottom: auto;
        translate: none;
        width: 100%;
        max-width: none;
        padding: 14px 50px 14px 30px;
        box-shadow: 0 0 10px 5px #aaa;
        background: #fff;
    }
    header .search-form.active {
        top: 0;
        transition: top 0.8s;
    }
    .search-form-close {
        position: absolute;
        display: flex;
        width: 30px;
        height: 30px;
        top: 50%;
        translate: 0 -50%;
        right: 10px;
        align-items: center;
        justify-content: center;
    }
    header .search-form .search-submit {
        right: 50px;
    }
}

/**/
.search-page.txt-over-mng {
    margin: 60px 0 0;
}
.search-page .search-query {
    margin: 30px 0;
}
.search-page .fl-bnr__desc {
    margin-top: 0;
}
.search-page .fl-bnr {
    min-height: 320px;
    margin-bottom: 0;
}
.search-page__items {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 50px;
    margin-bottom: 50px;
}
.search-page .fl-bnr:not(.fl-bnr-img) {
    width: calc(100% / 3 - 50px * 2 / 3);
}
.search-page .fl-bnr-img {
    width: 100%;
}
.search-page .fl-bnr:not(.fl-bnr-img) {
    min-height: auto;
}
.search-page .fl-bnr:not(.fl-bnr-img) .cols01 {
    width: 100%;
}
.search-page .fl-bnr__desc .d {
    margin: 40px 0 25px;
}
.search-page .fl-bnr:not(.fl-bnr-img) .mv_upt.h4 {
    font-size: 27px;
    line-height: 37px;
    margin: 0 0 40px;
    flex: auto;
}
.search-page .fl-bnr:not(.fl-bnr-img) .fl-bnr__desc {
    justify-content: space-between;
}
.search-page__empty {
    margin-bottom: 60px;
}
@media (max-width: 1060px) {
    .search-page .fl-bnr:not(.fl-bnr-img) {
        width: calc(50% - 50px / 2);
    }
}
@media (max-width: 1000px) {
    .search-page .fl-bnr__desc .d {
        font-size: 14px;
    }
    .search-page .fl-bnr {
        margin-top: 0;
    }
    .search-page .fl-bnr .rows {
        height: 100%;
    }
    .search-page .fl-bnr:not(.fl-bnr-img) .mv_upt.h4 {
        font-size: 24px;
        line-height: 29px;
        margin: 0 0 30px;
    }
    .search-page .fl-bnr .cols.cols02 {
        margin: 30px auto 0;
    }
}
@media (max-width: 650px) {
    .search-page .fl-bnr:not(.fl-bnr-img) {
        width: 100%;
    }
}

.other-reviews_-widjet {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.other-reviews_-widjet>div {
    border: 2px solid #00148a;
}