

/* Start:/local/templates/rutector/css/service/style.css?174457300227788*/
.title {
    margin: 0 0 40px;
    line-height: 1.3;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'latosemibold', sans-serif;
    cursor: pointer;
    transition: .15s linear;
    padding: 0 20px;
    color: #fff;
    background: #0054A4;
    border-radius: 3px;
    height: 40px;
    font-size: 15px;
    opacity: 1;
    text-transform: uppercase
}

.service-pluses-b__button .btn, .service-list-b__button .btn {
    color: #fff;
    background: #0054A4;
}

.service-pluses-b__button .btn:hover, .service-list-b__button .btn:hover {
    color: #fff;
}

.btn:hover {
    background: #05427c;
    opacity: 1;
    color: #fff
}


.checkbox {
    display: none
}

.checkbox + label {
    position: relative;
    display: block;
    cursor: pointer;
    user-select: none;
    color: #78808C;
    font-size: 13px;
    padding: 0 0 0 34px;
}

.checkbox + label a {
    color: #0054A4
}

.checkbox + label a:hover {
    text-decoration: underline
}

.checkbox + label:before {
    content: '';
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background: url('/local/templates/rutector/css/service/../../assets/imgs/checkbox_container.svg') no-repeat;
    position: absolute;
}

.checkbox + label:after {
    content: '';
    opacity: 0;
    transition: .15s linear;
    left: 3px;
    top: 7px;
    width: 18px;
    height: 14px;
    background: url('/local/templates/rutector/css/service/../../assets/imgs/checkbox.svg') no-repeat;
    position: absolute;
}

.checkbox:checked + label:after {
    opacity: 1
}


.input-b {
    position: relative;
}

.input-b__label {
    position: absolute;
    font-size: 15px;
    color: #78808C;
    letter-spacing: 0;
    line-height: 24px;
    font-family: 'latoregular', sans-serif;
    top: 2px;
    -webkit-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
    left: 0;
    pointer-events: none;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    white-space: nowrap;
    overflow: hidden;
    opacity: 0.5;
    text-overflow: ellipsis;
    z-index: 5;
}

.input-b__input {
    background: #fff;
    border-radius: 0;
    display: block;
    height: 32px;
    color: #2B3648;
    font-size: 15px;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    outline: none;
    font-family: 'latoregular', sans-serif;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    border: 0;
    border-bottom: 1px solid #ADAEAD;
}

.input-b__input:focus {
    border-color: #0054A4
}

.input-b__input::-webkit-input-placeholder, .input-b__textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0);
}

.input-b__input::-moz-placeholder, .input-b__textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0);
}

.input-b__input:-ms-input-placeholder, .input-b__textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0);
}

.input-b__input::-ms-input-placeholder, .input-b__textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0);
}

.input-b__input::placeholder,
.input-b__textarea::placeholder {
    color: rgba(0, 0, 0, 0);
}

