

/* Start:/bitrix/templates/truckings2/local/css/style.css?169555464950127*/
input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    color: #d5d5d5;
}

#contacts_block {
    overflow: hidden;
}

input[type='text']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    color: #d5d5d5;
}

input[type='text']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    color: #d5d5d5;
}

input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    color: #d5d5d5;
}

input[type='text']:focus::-webkit-input-placeholder,
input[type='password']:focus::-webkit-input-placeholder,
input[type='tel']:focus::-webkit-input-placeholder,
input[type='email']:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #d5d5d5;
}

.preset-autopark-one .heading {
    color: #212121;
}

#team .heading {
    color: #212121;
}

.partners-section .heading {
    color: #212121;
}

#news .heading {
    color: #212121;
}

.scroll_action .heading {
    color: #212121;
}

#advantages {
    color: #212121;
}

#services .heading {
    color: #212121;
}

input[type='text']:focus::-moz-placeholder,
input[type='password']:focus::-moz-placeholder,
input[type='tel']:focus::-moz-placeholder,
input[type='email']:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #d5d5d5;
}

input[type='text']:focus:-moz-placeholder,
input[type='password']:focus:-moz-placeholder,
input[type='tel']:focus:-moz-placeholder,
input[type='email']:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #d5d5d5;
}

input[type='text']:focus:-ms-input-placeholder,
input[type='password']:focus:-ms-input-placeholder,
input[type='tel']:focus:-ms-input-placeholder,
input[type='email']:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #d5d5d5;
}

body {
    margin: 0;
    padding-right: 0px !important;
}

:focus {
    outline: none;
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.text-white {
    color: #fff;
}

.display-flex {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

body.modal-open {
    overflow-y: visible !important;
    padding-right: 0px !important;
}

button[type='button'] {
    outline: none;
}

.modal-body input,
.modal-body textarea {
    width: 100%;
    margin-bottom: 20px;
}

.account-auth-form input,
.account-auth-form textarea {
    margin-bottom: 0px;
}

.modal-footer input {
    width: 100%;
}

.modal.fade {
    align-items: center;
}

.modal.fade.in {
    display: flex !important;
    background: rgba(0, 0, 0, 0.6);
}

.owl-carousel {
    position: relative;
}

.navbar {
    border-radius: 0;
}

.owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    min-height: 25px;
}

.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.owl-theme .owl-dots .owl-dot span {
    background: #d6d6d6;
    margin: 5px;
    width: 8px;
    height: 8px;
    transition: all 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #d6d6d6;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--prv_interactive_color);
    width: 12px;
    height: 12px;
}

section.section_grey {
    background: #f8f9fb;
    margin: 0 !important;
}

section>.container {
    position: relative;
}

/* BODY */

body {
    font-size: var(--prv_font_size);
    font-family: var(--prv_font_family);
}

body.burger-menu-open {
    overflow: hidden;
}

h1 {
    font-size: 1em;
    font-weight: 400;
}

h2 {
    font-size: 1em;
    line-height: 1.066;
    font-weight: 400;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.3333em;
}

h5 {
    font-size: 1.2em;
    margin: 37px 0 26px;
}

h6 {
    font-size: 1.066em;
}

@media (min-width: 500px) {
    h1 {
        font-size: 1em;
        font-weight: 400;
    }

    h2 {
        font-size: 1em;
        line-height: 1.066;
        font-weight: 400;
    }

    h3 {
        font-size: 1.6em;
    }

    h4 {
        font-size: 1.4em;
    }

    h5 {
        font-size: 1.2em;
        margin: 37px 0 26px;
    }

    h6 {
        font-size: 0.9em;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 1em;
        font-weight: 400;
    }

    h2 {
        font-size: 1em;
        line-height: 1.066;
        font-weight: bold;
    }

    h3 {
        font-size: 2.2191em;
    }

    h4 {
        font-size: 1.8191em;
    }

    h5 {
        font-size: 1.4191em;
        margin: 37px 0 26px;
    }

    h6 {
        font-size: 1.1991em;
    }
}

a {
    color: var(--prv_btn_color);
    transition: 0.5s;
}

a:hover,
a:focus,
a:active {
    color: var(--prv_btn_color);
}

a:hover {
    opacity: 0.8;
}

a:focus {
    outline: none;
}

.main-page__section {
    padding: 40px 0;
}

@media (max-width: 1284px) {

    #team,
    #partners {
        padding-bottom: 35px;
    }
}

.total_content>section.no_margin,
.total_content>div>section.no_margin,
.content>section.no_margin,
.content>div>section.no_margin {
    margin: 0;
}

.total_content>section.no_margin_bottom,
.total_content>div>section.no_margin_bottom,
.content>section.no_margin_bottom,
.content>div>section.no_margin_bottom {
    margin-bottom: 0;
}

.margin_bottom {
    margin-bottom: 100px;
}

.preview_text {
    font-size: 16px;
    color: #757575;
    margin-top: 12px;
    margin-bottom: 48px;
    line-height: 26px;
}

#ms-heading {
    position: relative;
}

#ms-heading:after {
    content: '';
    border-bottom: 6px solid var(--prv_color);
    border-radius: 4px;
    width: 75px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#ms-heading:after {
    bottom: -8px;
}

#modal-service .modal-dialog {
    max-width: 512px;
}

#modal-service .modal-body {
    height: auto;
    padding-bottom: 32px;
    padding-left: 16px;
}

.nav-justified {
    padding-left: 0;
}

.btn,
.btn:focus {
    background: var(--prv_button_bg);
    border: var(--prv_btn_border_width) solid var(--prv_btn_border_color);
    border-radius: var(--prv_button_radius);
    padding: var(--prv_btn_padding);
    color: var(--prv_font_color);
    font-size: 1em;
    font-family: var(--prv_font_family);
    font-weight: normal;
    outline: none;
    transition: 0.3s;
    line-height: normal;
}

.btn:hover,
.btn:active:hover,
.btn:active:focus,
.btn:active {
    opacity: 0.8;
    outline: none !important;
    box-shadow: none;
    color: var(--prv_font_color);
    border-color: var(--prv_btn_border_color);
}

.btn.btn-transparent {
    background: transparent !important;
    color: #212121 !important;
    border: 2px solid var(--prv_btn_border_color);
    padding: 10px 22px;
}

.btn.btn-transparent:hover {
    opacity: 0.8;
}

.inp-radio {
    display: none;
}

.inp-radio+label:before {
    display: inline-block;
    position: absolute;
    margin-left: -20px;
    margin-top: 4px;
}

.inp-radio+label:before {
    border: 1px solid var(--prv_color);
    border-radius: 20px;
    height: 11px;
    width: 11px;
    content: '';
    background-size: cover;
}

.inp-radio:checked+label:before {
    background-color: var(--prv_color);
}

.PRVUniversalFeedback label {
    margin-left: 24px;
}

.enroll {
    font-size: 16px;
}

/* END BODY */

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev,
.owl-theme .owl-nav [class*='owl-']:hover {
    padding: 0px;
    margin: 0;
}

.owl-btn {
    width: 100%;
    position: absolute;
    height: 394px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    font-size: 24px;
    top: 100px;
    left: 0;
}

.owl-btn a,
.owl-btn a:focus {
    color: var(--prv_color);
    padding: 0 16px;
    border: 2px solid var(--prv_color);
    border-radius: 24px;
}

.owl-btn a:hover,
.owl-btn a:active:hover,
.owl-btn a:active:focus,
.owl-btn a:active {
    color: white;
    background-color: var(--prv_color);
}

#owl1prev,
#owl2prev {
    position: absolute;
    left: 40px;
    z-index: 999;
}

#owl1next,
#owl2next {
    position: absolute;
    right: 40px;
    z-index: 999;
}

#trainers .container,
#our-life .container {
    position: relative;
}

.owl-carousel .owl-item img {
    width: 100%;
    margin: 0 auto;
}

.carousel-hint {
    text-align: center;
    margin-top: 235px;
}

.owl-theme .owl-nav {
    margin: 0;
    height: 0;
}

/* FOOTER */

html,
body {
    height: 100%;
}

@media (min-width: 768px) {
    .agreement_page_cont {
        height: auto;
        min-height: 100%;
        padding-bottom: 143px;
    }
}

.agreement_page_cont {
    margin-bottom: 70px;
}

@media (min-width: 768px) {
    .agreement_page_cont {
        padding-bottom: 85px;
        margin-bottom: 160px;
    }
}

@media (min-width: 992px) {
    .agreement_page_cont {
        padding-bottom: 97px;
        margin-bottom: 0px;
    }
}

.modal-dialog-feedback {
    max-width: 748px;
}

@media (min-width: 768px) {
    .modal-dialog-feedback {
        width: 100% !important;
    }
}

.modal-body-feedback {
    padding: 0;
    padding-left: 279px;
}

#modal-call .modal-body-feedback,
#modal-question .modal-body-feedback {
    min-height: 448px;
}

.modal-body>.row {
    margin: 0;
}

.modal-img {
    padding: 0;
    float: left;
    margin-right: 15px;
    border-radius: 4px 0 0 6px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 262px;
    position: absolute;
    left: 0;
}

.modal-heading {
    font-size: 36px;
    font-weight: 600;
    margin: 72px 0 30px;
    line-height: normal;
    padding-bottom: 12px;
}

.modal-text {
    font-size: 16px;
    color: #929292;
}

.split-obj1,
.split-obj2 {
    width: inherit !important;
    margin-top: 30px;
}

.split-obj1 {
    max-width: 186px;
    width: 60% !important;
    float: left;
    border: 1px solid var(--prv_color);
    border-radius: 0;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    height: 30px;
    margin-right: -1px;
}

.split-obj2,
.split-obj2:focus {
    width: 40% !important;
    border-radius: 0;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    height: 30px;
    padding: 6px 22px;
    border-width: 1px;
}

.split-obj2:focus {
    box-shadow: none;
}

button.close {
    padding: 56px 24px;
}

label:not(.cs_color, .cs_header) {
    font-size: 14px;
    margin-left: 32px;
}

input:hover,
input:focus,
input:active {
    outline: none !important;
}

.scrollToTop {
    position: fixed;
    bottom: 100px;
    right: 20px;
    border-radius: 100px;
    font-size: 13px;
    width: 90px;
    height: 45px;
    padding-left: 15px;
    background: var(--prv_btn_scroll_color);
    opacity: 0.5;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    line-height: 45px;
    z-index: 100;
}

.scrollToTop:before {
    content: '\2191';
    position: absolute;
    top: -2px;
    left: 12px;
    font-size: 16px;
}

.scrollToTop:hover,
.scrollToTop:active,
.scrollToTop:focus {
    background-image: none;
    background: var(--prv_btn_scroll_color);
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}

/* feedback */

.thanks-text {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding: 100px 15px;
}

.feedback_header {
    position: relative;
    height: 100%;
}

.error_messages_block {
    position: absolute;
    bottom: 20px;
}

.error_messages_block p {
    margin: 0 0 0px;
}

@media (min-width: 768px) {
    .error_messages_block {
        bottom: 85px;
    }

    .error_messages_block p {
        margin: 0 0 0px;
    }
}

/* end feedback */

@media (max-width: 1199px) {
    .navbar-justify li {
        margin-right: 55px;
    }
}

.rights div {
    display: inline;
}

@media (max-width: 767px) {
    .modal-body {
        padding: 16px 8px;
    }

    .modal-heading {
        font-size: 24px;
        margin-top: 32px;
    }

    .modal-text {
        font-size: 14px;
    }

    .PRVUniversalFeedback label {
        margin-left: 0;
    }

    .split-obj1,
    .split-obj2 {
        letter-spacing: 0 !important;
    }

    .split-obj2,
    .split-obj2:focus {
        padding: 4px;
    }

    .enroll input[type='text'] {
        margin-top: 16px;
    }

    .enroll input[type='submit'] {
        margin-top: 20px;
    }

    button.close {
        padding: 0;
    }

    .split-obj2 {
        padding: 4px;
    }

    .modal-body {
        height: auto;
    }

    .split-obj1,
    .split-obj2 {
        margin-top: 12px;
    }

    .carousel-hint {
        margin-top: 64px;
    }

    .heading {
        font-size: 20px;
        line-height: normal;
        margin-top: 17px !important;
    }

    .heading:after {
        width: 20%;
    }

    .enroll .heading {
        margin-top: 20px;
        margin-bottom: 20px;
        letter-spacing: 0;
    }

    .subheading {
        font-size: 18px;
    }

    #modal-call .modal-body-feedback {
        min-height: unset;
    }

    .modal-dialog {
        margin: auto;
    }
}

.enroll>.container>.row {
    position: relative;
    height: 100%;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

/* 404 ERRR */
.content_404_error {
    position: relative;
    overflow: hidden;
    font-size: 550px;
    font-weight: 600;
    line-height: 480px;
    color: #c6c8cb;
}

.content_404_error_block {
    box-sizing: border-box;
    padding-bottom: 200px;
}

@media (min-width: 768px) {
    .content_404_error_block {
        height: auto;
        min-height: 100%;
        padding-bottom: 143px;
    }
}

@media (min-width: 992px) {
    .content_404_error_block {
        padding-bottom: 97px;
    }
}

@media (min-width: 1200px) {
    .content_404_error_block {
        padding-bottom: 85px;
    }
}

.content_404_error_text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #5c5e69;
    font-size: 88px;
    text-shadow: 0px -1px 0px #fff, 1px 1px 0px #fff, -1px 1px 0px #fff,
        1px -1px 0px #fff, -1px -1px 0px #fff;
}

@media (min-width: 768px) {
    .content_404_error_text {
        text-shadow: 0px -3px 0px #fff, 3px 3px 0px #fff, -3px 3px 0px #fff,
            3px -3px 0px #fff, -3px -3px 0px #fff;
    }
}

.content_404_error_detail {
    margin-bottom: 30px;
    font-size: 16px;
}

.content_404_error_links a,
.content_404_error_links a:focus {
    display: inline-block;
    margin: 0 15px 20px 15px;
    padding: 20px 45px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    background-color: #62646e;
}

.content_404_error_links a:hover {
    color: #fff;
    background-color: #c6c8cb;
}

@media (max-width: 1199px) {
    .content_404_error {
        font-size: 460px;
        font-weight: 600;
        line-height: 400px;
    }

    .content_404_error_text {
        font-size: 70px;
    }
}

@media (max-width: 991px) {
    .content_404_error {
        font-size: 400px;
    }

    .content_404_error_text {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .content_404_error {
        font-size: 144px;
        line-height: 180px;
    }

    .content_404_error_text {
        font-size: 24px;
    }
}

/* END 404 ERRR */

/*   VALIDATION   */

input[name='MESSAGE_TEXT'] {
    display: none;
}

.help-block {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #ec0000;
    font-size: 10px;
}

@media (max-width: 767px) {
    .help-block {
        font-size: 12px;
    }
}

label+.help-block {
    bottom: 0px;
}

.modal .help-block {
    color: #000;
}

.modal-call .help-block,
.modal-service .help-block {
    bottom: 20px;
}

.modal-call label+.help-block,
.modal-service label+.help-block {
    bottom: -31px;
}

@media (max-width: 767px) {

    .modal-call .help-block,
    .modal-service .help-block {
        bottom: 32px;
    }

    .modal-call label+.help-block,
    .modal-service label+.help-block {
        bottom: -21px;
    }
}

/* END VALIDATION */

.nav.projects-section__tabs-list {
    margin-bottom: 40px;
    border-bottom: 1px solid #e1e1e1;
}

.projects-section__tabs-list>li {
    margin-right: 6px;
}

.projects-section__tabs-list>li>a {
    padding: 9px 26px;
    font-size: 1em;
    color: #212121;
    display: block;
    text-decoration: none;
    position: relative;
}

.projects-section__tabs-list>li>a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background: transparent;
    z-index: 2;
}

.projects-section__tabs-list>li:hover>a:after,
.projects-section__tabs-list>li>a.active:after {
    background: var(--prv_interactive_color);
}

.projects-section__tabs-list>li>a.active {
    color: var(--prv_btn_color);
}

.projects-section__tabs-list>li>a:hover {
    text-decoration: none;
    opacity: 1;
    color: var(--prv_btn_color);
}

.projects-section__dropdown-tabs-wrapper {
    padding-bottom: 25px;
}

.projects-section__list-group {
    margin-bottom: 0px;
}

.projects-section__list-group-item {
    padding: 15px 25px 15px;
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
}

.projects-section__list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.projects-section__list-group-item.active {
    text-shadow: none;
    border: 1px solid #eff1f5;
    border-left-color: var(--prv_color);
    background: #fff;
    color: #212121;
}

.projects-section__list-group-item.active:hover,
.projects-section__list-group-item.active:focus {
    text-shadow: none;
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
    border-color: #eff1f5;
    border-left-color: var(--prv_color);
    background-image: none;
}

.projects-section__dropdown-tab-panel {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 55px 15px 25px;
    border: 1px solid #eff1f5;
    margin: 0 0 -1px;
    cursor: pointer;
    color: #212121;
    background: #fff;
}

.projects-section__dropdown-tab-panel:hover,
.projects-section__dropdown-tab-panel:focus {
    text-decoration: none;
    color: #212121;
}

.projects-section__dropdown-tab-panel:after {
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    width: 0px;
    height: 0px;
    margin: -2px 0 0;
    border-bottom: 3px solid #212121;
    border-top: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.projects-section__dropdown-tab-panel.collapsed:after {
    border-bottom: 0px;
    border-top: 3px solid #212121;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.projects-section__tab-panel-nav {
    margin-bottom: 30px;
}

#price_list_owl {
    margin-bottom: 59px;
}

@media (max-width: 991px) {
    .projects-section__container {
        padding-bottom: 40px;
    }
}

.service-detail__price-list {
    overflow: auto;
    max-width: 100%;
    margin-bottom: 30px;
}

.service-detail__price-list>table {
    width: 100%;
}

.service-detail__price-list thead>tr {
    background: var(--prv_color_bg);
}

.service-detail__price-list thead>tr>th {
    color: #fff;
}

.service-detail__price-list>table td,
.service-detail__price-list>table th {
    font-size: 1em;
    height: 60px;
    vertical-align: middle;
    padding: 0 20px;
    color: #212121;
    font-weight: normal;
}

@media (min-width: 768px) {

    .service-detail__price-list>table td,
    .service-detail__price-list>table th {
        font-size: 1em;
        padding: 20px 40px 20px 30px;
    }
}

.service-detail__price-list tbody>tr:nth-child(2n) {
    background-color: #f5f7ff;
}

.service-detail__price-list>table td:nth-child(n + 3),
.service-detail__price-list>table td:nth-child(1) {
    font-weight: bold;
}

.service-detail__price-list_title sup {
    text-transform: uppercase;
    font-size: 0.6em;
}

.service-detail__price-list_title {
    font-size: 1.857em;
    margin: 32px 0;
}

.nopadding_right {
    padding-right: 0;
    padding-left: 0;
}

label {
    font-weight: normal;
}

.text-upp {
    text-transform: uppercase;
}

.text-bold {
    font-weight: 600;
}

/* company page */
.page-header {
    border: none;
    margin: 80px 0;
}

.page-content p {
    margin: 0 0 20px;
    line-height: 1.86;
}

.page-content h4 {
    margin: 37px 0 26px;
}

.page-preview-text {
    margin: 42px 0 55px;
    /*font-size: 1.133333em;*/
    line-height: 1.6471em;
}

.page-advantages {
    margin: 41px 0;
}

.page-footer {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-footer-text h4 {
    margin-top: 0;
}

@media (max-width: 767px) {
    .page-footer-img {
        margin-bottom: 24px;
    }
}

@media (min-width: 560px) {
    .page-footer-text {
        margin: 35px 0;
    }

    .page-footer-text h4 {
        margin-top: 10px;
    }
}

.page-footer-text p {
    font-size: 1em;
}

.page-footer-img img {
    margin: 0 auto;
}

.page-footer-buttons-block>* {
    margin: 0 19px 15px;
}

.page-top-text {
    color: #757575;
    line-height: 1.625;
}

.page-top-text .btn {
    margin-bottom: 25px;
}

.page-top-text,
.page-top-text p,
.page-top-text h1,
.page-top-text h2,
.page-top-text h3,
.page-top-text h4,
.page-top-text h5,
.page-top-text h6 {
    margin-top: 0px;
}

@media (min-width: 768px) {
    .page-header {
        margin: 65px 0 45px;
    }

    .page-footer-img img {
        margin: 0 auto 0 0;
    }

    .page-footer-text {
        margin: 60px 0 36px;
    }

    .page-top-text {
        margin: 0 0 36px;
    }

    .page-top-text.reviews-page p {
        margin-bottom: 22px;
    }

    .page-top-text .btn {
        margin-bottom: 40px;
    }
}

/* partners page */
.partner-detail-back-link {
    text-decoration: none;
}

.partner-detail-back-link>.fa {
    margin-right: 10px;
}

/* inner page sidebar */
.page-content .sidebar-menu,
.sidebar-commercial,
.sidebar-footer {
    margin-bottom: 30px;
    z-index: 8;
    background-color: #fff;
    position: relative;
}

.account-sidebar-menu {
    z-index: 8;
    background-color: #fff;
    position: relative;
}

.sidebar-commercial {
    border: 1px solid #eef1f4;
    display: block;
    max-width: 100%;
    height: auto;
}

.sidebar-footer {
    border: 1px solid #eef1f4;
}

.sidebar-footer-element {
    border-bottom: 1px solid #eef1f4;
    padding: 23px 30px;
    cursor: pointer;
}

.sidebar-footer-element:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 5px 25px 0 rgba(18, 25, 38, 0.1);
    -moz-box-shadow: 0 5px 25px 0 rgba(18, 25, 38, 0.1);
    box-shadow: 0 5px 25px 0 rgba(18, 25, 38, 0.1);
    transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -ms-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    -webkit-transition: box-shadow 0.3s ease;
}

.sidebar-footer-element>div {
    padding-left: 32px;
    position: relative;
}

.sidebar-footer-element svg {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em;
}

.sidebar-footer-element i.fas.fa-phone {
    transform: translateY(-50%) rotate(90deg);
}

.sidebar-footer-element i.fas {
    color: var(--prv_color);
}

.sidebar-footer-element:last-child {
    border-bottom: none;
}

.side-info-navigation {
    border: 1px solid #eef1f4;
    position: fixed;
    right: 0;
    top: 168px;
    left: auto;
    z-index: 131;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    width: 68px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: left 0.15s linear, right 0.15s linear;
    -moz-transition: left 0.15s linear, right 0.15s linear;
    -ms-transition: left 0.15s linear, right 0.15s linear;
    -o-transition: left 0.15s linear, right 0.15s linear;
    -webkit-transition: left 0.15s linear, right 0.15s linear;
    display: block;
}

.open.side-info-navigation {
    right: 580px;
}

.side-info-nav-link {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #eef1f4;
}

.side-info-nav-link:hover svg path {
    fill: var(--prv_btn_color);
}

