* {
    margin: 0;
    padding: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    background-color: white;
    z-index: 1;
}


a, p, div, h1, h2, h3, h4, h5, h6 {
    font-family: var(--pix-main-font);
    color: #333;
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6,
h2 a, h3 a{
    font-family: var(--pix-title-font);
    font-weight: var(--pix-title-weight);
}
a{
    font-family: var(--pix-title-font);
}

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

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

a {
    text-decoration: none;
    transition: .35s;
}

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

.pix-a-hover-underline{
    display: inline-block;
    position: relative;
}
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: 0.3s all;
}
p {
    font-size: var(--pix-font-size);
    font-weight: var(--pix-font-weight);
    line-height: 25px;
}

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

label, span, li {
    font-family: var(--pix-main-font);
}

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


/***   a Box Container   ***/
.grid-big__item-video > a,
.grid-big__item > a{
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}


.pix-overlay{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background: #333;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}
.pix-overlay.pix-color{
    background: var(--pix-main-color);
}

.pix-block-content{
    position: relative;
}







/***   Pix Buttons   ***/

.pix-button{
    padding: 0.7em 3em;
    background: var(--pix-main-color);
    -webkit-border-radius: 150px;
    border-radius: 150px;
    border: var(--pix-buttons-border) solid transparent;
    font-size: 14px;
    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: normal !important;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}
.pix-button:hover{
    background: transparent;
    color: var(--pix-main-color);
    border: var(--pix-buttons-border) solid var(--pix-main-color);
    -webkit-box-shadow: var(--pix-buttons-shadow);
    box-shadow: var(--pix-buttons-shadow);
}

.pix-button.pix-dark{
    background: #333;
    color: #fff;
}
.pix-button.pix-dark.pix-transparent{
    color: #333;
    border-color: #333;
}
.pix-button:hover.pix-dark{
    background: transparent;
    border-color: #333;
    color: #333;
}
.pix-button:hover.pix-transparent.pix-dark{
    background: #333;
    border-color: #333;
    color: #fff;
}

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

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

.pix-button.pix-h-s{
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.pix-button.pix-h-m{
    padding-left: 3em;
    padding-right: 3em;
}
.pix-button.pix-h-l{
    padding-left: 4em;
    padding-right: 4em;
}
.pix-button.pix-h-xl{
    padding-left: 5.5em;
    padding-right: 5.5em;
}

.pix-button.pix-v-s{
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}
.pix-button.pix-v-m{
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}
.pix-button.pix-v-l{
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}
.pix-button.pix-v-xl{
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.pix-square-buttons .pix-button,
.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 .pix-contact-form input[type=submit],
.pix-button.pix-rounded {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.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 .pix-contact-form input[type=submit],
.pix-button.pix-round{
    -webkit-border-radius: 150px;
    border-radius: 150px;
}

.pix-button.pix-font-s,
a.link-centerline.pix-font-s{
    font-size: 12px;
}
.pix-button.pix-font-m,
a.link-centerline.pix-font-m{
    font-size: 14px;
}
.pix-button.pix-font-l,
a.link-centerline.pix-font-l{
    font-size: 16px;
}
.pix-button.pix-font-xl,
a.link-centerline.pix-font-xl{
    font-size: 18px;
}



/***   Pix Greyscale   ***/

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

.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{
    -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   ***/

.vc_row.pix-rounded,
.pix-rounded .pix-contact-form input:not([type=submit]),
.pix-rounded .pix-contact-form textarea,
.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 .grid-portfolio__container,
.pix-rounded .grid-portfolio__item,
.pix-rounded .grid-portfolio__item .pix-img-wrapper,
.pix-rounded .service-box-5,
.pix-rounded .pix-item-left,
.pix-rounded .pix-item-default,
.pix-rounded .blog-list__article,
.pix-rounded .blog-article,
.pix-rounded .service-page,
.pix-rounded .side-menu__item{
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.vc_row.pix-round,
.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 .grid-portfolio__container,
.pix-round .grid-portfolio__item,
.pix-round .grid-portfolio__item .pix-img-wrapper,
.pix-round .service-box-5,
.pix-round .pix-item-left,
.pix-round .pix-item-default,
.pix-round .blog-list__article,
.pix-round .blog-article,
.pix-round .service-page,
.pix-round .side-menu__item{
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.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 10px;
    border-radius: 0 0 0 10px;
}
.pix-round .news-card .news-card__image .label-date{
    -webkit-border-radius: 0 0 0 20px;
    border-radius: 0 0 0 20px;
}

.pix-rounded .service-box-5__text,
.pix-rounded .news-card__text{
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
.pix-round .service-box-5__text,
.pix-round .news-card__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 .service-box-5 > span a{
    -webkit-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 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 .service-box-5 > span a{
    -webkit-border-radius: 20px 0 20px 0;
    border-radius: 20px 0 20px 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 .grid-portfolio__item .pix-img-wrapper,
.pix-round .grid-portfolio__item .pix-img-wrapper,
.pix-rounded .service-box-5 .pix-img-wrapper,
.pix-round .service-box-5 .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 .service-box-5 .pix-img-wrapper{
   border-radius: 10px 10px 0 0;
}
.pix-round .blog-list__article .blog-list__article-image,
.pix-round .service-box-5 .pix-img-wrapper{
   border-radius: 20px 20px 0 0;
}


.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;
}









/*******  White Text   *******/
.text-white-color .pix-item-review .text strong {
    color: #fff;
}
.text-white-color .pix-item-review p{
     color: #ccc;
}





.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;
}

html .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 4px;
    margin: 5px 5px;
    background: #e1e1e1;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

html .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--pix-main-color);
}



.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);
}



a.link-centerline,
.wpb_text_column a.link-centerline,
a.comment-reply-link,
.pix-item-review p em a,
html .rev_slider em a{
    text-decoration: none;
    -webkit-appearance: none;
    color: var(--pix-main-color);
    font-weight: 700;
    font-size: 15px;
    line-height: normal;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    position: relative;
}

a.link-centerline:before,
a.comment-reply-link:before,
.pix-item-review p em a:before,
html .rev_slider em a:before,
.pix-header .pix-header-menu.main-color 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: .75s;
    -o-transition: .75s;
    transition: .75s;
}
.pix-header .pix-header-menu.main-color nav > ul.nav > li:before{
    background: #fff;
    height: 3px;
}
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-item-review 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{
    -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;
}

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: 7px 12px;
    background: #222;
}


.pix-header.transparent {
    position: absolute;
    width: 100%;
}
.pix-header nav{
    height: 100%;
    opacity: 1;
    visibility: visible;
    transition: .35s;
    white-space: nowrap;
}
.pix-header nav i{
    font-size: 16px;
}


/******************************************/
/*****   Colors menu-singleblock   *****/
/******************************************/
.pix-header.black.menu-singleblock,
.pix-top-bar.black{
    background-color: #333;
}

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

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

.pix-header.white.menu-singleblock,
.pix-top-bar.white {
    background-color: #fff;
}

.pix-header.white.menu-singleblock nav ul li {
    color: #0b0b0b;
}

.pix-header.white.menu-singleblock nav ul li.js-addmenu {
    color: #0b0b0b;
}

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

.pix-header.white.menu-singleblock .addmenu {
    background-color: #fff;
}

.pix-header.white.menu-singleblock .addmenu h3 {
    color: #000;
}

.pix-header.white.menu-singleblock .addmenu ul li {
    color: #000;
}

.pix-header.white.menu-singleblock .addmenu ul.last li {
    color: #fff;
}

/******************************************/
/*****           Colors menu	      *****/
/******************************************/
.pix-header.black.menu-aroundblock {
    background: #000;
}

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

.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 {
    color: #fff;
}

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

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

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

.pix-header.black.menu-aroundblock 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.menu-aroundblock li#js-slide-menu i {
    color: #fff
}

.pix-header.black.menu-aroundblock nav ul.social li a i {
    color: #fff;
}
.pix-header nav ul li a:hover i,
.pix-header.black.menu-aroundblock nav ul li a:hover i,
.pix-header.black.menu-aroundblock nav ul.social li a:hover i,
.pix-top-bar.black ul li a:hover i{
    color: var(--pix-main-color);
}
.pix-header.black.menu-aroundblock nav ul li i,
.pix-header .pix-header-menu.main-color nav ul li.search 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.menu-aroundblock {
    background: #fff;
}

.pix-header.white.menu-aroundblock nav ul li {
    color: #565656;
}

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

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

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

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

.pix-header.white.menu-aroundblock 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.menu-aroundblock li#js-slide-menu i {
    color: #000;
}

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

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

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

.pix-header.white.menu-left nav ul li {
    color: #858484;
}

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

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

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

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

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

.pix-header.white.transparent.menu-singleblock,
.pix-header.white.transparent.menu-aroundblock{
    background-color: rgba(255,255,255,var(--pix-header-transparent));
}
.pix-top-bar.white.transparent{
    background-color: rgba(255,255,255,var(--pix-top-bar-transparent));
}

.pix-header.black.transparent.menu-singleblock,
.pix-header.black.transparent.menu-aroundblock{
    background-color: rgba(0,0,0,var(--pix-header-transparent));
}
.pix-top-bar.black.transparent{
    background-color: rgba(0,0,0,var(--pix-top-bar-transparent));
}

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

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

.admin-bar .pix-header.menu-singleblock.fixed,
.admin-bar .pix-header.menu-aroundblock.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-aroundblock .pix-header-menu.black .container{
    background-color: rgba(0,0,0,1);
}
.pix-header.menu-aroundblock .pix-header-menu.white .container{
    background-color: rgba(255,255,255,1);
}
.pix-header.menu-aroundblock .pix-header-menu.main-color .container{
    background-color: var(--pix-main-color);
}
.pix-header.menu-aroundblock .pix-header-menu.add-color .container{
    background-color: var(--pix-additional-color);
}

