

/* 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:/local/templates/rutector/components/bitrix/catalog.section.list/new_services/style.min.css?17445730032306*/
.catalog-section-list-item-title{overflow:hidden;margin:0;padding:0;vertical-align:middle;text-align:center;text-overflow:ellipsis;font-size:14px;line-height:20px}.catalog-section-list-item-link{vertical-align:middle;font-size:14px;line-height:20px}.catalog-section-list-item-counter{vertical-align:middle;font-size:12px;line-height:20px}.catalog-section-list-item-description{font-size:13px}.catalog-section-list-item-img{display:block;padding-top:100%;width:100%;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:cover;background-repeat:no-repeat;transition:250ms linear all}.catalog-section-list-item-img:hover{border-color:var(--theme-color-primary)}.catalog-section-list-line-list{padding:0;list-style:none}.catalog-section-list-line-list .catalog-section-list-item{display:flex;margin-bottom:15px;align-items:flex-start}.catalog-section-list-line-list .catalog-section-list-item-title{text-align:left}.catalog-section-list-line-img-container{padding-right:15px;min-width:75px;width:75px}.catalog-section-list-line-list .catalog-section-list-titles{margin:0;line-height:20px}.catalog-section-list-text-list{padding:0;list-style:none;column-count:3}.catalog-section-list-text-list .catalog-section-list-item-title{text-align:left}@media(max-width:767px){.catalog-section-list-text-list{column-count:1}}.catalog-section-list-tile-list{padding:0;list-style:none}.catalog-section-list-tile-img-container{width:100%}.catalog-section-list-list{margin-bottom:30px}.catalog-section-list-list .catalog-section-list-item{padding:0;line-height:16px}.catalog-section-list-list .catalog-section-list-item:before{content:''!important}.catalog-section-list-list-title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;font-size:12px;line-height:16px}.catalog-section-list-list-link{white-space:nowrap;font-size:13px}.catalog-section-list-list-link:hover{text-decoration:none}.catalog-section-list-list-title span{font-size:11px}@media(max-width:639px){.bx-touch .catalog-section-list-list .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .catalog-section-list-list .bx_catalog_line_title a{font-size:12px}}.catalog-section-list-list-title,.catalog-section-list-list-link{transition:all .3s ease}
/* End */


/* Start:/local/templates/rutector/components/bitrix/news.list/about_company_cards/style.css?17445730032226*/
.about-company__cards__wrapper{
	position: relative;
}

.about-company__cards__map{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.about-company__cards__map img{
	width: 100%;
}

.about-company__cards{
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, minmax(315px, 330px));
}

.about-company__cards__item:nth-child(1),
.about-company__cards__item:nth-child(3),
.about-company__cards__item:nth-child(6),
.about-company__cards__item:nth-child(8),
.about-company__cards__item:nth-child(9),
.about-company__cards__item:nth-child(11){
	background-color: rgba(25, 119, 211, 0.08);
}

.about-company__cards__item{
	padding: 60px 40px;
	color: #1976D3;
	font-weight: lighter;
}

.about-company__cards__item a{
	color: #1976D3;
	text-decoration: underline;
}

.about-company__cards__title{
	display: inline-block;
	line-height: normal;
	font-size: 34px;
}

.about-company__cards__title_big, .about-company__cards__title p{
	font-size: 62px;
	display: inline-block;
}

.about-company__cards__text{
	margin-top: 40px;
	font-size: 18px;
}

@media screen and (max-width: 1310px)  {
	.about-company__cards{
		grid-template-columns: repeat(3, minmax(330px, 437px));
	}

	.about-company__cards__item:nth-child(n){
		background-color: #fff;
	}

	.about-company__cards__item:nth-child(odd){
		background-color: rgba(25, 119, 211, 0.08);
	}
}

@media screen and (max-width: 1050px)  {
	.about-company__cards__map{
		display: none;
	}

	.about-company__cards{
		grid-template-columns: repeat(2, minmax(352px, 525px));
	}

	.about-company__cards__item:nth-child(n){
		background-color: #fff;
	}

	.about-company__cards__item:nth-child(1),
	.about-company__cards__item:nth-child(4),
	.about-company__cards__item:nth-child(5),
	.about-company__cards__item:nth-child(8),
	.about-company__cards__item:nth-child(9),
	.about-company__cards__item:nth-child(12){
		background-color: rgba(25, 119, 211, 0.08);
	}
}

@media screen and (max-width: 768px)  {
	.about-company__cards{
		grid-template-columns: 1fr;
	}

	.about-company__cards__item:nth-child(n){
		background-color: #fff;
	}

	.about-company__cards__item:nth-child(odd){
		background-color: rgba(25, 119, 211, 0.08);
	}
}
/* 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 */
/* /local/templates/rutector/components/bitrix/catalog.section.list/new_services/style.min.css?17445730032306 */
/* /local/templates/rutector/components/bitrix/news.list/about_company_cards/style.css?17445730032226 */