.side-info-navigation-element {
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #eef1f4;
    padding-bottom: 25px;
    padding-top: 25px;
}

.side-info-navigation-element:last-child {
    border: none;
}

.side-info-navigation-element svg {
    width: 18px;
    height: 18px;
}

.side-info-navigation-element svg .cls-1 {
    fill: #777;
}

.side-info-navigation-element:hover svg .cls-1 {
    fill: var(--prv_btn_color);
}

.side-info-behind {
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transition: all 0.5s linear;
    z-index: -1;
}

.side-info-behind.visible {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 120;
    opacity: 0.5;
}

.side-info-block {
    z-index: 999;
    position: fixed;
    right: -580px;
    height: 100%;
    background-color: #fff;
    opacity: 1;
    width: 580px;
    max-width: 100%;
    top: 0;
    bottom: 0;
    transition: left 0.15s linear, right 0.15s linear;
    -moz-transition: left 0.15s linear, right 0.15s linear;
    -ms-transition: left 0.15s linear, right 0.15s linear;
    -o-transition: left 0.15s linear, right 0.15s linear;
    -webkit-transition: left 0.15s linear, right 0.15s linear;
    display: block;
}

.open.side-info-block {
    right: 0;
}

.side-info-container {
    padding: 0 40px;
    overflow-y: scroll;
    max-height: 100%;
}

@media (min-width: 576px) {
    .side-info-container {
        padding: 0 70px;
    }
}

.cart_block {
    position: relative;
}

.cart_block::before {
    content: '';
    width: 100px;
    height: 50px;
    top: -50%;
    left: -50%;
    position: absolute;
}

.side-info-container::-webkit-scrollbar {
    width: 8px;
}

.side-info-container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
}

.side-info-container::-webkit-scrollbar-track {
    border-radius: 8px;
}

.prv_settings_tabs::-webkit-scrollbar {
    width: 8px;
}

.prv_settings_tabs::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
}

.prv_settings_tabs::-webkit-scrollbar-track {
    border-radius: 8px;
}

.side-info-close {
    width: 48px;
    height: 48px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    right: 23px;
    top: 20px;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.side-info-close svg path {
    fill: #bdbdbd;
}

.side-info-close:hover svg path {
    fill: var(--prv_color);
}

.side-info-close svg {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
}

@media (max-width: 991px) {
    .side-info-navigation {
        display: none;
    }
}

.additional_service {
    padding: 32px 100px;
    padding-right: 220px;
    position: relative;
    border: 1px solid #eef1f4;
    background-color: #f8f9fb;
}

.additional_service_icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 32px;
    left: 40px;
}

.additional_service_text {
    line-height: 20px;
    color: #757575;
    margin: 4px 0 12px;
}

.additional_service .btn_cnt {
    position: absolute;
    right: 50px;
    top: 32px;
}

@media (max-width: 600px) {
    .additional_service {
        padding: 30px 30px 70px;
        text-align: center;
    }

    .additional_service_icon {
        display: none;
    }

    .additional_service .btn_cnt {
        position: absolute;
        right: 15px;
        left: 0;
        right: 0;
        bottom: 25px;
        top: auto;
    }
}

table {
    font-size: 1em;
    overflow: auto;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background: none;
}

table.table {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    margin: 31px 0 40px;
    border-bottom: 1px solid #f1f1f1;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 3px;
}

table.table-striped {
    width: 100%;
}

table.table>tbody>tr:hover,
table.table1>tbody>tr:hover,
table.table-striped>tbody>tr:hover {
    background: #f8f9fb;
}

table.table tbody tr:first-of-type td,
table.table1 tbody tr:first-of-type td {
    border-top: 1px solid #f1f1f1;
}

table.table>thead>tr>th,
table.table>tbody>tr>th,
table.table>tfoot>tr>th,
table.table>thead>tr>td,
table.table>tbody>tr>td,
table.table>tfoot>tr>td {
    padding: 13px 70px 14px;
    border: none;
    border-bottom: 1px solid #f1f1f1;
    vertical-align: middle;
}

table.table>tbody>tr>td:first-child {
    padding-left: 0;
}

table.table>tbody>tr>td:nth-child(n + 2),
table.table>tbody>tr>td:nth-child(n + 2)>a {
    color: #757575;
}

@media (max-width: 767px) {

    table.table>thead>tr>th,
    table.table>tbody>tr>th,
    table.table>tfoot>tr>th,
    table.table>thead>tr>td,
    table.table>tbody>tr>td,
    table.table>tfoot>tr>td {
        padding: 13px 20px 14px;
    }
}

@media (max-width: 530px) {

    table.table,
    table.table thead,
    table.table tbody,
    table.table th,
    table.table td,
    table.table tr {
        display: block;
    }

    table.table>thead>tr>th,
    table.table>tbody>tr>th,
    table.table>tfoot>tr>th,
    table.table>thead>tr>td,
    table.table>tbody>tr>td,
    table.table>tfoot>tr>td {
        padding: 15px;
    }

    table.table>tbody>tr>td:first-child {
        padding-left: 15px;
    }

    table.table tbody tr:first-of-type td:first-child {
        border-top: 1px solid #f1f1f1;
    }

    table.table tbody tr:first-of-type td:nth-child(n + 2) {
        border-top: none;
    }
}

table.table1>thead>tr>th,
table.table1>thead>tr>td {
    padding: 11px 21px;
    background: #a5abb5;
    color: #fff;
    font-size: 0.8667em;
    font-weight: 400;
}

table.table1 tbody {
    border: 1px solid #f1f1f1;
    border-top: none;
}

table.table1 tbody td {
    padding: 15px 21px;
    border-bottom: 1px solid #ecf2f4;
    border-left: none;
    border-right: none;
    vertical-align: top;
}

/*CART SUCCESS*/
.basket_success_container {
    border: 1px solid #eef1f4;
    padding: 35px 45px 40px 45px;
    margin: 50px 0px 50px 0px;
    align-items: center;
}

#success {
    max-width: 65px;
    max-height: 65px;
    width: 100%;
    height: 100%;
    margin: 0 auto 35px;
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
}

@media (min-width: 991px) {
    .basket_success_container {
        display: flex;
    }

    #success {
        margin-right: 45px;
        margin-bottom: 0px;
    }
}

.success-1 {
    fill: var(--prv_color);
}

.basket_min_header {
    font-weight: bold;
    font-size: 1.428571em;
    margin-bottom: 7px;
}

.success_text {
    margin-bottom: 35px;
}

/* modal-windows */

.modal-window .modal-dialog {
    top: 10%;
}

@media (min-width: 576px) {
    .modal-window .modal-dialog {
        top: 50%;
        transform: translateY(-50%) !important;
    }
}

.modal-window .modal-content {
    padding: 30px;
    position: relative;
    border-radius: 20px;
}

.modal-window button.close,
.modal-window-large button.close {
    font-weight: 100;
    z-index: 999;
    color: #212121;
    position: absolute;
    font-size: 38px;
    line-height: 38px;
    padding: 0;
    opacity: 1;
    top: 0px;
    right: 9px;
}

.modal-window .modal-body {
    padding: 0;
}

.thanks_container-close-btn-block {
    text-align: center;
}

.modal-window .feedback-submit-wrapper {
    text-align: center;
}

@media (min-width: 768px) {
    .modal-window .feedback-form-below-block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 30px;
    }

    .modal-window .feedback-form-below-block>.agree-checkbox-block {
        width: 60%;
    }

    .modal-window .feedback-form-below-block>.agree-checkbox-block>label,
    .modal-window .feedback-form-below-block>.feedback-submit-wrapper>input {
        margin: 0;
    }

    .modal-window .feedback-form-below-block>.feedback-submit-wrapper {
        width: 40%;
    }

    .modal-window .feedback-form-below-block>.agree-checkbox-block>.checkbox_cnt {
        align-items: center;
    }

    .modal-window .feedback-submit-wrapper {
        text-align: right;
    }
}

.news-detail__files-item-link {
    word-break: break-all;
}

.modal-window .modal_heading {
    margin: 0 0 30px !important;
}

.modal-window .modal_heading h3 {
    font-weight: bold;
    font-size: 1.7857em;
    text-align: center;
}

.modal-window .modal_heading h3+div {
    margin-top: 10px;
}

.modal-window .modal-dialog {
    max-width: 300px;
}

@media (min-width: 768px) {
    .modal-window .modal-dialog {
        max-width: 558px;
    }

    .modal-window .modal-content {
        padding: 30px 44px;
    }

    .modal-window button.close,
    .modal-window-large button.close {
        top: 15px;
        right: 30px;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.icon {
    position: relative;
    top: -1px;
}

/*.modal-window .prv_from_group .label_text{*/
/*    height: 40px;*/
/*    border-radius: 5px;*/
/*    border: 2px solid #EFF1F5;*/
/*    padding: 9px 20px;*/
/*    width: 100%;*/
/*    resize: none;*/
/*    background-color: #EFF1F5;*/
/*    line-height: 1.5714;*/
/*    margin: 0;*/
/*    color: #757575;*/
/*	cursor: text;*/
/*}*/
.modal-window .prv_from_group textarea.label_text {
    height: 96px !important;
}

.modal-window .imp_text:focus {
    border-color: var(--prv_color);
}

.modal-window .modal_heading {
    margin: 60px 0 68px;
}

.modal-window .modal_heading h3 {
    margin: 0px !important;
}

.modal-window .checkbox_cnt {
    margin: 45px 0px 37px;
}

.modal-window .help-block {
    position: unset;
    text-align: left;
    margin: 0 0 20px;
    color: red;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -38px;
}

.modal-window .feedback_modal input[type='text']::-webkit-input-placeholder,
.modal-window .feedback_modal input[type='password']::-webkit-input-placeholder,
.modal-window .feedback_modal input[type='tel']::-webkit-input-placeholder,
.modal-window .feedback_modal input[type='email']::-webkit-input-placeholder,
.modal-window .feedback_modal textarea::-webkit-input-placeholder {
    color: transparent;
}

.modal-window .feedback_modal input[type='text']::-moz-placeholder,
.modal-window .feedback_modal input[type='tel']::-moz-placeholder,
.modal-window .feedback_modal input[type='password']::-moz-placeholder,
.modal-window .feedback_modal input[type='email']::-moz-placeholder,
.modal-window .feedback_modal textarea::-moz-placeholder {
    color: transparent;
}

.modal-window .feedback_modal input[type='text']:-moz-placeholder,
.modal-window .feedback_modal input[type='tel']:-moz-placeholder,
.modal-window .feedback_modal input[type='password']:-moz-placeholder,
.modal-window .feedback_modal textarea:-moz-placeholder {
    color: transparent;
}

.modal-window .feedback_modal input[type='text']:-ms-input-placeholder,
.modal-window .feedback_modal input[type='tel']:-ms-input-placeholder,
.modal-window .feedback_modal input[type='password']:-ms-input-placeholder,
.modal-window .feedback_modal input[type='email']:-ms-input-placeholder,
.modal-window .feedback_modal textarea:-ms-input-placeholder {
    color: transparent;
}

.modal-window .feedback_modal input[type='text']:focus::-webkit-input-placeholder,
.modal-window .feedback_modal input[type='tel']:focus::-webkit-input-placeholder,
.modal-window .feedback_modal input[type='password']:focus::-webkit-input-placeholder,
.modal-window .feedback_modal input[type='email']:focus::-webkit-input-placeholder,
.modal-window .feedback_modal textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.modal-window .feedback_modal input[type='text']:focus::-moz-placeholder,
.modal-window .feedback_modal input[type='tel']:focus::-moz-placeholder,
.modal-window .feedback_modal input[type='email']:focus::-moz-placeholder,
.modal-window .feedback_modal textarea:focus::-moz-placeholder {
    color: transparent;
}

.modal-window .feedback_modal input[type='text']:focus:-moz-placeholder,
.modal-window .feedback_modal input[type='tel']:focus:-moz-placeholder,
.modal-window .feedback_modal input[type='password']:focus:-moz-placeholder,
.modal-window .feedback_modal input[type='email']:focus:-moz-placeholder,
.modal-window .feedback_modal textarea:focus:-moz-placeholder {
    color: transparent;
}

.modal-window .feedback_modal input[type='text']:focus:-ms-input-placeholder,
.modal-window .feedback_modal input[type='tel']:focus:-ms-input-placeholder,
.modal-window .feedback_modal input[type='password']:focus:-ms-input-placeholder,
.modal-window .feedback_modal input[type='email']:focus:-ms-input-placeholder,
.modal-window .feedback_modal textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.modal-window .prv_from_group {
    margin-bottom: 20px;
    position: relative;
}

.modal-window .feedback_modal .agree-checkbox-block {
    position: relative;
}

.modal-window .feedback_modal .help-block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -19px;
    text-align: left;
}

#licenses_inline-error {
    bottom: -35px;
}

.modal-window .feedback_modal {
    padding-bottom: 0;
}

.modal-window .modal_heading {
    text-align: center;
}

.modal-window .feedback-submit-wrapper>input[type='submit'] {
    display: inline-block;
    width: auto;
}

.modal-window .api-star-rating {
    float: none !important;
    margin-right: 0 !important;
}

.page-content .modal-window p,
.modal-window p {
    margin: 0;
}

.left_menu_ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #f8f9fb;
}

ul.page-sidebar-left-menu {
    border: 1px solid #eef1f4;
    background-color: transparent;
}

ul.page-sidebar-left-menu>li {
    border-bottom: 1px solid #eef1f4;
}

.nav-tabs-bb {
    border-bottom: 1px solid #a4cef3;
}

.nav-link--blue {
    color: #333;
}

.nav-tabs-bb>.active {
    background: var(--prv_interactive_color) !important;
    border: none !important;
    color: #fff !important;
}

ul.page-sidebar-left-menu>li:last-child {
    border: none;
}

.left_menu_ul a:hover {
    background-color: #f8f9fb;
    text-decoration: none;
    color: #212121;
}

.left_menu_ul.collapse a:hover {
    color: var(--prv_color);
}

.left_menu_parent_link {
    display: flex;
    align-items: stretch;
}

.left_menu_item {
    padding: 20px 25px;
    display: block;
    color: #212121;
}

.left_menu_item,
.left_menu_dropdown_btn {
    transition-duration: 0s;
}

.left_menu_parent_link .left_menu_item {
    width: calc(100% - 50px);
    padding: 20px 0px 20px 25px;
}

.left_menu_item_selected {
    font-weight: bold;
}

.left_menu_dropdown_btn {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.left_menu_dropdown_btn .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 5px solid #707070;
    border-top: none;
}

.left_menu_dropdown_btn.collapsed .caret {
    border-top: 5px solid #707070;
    border-bottom: none;
}

.all_services_link {
    font-size: 0.9em;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    margin-bottom: 17px;
    position: absolute;
    right: 15px;
    margin-bottom: 0;
    top: 10px;
}

@media (max-width: 768px) {
    .all_services_link {
        top: 20px;
    }
}

@media (max-width: 560px) {
    .all_services_link {
        position: absolute;
        right: 15px;
        margin-bottom: 0;
    }
}

.all_services_link,
.all_services_link:focus {
    color: var(--prv_btn_color);
}

.all_services_link:hover {
    color: #999;
}

.all_services_link:focus,
.all_services_link:hover {
    text-decoration: none;
}

/* TABLES IN PROJECTS */

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid gray;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    background-color: white;
}

.fl-table td,
.fl-table th {
    text-align: left;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid gray;
    font-size: 12px;
}

.fl-table thead th {
    color: #ffffff;
    background: #4fc3a1;
}

.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}

.fl-table tr:nth-child(even) {
    background: #f8f8f8;
}

.table tr>td:first-child {
    white-space: nowrap;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }

    .fl-table thead,
    .fl-table tbody,
    .fl-table thead th {
        display: block;
    }

    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }

    .fl-table td,
    .fl-table th {
        padding: 20px 0.625em 0.625em 0.625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }

    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }

    .fl-table tbody tr {
        display: table-cell;
    }

    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }

    .fl-table tr:nth-child(even) {
        background: transparent;
    }

    .fl-table tr td:nth-child(odd) {
        background: #f8f8f8;
        border-right: 1px solid #e6e4e4;
    }

    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #e6e4e4;
    }

    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}

.title h1 {
    font-size: 2.5em;
    font-weight: 500;
}

.img-responsive {
    max-width: 100%;
}

@media (min-width: 1200px) {
    #products .owl-carousel .owl-stage-outer {
        height: calc(100% + 40px);
        margin: -20px;
        padding: 20px;
        width: calc(100% + 40px);
    }
}

.position-relative {
    position: relative;
}

.position-unset {
    position: unset;
}

.prv_wrapper {
    width: 100%;
    height: 100%;
    background: url('/bitrix/templates/truckings2/local/img/track-background.jpg');
    padding-bottom: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.prv_wrapper .page-header-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #423b59;
    opacity: 0.8;
    top: 0;
    left: 0;
    z-index: 1;
}

.prv_wrapper .page-header {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 0 50px 50px;
}

.prv_wrapper .page-header .bx-breadcrumb-item span {
    color: #fff !important;
}

#waybill {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 3px;
    border: none;
    background: #e5e7eb;
}

#waybill::placeholder {
    color: #8d8a8c;
}

.prv_wrapper .btn {
    background: #423b59;
    border-color: #fff;
    margin-top: 30px;
}

body .header-not-main-page:not(.scroll-header-fixed) {
    border-bottom: none;
}

.prv_wrapper .container.thanks {
    display: none;
}

.prv_wrapper .error {
    border: 2px solid #f00 !important;
    opacity: 1;
}

.error-label {
    display: none;
    color: #f00;
}

/*  */
.adv__all {
    display: flex;
    align-items: flex-start;
}

.adv__all.round-icon {
    display: flex;
    flex-direction: column;
}

.advantages__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.advantages__item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #EEF1F4;
    margin-bottom: 20px;
    padding: 10px 10px 10px 10px;
}

.round-icon .advantages__container {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.round-icon .advantages__container .advantages__item {
    flex-direction: column;
    justify-content: flex-start;
    border: none;
    position: relative;
    min-height: 280px;
}

.round-icon .advantages__container .adv-icon-cnt {
    width: 155px;
    height: 155px;
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
    border: 1px dashed #212121;
    align-items: center;
    border-radius: 200px;
}

.round-icon .advantages__container .advantages__item:not(:last-of-type)::after {
    content: '';
    border-bottom: 1px solid #d6d6d6;
    position: absolute;
    width: 70px;
    height: 1px;
    left: 85%;
    bottom: 66%;
    z-index: 1;
}

.advantages__title {
    padding-left: 20px;
    font-size: 1.2857142em;
    font-weight: 600;
    margin-bottom: 9px;
    line-height: 1.22;
    text-align: center;
}

.advantages__item:hover {

    border-color: #92d76b;
}

.advantages__title:hover {
    color: #92d76b;
}

.nav_list>li.open ul.root-item {
    /*max-height: 450px !important;*/
    overflow: inherit !important;
}

.header_bottom .nav_list>li>a {
    font-size: 14px;
}

.header_bottom .nav_list .nav_section_text a.level_2 {
    font-size: 16px;
}

.header_bottom .nav_section_text>ul>li>a {
    font-size: 15px;
}

@media (max-width: 915px) {
    .container.footer-section__container .row .col-lg-9 .row {
        justify-content: space-between;
    }
}

.servisec_wrapp .servisec_block .servisec_item {
    padding: 5px;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    background: #F5F5F5;
}

.servisec_text {
    padding: 8px;
}

.autopark-section-item {
    margin-top: 20px;
}

.autopark-section-item-NAME, .autopark-section-item-VOLUME, .autopark-section-item-title {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 20px;
}

.autopark-secton-item-DESC {
    margin-bottom: 30px;
}

.autopark-section-option .option-dots {
    height: 1px;
    width: 65%;
    margin: 6px 5px;
    border-bottom: 1px dotted #000;
    align-self: flex-end;
}

.autopark-section-option {
    display: flex;
    flex-wrap: nowrap;
    padding: 8px;
    justify-content: space-evenly;
    align-items: center;
}

.our_services__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.our_services__item{
  padding: 15px;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  background: #F5F5F5;
  width: 24%;
  margin-bottom: 40px;
}
.our_services__item img{
  width: 100%;
  height: 192px;
  border-radius: 7px;
  object-fit: cover;
  margin-bottom: 10px;
}
.our_services__item .title{
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px){
  .our_services__item{
    width: 30%;
  }
}
@media screen and (max-width: 767px){
  .our_services__item{
    width: 48%;
  }
}

.steps{
  background-color: #f5f5f5;
  padding: 30px 0;
}
.steps h3{
    margin-bottom: 20px;
}
.steps__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.steps__item{
  width: 48%;
  padding: 35px 85px 35px 35px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}
.steps__item .title{
  font-weight: bold;
  margin-bottom: 10px;
}
.steps__item .number{
  font-size: 86px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  position: absolute;
  right: 30px;
  bottom: 10px;
  margin: 0;
  text-align: right;
  color: #f5f5f5;
}
@media screen and (max-width: 767px){
  .steps__item{
    width: 98%;
  }
}

.parameters{
  background: #92d76b;
  padding: 30px 0;
}
.parameters .container{
  background: #fff;
  border-radius: 16px;
  padding: 20px;
}
.parameters h3{
  margin-bottom: 20px;
}
.parameters__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.parameters__item{
  width: 30%;
}
.parameters__item .img{
  max-width: 100%;
  display: block;
  margin: 0 auto 20px auto;
}
.parameters__item .title{
  font-weight: bold;
  margin-bottom: 15px;
}
.parameters__item .txt p{
  margin: 0;
}
@media screen and (max-width: 767px){
  .parameters__item{
    width: 48%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px){
  .parameters__item{
    width: 98%;
    
  }
}

.bgc-f5{
    background-color: #f5f5f5;
}
/* End */


/* Start:/bitrix/templates/truckings2/local/css/templates/layout-2.css?16506668901801*/
.prv-animate .head-slide::after{
		content:"";
		background: url(/bitrix/templates/truckings2/local/img/template_2/after.png);
	  position: absolute;
	  bottom: 0;
	  width: 100%;
	  height: 66px;
		background-position: center;
}
.logo-block svg rect, .navbar-logo svg rect{
  fill: var(--prv_btn_color);
}
.prv-animate .head-slide{
  padding-top: 150px;
  padding-bottom: 150px;
}
.total_content .scroll_advantages{
  padding: 70px 0 0;
}

.total_content .scroll_services{
  padding: 0 0 40px 0;
}

.total_content .scroll_calculator{
  padding: 70px 0;
}

.total_content .scroll_avtopark{
  padding: 0;
}
.total_content .scroll_projects{
  padding: 100px 0;
}
.total_content .partners-section{
    border-top: none;
    border-bottom: none;
}
.total_content .scroll_news{
    padding: 0 0 70px 0;
}
.total_content .page-footer {
  padding: 30px 0 0 0;
}
.total_content .scroll_map{
  padding: 30px 0;
}
.total_content .partners-section  {
  padding: 30px 0;
}



@media(max-width:1200px){
  section.about-section{
    padding: 70px 0;
  }
}
}
@media(max-width:991px){
  section.about-section{
    padding: 30px 0;
  }

}

@media(max-width: 768px){
  .total_content #advantages.section_grey{
    padding: 30px 0 30px;
  }
  .total_content .scroll_services{
    padding: 0;
  }
  .total_content .scroll_calculator {
    padding: 120px 0 40px 0;
    margin-top: -50px;
  }
  .total_content .scroll_avtopark {
    padding: 30px 0;
  }
  .total_content .scroll_projects{
    padding: 80px 0 0 0;
  }
  .total_content .page-footer {
    padding: 0;
    margin-top: -30px;
    padding-bottom: 30px;
  }
  .total_content .scroll_news{
      padding: 30px 0 50px 0;
  }
  .total_content .about-section {
      padding: 30px 0;
  }


}