/******************************************/
/*****      Colors 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.menu-singleblock .container,
.pix-header.menu-aroundblock .container{
    height: var(--pix-header-height);
}
.pix-header.menu-aroundblock.pix-levels{
    height: var(--pix-header-height-levels);
    transition: 0s;
}
.pix-header.menu-aroundblock.pix-levels.fixed{
    height: 0;
}
.pix-header.menu-aroundblock .pix-header-menu .container{
    height: 75px;
    padding: 0 30px;
    border-radius: 5px;
}
.pix-header.menu-aroundblock.fixed .pix-header-menu .container{
    border-radius: 0 0 5px 5px;
}
.pix-header.menu-aroundblock.pix-levels.fixed .pix-header-menu .container{
    height: 50px;
}
.pix-header.menu-aroundblock.pix-levels.pix-header-info.fixed > .container{
    display: none;
}
.wrapper {
    overflow: hidden;
}

.menu-singleblock {
    position: relative;
    z-index: 3;
}

.menu-singleblock .container,
.pix-top-bar .container{
    padding: 0px;
    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;
    position: relative;
    transition: 0.1s;
}

.menu-singleblock .container-fluid,
.pix-top-bar .container-fluid {
    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;
    position: relative;
    padding: 0 30px;
    transition: 0.35s;
    height: 75px;
}

.menu-singleblock .container-fluid .addmenu {
    width: 96%;
}

.menu-singleblock .container-fluid .addmenu .addmenu-bg {
    width: 30vw;
}

.pix-header.menu-singleblock.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #1a1a1a;
    box-shadow: 0 5px 5px rgba(0,0,0,.2);
    z-index: 30;
    -webkit-animation: fixed-header .35s;
    animation: fixed-header .35s;
}

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


@-webkit-keyframes fixed-header {
    0% {
        top: -50px;
    }

    100% {
        top: 0;
    }
}

@keyframes fixed-header {
    0% {
        top: -50px;
    }

    100% {
        top: 0;
    }
}
.pix-fixed-content{
    display: none !important;
}
.fixed li.pix-fixed-content{
    display: inline-block !important;
}


.pix-header.header-topbar-view .pix-top-bar .container,
.pix-header.header-topbar-view .pix-top-bar .container-fluid{
    height: 35px;
    position: relative;
    padding: 0 15px;
    font-size: 13px;
}
.pix-header.header-topbar-view .pix-top-bar .container-fluid{
    padding: 0 30px;
}
.pix-top-bar ul li{
    display: inline-block;
    list-style: none;
}
.pix-top-bar .header-topbarbox-1{
    height: 100%;
}
.pix-top-bar .header-topbarbox-1 ul{
    height: 100%;
}
.pix-top-bar .header-topbarbox-1 ul li{
    padding-right: 50px;
    position: relative;
    height: 100%;
    line-height: 35px;
}
.pix-top-bar .header-topbarbox-1 ul li i{
    padding-right: 5px;
    position: relative;
    font-size: 16px;
    top: 3px;
    color: var(--pix-main-color);
}
.pix-top-bar .header-topbarbox-2 ul{
    display: inline-block;
}
.pix-top-bar .header-topbarbox-2 ul.header-socials{
    padding-left: 70px;
}
.pix-top-bar .header-topbarbox-2 a{
    font-weight: 600;
}
.pix-top-bar .header-topbarbox-2 ul li{
    padding-left: 10px;
}
.pix-top-bar .pix-button{
    margin-left: 50px;
    font-size: 12px;
}

.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;
}

.menu-singleblock .menu-logo {
    display: flex;
    opacity: 1;
    visibility: visible;
    transition: .35s;
}

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

.menu-singleblock nav {
    display: inline-block;
    float: right;
}

.menu-singleblock nav ul {
    display: inline-block;
    height: 100%;
}

.pix-header nav ul.main-menu-elements{
    padding-left: 20px;
}
.pix-header.menu-aroundblock nav ul.main-menu-elements{
    padding: 0 15px;
    float: right;
}
.pix-header.pix-levels nav ul.main-menu-elements{
    padding: 0 15px;
}
.pix-header.pix-levels 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;
    top: calc(50% - 25px);
}
.pix-header.pix-levels .pix-info i{
    padding-right: 10px;
    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: #ccc;
}
.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: -1px;
}
.pix-header.black nav > ul > li > a.pix-button:hover{
    color: #fff;
    border-color: #fff;
}

.menu-singleblock nav ul li {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 10px;
    color: #565656;
}

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

.menu-singleblock nav ul li:first-child {
    padding-left: 0;
}

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

.menu-singleblock nav ul li.search {
    padding: 0px 5px;
}

.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: 1140px;
    height: 75px;
    background-color: transparent;
    opacity: 0;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
}
.pix-header.fixed .search-container{
    height: 50px;
}
.pix-header .search-container.show {
    opacity: 1;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .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;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    opacity: .75;
    content: "";
    background: var(--pix-svg-search) no-repeat center center;
}
.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.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: 8px 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: 0px 5px;
}

.pix-cart-items{
    color: inherit;
}
.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 {
    font-weight: inherit;
    color: inherit;
}
.pix-header nav > ul > li > a{
    position: relative;
    top: 50%;
    line-height: 0;
    display: block;
    cursor: pointer;
}
.pix-header nav > ul.main-menu-elements > li > a{
    margin-top: -9px;
}
.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 30px 30px 40px;
    min-width: 300px;
    -webkit-box-shadow: 0px 5px 50px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 50px rgba(0,0,0,0.2);
    background-color: #fff;
    z-index: 4;
    top: 100%;
    left: -30px;
    height: auto;
    margin-top: 10px;
    transition: all 0.3s;
}
.pix-header.pix-levels nav ul li ul.submenu{
    left: -25px;
}

.pix-header nav ul li ul.submenu li {
    display: block;
    padding: 10px 0px;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    -webkit-transition: .5s padding-left,color;
    -o-transition: .5s padding-left,color;
    transition: .5s padding-left,color;
    cursor: pointer;
}

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

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

.pix-header nav ul li.arrow:after {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    height: 6px;
    width: 6px;
    right: 15px;
    top: 18px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: top;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}
.pix-header nav ul.nav > li.arrow{
    margin-right: 15px;
}
.pix-header nav ul.nav > li.arrow:after{
    right: -4px;
    top: 50%;
    margin-top: -3px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: 0.35s;
}
.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{
    color: #fff;
}

.menu-singleblock nav ul li:hover > ul.submenu {
    visibility: visible;
}

.menu-singleblock nav ul li ul.submenu li ul.submenu {
    background-color: white;
    top: -30px;
    left: 100%;
    width: 100%;
}

.menu-singleblock .addmenu {
    position: absolute;
    top: 90px;
    display: none;
    width: 100%;
    -webkit-box-shadow: 0px 15px 70px rgba(0,0,0,0.3);
    box-shadow: 0px 15px 70px rgba(0,0,0,0.3);
    padding: 50px 60px;
    z-index: 3;
    background-color: #1a1a1a;
}

.menu-singleblock .addmenu .row .col-lg-3 {
    position: relative;
}

.menu-singleblock .addmenu .row .col-lg-3:after {
    position: absolute;
    top: 0px;
    right: 50px;
    width: 1px;
    height: 100%;
    content: "";
    background-color: rgba(255,255,255,0.05);
}

.menu-singleblock .addmenu .row .col-lg-3:nth-child(3):after {
    display: none;
}

.menu-singleblock .addmenu .row .col-lg-3:nth-child(4):after {
    display: none;
}

.menu-singleblock .addmenu h3 {
    font-weight: 700;
    color: #848383;
    line-height: 55px;
    font-size: 15px;
}

.menu-singleblock .addmenu ul li {
    font-weight: 600;
    display: block;
    font-size: 14px;
    color: #858484;
    padding: 10px 0px;
    -webkit-transition: padding-left .3s;
    -o-transition: padding-left .3s;
    transition: padding-left .3s;
}

.menu-singleblock .addmenu ul li:hover {
    padding-left: 20px
}

.menu-singleblock .addmenu ul li a {
    color: inherit;
}

.menu-singleblock .addmenu ul li a:hover {
    color: var(--pix-main-color);
}

.menu-singleblock .addmenu ul.last {
    margin-left: 30px;
}

.menu-singleblock .addmenu button:hover {
    border: 2px solid var(--pix-main-color);
    -webkit-box-shadow: 0px 0px 50px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 50px rgba(0,0,0,0.15)
}

.menu-singleblock .addmenu button.btn-addmenu-white:hover {
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 0px 50px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 50px rgba(0,0,0,0.15)
}

.menu-singleblock .addmenu h3.white {
    color: #fff;
}

.menu-singleblock .addmenu ul.white li {
    color: #fff;
}

.menu-singleblock .addmenu ul.last li a:hover {
    color: inherit;
}

.menu-singleblock .addmenu .addmenu-bg {
    position: absolute;
    height: 100%;
    width: 320px;
    content: "";
    background: url(../../images/addmenu-bg.png);
    -webkit-background-size: cover;
    background-size: cover;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.menu-singleblock .addmenu .addmenu-bg-left {
    position: absolute;
    height: 100%;
    width: 530px;
    content: "";
    background: url(../../images/addmenu-bg-left.png);
    -webkit-background-size: cover;
    background-size: cover;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.menu-aroundblock {
    position: relative;
    z-index: 3;
    background: #fff;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}
.menu-aroundblock .container{
    padding: 0;
}
.menu-aroundblock .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.menu-aroundblock .row .col-md-4,
.menu-aroundblock .row .col-3,
.menu-aroundblock .row .col-9,
.menu-aroundblock .row .col{
    height: 100%;
}

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

.menu-aroundblock .menu-logo {
    text-align: center;
    height: 100%;
}
.menu-aroundblock .menu-logo a{
    position: relative;
    display: block;
    height: 100%;
    margin: auto;
}
.menu-aroundblock.pix-header-info .menu-logo{
    padding-left: 0;
}
.menu-aroundblock.pix-header-info .menu-logo a{
    margin: auto 0;
}
.menu-aroundblock .menu-logo img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.menu-aroundblock .row .col-md-4:last-child nav {
    text-align: right;
}

.menu-aroundblock nav ul {
    display: inline-block;
    height: 100%;
}

.menu-aroundblock nav ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    padding: 0px 12px;
    color: #565656;
}
.menu-aroundblock.pix-levels nav ul li {
    padding: 0px 15px;
}

.menu-aroundblock nav ul#menu-secondary li:last-child{
    padding-right: 0;
}

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

.menu-aroundblock nav ul li i {
    font-size: 18px;
    cursor: pointer;
}

.menu-aroundblock li#js-slide-menu i {
    font-size: 36px;
}

.menu-aroundblock nav ul.social {
    text-align: right;
    font-size: 18px;
}

.menu-aroundblock nav ul.social li {
    padding: 0px 3px;
}

.menu-aroundblock nav ul.social li a i {
    font-size: 24px;
}

.menu-aroundblock nav ul li.search a:hover {
    fill: var(--pix-main-color);
}


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

.menu-aroundblock nav ul li.js-addmenu {
    margin-left: 20px;
}

.menu-aroundblock nav ul li:hover > ul.submenu {
    visibility: visible;
}

.menu-aroundblock nav ul li ul.submenu li ul.submenu {
    background-color: white;
    top: 0px;
    left: 100%;
    width: 100%;
}

.menu-aroundblock nav ul li.search {
    text-align: center;
    padding: 0;
}

.menu-aroundblock.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #1a1a1a;
    z-index: 30;
    -webkit-animation: fixed-header .4s;
    animation: fixed-header .4s;
}

.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);
}

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

.pix-header nav ul li ul.submenu li ul.submenu {
    background-color: white;
    top: -30px;
    left: 100%;
    width: 100%;
    margin-top: 0;
    margin-left: 10px;
}

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

.menu-left {
    -webkit-box-shadow: 0px 10px 40px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 40px rgba(0,0,0,0.15);
    width: 270px;
    background-color: #fff;
    padding: 50px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -500px;
    z-index: 50;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.menu-left .menu-logo img {
    height: 60px;
    margin-bottom: 50px;
}

.menu-left nav {
    position: absolute;
    top: 34vh;
}

.menu-left nav ul li {
    list-style: none;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #858484;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

.menu-left nav ul li:hover {
    color: var(--pix-main-color);
    padding-left: 20px;
}

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

.menu-left-submenu {
    visibility: hidden;
    padding: 35px;
    position: fixed;
    left: -300px;
    top: 0px;
    height: 100%;
    min-width: 230px;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 45;
    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;
}

.menu-left-submenu ul {
    margin-top: -90px;
}

.menu-left-submenu ul li {
    list-style: none;
    padding: 0px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #b2b2b2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.menu-left-submenu ul li:hover {
    padding-left: 20px;
    color: var(--pix-main-color);
}

.menu-left-submenu ul li a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.menu-left nav .cart-container {
    display: inline-block;
    position: relative;
    width: 40px;
}

.menu-left nav .cart-container span {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    top: 0px;
    left: 20px;
    width: 18px;
    height: 18px;
    position: absolute;
    color: #fff;
    font-size: 11px;
    line-height: 21px;
    text-align: center;
    background: var(--pix-main-color);
}

.menu-left nav .search-container {
    display: inline-block;
}

.menu-left__footer {
    margin-top: 10vh;
}

.menu-left__footer span {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0,0,0,0.3);
}

.menu-left__footer-social {
    margin-top: 10px;
    margin-bottom: 20px;
}

.menu-left__footer-social i {
    color: rgba(0,0,0,0.5);
    margin-right: 5px;
    font-size: 18px;
}

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

.menu-left__footer {
    position: absolute;
    bottom: 40px;
}

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

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

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

.menu-mobile__header {
    position: relative;
    padding: 20px 25px;
    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: -webkit-calc(100% + 35px);
    width: calc(100% + 35px);
    height: 1px;
    background-color: rgba(0,0,0,0.1);
    content: "";
    left: 0px;
    bottom: 0px;
}

.menu-mobile__header img {
    float: left;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 1;
    max-width: 140px;
    position: absolute;
    top: 0;
    margin: auto 0;
    bottom: 0;
}

.menu-mobile__header img.hide {
    opacity: 0;
    position: absolute;
}
.menu-mobile__header i.js-search-toggle {
    text-align: right;
    margin-top: 7px;
    float: right;
    margin-right: 15px;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    color: #fff;
}
.menu-mobile__header i.js-search-toggle.fa-close{
    margin-right: 0;
}
.menu-mobile__header .search-container {
    position: relative;
    text-align: right;
    margin-top: 2px;
    float: right;
    margin-right: 8%;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    display: none;
    visibility: hidden;
}

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

.menu-mobile__header.black .bar--1, .menu-mobile__header.black .bar--2, .menu-mobile__header.black .bar--3 {
    background: #fff;
}

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

.menu-mobile__header.white .bar--1, .menu-mobile__header.white .bar--2, .menu-mobile__header.white .bar--3 {
    background: #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: 6px;
    -webkit-transition: 1s;
    -o-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: 5px;
    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: -10px;
    right: -15px;
    background-color: var(--pix-main-color);
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border: 2px solid #fff;
}

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

/* Анимация для мобильного меню*/
.menu-mobile__header .hamburger--4.hide{
    display: none;
}
.hamburger--4 {
    float: right;
    margin-top: 5px;
    margin-right: 15px;
    height: 20px;
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    width: 20px;
    display: block;
}

.hamburger--4:hover {
    cursor: pointer;
}

.hamburger--4 .bar--1 {
    -webkit-animation: bar3--1--rev .5s linear forwards;
    animation: bar3--1--rev .5s linear forwards;
}

.hamburger--4 .bar--2 {
    -webkit-animation: bar3--2--rev .5s linear forwards;
    animation: bar3--2--rev .5s linear forwards;
}

.hamburger--4 .bar--3 {
    -webkit-animation: bar3--3--rev .5s linear forwards;
    animation: bar3--3--rev .5s linear forwards;
}

.hamburger--4.is-active .bar--1 {
    -webkit-animation: bar3--1 .5s linear forwards;
    animation: bar3--1 .5s linear forwards;
}

.hamburger--4.is-active .bar--2 {
    -webkit-animation: bar3--2 .5s linear forwards;
    animation: bar3--2 .5s linear forwards;
}

.hamburger--4.is-active .bar--3 {
    -webkit-animation: bar3--3 .5s linear forwards;
    animation: bar3--3 .5s linear forwards;
}

.bar--1, .bar--2, .bar--3 {
    background: #000;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    height: 1px;
    margin: 5px 0;
    position: relative;
    width: 23px;
}

@-webkit-keyframes bar--1 {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(23px) rotate(0deg);
        transform: translateY(23px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(23px) rotate(45deg);
        transform: translateY(23px) rotate(45deg);
    }
}

@keyframes bar--1 {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(23px) rotate(0deg);
        transform: translateY(23px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(23px) rotate(45deg);
        transform: translateY(23px) rotate(45deg);
    }
}

@-webkit-keyframes bar--3 {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-23px) rotate(0deg);
        transform: translateY(-23px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-23px) rotate(-45deg);
        transform: translateY(-23px) rotate(-45deg);
    }
}

@keyframes bar--3 {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-23px) rotate(0deg);
        transform: translateY(-23px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-23px) rotate(-45deg);
        transform: translateY(-23px) rotate(-45deg);
    }
}

