/*****   PixTheme Styles   *****/

body #preloader{
    transition: transform 1s ease-out !important;
}
body #preloader.loaded {
    transform: translateY(-100vh);
    top: 0;
}
body #preloader:before{
    content: none !important;
}
.spinner {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.double-bounce1 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #FFFFFF;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out
}

.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #FFFFFF;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s
}

@-webkit-keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}


.menu > nav > ul > li > ul.sub-menu, .pix-menu > nav > ul > li > ul.sub-menu{
    margin-top: 30px;
    left: -45px;
}
.menu > nav ul.sub-menu, .pix-menu > nav ul.sub-menu{
    padding: 30px 15px;
}

body .pageheader span.vc_row-overlay{
    background: url('../img/bg5.jpg') 50% 100% !important;
    background-size: cover !important;
}

.section__title h1{
    line-height: 1.1;
}
.section__title span:nth-child(1){
    margin-bottom: 1.1em;
    font-weight: 500;
}

.btn{
    font-weight: 500;
}

.post{
    /*margin-bottom: calc(70px - 1.5em);*/
}
.post__img > img{
    transform: scale(1.1);
    transition: transform .55s ease;
}
.post__img:hover > img{
    transform: scale(1);
}
.post__info{
    margin-bottom: 1.5em;
}

.single-post .post__text {
  overflow: inherit;
}

.related__nav > a.related__navNext{
    justify-content: flex-end;
}

.widget ul {
    padding-left: 15px;
}
.widget ul > li:before {
    display: block;
    position: absolute;
    left: -20px;
    top: .25em;
    line-height: 20px;
    vertical-align: middle;
    font-family: 'idlike';
    color: var(--pix-main-color);
}
.widget ul > li:before {
  content: "";
}
.widget-search > .widget__title, .widget_search > .widget__title {
    padding: 35px 45px 0;
    margin-bottom: 0;
}

.benefits .slick-list{
    margin-bottom: -10px;
    padding-bottom: 0;
}
.benefits__item{
    transition: box-shadow .33s ease-in-out;
}
.benefits__item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.benefits .slick-dots{
    margin-top: 0;
}

.project:hover .project__info{
    padding: 55px 60px 60px;
}
.projectPost__info, .projectPost__contacts {
    grid-template-columns: auto 1fr;
}

.team__slider.slick-dotted.slick-slider{
    margin-bottom: 10px;
}
.team__memberInfo.head{
    margin-top: 0;
    margin-bottom: 23px;
}
.team__memberInfo{
    margin-top: 1em;
}
.team__memberPost{
    font-weight: 500;
    background-image: none;
    background-color: transparent !important;
    color: var(--pix-main-color);
    padding-bottom: 0;
}
.team__slider .slick-dots{
    margin-top: 2em;
}

.steps{
    /*padding: 30px;*/
}

.news__itemInfo{
    margin-top: 1.25em;
}
.news__itemInfo [class^="pix-icon-"]{
    vertical-align: -1px;
    margin-right: 3px;
}
.news.news-v2 .slick-dots{
    margin-top: 30px;
}



/***   Pix Overlay   ***/

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

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