@media(max-width: 560px){
  .all_services_link{
    display: none;
  }
}

/* End */


/* Start:/bitrix/templates/truckings2/components/bitrix/main.include/prv_site_settings/style.css?165066689123668*/
.container{
	max-width: var(--prv_max_width)!important;
}
.width_option{
	display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #212121;
    margin: 0 7px 7px 0;
    padding: 6px 15px 6px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: normal;
    transition: .3s;
    line-height: 20px;
    background-color: rgba(225, 228, 230, 0.5);
}
.width_option input{
    position: absolute;
    left: -9999px;
}
.width_option:not(.active):hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    border-color: #fff;
}
.width_option.active {
    background: var(--prv_interactive_color);
    color: #fff;
}
.close_site_settings {
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	z-index: -1;
	transition: background-color .5s ease, opacity .5s ease;
}
.close_site_settings.active {
	z-index: 994;
	background-color: rgba(0,0,0,0.6);
	width: 100%
}
#prv_site_settings{
	position: fixed;
	top: 0;
	margin: auto;
	z-index: 995;
	display: block;
	color: #333;
	height: 100%;
	background-color: #fff;
	width: 864px;
	left: -864px;
	transition: all 0.4s linear;
}
#prv_site_settings.active{
	left: 0;
}
@media(max-width: 992px){
	#prv_site_settings{
		width: 700px;
		left: -700px;
	}
}
@media (max-width: 767px) {
	#prv_site_settings,
	.close_site_settings.active{
		display: none !important;
	}
}
#prv_site_settings.active{
	box-shadow: 0 0 25px 0 rgba(0,0,0,.4);
	left: 0;
}
.prv_settings_content{
	padding: 20px;
	overflow-y: auto;
        overflow-x: hidden;
	background-color: #F2F2F7;
}
.prv_settings_content::-webkit-scrollbar{
    width: 8px;
}
.prv_settings_content::-webkit-scrollbar-thumb{
    border-radius: 4px;
    background: rgba(0,0,0,0.5);
    border: 2px solid #F2F2F7;
}
.prv_settings_content::-webkit-scrollbar-track{
    border-radius: 8px;
}
.prv_settings_switch{
	z-index: 951;
	position: absolute;
	right: -56px;
	top: 234px;
	width: 56px;
	height: 56px;
	display: block;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 1px 2px 2px 0 rgba(0,0,0,.3);
	background: var(--prv_interactive_color);
	transition: all 0.2s linear;
	opacity: 1;
}
.prv_presets_switch{
	z-index: 951;
	position: absolute;
	right: -56px;
	top: 168px;
	width: 56px;
	height: 56px;
	display: block;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 1px 2px 2px 0 rgba(0,0,0,.3);
	background: var(--prv_interactive_color);
	transition: all 0.2s linear;
	opacity: 1;
}
.prv_demo_switch{
	z-index: 951;
	position: absolute;
	right: -56px;
	top: 300px;
	width: 56px;
	height: 56px;
	display: block;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 1px 2px 2px 0 rgba(0,0,0,.3);
	background: var(--prv_interactive_color);
	transition: all 0.2s linear;
	opacity: 1;
}
.prv_switch_info[data-id="presets"]{
	top:166px;
	right: -400px;
}
.prv_switch_info[data-id="settings"]{
	top:233px;
	right: -400px;
}
.prv_switch_info[data-id="demo"]{
	top:300px;
	right: -400px;
}
.prv_switch_info{
	position: absolute;
	background-color: #fff;
	display: none;
	opacity: 0;
	transition: 0.2s;
	box-shadow: 0 0 6px 1px rgba(0,0,0,0.2);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.prv_settings_content-presets__link:hover ~ .prv_settings_content-presets__decorate{
	top:11px;
}
.prv_settings_content-presets__decorate{
	text-transform: uppercase;
	position: absolute;
	top: 35px;
	left: 30px;
	z-index: 1;
	background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(2,127,250,1) 0%, rgba(87,91,210,1) 100%);
	padding: 8px 21px;
	color: #fff;
	-webkit-border-radius: 51px;
	-moz-border-radius: 51px;
	border-radius: 51px;
	text-align: center;
	font-size: 11px;
	transition: .2s;
}
.prv_settings_content-presets__link{
	display: block;
	height: 265px;
	overflow: hidden;
	border-radius: 8px;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: top;
	transition: all 3s ease-in-out;
}
.prv_settings_content-presets__link:hover{
	background-position-y: bottom;
}
.prv_switch_info__inner{
	padding: 30px;
	position: relative;
	background-color: #fff;
	z-index: 1;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.prv_switch_info::after {
	content: '';
	position: absolute;
	left: -7px;
	top: 20px;
	width: 29px;
	height: 25px;
	transform: rotate(45deg);
	background-color: #fff;
	box-shadow: 0 0 6px 1px rgba(0,0,0,0.2);
}
.prv_switch_info__title{
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 20px;
}
.prv_switch_info__text{
	font-size: 13px;
}
.active .prv_settings_header{
	display: none;
}
.prv_settings_tabs{
	position: absolute;
	height: 100%;
	min-width: 280px;
	overflow-y: scroll;
    background-color: #fff;
}
.prv_settings_tabs__item{
	cursor: pointer;
}
.prv_settings_tabs__item:not(.prv_settings_tabs__title--active):hover{
	color: rgb(0, 107, 250);
}
.prv_settings_tabs-title{
    display: flex;
}
.prv_settings_tabs__title{
    padding: 30px;
}
.prv_settings_tabs-title__text{
    margin-left: 25px;
}
.prv_settings_tabs__title--active{
	background-color: #F2F2F7;
	position: relative;
}

.prv_settings_tabs__title--active .prv_settings_tabs-title__text{
	font-size: 13px;
	font-weight: 600;
}
.prv_settings_switch:hover{
    opacity: var(--prv_btn_opacity);
}

.prv_settings_body,
.sp-container{
	background-color: #fff;
	border-bottom-right-radius: 6px;
}
.prv_settings_nav > li{
	cursor: pointer;
}
.prv_settings_nav>li:not(.default-settings,.save-settings){
	cursor: pointer;
	transition: .3s;
	line-height: normal;
	background-color: transparent;
	border-bottom: 1px solid rgba(251, 251, 251, 0.2);
}
.prv_settings_menu{
    list-style-type: none;
    padding-left: 0;
	margin-bottom: 0;
}
.prv_settings_menu>li>span,
.prv_settings_menu>li>a{
	padding: 19px 32px 19px 95px;
	display: inline-block;
	position: relative;
	color: #212121;
	font-size: 14px;
}
.prv_settings_tabs-content{
    max-width: 584px;
    width: 100%;
    position: absolute;
    right: 0;
	height: 100%;
}
.prv_settings_tabs-content__item{
    display: none;
}
.prv_settings_tabs-content__item--active{
    display: block;
	background-color: #F2F2F7;
	height: 100%;
}
.prv_settings_nav>li>a:hover{
	text-decoration: none;
}
.prv_settings_menu{
	height: 100%;
	max-height: 0;
	overflow:hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.prv_settings_tabs__title--active[data-id='settings'] .prv_settings_menu{
	max-height: 3000px;
}
.prv_settings_menu>li>span:before{
	content: '\f111';
	font-family: "Font Awesome 5 Free";
	font-size: 10px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.15);
	display: block;
	position: absolute;
	left: 73px;
	top: 50%;
	transform: translateY(-50%);
}
.prv_settings_menu li:hover span{
	color: rgb(0, 107, 250);
}
.prv_settings_menu hr{
    margin: 0;
}
.prv_settings_nav>li:hover>span:before,
.prv_settings_nav>li.active>span:before{
	color: var(--prv_btn_color);
}
.prv_settings_nav>li>a:not(.save-btn):before{
	content: '\f2f9';
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	color: var(--prv_btn_color);
	font-size: 14px;
	display: block;
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
}
.prv_settings_nav>li:hover>a:before{
	transform: translateY(-50%) rotate(720deg);
	transition: transform 0.3s linear;
}
.prv_settings_nav>li>hr{
	margin: 0;
	border-color: rgba(0, 0, 0, 0.2);
}
.prv_settings_heading{
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #212121;
    border-bottom: 1px solid #f2f2f2;
    padding: 22px 20px 20px 21px;
}
.prv_settings_heading--no-inner{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.prv_switch{
	transition: 0.2s;
}
.prv_switch:hover{
	opacity: .8;
}
.prv_settings_heading > label{
	float: right;
	display: flex;
	align-items: center;
}
.prv_settings_heading > label > span{
	font-size: 12px;
	color: #212121;
	margin-right: 10px;
}
.prv_settings_heading > label > input[type="checkbox"]{
	margin-top: 0;
}
.subitem.block-off .prv_settings_heading:not(.no-close){
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.prv_settings_subitem_body{
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 14px 0px 23px 20px;
}
.prv_settings_content .subitem{
	margin-bottom: 20px;
}
/* Color Scheme */
.sp-preview-inner{
	background-image: url(/bitrix/templates/truckings2/components/bitrix/main.include/prv_site_settings/custom_color.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 5px;
}
.color_option,
.sp-replacer,
.sp-active,
.sp-replacer.sp-active{
	height: 28px;
	width: 28px;
	cursor: pointer;
	display: inline-block;
	margin-right: 11px;
	margin-bottom: 10px;
	border: 2px solid transparent;
	padding: 2px;
}
.sp-alpha-inner,
.sp-thumb-inner{
	border-radius: 100%;
}
.color_option:last-child{
	margin-right: 0;
}
.color_option,
.sp-replacer{
	transition: .3s;
}
.color_option:not(.active):hover,
.sp-replacer:not(.active):hover{
	box-shadow: 0 0 15px rgba(0,0,0,.15);
    border-color: #fff;
}
.color_option input{
	position: absolute;
	left: -9999px;
}
.color_option{
	border-radius: 100%;
}
.color_core{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.sp-container button,
.sp-container button:focus {
	background: var(--prv_interactive_color);
	border: var(--prv_btn_border_width) solid var(--prv_btn_border_color)!important;
	border-radius: 0;
	padding: 8px 12px;
	color: var(--prv_font_color);
	font-size: 10px;
	font-family: var(--prv_font_family);
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	outline: none;
	transition: .3s;
	line-height: normal;
}

.sp-container button:hover,
.sp-container button:active:hover,
.sp-container button:active:focus,
.sp-container button:active {
	opacity: var(--prv_btn_opacity);
	outline: none !important;
	box-shadow: none;
	color: var(--prv_font_color);
	background: var(--prv_btn_hover);
	border-color: var(--prv_btn_hover);
}

.subitem_color_type{
	font-size: 14px;
	margin-bottom: 12px;
}
/* Spectrum Style */
.sp-replacer{
	border-radius: 5px;
	background-color: #fff;
	overflow: unset;
	vertical-align: unset;
}
.sp-replacer.active:hover{
	border-color: none;
}
.sp-replacer.active{
	border-color: #3593E5;
}
.sp-preview{
	border: none;
	width: 100%;
	height: 100%;
	background: none;
}
.sp-dd{
	display: none;
}
.sp-container{
	border: none;
	border-radius: 6px;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.4);
}
.sp-picker-container{
	border-left: none;
}
.sp-cancel {
	font-size: 12px;
	color: var(--prv_btn_color) !important;
}

/* Header Templates */

.header_option{
	padding: 17px 20px 20px;
	border-radius: 5px;
	border: 2px solid #EBEBEB;
	margin-bottom: 14px;
	transition: .3s;
	cursor: pointer;
	width: 100%;
	padding: 17px 19px;
	margin-bottom: 19px;
	background-color: #fff;
}
.header_option:last-child{
	margin-bottom: 0;
}
.header_option.active{
	border-color: var(--prv_btn_color);
}
.header_option:not(.active):hover{
	box-shadow: 0 0 15px rgba(0,0,0,.15);
	border-color: #fff;
}
.header_option input {
    position: absolute;
    left: -9999px;
}
.header_option img{
	max-width: 100%;
}
.header_image{
	display: table-cell;
    vertical-align: middle;
	padding: 5px 0;
}
.header_number{
	vertical-align: middle;
	text-align: center;
	margin-bottom: 17px;
	font-size: 14px;
    line-height: 17px;
    color: #212121;
	font-weight: normal;
}
.prv_settings_subitem_row{
	display: flex;
	justify-content: space-between;
	padding: 12px 23px 0 0;
}
.toggle {
	-webkit-appearance: none;
	-moz-appearance: none;
    background-color: #EBEBEB;
	outline: none;
	transition: 0.5s;
	position: relative;
    margin-top: -8px;
    cursor: pointer;
    border-radius: 16.5px;
    width: 37px;
    margin-top: -9px;
    height: 14px;
}
.toggle:checked {
    background: rgba(165, 165, 165, 0.5);
}
.toggle--blue:checked {
	background: rgb(164, 206, 243);
}
.toggle::before {
	content: '';
	position: absolute;
	border-radius: 50%;
	top: -20%;
	left: -1px;
	transition: 0.5s;
    width: 20px;
    height: 20px;
	background-color: #8EC2F1;
    box-shadow: 0 2px 7px rgba(0,0,0,.2);
}
.toggle:checked::before {
	left: calc(100% - 19px);
	background: var(--prv_interactive_color);
}
.prv_settings_heading.header_oprions .toggle{
	float: right;
}
.block_options_block{
	background-color: #fff;
	padding: 20px 19px;
}
.prv_settings_apply:hover svg,
.prv_settings_apply:hover .fa{
    -webkit-animation: spinner .5s ease-out 1;
    animation: spinner .5s ease 1;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.prv_settings_apply svg,
.prv_settings_apply .fa{
    margin: 0 9px 0 0;
    position: relative;
    top: 1px;
}
.prv_settings_apply .fa{
	color: var(--prv_color);
	font-size: 14px;
	font-family: FontAwesome;
}

/* WebKit and Opera */
@-webkit-keyframes spinner{
  from{
    -webkit-transform:rotate(0deg);
  }
  to{
    -webkit-transform:rotate(360deg);
  }
}
/* Other */
@keyframes spinner{
  from{
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  to{
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}

/*Update*/
.button_option{
	display: inline-block;
	margin-bottom: 19px;
    margin-right: 41px;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
    transition: .3s;
    width: 92px;
	font-size: 13px;
}
.button_option i{
	font-size: 10px;
	color: rgba(33, 33, 33, 0.15);
	margin-top: 10px;
}
.button_option.active i,
.button_option:hover i{
	color: var(--prv_btn_color);
}
.button_option .button_view{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.button_option input{
	position: absolute;
    left: -9999px;
}
.prv_settings_subitem_body.button_options{
	padding-top: 19px;
	padding-bottom: 0;
}

.font_cnt{
	background: url(/bitrix/templates/truckings2/components/bitrix/main.include/prv_site_settings/dott.png) 0 12px repeat-x;
	padding: 0 0 4px;
	background-size: 3px auto;
}
@media(min-width: 992px){
	.font_cnt{
		display: flex;
		justify-content: space-between;
	}
}
.font_heading{
	padding: 0 21px 0 0;
	background: #fff;
	font-size: 14px;
	font-weight: 400;
	max-width: 110px;
	float: left;
}
.fonts_list_cnt {
    padding: 0 0 0 163px;
}
.font_option{
	display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #212121;
    margin: 0 7px 7px 0;
    padding: 6px 15px 6px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: normal;
    transition: .3s;
	line-height: 20px;
	background-color: rgba(225, 228, 230, 0.5);
}
.font_option:not(.active):hover{
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
    border-color: #fff;
}
.font_option input{
	position: absolute;
    left: -9999px;
}
.font_option.active{
	background: var(--prv_interactive_color);
	color: #fff;
}
.fonts_list{
	background: #fff;
    padding: 0 0 0 20px;
}
.prv_settings_subitem_body.fonts_options{
	padding: 21px 24px 9px 19px;
}

.block_options_block.template_page_options{
	padding-bottom: 0;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}


/*BLOCKS*/
.block_heading{
	margin-top: 7px;
	display: block;
	font-size: 12px;
}
.block_option{
    min-height:134px;
	display: inline-flex;
	padding: 9px 15px 18px;
	border: 2px solid #e2e2e2;
    border-radius: 5px;
	margin-bottom: 20px;
    margin-right: 10px;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
    transition: .3s;
	width: 159px;
	max-width: 33.3333%;
    float: left;
	font-size: 13px;
    flex-wrap: wrap;
    justify-content: center;
	align-content: space-between;
	background-color: #fff;
}
@media(min-width: 992px){
   .block_option:nth-child(3n){
	margin-right: 0;
    }
}

.block_option:not(.active):hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    border-color: #fff;
}
.block_option.active{
	border-color: var(--prv_btn_color);
}
.block_option input,
.block_hidden_options input{
	position: absolute;
    left: -9999px;
}
.block_image{
	display: flex;
	padding-top: 15px;
    align-items:flex-end;
    justify-content:center;
}
.section-positions{
    margin-bottom: 20px;
}
.button-large{
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    background: var(--prv_interactive_color);
    border-radius: 10px;
    padding: var(--prv_btn_padding);
    color: #fff;
    font-family: var(--prv_font_family);
    font-weight: normal;
    outline: 0;

    cursor: pointer;
    z-index: 1;
    position: relative;
}
.button-large--active{
	border-radius:10px 10px 0 0;
	transition: .1s;
}
.section-positions__blocks{
    list-style-type: none;
    padding-left: 0;
}
.section-positions__block{
    padding: 14px 25px 14px 25px;
    border-bottom:1px solid #F2F2F7;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-positions__block:nth-last-child(-n+2){
    border-radius: 0 0 10px 10px;
}
.section-positions__number{
    margin-right: 25px;
    color: #212121;
}
.section-positions__name{
    color: #212121;
}
.save-settings{
	background: var(--prv_interactive_color);
}
.prv_settings_menu>li>a.save-btn{
	border: none;
	color: #fff;
	cursor: pointer;
	transition: .3s;
	line-height: normal;
	background: transparent;
	padding: 19px 32px 19px 95px;
	display: inline-block;
	position: relative;
	font-size: 14px;
}
.save-btn:hover{
	opacity: .8;
}
.nav-link--blue{
	padding: 15px 20px;
	font-size: 18px;
}
.preview-preset{
	max-height: 424px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	border-radius: 0 0 6px 6px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.preview-preset--active{
	max-height: 5000px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.preview-preset__switcher{
	background: var(--prv_interactive_color);
	padding: 8px 16px;
	display: flex;
	justify-content: center;
	width: 100%;
}
.preview-preset__switcher:hover{
	opacity: .8;
}
.preview-preset__switch-wrap{
	cursor: pointer;
	width: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	bottom: 0;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.41);
}
.preview-preset__switcher .fas{
	color: #fff;
	font-size: 18px;
}
.preview-preset__img{
	height: 100%;
	width: 100%;
	margin-bottom: 34px;
}
.block_options_block.tab-content--preset{
	padding-bottom: 20px;
}
.prv_settings_content__title{
	font-size: 19px;
	font-weight: 600;
}
.prv_settings_content__subtitle{
	margin-top: 20px;
	font-size: 13px;
}
.prv_settings_content-presets{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: -20px;
	margin-right: -20px;

}
.prv_settings_content-presets__item{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	width: 50%;
	position: relative;
	padding: 20px 20px 0;
}
.prv_settings_content-presets__item:hover .prv_settings_content-presets__img{
	box-shadow: 0 3px 17px 1px rgba(0, 0, 0, 0.16);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.prv_settings_content-presets__img{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 100%;
	height: auto;
}
.prv_settings_content-presets__name{
	margin-top: 20px;
	font-size: 12px;
	font-weight: 600;
	color: #212121;
	text-align: center;
}
.prv_settings_content-presets__name span{
	color: var(--prv_color);
}
.prv_settings_content-form__field{
    width: 100%;
	margin-top: 20px;
}
.prv_settings_content-form__input{
	border:none;
	background-color: #fff;
	width: 100%;
	padding: 12px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.prv_settings_content-form__agree{
	margin-top: 20px;
}
.prv_settings_content-form__submit{
	background-color: var(--prv_color);
	color: #fff;
	padding: 12px 10px;
	text-align: center;
	font-size: 16px;
	width: 100%;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: none;
	margin-top: 12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
.prv_settings_content-form__submit:focus {outline:0;}
.prv_settings_content-form__submit:hover{
	opacity: .7;
}
.prv_settings_tabs-content__item[data-id='demo'] .prv_settings_content{
	padding: 20px 40px 0 20px;
}
.prv_settings_tabs__item[data-id='demo'] .prv_settings_tabs-title:hover .prv_settings_tabs-title__icon svg path{
	stroke: #027FFA;
}
.prv_settings_tabs__item[data-id='settings'] .prv_settings_tabs-title:hover .prv_settings_tabs-title__icon svg path,
.prv_settings_tabs__item[data-id='presets'] .prv_settings_tabs-title:hover .prv_settings_tabs-title__icon svg path{
	fill: #027FFA;
}
.prv_settings_tabs__title--active[data-id='demo'] .prv_settings_tabs-title .prv_settings_tabs-title__icon svg path{
	stroke: #027FFA;
}
.prv_settings_tabs__title--active[data-id='settings'] .prv_settings_tabs-title .prv_settings_tabs-title__icon svg path,
.prv_settings_tabs__title--active[data-id='presets'] .prv_settings_tabs-title .prv_settings_tabs-title__icon svg path{
	fill: #027FFA;
}
.prv_settings_tabs__title--active .prv_settings_tabs-title::before{
	content: '';
	width: 4px;
	height: 100%;
	background-color: #006BFA;
	position: absolute;
	left: 0;
	top: 0;
}
input[name='agree']{
	visibility: visible;
	opacity: 1;
	position: absolute;
	left: -9999px;
	display: block;
}
.prv_settings_content-form__field--error{
	border:1px solid red;
}
.prv_settings_content-form__error{
    font-size: 12px;
    color: #de3f3f;
    display: none;
}
.block_option__bottom{
	display: flex;
	align-items: center;
	background-color: #fff;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding: 15px 20px;
	border-top: 1px solid #f2f2f2;
}
.block_option__icon{
	cursor: pointer;
	margin-left: 15px;
    display: flex;
    align-items: center;
}
.block_option__color--dn{
	display: none;
}
.block_option__text{
	font-size: 12px;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.block_option__icon label{
	cursor: pointer;
	margin: 0;
}
.block_options_block.main-page__settings{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.item .subitem.block-off .prv_settings_heading__main{
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    border:none;
}
.block_option__color-block{
    margin-left: 10px;
    display: none;
    width: 74px;
    height: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #0070F5;
}
.block_option__color-remove{
    margin-left: 10px;
    display: none;
}
/* End */


/* Start:/bitrix/templates/truckings2/components/bitrix/main.include/header_9/style.css?16843279208783*/
.header_top{
    padding: 25px 0;
}
.header_bottom {
    background: var(--prv_color_bg);
    color: #fff;
}
.header_bottom ul.nav_list>li>a {
    padding: 16px 15px;
    text-align: center;
}
.working_time-block{
    display: flex;
    justify-content: center;
}
.working_time{
    display: inline-block;
}
.header-right-block{
    justify-content: flex-end;
}
.regionality-block, .search-block, .cart_block, .account-block{
    margin-left: 25px;
}
#main_header a {
    transition:unset;
}
#main_header.scroll-header-fixed {
    position:fixed;
    top:0;
    background-color:rgba(0,0,0,0.7)!important;
}

.header-not-main-page.scroll-header-fixed {
    background-color:#000;
    border-radius:0;
}

.header-not-main-page:not(.scroll-header-fixed) {
    border-bottom:1px solid #f5f5f5;
}

#main_header.scroll-header-fixed>.nav-panel {
    padding:3px 0;
}

.scroll-header-fixed .navbar-logo svg {
    max-height:36px;
}

.scroll-header-fixed .hamburger-btn .icon-bar {
    background-color:#fff;
}

#main_header {
    z-index:130;
}

#main_header>.nav-panel {
    margin-bottom:0;
    border:0;
    padding: 14px 0;
}
@media(min-width: 768px){
    #main_header>.nav-panel {
        padding:18px 0;
    }
}
.container_absolute {
    position:absolute;
    left:0;
    right:0;
    z-index:2;
}

.top-menu {
    transition:all .2s linear;
}

.hamburger-btn {
    background:0;
    color:#FFF;
    border:0;
    display:block;
    float:left;
    outline:0;
    cursor:pointer;
    width: 52px
}
.hamburger-btn:hover,
.hamburger-btn:focus,
.hamburger-btn:active,
.hamburger-btn:active:hover,
.hamburger-btn:active:focus {
    outline:0;
}
.hamburger-btn .icon-bar {
    background-color:#212121;
}
.hamburger-btn:hover .icon-bar,
.hamburger-btn:active .icon-bar,
.scroll-header-fixed .hamburger-btn:hover .icon-bar,
.header-not-main-page .hamburger-btn:hover .icon-bar {
    background-color:var(--prv_btn_color);
}

.phonenum-cnt {
    text-transform:uppercase;
}

.phonenum,.phonenum:focus {
    color:#212121;
    line-height:normal;
}

.main_header .phonenum.show-modal {
    font-size:.6666em;
}

.logo-link:hover {
    opacity:.8;
}

.header-logo-img {
    height:38px;
    width:auto;
    display:block;
    margin:0 auto;
}

#main_header .navbar-logo,#main_header .navbar-nav>li>a {
    text-shadow:none;
}

.prv_top_number {
    font-size:1.14em;
    font-weight:600;
}

.prv_top_number,.prv_top_number:hover,.prv_top_number:focus {
    color:#212121;
}

.dropdown.phonenum .dropdown-menu {
    width:unset;
    left:unset;
    right:0;
    margin:0;
}

.phonenum .prv_top_dropdown {
    padding-right:0;
    line-height:24px;
    font-size:24px;
    height:24px;
    padding-left:0;
    width:14px;
    text-align:right;
}

.phonenum .prv_top_dropdown:after {
    content:none;
}

.prv_top_dropdown {
    border:0;
    font-size:16px;
    font-weight:600;
    background:transparent;
}

.caret {
    display:inline-block;
    width:0;
    height:0;
    margin-left:2px;
    vertical-align:middle;
    border-top: 6px dashed;
    border-right:6px solid transparent;
    border-left:6px solid transparent;
    border-radius:10px;
}

.search_btn:hover,
.prv_top_dropdown:hover .caret,
.prv_top_number:hover {
    color:var(--prv_color_bg)!important;
}

.network-list {
    padding-left:0;
    list-style:none;
    font-size:18px;
    margin:0;
}

.network-list li {
    display:inline-block;
    margin-right:14px;
}

.network-list li a,.network-list li a:focus {
    color:#AFAFAF;
}

.scroll-header-fixed .cart_image svg {
    fill:#fff;
}
.scroll-header-fixed .hamburger-btn .icon-bar{
    background-color: #fff;
}

.navbar-logo {
    display:flex;
    align-items:center;
    justify-content: center;
}
.navbar-logo>span {
    margin-left:10px;
    text-transform:uppercase;
    color:#212121;
    font-size:22px;
    font-weight:700;
}
@media(min-width: 768px){
    .navbar-logo>span {
        margin-left:20px;
    }
}
.navbar-logo:hover{
    text-decoration: none;
}
.navbar-logo:hover span {
    color:var(--prv_btn_color);
    opacity:.9;
}
.search_wrapper{
    position: relative;
}
.search_cnt {
    position:absolute;
    left:0;
    right:0;
    z-index:993;
    transition:.6s;
    background:#fff;
    top: -100px;
    visibility: hidden;
    opacity: 0;
    transition: top 0.3s, visibility 1s, opacity 1s;
}
.search_cnt.open{
    top: 0;
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: top 0.3s, visibility 0s, opacity 0s;
}
.search_form {
    padding-right:60px;
    position:relative;
}

.search_close {
    position:absolute;
    right:0;
    width:35px;
    height:35px;
    display:flex;
    justify-content:center;
    align-items:center;
    top:48px;
    cursor:pointer;
}

.inp_search {
    color:#444;
    display:block;
    line-height:18px;
    vertical-align:top;
    width:100%;
    font-size:1.8667em;
    height:132px;
    background:0;
    border:0;
    border-radius:0;
    padding:0 128px 0 0;
}

.close_bg {
    position:fixed;
    top:0;
    left:0;
    width:0;
    height:100%;
    z-index:-1;
    transition: opacity 1s ease;
    background-color:rgba(0,0,0,0.6);
}

.close_bg.active {
    z-index:992;
    width:100%;
    transition:background-color .5s ease,opacity .5s ease;
}

.search_btn {
    display:inline-block;
    cursor:pointer;
    white-space: nowrap;
}

.search_btn>.fa {
    font-size:22px;
    float:left;
    margin-right:8px;
}

.search_btn>span {
    font-size:.8571em;
    font-weight:600;
    text-transform:uppercase;
    display:inline-block;
}

.search_input {
    position:absolute;
    top:48px;
    right:60px;
}

.cart_image {
    margin:0 0 0 auto;
}

.header_two_line .dropdown.phonenum .prv_top_number {
    display:inline;
}

.header_two_line .dropdown-menu a,
.header_two_line .dropdown-menu a:focus {
    display:block;
    clear:both;
    font-weight:400;
    line-height:1.42857143;
    color:#333;
    white-space:nowrap;
    font-size:14px;
    text-decoration:none;
    padding:3px 20px;
}

.header_two_line .dropdown-menu a:hover,
.header_two_line .dropdown-menu a:active,
.header_two_line .dropdown-menu a:active:focus,
.header_two_line .dropdown-menu a:active:hover {
    background-color:#e8e8e8;
    background-image:linear-gradient(tobottom, #f5f5f5 0, #e8e8e8 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
    background-repeat:repeat-x;
    text-decoration:none;
}

.callback_cnt {
    max-width:180px;
    margin:0 auto;
}

.phonenum:hover,.scroll-header-fixed .phonenum:hover,.header-not-main-page .phonenum:hover,.prv_top_dropdown .caret,.network-list li a:hover,.network-list li a:active:hover,.network-list li a:active:focus,.network-list li a:active {
    color:var(--prv_color_bg);
}

.phonenum:focus,.phonenum:hover,.prv_top_number:hover,.prv_top_number:focus,.navbar-logo:hover {
    text-decoration:none;
}

.logo-link,
.open>.dropdown-menu {
    display:block;
}

#main_header .btn,#main_header .btn:focus,.scroll-header-fixed .header_two_line .prv_top_number,.scroll-header-fixed .phonenum,.scroll-header-fixed .phonenum:focus,.scroll-header-fixed .search_btn,.scroll-header-fixed .working_time,.scroll-header-fixed .navbar-logo>span {
    color:#fff;
}

#main_header div.dropdown_cart .btn, #main_header div.dropdown_cart .btn:focus{
    color: var(--prv_font_color);
}
.main_header{
    background-color: #1C1C1E;
    width: 100%;
    z-index: 100;
    position: relative;
}
.nav-panel-fixed{
    z-index: 99;
    position: fixed;
    top: -1px;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    box-shadow: 0 1px 5px rgba(0,0,0,.136);
}
.nav-panel-mobile{
    z-index: 85;
    position: relative;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,.136);
    top: 0;
}
.nav-panel-mobile--fixed{
    position: fixed;
    top: -1px;
}
.header-fixed-container{
    padding-top: 15px;
    padding-bottom: 15px;
}
@media(min-width:768px){
	.nav-panel-mobile{
		display: none;
	}
    .navbar-logo>span {
        margin-left:20px;
    }
    #main_header:not(.header-not-main-page)+.header_empty_block{
        height: 0!important;
    }
}
@media(max-width:991px){
    .head-slide {
      padding-top:100px;
    }
}
@media(max-width:767px){
    .main_header{
        display: none;
    }
    .nav-panel-fixed{
        display: none;
    }
    .head-slide {
      padding-top:30px;
    }
}

a.cart_image:hover{
    opacity: 1;
}
a.cart_image:hover svg{
    fill: var(--prv_btn_color);
}
.scroll-header-fixed .navbar-logo:hover>span{color: var(--prv_btn_color);}

.regionality__marker {
    color: var(--prv_interactive_color);
    margin-right: 5px;
}
.regionality-block-custom .regionality__current{
    cursor: default;
}
/* End */


/* Start:/bitrix/templates/truckings2/components/prvolga.truckings2/search.title/electrical_search/style.css?16506668912318*/
.search_wrapper div.title-search-result {
	border-collapse: collapse;
	border:none;
        position: absolute;
        top: 132px;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 999;
}
div.title-search-result {
	border:1px solid #E9E9F0;
	display:none;
	/*overflow:hidden;*/
	z-index:205;
}
div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/truckings2/components/prvolga.truckings2/search.title/electrical_search/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

#search-header .search_input-line{
    border-radius: 0;
    border:none;
}
#search-header .search_line{
    display: flex;
    padding-bottom: 12px;
    border-bottom: 1px solid #E9E9F0;
    margin-bottom: 60px;
}
#search-header .inp_search_line{
    width: 100%;
    border:0;
    font-size: 1.14em;
    color: #757575;
}