@-webkit-keyframes bar--1--rev {
    0% {
        -webkit-transform: translateY(23px) rotate(45deg);
        transform: translateY(23px) rotate(45deg);
    }

    50% {
        -webkit-transform: translateY(23px) rotate(0deg);
        transform: translateY(23px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }
}

@keyframes bar--1--rev {
    0% {
        -webkit-transform: translateY(23px) rotate(45deg);
        transform: translateY(23px) rotate(45deg);
    }

    50% {
        -webkit-transform: translateY(23px) rotate(0deg);
        transform: translateY(23px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }
}

@-webkit-keyframes bar--3--rev {
    0% {
        -webkit-transform: translateY(-23px) rotate(-45deg);
        transform: translateY(-23px) rotate(-45deg);
    }

    50% {
        -webkit-transform: translateY(-23px) rotate(0deg);
        transform: translateY(-23px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }
}

@keyframes bar--3--rev {
    0% {
        -webkit-transform: translateY(-23px) rotate(-45deg);
        transform: translateY(-23px) rotate(-45deg);
    }

    50% {
        -webkit-transform: translateY(-23px) rotate(0deg);
        transform: translateY(-23px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }
}

@-webkit-keyframes bar2--1 {
    to {
        -webkit-transform: translateY(23px) rotate(405deg);
        transform: translateY(23px) rotate(405deg);
    }
}

@keyframes bar2--1 {
    to {
        -webkit-transform: translateY(23px) rotate(405deg);
        transform: translateY(23px) rotate(405deg);
    }
}

@-webkit-keyframes bar2--2 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }
}

@keyframes bar2--2 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }
}

@-webkit-keyframes bar2--3 {
    to {
        -webkit-transform: translateY(-23px) rotate(315deg);
        transform: translateY(-23px) rotate(315deg);
    }
}

@keyframes bar2--3 {
    to {
        -webkit-transform: translateY(-23px) rotate(315deg);
        transform: translateY(-23px) rotate(315deg);
    }
}

@-webkit-keyframes bar2--1--rev {
    from {
        -webkit-transform: translateY(23px) rotate(405deg);
        transform: translateY(23px) rotate(405deg);
    }

    to {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }
}

@keyframes bar2--1--rev {
    from {
        -webkit-transform: translateY(23px) rotate(405deg);
        transform: translateY(23px) rotate(405deg);
    }

    to {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }
}

@-webkit-keyframes bar2--2--rev {
    from {
        opacity: 0;
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    to {
        opacity: 1;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes bar2--2--rev {
    from {
        opacity: 0;
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    to {
        opacity: 1;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes bar2--3--rev {
    from {
        -webkit-transform: translateY(-23px) rotate(315deg);
        transform: translateY(-23px) rotate(315deg);
    }

    to {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }
}

@keyframes bar2--3--rev {
    from {
        -webkit-transform: translateY(-23px) rotate(315deg);
        transform: translateY(-23px) rotate(315deg);
    }

    to {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }
}

@-webkit-keyframes bar3--1 {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }

    80% {
        -webkit-transform: translateY(40px) rotate(0deg);
        transform: translateY(40px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-300px) rotate(180deg);
        transform: translateY(-300px) rotate(180deg);
        opacity: 0;
    }
}

@keyframes bar3--1 {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }

    80% {
        -webkit-transform: translateY(40px) rotate(0deg);
        transform: translateY(40px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-300px) rotate(180deg);
        transform: translateY(-300px) rotate(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes bar3--1--rev {
    0% {
        -webkit-transform: translateY(-300px) rotate(180deg);
        transform: translateY(-300px) rotate(180deg);
    }

    50% {
        -webkit-transform: translateY(30px) rotate(0deg);
        transform: translateY(30px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes bar3--1--rev {
    0% {
        -webkit-transform: translateY(-300px) rotate(180deg);
        transform: translateY(-300px) rotate(180deg);
    }

    50% {
        -webkit-transform: translateY(30px) rotate(0deg);
        transform: translateY(30px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
}

@-webkit-keyframes bar3--2 {
    0% {
        -webkit-transform: rotate(0deg) translateY(0);
        transform: rotate(0deg) translateY(0);
    }

    80% {
        -webkit-transform: rotate(10deg) translateY(30px);
        transform: rotate(10deg) translateY(30px);
    }

    100% {
        -webkit-transform: translateY(0px) rotate(45deg);
        transform: translateY(0px) rotate(45deg);
    }
}

@keyframes bar3--2 {
    0% {
        -webkit-transform: rotate(0deg) translateY(0);
        transform: rotate(0deg) translateY(0);
    }

    80% {
        -webkit-transform: rotate(10deg) translateY(30px);
        transform: rotate(10deg) translateY(30px);
    }

    100% {
        -webkit-transform: translateY(0px) rotate(45deg);
        transform: translateY(0px) rotate(45deg);
    }
}

@-webkit-keyframes bar3--3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    80% {
        -webkit-transform: rotate(-10deg) translateY(5px);
        transform: rotate(-10deg) translateY(5px);
    }

    100% {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
}

@keyframes bar3--3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    80% {
        -webkit-transform: rotate(-10deg) translateY(5px);
        transform: rotate(-10deg) translateY(5px);
    }

    100% {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
}

@-webkit-keyframes bar3--2--rev {
    0%, 40% {
        -webkit-transform: translateY(0px) rotate(45deg);
        transform: translateY(0px) rotate(45deg);
    }

    50% {
        -webkit-transform: rotate(20deg) translateY(25px);
        transform: rotate(20deg) translateY(25px);
    }

    100% {
        -webkit-transform: rotate(0deg) translateY(0);
        transform: rotate(0deg) translateY(0);
    }
}

@keyframes bar3--2--rev {
    0%, 40% {
        -webkit-transform: translateY(0px) rotate(45deg);
        transform: translateY(0px) rotate(45deg);
    }

    50% {
        -webkit-transform: rotate(20deg) translateY(25px);
        transform: rotate(20deg) translateY(25px);
    }

    100% {
        -webkit-transform: rotate(0deg) translateY(0);
        transform: rotate(0deg) translateY(0);
    }
}

@-webkit-keyframes bar3--3--rev {
    0%, 40% {
        -webkit-transform: translateY(-25px) rotate(-45deg);
        transform: translateY(-25px) rotate(-45deg);
    }

    50% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes bar3--3--rev {
    0%, 40% {
        -webkit-transform: translateY(-25px) rotate(-45deg);
        transform: translateY(-25px) rotate(-45deg);
    }

    50% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

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

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

.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: -30px;
    top: 0px;
    background-color: rgba(0,0,0,0.5);
    width: 200%;
    height: 1000%;
    content: "";
    z-index: -1;
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.menu-mobile__list ul li {
    list-style: none;
    color: #000000;
    padding: 20px;
    font-size: 14px;
    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 */

.breadcrumbs{
    padding-top: 10px;
}
.page-title-box.text-white-color *, .page-title-box.text-white-color a * {
    color: #fff;
}
.page-title-box .breadcrumbsBox.path,
.page-title-box .breadcrumbsBox.path a{
    font-family: var(--pix-title-font);
    font-size: 13px;
    font-weight: 600;
    color: #979797;
}
.page-title-box.text-white-color .breadcrumbsBox.path *{
    color: #979797;
}

.ui-title-page h1 {
    font-size: 28px;
    padding-bottom: 20px;
}

.ui-title-page .sep-element {
    margin: 0 auto;
    margin-bottom: 20px;
}


.breadcrumbs span.pix-breadcrumbs-home {
    background-image: var(--pix-svg-home);
    width: 23px;
    height: 23px;
    background-size: cover;
    position: absolute;
    transition: .3s;
}

.breadcrumbs span.pix-breadcrumbs-home:hover {
    background-image: var(--pix-svg-home-hover);
}

.breadcrumbs a {
    font-family: var(--pix-main-font);
    font-weight: 400;
    position: relative;
    transition: .35s;
}

.breadcrumbs .breadcrumbsBox.path a:hover {
    color: var(--pix-main-color);
}

.grid-cat__item, .grid-cat__sizer {
    width: 25%;
}

.grid-cat__item {
    float: left;
    overflow: hidden;
    height: 320px;
    position: relative;
}

.grid-cat__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.grid-cat__container {
    padding: 25px;
    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%;
    z-index: 10;
    background: -webkit-gradient(linear, left top, right top, from(rgba(199, 106, 248, 0.94)), to(rgba(240, 83, 197, 0.94)));
    background: -webkit-linear-gradient(left, rgba(199, 106, 248, 0.94), rgba(240, 83, 197, 0.94));
    background: -o-linear-gradient(left, rgba(199, 106, 248, 0.94), rgba(240, 83, 197, 0.94));
    background: linear-gradient(to right, rgba(199, 106, 248, 0.94), rgba(240, 83, 197, 0.94));
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.grid-cat__container .buttons {
    margin-top: 15px;
}

.grid-cat__container .buttons button {
    display: inline-block;
    content: "";
    width: 50px;
    height: 50px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    border: none;
    outline: none;
    margin: 0px 10px;
    cursor: pointer;
}

.grid-cat__container .buttons button.link {
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20px' viewBox='0 0 512.001 512.001'%3E%3Cpath d='M354.972 220.635l-.062.062c-10.482-22.088-22.251-35.59-37.238-47.565l-52.337 52.33c-5.848 5.848-5.839 15.357-.015 21.182.018.018.022.042.04.06 17.536 17.566 17.526 46.051-.026 63.602l-98.569 98.569c-16.963 16.963-46.67 16.963-63.633 0-17.587-17.587-17.587-46.046 0-63.633l29.271-29.271c-13.515-24.243-21.39-51.345-21.39-79.918 0-9.78 1.155-19.352 2.805-28.784l-74.333 74.326c-52.646 52.632-52.646 138.296 0 190.928 52.631 52.631 138.284 52.644 190.928 0 83.756-83.768 105.372-100.425 121.458-130.444 21.392-39.683 21.992-81.875 3.101-121.444z'/%3E%3Cpath d='M472.4 39.6c-52.5-52.8-137.999-52.8-190.8 0L180.63 140.577c-60.529 60.529-47.386 158.707 11.398 200.7l52.202-52.2c5.196-5.199 6.032-14.593 0-21.301-11.448-11.05-15.215-29.245-12.902-33.9.732-27.2 27.462-44.266 113.872-130.676 42.019-42.019 106.277 22.396 63.6 63.6l-31.756 31.763c19.808 35.52 25.097 71.333 18.609 108.591L472.4 230.4c52.8-52.5 52.8-138.3 0-190.8z'/%3E%3C/svg%3E") no-repeat center center;
}

.grid-cat__container .buttons button.link:hover {
    background: var(--pix-main-color) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#ffffff' width='20px' viewBox='0 0 512.001 512.001'%3E%3Cpath d='M354.972 220.635l-.062.062c-10.482-22.088-22.251-35.59-37.238-47.565l-52.337 52.33c-5.848 5.848-5.839 15.357-.015 21.182.018.018.022.042.04.06 17.536 17.566 17.526 46.051-.026 63.602l-98.569 98.569c-16.963 16.963-46.67 16.963-63.633 0-17.587-17.587-17.587-46.046 0-63.633l29.271-29.271c-13.515-24.243-21.39-51.345-21.39-79.918 0-9.78 1.155-19.352 2.805-28.784l-74.333 74.326c-52.646 52.632-52.646 138.296 0 190.928 52.631 52.631 138.284 52.644 190.928 0 83.756-83.768 105.372-100.425 121.458-130.444 21.392-39.683 21.992-81.875 3.101-121.444z'/%3E%3Cpath d='M472.4 39.6c-52.5-52.8-137.999-52.8-190.8 0L180.63 140.577c-60.529 60.529-47.386 158.707 11.398 200.7l52.202-52.2c5.196-5.199 6.032-14.593 0-21.301-11.448-11.05-15.215-29.245-12.902-33.9.732-27.2 27.462-44.266 113.872-130.676 42.019-42.019 106.277 22.396 63.6 63.6l-31.756 31.763c19.808 35.52 25.097 71.333 18.609 108.591L472.4 230.4c52.8-52.5 52.8-138.3 0-190.8z'/%3E%3C/svg%3E") no-repeat center center;
    -webkit-box-shadow: 0px 0px 40px rgba(0,0,0,.2);
    box-shadow: 0px 0px 40px rgba(0,0,0,.2);
}

.grid-cat__container .buttons button.search {
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20px' viewBox='0 0 475.084 475.084'%3E%3Cpath d='M464.524 412.846l-97.929-97.925c23.6-34.068 35.406-72.047 35.406-113.917 0-27.218-5.284-53.249-15.852-78.087-10.561-24.842-24.838-46.254-42.825-64.241-17.987-17.987-39.396-32.264-64.233-42.826C254.246 5.285 228.217.003 200.999.003c-27.216 0-53.247 5.282-78.085 15.847C98.072 26.412 76.66 40.689 58.673 58.676c-17.989 17.987-32.264 39.403-42.827 64.241C5.282 147.758 0 173.786 0 201.004c0 27.216 5.282 53.238 15.846 78.083 10.562 24.838 24.838 46.247 42.827 64.234 17.987 17.993 39.403 32.264 64.241 42.832 24.841 10.563 50.869 15.844 78.085 15.844 41.879 0 79.852-11.807 113.922-35.405l97.929 97.641c6.852 7.231 15.406 10.849 25.693 10.849 9.897 0 18.467-3.617 25.694-10.849 7.23-7.23 10.848-15.796 10.848-25.693.003-10.082-3.518-18.651-10.561-25.694zM291.363 291.358c-25.029 25.033-55.148 37.549-90.364 37.549-35.21 0-65.329-12.519-90.36-37.549-25.031-25.029-37.546-55.144-37.546-90.36 0-35.21 12.518-65.334 37.546-90.36 25.026-25.032 55.15-37.546 90.36-37.546 35.212 0 65.331 12.519 90.364 37.546 25.033 25.026 37.548 55.15 37.548 90.36 0 35.216-12.519 65.331-37.548 90.36z'/%3E%3C/svg%3E") no-repeat center center;
}

.grid-cat__container .buttons button.search:hover {
    background: var(--pix-main-color) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#ffffff' width='20px' viewBox='0 0 475.084 475.084'%3E%3Cpath d='M464.524 412.846l-97.929-97.925c23.6-34.068 35.406-72.047 35.406-113.917 0-27.218-5.284-53.249-15.852-78.087-10.561-24.842-24.838-46.254-42.825-64.241-17.987-17.987-39.396-32.264-64.233-42.826C254.246 5.285 228.217.003 200.999.003c-27.216 0-53.247 5.282-78.085 15.847C98.072 26.412 76.66 40.689 58.673 58.676c-17.989 17.987-32.264 39.403-42.827 64.241C5.282 147.758 0 173.786 0 201.004c0 27.216 5.282 53.238 15.846 78.083 10.562 24.838 24.838 46.247 42.827 64.234 17.987 17.993 39.403 32.264 64.241 42.832 24.841 10.563 50.869 15.844 78.085 15.844 41.879 0 79.852-11.807 113.922-35.405l97.929 97.641c6.852 7.231 15.406 10.849 25.693 10.849 9.897 0 18.467-3.617 25.694-10.849 7.23-7.23 10.848-15.796 10.848-25.693.003-10.082-3.518-18.651-10.561-25.694zM291.363 291.358c-25.029 25.033-55.148 37.549-90.364 37.549-35.21 0-65.329-12.519-90.36-37.549-25.031-25.029-37.546-55.144-37.546-90.36 0-35.21 12.518-65.334 37.546-90.36 25.026-25.032 55.15-37.546 90.36-37.546 35.212 0 65.331 12.519 90.364 37.546 25.033 25.026 37.548 55.15 37.548 90.36 0 35.216-12.519 65.331-37.548 90.36z'/%3E%3C/svg%3E") no-repeat center center;
    -webkit-box-shadow: 0px 0px 40px rgba(0,0,0,.2);
    box-shadow: 0px 0px 40px rgba(0,0,0,.2);
}

.grid-cat__container:hover {
    opacity: 1;
}

.grid-cat__container h3 {
    font-family: var(--pix-subtitle-font);
    font-weight: 400;
    font-style: italic;
    color: #fff;
    line-height: 45px;
}

.grid-cat__container p {
    color: #fff;
    font-weight: 600;
}





.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: 14px;
}





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

.service__select a {
    color: #000;
    font-size: 18px;
    margin: 0px 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: 0px 0px 70px 0px;
}

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

.service-page {
    padding: 0 25px 0 15px;
    background: #fff;
    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 {
    color: #797979;
    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: 25px 0 0 50px;
}
.pix-portfolio-info{
    position: relative;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.10), 0px 10px 30px rgba(0,0,0,0.05);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.10), 0px 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 50px;
    overflow: hidden;
}
.service-page-item-image img {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

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

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

.service-page__list ul li {
    position: relative;
    list-style: none;
    padding: 15px 0px 10px 35px;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #f0f0f0;
}
.service-page__list ul li:last-child {
    border-bottom: 0;
}

.service-page__list ul li span {
    display: block;
  /*  font-family: var(--pix-subtitle-font);
    font-style: italic;*/
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    color: #797979;
}

.service-page__list ul li:before {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 15px;
    height: 15px;
    content: '';
}

.service-page__list ul li.field_1:before {
    background: url('../images/icons/field_1.svg') no-repeat center center;
    background-size: contain;
}

.service-page__list ul li.field_2:before {
    background: url('../images/icons/field_2.svg') no-repeat center center;
    background-size: contain;
}

.service-page__list ul li.field_3:before {
    background: url('../images/icons/field_3.svg') no-repeat center center;
    background-size: contain;
}

.service-page__list ul li.field_4:before {
    background: url('../images/icons/field_4.svg') no-repeat center center;
    background-size: contain;
}

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

.service-page-content div {
    font-size: 14px;
}

.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: 0px;
}

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

.service-page-footer {
    padding: 40px 0px;
    background: #2d2d2d;
}

.service-page-footer .container {
    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;
}

.service-page-footer a {
    color: #c1c1c1;
    font-size: 12px;
    font-weight: 700;
}

.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 a:first-child i {
    margin-right: 20px;
}

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

.service-page-footer a.service-menu {
    display: block;
    width: 20px;
    height: 20px;
    background: var(--pix-svg-services) no-repeat center center;
}

.service-page-footer a.service-menu:hover {
    background: var(--pix-svg-services-hover) no-repeat center center;
}

.pagination {
    margin-top: -30px;
    margin-bottom: 100px;
}

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

.pagination a:hover {
    color: var(--pix-main-color);
}
.pagination .page-numbers:first-child{
    margin-left: 0 !important;
}
.pagination span.current {
    background: #fff;
    color: var(--pix-main-color);
    -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.10), 0px 5px 20px rgba(0,0,0,0.05);
    box-shadow: 0px 1px 5px rgba(0,0,0,0.10), 0px 5px 20px rgba(0,0,0,0.05);
    padding: 9px 17px;
    margin: 0 10px;
    font-weight: 700;
}

.news-card-latest {
    padding: 45px;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}

.news-card-latest .owl-theme .owl-dots .owl-dot span {
    background: #e8e8e8;
}

.news-card-latest .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--pix-main-color);
}

.news-card-latest h2 {
    font-size: 45px;
    line-height: 1.7;
}

.news-card-latest a.link-centerline {
    font-size: 20px;
    font-style: italic;
    position: absolute;
    bottom: 25px;
    right: 5px;
}

.news-card-latest__item {
    min-height: 200px;
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 14px;
    line-height: 1.8;
}

#news-card-latest-nav .owl-prev {
    display: inline-block;
    font-size: 24px;
    margin-right: 20px;
    cursor: pointer;
}

#news-card-latest-nav .owl-prev:hover {
    color: var(--pix-main-color)
}

#news-card-latest-nav .owl-next {
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
}

#news-card-latest-nav .owl-next:hover {
    color: var(--pix-main-color)
}

.news-card {
    background: #fff;
    /*-webkit-box-shadow: 0px 0px 50px rgba(0,0,0,.15);*/
    /*box-shadow: 0px 0px 50px rgba(0,0,0,.15);*/
    margin-bottom: 30px;
    /*-webkit-transition: .35s;*/
	-o-transition: .35s;
	transition: .35s;
}

.news-card:hover .news-card__image .label-date {
    background: var(--pix-main-color);
    opacity: 1;
}
.news-card:hover .news-card__image img {
    transform: scale(1.1);
}
.news-card__image {
    position: relative;
    width: 100%;
    height: 300px;
    background: gray;
    overflow: hidden;
}

.news-card__image .label-date {
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    font-family: var(--pix-main-font);
    background: #333;
    opacity: 0.85;
    z-index: 1;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.news-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 3s;
}

.news-card__text {
    padding: 35px 45px;
    border: 1px solid #eee;
    position: relative;
    height: 330px;
    background-color: white;
    overflow: hidden;
}

.news-card__text h2 {
    font-size: 16px;
    line-height: normal;
    padding-bottom: 10px;
}

.news-card__text h2 a {
    color: inherit;
    font-weight: inherit;
}

.news-card__text h2:hover a {
    color: var(--pix-main-color);
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s;
}

.news-card__text p {
    line-height: 30px;
    color: #999;
    margin: 5px 0;
}

.news-card-long {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.10), 0px 10px 30px rgba(0,0,0,0.05);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.10), 0px 10px 30px rgba(0,0,0,0.05);
    margin: 35px 20px;
    height: 420px;
    width: 505px;
    overflow: hidden;
}
.news-card-long__carousel.owl-carousel .owl-item{
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
}
.news-card-long__image {
    position: relative;
    width: 50%;
    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: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20px' viewBox='0 0 56.966 56.966'%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'/%3E%3C/svg%3E")no-repeat center center;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    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: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    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 {
    width: 50%;
    padding: 35px 40px;
    overflow: hidden;
}

.news-card-long__text h2, .rtd .news-card-long__text h2 {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}

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

.news-card-long__text h2:hover a {
    color: var(--pix-main-color);
    transition: .3s;
}

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

.news-card-long__text p {
    line-height: 30px;
    color: #999;
    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: .35s;
    -o-transition: .35s;
    transition: .35s;
}

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

.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: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.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;
}

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

.news-card-centered__text {
    padding: 40px;
    background-color: #f7f8f9;
    border: 1px solid #f3f3f3;
    border-top: none;
}

.news-card-centered__text h2 {
    font-size: 16px;
    line-height: 27px;
    align-content: left;
}

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

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

.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: 0px 0px 50px rgba(0,0,0,.15);
    box-shadow: 0px 0px 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: 0px;
    top: 0px;
    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: .35s;
    -o-transition: .35s;
    transition: .35s;
}
.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: block;
}

.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 h2 {
    position: relative;
    top: 40px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    z-index: 3;
}

.news-card-gradient h2 a {
    color: inherit;
    font-weight: inherit;
    text-decoration: inherit;
}

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

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

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

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

.news-card-gradient .news-info span:last-child {
    float: right;
    padding-top: 1px;
}

.news-card-gradient:hover h2 {
    top: 0;
    color: var(--pix-main-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;
    transition: 3s;
}

.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));
}