.input-b__input:not(:-moz-placeholder-shown) + .input-b__label, .input-b__textarea:not(:-moz-placeholder-shown) + .input-b__label {
    transform: translate(0, -18px);
    font-size: 10px;
    opacity: 1;
    color: #656b72;
    left: 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.input-b__input:not(:-ms-input-placeholder) + .input-b__label, .input-b__textarea:not(:-ms-input-placeholder) + .input-b__label {
    transform: translate(0, -18px);
    font-size: 10px;
    opacity: 1;
    color: #656b72;
    left: 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.input-b__input:focus + .input-b__label,
.input-b__input:not(:placeholder-shown) + .input-b__label,
.input-b__textarea:focus + .input-b__label,
.input-b__textarea:not(:placeholder-shown) + .input-b__label,
.input-b_fill .input-b__label {
    -webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
    font-size: 10px;
    opacity: 1;
    color: #656b72;
    left: 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}


/* Service List
--------------------------------
 */
.service-list-b {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px 26px 0
}

.service-list-b__item {
    width: 25%;
    padding: 0 30px 50px 0
}


.service-list-b__block {
    position: relative;
    background: linear-gradient(270deg, rgba(223, 226, 233, 0.2) 0%, #FFFFFF 64.19%), #FFFFFF;
    border: 1px solid #DEE0DD;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.17);
    border-radius: 8px;
    padding: 42px 20px;
}

.service-list-b__icon {
    position: absolute;
    right: 10px;
    bottom: 10px
}

.service-list-b__title {
    margin: 0 0 22px;
    color: #2B3648;
    font-family: 'latobold', sans-serif;
    font-size: 24px;
    line-height: 27.6px;
    min-height: 56px;
}

.service-list-b__data {
    margin: 0 0 45px;
    min-height: 81px;
}

.service-list-b__data-item {
    margin: 0 0 10px
}

.service-list-b__data-item:last-child {
    margin: 0
}

.service-list-b__data-links {
    color: rgba(43, 54, 72, 0.7);
    border-bottom: 1px solid rgba(43, 54, 72, 0.3)
}

.service-list-b__data-links:hover {
    border-bottom: 1px solid rgba(25, 118, 211, 0.3)
}

.service-list-b__sub {
    display: block;
    text-align: center;
    color: #2B3648
}

.service-list-b__sub:hover {
    color: #0054A4
}

.service-list-b__sub-pic {
    height: 210px;
    background: #FFFFFF;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.17);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px;
    padding: 20px;
}

.service-list-b__sub-pic img {
    max-height: 180px;
}

.service-list-b__sub-title {
    display: block;
}


/* Service Pluses
--------------------------------
 */
.service-pluses-b {
    margin: 0 0 40px;
}

.service-pluses-b__list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
}

.service-pluses-b__item {
    position: relative;
    text-align: center;
    line-height: 1.3;
    flex: 1;
    color: #1976D3;
    font-size: 18px
}

.service-pluses-b__item:after {
    content: '';
    top: 45px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: #E7E8EA;
    position: absolute;
}

.service-pluses-b__item:last-child:after {
    display: none;
}

.service-pluses-b__icon {
    margin: 0 auto 14px;
    border: 2px solid #E7E8EA;
    width: 90px;
    background: #fff;
    position: relative;
    z-index: 3;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-pluses-b__button {
    display: flex;
    justify-content: center
}

.service-pluses-b__button .btn {
    height: 67px;
    padding: 0 33px;
    font-size: 16px;
    font-family: 'latobold', sans-serif;
}

/* Service About
--------------------------------
 */
.service-about-b {
    margin: 0 0 80px;
    display: flex;
    justify-content: space-between
}

.service-about-b__content {
    flex: auto;
    padding: 0 80px 0 0;
}

.service-about-b__content p {
    margin: 0 0 20px;
}

.service-about-b__content p:last-child {
    margin: 0
}

.service-about-b__sidebar {
    flex: none;
    width: 300px;
}

.service-about-b__note {
    margin: 0 0 20px;
    color: #1976D3;
    font-size: 18px;
    line-height: 1.2;
}

.service-about-b__note strong {
    font-size: 22px;
    font-family: 'latobold', sans-serif;
}

/* Service Contacts
--------------------------------
 */
.service-contacts-b {
    margin: 0 0 80px;
}

.service-contacts-b__grid {
    display: flex;
    justify-content: space-between
}

.service-contacts-b__content {
    flex: auto;
    padding: 0 80px 0 0;
}

.service-contacts-b__select {
    margin: 0 0 20px;
    display: table;
    min-width: 430px;
    position: relative
}

.service-contacts-b__select-block {
    height: 74px;
    padding: 10px 20px 12px;
    background: #FFFFFF;
    border: 1px solid #ADAEAD;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    user-select: none;
}

.service-contacts-b__select-label {
    margin: 0 0 16px;
}

.service-contacts-b__select-value {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1976D3
}

.service-contacts-b__select-value img {
    transition: .15s linear
}

.service-contacts-b__select-value_active img {
    transform: rotate(180deg)
}

.service-contacts-b__select-drop {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    z-index: 3;
    background: #FFFFFF;
    border: 1px solid #ADAEAD;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 6px 0;
    display: none;
}

.service-contacts-b__select-item {
    cursor: pointer;
    padding: 10px 20px;
    font-size: 15px;
    display: block
}

.service-contacts-b__select-item:hover {
    color: #0054A4
}

.service-contacts-b__select-item_current {
    background: rgba(0, 0, 0, .05)
}

.service-contacts-b__item {
    padding: 0 0 0 22px;
    margin: 0 0 30px;
    background: url('/local/templates/rutector/css/service/../../assets/imgs/mark.svg') no-repeat;
}

.service-contacts-b__item:last-child {
    margin: 0
}

.service-contacts-b__title {
    line-height: 1.3;
    margin: 0 0 6px;
    color: #0054A4;
}

.service-contacts-b__title strong {
    font-family: 'latobold', sans-serif;
    display: block;
}

.service-contacts-b__text p {
    margin: 0 0 2px;
    padding: 0;
}

.service-contacts-b__sidebar {
    flex: none;
    width: 48%;
}

.service-contacts-b__section {
    display: none
}

.service-contacts-b__section_show {
    display: block
}

/* Service Trust
--------------------------------
 */
.service-trust-b {
    margin: 0 0 80px;
}

.service-trust-b__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -6px 0
}

.service-trust-b__item {
    width: 12.5%;
    padding: 0 20px 6px 0
}

/* Service Projects
--------------------------------
 */
.service-projects-b {
    margin: 0 0 80px
}

.service-projects-b .swiper-pagination {
    display: none;
}

.service-projects-b .swiper-slide {
    height: auto;
    transition: .3s ease-out;
}

.service-projects-b .swiper-slide.swiper-slide-prev,
.service-projects-b .swiper-slide.swiper-slide-duplicate-prev {
    opacity: 0;
}

.service-projects-b__slider {
    position: relative;
    overflow: hidden;
    padding: 0 40px;
}

.service-projects-b__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    height: 100%;
    width: 36px;
    display: flex;
    z-index: 10;
    align-items: center;
}

.service-projects-b__arrow_prev {
    left: 0
}

.service-projects-b__arrow_next {
    right: 0;
    justify-content: flex-end
}

.service-projects-b__block {
    display: block;
    padding: 20px;
    border: 1px solid #DEE0DD;
    border-radius: 8px;
    height: 100%
}

.service-projects-b__photo {
    margin: 0 0 20px;
    display: block;
}

.service-projects-b__photo img {
    width: 100%;
    height: 188px;
    object-fit: cover
}

.service-projects-b__title {
    /*display:block;*/
    margin: 0 0 10px;
    color: #2B3648;
    height: fit-content;
    display: flex;
    /*align-items: center;*/
    /*margin: 0;*/
    /*-webkit-line-clamp: 2;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    min-height: 60px;
    align-items: flex-start;
    margin-bottom: auto;

}

.servis_section .small-image-slider__item-block {
    justify-content: flex-start;
}

.service-projects-b__text {
    display: block;
    font-size: 14px;
    color: #617087;
    padding-top: 10px;
}

/* Service Reviews
--------------------------------
 */
.service-reviews-b {
    margin: 0 0 80px
}

.service-reviews-b .swiper-pagination {
    display: none;
}

.service-reviews-b .swiper-slide {
    height: auto;
    transition: .3s ease-out;
}

.service-reviews-b .swiper-slide.swiper-slide-prev,
.service-reviews-b .swiper-slide.swiper-slide-duplicate-prev {
    opacity: 0;
}

.service-reviews-b__slider {
    position: relative;
    padding: 0 40px;
    overflow: hidden
}

.service-reviews-b__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    height: 100%;
    width: 36px;
    display: flex;
    z-index: 10;
    align-items: center;
}

.service-reviews-b__arrow_prev {
    left: 0
}

.service-reviews-b__arrow_next {
    right: 0;
    justify-content: flex-end
}

.service-reviews-b__block {
    display: block;
    padding: 20px;
    border: 1px solid #DEE0DD;
    border-radius: 8px;
    text-align: center;
    height: 100%
}

.service-reviews-b__photo {
    margin: 0 0 20px;
    display: block;
}

.service-reviews-b__photo img {
    width: 100%;
    height: 353px;
    object-fit: cover;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25)
}

