/*   
Theme Name: svok
Theme URI: https://github.com/saxap/clean-wp-template
Version: 1.0
Tags: clean, development, html5
Description: Clean wp template for fast development starting. Buy beer author via PayPal: saxap@bk.ru
Author: saxa:p
Author URI: http://dontforget.pro
*/


.wpcf7 form
{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: column;
    gap: 30px;
    align-items: stretch;
}

.page-head__wrapper.columnunset
{
    flex-direction: unset;
}

.tax-catalog .page-head__wrapper.columnunset
{
    flex-direction: column;
}

.bordernone
{
    border: none;
}

#search-filter-form-16109
{
    flex: 1 1 auto;
    position: relative;
    display: inline-grid;
    align-items: center;
    width: 100%;
}

#search-filter-form-16109 input:placeholder-shown {
    font-style: italic;
}

#search-filter-form-16109 input::placeholder
{
    color: rgb(165, 184, 194);
}

.searchandfilter label
{
    display: block !important;
    position: relative;
}

#search-filter-form-16109 label:after {
    content: "\e911";
    font-family: 'icomoon' !important;
    position: absolute;
    right: 20px;
    top: 16px;
    color: #636363;
    font-size: 14px;
    cursor: pointer;
}

.searchandfilter ul
{
    padding-left: 0px;
}

#search-filter-form-16109 input  {
    padding-right: 45px;
}
#search-filter-form-16109 input  {
    border-color: transparent;
}
#search-filter-form-16109 input {
    background-color: #fff;
}
#search-filter-form-16109 input {
    display: block;
    width: 100%;
    min-width: 0;
    border-radius: 26px;
    font: normal 500 16px/normal Montserrat, sans-serif;
    padding: 15.5px 23px;
    color: #152D34;
}

.podrobno
{
    margin-bottom: 30px;
    margin-top: -18px;
}

.wpcf7 form.invalid .wpcf7-response-output
{
	display: none !important;
}

.file-card__text
{
    width: 70%;
}

.white
{
    background-color: #fff !important; 
}

.tax-block__box
{
    margin-bottom: 30px;
}

.grey
{
    background-color: #EAF0F4 !important;
}

.vertical
{
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-align: center;
}

ul.page-numbers
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    user-select: none;
    margin: 0 auto;
    list-style: none;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 0px;
}

ul.page-numbers li
{
    margin: 0;
}

ul.page-numbers .prev.page-numbers
{
    display: none;
}

ul.page-numbers .next.page-numbers
{
    display: none;
}

textarea.text-input
{
    max-height: 160px;
}

#breadcrumbs a
{
    color: #fff;
}

#breadcrumbs .breadcrumb_last
{
    color: #A5B8C2;
}

#breadcrumbs .breadcrumb_last strong
{
    font-weight: normal;
}


.tax-catalog #breadcrumbs a
{
    color: #fff;
}

.tax-catalog #breadcrumbs .breadcrumb_last
{
    color: rgb(165, 184, 194);
}

.single-equipment #breadcrumbs span span:nth-child(3), .single-equipment #breadcrumbs span i:nth-child(4)
{
    display: none;
}

.wpcf7 input.wpcf7-not-valid
{
	border-color: red;
}

.wpcf7 .wpcf7-not-valid-tip
{
	display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output
{
	max-width: 250px;
    border: none !important;
    color: green !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center;
}

.wp-block-table thead
{
    border-bottom: none !important;
}

.gallery__item span
{
    text-align: center;
    margin-top: -17px;
    font-weight: 500;
}


#rekviziti {
    max-width: 700px;
}

.single-equipment #breadcrumbs span span:nth-child(2)
{
    display: none;
}

@media (max-width: 450px)
{
    .file-card__text
    {
        width: 100%;
    }

    .slider__item iframe
    {
        height: 350px !important;
    }
}