.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: 0px 0px 50px rgba(0,0,0,.15);
    box-shadow: 0px 0px 50px rgba(0,0,0,.15);
    margin-bottom: 30px;
    text-align: center;
}

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

.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:first-child {
    margin-bottom: 10px;
}

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

.news-card-feedback h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.news-card-feedback h2 span {
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 10px;
    font-size: 14px;
    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: 0px 60px;
    line-height: 30px;
    color: #6c6c6c;
    margin-bottom: 30px;
}

.news-card-feedback a {
    font-size: 20px;
    margin: 0px 5px;
}

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

.news-card-feedback:hover a.link-centerline:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.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;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}


.news-card-people h2 {
    margin-top: 50px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    transition: .35s;
}

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

.news-card-people h2 a:before {
    background: #fff;
}

.news-card-people h2 span {
    width: 100px;
    margin: auto;
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    color: var(--pix-main-color);
    transition: .35s;
}

.news-card-people p {
    line-height: 30px;
    color: #6c6c6c;
    margin-bottom: 20px;
    transition: .35s;
}

.news-card-people a {
    font-size: 17px;
    margin: 0px 5px;
}

.news-card-people:hover h2 {
    color: #fff;
}

.news-card-people:hover a.link-centerline:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.news-card-people:hover h2 span {
    color: #fff;
}

.news-card-people:hover p {
    color: #fff
}

.news-card-people:hover a {
    color: #fff;
}

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

.news-card-people__image {
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,.1);
    box-shadow: 0px 0px 30px rgba(0,0,0,.1);
}

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

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

.news-card-profile:hover .news-card-profile__header h2,
.news-card-profile:hover .news-card-profile__header h2 a{
    color: var(--pix-main-color);
    text-decoration: none;
}

.news-card-profile__header {
    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: 250px;
    overflow: hidden;
}

.news-card-profile__header h2 {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
}

.news-card-profile__header h2 a.link-centerline {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}

.news-card-profile__header h2 a.link-centerline:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

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

.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: 0px;
    z-index: -1;
}

.news-card-profile__text {
    padding: 45px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    text-align: center;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.news-card-profile__text h3 {
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 30px;
}

.news-card-profile__text p {
    line-height: 30px;
    color: #6c6c6c;
}

.news-card-profile:hover .news-card-profile__text {
    background: var(--pix-main-color);
}

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

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

.news-card-profile:hover h2 a.link-centerline:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

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

.news-card-message__text {
    position: relative;
    padding: 45px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 40px rgba(0,0,0,.15);
    box-shadow: 0px 0px 40px 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 0px rgba(0,0,0,0.1), -3px 10px 20px 0px rgba(0,0,0,0.05);
}

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

.news-card-message__text h2:not([class]) {
    font-size: 16px;
    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;
    color: #6c6c7c;
    margin-bottom: 20px;
}

.news-card-message__image {
    margin: auto;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,.1);
    box-shadow: 0px 0px 30px rgba(0,0,0,.1);
}

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

.news-card-price__select {
    margin: 20px 0 35px;
    text-align: center;
}

.news-card-price__select a {
    color: #333;
    margin: 0px 5px;
    cursor: pointer;
    font-weight: 700;
}

.news-card-price__select a.active {
    color: var(--pix-main-color);
    font-weight: 700;
}

.news-card-price__select a:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    background: #000;
}

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

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

.card-price-container-2 {
    display: none;
}

.news-card-price {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 0px 50px rgba(0,0,0,.15);
    box-shadow: 0px 0px 50px rgba(0,0,0,.15);
    margin-bottom: 30px;
}
.news-card-price__container .col-md-3 {
    transition: .35s;
    position: relative;
}
.news-card-price__container .col-md-3:hover {
    transform: translate3D(0, -20px, 0);
}

.row.news-card-price__container .col-md-3 {
    padding: 0;
}

.news-card-price__header {
    padding: 45px;
    background: var(--pix-main-color);
}

.news-card-price__header.pix-dark {
    background: #333;
}

.news-card-price__header h2 {
    font-size: 18px;
    line-height: 30px;
    color: white;
}

.news-card-price__header span {
    font-family: var(--pix-subtitle-font);
    color: white;
}

.news-card-price__text {
    padding: 45px;
}

.news-card-price__text h3 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}
.news-card-price__text p {
    padding-bottom: 25px;
}
.news-card-price__text ul {
    margin-bottom: 30px;
}