.service-reviews-b__text {
    display: block;
    color: #2B3648
}

/* Service Form
--------------------------------
 */
.service-form-b {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #DEE0DD;
    border-radius: 8px;
    padding: 50px 70px
}

.service-form-b .title {
    margin: 0 0 64px;
    text-align: center;
}

.service-form-b__select {
    margin: 0 0 30px;
    z-index: 11;
    position: relative;
}

.service-form-b__select-value {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #2B3648;
    font-size: 15px;
    padding: 10px 20px 12px;
    user-select: none;
    background: #FFFFFF;
    border: 1px solid #ADAEAD;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    cursor: pointer;
}

.service-form-b__select-value em {
    color: #78808C;
    font-style: normal
}

.service-form-b__select-value img {
    transition: .15s linear;
    flex: none;
    margin: 0 0 0 15px;
}

.service-form-b__select-value_active img {
    transform: rotate(180deg)
}

.service-form-b__select-drop {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    z-index: 3;
    background: #FFFFFF;
    border: 1px solid #ADAEAD;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 6px 0;
    display: none;
}

.service-form-b__select-item {
    cursor: pointer;
    padding: 10px 20px;
    font-size: 15px;
    display: block
}

.service-form-b__select-item:hover {
    color: #0054A4
}

.service-form-b__select-item_current {
    background: rgba(0, 0, 0, .05)
}

.service-form-b__list {
    display: flex;
    flex-wrap: wrap;
}

.service-form-b__field {
    width: 33.3%;
    margin: 0 0 30px;
}

.service-form-b__message {
    margin: 0 0 20px;
}

.service-form-b__message textarea {
    display: block;
    height: 174px;
    color: #78808C;
    font-size: 15px;
    box-sizing: border-box;
    width: 100%;
    padding: 13px 30px;
    outline: none;
    font-family: 'latoregular', sans-serif;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    background: #FFFFFF;
    border: 1px solid #ADAEAD;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.service-form-b__message textarea:focus {
    border-color: #0054A4
}

.service-form-b__file {
    margin: 0 0 40px;
    display: flex;
    align-items: center;
}

.service-form-b__file-button {
    flex: none;
    margin: 0 30px 0 0;
}

.service-form-b__file-button input {
    display: none;
}

.service-form-b__file-button input + label {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    text-transform: uppercase;
    color: #0054A4;
    font-size: 15px;
    font-family: 'latosemibold', sans-serif;
}

.service-form-b__file-button input + label img {
    margin: 0 10px 0 0
}

.service-form-b__file-note {
    color: #78808C;
    font-size: 13px;
    line-height: 1.2;
    max-width: 590px;
}

.service-form-b__file-note span {
    text-transform: uppercase
}

.service-form-b__button {
    margin: 0 0 10px;
}

.service-form-b__button .btn {
    min-width: 208px;
    height: 44px;
}


/* Service Content
--------------------------------
 */
.service-content-b {
    margin: 0 0 80px;
    line-height: 1.3
}

.service-content-b p {
    margin: 0 0 20px;
}

.service-content-b .title {
    margin: 40px 0 30px;
    font-family: 'latosemibold', sans-serif;
    color: #617087;
    font-size: 24px;
}

.service-content-b img {
    float: right;
    margin: 0 0 30px 50px;
}

.service-content-b ol {
    margin: 0 0 40px 40px;
}

.service-content-b ol li {
    margin: 0 0 5px;
}

.service-content-b ol li:last-child {
    margin: 0
}

.service-content-b ul {
    margin: 0 0 40px 40px;
    list-style: disc;
}

.service-content-b ul li {
    margin: 0 0 5px;
}

.service-content-b ul li:last-child {
    margin: 0
}


/* Service Brands
--------------------------------
 */
.service-brands-b {
    margin: 0 0 80px;
}

.service-brands-b__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -40px;
}

.service-brands-b__item {
    display: flex;
    align-items: center;
    width: 25%;
    /*padding:0 0 40px;*/
    padding: 0 0 15px;
    height: 50px;
}

.service-brands-b__item img {
    max-height: 100%;
}

.service-brands-b__item span {
    flex: none;
    width: 135px;
    color: #2B3648
}


/* Service Table
--------------------------------
 */
.service-table-b {
    margin: 0 0 80px;
}

