/*------------------------------------------------------------------
[Table of contents]

1. Global Styles
    - Button
    - Greyscale
    - Dark Theme
2. Page Loader
3. Header Menu
4. Mobile Menu
5. Header & Breadcrumbs
6. Content Elements
    - Latest Offers
    - Special Offers
    - Isotope
    - Team
    - Testimonials
    - Brand Section
    - Car Body Types
    - Image Points
    - Carousel
    - News
    - Calculator
7. Blog
    - Blog
    - Post
    - Comments
8. Footer

-------------------------------------------------------------------*/

/******************************************/
/********      Global Styles      *********/
/******************************************/


@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/Jost/Jost-300.otf') format('opentype');
}
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Jost/Jost-400.otf') format('opentype');
}
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/Jost/Jost-500.otf') format('opentype');
}
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/Jost/Jost-600.otf') format('opentype');
}
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Jost/Jost-700.otf') format('opentype');
}
@font-face {
    font-family: 'Jost';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/Jost/Jost-400-Italic.otf') format('opentype');
}


html, .root {
    font-size: var(--pix-font-size);
    line-height: var(--pix-font-line-height);
    color: #000;
    background: #FFF
}

* {
    tap-highlight-color: transparent !important;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, th, td, a {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body {
    font-family: var(--pix-main-font);
    font-weight: var(--pix-font-weight);
    font-size: 1em;
    line-height: var(--pix-font-line-height);
    color: var(--pix-font-color);
    margin: auto;
}

a {
    color: var(--pix-hlink-color);
    text-decoration: none;
    transition: color .33s, box-shadow .33s;
}

a:hover, a:active, a:focus {
    color: var(--pix-main-color);
    outline: none !important;
    text-decoration: none
}

a p{
    color: var(--pix-font-color);
}

footer a:hover, footer a:active, footer a:focus {
    color: var(--pix-main-color);
}

a.pix-underline-link{
    text-decoration: underline;
    display: inline-block;
}
a.pix-underline-link:hover{
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1.5em;
}

fieldset, img {
    border: 0
}

address, button, caption, cite, code, dfn, input, optgroup, option, select, strong, textarea, th, var {
    font: inherit;
    font-size: var(--pix-font-size);
}

a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
   cursor: pointer;
}

b, strong {
    font-weight: 700;
}
.wpb_text_column p strong {
    color: var(--pix-hlink-color);
}

ins {
    text-decoration: none
}

caption, th {
    text-align: left
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

p, ul, ol, pre, table, blockquote {
  margin-top: 0;
  margin-bottom: var(--pix-font-line-height-em);
}
ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

sub, sup {
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}


legend {
    color: #000;
}

h1, .pix-h1 {
    font-size: var(--pix-h1-size);
}
h2, .pix-h2 {
    font-size: var(--pix-h2-size);
}
h3, .pix-h3 {
    font-size: var(--pix-h3-size);
}
h4, .pix-h4 {
    font-size: var(--pix-h4-size);
}
h5, .pix-h5 {
    font-size: var(--pix-h5-size);
}
h6, .pix-h6 {
    font-size: var(--pix-h6-size);
}

h1, .pix-h1,
h2, .pix-h2,
h3, .pix-h3,
h4, .pix-h4,
h5, .pix-h5,
h6, .pix-h6{
    font-weight: bold;
    line-height: calc(var(--pix-font-line-height) - 0.4);
    margin-top: 1em;
    margin-bottom: 1em;
    color: var(--pix-title-color);
}
/*h1, */
/*h2, */
.pix-h1,
.pix-h2{
    font-family: var(--pix-title-font);
    font-weight: var(--pix-title-weight);
}
h3,
h4,
.pix-h3,
.pix-h4{
    font-family: var(--pix-subtitle-font);
    font-weight: var(--pix-subtitle-weight);
}


html :focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

a[href^=tel] {
    color: inherit;
}

.blog .d-xl-block{
    z-index: 3;
}

.blog.pix-taxonomy{
    margin-bottom: 50px;
}

.pix-a-hover-underline {
    display: inline-block;
    position: relative;
}

a.pix-main-color-hover-link{
    display: inline-block;
}
a.pix-main-color-hover-link:hover{
    color: var(--pix-main-color);
}

a:hover .pix-a-hover-underline:after {
    opacity: 1;
    transform: translateY(-3px);
}

.pix-a-hover-underline:after {
    background-color: var(--pix-main-color);
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 100%;
    transform: translateY(1px);
    transition: color 0.3s, transform 0.3s;
}

.pix-line-link {
    position: relative;
}
.pix-line-link:before, .pix-line-link:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #eee;
}
.pix-line-link:after {
    background: var(--pix-main-color);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    transition: -webkit-transform .3s cubic-bezier(1,0,0,1);
    transition: transform .3s cubic-bezier(1,0,0,1);
    transition: transform .3s cubic-bezier(1,0,0,1),-webkit-transform .3s cubic-bezier(1,0,0,1);
}
.pix-line-link:hover:after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}



button {
    cursor: pointer;
    border: none;
    padding: inherit;
    background: transparent;
}

label, span, li {
    font-family: inherit;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}



/***   Container Overlay   ***/

.blog > .container.pix-container-boxed{
    position: relative;
    top: -110px;
    padding: 110px 80px;
    background-color: #fff;
    box-shadow: 0 5px 30px 5px rgba(0,0,0,0.1);
    overflow: hidden;
}
.blog > .container.pix-container-boxed.pix-width-1300{
    max-width: 1460px;
}

html .pix-container-boxed .vc_row[class*="pix_shadow_"] .vc_column_container > .vc_column-inner[class*="pix-padding"]{
    margin-left: -65px;
    padding-left: 80px;
    padding-right: 80px;
    width: calc(100% + 130px);
}

.pix-container-boxed .blog-article {
    margin-bottom: 0;
}

.pix-block-content {
    position: relative;
    z-index: 9;
}


.pix-overlay {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background: rgba(var(--pix-main-color-hex), .9);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 1;
}


.pix-overlay.pix-main-color {
    background: var(--pix-main-color);
}
.pix-overlay.pix-additional-color {
    background: var(--pix-additional-color);
}
.pix-overlay.pix-black-color{
    background: var(--pix-black-color);
}
.pix-overlay.pix-black{
    background: rgba(0,0,0,.2);
}