.news-card-price__text li {
    list-style: none;
    font-size: 14px;
    line-height: 29px;
    color: #8c8c8c;
    position: relative;
    text-align: left;
    padding-left: 25px;
}
.news-card-price__text li:before {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 7px;
    left: 2px;
    content: '';
    background: var(--pix-svg-checked) no-repeat center center;
}
.pix-dark + .news-card-price__text li:before {
    background: var(--pix-svg-checked-dark) no-repeat center center;
}
.news-card-price__text a.button {
    padding: 8px 45px;
    background: var(--pix-main-color);
    -webkit-border-radius: 150px;
    border-radius: 150px;
    border: 2px solid transparent;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.news-card-price__text a.button:hover {
    background: transparent;
    color: var(--pix-main-color);
    border: 2px solid var(--pix-main-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.news-item-price-long__select {
    margin-bottom: 40px;
    text-align: center;
}

.news-item-price-long__select a {
    color: #000;
    margin: 0px 5px;
    cursor: pointer;
    font-weight: 600;
}

.news-item-price-long__select a.active {
    color: var(--pix-main-color);
}

.news-item-price-long__select a:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    background: #000;
}

.news-item-price-long__select a:hover:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.news-item-price-long__select a.active:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.price-long-container-2 {
    display: none;
}

.news-item-price-long {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 65px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 50px rgba(0,0,0,.15);
    box-shadow: 0px 0px 50px rgba(0,0,0,.15);
    margin-bottom: 30px;
    min-height: 275px;
}

.news-item-price-long__service {
    width: 67%;
    padding-right: 7%;
}

.news-item-price-long__service h2 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.news-item-price-long__service ul {
    margin-left: 30px;
}

.news-item-price-long__service li {
    position: relative;
    list-style: none;
    font-size: 15px;
    line-height: 30px;
}

.news-item-price-long__service li:before {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 7px;
    left: -30px;
    content: '';
    background: var(--pix-svg-checked) no-repeat center center;
}
.news-item-price-long__service.pix-dark li:before {
    background: var(--pix-svg-checked-dark) no-repeat center center;
}
.news-item-price-long__price {
    width: 40%;
    text-align: center;
    position: relative;
}

.news-item-price-long__price h2 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    padding-bottom: 5px;
}
.news-item-price-long__price h2 sup {
    font-size: 14px;
    font-weight: 400;
}
.news-item-price-long__price h2 span {
    font-family: var(--pix-subtitle-font);
    font-weight: 400;
}

.news-item-price-long__price .icon-message {
    position: relative;
    margin: 20px auto;
    width: 45px;
    height: 45px;
}
.news-item-price-long__price .icon-message svg{
    width: 45px;
    height: auto;
    max-height: 45px;
}
.news-item-price-long__price .icon-message span{
    font-size: 45px;
    color: var(--pix-main-color);
}

.news-item-price-long__price a {
    padding: 8px 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 85%;
    background: var(--pix-main-color);
    -webkit-border-radius: 150px;
    border-radius: 150px;
    border: 2px solid transparent;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.news-item-price-long__price a:hover {
    background: transparent;
    color: var(--pix-main-color);
    border: 2px solid var(--pix-main-color);
}







.pix-footer {
    background: #333;
}

.pix-footer__menu {
    padding: 100px 0px;
    background: #1f1f1f;
}

.pix-footer__menu h3 {
    font-size: 16px;
    line-height: 36px;
    font-weight: 700;
    color: #707070;
    margin-bottom: 10px;
}

.pix-footer__menu address {
    font-size: 12px;
    line-height: 30px;
    font-style: normal;
    color: #fff;
}

.pix-footer__menu address span {
    display: block;
}

.pix-footer__menu li {
    list-style: none;
    font-size: 12px;
    line-height: 30px;
    font-style: normal;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.pix-footer__menu li:hover {
    color: var(--pix-main-color);
    text-decoration: none;
}

.pix-footer__menu li a {
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
}

.pix-footer__menu p {
    font-size: 12px;
    line-height: 30px;
    font-style: normal;
    color: #fff;
}

.pix-footer__menu .input-container {
    position: relative;
    display: inline-block;
    margin-top: 15px;
}

.pix-footer__menu .input-container input {
    padding: 0px 20px;
    font-size: 12px;
    line-height: 30px;
    color: #9a9a9a;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid #9a9a9a;
    background: transparent;
    outline: none;
}

.pix-footer__menu .input-container button {
    position: absolute;
    right: 15px;
    top: 6px;
    width: 20px;
    height: 20px;
    content: '';
    border: none;
    background: transparent;
    z-index: 5;
    outline: none;
}

.pix-footer__menu .input-container button img {
    width: 100%;
}

.pix-footer__menu-social-item {
    width: 25px;
    height: 25px;
    text-align: center;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #484848;
    margin-bottom: 10px;
}

.pix-footer__menu-social-item:hover {
    background: var(--pix-main-color);
}

.pix-footer__menu-social-item a {
    display: block;
    color: #1f1f1f;
    line-height: 29px;
}

.pix-footer__bottom {
    padding: 30px 0px;
    color: #fff;
    font-size: 14px;
    font-family: var(--pix-main-font);
    text-align: left;
}

.pix-footer__bottom span {
    color: #fff;
    display: none;
}

.pix-footer__bottom .footer-copyright {
    display: inline-block;
    color: #bbb;
}

.pix-footer__bottom .footer-created_by {
    display: inline-block;
    float: right;
}

.pix-footer__bottom .footer-created_by a {
    color: #bbb;
    display: none;
}

/* 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 0px;
    text-transform: uppercase;
    display: inline-block;
    background: #fff;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    color: inherit;
    border: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 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;
}



/******** LOADER ********/

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #333;
    z-index: 100500;
}
.pix-pulse{
    height: 50px;
    width: 100px;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.pix-pulse:after {
    content: '';
    display: block;
    background: var(--pix-svg-loader) 0 0 no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-animation: 2s pix-pulse linear infinite;
    -moz-animation: 2s pix-pulse linear infinite;
    -o-animation: 2s pix-pulse linear infinite;
    animation: 2s pix-pulse linear infinite;
    clip: rect(0, 0, 50px, 0);
}
.pix-pulse:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 2px;
    right: 2px;
    bottom: 0;
    top: 16px;
    margin: auto;
    height: 3px;
}

@keyframes pix-pulse {
    0% {
        clip: rect(0, 0, 50px, 0);
    }
    4% {
        clip: rect(0, 33.33333px, 50px, 0);
    }
    15% {
        clip: rect(0, 66.66667px, 50px, 0);
    }
    20% {
        clip: rect(0, 200px, 50px, 0);
        opacity:1;
    }
    80% {
        clip: rect(0, 200px, 50px, 0);
        opacity:0;
    }
    90% {
        opacity: 0;
    }
    100% {
        clip: rect(0, 200px, 100px, 0);
        opacity:0;
    }
}

@-webkit-keyframes pix-pulse {
    0% {
        clip: rect(0, 0, 50px, 0);
    }
    4% {
        clip: rect(0, 33.33333px, 50px, 0);
    }
    15% {
        clip: rect(0, 66.66667px, 50px, 0);
    }
    20% {
        clip: rect(0, 200px, 50px, 0);
        opacity:1;
    }
    80% {
        clip: rect(0, 200px, 50px, 0);
        opacity:0;
    }
    90% {
        opacity: 0;
    }
    100% {
        clip: rect(0, 200px, 100px, 0);
        opacity:0;
    }
}










/****************************/
/***       ELEMENTS       ***/
/****************************/





.section-heading{
	text-align: center;
	padding-bottom: 10px;
}
.section-heading.text-left{
	text-align: left;
}
.section-heading.text-right{
	text-align: right;
}
.section-heading h2.section-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);
	padding-bottom: 20px;
    line-height: 45px;
}
.sep-element{
	width: 40px;
	border-top: 4px solid var(--pix-main-color);
}
.widget-title + .sep-element{
	margin: -15px 0 30px;
    width: 30px;
}
.section-heading .sep-element{
	margin: 0 auto;
	padding-bottom: 20px;
}
.section-heading.text-left .sep-element{
	margin: 0;
}
.section-heading.text-right .sep-element{
	margin-left: calc(100% - 40px);
}
.section-heading .section-subtitle{
	font-family: var(--pix-subtitle-font);
	font-size: var(--pix-subtitle-size);
	font-weight: var(--pix-subtitle-weight);
    font-style: var(--pix-subtitle-style);
	padding-bottom: 30px;
	color: #2d2d2d;
}
.white-heading .section-title{
	color: #fff;
}
.white-heading .section-subtitle{
	color: #eee;
}





.pix-svg-160 img{
	width: 160px;
}
.pix-svg-120 img{
	width: 120px;
}
.pix-svg-100 img{
	width: 100px;
}

.icon svg{
	width: 60px;
	height: auto;
}
.pix-icon-xl .icon svg,
.pix-icon-xl .icon img{
	width: 60px;
    max-height: 60px;
}
.pix-icon-l .icon svg,
.pix-icon-l .icon img{
	width: 50px;
    max-height: 50px;
}
.pix-icon-m .icon svg,
.pix-icon-m .icon img{
	width: 35px;
    max-height: 35px;
}
.pix-icon-s .icon svg,
.pix-icon-s .icon img{
	width: 20px;
    max-height: 20px;
}

.pix-icon-color .icon span{
    color: var(--pix-main-color);
}

.round .icon span{
	top: 2px;
    position: relative;
}
.pix-icon-xl .icon span{
	font-size: 60px;
}
.pix-icon-l .icon span{
	font-size: 48px;
}
.pix-icon-m .icon span{
	font-size: 36px;
}
.pix-icon-s .icon span{
	font-size: 20px;
}



.pix-item-default{
	padding: 45px;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	margin-bottom: 20px;
    position: relative;
}

.pix-item-default h2{
	font-size: 18px;
	color: var(--pix-main-color);
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}

.pix-item-default p{
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 30px;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}

.pix-item-default:hover h2{
	color: #333;
}

.pix-item-default:hover .icon{
	fill: var(--pix-additional-color);
}

.pix-item-default .icon{
	margin: auto;
	margin-bottom: 25px;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	width: 50px;
	fill: #333;
}
.pix-item-default .round{
    margin-bottom: 20px;
}
.pix-item-default .round .icon{
    position: absolute;
    padding-top: 10px;
}
.pix-item-default.pix-text-left .icon{
	margin-left: 0;
}
.pix-item-default.pix-text-right .icon{
	margin-right: 0;
}







.pix-item-default.pix-item-default-bordered{
	border: 2px solid #eee;
}

.pix-item-default.pix-item-default-bordered:hover{
	border: 2px solid var(--pix-main-color);
}

.pix-item-default.pix-item-default-bordered .icon{
	fill: var(--pix-main-color);
}

.pix-item-default.pix-item-default-bordered h2{
	font-size: 18px;
	color: #333;
}

.pix-item-default.pix-item-default-bordered h2 a{
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
}

.pix-item-default.pix-item-default-bordered p{
	margin-bottom: 20px;
}