.service-table-b__inner {
    border: 1px solid rgba(97, 112, 135, 0.2);
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.service-table-b th {
    text-align: left;
    background: rgba(97, 112, 135, 0.1);
    border-right: 1px solid rgba(97, 112, 135, 0.2);
    color: #2B3648;
    font-family: 'latosemibold', sans-serif;
    padding: 20px;
    font-size: 20px;
}

.service-table-b th:last-child {
    border-right: 0;
}

.service-table-b td {
    padding: 20px;
    color: #2B3648;
    border-bottom: 1px solid rgba(97, 112, 135, 0.2);
    border-right: 1px solid rgba(97, 112, 135, 0.2)
}

.service-table-b td img {
    margin: 0 20px 0 0;
    display: inline-block;
}

.service-table-b td:last-child {
    border-right: 0;
}

.service-table-b td ol {
    margin: 0 0 0 17px;
    vertical-align: top;
    display: inline-block;
}

.service-table-b td ol li {
    margin: 0 0 14px;
}

.service-table-b td ol li:last-child {
    margin: 0
}

.service-table-b tr:last-child td {
    border-bottom: 0;
}

.service-table-b_blue .title {
    color: #1976D3
}

.service-table-b_blue th {
    background: rgba(25, 118, 211, 0.08);
    text-align: center;
}

.service-table-b_blue th:first-child {
    text-align: left;
}

.service-table-b_blue td {
    text-align: center
}

.service-table-b_blue td p {
    margin: 0 0 5px
}

.service-table-b_blue td p:last-child {
    margin: 0
}

.service-table-b_blue td:first-child {
    text-align: left;
    width: 45%
}


/* Service Stuff
--------------------------------
 */
.service-stuff-b {
    margin: 0 0 80px;
}

.service-stuff-b__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -45px -45px 0
}

.service-stuff-b__item {
    width: 33.3%;
    padding: 0 45px 45px 0
}

.service-stuff-b__block {
    position: relative;
    padding: 150px 0 0;
}

.service-stuff-b__pic {
    position: absolute;
    left: 10px;
    top: 0;
}

.service-stuff-b__pic img {
    height: 180px;
}

.service-stuff-b__award {
    position: absolute;
    right: 13px;
    top: 13px;
}

.service-stuff-b__text {
    padding: 62px 20px 26px;
    background: rgba(239, 241, 243, 0.7);
    min-height: 246px;
}

.service-stuff-b__text strong {
    display: block;
    margin: 0 0 20px;
    line-height: 1.2;
    font-size: 20px;
    font-family: 'latobold', sans-serif;
}


/* Modal
-------------------------------
 */
body.scroll-locked {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.modal-b {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1300;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    color: #000;
    text-align: left;
    background: rgba(0, 0, 0, 0.2)
}

.modal-b::-webkit-scrollbar {
    display: none;
}

.modal-b__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
    position: relative;
    z-index: 2;
}

.modal-b__close {
    position: absolute;
    top: 20px;
    right: 20px;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
}

.modal-b__block {
    padding: 80px 40px 50px;
    max-width: 1090px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}

.modal-b .service-form-b {
    padding: 0;
    border: 0;
    border-radius: 0
}

.modal-b__block_small {
    padding: 50px 40px 80px;
    max-width: 899px;
}

.modal-b__done {
    text-align: center
}

.modal-b__done-icon {
    margin: 0 auto 30px;
    display: table;
}

.modal-b__done-title {
    margin: 0 0 20px;
    color: #617087;
    font-size: 26px;
    font-family: 'latobold', sans-serif;
}

.modal-b__done-text {
    color: #617087;
    font-size: 20px;
}

.modal-b__sert {
    color: #2B3648;
    text-align: center
}

.modal-b__sert-photo {
    margin: 0 auto 30px;
    display: table;
}

.modal-b__sert-photo img {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25)
}

.modal-b__project {
    color: #617087;
    text-align: center;
    font-size: 14px;
}

.modal-b__project-photo {
    margin: 0 auto 30px;
    display: table;
}

.modal-b__project-title {
    margin: 0 0 10px;
    color: #0054A4;
    font-size: 16px;
}


/*! Adaptive
------------------------
 */
@media screen and (max-width: 1200px) {
    .service-pluses-b__item {
        font-size: 16px
    }
}