#search-header .search_result__list{
    border-top: 1px solid #E9E9F0;
    padding: 0;
    margin: 0;
}
#search-header .search_result__list:last-child{
    border:none;
}
#search-header .search_result__list div.search_all a{
    display: block;
    padding: 30px;
    text-align: center;
    background: var(--prv_btn_color);
}
.search-result__list-item{
    
}
#search-header .search_all{
    border: none;
}
#search-header .search_all a:hover{
    text-decoration: none;
}
#search-header .search_all a{
    color:#fff;
}
#search-header .post_text{
    margin-left: 20px;
}
#search-header .post_text > a{
    display: block;
}
#search-header .post-image{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    min-width: 100px;
}
#search-header .post-image img{
    max-width: 100px;
    max-height: 100%;
    display: block;
    height: auto;
}
#search-header .search_item{
    transition: background-color 0.3s;
    position: relative;
    padding: 5px 0;
    height: 80px;
}
#search-header .search_item:hover{
    background-color: #f8f9fb;
}
#search-header .search_item .container{
    display: flex;
    align-items: center;
    height: 100%;;
}
#search-header .search-result__list-item-text{
    color: #212121;
    font-size: 1em;
}

#search-header .search-result__list-item{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#search-header .btn.search_input{
    color: var(--prv_font_color);
}

/* End */


/* Start:/bitrix/templates/truckings2/components/bitrix/menu/menu_toggle/style.css?165066689015651*/
.dropdown.header_phonenum{
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.toggle-menu-header__logo-block{
    margin: 0 auto;
    display: table;
}
.toggle-menu .phonenum.show-modal,
.scroll-header-fixed .toggle-menu .phonenum.show-modal{
    color: #212121;
}
.toggle-menu .phonenum.show-modal:hover,
.scroll-header-fixed .toggle-menu .phonenum.show-modal:hover{
    color: var(--prv_btn_color)
}
.toggle-menu-header__logo{
    display: flex;
    align-items: center;
    padding: 33px 0 24px;
    position: relative;
    cursor: pointer;
}
.toggle-menu-header__logo span{
    margin-left: 20px;
    text-transform: uppercase;
    color: #212121;
    font-size: 22px;
    font-weight: bold;
}
.toggle-menu-header__logo:hover span{
    color: var(--prv_btn_color);
    opacity: .9;
}
.toggle-menu-block{
    width: 100%;
    background-color: #fff;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    padding: 0px 0px 100px;
    list-style: none;
    display: none;
    z-index: 1000;
}
.toggle-menu-block::-webkit-scrollbar,
.left_float_sidebar::-webkit-scrollbar{
    width: 8px;
}
.toggle-menu-block::-webkit-scrollbar-thumb,
.left_float_sidebar::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background: rgba(0,0,0,0.5);
    border: 2px solid #fff;
}
.toggle-menu-block::-webkit-scrollbar-track,
.left_float_sidebar::-webkit-scrollbar-track{
    border-radius: 8px;
}
.toggle-menu-block a{
    display: flex;
}
.toggle-menu-block a:hover,
.toggle-menu-block a.root-item-toggle-selected,
.toggle-menu-block a.item-selected,
.left_float_sidebar  .nav-link:hover{
    color: var(--prv_btn_color);
}
.toggle-menu-block a:hover,
.toggle-menu-block a:focus,
.nav-link:hover,
.nav-link:focus{
    text-decoration: none;
}
.nav-item a{
    color: #707070;
}
.nav-item-phones .nav-item{
    display: flex;
    justify-content: space-between;
}
.menu-toggle-mobile__button_ask{
    background: var(--prv_interactive_color);
    color:#fff;
    padding: 12px 0px;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    margin: 20px;
}
.menu-toggle-mobile__button_ask:hover,
.menu-toggle-mobile__button_ask:active,
.menu-toggle-mobile__button_ask:focus{
    background: var(--prv_btn_hover);
}
.main_header .phonenum.show-modal {
    text-align: center;
    font-size:.6666em;
    display: block;
}
.toggle-menu-block .level_1{
    font-size: 1.14em;
    font-weight: 600;
    margin-bottom: 1em;
}
.toggle-menu-block .level_1{
    color: #000;
    margin: 0;
}
.toggle-menu-block .level_1 + .root-item-toggle{
    margin-top: 1em;
}
.toggle-menu .level_1 + .level_1{
    margin-top: 1.71em;
}
.toggle-menu-block .root-item-toggle a,
.toggle-menu-block .root-item-toggle a:focus{
    color: #757575;
    font-size: 1em;
    line-height: 2.2em;
    font-weight: normal;
}
.toggle-menu-block .root-item-toggle a:hover,
.toggle-menu-block .root-item-toggle a:active,
.toggle-menu-block .root-item-toggle a:active:hover,
.toggle-menu-block .root-item-toggle a:active:focus{
    color: var(--prv_btn_color);
}
.toggle-menu-block ul{
    list-style: none;
    padding-left: 0;
}
.toggle-menu-block .root-item-toggle > li{
    padding-right: 20px;
}
.menu-item-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.toggle-menu-block .root-item-toggle li{
    position: relative;
    padding-right: 20px;
}
.root-item-toggle-angle{
    position: absolute;
    right: 0px;
    top: 0.28em;
    padding: 7px;
}
.root-item-toggle-angle.collapsed{
    top: 0.01em;
}
.toggle-menu-block .root-item-toggle > li > ul{
    padding-left: 10px;
}
.toggle-menu-header{
    position: relative;
    margin-bottom: 43px;
}
.toggle-menu-close{
    height: 18px;
    width: 18px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}
.toggle-menu-close:hover,
.toggle-menu-close:focus,
.toggle-menu-close:active,
.toggle-menu-close:active:hover,
.toggle-menu-close:active:focus{
    outline: none;
}
.toggle-menu-close_icon{
    fill: #212121;
}
.toggle-menu-close:hover .toggle-menu-close_icon{
    fill: var(--prv_btn_color);
}

/* TOP MENU */
.sticky-top {
    z-index: 998;
}
#top_menu_section {
    background-color: #212121;
}
#top_menu_section .navbar{
    padding:0px;
    margin-left: -15px;
    margin-right: -15px;
}
#top_menu_section .navbar-expand-lg .nav-link {
    padding: 23px 15px;
    font-family: 'MullerBold', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    white-space: nowrap;
}
#top_menu_section .navbar-expand-lg .nav-link .fa-angle-down,
#top_menu_section .navbar-expand-lg .nav-link .fa-angle-right{
    margin-left: 10px;
}
#top_menu_section .navbar-expand-lg .nav-link:hover, #top_menu_section .navbar-expand-lg .nav-link.active {
    background-color: var(--prvcolor);
}
#top_menu_section  .navbar-expand-lg .nav-link.top_search_btn {
    font-size: 16px;
    line-height: 16px;
    padding: 21px;
    height: 58px;
}
#top_menu_section  .navbar-expand-lg .nav-link.top_search_btn i.fa{
    margin-top: -3px;
}
.prv_dropdown_parent {
    position: relative;
}
.prv_dropdown_block {
    position: absolute;
    top: 100%;
    left: 0;
    z-index:901;
    display: none;
    min-width: 160px;
    margin-top:-2px;
    background-color: #212121;
    border-top: 2px solid var(--prvcolor);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    list-style-type: none;
    padding-left: 0px;
}
.prv_dropdown_parent:hover .prv_dropdown_block{
    display: block;
}
#top_menu_section .navbar-expand-lg .prv_dropdown_block .nav-link {
    padding: 14px 15px;
    text-transform: none;
    font-size: 16px;
}

