

/* Start:/local/templates/rutector/css/brands.css?17445730025441*/
.brands-list {
    margin-top: 20px;
}

.brands-list__items,
.brands-list__directions {
    margin-top: 20px;
}

.brands-list__sections-title {
    color: #617087;
    margin-top: 40px;
    margin-bottom: 20px;
}

.brands-list__section {
    margin-top: 20px;
}

.brands-list__section .cutom-label {
    font-size: 14px;
    align-items: center;
}

.brands-list__section .cutom-label .cutom-label__checkbox {
    background-color: #fff;
}

.brands-items{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
    grid-gap: 30px;
    margin-top: 20px;
    justify-content: space-between;
}

.brands-items_small{
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.brands-items_small .brands-list__item-item-link{
    height: 60px;
}

.brands-items.brands-items_no-image{
    grid-gap: 10px 0;
}

.brands-items a{
    color: #0054A4;
}

.brands-list__items-wrapper,
.brands-list__direction {
    margin-top: 40px;
}

.brands-list__direction {
    margin-top: 20px;
}

.brands-list__items-wrapper:first-child,
.brands-list__direction:first-child {
    margin-top: 10px;
}

.brands-list__items-title,
.brands-list__directions-title {
    border-bottom: 1px solid #DEE0DD;
    font-size: 22px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.brands-list__item,
.brands-list__direction-item {
    transition: all 200ms linear;
}

.brands-list__item-item-link,
.brands-list__direction-item-link {
    border: 1px solid #DEE0DD;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    padding: 5px;
    overflow: hidden;
    transition: .3s;
}

.brands-list__item-item-link:hover{
    border: 1px solid transparent;
    transition: .3s;
}

.brands-items img{
    object-fit: contain;
}

.brand-detail {
    font-size: 16px;
}

.brand-detail__picture-block {
    order: 10;
}

.brand-detail__prew-picture-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.brand-detail__flag-block,
.brand-detail__country {
    margin-top: 20px;
}

.brand-detail__flag-block {
    display: flex;
    line-height: 20px;
    align-items: flex-start;
}

.brand-detail__flag-img {
    margin-left: 17px;
}

.brand-detail__country-link {
    border-bottom: 1px solid #2B3648;
    display: inline-block;
}

.brand-detail__country-link:hover {
    border-color: transparent;
    color: #2B3648;
}

.brand-detail__add-picture-col {
    text-align: right;
}

.brand-detail__add-text-block {
    line-height: 22px;
    margin-top: 20px;
    order: 20;
}

.brand-detail__add-text-col table {
    width: 100%!important;
}

.brand-detail__add-text-col table p {
    margin-bottom: 10px;
}

.brand-detail__advantages-block {
    margin-top: 40px;
}

.brand-detail__advantages-title {
    color: #617087;
    font-size: 20px;
}

.brand-detail__advantages-list {
    margin-top: 20px;
    padding-left: 17px;
}

.brand-detail__advantages-list li {
    padding-left: 34px;
    position: relative;
}

.brand-detail__advantages-list li:before {
    content: "";
    background-image: url('/local/templates/rutector/css/../img/advantage_checkbox.png');
    position: absolute;
    left: 0;
    top: -3px;
    width: 18px;
    height: 18px;
}

.brand-detail__certificate-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.brand-detail__category-block {
    margin-top: 40px;
    order: 40;
}

.brand-detail__popular-block {
    order: 50;
}

.brand-detail__detail-text-block {
    order: 15;
}

.brand-detail__add-text-col .preimushestva-list-blue p {
    margin-bottom: 0;
}

.popular-section__header {
    border-bottom: 1px solid #DEE0DD;
    display: flex;
    justify-content: space-between;
}

.popular-section__title {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
}

.popular-section__title:after {
    width: 100%;
    height: 3px;
    background: #B2B9C1;
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: -1px;
}

.new-getting-spollers__head h2{
    margin: 0;
}

.brands-list__sections-list{
    align-items: center;
}
.brand-detail .reviews-min-info iframe {
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding-right: 10px;
}
@media screen and (max-width:1179px) {
    .brand-detail__prew-picture {
        width: 170px;
    }

    .brand-detail__video-block iframe {
        height: 410px;
    }
}

@media screen and (max-width:767px) {
    .brands-list__row {
        margin: 0;
    }

    .brands-list__sections-title {
        text-align: center;
    }

    .brand-detail__prew-picture-row {
        flex-direction: column;
    }

    .brand-detail__add-picture-col {
        margin-top: 30px;
        text-align: center;
    }

    .brand-detail__certificate-col {
        align-items: center;
    }

    .brand-detail__certificate-link {
        margin-top: 20px;
    }

    .brand-detail__add-text-col table a img {
        height: auto!important;
    }
}

@media screen and (max-width: 575px) {
    .brand-detail__video-block iframe {
        height: 260px;
    }
}
/* End */


/* Start:/local/templates/rutector/css/catalog.css?176833397311625*/
/*====================-boxes-pages_info-========================*/
.boxes-pages_info{
    margin-top: 80px;
}
.boxes-pages_block{
    margin-bottom: 20px;
}
.boxes-pages_block ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.boxes-pages_block ul li{
    margin-right: 40px;
    margin-bottom: 20px;
    padding-bottom: 4px;
    border-bottom: 1px dashed #0054A4;
    position: relative;
    cursor: pointer;
    transition: all 200ms linear;
    font-size: 22px;
    line-height: 26px;
    color: #2B3648;
}
.boxes-pages_block ul .active-href{
    border-bottom: 1px dashed transparent;
}
.boxes-pages_block ul .active-href:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #EF3E42;
    transition: all 200ms linear;

}
.pump-units-type{
    padding: 20px 0;
}
.reviews-min-block-basic-info .pump-units-type,
.reviews-min-block-description .pump-units-type {
    text-align: justify;
}
.pump-units-type_text p{
    font-size: 16px;
    line-height: 22px;
    color: #2B3648;
    margin-bottom: 15px;
}

.ask-question-about h3{
    font-size: 26px;
    line-height: 1.3;
    color: #2B3648;
}
.ask-question-about>p{
    margin-top: 30px;
    font-size: 15px;
    line-height: 18px;
    color: #2B3648;
}
.ask-question-about_form{
    margin-top: 30px;
}
.ask-question-about_main{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ask-question-about_inp{
    display: flex;
    align-items: flex-start;
    max-width: 635px;
    width: 100%;
}
.ask-question-about_inp label{
    width: 100%;
}
.ask-question-about_inp label input{
    width: 100%;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #ADAEAD;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 18px;
}
.ask-question-about_inp label input::placeholder{
    color: #2B3648;
    font-size: 15px;
    line-height: 18px;

}
.pas-star{
    font-size: 20px;
    color: #EF3E42;
    margin: 0 2px;
}

.ask-question-about_textarea{
    margin-top: 10px;
    width: 100%;
}
.ask-question-about_textarea label{
    width: 100%;
}
.ask-question-about_textarea label textarea{
    width: 100%;
    height: 86px;
    background: #FFFFFF;
    border: 1px solid #ADAEAD;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    font-size: 15px;
    line-height: 18px;
    padding-left: 20px;
    padding-top: 20px;
}
.ask-question-about_textarea label textarea::placeholder {
    color: #2B3648;
    font-size: 15px;
    line-height: 18px;
}
.ask-question-about_file{
    background: #F7F7F7;
    border: 1px dashed #ADAEAD;
    border-radius: 4px;
    margin-top: 10px;
    text-align: center;
    padding: 30px;
}
.ask-question-about_file strong{
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #78808C;
}
.ask-question-about_file p{
    margin-top: 12px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #78808C;
}

.ask-question-about_btn{
    margin-top: 15px;
    display: flex;
    align-items: center;
    width: 100%;
}
.ask-question-about_btn button{
    max-width: 208px;
    width: 100%;
    height: 43px;
    background: rgba(0, 84, 164, 0.55);
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;

}
.ask-question-about_btn button:hover {
    opacity: .6;
}
.ask-question-about_btn p{
    margin-left: 25px;
    font-size: 14px;
    line-height: 17px;
    color: #78808C;

}
.reviews-main-container {
    margin-bottom: 60px;
}
.reviews-main-review-item {
    margin-bottom: 35px;
}
.reviews-main-user{
    display: flex;
    align-items: center;
}
.reviews-main-men{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(133, 145, 163, 0.1);
    border: 1px solid #A7AEB6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #848B99;
    margin-right: 20px;
}

.reviews-info_data{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.reviews-info_data span{
    font-size: 15px;
    line-height: 18px;
    color: #2B3648;
}
.reviews-info_data p{
    font-size: 14px;
    line-height: 17px;
    color: #617087;
    margin-left: 12px;
}
.reviews-info_like{
    display: flex;
    align-items: center;
}
.reviews-info_numb{
    width: 50px;
    height: 32px;
    border: 1px solid #FFC107;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #2B3648;
}

.reviews-info_star{
    margin: 0 20px;
}
.reviews-main-review-item-default .reviews-info_star {
    margin: 0;
}
.reviews-info_star p{
    font-size: 14px;
    line-height: 17px;
    color: #617087;
    margin-bottom: 4px;
}
.reviews-info_star ul {
    display: flex;
    align-items: center;
}
.reviews-info_star ul li {
    display: flex;
    align-items: center;
    margin: 0 2px;
    width: 14px;
}
.quality_block{
    display: flex;
    align-items: center;
}
.quality_block_like{
    min-width: 60px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE0DD;
    margin-right: 1px;
}

.quality_block_like span{
    font-size: 14px;
    line-height: 17px;
    display: block;
    margin-left: 14px;
}

.good-because-adjustment strong{
    font-size: 15px;
    line-height: 18px;
    color: #2B3648;
    display: block;
    margin-top: 13px;
    font-weight: bold;
}
.good-because-adjustment p{
    font-size: 16px;
    line-height: 19px;
    color: #2B3648;
}
.good-because-adjustment a{
    font-size: 15px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #0054A4;
    display: inline-block;
    margin-top: 18px;
}
.good-because-adjustment a:hover{
    text-decoration-line: unset;
}
.good-because-adjustment_select{
    margin-top: 30px;
    max-width: 245px;
    width: 100%;
}
.good-because-adjustment_select .jq-selectbox{
    width: 100%;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #ADAEAD;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    position: relative;
}
.good-because-adjustment_select  .jq-selectbox__select{
    height: 100%;
}
.good-because-adjustment_select  .jq-selectbox__select-text{
    font-size: 15px;
    line-height: 18px;
    color: #A5A2A5;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.functionality_main{
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.functionality_main_star{
    display: flex;
    align-items: center;
}
.functionality_main_star p{
    font-size: 16px;
    line-height: 19px;
    color: #2B3648;
    margin-right: 20px;
}
.functionality_main_star ul{
    display: flex;
    align-items: center;
}
.functionality_main_star ul li{
    margin: 0 2px;
}
.branch-name-assortment__wrapper {
    display: flex;
    align-items: center;
}
.branch-name-assortment__checked label{
    display: flex;
    align-items: center;
    height: 24px;
    margin-bottom: 0;
}
.branch-name-assortment__checked label p{
    font-size: 12px;
    color: rgb(0, 0, 0);
    line-height: 1.3;
    text-align: left;
    padding-left: 35px;
}

.branch-name-assortment__checked label input {
    display: none;
}

.branch-name-assortment__checked label span {
    cursor: pointer;
    height: 24px;
    width: 24px;
    border: 2px solid #C4C4C4;
    position: absolute;
}


.branch-name-assortment__checked [type=radio]:checked + span:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 3px;
    width: 8px;
    height: 1px;
    transform: rotate(45deg);
    background: #0054A4;
}

.branch-name-assortment__checked [type=radio]:checked + span:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 10px;
    height: 1px;
    transform: rotate(-52deg);
    background: #0054A4;
}

.your-product-review{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.your-product-review p{
    font-size: 16px;
    line-height: 19px;
    color: #2B3648;
}
.your-product-review .ask-question-about_inp{
    max-width: 1200px;
}
.write-product-review strong{
    font-size: 26px;
    line-height: 31px;
    color: #2B3648;
}
.write-product-review p{
    margin-top: 20px;
    font-size: 15px;
    line-height: 18px;
    color: #2B3648;
}
.write-product-review button{
    width: 148px;
    height: 42px;
    background: #0054A4;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;

    display: block;
    margin-top: 15px;
}
.operating-instructions{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.operating-instructions a{
    max-width: 580px;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    color: #0054A4;
    margin-bottom: 20px;
}

.operating-instructions a img{
    margin-right: 10px;
}
.consumables_slider{
    max-width: 1238px;
    width: 100%;
    margin: 0 auto;
}

.consumables_slider .slick-prev {
    left: -15px;
    transform: rotate(-45deg);
}
.consumables_slider .slick-next {
    right: -15px;
    transform: rotate(135deg);
}
.consumables_slider .slick-prev, .consumables_slider .slick-next {
    top: 50%;
    width: 24px;
    height: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
}


.consumables_block{
    max-width: 236px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 16px;
    border: 1px solid #DEE0DD;
    border-radius: 4px;
    position: relative;
}
.pas-consumables{
    position: absolute;
    padding: 3px 9px;
    background: #3DA975;
    top: 10px;
    left: 0;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;

}
.consumables_block img{
    max-width: 190px;
    width: 100%;
    margin: 0 auto;
}
.consumables_block p{
    font-size: 15px;
    line-height: 18px;
    color: #2B3648;
    margin-top: 18px;
}
.consumables_block strong{
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: #2B3648;
    display: block;
    margin-top: 30px;
}
.consumables_block button{
    margin: 13px auto 0;
    width: 100%;
    height: 42px;
    background: #0054A4;
    border-radius: 3px;
    font-size: 15px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 500;
}
/*====================-boxes-pages_info-========================*/

table td p #__mcenew {
    margin-right: 5px;
}

.small-popup-slider .small-popup-slider__link-container {
	flex-direction: column;
	padding: 10px 14px;
}

.small-popup-slider--indent .small-popup-slider__link-container {
	padding: 20px 14px;
}

.small-popup-slider .small-popup-slider__title {
	color: #0054A4;
	margin-top: 10px;
	word-break: break-word;
    text-align: center;
}

.reviews-min-block-gallery .small-image-slider__item,
.reviews-min-block-completed-projects .small-image-slider__item {
	padding-left: 16px;
	padding-right: 16px;
}

.small-popup-slider .small-image-slider__item-block {
	opacity: 1;
}

.small-popup-slider .small-image-slider__item-block:hover {
	opacity: .6;
}

.small-popup-slider-gallery__video.small-popup-slider .small-image-slider__item-block:hover{
    opacity: 1;
}

/* End */
/* /local/templates/rutector/css/brands.css?17445730025441 */
/* /local/templates/rutector/css/catalog.css?176833397311625 */
