

/* Start:/local/templates/shop/components/bitrix/search.page/common-search-page/style.css?17539721131672*/
.search-page {
    padding: 60px 0;
}



.search-page input[type=text] {
	height: 40px;
    padding: 0 15px;
}

.search-page input[type=submit] {
    padding: 10px;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    background-color: #3d3d54;
    color: #fff;
    height: 40px;
    width: 150px;
}



.search-result-item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.search-result-item-pic {
    width: 30%;
    flex: none;
}

.search-result-item-pic img {
    display: block;
    width: 100%;
}

.search-result-item-link a {
    font-size: 40px;
    text-decoration: none;
    color: #3d3d54;
    font-weight: 500;
}


@media (min-width: 320px) {
    .search-page form {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        gap: 30px;
    }
    .search-page-result {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
        padding: 60px 10px;
        align-items: center;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {
    .search-page form {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        gap: 30px;
    }
    .search-page-result {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
        padding: 60px 0;
        align-items: center;
    }
}

@media (min-width: 1024px) {

}

@media (min-width: 1280px) {

}

@media (min-width: 1440px) {

}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?167118631151*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/shop/components/bitrix/search.page/common-search-page/style.css?17539721131672 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?167118631151 */