.pix-item-default.pix-item-default-filled:hover .pix-overlay{opacity: 1;}
.pix-item-default.pix-item-default-filled:hover h2{color: #fff;}
.pix-item-default.pix-item-default-filled:hover p{color: #fff;}
.pix-item-default.pix-item-default-filled:hover a{color: #fff;}
.pix-item-default.pix-item-default-filled:hover a:before{background: #fff;}
.pix-item-default.pix-item-default-filled:hover .icon{fill: #fff;}


.pix-item-default.pix-item-default-filled .icon{
	fill: var(--pix-main-color);
}

.pix-item-default.pix-item-default-filled h2{
	font-size: 18px;
	color: #333;
    transition: .35s;
}

.pix-item-default.pix-item-default-filled h2 a{
	font-weight: inherit;
	color: inherit;
	font-size: inherit;
    transition: .35s;
}

.pix-item-default.pix-item-default-filled p{
	margin-bottom: 20px;
    transition: .35s;
}






.pix-item-left{
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	margin-bottom: 20px;
    position: relative;
}

.pix-item-left h2{
	font-size: 18px;
	color: #333;
	-webkit-transition: .75s;
	-o-transition: .75s;
	transition: .75s;
}

.pix-item-left p{
	margin: 20px 0 25px;
	line-height: 30px;
}
.pix-item-left .icon{
	margin-top: 0;
	margin-bottom: 20px;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	max-width: 60px;
}
.pix-item-left .round .icon{
	margin-top: 8px;
	margin-bottom: 0;
	fill: #fff;
}
.pix-item-left .icon svg{
	-webkit-transition: .75s;
	-o-transition: .75s;
	transition: .75s;
}
.pix-item-left:hover .icon svg{
	transform: scale(1.1);
}

.pix-item-left:hover .icon{
	transform: scale(1.1);
    color: var(--pix-main-color);
}

.pix-item-left .round{
	margin: auto;
}
.pix-item-left.pix-text-left .round{
	margin-left: 0;
}
.pix-item-left.pix-text-right .round{
	margin-right: 0;
}







.pix-item-rounded{
	padding: 45px;
	-webkit-transition: .75s;
	-o-transition: .75s;
	transition: .75s;
	margin-bottom: 20px;
	text-align: center;
}

.pix-item-rounded .round{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto;
	width: 90px;
	height: 90px;
	-webkit-border-radius: 150px;
	border-radius: 150px;
	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));
	background: -o-linear-gradient(right, var(--pix-main-color), var(--pix-gradient-color));
	background: linear-gradient(to left, var(--pix-main-color), var(--pix-gradient-color));
	-webkit-transition: .75s;
	-o-transition: .75s;
	transition: .75s;
	margin-bottom: 40px;
}

.pix-item-rounded:hover .round{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.pix-item-rounded .icon{
	margin-top: 7px;
	-webkit-transition: .75s;
	-o-transition: .75s;
	transition: .75s;
	/*width: 35px;*/
	fill: white;
}

.pix-item-rounded h2{
	font-size: 18px;
	line-height: 30px;
	-webkit-transition: .75s;
	-o-transition: .75s;
	transition: .75s;
}

.pix-item-rounded p{
	margin-top: 20px;
	margin-bottom: 30px;
	line-height: 30px;
}


.pix-item-quote{
	padding: 40px 45px;
	-webkit-transition: .75s;
	-o-transition: .75s;
	transition: .75s;
	margin-bottom: 20px;
	border: 4px solid transparent;
}

.pix-item-quote h2{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 30px;
	-webkit-transition: .75s;
	-o-transition: .75s;
	transition: .75s;
	width: 77%;
}

.pix-item-quote h2 span{
	font-family: var(--pix-subtitle-font);
	font-weight: 400;
	font-style: italic;
}

.pix-item-quote p{
	margin-top: 20px;
	line-height: 30px;
	-webkit-transition: .75s;
	-o-transition: .75s;
	transition: .75s;
}

.pix-item-quote .icon{
	display: inline-block;
	margin-top: 10px;
	margin-right: 35px;
	-webkit-transition: .75s;
	-o-transition: .75s;
	transition: .75s;
	width: 50px;
	fill: #333;
}

.pix-item-quote:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 4px solid var(--pix-main-color);
}









.pix-item-bordered{
	padding: 70px 45px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: .75s;
	-o-transition: .75s;
	transition: .75s;
	margin-bottom: 20px;
	border: 2px solid #eee;
}

.pix-item-bordered .text{
	display: inline-block;
	width: 76%;
}

.pix-item-bordered h2{
	vertical-align: top;
	font-size: 18px;
	line-height: 30px;
	-webkit-transition: .75s;
	-o-transition: .75s;
	transition: .75s;
	margin-bottom: 20px;
}

.pix-item-bordered p{
	line-height: 30px;
	-webkit-transition: .75s;
	-o-transition: .75s;
	transition: .75s;
	margin-bottom: 10px;
}

.pix-item-bordered:hover{
	border: 2px solid var(--pix-main-color);
}

.pix-item-bordered .icon{
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 35px;
	-webkit-transition: .75s;
	-o-transition: .75s;
	transition: .75s;
	width: 60px;
}

.pix-item-bordered:hover .icon{
	fill: url(#gradient);
}










.pix-item-transparent{
	padding-right: 20px;
	margin-bottom: 40px;
}

.pix-item-transparent:hover .icon{
	color: var(--pix-main-color);
	transform: scale(1.1);
}

.pix-item-transparent h2,
.pix-item-transparent h2:not([class]){
	font-size: 18px;
	line-height: 30px;
	-webkit-transition: .75s;
	-o-transition: .75s;
	transition: .75s;
}

.pix-item-transparent p{
	margin-top: 15px;
	margin-bottom: 15px;
    line-height: 28px;
    color: #999;
	-webkit-transition: .75s;
	-o-transition: .75s;
	transition: .75s;
}

.pix-item-transparent a{
	font-weight: 600;
	color: var(--pix-main-color);
}

.pix-item-transparent .icon{
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	width: 50px;
	margin-bottom: 18px;
}





.pix-item-review{
    position: relative;
}
.pix-item-review .pix-block-content{
	display: grid;
	grid-template-columns: auto 1fr;
	grid-column-gap: 30px;
	padding-bottom: 25px;
}
.pix-item-review.pix-text-review-right .pix-block-content{
	grid-template-columns: 1fr auto;
}

.pix-item-review .round,
.pix-item-left .round,
.pix-item-default .round{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 90px;
	height: 90px;
	-webkit-border-radius: 150px;
	border-radius: 150px;
	background-color: var(--pix-additional-color);
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	margin-top: 10px;
    margin-bottom: 25px;
}
.pix-item-review .transparent{
	width: 50px;
	height: 50px;
	background-color: transparent;
	transition: .35s;
    padding-top: 15px;
}


.pix-item-review .transparent .icon svg{
	height: auto;
}
.pix-item-review .transparent.pix-icon-xl{
	width: 60px;
	height: 60px;
}
.pix-item-review .transparent.pix-icon-m{
	width: 35px;
	height: 35px;
}
.pix-item-review .transparent.pix-icon-s{
	width: 20px;
	height: 20px;
}


.pix-item-review:hover .round.pix-icon-hover{
	background-color: #333;
}

.pix-item-review .icon{
	-webkit-transition: .75s;
	-o-transition: .75s;
	transition: .75s;
	/*fill: transparent;*/
}

.pix-item-review .round .icon{
	fill: #fff;
	margin: auto;
}


.pix-item-review .round .icon svg{
	vertical-align: middle;
    height: 100%;
}

.pix-item-review .text h2{
    line-height: 1.8;
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
}

.pix-item-review p{
    padding-top: 5px;
	margin-top: 0;
	line-height: 1.8;
    color: #797979;
}


.pix-item-review p em *{
	font-family: var(--pix-subtitle-font);
	font-weight: bold;
    font-size: 16px;
}
.pix-item-review p em a {
	color: var(--pix-main-color);
	font-size: 16px;
}

.pix-item-review .text{
	display: inline-block;
}
.pix-item-review.pix-text-review-right .text{
	text-align: right;
}
.pix-item-review .text strong{
	color: #333;
}

.pix-item-review:hover .transparent .icon{
	color: var(--pix-main-color);
	transform: scale(1.1);
}
.pix-item-review:hover .round{
	background-color: var(--pix-main-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 .icon{
    padding-bottom: 15px;
}

.percent,
.percent-plus{
    color: var(--pix-main-color);
    font-size: 26px;
    font-weight: bold;
}

.percent-text{
    font-family: var(--pix-title-font);
    display: block;
    float: none;
    font-size: 17px;
    font-weight: 600;
    padding-left: 0;
    padding-top: 15px;
    line-height: normal;
}











.pix-progress-bar{
	position: relative;
	width: 100%;
	margin: 15px 0px;
	padding: 25px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	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));
	background: -o-linear-gradient(right, var(--pix-main-color), var(--pix-gradient-color));
	background: linear-gradient(to left, var(--pix-main-color), var(--pix-gradient-color));
	-webkit-transition: .75s;
	-o-transition: .75s;
	transition: .75s;
}

.pix-progress-bar .pix-progress-bar-label{
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	line-height: normal;
    white-space: nowrap;
}

.pix-progress-bar span.pix-progress-bar-count{
	position: absolute;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: normal;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 20px;
}

@media (min-width:1200px){
	html .pix-progress-bar{
		width: 14%;
	}
}









.service-box-1{
	text-align: center;
	border: 1px solid #eee;
	-webkit-transition: .75s;
	-o-transition: .75s;
	transition: .75s;
	margin-bottom: 30px;
}

.service-box-1__content{
	position: relative;
	overflow: hidden;
	height: 280px;
}

.service-box-1:hover{
	-webkit-box-shadow: 0px 0px 100px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 100px rgba(0,0,0,0.2);
}

.service-box-1:hover .hidden{
	opacity: 1;
}

.service-box-1:hover .service-box-1__footer{
	border-bottom: none;
}

.service-box-1__content .hidden{
	opacity: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 30px;
	position: absolute;
	background-color: rgba(255, 0, 255, 0.8);
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.service-box-1__content .hidden p{
	font-family: var(--pix-subtitle-font);
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	font-style: italic;
}

.service-box-1__content img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.service-box-1__footer{
	padding: 45px 0px;
	border-bottom: 5px solid var(--pix-main-color);
}

.service-box-1__footer h2{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.service-box-1__footer p{
	color: #969494;
	margin-top: 18px;
}








.service-box-2{
	text-align: center;
	border: 0px solid #eee;
	-webkit-transition: .75s;
	-o-transition: .75s;
	transition: .75s;
	-webkit-box-shadow: 0px 0px 100px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 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: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.service-box-2__content .hidden .icon{
	width: 45px;
	height: 45px;
	margin: auto;
	margin-bottom: 0px;
	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 0px;
}

.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: 0px;
}









.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;
	-o-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: 0px;
	top: 0px;
	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(43, 59, 94, 0.98);
	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;
	-o-transition: .5s;
	transition: .5s;
}

.service-box-3__container .icon{
	width: 45px;
	height: 45px;
	margin: auto;
	margin-bottom: 20px;
	fill: #fff;
}

.service-box-3__container h2,
.service-box-3__container h2 a{
	font-size: 18px;
	color: #fff;
	font-weight: 700;
    margin: 0;
	margin-bottom: 10px;
}

.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: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.service-box-4__image h2{
	position: absolute;
	color: var(--pix-main-color);
	padding: 60px;
	padding-bottom: 40px;
	bottom: 0px;
	z-index: 3;
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	-webkit-transition: .5s;
	-o-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: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.service-box-4__image img{
	width: 100%;
}

.service-box-4__text{
	padding: 45px 60px;
	font-size: 14px;
	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;
	transition: .35s;
}
.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 .side-menu__item-categories 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-5{
	position: relative;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.10), 0px 10px 30px rgba(0,0,0,0.05);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.10), 0px 10px 30px rgba(0,0,0,0.05);
}

.service-box-5 .pix-img-wrapper img{
	width: 100%;
	transition: 3s;
}
.service-box-5 .pix-img-wrapper{
	overflow: hidden;
}
.service-box-5:hover .pix-img-wrapper img{
	transform: scale(1.1);
}

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

.service-box-5__text{
	padding: 30px 40px 40px;
    margin-top: -8px;
    background-color: white;
    position: relative;
}

.service-box-5__text h2{
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	margin-bottom: 20px;
}

.service-box-5__text p{
	line-height: 28px;
	color: #797979;
}

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

.service-box-5 > span a:before {
    border-style: solid;
    border-width: 3px 3px 0 0;
    content: '';
    height: 8px;
    width: 8px;
	left: 16px;
    top: 18px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}










.service-box-6{
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	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: 0px;
	left: 0px;
	z-index: -1;
}

.service-box-7 .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .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: 0px;
	border-radius: 0px;
	border: 0px;
	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: .35s;
	-o-transition: .35s;
	transition: .35s;
}

.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);
		-o-transition: transform 0.90s cubic-bezier(.5,.3,.3,1);
		transition: transform 0.90s cubic-bezier(.5,.3,.3,1);
		transition: transform 0.90s cubic-bezier(.5,.3,.3,1), -webkit-transform 0.90s cubic-bezier(.5,.3,.3,1);
		    -webkit-transition: 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);
		-o-transition: transform 0.80s cubic-bezier(.5,.3,.3,1);
		transition: transform 0.80s cubic-bezier(.5,.3,.3,1);
		transition: transform 0.80s cubic-bezier(.5,.3,.3,1), -webkit-transform 0.80s cubic-bezier(.5,.3,.3,1);
		    -webkit-transition: 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);
		-o-transition: transform 0.90s cubic-bezier(.5,.3,.3,1);
		transition: transform 0.90s cubic-bezier(.5,.3,.3,1);
		transition: transform 0.90s cubic-bezier(.5,.3,.3,1), -webkit-transform 0.90s cubic-bezier(.5,.3,.3,1);
		    -webkit-transition: 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;
	}
	.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: 90%;
	}

	/**/

	.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);
		-o-transition: transform 0.90s cubic-bezier(.5,.3,.3,1);
		transition: transform 0.90s cubic-bezier(.5,.3,.3,1);
		transition: transform 0.90s cubic-bezier(.5,.3,.3,1), -webkit-transform 0.90s cubic-bezier(.5,.3,.3,1);
		    -webkit-transition: 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;
	}










.portfolio a{
	font-weight: 400;
    font-size: 0.95em;
}
.filter-button-group a{
	margin-right: 30px;
	font-weight: 700;
	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: 0px 20px 70px rgba(0,0,0,0.15);
	box-shadow: 0px 20px 70px rgba(0,0,0,0.15);
	margin-top: 50px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	outline: none;
}

.portfolio__container button:hover{
	color: var(--pix-main-color);
	-webkit-box-shadow: 0px 20px 70px rgba(0,0,0,0.05);
	box-shadow: 0px 20px 70px rgba(0,0,0,0.05);
	outline: none;
}

.portfolio__container button:active{
	color: rgba(0,0,0,0.5);
	-webkit-transition: 0s;
	-o-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-portfolio__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%;
	z-index: 10;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
}

.grid-portfolio__container:hover{
	opacity: 1;
}

.grid-portfolio__container h3,
.grid-portfolio__container h3 a{
	font-family: var(--pix-main-font);
	font-weight: 700;
	margin-top: -20px;
	font-size: 18px;
}
.grid-portfolio__container p{
	color: #fff;
	font-weight: 600;
	margin: 0;
}

.grid-portfolio__container p a{
	font-family: var(--pix-subtitle-font);
	font-style: italic;
    text-decoration: none;
	color: inherit;
	margin: 0;
}
.grid-portfolio__container p a:hover{
	color: var(--pix-main-color);
	transition: .3s;
}
.grid-portfolio__container p a.link-centerline:before{
	background: #fff;
}




.grid-cat__item,
.grid-cat__sizer {
  	width: 25%;
}

.grid-cat__item {
  	float: left;
  	overflow: hidden;
 	height: 320px;
	position: relative;
}

.grid-cat__item img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.grid-cat__container{
	padding: 25px;
	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%;
	z-index: 10;
	background: -webkit-gradient(linear, left top, right top, from(rgba(199, 106, 248, 0.94)), to(rgba(240, 83, 197, 0.94)));
	background: -webkit-linear-gradient(left, rgba(199, 106, 248, 0.94), rgba(240, 83, 197, 0.94));
	background: -o-linear-gradient(left, rgba(199, 106, 248, 0.94), rgba(240, 83, 197, 0.94));
	background: linear-gradient(to right, rgba(199, 106, 248, 0.94), rgba(240, 83, 197, 0.94));
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
}

.grid-cat__container .buttons{
	margin-top: 15px;
}

.grid-cat__container .buttons button{
	display: inline-block;
	content: "";
	width: 50px;
	height: 50px;
	-webkit-border-radius: 150px;
	border-radius: 150px;
	border: none;
	outline: none;
	margin: 0px 10px;
	cursor: pointer;
}