.menu_burger, .menu_burger:focus {
    height:58px;
    border: none;
    vertical-align: baseline;
    padding-right: 17px;
    padding-left: 17px;
    border-radius: 0px;
    background-color: transparent;
    outline: none;
}
.menu_burger:hover{
    background-color: var(--prvcolor);
    outline: none;
}
.navbar-toggler-icon {
    color:#fff;
    display: inline;
    font-size: 25px;
    width:auto;
    height: auto;
}
.left_float_sidebar {
    background: #fff;
    z-index: 1000;
    overflow: hidden;
    overflow-y: auto;
    transition: left 0.4s ease 0s;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 300px;
    max-width: 100%;
    text-align: left; /* new */
}
.menu-mobile__close-btn{
    padding: 25px 29px 25px 34px;
    display: flex;
    justify-content:flex-end;
    align-items: center;
    border-bottom: 1px solid #EFEFEF;
}
.toggle-menu-header__logo-block-left{
    margin-right: auto;
}
.swipe_container .nav-link {
    padding: 25px 34px;
    font-family: var(--prv_font_family);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.94em;
    line-height: 0.94em;
    color: #707070;
    border-bottom: 1px solid #EFEFEF;
}
.swipe_container.nav-link:first-child{
    border-top: 1px solid #EFEFEF;
}
.left_float_sidebar .nav-link.open_swipe {
    display:flex;
    justify-content: space-between;
}
.left_float_sidebar.float_left_show {
    left: 0;
    box-shadow: 3px 0px 10px 0px rgba(0,0,0,0.45);
}
.float_fade_background {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right:0;
    background-color: #000;
    opacity: .5;
    z-index: 999;
    display:none;
}
.float_fade_background.float_background_show{
    display:block;
}
.swipe_container {
    transform: translateX(0%);
    transition: transform .5s ease-in-out;
}
.prv_swipe_block {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    z-index:901;
    list-style-type: none;
    padding-left: 0px;
    display: block;
    visibility: hidden;
}
.prv_swipe_block.prv_swipe_show {
    visibility: visible;
}
.swipe_parent_link {
    border-top: 2px solid var(--prvcolor);
    border-bottom: 2px solid var(--prvcolor);
}
.float_menu_info {
    border-top: 1px solid #EFEFEF;
    padding-top: 20px;
}
.float_menu_info div.float_menu_info--elem, .float_menu_info p, .float_menu_info a{
    color:#212121;
    font-size: 0.9285em;
    line-height: 20px;
    font-family: var(--prv_font_family);
}
.float_menu_info div.float_menu_info--elem,
.float_menu_info p {
    padding: 0px 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.float_menu_info i {
    color: #212121;
    margin-right: 10px;
}
.float_menu_info--icon{
    width: 20px;
    text-align: center;
    margin-right: 10px;
}
.nav-item a svg{
    margin-right: 10px;
}
/* TOP MENU END */

.left_float_sidebar.float_left_show{
    display: none !important;
}
.nav-link{
    display: block;
}
@media (max-width: 768px) {
    .toggle-menu-block{
        display: none !important;
    }
    .left_float_sidebar.float_left_show{
        display: block !important;
    }
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background-color: unset;
}
/*dropdown fix*/
.scroll_visible .nav_list>li>ul.root-item-toggle{
    text-align: left;
}
@media(min-width: 768px){
    .toggle-menu-block > .container-fluid{
        width: 100%;
        padding: 0 22px;
        margin: 0 auto;
    }
}
@media(min-width: 992px){
    .toggle-menu-block > .container-fluid{
        max-width: 992px;
        padding: 0 30px;
    }
}
@media(min-width: 1200px){
    .toggle-menu-block > .container-fluid{
        max-width: 1344px;
        padding: 0 72px;
    }
}
.toogle-menu-right-block{
    border: 1px solid #F2F2F2;
}
.toogle-menu-right-block--no-cart{
    padding-top: 20px;
}
.toogle-menu-right-block .dropdown.phonenum .prv_top_number{
    display: inline;
}
.toogle-menu-right-block .dropdown-menu a,
.toogle-menu-right-block .dropdown-menu a:focus{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 14px;
}
.toogle-menu-right-block .dropdown-menu a:hover,
.toogle-menu-right-block .dropdown-menu a:active,
.toogle-menu-right-block .dropdown-menu a:active:focus,
.toogle-menu-right-block .dropdown-menu a:active:hover{
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}
.toggle-menu-cart-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    margin: 30px 35px 30px 35px;
    border-bottom: 1px solid #D7D7D7;
}
.toggle-menu-cart-block__title{
    color: #212121;
    font-size: 1.14em;
    font-weight: bold;
}
.toggle-menu-cart-block__cart-icon{
    position: relative;
}
.toggle-menu-cart-block__cart-icon .dropdown_cart{
    display: none!important;
    visibility: hidden;
    opacity: 0;
    height: 0;
}
.toogle-menu-right-block .cart_image svg{
    fill: #000!important;
}
.contacts-section__email-block_header_1{
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.contacts-section__email_header_1 a{
    color: #212121;
    margin-left: 10px;
}
.contacts-section__address-block_header_1{
    display:flex;
    margin-top: 25px;
}
.contacts-section__address-block_header_1 svg{
    flex-shrink:0;
}
.contacts-section__address_header_1{
    margin-left: 10px;
}
.menu-toggle__button_ask{
    padding: 15px 0;
    text-align: center;
    background: var(--prv_color_bg);
    margin: 0;
    color:#fff;
    transition: 0.6s;
}
.menu-toggle__button_ask:hover{
    cursor: pointer;
    opacity: var(--prv_btn_opacity);
}
.root-item-toggle-angle_toggle-menu i{
    text-align: center;
    width: 20px;
    height: 20px;
    transition: 0.2s;
}
.root-item-toggle-angle_toggle-menu:hover i{
    border-radius: 100em;
    background:var(--prv_interactive_color);
    color:#fff;
}
.root-item-toggle-angle_toggle-menu.collapsed > .fas{
    transform: rotate(0deg);
    transition: 0s;
}
.root-item-toggle-angle_toggle-menu:not(.collapsed) > .fas{
    transform: rotate(180deg);
    transition: 0s;
}
.contacts-section__email-block_header_1{
    display: flex;
    align-items: center;
    margin: 25px 35px 0 35px;
}
.contacts-section__email_header_1 a{
    color: #212121;
    margin-left: 10px;
}
.contacts-section__address-block_header_1{
    display:flex;
    align-items: center;
    margin:25px 35px 0 35px;
}
.contacts-section__address-block_header_1 svg{
    flex-shrink:0;
}
.contacts-section__address_header_1{
    margin-left: 10px;
}
.menu_one-level{
    margin-bottom: 40px;
}
.menu_one{
    margin-bottom: 40px;
}
.menu-toggle__button_ask{
    padding: 15px 0;
    text-align: center;
    background:var(--prv_button_bg);
    color:#fff;
    transition: 0.6s;
}
.menu-toggle__button_ask:hover{
    cursor: pointer;
    background:var(--prv_btn_hover);
}
.header-top-line{
    display: flex;
    align-items: center;
}
.search_result__toggle-menu{
    height: 100%;
    background:#fff;
}
/* Socials */
.contacts-section__network-list_header{
    font-size: 14px;
    margin: 30px 35px;
    padding: 0;
}
.contacts-section__network-list_header li{
    display: inline-block;
    margin-right: 15px;
}
.contacts-section__network-list_header a{
    color: #AFAFAF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
}
.contacts-section.light .contacts-section__network-list_header a{
    color: #212121;
}
.contacts-section__network-list_header a:hover,
.contacts-section.light .contacts-section__network-list_header a:hover{
    color: var(--prv_btn_color);
}
.contacts-section__network-list_header a:hover,
.contacts-section__network-list_header a:focus{
    text-decoration: none;
}
.contacts-section__network-list_header li:last-child{
    margin-right: 0px;
}
@media (max-width: 767px) {
    .contacts-section__network-list_header{
        margin-top: 20px;
    }
    .contacts-section__network-list_header li{
        margin-right: 20px;
    }
}
@media (max-width:1200px){
    .phonenum-cnt{
        margin: 0;
    }
    .contacts-section__email-block_header_1{
        flex-direction:column;
    }
    .contacts-section__email_header_1{
        margin-top: 10px;
    }
    .contacts-section__address-block_header_1{
        flex-direction:column;
    }
    .contacts-section__address_header_1{
        margin-top: 10px;
    }
    .contacts-section__network-list_header{
        margin-top: 25px;
                text-align: center;
    }
}

@media(min-width: 1200px){
    .toggle-menu .phonenum.show-modal{
        margin-left: 64px;
        display: inline-block;
    }
}

.hamburger-btn .icon-bar {
    display:block;
    width:16px;
    height:2px;
    border-radius:2px;
}
.hamburger-btn .icon-bar+.icon-bar {
    margin-top:3px;
}
.hamburger-btn .icon-bar.icon-bar-first{
    width: 19px;
}
.hamburger-btn .icon-bar.icon-bar-last{
    width: 12px;
}
.nav-link.close_swipe{
    font-size: 1.7em;
}

.toogle-menu-right-block .account-block{
    margin: 0 35px;
    margin-bottom: 20px;
}

.toogle-menu-right-block .account-icon span{
    margin-left: 10px;
    color: #212121;
}

.toogle-menu-right-block .regionality-block{
    margin-left: 0;
}

.toogle-menu-right-block .regionality-block .regionality{
    display: block;
}

/*.toggle-menu-cart-block__region-icon{*/
/*    width: 100%;*/
/*}*/

/* End */


/* Start:/bitrix/templates/truckings2/components/prvolga.truckings2/search.title/electrical_search_toggle/style.css?16506668912698*/
#menu-toggle-search .title-search-result {
	border:1px solid #E9E9F0;
        border-top: none;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 999;
        max-height: 80vh;
        overflow: auto;
}
#menu-toggle-search div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/truckings2/components/prvolga.truckings2/search.title/electrical_search_toggle/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
#menu-toggle-search .search_input-line{
    border-radius: 0;
}
#menu-toggle-search .search_line{
    display: flex;
    padding-bottom: 12px;
    border-bottom: 1px solid #E9E9F0;
    margin-bottom: 60px;
}
#menu-toggle-search .inp_search_line{
    width: 100%;
    border:0;
    font-size: 1.14em;
    color: #757575;
}
#menu-toggle-search .search_result__list{
    border-top: 1px solid #E9E9F0;
    padding: 0;
    margin: 0;
}
#menu-toggle-search .search_result__list:last-child{
    border:none;
}
#menu-toggle-search .search_result__list div.search_all a{
    display: block;
    padding: 30px;
    text-align: center;
    background: var(--prv_btn_color);
}
.search-result__list-item{
    
}
#menu-toggle-search .search_all{
    border: none;
}
#menu-toggle-search .search_all a:hover{
    text-decoration: none;
}
#menu-toggle-search .search_all a{
    color:#fff;
}
#menu-toggle-search .post_text{
    margin-left: 20px;
}
#menu-toggle-search .post_text > a{
    display: block;
}
#menu-toggle-search .post-image{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    min-width: 100px;
}
#menu-toggle-search .post-image img{
    max-width: 100px;
    height: auto;
    max-height: 100%;
    display: block;
}
#menu-toggle-search .search_item{
    transition: background-color 0.3s;
    position: relative;
    padding: 5px 0;
    height: 65px;
}
#menu-toggle-search .search_item:hover{
    background-color: #f8f9fb;
}
#menu-toggle-search .search_item .container{
    display: flex;
    align-items: center;
    height: 100%;
}
#menu-toggle-search .search-result__list-item-text{
    color: #212121;
    font-size: 1em;
}

#menu-toggle-search .search-result__list-item{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#menu-toggle-search .title-search-result::-webkit-scrollbar{
    width: 10px;
}
#menu-toggle-search .title-search-result::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background: #ccc;
    border: 2px solid rgba(0,0,0,.8);
}
#menu-toggle-search .title-search-result::-webkit-scrollbar-track{
    border-radius: 8px;
}
#menu-toggle-search .btn.search_input-line{
    color: var(--prv_font_color);
}

/* End */


/* Start:/bitrix/components/prvolga.truckings2/regionality.list/templates/toggle-region/style.css?16506668191384*/
.regionality{
    display: flex;
    position: relative;
    justify-content: center;
}
.regionality__current{
    cursor: pointer;
    align-items: center;
    display: flex;
}
.regionality__current.regionality_in_menu{
    display: block;
}
.regionality__current-city{
    font-weight: 500;
    margin-right: 5px;
    font-size: 1.14em;
    color: #212121;
    border-bottom: 1px dashed var(--prv_color_bg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s ;
    -ms-transition: 0.3s ;
    -o-transition: 0.3s ;
    transition: 0.3s ;
}
.regionality__current-city.current-city{
    border-bottom: none;
    font-weight: bold;
}
.regionality__current-city:hover{
    color: var(--prv_btn_color);
}
.regionality_in_menu .regionality__marker{
    color: var(--prv_color_bg);
    margin-right: 17px;
}
.regionality-dropdown-toggle{
    display: none;
    position: absolute;
    top: 40px;
}
.regionality-dropdown__list{
    position: relative;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color:#fff;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
   
}
.regionality-dropdown-list__item{
    width: 165px;
    cursor:pointer;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 20px;
    color:#212121;
}
.regionality-dropdown-list__item:hover{
    opacity: .8;
}
.modal-cities-btn, .modal-cities-btn:hover{
    text-decoration: none;
}


/* End */


/* Start:/bitrix/templates/truckings2/components/bitrix/news.list/phone_numbers_dropdown_header_1/style.css?1650666890416*/
.header_phonenum{
    margin: 0 35px;
    display: flex;
    align-items: center;
}
.header_phonenum a{
    margin: 0 10px;
}
.header__dropdown-phone-title{
    color: #212121;
    font-size: 0.94em;
    font-weight: 400;
    white-space: nowrap;
}
.header__dropdown-phone-title-block{
    display: flex;
    margin-top: 10px;
}
@media (max-width:1200px){
    .header_phonenum{
        flex-direction:column;
    }
}
/* End */


/* Start:/bitrix/templates/truckings2/components/bitrix/news.list/emails/style.css?1650666890150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/truckings2/components/bitrix/news.list/address/style.css?1650666890150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/truckings2/components/bitrix/menu/nav_list_tpl/style.css?16783577495829*/
.nav_list--fixed_container {
    position:relative;
}
.nav_list--fixed{
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 0;
    margin-right:-10px;
    margin-left:-10px;
}
@media(min-width: 992px) and (max-width: 1199px){
    .nav_list--fixed{
        margin-right:0px;
        margin-left:0px;
    }
}
.nav_list--fixed>li>a{
	padding: 16px 30px;
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.nav_list--fixed>li>a:hover{
    color: var(--prv_btn_color);
}
.nav_list--fixed>li>a:focus,
.nav_list--fixed>li>a:hover{
	text-decoration: none;
}
.link_first_dropdown {
    position:relative;
}
.scroll_visible .nav_list--fixed>li>a{
	padding: 21px 10px;
}
@media(max-width: 1199px){
	.scroll-header-fixed .nav_list--fixed{
		margin: 0;
	}
}
ul.mini_dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 901;
    display: none;
    min-width: 224px;
    margin-top:-1px;
    box-shadow: 0px 4px 5px 0px rgba(117,117,117,0.5);
    padding:0px;
    list-style:none;
    background-color:#fff;
}
ul.mini_dropdown_menu > li{
	width: 100%;
}
.priority-nav__dropdown ul.mini_dropdown_menu {
	top: 0;
	left: 100%;
}
ul.mini_dropdown_menu .mini_dropdown_item {
    font-size: var(--prv_font_size);
    font-family: var(--prv_font_family);
    padding:16px 30px;
    line-height:1;
    color:#212121;
    border-bottom:1px solid #EFF0F0;
    display:block;
    text-align:left;
}
ul.mini_dropdown_menu .mini_dropdown_item:hover,
ul.mini_dropdown_menu .mini_dropdown_item:focus,
ul.mini_dropdown_menu .mini_dropdown_item.mini_dropdown_item_selected {
    text-decoration:none;
    background-color:#EFF0F0;
}
ul.mini_dropdown_menu .mini_dropdown_item:hover {
    color: var(--prv_btn_color);
}
ul.root-item{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 29px 30px 15px;
	background-color: #fff;
	width: 100%;
	box-shadow: 0px 4px 5px 0px rgba(117,117,117,0.5);
}
.scroll_visible .nav_list--fixed>li.open ul.root-item{
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.scroll_visible ul.root-item > li{
	width: 50%;
}
@media(min-width:1200px){
	.scroll_visible ul.root-item > li{
		width: 33.3333333%;
	}
}
.nav_list--fixed>li.open ul.root-item,
.nav_list--fixed>li.open ul.mini_dropdown_menu,
.priority-nav__dropdown>li.open ul.mini_dropdown_menu{
	display: flex;
    flex-wrap: wrap;
}
ul.root-item>li{
	display: block;
	width: 33.3333%;
	float: left;
	margin-bottom: 25px;
}
ul.root-item a{
	color: #212121;
	display: block;
	margin-bottom: 8px;
}
ul.root-item a:hover,
ul.root-item a.root-item-selected,
ul.root-item a.item-selected,
ul.root-item a:hover,
ul.mini_dropdown_menu .mini_dropdown_item.mini_dropdown_item_selected{
	color: var(--prv_color);
}
ul.root-item a:hover,
ul.root-item a:focus{
	text-decoration: none;
}
ul.root-item .level_1{
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 24px;
}
ul.root-item .level_2,
.nav_section_img + .nav_section_text > a{
	font-size: 1em;
	font-weight: 600;
}
ul.root-item .level_3{
	font-size: 0.8517em;
	font-weight: normal;
	line-height: 17px;
}
ul.root-item ul{
	padding-left: 0;
	list-style: none;
}
.nav_section_img{
    display:block;
	width: 68px;
	float: left;
}
.nav_section_text{
	float: right;
	width: calc(100% - 68px);
	padding: 0 18px;
}
.nav_section_text > ul > li > a{
	font-size: 0.8571em;
}
@media(max-width: 1199px){
	.scroll-header-fixed .nav_list--fixed{
		margin: 0;
	}
}
@media (max-width: 991px) {
	ul.root-item>li{
		width: 50%;
	}
}
.nav__dropdown-wrapper.priority-nav__wrapper{
	padding: 0 10px;
}
.priority-nav__dropdown-toggle,
.priority-nav__dropdown-toggle:focus{
	z-index: 9;
	background-color: transparent;
	cursor: pointer;
	outline: none;
	border: none;
	color: #212121;	
	z-index: 9;
}
.priority-nav__dropdown-toggle:hover,
.priority-nav__dropdown-toggle:active,
.priority-nav__dropdown-toggle:active:focus,
.priority-nav__dropdown-toggle:active:hover{
	outline: none;
	border: none;
	color: var(--prv_btn_color);
}
.scroll_visible .priority-nav__dropdown-toggle,
.scroll_visible .priority-nav__dropdown-toggle:focus{
	color: #fff;	
}
.scroll_visible .priority-nav__dropdown-toggle:hover,
.scroll_visible .priority-nav__dropdown-toggle:active,
.scroll_visible .priority-nav__dropdown-toggle:active:focus,
.scroll_visible .priority-nav__dropdown-toggle:active:hover{
	outline: 0.8; 
	color: #fff;
}
.scroll_visible .row > div{
	position: static;
}
.priority-nav__dropdown-toggle .fas{
	position: relative;
	z-index: -1;
}
.priority-nav__dropdown{
	left: -30px;
	z-index: 901;
    min-width: 160px;
    margin-top: -1px;
    box-shadow: 0px 4px 5px 0px rgba(117,117,117,0.5);
    padding: 0px;
    list-style: none;
    background-color: #fff;
}
.priority-nav__dropdown li a{
	font-size: var(--prv_font_size);
    font-family: var(--prv_font_family);
    padding: 16px 30px;
    line-height: 1;
    color: #212121;
    border-bottom: 1px solid #EFF0F0;
    display: block;
	text-align: left;
	text-decoration: none;
}
.priority-nav__dropdown li:hover{
	text-decoration: none;
	background-color: #EFF0F0;
	color: var(--prv_color);
}
.priority-nav__dropdown li a:hover{
	color: var(--prv_btn_color);
	text-decoration: none;
}
.nav_list--fixed>li.open ul.root-item{
    max-height: 318px;
    overflow: auto;
}
.nav_list--fixed>li.open ul.root-item::-webkit-scrollbar{
    width: 8px;
}
.nav_list--fixed>li.open ul.root-item::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background: rgba(0,0,0,0.5);
    border: 2px solid #fff;
}
.nav_list--fixed>li.open ul.root-item::-webkit-scrollbar-track{
    border-radius: 8px;
}
.header_bottom .root-item,
.header_bottom .root-item-selected{
	color: #fff !important;
}
/* End */


/* Start:/bitrix/templates/truckings2/components/bitrix/menu/nav_list_tpl/priority-nav/priority-nav-core.css?1650666890918*/
/*
 * Core styles for PriorityNav.js
 * These styles are not optional and should always be included
 *
 * Free to use under the MIT License.
 * http://twitter.com/GijsRoge
 */
.priority-nav > ul > li > a {
  white-space: nowrap;
  /*
    * Makes sure the menu's are inline-block so they don't take up
    * the entire width of its parent. This will break the plugin.
    */
}

.priority-nav > ul {
  display: inline-block;
}

.priority-nav > ul > li {
  display: inline-block;
}

.priority-nav-has-dropdown .priority-nav__dropdown-toggle {
  position: relative;
}

.priority-nav__wrapper {
  position: relative;
}

.priority-nav__dropdown {
  position: absolute;
  display: none;
}

.priority-nav__dropdown.show {
  display: block;
}

.priority-nav__dropdown-toggle {
  visibility: hidden;
  position: absolute;
}

.priority-nav-is-visible {
  visibility: visible;
}

.priority-nav-is-hidden {
  visibility: hidden;
}

/* End */


/* Start:/bitrix/templates/truckings2/components/bitrix/main.include/header_mobile/style.css?16506668918356*/
.header-navigation-top{
    width: 100%;
    margin-left: 20px;
}
.nav_list-wrapper .nav_list>li>a {
    color: #212121;
}
.header_top{
    padding: 20px 0;
}
.header_bottom {
    background: var(--prv_color_bg);
    color: #fff;
}
.header_bottom ul.nav_list>li>a {
    padding: 16px 15px;
    text-align: center;
}
.working_time-block{
    display: flex;
    justify-content: center;
}
.working_time{
    display: inline-block;
}
.header-right-block{
    justify-content: flex-end;
}
.regionality-block, .search-block, .cart_block, .account-block{
    margin-left: 25px;
}
#main_header a {
    transition:unset;
} 
#main_header.scroll-header-fixed {
    position:fixed;
    top:0;
    background-color:rgba(0,0,0,0.7)!important;
}
    
.header-not-main-page.scroll-header-fixed {
    background-color:#000;
    border-radius:0;
}
    
.header-not-main-page:not(.scroll-header-fixed) {
    border-bottom:1px solid #f5f5f5;
}
    
#main_header.scroll-header-fixed>.nav-panel {
    padding:3px 0;
}

.scroll-header-fixed .navbar-logo-mobile svg {
    max-height:36px;
}
    
.scroll-header-fixed .hamburger-btn .icon-bar {
    background-color:#fff;
}

#main_header {
    z-index:130;
}

#main_header>.nav-panel {
    margin-bottom:0;
    border:0;
    padding: 14px 0;
}
@media(min-width: 768px){
    #main_header>.nav-panel {
        padding:18px 0;
    }
}
.container_absolute {
    position:absolute;
    left:0;
    right:0;
    z-index:2;
}

.top-menu {
    transition:all .2s linear;
}

.hamburger-btn {
    background:0;
    color:#FFF;
    border:0;
    display:block;
    float:left;
    outline:0;
    cursor:pointer;
    width: 52px;
    margin-right: 20px;
}
.hamburger-btn:hover,
.hamburger-btn:focus,
.hamburger-btn:active,
.hamburger-btn:active:hover,
.hamburger-btn:active:focus {
    outline:0;
}
.hamburger-btn .icon-bar {
    background-color:#212121;
}
.hamburger-btn:hover .icon-bar,
.hamburger-btn:active .icon-bar,
.scroll-header-fixed .hamburger-btn:hover .icon-bar,
.header-not-main-page .hamburger-btn:hover .icon-bar {
    background-color:var(--prv_btn_color);
}

.phonenum-cnt {
    text-transform:uppercase;
}

.phonenum,.phonenum:focus {
    color:#212121;
	line-height:normal;
	display: flex;
    align-items: center;
}

#main_header .phonenum.show-modal {
    font-size:.6666em;
}
     
.logo-link:hover {
    opacity:.8;
}

.header-logo-img {
    height:38px;
    width:auto;
    display:block;
    margin:0 auto;
}

#main_header .navbar-logo-mobile,#main_header .navbar-nav>li>a {
    text-shadow:none;
}

.prv_top_number {
    font-size:1.14em;
    font-weight:600;
}

.prv_top_number,.prv_top_number:hover,.prv_top_number:focus {
    color:#212121;
}

.dropdown.phonenum .dropdown-menu {
    width:unset;
    left:unset;
    right:0;
    margin:0;
}

.phonenum .prv_top_dropdown {
    padding-right:0;
    line-height:24px;
    font-size:24px;
    height:24px;
    padding-left:0;
    width:14px;
    text-align:right;
}

.phonenum .prv_top_dropdown:after {
    content:none;
}

.prv_top_dropdown {
    border:0;
    font-size:16px;
    font-weight:600;
    background:transparent;
}

.caret {
    display:inline-block;
    width:0;
    height:0;
    margin-left:2px;
    vertical-align:middle;
    border-top: 6px dashed;
    border-right:6px solid transparent;
    border-left:6px solid transparent;
    border-radius:10px;
}

.search_btn:hover,
.prv_top_dropdown:hover .caret,
.prv_top_number:hover {
    color:var(--prv_color_bg)!important;
}

.network-list {
    padding-left:0;
    list-style:none;
    font-size:18px;
    margin:0;
}

.network-list li {
    display:inline-block;
    margin-right:14px;
}

.network-list li a,.network-list li a:focus {
    color:#AFAFAF;
}

.scroll-header-fixed .cart_image svg {
    fill:#fff;
}
.scroll-header-fixed .hamburger-btn .icon-bar{
    background-color: #fff;
}
.left-mobile-block{
    display: flex;
    align-items: center;
}
.right-mobile-block{
    display: flex;
    align-items: center;
}
.navbar-logo-mobile {
    margin-left: 5px;
    display:flex;
    align-items:center;
}
.header-mobile{
    padding-top: 15px;
    padding-bottom: 15px;

}
.navbar-logo-mobile>span {
    margin-left:10px;
    text-transform:uppercase;
    color:#212121;
    font-size:22px;
    font-weight:700;
}
@media(min-width: 768px){
    .navbar-logo-mobile>span {
        margin-left:20px;
    }
}
.navbar-logo-mobile:hover{
    text-decoration: none;
}
.navbar-logo-mobile:hover span {
    color:var(--prv_btn_color);
    opacity:.9;
}
.search_wrapper{
    position: static;
}
.search_cnt {
    position:absolute;
    left:0;
    right:0;
    z-index:993;
    transition:.6s;
    background:#fff;
    top: -100px;
    visibility: hidden;
    opacity: 0;
    transition: top 0.3s, visibility 1s, opacity 1s;  
}
.search_cnt.open{
    top: 0;
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: top 0.3s, visibility 0s, opacity 0s;
}
.search_form {
    padding-right:60px;
    position:relative;
}