.global-rounded .pix-hover-filled,
.global-rounded .pix-overlay{
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

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

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

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


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

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




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

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


/***   Icon Box   ***/
.icon svg {
    width: 80px;
    height: auto;
}

.pix-icon-xl .icon svg,
.pix-icon-xl .icon img {
    width: 80px;
    height: auto;
}

.pix-icon-l .icon svg,
.pix-icon-l .icon img {
    width: 60px;
    height: auto;
}

.pix-icon-m .icon svg,
.pix-icon-m .icon img {
    width: 40px;
    height: auto;
}

.pix-icon-s .icon svg,
.pix-icon-s .icon img {
    width: 20px;
    height: auto;
}

.icon span,
.icon a{
    line-height: 1;
    display: inherit;
}

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

.pix-icon-xl .icon span {
    font-size: 80px;
}

.pix-icon-l .icon span {
    font-size: 56px;
}

.pix-icon-m .icon span {
    font-size: 42px;
}

.pix-icon-s .icon span {
    font-size: 20px;
}

.round.pix-icon-xl .icon span {
    font-size: 56px;
}

.round.pix-icon-l .icon span {
    font-size: 38px;
}

.round.pix-icon-m .icon span {
    font-size: 26px;
}

.round.pix-icon-s .icon span {
    font-size: 18px;
}

span[class^="flaticon-"]:before, span[class*=" flaticon-"]:before {
    font-size: inherit !important;
    margin-left: inherit !important;
}

.pix-has-border {
    border: 1px solid #eee;
    transition: border-color .33s;
    position: relative;
}

.pix-has-border:hover {
    border: 1px solid var(--pix-main-color);
}

.pix-has-border .icon {
    fill: var(--pix-main-color);
}

.pix-has-border h3 {
    font-size: var(--pix-hlink-size);
}

.pix-has-border h3 a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
}

.pix-hover-filled {
    transition: background-color .75s;
    position: relative;
}

.pix-hover-filled:hover {
    background-color: var(--pix-main-color);
}

.pix-hover-filled:hover h3,
.pix-hover-filled:hover a,
.pix-hover-filled:hover .pix-item-title{
    color: #fff;
}

.pix-hover-filled:hover p {
    color: #fff;
    opacity: 1;
}

.pix-hover-filled:hover a:before {
    background: #fff;
}

.pix-hover-filled:hover .icon span {
    fill: #fff;
    -webkit-text-fill-color: #fff;
}

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