.grid-cat__container .buttons button.link{
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20px' viewBox='0 0 512.001 512.001'%3E%3Cpath d='M354.972 220.635l-.062.062c-10.482-22.088-22.251-35.59-37.238-47.565l-52.337 52.33c-5.848 5.848-5.839 15.357-.015 21.182.018.018.022.042.04.06 17.536 17.566 17.526 46.051-.026 63.602l-98.569 98.569c-16.963 16.963-46.67 16.963-63.633 0-17.587-17.587-17.587-46.046 0-63.633l29.271-29.271c-13.515-24.243-21.39-51.345-21.39-79.918 0-9.78 1.155-19.352 2.805-28.784l-74.333 74.326c-52.646 52.632-52.646 138.296 0 190.928 52.631 52.631 138.284 52.644 190.928 0 83.756-83.768 105.372-100.425 121.458-130.444 21.392-39.683 21.992-81.875 3.101-121.444z'/%3E%3Cpath d='M472.4 39.6c-52.5-52.8-137.999-52.8-190.8 0L180.63 140.577c-60.529 60.529-47.386 158.707 11.398 200.7l52.202-52.2c5.196-5.199 6.032-14.593 0-21.301-11.448-11.05-15.215-29.245-12.902-33.9.732-27.2 27.462-44.266 113.872-130.676 42.019-42.019 106.277 22.396 63.6 63.6l-31.756 31.763c19.808 35.52 25.097 71.333 18.609 108.591L472.4 230.4c52.8-52.5 52.8-138.3 0-190.8z'/%3E%3C/svg%3E") no-repeat center center;
}

.grid-cat__container .buttons button.link:hover{
	background: var(--pix-main-color) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#ffffff' width='20px' viewBox='0 0 512.001 512.001'%3E%3Cpath d='M354.972 220.635l-.062.062c-10.482-22.088-22.251-35.59-37.238-47.565l-52.337 52.33c-5.848 5.848-5.839 15.357-.015 21.182.018.018.022.042.04.06 17.536 17.566 17.526 46.051-.026 63.602l-98.569 98.569c-16.963 16.963-46.67 16.963-63.633 0-17.587-17.587-17.587-46.046 0-63.633l29.271-29.271c-13.515-24.243-21.39-51.345-21.39-79.918 0-9.78 1.155-19.352 2.805-28.784l-74.333 74.326c-52.646 52.632-52.646 138.296 0 190.928 52.631 52.631 138.284 52.644 190.928 0 83.756-83.768 105.372-100.425 121.458-130.444 21.392-39.683 21.992-81.875 3.101-121.444z'/%3E%3Cpath d='M472.4 39.6c-52.5-52.8-137.999-52.8-190.8 0L180.63 140.577c-60.529 60.529-47.386 158.707 11.398 200.7l52.202-52.2c5.196-5.199 6.032-14.593 0-21.301-11.448-11.05-15.215-29.245-12.902-33.9.732-27.2 27.462-44.266 113.872-130.676 42.019-42.019 106.277 22.396 63.6 63.6l-31.756 31.763c19.808 35.52 25.097 71.333 18.609 108.591L472.4 230.4c52.8-52.5 52.8-138.3 0-190.8z'/%3E%3C/svg%3E") no-repeat center center;
	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,.2);
	box-shadow: 0px 0px 40px rgba(0,0,0,.2);
}

.grid-cat__container .buttons button.search{
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20px' viewBox='0 0 475.084 475.084'%3E%3Cpath d='M464.524 412.846l-97.929-97.925c23.6-34.068 35.406-72.047 35.406-113.917 0-27.218-5.284-53.249-15.852-78.087-10.561-24.842-24.838-46.254-42.825-64.241-17.987-17.987-39.396-32.264-64.233-42.826C254.246 5.285 228.217.003 200.999.003c-27.216 0-53.247 5.282-78.085 15.847C98.072 26.412 76.66 40.689 58.673 58.676c-17.989 17.987-32.264 39.403-42.827 64.241C5.282 147.758 0 173.786 0 201.004c0 27.216 5.282 53.238 15.846 78.083 10.562 24.838 24.838 46.247 42.827 64.234 17.987 17.993 39.403 32.264 64.241 42.832 24.841 10.563 50.869 15.844 78.085 15.844 41.879 0 79.852-11.807 113.922-35.405l97.929 97.641c6.852 7.231 15.406 10.849 25.693 10.849 9.897 0 18.467-3.617 25.694-10.849 7.23-7.23 10.848-15.796 10.848-25.693.003-10.082-3.518-18.651-10.561-25.694zM291.363 291.358c-25.029 25.033-55.148 37.549-90.364 37.549-35.21 0-65.329-12.519-90.36-37.549-25.031-25.029-37.546-55.144-37.546-90.36 0-35.21 12.518-65.334 37.546-90.36 25.026-25.032 55.15-37.546 90.36-37.546 35.212 0 65.331 12.519 90.364 37.546 25.033 25.026 37.548 55.15 37.548 90.36 0 35.216-12.519 65.331-37.548 90.36z'/%3E%3C/svg%3E") no-repeat center center;
}

.grid-cat__container .buttons button.search:hover{
	background: var(--pix-main-color) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#ffffff' width='20px' viewBox='0 0 475.084 475.084'%3E%3Cpath d='M464.524 412.846l-97.929-97.925c23.6-34.068 35.406-72.047 35.406-113.917 0-27.218-5.284-53.249-15.852-78.087-10.561-24.842-24.838-46.254-42.825-64.241-17.987-17.987-39.396-32.264-64.233-42.826C254.246 5.285 228.217.003 200.999.003c-27.216 0-53.247 5.282-78.085 15.847C98.072 26.412 76.66 40.689 58.673 58.676c-17.989 17.987-32.264 39.403-42.827 64.241C5.282 147.758 0 173.786 0 201.004c0 27.216 5.282 53.238 15.846 78.083 10.562 24.838 24.838 46.247 42.827 64.234 17.987 17.993 39.403 32.264 64.241 42.832 24.841 10.563 50.869 15.844 78.085 15.844 41.879 0 79.852-11.807 113.922-35.405l97.929 97.641c6.852 7.231 15.406 10.849 25.693 10.849 9.897 0 18.467-3.617 25.694-10.849 7.23-7.23 10.848-15.796 10.848-25.693.003-10.082-3.518-18.651-10.561-25.694zM291.363 291.358c-25.029 25.033-55.148 37.549-90.364 37.549-35.21 0-65.329-12.519-90.36-37.549-25.031-25.029-37.546-55.144-37.546-90.36 0-35.21 12.518-65.334 37.546-90.36 25.026-25.032 55.15-37.546 90.36-37.546 35.212 0 65.331 12.519 90.364 37.546 25.033 25.026 37.548 55.15 37.548 90.36 0 35.216-12.519 65.331-37.548 90.36z'/%3E%3C/svg%3E") no-repeat center center;
	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,.2);
	box-shadow: 0px 0px 40px rgba(0,0,0,.2);
}

.grid-cat__container:hover{
	opacity: 1;
}

.grid-cat__container h3{
	font-family: var(--pix-subtitle-font);
	font-weight: 400;
	font-style: italic;
	color: #fff;
	line-height: 45px;
}

.grid-cat__container p{
	color: #fff;
	font-weight: 600;
}






.filter span{
	font-size: 19px;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-top: 12px;
}

.filter__select{
	display: inline-block;
	position: absolute;
	border: 1px solid rgba(0,0,0,0.15);
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 10px 35px;
	min-width: 220px;
	max-width: 100%;
	z-index: 30;
	background-color: #fff;
}

.filter__select li.active{
	display: block;
	font-size: 19px;
	color: var(--pix-main-color);
	font-weight: 600;
	position: relative;
}

.filter__select li.active:after{
	position: absolute;
	content: "";
	top: 17px;
    right: -20px;
    border: 6px solid transparent;
    border-top: 6px solid var(--pix-main-color);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.filter__select:hover li.active:after{
	opacity: 0;
}

.filter__select:hover li{
	display: block;
	opacity: 1;
}

.filter__select li{
	display: none;
	list-style-type: none;
	cursor: pointer;
	padding: 4px 0px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.filter__select li:hover{
	color: var(--pix-main-color);
}










.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: .35s;
	-o-transition: .35s;
	transition: .35s;
	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: 14px;
}
.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: .35s;
}
.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: .35s;
}
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;
}
.footer-meta .pix-social-round-transparent li{
	font-size: 14px;
}
ul.pix-social-round-transparent li i{
	padding: 8px;
    border-radius: 100%;
    color: #797979;
    border: 1px solid #ddd;
    transition: .35s;
}
ul.pix-social-round-transparent li:hover i{
	color: var(--pix-main-color);
    border-color: var(--pix-main-color);
}

.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-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: -10px;
    margin-top: -14px;
    width: 30px;
    height: 30px;
	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: .35s;
    -o-transition: .35s;
    transition: .35s;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -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{
	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;
	}
}










.portfolio-cards .owl-stage-outer{
	padding: 40px 0px;
}

.portfolio-cards__item{
	background-color: #fff;
	text-align: center;
	margin: 0px 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: .35s;
	-o-transition: .35s;
	transition: .35s;
}

.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: 0px 10px;
	cursor: pointer;
}

.portfolio-cards__item-image .gradient{
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	content: '';
	background: rgba(0, 0, 0, 0.5);
	z-index: 3;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}

.portfolio-cards__item-image img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
    transition: 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: 0px 15px;
	height: 450px;
	overflow:hidden;
	position: relative;
}

.cards-beyond__item:hover .cards-beyond__item-container{
	opacity: 1;
}

.cards-beyond .owl-stage-outer{
	padding: 40px 0px;
}

.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: .35s;
	-o-transition: .35s;
	transition: .35s;
}

.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: 3s;
}
.pix-img-greyscale .cards-beyond__item img{
    transition: transform 3s, filter .3s;
}
.cards-beyond__item:hover img{
    transform: scale(1.15);
}






.person .owl-stage-outer{
	padding: 40px 0px;
}

.person__item{
	text-align: center;
}

.person__item:hover .person__item-container{
	-webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.15), 0px 10px 30px rgba(0,0,0,0.08);
	box-shadow: 0px 1px 10px rgba(0,0,0,0.15), 0px 10px 30px rgba(0,0,0,0.08);
}

.person__item:hover .person__item-overlay{
	opacity: 0;
}
.person__item .person__item-container img{
	transition: 3s;
}
.person__item:hover .person__item-container img{
	transform: scale(1.1);
}

.person__item-container{
	margin: auto;
	width: 300px;
	height: 300px;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}

.person__item-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: var(--pix-hover-gradient);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	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;
	text-align: center;
	opacity: 0;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	z-index: 2;
}

.person__item-overlay a{
	height: 50px;
	width: 50px;
	-webkit-border-radius: 150px;
	border-radius: 150px;
	border: 3px solid #fff;
	background-color: transparent;
	margin-right: 8px;
	outline: none;
}

.person__item-overlay a:hover{
	background: #fff;
}

.person__item-overlay a:hover i{
	color: var(--pix-main-color);
}

.person__item-overlay a i{
	font-size: 24px;
	color: #fff;
	padding-top: 10px;
}

.person__item-container img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.person__item h3{
	font-weight: 700;
	font-size: 15px;
}
.person__item span a{
	font-size: 14px;
}
.person__item h3 a{
	font-weight: 700;
	font-size: 15px;
	line-height: 26px;
}






.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;
}

.header-section {
	padding: 180px 0 100px;
	text-align: center;
	margin-bottom: 50px;
	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;
}
div.pix-product .woo-item-grid{
	position: relative;
}
div.pix-product .price{
	display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 14px;
}
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: 60%;
    bottom: -15px;
    opacity: 0;
    font-weight: normal;
    padding: 6px;
    -webkit-transition: all .2s .2s ease;
    -moz-transition: all .2s .2s ease;
    transition: all .2s .2s ease;
}
div.pix-product:hover .button {
    opacity: 1;
    bottom: -15px;
    box-shadow: 0 2px 15px rgba(0,0,0,.2);
}







/*** Ligt Text ***/

.text-white-color .pix-item-default.pix-item-default-filled h2{
    color: #fff;
}

.text-white-color .pix-item-default.pix-item-default-filled p{
    color: #ccc;
}

/*****************/










/****************************/
/***         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;
}


/* *************** */

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

.side-menu__item{
    position: relative;
    padding: 40px 50px;
    margin-left: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.10), 0px 10px 30px rgba(0,0,0,0.05);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.10), 0px 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 50px;
    overflow: hidden;
}
.sidebar-type-2 .side-menu__item{
    margin-left: 30px;
}
.sidebar-type-3 .side-menu__item{
    margin-left: 0;
    margin-right: 30px;
}
.side-menu__item h3{
    position: relative;
    font-family: var(--pix-title-font);
    font-weight: var(--pix-title-weight);
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
}

.side-menu__item-categories ul li{
    list-style: none;
    font-size: 15px;
    font-family: var(--pix-main-font);
    font-weight: 700;
    line-height: 35px;
}

.side-menu__item-categories ul li:hover{
    color: var(--pix-main-color);
}

.side-menu__item-categories ul li a{
    font-weight: var(--pix-title-weight);
    color: inherit;
    cursor: pointer;
}

.side-menu__item-categories ul li.current-cat a,
.side-menu__item-categories ul li a.active{
    color: var(--pix-main-color);
}



ul.pix-ul-list{
    list-style: none;
}
.pix-ul-list li{
    position: relative;
}
.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: 14px;
    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,
.blog-article__related h4:before,
.pix-ul-list li:before{
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    height: 6px;
    width: 6px;
    left: -15px;
    top: 9px;
    color: var(--pix-main-color);
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu__item li a:before,
.pix-ul-list li:before{
    top: 7px;
}
.side-menu__item-categories ul li a:before{
    top: 14px;
}
.side-menu__item .widget_shopping_cart_content li a:before{
    content: none;
}
.blog-article__related .pix-news-next h4:before{
    right: -15px;
    left: auto;
    top: 7px;
}
.blog-article__related .pix-news-prev h4:before{
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 7px;
}

.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: 0px;
    bottom: 0px;
    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: 0px;
    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: 14px;
    line-height: 35px;
    font-weight: 500;
    outline: none;
    border: 0px;
    border-bottom: 1px solid #f5f5f5;
}

