.header #title-search {
    /*width: 555px;*/
    max-width: 520px;
    width: 100%;
}

.central-block__search {
    position: relative;
}

.header-catalog .central-block__search {
    z-index: 110;
}

.central-block__search form {
    height: 40px;
    position: relative;
    margin-bottom: 0;
    border-radius: 10px;
    background: #F5F5F5;
}

.central-block__search input {
    width: 100%;
    height: 100%;
    padding: 11px 60px 11px 15px;
    box-sizing: border-box;
    border: none;
    outline: none;

    line-height: 1;
    letter-spacing: 0.35px;
    z-index: 2;
    position: relative;
    background: transparent
}

.central-block__search .placeholder {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #95989a;

    font-weight: 400;
    letter-spacing: 0.35px;
    padding: 8px 40px 8px 15px;
    z-index: 1
}

.central-block__search input[value=""] ~ .placeholder {
    display: block;
}

.central-block__search input:focus ~ .placeholder {
    display: none
}

.central-block__search .placeholder .blue {
    color: var(--color-main)
}

.central-block__search .central-block-search__btn {
    z-index: 3;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    box-sizing: border-box;
}

.central-block__search .central-block-search__btn .search-btn__icon {
    display: block;
    position: relative;
    margin: 11px 20px 9px;
}

.central-block__search .central-block-search__btn .search-btn__icon canvas {
    display: block;
    width: 100%;
    height: auto
}

.central-block__search .central-block-search__btn .search-btn__icon svg {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%
}

.central-block__search .central-block-search__btn:hover {
    cursor: pointer
}

.central-block__search .central-block-search__found-items-list {
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 3;
}

.central-block__search .title-search-result {
    position: absolute !important;
    top: 100% !important;
    left: 0% !important;
}

.header .header-desctop .header__top .header-top__central-block .central-block__contacts {
    position: relative;
}

.header .header-desctop .header__top .header-top__central-block .central-block__contacts .central-block-contacts__mail {
    display: inline-block;
    position: relative;
    margin: -2px 0 0 0;
    height: 100%;
    box-sizing: border-box;
    text-decoration: none;
    color: #383838
}

.header .header-desctop .header__top .header-top__central-block .central-block__contacts .central-block-contacts__mail .mail__title {
    display: block;
    position: absolute;
    top: -2px;
    left: 0;

    font-size: 13px;
    letter-spacing: 0.26px;
    color: #95989a
}

.header .header-desctop .header__top .header-top__central-block .central-block__contacts .central-block-contacts__mail .mail__value {
    display: block;
    position: relative;
    /*font-size: 14px;*/
    /*color: #383838*/
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.header .header-desctop .header__top .header-top__central-block .central-block__contacts .central-block-contacts__mail:hover .mail__value {
    color: var(--color-main);
}

.header .header-desctop .header__top .header-top__central-block .central-block__contacts .central-block-contacts__phone {
    display: inline-block;
    position: relative;
    margin: 0 0 0 33px;
    height: 100%;
    box-sizing: border-box
}

.header .header-desctop .header__top .header-top__central-block .central-block__contacts .central-block-contacts__phone .central-block-contacts__phone-btn .phone__title {
    display: block;
    position: absolute;
    top: -2px;
    left: 0;

    font-size: 13px;
    letter-spacing: 0.26px;
    color: #95989a
}

.found-items-list {
    display: block;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 4px 4px;
    padding-bottom: 10px;
}

.found-items-list__item {
    display: flex;
    position: relative;
    width: 100%;
    padding: 10px;
    min-height: 86px;
    box-sizing: border-box;
    border-top: 1px solid #dbdbdb;
    align-items: center;
}

.found-items-list__item .found-items-list__item-photo {
    display: block;
    position: relative;
    /*position: absolute;*/
    /*top: 14px;*/
    /*left: 14px*/
}

.found-items-list__item .found-items-list__item-photo canvas {
    display: block;
    position: relative;
    width: 100%
}

.found-items-list__item .found-items-list__item-photo img,
.found-items-list__item .found-items-list__item-photo svg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

.found-items-list__item .found-items-list__item-photo svg {
    max-width: 60%;
}

.found-items-list__item .found-items-list__item-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 80px - 20px);
    margin-left: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}

.found-items-list__item .found-items-list__item-text {
    display: block;
    position: relative;
    /*margin: 0 0 0 85px;*/
    box-sizing: border-box;
    /*max-width: 360px;*/
    width: calc(100% - 100px);
}

.found-items-list__item .found-items-list__item-text b {
    color: var(--color-main);
}

.found-items-list__item:hover .found-items-list__item-text {
    color: var(--color-main);
}

.found-items-list__item .found-items-list__item-price {
    display: block;
    position: relative;
    min-width: 80px;
    text-align: center;
    /*position: absolute;*/
    /*right: 14px;*/
    /*bottom: 13px*/
}

.found-items-list__item:first-of-type {
    border-top: none
}

.found-items-list__item:hover {
    cursor: pointer;
    background-color: #f3f7f9
}

.found-items-list .found-items-list__all-found-items-btn {
    display: block;
    position: relative;
    margin: 5px auto 0;
    padding: 16px 0 15px;
    width: 175px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: var(--color-main);
    border-radius: 30px;
    transition: all .4s;
    text-decoration: none;
}

.found-items-list .found-items-list__all-found-items-btn:hover {
    background: var(--color-main);
}
