@media (max-width: 767px) {
    #bx-panel {
        display: none !important
    }
}

html {
    font-size: 14px;
    min-width: 320px;
}

body {
    background: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    width: 100%;
    min-width: 320px;
}

body.bx-opened {
    /*overflow: hidden;*/
}

.wrap,
.bx-wrap,
.bx-wrapper {
    position: relative;
}

body.bx-background-image {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #fff;
    background-image: url("images/bg.jpg");
}

@media (min-width: 992px) and (max-width: 1199px) {
    body.bx-background-image {
        -webkit-background-size: 1600px auto;
        background-size: 1600px auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.bx-background-image {
        -webkit-background-size: 1280px auto;
        background-size: 1280px auto;
    }
}

@media (max-width: 767px) {
    body.bx-background-image {
        background: none;
    }
}

body.bx-background-gradient {
    background: rgb(246, 247, 251);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjdmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(246, 247, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246, 247, 251, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(246, 247, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(246, 247, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(246, 247, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(246, 247, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f7fb', endColorstr='#ffffff', GradientType=0);
    background-attachment: fixed;
}

.icon-empty {
    opacity: 0;
}

a {
    text-decoration: none;
}

a:active,
a:hover {
    border-color: transparent;
    text-decoration: none;
}

a,
.container {
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.bx-header {
}

/*Logo*/

.bx-logo .bx-logo-block img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.bx-logo-text,
.bx-logo-text:hover,
.bx-logo-text:active {
    font-size: 32px;
    font-weight: 700;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 37px;
    text-decoration: none;
    border: none;
    vertical-align: bottom;
}

.bx-logo-text small {
    font-size: 37px;
}

.bx-logo-desc {
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    font-size: 13px;
    line-height: 10px;
    color: #b8b8b8;
}

@media (max-width: 767px) {
    .bx-logo {
        background: #1484ce;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1400;
        padding: 10px 60px;
    }

    .bx-logo .bx-logo-block {
        text-align: center;
        height: 30px;
    }

    .bx-logo-text {
        font-size: 24px;
        color: #fff;
        line-height: 30px;
        vertical-align: middle;
    }

    .bx-logo-text:hover,
    .bx-logo-text:active {
        color: #fff;
    }

    .bx-logo-text small {
        font-size: 24px;
        color: #fff;
    }

    .bx-logo-desc {
        display: none;
    }
}

/* Sections */

.bx-header-section {
    border-left: 1px solid #eaebec;
    border-right: 1px solid #eaebec;
    padding: 28px 45px 10px;
    background: #fff;
}

.bx-content-seection {
    min-height: 50vh;
    padding: 0 45px 5px;
    background: #fff;
    border-left: 1px solid #eaebec;
    border-right: 1px solid #eaebec;
}

@media (min-width: 1200px) {
    .bx-header-section {
        padding: 31px 45px 10px;
    }

    .bx-content-seection {
        padding: 0 45px 5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bx-header-section {
        padding: 31px 30px 10px;
    }

    .bx-content-seection {
        padding: 0 30px 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bx-header-section {
        padding: 31px 15px 10px;
    }

    .bx-content-seection {
        padding: 0 15px 5px;
    }
}

@media (max-width: 767px) {
    .bx-header-section {
        padding: 120px 15px 10px
    }

    .bx-content-seection {
        padding: 0 15px 10px
    }
}

/* header / phone */

.bx-inc-orginfo {
    padding-left: 28px;
}

@media (max-width: 767px) {
    .bx-inc-orginfo {
        text-align: center;
        padding-bottom: 10px;
    }
}

.bx-inc-orginfo-phone {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    white-space: nowrap;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.bx-inc-orginfo-phone i {
    color: #97a1ab;
    position: relative;
    margin-left: -23px;
}

.bx-inc-orginfo-recall {
}

.bx-inc-orginfo-recall a {
    color: #E31E24;
    border-bottom: 1px dashed;
    font-size: 12px;
    margin-left: 2px;
}

.bx-inc-orginfo-recall a:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}

/* header / worktime */

.bx-worktime {
}

@media (max-width: 767px) {
    .bx-worktime {
        text-align: center;
    }
}

.bx-worktime-title {
    color: #8d8d8d;
    font-size: 12px;
}

.bx-worktime-prop {
    font-size: 13px;
    color: #000;
}

.bx-worktime-prop > span {
    white-space: nowrap;
}

/*sidebar*/

.bx-block-title {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #343434;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 9px;
    font-weight: 600;
}

.bx-footer .bx-block-title {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 600;
}

/* Breadcrumb Custom*/

.bx-breadcrumb-item a {
    color: #757575;
}

.bx-breadcrumb-item a:hover {
    color: #2d2d2d;
}

/* workarea */

/*TITLE*/

h1.bx-title,
h2.bx-title,
h3.bx-title,
h4.bx-title,
h5.bx-title,
h6.bx-title {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

h1.bx-title,
h2.bx-title,
h3.bx-title {
    padding-bottom: 15px;
}

h4.bx-title,
h5.bx-title,
h6.bx-title {
}

h1.bx-title {
    margin-top: 0;
    /*padding-bottom: 10px;*/
    padding-bottom: 0;
}

h2.bx-title {
    font-size: 25px
}

h3.bx-title {
}

h4.bx-title {
}

h5.bx-title {
}

h6.bx-title {
}

/* FORMS */
input[type=text],
input[type=password],
input[type=tel] {
    margin: inherit 4px;
    padding: 5px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
}

textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    font-size: 18px;
    min-height: 150px;
    max-height: 450px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
}

/* INC.banners */

.bx-incbanners {
    margin: 10px 0 25px;
    text-align: center;
}

/* INC.links.footer */

.bx-inclinksfooter a {
    border-bottom: none;
}

.bx-inclinksfooter .bx-block-title {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 600;
}

.bx-inclinksfooter-container {
    margin-top: 15px;
    padding: 0;
    color: #fff;
    border-radius: 2px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.bx-inclinksfooter-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bx-inclinksfooter-item {
    padding: 0 0 5px 0;
}

/* INC.logo.footer */

.bx-inclogofooter {
    color: #fff;
}

.bx-inclogofooter a.bx-inclogofooter-logo:hover,
.bx-inclogofooter a.bx-inclogofooter-logo {
    border-bottom: none;
}

.bx-inclogofooter-logo img {
    max-width: 180px;
    height: auto;
}

.bx-inclogofooter-block {
    padding-bottom: 20px;
}

.bx-inclogofooter-tel {
    color: #cfd0d0;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}

.bx-inclogofooter-worktime {
    color: #cfd0d0;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    /*text-transform: uppercase;*/
}

/* INC.social.widget */

.bx-banners {
    margin: 10px 0;
}

.bx-banners .bx-block-title {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #343434;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 9px;
    font-weight: 600;
}

/* INC.wt */

.bx-wt-block {
    color: #fff;
    padding: 5px 15px;
    background: url(images/wt.png) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 3px;
    font-size: 16px;
}

.bx-wt .bx-block-title {
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
}

.bx-wt-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
}

.bx-wt-block ul li {
    padding-bottom: 7px;
}

.bx-wt-others-block {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: 4px;
}

/* news.list.sidebar */
.bx-s-info {
    margin: 10px 0;
    padding-top: 5px;
}

.bx-s-info-block {
    display: block;
    margin-bottom: 25px;
}

.bx-s-info-title {
    display: block;
    min-height: 29px;
    padding-left: 36px;
    margin-bottom: 5px;
    position: relative;
}

.bx-s-info-titleicon {
    display: block;
    background: #007FCA;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.bx-s-info-titleicon i {
    line-height: 30px;
    vertical-align: middle;
    font-style: normal;
}

.bx-s-info-titletext {
    display: block;
    padding: 6px 0;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #343434;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.bx-s-info-content {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #3e454c;
    padding-left: 36px;
}

/* FOOTER */

.bx-footer {
    background: #292d2e;
    color: #c8cece;
}

.bx-footer-section.bx-center-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.bx-footer-section.bx-center-section > div {
    margin-bottom: 20px;
}

.bx-footer a {
    color: #c8cece;
}

.bx-footer a:hover {
    color: #fff;
    border-bottom: 1px solid;
    text-decoration: none;
}

.bx-footer-line {
    background: #1f496a;
}

.bx-footer-bottomline {
    background: #222425;
    font-size: 14px;
    padding: 22px 0;
}

.bx-up {
    text-align: right;
}

.bx-up a,
.bx-up a:hover {
    border-bottom: none;
}

@media (min-width: 1200px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
    .bx-footer {
        text-align: center;
    }

    .bx-up {
        text-align: center;
    }
}

/**/

.btn,
.btn:hover,
.btn:active,
.btn:focus {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    background-color: #1485ce;
    border-color: #1485ce;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    background-color: #53a4d8;
    border-color: #53a4d8;
}

.btn-link {
    color: #1485ce;
}

.btn-link:focus,
.btn-link:hover {
    color: #53a4d8;
    text-decoration: none;
}

/*404*/

.bx-404-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.bx-404-block {
    margin-top: 100px;
    margin-bottom: 66px;
}

@media (max-width: 768px) {
    .bx-404-block {
        margin-top: 50px;
        margin-bottom: 33px;
    }
}

.bx-404-text-block {
    font-size: 20px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding-bottom: 20px;
}

.bx-maps-title {
    color: #8f8f8f;
    font-size: 16px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding-bottom: 20px;
    padding-top: 10px;
    border-bottom: 1px solid #e9eaea;
}

.map-columns {
    padding-top: 20px;
}

.bx-map-title {
    font-weight: bold;
    font-size: 14px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    position: relative;
    min-height: 20px;
    padding-left: 25px;
    margin-bottom: 20px;
}

.bx-map-title .fa {
    color: #0083d1;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 15px;
}

.map-columns ul {
    list-style: none;
    margin-bottom: 5px;
}

.map-level-0 {
    margin-left: 0;
    padding-left: 25px;
    margin-bottom: 20px;
}

.map-level-0 li {
    margin-left: 0;
    padding-left: 0;
}

.map-level-0 ul {
    padding-left: 15px;
}

ul.map-level-1 {
    margin-bottom: 30px;
}

/*ABOUT*/

.bxd-block {
    width: 100%;
    border: 1px solid #e3e6e7;
    display: block;
    background: #fff;
    padding: 15px;
    min-height: 210px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a.bxd-block:hover {
}

.bxd-icon {
    display: block;
    border-radius: 50%;
    height: 68px;
    width: 68px;
    margin: 0 auto;
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.bxd-block:hover .bxd-icon {
}

.bxd-icon .fa {
    margin-left: -1px;
    position: relative;
    font-size: 35px;
    height: 68px;
    width: 68px;
    text-align: center;
    line-height: 68px;
    vertical-align: middle;
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.bxd-link:hover .bxd-icon .fa {
}

.bxd-title {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;
    color: #000;
    font-size: 15px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
}

.bxd-desc {
    display: block;
    text-align: center;
    color: #737373;
    font-size: 12px;
}

.bx-up-button {
    border-radius: 2px;
    color: #fff;
    position: fixed;
    right: 30px;
    bottom: 30px;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    vertical-align: middle;
    padding: 9px 18px 7px 38px;
    -webkit-transition: background-color .3s ease, opacity .3s ease;
    -moz-transition: background-color .3s ease, opacity .3s ease;
    -ms-transition: background-color .3s ease, opacity .3s ease;
    -o-transition: background-color .3s ease, opacity .3s ease;
    transition: background-color .3s ease, opacity .3s ease;
    background: #c2c4c7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAALCAMAAAB1RTwXAAAACVBMVEX///////////+OSuX+AAAAAnRSTlMAf7YpoZUAAAAfSURBVHgBYwACRkYgAaKZmBihNJAFpaFiTExAgjwGAA1BAD3lDqDYAAAAAElFTkSuQmCC) 18px 13px no-repeat;
}

.bx-up-button:hover {
    background-color: #9fa0a3;
}

.top_cities_holder {
    line-height: 1.6;
}

.top_cities_holder a {
    color: #E31E24;
    border-bottom: 1px dashed;
    font-size: 16px;
}

.top_cities_holder a:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}

.top_cities_holder .phone {
    font-size: 15px;
}

.top_cities_holder .select_city_holder {
    position: absolute;
    left: 5px;
    top: 22px;
    background-color: #fff;
    border: solid 1px #eaebec;
    padding: 6px 10px;
    line-height: 1.6;
    z-index: 102;
    display: none;
}

.top_cities_holder .select_city_holder a {
    display: block;
    line-height: 1.3;
}

.overlay {
    position: absolute;
    z-index: 101;
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    display: none;
}

.btn-subscribe {
    width: 100% !important;
    background-color: #E31E24 !important;
}

.btn-subscribe:before {
    width: 30px !important;
    background-color: #BE2F21 !important;
}

/*-----------------------------------------------------------------------------------*/
/*  SLIDER
/*-----------------------------------------------------------------------------------*/
.bannercontainer {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 610px !important;
    overflow: hidden;
}

.portfolio-bannercontainer {
    padding: 0;
    background-color: #fff;
    width: 1110px;
    position: relative;
    margin-bottom: 50px;
}

.portfolio-banner {
    width: 1110px;
    height: 550px;
    position: relative;
    overflow: hidden;
}

.banner ul,
.portfolio-banner ul {
    visibility: hidden;
}

.tp-hide-revslider,
.tp-caption.tp-hidden-caption {
    visibility: hidden !important;
    display: none !important;
}

.tp-caption {
    z-index: 1
}

.tp-caption.huge {
    position: absolute;
    color: #FFFFFF;
    text-shadow: none;
    font-weight: 300;
    font-size: 40px;
    white-space: nowrap;
}

.tp-caption.huge.dark {
    color: #1d2630;
    text-shadow: 0 0 3px #ccc;
}

.tp-caption.big {
    position: absolute;
    color: #FFFFFF;
    text-shadow: none;
    font-weight: 300;
    font-size: 32px;
    white-space: nowrap;
}

.tp-caption.big.dark {
    color: #1d2630;
    text-shadow: 0 0 3px #ccc;
}

.tp-caption strong {
    font-weight: 900
}

.tp-caption .colored {
    color: #1d2630;
}

.tp_inner_padding {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: none !important;
}

.tp-caption.boxshadow {
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img {
    -webkit-transform: translateZ();
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
}

.tp-simpleresponsive img {
    max-width: none
}

.noFilterClass {
    filter: none !important
}

.caption.fullscreenvideo {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}

.caption.fullscreenvideo iframe {
    width: 100% !important;
    height: 100% !important;
}

.tp-caption.fullscreenvideo {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}

.tp-caption.fullscreenvideo iframe {
    width: 100% !important;
    height: 100% !important;
}

.tpclear {
    clear: both
}

.tp-bullets {
    z-index: 1000;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
}

.tp-bullets.hidebullets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.tparrows {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
}

.tparrows.hidearrows {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.tp-bullets {
    z-index: 200;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
}

.tp-bullets.simplebullets {
    bottom: 10px
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background-color: #ebebeb;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    float: left;
    margin-right: 5px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

.top-wrapper .tp-bullets.simplebullets.round .bullet {
    background-color: #595959
}

.tp-bullets.simplebullets.round .bullet.last {
    margin-right: 5px;
    float: left !important;
    clear: none !important;
}

.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
    background-color: #2d85bf
}

.tparrows:before {
    font-family: 'arial';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0;
    margin-top: 8px;
    text-align: center;
    width: 37px;
}

/* FIREFOX FIX */
@-moz-document url-prefix() {
    .tparrows:before {
        margin-top: 7px
    }
}

.tparrows {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #ebebeb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #4a4a4a;
    width: 36px;
    height: 36px;
    top: 50% !important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    overflow: hidden;
}

.top-wrapper .tparrows {
    background: #0099cc;
    color: #dfdfdf;
}

.tp-leftarrow:before {
    content: '\25c0';
    line-height: 22px;
    margin-left: -2px;
}

.tp-rightarrow:before {
    content: '\25b6';
    line-height: 22px;
    margin-right: -2px;
}

/*.tparrows.tp-rightarrow:before, .tparrows.tp-leftarrow:before {
    margin-left: 1px;
}*/
/* FIREFOX FIX */
/*@-moz-document url-prefix() { 
    .tparrows.tp-rightarrow:before {
        margin-left: 2px;
    }
}*/
.tparrows:hover {
    background-color: #0099cc;
    color: #FFF;
}

/* WEBKIT FIX */
media_tag_2 {
    media_subcode: 2
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url(../images/timer.png);
    position: absolute;
    z-index: 200;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}

media_tag_3 {
    media_subcode: 3
}

.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive > ul > li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background: url(../images/loading.svg) no-repeat;
    background-color: transparent;
    margin: -15px -15px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}

.top-wrapper .tp-loader {
    background-image: url(../images/loading-dark.gif);
}

media_tag_4 {
    media_subcode: 4
}

.special i, .special b {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.special p {
    opacity: 0;
    font-size: 16px;
}

.special:hover i, .special:hover b {
    opacity: 1;
    color: #1d2630;
}

.special:hover p {
    opacity: 1;
    color: #1d2630;
    -webkit-animation: moveFromBottom 300ms ease-in-out;
    -moz-animation: moveFromBottom 300ms ease-in-out;
    -ms-animation: moveFromBottom 300ms ease-in-out;
}

@-webkit-keyframes moveFromBottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes moveFromBottom {
    from {
        opacity: 0;
        -moz-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes moveFromBottom {
    from {
        opacity: 0;
        -ms-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes moveFromTop {
    from {
        opacity: 0;
        -moz-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes moveFromTop {
    from {
        opacity: 0;
        -ms-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}

/*.bx-authform-formgroup-container input[type="submit"] {
	font-size: 14px;
}*/

.bx-subscribe-holder {
    padding: 5px 15px;
    /*border: solid 1px #7d7d7d;*/
    background-color: #222425;
}

.bx-subscribe-holder .bx-subscribe div.bx-block-title {
    color: #7d7d7d;
}

.social_holder i {
    font-size: 32px;
}

.social_holder a:hover {
    text-decoration: none !important;
    border-bottom: none !important;
}

footer {
    border-top: solid 4px #E31E24;
}

footer .show_other {
    font-size: 12px;
    color: #bbc6d1 !important;
}

footer .show_other:hover {
    text-decoration: none !important;
    border-bottom: none !important;
}

footer .other_categories {
    width: 100%;
    display: none;
}

footer .other_categories a {
    color: #bbc6d1 !important;
}

.bannercontainer .banner li {
    width: 100%;
    background-color: #E31E24;
}

.bannercontainer .banner video {
    max-width: 100%;
    height: 600px;
}

.dark_bg {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(17, 153, 187, 0.80);
    z-index: 2;
    display: none;
}

.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
    z-index: 3;
}

.bx-theme-blue .bx-wrapper .btn {
    background-color: #E31E24;
    border-color: #E31E24;
    color: #fff;
}

.bx-theme-blue .bx-wrapper .btn:hover {
    background-color: #BE2F21;
    border-color: #BE2F21;
    color: #fff;
}

.bx-theme-blue .bx-filter.bx-green .bx-ui-slider-pricebar-v {
    background: #E31E24;
}

.bx-theme-blue .bx-filter.bx-green .bx-ui-slider-pricebar-vn {
    background: #38beda;
}

.bx-theme-blue .bx-filter.bx-green .bx-filter-section {
    background: #eafafc;
}

.bx-theme-blue .bx-ui-slider-handle.left {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKdJREFUeNpiFJ23m4ECEMtEgeZAIJ5PrgGuQLwCiJnJMcAGiDcCMRuIQ6oBxkC8BYg5YQKkGKALxNuBmB9ZkFgDVKCaRdEliDFAGoh3QWkGUg0A2bgXiBVxKcBnAD/UZnV8NuAygBOq2YCQ/5hwaAZFlRkxoYtuABs0hTkRG7fIBjCD0jYQ+5GSspANmAnEUaSma5gBvUCcTE6uAhnQCMRF5OZpgAADAHTZEQI4Cc2HAAAAAElFTkSuQmCC') no-repeat right top !important;
}

.bx-theme-blue .bx-ui-slider-handle.right {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKFJREFUeNpiFJ23O5aBgWExA5mACYjnA3EgJQYwA/EKIHYl1wAQYAPijUBsQ64BIMAJxFuA2JhcA0CAH4i3A7EuuQaAgCjUEBVyDQABaSDeBaXJMgAEFIF4L9RFZBkAAupQl/CTawAIGEAN4STXABAwg0YxJ7kGgIATNMWykWsACPhB8w4zuQaAQBQQz6TEABBIBuJeEIOFgXxQBMRfAAIMAE3+EhqkxVUQAAAAAElFTkSuQmCC') no-repeat left top !important;
}

.bx-filter .bx-ui-slider-handle {
    border: 7px solid #E31E24;
}

.sidebar .bx-searchtitle {
    margin: 0;
}

.bx_catalog_tile {
    margin-bottom: 0;
}

button.close {
    position: absolute;
    right: 20px;
    left: auto;
    top: 20px;
    display: block;
    background: url("../images/cross-dark.png") center no-repeat;
    width: 24px;
    height: 24px;
    opacity: 1;
}

button.close:hover {
    opacity: 0.5;
}

button.close_active {
    display: block;
    background: url("../images/cross-lite.png") center no-repeat;
    width: 24px;
    height: 24px;
    opacity: 1;
}

button.close_active:hover {
    opacity: 0.5;
}

.bx-sidebar-block > div {
    padding: 8px 0 3px;
}

.workarea p, .workarea li {
    text-align: justify;
}

.workarea p.indent {
    text-indent: 5%;
}

.star {
    color: red;
}

.popup__form .message-container {
    margin-top: 10px;
    margin-bottom: 5px;
}

.popup__form .message-container > div {
    margin: 0;
}

.workarea div.border {
    border: 4px solid black; /* Параметры границы */
    background: #f3f3f3; /* Цвет фона */
    padding: 10px; /* Поля вокруг текста */
}

.non_correct_photo_holder {
    position: absolute;
    right: 60px;
    top: -40px;
}

.bx-authform-input-container input[type="tel"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #ccd5db;
    border-radius: 2px;
    background: #f8fafc;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.starrequired {
    color: red;
}

.bx-auth-reg input {
    max-width: 400px;
}

.fix {
    width: 0;
    display: inline-block;
    /*height: 100%;*/
    vertical-align: middle;
}

.price {
    font-weight: bold;
}

.price_old {
    color: #b8b8b8;
    text-decoration: line-through;
}

.basket_rows {
    line-height: 1.2 !important;
}

input.error {
    border: solid 1px red;
}

.total strong {
    font-size: 17px;
}

i.order_confirm {
    font-size: 36px;
}

#order_form_content .basket_rows + .basket_rows {
    border-top: solid 1px #efefef;
}

#order_form_content .total {
    border-top: solid 2px #efefef;
}

.smart-filter {
    background-color: #e6eff6;
    padding: 18px 10px !important;
}

.bx-green .btn.btn-default, .btn-primary {
    background-color: #E31E24;
    border-color: #E31E24;
}

.bx-green .btn.btn-default:hover, .btn-primary:hover {
    background-color: #38beda;
    border-color: #38beda;
}

.smart-filter-slider-price-bar-v {
    background-color: #E31E24;
}

.bx-pagination .bx-pagination-container ul li span {
    text-align: center;
}

.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {
    background-color: #E31E24 !important;
}

.smart-filter-parameters-box-title-text {
    color: #E31E24 !important;
}

.smart-filter-slider-handle {
    border: 7px solid #E31E24;
}

.smart-filter-slider-handle.left:hover, .smart-filter-slider-handle.left:active, .smart-filter-slider-handle.left:focus {
    border-right-color: #53a4d8;
    border-bottom-color: #53a4d8;
}

.smart-filter-slider-handle.right:hover, .smart-filter-slider-handle.right:active, .smart-filter-slider-handle.right:focus {
    border-left-color: #53a4d8;
    border-bottom-color: #53a4d8;
}

.smart-filter-slider-price-bar-vn {
    background-color: #dfdfdf !important;
}

.gradient {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
    background: -moz-linear-gradient(top, #99d23e 0%, #63aa28 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #99d23e), color-stop(100%, #63aa28)) !important;
    background: -webkit-linear-gradient(top, #99d23e 0%, #63aa28 100%) !important;
    background: -o-linear-gradient(top, #99d23e 0%, #63aa28 100%) !important;
    background: -ms-linear-gradient(top, #99d23e 0%, #63aa28 100%) !important;
    background: linear-gradient(to bottom, #99d23e 0%, #63aa28 100%) !important;
    text-shadow: 0 1px 0 #5d8634;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99d23e', endColorstr='#63aa28', GradientType=0) !important;
}

.gradient:hover {
    background: #a8d95b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
    background: -moz-linear-gradient(top, #a8d95b 0%, #7ab748 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8d95b), color-stop(100%, #7ab748)) !important;
    background: -webkit-linear-gradient(top, #a8d95b 0%, #7ab748 100%) !important;
    background: -o-linear-gradient(top, #a8d95b 0%, #7ab748 100%) !important;
    background: -ms-linear-gradient(top, #a8d95b 0%, #7ab748 100%) !important;
    background: linear-gradient(to bottom, #a8d95b 0%, #7ab748 100%) !important;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8d95b', endColorstr='#7ab748', GradientType=0) !important;
}

.gradient:active {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
    background: -moz-linear-gradient(top, #63aa28 0%, #6fb32d 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #63aa28), color-stop(100%, #6fb32d)) !important;
    background: -webkit-linear-gradient(top, #63aa28 0%, #6fb32d 100%) !important;
    background: -o-linear-gradient(top, #63aa28 0%, #6fb32d 100%) !important;
    background: -ms-linear-gradient(top, #63aa28 0%, #6fb32d 100%) !important;
    background: linear-gradient(to bottom, #63aa28 0%, #6fb32d 100%) !important;
    box-shadow: none !important;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63aa28', endColorstr='#6fb32d', GradientType=0) !important;
}

.zapchasti_list a {
    color: #E31E24;
    display: inline-block;
    margin-bottom: 3px;
}

.zapchasti_item .head {
    background-color: #E31E24;
    color: #fff;
    font-size: 13px;
}

.zapchasti_item .head > div {
    padding: 3px 2px;
}

.zapchasti_item .body {
    font-size: 13px;
}

.zapchasti_item .body.selected {
    color: #E31E24;
    background-color: #ddeeff !important;
}

.zapchasti_item .body:nth-child(2n) {
    background-color: #f6f6f6;
}

.zapchasti_item .body > div {
    padding: 3px 2px;
    border: solid 1px #f6f6f6;
    border-collapse: collapse;
}

.zapchasti_item .body.selected > div {
    border: solid 1px #ddeeff !important;
}

.zapchasti_item .scheme_container {
    border: 1px solid #d3d2d2;
    position: relative;
    text-align: center;
    width: 682px;
    height: 937px;
    overflow: hidden;
}

.zapchasti_item .scheme_container .scheme_overlay {
    width: 680px;
    height: 935px;
    z-index: 300;
    position: absolute;
    top: 0;
    left: 0;
}

.parts_holder {
    height: 910px;
    overflow-y: scroll;
}

ul.pages_list {
    padding: 0;
    margin-top: 20px;
}

ul.pages_list li {
    display: inline-block;
}

ul.pages_list li + li {
    margin-left: 5px;
}

ul.pages_list li a {
    display: inline-block;
    padding: 5px 0;
    border: solid 1px #eff0f1;
    color: #444;
    background: #eff0f1;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 16px;
}

ul.pages_list li a:hover {
    background: #dadada;
}

ul.pages_list li.selected a, ul.pages_list li.selected a:hover {
    border: solid 1px #E31E24;
    background: #E31E24;
    color: #fff;
}

#popup__basket_add .spare_available, #popup__basket_add .spare_notavailable {
    color: green;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

#popup__basket_add .spare_notavailable {
    color: red;
}

#popup__basket_add .available .spare_notavailable, #popup__basket_add .notavailable .spare_available {
    display: none;
}

#popup__basket_add .quantity_input {
    width: 30px;
}

#popup__basket_add .minus, #popup__basket_add .plus {
    position: relative;
    display: inline-block;
    background-color: #f2f2f2;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: background 300ms ease, opacity 300ms ease;
    color: #212529;
    border-color: #f2f2f2;
}

#popup__basket_add .minus:hover, #popup__basket_add .plus:hover {
    background: #d3d3d3;
    border-color: #d3d3d3;
}

#popup__basket_add .minus {
    border-radius: 2px 0 0 2px !important;
}

#popup__basket_add .plus {
    border-radius: 0 2px 2px 0 !important;
}

#popup__basket_add .add2basket {
}

#popup__basket_add .price {
    font-size: 24px;
}

#popup__basket_add .popup__block-title {
    padding-right: 35px;
}

.spare_scheme, .ask_question {
    line-height: 35px;
    display: inline-block;
    color: #E31E24;
    border: solid 1px #E31E24;
    border-radius: 4px;
    padding: 5px 10px;
    width: 195px;
}

.spare_scheme:hover, .ask_question:hover {
    color: #38beda;
    border: solid 1px #38beda;
}

.spare_scheme span, .ask_question span {
    vertical-align: middle;
    font-size: 18px;
}

.spare_scheme i, .ask_question i {
    font-size: 28px;
    margin-right: 5px;
    vertical-align: middle;
}

.ask_question {
    margin-top: 15px;
}

.product-item-detail-info-section {
    padding: 0 !important;
}

.used_in_title {
    font-weight: bold;
}

.used_in_link a {
    color: #E31E24;
}

.used_in_show_more {
    font-size: 12px;
    color: red;
}

.used_in_hidden_models {
    display: none;
}

.red {
    color: #d0021b;
}

.is_cross {
    color: #d0021b;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    /*display: none;*/
}

.bx-green .product-item-selected-scu, .bx-green .product-item-detail-slider-controls-image:hover, .bx-green .product-item-detail-slider-controls-image.active {
    outline-color: #E31E24;
}

.imgAlleft {
    width: 30%;
    float: left;
    margin: 0 10px 0 0;
}

.imgAlright {
    width: 30%;
    float: right;
    margin: 0 0 0 10px;
}

.bill_buttons a, .bill_buttons input {
    display: inline-block;
    width: 190px;
}

.ui-datepicker.ui-widget {
    z-index: 10 !important;
}

.result_container .title {
    font-weight: bold;
    color: #E31E24;
}

.result_container .grey {
    color: #ccc;
}

.result_container .green {
    color: green;
}

.result_container .sum {
    font-size: 16px;
}

.result_container .total_sum {
    font-weight: bold;
    color: #1E353D;
    border-top: 1px solid #1E353D;
}

.is_available.not_available {
    display: none !important;
}

.available_message_container p {
    text-align: center;
}

.product-item.not_available {
    opacity: .3;
}

.bx-nav-2-lvl.parent .bx-nav-list-3-lvl {
    display: none;
}

.sale-order-detail-total-payment-list-right-item, .sale-order-detail-total-payment-list-left-item {
    text-align: right !important;
    height: auto !important;
}

.bx-basket-block .fas, .bx-basket-block .far {
    position: absolute;
    top: 1px;
    left: 0;
    width: 12px;
    color: #97a1ab;
    font-size: 14px;
}

.bx-nav-1-lvl.red a {
    background: #E31E24 !important;
    color: #fff !important;
}

.bx-nav-1-lvl.red:hover a {
    background: #ff6666 !important;
    color: #fff !important;
}

.personal_order_list {
    font-size: 16px;
}

.personal_order_list .order_item {
    border-bottom: 1px solid #cfcfcf;
}

.personal_order_list .sale-order-payment-change-pp {
    text-align: center;
}

.personal_order_list .sale-order-list-button-container .btn {
    font-size: 12px;
    padding: .275rem .55rem;
}

.personal_order_list .detail_link {
    font-size: 12px;
}

.personal_order_list .sale-order-payment-change-pp .sale-order-payment-change-pp-company {
    margin-bottom: 0;
    padding: 2px 0;
}

.personal_order_list .sale-order-payment-change-payment-title {
    font-weight: normal;
}

.personal_order_list .sale-order-payment-change-pp-company-image {
    display: inline-block;
    border-bottom: 1px dashed;
    color: #007bff;
    border-color: #007bff;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    margin-bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.personal_order_list .sale-order-payment-change-pp-company-image:hover {
    border-bottom: 1px dashed;
    color: #0056b3;
    border-color: #0056b3;
}

.personal_order_list .sale-order-payment-change-pp-company-graf-container {
    padding: 0;
    border: none;
    height: 15px;
}

.order_item {
    font-size: 14px;
}

.order_item.active {
    background-color: #f9f9f9;
    padding: 15px 0 !important;
}

.order_item .order_content_container {
    padding: 5px 5px 0 45px;
    overflow: hidden;
    width: 100%;
}

.order_item .order_content {
    font-size: 13px;
    overflow: hidden;
    display: none;
    border: solid 1px #ececec;
}

.order_item .order_content .order_content_title {
    font-weight: bold;
    background-color: #ececec;
    padding: 3px 0;
}

.order_item .order_content .order_content_item {
    padding: 3px 0;
    background-color: #fff;
}

.order_item .order_content .order_content_item + .order_content_item {
    border-top: solid 1px #cfcfcf;
}

.detail_link i {
    font-size: 18px;
}

.view_order_items i {
    font-size: 16px;
}

.order_item .order_sum {
    padding-right: 22px !important;
}

.payment_select_icon {
    font-size: 18px;
}

.repair_sale_list .repair_sale_item {
    border-bottom: solid 1px #ccc;
}

.repair_sale_list .repair_sale_item .title {
    font-weight: bold;
    font-size: 18px;
}

.repair_sale_list .repair_sale_item .title_link:hover {
    color: red;
}

.repair_sale_item .price, .repair_sale_item_detail .price {
    display: inline-block;
    background-color: #0af;
    color: #fff;
    padding: 0 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
}

.repair_sale_item .description, .repair_sale_item_detail .description, .repair_sale_item_detail .document_1c {
    color: #8f8f8f;
}

.picture_link {
    position: relative;
    display: block;
    width: 208px;
    height: 156px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1);
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
    border: 0;
}

.item_slider {
    position: relative;
    display: block;
    width: 208px;
    height: 156px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    border: 0
}

.item_slider_image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 208px;
    height: 156px;
    background-size: cover;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.item_slider_list {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.item_slider-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.item_slider-item:hover .item_slider_image {
    opacity: 1
}

.item_slider-item,
.item_slider-item:hover .item_slider-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.item_slider-item:hover::after {
    background-color: #0af !important
}

.item_slider-item::after {
    content: '';
    display: none;
    width: 100%;
    height: 2px;
    margin: 0 1px 2px;
    background-color: rgba(232, 232, 232, .8);
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.item_slider-item:last-child::after {
    margin-right: 2px
}

.item_slider-item:first-child::after {
    margin-left: 2px
}

.item_slider:not(:hover) .item_slider-item:first-child .item_slider_image {
    opacity: 1
}

.item_slider:not(:hover) .item_slider-item:first-child::after {
    background-color: #0af
}

.repair_sale_item:hover .item_slider-item::after {
    display: block
}

.repair_sale_item_detail .thumbs_img > div {
    display: inline-block;
    border: solid 2px #fff;
    margin: 0 5px 5px 0;
    cursor: pointer;
}

.repair_sale_item_detail .thumbs_img > div:hover {
    border-color: #0af;
}

.repair_sale_item_detail .main_img {
    height: 500px;
    width: 1000px;
}

.repair_sale_item_detail .main_img a.hidden {
    display: none;
}

.palceholder + input[type=text], .palceholder + input[type=tel], .palceholder + textarea {
    width: 100%;
}

textarea[name=form_textarea_8] {
    height: 115px !important;
    min-height: 115px !important;
}

.search_holder {
    width: 248px;
    position: absolute;
    right: 20px;
    top: 26px;
}

.btn.red {
    background-color: red !important;
    border-color: red !important;
}