.search_close {
    position:absolute;
    right:0;
    width:35px;
    height:35px;
    display:flex;
    justify-content:center;
    align-items:center;
    top:48px;
    cursor:pointer;
}

.inp_search {
    color:#444;
    display:block;
    line-height:18px;
    vertical-align:top;
    width:100%;
    font-size:1.8667em;
    height:132px;
    background:0;
    border:0;
    border-radius:0;
    padding:0 128px 0 0;
}

.close_bg {
    position:fixed;
    top:0;
    left:0;
    width:0;
    height:100%;
    z-index:-1;
    transition: opacity 1s ease;
    background-color:rgba(0,0,0,0.6);
}

.close_bg.active {
    z-index:992;
    width:100%;
    transition:background-color .5s ease,opacity .5s ease;
}

.search_btn {
    display:inline-block;
    cursor:pointer;
    white-space: nowrap;
}

.search_btn>.fa {
    font-size:22px;
    float:left;
    margin-right:8px;
}

.search_btn>span {
    font-size:.8571em;
    font-weight:600;
    text-transform:uppercase;
    display:inline-block;
}

.search_input {
    position:absolute;
    top:48px;
    right:60px;
}

.cart_image {
    margin:0 0 0 auto;
}

.header_two_line .dropdown.phonenum .prv_top_number {
    display:inline;
}

.header_two_line .dropdown-menu a,
.header_two_line .dropdown-menu a:focus {
    display:block;
    clear:both;
    font-weight:400;
    line-height:1.42857143;
    color:#333;
    white-space:nowrap;
    font-size:14px;
    text-decoration:none;
    padding:3px 20px;
}

.header_two_line .dropdown-menu a:hover,
.header_two_line .dropdown-menu a:active,
.header_two_line .dropdown-menu a:active:focus,
.header_two_line .dropdown-menu a:active:hover {
    background-color:#e8e8e8;
    background-image:linear-gradient(tobottom, #f5f5f5 0, #e8e8e8 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
    background-repeat:repeat-x;
    text-decoration:none;
}

.callback_cnt {
    max-width:180px;
}

.phonenum:hover,.scroll-header-fixed .phonenum:hover,.header-not-main-page .phonenum:hover,.prv_top_dropdown .caret,.network-list li a:hover,.network-list li a:active:hover,.network-list li a:active:focus,.network-list li a:active {
    color:var(--prv_color_bg);
}

.phonenum:focus,.phonenum:hover,.prv_top_number:hover,.prv_top_number:focus,.navbar-logo-mobile:hover {
    text-decoration:none;
}

.logo-link,
.open>.dropdown-menu {
    display:block;
}

#main_header .btn,#main_header .btn:focus,.scroll-header-fixed .header_two_line .prv_top_number,.scroll-header-fixed .phonenum,.scroll-header-fixed .phonenum:focus,.scroll-header-fixed .search_btn,.scroll-header-fixed .working_time,.scroll-header-fixed .navbar-logo-mobile>span {
    color:#fff;
}

#main_header div.dropdown_cart .btn, #main_header div.dropdown_cart .btn:focus{
    color: var(--prv_font_color);
}

@media(min-width:768px){
    .navbar-logo-mobile>span {
        margin-left:20px;
    }
    #main_header:not(.header-not-main-page)+.header_empty_block{
        height: 0!important;
    }
}
@media(max-width:991px){
    .head-slide {
      padding-top:100px;
    }
}
@media(max-width:767px){
    .head-slide {
      padding-top:30px;
    }
}

a.cart_image:hover{
    opacity: 1;
}
a.cart_image:hover svg{
    fill: var(--prv_btn_color);
}
.scroll-header-fixed .navbar-logo-mobile:hover>span{color: var(--prv_btn_color);}
/* End */


/* Start:/bitrix/templates/truckings2/components/bitrix/menu/menu_toggle--mobile/style.css?165066689015094*/
.toggle-menu-header__logo-block{
    margin: 0 auto;
    display: table;
}
.toggle-menu .phonenum.show-modal,
.scroll-header-fixed .toggle-menu .phonenum.show-modal{
    color: #212121;
}
.toggle-menu .phonenum.show-modal:hover,
.scroll-header-fixed .toggle-menu .phonenum.show-modal:hover{
    color: var(--prv_btn_color)
}
.toggle-menu-header__logo{
    display: flex;
    align-items: center;
    padding: 33px 0 24px;
    position: relative;
    cursor: pointer;
}
.toggle-menu-header__logo span{
    margin-left: 20px;
    text-transform: uppercase;
    color: #212121;
    font-size: 22px;
    font-weight: bold;
}
.toggle-menu-header__logo:hover span{
    color: var(--prv_btn_color);
    opacity: .9;
}
.toggle-menu-block{
    width: 100%;
    background-color: #fff;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    padding: 0px 0px 100px;
    list-style: none;
    display: none;
    z-index: 1000;
}
.toggle-menu-block::-webkit-scrollbar,
.left_float_sidebar::-webkit-scrollbar{
    width: 8px;
}
.toggle-menu-block::-webkit-scrollbar-thumb,
.left_float_sidebar::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background: rgba(0,0,0,0.5);
    border: 2px solid #fff;
}
.toggle-menu-block::-webkit-scrollbar-track,
.left_float_sidebar::-webkit-scrollbar-track{
    border-radius: 8px;
}
.toggle-menu-block a{
    display: flex;
}
.toggle-menu-block a:hover,
.toggle-menu-block a.root-item-toggle-selected,
.toggle-menu-block a.item-selected,
.left_float_sidebar  .nav-link:hover{
    color: var(--prv_btn_color);
}
.toggle-menu-block a:hover,
.toggle-menu-block a:focus,
.nav-link:hover,
.nav-link:focus{
    text-decoration: none;
}
.nav-item a{
    color: #707070;
}
.nav-item-phones .nav-item{
    display: flex;
    justify-content: space-between;
}
.menu-toggle-mobile__button_ask{
    background: var(--prv_interactive_color);
    color:#fff;
    padding: 12px 0px;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    margin: 20px;
}
.menu-toggle-mobile__button_ask:hover,
.menu-toggle-mobile__button_ask:active,
.menu-toggle-mobile__button_ask:focus{
    background: var(--prv_btn_hover);
}
.main_header .phonenum.show-modal {
    font-size:.6666em;
}
.toggle-menu-block .level_1{
    font-size: 1.14em;
    font-weight: 600;
    margin-bottom: 1em;
}
.toggle-menu-block .level_1{
    color: #000;
    margin: 0;
}
.toggle-menu-block .level_1 + .root-item-toggle{
    margin-top: 1em;
}
.toggle-menu .level_1 + .level_1{
    margin-top: 1.71em;
}
.toggle-menu-block .root-item-toggle a,
.toggle-menu-block .root-item-toggle a:focus{
    color: #757575;
    font-size: 1em;
    line-height: 2.2em;
    font-weight: normal;
}
.toggle-menu-block .root-item-toggle a:hover,
.toggle-menu-block .root-item-toggle a:active,
.toggle-menu-block .root-item-toggle a:active:hover,
.toggle-menu-block .root-item-toggle a:active:focus{
    color: var(--prv_btn_color);
}
.toggle-menu-block ul{
    list-style: none;
    padding-left: 0;
}
.toggle-menu-block .root-item-toggle > li{
    padding-right: 20px;
}
.menu-item-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.toggle-menu-block .root-item-toggle li{
    position: relative;
    padding-right: 20px;
}
.root-item-toggle-angle{
    position: absolute;
    right: 0px;
    top: 0.28em;
    padding: 7px;
}
.root-item-toggle-angle.collapsed{
    top: 0.01em;
}
.toggle-menu-block .root-item-toggle > li > ul{
    padding-left: 10px;
}
.toggle-menu-header{
    position: relative;
    margin-bottom: 43px;
}
.toggle-menu-close{
    height: 18px;
    width: 18px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}
.toggle-menu-close:hover,
.toggle-menu-close:focus,
.toggle-menu-close:active,
.toggle-menu-close:active:hover,
.toggle-menu-close:active:focus{
    outline: none;
}
.toggle-menu-close_icon{
    fill: #212121;
}
.toggle-menu-close:hover .toggle-menu-close_icon{
    fill: var(--prv_btn_color);
}

/* TOP MENU */
.sticky-top {
    z-index: 998;
}
#top_menu_section {
    background-color: #212121;
}
#top_menu_section .navbar{
    padding:0px;
    margin-left: -15px;
    margin-right: -15px;
}
#top_menu_section .navbar-expand-lg .nav-link {
    padding: 23px 15px;
    font-family: 'MullerBold', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    white-space: nowrap;
}
#top_menu_section .navbar-expand-lg .nav-link .fa-angle-down,
#top_menu_section .navbar-expand-lg .nav-link .fa-angle-right{
    margin-left: 10px;
}
#top_menu_section .navbar-expand-lg .nav-link:hover, #top_menu_section .navbar-expand-lg .nav-link.active {
    background-color: var(--prvcolor);
}
#top_menu_section  .navbar-expand-lg .nav-link.top_search_btn {
    font-size: 16px;
    line-height: 16px;
    padding: 21px;
    height: 58px;
}
#top_menu_section  .navbar-expand-lg .nav-link.top_search_btn i.fa{
    margin-top: -3px;
}
.prv_dropdown_parent {
    position: relative;
}
.prv_dropdown_block {
    position: absolute;
    top: 100%;
    left: 0;
    z-index:901;
    display: none;
    min-width: 160px;
    margin-top:-2px;
    background-color: #212121;
    border-top: 2px solid var(--prvcolor);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    list-style-type: none;
    padding-left: 0px;
}
.prv_dropdown_parent:hover .prv_dropdown_block{
    display: block;
}
#top_menu_section .navbar-expand-lg .prv_dropdown_block .nav-link {
    padding: 14px 15px;
    text-transform: none;
    font-size: 16px;
}