.side-menu__item-tags a{
    padding-right: 20px;
    font-size: 14px;
    line-height: 35px;
    font-weight: 700;
    text-decoration: underline;
}

.side-menu__item-tags a:hover{
    color: var(--pix-main-color);
    text-decoration: none;
}

















.sidebar-type-2 .blog-list{
    padding-right: 10px;
}
.sidebar-type-1 .blog-list{
    padding-left: 10px;
}
.blog-list__article{
    position: relative;
    background: #fff;
    margin-bottom: 70px;
    overflow: hidden;
}
.blog-list__article.blog-item-quote{
    margin-bottom: 100px;
}
.blog-list__article-image{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.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: .35s;
	-o-transition: .35s;
	transition: .35s;
}
.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.1);
}
.blog-list__article-image .label-new{
    position: absolute;
    top: 0px;
    right: 0px;
    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;
    transition: transform 3s;
}
.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: auto;
}

.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;
    width: 100%;
}
.article-title p a{
    text-decoration: underline;
}
.article-title p a:hover{
    text-decoration: none;
}

.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 p {
    color: #797979;
}
.blog-list__article-text > span a{
	position: absolute;
	right: 0px;
	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: .35s;
	-o-transition: .35s;
	transition: .35s;
}

.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;
}
.blog-list__article .article-head {
    padding: 15px 0 0 100px;
    min-height: 70px;
    margin-bottom: 20px;
}
.blog-list__article .article-head-none {
  padding-left: 0;
}
.blog-article .article-head {
    padding: 14px 0 0 100px;
    min-height: 70px;
}
.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: 2em 0;
    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;
}
@media (min-width: 992px) {
  .blog-posts.cards {
    margin-right: -15px;
  }
  .pull-right-md + .blog-posts.cards {
    margin-left: -15px;
  }
}
.blog-posts.cards + nav .pagination {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .blog-posts.cards .post:not(.nothumbnail) {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .blog-posts.cards .post__left {
    width: 53.5%;
  }
  .blog-posts.cards .post__right {
    width: 46.5%;
    padding: 0 15px 0 40px;
  }
  .blog-posts.cards .post__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-height: 405px;
    right: 15px;
  }
  .blog-posts.cards .post:nth-child(2n) .post__right {
    padding: 0 40px 0 15px;
    -webkit-box-ordinal-group: -1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: -1;
    /* OLD - Firefox 19- */
    -ms-flex-order: -1;
    /* TWEENER - IE 10 */
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    order: -1;
  }
  .blog-posts.cards .article-head {
    padding-top: 11px;
  }
  .blog-posts.cards .post.nothumbnail .article-head {
    padding-right: 100px;
  }
  .blog-posts.cards .post__meta {
    padding-bottom: 35px;
  }
  .blog-posts.cards .post__meta:after {
    content: '';
    width: 4px;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}
@media (max-width: 768px) {
  .blog-posts.cards .post__img {
    margin-bottom: 1em;
  }
}
.blog-posts.cards .post + .post {
  padding-top: 60px;
  margin-top: 61px;
  border-top: 1px solid #eee;
}
.blog-posts.cards .post__date {
  top: 0;
  right: 0;
  position: absolute;
}
.blog-posts.cards .post.nothumbnail {
    padding-left: 15px;
}
a.post__img {
    display: block;
}
.post-link .post__img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.article-head h2{
    font-size: 18px;
    margin-bottom: 5px;
    overflow: auto;
}
.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.68em;
    line-height: 1.7;
}
.post.sticky .post__date {
  background-color: var(--pix-main-color);
}
.post__meta > span{
    position: relative;
}
.post__meta > span > i{
    font-size: 16px;
    position: absolute;
    top: 1px;
    left: -20px;
}
.post__meta {
  font-family: var(--pix-title-font);
  font-size: 12px;
  color: #797979;
}
.post__meta a {
  color: #797979;
}
.post__meta > span:first-child{
    margin-left: 20px;
}
.post__meta > span:not(:last-child),
.post__meta > a:not(:last-child) {
  margin-right: 3em;
}
.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: .35s;
    -o-transition: .35s;
    transition: .35s;
}
.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;
}


.pix-post-date {
  grid-area: cell-1;
}
.pix-post-title {
  grid-area: cell-2;
}
.pix-post-author {
  grid-area: cell-3;
}
.pix-post-content {
  grid-area: cell-4;
}
.article-summary{
    display: grid;
    grid-template-columns: 15% 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    padding: 40px;
    grid-template-areas:
        "cell-1 cell-2"
        "cell-3 cell-4";
}
.article-summary.pix-empty-content{
    grid-template-rows: auto;
    grid-template-areas:
        "cell-1 cell-2"
        "cell-3 cell-3";
}
.blog-list__article .article-info span,
.blog-list__article .article-info span a{
    color: #333;
}
.article-summary .article-info{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: max-content;
}
.article-summary.pix-empty-content .article-info.pix-post-author {
    display: grid;
    grid-template-columns: 15% 1fr auto;
    grid-column-gap: 30px;
}
.article-summary .article-info:first-child{
    padding-top: 13px;
}
.article-summary .article-info:nth-child(3){
    padding-top: 7px;
}
.blog-list__article .article-info span.article-info__date a{
    color: var(--pix-main-color);
}

.blog-masonry{
    margin-bottom: 70px;
}
.blog-masonry__item{
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
}

.blog-masonry__item-image{
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.blog-item-standared.no-image .blog-masonry__item-image,
.blog-item-quote .blog-masonry__item-image{
    height: auto;
}
.blog-item-quote .blog-masonry__item-image blockquote{
    margin: 0;
}
.blog-item-quote .blog-list__article-image blockquote,
.blog-item-quote .blog-masonry__item-image blockquote{
    position: relative;
    margin-top: 20px;
    color: #797979;
}

.blog-masonry__item-image .service-page__carousel-1.owl-carousel{
    padding: 0;
}
.blog-masonry__item-image .service-page__carousel-1 .service-page__carousel-item{
    height: 300px;
}

.blog-item-standared .blog-masonry__item:hover .blog-masonry__item-image img,
.blog-item-video .blog-masonry__item:hover .blog-masonry__item-image img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-masonry__item-image img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
}
.blog-masonry__item-text{
    padding: 40px;
    font-size: 14px;
    color: #797979;
    line-height: 1.7;
}

.blog-masonry__item-text h2{
    font-size: 16px;
    margin-bottom: 20px;
}

.blog-masonry__item-text h2 a{
    font-weight: inherit;
    color: inherit;
}

.blog-masonry__item-text h2:hover a{
    color: var(--pix-main-color);
}

.blog-masonry__item-text p{
    color: #797979;
    margin-bottom: 15px;
    line-height: 24px;
}

.blog-masonry__item-text li{
    display: inline-block;
    font-size: 12px;
    list-style: none;
    margin-right: 10px;
}
.blog-masonry__item-text .article-info{
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 20px;
    font-size: 12px;
    padding-top: 10px;
}
.page .blog-masonry__item-text .article-info{
    padding-top: 20px;
}
.blog-masonry__item-text .article-info .right{
    text-align: right;
}
.blog-masonry__item-text .article-info .right span{
    padding-left: 15px;
}
.blog-masonry__item-text .article-info .left span{
    padding-right: 15px;
}



.blog-masonry__item-text li:first-child{
    color: var(--pix-main-color);
}

.blog-masonry__item-image{
    background: gray;
}

.blog-masonry__item.purple{
    background: var(--pix-main-color);
}

.blog-masonry__item.purple h2{
    color: #fff
}

.blog-masonry__item.purple h2:hover a{
    color: #fff;
    text-decoration: underline;
}

.blog-masonry__item.purple p{
    color: #fff;
}

.blog-masonry__item.purple li{
    color: #fff;
}












.blog-article{
    padding: 0 10px 0 0;
    background: #fff;
    margin-bottom: 100px;
}

.blog-article .post-image{
    position: relative;
    margin-bottom: -7px;
    text-align: center;
}
.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: auto;
    height: auto;
    max-width: 100%;
}
.blog-article .post-image.pix-video{
    height: 405px;
    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: 40px;
    margin-bottom: 40px;
    padding-top: 15px;
}
.blog-article .post-content .vc_row{
    margin-right: 0;
    margin-left: 0;
}
.blog-article .post-content .vc_column_container>.vc_column-inner{
    padding-right: 0;
    padding-left: 0;
}
.blog-article p{
    color: #797979;
    line-height: 30px;
}

.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;
}

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: 12px;

}
.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 a{
    padding-left: 5px;
    font-weight: 400;
}
.blog-article .footer-meta.blog-footer-tags .blog-footer-title i{
    font-size: 16px;
    position: absolute;
    top: 2px;
    left: -20px;
}
.blog-article .footer-meta.btn-social{
    margin: auto 0;
}
.blog-article__carousel{
    margin: 70px 0px;
    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: 14px;
    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-sidebar-carousel .col-12{
    padding: 0 !important;
}

.blog-article__related-full-carousel .col-12{
    padding: 0 !important;
}

.blog-article__related{
    margin: 0;
    margin-top: 50px;
    margin-bottom: 60px;
}
.blog-article__related .pix-news-prev{
    padding-left: 0;
}
.blog-article__related .pix-news-next{
    padding-right: 0;
    text-align: right;
}
.blog-article__related h4{
    position: relative;
    font-size: 14px !important;
    word-wrap: break-word;
}
.blog-article__related h4 a{
    font-weight: var(--pix-title-weight);
}
.blog-article__related span{
    font-size: 12px;
    color: #797979;
}

#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: 0px;
    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;
    margin-left: -40px;
    margin-right: -40px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.10), 0px 10px 30px rgba(0,0,0,0.05);
}
.blog-article__comments > h2{
    font-size: 19px;
    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 0px;
}
.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: 12px;
    line-height: 25px;
    margin: 0 !important;
}

.blog-article__comments-item .comment-meta{
    float: right;
}
.comment-content__header a{
    float: right;
    font-size: 12px;
    line-height: 25px;
    margin-left: 10px;
}
.comment-content__header a.comment-time{
    font-weight: 600;
}
.comment-content__header a.link-centerline:before{
    bottom: 3px;
}
.comment-list .comment-content__text p{
    margin: 10px 0 20px;
}

.comment-content__header span.comment-date{
    float: right;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
}
.comment-list .comment ol{
    position: relative;
    padding-left: 20px;
}
.comment-list .comment ol.children:before{
	position: absolute;
	width: 15px;
	height: 15px;
	left: -5px;
    top: 5px;
	content: '';
	background: var(--pix-svg-reply) no-repeat center;
}
.blog-article__comments-item.comment-reply{
    padding-left: 40px;
}

.blog-article__comments-item.comment-reply:before{
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0px;
    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;
}
.comment-respond h3{
    font-size: 19px;
}
.comment-respond textarea{
    padding: 15px 20px;
    width: 100%;
    height: 140px;
    resize: none;
    outline: none;
    font-size: 14px;
    font-family: var(--pix-main-font);
}
.comment-respond .comment-form-comment{
    margin-bottom: 0;
}

.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{
    padding: 10px 20px;
    width: 100%;
    height: 40px;
    resize: none;
    outline: none;
    font-size: 12px;
    /*font-family: var(--pix-main-font); */
}


.comment-respond form input[type=submit]{
    width: 200px;
    height: 60px;
    border: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background: var(--pix-main-color);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    margin-top: 10px;
}
.comment-respond form input[type=submit]:hover{
    background: #333;
    transition: .3s;
}
.comment-respond form input[type=submit]:focus{
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 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;
}

.form-label {
	font-size: 12px;
	color: var(--pix-main-color);
	margin: 0;
	display: block;
	opacity: 1;
	-webkit-transition: .35s ease top, .35s ease opacity;
	transition: .35s ease top, .35s ease opacity;
}
.form-control {
	border-radius: 0;
	border-color: #ddd;
   	border-width: 1px;
   	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: #797979
}











/****************************/
/***         MEDIA        ***/
/****************************/



@media(max-width: 575px){
	.pix-item-default{padding: 30px;}
	.pix-item-left{padding: 25px;}
	.pix-item-rounded{padding: 20px;}
	.pix-item-rounded button{width: 60%;padding: 25px;}
	.pix-item-quote{padding: 30px;}
	.pix-item-quote h2{margin-top: 20px;width: 100%;}
	.pix-item-bordered{padding: 30px;}
	.pix-item-bordered .text{width: 100%;}
	.pix-item-review{display: block;padding: 20px;margin-bottom: 20px;}
	.pix-item-review .round{margin: auto;margin-bottom: 50px;}
	.pix-item-review .text{width: 100%;}
	.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-3__container{margin: 15px;}
	.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: 0px 5px 15px rgba(0,0,0,.15);box-shadow: 0px 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: 991px){
	.pix-item-default{padding: 20px;}
	.pix-item-left{padding: 20px;}
	.pix-item-rounded{padding: 20px;}
	.pix-item-rounded button{width: 100%;padding: 20px;}
	.pix-item-default.pix-item-default-bordered h2{font-size: 21px;}
	.pix-item-default.pix-item-default-filled h2{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: 0px;}
	.pix-item-review{display: block;padding: 20px;margin-bottom: 20px;text-align: center;}
	.pix-item-review .round{margin: auto;margin-bottom: 50px;}
	.pix-item-review .text{width: 100%;}
	.menu-singleblock{display: none;}
	.menu-aroundblock{display: none;}
	.menu-left{display: none;}
	.service-box-2__footer {padding: 25px 0px;}
	.service-box-3__container {margin: 0px;padding: 30px 15px;}
	.service-box-5__text {padding: 30px 25px;}
	.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: 992px) and (max-width: 1199px){
	.menu-mobile{display: none;}
	.service-box-3__container {margin: 15px;}
	.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%;}
}