@charset "utf-8";
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-user-select: none;
-ms-touch-action: none;
touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.noUi-target {
position: relative;
}
.noUi-base,
.noUi-connects {
width: 100%;
height: 100%;
position: relative;
z-index: 1;
} .noUi-connects {
overflow: hidden;
z-index: 0;
}
.noUi-connect,
.noUi-origin {
will-change: transform;
position: absolute;
z-index: 1;
top: 0;
right: 0;
-ms-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-webkit-transform-style: preserve-3d;
transform-origin: 0 0;
transform-style: flat;
}
.noUi-connect {
height: 100%;
width: 100%;
}
.noUi-origin {
height: 10%;
width: 10%;
} .noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
left: 0;
right: auto;
} .noUi-vertical .noUi-origin {
width: 0;
}
.noUi-horizontal .noUi-origin {
height: 0;
}
.noUi-handle {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
}
.noUi-touch-area {
height: 100%;
width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
-webkit-transition: transform 0.3s;
transition: transform 0.3s;
}
.noUi-state-drag * {
cursor: inherit !important;
} .noUi-horizontal {
height: 18px;
}
.noUi-horizontal .noUi-handle {
width: 34px;
height: 28px;
right: -17px;
top: -6px;
}
.noUi-vertical {
width: 18px;
}
.noUi-vertical .noUi-handle {
width: 28px;
height: 34px;
right: -6px;
top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
left: -17px;
right: auto;
} .noUi-target {
background: #FAFAFA;
border-radius: 4px;
border: 1px solid #D3D3D3;
box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
border-radius: 3px;
}
.noUi-connect {
background: #3FB8AF;
} .noUi-draggable {
cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
cursor: ns-resize;
}
.noUi-handle {
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #FFF;
cursor: default;
box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
} .noUi-handle:before,
.noUi-handle:after {
content: "";
display: block;
position: absolute;
height: 14px;
width: 1px;
background: #E8E7E6;
left: 14px;
top: 6px;
}
.noUi-handle:after {
left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
width: 14px;
height: 1px;
left: 6px;
top: 14px;
}
.noUi-vertical .noUi-handle:after {
top: 17px;
} [disabled] .noUi-connect {
background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
cursor: not-allowed;
} .noUi-pips,
.noUi-pips * {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.noUi-pips {
position: absolute;
color: #999;
} .noUi-value {
position: absolute;
white-space: nowrap;
text-align: center;
}
.noUi-value-sub {
color: #ccc;
font-size: 10px;
} .noUi-marker {
position: absolute;
background: #CCC;
}
.noUi-marker-sub {
background: #AAA;
}
.noUi-marker-large {
background: #AAA;
} .noUi-pips-horizontal {
padding: 10px 0;
height: 80px;
top: 100%;
left: 0;
width: 100%;
}
.noUi-value-horizontal {
-webkit-transform: translate(-50%, 50%);
transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
-webkit-transform: translate(50%, 50%);
transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
margin-left: -1px;
width: 2px;
height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
height: 15px;
} .noUi-pips-vertical {
padding: 0 10px;
height: 100%;
top: 0;
left: 100%;
}
.noUi-value-vertical {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
-webkit-transform: translate(0, 50%);
transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
width: 5px;
height: 2px;
margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
width: 15px;
}
.noUi-tooltip {
display: block;
position: absolute;
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #fff;
color: #000;
padding: 5px;
text-align: center;
white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
left: 50%;
bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
top: 50%;
right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
-webkit-transform: translate(50%, 0);
transform: translate(50%, 0);
left: auto;
bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
-webkit-transform: translate(0, -18px);
transform: translate(0, -18px);
top: auto;
right: 28px;
}.image-comparator {
width: 100%;
display: inline-block;
padding: 6px 6px 25px; }
.image-comparator .images {
width: 100%;
height: 97%;
height: calc(100% - 35px);
overflow: hidden;
position: relative; }
.image-comparator .images a {
max-width: inherit; }
.image-comparator .images a:hover img {
opacity: 1.0; }
.image-comparator .images img {
max-width: inherit !important;
width: 100%;
border: 0;
padding: 0; }
.image-comparator .images .left, .image-comparator .images .right {
overflow: hidden;
width: 100%; }
.image-comparator .images .right {
position: absolute;
top: 0;
left: 0; }
.image-comparator .images .ic-clear {
clear: both; }
.image-comparator .slider {
bottom: 0;
margin-top: 10px; }
.image-comparator.overlay .left {
position: absolute;
top: 0;
z-index: 1; }
.image-comparator.overlay .right {
position: relative;
z-index: 0; }
.image-comparator .noUi-target {
border-radius: 2px;
border: 1px solid #c3c3c3; }
.image-comparator .noUi-horizontal {
height: 12px; }
.image-comparator .noUi-horizontal .noUi-handle {
width: 22px;
height: 22px;
border-radius: 2px;
border-color: #c3c3c3;
right: -10px;
top: -6px; }
.image-comparator .noUi-horizontal .noUi-handle:before, .image-comparator .noUi-horizontal .noUi-handle:after {
display: none; }
@media all and (max-width: 500px) {
.image-comparator .noUi-horizontal .noUi-handle {
width: 34px;
height: 28px;
right: -10px; } }
  .pricingtable {
background: url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/wood_pattern.png) repeat scroll 0 0 rgba(0, 0, 0, 0); height: auto;
margin: 20px 0;
padding: 20px 0;
text-align: center;
width: auto;
}
.pricingtable .column {
position: relative;
}
.pricingtable .pt-hd {
padding: 0 10px;
font-size: 13px;
}
.pricingtable .column-item-data{
padding:10px 0;
}
.pricingtable-button{text-decoration:none;}
.pricingtable-button.flat {
color: #fff;
background: #ababab;
padding: 5px 20px;
display: inline-block;
font-size: 14px;
}
.pricingtable-button.rounded {
color: #fff;
background: #ababab;
padding: 5px 20px;
display: inline-block;
font-size: 14px;
border-radius: 20px;
}
.pricingtable-button.semi-round {
color: #fff;
background: #ababab;
padding: 5px 20px;
display: inline-block;
font-size: 14px;
border-radius: 5px;
}
.pricingtable-button.semi-rounded-top {
color: #fff;
background: #ababab;
padding: 5px 20px;
display: inline-block;
font-size: 14px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.pricingtable-button.semi-rounded-bottom {
color: #fff;
background: #ababab;
padding: 5px 20px;
display: inline-block;
font-size: 14px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.pricingtable-button.border-left {
color: #fff;
background: #ababab;
padding: 5px 20px;
display: inline-block;
font-size: 14px;
border-left: 3px solid #ddd;
}
.pricingtable-button.border-right {
color: #fff;
background: #ababab;
padding: 5px 20px;
display: inline-block;
font-size: 14px;
border-right: 3px solid #ddd;
}
.pricingtable-button.border-bottom {
color: #fff;
background: #ababab;
padding: 5px 20px;
display: inline-block;
font-size: 14px;
border-bottom: 3px solid #ddd;
}
.pricingtable-button.border-top {
color: #fff;
background: #ababab;
padding: 5px 20px;
display: inline-block;
font-size: 14px;
border-top: 3px solid #ddd;
}
.pricingtable-button.ripple {
color: #fff;
background: #ababab;
padding: 5px 20px;
display: inline-block;
font-size: 14px;
}
.pricingtable-button.ripple:after {
content: "";
background: #f1f1f1;
display: block;
position: absolute;
padding-top: 300%;
padding-left: 350%;
margin-left: -20px !important;
margin-top: -120%;
opacity: 0;
transition: all 0.8s
}
.pricingtable-button.ripple:active:after {
padding: 0;
margin: 0;
opacity: 1;
transition: 0s
} .pt-cell-blank{
display: inline-block;
height: 18px;
width: 18px;
}
.pt-cell-blank.normal{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/item-cross.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.pricingtable-ribbon{ -webkit-box-shadow:0 2px 2px -2px #000;
-moz-box-shadow:0 2px 2px -2px #000;
box-shadow:0 2px 2px -2px #000;
display:block;
height:24px;
position:absolute; width:90px;
z-index: 99;
}
.pricingtable-ribbon.topcenter{}
.pricingtable-ribbon.topright{
right:-29px;
top:5px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}
.pricingtable-ribbon.topleft {
left: -25px;
top: 10px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(-45deg);
}
.pricingtable-ribbon.bottomcenter{}
.pricingtable-ribbon.bottomright {
right: -25px;
bottom: 10px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(-45deg);
}
.pricingtable-ribbon.bottomleft {
left: -25px;
bottom: 10px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.ribbon-none{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/ribbons/none.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
display:none !important;
}
.ribbon-free{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/ribbons/free.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ribbon-save{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/ribbons/save.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ribbon-hot{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/ribbons/hot.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ribbon-pro{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/ribbons/pro.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ribbon-best{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/ribbons/best.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ribbon-gift{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/ribbons/gift.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ribbon-sale{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/ribbons/sale.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ribbon-new{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/ribbons/new.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ribbon-top{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/ribbons/top.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ribbon-fresh{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/ribbons/fresh.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ribbon-dis_10{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/ribbons/dis-10.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ribbon-dis_20{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/ribbons/dis-20.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ribbon-dis_30{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/ribbons/dis-30.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ribbon-dis_40{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/ribbons/dis-40.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ribbon-dis_50{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/ribbons/dis-50.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ribbon-dis_60{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/ribbons/dis-60.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ribbon-dis_70{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/ribbons/dis-70.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ribbon-dis_80{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/ribbons/dis-80.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ribbon-dis_90{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/ribbons/dis-90.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ribbon-dis_100{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/ribbons/dis-100.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.pricingtable-container .tooltip{
border-bottom:1px dashed #00ccb7;
cursor:pointer;
display:inline;
font-weight:500;
line-height:18px;
position:relative;
}
.pricingtable-container .tooltip:hover{
text-decoration:none;
}
.pricingtable-container .tooltip:hover:after{
background-color:#444;
border-top:3px solid #acacac;
bottom:20px;
color:#fff;
content:attr(tip);
display:block;
font-size:12px;
left:-20px;
padding:10px;
position:absolute;
width:200px;
z-index:98;
}
.pricingtable-container .tooltip:hover:before{
border-color:rgba(68, 68, 68, 1) rgba(68, 68, 68, 0);
border-image:none;
border-style:solid;
border-width:10px 10px 0;
bottom:15px;
content:"";
display:block;
left:7px;
position:absolute;
z-index:99;
top:-5px;
}  .pricingtable .column-hover-effect:hover{ -webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
transform:scale(1.1);
z-index:200;
} .pricingtable .featured{ -webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
transform:scale(1.1);
}
span.star-rate{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/star_yellow.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
display:inline-block;
height:20px;
vertical-align:top;
}
span.star-1{
width:20px;
}
span.star-2{
width:40px;
}
span.star-3{
width:60px;
}
span.star-4{
width:80px;
}
span.star-5{
width:100px;
}
span.pt_icon{
display:inline-block;
height:20px;
vertical-align:top;
}
span.co2{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/2co.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:32px;
}
span.amazon{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/amazon.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:48px;
}
span.bitcoin{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/bitcoin.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:48px;
}
span.calendar{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/calendar.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:20px;
}
span.chat{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/chat.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:30px;
}
span.cloud_download{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/cloud_download.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:30px;
}
span.american_express{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/american_express.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:32px;
}
span.discover{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/discover.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:32px;
}
span.ebay{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/ebay.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:32px;
}
span.email{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/email.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:22px;
}
span.google_wallet{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/google_wallet.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:32px;
}
span.heart_red{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/heart_red.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:20px;
}
span.like{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/like.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:20px;
}
span.mastercard{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/mastercard.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:32px;
}
span.minus_border{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/minus_border.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:20px;
}
span.minus_round{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/minus_round.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:20px;
}
span.money{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/money.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:20px;
}
span.paypal{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/paypal.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:32px;
}
span.plus_border{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/plus_border.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:20px;
}
span.plus_round_green{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/plus_round_green.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:20px;
}
span.share_hub{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/share_hub.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:20px;
}
span.skrill{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/skrill.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:32px;
}
span.star_border{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/star_border.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:20px;
}
span.star_yellow{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/star_yellow.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:20px;
}
span.support_phone{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/support_phone.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:20px;
}
span.support_24_7{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/support_24_7.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:20px;
}
span.phone{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/phone.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:20px;
}
span.tik_border{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/tik_border.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:20px;
}
span.tik_black{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/tik_black.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:20px;
}
span.tik_black_round{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/tik_black_round.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:20px;
}
span.tik_green{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/tik_green.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:20px;
}
span.user{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/user.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:20px;
}
span.user_group{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/user_group.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:20px;
}
span.visa{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/visa.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:32px;
}
span.world_pay{
background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/icon/world_pay.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
width:32px;
}
.pricingtable-price-value .sup{
font-size:20px;
line-height:20px;
vertical-align:top;
}
.pricingtable-price-value .sub{
font-size:20px;
line-height:20px;
vertical-align:bottom;
}
.pricingtable .owl-nav {
position: absolute;
top: 0;
right: 0;
}
.pricingtable .owl-nav .owl-prev{
background: url(https://www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/arrow-prev.png) no-repeat scroll 5px 3px rgb(240, 237, 237);
}
.pricingtable .owl-nav .owl-next {
background: url(https://www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/arrow-next.png) no-repeat scroll 5px 3px rgb(240, 237, 237);
}
.pricingtable .owl-nav .owl-next, .pricingtable .owl-nav .owl-prev {
height: 25px;
width: 40px;
display: inline-block;
margin: 5px;
border: 1px solid #b0b0b0;
border-radius: 3px;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//www.markaleksejev.eu/wp-content/plugins/pricingtable/assets/front/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.pgc-rev-utils-preloader{min-height:inherit;position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;z-index:100}.pgc-rev-utils-preloader .pgc-rev-utils-static{position:absolute;left:50%;top:50%;border-radius:50%}.pgc-rev-utils-preloader .pgc-rev-utils-spinner{left:50%;top:50%;animation:1s pgc-rev-spinner linear infinite}.pgc-rev-utils-preloader .pgc-rev-utils-spinner .pgc-rev-utils-point{position:absolute;left:50%;top:50%;border-radius:100%}@keyframes pgc-rev-spinner{0%{transform:rotate(-360deg)}100%{transform:rotate(0deg)}}
.pgc-rev-item-menu-view{position:relative;overflow:hidden;float:left}.pgc-rev-item-menu-view.pgc-rev-item-menu-type-ultrabox{display:flex;flex-direction:row;flex-wrap:wrap;margin-right:5px}.pgc-rev-item-menu-view.pgc-rev-item-menu-type-ultrabox .pgc-rev-item-menu-button{padding:3px;width:43px;height:43px;margin:0 5px;border-radius:2px}.pgc-rev-item-menu-view.pgc-rev-item-menu-type-lightbox .pgc-rev-item-menu-button{margin:2px}.pgc-rev-item-menu-view.pgc-rev-item-menu-type-thumb{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-end}.pgc-rev-item-menu-view.pgc-rev-item-menu-type-thumb .pgc-rev-item-menu-button{margin:1px}.pgc-rev-item-menu-view .pgc-rev-item-menu-button{position:relative;padding:9px;width:38px;height:38px;cursor:pointer;float:left;transition:background-color .2s,transform .4s ease-out;border-radius:2px}.pgc-rev-item-menu-view .pgc-rev-item-menu-button svg{width:100%;height:100%;fill:inherit;display:block;pointer-events:none;transition:fill .2s,transform .4s ease-out}.pgc-rev-item-menu-view .pgc-rev-item-menu-button svg path{transition:none}
.pgc-rev-scroller-ho-view{line-height:1;overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;-ms-overflow-style:none;scrollbar-width:none}.pgc-rev-scroller-ho-view::-webkit-scrollbar{display:none}.pgc-rev-scroller-ho-view.pgc-block-pan-y{-ms-touch-action:pan-x;touch-action:pan-x}.pgc-rev-scroller-ho-grabbable{cursor:move;cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.pgc-rev-scroller-ho-grabbable:active{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}
.pgc-rev-scroll-bar-view{position:relative;overflow:hidden;max-width:100%}.pgc-rev-scroll-bar-view .pgc-rev-scroll-bar-slider-content-view{position:relative}.pgc-rev-scroll-bar-thumb-simple-border{position:absolute}.pgc-rev-scroll-bar-thumb-simple-border .pgc-rev-scroll-bar-thumb-main-wrap{position:relative;width:100%;height:100%;border-radius:inherit}.pgc-rev-scroll-bar-thumb-simple-border .pgc-rev-scroll-bar-thumb-item-wrap{position:relative;width:100%;height:100%;border-radius:inherit;overflow:hidden}.pgc-rev-scroll-bar-thumb-simple-border .pgc-rev-scroll-bar-thumb-item-wrap img{object-fit:cover;display:block;border:0;margin:0;padding:0;width:100% !important;height:100% !important;-webkit-backface-visibility:hidden;backface-visibility:hidden;user-select:none}.pgc-rev-scroll-bar-thumb-simple-border .pgc-rev-scroll-bar-thumb-item-hover{position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;transition:.4s}.pgc-rev-scroll-bar-thumb-simple-border .pgc-rev-scroll-bar-thumb-item-inner{position:absolute;top:0;left:0;width:100%;height:100%}.pgc-rev-scroll-bar-thumb-simple-border .pgc-rev-scroll-bar-thumb-item-link{position:absolute;width:34px;height:34px;padding:6px;border-radius:50%;left:50%;top:50%;transform:translateY(-50%) translateX(-50%);pointer-events:none}.pgc-rev-scroll-bar-thumb-simple-border .pgc-rev-scroll-bar-thumb-item-link svg{width:100%;height:100%;fill:rgba(0,0,0,.58);display:block}.pgc-rev-scroll-bar-thumb-simple-border video{height:100%;width:100%;object-fit:contain}.pgc-rev-scroll-bar-thumb-simple-border.hover .pgc-rev-scroll-bar-thumb-hover,.pgc-rev-scroll-bar-thumb-simple-border.pgc-select .pgc-rev-scroll-bar-thumb-hover{opacity:0}.pgc-rev-scroll-bar-grabbable{cursor:move;cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.pgc-rev-scroll-bar-grabbable:active{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}
.pgc-rev-slider-view{position:absolute;overflow:hidden;left:0;right:0;top:0;bottom:0}.pgc-rev-slider-view *{box-sizing:border-box !important;line-height:1.4}.pgc-rev-slider-view.isDragging video{pointer-events:none}.pgc-rev-slider-view .pgc-rev-slider-hints{position:absolute;display:inline-block;padding:5px 10px;font-size:12px;line-height:normal;background-color:rgba(0,0,0,.8);color:#fff;transform:translateY(-100%);border-radius:2px;transition:.4s}.pgc-rev-slider-view.pgc-rev-slider-activate{pointer-events:auto;visibility:visible;opacity:1}.pgc-rev-slider-view .pgc-rev-slider-bg{width:100%;height:100%;transform:translateZ(0)}.pgc-rev-slider-view .pgc-rev-slider-wrap{position:absolute;user-select:none;width:100%;top:0;bottom:0}.pgc-rev-slider-view .miniScreen{margin-top:0;margin-bottom:0}.pgc-rev-slider-view .pgc-rev-slider-next-prev-button{position:absolute;width:45px;height:40px;top:50%;margin:0 10px;padding:0;cursor:pointer;transition:background-color .3s,transform .5s ease-out;border-radius:2px}.pgc-rev-slider-view .pgc-rev-slider-next-prev-button.next-prev-button-mini-screen{display:none}.pgc-rev-slider-view .pgc-rev-slider-next-prev-button svg{transition:fill .3s;width:100%;height:100%;vertical-align:baseline !important}.pgc-rev-slider-view.pgc-img-zoom-in .pgc-img{cursor:grab}.pgc-rev-slider-view.pgc-img-zoom-in .pgc-img:active{cursor:grabbing}.pgc-rev-slider-page-view{position:absolute;display:block;transform:translate3d(0, 0, 0);width:100%;top:0;bottom:0;left:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-moz-user-select:none;-ms-user-select:none;touch-action:none}.pgc-rev-slider-page-view .pgc-rev-slider-page-place-holder{position:absolute;transition:.35s ease-out;user-select:none}.pgc-rev-slider-page-view .pgc-rev-slider-page-place-holder.bg-mode{box-shadow:inset 0 0 100px rgba(0,0,0,.5),inset 0 0 0 1px rgba(0,0,0,.05);background:#eee}.pgc-rev-slider-page-view .pgc-rev-slider-page-place-holder video{max-width:100%;min-width:100%;max-height:100%;margin:auto;outline:none}.pgc-rev-slider-page-view .pgc-rev-slider-page-place-holder img{object-fit:cover;width:100%;height:100%}.pgc-rev-slider-page-view .pgc-rev-slider-page-place-holder img.onLoad{transition:.35s ease-out;opacity:1}.pgc-rev-slider-page-view .pgc-rev-slider-page-inner{position:absolute;display:block;left:0;top:0;bottom:0;width:100%;overflow:hidden;transform:translate3d(0, 0, 0);backface-visibility:hidden;-webkit-backface-visibility:hidden;-webkit-transform-origin:left top;transform-origin:left top;user-select:none;touch-action:none;animation-duration:.6s;animation-play-state:running;animation-fill-mode:both;animation-timing-function:ease-out}.pgc-rev-slider-page-view .pgc-rev-slider-page-inner img{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute !important;display:block !important;border:none !important;max-width:none !important;opacity:0;padding:0 !important;margin:0 !important;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pgc-rev-slider-page-view .pgc-rev-slider-page-inner img.iph-protect{-webkit-touch-callout:none}.pgc-rev-slider-page-view .pgc-rev-slider-page-inner img.onLoad{transition:.35s ease-out;opacity:1}.pgc-rev-slider-page-view .pgc-rev-slider-page-sub-content-holder{position:absolute;visibility:hidden;transition:.35s ease-out}.pgc-rev-slider-page-view .pgc-rev-slider-page-sub-content-holder .icon-holder{position:absolute;animation-name:pgc-rev-fade-in;animation-duration:.5s;animation-delay:250ms;animation-fill-mode:forwards;opacity:0;width:140px;height:140px;border-radius:50%;background-color:rgba(255,255,255,.6);transform:translateY(-50%) translateX(-50%);left:50%;top:50%;padding:30px;cursor:pointer}.pgc-rev-slider-page-view .pgc-rev-slider-page-sub-content-holder .icon-holder svg{width:100%;height:100%;fill:rgba(0,0,0,.4)}.pgc-rev-slider-page-view .pgc-rev-slider-page-sub-content-holder iframe{width:100% !important;height:100% !important;top:0;left:0}.pgc-rev-slider-page-view .pgc-rev-slider-page-sub-content-holder audio{outline:none;position:absolute;bottom:0;width:100%}.pgc-rev-slider-page-view.info-icon .pgc-rev-slider-page-sub-content-holder,.pgc-rev-slider-page-view.info-icon .pgc-rev-slider-page-icon-holder{visibility:visible}@keyframes pgc-rev-fade-in{from{opacity:0}to{opacity:1}}@keyframes pgc-rev-rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.pgc-rev-wrap-rotate svg{animation-name:pgc-rev-rotate;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear}.pgc-rev-slider-post-informer-view{position:absolute;height:100%;width:100%;opacity:0;transition-delay:.1s;transition-property:opacity;transition-duration:.2s;font-size:medium;line-height:1.4}.pgc-rev-slider-post-informer-view .pgc-rev-slider-post-informer-button,.pgc-rev-slider-post-informer-view .pgc-rev-slider-post-informer-price{position:relative;cursor:pointer;display:inline-block;left:0;top:0;color:#fff;margin:10px 0 0 0;padding:3px 20px;background-color:rgba(0,0,0,.8)}.pgc-rev-slider-post-informer-view .pgc-rev-slider-post-informer-price{cursor:auto;margin:5px 0 0 0}.pgc-rev-slider-post-informer-view .pgc-rev-slider-post-informer-button:hover{background-color:#fff;color:rgba(0,0,0,.8)}.pgc-show-controls .pgc-rev-slider-post-informer-view{pointer-events:all;opacity:1}
.pgc-rev-lb-b-view{position:fixed;direction:ltr;z-index:99999;left:0;right:0;top:0;bottom:0;visibility:hidden;opacity:0;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;font-family:Arial,Helvetica,sans-serif;-webkit-transition:opacity .4s ease;transition:opacity .4s ease,visibility .4s ease}.pgc-rev-lb-b-view *{box-sizing:border-box !important;line-height:1.4}.pgc-rev-lb-b-view.pgc-rev-lb-b-activate{pointer-events:auto;visibility:visible;opacity:1}.pgc-rev-lb-b-view .pgc-rev-lb-b-bg{width:100%;height:100%;will-change:opacity;transform:translateZ(0)}.pgc-rev-lb-b-view .pgc-rev-lb-b-bg.pgc-rev-lb-b-deactivate{transition:opacity 300ms}.pgc-rev-lb-b-view .pgc-rev-lb-b-content{position:absolute;top:0;left:0;width:100%;height:100%}.pgc-rev-lb-b-view .pgc-rev-lb-b-next-prev-button{position:absolute;width:55px;height:50px;top:50%;padding:0;margin:0 10px;cursor:pointer;transition:background-color .3s,transform .5s ease-out;border-radius:2px}.pgc-rev-lb-b-view .pgc-rev-lb-b-next-prev-button svg{display:block;fill:inherit;transition:fill .3s;width:100%;height:100%}.pgc-rev-lb-b-view .pgc-rev-lb-b-next-prev-button.next{right:0px;transform:translateY(-50%) translateX(150%)}.pgc-rev-lb-b-view .pgc-rev-lb-b-next-prev-button.prev{left:0px;transform:translateY(-50%) translateX(-150%)}.pgc-rev-lb-b-view.pgc-next-show .pgc-rev-lb-b-next-prev-button.next{transform:translateY(-50%) translateX(0)}.pgc-rev-lb-b-view.pgc-prev-show .pgc-rev-lb-b-next-prev-button.prev{transform:translateY(-50%) translateX(0)}.pgc-rev-lb-b-view.miniScreen .pgc-rev-lb-b-next-prev-button,.pgc-rev-lb-b-view.pgc-mini-screen .pgc-rev-lb-b-next-prev-button{display:none}.pgc-rev-lb-b-view .pgc-rev-lb-b-header{position:absolute;padding:5px;left:0;top:0;width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;transform:translateY(-100%);transition:transform .4s ease-out}.pgc-rev-lb-b-view .pgc-rev-lb-b-header *{user-select:none;-moz-user-select:none;-webkit-user-select:none}.pgc-rev-lb-b-view .pgc-rev-lb-b-header.pgc-rev-lb-b-touch-device{flex-wrap:wrap}.pgc-rev-lb-b-view .pgc-rev-lb-b-header.pgc-rev-lb-b-show{transform:translateY(0%)}.pgc-rev-lb-b-view .pgc-rev-lb-b-header.pgc-rev-lb-b-touch-device{justify-content:flex-end}.pgc-rev-lb-b-view .pgc-rev-lb-b-footer{user-select:none;position:absolute;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;left:0;bottom:0;width:100%;transform:translateY(100%);transition:transform .4s ease-out}.pgc-rev-lb-b-view .pgc-rev-lb-b-footer.pgc-rev-lb-b-show{transform:translateY(0%)}.pgc-rev-lb-b-view .pgc-rev-lb-b-footer.pgc-rev-lb-b-touch-device .pgc-rev-lb-b-caption-wrap{border-radius:2px;padding:0}.pgc-rev-lb-b-view .pgc-rev-lb-b-footer.pgc-rev-lb-b-touch-device .pgc-rev-lb-b-caption-play-wrap{width:100%;justify-content:center;min-height:25px}.pgc-rev-lb-b-view .pgc-rev-lb-b-footer .pgc-rev-lb-b-caption-wrap{border-radius:2px;padding:3px 10px;margin:5px}.pgc-rev-lb-b-view .pgc-rev-lb-b-description-wrap{flex:none;width:400px;max-width:100%;padding:0 5px;height:100%}.pgc-rev-lb-b-view .pgc-rev-lb-b-description-wrap a{cursor:pointer}.pgc-rev-lb-b-view .pgc-rev-lb-b-description-wrap a:hover,.pgc-rev-lb-b-view .pgc-rev-lb-b-description-wrap a:visited,.pgc-rev-lb-b-view .pgc-rev-lb-b-description-wrap a:link,.pgc-rev-lb-b-view .pgc-rev-lb-b-description-wrap a:active{text-decoration:none;box-shadow:none}.pgc-rev-lb-b-view .pgc-rev-lb-b-item-title{text-rendering:auto;color:#fff;font-size:18px;width:100%;line-height:1.3;box-sizing:content-box;letter-spacing:0;margin-top:1px;margin-bottom:3px;text-decoration:none !important;box-shadow:none !important}.pgc-rev-lb-b-view .pgc-rev-lb-b-item-description{color:#969696;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.pgc-rev-lb-b-view .pgc-rev-lb-b-free-space{flex:auto}.pgc-rev-lb-b-view .pgc-rev-lb-b-caption-play-wrap{display:flex;align-items:center}.pgc-rev-lb-b-view .pgc-rev-lb-b-caption-wrap{position:relative;flex:none;font-size:13px;line-height:22px;font-weight:400;color:#fff;display:inline-block;margin-right:15px}.pgc-rev-lb-b-view .pgc-rev-lb-b-caption-wrap .pgc-rev-lb-b-caption-current{position:relative;display:inline-block}.pgc-rev-lb-b-view .pgc-rev-lb-b-caption-wrap .pgc-rev-lb-b-caption-delimiter{position:relative;display:inline-block;padding:0 3px}.pgc-rev-lb-b-view .pgc-rev-lb-b-caption-wrap .pgc-rev-lb-b-caption-all{position:relative;display:inline-block}.pgc-rev-lb-b-view .pgc-rev-lb-b-caption-wrap-nt.mini-screen{height:30px}.pgc-rev-lb-b-view .pgc-rev-lb-b-caption-wrap-nt{position:relative;flex:none;height:40px;word-wrap:normal;word-break:normal;font-size:15px;line-height:1;font-weight:400;font-family:serif;color:#fff;margin-right:5px}.pgc-rev-lb-b-view .pgc-rev-lb-b-caption-wrap-nt .pgc-rev-lb-b-caption-current{position:relative;display:inline-block;word-break:normal;word-wrap:normal;margin:0 8px}.pgc-rev-lb-b-view .pgc-rev-lb-b-caption-wrap-nt .pgc-rev-lb-b-caption-delimiter{position:relative;display:inline-block;transform:translate(-50%, 0) rotate(-58deg);width:20px;height:1.5px;background-color:#fff}.pgc-rev-lb-b-view .pgc-rev-lb-b-caption-wrap-nt .pgc-rev-lb-b-caption-all{position:relative;display:inline-block;top:11px;left:-15px;font-size:11px;word-break:normal;word-wrap:normal}.pgc-rev-lb-b-view .pgc-rev-lb-auto-play-wrap{position:relative;opacity:0;height:22px;transition:opacity .4s}.pgc-rev-lb-b-view .pgc-rev-lb-b-info-wrap{position:relative;min-height:20px;padding:0 10px;max-width:100%}.pgc-rev-lb-b-view .pgc-rev-lb-b-touch-device .pgc-rev-lb-b-info-wrap{flex:none}.pgc-rev-lb-b-view .pgc-rev-lb-b-item-menu-wrap{position:relative;flex:none;min-width:40px;overflow:hidden}.pgc-rev-lb-auto-play-wrap svg{width:22px;height:22px}.pgc-rev-lb-auto-play-wrap svg path{transition:unset}
.pgc-rev-share-bar-light-view{position:absolute;width:100%;height:100%;top:0;left:0;transition:opacity .4s;opacity:0;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;align-content:center}.pgc-rev-share-bar-light-view *{box-sizing:border-box}.pgc-rev-share-bar-light-view.pgc-rev-share-bar-light-fixed{position:fixed}.pgc-rev-share-bar-light-view .pgc-rev-share-bar-light-bg{position:absolute;width:100%;height:100%}.pgc-rev-share-bar-light-view .pgc-rev-share-bar-light-button{width:100px;height:100px;padding:20px;border-radius:20px;fill:inherit;transition:.3s;z-index:100;margin:10px;cursor:pointer}.pgc-rev-share-bar-light-view .pgc-rev-share-bar-light-button svg{pointer-events:none;display:block;width:100%;height:100%;fill:inherit}.pgc-rev-share-bar-light-view .pgc-rev-share-bar-light-button:hover{transform:translateY(-4px)}.pgc-rev-share-bar-light-view .pgc-rev-share-bar-light-button.disable{pointer-events:none;opacity:.3}.pgc-rev-share-bar-light-view.pgc-rev-share-bar-light-activate{opacity:1}.twenty20{
margin-bottom: 20px;
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
content: " ";
display: block;
background: white;
position: absolute;
z-index: 30;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
width: 3px;
height: 9999px;
left: 50%;
margin-left: -1.5px; }
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
width: 9999px;
height: 3px;
top: 50%;
margin-top: -1.5px; }
.twentytwenty-overlay {
position: absolute;
top: 0;
width: 100%;
height: 100%; }
.twentytwenty-overlay {
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s; }
.twentytwenty-before-label, .twentytwenty-after-label {
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
transition-property: opacity; }
.twentytwenty-before-label, .twentytwenty-after-label {
color: white;
font-size: 13px;
letter-spacing: 0.1em; }
.twentytwenty-before-label, .twentytwenty-after-label {
position: absolute;
background: rgba(255, 255, 255, 0.2);
line-height: 38px;
padding: 0 20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; }
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
}
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
width: 0;
height: 0;
border: 6px inset transparent;
position: absolute; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
top: 50%;
margin-top: -6px; }
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
left: 50%;
margin-left: -6px; }
.twentytwenty-container {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
z-index: 0;
overflow: hidden;
position: relative;
-webkit-user-select: none;
-moz-user-select: none; }
.twentytwenty-container img {
max-width: 100%;
width: 100%;
position: absolute;
top: 0;
display: block; }
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
background: rgba(0, 0, 0, 0); }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
opacity: 0; }
.twentytwenty-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.twentytwenty-before-label {
opacity: 0; }
.twentytwenty-before-label {
}
.twentytwenty-container.t20-hover.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.t20-hover.active .twentytwenty-overlay .twentytwenty-after-label{
opacity: 1;
}
.twentytwenty-after-label {
opacity: 0; }
.twentytwenty-after-label {
}
.twentytwenty-horizontal .twentytwenty-before-label {
left: 1px;
bottom: 0px;
max-width: 50%;
box-sizing: border-box;
line-height: inherit;
padding: 4px; }
.twentytwenty-horizontal .twentytwenty-after-label {
right: 1px;
bottom: 0px;
max-width: 50%;
box-sizing: border-box;
line-height: inherit;
padding: 4px; }
.twentytwenty-vertical .twentytwenty-before-label {
top: 1px;
line-height: inherit;
padding: 6px;
box-sizing: border-box;}
.twentytwenty-vertical .twentytwenty-after-label {
bottom: 1px;
line-height: inherit;
padding: 6px;
box-sizing: border-box; }
.twentytwenty-overlay {
-webkit-transition-property: background;
-moz-transition-property: background;
transition-property: background;
background: rgba(0, 0, 0, 0);
z-index: 25; }
.twentytwenty-overlay:hover {
background: rgba(0, 0, 0, 0.5); }
.twentytwenty-overlay:hover .twentytwenty-after-label {
opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label {
opacity: 1; }
.twentytwenty-before {
z-index: 20; }
.twentytwenty-after {
z-index: 10; }
.twentytwenty-handle {
height: 38px;
width: 38px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -22px;
margin-top: -22px;
border: 3px solid white;
-webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
border-radius: 1000px;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
z-index: 40;
cursor: pointer; }
.twentytwenty-horizontal .twentytwenty-handle:before {
bottom: 50%;
margin-bottom: 22px;
-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
top: 50%;
margin-top: 22px;
-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:before {
left: 50%;
margin-left: 22px;
-webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
right: 50%;
margin-right: 22px;
-webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-left-arrow {
border-right: 6px solid white;
left: 50%;
margin-left: -17px; }
.twentytwenty-right-arrow {
border-left: 6px solid white;
right: 50%;
margin-right: -17px; }
.twentytwenty-up-arrow {
border-bottom: 6px solid white;
top: 50%;
margin-top: -17px; }
.twentytwenty-down-arrow {
border-top: 6px solid white;
bottom: 50%;
margin-bottom: -17px; }