.pix-hover-filled .pix-block-content .round.pix-icon-bg-gradient-color{
    transition: background-image .33s ease;
}
.pix-hover-filled:hover .pix-block-content .round.pix-icon-bg-gradient-color{
    background-image: linear-gradient(var(--pix-gradient-direction), #fff, #fff);
}
.pix-hover-filled .pix-icon-bg-gradient-color .icon span{
    transition: fill .33s ease, -webkit-text-fill-color .33s ease;
}
.pix-hover-filled:hover .pix-icon-bg-gradient-color .icon span{
    fill: #333;
    -webkit-text-fill-color: #333;
}
.pix-hover-filled:hover .transparent.pix-icon-gradient .icon span{
    fill: #fff;
    -webkit-text-fill-color: #fff;
}

.pix-hover-filled h3 {
    font-size: 18px;
    transition: color .33s;
}

.pix-hover-filled h3 a {
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    transition: color .33s;
}

.pix-hover-filled p {
    opacity: .75;
    margin-bottom: 20px;
    transition: color .33s;
}

.pix-ibox-top {
    padding: 50px 35px;
    position: relative;
}
.pix-box.pix-no-padding .pix-ibox-top {
    padding: 0;
    margin-top: 5px;
}
.pix-box a.pix-image-link{
    color: inherit;
}
.pix-ibox-top h3 {
    margin-top: 1.1em;
    -webkit-transition: color .33s;
    transition: color .33s;
}

.pix-ibox-top p {
    margin: 0;
}

.pix-ibox-top .transparent,
html .pix-ibox-top .round {
    margin-bottom: 25px;
}

.pix-ibox-top .transparent.pix-icon-xl,
.pix-ibox-top .transparent.pix-icon-l,
html .pix-ibox-top .round.pix-icon-xl,
html .pix-ibox-top .round.pix-icon-l {
    margin-bottom: 28px;
}

[class^="pix-ibox-"] p{
    margin-bottom: 0;
}
[class^="pix-ibox-"] p + .pix-button,
[class^="pix-ibox-"] p + .pix-link{
    margin-top: 1em;
    display: inline-block;
}

.pix-ibox-top .icon {
    margin-top: 0;
    -webkit-transition: color .33s, transform .33s;
    transition: color .33s, transform .33s;
    max-width: 80px;
}

.pix-ibox-top .icon svg {
    -webkit-transition: transform .33s;
    transition: transform .33s;
}

.pix-ibox-top:hover .transparent .icon svg {
    transform: scale(1.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}

.pix-ibox-top:hover .transparent .icon {
    color: var(--pix-main-color);
    transform: scale(1.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}

.pix-ibox-top .round,
.pix-ibox-top .transparent {
    margin-right: auto;
    margin-left: auto;
}

.pix-ibox-top.pix-text-left .round,
.pix-ibox-top.pix-text-left .transparent {
    margin-left: 0;
}

.pix-ibox-top.pix-text-right .round,
.pix-ibox-top.pix-text-right .transparent {
    margin-right: 0;
}

.pix-ibox-side {
    position: relative;
}

.pix-ibox-side .pix-block-content {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 30px;
}

.pix-ibox-side.pix-text-review-right .pix-block-content {
    grid-template-columns: 1fr auto;
}

.pix-ibox-side .round,
.pix-ibox-top .round,
.pix-ibox-title-side .round {
    display: grid;
    justify-content: center;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    background-color: var(--pix-font-color);
    -webkit-transition: color .33s, background-color .33s;
    transition: color .33s, background-color .33s;
}

.pix-block-content .round.pix-icon-color {
    background-color: var(--pix-additional-color);
}
.pix-block-content .round.pix-icon-bg-main-color {
    background-color: var(--pix-main-color);
}
.pix-block-content .round.pix-icon-bg-additional-color {
    background-color: var(--pix-additional-color);
}
.pix-block-content .round.pix-icon-bg-black-color {
    background-color: var(--pix-black-color);
}
.pix-block-content .round.pix-icon-bg-white-color {
    background-color: var(--pix-white-color);
}

div[class*='pix-ibox-'] .round img{
    transition: filter .25s ease;
}
div[class*='pix-ibox-']:hover .round{
    background-color: var(--pix-main-color);
}
div[class*='pix-ibox-']:hover .round{
    background-color: var(--pix-main-color);
}
div[class*='pix-ibox-']:hover .round img{
    filter: invert(1);
}

.pix-ibox-side .transparent {
    width: 50px;
    height: 50px;
    background-color: transparent;
    transition: color .33s, transform .33s;
    padding-top: 5px;
}

.pix-block-content .transparent .icon svg {
    height: auto;
}

.pix-block-content .transparent.pix-icon-xl {
    width: 80px;
    height: 80px;
}

.pix-block-content .transparent.pix-icon-l {
    max-width: 60px;
    height: auto;
}

.pix-block-content .transparent.pix-icon-m {
    width: 42px;
    height: 42px;
}

.pix-block-content .transparent.pix-icon-s {
    width: 20px;
    height: 20px;
}

.pix-block-content .round.pix-icon-xl {
    width: 120px;
    height: 120px;
}

.pix-block-content .round.pix-icon-l {
    width: 90px;
    height: 90px;
}

.pix-block-content .round.pix-icon-m {
    width: 60px;
    height: 60px;
}

.pix-block-content .round.pix-icon-s {
    width: 45px;
    height: 45px;
}

.pix-ibox-side .icon {
    -webkit-transition: color .5s, transform .5s;
    transition: color .5s, transform .5s;
}

.pix-block-content .round .icon {
    display: grid;
    align-items: center;
}

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

.pix-ibox-side .text h3 {
    line-height: 1.4;
    font-weight: bold;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: var(--pix-hlink-color);
}

.pix-ibox-side p {
    margin-top: 0;
    color: #797979;
}

.pix-ibox-side p em * {
    font-family: var(--pix-subtitle-font);
    font-weight: bold;
    font-size: 16px;
}

.pix-ibox-side p em a {
    color: var(--pix-main-color);
    font-size: 16px;
}

.pix-ibox-side .text {
    display: inline-block;
    padding-right: 0;
}
.pix-ibox-side .text p{
    margin-bottom: 0;
}

.pix-ibox-side.pix-text-review-right .text {
    padding-left: 15%;
    padding-right: 0;
    text-align: right;
}

.pix-ibox-side .text strong {
    color: #333;
}

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

.pix-ibox-title-side {
    padding: 15px 45px;
    position: relative;
}

.pix-ibox-title-side .round {
    margin-top: 0;
}

.vc_row-no-padding .pix-ibox-title-side {
    padding: 15px 0;
}

.pix-ibox-title-side-top {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-column-gap: 20px;
    margin-bottom: 20px;
}

.pix-text-review-right .pix-ibox-title-side-top,
.pix-text-review-right .pix-ibox-title-side-top.pix-icon-xl {
    grid-template-columns: 1fr auto;
    justify-items: end;
}

.pix-ibox-title-side-top .pix-ibox-title {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.pix-ibox-title-side-top .pix-ibox-title h3 {
    margin: 0;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.pix-ibox-title-side-bottom {
    font-family: var(--pix-main-font);
    color: var(--pix-font-color);
}

html .round .icon span {
    color: #fff;
}

html .pix-text-center .round {
    margin-left: auto;
    margin-right: auto;
}

html .pix-text-right .round {
    margin-left: auto;
    margin-right: 0;
}
.pix-item-title{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    font-family: "Space Grotesk";
    padding: 0;
    padding-bottom: 17px;
    transition: color .33s ease;
}
.pix-ibox-title-side-top .pix-item-title{
    padding-bottom: 0;
}



.service-box-3 {
    width: 100%;
    height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .75s;
    transition: .75s;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.service-box-3 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.flip .service-box-3 img.pix-img-greyscale {
    filter: blur(3px) grayscale(80%);
    opacity: 0.1;
}

.service-box-3:hover .service-box-3__container,
.service-box-3 .service-box-3__container.two {
    background-color: rgba(var(--pix-main-color-hex), 0.8);
}

.pix-service-box__text p {
    color: #fff;
}

.service-box-3__container {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 40px;
    width: 70%;
    text-align: center;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
    -webkit-transition: .5s;
    transition: .5s;
}
.service-box-3__container .pix-item-title{
    padding: 1em 0 0;
}
.service-box-3__container p{
    margin-top: 15px;
    line-height: 1.3;
}

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

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

.service-box-3__container a.link-line {
    color: #fff;
}

.service-box-3__container a.link-line:after {
    background-color: #fff;
}

.service-box-3__container a.link-line-dotted:hover {
    color: #fff;
}

.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.under > a {
    position: initial;
}

.flip .service-box-3 {

    -webkit-background-size: cover;

    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);
    transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);
    overflow: hidden;

    position: absolute;
    top: 0;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip .service-box-3 {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
    position: relative;
    border: 1px solid #eee;
}

.flip:hover .service-box-3 {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip .service-box-3__container {

    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: -webkit-transform 0.80s cubic-bezier(.5, .3, .3, 1);
    transition: -webkit-transform 0.80s cubic-bezier(.5, .3, .3, 1);
    

    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 2;
}

.flip .service-box-3:hover .service-box-3__container {

    -webkit-transform: translateY(-50%) translateX(-650px) scale(.88);
    -ms-transform: translateY(-50%) translateX(-650px) scale(.88);
    transform: translateY(-50%) translateX(-650px) scale(.88);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;

}

/* ВТОРОЙ*/

.flip .service-box-3__container.two {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    -webkit-transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);
    transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);

    -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    -ms-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);

    -webkit-transform-style: preserve-3d;

    transform-style: preserve-3d;
    z-index: 2;
    height: 80%;
}

.flip:hover .service-box-3__container.two {

    -webkit-transform: translateY(-50%) translateX(-50%) translateZ(0px) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) translateZ(0px) scale(1);
    transform: translateY(-50%) translateX(-50%) translateZ(0px) scale(1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 80%;
}

/**/

.flip .service-box-3.under {

    -webkit-background-size: cover;

    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);
    transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);
    overflow: hidden;

    position: absolute;
    top: 0;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip .service-box-3.under {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 3;
}

.flip:hover .service-box-3.under {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pix-ibox-flip .pix-item-title,
.pix-ibox-flip p {
    color: #fff;
}




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

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

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

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

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

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




/***   Calculators   ***/

.pix-calculator{
    padding: 60px 60px;
    border-radius: 5px;
    background-color: #f1f5fe;
}
.pix-calculator.pix-shadow{
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.15);
}
.pix-calculator.text-white{
    background-color: rgba(255,255,255,.05);
}
.pix-calculator h3{
    margin-bottom: 35px;
}
.pix-calculator-field{
    margin-bottom: 20px;
}
.pix-calculator select{
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border-color: #ccc;
}
.pix-calc-total{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.pix-calc-total-price{
    font-size: 30px;
    font-weight: 700;
    width: auto;
}
.pix-calc-total-btn{
    float: right;
    color: #fff;
}

.vc_col-lg-4 .pix-calculator{
    padding: 40px;
}
.vc_col-lg-4 .pix-calculator h3{
    font-size: 1.5rem;
}

@media (max-width: 575.98px) {
    .pix-calculator {
        padding: 30px 30px;
    }
    .pix-calc-total-price{
        width: 100%;
    }
    .pix-calc-total-btn{
        margin-top: 15px;
        float: none;
        width: 100%;
    }
    .pix-calc-total-btn a{
        width: 100%;
    }
}




/***   Testimonials   ***/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.news-card-feedback__navigate {
    position: absolute;
    right: -60px;
    top: calc(50% - 57px);
}

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.news-card-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: 0;
    text-align: center;
}

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

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

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

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

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

.news-card-message__text p {
    opacity: .75;
    line-height: 1.8;
    margin-bottom: 0;
}

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

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



/*   Price Table   */

.pix-price-long{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 0;
}

.pix-price-box {
    text-align: center;
    padding: 65px 45px;
    position: relative;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    transition: transform .33s;
}
.pix-price-box:not(:last-child){
    z-index: 1;
}
.pix-price-box:hover::before {
    /*transform: translate3d(0,-10px,0);*/
    box-shadow: 0 6px 24px rgba(var(--pix-main-color-hex), 0.25)
}
.pix-price-long .pix-price-box {
    margin-right: 0 !important;
    padding: 50px 80px 50px 60px;
}

.pix-gap-1 .pix-price-box:not(:last-child){ margin-right: 1px; }
.pix-gap-2 .pix-price-box:not(:last-child){ margin-right: 2px; }
.pix-gap-5 .pix-price-box:not(:last-child){ margin-right: 5px; }
.pix-gap-10 .pix-price-box:not(:last-child){ margin-right: 10px; }
.pix-gap-15 .pix-price-box:not(:last-child){ margin-right: 15px; }
.pix-gap-20 .pix-price-box:not(:last-child){ margin-right: 20px; }
.pix-gap-30 .pix-price-box:not(:last-child){ margin-right: 30px; }
.pix-gap-50 .pix-price-box:not(:last-child){ margin-right: 50px; }

.pix-price-long.pix-gap-1 { grid-gap: 1px; }
.pix-price-long.pix-gap-2 { grid-gap: 2px; }
.pix-price-long.pix-gap-5 { grid-gap: 5px; }
.pix-price-long.pix-gap-10 { grid-gap: 10px; }
.pix-price-long.pix-gap-15 { grid-gap: 15px; }
.pix-price-long.pix-gap-20 { grid-gap: 20px; }
.pix-price-long.pix-gap-30 { grid-gap: 30px; }
.pix-price-long.pix-gap-50 { grid-gap: 50px; }

.pix-price-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    transition: box-shadow .33s ease;
}

.pix-price-box-inner {
    position: relative;
    z-index: 2
}
.pix-price-long .pix-price-box-inner {
    width: 100%;
    display: grid;
    grid-template-columns: 70% 30%;
    color: #000;
}

.pix-price-box-top {
    margin-bottom: 25px;
}

.pix-price-box-month {
    margin-bottom: 25px;
}

.pix-price-box-text {
    margin-bottom: 90px;
    color: var(--pix-font-color);
}

.pix-table-price-content-list {
    list-style: none;
}

.pix-table-price-content-list.pix-compare{
    padding: 0 25px;
}

.pix-table-price-content-list li.pix-enable,
.pix-table-price-content-list li.pix-disable{
    list-style: none;
    font-size: 16px;
    line-height: 29px;
    color: #8c8c8c;
    position: relative;
    text-align: left;
    padding-left: 25px;
}
.pix-table-price-content-list li.pix-disable{
    color: #ccc;
}
.pix-table-price-content-list li.pix-enable:before,
.pix-table-price-content-list li.pix-disable:before{
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    top: -1px;
    left: 2px;
    content: '\f00c';
    color: var(--pix-main-color);
}
.pix-table-price-content-list li.pix-disable:before{
    content: '\f068';
    color: #ccc;
}
.pix-table-price-content-list + .pix-price-table-features-info {
    padding-top: 10px;
    margin: 0;
}

.pix-price-box.pix-price-box-big {
    z-index: 2;
    position: relative;
}

.pix-price-box.pix-price-box-big:before {
    top: -25px;
    bottom: -20px;
}

.pix-price-box:before {
    background: #fff
}

.pix-price-box-top p {
    color: #000
}

.pix-price-box-top span {
    color: #6f6f6f
}

.pix-price-box-month {
    color: #bababa
}

.pix-price-box-month .pix-span-small {
    color: var(--pix-main-color)
}

.pix-price-box-month .pix-span-big {
    color: var(--pix-main-color)
}

.pix-price-box.pix-price-box-dark:before {
    background: #202020
}

.pix-price-box.pix-price-box-dark .pix-price-box-top p {
    color: #fff
}

.pix-price-box.pix-price-box-dark .pix-price-box-month {
    color: #cecece
}

.pix-price-box.pix-price-box-dark .pix-price-box-text {
    color: #cecece
}

.pix-price-box-top {
    line-height: 25px
}

.pix-price-box-top p {
    margin-bottom: 0;
    font-family: var(--pix-title-font);
    font-size: 20px;
    font-weight: 700;
}

.pix-price-box-top span {
    font-family: var(--pix-title-font);
    font-size: 16px;
    font-weight: 600
}

.pix-price-box-month {
    font-family: var(--pix-title-font);
    font-size: 12px;
    line-height: 24px
}

.pix-price-box-month .pix-span-small {
    font-size: 30px;
    font-weight: 600
}

.pix-price-box-month .pix-span-big {
    font-size: 46px;
    font-weight: 600
}

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

.pix-price-box-footer {
    min-height: 55px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.pix-price-box-left{
    padding-right: 50px;
}
.pix-price-box-left p:first-child {
    font-size: var(--pix-hlink-size);
    font-weight: 600;
    margin-bottom: 0;
}
.pix-price-box-left p + span {
    font-size: var(--pix-font-size);
    color: var(--pix-main-color);
}
.pix-price-box-left ul {
    margin-top: 25px;
    margin-bottom: 0;
    color: var(--pix-font-color);
}

.pix-price-box-right {
    position: relative;
}
.pix-price-box-right .pix-price .pix-span-big{
    font-size: 44px;
    font-weight: 500;
    line-height: 1.8;
}
.pix-price-box-right .pix-icon {
    margin-top: 15px;
}
.pix-price-box-right .pix-icon span {
    font-size: 56px;
    line-height: 1;
}
.pix-price-box-right .pix-button {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}




.pix-compare-table table {
    min-width: 100%;
    text-align: center;
    color: var(--pix-black-color);
    margin-bottom: 0;
}
.pix-compare-table table tr{
    transition: background-color .3s ease;
}
.pix-compare-table table tbody tr:hover {
    background-color: rgba(var(--pix-main-color-hex), .15);
}

.pix-compare-table table tr td {
    padding: 1.5em 1em;
    font-size: var(--pix-hlink-size);
    line-height: 24px;
    position: relative;
}

.pix-compare-table table tfoot tr td{
    padding: 2em 1em 0;
}

.pix-compare-table table tr td:first-child {
    padding-left: 60px !important;
    width: 30%;
    text-align: left !important
}

.pix-compare-table table tr th {
    text-align: center;
    padding: .25em 1em 2em;
    border: none;
}

.pix-mobile-table-select {
    display: none;
}

.pix-price-table-col-title{
    font-family: var(--pix-title-font);
    font-size: var(--pix-h6-size);
    font-weight: 500;
    color: var(--pix-black-color);
}
.pix-price-table-col-title.pix-popular{
    color: var(--pix-main-color);
}
.pix-price-table-header {
    font-family: var(--pix-title-font);
    font-size: 12px;
    line-height: 24px;
    color: var(--pix-font-color);
    margin-bottom: 1em;
}
.pix-price-table-header.with-button{
    margin-bottom: 5px;
}
.pix-price-table-header .pix-span-small {
    font-size: 1.5em;
    font-weight: 700;
    color: var(--pix-title-color);
}
.pix-price-table-header .pix-span-big {
    font-size: 2em;
    font-weight: 700;
}
.pix-price-table-header .pix-span-period {
    font-size: 14px;
    color: var(--pix-font-color);
}
.pix-price-table-header + .pix-button {
    margin-bottom: 10px;
}

.pix-compare-table table tr:last-child td {
    border: none;
}
.pix-compare-table tbody tr:nth-child(odd) {
    /*background: #f7f7f7;*/
}
table.pix-price-compare-table td{
    border-bottom: none;
}

.pix-compare-table table th:first-child {
    padding-left: 60px;
    vertical-align: top;
    text-align: left;
}

.pix-compare-table table tr:last-child td.pix-best-car {
    color: var(--pix-main-color);
    
}

.pix-compare-table span.pix-enable,
.pix-compare-table span.pix-disable{

}
.pix-compare-table span.pix-enable:before,
.pix-compare-table span.pix-disable:before{
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 700;
    content: '\f00c';
    color: var(--pix-main-color);
}
.pix-compare-table span.pix-disable:before{
    content: '\f00d';
    color: #c9c9c9;
}
.pix-nowrap {
    white-space: nowrap
}



ul.pix-list li {
    margin-bottom: 0;
    padding-left: 40px;
}
ul.pix-list li span{
    /*font-size: var(--pix-font-size-larger) !important;*/
    line-height: var(--pix-font-line-height);
}

ul.pix-list li:before{
    position: absolute;
    font-family: 'idlike';
    content: "";
    top: 0;
    left: 0;
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(var(--pix-gradient-direction-webkit), var(--pix-main-color), var(--pix-gradient-color));
    background-image: -o-linear-gradient(var(--pix-gradient-direction-o), var(--pix-main-color), var(--pix-gradient-color));
    background-image: -moz-linear-gradient(var(--pix-gradient-direction-moz), var(--pix-main-color), var(--pix-gradient-color));
    background-image: linear-gradient(var(--pix-gradient-direction), var(--pix-main-color), var(--pix-gradient-color));
}

.pix-text-blue .pix-block-content p{
    color: #f1f5fe;
}