@media screen and (max-width: 1024px) {
    .service-list-b__item {
        width: 50%
    }

    .service-pluses-b__item {
        font-size: 13px;
    }

    .service-contacts-b__grid {
        display: block;
    }

    .service-contacts-b__content {
        flex: initial;
        padding: 0;
        margin: 0 0 50px;
    }

    .service-contacts-b__sidebar {
        width: 100%
    }

    .service-trust-b__item {
        width: 25%
    }

    .service-form-b {
        padding: 30px
    }

    .service-brands-b__item {
        width: 33.3%
    }

    .service-stuff-b__item {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .title {
        margin: 0 0 25px;
    }

    .service-list-b {
        display: block;
        margin: 0 0 50px;
    }

    .service-list-b__item {
        width: 100%;
        padding: 0;
        margin: 0 0 25px;
    }

    .service-list-b__block {
        padding: 30px 20px;
    }

    .service-list-b__title {
        font-size: 20px;
        margin: 0 0 25px;
    }

    .service-list-b__data {
        margin: 0 0 25px;
    }

    .service-list-b__icon img {
        width: 100px;
        height: auto
    }

    .service-pluses-b__list {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0
    }

    .service-pluses-b__item {
        width: 50%;
        flex: initial;
        margin: 0 0 25px;
    }

    .service-pluses-b__item:after {
        display: none;
    }

    .service-pluses-b__button .btn {
        height: 50px;
        font-size: 15px;
        padding: 0 20px;
        width: 100%
    }

    .service-about-b {
        display: block;
    }

    .service-about-b__content {
        margin: 0 0 40px;
        padding: 0;
        flex: initial
    }

    .service-about-b__sidebar {
        margin: 0 auto;
        flex: initial
    }

    .service-contacts-b__select {
        min-width: initial;
        width: 100%
    }

    .service-contacts-b__select-block {
        padding: 10px 14px
    }

    .service-trust-b__item {
        width: 50%;
    }

    .service-projects-b__arrow {
        display: none;
    }

    .service-projects-b__slider {
        padding: 0 20px;
        margin: 0 -20px;
    }

    .service-projects-b .swiper-pagination {
        display: block;
        position: initial;
        margin: 20px 0 0;
    }

    .service-reviews-b__arrow {
        display: none;
    }

    .service-reviews-b__slider {
        padding: 0 20px;
        margin: 0 -20px;
    }

    .service-reviews-b .swiper-pagination {
        display: block;
        position: initial;
        margin: 20px 0 0;
    }

    .service-reviews-b__photo {
        margin: 0 auto 20px;
        max-width: 240px;
    }

    .service-form-b {
        padding: 20px 15px;
    }

    .service-form-b .title {
        margin: 0 0 25px;
    }

    .service-form-b__select-value {
        padding: 10px 10px 12px;
        font-size: 13px;
    }

    .service-form-b__select-item {
        font-size: 13px;
        padding: 10px
    }

    .service-form-b__field {
        width: 50%
    }

    .service-form-b__message textarea {
        height: 120px;
        padding: 15px
    }

    .service-form-b__file {
        display: block
    }

    .service-form-b__file-button {
        margin: 0 0 10px
    }

    .service-form-b__file-note {
        font-size: 11px
    }

    .service-form-b__button .btn {
        width: 100%
    }

    .checkbox + label {
        font-size: 11px;
        line-height: 1.2
    }

    .modal-b__block {
        padding: 60px 20px 40px
    }

    .modal-b__block_small {
        padding: 50px 20px 40px
    }

    .modal-b__done-icon img {
        width: 80px;
        height: 80px;
    }

    .modal-b__done-title {
        font-size: 20px;
        line-height: 1.2;
    }

    .modal-b__done-text {
        font-size: 16px;
    }

    .service-brands-b__item {
        width: 50%;
        display: block;
    }

    .service-brands-b__item br {
        display: none;
    }

    .service-brands-b__item span {
        flex: initial;
        display: block;
        width: initial;
        margin: 0 0 5px
    }

    .service-table-b th {
        padding: 12px;
        font-size: 16px;
    }

    .service-table-b td {
        padding: 12px;
        font-size: 13px;
    }

    .service-table-b td img {
        display: none;
    }

    .service-stuff-b__item {
        width: 100%
    }

    .service-table-b_blue .service-table-b__inner {
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        position: relative
    }

    .service-table-b_blue .service-table-b__inner:after {
        position: absolute;
        right: 0;
        width: 20px;
        height: 100%;
        background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
        content: '';
        pointer-events: none;
        top: 0
    }

    .service-table-b_blue table {
        min-width: 650px;
        white-space: normal
    }

    .service-content-b img {
        float: none;
        margin: 0 auto 30px;
        display: table
    }
}

.middle-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 84px;
    color: #617087;
}

.service-content-b ul.second-level-list {
    list-style-type: circle;
}

.service-content-b ul.second-level-list li,
.service-content-b ul.first-level-list li{
    color: #2B3648;
    font-size:16px;
    line-height: 22px
}

.block-data-grid .header-text{
    color: #2B3648;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
.block-data-grid .second-text{
    color: #2B3648;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.service-content-b .block-data-grid img{
    float: none;
    margin: 0;
}

.block-data-grid .img:first-child img{
    margin-bottom: 60px;
}


/* End */


/* Start:/local/templates/rutector/css/service.css?17445730024140*/
#preim-service {
    min-height: 500px;
    background: #003570;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}
a.button-zakaz {
    width: 150px;
    height: 40px;
    background-color: #3799ff;
    outline: none;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    display: block;
    margin: 20px auto;
    border: none;
    text-align: center;
    line-height: 40px;
}
#preim-service .row div p {
    color: #fff;
    font-size: 24px;
    text-align: left;
    font-family: 'Calibri';
    line-height: 1.4;
}
#preim-service table {
    margin-top: 40px;
}
#preim-service {
    min-height: 500px;
    background: #003570;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#preim-service img {
    width: 50px;
    height: 50px;
    max-width: 100px !important;
    max-height: 100px !important;
    margin-top: 5px;
}

#preim-service td {
    padding: 5px 10px !important;
}

#preim-service table {
    margin-top: 40px;
}

#preim-service .row div td p {
    font-size: 16px;
}

#preim-service .row div p {
    color: #fff;
    font-size: 24px;
    text-align: left;
    font-family: 'Calibri';
}