.pix-overlay-container:not(.pix-no-overlay):not(.pix-no-image):hover .pix-overlay,
.pix-overlay-container:not(.pix-no-overlay):hover .pix-overlay[class*="pix-hover-icon-"]:before,
.pix-overlay-container:not(.pix-no-overlay):hover .pix-overlay[class*="pix-hover-icon-"]:after,
.news-card-people:hover .pix-overlay,
.news-card-profile:hover .pix-overlay,
.pix-hover-filled:hover  .pix-overlay,
.pix-hover-info-block:hover .pix-overlay{
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.pix-overlay[class*="pix-hover-icon-"]:before,
.pix-overlay[class*="pix-hover-icon-"]:after{
    font-family: 'Linearicons-Free';
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    content: " ";
    position: absolute;
    display: block;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    height: 25px;
    width: 25px;
    transform: translate3d(0, 25px, 0);
    -webkit-transition: opacity 0.5s ease, transform .3s ease;
    transition: opacity 0.5s ease, transform .3s ease;
    z-index: 5;
}
.pix-overlay.pix-hover-icon-plus:before {
    width: 1px;
}
.pix-overlay.pix-hover-icon-plus:after {
    height: 1px;
}
.pix-overlay.pix-hover-icon-eye:before {
    content: "\e81b";
    height: 25px;
    background-color: transparent;
}
.pix-overlay.pix-hover-icon-search:before {
    content: "\e86f";
    height: 25px;
    background-color: transparent;
}
.pix-overlay.pix-hover-icon-eye:after,
.pix-overlay.pix-hover-icon-search:after{
    content: none;
}


.pix-hover-item,
.pix-overlay-item {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 2rem;
    opacity: 0;
    max-width: calc(100% - 4rem);
    margin: auto;
    line-height: normal;
    -webkit-transition: opacity .5s ease, transform .33s ease-in-out;
    transition: opacity .5s ease, transform .33s ease-in-out, color .33s ease;
    color: #fff;
}
.pix-overlay-item{
    opacity: 1;
}
.pix-hover-item a, .pix-overlay-item a{
    color: #fff;
    font-size: var(--pix-font-size);
}
.pix-hover-item a.pix-button,
.pix-overlay-item a.pix-button {
    margin: 0 .5em .5em 0;
    transform: none;
    text-transform: none;
}
.pix-overlay-item a.pix-button {
    background-color: rgba(255,255,255,.9);
    border-color: #fff;
    color: #000;
}
.pix-overlay-container.pix-no-image .pix-overlay-item a.pix-button {
    border-color: #e6e6e6;
}
.pix-hover-item i,
.pix-overlay-item i{
    padding-right: 7px;
}
.pix-overlay-container:hover .pix-hover-item a.pix-button,
.pix-overlay-container:not(.pix-no-image):hover .pix-overlay-item a.pix-button{
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    transition: color .5 ease, background-color .5s ease, border-color .5s ease;
}
.pix-overlay-container.pix-no-overlay:hover .pix-overlay-item a.pix-button{
    color: #fff;
    background-color: var(--pix-button-color);
    border-color: var(--pix-button-color);
}
.pix-overlay-container:hover .pix-hover-item a.pix-button:hover,
.pix-overlay-container:hover .pix-overlay-item a.pix-button:hover{
    color: var(--pix-main-color);
    background-color: #fff;
    border-color: #fff;
}

a.pix-shadow-link,
.pix-hover-item a:not(.pix-button),
.pix-overlay-item a:not(.pix-button),
.pix-footer a {
    transition: box-shadow .15s cubic-bezier(.25,.46,.45,.94);
}
a.pix-shadow-link:hover,
.pix-footer a:hover,
.pix-footer a:hover span,
.pix-overlay-container:hover .pix-box-footer a.pix-shadow-link:hover,
.pix-overlay-container:hover .pix-box-footer a:not(.pix-button):hover{
    color: var(--pix-main-color);
    text-decoration: none !important;
    /*box-shadow: inset 0 0 0 var(--pix-button-color), 0 2px 0 var(--pix-button-color);*/
}
.pix-overlay-container:hover a.pix-shadow-link:hover,
.pix-offer-box-title a.pix-shadow-link:hover,
.pix-hover-item a:not(.pix-button):hover,
.pix-overlay-item a:not(.pix-button):hover{
    color: #fff;
    box-shadow: inset 0 0 0 var(--pix-font-color-light), 0 2px 0 var(--pix-font-color-light);
}




.pix-overlay-container .pix-left{
    left: 2rem;
}
.pix-overlay-container .pix-right{
    left: auto;
    right: 2rem;
}
.pix-overlay-container .pix-top{
    top: 2rem;
}
.pix-overlay-container .pix-bottom{
    top: auto;
    bottom: calc(2em - 10px);
    line-height: 1.5;
}

.pix-overlay-container .pix-translate.pix-top{
    transform: translate3d(0, -2rem, 0);
}
.pix-overlay-container .pix-translate.pix-bottom{
    transform: translate3d(0, 2rem, 0);
}
.pix-hover-item p{
    line-height: 1.65;
    margin-bottom: 0;
    font-size: var(--pix-font-size);
    cursor: default;
}
.pix-overlay-container:hover .pix-hover-item{
    opacity: 1;
}
.pix-overlay-container:hover .pix-top.pix-translate,
.pix-overlay-container:hover .pix-bottom.pix-translate{
    transform: translate3d(0, 0, 0);
}
.pix-overlay-container .pix-box-img img {
    transform: scale(1.05);
    transition: transform .5s ease;
}
.pix-overlay-container:hover .pix-box-img img {
    transform: scale(1);
}

.blog-list__article .pix-no-image.pix-overlay-container .pix-overlay-item {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    max-width: 100%;
}



.pix-text-review-left .pix-block-content {
    text-align: left;
}

.pix-text-review-right .pix-block-content {
    text-align: right;
}

.pix-no-wrap {
    white-space: nowrap;
}

/***   Pix Button   ***/

.pix-button {
    padding: 1rem 2rem;
    background: var(--pix-button-color);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: var(--pix-buttons-border) solid transparent;
    font-family: var(--pix-buttons-font);
    font-size: var(--pix-buttons-font-size);
    font-weight: var(--pix-buttons-font-weight);
    font-style: var(--pix-buttons-font-style);
    text-transform: var(--pix-buttons-text-transform);
    letter-spacing: var(--pix-buttons-letter-spacing);
    line-height: 18px !important;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    -webkit-transition: color .33s, background .33s, border .33s, box-shadow .33s, text-shadow .33s, transform .33s ease;
    transition: color .33s, background .33s, border .33s, box-shadow .33s, text-shadow .33s, transform .33s ease;
    -webkit-font-smoothing: subpixel-antialiased;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-shadow: var(--pix-text-shadow);
}

.pix-sale-box-price .pix-button{
    -webkit-transition: background .33s, box-shadow .33s;
    transition: background .33s, box-shadow .33s;
}

.pix-button:not([href]):not([tabindex]),
.pix-button.pix-disable-btn:not([href]):not([tabindex]):hover {
    color: #fff;
}

.pix-button:not([href]):not([tabindex]):hover {
    color: #fff;
}

.pix-button:hover {
    background: var(--pix-button-color-lighter);
    color: #fff;
    border: var(--pix-buttons-border) solid transparent;
    -webkit-box-shadow: var(--pix-buttons-shadow);
    box-shadow: var(--pix-buttons-shadow);
    transform: translate3d(0,-3px,0);
}

.pix-button:hover:focus {
    color: #fff;
}

.pix-button:hover span {
    color: #fff !important;
}

.pix-button:active {
    background: var(--pix-button-color-darker);
    transform: translate3d(0,-2px,0);
    -webkit-transition: transform .2s;
    transition: transform .2s;
}

.pix-button:focus {
    color: #fff;
}

.pix-button.pix-disable-btn {
    background: #9a9a9a;
    color: #fff;
    cursor: default;
}

.pix-button.pix-disable-btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pix-button.pix-disable-btn:active {
    opacity: 1;
    transform: none;
}

.pix-button.pix-dark {
    background: var(--pix-black-color);
    color: #fff;
}

.pix-button.pix-dark.pix-transparent {
    color: var(--pix-black-color);
    border-color: var(--pix-black-color);
}

.pix-button:hover.pix-dark {
    background: var(--pix-black-color-lighter);
    border-color: transparent;
    color: #fff;
}

.pix-button:hover.pix-transparent.pix-dark {
    background: var(--pix-black-color);
    border-color: transparent;
    color: #fff;
}

.pix-button.pix-light {
    background: #fff;
    color: var(--pix-black-color);
}

.pix-button:hover.pix-light {
    background: #fff;
    border: var(--pix-buttons-border) solid transparent;
    color: var(--pix-button-color);
}

.pix-button.pix-transparent {
    background: transparent;
    color: var(--pix-black-color);
    border: var(--pix-buttons-border) solid var(--pix-black-color);
    text-shadow: var(--pix-text-shadow);
}

.pix-button:hover.pix-transparent {
    background: transparent;
    color: var(--pix-button-color);
    border: var(--pix-buttons-border) solid var(--pix-button-color);
    text-shadow: var(--pix-text-shadow);
}



.pix-button.pix-v-xs {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

.pix-button.pix-h-s {
    padding-left: 1em;
    padding-right: 1em;
}
.pix-button.pix-v-s {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.pix-button.pix-v-m {
    padding-top: 1em;
    padding-bottom: 1em;
}
.pix-button.pix-h-m {
    padding-left: 2em;
    padding-right: 2em;
}

.pix-button.pix-v-l {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}
.pix-button.pix-h-l {
    padding-left: 2.5em;
    padding-right: 2.5em;
}

.pix-button.pix-v-xl {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.pix-button.pix-h-xl {
    padding-left: 4em;
    padding-right: 4em;
}

.pix-square-buttons .pix-button,
html .pix-button.pix-square {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.pix-rounded-buttons .pix-button,
.pix-rounded-buttons.woocommerce a.button,
.pix-rounded-buttons.woocommerce button.button,
.pix-rounded-buttons .pix-product .woo-item-grid .button,
.pix-rounded-buttons .comment-respond form input[type=submit],
.pix-rounded-buttons .post-password-form input[type=submit],
.pix-rounded .pix-contact-form input[type=submit],
.pix-button.pix-rounded{
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.pix-round-buttons .pix-button,
.pix-round-buttons.woocommerce a.button,
.pix-round-buttons.woocommerce button.button,
.pix-round-buttons .pix-product .woo-item-grid .button,
.pix-round-buttons .comment-respond form input[type=submit],
.pix-round-buttons .post-password-form input[type=submit],
.pix-round .pix-contact-form input[type=submit],
.pix-button.pix-round {
    -webkit-border-radius: 150px;
    border-radius: 150px;
}

.pix-button.pix-font-s,
a.pix-link.pix-font-s,
a.link-centerline.pix-font-s {
    font-size: 13px;
}

.pix-button.pix-font-m,
a.pix-link.pix-font-m,
a.link-centerline.pix-font-m {
    font-size: var(--pix-font-size);
}

.pix-button.pix-font-l,
a.pix-link.pix-font-l,
a.link-centerline.pix-font-l {
    font-size: 16px;
}

.pix-button.pix-font-xl,
a.pix-link.pix-font-xl,
a.link-centerline.pix-font-xl {
    font-size: 18px;
}

.pix-link {
    text-decoration: underline;
    color: var(--pix-main-color);
    font-weight: 700;
    -webkit-transition: color .33s;
    transition: color .33s;
}

.pix-link.pix-dark {
    color: var(--pix-black-color);
}

.pix-link:hover,
.pix-link:focus {
    text-decoration: none;
    color: var(--pix-main-color);
}

.pix-link:active {
    text-decoration: none;
    opacity: .75;
}

.pix-input {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 2px solid #171f56;
    padding: 10px 0;
    color: #fff;
    font-size: var(--pix-font-size);
    line-height: 24px;
    font-family: var(--pix-main-font);
    font-weight: 900;
}

.pix-input::-webkit-input-placeholder {
    color: #fff
}

.pix-input::-moz-placeholder {
    color: #fff
}

.pix-input:-moz-placeholder {
    color: #fff
}

.pix-input:-ms-input-placeholder {
    color: #fff
}

form.mc4wp-form {
    width: 100%;
}

/***   Pix Greyscale   ***/

.pix-img-greyscale img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: filter .33s;
    transition: filter .33s;
}

.pix-img-greyscale .person__item:hover img,
.pix-img-greyscale .grid-portfolio__item:hover img,
.pix-img-greyscale .cards-beyond__item:hover img,
.pix-img-greyscale .news-card-centered:hover img,
.pix-img-greyscale .news-card:hover .news-card__image img,
.pix-img-greyscale .news-card-long:hover .news-card-long__image img,
.pix-img-greyscale .grid-big__item:hover img,
.pix-img-greyscale .grid-big__item-video:hover img,
.pix-img-greyscale a.item:hover img,
.pix-img-greyscale .item a:hover img,
.pix-img-greyscale .item:hover img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.pix-img-greyscale .person__item-overlay,
.pix-img-greyscale .grid-big__item-container,
.pix-img-greyscale .cards-beyond__item-container {
    background: rgba(0, 0, 0, 0.15);
}

/***   Pix Round   ***/

.pix-round,
.vc_row.pix-round,
.vc_row.pix-round .vc_column-inner,
.pix-round .pix-header nav ul li ul.submenu,
.pix-round .pix-container-boxed,
.pix-round .pix-overlay,
.pix-round .news-card-people,
.pix-round .news-card-profile__text,
.pix-round .news-card,
.pix-round .news-card-latest,
.pix-round .news-card-long,
.pix-round .news-card-latest__item,
.pix-round .news-card-message__text,
.pix-round .news-card-price,
.pix-round .person__item-container,
.pix-round .person__item-container .pix-img-wrapper,
.pix-round .pix-sidebar-box,
.pix-round .pix-box,
.pix-round .pix-isotope-item,
.pix-round .pix-box-img,
.pix-round .pix-box-img img,
.pix-round .pix-blog-article,
.pix-round .pix-hover-container,
.pix-round .grid-portfolio__item,
.pix-round .grid-portfolio__item .pix-img-wrapper,
.pix-round [class*='pix_video_'],
.pix-round[class*='pix_video_'],
.pix-round .pix-video,
.pix-round .pix-has-border,
.pix-round.pix-has-border,
.pix-round .pix-hover-filled,
.pix-round.pix-hover-filled,
.pix-round .pix-ibox-top,
.pix-round .pix-ibox-title-side,
.pix-round .blog-article,
.pix-round .blog-article .post-image,
.pix-round .pix-blog-img,
.pix-round .pix-blog-img img,
.pix-round .pix-blog-article-info,
.pix-round .service-page,
.pix-round .pix-testimonial,
.pix-round .pix-testimonial-img,
.pix-round .pix-testimonials__image,
.pix-round .pix-testimonials__image img,
.pix-round .pix-testimonial-job,
.pix-round .pix-offer-slider-item,
.pix-round .pix-price-long .pix-price-box,
.pix-round .pix-price-box:before,
.pix-round .pix-price-box.pix-price-box-big:before,
.pix-round .pix-car-repair-point-text,
.pix-round .pix-contact-form .form-group,
.pix-round .side-menu__item,
.pix-round.woocommerce ul.products li.product a img{
    -webkit-border-radius: 20px;
    border-radius: 20px;
    /*overflow: hidden;*/
}

.pix-rounded,
.vc_row.pix-rounded,
/*.vc_row.pix-rounded .vc_column-inner,*/
/*.pix-rounded .pix-container-boxed,*/
.pix-rounded .pix-header nav ul li ul.submenu,
.pix-rounded .pix-contact-form input:not([type=submit]),
.pix-rounded .pix-contact-form textarea,
.pix-rounded .pix-overlay,
.pix-rounded .news-card-people,
.pix-rounded .news-card-profile__text,
.pix-rounded .news-card,
.pix-rounded .news-card-latest,
.pix-rounded .news-card-long,
.pix-rounded .news-card-latest__item,
.pix-rounded .news-card-message__text,
.pix-rounded .news-card-price,
.pix-rounded .person__item-container,
.pix-rounded .person__item-container .pix-img-wrapper,
.pix-rounded .pix-sidebar-box,
.pix-rounded .pix-box,
.pix-rounded .pix-isotope-item,
.pix-rounded .pix-box-img,
.pix-rounded .pix-box-img img,
.pix-rounded .wpb_single_image img,
.pix-rounded .pix-blog-article,
.pix-rounded .pix-hover-container,
.pix-rounded .grid-portfolio__item,
.pix-rounded .grid-portfolio__item .pix-img-wrapper,
.pix-rounded [class*='pix_video_'],
.pix-rounded[class*='pix_video_'],
.pix-rounded .pix-video,
.pix-rounded .pix-has-border,
.pix-rounded.pix-has-border,
.pix-rounded .pix-hover-filled,
.pix-rounded.pix-hover-filled,
.pix-rounded .pix-ibox-top,
.pix-rounded .pix-ibox-title-side,
.pix-rounded .blog-article,
.pix-rounded .blog-article .post-image,
.pix-rounded .pix-blog-img,
.pix-rounded .pix-blog-img img,
.pix-rounded .pix-blog-article-info,
.pix-rounded .service-page,
.pix-rounded .pix-testimonial,
.pix-rounded .pix-testimonial-img,
.pix-rounded .pix-testimonials__image,
.pix-rounded .pix-testimonials__image img,
.pix-rounded .pix-testimonial-job,
.pix-rounded .pix-offer-slider-item,
.pix-rounded .pix-price-long .pix-price-box,
.pix-rounded .pix-price-box:before,
.pix-rounded .pix-price-box.pix-price-box-big:before,
.pix-rounded .pix-car-repair-point-text,
.pix-rounded .pix-contact-form .form-group,
.pix-rounded .side-menu__item,
.pix-rounded.woocommerce ul.products li.product a img{
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*overflow: hidden;*/
}
.pix-rounded .pix-container-boxed,
.vc_row.pix-rounded .vc_column-inner{
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.pix-square,
.vc_row.pix-square,
.vc_row.pix-square .vc_column-inner,
.pix-square .pix-header nav ul li ul.submenu,
.pix-square .pix-container-boxed,
.pix-square .pix-contact-form input:not([type=submit]),
.pix-square .pix-contact-form textarea,
.pix-square .pix-overlay,
.pix-square .news-card-people,
.pix-square .news-card-profile__text,
.pix-square .news-card,
.pix-square .news-card-latest,
.pix-square .news-card-long,
.pix-square .news-card-latest__item,
.pix-square .news-card-message__text,
.pix-square .news-card-price,
.pix-square .person__item-container,
.pix-square .person__item-container .pix-img-wrapper,
.pix-square .pix-sidebar-box,
.pix-square .pix-box,
.pix-square .pix-isotope-item,
.pix-square .pix-box-img,
.pix-square .pix-box-img img,
.pix-square .pix-blog-article,
.pix-square .pix-hover-container,
.pix-square .grid-portfolio__item,
.pix-square .grid-portfolio__item .pix-img-wrapper,
.pix-square [class*='pix_video_'],
.pix-square[class*='pix_video_'],
.pix-square .pix-video,
.pix-square .pix-has-border,
.pix-square.pix-has-border,
.pix-square .pix-hover-filled,
.pix-square.pix-hover-filled,
.pix-square .pix-ibox-top,
.pix-square .pix-ibox-title-side,
.pix-square .blog-list__article,
.pix-square .blog-article,
.pix-square .blog-article .post-image,
.pix-square .pix-blog-img,
.pix-square .pix-blog-img img,
.pix-square .pix-blog-article-info,
.pix-square .service-page,
.pix-square .pix-testimonial,
.pix-square .pix-testimonial-img,
.pix-square .pix-testimonials__image,
.pix-square .pix-testimonials__image img,
.pix-square .pix-testimonial-job,
.pix-square .pix-offer-slider-item,
.pix-square .pix-price-long .pix-price-box,
.pix-square .pix-price-box:before,
.pix-square .pix-price-box.pix-price-box-big:before,
.pix-square .pix-car-repair-point-text,
.pix-square .pix-contact-form .form-group,
.pix-square .side-menu__item {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.pix-round .pix-contact-form textarea {
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.pix-round .pix-contact-form input:not([type=submit]) {
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.vc_row.pix-rounded,
.vc_row.pix-round,
.pix-rounded .news-card,
.pix-round .news-card {
    overflow: hidden;
}

.pix-rounded .news-card .news-card__image .label-date {
    -webkit-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

.pix-round .news-card .news-card__image .label-date {
    -webkit-border-radius: 0 0 0 20px;
    border-radius: 0 0 0 20px;
}

.pix-rounded .news-card__text,
.pix-rounded .news-card-centered__text{
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.pix-round .news-card__text,
.pix-round .news-card-centered__text{
    -webkit-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
}

.pix-rounded .blog-list__article-text > span a,
.pix-rounded .blog-masonry__item-text > span a,
.pix-rounded a.side-menu__item-all_news,
.pix-rounded .pix-bottom-desc .pix-box > span a{
    -webkit-border-radius: 5px 0 5px 0;
    border-radius: 5px 0 5px 0;
}

.pix-round .blog-list__article-text > span a,
.pix-round .blog-masonry__item-text > span a,
.pix-round a.side-menu__item-all_news,
.pix-round .pix-bottom-desc .pix-box > span a{
    -webkit-border-radius: 20px 0 20px 0;
    border-radius: 20px 0 20px 0;
}

.pix-rounded .news-card-long__image .overlay{
    -webkit-border-radius: 5px 0  0 5px;
    border-radius: 5px 0 0 5px;
}

.pix-round .news-card-long__image .overlay{
    -webkit-border-radius: 20px 0  0 20px;
    border-radius: 20px 0 0 20px;
}

.pix-round .pix-news-high .pix-box-img .pix-overlay,
.pix-round .pix-news-high .pix-box-img,
.pix-round .pix-news-high .pix-box-img img{
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
}

.pix-rounded .pix-news-high .pix-box-img .pix-overlay,
.pix-rounded .pix-news-high .pix-box-img,
.pix-rounded .pix-news-high .pix-box-img img{
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

/* safari fix */
.pix-img-wrapper {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.pix-rounded .person__item-container .pix-img-wrapper,
.pix-round .person__item-container .pix-img-wrapper,
.pix-rounded .pix-bottom-desc .pix-box .pix-img-wrapper,
.pix-round .pix-bottom-desc .pix-box .pix-img-wrapper,
.pix-bottom-info .pix-box .pix-img-wrapper,
.pix-rounded .blog-list__article .blog-list__article-image,
.pix-round .blog-list__article .blog-list__article-image{
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.pix-rounded .blog-list__article .blog-list__article-image,
.pix-rounded .post-password-form input[type=password]{
    border-radius: 5px;
}

.pix-round .blog-list__article .blog-list__article-image,
.pix-round .post-password-form input[type=password]{
    border-radius: 20px;
}

.pix-rounded .pagination span.current {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.pix-round .pagination span.current {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/***   Pix Alignment   ***/

.pix-text-left {
    text-align: left;
}

.pix-text-center {
    text-align: center;
}

.pix-text-right {
    text-align: right;
}

.pix-top {
    align-self: start;
}

.pix-middle {
    align-self: center;
}

.pix-bottom {
    align-self: end;
}



/***   Pix Padding   ***/

/* S padding */
.vc_row{
    position: relative;
}

html .vc_row.pix-padding-top-s,
html .vc_row > .vc_column_container .pix-padding-top-s,
html .vc_col-has-fill>.vc_column-inner.pix-padding-top-s,
html .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner.pix-padding-top-s{
    padding-top: 25px;
}
html .vc_row.pix-padding-bottom-s,
html .vc_row > .vc_column_container .pix-padding-bottom-s,
html .vc_col-has-fill>.vc_column-inner.pix-padding-bottom-s,
html .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner.pix-padding-bottom-s{
    padding-bottom: 25px;
}

/* M padding */
html .vc_row.pix-padding-top-m,
html .vc_row > .vc_column_container .pix-padding-top-m,
html .vc_col-has-fill>.vc_column-inner.pix-padding-top-m,
html .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner.pix-padding-top-m{
    padding-top: 50px;
}
html .vc_row.pix-padding-bottom-m,
html .vc_row > .vc_column_container .pix-padding-bottom-m,
html .vc_col-has-fill>.vc_column-inner.pix-padding-bottom-m,
html .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner.pix-padding-bottom-m{
    padding-bottom: 50px;
}

/* L padding */
html .vc_row.pix-padding-top-l,
html .vc_row > .vc_column_container .pix-padding-top-l,
html .vc_col-has-fill>.vc_column-inner.pix-padding-top-l,
html .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner.pix-padding-top-l{
    padding-top: 80px;
}
html .vc_row.pix-padding-bottom-l,
html .vc_row > .vc_column_container .pix-padding-bottom-l,
html .vc_col-has-fill>.vc_column-inner.pix-padding-bottom-l,
html .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner.pix-padding-bottom-l{
    padding-bottom: 80px;
}

/* XL padding */
html .vc_row.pix-padding-top-xl,
html .vc_row > .vc_column_container .pix-padding-top-xl,
html .vc_col-has-fill>.vc_column-inner.pix-padding-top-xl,
html .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner.pix-padding-top-xl{
    padding-top: 110px;
}
html .vc_row.pix-padding-bottom-xl,
html .vc_row > .vc_column_container .pix-padding-bottom-xl,
html .vc_col-has-fill>.vc_column-inner.pix-padding-bottom-xl,
html .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner.pix-padding-bottom-xl{
    padding-bottom: 110px;
}

/* no padding */
html .vc_row>.vc_column_container>.vc_column-inner.pix-top-no-padding:not([class*="vc_custom_"]),
html .vc_row-has-fill+.vc_row-full-width+.vc_row.pix-top-no-padding>.vc_column_container>.vc_column-inner:not([class*="vc_custom_"]),
html .vc_row-has-fill>.vc_column_container>.vc_column-inner:not([class*="vc_custom_"]){
    padding-top: 0 !important;
}

html .vc_row>.vc_column_container>.vc_column-inner.pix-bottom-no-padding {
    padding-bottom: 0 !important;
}

html .vc_row.pix-row-overflow{
    overflow: visible;
}

html .vc_row[class*="pix_shadow_"] {
    margin-top: 0;
    height: 100%;
    box-shadow: none;
}


/********   Dark Theme   *********/

.pix-theme-tone-dark a:hover,
.pix-theme-tone-dark a:active,
.pix-theme-tone-dark a:focus {
    color: var(--pix-main-color);
}

body.pix-theme-tone-dark,
.pix-theme-tone-dark.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.pix-theme-tone-dark blockquote:before{
    background-color: #1c1c1c;
}
.pix-theme-tone-dark div[role=button],
.pix-theme-tone-dark div.gm-svpc,
.pix-theme-tone-dark button.gm-control-active {
    background-color: #1c1c1c !important;
}


.pix-theme-tone-dark .news-card-profile__text,
.pix-theme-tone-dark .news-card-feedback,
.pix-theme-tone-dark .news-card-people,
.pix-theme-tone-dark .news-card-long,
.pix-theme-tone-dark .pix-testimonial,
.pix-theme-tone-dark .news-card-price,
.pix-theme-tone-dark .pix-price-box,
.pix-theme-tone-dark .pix-price-box:before,
.pix-theme-tone-dark .pix-contact-form .form-group,
.pix-theme-tone-dark .pix-contact-form input:not([type=submit]),
.pix-theme-tone-dark .pix-contact-form textarea,
.pix-theme-tone-dark .woocommerce-product-search input[type="search"],
.pix-theme-tone-dark .widget_search input[type="search"],
.pix-theme-tone-dark .widget_search input[type="text"],
.pix-theme-tone-dark .news-card-message__text,
.pix-theme-tone-dark .pix-border-shadow-overlay,
.pix-theme-tone-dark.woocommerce div.product .woocommerce-tabs ul.tabs li,
.pix-theme-tone-dark .pix-bottom-desc .pix-box .pix-box-text,
.pix-theme-tone-dark textarea,
.pix-theme-tone-dark .form-control,
.pix-theme-tone-dark .form-control:focus,
.pix-theme-tone-dark .blog-article__comments,
.pix-theme-tone-dark .side-menu__item,
.pix-theme-tone-dark .pagination span.current,
.pix-theme-tone-dark .menu-mobile__list,
.pix-theme-tone-dark .pix-product-box,
.pix-theme-tone-dark.woocommerce nav.woocommerce-pagination ul li span.current,
.pix-theme-tone-dark .pix-pagination ul li.pix-active,
.pix-theme-tone-dark .pix-blog-article-info,
.pix-theme-tone-dark .modal .modal-body,
.pix-theme-tone-dark .news-card-centered__text{
    background-color: #303030;
}

.pix-theme-tone-dark .pix-white-select .pix-custom-select .custom-select__option:hover,
.pix-theme-tone-dark .pix-white-select .pix-custom-select .custom-select__option:focus {
    background: #303030;
}

.pix-theme-tone-dark .pix-white-select .custom-select__option--value,
.pix-theme-tone-dark .pix-white-select .pix-custom-select .custom-select__option,
.pix-theme-tone-dark .pix-white-select .custom-select__dropdown,
.pix-theme-tone-dark .modal-body .pix-light-input{
    background-color: var(--pix-black-color-lighter);
}


.pix-theme-tone-dark p,
.pix-theme-tone-dark div,
.pix-theme-tone-dark .pix-ibox-side p,
.pix-theme-tone-dark .news-card-feedback p,
.pix-theme-tone-dark .news-card-price__text li,
.pix-theme-tone-dark.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.pix-theme-tone-dark,
.pix-theme-tone-dark,
.pix-theme-tone-dark .news-card-profile__text p,
.pix-theme-tone-dark .post__meta a,
.pix-theme-tone-dark .blog-list__article-text .article-title p {
    color: #bbb;
}

.pix-theme-tone-dark h1,
.pix-theme-tone-dark h2,
.pix-theme-tone-dark h3,
.pix-theme-tone-dark h4,
.pix-theme-tone-dark h5,
.pix-theme-tone-dark h6,
.pix-theme-tone-dark a:not(:hover),
.pix-theme-tone-dark .pix-title-h2,
.pix-theme-tone-dark .pix-has-border h2,
.pix-theme-tone-dark .pix-ibox-side .text h2,
.pix-theme-tone-dark .pix-ibox-side .text strong,
.pix-theme-tone-dark .pix-contact-form input:not([type=submit]),
.pix-theme-tone-dark .pix-contact-form textarea,
.pix-theme-tone-dark .woocommerce-product-search input[type="search"],
.pix-theme-tone-dark .widget_search input[type="search"],
.pix-theme-tone-dark .widget_search input[type="text"],
.pix-theme-tone-dark.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.pix-theme-tone-dark .vc_tta-title-text,
.pix-theme-tone-dark blockquote,
.pix-theme-tone-dark blockquote p,
.pix-theme-tone-dark .blog-article .post-content blockquote p,
.pix-theme-tone-dark .blog-article .post-content blockquote p:last-child,
.pix-theme-tone-dark .blog-article .rtd h1,
.pix-theme-tone-dark .blog-list .rtd h1,
.pix-theme-tone-dark .blog-article .rtd h2,
.pix-theme-tone-dark .blog-list .rtd h2,
.pix-theme-tone-dark .blog-article .rtd h3,
.pix-theme-tone-dark .blog-list .rtd h3,
.pix-theme-tone-dark .blog-article .rtd h4,
.pix-theme-tone-dark .blog-list .rtd h4,
.pix-theme-tone-dark .blog-article .rtd h5,
.pix-theme-tone-dark .blog-list .rtd h5,
.pix-theme-tone-dark .blog-article .rtd h6,
.pix-theme-tone-dark .blog-list .rtd h6,
.pix-theme-tone-dark textarea,
.pix-theme-tone-dark .form-control,
.pix-theme-tone-dark .pix-cart-items,
.pix-theme-tone-dark .pix-testimonial-name,
.pix-theme-tone-dark .pix-testimonial-job,
.pix-theme-tone-dark .pix-team-item-bottom *,
.pix-theme-tone-dark .pix-offer-box-text,
.pix-theme-tone-dark .pix-progressbar-box .col-6,
.pix-theme-tone-dark .pix-accordion-btn button.collapsed,
.pix-theme-tone-dark .pix-price-box-top p,
.pix-theme-tone-dark .pix-product-box-list ul li,
.pix-theme-tone-dark .pix-white-select .pix-custom-select .custom-select__option,
.pix-theme-tone-dark.woocommerce nav.woocommerce-pagination ul li a, .pix-theme-tone-dark.woocommerce nav.woocommerce-pagination ul li span,
.pix-theme-tone-dark .modal-body .pix-light-input{
    color: #fff;
}

.pix-theme-tone-dark aside .side-menu__item ul li a:not(:hover),
.pix-theme-tone-dark aside .menu li a,
.pix-theme-tone-dark aside .side-menu__item ul li {
    color: #999;
}

.pix-theme-tone-dark .pix-button.pix-dark {
    color: var(--pix-main-color);
    background-color: transparent;
    border-color: var(--pix-main-color);
}

.pix-theme-tone-dark .pix-box-buy a,
.pix-theme-tone-dark.woocommerce nav.woocommerce-pagination ul li span.current,
.pix-theme-tone-dark.woocommerce nav.woocommerce-pagination ul li a:hover{
    color: var(--pix-main-color);
}

.pix-theme-tone-dark .pix-button:hover.pix-dark {
    background: transparent;
}

.pix-theme-tone-dark .pix-has-border,
.pix-theme-tone-dark .flip .service-box-3,
.pix-theme-tone-dark .news-card-centered__text{
    border: 1px solid #777;
}

.pix-theme-tone-dark .news-card-price__header.pix-dark {
    background-color: #666666;
}

.pix-theme-tone-dark .news-card-price__header.pix-dark + .news-card-price__text {
    background-color: #444444;
}

.pix-theme-tone-dark .news-card-message__text:after {
    border-color: transparent transparent #333333 #333333;
}

.pix-theme-tone-dark .woocommerce-product-gallery .flex-viewport,
.pix-theme-tone-dark .flex-control-thumbs li,
.pix-theme-tone-dark .side-menu__item,
.pix-theme-tone-dark .pagination span.current,
.pix-theme-tone-dark.woocommerce div.product .woocommerce-tabs ul.tabs li,
.pix-theme-tone-dark.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.pix-theme-tone-dark .form-control,
.pix-theme-tone-dark .woocommerce-product-search input[type="search"],
.pix-theme-tone-dark .widget_search input[type="search"],
.pix-theme-tone-dark .widget_search input[type="text"],
.pix-theme-tone-dark .service-page__list ul li,
.pix-theme-tone-dark.woocommerce nav.woocommerce-pagination ul li span.current,
.pix-theme-tone-dark .pix-pagination ul li.pix-active,
.pix-theme-tone-dark .pix-accordion-btn,
.pix-theme-tone-dark .pix-accordion-body,
.pix-theme-tone-dark .pix-light-input{
    border-color: #777;
}

.pix-theme-tone-dark .pix-white-select .custom-select__option--value:after{
    border-top-color: #fff;
}

.pix-theme-tone-dark .pix-white-select .custom-select__option--value,
.pix-theme-tone-dark .pix-white-select .pix-custom-select .custom-select__option,
.pix-theme-tone-dark .pix-white-select .custom-select__dropdown{
    border-color: #4b4b4b;
}

.pix-theme-tone-dark .pix-box-img,
.pix-theme-tone-dark ul.products .woo-item-grid,
.pix-theme-tone-dark div.pix-product .woo-item-grid {
    border: none;
}

.pix-theme-tone-dark .side-menu__item,
.pix-theme-tone-dark .pagination span.current,
.pix-theme-tone-dark .blog-article__comments {
    box-shadow: none;
}

.disable-owl-carousel.pix-col-2 {
    display: grid;
    grid-template-columns: auto auto;
}

.disable-owl-carousel.pix-col-3 {
    display: grid;
    grid-template-columns: auto auto auto;
}

.disable-owl-carousel.pix-col-4 {
    display: grid;
    grid-template-columns: auto auto auto auto;
}

.disable-owl-carousel.pix-col-5 {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}

.pix-shadow-corner {
    position: absolute;
    z-index: -1;
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
    transform: rotate(-4deg);
}

.pix-shadow-corner.pix-right {
    right: 10px;
    left: auto;
    transform: rotate(4deg);
}

.pix-shadow-curve {
    position: absolute;
    z-index: -2;
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 20% / 10px;
    border-radius: 20% / 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.pix-header .pix-header-menu.main-color nav > ul.nav > li:before,
.pix-header .pix-header-menu.add-color nav > ul.nav > li:before,
.pix-header .pix-header-menu.gradient nav > ul.nav > li:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--pix-main-color);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform .75s;
    transition: transform .75s;
}

.pix-header .pix-header-menu.main-color nav > ul.nav > li:before,
.pix-header .pix-header-menu.add-color nav > ul.nav > li:before,
.pix-header .pix-header-menu.gradient nav > ul.nav > li:before {
    background: #fff;
    height: 3px;
    width: calc(100% - 20px);
    margin-left: 10px;
}

a.link-centerline.pix-light {
    color: #fff;
}

a.link-centerline.pix-dark {
    color: #333;
}

a.link-centerline.pix-light:before {
    background: #fff;
}

a.link-centerline.pix-dark:before {
    background: #333;
}

a.link-centerline:hover:before,
a.comment-reply-link:hover:before,
.pix-ibox-side p em a:hover:before,
html .rev_slider em a:hover:before,
.pix-header .pix-header-menu.main-color nav > ul.nav > li:hover:before,
.pix-header .pix-header-menu.add-color nav > ul.nav > li:hover:before,
.pix-header .pix-header-menu.gradient nav > ul.nav > li:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

h2 a.link-centerline {
    font-size: 17px;
    color: var(--pix-main-color);
}

.post-password-form input[type=password] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8ecef;
    border-radius: 0;
    color: #333;
    font-size: 15px;
    padding: 5px;
}
.post-password-form input[type=submit]:not([class]) {
    background: var(--pix-button-color);
    font-size: var(--pix-buttons-font-size);
    text-align: center;
    padding: 5px 20px;
    height: 39px;
    line-height: normal;
    display: inline-block;
    position: relative;
    top: 2px;
}

html input[type=button]:not([class]), input[type=reset]:not([class]), input[type=submit]:not([class]) {
    border: 0;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #fff;
    padding: 0.6em 50px 0.5em 1.5em;
    background: #222;
}



form.searchform{
    position: relative;
}
form.searchform div:after,
form.woocommerce-product-search:after {
    position: absolute;
    font-family: 'simple-line-icons';
    color: #797979;
    font-weight: 700;
    font-size: 18px;
    content: "\e090";
    top: calc(50% - 16px);
    right: 25px;
}
.pix-padding-grey form.searchform div:after,
.pix-padding-greyform.woocommerce-product-search:after {
    right: 50px;
}
form.woocommerce-product-search {
    height: 48px;
}
.widget_search label,
.widget_search input[type="submit"],
.woocommerce-product-search button[type="submit"]{
    background-color: transparent !important;
    border: none;
    padding: 0;
    width: 30px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
}

.woocommerce.widget_product_search .pix-sidebar-form .form-group{
    background: transparent;
    border: none;
    display: block;
    padding: 0;
}

.woocommerce-product-search input[type="search"],
.widget_search  input[type="search"],
.widget_search  input[type="text"]{
    width: 100%;
    float: left;
    margin-right: 0;
    background: #f6f6f6;
    border: none;
    border-radius: 4px;
    padding: 0.8em 1.5em;
    font-size: var(--pix-font-size-larger);
    transition: .35s;
    height: 100%;
}
.pix-padding-grey .woocommerce-product-search input[type="search"],
.pix-padding-grey .widget_search  input[type="search"],
.pix-padding-grey .widget_search  input[type="text"] {
    padding: 0.8em 50px;
}

.pix-sidebar-form .searchform div {
    height: 4em;
}

.woocommerce-product-search input[type="search"]:focus  , .widget_search  input[type="search"]:focus  ,   .widget_search  input[type="text"]:focus{
    border-color: var(--pix-main-color);
}

.pix-sidebar-form .searchform input[type="text"]::-webkit-input-placeholder, .pix-sidebar-form .woocommerce-product-search input[type="search"]::-webkit-input-placeholder {
    color: #666;
}
.pix-sidebar-form .searchform input[type="text"]::-moz-placeholder, .pix-sidebar-form .woocommerce-product-search input[type="search"]::-webkit-input-placeholder {
    color: #666;
}
.pix-sidebar-form .searchform input[type="text"]:-moz-placeholder, .pix-sidebar-form .woocommerce-product-search input[type="search"]::-webkit-input-placeholder {
    color: #666;
}
.pix-sidebar-form .searchform input[type="text"]:-ms-input-placeholder, .pix-sidebar-form .woocommerce-product-search input[type="search"]::-webkit-input-placeholder {
    color: #666;
}





.vc_row-o-equal-height .owl-carousel .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.vc_row-o-equal-height .owl-carousel.owl-drag .owl-item,
.vc_row-o-equal-height .news-card-services{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.vc_row-o-equal-height .service-box-5.pix-content{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
}
.vc_row-o-equal-height .wpb_wrapper {
    height: 100%;
}


/******************************************/
/********      Page Loader         ********/
/******************************************/

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #141315;
    z-index: 100500;
}

span.circle {
    animation: bottom-ripple 1.5s ease-in-out infinite -70ms;
    background-color: var(--pix-main-color-darker);
    border-radius: 50%;
    box-shadow: 0 0.5em 0.5em rgba(0,0,0, 0.4);
    width: 4em;
    height: 4em;
    position: absolute;
    top: calc(50% - 2em);
    left: calc(50% - 2em);
}

span.circle::before,
span.circle::after {
    border-radius: inherit;
    box-shadow: 0 0.5em 0.5em rgba(0,0,0, 0.4);
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
}

span.circle::before {
    animation: top-ripple 1.5s ease-in-out infinite -35ms;
    background-color: var(--pix-main-color);
    height: 2.7em;
    margin: -1.35em 0 0 -1.35em;
    width: 2.7em;
}

span.circle::after {
    animation: top-ripple 1.5s ease-in-out infinite;
    /*background-image: var(--pix-svg-loader);*/
    /*background-size: 2em;*/
    /*background-repeat: no-repeat;*/
    /*background-position: 50% 55%;*/
    background-color: var(--pix-main-color-lighter);
    height: 1.5em;
    margin: -.75em 0 0 -.75em;
    width: 1.5em;
}


@keyframes bottom-ripple {
  0% {
    box-shadow: 0 0.5em 0.5em rgba(0,0,0, 0.4);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 1.5em 1.5em rgba(0,0,0, 0.4);
    transform: scale(1.1);
  }
}

@keyframes top-ripple {
  0% {
    box-shadow: 0 0.5em 0.5em rgba(0,0,0, 0.4);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 1.5em 1.5em rgba(0,0,0, 0.4);
    transform: scale(1.1);
  }
}






/******************************************/
/*****           Header Menu          *****/
/******************************************/

.pix-header {
    z-index: 3;
}

.pix-header * {
    transition: all .33s;
}

.pix-header.transparent {
    position: absolute;
    width: 100%;
}

.pix-header nav {
    height: 100%;
    opacity: 1;
    visibility: visible;
    transition: opacity .33s, visibility .33s, height .33s;
    white-space: nowrap;
}

.pix-header.menu-aroundblock nav {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
}

.pix-header.menu-aroundblock .container-fluid nav {
    grid-gap: 30px;
}
.pix-header.menu-aroundblock .container-fluid nav.pix-menu-center-logo-left {
    justify-content: start;
}
.pix-header.menu-aroundblock .container-fluid nav.pix-menu-center-logo-right {
    justify-content: end;
}

.pix-header-abs-content{
    position: absolute;
    top: 0;
}
.pix-header-abs-content.pix-text-right{
    right: 0;
}

.pix-header nav i {
    font-size: 16px;
}

.pix-top-bar.black ul li,
.pix-top-bar.black ul li a {
    transition: color .33s;
}

.pix-top-bar.black ul li,
.pix-top-bar.black ul li a {
    color: #bbb;
}

.pix-top-bar.white ul li,
.pix-top-bar.white ul li a {
    color: #333;
}

.pix-top-bar ul li a i {
    font-size: 16px;
    transition: color .33s;
}

.pix-header nav ul li.current-menu-item > a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    top: calc(50% + 10px);
    border-bottom: 2px solid var(--pix-main-color);
}

.pix-header-menu nav ul li.current-menu-item > a:before {
    content: none;
}




/******************************************/
/*****           Colors menu	      *****/
/******************************************/

.pix-header.black,
.pix-top-bar.black {
    background-color: #000;
}

.pix-header.black nav ul li ul.submenu {
    background-color: #1a1a1a;
}

.pix-header.black nav ul li,
.pix-header.black nav i,
.pix-header.black .addmenu h3,
.pix-header.black .addmenu ul li,
.pix-header.black .row .row span,
.pix-header.black .row .row h4,
.pix-header.black .row .row h4 a {
    color: #fff;
}

.pix-top-bar ul li a:hover {
    color: var(--pix-main-color);
}

.pix-header.white,
.pix-top-bar.white,
.pix-header.white nav ul li ul.submenu,
.pix-header-menu.white nav ul li ul.submenu{
    background-color: #fff;
}

.pix-header.white nav ul li {
    color: #0b0b0b;
}
.pix-top-bar.main-color{
    background-color: var(--pix-main-color);
}
.pix-top-bar.add-color{
    background-color: var(--pix-additional-color);
}


.pix-header.black.menu-aroundblock nav ul li:not([class]):hover {
    color: var(--pix-main-color);
}

.pix-header .pix-header-menu.main-color nav > ul > li:hover a,
.pix-header .pix-header-menu.add-color nav > ul > li:hover a,
.pix-header .pix-header-menu.gradient nav > ul > li:hover a{
    color: #fff;
}



.pix-header.black nav ul .search-container {
    background: #2b2b2b
}

.pix-header.black nav ul .search-container .input-container input {
    background: #2b2b2b;
    border: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
}

.pix-header.black nav ul .search-container .input-container:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#989898' viewBox='0 0 56.966 56.966'%3E%3Cpath d='M55.146 51.887L41.588 37.786c3.486-4.144 5.396-9.358 5.396-14.786 0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837 1.192-1.147 1.23-3.049.083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3E%3C/svg%3E") no-repeat center center
}

.pix-header.black li#js-slide-menu i {
    color: #fff
}

.pix-header.black nav ul.social li a i {
    color: #fff
}

.pix-header nav ul li a:hover i,
.pix-header.black nav ul li a:hover i,
.pix-header.black nav ul.social li a:hover i,
.pix-top-bar.black ul li a:hover i {
    color: var(--pix-main-color);
}

.pix-header.black nav ul li i,
.pix-header .pix-header-menu.main-color nav ul li.search a:hover i,
.pix-header .pix-header-menu.main-color nav ul li.cart a:hover i,
.pix-header .pix-header-menu.add-color nav ul li.search a:hover i,
.pix-header .pix-header-menu.add-color nav ul li.cart a:hover i,
.pix-header .pix-header-menu.gradient nav ul li.search a:hover i,
.pix-header .pix-header-menu.gradient nav ul li.cart a:hover i {
    color: #fff;
}

.pix-header.black.menu-left {
    background: #3f3f3f;
}

.pix-header.black.menu-left nav ul li {
    color: #fff;
}

.pix-header.black.menu-left nav ul li:hover {
    color: var(--pix-main-color);
}

.pix-header.black.menu-left__footer-social i {
    color: rgba(255, 255, 255, 0.5);
}

.pix-header.black.menu-left__footer-social i:hover {
    color: var(--pix-main-color)
}

.pix-header.black.menu-left-submenu {
    background: #3f3f3f;
}

.pix-header.black.menu-left__footer span {
    color: rgba(255, 255, 255, 0.5);
}

.pix-header.white {
    background: #fff;
}

.pix-header.white nav ul li,
.pix-header-menu.white nav ul li{
    color: #1a1a1a;
}

.pix-header.white nav ul li:hover {
    color: var(--pix-main-color);
}

.pix-header.white nav ul li ul.submenu {
    background: #fff;
}

.pix-header.white nav ul .search-container {
    background: #fff;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .15);
    box-shadow: 0 0 50px rgba(0, 0, 0, .15)
}

.pix-header.white nav ul .search-container .input-container input {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .5);
    color: #000;
}

.pix-header.white nav ul .search-container .input-container:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#000000' viewBox='0 0 56.966 56.966'%3E%3Cpath d='M55.146 51.887L41.588 37.786c3.486-4.144 5.396-9.358 5.396-14.786 0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837 1.192-1.147 1.23-3.049.083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3E%3C/svg%3E") no-repeat center center;
}

.pix-header.white li#js-slide-menu i {
    color: #000;
}

.pix-header.white nav ul.social li a i {
    color: #000;
}

.pix-header.white nav ul li i,
.pix-header-menu.white nav ul li i{
    color: #000;
}

.pix-header.white.transparent{
    background-color: rgba(255, 255, 255, var(--pix-header-transparent));
}

.pix-header.black.transparent {
    background-color: rgba(0, 0, 0, var(--pix-header-transparent));
}

.pix-header-menu.white.transparent .container{
    background-color: rgba(255, 255, 255, var(--pix-header-menu-transparent));
}

.pix-header-menu.black.transparent .container{
    background-color: rgba(0, 0, 0, var(--pix-header-menu-transparent));
}

.pix-top-bar.white.transparent {
    background-color: rgba(255, 255, 255, var(--pix-top-bar-transparent));
}
.pix-top-bar.black.transparent {
    background-color: rgba(0, 0, 0, var(--pix-top-bar-transparent));
}
.pix-top-bar.main-color.transparent {
    background-color: rgba(var(--pix-main-color-hex), var(--pix-top-bar-transparent));
}
.pix-top-bar.add-color.transparent {
    background-color: rgba(var(--pix-additional-color-rgb), var(--pix-top-bar-transparent));
}

.pix-header.white.fixed,
.pix-header.pix-levels.white.fixed .pix-header-menu .container,
.pix-header.pix-levels.white.fixed .pix-header-menu .container-fluid{
    background-color: rgba(255, 255, 255, .75);
}

.pix-header.black.fixed:not(.boxed),
.pix-header.pix-levels.black.fixed .pix-header-menu .container,
.pix-header.pix-levels.black.fixed .pix-header-menu .container-fluid{
    background-color: rgba(0, 0, 0, .75);
}

.pix-header.fixed.boxed > .container {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    border-radius: 0 0 5px 5px;
}
.pix-header.white.fixed.boxed > .container {
    background-color: rgba(255, 255, 255, .75);
}
.pix-header.black.fixed.boxed > .container {
    background-color: rgba(0, 0, 0, .75);
}

.admin-bar .pix-header.fixed,
.admin-bar .pix-header .search-container {
    margin-top: 32px;
}

.pix-header.pix-levels:not(.fixed) .search-container {
    margin-top: var(--pix-header-height);
}

.admin-bar .pix-header.pix-levels:not(.fixed) .search-container {
    margin-top: calc(32px + var(--pix-header-height));
}

.pix-header.black .pix-header-logo-black {
    display: none
}

.pix-header.white .pix-header-logo-white {
    display: none
}

.pix-header-menu.black .container,
.pix-header-menu.black .container-fluid {
    background-color: rgba(0, 0, 0, 1);
}

.pix-header-menu.white .container,
.pix-header-menu.white .container-fluid{
    background-color: rgba(255, 255, 255, 1);
}

.pix-header.pix-levels .pix-header-menu.main-color .container,
.pix-header.pix-levels .pix-header-menu.main-color .container-fluid,
.pix-header-menu.main-color nav ul li ul.submenu{
    background-color: var(--pix-main-color);
}

.pix-header.pix-levels .pix-header-menu.add-color .container,
.pix-header.pix-levels .pix-header-menu.add-color .container-fluid,
.pix-header-menu.add-color nav ul li ul.submenu{
    background-color: var(--pix-additional-color);
}

.pix-header-menu.main-color nav ul li:hover>ul.submenu,
.pix-header-menu.add-color nav ul li:hover>ul.submenu,
.pix-header-menu.gradient nav ul li:hover>ul.submenu {
    opacity: .95;
}

/******************************************/
/*****          Mobile Menu           *****/
/******************************************/
.pix-header.white .menu-mobile__header {
    background-color: #fff;
}

.pix-header.white .menu-mobile__header .search-container {
    color: #000;
}

.pix-header.white .menu-mobile__header .cart-container {
    color: #000;
}

.pix-header.white .menu-mobile__header .cart-container span {
    border: 3px solid #fff;
}

.pix-header.white .bar--1 {
    background: #000;
}

.pix-header.white .bar--2 {
    background: #000;
}

.pix-header.white .bar--3 {
    background: #000;
}

.pix-header.black .menu-mobile__header {
    background-color: #000;
}

.pix-header.black .menu-mobile__header .search-container {
    color: #fff;
}

.pix-header.black .menu-mobile__header .cart-container {
    color: #fff;
}

.pix-header.black .menu-mobile__header .cart-container span {
    border: 3px solid #000;
}

.pix-header.black .bar--1 {
    background: #fff;
}

.pix-header.black .bar--2 {
    background: #fff;
}

.pix-header.black .bar--3 {
    background: #fff;
}

.pix-header .container {
    height: var(--pix-header-height);
}

.pix-header.pix-levels {
    height: var(--pix-header-height-levels);
}

.pix-header.pix-levels.fixed {
    height: 0;
}

.pix-header.pix-levels .pix-header-menu .container {
    height: 75px;
    padding: 0 30px;
    border-radius: 5px;
    max-width: 1300px;
    z-index: 5;
    box-shadow: 0 18px 18px -18px rgba(0,0,0,.3);
}
.pix-header.pix-levels .pix-header-menu .container-fluid {
    border-top: 1px solid #eee;
    z-index: 5;
    height: 60px;
    box-shadow: 0 18px 18px -18px rgba(0,0,0,.3);
}

.pix-header.pix-levels.fixed .pix-header-menu .container,
.pix-header.pix-levels.fixed .pix-header-menu .container-fluid{
    border-radius: 0 0 5px 5px;
    border: none;
    height: 50px;
}

.pix-header.pix-levels.fixed > .container,
.pix-header.pix-levels.fixed > .container-fluid{
    display: none;
}

.wrapper {
    overflow: hidden;
}

.pix-header .container,
.pix-top-bar .container {
    padding: 0 15px;
    display: grid;
    grid-template-columns: 17% 1fr 17%;
    justify-items: stretch;
    align-items: center;
    position: relative;
}

.pix-header .container-fluid,
.pix-top-bar .container-fluid {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-column-gap: 30px;
    justify-items: stretch;
    align-items: center;
    position: relative;
    padding: 0 30px;
    transition: width .33s, height .33s;
    height: var(--pix-header-height);
}

.pix-header nav.pix-main-menu + nav {
    justify-self: end;
}

.pix-header, .pix-header .pix-top-bar {
    border-width: 0;
}
.pix-header:not(.header-topbar-view) {
    border-style: solid none;
}
.pix-header.header-topbar-view, .pix-header .pix-top-bar {
    border-bottom-style: solid;
}
.pix-header.black, .pix-header.black .pix-top-bar {
    border-color: #5d5d5d;
}
.pix-header.white, .pix-header.white .pix-top-bar {
    border-color: #e2e2e2;
}

.pix-header.menu-aroundblock .container,
.pix-header.menu-aroundblock .container-fluid,
.pix-header.pix-levels .container,
.pix-header.pix-levels .container-fluid {
    grid-template-columns: auto;
}

.pix-header.header-topbar-view .pix-top-bar .container,
.pix-header.header-topbar-view .pix-top-bar .container-fluid {
    grid-template-columns: auto auto;
    height: 70px;
    position: relative;
    padding: 0 15px;
    font-size: 16px;
}

.pix-header.header-topbar-view .pix-top-bar .container-fluid {
    padding: 0 30px;
}

.pix-header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #1a1a1a;
    z-index: 30;
}

.pix-header.fixed:not(.boxed) {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.pix-header.fixed .container,
.pix-header.fixed .container-fluid,
.pix-header.fixed nav {
    height: 50px;
}

.pix-fixed-content {
    display: none !important;
}

.fixed li.pix-fixed-content {
    display: inline-block !important;
    margin-left: 20px;
}



.pix-top-bar ul li {
    display: inline-block;
    list-style: none;
}

.pix-top-bar .header-topbarbox-1,
.pix-top-bar .header-topbarbox-1 ul {
    height: 100%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.pix-top-bar .header-topbarbox-1 ul li {
    padding-right: 50px;
    position: relative;
}

.pix-top-bar .header-topbarbox-1 ul li i {
    padding-right: 10px;
    position: relative;
    font-size: 18px;
}

.pix-top-bar.black .header-topbarbox-1 ul li i {
    color: #fff;
}
.pix-top-bar.white .header-topbarbox-1 ul li i {
    color: #000;
}

.pix-top-bar .header-topbarbox-2 {
    display: flex;
    height: 100%;
    justify-self: end;
}
.pix-top-bar .header-topbarbox-2
.pix-header .pix-main-menu:not(.pix-text-center) {
    justify-self: end;
}

.pix-top-bar .header-topbarbox-2 .pix-header-phone{
    height: 100%;
    display: flex;
    align-items: center;
}
.pix-top-bar .header-topbarbox-2 .pix-header-phone > a span{
    padding-left: .5em;
}

.pix-top-bar .header-topbarbox-2 ul {
    display: flex;
    align-items: center;
}

.pix-top-bar .header-topbarbox-2 ul.header-socials {
    height: 100%;
    padding-left: 30px;
}

.pix-top-bar .header-topbarbox-2 a {
    font-weight: 600;
}

.pix-top-bar .header-topbarbox-2 ul li {
    padding-left: 15px;
}

.pix-top-bar .pix-button {
    margin-left: 50px;
    font-size: 14px;
    transition: background .33s;
}

.pix-header.fixed .pix-top-bar {
    display: none;
}

.pix-header:not(.pix-levels) .menu-logo.hide,
.pix-header nav.hide:not(.pix-info-container) {
    visibility: hidden;
    opacity: 0;
}

.menu-logo a.navbar-brand {
    line-height: 15px;
    padding: 0;
    margin: 0;
}

.pix-header.fixed .menu-logo a.navbar-brand{
    width: auto !important;
}

.menu-logo a.navbar-brand img {
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}

.pix-header .menu-logo {
    display: grid;
    opacity: 1;
    visibility: visible;
    transition: height .33s;
    z-index: 1;
    height: 100%;
    align-items: center;
}
.pix-header .col-6 .menu-logo {
    justify-content: center;
}

.pix-header .menu-logo img {
    width: 100%;
    height: auto;
}



.pix-header nav ul {
    display: inline-block;
    height: 100%;
    margin-bottom: 0;
}

.pix-header.menu-aroundblock nav ul.main-menu-elements {
    padding: 0;
    position: relative;
}

.pix-header .pix-menu-center-logo-left .header-social-link {
     padding: 0 5px;
}

.pix-header .pix-menu-center-logo-left .header-social-link:first-child {
    padding-left: 0;
}

.pix-header.pix-levels nav ul.main-menu-elements {
    padding: 0 15px;
}

.pix-header nav ul.main-menu-elements li:last-child {
    padding-right: 0;
}

.pix-header.pix-header-info .pix-info-container li {
    padding-left: 30px;
}

.pix-header.pix-header-info .pix-info-container li:last-child {
    padding-right: 0;
}

.pix-header.pix-levels .pix-info {
    position: relative;
    height: 50px;
    padding-left: 50px;
    top: calc(50% - 25px);
}

.pix-header.pix-levels .pix-info i {
    position: absolute;
    top: calc(50% - 18px);
    left: 0;
    font-size: 36px;
    color: var(--pix-main-color) !important;
}

.pix-header.pix-levels .pix-info span {
    position: relative;
    top: -2px;
}

.pix-header.pix-levels.black .pix-info span {
    color: #eee;
}

.pix-header.pix-levels.black .pix-info h4 {
    color: #fff;
}

.pix-header.pix-levels.white .pix-info span {
    color: #777;
}

.pix-header.pix-levels.white .pix-info h4 {
    color: #333;
}

.pix-header.pix-levels.pix-header-info nav > ul > li > a.pix-button {
    top: calc(50% - 16px);
    margin-top: -4px;
}

.pix-header.black nav > ul > li > a.pix-button:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.pix-header nav ul li {
    display: inline-block;
    position: relative;
    font-size: var(--pix-font-size);
    font-weight: 500;
    padding: 0 10px;
    color: #565656;
}

.pix-header nav > ul > li {
    height: 100%;
    vertical-align: middle;
}

.main-menu-elements li + li.pix-header-btn {
    padding-left: 30px;
}

.pix-header nav ul li:not(.pix-li-button):hover > a {
    color: var(--pix-main-color);
}

.main-color nav ul li,
.add-color nav ul li,
.gradient nav ul li,
.main-color nav ul li ul.submenu li:after,
.add-color nav ul li ul.submenu li:after,
.gradient nav ul li ul.submenu li:after {
    color: #fff !important;
}

.pix-header nav ul li.search {
    padding: 0;
}

.pix-header .search-container {
    position: fixed;
    visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
    width: 1300px;
    height: 75px;
    background-color: transparent;
    opacity: 0;
    -webkit-transition: visibility .45s, opacity .45s, height .45s;
    transition: visibility .45s, opacity .45s, height .45s;
}

.pix-header.fixed .search-container {
    height: 50px;
}

.pix-header .search-container.show {
    opacity: 1;
    webkit-transition: visibility .45s, opacity .45s, height .45s;
    transition: visibility .45s, opacity .45s, height .45s;
    visibility: visible;
    padding: 0 15px;
}

.pix-header .search-container .input-container {
    width: 100%;
    position: relative;
}

.pix-header .search-container .input-container:after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    top: 5px;
    right: 10px;
    opacity: .75;
    content: "\f002";
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.search-container form.searchform div:after {
    display: none;
}

.pix-header .search-container .input-container input[type=submit] {
    background-color: transparent !important;
    border: none;
    padding: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    cursor: pointer;
}


.pix-header .search-cat-container .input-container input[type=text] {
    width: 100%;
    padding: 10px 40px 10px 20px;
    border: 0;
    border-radius: 5px;
}
.pix-header .search-cat-container .input-container input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 11px 20px;
    border-radius: 0 5px 5px 0;
    background-color: #303030;
    background-image: var(--pix-svg-search);
    background-repeat: no-repeat;
    background-position: 45% 50%;
    background-size: 23px;
}
.search-cat-container form.searchform div:after {
    content: none;
}

.pix-header.black .search-container .input-container input,
.pix-header.black .search-container .pix-search-close {
    color: #fff;
}

.pix-header .search-container .input-container input::-webkit-input-placeholder {
    color: #ddd;
}

.pix-header.black .search-container .input-container:after {
    background: var(--pix-svg-search-white) no-repeat center center;
}

.pix-header .search-container .pix-search-close {
    margin-left: 25px;
    cursor: pointer;
}

.pix-header .search-container .input-container input {
    padding: 0 15px;
    padding-right: 45px;
    width: 100%;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    outline: none;
}

.pix-header nav ul li.cart {
    position: relative;
    padding: 0;
}
.pix-header nav ul li.cart a,
.pix-header nav ul li.search a{
    margin-right: 5px;
    margin-left: 5px;
}

.pix-cart-items {
    color: inherit;
    padding-right: 10px;
}

.pix-header nav ul li.cart span {
    position: absolute;
    top: -10px;
    left: 15px;
    width: 20px;
    height: 20px;
    background-color: var(--pix-main-color);
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
}

.pix-header nav ul li a {
    position: relative;
    font-weight: inherit;
    color: inherit;
    font-family: var(--pix-main-font);
}

.pix-header nav ul li a:hover {
    color: var(--pix-main-color);
}

.pix-header nav > ul > li > a {
    top: 50%;
    line-height: 0;
    display: block;
    cursor: pointer;
}

.pix-header nav > ul.main-menu-elements > li.pix-header-phone{
    display: inline-flex;
    align-items: center;
}

.pix-header nav > ul.main-menu-elements > li.pix-header-phone > a {
    margin: 0;
    display: inline-block;
    top: auto;
    font-size: var(--pix-h5-size);
    font-weight: 500;
}
.pix-header nav > ul.main-menu-elements > li.pix-header-phone > a i {
    color: var(--pix-button-color);
    font-size: 1em;
    position: relative;
    top: 1px;
}
.pix-header nav > ul.main-menu-elements > li.pix-header-phone > a i.fas.fa-phone,
.pix-top-bar .header-topbarbox-2 .pix-header-phone > a i.fas.fa-phone{
    transform: rotateZ(90deg);
}
.pix-header nav > ul.main-menu-elements > li.pix-header-phone > a span {
    padding-left: 0.5em;
    line-height: normal;
}

.pix-header nav > ul.main-menu-elements > li > a {
    margin-top: -8px;
}

.pix-header nav > ul.main-menu-elements > li > a.pix-button {
    margin-top: -19px;
}

.menu-singleblock nav ul li.js-addmenu {
    margin-left: 30px;
}

.menu-singleblock nav ul li.js-addmenu a {
    font-size: 12px;
    color: #fff;
    margin-top: -16px;
}

.pix-header.white nav ul li.js-addmenu a:hover {
    color: var(--pix-main-color);
}

.pix-header nav ul li ul.submenu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: left;
    padding: 30px;
    min-width: 190px;
    width: auto;
    -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    z-index: 4;
    top: 100%;
    left: -30px;
    height: auto;
    margin-top: 10px;
    transition: visibility 0.33s, opacity .33s, transform .33s;
}

.pix-header.pix-levels nav ul li ul.submenu {
    left: -25px;
}

.pix-header nav ul li ul.submenu li {
    display: block;
    padding: 5px 10px;
    font-weight: 500;
    font-size: var(--pix-font-size);
    position: relative;
    -webkit-transition: transform .5s, color .3s;
    transition: transform .5s, color .3s;
    cursor: pointer;
}
.pix-header nav ul li ul.submenu li.arrow{
    width: calc(100% + 15px);
}
.pix-header nav ul li.arrow:after {
    position: absolute;
    display: grid;
    align-items: center;
    align-content: center;
    height: 100%;
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    font-weight: 700;
    content: '\f054';
    right: 15px;
    top: 0;
    -webkit-transition: right .33s;
    transition: right .33s;
}

.pix-header nav ul.nav > li.arrow {
    margin-right: 15px;
}

.pix-header nav ul.nav > li.arrow:after {
    display: grid;
    align-items: center;
    content: '\f078';
    top: 2px;
    right: -3px;
    height: 100%;
    transition: color 0.33s;
}

.pix-header nav ul.nav > li.arrow:hover:after {
    color: var(--pix-main-color);
}

.pix-header .pix-header-menu.main-color nav ul.nav > li.arrow:hover:after,
.pix-header .pix-header-menu.add-color nav ul.nav > li.arrow:hover:after,
.pix-header .pix-header-menu.gradient nav ul.nav > li.arrow:hover:after {
    color: #fff;
}

.pix-header.pix-levels .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pix-header .row,
.pix-header .row .col-md-4,
.pix-header .row .col-3,
.pix-header .row .col-9,
.pix-header .row .col {
    height: 100%;
}

nav.pix-menu-center-logo-left {
    text-align: right;
}

.menu-aroundblock .menu-logo a {
    position: relative;
    display: grid;
    height: 100%;
    margin: auto;
}

.menu-aroundblock .menu-logo img {
    margin: auto;
}

.pix-header.fixed .menu-logo img {
    max-height: 40px;
    width: auto;
}

.pix-header nav ul li:hover > ul.submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(-10px);
}

.pix-header.fixed nav ul li:hover > ul.submenu {
    transform: translateY(-11px);
}

.pix-header nav ul li > ul.submenu li:hover > ul.submenu {
    visibility: visible;
    opacity: 1;
    transform: translateX(-10px);
    left: 100%;
}

.pix-header nav ul li.pix-submenu-vertical > ul.submenu li:hover > ul.submenu {
    left: 0;
    transform: translateY(-10px);
}

.pix-header nav ul li span.submenu-controll-inner {
    float: right;
    padding-right: 25px;
    -webkit-transition: transform .25s;
    transition: transform .25s;
}

.pix-header nav ul li ul.submenu li ul.submenu {
    top: -30px;
    left: 0;
    margin-top: 0;
    margin-left: 10px;
}

.pix-header nav > ul > li:not(.pix-submenu-vertical):hover ul.submenu > li > ul.submenu {
    left: 100%;
}

.pix-header nav ul li.pix-submenu-vertical ul.submenu li ul.submenu {
    top: calc(100% + 15px);
    margin-left: 0;
}

.pix-header nav ul li ul.submenu li:hover {
    color: var(--pix-main-color);
    transform: translateX(15px);
}

.pix-header nav ul li ul.submenu li:hover.arrow:after {
    right: 5px;
}





/**************************************/
/*****         Mobile Menu        *****/
/**************************************/

.menu-mobile {
    /*position: absolute;*/
    position: relative;
    width: 100%;
    z-index: 30;
    top: 0;
}
.menu-mobile.fixed{
    position: fixed;
}

.menu-mobile .row {
    margin: 0;
}

.menu-mobile .col-12 {
    padding: 0
}

.menu-mobile__header {
    position: relative;
    padding: 20px 15px;
    z-index: 5;
    background-color: #fff;
    width: 100%;
}

.menu-mobile__header.black {
    background-color: #212121;
}

.menu-mobile__header.white {
    background-color: #fff;
}

.menu-mobile__header:after {
    content: "";
    display: table;
    clear: both;
}

.menu-mobile__header:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
    left: 0;
    bottom: 0;
}

.menu-mobile__header img {
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
    max-width: 100px;
    max-height: 65px;
    position: absolute;
    top: 0;
    margin: auto 0;
    bottom: 0;
}

.menu-mobile__header .navbar-brand.hide {
    opacity: 0;
    display: none;
}

.menu-mobile__header i.js-search-toggle {
    text-align: right;
    font-size: 18px;
    margin-top: 5px;
    float: right;
    margin-right: 15px;
    -webkit-transition: .33s;
    transition: .33s;
    color: #fff;
}

.menu-mobile__header i.js-search-toggle.fa-times-circle {
    margin-right: 0;
}

.menu-mobile__header .search-container {
    position: relative;
    text-align: right;
    margin-top: 2px;
    float: right;
    margin-right: 8%;
    -webkit-transition: .33s;
    transition: .33s;
    display: none;
    visibility: hidden;
}

.menu-mobile__header.black .search-container, .menu-mobile__header.black .cart-container a {
    color: #fff;
}

.menu-mobile__header.white .search-container, .menu-mobile__header.white .cart-container a {
    color: #000;
}

.menu-mobile__header .search-container input {
    display: none;
    float: left;
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-style: italic;
    outline: none;
    color: #fff;
    padding-top: 0;
    -webkit-transition: 1s;
    transition: 1s;
    width: 90%;
}

.menu-mobile__header .search-container input[type=submit] {
    background-color: transparent !important;
    border: none;
    padding: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
}

.menu-mobile__header form.searchform div:after {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
    opacity: 1;
    content: "";
    background: var(--pix-svg-search-white) no-repeat center center;
}

.menu-mobile__header .search-container input::-webkit-input-placeholder {
    color: #fff;
}

.menu-mobile__header .search-container input::-moz-placeholder {
    color: #fff;
}

.menu-mobile__header .search-container input:-moz-placeholder {
    color: #fff;
}

.menu-mobile__header .search-container input:-ms-input-placeholder {
    color: #fff;
}

.menu-mobile__header .search-container.show {
    width: 82%;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 0 10px;
    opacity: 1;
    margin-top: 2px;
    display: block;
    visibility: visible;
}

.menu-mobile__header .search-container.show i {
    color: #fff;
}

.menu-mobile__header .search-container.show input {
    display: inline-block;
}

.menu-mobile__header .cart-container {
    position: relative;
    float: right;
    margin-top: 0;
    margin-right: 20px;
    display: block;
}

.menu-mobile__header .cart-container.hide {
    display: none;
}

.menu-mobile__header .cart-container span {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -8px;
    right: -5px;
    background-color: var(--pix-main-color);
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    border: none;
}

.menu-mobile__header .cart-container i.fa-shopping-cart {
    font-size: 20px;
}

/* Анимация для мобильного меню*/

.menu-mobile__header .hamburger.hide {
    display: none;
}

.menu-mobile__header .hamburger {
    float: right;
    padding: 0;
    margin-left: 10px;
    position: relative;
    width: 40px;
    display: block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    overflow: visible;
}

.menu-mobile__header.black .hamburger .hamburger-inner,
.menu-mobile__header.black .hamburger .hamburger-inner::before,
.menu-mobile__header.black .hamburger .hamburger-inner::after,
.menu-mobile__header.black .hamburger.is-active .hamburger-inner,
.menu-mobile__header.black .hamburger.is-active .hamburger-inner::before,
.menu-mobile__header.black .hamburger.is-active .hamburger-inner::after {
    background-color: #fff;
}
.menu-mobile__header.white .hamburger .hamburger-inner,
.menu-mobile__header.white .hamburger .hamburger-inner::before,
.menu-mobile__header.white .hamburger .hamburger-inner::after,
.menu-mobile__header.white .hamburger.is-active .hamburger-inner,
.menu-mobile__header.white .hamburger.is-active .hamburger-inner::before,
.menu-mobile__header.white .hamburger.is-active .hamburger-inner::after {
    background-color: #000;
}

.hamburger-box {
    width: 27px;
    height: 21px;
    display: inline-block;
    position: relative;
    right: -5px;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: 0;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 27px;
    height: 3px;
    border-radius: 10px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -9px;
}
.hamburger-inner::after {
    bottom: -9px;
}

.hamburger--spring .hamburger-inner {
    top: 4px;
    transition: background-color 0s 0.13s linear; }
.hamburger--spring .hamburger-inner::before {
    top: 9px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring .hamburger-inner::after {
    top: 18px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important; }
.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }


/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::before,
.hamburger--arrow-r.is-active .hamburger-inner::before{
    top: -6px;
}
.hamburger--arrow.is-active .hamburger-inner::after,
.hamburger--arrow-r.is-active .hamburger-inner::after{
    bottom: -6px;
}


.menu-mobile__list {
    display: none;
    /*position: relative;*/
    background-color: #fff;
    width: 75%;
    height: 1000px;
    margin-left: -800px;
    -webkit-transition: .5s;
    transition: .5s;
}

.menu-mobile__list.show {
    margin-left: 0;
}

.menu-mobile__list.show .overlay {
    opacity: 1;
}

.pix-mobile-menu-container {
    overflow: auto;
    height: 90vh;
}

.pix-body-fixed {
    overflow: hidden !important;
}

.menu-mobile__list .overlay {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 1000%;
    content: "";
    z-index: -1;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
}

.menu-mobile__list ul li {
    list-style: none;
    color: #000000;
    padding: 1em 1.5em;
    font-size: var(--pix-font-size);
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.menu-mobile__list ul li.purple {
    color: var(--pix-main-color);
}

.menu-mobile__list ul li a {
    color: inherit;
    font-weight: inherit;
}

.menu-mobile__list li.js-mobile-menu i {
    position: absolute;
    top: 23px;
    right: 15px;
}

.menu-mobile__list ul.mobile-submenu {
    display: none;
    margin-top: 15px;
    border-bottom: none;
}

.menu-mobile__list ul.mobile-submenu li {
    font-weight: 400;
    padding-right: 0;
}

.menu-mobile__list ul.mobile-submenu li:last-child {
    border-bottom: none;
}





/**************************************/
/*****    Header & Breadcrumbs    *****/
/**************************************/

.custom-header {
    padding: 180px 0 100px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.pix-header-tab-box {
    height: 100%;
}

.pix-header-tab-box.text-white-color *, .pix-header-tab-box.text-white-color a * {
    color: #fff;
}

.pix-header-tab-box .pix-breadcrumbs-path,
.pix-header-tab-box .pix-breadcrumbs-path a {
    font-family: var(--pix-main-font);
    font-size: var(--pix-font-size);
    font-weight: 400;
    color: #fff;
}


.pix-header-tab-box .pix-breadcrumbs-path a {
    color: #979797;
}
.pix-header-tab-box .pix-breadcrumbs-path a:hover {
    color: var(--pix-additional-color);
    text-decoration: none;
}
.pix-header-tab-box.text-white-color .pix-breadcrumbs-path,
.pix-header-tab-box.text-white-color .pix-breadcrumbs-path a{
    color: #fff;
}
.pix-header-tab-box.text-white-color .pix-breadcrumbs-path i {
    color: var(--pix-additional-color);
}

.pix-header-title .pix-h1 {
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    line-height: 1.25;
    padding: 5px 15px 0;
}

.pix-header-title.text-left .pix-h1,
.pix-header-title.pull-left .pix-h1 {
    padding-left: 0;
}

.pix-header-title .sep-element {
    margin: auto;
}

.pix-header-breadcrumbs.pull-right, .pix-header-breadcrumbs.pull-left {
    line-height: 32px;
    margin: 0;
}

.pix-header-title.pull-left, .pix-header-breadcrumbs.pull-left {
    float: left;
}

.pix-header-title.pull-right, .pix-header-breadcrumbs.pull-right {
    float: right;
}

.pix-header-title.text- + .pix-header-breadcrumbs.text- {
    margin-top: 10px;
    margin-bottom: -25px;
}

.pix-header-breadcrumbs a {
    font-family: var(--pix-main-font);
    font-weight: 400;
    position: relative;
    transition: color .33s;
}
.pix-header-breadcrumbs a:hover{
    text-decoration: underline;
}

.pix-header-breadcrumbs .dash{
    padding: 0 0.5em;
}

.custom-header .col-md-12 .pix-header-title,
.custom-header .col-md-12 .pix-header-breadcrumbs {
    display: block;
}

.custom-header .col-md-12.hide .pix-header-title,
.custom-header .col-md-12.hide .pix-header-breadcrumbs,
.custom-header .col-md-12.hide_title .pix-header-title,
.custom-header .col-md-12.hide_breadcrumbs .pix-header-breadcrumbs {
    display: none;
}





/**************************************/
/*****      Content Elements      *****/
/**************************************/

/* PixCars Latest Offers */

.pix-sale-box {
    width: 400px;
}

.pix-sale-box-img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden
}

.pix-sale-box-img img {
    width: 100%;
    max-height: 270px;
    height: auto;
}

.pix-sale-box-sticker {
    position: absolute;
    right: 0;
    top: 20px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    padding: 6px 20px 5px
}

.pix-sale-box-price {
    position: absolute;
    bottom: 20px;
    left: 20px;
    max-width: 140px;
    white-space: nowrap;
    height: 33px;
}

.pix-sale-box-info-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 20px;
    margin-bottom: 30px
}

.pix-sale-box-name {
    text-align: center;
}

.pix-sale-box-name a {
    text-decoration: underline
}

.pix-sale-box-name a:hover {
    text-decoration: none;
}

.pix-sale-box:hover .pix-sale-box-price-booking {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.pix-sale-box:hover .pix-reservation-btn span:first-child {
    transform: translateY(-33px);
}

.pix-sale-box:hover .pix-reservation-btn span:last-child {
    transform: translateY(-21px);
}

.pix-sale-box-sticker {
    background: rgba(255, 55, 55, 0.8);
    color: #fff
}

.pix-sale-box-sticker.pix-dark-sticker {
    background: rgba(0, 0, 0, 0.55);
}

.pix-sale-box-info-row {
    background: #303030;
    color: #fff
}

.pix-sale-box-info-col span {
    color: #a7a7a7;
    padding-left: 1px;
}

.pix-sale-box-price-booking {
    color: #303030;
    background: #fff
}

.pix-sale-box-price-booking:hover {
    background: var(--pix-main-color);
    color: #fff
}

.pix-sale-box-price-btn {
    color: #fff;
    background: var(--pix-main-color)
}

.pix-sale-box-info-col {
    font-size: 12px;
    line-height: 2
}

.pix-sale-box-name {
    font-family: var(--pix-title-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.pix-sale-box-sticker {
    font-weight: 700;
    font-size: 12px;
    line-height: 2;
}

.pix-sale-box-price-booking {
    font-size: 12px;
    line-height: 2;
    font-weight: 700;
}

.pix-sale-box-price-btn {
    font-size: 12px;
    line-height: 2;
    font-weight: 700;
}



.owl-carousel.pix-nav-carousel {
    padding: 0 37px;
}

.owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    margin: auto;
    transition: transform .1s ease;
}
.owl-nav button:not(.disabled):active{
    transform: translate3d(0, 1px, 0);
}
.owl-nav button.owl-next {
    left: auto;
    right: 0;
}
.owl-carousel .owl-nav button i {
    display: grid;
    align-items: center;
    font-size: 11px;
    color: #333;
    width: 36px;
    height: 36px;
    background: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    padding-left: 0.3em;
    cursor: pointer;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
    transition: color .33s ease, transform .1s ease;
}
.owl-carousel .owl-nav button.owl-prev i {
    padding-left: 0;
}
.owl-carousel .owl-nav button.disabled i {
    /*color: #eee;*/
}
.owl-carousel .owl-nav button:not(.disabled):hover i {
    color: var(--pix-button-color);
}

.owl-dots {
    margin-top: 40px;
    text-align: center;
    max-height: 20px;
}
.pix-bottom-info-container .owl-dots,
.pix-bottom-desc-container .owl-dots{
    margin-top: 15px;
}

.owl-carousel .owl-dots button.owl-dot {
    width: 7px;
    height: 7px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    position: relative;
    margin: 0 5px;
    background: #a6a6a6;
    -webkit-transition: background .3s ease, width 0.3s ease-in-out;
    transition: background .3s ease, width 0.3s ease-in-out;
}

.owl-carousel .owl-dots button.owl-dot.active {
    width: 14px;
    height: 7px;
    background: var(--pix-main-color);
}

.owl-carousel .owl-dots button.owl-dot:hover {
    background: var(--pix-main-color);
}




/***   Special Offers   ***/
.pix-special-offer-slider.owl-carousel {
    width: 1300px !important;
    margin: 0 auto;
}

.pix-offer-slider-item {
    position: relative;
    display: grid;
    grid-template-columns: 35% 65%;
    background: var(--pix-black-color);
    align-items: center;
}

.pix-offer-slider-item .pix-offer-img {
    width: 100%;
    padding-left: 1.5em;
    height: auto;
}

.pix-offer-slider-item .pix-offer-box {
    padding: 3em;
    color: var(--pix-font-color-light);
}

.pix-offer-slider-item .pix-offer-box-title {
    margin-bottom: 15px
}

.pix-offer-slider-item .pix-offer-box-title a {
    color: #fff;
}

.pix-offer-slider-item .pix-offer-box-title a:hover {
    text-decoration: none
}

.pix-offer-slider-item .pix-offer-box-desc {
    margin-bottom: 1em;
    font-weight: 700;
    color: var(--pix-main-color);
}

.pix-offer-slider-item.pix-offer-slider-item-red {
    grid-template-columns: 65% 35%;
    background: var(--pix-main-color);
}

.pix-offer-slider-item.pix-offer-slider-item-red .pix-offer-img {
    padding-left: 0;
    padding-right: 1.5em;
    order: 2;
}

.pix-offer-slider-item .pix-offer-box-title {
    margin-top: 0;
    font-family: var(--pix-title-font);
    line-height: 1.2;
    font-weight: 600
}

.pix-offer-slider-item .pix-offer-box-text {
    font-size: var(--pix-font-size);
    line-height: 24px;
    font-family: var(--pix-main-font)
}

.pix-offer-slider-item .pix-offer-box-title {
    color: #fff
}

.pix-offer-slider-item.pix-offer-slider-item-red .pix-offer-box {
    color: #fff;
    order: 1;
}

.pix-offer-slider-item.pix-offer-slider-item-red .pix-offer-box-title {
    color: #fff
}

.pix-offer-slider-item.pix-offer-slider-item-red .pix-offer-box-desc {
    color: #fff
}

.pix-offer-slider-item.pix-offer-slider-item-red .pix-wave-link:after {
    background: #000
}





/***   Isotope   ***/
.pix-top-filter.pix-filter-head {
    margin: 0 -30px 50px;
    line-height: 24px;
}

.pix-filter-head ul li {
    display: inline-block;
    list-style: none;
}
.pix-filter-head ul li:not(:first-child) {
    margin-left: 1.5em;
}

.pix-filter-head ul li a:hover {
    text-decoration: none
}

.pix-filter-head ul li.active a {
    text-decoration: none
}

.pix-filter-head ul li.active a {
    color: var(--pix-main-color)
}

.pix-filter-head ul li {
    font-family: var(--pix-title-font);
    font-size: var(--pix-hlink-size);
    font-weight: 700;
}

/***   Team   ***/

.pix-team-item {
    width: 400px;
    height: 442px;
    position: relative;
}

.pix-team-item:hover .pix-team-item-img {
    transform: translateX(25px);
    box-shadow: none;
}

.pix-team-item:hover .pix-team-item-bottom {
    transform: translateX(-25px);
}

.pix-team-item-img {
    width: 350px;
    height: 350px;
    -webkit-box-shadow: 10px 15px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 15px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    transition: transform .33s, box-shadow .33s;
}

.pix-team-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.pix-team-item-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 350px;
    height: 195px;
    padding: 132px 25px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: transform .33s;
}

.pix-team-item-name {
    margin-bottom: 5px
}

.pix-team-item-social {
    font-size: 0
}

.pix-team-item-social a {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    color: inherit;
}

.pix-team-item-social a i {
    font-size: 20px;
}

.pix-team-item-social a:hover {
    opacity: 0.7;
}

.pix-team-item-bottom {
    background: #626262;
    color: #fff;
}

.pix-team-item-bottom.pix-red-box {
    background: var(--pix-main-color);
}

.pix-team-item-name {
    font-family: var(--pix-title-font);
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}

.pix-team-item-job {
    font-size: 12px;
    line-height: 1;
}

/***   Testimonials   ***/

.pix-testimonials__carousel .owl-stage-outer {
    padding: 0 0 55px;
}

.pix-testimonials__carousel.owl-carousel {
    margin: 0 -30px;
    width: auto;
}

.pix-testimonial {
    width: 100%;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #fff;
    transition: box-shadow .33s;
    /*animation: pix-shadowFadeIn .33s;*/
}

.pix-testimonial:hover {
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.24);
    /*animation: pix-shadowFadeOut .33s;*/
}

@keyframes pix-shadowFadeIn {
    0% { box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3); }
    25% { box-shadow: none; }
    100% { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
}
@keyframes pix-shadowFadeOut {
    0% { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
    75% { box-shadow: none; }
    100% { box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3); }
}

.pix-testimonial.pix-transform:hover .pix-testimonial-img {
    transform: translateX(20px);
    box-shadow: none;
}

.pix-testimonial.pix-transform:hover .pix-testimonial-job {
    transform: translateX(-15px);
}

.pix-testimonial.pix-change-color:hover .pix-testimonial-job {
    background: var(--pix-additional-color);
}

.pix-testimonial-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    height: 200px;
    max-width: 200px;
    position: relative;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 2;
    transition: transform .33s, box-shadow .33s;
}

.pix-testimonial-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.pix-testimonial-job {
    position: absolute;
    top: 55px;
    left: 35px;
    z-index: 1;
    height: 200px;
    width: 200px;
    padding: 159px 25px 0;
    font-family: var(--pix-title-font);
    font-size: var(--pix-font-size);
    font-weight: 600;
    background: var(--pix-black-color);
    color: #fff;
    transition: transform .33s, background .33s;
}

.pix-testimonial-job span {
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-shadow: var(--pix-text-shadow);
}

.pix-testimonial-info {
    width: 100%;
    padding: 40px 40px 40px 80px;
    line-height: 26px;
}

.pix-testimonial-text {
    height: 78px;
    overflow: auto;
    color: var(--pix-font-color);
    font-size: var(--pix-font-size);
}
.pix-testimonial-text::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
.pix-testimonial-text::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--pix-main-color);
}
.pix-testimonial-job.pix-red-box {
    background: var(--pix-main-color)
}

.pix-testimonial-name {
    color: var(--pix-title-color);
    font-family: var(--pix-title-font);
    font-weight: 700;
    font-size: var(--pix-hlink-size);
    margin-bottom: 10px;
}

.news-card-feedback__user {
    display: none;
}

.news-card-feedback__user.active {
    display: block;
}

.news-card-feedback {
    position: relative;
    padding: 60px;
    background: #fff;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 30px rgba(0, 0, 0, .15);
    margin-bottom: 30px;
    text-align: center;
}

.news-card-feedback__image {
    position: absolute;
    width: 120px;
    height: 120px;
    left: -60px;
    top: 50%;
    margin-top: -60px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.news-card-feedback__image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-card-feedback__navigate {
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -26px;
}

.news-card-feedback__navigate button {
    display: block;
    border: none;
    background: none;
    font-size: 16px;
    outline: none;
}

.news-card-feedback__navigate button i {
    color: #a6a6a6;
}

.news-card-feedback__navigate button:first-child {
    margin-bottom: 10px;
}

.news-card-feedback__navigate button:hover {
    color: var(--pix-main-color);
}

.news-card-feedback h5 {
    /*font-size: 19px;*/
    color: var(--pix-title-color);
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.news-card-feedback h5 span {
    display: block;
    width: 100%;
    margin: auto;
    font-size: var(--pix-font-size);
    line-height: 30px;
    font-weight: 400;
    color: var(--pix-main-color);
}

.news-card-feedback h2 a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.news-card-feedback h2 a:before {
    background: var(--pix-main-color);
}

.news-card-feedback p {
    padding: 0 60px;
    margin-bottom: 20px;
}

.news-card-feedback a {
    font-size: 20px;
    margin: 0 5px;
}
.news-card-feedback a.pix-socials{
    color: var(--pix-font-color);
}

.news-card-feedback a:hover {
    color: var(--pix-main-color);
}



.news-card-people {
    margin-top: 80px !important;
    padding: 45px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.pix-testimonials-people__carousel {
    margin-top: -20px;
}
.pix-testimonials-people.news-card-people{
    margin-top: 60px !important;
    padding: 40px 50px;
    border: none;
    margin-bottom: 20px;
}
.news-card-people .pix-block-title {
    margin-top: 50px;
    margin-bottom: 15px;
    color: var(--pix-title-color);
    font-size: var(--pix-hlink-size);
    font-weight: var(--pix-hlink-weight);
    line-height: 30px;
    transition: color .33s;
}
.pix-testimonials-people.news-card-people .pix-block-title {
    margin-top: 1.1em;
}

.news-card-people .pix-block-title a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.news-card-people .pix-block-title a:before {
    background: #fff;
}

.pix-block-title span {
    margin: auto;
    display: block;
    font-weight: 400;
    font-size: var(--pix-font-size);
    line-height: var(--pix-font-line-height);
    color: var(--pix-main-color);
    transition: color .33s;
}

.news-card-people p {
    margin-bottom: 20px;
    transition: color .33s;
}
.pix-testimonials-people.news-card-people p {
    margin-bottom: 18px;
    font-size: var(--pix-font-size);
    /*font-style: italic;*/
}

.news-card-people a {
    font-size: var(--pix-h5-size);
    margin: 0 7px;
    color: var(--pix-font-color);
}
.news-card-people a.pix-socials:hover{
    color: var(--pix-main-color);
}

.news-card-people:not(.pix-testimonials-people):hover .pix-block-title,
.news-card-people:not(.pix-testimonials-people):hover .pix-block-title span,
.news-card-people:not(.pix-testimonials-people):hover p,
.news-card-people:not(.pix-testimonials-people):hover a {
    color: #fff;
}

.news-card-people__image,
.pix-testimonials-people__image{
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    background-color: #fff;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
    z-index: 9;
}

.pix-testimonials-people__image{
    top: -40px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.news-card-people__image img,
.pix-testimonials-people__image img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .33s ease-in-out;
}

.pix-testimonials-people:hover img{
    transform: scale(1.2);
}


.news-card-profile {
    margin-bottom: 30px;
}

.news-card-profile:hover h5,
.news-card-profile:hover h5 a,
.news-card-profile:hover h5 span {
    color: #fff;
}

.news-card-profile__header {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.news-card-profile__header-social {
    margin-bottom: 1em;
}

.news-card-profile__header-social a {
    font-size: 16px;
    margin-right: 5px;
    color: #797979;
}

.news-card-profile__header-social a:hover {
    color: var(--pix-main-color)
}

.news-card-profile__header img {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.news-card-profile__text {
    position: relative;
    padding: 45px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    -webkit-transition: background .33s, color .33s;
    transition: background .33s, color .33s;
    z-index: 1;
}
.news-card-profile__text h5{
    margin-bottom: .5em;
}
.news-card-profile__text h5 a:hover{
    text-decoration: underline;
}
.news-card-profile__text h5 span {
    display: block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    color: var(--pix-main-color);
    margin: 0;
}

.news-card-profile__text p {
    line-height: 30px;
    margin-bottom: 0;
}

.news-card-profile:hover .news-card-profile__text {
    background: transparent;
}

.news-card-profile:hover .news-card-profile__text h3 {
    color: #fff;
}

.news-card-profile:hover .news-card-profile__text p {
    color: #fff;
}

.news-card-message {
    margin-top: 40px;
    margin-bottom: 0;
    text-align: center;
}

.news-card-message__text {
    position: relative;
    padding: 45px;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
    margin-bottom: 50px;
}

.news-card-message__text:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -1.5em;
    bottom: -2em;
    left: 50%;
    box-sizing: border-box;
    border: 1em solid #333;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -3px 2px 10px 0 rgba(0, 0, 0, 0.1), -3px 10px 20px 0 rgba(0, 0, 0, 0.05);
}

.pix-border-shadow-overlay {
    position: absolute;
    width: 70%;
    height: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    z-index: 1;
}

.news-card-message__text h2:not([class]) {
    font-size: 16px;
    color: var(--pix-title-color);
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.news-card-message__text h2 span {
    display: block;
    font-size: 15px;
    color: var(--pix-main-color);
}

.news-card-message__text p {
    line-height: 30px;
    margin-bottom: 20px;
}

.news-card-message__image {
    margin: auto;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    overflow: hidden;
}

.news-card-message__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/***   Brand Section   ***/

.pix-brand-box.disable-owl-carousel {
    display: grid;
    justify-items: stretch;
}

.pix-brand-box.disable-owl-carousel img {
    max-height: 100px;
    max-width: 100%
}

.pix-brand-box.disable-owl-carousel .pix-logo-img {
    display: grid;
    align-items: center;
    height: 120px;
    padding: 10px;
    text-align: center;
    width: 100%;
    transition: box-shadow .33s ease, border .33s ease;
}

.pix-brand-box.disable-owl-carousel .pix-logo-img:hover{
    box-shadow: 0 5px 20px 5px rgba(0,0,0,.1);
    border-color: transparent;
}

.pix-brand-box.disable-owl-carousel.pix-col-5 .pix-logo-img{
    border-left: 1px solid #eee;
}
.pix-brand-box.disable-owl-carousel.pix-col-5 .pix-logo-img:nth-of-type(5n+1){
    border-left: none;
}
.pix-brand-box.disable-owl-carousel.pix-col-5 .pix-logo-img:nth-of-type(1n+6){
    border-top: 1px solid #eee;
}
.pix-logo-img:hover + .pix-logo-img {
    border-left-color: transparent !important;
}




/***   Image Points   ***/

.pix-car-repair-section {
    padding: 100px 0 155px
}

.pix-car-repair-box {
    position: relative
}

.pix-car-repair-img img {
    width: 100%
}

.pix-car-repair-point {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.pix-car-repair-point:before {
    content: '+';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.pix-car-repair-point:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.33s ease;
    transition: transform 0.33s ease;
}

.pix-car-repair-point-text {
    position: absolute;
    width: 216px;
    padding: 15px 25px 10px;
    z-index: 3;
    bottom: 130%;
    left: 50%;
    -webkit-transform: translate(-50%, -15px);
    -ms-transform: translate(-50%, -15px);
    transform: translate(-50%, -15px);
    cursor: default;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.33s ease, opacity 0.33s ease, transform 0.33s ease;
    transition: visibility 0.33s ease, opacity 0.33s ease, transform 0.33s ease;
    -webkit-box-shadow: var(--pix-shadow);
    box-shadow: var(--pix-shadow);
}

.pix-car-repair-point-text:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
}

.pix-car-repair-point.pix-car-repair-point-left .pix-car-repair-point-text {
    left: 0;
    -webkit-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    transform: translate(0, -15px);
}

.pix-car-repair-point.pix-car-repair-point-left:hover .pix-car-repair-point-text {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

.pix-car-repair-point.pix-car-repair-point-right .pix-car-repair-point-text {
    left: initial;
    right: 0;
    -webkit-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    transform: translate(0, -15px);
}

.pix-car-repair-point.pix-car-repair-point-right:hover .pix-car-repair-point-text {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

.pix-car-repair-point:hover:after {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.pix-car-repair-point:hover .pix-car-repair-point-text {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
}

.pix-car-repair-right {
    padding-left: 20px;
    padding-right: 80px;
}

.pix-car-repair-point:before {
    background: var(--pix-button-color);
}

.pix-car-repair-point:after {
    background: rgba(var(--pix-button-color-hex), 0.5);
}

.pix-car-repair-point-text,
.text-white-color * .pix-car-repair-point-text,
.text-white-color * .pix-car-repair-point-text p {
    background: #fff;
    color: #646464;
}

.pix-car-repair-point:before {
    font-size: 20px;
    line-height: 30px
}

.pix-car-repair-point-text p {
    font-size: 12px;
    line-height: 20px;
}

/***   Isotope   ***/

.pix-isotope-items .pix-isotope-item {
    height: auto;
    overflow: hidden;
}
.pix-isotope-items.pix-gap-1 { margin-bottom: -1px; }
.pix-isotope-items.pix-gap-2 { margin-bottom: -2px; }
.pix-isotope-items.pix-gap-5 { margin-bottom: -5px; }
.pix-isotope-items.pix-gap-10 { margin-bottom: -10px; }
.pix-isotope-items.pix-gap-15 { margin-bottom: -15px; }
.pix-isotope-items.pix-gap-20 { margin-bottom: -20px; }
.pix-isotope-items.pix-gap-30 { margin-bottom: -30px; }
.pix-isotope-items.pix-gap-50 { margin-bottom: -50px; }

.pix-isotope-items.pix-gap-0 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-gap-0 .pix-isotope-item { margin-bottom: 0; }
.pix-isotope-items.pix-gap-0 .pix-gutter-sizer { width: 0; }
.pix-isotope .col.pix-filter-sidebar-out.pix-text-right{
    margin-right: 0 !important;
}
.pix-isotope .col.pix-filter-sidebar-out:not(.pix-text-right){
    margin-left: 0 !important;
}
.pix-isotope .col.pix-filter-sidebar-out.pix-col-2 { max-width: 50%; }
.pix-isotope .col.pix-filter-sidebar-out.pix-col-3 { max-width: 33.33333%; }
.pix-isotope .col.pix-filter-sidebar-out.pix-col-3.pix-gap-5 { max-width: calc(33.33333% - 10px / 3); }
.pix-isotope .col.pix-filter-sidebar-out.pix-col-3.pix-gap-10 { max-width: calc(33.33333% - 20px / 3); }
.pix-isotope .col.pix-filter-sidebar-out.pix-col-3.pix-gap-15 { max-width: calc(33.33333% - 30px / 3); }
.pix-isotope .col.pix-filter-sidebar-out.pix-col-3.pix-gap-20 { max-width: calc(33.33333% - 40px / 3); }
.pix-isotope .col.pix-filter-sidebar-out.pix-col-3.pix-gap-30 { max-width: calc(33.33333% - 60px / 3); }
.pix-isotope .col.pix-filter-sidebar-out.pix-col-3.pix-gap-50 { max-width: calc(33.33333% - 100px / 3); }
.pix-isotope .col.pix-filter-sidebar-out.pix-col-4 { max-width: 25%; }
.pix-isotope .col.pix-filter-sidebar-out.pix-col-4.pix-gap-5 { max-width: calc(25% - 15px / 4); }
.pix-isotope .col.pix-filter-sidebar-out.pix-col-4.pix-gap-10 { max-width: calc(25% - 30px / 4); }
.pix-isotope .col.pix-filter-sidebar-out.pix-col-4.pix-gap-15 { max-width: calc(25% - 45px / 4); }
.pix-isotope .col.pix-filter-sidebar-out.pix-col-4.pix-gap-20 { max-width: calc(25% - 60px / 4); }
.pix-isotope .col.pix-filter-sidebar-out.pix-col-4.pix-gap-30 { max-width: calc(25% - 90px / 4); }
.pix-isotope .col.pix-filter-sidebar-out.pix-col-4.pix-gap-50 { max-width: calc(25% - 150px / 4); }
.pix-isotope .col.pix-filter-sidebar-out.pix-col-5 { max-width: 20%; }
.pix-isotope .col.pix-filter-sidebar-out.pix-col-6 { max-width: 16.66666%; }
.pix-isotope .col.pix-filter-sidebar-out.pix-col-8 { max-width: 12.5%; }

.pix-isotope-items.pix-gap-1 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-gap-1 .pix-isotope-item { margin-bottom: 1px; }
.pix-isotope-items.pix-gap-1 .pix-gutter-sizer { width: 1px; }
.pix-isotope .col.pix-filter-sidebar-out.pix-gap-1 { margin-left: 1px; margin-right: 1px; }
.pix-isotope-items.pix-gap-2 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-gap-2 .pix-isotope-item { margin-bottom: 2px; }
.pix-isotope-items.pix-gap-2 .pix-gutter-sizer { width: 2px; }
.pix-isotope .col.pix-filter-sidebar-out.pix-gap-2 { margin-left: 2px; margin-right: 2px; }
.pix-isotope-items.pix-gap-5 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-gap-5 .pix-isotope-item { margin-bottom: 5px; }
.pix-isotope-items.pix-gap-5 .pix-gutter-sizer { width: 5px; }
.pix-isotope .col.pix-filter-sidebar-out.pix-gap-5 { margin-left: 5px; margin-right: 5px; }
.pix-isotope-items.pix-gap-10 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-gap-10 .pix-isotope-item { margin-bottom: 10px; }
.pix-isotope-items.pix-gap-10 .pix-gutter-sizer { width: 10px; }
.pix-isotope .col.pix-filter-sidebar-out.pix-gap-10 { margin-left: 10px; margin-right: 10px; }
.pix-isotope-items.pix-gap-15 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-gap-15 .pix-isotope-item { margin-bottom: 15px; }
.pix-isotope-items.pix-gap-15 .pix-gutter-sizer { width: 15px; }
.pix-isotope .col.pix-filter-sidebar-out.pix-gap-15 { margin-left: 15px; margin-right: 15px; }
.pix-isotope-items.pix-gap-20 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-gap-20 .pix-isotope-item { margin-bottom: 20px; }
.pix-isotope-items.pix-gap-20 .pix-gutter-sizer { width: 20px; }
.pix-isotope .col.pix-filter-sidebar-out.pix-gap-20 { margin-left: 20px; margin-right: 20px; }
.pix-isotope-items.pix-gap-30 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-gap-30 .pix-isotope-item { margin-bottom: 30px; }
.pix-isotope-items.pix-gap-30 .pix-gutter-sizer { width: 30px; }
.pix-isotope .col.pix-filter-sidebar-out.pix-gap-30 { margin-left: 30px; margin-right: 30px; }
.pix-isotope-items.pix-gap-50 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-gap-50 .pix-isotope-item { margin-bottom: 50px; }
.pix-isotope-items.pix-gap-50 .pix-gutter-sizer { width: 50px; }
.pix-isotope .col.pix-filter-sidebar-out.pix-gap-50 { margin-left: 50px; margin-right: 50px; }

.pix-isotope-items.pix-col-2.pix-gap-0 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-2.pix-gap-0 .pix-isotope-item { width: 50%; }
.pix-isotope-items.pix-col-2.pix-gap-1 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-2.pix-gap-1 .pix-isotope-item { width: calc((100% - 1px) / 2); }
.pix-isotope-items.pix-col-2.pix-gap-2 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-2.pix-gap-2 .pix-isotope-item { width: calc((100% - 2px) / 2); }
.pix-isotope-items.pix-col-2.pix-gap-5 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-2.pix-gap-5 .pix-isotope-item { width: calc((100% - 5px) / 2); }
.pix-isotope-items.pix-col-2.pix-gap-10 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-2.pix-gap-10 .pix-isotope-item { width: calc((100% - 10px) / 2); }
.pix-isotope-items.pix-col-2.pix-gap-15 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-2.pix-gap-15 .pix-isotope-item { width: calc((100% - 15px) / 2); }
.pix-isotope-items.pix-col-2.pix-gap-20 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-2.pix-gap-20 .pix-isotope-item { width: calc((100% - 20px) / 2); }
.pix-isotope-items.pix-col-2.pix-gap-30 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-2.pix-gap-30 .pix-isotope-item { width: calc((100% - 30px) / 2); }
.pix-isotope-items.pix-col-2.pix-gap-50 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-2.pix-gap-50 .pix-isotope-item { width: calc((100% - 50px) / 2); }

.pix-isotope-items.pix-col-3.pix-gap-0 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-3.pix-gap-0 .pix-isotope-item { width: 33.33333%; }
.pix-isotope-items.pix-col-3.pix-gap-1 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-3.pix-gap-1 .pix-isotope-item { width: calc((100% - 2px) / 3); }
.pix-isotope-items.pix-col-3.pix-gap-2 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-3.pix-gap-2 .pix-isotope-item { width: calc((100% - 4px) / 3); }
.pix-isotope-items.pix-col-3.pix-gap-5 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-3.pix-gap-5 .pix-isotope-item { width: calc((100% - 10px) / 3); }
.pix-isotope-items.pix-col-3.pix-gap-10 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-3.pix-gap-10 .pix-isotope-item { width: calc((100% - 20px) / 3); }
.pix-isotope-items.pix-col-3.pix-gap-15 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-3.pix-gap-15 .pix-isotope-item { width: calc((100% - 30px) / 3); }
.pix-isotope-items.pix-col-3.pix-gap-20 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-3.pix-gap-20 .pix-isotope-item { width: calc((100% - 40px) / 3); }
.pix-isotope-items.pix-col-3.pix-gap-30 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-3.pix-gap-30 .pix-isotope-item { width: calc((100% - 60px) / 3); }
.pix-isotope-items.pix-col-3.pix-gap-50 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-3.pix-gap-50 .pix-isotope-item { width: calc((100% - 100px) / 3); }

.pix-isotope-items.pix-col-4.pix-gap-0 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-4.pix-gap-0 .pix-isotope-item { width: 25%; }
.pix-isotope-items.pix-col-4.pix-gap-1 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-4.pix-gap-1 .pix-isotope-item { width: calc((100% - 3px) / 4); }
.pix-isotope-items.pix-col-4.pix-gap-2 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-4.pix-gap-2 .pix-isotope-item { width: calc((100% - 6px) / 4); }
.pix-isotope-items.pix-col-4.pix-gap-5 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-4.pix-gap-5 .pix-isotope-item { width: calc((100% - 15px) / 4); }
.pix-isotope-items.pix-col-4.pix-gap-10 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-4.pix-gap-10 .pix-isotope-item { width: calc((100% - 30px) / 4); }
.pix-isotope-items.pix-col-4.pix-gap-15 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-4.pix-gap-15 .pix-isotope-item { width: calc((100% - 45px) / 4); }
.pix-isotope-items.pix-col-4.pix-gap-20 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-4.pix-gap-20 .pix-isotope-item { width: calc((100% - 60px) / 4); }
.pix-isotope-items.pix-col-4.pix-gap-30 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-4.pix-gap-30 .pix-isotope-item { width: calc((100% - 90px) / 4); }
.pix-isotope-items.pix-col-4.pix-gap-50 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-4.pix-gap-50 .pix-isotope-item { width: calc((100% - 150px) / 4); }

.pix-isotope-items.pix-col-5.pix-gap-0 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-5.pix-gap-0 .pix-isotope-item { width: 20%; }
.pix-isotope-items.pix-col-5.pix-gap-1 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-5.pix-gap-1 .pix-isotope-item { width: calc((100% - 4px) / 5); }
.pix-isotope-items.pix-col-5.pix-gap-2 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-5.pix-gap-2 .pix-isotope-item { width: calc((100% - 8px) / 5); }
.pix-isotope-items.pix-col-5.pix-gap-5 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-5.pix-gap-5 .pix-isotope-item { width: calc((100% - 20px) / 5); }
.pix-isotope-items.pix-col-5.pix-gap-10 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-5.pix-gap-10 .pix-isotope-item { width: calc((100% - 40px) / 5); }
.pix-isotope-items.pix-col-5.pix-gap-15 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-5.pix-gap-15 .pix-isotope-item { width: calc((100% - 60px) / 5); }
.pix-isotope-items.pix-col-5.pix-gap-20 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-5.pix-gap-20 .pix-isotope-item { width: calc((100% - 80px) / 5); }
.pix-isotope-items.pix-col-5.pix-gap-30 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-5.pix-gap-30 .pix-isotope-item { width: calc((100% - 120px) / 5); }
.pix-isotope-items.pix-col-5.pix-gap-50 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-5.pix-gap-50 .pix-isotope-item { width: calc((100% - 200px) / 5); }

.pix-isotope-items.pix-col-6.pix-gap-0 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-0 .pix-isotope-item { width: 16.66666%; }
.pix-isotope-items.pix-col-6.pix-gap-1 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-1 .pix-isotope-item { width: calc((100% - 5px) / 6); }
.pix-isotope-items.pix-col-6.pix-gap-2 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-2 .pix-isotope-item { width: calc((100% - 10px) / 6); }
.pix-isotope-items.pix-col-6.pix-gap-5 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-5 .pix-isotope-item { width: calc((100% - 25px) / 6); }
.pix-isotope-items.pix-col-6.pix-gap-10 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-10 .pix-isotope-item { width: calc((100% - 50px) / 6); }
.pix-isotope-items.pix-col-6.pix-gap-15 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-15 .pix-isotope-item { width: calc((100% - 75px) / 6); }
.pix-isotope-items.pix-col-6.pix-gap-20 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-20 .pix-isotope-item { width: calc((100% - 100px) / 6); }
.pix-isotope-items.pix-col-6.pix-gap-30 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-30 .pix-isotope-item { width: calc((100% - 150px) / 6); }
.pix-isotope-items.pix-col-6.pix-gap-50 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-50 .pix-isotope-item { width: calc((100% - 250px) / 6); }

.pix-isotope-items.pix-col-6.pix-gap-0 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-0 .pix-isotope-item { width: 12.5%; }
.pix-isotope-items.pix-col-6.pix-gap-1 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-1 .pix-isotope-item { width: calc((100% - 7px) / 8); }
.pix-isotope-items.pix-col-6.pix-gap-2 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-2 .pix-isotope-item { width: calc((100% - 14px) / 8); }
.pix-isotope-items.pix-col-6.pix-gap-5 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-5 .pix-isotope-item { width: calc((100% - 35px) / 8); }
.pix-isotope-items.pix-col-6.pix-gap-10 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-10 .pix-isotope-item { width: calc((100% - 70px) / 8); }
.pix-isotope-items.pix-col-6.pix-gap-15 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-15 .pix-isotope-item { width: calc((100% - 105px) / 8); }
.pix-isotope-items.pix-col-6.pix-gap-20 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-20 .pix-isotope-item { width: calc((100% - 140px) / 8); }
.pix-isotope-items.pix-col-6.pix-gap-30 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-30 .pix-isotope-item { width: calc((100% - 210px) / 8); }
.pix-isotope-items.pix-col-6.pix-gap-50 .pix-sidebar-box.pix-filter-head,
.pix-isotope-items.pix-col-6.pix-gap-50 .pix-isotope-item { width: calc((100% - 350px) / 8); }


.pix-filter-sidebar {
    position: absolute;
    left: 0;
    top: 0;
    width: 32.33333%;
    height: auto;
    margin: 0;
}
.pix-filter-sidebar.pix-text-right {
    right: 0;
    left: auto;
}
.pix-sidebar-out-filter.pix-filter-head{
    margin: 0;
}

.pix-box-img {
    width: 100%;
    height: auto;
    position: relative;
    border-color: #c8c8c8;
    overflow: hidden;
}
.pix-box-img.pix-no-image{
    overflow: visible;
}

.pix-box-img img {
    width: 100%;
    /*width: auto;*/
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transform: scale(1.1);
    transition: transform .5s ease;
}
.pix-box-img img.pixtheme-landscape{
    width: 100%;
}
html .pix-box-img .pix-img-wrapper img{
    width: -webkit-fill-available;
}

.pix-box-sticker {
    position: absolute;
    top: 22px;
    right: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 6px 20px 5px;
    font-weight: 700;
    font-size: 12px;
    line-height: 2;
    z-index: 11;
    background: rgba(var(--pix-main-color-hex), 0.8);
    color: #fff;
}

.pix-box-name,
.pix-item-title{
    padding: 2rem;
    font-family: var(--pix-title-font);
    font-weight: 600;
    font-size: var(--pix-hlink-size);
    line-height: 24px;
}
.pix-bottom-desc .pix-box-name {
    padding: 0;
}
.product .pix-box-name {
    padding-bottom: 0;
}
.pix-isotope-items.pix-bottom-info.pix-gap-50 .pix-box-name {
    padding-bottom: 0.25em;
}
.pix-bottom-info-boxed .pix-box-name {
    text-align: center;
    margin: 0 1.5rem;
    padding: 1rem 1.5rem;
    position: relative;
    background: #fff;
    top: -1.9rem;
    z-index: 10;
    border-radius: 4px;
    box-shadow: var(--pix-shadow);
}
.pix-item-title{
    padding: 0;
    padding-bottom: 17px;
    color: var(--pix-hlink-color);
}
.pix-ibox-title-side-top .pix-item-title{
    padding-bottom: 0;
}
.pix-box-name a {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.pix-box-name a:hover {
    text-decoration: none;
}

.pix-box-footer {
    position: relative;
    display: grid;
    grid-template-columns: auto auto;
    margin-top: 19px;
    font-size: 15px;
}
.product .pix-box-footer{
    grid-template-columns: auto;
    justify-items: center;
}
.pix-box-footer .pix-comments{
    text-align: right;
}
.pix-box-footer i {
    /*color: var(--pix-main-color);*/
    opacity: .65;
    padding-right: 7px;
}

.pix-box-buy {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-170%);
    -ms-transform: translateX(-170%);
    transform: translateX(-170%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.33s ease, visibility 0.33s ease, -webkit-transform 0.33s ease;
    transition: opacity 0.33s ease, visibility 0.33s ease, transform 0.33s ease;
    font-size: var(--pix-font-size);
    line-height: 24px;
    font-weight: 700;
}

.pix-box-buy a {
    font-family: var(--pix-title-font);
    color: var(--pix-main-color);
}

.pix-box-buy a:hover {
    text-decoration: none
}

.pix-box-buy a + a {
    margin-left: 15px;
}

.pix-bottom-info:hover .pix-box-buy {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible
}

.pix-box-price {
    font-family: var(--pix-title-font);
    font-size: var(--pix-font-size);
    line-height: 24px;
    -webkit-transition: opacity 0.33s ease, visibility 0.33s ease, -webkit-transform 0.33s ease;
    transition: opacity 0.33s ease, visibility 0.33s ease, transform 0.33s ease;
}

.pix-box-price, .pix-box-price ins {
    color: #323232;
    font-weight: 700;
}

.pix-box-price del {
    text-decoration: line-through;
    margin-left: 8px;
    color: #878787;
    font-weight: 400;
    margin-right: 10px;
}

.pix-bottom-info:hover .pix-box-price {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    visibility: hidden
}





.pix-hover-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 15px;
    z-index: 10;
    background: rgba(var(--pix-black-color-hex), 0.85);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.pix-hover-container:hover {
    opacity: 1;
}

.pix-hover-container h3,
.pix-hover-container h3 a {
    font-family: var(--pix-title-font);
    font-weight: 700;
    font-size: var(--pix-hlink-size);
    color: #fff;
}

.pix-hover-container .pix-box-price {
    margin-bottom: 10px;
}

.pix-hover-container .pix-box-price,
.pix-hover-container .pix-box-price ins {
    color: #fff;
}

.pix-hover-container .pix-box-btn a {
    font-family: var(--pix-title-font);
    font-weight: 700;
    font-size: 16px;
    color: var(--pix-main-color);
    text-decoration: underline;
}
.pix-hover-container .pix-box-btn a:hover {
    text-decoration: none;
}

.pix-hover-container h3 a:hover {
    color: var(--pix-main-color);
    text-decoration: none;
}

.pix-hover-container p {
    color: #ddd;
    font-weight: 400;
    margin: 0;
    line-height: 22px;
}

.pix-hover-container p a {
    font-family: var(--pix-main-font);
    text-decoration: none;
    color: inherit;
    margin: 0;
}

.pix-hover-container p a:hover {
    color: var(--pix-main-color);
    transition: color .33s;
}

.pix-hover-container p a.link-centerline:before {
    background: #fff;
}





.pix-bottom-info .pix-box .pix-box-img {
    overflow: hidden;
    margin-bottom: 0;
    max-height: 380px;
}
.pix-bottom-info.pixtheme-portrait .pix-box .pix-box-img {
    max-height: 500px;
}

.pix-bottom-info .pix-box .pix-box-img img{
    transform: scale(1.1);
    -webkit-transition: transform 1s;
    transition: transform 1s;
}

.pix-bottom-info .pix-box:hover .pix-box-img img{
    transform: scale(1);
}

.pix-bottom-info .pix-box .pix-box-name a{
    transition: color .33s;
}

.pix-bottom-info .pix-box:hover .pix-box-name a{
    color: var(--pix-main-color);
    text-decoration: none;
}





.pix-bottom-desc .pix-box {
    position: relative;
    -webkit-transition: .33s;
    transition: .33s;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-box-shadow: var(--pix-shadow);
    box-shadow: var(--pix-shadow);
}
.pix-bottom-desc .pix-box .pix-box-img {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-height: 280px;
}
.pix-bottom-desc.pixtheme-portrait .pix-box .pix-box-img {
    max-height: 100%;
}
.pix-bottom-desc .pix-box .pix-img-wrapper {
    overflow: hidden;
}
.pix-bottom-desc .pix-box .pix-img-wrapper img {
    width: 100%;
    transition: transform 1s;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transform: scale(1.1);
}

.pix-bottom-desc .pix-box:hover .pix-img-wrapper img {
    transform: scale(1);
}

.pix-bottom-desc .pix-box:hover > span a {
    background-color: var(--pix-main-color);
}

.pix-bottom-desc .pix-box .pix-box-text {
    padding: 30px 40px;
    background-color: white;
    position: relative;
    text-align: left;
}

.pix-bottom-desc .pix-box .pix-box-text .pix-box-name {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
.pix-bottom-desc .pix-box .pix-box-text .pix-box-name + p {
    margin-top: 20px;
}

.pix-bottom-desc .pix-box .pix-box-text p:last-child{
    margin-bottom: 0;
}

.pix-bottom-desc .pix-box > span a {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    display: none;
    width: 42px;
    height: 42px;
    background-color: #333;
    color: #fff;
    text-align: center;
    -webkit-transition: background-color .33s;
    transition: background-color .33s;
}

.pix-bottom-desc .pix-box > span a:before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    height: 10px;
    width: 10px;
    left: 14px;
    top: 16px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}





/***   Carousel   ***/

.pix-carousel img {
    height: auto;
}

.pix-gallery .pix-section-top-line{
    position: relative;
    margin: 4em 0;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
}

.pix-section-top-line .pix-section-title{
    padding-bottom: 0;
}
.pix-section-top-line .pix-section-title h2{
    margin-bottom: 0 !important;
}

.pix-gallery-cats {
    line-height: normal;
    text-align: center;
}
.pix-gallery-cats a{
    display: inline-block;
    position: relative;
    margin-right: 1.5em;
    font-size: var(--pix-hlink-size);
    font-weight: 600;
}
.pix-gallery-cats a.pix-active {
    color: var(--pix-main-color);
}

.pix-gallery-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}


.pix-bottom-info .pix-gallery-item-info {
    opacity: 0;
}
.pix-gallery-item.pix-bottom-info:hover .pix-gallery-item-info {
    opacity: 1;
}



.pix-gallery-item-name,
.pix-gallery-item-text {
    font-size: var(--pix-hlink-size);
    line-height: 1.2;
    font-weight: 600;
}
.pix-gallery-item-name a{
    font-size: var(--pix-hlink-size);
}
.pix-gallery-item:hover .pix-gallery-item-title a.pix-button,
.pix-gallery-item:hover .pix-gallery-item-name a{
    text-shadow: none;
    background-color: transparent;
}
.pix-gallery-item-text p {
    color: #fff;
    font-size: var(--pix-font-size);
    line-height: var(--pix-font-line-height);
    font-weight: var(--pix-font-weight);
    margin-bottom: 0;
}

.pix-gallery-item-name a:hover {
    text-decoration: underline;
}

.pix-gallery-item-title, .text-white-color .pix-gallery-item-title {
    color: #c5c5c5;
}

.pix-gallery-slider-controls {
    position: relative;
    margin-left: auto;
}

.pix-gallery-slider-controls > div {
    width: 2.25em;
    height: 2.25em;
    background: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: 0.5em;
    cursor: pointer;
    position: relative;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
    transition: transform .1s ease;
}

.pix-gallery-slider-controls > div:active {
    transform: translate3d(0, 1px, 0);
}

.pix-gallery-slider-controls > div.pix-slider-next:before,
.pix-gallery-slider-controls > div.pix-slider-prev:before{
    position: relative;
    top: 3px;
    right: -1px;
    font-family: 'Font Awesome 5 Free';
    font-size: 11px;
    font-weight: 700;
    content: '\f054';
    color: var(--pix-hlink-color);
    transition: color .33s ease;
}

.pix-gallery-slider-controls > div.pix-slider-prev:before{
    content: '\f053';
    right: 1px;
}

.pix-gallery-slider-controls > div.pix-slider-next:hover:before,
.pix-gallery-slider-controls > div.pix-slider-prev:hover:before {
    color: var(--pix-button-color);
}



.portfolio-list-section {
    margin-bottom: 80px;
}

.portfolio-item {
    padding-bottom: 30px;
}

.portfolio-image img {
    width: 100%;
    height: auto;
}

.portfolio-item-body {
    padding-left: 10px;
}

.portfolio-item-body .name {
    font-family: var(--pix-title-font);
    font-size: 18px;
    font-weight: var(--pix-title-weight);
}

.portfolio-item-body .under-name {
    font-size: var(--pix-font-size);
}

.service__select {
    text-align: center;
    margin-bottom: 70px;
}

.service__select a {
    color: #000;
    font-size: 18px;
    margin: 0 15px;
    cursor: pointer;
}

.service__select a:hover:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.service__select a:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: #000;
}

.service__select a.active {
    color: var(--pix-main-color);
}

.service__select a.active:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.service .portfolio-cards__item {
    margin: 0 0 70px 0;
}

.service .service-box-2 {
    margin: 0 0 70px 0;
}

.service-page {
    padding: 0 25px 0 15px;
    margin-bottom: 100px;
    font-family: var(--pix-main-font);
}

.service-page.pix-single-portfolio {
    padding: 0 15px;
}

.service-page h2 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-page h2 span {
    color: var(--pix-main-color);
    font-family: var(--pix-subtitle-font);
    font-style: italic;
}

.service-page p {
    line-height: 1.8;
    margin-bottom: 20px;
}

.service-page p a.link-centerline {
    color: var(--pix-main-color);
    font-weight: 700;
    font-size: inherit;
}

.service-page p a.link-centerline:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    bottom: 3px;
}

.service-page p a.link-centerline:hover:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.pix-portfolio-info-col {
    padding: 0;
}

.pix-portfolio-content-col {
    padding: 0 0 0 50px;
}

.pix-portfolio-info {
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}

.service-page-item-image img {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.service-page__list {
    padding: 0 0 0 15px;
}

.service-page__list h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.service-page__list ul li {
    position: relative;
    list-style: none;
    padding: 15px 0 10px 40px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #f0f0f0;
}

.service-page__list ul li:last-child {
    border-bottom: 0;
}

.service-page__list ul li span {
    display: block;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    color: #797979;
    padding-top: 5px;
}

.service-page__list ul li > i {
    position: absolute;
    left: 0;
    top: 20px;
    width: 15px;
    height: 15px;
    font-size: 24px;
    color: var(--pix-main-color);
}

.service-page-content {
    padding-left: 15px;
}

.service-page-content div {
    font-size: var(--pix-font-size);
}

.service-page__carousel-1 {
    margin-bottom: 40px;
}

.service-page__carousel-1 .owl-dots {
    position: relative;
    margin-top: -35px !important;
}

.blog-article .service-page__carousel-1 .owl-dots {
    margin-top: -55px !important;
}

.service-page__carousel-1 .owl-dot span {
    background: #fff !important;
}

.service-page__carousel-1 .owl-dot.active span {
    background: var(--pix-main-color) !important;
}

.service-page__carousel-item {
    width: 100%;
    height: auto;
}

.service-page__carousel-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-page__carousel-2 {
    margin-left: -50px;
    margin-top: -50px;
    width: -webkit-calc(100% + 100px) !important;
    width: calc(100% + 100px) !important;
    margin-bottom: 30px;
}

.service-page__carousel-2 .owl-dots {
    position: relative;
    margin-top: 25px !important;
}

.service-page__carousel-2 .owl-dot span {
    background: #c1c1c1 !important;
}

.service-page__carousel-2 .owl-dot.active span {
    background: var(--pix-main-color) !important;
}

.service-page__carousel-2 .service-page__carousel-item {
    height: 460px;
}

.service-page__ourworks-carousel .portfolio-cards__item {
    margin: 0;
}

.service-page__ourworks-carousel .portfolio-cards__item {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.service-page-footer {
    padding-bottom: 110px;
    background: transparent;
}

.service-page-footer .container {
    display: grid;
    grid-template-columns: 40% 20% 40%;
}

.service-page-footer a {
    /*color: #fff;*/
    font-size: var(--pix-font-size);
    font-weight: 700;
    text-shadow: var(--pix-text-shadow);
}

.service-page-footer a:hover {
    color: var(--pix-main-color);
}

.service-page-footer a i {
    position: relative;
    top: 3px;
    font-size: 1.4em;
}

.service-page-footer span {
    min-width: 90px;
}

.service-page-footer span:first-child a i {
    margin-right: 20px;
}

.service-page-footer span:last-child a i {
    margin-left: 20px;
}

.service-page-footer a.service-menu {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.pagination {
    margin-top: 70px;
    margin-bottom: 0;
}

.pagination a {
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    padding: 10px 9px;
}

.pagination a.next, .pagination a.prev {
    font-size: 14px;
    position: relative;
    top: 0;
}

.pagination a:hover {
    color: var(--pix-main-color);
}

.pagination .page-numbers:first-child {
    margin-left: 0 !important;
}

.pagination span.current {
    display: inline-block;
    background: #fff;
    color: var(--pix-main-color);
    border-radius: 50px !important;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 700;
    -webkit-box-shadow: var(--pix-shadow);
    box-shadow: var(--pix-shadow);
    text-align: center;
    line-height: 40px;
}

.row.owl-carousel {
    margin: auto;
}



/*** News ***/

.pix-news-item {
    position: relative
}

.pix-news-item:hover .pix-news-info {
    background: none
}

.pix-news-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden
}

.pix-news-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.pix-news-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1
}

.pix-news-info {
    padding: 40px;
    position: relative;
    z-index: 2;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    background: #383838;
}

.pix-news-author-date,
.pix-news-author-date a {
    margin-bottom: 20px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #7b7b7b;
    font-size: 12px;
    line-height: 24px;
}

.pix-news-title {
    margin-bottom: 25px;
    height: 52px;
    font-family: var(--pix-title-font);
    font-size: var(--pix-hlink-size);
    line-height: 26px;
    font-weight: 700;
}

.pix-news-title a {
    color: #fff;
}

.pix-news-title a:hover {
    text-decoration: none
}

.pix-news-text {
    height: 144px;
    overflow: hidden;
    margin-bottom: 25px;
    font-size: var(--pix-font-size);
    line-height: 24px;
}

.pix-news-text p {
    color: #bbb;
}

.pix-news-info .pix-news-btn a {
    font-family: var(--pix-buttons-font);
    display: inline-block;
    vertical-align: top;
    border: 1px solid;
    padding: 4px 28px 5px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #7b7b7b;
    border-color: #7b7b7b;
    font-size: 12px;
    line-height: 24px;
    text-shadow: var(--pix-text-shadow);
}

.pix-news-item:hover .pix-news-text, .pix-news-item:hover .pix-news-author-date, .pix-news-item:hover .pix-news-author-date a {
    color: #fff;
}

.pix-news-item:hover .pix-news-author-date a:hover {
    color: var(--pix-main-color);
}

.pix-news-item:hover .pix-news-btn a {
    color: #fff;
    border-color: var(--pix-additional-color);
    background: var(--pix-additional-color);
}

.pix-news-slider .owl-dots {
    position: absolute;
    top: -144px;
    right: 0;
}

.pix-news-slider .owl-dots button.owl-dot.active {
    border-color: var(--pix-main-color);
}

.pix-news-slider .owl-dots button.owl-dot.active:before {
    background: var(--pix-additional-color);
}

.pix-news-title a:hover {
    color: var(--pix-additional-color);
}

.news-card-long {
    display: grid;
    grid-template-columns: 50% 50%;
    background: #fff;
    -webkit-box-shadow: var(--pix-shadow);
    box-shadow: var(--pix-shadow);
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.news-card-long__carousel.owl-carousel {
    margin: 0 -30px;
    width: auto;
}

.news-card-long__carousel.owl-carousel .owl-stage-outer {
    padding: 15px 0 30px;
}

.news-card-long__image {
    position: relative;
    overflow: hidden;
}

.news-card-long__image a.icon-zoom {
    opacity: 0;
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    content: '';
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background: var(--pix-button-color) var(--pix-svg-search) no-repeat center center;
    background-size: 22px;
    -webkit-transition: opacity .33s, transform .33s;
    transition: opacity .33s, transform .33s;
    z-index: 3;
}

.news-card-long__image a.icon-zoom:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news-card-long__image .overlay {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: opacity .33s;
    transition: opacity .33s;
    z-index: 1;
}

.news-card-long__image:hover a.icon-zoom {
    opacity: 1;
}

.news-card-long__image:hover .overlay {
    opacity: 1;
}

.news-card-long__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-card-long__text {
    padding: 35px 40px;
    overflow: hidden;
}

.news-card-long__text h3, .rtd .news-card-long__text h3 {
    font-size: var(--pix-hlink-size);
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}

.news-card-long__text span.news-date a {
    font-size: 12px;
    line-height: 36px;
    color: var(--pix-main-color);
    font-weight: 700;
    margin-bottom: 10px;
}

.news-card-long__text p {
    line-height: 1.7;
    margin: 5px 0;
}



.news-card-centered {
    background: #fff;
    margin-bottom: 30px;
    text-align: center;
}

.news-card-centered__image {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.news-card-centered__image span {
    opacity: 0;
    position: relative;
    z-index: 3;
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    -webkit-transition: .33s;
    transition: .33s;
}

.news-card-centered__image a {
    opacity: 0;
    position: relative;
    z-index: 3;
    padding: 0 70px;
    /*text-decoration: underline;*/
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    -webkit-transition: .33s;
    transition: .33s;
}

.news-card-centered__image .overlay {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background: var(--pix-main-color);
    z-index: 2;
    -webkit-transition: opacity .33s;
    transition: opacity .33s;
}

.news-card-centered:hover .news-card-centered__image span {
    opacity: 1;
}

.news-card-centered:hover .news-card-centered__image a {
    opacity: 1;
}

.news-card-centered:hover .news-card-centered__image .overlay {
    opacity: 0.9;
}

.pix-img-greyscale .news-card-centered .news-card-centered__image .overlay {
    background: #333;
}

.pix-img-greyscale .news-card-centered:hover .news-card-centered__image .overlay {
    opacity: 0.6;
}



.pix-news-high {
    height: 100%;
}

.news-card-centered__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}

.news-card-centered__text {
    padding: 2rem;
    background-color: #f7f8f9;
    border: 1px solid #f0f0f0;
    border-top: none !important;
}

.pix-news-high .news-card-centered__text{
    background-color: transparent;
}

.news-card-centered__text p{
    margin-bottom: 0;
}

.news-card-centered__text h3 {
    font-size: var(--pix-hlink-size);
    align-content: left;
    margin: 0;
}
.pix-news-high .news-card-centered__text h3 {
    font-size: var(--pix-hlink-size);
    margin-top: 0;
    margin-bottom: 1em;
}
.news-card-centered__text span {
    font-family: var(--pix-subtitle-font);
    font-size: 16px;
    line-height: 31px;
    color: var(--pix-main-color);
}

.news-card-gradient {
    padding: 45px;
    background: #fff;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .15);
    box-shadow: 0 0 50px rgba(0, 0, 0, .15);
    margin-bottom: 30px;
}

.news-card-gradient {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.news-card-gradient .label-next,
.news-card-gradient .label-prev {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    font-family: var(--pix-main-font);
    background: #333;
    opacity: .85;
    z-index: 2;
    -webkit-transition: background .33s;
    transition: background .33s;
}

.news-card-gradient .label-prev {
    left: 0;
}

.news-card-gradient:hover .label-next,
.news-card-gradient:hover .label-prev {
    background: var(--pix-main-color);
}

.news-card-gradient .news-info {
    display: grid;
    grid-template-columns: 1fr auto;
}

.news-card-gradient img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}

.news-card-gradient h3 {
    position: relative;
    top: 40px;
    font-size: var(--pix-hlink-size);
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    -webkit-transition: top .33s;
    transition: top .33s;
    z-index: 3;
}

.news-card-gradient h3 a {
    color: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    -webkit-transition: color .33s;
    transition: color .33s;
}

.news-card-gradient h3:hover a {
    color: var(--pix-main-color);
}

.news-card-gradient .news-info {
    position: relative;
    opacity: 0;
    -webkit-transition: opacity .33s;
    transition: opacity .33s;
    z-index: 3;
}

.news-card-gradient .news-info span,
.news-card-gradient .news-info span a {
    color: #fff;
    font-family: var(--pix-main-font);
    font-size: 14px;
}

.news-card-gradient .news-info span a:hover {
    color: var(--pix-main-color);
}

.news-card-gradient .news-info span i {
    position: relative;
    padding-right: 5px;
    top: 0;
}

.news-card-gradient:hover h3 {
    top: 0;
}

.news-card-gradient:hover h3 a {
    color: var(--pix-additional-color);
}

.news-card-gradient:hover .news-info {
    opacity: 1;
}

.news-card-gradient .gradient-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(60%, transparent));
    background: -webkit-linear-gradient(bottom, #333, transparent 60%);
    background: -o-linear-gradient(bottom, #333, transparent 60%);
    background: linear-gradient(to top, #333, transparent 60%);
    z-index: 1;
}

.news-card-gradient:hover .gradient-bg {
    background: -webkit-gradient(linear, left bottom, left top, from(#333), to(transparent));
    background: -webkit-linear-gradient(bottom, #333, transparent 100%);
    background: -o-linear-gradient(bottom, #333, transparent 100%);
    background: linear-gradient(to top, #333, rgba(51, 51, 51, .5));
}

.pix-theme-tone-dark .news-card-gradient .gradient-bg {
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(60%, transparent));
    background: -webkit-linear-gradient(bottom, #000, transparent 60%);
    background: -o-linear-gradient(bottom, #000, transparent 60%);
    background: linear-gradient(to top, #000, transparent 60%);
}
.pix-theme-tone-dark .news-card-gradient:hover .gradient-bg {
    background: -webkit-gradient(linear, left bottom, left top, from(#333), to(transparent));
    background: -webkit-linear-gradient(bottom, #000, transparent 100%);
    background: -o-linear-gradient(bottom, #000, transparent 100%);
    background: linear-gradient(to top, #000, rgba(51, 51, 51, .5));
}



/***   Calculator   ***/

.pix-calculator{
    padding: 60px 60px;
    border-radius: 5px;
    background-color: #f1f5fe;
}
.pix-calculator.pix-shadow{
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.15);
}
.pix-calculator.text-white{
    background-color: rgba(255,255,255,.05);
}
.pix-calculator h3{
    margin-bottom: 35px;
}
.pix-calculator-field{
    margin-bottom: 20px;
}
.pix-calculator select{
    width: 100%;
    padding: 10px;
    background-color: #fff;
    color: var(--pix-black-color);
    border-color: #ccc;
}
.pix-calculator select > option{
    color: var(--pix-black-color);
}
.pix-calculator select > option:hover{
    color: #fff;
}
/*.pix-rounded .pix-calculator select{*/
    /*border-right: 5px;*/
/*}*/
.pix-calc-total{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.pix-calc-total-price{
    font-size: 30px;
    font-weight: 700;
    width: auto;
}
.pix-calc-total-btn{
    float: right;
    color: #fff;
}
.pix-form-container input[type="text"],
.pix-form-container select,
.pix-calculator .pix-form-container .pix-textarea-group{
    background-color: #fff;
}

.vc_col-lg-4 .pix-calculator{
    padding: 40px;
}
.vc_col-lg-4 .pix-calculator h3{
    font-size: 1.5rem;
}

@media (max-width: 575.98px) {
    .pix-calculator {
        padding: 30px 30px;
    }
    .pix-calc-total-price{
        width: 100%;
    }
    .pix-calc-total-btn{
        margin-top: 15px;
        float: none;
        width: 100%;
    }
    .pix-calc-total-btn a{
        width: 100%;
    }
}






/* SERVICES */

.sidebar-services {
    padding-right: 15px;
}

.taxonomy-page {
    padding-bottom: 80px;
}

.sidebar-services li {
    position: relative;
    list-style: none;
    margin-bottom: 0;
    border-bottom: 1px solid #e8ecef;
}

.sidebar-services li a {
    padding: 20px 0;
    text-transform: uppercase;
    display: inline-block;
    background: #fff;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    color: inherit;
    border: 0;
    transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    text-decoration: none !important;
    position: relative;
}

.sidebar-services li .children {
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: -10px;
}

.sidebar-services li .children li {
    border: 0;
}

.sidebar-services li .children a {
    padding: 5px 0;
    border: 0;
}

.sidebar-services li .children li a:before {
    font-family: 'FontAwesome';
    content: "\f105";
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.sidebar-services li:before {
    display: none !important;
}

.sidebar-services .active a, .sidebar-services .current-cat a {
    text-decoration: none;
    color: #fff;
    padding-left: 15px;
}

html .sidebar-services li a:hover {
    color: #23272c;
}

.sidebar-services .current-cat {
    border-bottom-color: #ff9801;
}

html .sidebar-services .current-cat:after, .sidebar-services .active:after {
    background: #337ab7;
}

.sidebar-container ul.styled {
    margin: 0;
    padding: 0;
}

/****************************/
/***       ELEMENTS       ***/
/****************************/

.pix-section-title {
    text-align: center;
    padding-bottom: 70px;
}

.pix-section-title.pix-title-no-padding {
    padding-bottom: 0;
}

.pix-section-title.text-left {
    text-align: left;
}

.pix-section-title.text-right {
    text-align: right;
}

.pix-title-h2, .rtd h2.pix-title-h2 {
    font-family: var(--pix-title-font);
    font-size: var(--pix-title-size);
    font-weight: var(--pix-title-weight);
    font-style: var(--pix-title-style);
    color: var(--pix-title-color);
    line-height: 1.3;
    display: inline-block;
    position: relative;
    padding: 0 60px;
    margin: 0 0 25px 0;
}

.pix-s .pix-title-h2, .rtd .pix-s h2.pix-title-h2 {
    font-size: 23px;
    line-height: 35px;
    font-weight: 700;
    font-family: var(--pix-title-font);
}

.text-left .pix-title-h2, .rtd .text-left h2.pix-title-h2 {
    padding-left: 0;
}

.sep-element {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.widget-title + .sep-element {
    margin: -15px 0 30px;
}

.text-right .sep-element {
    margin-left: calc(100% - 40px);
}

.pix-pre-title span{
    font-family: var(--pix-subtitle-font);
    font-size: var(--pix-font-size-smaller);
    font-weight: 400;
    font-style: var(--pix-subtitle-style);
    padding: 3px 15px 2px;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    background-color: var(--pix-button-color);
}

.pix-pre-title + .pix-title-h2 {
    margin-top: 25px !important;
}

.pix-s .pix-pre-title + .pix-title-h2 {
    margin-top: 10px;
}

.pix-title-h2 + p {
    margin-top: -5px;
    margin-bottom: 0;
    font-size: var(--pix-font-size-larger);
}

.pix-title-no-padding .pix-title-h2 + p {
    margin-top: 5px;
}

.white-heading .pix-title-h2,
.text-white-color .pix-title-h2,
.rtd .text-white-color h2.pix-title-h2 {
    color: #fff;
}

/*.white-heading .pix-pre-title{*/
/*color: #eee;*/
/*}*/

.icon svg {
    width: 80px;
    height: auto;
}

.pix-icon-xl .icon svg,
.pix-icon-xl .icon img {
    width: 80px;
    height: auto;
}

.pix-icon-l .icon svg,
.pix-icon-l .icon img {
    width: 60px;
    height: auto;
}

.pix-icon-m .icon svg,
.pix-icon-m .icon img {
    width: 40px;
    height: auto;
}

.pix-icon-s .icon svg,
.pix-icon-s .icon img {
    width: 20px;
    height: auto;
}

.icon span,
.icon a{
    line-height: 1;
}

.pix-icon-color .icon span {
    color: var(--pix-main-color);
}

.pix-icon-xl .icon span {
    font-size: 80px;
}

.pix-icon-l .icon span {
    font-size: 56px;
}

.pix-icon-m .icon span {
    font-size: 42px;
}

.pix-icon-s .icon span {
    font-size: 20px;
}

.round.pix-icon-xl .icon span {
    font-size: 56px;
}

.round.pix-icon-l .icon span {
    font-size: 38px;
}

.round.pix-icon-m .icon span {
    font-size: 26px;
}

.round.pix-icon-s .icon span {
    font-size: 18px;
}

span[class^="flaticon-"]:before, span[class*=" flaticon-"]:before {
    font-size: inherit;
    margin-left: inherit;
}

.pix-has-border {
    border: 1px solid #eee;
    transition: border-color .33s;
    position: relative;
}

.pix-has-border:hover {
    border: 1px solid var(--pix-main-color);
}

.pix-has-border .icon {
    fill: var(--pix-main-color);
}

.pix-has-border h3 {
    font-size: var(--pix-hlink-size);
}

.pix-has-border h3 a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
}

.pix-hover-filled {
    transition: background-color .75s;
    position: relative;
}

.pix-hover-filled:hover {
    background-color: var(--pix-main-color);
}

.pix-hover-filled:hover h3 {
    color: #fff;
}

.pix-hover-filled:hover p {
    color: #eee;
}

.pix-hover-filled:hover a {
    color: #fff;
}

.pix-hover-filled:hover a:before {
    background: #fff;
}

.pix-hover-filled:hover .icon span {
    fill: #fff;
    -webkit-text-fill-color: #fff;
}

.pix-hover-filled .icon {
    fill: var(--pix-main-color);
}

.pix-hover-filled h3 {
    font-size: 18px;
    transition: color .33s;
}

.pix-hover-filled h3 a {
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    transition: color .33s;
}

.pix-hover-filled p {
    margin-bottom: 20px;
    transition: color .33s;
}

.pix-ibox-top {
    padding: 50px 35px;
    position: relative;
}
.pix-box.pix-no-padding .pix-ibox-top {
    padding: 0;
    margin-top: 5px;
}

.pix-ibox-top h3 {
    margin-top: 1.1em;
    -webkit-transition: color .33s;
    transition: color .33s;
}

.pix-ibox-top p {
    margin: 0;
}

.pix-ibox-top .transparent,
html .pix-ibox-top .round {
    margin-bottom: 25px;
}

.pix-ibox-top .transparent.pix-icon-xl,
.pix-ibox-top .transparent.pix-icon-l,
html .pix-ibox-top .round.pix-icon-xl,
html .pix-ibox-top .round.pix-icon-l {
    margin-bottom: 28px;
}

.pix-ibox-top p + .pix-button {
    margin-top: 1em;
}

.pix-ibox-top .icon {
    margin-top: 0;
    -webkit-transition: color .33s, transform .33s;
    transition: color .33s, transform .33s;
    max-width: 80px;
}

.pix-ibox-top .icon svg {
    -webkit-transition: transform .33s;
    transition: transform .33s;
}

.pix-ibox-top:hover .transparent .icon svg {
    transform: scale(1.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}

.pix-ibox-top:hover .transparent .icon {
    color: var(--pix-main-color);
    transform: scale(1.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}

.pix-ibox-top .round,
.pix-ibox-top .transparent {
    margin-right: auto;
    margin-left: auto;
}

.pix-ibox-top.pix-text-left .round,
.pix-ibox-top.pix-text-left .transparent {
    margin-left: 0;
}

.pix-ibox-top.pix-text-right .round,
.pix-ibox-top.pix-text-right .transparent {
    margin-right: 0;
}

.pix-ibox-side {
    position: relative;
}

.pix-ibox-side .pix-block-content {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 30px;
}

.pix-ibox-side.pix-text-review-right .pix-block-content {
    grid-template-columns: 1fr auto;
}

.pix-ibox-side .round,
.pix-ibox-top .round,
.pix-ibox-title-side .round {
    display: grid;
    justify-content: center;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    background-color: var(--pix-font-color);
    -webkit-transition: color .33s, background-color .33s;
    transition: color .33s, background-color .33s;
    margin-top: 10px;
}

.pix-block-content .round.pix-icon-color {
    background-color: var(--pix-additional-color);
}
.pix-block-content .round.pix-icon-bg-main-color {
    background-color: var(--pix-main-color);
}
.pix-block-content .round.pix-icon-bg-additional-color {
    background-color: var(--pix-additional-color);
}
.pix-block-content .round.pix-icon-bg-black-color {
    background-color: var(--pix-black-color);
}
.pix-block-content .round.pix-icon-bg-white-color {
    background-color: var(--pix-white-color);
}

div[class*='pix-ibox-']:hover .round{
    background-color: var(--pix-main-color);
}
div[class*='pix-ibox-']:hover .round.pix-icon-bg-main-color{
    background-color: var(--pix-additional-color);
}

.pix-ibox-side .transparent {
    width: 50px;
    height: 50px;
    background-color: transparent;
    transition: color .33s, transform .33s;
    padding-top: 5px;
}

.pix-block-content .transparent .icon svg {
    height: auto;
}

.pix-block-content .transparent.pix-icon-xl {
    width: 80px;
    height: 80px;
}

.pix-block-content .transparent.pix-icon-l {
    width: 56px;
    height: 56px;
}

.pix-block-content .transparent.pix-icon-m {
    width: 42px;
    height: 42px;
}

.pix-block-content .transparent.pix-icon-s {
    width: 20px;
    height: 20px;
}

.pix-block-content .round.pix-icon-xl {
    width: 120px;
    height: 120px;
}

.pix-block-content .round.pix-icon-l {
    width: 90px;
    height: 90px;
}

.pix-block-content .round.pix-icon-m {
    width: 60px;
    height: 60px;
}

.pix-block-content .round.pix-icon-s {
    width: 45px;
    height: 45px;
}

.pix-ibox-side .icon {
    -webkit-transition: color .5s, transform .5s;
    transition: color .5s, transform .5s;
}

.pix-block-content .round .icon {
    display: grid;
    align-items: center;
}

.pix-ibox-side .round .icon svg {
    vertical-align: middle;
    height: 100%;
}

.pix-ibox-side .text h3 {
    line-height: 1.4;
    font-weight: bold;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: var(--pix-hlink-color);
}

.pix-ibox-side p {
    margin-top: 0;
    color: #797979;
}

.pix-ibox-side p em * {
    font-family: var(--pix-subtitle-font);
    font-weight: bold;
    font-size: 16px;
}

.pix-ibox-side p em a {
    color: var(--pix-main-color);
    font-size: 16px;
}

.pix-ibox-side .text {
    display: inline-block;
    padding-right: 0;
}
.pix-ibox-side .text p{
    margin-bottom: 0;
}

.pix-ibox-side.pix-text-review-right .text {
    padding-left: 15%;
    padding-right: 0;
    text-align: right;
}

.pix-ibox-side .text strong {
    color: #333;
}

.pix-ibox-side:hover .transparent .icon {
    color: var(--pix-main-color);
    transform: scale(1.1);
}

.pix-ibox-title-side {
    padding: 15px 45px;
    position: relative;
}

.pix-ibox-title-side .round {
    margin-top: 0;
}

.vc_row-no-padding .pix-ibox-title-side {
    padding: 15px 0;
}

.pix-ibox-title-side-top {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-column-gap: 20px;
    margin-bottom: 20px;
}

.pix-text-review-right .pix-ibox-title-side-top,
.pix-text-review-right .pix-ibox-title-side-top.pix-icon-xl {
    grid-template-columns: 1fr auto;
    justify-items: end;
}

.pix-ibox-title-side-top .pix-ibox-title {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.pix-ibox-title-side-top .pix-ibox-title h3 {
    margin: 0;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.pix-ibox-title-side-bottom {
    font-family: var(--pix-main-font);
    color: var(--pix-font-color);
}

html .round .icon span {
    color: #fff;
}

html .pix-text-center .round {
    margin-left: auto;
    margin-right: auto;
}

html .pix-text-right .round {
    margin-left: auto;
    margin-right: 0;
}



/* Amount Box */

.pix-easy-chart{
    margin-top: -5px;
}

.pix-easy-chart .icon {
    padding-bottom: 15px;
    transition: transform .33s;
}
.pix-easy-chart:hover .icon{
    transform: scale(1.1);
}

.pix-easy-chart .pix-text-left .icon,
.pix-easy-chart .pix-text-right .icon {
    padding-bottom: 0;
}

.pix-easy-chart .pix-text-left,
.pix-easy-chart .pix-text-right {
    display: grid;
    grid-template-columns: 80px auto;
    grid-column-gap: 25px;
    justify-items: center;
    align-items: center;
    margin: 0 40px;
}
.pix-easy-chart .pix-text-left.pix-no-icon,
.pix-easy-chart .pix-text-right.pix-no-icon{
    display: inline-block;
    position: relative;
    margin: 0;
}

.pix-easy-chart .pix-text-right {
    grid-template-columns: auto 80px;
}

.pix-easy-chart .pix-text-left.pix-icon-l {
    grid-template-columns: 60px auto;
}

.pix-easy-chart .pix-text-right.pix-icon-l {
    grid-template-columns: auto 60px;
}

.pix-easy-chart .pix-text-left.pix-icon-m {
    grid-template-columns: 40px auto;
}

.pix-easy-chart .pix-text-right.pix-icon-m {
    grid-template-columns: auto 40px;
}

.pix-easy-chart .pix-text-left.pix-icon-s {
    grid-template-columns: 20px auto;
}

.pix-easy-chart .pix-text-right.pix-icon-s {
    grid-template-columns: auto 20px;
}

.pix-easy-chart .pix-text-left .chart {
    position: relative;
    justify-self: start;
}

.pix-easy-chart .pix-text-right .chart {
    justify-self: end;
}

.pix-easy-chart .pix-text-left canvas,
.pix-easy-chart .pix-text-right canvas {
    position: absolute;
}

.percent,
.percent-plus {
    color: var(--pix-main-color);
    font-size: var(--pix-h2-size);
    font-weight: 300;
    line-height: normal;
}

.percent-text {
    font-family: var(--pix-main-font);
    display: block;
    font-size: var(--pix-hlink-size);
    font-weight: 600;
    line-height: normal;
    margin-top: 5px;
}

.pix-easy-chart .counter-item + p {
    margin-top: 15px;
    margin-bottom: 0;
}

/***** Tabs / Accordion *****/

.pix-section-tabs .nav {
    border-bottom: 1px solid;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: var(--pix-main-font);
    border-color: #e2e2e2;
}

.pix-section-tabs .nav li {
    margin-right: 40px
}

.pix-section-tabs .nav li:last-child {
    margin-right: 0
}

.pix-section-tabs .nav li a {
    padding-bottom: 25px;
    display: inline-block;
    vertical-align: top;
    border-bottom: 4px solid transparent;
    margin-bottom: -2px
}

.pix-section-tabs .tab-pane .pix-button,
.pix-section-tabs .tab-pane .pix-link {
    margin-top: 20px
}

.pix-section-tabs .nav li a.active {
    color: var(--pix-main-color);
    border-color: var(--pix-main-color)
}

.pix-section-tabs .nav li a:hover {
    color: var(--pix-main-color)
}

.pix-section-tabs .tab-content {
    color: #757575
}

.pix-accordion-btn {
    border-bottom: 2px solid;
    border-color: #ebeaea;
}

.pix-accordion-btn button {
    background: none;
    border: none;
    width: 100%;
    cursor: pointer;
    text-align: left;
    padding: 20px 25px 20px 0;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    position: relative;
    font-family: var(--pix-title-font);
    font-size: var(--pix-hlink-size);
    font-weight: 600;
    color: var(--pix-main-color);
}

.pix-accordion-btn button:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 3px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.pix-accordion-btn button:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 17px;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.pix-accordion-btn button:hover {
    color: var(--pix-main-color)
}

.pix-accordion-btn button.collapsed {
    color: #1b1b1b
}

.pix-accordion-btn button.collapsed:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.pix-accordion-btn button:before, .pix-accordion-btn button:after {
    background: var(--pix-main-color)
}

.pix-accordion-body {
    padding: 24px 0;
    border-bottom: 2px solid;
    border-color: #ebeaea;
}

.pix-progressbar-box {
    font-family: var(--pix-title-font);
    margin-bottom: 40px;
    max-width: 630px;
    font-weight: 700;
    color: var(--pix-title-color);
}

.pix-progressbar-line {
    width: 100%;
    height: 4px;
    margin-top: 6px;
    background: #ebeaea;
}

.pix-progressbar-full-line {
    height: 4px;
    background: var(--pix-main-color);
}




.pix-price-long{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 0;
}

.pix-price-box {
    text-align: center;
    padding: 65px 45px;
    position: relative;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    transition: transform .33s;
}
.pix-price-box:not(:last-child){
    z-index: 1;
}
.pix-price-box:hover::before {
    /*transform: translate3d(0,-10px,0);*/
    box-shadow: 0 6px 24px rgba(var(--pix-main-color-hex), 0.25)
}
.pix-price-long .pix-price-box {
    margin-right: 0 !important;
    padding: 50px 80px 50px 60px;
}

.pix-gap-1 .pix-price-box:not(:last-child){ margin-right: 1px; }
.pix-gap-2 .pix-price-box:not(:last-child){ margin-right: 2px; }
.pix-gap-5 .pix-price-box:not(:last-child){ margin-right: 5px; }
.pix-gap-10 .pix-price-box:not(:last-child){ margin-right: 10px; }
.pix-gap-15 .pix-price-box:not(:last-child){ margin-right: 15px; }
.pix-gap-20 .pix-price-box:not(:last-child){ margin-right: 20px; }
.pix-gap-30 .pix-price-box:not(:last-child){ margin-right: 30px; }
.pix-gap-50 .pix-price-box:not(:last-child){ margin-right: 50px; }

.pix-price-long.pix-gap-1 { grid-gap: 1px; }
.pix-price-long.pix-gap-2 { grid-gap: 2px; }
.pix-price-long.pix-gap-5 { grid-gap: 5px; }
.pix-price-long.pix-gap-10 { grid-gap: 10px; }
.pix-price-long.pix-gap-15 { grid-gap: 15px; }
.pix-price-long.pix-gap-20 { grid-gap: 20px; }
.pix-price-long.pix-gap-30 { grid-gap: 30px; }
.pix-price-long.pix-gap-50 { grid-gap: 50px; }

.pix-price-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    transition: box-shadow .33s ease;
}

.pix-price-box-inner {
    position: relative;
    z-index: 2
}
.pix-price-long .pix-price-box-inner {
    width: 100%;
    display: grid;
    grid-template-columns: 70% 30%;
    color: #000;
}

.pix-price-box-top {
    margin-bottom: 25px;
}

.pix-price-box-month {
    margin-bottom: 25px;
}

.pix-price-box-text {
    margin-bottom: 90px;
    color: var(--pix-font-color);
}

.pix-table-price-content-list {
    list-style: none;
}

.pix-table-price-content-list.pix-compare{
    padding: 0 25px;
}

.pix-table-price-content-list li.pix-enable,
.pix-table-price-content-list li.pix-disable{
    list-style: none;
    font-size: 16px;
    line-height: 29px;
    color: #8c8c8c;
    position: relative;
    text-align: left;
    padding-left: 25px;
}
.pix-table-price-content-list li.pix-disable{
    color: #ccc;
}
.pix-table-price-content-list li.pix-enable:before,
.pix-table-price-content-list li.pix-disable:before{
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    top: -1px;
    left: 2px;
    content: '\f00c';
    color: var(--pix-main-color);
}
.pix-table-price-content-list li.pix-disable:before{
    content: '\f068';
    color: #ccc;
}
.pix-table-price-content-list + .pix-price-table-features-info {
    padding-top: 10px;
    margin: 0;
}

.pix-price-box.pix-price-box-big {
    z-index: 2;
    position: relative;
}

.pix-price-box.pix-price-box-big:before {
    top: -25px;
    bottom: -20px;
}

.pix-price-box:before {
    background: #fff
}

.pix-price-box-top p {
    color: #000
}

.pix-price-box-top span {
    color: #6f6f6f
}

.pix-price-box-month {
    color: #bababa
}

.pix-price-box-month .pix-span-small {
    color: var(--pix-main-color)
}

.pix-price-box-month .pix-span-big {
    color: var(--pix-main-color)
}

.pix-price-box.pix-price-box-dark:before {
    background: #202020
}

.pix-price-box.pix-price-box-dark .pix-price-box-top p {
    color: #fff
}

.pix-price-box.pix-price-box-dark .pix-price-box-month {
    color: #cecece
}

.pix-price-box.pix-price-box-dark .pix-price-box-text {
    color: #cecece
}

.pix-price-box-top {
    line-height: 25px
}

.pix-price-box-top p {
    margin-bottom: 0;
    font-family: var(--pix-title-font);
    font-size: 20px;
    font-weight: 700;
}

.pix-price-box-top span {
    font-family: var(--pix-title-font);
    font-size: 16px;
    font-weight: 600
}

.pix-price-box-month {
    font-family: var(--pix-title-font);
    font-size: 12px;
    line-height: 24px
}

.pix-price-box-month .pix-span-small {
    font-size: 30px;
    font-weight: 600
}

.pix-price-box-month .pix-span-big {
    font-size: 46px;
    font-weight: 600
}

.pix-price-box-text {
    font-size: var(--pix-font-size);
    line-height: 24px;
    font-family: var(--pix-main-font)
}

.pix-price-box-footer {
    min-height: 55px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.pix-price-box-left{
    padding-right: 50px;
}
.pix-price-box-left p:first-child {
    font-size: var(--pix-hlink-size);
    font-weight: 600;
    margin-bottom: 0;
}
.pix-price-box-left p + span {
    font-size: var(--pix-font-size);
    color: var(--pix-main-color);
}
.pix-price-box-left ul {
    margin-top: 25px;
    margin-bottom: 0;
    color: var(--pix-font-color);
}

.pix-price-box-right {
    position: relative;
}
.pix-price-box-right .pix-price .pix-span-big{
    font-size: 44px;
    font-weight: 500;
    line-height: 1.8;
}
.pix-price-box-right .pix-icon {
    margin-top: 15px;
}
.pix-price-box-right .pix-icon span {
    font-size: 56px;
    line-height: 1;
}
.pix-price-box-right .pix-button {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}




.pix-compare-table table {
    min-width: 100%;
    text-align: center;
    color: var(--pix-black-color);
    margin-bottom: 0;
}
.pix-compare-table table tr{
    transition: background-color .3s ease;
}
.pix-compare-table table tbody tr:hover {
    background-color: rgba(var(--pix-main-color-hex), .15);
}

.pix-compare-table table tr td {
    padding: 1.5em 1em;
    font-size: var(--pix-hlink-size);
    line-height: 24px;
    position: relative;
}

.pix-compare-table table tfoot tr td{
    padding: 2em 1em 0;
}

.pix-compare-table table tr td:first-child {
    padding-left: 60px !important;
    width: 30%;
    text-align: left !important
}

.pix-compare-table table tr th {
    text-align: center;
    padding: .25em 1em 2em;
    border: none;
}

.pix-mobile-table-select {
    display: none;
}

.pix-price-table-col-title{
    font-family: var(--pix-title-font);
    font-size: var(--pix-h6-size);
    font-weight: 500;
    color: var(--pix-black-color);
}
.pix-price-table-col-title.pix-popular{
    color: var(--pix-main-color);
}
.pix-price-table-header {
    font-family: var(--pix-title-font);
    font-size: 12px;
    line-height: 24px;
    color: var(--pix-font-color);
    margin-bottom: 1em;
}
.pix-price-table-header.with-button{
    margin-bottom: 5px;
}
.pix-price-table-header .pix-span-small {
    font-size: var(--pix-font-size);
    font-weight: var(--pix-title-weight);
    color: var(--pix-title-color);
}
.pix-price-table-header .pix-span-big {
    font-size: var(--pix-h1-size);
    font-weight: var(--pix-title-weight);
    color: var(--pix-title-color);
}
.pix-price-table-header .pix-span-period {
    font-size: 14px;
    color: var(--pix-font-color);
}
.pix-price-table-header + .pix-button {
    margin-bottom: 10px;
}

.pix-compare-table table tr:last-child td {
    border: none;
}
.pix-compare-table tbody tr:nth-child(odd) {
    background: #f7f7f7;
}

.pix-compare-table table th:first-child {
    padding-left: 60px;
    vertical-align: top;
    text-align: left;
}

.pix-compare-table table tr:last-child td.pix-best-car {
    color: var(--pix-main-color);
    
}

.pix-compare-table span.pix-enable,
.pix-compare-table span.pix-disable{

}
.pix-compare-table span.pix-enable:before,
.pix-compare-table span.pix-disable:before{
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 700;
    content: '\f00c';
    color: var(--pix-main-color);
}
.pix-compare-table span.pix-disable:before{
    content: '\f00d';
    color: #ff0000;
}
.pix-nowrap {
    white-space: nowrap
}




.pix-contact-us {
    padding: 65px 80px;
    position: absolute;
    top: -74px;
    left: 0;
    width: 100%;
    z-index: 1
}

.pix-contact-us .pix-section-title {
    margin: 0
}

#pix-map {
    height: 736px;
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.pix-no-height {
    height: 0;
    min-height: 0
}


.pix-gap-0 .pix-contact-form .col-lg-4 { padding-right: 0; padding-left: 0; }
.pix-gap-0 .pix-contact-form .form-group{ margin-bottom: 0; }
.pix-gap-1 .pix-contact-form .col-lg-4 { padding-right: .5px; padding-left: .5px; }
.pix-gap-1 .pix-contact-form .form-group{ margin-bottom: 1px; }
.pix-gap-2 .pix-contact-form .col-lg-4 { padding-right: 1px; padding-left: 1px; }
.pix-gap-2 .pix-contact-form .form-group{ margin-bottom: 2px; }
.pix-gap-5 .pix-contact-form .col-lg-4 { padding-right: 2.5px; padding-left: 2.5px; }
.pix-gap-5 .pix-contact-form .form-group{ margin-bottom: 5px; }
.pix-gap-10 .pix-contact-form .col-lg-4 { padding-right: 5px; padding-left: 5px; }
.pix-gap-10 .pix-contact-form .form-group{ margin-bottom: 10px; }
.pix-gap-15 .pix-contact-form .col-lg-4 { padding-right: 7.5px; padding-left: 7.5px; }
.pix-gap-15 .pix-contact-form .form-group{ margin-bottom: 15px; }
.pix-gap-20 .pix-contact-form .col-lg-4 { padding-right: 10px; padding-left: 10px; }
.pix-gap-20 .pix-contact-form .form-group{ margin-bottom: 20px; }
.pix-gap-30 .pix-contact-form .col-lg-4 { padding-right: 15px; padding-left: 15px; }
.pix-gap-30 .pix-contact-form .form-group{ margin-bottom: 30px; }


.pix-contact-form .col-lg-4:first-child {
    padding-left: 15px;
    padding-right: 28px;
}
.pix-contact-form .col-lg-4 {
    padding-right: 21px;
    padding-left: 22px;
}
.pix-contact-form .col-lg-4.last {
    padding-left: 29px;
    padding-right: 15px;
}

.pix-contact-form .col-lg-6 {
    padding-right: 25px;
    padding-left: 15px;
}
.pix-contact-form .col-lg-6.last {
    padding-left: 25px;
    padding-right: 15px;
}

.pix-contact-form .form-group {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.pix-contact-form .form-group label {
    padding-left: 30px;
    margin-bottom: 0;
}
.pix-contact-form .form-group span {
    width: 100%;
}

.pix-contact-form .form-group.pix-textarea-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 30px
}
.pix-contact-form .form-group.pix-textarea-group span {
    width: 100%;
}
.pix-site-input {
    width: 100%;
    border: none;
    background: none;
    padding: 0 30px 0 5px;
    height: 73px;
    color: #000;
}
.pix-contact-form.pix-m .pix-site-input{
    padding: 0 30px;
}
textarea.pix-site-input {
    padding: 0 30px 20px;
    height: 130px;
    resize: none
}

.pix-submit-holder {
    text-align: center
}

.pix-submit-holder input {
    display: inline-block;
    vertical-align: top;
    height: 73px;
    padding: 0 35px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    width: 100%;
    max-width: 400px;
    text-align: center;
    cursor: pointer;
}

div.wpcf7 .pix-submit-holder .ajax-loader {
    display: block;
    margin: 0 auto;
}

.pix-contact-us {
    background: #000;
    color: #fff
}

.pix-contact-text {
    color: #6e6e6e
}

.pix-contact-form .form-group {
    background: transparent;
    border: 1px solid #dfdfdf;
}

.pix-contact-form .form-group label {
    color: #5c5c5c
}



.pix-site-input::-webkit-input-placeholder,
.pix-site-input::-moz-placeholder,
.pix-site-input:-moz-placeholder,
.pix-site-input:-ms-input-placeholder {
    color: #b3b3b3
}

.pix-submit-holder input {
    color: #fff;
}

.pix-contact-phone {
    font-size: 30px;
    font-weight: 700;
    line-height: 1
}

.pix-contact-text {
    font-size: var(--pix-font-size);
    line-height: 24px;
    font-family: var(--pix-main-font)
}

.pix-site-input {
    font-size: var(--pix-font-size);
    line-height: 26px
}

.pix-contact-form .form-group label {
    font-weight: 700
}

.pix-submit-holder input {
    line-height: 24px;
}

.pix-question-form .pix-question-input {
    width: 100%;
    height: 35px;
    background: none;
    border: none;
    border-bottom: 1px solid var(--pix-black-color-lighter)
}

.pix-question-form textarea.pix-question-input {
    height: 110px;
    resize: none;
    padding: 5px 0
}

.pix-question-form .pix-question-input {
    color: #979797
}

.pix-question-form .pix-question-input::-webkit-input-placeholder {
    color: #979797
}

.pix-question-form .pix-question-input::-moz-placeholder {
    color: #979797
}

.pix-question-form .pix-question-input:-moz-placeholder {
    color: #979797
}

.pix-question-form .pix-question-input:-ms-input-placeholder {
    color: #979797
}

.service-box-2 {
    text-align: center;
    border: 0 solid #eee;
    -webkit-transition: opacity .75s;
    transition: opacity .75s;
    -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.service-box-2__content {
    position: relative;
    height: 280px;
}

.service-box-2:hover .hidden {
    opacity: 1;
}

.service-box-2:hover .service-box-1__footer {
    border-bottom: none;
}

.service-box-2__content .hidden {
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.service-box-2__content .hidden .icon {
    width: 45px;
    height: 45px;
    margin: auto;
    margin-bottom: 0;
    fill: #fff;
}

.service-box-2__content .hidden a {
    display: block;
    color: #fff;
    margin: auto;
    margin-top: 15px;
}

.service-box-2__content .hidden a.link-line:after {
    border-bottom: 2px solid #fff;
}

.service-box-2__content img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-box-2__footer {
    padding: 45px 0;
}

.service-box-2__footer h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.service-box-2__footer p {
    color: #969494;
    line-height: 30px;
    padding: 23px;
    padding-bottom: 0;
}




.service-box-3 {
    width: 100%;
    height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .75s;
    transition: .75s;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.service-box-3 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.flip .service-box-3 img.pix-img-greyscale {
    filter: blur(3px) grayscale(80%);
    opacity: 0.1;
}

.service-box-3:hover .service-box-3__container,
.service-box-3 .service-box-3__container.two {
    background-color: rgba(var(--pix-main-color-hex), 0.8);
}

.pix-service-box__text p {
    color: #fff;
}

.service-box-3__container {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 40px;
    width: 70%;
    text-align: center;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
    -webkit-transition: .5s;
    transition: .5s;
}
.service-box-3__container .pix-item-title{
    padding: 1.5em 0 0;
}

.service-box-3__container .icon {
    width: 45px;
    height: 45px;
    margin: auto;
    margin-bottom: 20px;
    fill: #fff;
}
.service-box-3__container.pix-icon-l .icon {
    width: 56px;
    height: 56px;
    margin-bottom: 0;
}

.service-box-3__container h2,
.service-box-3__container h2 a {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    margin-bottom: 15px;
}

.service-box-3__container a.link-line {
    color: #fff;
}

.service-box-3__container a.link-line:after {
    background-color: #fff;
}

.service-box-3__container a.link-line-dotted:hover {
    color: #fff;
}

.service-box-4 {
    margin-bottom: 30px;
    overflow: hidden;
}

.service-box-4:hover .overlay {
    background-color: rgba(var(--pix-main-color-hex), 0.8);
}

.service-box-4:hover h2,
.service-box-4:hover h2 a {
    color: #fff;
}

.service-box-4:hover h2 a:before {
    background: #fff;
}

.service-box-4__image {
    position: relative;
    height: 250px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.service-box-4__image h2 {
    position: absolute;
    color: var(--pix-main-color);
    padding: 60px;
    padding-bottom: 40px;
    bottom: 0;
    z-index: 3;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s;
}

.service-box-4__image h2 span {
    display: block;
    color: #fff;
    font-family: var(--pix-subtitle-font);
    font-weight: 400;
    font-style: italic;
}

.service-box-4__image .overlay {
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s;
}

.service-box-4__image img {
    width: 100%;
}

.service-box-4__text {
    padding: 45px 60px;
    font-size: var(--pix-font-size);
    line-height: 30px;
    border: 1px solid #eee;
    border-top: none;
}

.service-box-4__text p {
    margin: 0;
}

.filter-button-menu .side-menu__item {
    padding: 30px 50px;
    margin: 0;
}

.filter-button-menu .side-menu__item h3 {
    font-size: 40px;
    padding: 10px 0;
}

.filter-button-menu .side-menu__item h3:before {
    left: -40px;
    margin-top: 12px;
}

.filter-button-menu .pix-sidebar-box ul li {
    font-family: var(--pix-title-font);
    position: relative;
}

.grid-services-item {
    /*width: 32%;*/
    width: 48%;
}

.grid-services-sizer {
    width: 48%;
}

.grid-services-gutter {
    width: 4%;
}

@media screen and (max-width: 767px) {
    .grid-services-item {
        width: 100%;
    }

    .grid-services-sizer {
        width: 100%;
    }

    .grid-services-gutter {
        width: 0;
    }
}

.service-box-6 {
    position: relative;
    margin-bottom: 30px;
}

.service-box-6:hover h2 {
    color: var(--pix-main-color);
}

.service-box-6 img {
    width: 100%;
}

.service-box-6 h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.service-box-6 p {
    line-height: 30px;
    color: #bdbdbd;
    margin-bottom: 20px;
}

.service-box-6 a.link-line-dotted {
    margin-top: 10px;
    color: var(--pix-main-color);
    font-weight: 400;
}

.service-box-6 a.link-line-dotted:hover {
    color: #000;
}

.service-box-6 a.link-line-dotted:after {
    position: absolute;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid var(--pix-main-color);
    border-bottom-style: dashed;
}

.service-box-6 a.link-line-dotted:hover:after {
    border-bottom: 2px solid #000;
    border-bottom-style: dashed;
}

.service-box-7 {
    position: relative;
    height: 250px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.service-box-7 img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.service-box-7 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
}

.service-box-7:hover .overlay {
    background-color: rgba(0, 0, 0, 0.35);
}

.service-box-7 a {
    z-index: 3;
}

.service-box-7 button {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    background-color: rgba(255, 255, 255, .8);
    color: var(--pix-main-color);
    font-size: 18px;
    font-weight: 700;
    padding: 25px 30px;
    z-index: 3;
    outline: none;
    cursor: pointer;
    -webkit-transition: .33s;
    transition: .33s;
}

.service-box-7 a:hover button {
    background-color: var(--pix-main-color);
    color: #fff;
}




.flip {
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;

    -webkit-transform: perspective(1000px);
    -ms-transform: perspective(1000px);
    transform: perspective(1000px);

    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;

}

.flip {
    width: inherit;
    height: 300px;
}

.flip .service-box-3 {
    width: 100%;
    height: 100%;
}

.flip .service-box-3.under {
    width: 100%;
    height: 100%;
}

.flip .service-box-3 {

    -webkit-background-size: cover;

    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);
    transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);
    overflow: hidden;

    position: absolute;
    top: 0;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip .service-box-3 {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
    position: relative;
    border: 1px solid #eee;
}

.flip:hover .service-box-3 {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip .service-box-3__container {

    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: -webkit-transform 0.80s cubic-bezier(.5, .3, .3, 1);
    transition: -webkit-transform 0.80s cubic-bezier(.5, .3, .3, 1);
    

    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 2;
}

.flip .service-box-3:hover .service-box-3__container {

    -webkit-transform: translateY(-50%) translateX(-650px) scale(.88);
    -ms-transform: translateY(-50%) translateX(-650px) scale(.88);
    transform: translateY(-50%) translateX(-650px) scale(.88);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;

}

/* ВТОРОЙ*/

.flip .service-box-3__container.two {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    -webkit-transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);
    transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);

    -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    -ms-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);

    -webkit-transform-style: preserve-3d;

    transform-style: preserve-3d;
    z-index: 2;
    height: 80%;
}

.flip:hover .service-box-3__container.two {

    -webkit-transform: translateY(-50%) translateX(-50%) translateZ(0px) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) translateZ(0px) scale(1);
    transform: translateY(-50%) translateX(-50%) translateZ(0px) scale(1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 80%;
}

/**/

.flip .service-box-3.under {

    -webkit-background-size: cover;

    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);
    transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);
    overflow: hidden;

    position: absolute;
    top: 0;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip .service-box-3.under {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 3;
}

.flip:hover .service-box-3.under {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pix-ibox-flip .pix-item-title,
.pix-ibox-flip p {
    color: #fff;
}

.portfolio a {
    font-weight: 400;
    font-size: 0.95em;
}

.filter-button-group a {
    margin-right: 30px;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
}

.filter-button-group a.active {
    color: var(--pix-main-color);
}

.portfolio a.active.link-line:after {
    display: none;
}

.portfolio a.link-line:before {
    display: none;
}

.portfolio__container {
    margin: 60px 0;
    text-align: center;
}

.portfolio__container button {
    display: block;
    margin: auto;
    font-family: var(--pix-main-font);
    font-size: 16px;
    line-height: 36px;
    padding: 20px 25px;
    width: 220px;
    border: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 70px rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.15);
    margin-top: 50px;
    -webkit-transition: .5s;
    transition: .5s;
    outline: none;
}

.portfolio__container button:hover {
    color: var(--pix-main-color);
    -webkit-box-shadow: 0 20px 70px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.05);
    outline: none;
}

.portfolio__container button:active {
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0s;
    transition: 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.grid-portfolio:after {
    content: '';
    display: block;
    clear: both;
}

.grid-portfolio__item,
.grid-portfolio__sizer {
    width: 31%;
    margin-bottom: 30px;
}

.grid-portfolio__item {
    float: left;
    overflow: hidden;
    height: 380px;
    position: relative;
}

.grid-portfolio__item img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.grid-portfolio__item--height2 {
    height: 590px;
}

.grid-big .col-lg-3,
.grid-big .col-lg-4,
.grid-big .col-lg-6,
.grid-big .col-lg-12 {
    padding: 0;
}

.grid-big .row {
    margin: 0;
}

.grid-big__item {
    height: 20vw;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.grid-big__item-video {
    overflow: hidden;
}

.grid-big__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 3s;
}

.grid-big__item-video img {
    transition: transform 3s;
}

.grid-big__item:hover img,
.grid-big__item-video:hover img {
    transform: scale(1.1);
}

.grid-big__item:hover .grid-big__item-container,
.grid-big__item-video:hover .grid-big__item-container {
    opacity: 1;
}

.grid-big__item-container {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: var(--pix-hover-gradient);
    -webkit-transition: .33s;
    transition: .33s;
    opacity: 0;
    z-index: 1;
}

.grid-big__item-container h3 {
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    font-size: 18px;
}

.grid-big__item-container h3 a.link-centerline:before {
    background: #fff;
}

.grid-big__item-text span {
    color: #fff;
    font-family: var(--pix-subtitle-font);
    font-size: var(--pix-font-size);
}

.pix-img-greyscale .grid-big__item-container h3 a:hover {
    color: var(--pix-main-color);
    border-bottom: 1px solid transparent;
}

.grid-big__item-video {
    position: relative;
    height: 40vw;
    text-align: center;
}

.grid-big__item-video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.grid-big__item-text {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40vh;
    height: 7vw;
    z-index: 1;
    color: #fff;
    opacity: 0;
    transition: opacity .33s;
}

.grid-big__item-video:hover .grid-big__item-text,
.grid-big__item:hover .grid-big__item-text {
    opacity: 1;
}

.grid-big__item-text h3 {
    font-size: 22px;
    margin: 0 !important;
    padding-bottom: 5px;
}

.grid-big__item-text a:not(:hover) {
    color: #fff;
}

.grid-big__item-text ul li {
    padding: 14px 4px;
    font-size: 15px;
}

ul.pix-social-round li,
ul.pix-social-round-transparent li {
    display: inline-block;
}

ul.pix-social-round li i {
    padding: 8px;
    border-radius: 100%;
    color: #333;
    background: #fff;
    transition: color .33s, background-color .33s;
}

ul.pix-social-round li a:hover i {
    color: #fff;
    background-color: var(--pix-main-color);
}

.footer-meta .pix-social-round-transparent {
    text-align: right;
    margin-bottom: 0;
}

.footer-meta .pix-social-round-transparent li {
    font-size: var(--pix-font-size);
}

ul.pix-social-round-transparent li i {
    transition: color .33s;
    vertical-align: middle;
}

ul.pix-social-round-transparent li:hover i {
    color: var(--pix-main-color);
}
ul.pix-social-round-transparent li:hover a {
    border-color: var(--pix-main-color);
}

div[class*='pix_video_'] {
    background-size: cover;
}
.pix-video,
.pix-map-container {
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.pix-video.embed{
    overflow: hidden;
}
.pix-video.embed iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.pix-video.pix-video-button.pix-text-right .item-pulse{
    left: auto;
    right: 0;
}
.pix-video.pix-video-button.pix-text-left .item-pulse{
    left: 0;
}
.pix-video.pix-video-button .pix-button{
    position: absolute;
    top: 0.5em;
    right: 30px;
    padding-right: 60px;
    color: var(--pix-black-color);
}
.pix-video.pix-video-button.pix-text-left .pix-button{
    left: 30px;
    right: auto;
    padding-left: 60px;
    padding-right: 2em;
}
.pix-video.pix-video-button .pix-button:hover{
    color: var(--pix-black-color);
}
.pix-video.pix-video-button .pix-button:hover + .item-pulse {
    transform: translate3d(0, -3px, 0);
}
.pix-video.pix-video-button .pix-button:active + .item-pulse {
    transform: translate3d(0, -2px, 0);
}
.pix-map-container {
    background-color: transparent;
    position: relative;
}

#pix-map {
    margin: 0 auto;
}

.pix-video .title,
.pix-video .duration {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    margin-top: -155px;
    left: 0;
    right: 0;
    color: #fff;
}

.pix-video .title {
    font-family: var(--pix-title-font);
    font-size: var(--pix-title-size);
    font-weight: var(--pix-title-weight);
    font-style: var(--pix-title-style);
    letter-spacing: var(--pix-title-letter-spacing);
}

.pix-video .duration {
    margin-top: 100px;
    font-family: var(--pix-subtitle-font);
    font-style: italic;
}

.blog-list__article-image img.play,
.blog-masonry__item-image img.play,
.grid-big__item-video img.play,
.pix-video img.play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    z-index: 50;
    -webkit-filter: none;
    filter: none;
    cursor: pointer;
}

.item-pulse {
    content: "";
    width: 70px;
    height: 70px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    background: var(--pix-main-color);
    position: absolute;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: opacity .33s, transform .33s;
    transition: opacity .33s, transform .33s;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
}

.item-pulse:active {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.75;
}

.item-pulse:hover:before,
.item-pulse:hover:after,
.pix-button:hover + .item-pulse:before,
.pix-button:hover + .item-pulse:after{
    content: none;
}

.item-pulse:before, .item-pulse:after {
    content: '';
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color: var(--pix-main-color);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: pulse-me 3s linear infinite;
    animation: pulse-me 3s linear infinite;
}

.item-pulse:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes pulse-me {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 0.2;
    }
    70% {
        opacity: 0.09;
    }
    100% {
        -webkit-transform: scale(5);
        transform: scale(5);
        opacity: 0;
    }
}

@keyframes pulse-me {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 0.2;
    }
    70% {
        opacity: 0.09;
    }
    100% {
        -webkit-transform: scale(5);
        transform: scale(5);
        opacity: 0;
    }
}

.pix-text-full-width .pix-contact-form input[type=submit] {
    width: 100%;
}

.portfolio-cards .owl-stage-outer {
    padding: 40px 0;
}

.portfolio-cards__item {
    background-color: #fff;
    text-align: center;
    margin: 0 30px;
}

.portfolio-cards__item:hover .portfolio-cards__item-image .buttons {
    opacity: 1;
}

.portfolio-cards__item:hover .portfolio-cards__item-image .gradient {
    opacity: 1;
}

.portfolio-cards__item-image {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.portfolio-cards__item-image .buttons {
    opacity: 0;
    position: absolute;
    z-index: 4;
    width: 150px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -75px;
    -webkit-transition: .33s;
    transition: .33s;
}

.portfolio-cards__item-image .buttons button {
    display: inline-block;
    content: "";
    width: 50px;
    height: 50px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    border: none;
    outline: none;
    margin: 0 10px;
    cursor: pointer;
}

.portfolio-cards__item-image .gradient {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
    -webkit-transition: .33s;
    transition: .33s;
}

.portfolio-cards__item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: opacity .33s, transform 3s;
}

.portfolio-cards__item:hover .portfolio-cards__item-image img {
    transform: scale(1.15);
}

.portfolio-cards__item-text {
    padding: 35px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none;
}

.portfolio-cards__item-text h3 {
    font-weight: 600;
    font-size: 18px;
    margin: 0 !important;
}

.portfolio-cards__item-text h3 a {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}

.portfolio-cards__item-text h3:hover a {
    color: var(--pix-main-color);
}

.portfolio-cards__item-text span {
    color: rgba(0, 0, 0, .35);
}

html .cards-beyond.owl-carousel {
    padding-left: 0;
    padding-right: 0;
}

.cards-beyond__item {
    margin: 0 15px;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.cards-beyond__item:hover .cards-beyond__item-container {
    opacity: 1;
}

.cards-beyond .owl-stage-outer {
    padding: 40px 0;
}

.cards-beyond__item-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .33s;
    transition: opacity .33s;
}

.cards-beyond__item-container h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 !important;
}

.cards-beyond__item-container h3 a {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.cards-beyond__item-container span,
.cards-beyond__item-container a {
    color: #fff;
}

.cards-beyond__item-container a:hover {
    color: var(--pix-main-color);
}

.cards-beyond__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 3s;
}

.pix-img-greyscale .cards-beyond__item img {
    transition: transform 3s, filter .3s;
}

.cards-beyond__item:hover img {
    transform: scale(1.15);
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    -webkit-background-clip: border-box;
    background-clip: border-box;
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

/* edit */

.portfolio-perrow-3 {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-row-gap: 3.5em;
}

.pix_container_gradient{
    position: relative;
}

.vc_row-overlay {
    display: inline-block;
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.vc_row-overlay:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

/* WooCommerce Widget */
div.pix-product {
    text-align: center;
    margin-bottom: 40px;
}

div.pix-product .woo-item-grid {
    position: relative;
    border: 1px solid #c8c8c8;
}

div.pix-product .price {
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: var(--pix-font-size);
}

div.pix-product .price del {
    color: inherit;
    opacity: .5;
    display: block
}

div.pix-product .price ins {
    background: 0 0;
    font-weight: 700;
    color: var(--pix-main-color);
}

div.pix-product .woo-item-grid .button {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 5;
    width: 45%;
    bottom: -15px;
    opacity: 0;
    padding: 10px;
    -webkit-transition: opacity .33s;
    transition: opacity .33s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.pix-product:hover .button {
    opacity: 1;
    bottom: -15px;
}

/*** Ligt Text ***/

.text-white-color *,
.text-white-color h1,
.text-white-color h2,
.rtd .text-white-color h1,
.rtd .text-white-color h2,
.rtd .text-white-color h3,
.text-white-color .pix-ibox-side .text h3,
.text-white-color .pix-ibox-title-side-top .pix-ibox-title h3,
.text-white-color span.percent,
.text-white-color span.percent-plus{
    color: #fff;
}

/*.text-white-color .pix-section-title .pix-title-h2,*/
/*.text-white-color .pix-section-title .pix-pre-title,*/
/*.text-white-color .pix-ibox-side p,*/
/*.text-white-color span.percent,*/
/*.text-white-color span.percent-plus {*/
/*color: #fff;*/
/*}*/

.text-white-color p,
.text-white-color a:not(.pix-button),
.text-white-color .pix-pre-title,
.text-white-color .wpb_text_column p:last-child {
    color: var(--pix-font-color-light);
}

/*****************/

/****************************/
/***         Blog         ***/
/****************************/
/*------------------------------------------------------------------
- Blog
- Post
- Comments
-------------------------------------------------------------------*/

.pix-social-title {
    background: var(--pix-main-font);
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    line-height: 35px;
    padding: 1px 15px;
    margin: 0 2px 2px -7px;
    height: auto;
    display: inline-block;
}

.pix-social-share {
    float: right;
    width: 40%;
    text-align: right;
}

.pix-social-share a {
    margin-left: -7px;
}


/* *************** */



.pix-sidebar-post {
    margin-bottom: 25px
}

.pix-sidebar-post-link a {
    text-decoration: underline;
    display: inline-block
}

.pix-sidebar-post-link a:hover {
    text-decoration: none
}

.pix-sidebar-search-form form {
    position: relative
}

.pix-sidebar-search-form .pix-phone-input {
    padding-right: 35px
}

.pix-sidebar-search-form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 50px;
    border: none;
    background: url("../images/search.html") no-repeat center;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}

.pix-sidebar-search-form input[type=submit]:hover {
    opacity: 0.6
}

.pix-sidebar-categories-list ul li {
    list-style: none
}

.pix-sidebar {
    text-align: right;
    margin-bottom: 100px;
}

.pix-sidebar-box {
    width: 100%;
    text-align: left;
    padding: 35px 45px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px
}
.pix-isotope .pix-sidebar-box {
    padding: 45px !important;
}
.pix-isotope .pix-sidebar-box .pix-h3 {
    margin-top: 0;
}

.pix-sidebar-box:last-child {
    margin-bottom: 0
}

.pix-sidebar-box-title .pix-h3 {
    padding: 0 50px 0 0;
    position: relative
}

.pix-sidebar-form .row {
    margin: 0 -5px 20px
}

.pix-sidebar-form .row.btn-filter {
    margin-top: 35px;
}

.pix-sidebar-form .row .col-12, .pix-sidebar-form .row .col-6 {
    padding: 0 5px;
}

.pix-sidebar-form .row:last-child {
    margin-bottom: 0
}

.widget_pixcars_widget_filter .pix-sidebar-form select {
    opacity: 0
}

.pix-sidebar-form .pix-filter-title {
    display: inline-block;
    padding: 0 5px;
    font-size: var(--pix-font-size);
    color: #bbbbbb;
    width: 100%;
}

.pix-sidebar-form .pix-range-box {
    padding-bottom: 0
}

.pix-sidebar-form .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #4b4b4b;
    padding: 0 10px;
    margin-bottom: 0
}

.pix-sidebar-form .form-group .pix-sidebar-input {
    background: none;
    border: none;
    width: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 13px 0 14px 2px;
}

.pix-sidebar-submit .pix-button {
    width: 100%
}

.pix-sidebar-box {
    color: var(--pix-title-color);
    background-color: #fff;
    -webkit-box-shadow: var(--pix-shadow);
    box-shadow: var(--pix-shadow);
}

.pix-container-boxed .pix-sidebar{
    margin-bottom: 0;
}

.pix-container-boxed .pix-sidebar-box,
.pix-container-boxed .blog-article__comments{
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pix-container-boxed .pix-sidebar-box{
    margin-bottom: 50px;
}
.pix-container-boxed .pix-sidebar.pix-padding-grey .pix-sidebar-box{
    background-color: #f6f6f6;
    padding: 50px;
    margin-bottom: 50px;
}
.pix-container-boxed .pix-sidebar-box.widget_search{
    background-color: transparent;
    padding: 0;
    margin-bottom: 50px;
}
.pix-container-boxed .pix-sidebar-box:last-of-type{
    margin-bottom: 0;
}
.pix-container-boxed .pix-sidebar-box h5 {
    margin-top: 0;
    /*text-transform: uppercase;*/
    font-weight: 600;
}

.pix-sidebar-form #pix-slider-range, .pix-sidebar-form .ui-slider-range {
    background: var(--pix-black-color-lighter)
}

.pix-sidebar-form .custom-select__option--value,
.pix-sidebar-form .custom-select__dropdown,
.pix-sidebar-form .form-group {
    background: var(--pix-black-color-lighter)
}

.pix-sidebar-form small {
    color: #6c6c6c
}

.pix-sidebar-box-desc {
    color: #6c6c6c
}

.pix-sidebar-search-form .pix-phone-input::-webkit-input-placeholder {
    color: #818181
}

.pix-sidebar-search-form .pix-phone-input::-moz-placeholder {
    color: #818181
}

.pix-sidebar-search-form .pix-phone-input:-moz-placeholder {
    color: #818181
}

.pix-sidebar-search-form .pix-phone-input:-ms-input-placeholder {
    color: #818181
}

.pix-sidebar-categories-list {
    color: #fff
}

.pix-sidebar-categories-list .pix-count-span {
    color: #818181
}

.pix-sidebar-categories-list ul li a:hover {
    color: var(--pix-main-color)
}

.pix-parent-li .pix-li-btn:hover {
    color: var(--pix-main-color)
}

.pix-sidebar-date-post {
    color: #818181
}

.pix-sidebar-comments-count {
    color: var(--pix-main-color)
}

.pix-sidebar-post-link a:hover {
    color: var(--pix-main-color)
}

.pix-sidebar-form .pix-price-range, .pix-sidebar-form .pix-last-price, .pix-sidebar-form .pix-first-price {
    font-size: 11px
}

.pix-sidebar-box-desc {
    font-size: 13px
}

.pix-sidebar-form .form-group {
    font-size: var(--pix-font-size);
    font-family: var(--pix-main-font)
}

.pix-sidebar-form .form-group.pix-sidebar-input {
    font-size: var(--pix-font-size);
    font-family: var(--pix-main-font)
}

.pix-sidebar-form .form-group small {
    font-size: 13px
}

.pix-sidebar-search-form input[type=submit] {
    font-family: var(--pix-main-font);
    font-size: var(--pix-font-size);
}

.pix-sidebar-categories-list {
    font-size: var(--pix-font-size);
    line-height: 24px;
    font-weight: 600;
}

.pix-sidebar-categories-list .pix-count-span {
    font-weight: 400
}

.pix-ul-lv-3 li {
    font-weight: 400;
    font-size: 13px
}

.pix-sidebar-date-post, .pix-sidebar-comments-count {
    font-size: 12px;
    line-height: 20px
}

.pix-sidebar-post-link {
    font-weight: 700
}

.side-menu__item {
    position: relative;
    padding: 40px 50px;
    margin-left: 20px;
    background: #fff;
    -webkit-box-shadow: 10px 10px 0 -2px #f3f3f3;
    box-shadow: 10px 10px 0 -2px #f3f3f3;
    border: 1px solid #e3e3e3;
    margin-bottom: 50px;
    overflow: hidden;
}

.sidebar-type-2 .side-menu__item {
    margin-left: 20px;
}

.sidebar-type-3 .side-menu__item {
    margin-left: 0;
    margin-right: 20px;
}

.side-menu__item h3 {
    position: relative;
    font-family: var(--pix-title-font);
    font-weight: var(--pix-title-weight);
    color: var(--pix-title-color);
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 20px;
}

.pix-sidebar-box ul{
    margin-left: 15px;
    margin-bottom: 0;
}

.pix-sidebar-box ul li {
    list-style: none;
    font-weight: 400;
    font-size: var(--pix-font-size);
    color: var(--pix-font-color);
    padding-bottom: 0.8em;
    position: relative;
}
.pix-sidebar-box ul li:last-of-type {
    padding-bottom: 0;
}
.pix-sidebar-box ul li a{
    font-weight: 400;
}
.pix-sidebar-box.pix-filter-head {
    color: var(--pix-hlink-color);
    -webkit-box-shadow: var(--pix-shadow);
    box-shadow: var(--pix-shadow);
}
.pix-sidebar-box.pix-filter-head ul li {
    display: list-item;
    margin-left: 0;
}
.pix-sidebar-box.pix-filter-head ul li a {
    font-weight: 700;
    color: var(--pix-hlink-color);
}

.pix-sidebar-box ul.children li {
    padding-bottom: 5px;
}

.pix-sidebar-box ul.children li:last-child {
    padding-bottom: 0;
}

.pix-sidebar-box .pix-car-details-list ul li {
    color: #fff;
    padding-bottom: 0;
}

.pix-sidebar-box .pix-categories ul li a {
    font-weight: 500;
}

.pix-sidebar-box ul li a:hover,
.pix-sidebar-box ul li.active a{
    color: var(--pix-main-color);
    text-decoration: none;
}

.pix-sidebar-box ul li.current-cat > a,
.pix-sidebar-box ul li a.active {
    color: var(--pix-main-color);
    position: relative;
    text-decoration: none;
}

.pix-parent-li {
    position: relative
}

.pix-parent-li a > span:first-child {
    max-width: -webkit-calc(100% - 15px);
    max-width: calc(100% - 15px)
}

.pix-parent-li .pix-li-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 24px;
    width: 15px;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-align: center;
    font-weight: 700;
}

.pix-parent-li .pix-li-btn:hover {
    color: var(--pix-main-color);
}

.pix-parent-li:not(.open) ul.children {
    display: none;
}

.side-menu__item-news {
    margin-bottom: 15px;
}

.widget_pixtheme_latest_news:last-child .side-menu__item-news {
    margin-bottom: 25px;
}

.side-menu__item-news .news-text a {
    display: block;
    font-size: var(--pix-font-size);
    line-height: 24px;
    font-weight: var(--pix-title-weight);
    margin-bottom: 10px;
    position: relative;
}

.side-menu__item-news .news-text a:before,
.side-menu__item li a:before,
.pix-sidebar-form ul li:before {
    position: absolute;
    top: 6px;
    left: -15px;
    font-family: 'Font Awesome 5 Free';
    font-size: 11px;
    font-weight: 700;
    color: var(--pix-button-color);
    content: '\f054';
    /*content: '';*/
    height: 14px;
    /*border-left: 4px solid var(--pix-button-color);*/
    border-radius: 1px;
}

.pix-sidebar-box ul li a:before {
    top: 0;
}

.pix-sidebar-form ul.sub-menu li:before,
.pix-sidebar-form ul.children li:before {
    top: 5px;
}

.side-menu__item .widget_shopping_cart_content li a:before {
    content: none;
}

.side-menu__item-news .news-text a:hover {
    text-decoration: none;
    color: var(--pix-main-color);
}

.side-menu__item-news .news-text p {
    font-size: 12px;
    line-height: 24px;
    color: #7d7878;
}

.side-menu__item-news .news-text p span {
    font-weight: 700;
    font-size: 11px;
    color: #000000;
}

.side-menu__item-news .news-image {
    width: 100%;
    height: auto;
}

.side-menu__item-news .news-image img {
    width: 100%;
}

.side-menu__item-news span.time {
    font-size: 10px;
    width: 100%;
    display: inline-block;
}

a.side-menu__item-all_news {
    right: 0;
    bottom: 0;
    padding-top: 2px;
    position: absolute;
    background: var(--pix-main-color);
    font-size: 12px;
    font-weight: 700;
    width: 60px;
    height: 30px;
    line-height: 25px;
    color: #fff;
    text-align: center;
}

a.side-menu__item-all_news:hover {
    background: #333;
}

.side-menu__item-search {
    position: relative;
    width: 100%;
}

.side-menu__item-search:after {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    top: 10px;
    content: '';
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' width='15px' height='15px'%3E%3Cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0 0 46.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 0 0 .083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z' fill='%23f0f'/%3E%3C/svg%3E") no-repeat center center;
}

.side-menu__item-search input {
    padding-left: 3px;
    width: 100%;
    font-size: var(--pix-font-size);
    line-height: 35px;
    font-weight: 500;
    outline: none;
    border: 0;
    border-bottom: 1px solid #f5f5f5;
}

.side-menu__item-tags a {
    padding-right: 20px;
    font-size: var(--pix-font-size);
    line-height: 35px;
    font-weight: 700;
    text-decoration: underline;
}

.side-menu__item-tags a:hover {
    color: var(--pix-main-color);
    text-decoration: none;
}

.pix-right-sidebar {
    padding-right: 45px;
}

.pix-left-sidebar {
    padding-left: 45px;
}

.pix-blog-grid + .pagination {
    margin-top: 50px;
}

.pix-blog-article {
    display: grid;
    grid-template-columns: calc(50% + 25px) auto;
    min-height: 320px;
    margin-bottom: 70px;
    /*overflow: hidden;*/
}

.no-image .pix-blog-article{
    grid-template-columns: auto;
    min-height: auto;
}

.pix-blog-img {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.pix-blog-img a {
    display: inline-block;
    height: 100%;
    position: relative
}

.pix-blog-img a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
.pix-blog-grid .pix-blog-img a img {
    transform: scale(1.1);
    transition: transform .5s ease-in-out;
}
.pix-blog-img:hover a img{
    transform: scale(1);
}

.pix-blog-img-sticker {
    position: absolute;
    top: 30px;
    left: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 5px 15px;
    background: var(--pix-additional-color);
    color: #fff;
    font-size: 12px;
    line-height: 2;
    font-weight: 700;
    z-index: 1;
    text-shadow: var(--pix-text-shadow);
}

.pix-blog-img-sticker a {
    color: #fff;
}

.pix-blog-article-info {
    background: #fff;
    padding: 2em 50px;
    margin: 2em 0 2em -50px;
    box-shadow: var(--pix-shadow);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
}

.pix-blog-article-name {
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: var(--pix-title-weight);
    color: var(--pix-title-color);
}

.pix-blog-article-name a {
    text-decoration: none;
}

.pix-blog-article-name a:hover {
    text-decoration: none;
    color: var(--pix-main-color);
}

.pix-blog-article-text {
    height: 100%;
    margin-bottom: 20px
}

.pix-blog-article-footer {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.pix-blog-article-footer span {
    color: #b2b2b2;
    padding-right: 10px;
    transition: color .33s;
}

.pix-blog-article-footer span a:hover,
.pix-blog-article-footer span:hover {
    color: var(--pix-main-color);
}

.blog-list__article {
    position: relative;
    margin-bottom: 80px;
    overflow: visible;
}

.blog-list__article:last-of-type {
    margin-bottom: 0;
}

.blog-list__article.blog-item-quote {
    margin-bottom: 100px;
}

.blog-list__article-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*max-height: 350px;*/
    min-height: 1px;
}

.pix-no-image .blog-list__article-image {
    margin-bottom: 0;
}

.blog-item-video .blog-list__article-image {
    /*height: 411px;*/
}

.blog-item-standared .blog-list__article-image .overlay,
.blog-item-video .blog-list__article-image .overlay,
.blog-item-standared .blog-masonry__item-image .overlay,
.blog-item-video .blog-masonry__item-image .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--pix-hover-gradient);
    content: '';
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .33s;
    transition: opacity .33s;
}

.blog-item-standared:hover .blog-list__article-image .overlay,
.blog-item-video:hover .blog-list__article-image .overlay,
.blog-item-standared:hover .blog-masonry__item-image .overlay,
.blog-item-video:hover .blog-masonry__item-image .overlay {
    opacity: 0;

}

.blog-item-standared:hover .blog-list__article-image img {
    transform: scale(1.0);
}

.blog-list__article-image .label-new {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    padding-top: 2px;
    background: var(--pix-main-color);
    font-family: var(--pix-main-font);
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
}

.blog-list__article-image img {
    max-width: 100%;
    height: auto;
    /*margin: 0 auto;*/
    display: block;
}

.pix-no-sidebar .blog-list__article-image img {
    margin: 0;
}

.blog-list__article-image blockquote,
.post-image blockquote {
    margin: 0;
    font-family: var(--pix-title-font);
    color: #797979;
}

.blog-list__article-image .service-page__carousel-1 {
    margin-bottom: 10px;
    padding: 0;
}

.post-image .service-page__carousel-1 {
    margin-bottom: 40px;
    padding: 0;
}

.blog-list__article-text {
    position: relative;
    overflow: visible;
}

.blog-list__article-text .article-info li {
    list-style: none;
    font-size: 10px;
    font-weight: 700;
    line-height: 30px;
}

.blog-list__article-text .article-info li.article-info__date {
    text-transform: uppercase;
    color: var(--pix-main-color);
}

.blog-list__article-text .article-info li:nth-child(2) {
    margin-bottom: 30px;
}

.blog-list__article-text .article-title {
    position: relative;
    overflow: auto;
    width: 100%;
}

.blog-list__article-text .article-title h2 {
    line-height: 1.3;
}

.blog-list__article-text .article-title h2 a {
    font-size: 16px;
}

.blog-list__article-text .article-title + .pix-button {
    margin-top: 2rem;
}

.blog-list__article-text > span a {
    position: absolute;
    right: 0;
    bottom: 15px;
    display: block;
    width: 40px;
    height: 40px;
    background-color: var(--pix-main-color);
    color: #fff;
    border: 2px solid var(--pix-main-color);
    text-align: center;
    -webkit-transition: color .33s, background-color .33s;
    transition: color .33s, background-color .33s;
}

.blog-list__article-text > span a:before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    height: 8px;
    width: 8px;
    left: 13px;
    top: 15px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.blog-list__article-text > span a:hover {
    background-color: transparent;
    color: var(--pix-main-color);
}

.blog-list__article.purple {
    background: var(--pix-main-color);
}

.blog-list__article.purple h2 {
    color: #fff;
}

.blog-list__article.purple p {
    color: #fff;
}

.blog-list__article.purple li {
    color: #fff !important;
}

.article-head {
    position: relative;
    margin-top: 2rem;
    font-size: var(--pix-font-size-smaller);
    width: 100%;
    color: #777;
    text-shadow: var(--pix-text-shadow);
    line-height: 1.6;
}
.pix-box-img.pix-no-image + .blog-list__article-text .article-head{
    margin-top: 1rem;
}

.blog-list__article .article-head-none {
    padding-left: 0;
}

.blog-article .article-head {
    padding: 15px 30px 14px;
    margin-bottom: 20px;
}

.blog-article .article-head .post__meta {
    font-size: var(--pix-font-size-smaller);
}

.blog-article .post__date {
    position: absolute;
    left: 0;
    top: 0;
}

.blog-article .post-content blockquote {
    margin: 1.5em 0;
}

.blog-article .post-content blockquote {
    margin: 3em 0 2em;
    position: relative;
    font-family: var(--pix-title-font);
}

.blog-article .post-content blockquote p {
    margin: 0;
}

.blog-list__article .post__date {
    position: absolute;
    left: 0;
    top: 0;
}

a.post__img {
    display: block;
}

.post-link .post__img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.article-head h2, .pix-post-title {
    margin: 0.25em 0 0.8em;
}

.pix-post-title a:hover {
    color: var(--pix-main-color);
}

.post__date {
    font-family: var(--pix-title-font);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    background-color: #333;
    line-height: 70px;
    text-align: center;
    vertical-align: middle;
    height: 70px;
    width: 70px;
    padding: 5px;
    color: #fff;
}

a.post__date:hover {
    text-decoration: none;
    color: #fff;
    background-color: var(--pix-main-color);
}

.post__date > span {
    display: block;
    padding-top: 0;
    line-height: 1.2;
    font-family: var(--pix-title-font);
}

.post__date > span:first-child {
    font-size: 1.5em;
    line-height: 1;
    padding-top: 5px;
}

.post__date > span:last-child {
    font-size: 0.9em;
    line-height: 1.7;
}

.post.sticky .post__date {
    background-color: var(--pix-main-color);
}

.post__meta a {
    color: inherit;
    text-shadow: var(--pix-text-shadow);
    transition: text-shadow .33s;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.post__meta .author a {
    color: #000;
}
.post__meta a:hover,
.post__meta .author a:hover {
    color: var(--pix-main-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}



.post__meta > span {
    position: relative;
    display: inline-block;
}

.post__meta > span > i {
    font-size: 20px;
    position: relative;
    top: 1px;
    margin-right: 5px;
    color: inherit;
    text-shadow: var(--pix-text-shadow);
}

.post__meta > span:first-child {
    margin-left: 1px;
}

.post__meta > span:not(:last-child),
.post__meta > a:not(:last-child) {
    margin-right: 0.5em;
}

.post__meta .author > span {
    margin-right: 0.4em;
}

.post__categories > a {
    color: var(--pix-main-color);
}

.post__categories > a:hover {
    text-decoration: underline;
}

.post__tags,
.post__tags-title {
    font-family: var(--pix-title-font);
    font-size: 10px;
    color: #797979;
    margin-right: 1em;
}

.post__tags:after,
.post__tags-title:after {
    content: ' ';
}

.post__tags a {
    color: var(--pix-main-color);
}

.blog-list__article.article-two .blog-list__article-image .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    content: '';
    opacity: 0;
    -webkit-transition: opacity .33s;
    transition: opacity .33s;
}

.blog-list__article.article-two:hover .blog-list__article-image .overlay {
    opacity: 1;
}

.blog-list__article.article-two .article-info {
    position: absolute;
    width: 100%;
    top: 250px;
}

.blog-list__article.article-two .article-info li {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
}

.blog-list__article.article-two .article-info li.article-info__date {
    color: var(--pix-main-color);
}

.blog-list__article.article-two .blog-list__article-text .article-info li:nth-child(2) {
    margin: 0;
    margin-right: 360px;
}

.blog-list__article.article-two .blog-list__article-text .article-info li.article-info__category {
    color: var(--pix-main-color);
}

.blog-list__article.article-two h2 {
    margin-bottom: 0;
}

.blog-list__article .article-info span,
.blog-list__article .article-info span a {
    font-weight: 600;
    font-size: 10px;
    padding-bottom: 10px;
}

.blog-list__article .article-info span a:hover {
    color: var(--pix-main-color);
}

.blog-list__article.article-three .article-info {
    width: 100%;
    padding: 10px 40px;
    background: -webkit-gradient(linear, right top, left top, from(var(--pix-main-color)), to(var(--pix-gradient-color)));
    background: -webkit-linear-gradient(right, var(--pix-main-color), var(--pix-gradient-color), var(--pix-main-color));
    background: -o-linear-gradient(right, var(--pix-main-color), var(--pix-gradient-color), var(--pix-main-color));
    background: linear-gradient(to left, var(--pix-main-color), var(--pix-gradient-color), var(--pix-main-color));
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 20px;
}

.blog-list__article.article-three .article-info .right {
    text-align: right;
}

.blog-list__article.article-three .article-info span,
.blog-list__article.article-three .article-info span a,
.blog-list__article.article-three .article-info span.article-info__date a {
    color: #fff;
}

.blog-list__article.article-three .article-info .right span {
    padding-left: 15px;
}

.blog-list__article.article-three .article-info .left span {
    padding-right: 15px;
}

.blog-list__article.article-three .blog-list__article-text .article-info li:nth-child(2) {
    margin: 0;
    margin-right: 360px;
}

.blog-list__article.article-three h2 {
    margin-bottom: 25px;
}

.blog-list__article.article-three .article-title {
    padding: 5px 0 0;
}

.blog-list__article .article-info span,
.blog-list__article .article-info span a {
    color: #333;
}

.blog-list__article .article-info span.article-info__date a {
    color: var(--pix-main-color);
}

.blog-article {
    padding: 0;
    margin-bottom: 100px;
}

.blog-article .post-image {
    position: relative;
    overflow: hidden;
    margin-bottom: -7px;
    text-align: center;
}

.single.single-post .blog-article .post-image {
    margin-bottom: 2em;
    text-align: left;
}

.blog-article .post-image.no-image {
    display: none;
}

.blog-article .post-image.pix-quote {
    margin-bottom: 0;
    display: block;
}

.blog-article .post-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.blog-article .post-image.pix-video {
    height: 465px;
    margin-bottom: 0;
}

.blog-article .post-description {
    font-size: 12px;
    padding-bottom: 30px;
    font-weight: 600;
    font-family: var(--pix-title-font);
}

.blog-article .post-description span:not([class='pix-comments']) {
    font-family: var(--pix-title-font);
}

.blog-article .post-description .post-date {
    padding-right: 10px;
}

.blog-article .post-description .pix-comments {
    float: right;
    padding-top: 3px;
}

.blog-article .post-description .pix-comments a {
    padding-left: 3px;
}

.blog-article .post-content {
    overflow: auto;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.blog-article .post-content .vc_row {
    margin-right: 0;
    margin-left: 0;
}

.blog-article .post-content .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}

.blog-article .post-content .vc_column_container > .vc_column-inner {
    padding-right: 0;
    padding-left: 0;
}

.blog-article p {
    line-height: 28px;
}

.blog-article p.no-comments {
    padding-top: 50px;
    font-weight: 600;
}

.blog-article p a.link-centerline {
    color: var(--pix-main-color);
    font-weight: 700;
    font-size: inherit;
}

.blog-articlep a.link-centerline:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    bottom: 3px;
}

.blog-article .comment-respond {
    padding-bottom: 0;
}

p.logged-in-as {
    font-weight: 700;
    font-size: 12px;
}

.blog-article p a.link-centerline:hover:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.blog-article .post-footer {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 100px;
    font-family: var(--pix-title-font);
    font-size: var(--pix-font-size);
    margin-bottom: 50px;
}

.blog-article .blog-footer-title {
    font-family: var(--pix-title-font);
    color: #797979;
    position: relative;
}

.blog-article .footer-meta.blog-footer-tags {
    padding-left: 21px;
}

.blog-article .footer-meta.blog-footer-tags a:hover{
    color: var(--pix-main-color);
}

.blog-article .footer-meta ul a {
    font-weight: 400;
    width: 32px;
    height: 32px;
    /*border: 1px solid var(--pix-font-color-light);*/
    display: table-cell;
    border-radius: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    transition: border .33s;
    color: var(--pix-font-color);
}

.blog-article .footer-meta.blog-footer-tags .blog-footer-title i {
    font-size: 17px;
    position: absolute;
    top: 4px;
    left: -20px;
    color: var(--pix-main-color);
}

.blog-article .footer-meta.btn-social {
    margin: auto 0;
}

.blog-article__carousel {
    margin: 70px 0;
    padding: 70px 30px;
    background: #f8f8f8;
}

.blog-article__carousel-item {
    text-align: center;
}

.blog-article__carousel-item h3 {
    font-size: 19px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.blog-article__carousel-item blockquote {
    font-size: var(--pix-font-size);
    line-height: 30px;
    font-family: var(--pix-subtitle-font);
    font-style: italic;
}

.blog-article__carousel-item blockquote span {
    margin-top: 25px;
    display: block;
    font-weight: 700;
    color: var(--pix-main-color);
    font-style: normal;
}

.blog-article__carousel .owl-dots {
    margin-top: 25px !important;
    margin-bottom: -25px !important;
}

.blog-article__carousel .owl-dots .owl-dot span {
    width: 7px !important;
    height: 7px !important;
}



.blog-article__related {
    margin: 0;
    margin-bottom: 50px;
}

.blog-article__related .pix-news-prev {
    padding-left: 40px;
}

.blog-article__related .pix-news-next {
    padding-right: 40px;
    text-align: right;
}

.blog-article__related h4 {
    position: relative;
    font-size: var(--pix-hlink-size) !important;
    word-wrap: break-word;
    margin-top: 0;
}

.blog-article__related h4:before {
    position: absolute;
    top: -1px;
    left: -40px;
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: 700;
    color: var(--pix-button-color);
    content: '\f060';
}
.blog-article__related .pix-news-next h4:before {
    right: -40px;
    left: auto;
    content: '\f061';
}

.blog-article__related h4 a {
    display: inline-block;
    font-family: var(--pix-title-font);
    font-weight: var(--pix-title-weight);
    color: var(--pix-hlink-color);
}

.blog-article__related h4 a:hover {
    color: var(--pix-main-color);
}
.blog-article__related h4:hover:before {
    color: var(--pix-button-color);
}

.blog-article__related span {
    font-size: 16px;
    color: var(--pix-font-color);
    font-weight: 400;
    /*text-transform: uppercase;*/
}

#blog-article__related-nav {
    margin-top: 5px;
    margin-right: 5px;
    display: inline-block;
    float: right;
}

#blog-article__related-nav .owl-prev {
    display: inline-block;
    cursor: pointer;
}

#blog-article__related-nav .owl-next {
    display: inline-block;
    cursor: pointer;
    margin-left: 20px;
}

#blog-article__related-nav .owl-prev:hover {
    color: var(--pix-main-color);
}

#blog-article__related-nav .owl-next:hover {
    color: var(--pix-main-color);
}

.blog-article .news-card-centered {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-article hr {
    border-top: 1px solid #e8e8e8;
    border-bottom: 0;
    margin-top: 20px;
    margin-bottom: 30px;
}

.comment-list .comment, .comment-list > li {
    position: relative;
    list-style: none;
}

.blog-article__comments {
    margin-top: 50px;
    padding: 40px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.blog-article__comments > h2 {
    font-size: var(--pix-hlink-size);
    line-height: 30px;
    margin-bottom: 35px;
}

.blog-article__comments h2 span {
    color: var(--pix-main-color);
}

.blog-article__comments-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 15px 0;
}

.blog-article__comments-item .comment-author {
    margin-right: 20px;
    width: 100%;
    max-width: 50px;
}

.blog-article__comments-item img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    margin-right: 20px;
}

.comment-content {
    overflow: auto;
    width: 100%;
}

.comment-content__header > h3,
.comment-content__header > h3 a {
    display: inline-block;
    font-size: var(--pix-font-size);
    line-height: 25px;
    margin: 0 !important;
}

.blog-article__comments-item .comment-meta {
    float: right;
}

.comment-content__header a {
    float: right;
    font-size: 14px;
    line-height: 25px;
    margin-left: 10px;
}
.comment-content__header a.comment-reply-link{
    color: var(--pix-main-color);
}
.comment-content__header a.comment-reply-link:hover{
    text-decoration: underline;
}
.comment-content__header a.comment-time {
    font-weight: 400;
}

.comment-list .comment-content__text p {
    margin: 10px 0 20px;
}

.comment-content__header span.comment-date {
    float: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
}

.comment-list .comment ol {
    position: relative;
    padding-left: 20px;
}

.blog-article__comments-item.comment-reply {
    padding-left: 40px;
}

.blog-article__comments-item.comment-reply:before {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 10px;
    content: '';
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.361 27.361'%3E%3Cpath d='M0 12.022l9.328-9.328V6.84h9.326a8.706 8.706 0 0 1 8.707 8.706v9.12a8.703 8.703 0 0 0-8.707-8.704H9.328v5.389L0 12.022z' fill='%23f0f'/%3E%3C/svg%3E") no-repeat center;
}

.comment-respond {
    padding: 40px 0 100px;
    clear: both;
}
.comment .comment-body + .comment-respond{
    padding: 1px 0 50px 70px !important;
}

.comment-respond h3 {
    font-size: 19px;
    color: var(--pix-title-color);
}

.comment-respond textarea {
    padding: 1rem;
    width: 100%;
    height: 140px;
    resize: none;
    outline: none;
    font-size: var(--pix-font-size);
    font-family: var(--pix-main-font);
    transition: .3s;
}

.comment-respond .comment-form-comment {
    margin: -20px 0 2px;

}

.comment-respond form .inputs-user-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.comment-respond form input:not([type=submit]) {
    padding: 15px 20px;
    width: 100%;
    height: 50px;
    resize: none;
    outline: none;
    font-size: 16px;
    /*font-family: var(--pix-main-font); */
}
.comment-respond form p{
    margin: 5px 0 10px 15px;
}
.comment-respond form p input[type=checkbox] {
    position: relative;
    width: auto;
    height: auto;
    top: -1px;
    margin-right: 5px;
    outline: none;
}

.comment-respond form input[type=submit] {
    width: 200px;
    height: 56px;
    background: var(--pix-button-color);
    border: var(--pix-buttons-border) solid transparent;
    color: #fff;
    font-weight: var(--pix-buttons-font-weight);
    font-size: var(--pix-buttons-font-size);
    text-transform: var(--pix-buttons-text-transform);
    outline: none;
    cursor: pointer;
    margin-top: 10px;
    text-shadow: var(--pix-text-shadow);
    transition: color .33s, background .33s, border .33s, box-shadow .33s;
}

.comment-respond form input[type=submit]:hover {
    background: var(--pix-button-color-lighter);
    color: #fff;
    border: var(--pix-buttons-border) solid var(--pix-button-color-lighter);
    -webkit-box-shadow: var(--pix-buttons-shadow);
    box-shadow: var(--pix-buttons-shadow);
}

.comment-respond form input[type=submit]:focus {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.blog.blog-full .blog-article .comment-respond form input {
    width: 250px;
}

.comment-respond form > div {
    padding-top: 5px;
}

.comment-respond form > div p {
    margin: 0 0 7px;
}

span.required{
    color: #ff0000;
}

.comment-respond .form-label .required {
    padding-left: 0.25em;
}

.comment-list .pingback .comment-body,
.comment-list .trackback .comment-body {
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.comment-list li.pingback + li:not(.pingback),
.comment-list li.trackback + li:not(.trackback) {
    margin-top: 2rem;
}

.comment-list .pingback .comment-body a:not(.comment-edit-link),
.comment-list .trackback .comment-body a:not(.comment-edit-link) {
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    display: block;
}

.comment-list .pingback .comment-body .comment-edit-link,
.comment-list .trackback .comment-body .comment-edit-link {
    font-weight: 500;
}

.form-label {
    font-size: 14px;
    color: var(--pix-main-color);
    margin: 0;
    display: block;
    opacity: 1;
    -webkit-transition: top .33s ease, opacity .33s ease;
    transition: top .33s ease, opacity .33s ease;
}

.form-control {
    border-color: #ddd;
    border-style: solid;
    box-shadow: none;
    color: #333;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--pix-main-color);
}

.js-hide-label {
    opacity: 0;
}

.js-unhighlight-label {
    color: var(--pix-font-color);
}



.pix-pagination {
    overflow: hidden;
    margin-bottom: 50px;
}

.pix-pagination ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -9px;
}

.pix-pagination ul li {
    list-style: none;
    margin: 0 9px;
    font-size: var(--pix-font-size);
    line-height: 16px;
    font-weight: 700;
}

.pix-pagination ul li.pix-active {
    width: 55px;
    height: 55px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--pix-main-color);
    border-color: #d6d6d6;
}

.pix-pagination ul li a:hover {
    text-decoration: underline;
    color: var(--pix-main-color);
}

/******************************************/
/*****              Footer            *****/
/******************************************/

.pix-footer {
    background: #f8f8f8;
    border-top: 1px solid #e6e6e6;
    margin-top: 80px;
}

.pix-footer__bottom {
    padding: 30px 0;
    font-size: var(--pix-font-size);
    font-family: var(--pix-main-font);
    text-align: left;
}

.pix-footer__bottom span {
    color: inherit;
}

.pix-footer__bottom .footer-copyright {
    display: inline-block;
}

.pix-footer__bottom .footer-created_by {
    display: inline-block;
    float: right;
}

.pix-footer__bottom .footer-created_by a {
    /*color: #fff;*/
}

.pix-footer-bottom-menu a {
    margin-left: 15px;
    text-decoration: underline;
}

.pix-footer ul.menu {
    list-style: none;
    padding-left: 25px;
}
ul.pix-list{
    padding-left: 35px;
}

.pix-footer .pix-col-2 ul.menu, .pix-col-2 ul.pix-list {
    column-count: 2;
}

.pix-footer .pix-text-center ul.menu, .pix-text-center ul.pix-list{
    padding-left: 0;
    padding-right: 0;
}

.pix-footer ul.menu li, ul.pix-list li {
    margin-bottom: 0.75em;
    position: relative;
}
ul.pix-list li {
    margin-bottom: 0;
}
ul.pix-list li span{
    /*font-size: var(--pix-font-size-larger) !important;*/
    line-height: var(--pix-font-line-height);
}

.pix-footer ul.menu li:before, ul.pix-list li:before{
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 700;
    color: var(--pix-button-color);
    content: '\f00c';
    top: 0;
    height: 14px;
    /*border-left: 4px solid var(--pix-button-color);*/
    border-radius: 1px;
    left: -35px;
}
.pix-footer .pix-no-sign ul.menu li:before,
.pix-no-sign ul.pix-list li:before{
    content: none;
}

.pix-footer a,
.pix-footer a span,
ul.pix-list li a {
    text-decoration: none;
    color: var(--pix-hlink-color);
    font-size: var(--pix-font-size);
    transition: color .33s ease;
}


/*html .pix-footer .wpb_text_column :last-child,*/
/*html .pix-footer .wpb_text_column p:last-child,*/
.pix-footer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-grey a .vc_icon_element-icon,
.pix-footer a span {
    color: var(--pix-font-color);
}

.pix-footer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-grey a:hover .vc_icon_element-icon{
    color: var(--pix-main-color);
}

.pix-footer h5 {
    margin-top: 0;
}
.pix-footer h5 a{
    text-decoration: none;
    font-size: var(--pix-h5-size) !important;
    color: var(--pix-main-color);
}

.pix-footer .pix-sidebar-box {
    max-width: 300px;
    padding: 0;
    background: transparent;
}

.pix-footer .widget {
    margin-bottom: 0;
}

.pix-footer .pix-ibox-side .round {
    background: #303030;
}

.pix-footer .pix-ibox-side:hover .round {
    background: var(--pix-main-color);
}

.pix-footer .round .icon span {
    color: #bbbbbb;
    transition: color .44s;
}

.pix-footer .pix-ibox-side:hover .round .icon span {
    color: #fff;
}

.pix-footer .side-menu__item-news span.time {
    font-size: 12px;
    line-height: 26px;
}

.pix-footer .side-menu__item-news .news-text a {
    color: #bbbbbb;
    text-decoration: underline;
    font-weight: 400;
}

.pix-footer .side-menu__item-news .news-text a:hover {
    color: var(--pix-main-color);
    text-decoration: none;
}

.pix-footer-bottom-menu a:hover {
    text-decoration: none;
    color: var(--pix-main-color) !important;
}

.pix-retina {
    width: 30%;
    position: relative;
    top: 4px;
}

.pix-retina.vc_align_center {
    margin: auto;
}

.pix-retina img{
    width: 100%;
}

.pix-wrap{
    text-align: center;
}

.pix-wrap .vc_icon_element {
    display: inline-block !important;
}

.pix-wrap .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner{
    width: 2em;
    height: 2em;
}


/****************************/
/***         MEDIA        ***/
/****************************/

@media (max-width: 575px) {
    .header-main {
        padding-top: 0;
        height: 550px
    }

    .header-main__text {
        text-align: center;
        left: 15px;
        right: 15px;
    }

    .header-main p {
        width: 100%
    }

    .menu-singleblock {
        display: none;
    }

    .menu-aroundblock {
        display: none;
    }

    .menu-left {
        display: none;
    }

    .service-box-3 {
        margin-bottom: 20px;
    }

    .service-box-3 img {
        width: 100%;
        height: 100%;
    }

    .service-box-4 {
        height: 100%;
    }

    .service-box-4__image img {
        width: 100%;
        height: 100%;
    }

    .portfolio a {
        font-size: 12px;
    }

    .grid-portfolio__item, .grid-portfolio__sizer {
        width: 100%;
        margin-bottom: 30px;
    }

    .filter__select {
        display: block;
        position: relative;
        margin-top: 20px;
    }

    .grid-cat__item, .grid-cat__sizer {
        width: 100%;
        margin-bottom: 20px;
    }

    .grid-big__item {
        width: 100%;
        height: 250px;
    }

    .grid-big__item-video {
        width: 100%;
        height: 350px;
    }

    .news-card-message__text {
        padding: 45px 20px;
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    }

}

@media (min-width: 576px) and (max-width: 767px) {
    .menu-singleblock {
        display: none;
    }

    .menu-aroundblock {
        display: none;
    }

    .menu-left {
        display: none;
    }

    .service-box-3 {
        margin-bottom: 20px;
    }

    .service-box-3 img {
        width: 100%;
        height: 100%;
    }

    .service-box-3__container {
        margin: 15px;
    }

    .service-box-4 {
        height: 100%;
    }

    .service-box-4__image img {
        width: 100%;
        height: 100%;
    }

    .grid-portfolio__item, .grid-portfolio__sizer {
        width: 47%;
        margin-bottom: 30px;
    }

    .grid-cat__item, .grid-cat__sizer {
        width: 50%;
    }

    .grid-big__item {
        width: 100%;
        height: 250px;
    }

    .grid-big__item-video {
        width: 100%;
        height: 350px;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .pix-ibox-title-side {
        padding: 20px;
    }

    .pix-ibox-top {
        padding: 20px;
    }

    .pix-item-rounded {
        padding: 20px;
    }

    .pix-item-rounded button {
        width: 100%;
        padding: 20px;
    }

    .pix-has-border h3 {
        font-size: 21px;
    }

    .pix-hover-filled h3 {
        font-size: 21px;
    }

    .pix-item-quote {
        padding: 40px;
    }

    .pix-item-quote .icon {
        margin-bottom: 20px;
    }

    .pix-item-bordered {
        padding: 40px;
    }

    .pix-item-bordered .icon {
        margin-bottom: 20px;
    }

    .pix-item-transparent {
        padding-right: 0;
    }

    .pix-ibox-side {
        display: block;
        padding: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .pix-ibox-side .text {
        width: 100%;
    }

    .menu-singleblock {
        display: none;
    }

    .menu-aroundblock {
        display: none;
    }

    .menu-left {
        display: none;
    }

    .service-box-2__footer {
        padding: 25px 0;
    }

    .service-box-3__container {
        margin: 0;
        padding: 30px 15px;
    }

    .service-box-4__image img {
        height: 100%;
    }

    .grid-cat__item, .grid-cat__sizer {
        width: 33%;
    }

    .grid-big__item {
        width: 100%;
        height: 300px;
    }

    .grid-big__item-video {
        width: 100%;
        height: 500px;
    }
}

@media (min-width: 1000px) and (max-width: 1199px) {
    .menu-mobile {
        display: none;
    }

    .grid-cat__item, .grid-cat__sizer {
        width: 25%;
    }

    .pix-header .search-container {
        width: 960px
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .menu-mobile {
        display: none;
    }

    /*.grid-cat__item.item-5{visibility: hidden;}*/
    .grid-cat__item, .grid-cat__sizer {
        width: 25%;
    }
}

@media (min-width: 1501px) {
    .menu-mobile {
        display: none;
    }

    .grid-cat__item, .grid-cat__sizer {
        width: 20%;
    }
}



/* Tabs */

.pix-tabs{
    font-size: 14px;
    line-height: 22px;
    padding-top: 40px;
}
.pix-tabs .nav-tabs {
    display: block;
	text-align: center;
	border: none;
	margin-bottom: 50px;
	margin-left: 0;
}

.pix-tabs  .nav-tabs{
	text-align:center;
	border:none;
}

.pix-tabs   .nav-tabs > li{
	float:none;
	display:inline-block;
	border:1px solid #eee;
    border-radius: 4px;
	margin-right:5px;
	background:#fff;
    overflow: hidden;
}

.pix-tabs   .nav-tabs > li + li{
	margin-top:20px;
}
.pix-tabs   .nav-tabs > li.active > a,.pix-tabs   .nav-tabs > li.active > a:focus,.pix-tabs   .nav-tabs > li.active > a:hover,.pix-tabs  .nav-tabs > a.active:focus,.pix-tabs    .nav-tabs > a.active:hover{
	cursor:default;
	border:none;
}
.pix-tabs   .nav-tabs > li.active > a:after{
	content:"";
	display:block;
	position:absolute;
	width:4px;
	top:-1px;
	bottom:-1px;
	right:-4px;
	background:#fff;
	opacity:0.5;
}
.pix-tabs   .nav-tabs > li > a{
    display:inline-block;
	position:relative;
	border:none;
    color: #333;
	border-radius:0;
	margin-right:0;
	font-weight:700;
	padding:15px 30px;
}

.pix-tabs   .nav-tabs > li > a.active ,
.pix-tabs   .nav-tabs > li:focus > a ,
.pix-tabs   .nav-tabs > li:hover > a {
    color: #fff;
    background: var(--pix-main-color) !important;
    
}

.pix-tabs .tab-content{
	font-size: 15px;
    line-height: 1.7;
}


/*** Timeline ***/

.round-ico {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 5px solid #eff2f7;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 0px 0px 2px #cacddc;
  -moz-box-shadow: inset 0px 0px 0px 2px #cacddc;
  box-shadow: inset 0px 0px 0px 2px #cacddc;
}
.round-ico.little {
  width: 25px;
  height: 25px;
  background: #fff;
  border: 5px solid #eeeef2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-box-shadow: inset 0px 0px 0px 2px #cacddc;
  -moz-box-shadow: inset 0px 0px 0px 2px #cacddc;
  box-shadow: inset 0px 0px 0px 2px #cacddc;
}
.wrap-timeline .hidden {
    display: none!important;
}
.wrap-timeline {
  position: relative;
}
.wrap-timeline:before {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  bottom: 20px;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  background: #eff2f7;
}
.wrap-timeline .top-row .time-title {
  text-align: center;
  height: 80px;
  position: relative;
}
.wrap-timeline .top-row .time-title .round-ico {
  position: absolute;
  left: 50%;
  margin-left: -26px;
  bottom: 40px;
  z-index: 1;
  width: 52px;
  height: 52px;
  line-height: 44px;
}
.wrap-timeline .top-row .time-title .round-ico .icon {
  font-size: 16px;
  text-align: center;
  color: #727272;
}
.wrap-timeline .top-row .time-title .round-ico:hover {
  text-decoration: none;
}
.wrap-timeline .top-row .time-title .round-ico:after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 52px;
  left: 50%;
  top: 42px;
  margin-left: -1px;
  background: #eff2f7;
}
.wrap-timeline .row {
  position: relative;
}

.wrap-timeline .row > .round-ico.big {
  position: absolute;
      top: -8px;
    left: 50%;
    margin-left: -20px;
  z-index: 1;
}
.wrap-timeline .row > .round-ico.big:after {
  content: '';
  display: block;
  position: absolute;
  width: 34px;
  height: 1px;
  left: 100%;
  top: 13px;
  background: #cacddc;
}
.wrap-timeline .row > .round-ico.big:before {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  right: -37px;
  top: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #cacddc;
}
.wrap-timeline .row > .round-ico.little {
  position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -13px;
  z-index: 1;
}
.wrap-timeline .row > .round-ico.little:after {
  content: '';
  display: block;
  position: absolute;
  width: 34px;
  height: 1px;
  right: 100%;
  top: 6px;
  background: #cacddc;
}
.wrap-timeline .row > .round-ico.little:before {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  left: -37px;
  top: 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #cacddc;
}
.wrap-timeline .row.top-row > .round-ico:before,
.wrap-timeline .row.top-row > .round-ico:after {
    content: none !important;
}
.wrap-timeline .left-row {
  text-align: right;
  margin-bottom: 20px;
}
.wrap-timeline .right-row {
  text-align: left;
  margin-bottom: 40px;
}
.wrap-timeline .right-row .time-item {
  padding-left: 80px;
}
.wrap-timeline .left-row .time-item {
  padding-right: 80px;
}
.wrap-timeline .time-item {
  padding-top: 0;
}
.wrap-timeline .time-item .date {
  font-size: var(--pix-font-size-smaller);
  text-transform: uppercase;
  color: var(--pix-main-color);
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
}
.wrap-timeline .time-item .time-image img {
  max-width: 100%;
  margin-bottom: 20px;
  width: auto;
    border-radius: 4px;
}
.wrap-timeline .time-item .title {
  font-size: var(--pix-hlink-size);
  color: var(--pix-hlink-color);
  font-weight: 600;
  margin-bottom: 15px;
  font-family: var(--pix-title-font);
  line-height: 1.5;
}
.wrap-timeline .time-item .time-content p:last-child {
  margin-bottom: 0;
}
.wrap-timeline .plus .plus-ico {
  cursor: pointer;
  display: block;
  z-index: 1;
  margin: 0 auto;
  position: relative;
  width: 52px;
  height: 52px;
  background: #fff;
  border: 5px solid #eeeef2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-box-shadow: inset 0px 0px 0px 2px #cacddc;
  -moz-box-shadow: inset 0px 0px 0px 2px #cacddc;
  box-shadow: inset 0px 0px 0px 2px #cacddc;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  padding: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #cacddc;
}
.wrap-timeline .plus .plus-ico:after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 10px;
  left: 50%;
  margin-left: -1px;
  bottom: 100%;
  background: #eff2f7;
}
.wrap-timeline .plus .plus-ico:hover {
  color: #fff;
  background: var(--pix-main-color);
  box-shadow: none;
}
.wrap-timeline .plus .plus-ico.inactive {
  cursor: auto;
}
.wrap-timeline .plus .plus-ico.inactive:hover {
  background: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #cacddc;
  -moz-box-shadow: inset 0px 0px 0px 2px #cacddc;
  box-shadow: inset 0px 0px 0px 2px #cacddc;
}

.text-white .wrap-timeline .time-item .title {
  color: #ffffff;
}