.menu_burger, .menu_burger:focus {
    height:58px;
    border: none;
    vertical-align: baseline;
    padding-right: 17px;
    padding-left: 17px;
    border-radius: 0px;
    background-color: transparent;
    outline: none;
}
.menu_burger:hover{
    background-color: var(--prvcolor);
    outline: none;
}
.navbar-toggler-icon {
    color:#fff;
    display: inline;
    font-size: 25px;
    width:auto;
    height: auto;
}
.left_float_sidebar {
    background: #fff;
    z-index: 1000;
    overflow: hidden;
    overflow-y: auto;
    transition: left 0.4s ease 0s;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 300px;
    max-width: 100%;
    text-align: left; /* new */
}
.menu-mobile__close-btn{
    padding: 25px 29px 25px 34px;
    display: flex;
    justify-content:flex-end;
    align-items: center;
    border-bottom: 1px solid #EFEFEF;
}
.toggle-menu-header__logo-block-left{
    margin-right: auto;
}
.swipe_container .nav-link {
    padding: 25px 34px;
    font-family: var(--prv_font_family);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.94em;
    line-height: 0.94em;
    color: #707070;
    border-bottom: 1px solid #EFEFEF;
}
.swipe_container.nav-link:first-child{
    border-top: 1px solid #EFEFEF;
}
.left_float_sidebar .nav-link.open_swipe {
    display:flex;
    justify-content: space-between;
}
.left_float_sidebar.float_left_show {
    left: 0;
    box-shadow: 3px 0px 10px 0px rgba(0,0,0,0.45);
}
.float_fade_background {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right:0;
    background-color: #000;
    opacity: .5;
    z-index: 999;
    display:none;
}
.float_fade_background.float_background_show{
    display:block;
}
.swipe_container {
    transform: translateX(0%);
    transition: transform .5s ease-in-out;
}
.prv_swipe_block {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    z-index:901;
    list-style-type: none;
    padding-left: 0px;
    display: block;
    visibility: hidden;
}
.prv_swipe_block.prv_swipe_show {
    visibility: visible;
}
.swipe_parent_link {
    border-top: 2px solid var(--prvcolor);
    border-bottom: 2px solid var(--prvcolor);
}
.float_menu_info {
    border-top: 1px solid #EFEFEF;
    padding-top: 20px;
}
.float_menu_info div.float_menu_info--elem, .float_menu_info p, .float_menu_info a{
    color:#212121;
    font-size: 0.9285em;
    line-height: 20px;
    font-family: var(--prv_font_family);
}
.float_menu_info div.float_menu_info--elem,
.float_menu_info p {
    padding: 0px 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.float_menu_info i {
    color: #212121;
    margin-right: 10px;
}
.float_menu_info--icon{
    width: 20px;
    text-align: center;
    margin-right: 10px;
}
.nav-item a svg{
    margin-right: 10px;
}
/* TOP MENU END */

.left_float_sidebar.float_left_show{
    display: none !important;
}
.nav-link{
    display: block;
}
@media (max-width: 768px) {
    .toggle-menu-block{
        display: none !important;
    }
    .left_float_sidebar.float_left_show{
        display: block !important;
    }
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background-color: unset;
}
/*dropdown fix*/
.scroll_visible .nav_list>li>ul.root-item-toggle{
    text-align: left;
}
@media(min-width: 768px){
    .toggle-menu-block > .container-fluid{
        width: 100%;
        padding: 0 22px;
        margin: 0 auto;
    }
}
@media(min-width: 992px){
    .toggle-menu-block > .container-fluid{
        max-width: 992px;
        padding: 0 30px;
    }
}
@media(min-width: 1200px){
    .toggle-menu-block > .container-fluid{
        max-width: 1344px;
        padding: 0 72px;
    }
}
.toogle-menu-right-block{
    border: 1px solid #F2F2F2;
}
.toogle-menu-right-block--no-cart{
    padding-top: 20px;
}
.toogle-menu-right-block .dropdown.phonenum .prv_top_number{
    display: inline;
}
.toogle-menu-right-block .dropdown-menu a,
.toogle-menu-right-block .dropdown-menu a:focus{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 14px;
}
.toogle-menu-right-block .dropdown-menu a:hover,
.toogle-menu-right-block .dropdown-menu a:active,
.toogle-menu-right-block .dropdown-menu a:active:focus,
.toogle-menu-right-block .dropdown-menu a:active:hover{
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}
.toggle-menu-cart-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    margin: 30px 35px 30px 35px;
    border-bottom: 1px solid #D7D7D7;
}
.toggle-menu-cart-block__title{
    color: #212121;
    font-size: 1.14em;
    font-weight: bold;
}
.toggle-menu-cart-block__cart-icon{
    position: relative;
}
.toggle-menu-cart-block__cart-icon .dropdown_cart{
    display: none!important;
    visibility: hidden;
    opacity: 0;
    height: 0;
}
.toogle-menu-right-block .cart_image svg{
    fill: #000!important;
}
.contacts-section__email-block_header_1{
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.contacts-section__email_header_1 a{
    color: #212121;
    margin-left: 10px;
}
.contacts-section__address-block_header_1{
    display:flex;
    margin-top: 25px;
}
.contacts-section__address-block_header_1 svg{
    flex-shrink:0;
}
.contacts-section__address_header_1{
    margin-left: 10px;
}
.menu-toggle__button_ask{
    padding: 15px 0;
    text-align: center;
    background: var(--prv_color_bg);
    margin: 0;
    color:#fff;
    transition: 0.6s;
}
.menu-toggle__button_ask:hover{
    cursor: pointer;
    opacity: var(--prv_btn_opacity);
}
.root-item-toggle-angle_toggle-menu i{
    text-align: center;
    width: 20px;
    height: 20px;
    transition: 0.2s;
}
.root-item-toggle-angle_toggle-menu:hover i{
    border-radius: 100em;
    background:var(--prv_interactive_color);
    color:#fff;
}
.root-item-toggle-angle_toggle-menu.collapsed > .fas{
    transform: rotate(0deg);
    transition: 0s;
}
.root-item-toggle-angle_toggle-menu:not(.collapsed) > .fas{
    transform: rotate(180deg);
    transition: 0s;
}
.contacts-section__email-block_header_1{
    display: flex;
    align-items: center;
    margin: 25px 35px 0 35px;
}
.contacts-section__email_header_1 a{
    color: #212121;
    margin-left: 10px;
}
.contacts-section__address-block_header_1{
    display:flex;
    align-items: center;
    margin:25px 35px 0 35px;
}
.contacts-section__address-block_header_1 svg{
    flex-shrink:0;
}
.contacts-section__address_header_1{
    margin-left: 10px;
}
.menu_one-level{
    margin-bottom: 40px;
}
.menu_one{
    margin-bottom: 40px;
}
.menu-toggle__button_ask{
    padding: 15px 0;
    text-align: center;
    background:var(--prv_button_bg);
    color:#fff;
    transition: 0.6s;
}
.menu-toggle__button_ask:hover{
    cursor: pointer;
    background:var(--prv_btn_hover);
}
.header-top-line{
    display: flex;
    align-items: center;
}
.search_result__toggle-menu{
    height: 100%;
    background:#fff;
}
/* Socials */
.contacts-section__network-list_header{
    font-size: 14px;
    margin: 30px 35px;
    padding: 0;
}
.contacts-section__network-list_header li{
    display: inline-block;
    margin-right: 15px;
}
.contacts-section__network-list_header a{
    color: #AFAFAF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
}
.contacts-section.light .contacts-section__network-list_header a{
    color: #212121;
}
.contacts-section__network-list_header a:hover,
.contacts-section.light .contacts-section__network-list_header a:hover{
    color: var(--prv_btn_color);
}
.contacts-section__network-list_header a:hover,
.contacts-section__network-list_header a:focus{
    text-decoration: none;
}
.contacts-section__network-list_header li:last-child{
    margin-right: 0px;
}
@media (max-width: 767px) {
    .contacts-section__network-list_header{
        margin-top: 20px;
    }
    .contacts-section__network-list_header li{
        margin-right: 20px;
    }
}
@media (max-width:1200px){
    .phonenum-cnt{
        margin: 0;
    }
    .contacts-section__email-block_header_1{
        flex-direction:column;
    }
    .contacts-section__email_header_1{
        margin-top: 10px;
    }
    .contacts-section__address-block_header_1{
        flex-direction:column;
    }
    .contacts-section__address_header_1{
        margin-top: 10px;
    }
    .contacts-section__network-list_header{
        margin-top: 25px;
                text-align: center;
    }
}

@media(min-width: 1200px){
    .toggle-menu .phonenum.show-modal{
        margin-left: 64px;
    }
}

.hamburger-btn .icon-bar {
    display:block;
    width:16px;
    height:2px;
    border-radius:2px;
}
.hamburger-btn .icon-bar+.icon-bar {
    margin-top:3px;
}
.hamburger-btn .icon-bar.icon-bar-first{
    width: 19px;
}
.hamburger-btn .icon-bar.icon-bar-last{
    width: 12px;
}
.nav-link.close_swipe{
    font-size: 1.7em;
}

/* End */


/* Start:/bitrix/templates/truckings2/components/bitrix/menu/nav_list_tpl--mobile-left/style.css?16831227055826*/
.regionality-block.mob{
	margin-left: 0;
}
.nav_list_container {
    position:relative;
}
.nav_list{
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 0;
    margin-right:-10px;
    margin-left:-10px;
}
@media(min-width: 992px) and (max-width: 1199px){
    .nav_list{
        margin-right:0px;
        margin-left:0px;
    }
}
.nav_list>li>a{
	padding: 16px 30px;
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.nav_list>li>a:hover{
    color: var(--prv_btn_color);
}
.nav_list>li>a:focus,
.nav_list>li>a:hover{
	text-decoration: none;
}
.link_first_dropdown {
    position:relative;
}
.scroll_visible .nav_list>li>a{
	padding: 21px 10px;
}
@media(max-width: 1199px){
	.scroll-header-fixed .nav_list{
		margin: 0;
	}
}
ul.mini_dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 901;
    display: none;
    min-width: 224px;
    margin-top:-1px;
    box-shadow: 0px 4px 5px 0px rgba(117,117,117,0.5);
    padding:0px;
    list-style:none;
    background-color:#fff;
}
ul.mini_dropdown_menu > li{
	width: 100%;
}
.priority-nav__dropdown ul.mini_dropdown_menu {
	top: 0;
	left: 100%;
}
ul.mini_dropdown_menu .mini_dropdown_item {
    font-size: var(--prv_font_size);
    font-family: var(--prv_font_family);
    padding:16px 30px;
    line-height:1;
    color:#212121;
    border-bottom:1px solid #EFF0F0;
    display:block;
    text-align:left;
}
ul.mini_dropdown_menu .mini_dropdown_item:hover,
ul.mini_dropdown_menu .mini_dropdown_item:focus,
ul.mini_dropdown_menu .mini_dropdown_item.mini_dropdown_item_selected {
    text-decoration:none;
    background-color:#EFF0F0;
}
ul.mini_dropdown_menu .mini_dropdown_item:hover {
    color: var(--prv_btn_color);
}
ul.root-item{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 29px 30px 15px;
	background-color: #fff;
	width: 100%;
	box-shadow: 0px 4px 5px 0px rgba(117,117,117,0.5);
}
.scroll_visible .nav_list>li.open ul.root-item{
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.scroll_visible ul.root-item > li{
	width: 50%;
}
@media(min-width:1200px){
	.scroll_visible ul.root-item > li{
		width: 33.3333333%;
	}
}
.nav_list>li.open ul.root-item,
.nav_list>li.open ul.mini_dropdown_menu,
.priority-nav__dropdown>li.open ul.mini_dropdown_menu{
	display: flex;
    flex-wrap: wrap;
}
ul.root-item>li{
	display: block;
	width: 33.3333%;
	float: left;
	margin-bottom: 25px;
}
ul.root-item a{
	color: #212121;
	display: block;
	margin-bottom: 8px;
}
ul.root-item a:hover,
ul.root-item a.root-item-selected,
ul.root-item a.item-selected,
ul.root-item a:hover,
ul.mini_dropdown_menu .mini_dropdown_item.mini_dropdown_item_selected{
	color: var(--prv_color);
}
ul.root-item a:hover,
ul.root-item a:focus{
	text-decoration: none;
}
ul.root-item .level_1{
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 24px;
}
ul.root-item .level_2,
.nav_section_img + .nav_section_text > a{
	font-size: 1em;
	font-weight: 600;
}
ul.root-item .level_3{
	font-size: 0.8517em;
	font-weight: normal;
	line-height: 17px;
}
ul.root-item ul{
	padding-left: 0;
	list-style: none;
}
.nav_section_img{
    display:block;
	width: 68px;
	float: left;
}
.nav_section_text{
	float: right;
	width: calc(100% - 68px);
	padding: 0 18px;
}
.nav_section_text > ul > li > a{
	font-size: 0.8571em;
}
@media(max-width: 1199px){
	.scroll-header-fixed .nav_list{
		margin: 0;
	}
}
@media (max-width: 991px) {
	ul.root-item>li{
		width: 50%;
	}
}
.nav__dropdown-wrapper.priority-nav__wrapper{
	padding: 0 10px;
}
.priority-nav__dropdown-toggle,
.priority-nav__dropdown-toggle:focus{
	z-index: 9;
	background-color: transparent;
	cursor: pointer;
	outline: none;
	border: none;
	color: #212121;	
	z-index: 9;
}
.priority-nav__dropdown-toggle:hover,
.priority-nav__dropdown-toggle:active,
.priority-nav__dropdown-toggle:active:focus,
.priority-nav__dropdown-toggle:active:hover{
	outline: none;
	border: none;
	color: var(--prv_btn_color);
}
.scroll_visible .priority-nav__dropdown-toggle,
.scroll_visible .priority-nav__dropdown-toggle:focus{
	color: #fff;	
}
.scroll_visible .priority-nav__dropdown-toggle:hover,
.scroll_visible .priority-nav__dropdown-toggle:active,
.scroll_visible .priority-nav__dropdown-toggle:active:focus,
.scroll_visible .priority-nav__dropdown-toggle:active:hover{
	outline: 0.8; 
	color: #fff;
}
.scroll_visible .row > div{
	position: static;
}
.priority-nav__dropdown-toggle .fas{
	position: relative;
	z-index: -1;
}
.priority-nav__dropdown{
	left: -30px;
	z-index: 901;
    min-width: 160px;
    margin-top: -1px;
    box-shadow: 0px 4px 5px 0px rgba(117,117,117,0.5);
    padding: 0px;
    list-style: none;
    background-color: #fff;
}
.priority-nav__dropdown li a{
	font-size: var(--prv_font_size);
    font-family: var(--prv_font_family);
    padding: 16px 30px;
    line-height: 1;
    color: #212121;
    border-bottom: 1px solid #EFF0F0;
    display: block;
	text-align: left;
	text-decoration: none;
}
.priority-nav__dropdown li:hover{
	text-decoration: none;
	background-color: #EFF0F0;
	color: var(--prv_color);
}
.priority-nav__dropdown li a:hover{
	color: var(--prv_btn_color);
	text-decoration: none;
}
.nav_list>li.open ul.root-item{
    /*max-height: 333px;*/
    overflow: auto;
}
.nav_list>li.open ul.root-item::-webkit-scrollbar{
    width: 8px;
}
.nav_list>li.open ul.root-item::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background: rgba(0,0,0,0.5);
    border: 2px solid #fff;
}
.nav_list>li.open ul.root-item::-webkit-scrollbar-track{
    border-radius: 8px;
}
.header_bottom .root-item{
	color: #fff !important;
}
.nav-item-account{
	display: flex;
	align-items: center;
}
.nav-item-account-text{
	margin-left: 10px;
}
/* End */


/* Start:/bitrix/components/prvolga.truckings2/regionality.list/templates/toggle-region-mobile/style.css?16506668191560*/
.regionality{
    display: flex;
    position: relative;
    justify-content: center;
}
.regionality__current{
    cursor: pointer;
    align-items: center;
    display: flex;
}
.regionality__current.regionality_in_menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.regionality__current-city{
    font-weight: 500;
    margin-right: 5px;
    font-size: 1.14em;
    color: #212121;
    border-bottom: 1px dashed var(--prv_color_bg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s ;
    -ms-transition: 0.3s ;
    -o-transition: 0.3s ;
    transition: 0.3s ;
}
.regionality__current-city.current-city-mob{
    border-bottom: none;
    font-weight: normal;
    color: #707070;
}
.regionality__current-city:hover{
    color: var(--prv_btn_color);
}
.regionality_in_menu .regionality__marker{
    color: var(--prv_color_bg);
    margin-right: 17px;
}
.regionality-dropdown-toggle-mob{
    display: none;
    position: absolute;
    top: 40px;
}
.regionality-dropdown__list{
    position: relative;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color:#fff;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
   
}
.regionality-dropdown-list__item{
    width: 165px;
    cursor:pointer;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 20px;
    color:#212121;
}
.regionality-dropdown-list__item:hover{
    opacity: .8;
}
.modal-cities-btn, .modal-cities-btn:hover{
    text-decoration: none;
}


/* End */


/* Start:/bitrix/templates/truckings2/components/bitrix/breadcrumb/page-breadcrumbs/style.css?1650666890683*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
}
.bx-breadcrumb .breadcrumb-arrow{
	color: #757575;
	display: inline-block;
	margin-left: 6px;
	margin-right: 3px;
}

.bx-breadcrumb .bx-breadcrumb-item span {
	/*font-size: 1.1428em;*/
	white-space: normal;
	color: #757575!important;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {color: #757575!important; transition: 0s;}

/* End */


/* Start:/bitrix/templates/truckings2/components/prvolga.truckings2/universal.feedback/callback/style.css?16506668915255*/
@media(max-width: 768px){
  .captcha-block{
    overflow: hidden;
    margin-bottom: 25px;
  }
}
.feedback_modal {
    padding-bottom:60px;
}
.PRVUniversalFeedback .error_text {
    color:red;
}
.prv_from_group {
    margin-bottom: 37px;
    position: relative;
}
.prv_from_group label {
    margin: 0;
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 1;
    -moz-transition: all ease-out .2s;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    -ms-transition: all ease-out .2s;
    transition: all ease-out .2s;
    cursor: text;
    color: #999;
    font-size:1em;
}
.prv_from_group .label_text {
    height: 43px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
    width: 100%;
    resize: none;
}
.label_text:focus+label,
.label_text:not(:placeholder-shown)+label {
	top: -16px;
    font-size:.8em;
}
.feedback_modal .imp_text:focus,
.feedback_modal .textarea:focus{
	border-color: var(--prv_color);
}
.thanks_container .modal_heading,
.feedback_modal .modal_heading {
    margin:60px 0 68px;
}
.thanks_container .modal_heading h3,
.feedback_modal .modal_heading h3{
    margin-top:0px;
	margin-bottom: 24px;
}
.thanks_container h5 {
    margin:10px 0 10px;
}
.feedback_modal .checkbox_cnt{
	margin: 45px 0px 5px;
}
.feedback_modal .help-block{
	position: unset;
	text-align: left;
	margin: 0 0 20px;
	color: #ff3b30;
    font-style: normal;
}
.agree-checkbox-block{
    margin-bottom: 32px;
}
.textarea{
	resize: none;
}
.textarea_cnt {
	position: relative;
}
.textarea_cnt>.textarea{
	margin-bottom: 0;
}
.required_star {
    color: #fb5f5f;
    margin-left: 3px;
    font-weight: 400;
    vertical-align: middle;
}
.close_modal_btn {
    margin-top:50px;
}

@media (max-width: 767px) {
	.feedback_modal .modal-heading{
		margin: 12px 0;
	}
	.feedback_modal .checkbox_cnt{
		margin: 0 0 20px;
	}
}

.feedback_modal input[type="text"]::-webkit-input-placeholder,
.feedback_modal input[type="tel"]::-webkit-input-placeholder,
.feedback_modal input[type="email"]::-webkit-input-placeholder,
.feedback_modal textarea::-webkit-input-placeholder {color: transparent;}

.feedback_modal input[type="text"]::-moz-placeholder,
.feedback_modal input[type="tel"]::-moz-placeholder,
.feedback_modal input[type="email"]::-moz-placeholder,
.feedback_modal textarea::-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:-moz-placeholder,
.feedback_modal input[type="tel"]:-moz-placeholder,
.feedback_modal input[type="email"]:-moz-placeholder,
.feedback_modal textarea:-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:-ms-input-placeholder,
.feedback_modal input[type="tel"]:-ms-input-placeholder,
.feedback_modal input[type="email"]:-ms-input-placeholder,
.feedback_modal textarea:-ms-input-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus::-webkit-input-placeholder,
.feedback_modal input[type="tel"]:focus::-webkit-input-placeholder,
.feedback_modal input[type="email"]:focus::-webkit-input-placeholder,
.feedback_modal textarea:focus::-webkit-input-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus::-moz-placeholder,
.feedback_modal input[type="tel"]:focus::-moz-placeholder,
.feedback_modal input[type="email"]:focus::-moz-placeholder,
.feedback_modal textarea:focus::-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus:-moz-placeholder,
.feedback_modal input[type="tel"]:focus:-moz-placeholder,
.feedback_modal input[type="email"]:focus:-moz-placeholder,
.feedback_modal textarea:focus:-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus:-ms-input-placeholder,
.feedback_modal input[type="tel"]:focus:-ms-input-placeholder,
.feedback_modal input[type="email"]:focus:-ms-input-placeholder,
.feedback_modal textarea:focus:-ms-input-placeholder {color: transparent;}

.modal_description .clsp-1, .modal_description .clsp-2 {
    fill: #8b9bae;
    fill-rule: evenodd;
}
.modal_description .clsp-2 {
    opacity: 0.1;
}
.checkbox_cnt {
    display:flex;
}
.chekbox_hidden {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    height: 0;
    z-index: -1;
    left: 0;
}
.chekbox_visual {
    display: block;
    height: 18px;
    width:33px;
    background: #dbe0e6;
    border-radius:9px;
    position:relative;
    cursor:pointer;
    transition: background .1s ease-in;
    margin-right:10px;
    flex-shrink: 0;
}
.chekbox_visual:before {
    content: " ";
    width: 14px;
    height: 14px;
    margin: 2px;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right:15px;
    background: #fff;
    border-radius: 20px;
    transition: right .1s ease-in;
}
.chekbox_hidden:checked + .chekbox_visual {
	background:var(--prv_interactive_color);
}
.chekbox_hidden:checked + .chekbox_visual:before {
	right:0;
}
@media (min-width: 500px) {
    .api-star-rating{ float: left; margin-right: 15px; }
}
.api-star-rating-label{ line-height: 32px; }
.api-star-rating i{ display: inline-block; height: 28px; width: 29px; cursor: pointer}
.api-star-rating i{ background: url("/bitrix/templates/truckings2/components/prvolga.truckings2/universal.feedback/callback/./sprite.png") no-repeat 0 -57px;}
.api-star-rating i.active{ background-position: -29px -57px; }

/* End */


/* Start:/bitrix/templates/truckings2/components/bitrix/system.auth.form/account_auth/style.css?16506668908107*/
.PRVUniversalFeedback .error_text {
    color:red;
}
.prv_from_group {
    margin-bottom: 37px;
    position: relative;
}
.prv_from_group .label_text-auth {
    margin: 0;
    position: absolute;
    top: 11px;
    left: 0;
    z-index: 1;
    -moz-transition: all ease-out .2s;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    -ms-transition: all ease-out .2s;
    transition: all ease-out .2s;
    cursor: text;
    color: #999;
    font-size:1em;
}
.prv_from_group .text-input-auth {
    height: 43px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
    width: 100%;
    resize: none;
}
.text-input-auth:focus+label,
.text-input-auth:not(:placeholder-shown)+label {
    top: -16px;
    font-size:.8em;
}
.feedback_modal .imp_text:focus,
.feedback_modal .textarea:focus{
    border-color: var(--prv_color);
}
.thanks_container .modal_heading,
.feedback_modal .modal_heading {
    margin:60px 0 68px;
}
.thanks_container h5 {
    margin:10px 0 10px;
}
.feedback_modal .checkbox_cnt{
    margin: 45px 0px 37px;
}
.feedback_modal .help-block{
    position: unset;
    text-align: left;
    margin: 0 0 20px;
    color: red;
}

.textarea{
    resize: none;
}
.textarea_cnt {
    position: relative;
}
.textarea_cnt>.textarea{
    margin-bottom: 0;
}
.required_star {
    color: #fb5f5f;
    margin-left: 3px;
    font-weight: 400;
    vertical-align: middle;
}
.close_modal_btn {
    margin-top:50px;
}
.remember-forgot-line{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 37px;
}
.checkbox-form{
    position: relative;
    padding-left: 34px;
    cursor: pointer;
}
.checkbox-form__label{
    cursor: pointer;
}
.checkbox-form__label::before{
    cursor: pointer;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
}
.checkbox-form__label::after{
    display: none;
    cursor: pointer;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
label.checkbox-form__label{
    margin-bottom: 0;
}
.checkbox-form:hover .checkbox-form__label{
    color: var(--prv_btn_color);
}
.checkbox-form:hover .checkbox-form__label::before, .checkbox-form__input:checked+.checkbox-form__label::before{
    background: var(--prv_button_bg);
    border: none;
}
.checkbox-form__input:checked+.checkbox-form__label::after {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' width='14px' height='11px' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' class=''%3E%3C/path%3E%3C/svg%3E");
}
.forgot-password__link{
    color: #212529;
    text-decoration: none;
}
.forgot-password__link:hover{
    text-decoration: none;
    color: var(--prv_btn_color);
}
.auth-buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.auth-social{
    margin-top: 37px;
    position: relative;
}

.auth-social__title-text{
    position: relative;
    padding-right: 30px;
    z-index: 1;
    background-color: #fff;
}
.auth-social__title{
    position: relative;
}
.auth-social__title::before{
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    content: '';
    top: 50%;
}
@media (max-width: 767px) {
    .feedback_modal .modal-heading{
        margin: 12px 0;
    }
    .feedback_modal .checkbox_cnt{
        margin: 0 0 20px;
    }
}

.feedback_modal input[type="text"]::-webkit-input-placeholder,
.feedback_modal input[type="password"]::-webkit-input-placeholder,
.feedback_modal input[type="tel"]::-webkit-input-placeholder,
.feedback_modal input[type="email"]::-webkit-input-placeholder,
.feedback_modal textarea::-webkit-input-placeholder {color: #e1e1e1;}

.feedback_modal input[type="text"]::-moz-placeholder,
.feedback_modal input[type="password"]::-moz-placeholder,
.feedback_modal input[type="tel"]::-moz-placeholder,
.feedback_modal input[type="email"]::-moz-placeholder,
.feedback_modal textarea::-moz-placeholder {color: #e1e1e1;}

.feedback_modal input[type="text"]:-moz-placeholder,
.feedback_modal input[type="password"]:-moz-placeholder,
.feedback_modal input[type="tel"]:-moz-placeholder,
.feedback_modal input[type="email"]:-moz-placeholder,
.feedback_modal textarea:-moz-placeholder {color: #e1e1e1;}

.feedback_modal input[type="text"]:-ms-input-placeholder,
.feedback_modal input[type="tel"]:-ms-input-placeholder,
.feedback_modal input[type="password"]:-ms-input-placeholder,
.feedback_modal input[type="email"]:-ms-input-placeholder,
.feedback_modal textarea:-ms-input-placeholder {color: #e1e1e1;}

.feedback_modal input[type="text"]:focus::-webkit-input-placeholder,
.feedback_modal input[type="password"]:focus::-webkit-input-placeholder,
.feedback_modal input[type="tel"]:focus::-webkit-input-placeholder,
.feedback_modal input[type="email"]:focus::-webkit-input-placeholder,
.feedback_modal textarea:focus::-webkit-input-placeholder {color: #e1e1e1;}

.feedback_modal input[type="text"]:focus::-moz-placeholder,
.feedback_modal input[type="password"]:focus::-moz-placeholder,
.feedback_modal input[type="tel"]:focus::-moz-placeholder,
.feedback_modal input[type="email"]:focus::-moz-placeholder,
.feedback_modal textarea:focus::-moz-placeholder {color: #e1e1e1;}

.feedback_modal input[type="text"]:focus:-moz-placeholder,
.feedback_modal input[type="password"]:focus:-moz-placeholder,
.feedback_modal input[type="tel"]:focus:-moz-placeholder,
.feedback_modal input[type="email"]:focus:-moz-placeholder,
.feedback_modal textarea:focus:-moz-placeholder {color: #e1e1e1;}

.feedback_modal input[type="text"]:focus:-ms-input-placeholder,
.feedback_modal input[type="password"]:focus:-ms-input-placeholder,
.feedback_modal input[type="tel"]:focus:-ms-input-placeholder,
.feedback_modal input[type="email"]:focus:-ms-input-placeholder,
.feedback_modal textarea:focus:-ms-input-placeholder {color: #e1e1e1;}

.modal_description .clsp-1, .modal_description .clsp-2 {
    fill: #8b9bae;
    fill-rule: evenodd;
}
.modal_description .clsp-2 {
    opacity: 0.1;
}
.checkbox_cnt {
    display:flex;
}
.chekbox_hidden {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    height: 0;
    z-index: -1;
    left: 0;
}
.chekbox_visual {
    display: block;
    height: 18px;
    width:33px;
    background: #dbe0e6;
    border-radius:9px;
    position:relative;
    cursor:pointer;
    transition: background .1s ease-in;
    margin-right:10px;
    flex-shrink: 0;
}
.chekbox_visual:before {
    content: " ";
    width: 14px;
    height: 14px;
    margin: 2px;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right:15px;
    background: #fff;
    border-radius: 20px;
    transition: right .1s ease-in;
}
.chekbox_hidden:checked + .chekbox_visual {
    background:var(--prv_interactive_color);
}
.chekbox_hidden:checked + .chekbox_visual:before {
    right:0;
}
@media (min-width: 500px) {
    .api-star-rating{ float: left; margin-right: 15px; }
}
.api-star-rating-label{ line-height: 32px; }
.api-star-rating i{ display: inline-block; height: 28px; width: 29px; cursor: pointer}
.api-star-rating i{ background: url("/bitrix/templates/truckings2/components/bitrix/system.auth.form/account_auth/./sprite.png") no-repeat 0 -57px;}
.api-star-rating i.active{ background-position: -29px -57px; }
.account-auth-form .prv_from_group{
    margin-bottom: 40px;
}
.account-auth-form .help-block-error{
    font-style: normal;
    color: #ff3b30;
    display: none;
    font-size: 10px;
    text-align: left;
}
/* End */


/* Start:/bitrix/templates/truckings2/components/prvolga.truckings2/universal.feedback/review/style.css?16506668917368*/
@media(max-width: 768px){
  .captcha-block{
    overflow: hidden;
    margin-bottom: 25px;
  }
}
.feedback_modal {
    padding-bottom:60px;
}
.PRVUniversalFeedback .error_text {
    color:red;
}
.prv_from_group {
    margin-bottom: 37px;
    position: relative;
}
.prv_from_group label {
    margin: 0;
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 1;
    -moz-transition: all ease-out .2s;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    -ms-transition: all ease-out .2s;
    transition: all ease-out .2s;
    cursor: text;
    color: #999;
    font-size:1em;
}
.prv_from_group .label_text {
    height: 43px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
    width: 100%;
    resize: none;
}
.label_text:focus+label,
.label_text:not(:placeholder-shown)+label {
	top: -16px;
    font-size:.8em;
}
.feedback_modal .imp_text:focus,
.feedback_modal .textarea:focus{
	border-color: var(--prv_color);
}
.thanks_container .modal_heading,
.feedback_modal .modal_heading {
    margin:60px 0 68px;
}
.thanks_container .modal_heading h3,
.feedback_modal .modal_heading h3{
    margin-top:0;
}
.thanks_container h5 {
    margin:10px 0 10px;
}
.feedback_modal .checkbox_cnt{
	margin: 45px 0px 5px;
}
.feedback_modal .help-block{
	position: unset;
	text-align: left;
	margin: 0 0 20px;
	color: #ff3b30;
    font-style: normal;
}
.agree-checkbox-block{
    margin-bottom: 32px;
}
.textarea{
	resize: none;
}
.textarea_cnt {
	position: relative;
}
.textarea_cnt>.textarea{
	margin-bottom: 0;
}
.required_star {
    color: #fb5f5f;
    margin-left: 3px;
    font-weight: 400;
    vertical-align: middle;
}
.close_modal_btn {
    margin-top:50px;
}

@media (max-width: 767px) {
	.feedback_modal .modal-heading{
		margin: 12px 0;
	}
	.feedback_modal .checkbox_cnt{
		margin: 0 0 20px;
	}
}

.feedback_modal input[type="text"]::-webkit-input-placeholder,
.feedback_modal input[type="tel"]::-webkit-input-placeholder,
.feedback_modal input[type="email"]::-webkit-input-placeholder,
.feedback_modal textarea::-webkit-input-placeholder {color: transparent;}

.feedback_modal input[type="text"]::-moz-placeholder,
.feedback_modal input[type="tel"]::-moz-placeholder,
.feedback_modal input[type="email"]::-moz-placeholder,
.feedback_modal textarea::-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:-moz-placeholder,
.feedback_modal input[type="tel"]:-moz-placeholder,
.feedback_modal input[type="email"]:-moz-placeholder,
.feedback_modal textarea:-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:-ms-input-placeholder,
.feedback_modal input[type="tel"]:-ms-input-placeholder,
.feedback_modal input[type="email"]:-ms-input-placeholder,
.feedback_modal textarea:-ms-input-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus::-webkit-input-placeholder,
.feedback_modal input[type="tel"]:focus::-webkit-input-placeholder,
.feedback_modal input[type="email"]:focus::-webkit-input-placeholder,
.feedback_modal textarea:focus::-webkit-input-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus::-moz-placeholder,
.feedback_modal input[type="tel"]:focus::-moz-placeholder,
.feedback_modal input[type="email"]:focus::-moz-placeholder,
.feedback_modal textarea:focus::-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus:-moz-placeholder,
.feedback_modal input[type="tel"]:focus:-moz-placeholder,
.feedback_modal input[type="email"]:focus:-moz-placeholder,
.feedback_modal textarea:focus:-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus:-ms-input-placeholder,
.feedback_modal input[type="tel"]:focus:-ms-input-placeholder,
.feedback_modal input[type="email"]:focus:-ms-input-placeholder,
.feedback_modal textarea:focus:-ms-input-placeholder {color: transparent;}

.modal_description .clsp-1, .modal_description .clsp-2 {
    fill: #8b9bae;
    fill-rule: evenodd;
}
.modal_description .clsp-2 {
    opacity: 0.1;
}
.checkbox_cnt {
    display:flex;
}
.chekbox_hidden {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    height: 0;
    z-index: -1;
    left: 0;
}
.chekbox_visual {
    display: block;
    height: 18px;
    width:33px;
    background: #dbe0e6;
    border-radius:9px;
    position:relative;
    cursor:pointer;
    transition: background .1s ease-in;
    margin-right:10px;
    flex-shrink: 0;
}
.chekbox_visual:before {
    content: " ";
    width: 14px;
    height: 14px;
    margin: 2px;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right:15px;
    background: #fff;
    border-radius: 20px;
    transition: right .1s ease-in;
}
.chekbox_hidden:checked + .chekbox_visual {
	background:var(--prv_interactive_color);
}
.chekbox_hidden:checked + .chekbox_visual:before {
	right:0;
}
@media (min-width: 500px) {
    .api-star-rating{ float: left; margin-right: 15px; }
}
.api-star-rating-label{ line-height: 32px; }
.api-star-rating i{ display: inline-block; height: 28px; width: 29px; cursor: pointer}
.api-star-rating i{ background: url("/bitrix/templates/truckings2/components/prvolga.truckings2/universal.feedback/review/./sprite.png") no-repeat 0 -57px;}
.api-star-rating i.active{ background-position: -29px -57px; }

.uploader_container {
    margin-bottom: 37px;
}
.modal-window .uploader_container{
    margin-bottom: 10px;
}
.upload_file_list_name {
    margin-bottom: 10px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.uploader {
    border-radius: 2px;
    padding: 11px 54px 5px 25px;
    border: 1px solid #f1f1f1;
    position: relative;
    margin-bottom: -1px;
    background: #f8f9fb;
    cursor: pointer;
    transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    margin-bottom: 10px;
}

.uploader:hover,
.modal-window .uploader{
    background: var(--prv_interactive_color);
    border-color: var(--prv_interactive_color);
    color:#fff;
}
.modal-window .uploader{
    border-radius: var(--prv_button_radius);
    padding: 11px 25px 5px 54px;
}
.modal-window .uploader:hover{
    opacity: var(--prv_btn_opacity);
}
.uploader input[type=file] {
    z-index: 10;
    opacity: 0;
    border: none;
    background: 0 0;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.uploader i {
    font-size:18px;
    line-height:18px;
    position: absolute;
    top: 11px;
    right: 24px;
}
.modal-window .uploader i {
    left: 24px;
    right: auto;
}
.uploader .filename {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.api-form-rating.view-2{
    padding-right: 40px;
    margin-bottom: 10px;
}
@media(min-width: 768px){
    .modal-window .uploader_container{
        display: flex;
        align-items: flex-center;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .modal-window .uploader_container > div{
        width: 50%;
        margin: 0;
    }
    .modal-window .uploader_container{
        margin: 20px 0;
    }
    .api-form-rating.view-2{
        margin-bottom: 0
    }
}

/* End */


/* Start:/bitrix/templates/truckings2/components/prvolga.truckings2/universal.feedback/message/style.css?16506668915139*/
@media(max-width: 768px){
  .captcha-block{
    overflow: hidden;
    margin-bottom: 25px;
  }
}
.feedback_modal {
    padding-bottom:60px;
}
.PRVUniversalFeedback .error_text {
    color:red;
}
.prv_from_group {
    margin-bottom: 37px;
    position: relative;
}
.prv_from_group label {
    margin: 0;
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 1;
    -moz-transition: all ease-out .2s;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    -ms-transition: all ease-out .2s;
    transition: all ease-out .2s;
    cursor: text;
    color: #999;
    font-size:1em;
}
.prv_from_group .label_text {
    height: 43px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
    width: 100%;
    resize: none;
}
.label_text:focus+label,
.label_text:not(:placeholder-shown)+label {
	top: -16px;
    font-size:.8em;
}
.feedback_modal .imp_text:focus,
.feedback_modal .textarea:focus{
	border-color: var(--prv_color);
}
.thanks_container .modal_heading,
.feedback_modal .modal_heading {
    margin:60px 0 68px;
}
.thanks_container h5 {
    margin:10px 0 10px;
}
.feedback_modal .checkbox_cnt{
	margin: 45px 0px 5px;
}
.feedback_modal .help-block{
	position: unset;
	text-align: left;
	margin: 0 0 20px;
    font-style: normal;
	color: #ff3b30;
}
.agree-checkbox-block{
    margin-bottom: 32px;
}
.textarea{
	resize: none;
}
.textarea_cnt {
	position: relative;
}
.textarea_cnt>.textarea{
	margin-bottom: 0;
}
.required_star {
    color: #fb5f5f;
    margin-left: 3px;
    font-weight: 400;
    vertical-align: middle;
}
.close_modal_btn {
    margin-top:50px;
}

@media (max-width: 767px) {
	.feedback_modal .modal-heading{
		margin: 12px 0;
	}
	.feedback_modal .checkbox_cnt{
		margin: 0 0 20px;
	}
}

.feedback_modal input[type="text"]::-webkit-input-placeholder,
.feedback_modal input[type="tel"]::-webkit-input-placeholder,
.feedback_modal input[type="email"]::-webkit-input-placeholder,
.feedback_modal textarea::-webkit-input-placeholder {color: transparent;}

.feedback_modal input[type="text"]::-moz-placeholder,
.feedback_modal input[type="tel"]::-moz-placeholder,
.feedback_modal input[type="email"]::-moz-placeholder,
.feedback_modal textarea::-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:-moz-placeholder,
.feedback_modal input[type="tel"]:-moz-placeholder,
.feedback_modal input[type="email"]:-moz-placeholder,
.feedback_modal textarea:-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:-ms-input-placeholder,
.feedback_modal input[type="tel"]:-ms-input-placeholder,
.feedback_modal input[type="email"]:-ms-input-placeholder,
.feedback_modal textarea:-ms-input-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus::-webkit-input-placeholder,
.feedback_modal input[type="tel"]:focus::-webkit-input-placeholder,
.feedback_modal input[type="email"]:focus::-webkit-input-placeholder,
.feedback_modal textarea:focus::-webkit-input-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus::-moz-placeholder,
.feedback_modal input[type="tel"]:focus::-moz-placeholder,
.feedback_modal input[type="email"]:focus::-moz-placeholder,
.feedback_modal textarea:focus::-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus:-moz-placeholder,
.feedback_modal input[type="tel"]:focus:-moz-placeholder,
.feedback_modal input[type="email"]:focus:-moz-placeholder,
.feedback_modal textarea:focus:-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus:-ms-input-placeholder,
.feedback_modal input[type="tel"]:focus:-ms-input-placeholder,
.feedback_modal input[type="email"]:focus:-ms-input-placeholder,
.feedback_modal textarea:focus:-ms-input-placeholder {color: transparent;}

.modal_description .clsp-1, .modal_description .clsp-2 {
    fill: #8b9bae;
    fill-rule: evenodd;
}
.modal_description .clsp-2 {
    opacity: 0.1;
}
.checkbox_cnt {
    display:flex;
}
.chekbox_hidden {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    height: 0;
    z-index: -1;
    left: 0;
}
.chekbox_visual {
    display: block;
    height: 18px;
    width:33px;
    background: #dbe0e6;
    border-radius:9px;
    position:relative;
    cursor:pointer;
    transition: background .1s ease-in;
    margin-right:10px;
    flex-shrink: 0;
}
.chekbox_visual:before {
    content: " ";
    width: 14px;
    height: 14px;
    margin: 2px;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right:15px;
    background: #fff;
    border-radius: 20px;
    transition: right .1s ease-in;
}
.chekbox_hidden:checked + .chekbox_visual {
	background:var(--prv_interactive_color);
}
.chekbox_hidden:checked + .chekbox_visual:before {
	right:0;
}
@media (min-width: 500px) {
    .api-star-rating{ float: left; margin-right: 15px; }
}
.api-star-rating-label{ line-height: 32px; }
.api-star-rating i{ display: inline-block; height: 28px; width: 29px; cursor: pointer}
.api-star-rating i{ background: url("/bitrix/templates/truckings2/components/prvolga.truckings2/universal.feedback/message/./sprite.png") no-repeat 0 -57px;}
.api-star-rating i.active{ background-position: -29px -57px; }

/* End */


/* Start:/bitrix/templates/truckings2/components/prvolga.truckings2/universal.feedback/callback_calc/style.css?16565879265255*/
@media(max-width: 768px){
  .captcha-block{
    overflow: hidden;
    margin-bottom: 25px;
  }
}
.feedback_modal {
    padding-bottom:60px;
}
.PRVUniversalFeedback .error_text {
    color:red;
}
.prv_from_group {
    margin-bottom: 37px;
    position: relative;
}
.prv_from_group label {
    margin: 0;
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 1;
    -moz-transition: all ease-out .2s;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    -ms-transition: all ease-out .2s;
    transition: all ease-out .2s;
    cursor: text;
    color: #999;
    font-size:1em;
}
.prv_from_group .label_text {
    height: 43px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
    width: 100%;
    resize: none;
}
.label_text:focus+label,
.label_text:not(:placeholder-shown)+label {
	top: -16px;
    font-size:.8em;
}
.feedback_modal .imp_text:focus,
.feedback_modal .textarea:focus{
	border-color: var(--prv_color);
}
.thanks_container .modal_heading,
.feedback_modal .modal_heading {
    margin:60px 0 68px;
}
.thanks_container .modal_heading h3,
.feedback_modal .modal_heading h3{
    margin-top:0px;
	margin-bottom: 24px;
}
.thanks_container h5 {
    margin:10px 0 10px;
}
.feedback_modal .checkbox_cnt{
	margin: 45px 0px 5px;
}
.feedback_modal .help-block{
	position: unset;
	text-align: left;
	margin: 0 0 20px;
	color: #ff3b30;
    font-style: normal;
}
.agree-checkbox-block{
    margin-bottom: 32px;
}
.textarea{
	resize: none;
}
.textarea_cnt {
	position: relative;
}
.textarea_cnt>.textarea{
	margin-bottom: 0;
}
.required_star {
    color: #fb5f5f;
    margin-left: 3px;
    font-weight: 400;
    vertical-align: middle;
}
.close_modal_btn {
    margin-top:50px;
}

@media (max-width: 767px) {
	.feedback_modal .modal-heading{
		margin: 12px 0;
	}
	.feedback_modal .checkbox_cnt{
		margin: 0 0 20px;
	}
}

.feedback_modal input[type="text"]::-webkit-input-placeholder,
.feedback_modal input[type="tel"]::-webkit-input-placeholder,
.feedback_modal input[type="email"]::-webkit-input-placeholder,
.feedback_modal textarea::-webkit-input-placeholder {color: transparent;}

.feedback_modal input[type="text"]::-moz-placeholder,
.feedback_modal input[type="tel"]::-moz-placeholder,
.feedback_modal input[type="email"]::-moz-placeholder,
.feedback_modal textarea::-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:-moz-placeholder,
.feedback_modal input[type="tel"]:-moz-placeholder,
.feedback_modal input[type="email"]:-moz-placeholder,
.feedback_modal textarea:-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:-ms-input-placeholder,
.feedback_modal input[type="tel"]:-ms-input-placeholder,
.feedback_modal input[type="email"]:-ms-input-placeholder,
.feedback_modal textarea:-ms-input-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus::-webkit-input-placeholder,
.feedback_modal input[type="tel"]:focus::-webkit-input-placeholder,
.feedback_modal input[type="email"]:focus::-webkit-input-placeholder,
.feedback_modal textarea:focus::-webkit-input-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus::-moz-placeholder,
.feedback_modal input[type="tel"]:focus::-moz-placeholder,
.feedback_modal input[type="email"]:focus::-moz-placeholder,
.feedback_modal textarea:focus::-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus:-moz-placeholder,
.feedback_modal input[type="tel"]:focus:-moz-placeholder,
.feedback_modal input[type="email"]:focus:-moz-placeholder,
.feedback_modal textarea:focus:-moz-placeholder {color: transparent;}

.feedback_modal input[type="text"]:focus:-ms-input-placeholder,
.feedback_modal input[type="tel"]:focus:-ms-input-placeholder,
.feedback_modal input[type="email"]:focus:-ms-input-placeholder,
.feedback_modal textarea:focus:-ms-input-placeholder {color: transparent;}

.modal_description .clsp-1, .modal_description .clsp-2 {
    fill: #8b9bae;
    fill-rule: evenodd;
}
.modal_description .clsp-2 {
    opacity: 0.1;
}
.checkbox_cnt {
    display:flex;
}
.chekbox_hidden {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    height: 0;
    z-index: -1;
    left: 0;
}
.chekbox_visual {
    display: block;
    height: 18px;
    width:33px;
    background: #dbe0e6;
    border-radius:9px;
    position:relative;
    cursor:pointer;
    transition: background .1s ease-in;
    margin-right:10px;
    flex-shrink: 0;
}
.chekbox_visual:before {
    content: " ";
    width: 14px;
    height: 14px;
    margin: 2px;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right:15px;
    background: #fff;
    border-radius: 20px;
    transition: right .1s ease-in;
}
.chekbox_hidden:checked + .chekbox_visual {
	background:var(--prv_interactive_color);
}
.chekbox_hidden:checked + .chekbox_visual:before {
	right:0;
}
@media (min-width: 500px) {
    .api-star-rating{ float: left; margin-right: 15px; }
}
.api-star-rating-label{ line-height: 32px; }
.api-star-rating i{ display: inline-block; height: 28px; width: 29px; cursor: pointer}
.api-star-rating i{ background: url("/bitrix/templates/truckings2/components/prvolga.truckings2/universal.feedback/callback_calc/./sprite.png") no-repeat 0 -57px;}
.api-star-rating i.active{ background-position: -29px -57px; }

/* End */


/* Start:/bitrix/templates/truckings2/components/bitrix/news.list/right_sidebar/style.css?165066689071*/
#right_bar_map, #sideMap>div:not(.side-info-close) {
    height:100%;
}
/* End */


/* Start:/bitrix/components/prvolga.truckings2/regionality.list/templates/modal-cities/style.css?1650666819578*/
.regionality__wrapper{
    padding: 30px 40px;
}
.reginality-title{
    font-weight: bold;
    font-size: 1.7857em;
    text-align: center;
    margin-bottom: 30px;
}
.regionality-list{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    list-style-type: none;
    max-height: 500px;
}
.regionality-list__letter{
    margin: 20px 0 8px 0;
    font-weight: 500;
    color: var(--prv_btn_color);
}
.regionality-list__item{
    margin-right: 20px;
    font-size: 1.14em;
    cursor: pointer;
}
.regionality-list__item:hover{
    color: var(--prv_btn_color);
}


/* End */


/* Start:/bitrix/templates/truckings2/components/bitrix/main.include/footer_2/style.css?16741963314210*/
#main-footer hr{
	margin-top: 35px;
	margin-bottom: 25px;
}
.footer-section {
	background-color: #33363A;
	color: #fff;
	padding: 35px 0 20px;
}
.footer-section.light{
	background-color: #F8F9FB;
	color: #212121
}
.footer-section__email a{
	color: #fff;
}
.footer-section.light .footer-section__email a{
	color: #212121;
}
.footer-section.light .footer-section__email a:hover{
	color: var(--prv_color);
    text-decoration:none;
}
.footer-section__network-list{
	font-size: 14px;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.footer-section__network-list li{
	display: inline-block;
	margin-right: 40px;
}
.footer-section__network-list a{
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
.footer-section.light .footer-section__network-list a{
	color: #212121;
}
.footer-section__network-list a:hover,
.footer-section.light .footer-section__network-list a:hover{
	color: var(--prv_btn_color);
}
.footer-section__network-list a:hover,
.footer-section__network-list a:focus{
	text-decoration: none;
}
.footer-section .phonenum.show-modal{
	font-size: 0.6666em;
}
.footer-section__phone-block,
.footer-section__address-block,
.footer-section__email-block,
.footer-section__time-block{
	display: flex;
	align-items: center;
}
.footer-section__phone-block,
.footer-section__email-block{
	margin-bottom: 20px;
}
.footer-section__phones,
.footer-section__address,
.footer-section__email,
.footer-section__time{
	margin-left: 19px;
}
.contacts_icon{
	fill: #fff;
}
.footer-section.light .contacts_icon{
	fill: #212121;
}
.footer-section .phonenum,
.footer-section .phonenum:focus{
	color: #fff;
}
.footer-section.light .phonenum,
.footer-section.light .phonenum:focus{
	color: #212121;
}
.footer-section .phonenum:hover{
	color: var(--prv_btn_color);
}
.footer-section__phones .prv_top_number{
	font-weight: normal;
	font-size: 0.9333em;
	font-size: 1.1428em;
}
.footer-section__phones .prv_top_number,
.footer-section__phones .prv_top_number:hover,
.footer-section__phones .prv_top_number:focus{
	color: #fff;
}
.footer-section.light .footer-section__phones .prv_top_number,
.footer-section.light .footer-section__phones .prv_top_number:hover,
.footer-section.light .footer-section__phones .prv_top_number:focus{
	color: #212121;
}
.footer-section__network{
    margin: 30px 0 20px;
}
@media (max-width: 991px) {
	.footer-section__phone-block,
	.footer-section__address-block,
	.footer-section__email-block,
	.footer-section__network-list,
	.footer-section__time-block{
		justify-content: center;
	}
	.footer-section__network-list li{
		margin: 0 20px 0 20px;
	}
	.footer-section__subscribe{
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.footer-section__network-list li{
		margin-right: 20px;
	}
}
.footer-section__phones .dropdown-menu a,
.footer-section__phones .dropdown-menu a:focus{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
	font-size: 14px;
	text-decoration: none;
}
.footer-section__phones .dropdown-menu a:hover,
.footer-section__phones .dropdown-menu a:active,
.footer-section__phones .dropdown-menu a:active:focus,
.footer-section__phones .dropdown-menu a:active:hover{
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
	background-repeat: repeat-x;
	text-decoration: none;
}

.footer-section.light .bottom-nav-list__root{
	color: #212121
}
.footer-section.light .bottom-nav-list__root:hover {
    color: var(--prv_btn_color);
}
.footer-section__time-block {
	margin-top: 20px;
}
.footer-section__time-block .fa {
	font-weight: 300;
}
/* End */


/* Start:/bitrix/templates/truckings2/components/bitrix/menu/bottom_menu/style.css?16808695891538*/
.bottom-nav-list__submenu{
	padding-left: 0;
	list-style: none;
	margin: 0;
}
.bottom-nav-list__root{
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 15px;
}
.bottom-nav-list__submenu>li{
    margin-bottom: 10px;
}
.bottom-nav-list__submenu>li>a{
	color: #757575;
	font-size: 1em;
}
.bottom-nav-list__submenu>li>a:hover,
.bottom-nav-list__root:hover{
	text-decoration: none;
	color: var(--prv_btn_color);
}
.bottom-nav-list__submenu>li>a:focus,
.bottom-nav-list__submenu>li>a:hover,
.bottom-nav-list__root:focus,
.bottom-nav-list__root:hover{
	text-decoration: none;
}
.bottom-nav-list__submenu>li>a.selected,
.bottom-nav-list__root.selected{
	color: var(--prv_btn_color)!important;
}
.bottom-nav-list__section{
	margin-bottom: 30px;
}

.footer_menu .bottom-nav-list__section .servise_element_menu {
	margin-top: 20px;


}
.footer_menu .bottom-nav-list__root {
	display: block;

}


@media(max-width: 767px){
	.footer_menu .bottom-nav-list__section{
		display: block;
		columns: 2;
	}
	.footer_menu .bottom-nav-list__section .servise_element_menu {
		margin-top: 0;
	}
}
@media(min-width: 768px){
    .bottom-nav-list__root{
        display: block;
    }
}
@media(min-width: 992px){
	.bottom-nav-list__root{
		font-size: 1em;
	}
	.bottom-nav-list__submenu>li>a{
		font-size: 1.1428em;
		line-height: 1.2857em;
	}
	.bottom-nav-list__section{
		margin: 0;
	}
	.bottom-nav-list__root{
		margin-bottom: 20px;
	}
	.bottom-nav-list__submenu>li>a{
		margin-bottom: 18px;
	}
}
/* End */


/* Start:/bitrix/templates/truckings2/template_styles.css?1698061018578*/
.fnt-16{
font-size: 16px;
}
#prv_site_settings{
    display: block;
}
.mbg{
    background: #ffffffd1;
    padding: 20px;
    border-radius: 10px;
}
.lister{

    PADDING: 0;
    MARGIN: 0;

list-style: none;
}
.lister li{
    padding-left: 15px;
    position: relative;

}
.lister li:before{
    content: '✔';
    position: absolute; top: 0; left: 0;
    color: #92d76b;
}
.calculator{
    max-width: 100%;
    overflow: hidden;
}
.as-h2{
    font-size: 1.8571em;
    color: #212121;
    line-height: 1;
    margin: 60px 0 48px;
}
.font--normal h2{
    font-weight: normal;
}
/* End */
/* /bitrix/templates/truckings2/local/css/style.css?169555464950127 */
/* /bitrix/templates/truckings2/local/css/templates/layout-2.css?16506668901801 */
/* /bitrix/templates/truckings2/components/bitrix/main.include/prv_site_settings/style.css?165066689123668 */
/* /bitrix/templates/truckings2/components/bitrix/main.include/header_9/style.css?16843279208783 */
/* /bitrix/templates/truckings2/components/prvolga.truckings2/search.title/electrical_search/style.css?16506668912318 */
/* /bitrix/templates/truckings2/components/bitrix/menu/menu_toggle/style.css?165066689015651 */
/* /bitrix/templates/truckings2/components/prvolga.truckings2/search.title/electrical_search_toggle/style.css?16506668912698 */
/* /bitrix/components/prvolga.truckings2/regionality.list/templates/toggle-region/style.css?16506668191384 */
/* /bitrix/templates/truckings2/components/bitrix/news.list/phone_numbers_dropdown_header_1/style.css?1650666890416 */
/* /bitrix/templates/truckings2/components/bitrix/news.list/emails/style.css?1650666890150 */
/* /bitrix/templates/truckings2/components/bitrix/news.list/address/style.css?1650666890150 */
/* /bitrix/templates/truckings2/components/bitrix/menu/nav_list_tpl/style.css?16783577495829 */
/* /bitrix/templates/truckings2/components/bitrix/menu/nav_list_tpl/priority-nav/priority-nav-core.css?1650666890918 */
/* /bitrix/templates/truckings2/components/bitrix/main.include/header_mobile/style.css?16506668918356 */
/* /bitrix/templates/truckings2/components/bitrix/menu/menu_toggle--mobile/style.css?165066689015094 */
/* /bitrix/templates/truckings2/components/bitrix/menu/nav_list_tpl--mobile-left/style.css?16831227055826 */
/* /bitrix/components/prvolga.truckings2/regionality.list/templates/toggle-region-mobile/style.css?16506668191560 */
/* /bitrix/templates/truckings2/components/bitrix/breadcrumb/page-breadcrumbs/style.css?1650666890683 */
/* /bitrix/templates/truckings2/components/prvolga.truckings2/universal.feedback/callback/style.css?16506668915255 */
/* /bitrix/templates/truckings2/components/bitrix/system.auth.form/account_auth/style.css?16506668908107 */
/* /bitrix/templates/truckings2/components/prvolga.truckings2/universal.feedback/review/style.css?16506668917368 */
/* /bitrix/templates/truckings2/components/prvolga.truckings2/universal.feedback/message/style.css?16506668915139 */
/* /bitrix/templates/truckings2/components/prvolga.truckings2/universal.feedback/callback_calc/style.css?16565879265255 */
/* /bitrix/templates/truckings2/components/bitrix/news.list/right_sidebar/style.css?165066689071 */
/* /bitrix/components/prvolga.truckings2/regionality.list/templates/modal-cities/style.css?1650666819578 */
/* /bitrix/templates/truckings2/components/bitrix/main.include/footer_2/style.css?16741963314210 */
/* /bitrix/templates/truckings2/components/bitrix/menu/bottom_menu/style.css?16808695891538 */
/* /bitrix/templates/truckings2/template_styles.css?1698061018578 */