.preim-scroll {
    margin: 30px auto;
    width: 100%;
}
.mapWrapper {
    margin-top: 20px;
}
.leftMap {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    min-height: 450px;
}
.rightMap {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}
.rightMap select {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
}
.overlay {
    background-color: rgba(0,0,0,0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.popup {
    background-color: #fff;
    border: 3px solid #fff;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 15px;
    position: fixed;
    text-align: justify;
    top: 50%;
    visibility: hidden;
    z-index: 999999;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: opacity .5s,top .5s;
    -moz-transition: opacity .5s,top .5s;
    -ms-transition: opacity .5s,top .5s;
    -o-transition: opacity .5s,top .5s;
    transition: opacity .5s,top .5s;
    border-radius: 11px;
}
.popup .close_window {
    position: absolute;
    padding: 1px 9px 4px 9px;
    top: -15px;
    right: -15px;
    cursor: pointer;
    color: #fff;
    font-family: 'tahoma',sans-serif;
    background: -webkit-gradient(linear,left top,right top,from(#3d51c8),to(#051fb8));
    background: -webkit-linear-gradient(top,#3d51c8,#051fb8);
    background: -moz-linear-gradient(top,#3d51c8,#051fb8);
    background: -o-linear-gradient(top,#3d51c8,#051fb8);
    background: -ms-linear-gradient(top,#3d51c8,#051fb8);
    background: linear-gradient(top,#3d51c8,#051fb8);
    background-color: #3d51c8;
    border: 1px solid #061fb8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    box-shadow: -1px 1px 3px rgba(0,0,0,0.5);
}
.blue-header{
    color: #1976D3;
    font-size: 26px;
}
.blue-header span{
    margin-top: 60px;
    display: block;
    line-height: 31px;
}
.service-block{
    margin-bottom: 60px;
}
@media (min-width: 1200px){
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
}


/* End */


/* Start:/local/templates/rutector/css/service_new.css?17445730021178*/
.rightMap select{
    padding: 10px 20px 12px;
    background: #FFFFFF;
    border: 1px solid #ADAEAD;
    box-shadow: inset 0px 1px 3px rgb(0 0 0 / 25%);
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    user-select: none;
}
.pageWrapper .mapWrapper{
    display: flex;
    justify-content: space-between;
}
.rightMap{
    width: 40%;
    padding-left: unset;
}
.leftMap{
    width: 50%;
}
.pageWrapper .section-title__text:before, .pageWrapper .section-title__text:after{
    content: none;
}
.wrapperDealerList{
    font-size: 16px;
    padding-left: 20px;
    position: relative;
}
.wrapperDealerList .mark_servis{
    position: absolute;
    left: 3px;
}
.wrapperDealerList p{
    margin: 0 0 2px;
    padding: 0;
}
.wrapperDealerList .dealerType{
    line-height: 1.3;
    color: #0054A4;
}

.wrapperDealerList .dealerName{
    font-family: 'latobold', sans-serif;
    display: block;
    color: #0054A4;
    margin: 0 0 6px;
}
@media (max-width: 768px) {
    .container-fluid.pageWrapper .mapWrapper{
        flex-direction: column;
    }
    .container-fluid.pageWrapper .rightMap, .container-fluid.pageWrapper .leftMap{
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/rutector/components/bitrix/catalog/new_services/style.min.css?1744573003684*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 0;border-bottom:2px solid #d9dee6;border-bottom-color:var(--primary);color:#000}
/* End */


/* Start:/bitrix/components/bitrix/catalog.item/templates/bootstrap_v4/style.min.css?171707199423694*/
.product-item-container{position:relative}.product-item-container.hover{z-index:17}.product-item{display:block;box-sizing:border-box;padding-top:15px;width:100%;border:1px solid transparent;border-radius:2px;background:#fff;box-shadow:0 0 0 0 rgba(0,0,0,.19)}.product-item-line-card .product-item{border-bottom:1px solid #dadada}.bx-no-touch .product-item-container.hover .product-item{position:absolute;right:-15px;left:-15px;padding:15px 15px 0;width:auto;border-color:transparent;box-shadow:0 7px 15px 0 rgba(0,0,0,.19)}.bx-touch .product-item{padding:15px 0 0;width:auto;background:#fff}.bx-no-touch .product-item-container.hover .product-item{-webkit-animation:product-item-hover 300ms 1 ease;animation:product-item-hover 300ms 1 ease}@-webkit-keyframes product-item-hover{0%{position:absolute;left:0;right:0;border:1px solid transparent;box-shadow:0 0 0 0 rgba(0,0,0,0);padding-left:0;padding-right:0}100%{border:1px solid transparent;box-shadow:0 7px 15px 0 rgba(0,0,0,.19);left:-15px;right:-15px;padding-left:15px;padding-right:15px}}@keyframes product-item-hover{0%{position:absolute;left:0;right:0;border:1px solid transparent;box-shadow:0 0 0 0 rgba(0,0,0,0);padding-left:0;padding-right:0}100%{border:1px solid transparent;box-shadow:0 7px 15px 0 rgba(0,0,0,.19);left:-15px;right:-15px;padding-left:15px;padding-right:15px}}.product-item-image-wrapper{position:relative;display:block;margin-bottom:15px;padding-top:116%;width:100%;transition:all 300ms ease}.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper{padding-top:54%}.product-item-image-original,.product-item-image-alternative{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background-position:center;background-size:contain;background-repeat:no-repeat;transition:opacity 300ms linear}.product-item-image-original{z-index:11}.product-item-image-alternative{z-index:13;opacity:0}.bx-no-touch .product-item-container.hover .product-item-image-original{opacity:0}.bx-no-touch .product-item-container.hover .product-item-image-alternative{opacity:1}.product-item-big-card .product-item-image-wrapper{margin-bottom:25px}.product-item-image-slider-slide-container{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;width:100%;height:100%;transition:opacity 300ms ease}.product-item-image-slide{position:relative;display:none;height:100%;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;transition:.6s ease-in-out left}@media all and (transform-3d),(-webkit-transform-3d){.product-item-image-slide{transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.product-item-image-slide.next,.product-item-image-slide.active.right{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.product-item-image-slide.prev,.product-item-image-slide.active.left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.product-item-image-slide.next.left,.product-item-image-slide.prev.right,.product-item-image-slide.active{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.product-item-image-slider-slide-container>.active,.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{display:block}.product-item-image-slider-slide-container>.active{left:0}.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{position:absolute;top:0;width:100%}.product-item-image-slider-slide-container>.next{left:100%}.product-item-image-slider-slide-container>.prev{left:-100%}.product-item-image-slider-slide-container>.next.left,.product-item-image-slider-slide-container>.prev.right{left:0}.product-item-image-slider-progress-bar-container{position:absolute;right:0;bottom:0;left:0;display:block;width:100%;height:1px}.product-item-image-slider-progress-bar{position:absolute;top:0;bottom:0;left:0;display:block;height:1px;background-color:var(--theme-color-primary);opacity:.8}.product-item-image-slider-control-container{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:block;padding:0;text-align:center;opacity:0;transition:opacity 300ms ease}.product-item-container.hover .product-item-image-slider-control-container,.product-item-line-card:hover .product-item-image-slider-control-container{opacity:1}.product-item-image-slider-control,.product-item-image-slider-control.active{display:inline-block;width:12px;height:12px;border-radius:50%;background-color:rgba(128,128,128,.8);opacity:.6;cursor:pointer;transition:all 300ms ease}.product-item-image-slider-control:hover,.product-item-image-slider-control.active:hover{cursor:pointer}.product-item-image-slider-control.active,.product-item-image-slider-control:hover{background-color:var(--primary)}.product-item-label-text,.product-item-label-ring{position:absolute;z-index:15}.product-item-label-text span,.product-item-label-ring{display:inline-block;clear:both;margin-bottom:2px;background:#f42c2c;color:#fff;vertical-align:middle;text-align:center;transition:all 250ms ease}.bx-red .product-item-label-text span,.bx-red .product-item-label-ring{background-color:#fba90c}.product-item-label-text>div,.product-item-label-ring>div{line-height:0}.product-item-label-text span{padding:2px 5px;vertical-align:middle;font-weight:bold}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-weight:normal;font-size:13px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span{padding:5px 12px;font-size:16px;line-height:21px}.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{padding:4px 10px;font-size:13px;line-height:17px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:5px 17px;font-size:22px;line-height:33px}@media(max-width:767px){.product-item-label-text>div{line-height:0}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-size:10px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span,.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{margin-bottom:1px;padding:3px 12px;font-size:14px;line-height:16px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:3px 12px;font-size:20px;line-height:25px}}.product-item-label-ring{box-sizing:border-box;border-radius:50%;font-weight:bold}.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{width:40px;height:40px;font-size:14px;line-height:40px}.product-item-big-card .product-item-label-ring.product-item-label-small{width:100px;height:100px;font-size:30px;line-height:100px}.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:50px;height:50px;font-size:18px;line-height:50px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:120px;height:120px;font-size:42px;line-height:120px}@media(max-width:767px){.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{--product-item-label-ring-size:40px;width:var(--product-item-label-ring-size);height:var(--product-item-label-ring-size);line-height:var(--product-item-label-ring-size);font-size:14px}.product-item-big-card .product-item-label-ring.product-item-label-small,.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:35px;height:35px;font-size:12px;line-height:35px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:70px;height:70px;font-size:24px;line-height:70px}}.product-item-label-top{top:-5px}.product-item-label-center{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.product-item-label-center>div{text-align:center}.product-item-label-left{left:-5px}.product-item-label-left>div{text-align:left}.product-item-label-bottom{bottom:-5px}.product-item-label-middle{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.product-item-label-right{right:-5px}.product-item-label-right>div{text-align:right}.product-item-label-center.product-item-label-middle{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.product-item-title{overflow:hidden;margin:0;padding:0;text-overflow:ellipsis;white-space:nowrap;font-weight:normal;font-size:14px;text-align:center}.product-item-title a{color:#3f3f3f;text-decoration:none;transition:250ms linear all}.product-item-line-card .product-item-title{white-space:normal;text-align:left}.product-item-big-card .product-item-title a{font-size:21px}.product-item-line-card .product-item-title a{font-size:20px}@media(max-width:1199px){.product-item-big-card .product-item-title a{font-size:18px}}@media(max-width:991px){.product-item-big-card .product-item-title a{font-size:16px}}@media(max-width:767px){.product-item-big-card .product-item-title a{font-size:14px}}@media(max-width:575px){.product-item-big-card .product-item-title a{font-size:16px}}.product-item-price-container{text-align:center;line-height:1}.product-item-price-current{color:#3f3f3f;white-space:nowrap;font-weight:bold;font-size:13px}.product-item-price-old{color:#a5a5a5;text-decoration:line-through;white-space:nowrap;font-size:12px}.product-item-big-card .product-item-price-current,.product-item-big-card .product-item-price-old{vertical-align:middle;line-height:20px}.product-item-big-card .product-item-price-container{margin:0 0 10px}.product-item-big-card .product-item-price-current{font-size:18px}.product-item-big-card .product-item-price-old{font-size:15px}.product-item-info-container{clear:both;margin-bottom:8px}.product-item-info-container-title{font-size:12px}.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden{display:none;opacity:0;transition:opacity 300ms ease}.bx-touch .product-item-info-container.product-item-touch-hidden{display:none !important}.bx-touch .product-item-info-container.product-item-hidden,.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden{display:block;opacity:1}.product-item-amount{padding:0 0 2px;text-align:center}.product-item-amount-field-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;max-width:150px;margin:0 auto 15px}.product-item-amount-field-btn-plus,.product-item-amount-field-btn-minus{position:relative;display:block;min-width:22px;height:22px;border-radius:2px;background-color:#f2f2f2;color:#fff;vertical-align:middle;text-align:center;cursor:pointer;transition:background 300ms ease,opacity 300ms ease}.bx-retina .product-item-amount-field-btn-plus,.bx-retina .product-item-amount-field-btn-minus{border-width:.5px}.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-minus:hover{background:#d3d3d3}.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-minus:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.8;transition:opacity 300ms ease,background 300ms ease}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after{opacity:.3 !important;cursor:default}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover{background-color:#f2f2f2}.product-item-amount-field-btn-plus:after{	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center; background-size:10px}.product-item-amount-field-btn-minus:after{	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center; background-size:10px}.product-item-amount-field-btn-plus:hover:after,.product-item-amount-field-btn-minus:hover:after{opacity:1}.product-item-amount-field-block{-webkit-box-flex:1;-ms-flex:1;flex:1}.product-item-amount-field{display:block;padding:0;width:100%;height:22px;border:1px solid transparent;border-radius:2px;background:transparent !important;color:#000;vertical-align:middle;text-align:center;font-weight:bold;line-height:22px;transition:border 300ms ease}.bx-retina .product-item-amount-field{border-width:.5px}.product-item-amount-field:focus{outline:none !important}.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.product-item-amount-description-container{position:absolute;top:100%;left:0;right:0;color:#a5a5a5;white-space:nowrap;font-size:12px}.product-item-amount-description-container strong{color:#333;white-space:nowrap}.product-item-amount-label-container{margin:5px 0;color:#a5a5a5;font-weight:bold;font-size:12px}.product-item-quantity{font-size:12px}.product-item-properties{display:block;margin:0}.product-item-properties dl{clear:both}.product-item-properties dt{float:left;clear:both;font-weight:normal;font-size:12px}.product-item-properties dd{float:right;margin-bottom:3px;margin-left:5px;font-size:12px}.product-item-compare-container{position:relative;display:none;margin:0 -15px;padding:4px 15px;min-height:30px;border-top:1px solid #e6e6e6;background:#f3f3f3;box-shadow:inset 0 1px 1px 0 #eee;vertical-align:middle;font-size:12px;line-height:20px}.product-item-line-card .product-item-compare-container{margin:0;border:0;background-color:transparent;box-shadow:none;text-align:center}.bx-touch .product-item-compare-container{display:none}.product-item-line-card .product-item-compare-container,.product-item-container.hover .product-item-compare-container{display:block}.product-item-compare .checkbox{margin:0;padding:0}.product-item-line-card .product-item-scu-container{text-align:left}.product-item-scu-container-title{color:#333;font-size:12px}.product-item-scu-block-title{font-size:12px}.product-item-scu-list{margin:0}.product-item-scu-item-list{overflow:hidden;margin:0;padding:0;list-style:none}.product-item-scu-item-color-container,.product-item-scu-item-text-container{display:inline-block;box-sizing:border-box;padding:5px 3px;max-width:100%}.product-item-scu-item-text-container{min-width:32px}.product-item-scu-item-color-container{max-width:38px;width:25%}.product-item-scu-item-color-block{position:relative;padding-top:100%;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-color-block{transition:outline 200ms ease}.bx-retina .product-item-scu-item-color-block{outline-width:.5px}.product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block{outline-width:1px}.product-item-scu-item-color{position:absolute;top:2px;right:2px;bottom:2px;left:2px;background-position:center;background-size:contain;background-repeat:no-repeat}.product-item-scu-item-text-block{position:relative;padding:0 5px;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-text-block{transition:outline 300ms ease}.bx-retina .product-item-scu-item-text-block{outline-width:.5px}.product-item-scu-item-text-container.selected .product-item-scu-item-text-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block{outline-width:1px}.product-item-scu-item-text{overflow:hidden;max-width:100%;vertical-align:middle;text-align:center;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:18px}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block{position:relative;outline-color:#a9adb4 !important}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center; background-size:80% 80%;content:""}.product-item-scu-item-text-block:hover,.product-item-scu-item-color-block:hover,.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#000}.product-item-description-container p{color:#575757;font-size:13px}.product-item-button-container{text-align:center}.product-item-button-container .btn{margin-bottom:2px}.product-item-sticker,.product-item-sticker-round{display:none}.product-item-more-container{position:relative;display:block;box-sizing:border-box;padding:15px 15px 5px;width:100%;border:1px solid transparent;border-radius:2px;transition:all 300ms ease}.product-item-more-wrapper{position:relative;display:block;margin-bottom:15px;padding-top:116%;width:100%}.product-item-more{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center; background-size:50%;opacity:.7;transition:opacity 300ms ease}.bx-touch .product-item-more,.product-item-container.hover .product-item-more{opacity:1}.product-item-more-title{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input[type='number']{-moz-appearance:textfield}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none}
/* End */
/* /local/templates/rutector/css/service/style.css?174457300227788 */
/* /local/templates/rutector/css/service.css?17445730024140 */
/* /local/templates/rutector/css/service_new.css?17445730021178 */
/* /local/templates/rutector/components/bitrix/catalog/new_services/style.min.css?1744573003684 */
/* /bitrix/components/bitrix/catalog.item/templates/bootstrap_v4/style.min.css?171707199423694 */
