

/* 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 */


/* Start:/local/templates/rutector/css/work-in-company.css?174457300267*/
.work-in-company{
    margin-top: 50px;
    line-height: 24px;
}
/* End */


/* Start:/local/templates/rutector/css/new-getting.css?17445730024404*/
.new-getting {
    display: -ms-grid;
    display: grid;
    gap: 60px;
    padding-top: 24px;
    padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .new-getting {
        gap: 40px;
    }
}

.new-getting-head-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 485px;
    grid-template-columns: 1fr 485px;
    gap: 80px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}

@media screen and (max-width: 1179px) {
    .new-getting-head-block {
        -ms-grid-columns: 1fr 338px;
        grid-template-columns: 1fr 338px;
        gap: 42px;
    }
}

@media screen and (max-width: 767px) {
    .new-getting-head-block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.new-getting-head-block__text-block {
    display: -ms-grid;
    display: grid;
    gap: 11px;
}

.new-getting-head-block__image img {
    width: 100%;
}

.new-getting-spollers__spoller{
    margin-bottom: 20px;
}

.new-getting-spollers__spoller:nth-child(2) .new-getting-spollers__attention {
    margin-top: 9px;
    margin-left: -28px;
}

.new-getting-spollers__head {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-top: 12px;
    gap: 16px;
    border-top: 1px solid #b2b9c1;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .new-getting-spollers__head {
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

.new-getting-spollers__head._active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.new-getting-spollers__head h2 {
    font-family: "latobold", sans-serif;
    font-size: 24px;
    line-height: 29px;
}

@media screen and (max-width: 1179px) {
    .new-getting-spollers__head h2 {
        font-size: 22px;
        line-height: 26px;
    }
}

@media screen and (max-width: 767px) {
    .new-getting-spollers__head h2 {
        font-size: 20px;
        line-height: 24px;
    }
}

.new-getting-spollers__block {
    display: none;
    padding-left: 27px;
    margin-top: 29px;
    padding-bottom: 30px;
}

.new-getting-spollers__block p:first-child {
    margin-left: -28px;
    margin-bottom: 20px;
}

.new-getting-spollers__block ul,
.new-getting-spollers__block ol,
.new-getting-spollers__block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #2b3648;
}

.new-getting-spollers__block ol {
    display: -ms-grid;
    display: grid;
    gap: 12px;
}

.new-getting-spollers__block ol li {
    padding-left: 11px;
    margin-left: -10px;
}

.new-getting-spollers__block ol li ul li {
    list-style-type: none !important;
}

.new-getting-spollers__block h3 {
    font-weight: 400;
    color: #1976d3;
    font-size: 20px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 14px;
}

.new-getting-spollers__block ul {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    padding-left: 17px;
    margin-top: 10px;
    max-width: 750px;
    margin-bottom: 19px;
}

.new-getting-spollers__block ul li {
    position: relative;
}

.new-getting-spollers__block ul li::after {
    content: "";
    position: absolute;
    top: 6px;
    left: -15px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #617087;
}

.new-getting-spollers__attention {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    gap: 20px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: 30px;
}

.new-getting-spollers__attention-text {
    display: -ms-grid;
    display: grid;
    gap: 5px;
}

._spoller svg{
    transform: rotate(0);
    transition: .5s;
}

._spoller.active svg{
    transform: rotate(-180deg);
    transition: .5s;
}
/* End */


/* Start:/local/templates/rutector/components/bitrix/news.list/my_predlagaem/style.css?1744573003703*/
.we-offer{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 80px;
	justify-content: center;
}

.we-offer__item__img img{
	display: block;
	margin: 0 auto;
}

.we-offer__item__title{
	color: #1976D3;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin: 30px 0;
}

.we-offer__item__text{
	font-size: 16px;
}

.we-offer__item__text li{
	position: relative;
	margin-left: 30px;
	margin-bottom: 10px;
}

.we-offer__item__text li:before{
	content: '';
	position: absolute;
	top: 8px;
	left: -30px;
	display: block;
	width: 20px;
	height: 1px;
	background-color: #000;
	margin-right: 15px;
}

@media screen and (max-width: 768px){
	.we-offer{
		grid-template-columns: 1fr;
	}
}
/* End */


/* Start:/local/templates/rutector/components/bitrix/news.list/current_vacancies/style.css?1744573003306*/
.blue-btn{
	background-color: #0054A4;
	padding: 10px 30px;
	border-radius: 5px;
	color: #fff;
}

.new-getting-spollers__block{
	padding: 0;
}

.new-getting-spollers__block p{
	margin: 0 !important;
	color: #1976D3;
	font-size: 20px;
}

@media screen and (max-width: 768px){
	.blue-btn{
		width: 100%;
	}
}
/* End */
/* /local/templates/rutector/css/catalog.css?176833397311625 */
/* /local/templates/rutector/css/work-in-company.css?174457300267 */
/* /local/templates/rutector/css/new-getting.css?17445730024404 */
/* /local/templates/rutector/components/bitrix/news.list/my_predlagaem/style.css?1744573003703 */
/* /local/templates/rutector/components/bitrix/news.list/current_vacancies/style.css?1744573003306 */
