.compare-title{
	font-family: roboto-regular, sans-serif;
	font-size: 60px;
	margin-bottom: 80px;
	letter-spacing: -.5px;
	line-height:1.2;
}
@media(max-width:767px) {
	.compare-title{
		font-size: 35px;
		margin-bottom: 40px;
	}
}
#compare-target{
	margin-top:57px;
}
@media(max-width:767px) {
	#compare-target{
	margin-top:20px;
	}
}
.compare-items-panel:after,
.clearfix:after,
.category-switch:after {
	content: "";
	display: table;
	clear: both
}

.priority-full-width {
	width: 100vw;
	max-width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw
}

@media(max-width:479px) {
	.priority-full-width-xsmall {
		width: 100vw;
		max-width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw
	}
}

@media(min-width:600px) {
	.priority-full-width-small {
		width: 100vw;
		max-width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw
	}
}

@media(max-width:599px) {
	.priority-full-width-small-down {
		width: 100vw;
		max-width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw
	}
}

@media(min-width:768px) {
	.priority-full-width-medium {
		width: 100vw;
		max-width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw
	}
}

@media(max-width:767px) {
	.priority-full-width-medium-down {
		width: 100vw;
		max-width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw
	}
}

@media(min-width:768px) and (max-width:1023px) {
	.priority-full-width-medium-large {
		width: 100vw;
		max-width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw
	}
}

@media(min-width:1024px) {
	.priority-full-width-large {
		width: 100vw;
		max-width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw
	}
}

@media(max-width:1023px) {
	.priority-full-width-large-down {
		width: 100vw;
		max-width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw
	}
}

@media(min-width:1280px) {
	.priority-full-width-xlarge {
		width: 100vw;
		max-width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw
	}
}

@media(min-width:1448px) {
	.priority-full-width-xxlarge {
		width: 100vw;
		max-width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw
	}
}

@media(min-width:1928px) {
	.priority-full-width-xxxlarge {
		width: 100vw;
		max-width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw
	}
}

.svg-view {
	background: url(../../images/svg/sprites.view.svg) no-repeat;
	content: "";
	display: block
}

.pt_product-compare .page-title {
	margin-top: 25px
}

.compare-items {
	clear: both;
	overflow: hidden
}

.compare-items h6 {
	margin: .5em 0
}

.compare-items-panel {
	float: left
}

.compare-item {
	background-color: #e0e0e0;
	float: left;
	height: 55px;
	margin-right: 1.08em;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 55px
}

.compare-item .compare-item-remove {
	cursor: pointer;
	display: none;
	position: absolute;
	padding: 5px;
	top: -3px;
	z-index: 1;
	line-height: initial;
	right: 1px
}

.compare-item.active .compare-item-remove {
	display: block
}

.compare-item .compare-item-number {
	color: #ccc;
	font-size: 3em;
	margin-top: .5em
}

.compare-item-image {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.compare-buttons {
	float: left;
	padding: .7em 0 0
}

.compare-buttons #clear-compared-items {
	margin-left: 15px
}

.category-switch {
	margin-bottom: 2em
}

.category-switch label {
	float: left;
	margin: 0;
	width: 45%
}

@media(min-width:410px) {
	.category-switch label {
		width: 11em
	}
}

.category-switch select {
	float: left;
	margin: 0;
	width: 55%
}

@media(min-width:410px) {
	.category-switch select {
		margin-left: 1em;
		width: 15em
	}
}

#compare-table {
border-collapse: collapse;
table-layout: fixed;
margin-top: 32px;
position: relative;
display: block;
padding: 0 8px
}

#compare-table::after {
clear: both;
content: "";
display: block
}

#compare-table .tile-separator {
position: absolute;
top: 0;
bottom: 0;
width: 1px;
background-color: #eaebed;
z-index: 2;
display: none
}

@media(min-width:768px) {
	#compare-table .tile-separator {
	display: block
	}
}

#compare-table .tile-separator.one {
left: 25%
}

#compare-table .tile-separator.two {
left: 50%;
display: block
}

@media(min-width:768px) {
	#compare-table .tile-separator.two {
	display: none
	}
}

#compare-table .tile-separator.three {
left: 75%
}

#compare-table .tile-separator.four {
display: none
}

@media only screen and (max-width:767px) {

	#compare-table .comp-row>span:nth-child(4),
	#compare-table .comp-row>span:nth-child(5) {
	display: none
	}
}

#compare-table.compare-1 .comp-row>span,
#compare-table.compare-2 .comp-row>span,
#compare-table.compare-3 .comp-row>span {
width: 25%;
padding: 25px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}

@media only screen and (max-width:767px) {

	#compare-table.compare-1 .comp-row>span,
	#compare-table.compare-2 .comp-row>span,
	#compare-table.compare-3 .comp-row>span {
	width: 33.3333%
	}
}

#compare-table.compare-4 .comp-row>span {
width: 20%;
padding: 25px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}

@media only screen and (max-width:767px) {
	#compare-table.compare-4 .comp-row>span {
	width: 33.3333%
	}
}

#compare-table .product-tile {
width: unset;
min-width: unset;
text-align: unset
}

#compare-table .product-tile .tile-content {
padding: 0
}

@media only screen and (max-width:767px) {
	#compare-table .product-tile .product-tile-info {
	padding: 0 8px
	}
}

#compare-table .tile-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background-color: transparent
}

#compare-table .quickview {
display: none
}

#compare-table .comp-row {
clear: left;
line-height: 24px;
padding-bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex
}

@media only screen and (max-width:767px) {
	#compare-table .comp-row {
	font-size: 12px
	}
}

#compare-table .comp-row>span {
overflow: hidden;
padding: 0;
position: relative;
min-height: 36px;
white-space: normal;
-webkit-box-sizing: border-box;
box-sizing: border-box
}

#compare-table .comp-row>span .detail-link {
margin-top: 24px;
position: static;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
display: inline-block
}

@media only screen and (max-width:479px) {
	#compare-table .comp-row>span .detail-link {
	margin-top: 16px
	}
}

#compare-table .comp-row>span .product-tile-info .detail-link {
display: none
}

#compare-table .comp-row>span.value {
text-align: center
}

#compare-table a:hover {
text-decoration: underline
}

#compare-table .attribute-row {
background-color: #eaebed;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}

#compare-table .attribute-row::after {
clear: both;
content: "";
display: block
}

#compare-table .attribute-row span {
padding: 8px !important
}

#compare-table .attribute-row .product-attribute {
color: #000;
font-size: 15px;
line-height: 24px;
font-weight: 700;
text-transform: none;
padding-left: 25px !important
}

@media only screen and (max-width:767px) {
	#compare-table .attribute-row .product-attribute {
	font-size: 12px
	}
}

#compare-table .attribute-row.first {
padding-top: 10px
}

#compare-table .tile-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}

#compare-table .tile-row .detail-link {
display: none
}

#compare-table .tile-row>span {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}

#compare-table .tile-row>span .product-tile {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding-bottom: 8px
}

#compare-table .action {
display: block;
padding: .5em 0
}

#compare-table .compare-product-actions {
padding-top: 24px
}

@media only screen and (max-width:479px) {
	#compare-table .compare-product-actions button {
	background: 0 0;
	padding: 0;
	border: 0;
	text-shadow: none;
	font-weight: 700
	}

	#compare-table .compare-product-actions button:before,
	#compare-table .compare-product-actions button:after {
	display: none
	}

	#compare-table .compare-product-actions .detail-link {
	font-size: 13px
	}

	#compare-table .compare-product-actions .detail-link:after {
	display: none
	}
}

#compare-table .compare-product-actions .where-to-buy {
display: none
}

#compare-table .remove-link {
background: rgba(255, 255, 255, .9);
float: none;
height: 24px;
width: 24px;
position: absolute;
top: 3px;
right: 29px;
z-index: 20
}

#compare-table .remove-link i {
content: "";
display: block;
margin: 3px 0 0 3px
}

#compare-table .remove-link i:before {
display: none
}

#compare-table .product {
font-weight: 400;
text-align: center
}

#compare-table .value .value-item:after {
content: ", "
}

#compare-table .value .value-item:last-child:after {
content: ""
}

#compare-table .product-tile .product-name {
height: auto;
margin: .2em 0 1em
}

@media only screen and (max-width:599px) {
	#compare-table .product-tile .product-name {
	font-size: 12px
	}
}

#compare-table .product-tile .ba-bv-container {
width: 100%;
max-width: 82px;
margin-right: auto;
margin-left: auto
}

#compare-table .product-tile .product-promo,
#compare-table .product-tile .product-model-number {
display: none
}

#compare-table .product-tile .product-info {
display: block
}

#compare-table .product-tile .flex-bottom {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}

#compare-table .product-tile .swatch-list {
display: inline-block
}

#compare-table .product-image {
height: auto
}

#compare-table .product-image img {
height: auto
}

#compare-table .section-header {
font-size: .9em;
padding: 1em;
text-transform: none
}

#compare-table .selectcategory label {
display: block;
font-size: .9em;
margin: 1em 0;
text-transform: none
}

#compare-table .selectcategory select {
margin: 0;
width: 100px
}

#compare-table .comparelists {
padding: 0
}

#compare-table .compare-lists label,
#compare-table .compare-lists select {
float: none;
text-align: left;
width: 100%
}

.product-tile .product-compare input.compare-check {
	width: 12px;
	height: 12px
}

.product-tile .product-compare label {
	text-transform: none;
	padding-left: 10px;
	font-size: 14px;
	line-height: 18px
}

.pt_compare-devices .page-title {
	text-align: center;
	margin: 80px auto 16px
}

.pt_compare-devices .page-title h2 {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 2px;
	color: #006bd6;
	text-transform: uppercase;
	margin-bottom: 16px
}

.pt_compare-devices .page-title h3 {
	font-size: 60px;
	margin-bottom: 80px;
	letter-spacing: -.5px
}

@media(max-width:1023px) {
	.pt_compare-devices .page-title h3 {
		font-size: 48px;
		line-height: 1.25em;
		margin-bottom: 80px
	}
}

@media(max-width:767px) {
	.pt_compare-devices .page-title {
		margin-top: 32px
	}

	.pt_compare-devices .page-title h2 {
		margin-bottom: 6px
	}

	.pt_compare-devices .page-title h3 {
		font-size: 34px;
		line-height: 47px;
		margin-bottom: 34px;
		letter-spacing: .25px;
		padding: 0 40px
	}
}

.pt_compare-devices .top-banner {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #f4f4f5;
	-webkit-transition: top .5s;
	transition: top .5s;
	-webkit-transform: none;
	transform: none;
	z-index: 400
}

.pt_compare-devices .compare-selects {
	height: 88px;
	/* position: fixed; */
	z-index: 3;
	 top: -140px;
	 left: 0;
	 right:0;
	-webkit-transition: top .5s;
	transition: top .5s;
	background: #fff;
	padding: 0 5px;
}

.pt_compare-devices .compare-selects.show {
	top: 0;
	position: fixed;
	left: 0;
	right:0;
}

.pt_compare-devices .compare-selects .compare-select {
	text-align: center;
	width: 30%;
	max-width: 305px;
}

.pt_compare-devices .compare-selects .compare-select select {
	font-family: roboto-regular, sans-serif;
	font-size: 20px;
	line-height: 1;
	border: 4px solid #EFEFEF;
	border-radius: 15px;
	height: 50px;
	padding: 10px;
	text-align: center;
}
.pt_compare-devices .compare-selects .compare-select select option{
	text-align: left;
}
@media(max-width:768px) {
	.pt_compare-devices .compare-selects .compare-select select {
		width: 95%
	}
}

@media(max-width:767px) {
	.pt_compare-devices .compare-selects .compare-select select {
		font-size: 15px;
		padding-top: 4px;
		padding-bottom: 4px;
		height: 32px;
		border: 2px solid #EFEFEF;
		border-radius: 10px;
	}
}

.pt_compare-devices .compare-selects .compare-select option {
	font-family: roboto-regular, sans-serif
}

.pt_compare-devices .compare-selects .compare-select option[value=""] {
	font-family: roboto-medium, sans-serif;
	background-color: #fff !important
}

.pt_compare-devices .compare-selects .compare-select option[value=""]:hover,
.pt_compare-devices .compare-selects .compare-select option[value=""]:focus {
	background-color: #fff !important;
	color: #252729
}

.pt_compare-devices .compare-selects .compare-select.select-wrapper:after {
	display:none;
	right: 13%;
	background-image:url(../images/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
}

.pt_compare-devices .compare-selects .selectric .button:after{
	background-image:url(../images/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	width: 16px;
	height: 9px;
	border:none;
}
.pt_compare-devices .compare-selects .selectric{
	font-family: roboto-regular, sans-serif;
	font-size: 20px;
	line-height: 1;
	border: 4px solid #EFEFEF;
	border-radius: 15px;
	height: 50px;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
}
.pt_compare-devices .compare-selects .selectric .label{
	height:auto;
	font-family: roboto-regular, sans-serif;
	font-size: 20px;
	line-height:1.1;

}
.pt_compare-devices .compare-selects .selectric-items{
	border: 4px solid #EFEFEF;
	border-radius: 0 0 15px 15px;
	margin-top: -10px;
	padding-top: 10px;
}
.pt_compare-devices .compare-selects .selectric-items ul{
	padding-left:0;
	padding-right:0;
	padding-top: 0;
	padding-bottom:0;
}
.pt_compare-devices .compare-selects .selectric-items .selectric-group li{
	font-size: 20px;
	line-height: 23.6px;
	padding-top: 3px;
	padding-bottom:3px;
	font-family: roboto-regular, sans-serif;
	color: #000000;
	border: 4px solid transparent;
}
.pt_compare-devices .compare-selects .selectric-items .selectric-group .selectric-group-label{
	font-family: roboto-bold, sans-serif;
	font-size: 15px;
	line-height: 17.7px;
	border: 4px solid transparent;
	padding-top: 7px;
	padding-bottom: 7px;
}
.pt_compare-devices .compare-selects .selectric-items li:hover,
.pt_compare-devices .compare-selects .selectric-items li.selected{
	background: #FFFFFF;
	color: #000000;
	border-top: 4px solid #EFEFEF;
	border-bottom: 4px solid #EFEFEF;
	border-left-width: 0;
	border-right-width: 0;
}


@media(max-width:767px) {
	.pt_compare-devices .compare-selects .compare-select:nth-child(n+3) {
		display: none;
	}
	.pt_compare-devices .compare-selects .compare-select {
		width: 47%
	}

	.pt_compare-devices .compare-selects .compare-select.select-wrapper:after {
		right: 9%
	}
}

.pt_compare-devices .compare-selects__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	max-width: 1448px;
	padding: 46px 0 26px;
	margin: auto;
	gap: 20px;
}

@media(max-width:767px) {
	.pt_compare-devices .compare-selects__inner {
		padding: 42px 0 16px
	}
}
.compare-selects.show .compare-selects__inner{
	border-bottom: 1px solid #f4f4f5;
	background: #FFF;
	padding: 12px 0 13px;
}

@media(max-width:767px) {
	.pt_compare-devices .compare-selects {
		height: 72px
	}
}

.pt_compare-devices .compare-devices {
	max-width: 1448px;
	padding: 0 40px 40px;
	margin: auto
}

.pt_compare-devices .compare-devices .pmt-link:hover {
	text-decoration: none
}

.pt_compare-devices .compare-devices .slick-track {
	padding: 0px 0
}

.pt_compare-devices .compare-devices__carousel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	width: 90%;
	margin: auto;
	padding-bottom: 26px
}

.pt_compare-devices .compare-devices__carousel .carousel-tile {
	margin: 0 13px;
	padding: 0 2px;
	position: relative
}

.pt_compare-devices .compare-devices__carousel .carousel-tile .pmt-image {
	outline: 1px solid #747476;
	margin: 0;
	display: block
}

.pt_compare-devices .compare-devices__carousel .carousel-tile .pmt-name {
	font-size: 15px;
	font-family: roboto-regular, sans-serif;
	margin: 6px auto 0px;
	display: flex;
    align-items: center;
	justify-content: space-around;
	min-height: 96px;
}

@media(max-width:767px) {
	.pt_compare-devices .compare-devices__carousel .carousel-tile .pmt-name {
		font-size: 12px
	}
}

.pt_compare-devices .compare-devices__carousel .carousel-tile .pmt-pricing-financing {
	display: none
}

/* .pt_compare-devices .compare-devices__carousel .carousel-tile:after, */
.pt_compare-devices .compare-devices__carousel .carousel-tile:before {
	/* content: "";
	display: block;
	position: absolute;
	z-index: 5;
	right: 12px;
	top: 22px;
	height: 2px;
	width: 16px;
	background-color: #006bd6 */
	content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%229.33333%22%20cy%3D%2211.6667%22%20r%3D%229.08333%22%20fill%3D%22white%22%20stroke%3D%22black%22%20stroke-width%3D%220.5%22%2F%3E%3C%2Fsvg%3E");
	display: block;
	position: absolute;
	z-index: 5;
	right: 12px;
	top: 22px;
	height: 21px;
	width: 21px;
	background-color: transparent;
}

@media(max-width:767px) {

	/* .pt_compare-devices .compare-devices__carousel .carousel-tile:after, */
	.pt_compare-devices .compare-devices__carousel .carousel-tile:before {
		top: 9px;
		right: 2px;
		width: 21px
	}
}

/* .pt_compare-devices .compare-devices__carousel .carousel-tile:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
} */

.pt_compare-devices .compare-devices__carousel .carousel-tile:focus {
	outline: none;
}

.pt_compare-devices .compare-devices__carousel .carousel-tile.tile-selected .pmt-image {
	opacity: .5
}

/* .pt_compare-devices .compare-devices__carousel .carousel-tile.tile-selected:after, */
.pt_compare-devices .compare-devices__carousel .carousel-tile.tile-selected:before {
	/* background-color: #252729;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg) */
	content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%229.33333%22%20cy%3D%2211.6667%22%20r%3D%229.08333%22%20fill%3D%22white%22%20stroke%3D%22black%22%20stroke-width%3D%220.5%22%2F%3E%3Cpath%20d%3D%22M3%2010L8.00008%2015.6667%22%20stroke%3D%22%23006BD6%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M18.6667%201L8.00008%2015.6667%22%20stroke%3D%22%23006BD6%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}

/* .pt_compare-devices .compare-devices__carousel .carousel-tile.tile-selected:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
} */

@media(max-width:767px) {
	.pt_compare-devices .compare-devices__carousel {
		width:100%;
		padding-bottom: 0;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.pt_compare-devices .compare-devices__carousel .carousel-tile{
		width: 33%;
		min-width: 160px;
	}
}

.pt_compare-devices .compare-devices__ctrl {
	display: none;
	position: absolute;
	left: 10px;
	top: 25%;
	bottom: 0;
	width: 40px;
	height: 50px
}

.pt_compare-devices .compare-devices__ctrl.slick-disabled {
	display: none !important
}

.pt_compare-devices .compare-devices__ctrl.next-arrow {
	left: auto;
	right: 10px
}

.pt_compare-devices .compare-devices__ctrl.next-arrow:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 25%;
	right: auto
}

.pt_compare-devices .compare-devices__ctrl:hover {
	cursor: pointer
}

.pt_compare-devices .compare-devices__ctrl:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25%;
	margin: auto;
	width: 13px;
	height: 13px;
	border: solid #252729;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

@media(max-width:1023px) {
	.pt_compare-devices .compare-devices__ctrl {
		top: 28%;
		height: 32px;
		width: 32px
	}

	.pt_compare-devices .compare-devices__ctrl:after {
		height: 16px;
		width: 16px;
		border-width: 0 2px 2px 0
	}
}

@media(max-width:767px) {
	.pt_compare-devices .compare-devices__ctrl {
		height: 16px;
		width: 16px;
		top: 21%;
		left: 0;
		right: auto
	}

	.pt_compare-devices .compare-devices__ctrl:after {
		height: 8px;
		width: 8px;
		border-width: 0 2px 2px 0
	}

	.pt_compare-devices .compare-devices__ctrl.next-arrow {
		left: auto;
		right: 0
	}
}

.pt_compare-devices .compare-devices__description {
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	letter-spacing: 0;
	max-width: 960px;
	margin: 56px auto
}

@media(max-width:768px) {
	.pt_compare-devices .compare-devices__description {
		margin: 40px auto
	}
}

@media(max-width:479px) {
	.pt_compare-devices .compare-devices__description {
		margin: 40px auto 48px;
		font-size: 16px;
		line-height: 28px;
		letter-spacing: .5px
	}
}

@media(max-width:767px) {
	.pt_compare-devices .compare-devices__desktop {
		display: none
	}
}

@media(min-width:768px) {
	.pt_compare-devices .compare-devices__mobile {
		display: none
	}
}
.pt_compare-devices .compare-devices__products-wrap{
	/* overflow-x:auto; */
	padding: 0 5px;
}
.pt_compare-devices .compare-devices__products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 40px;
	margin-bottom: 88px;
	gap: 20px;
}

.pt_compare-devices .compare-devices__products[data-product-count="2"] .compare-devices__slot:nth-child(n+3) {
	display: none
}

.pt_compare-devices .compare-devices__products .compare-devices__slot:nth-child(n+4) {
	display: none
}

@media(max-width:767px) {
	.pt_compare-devices .compare-devices__products .compare-devices__slot:nth-child(n+3) {
		display: none
	}
	.pt_compare-devices .compare-devices__products .compare-devices__slot:nth-child(n+3) {
		display: none
	}
	.row-block+.row-block+.row-block-fake{
		display: none
	}
}

@media(max-width:1023px) {
	.pt_compare-devices .compare-devices__products {
		margin-bottom: 100px
	}
}

@media(max-width:767px) {
	.pt_compare-devices .compare-devices__products {
		margin-bottom: 0;
		padding-top: 26px
	}
}

.pt_compare-devices .compare-devices__attributes .row-attr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: space-evenly;
	gap:20px;
}
.pt_compare-devices .compare-devices__attributes .row-attr#attr-nasadki_v_komplekte,
.pt_compare-devices .compare-devices__attributes .row-attr#attr-nasadki_v_komplekte ~ .row-attr{
	align-items: self-start;
}
.pt_compare-devices .compare-devices__attributes .row-block {
	    box-sizing: border-box;
	width: 30%;
    max-width: 305px;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
	border-radius: 25px;
	padding:25px;
	box-shadow: 0px 2px 4px 0px #00000040;
}

.pt_compare-devices .compare-devices__attributes .row-block-fake{
	position:relative;
	width: 30%;
	max-width: 305px;
	margin-bottom: 10px;
}

@media (min-width: 1448px) {
	.pt_compare-devices .compare-devices__attributes .row-block-fake {
		 margin-bottom: 64px;
	}
}
.pt_compare-devices .compare-devices__attributes .row-block-fake .attr-na {
	height: 3px;
	width: 34px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #3d4144;
}
.row-block-item{
	position: relative;
	min-height: 30px;
}
.row-block-item+.row-block-item{
	margin-top:8px;
}
.pt_compare-devices .compare-devices__attributes #attr-whatsincluded1 .row-block{
	margin-bottom:10px;
}

.pt_compare-devices .compare-devices__attributes .row-block img {
	margin: 8px auto 8px
}

@media(max-width:767px) {
	.pt_compare-devices .compare-devices__attributes .row-block img {
		max-height: 85px;
		width: auto;
		margin: 8px auto 8px;
	}
}
.pt_compare-devices .compare-devices__attributes .row-block .attr-title{
	font-family: roboto-medium, sans-serif;
	font-weight:500;
	font-size: 19px;
	line-height: 1.2;
	margin: 8px auto 12px;
}
.pt_compare-devices .compare-devices__attributes .row-block .attr-text {
	margin: 8px auto 16px;
}

.pt_compare-devices .compare-devices__attributes .row-block .attr-title + .attr-text{
	margin-top:16px;
	margin-bottom:24px;
}

@media(min-width:1920px) {

	.pt_compare-devices .compare-devices__attributes .row-block .attr-title,
	.pt_compare-devices .compare-devices__attributes .row-block .attr-text {
		/*padding: 0 80px*/
	}
}

@media(max-width:1024px) {

	.pt_compare-devices .compare-devices__attributes .row-block .attr-title,
	.pt_compare-devices .compare-devices__attributes .row-block .attr-text {
		padding: 0 24px
	}
}

@media(max-width:767px) {

	.pt_compare-devices .compare-devices__attributes .row-block .attr-title,
	.pt_compare-devices .compare-devices__attributes .row-block .attr-text {
		padding: 0 0
	}
}

.pt_compare-devices .compare-devices__attributes .row-block .attr-text b,
.pt_compare-devices .compare-devices__attributes .row-block .attr-text strong{
	font-size: 20px;
	font-family: roboto-regular, sans-serif;
	font-weight: normal;
}

@media(max-width:767px) {
	.pt_compare-devices .compare-devices__attributes .row-block .attr-title,
	.pt_compare-devices .compare-devices__attributes .row-block .attr-text b,
	.pt_compare-devices .compare-devices__attributes .row-block .attr-text strong{
		font-size: 14px
	}
}

.pt_compare-devices .compare-devices__attributes .row-block .attr-text {
	font-size: 16px;
	line-height: 1.4;
}

@media(max-width:767px) {
	.pt_compare-devices .compare-devices__attributes .row-block .attr-text {
		font-size: 14px
	}
}
.pt_compare-devices .compare-devices__attributes #attr-nkomplektaciya .row-block .attr-text,
.pt_compare-devices .compare-devices__attributes #attr-nkomu_podojdet .row-block .attr-text{
	margin: 0 0;
	line-height: 1.66;
}
.pt_compare-devices .compare-devices__attributes #attr-nkomplektaciya .row-block .attr-text ul,
.pt_compare-devices .compare-devices__attributes #attr-nkomu_podojdet .row-block .attr-text ul{
	text-align:left;
	margin: 0 0;
	padding:8px 10px 8px 10px;
}
.pt_compare-devices .compare-devices__attributes .row-block .attr-hero {
	font-size: 70px;
	line-height:1;
	font-family: roboto-bold, sans-serif;
	color: #3d4144;
	margin: 28px auto
}

.pt_compare-devices .compare-devices__attributes .row-block .attr-hero span {
	font-size: 32px
}

@media(max-width:767px) {
	.pt_compare-devices .compare-devices__attributes .row-block .attr-hero {
		font-family: roboto-medium, sans-serif;
		font-size: 30px;
		margin-top: 22px;
		margin-bottom:8px;
	}

	.pt_compare-devices .compare-devices__attributes .row-block .attr-hero span {
		font-size: 16px
	}
}

.pt_compare-devices .compare-devices__attributes .row-block .attr-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	/* width: 80%; */
	margin: auto
}

.pt_compare-devices .compare-devices__attributes .row-block .attr-list .attr-list-l {
	width: 30%;
	text-align: center;
	/* margin-left: 20% */
}

.pt_compare-devices .compare-devices__attributes .row-block .attr-list .attr-list-r {
	width: 70%;
	text-align: left;
	font-size: 16px;
	font-family: roboto-medium, sans-serif;
	-ms-flex-item-align: center;
	align-self: center
}
.pt_compare-devices .compare-devices__attributes .row-block .attr-list .attr-list-r a{
	    color: inherit;
    text-decoration: inherit;
}
@media(max-width:767px) {
	.pt_compare-devices .compare-devices__attributes .row-block .attr-list {
		width: 100%
	}

	.pt_compare-devices .compare-devices__attributes .row-block .attr-list .attr-list-l {
		margin-left: 0;
		text-align: left
	}
}

.pt_compare-devices .compare-devices__attributes .row-block .attr-na {
	height: 3px;
	width: 34px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #3d4144
}

@media(min-width:1448px) {
	.pt_compare-devices .compare-devices__attributes .row-block {
		margin-bottom: 64px
	}
}
.pt_compare-devices .compare-devices__attributes #attr-nnasadki_v_komplekte .row-block{
	margin-bottom:auto;
}

@media(max-width:767px) {
	.pt_compare-devices .compare-devices__attributes .row-block {
		margin-bottom: 0;
		width: 48%;
		padding: 9px;
		border-radius: 15px;
	}
	.pt_compare-devices .compare-devices__attributes .row-block:nth-child(n+3){
		display:none;
	}
}

.pt_compare-devices .compare-devices__attributes.empty {
	display: none
}

.pt_compare-devices .compare-devices__select {
	padding: 0 6px;
	position: relative
}

.pt_compare-devices .compare-devices__select select {
	height:61px;
	font-size: 24px;
	line-height: 1.2;
	font-family: roboto-medium, sans-serif;
	border: 1px solid #000
}

.pt_compare-devices .compare-devices__select:after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 6px);
	right: 24px;
	z-index: 2;
	width: 8px;
	height: 8px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.pt_compare-devices .compare-devices__select select {
	line-height: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.pt_compare-devices .compare-devices__selectable {
	display: none
}

.pt_compare-devices .compare-devices__selector {
	display: none;
	border-bottom: 3px solid #EFEFEF;
	position: relative
}
@media(max-width:767px) {
	.pt_compare-devices .compare-devices__selector{
		border-width:1px;
	}
}
.pt_compare-devices .compare-devices__slot {
	width: 30%;
	max-width:305px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.pt_compare-devices .compare-product{
	border-radius: 25px;
	padding:25px;
	box-shadow: 0px 2px 4px 0px #00000040;
}
@media(max-width:767px) {
	.pt_compare-devices .compare-product{
		border-radius: 15px;
		padding:15px;
	}
}
.pt_compare-devices .compare-devices__slot .btn-remove {
    width: 40px;
    height: 40px;
	display: block;
	z-index: 99;
    top: -10px;
    right: -40px;
    position: absolute;

}

.pt_compare-devices .compare-devices__slot .btn-remove:after,
.pt_compare-devices .compare-devices__slot .btn-remove:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 5;
	right: 12px;
	top: 22px;
	height: 2px;
	width: 16px;
	background-color: #252729;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

@media(max-width:767px) {
	.pt_compare-devices .compare-devices__slot .btn-remove{
		width: 20px;
		height: 20px;
		right: -10px;
		display:none;
		opacity: 0;
	}
	.pt_compare-devices .compare-devices__slot .btn-remove:after,
	.pt_compare-devices .compare-devices__slot .btn-remove:before {
		top: 9px;
		right: 2px;
		width: 10px
	}
}

.pt_compare-devices .compare-devices__slot .btn-remove:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.pt_compare-devices .compare-devices__slot .btn-remove:hover {
	cursor: pointer
}

.pt_compare-devices .compare-devices__slot a[data-tile-cta] {
	/* width: 75%; */
	display: block
}

.pt_compare-devices .compare-devices__slot a[data-tile-cta].pmt-name,
.pt_compare-devices .compare-devices__slot a[data-tile-cta].pmt-cta {
	width: auto
}

.pt_compare-devices .compare-devices__slot .pmt-cta {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 16px
}
.compare-product-slider{
	width: 85%;
	box-shadow: 0px 0px 4px 0px #00000040;
	border: 2px solid #transparent;
	border-radius:15px;
}
.compare-product-slider .btn-prev,
.compare-product-slider .btn-next{
    position: absolute;
    left: -30px;
    top: 50%;
    width: 25px;
    text-align: center;
    padding: 8px 0;
	transform:translateY(-50%);
	cursor:pointer;
}

.compare-product-slider .btn-next{
	left: auto;
	right:-30px;
}
.compare-product-slider .btn-prev.slick-disabled,
.compare-product-slider .btn-next.slick-disabled{
	opacity:0.5;
}
.compare-devices__carousel .product-marketing-tile{
	max-width:225px;
}
.compare-devices__carousel .product-marketing-tile__inner{
	padding-top:5px;
}
.product-marketing-tile__inner button{
	position:relative;
}
.compare-product-slide-image{
	/*background-color: #f5f4f7;*/

	padding-bottom:136%;
	height:0;
	position:relative;
	    border-radius: 15px;
}
.pt_compare-devices .compare-devices__slot .pmt-image {
	width: 100%;
	height: 100%;
	margin: auto;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	object-fit: cover;
	    border-radius: 15px;
}

.pt_compare-devices .compare-devices__slot .pmt-name {
	margin-top: 24px;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	font-family: roboto-regular, sans-serif;
}
.pt_compare-devices .compare-devices__slot .pmt-name span{
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	display:block;
}


@media(max-width:767px) {
	.pt_compare-devices .compare-devices__slot .pmt-name {
		margin-top: 12px;
		margin-bottom: 5px;
		font-size: 14px;
	}
}

.pt_compare-devices .compare-devices__slot .pmt-subtitle {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 0;
}

.pt_compare-devices .compare-devices__slot .pmt-subtitle p {
	margin-top: 0
}

@media(min-width:767px) {
	.pt_compare-devices .compare-devices__slot .pmt-subtitle {
		font-size: 20px
	}
}

@media(max-width:767px) {
	.pt_compare-devices .compare-devices__slot .pmt-subtitle {
		padding: 0;
		min-height: 59px;
		letter-spacing: .5px
	}
}



.pt_compare-devices .compare-devices__slot .product-price{
	text-align: center;
	margin-top:20px;
	margin-bottom:20px;
}
.pt_compare-devices .compare-devices__slot .product-price del{
	opacity:1;
}
.pt_compare-devices .compare-devices__slot .product-price del .price-sales{
	font-size: 13px;
	font-weight: 300;
	line-height: 1.2;


}
.pt_compare-devices .compare-devices__slot .product-price ins .price-sales{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2px;

}

.pt_compare-devices .compare-devices__slot .pmt-selected-color {
	line-height: 1
}

.pt_compare-devices .compare-devices__slot .pmt-variations-color__values {
	margin-bottom: 12px;
	margin-top:33px;
}

@media(max-width:767px) {
	.pt_compare-devices .compare-devices__slot .pmt-variations-color__values {
		margin-top:15px;
		margin-bottom: 5px
	}
}

.pt_compare-devices .compare-devices__slot .pdp-variations-color__value {
	border-width: 1px;
	text-decoration:none;
	width: 36px;
	height: 36px;
}
.pt_compare-devices .compare-devices__slot .pdp-variations-color__value.selected{
	border-color: #D4D4D4;
}

.pt_compare-devices .compare-devices__slot .pdp-variations-color__value.selected .pdp-variations-color__image {
	border-color: #fff
}
.variations-color-name{
	font-size:10px;
	text-align:center;
	color:#000000;
	margin-left: -10px;
	margin-right: -10px;

}
@media(max-width:768px) {
	.pt_compare-devices .compare-devices__slot {
		width: 47%
	}
}

@media(max-width:767px) {
	.pt_compare-devices .compare-devices__slot .pmt-cta {
		width: 100%;
		padding: 12px 0
	}

	.pt_compare-devices .compare-devices__slot .pmt-pricing-financing {
		padding: 0;
		min-height: 76px
	}

	.pt_compare-devices .compare-devices__slot .pmt-pricing-financing__financing {
		letter-spacing: .4px
	}
}

.pt_compare-devices .compare-devices__slot.empty {
	background-color: #f4f4f5
}

.pt_compare-devices .compare-devices__slot.empty span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-family: roboto-bold, sans-serif;
	letter-spacing: 1.25px;
	text-align: center;
	height: 20px;
	margin: auto
}

@media(max-width:767px) {
	.pt_compare-devices .compare-devices__slot.empty span {
		font-size: 12px
	}
}

.pt_compare-devices .compare-devices__slot.empty:before {
	content: "";
	display: block;
	padding-top: 100%
}

.pt_compare-devices .compare-devices__tabs {
	position: relative
}

.pt_compare-devices .compare-devices__tabs ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	padding-inline-start: 0px;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	/*max-width: 1136px*/
}

.pt_compare-devices .compare-devices__tabs ul li {
	list-style: none;
	width: 100%;
	font-family: roboto-medium, sans-serif;
	font-size: 36px;
	text-align: center;
	padding-bottom: 40px;
	border-bottom: 4px solid #d8d8d8;
	color: #747476;
	line-height:1;
}

.pt_compare-devices .compare-devices__tabs ul li.selected {
	color: #252729
}

.pt_compare-devices .compare-devices__tabs ul li:hover {
	cursor: pointer
}

@media(max-width:1024px) {
	.pt_compare-devices .compare-devices__tabs ul li {
		font-size: 24px;
		line-height: 33px
	}
}

.pt_compare-devices .compare-devices__tabs hr {
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	background: #006bd6;
	border: none;
	height: 4px;
	width: 30%;
	margin: 0
}

.pt_compare-devices .compare-devices__discover .content-components {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.pt_compare-devices .compare-devices__discover .content-components .category-block {
	min-width: 49%;
	max-width: 49%;
	width: 49%;
	height: auto;
	padding: 0;
	margin: 0 0 2%;
	float: none
}

@media(max-width:768px) {
	.pt_compare-devices .compare-devices__discover .content-components .category-block {
		min-width: 100%;
		max-width: 100%;
		width: 100%
	}
}

.pt_compare-devices .compare-devices__discover .content-components:after {
	display: none
}

@media(max-width:599px) {
	.pt_compare-devices .compare-devices__discover .content-components {
		width: 100vw;
		margin-left: -24px
	}
}

.pt_compare-devices .compare-devices .compare-title {
	padding: 30px 12px;
	border-bottom: 3px solid #efefef;
	margin-bottom: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pt_compare-devices .compare-devices .compare-title h3 {
	font-size: 30px;
	font-family: roboto-regular, sans-serif;
	line-height: 1.2;
	text-align:center;
}

.pt_compare-devices .compare-devices .compare-title .row-cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pt_compare-devices .compare-devices .compare-title .row-cta .button {
	padding: 12px 27px
}

@media(max-width:767px) {
	.pt_compare-devices .compare-devices .compare-title .row-cta .button {
		border: none;
		padding: 0
	}
}

@media(max-width:1023px) {
	.pt_compare-devices .compare-devices .compare-title {
		padding: 20px 0
	}

	.pt_compare-devices .compare-devices .compare-title h3 {
		font-size: 24px
	}
}

@media(max-width:767px) {
	.pt_compare-devices .compare-devices .compare-title {
		margin-bottom: 39px;
		padding: 26px 0 20px;
		border-width: 1px;
	}

	.pt_compare-devices .compare-devices .compare-title h3 {
		font-size: 17px;
	}
}

@media(max-width:768px) {
	.pt_compare-devices .compare-devices {
		padding: 0 12px 24px
	}
}

@media(max-width:1023px) {
	.pt_compare {
		overflow-x: hidden
	}
}

.pt_compare #main {
	margin-bottom: 0 !important
}

@media(max-width:1023px) {
	.pt_compare #main {
		background-color: #fff
	}
}

.pt_compare #main div.row {
	display: none
}

.pt_compare .compare-columns-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 90%;
	grid-gap: 12px;
	margin-left: auto;
	margin-right: auto
}

@media(min-width:1024px) {
	.pt_compare .compare-columns-row {
		display: unset;
		grid-template-columns: unset;
		width: unset;
		margin: unset
	}
}

@media(max-width:1023px) {
	.pt_compare .compare-columns-row .titles {
		padding-bottom: 12px
	}
}

.pt_compare .compare-left-desktop-full {
	display: unset;
	grid-template-columns: unset;
	width: unset
}

@media(min-width:1024px) {
	.pt_compare .compare-left-desktop-full {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		justify-items: center;
		max-width: 1440px;
		margin-left: auto;
		margin-right: auto
	}
}

@media(max-width:1023px) {

	.pt_compare .compare-left-desktop-full .g3,
	.pt_compare .compare-left-desktop-full .liv {
		display: none
	}
}

.pt_compare .compare-right {
	display: block
}

@media(min-width:1024px) {
	.pt_compare .compare-right {
		display: none
	}
}

.pt_compare .compare-right .compare-col__titles {
	visibility: hidden
}

@media(max-width:1023px) {

	.pt_compare .compare-right .g3pro,
	.pt_compare .compare-right .g3 {
		display: none
	}
}

.pt_compare .prod-grid-stroke {
	display: block;
	border-bottom: 1px solid #f4f4f5;
	position: absolute;
	width: 91vw;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto
}

@media(min-width:1024px) {
	.pt_compare .prod-grid-stroke {
		display: none
	}
}

.pt_compare .compare-col {
	padding: 12px 0 32px
}

@media(min-width:768px) {
	.pt_compare .compare-col {
		padding: 40px 0 40px 40px
	}
}

@media(min-width:1024px) {
	.pt_compare .compare-col {
		width: 100%;
		border-bottom: 1px solid #f4f4f5
	}
}

.pt_compare .compare-col.compare-col--gray {
	background-color: rgba(244, 244, 245, .31)
}

@media(max-width:1023px) {
	.pt_compare .compare-col.compare-col--gray {
		background-color: unset
	}
}

.pt_compare .compare-col.compare-col--last {
	border: 0;
	padding-bottom: 89px
}

.pt_compare .compare-col .compare-col__titles {
	height: 23px
}

@media(min-width:1024px) {
	.pt_compare .compare-col .compare-col__titles {
		height: unset
	}
}

@media(max-width:1023px) {
	.pt_compare .compare-col .compare-col__titles.title__speed h4 {
		display: inline
	}
}

.pt_compare .compare-col .compare-col__titles h2,
.pt_compare .compare-col .compare-col__titles h4 {
	font-family: roboto-medium, sans-serif;
	max-width: 233px;
	font-weight: 500;
	line-height: normal;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	white-space: nowrap;
	margin: 0
}

@media(min-width:1024px) {

	.pt_compare .compare-col .compare-col__titles h2,
	.pt_compare .compare-col .compare-col__titles h4 {
		position: unset;
		white-space: unset;
		margin-left: 42px
	}
}

.pt_compare .compare-col .compare-col__titles h2.has-tooltip,
.pt_compare .compare-col .compare-col__titles h4.has-tooltip {
	position: initial;
	display: inline-block;
	padding-right: 5px
}

.pt_compare .compare-col .compare-col__titles h2 {
	font-size: 24px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 244px
}

@media(min-width:1024px) {
	.pt_compare .compare-col .compare-col__titles h2 {
		font-size: 48px;
		letter-spacing: normal;
		position: unset;
		margin: 0 0 0 42px
	}
}

.pt_compare .compare-col .compare-col__titles h4 {
	height: 23px;
	font-size: 20px;
	letter-spacing: .3px;
	color: #747476
}

.pt_compare .compare-col .prod-details .prod-select-wrapper {
	display: block;
	position: relative;
	width: 91%;
	max-width: 230px;
	margin-right: auto;
	margin-left: auto
}

@media(min-width:1024px) {
	.pt_compare .compare-col .prod-details .prod-select-wrapper {
		display: none
	}
}

.pt_compare .compare-col .prod-details .prod-select-wrapper:after {
	background: url(../../images/svg/sprites.view.svg) no-repeat;
	content: "";
	display: block;
	background-position: 98.3% 74.29%;
	width: 12px;
	height: 8px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.pt_compare .compare-col .prod-details .prod-selector {
	border-radius: 2px;
	height: 40px;
	padding: 6px 16px;
	border: solid 1px #747476;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: .5px;
	color: #252729;
	font-family: roboto-regular, sans-serif;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none
}

.pt_compare .compare-col .prod-details .prod-selector::-ms-expand {
	display: none
}

.pt_compare .compare-col .prod-details .prod-img {
	max-width: 350px;
	max-height: 350px;
	display: block;
	margin: auto
}

.pt_compare .compare-col .prod-details .prod-name,
.pt_compare .compare-col .prod-details .prod-name+p,
.pt_compare .compare-col .prod-details .prod-price {
	font-weight: 500;
	letter-spacing: .3px
}

.pt_compare .compare-col .prod-details .prod-name,
.pt_compare .compare-col .prod-details .prod-name+p {
	font-family: roboto-medium, sans-serif;
	font-size: 20px;
	color: #747476
}

.pt_compare .compare-col .prod-details .prod-name {
	display: none;
	font-size: 34px
}

@media(min-width:1024px) {
	.pt_compare .compare-col .prod-details .prod-name {
		display: block
	}
}

@media(max-width:1023px) {
	.pt_compare .compare-col .prod-details .prod-name+p {
		font-size: 14px;
		font-weight: 400;
		font-family: roboto-regular, sans-serif;
		line-height: 1.43;
		color: #252729
	}
}

.pt_compare .compare-col .prod-details .prod-price {
	font-family: roboto-regular, sans-serif;
	margin-bottom: 16px
}

.pt_compare .compare-col .prod-details .prod-price .price-standard {
	color: #747476;
	position: relative;
	margin-right: 4px
}

.pt_compare .compare-col .prod-details .prod-price .price-standard:after {
	display: inline-block;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #747476;
	position: absolute;
	top: 50%;
	left: 0
}

.pt_compare .compare-col .prod-details .cta a {
	padding: 11px 36px
}

.pt_compare .compare-col .prod-details .affirm-as-low-as {
	font-size: 12px;
	letter-spacing: .4px;
	color: #747476;
	margin: 0 0 24px
}

.pt_compare .compare-col .prod-details .affirm-as-low-as a {
	padding: 0;
	text-decoration: underline;
	color: #747476;
	white-space: nowrap
}

.pt_compare .compare-col .prod-feature {
	max-width: 244px;
	margin: 0 auto
}

.pt_compare .compare-col .prod-feature.block__impact h4:last-child {
	margin-top: 8px
}

.pt_compare .compare-col .prod-feature.block__speed {
	height: 73px
}

.pt_compare .compare-col .prod-feature.block__batt {
	height: 93px
}

@media(max-width:1023px) {
	.pt_compare .compare-col .prod-feature.block__batt p {
		display: inline
	}
}

.pt_compare .compare-col .prod-feature.block__attach {
	height: 169px
}

.pt_compare .compare-col .prod-feature h4,
.pt_compare .compare-col .prod-feature h6 {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .2px
}

@media(max-width:1023px) {

	.pt_compare .compare-col .prod-feature h4,
	.pt_compare .compare-col .prod-feature h6 {
		font-size: 14px
	}
}

.pt_compare .compare-col .prod-feature h4 {
	font-family: roboto-regular, sans-serif;
	font-weight: 400
}

@media(max-width:1023px) {
	.pt_compare .compare-col .prod-feature h4 {
		width: 139px
	}
}

.pt_compare .compare-col .prod-feature h6 {
	font-family: roboto-medium, sans-serif;
	font-weight: 500
}

.pt_compare .compare-col .prod-feature ul {
	height: 188px
}

.pt_compare .compare-col .prod-feature ul .double {
	height: 40px
}

.pt_compare .compare-col .prod-feature ul li {
	font-family: roboto-regular, sans-serif;
	font-size: 16px;
	margin-bottom: 12px
}

@media(max-width:1023px) {
	.pt_compare .compare-col .prod-feature ul li {
		font-size: 14px;
		line-height: 1.43;
		letter-spacing: .3px
	}
}

.pt_compare .compare-col .prod-feature ul li i.compare-check-icon {
	background: url(../../images/svg/sprites.view.svg) no-repeat;
	content: "";
	display: block;
	background-position: 48.91% 88.24%;
	width: 18px;
	height: 14px;
	display: block;
	float: left;
	margin-right: 9px;
	margin-bottom: 6px;
	margin-top: 2px
}

@media(min-width:1024px) {
	.pt_compare .compare-col .prod-feature ul li i.compare-check-icon {
		margin-right: 19px
	}
}

.pt_compare .compare-col .prod-feature p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.43;
	letter-spacing: .3px;
	color: #747476;
	margin: 0
}

@media(max-width:1023px) {
	.pt_compare .compare-col .prod-feature p {
		margin-top: 4px
	}
}

@media(min-width:1024px) {
	.pt_compare .compare-col .prod-feature .attributes {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2
	}
}

.pt_compare .compare-col .prod-feature h6+p,
.pt_compare .compare-col .prod-feature h6+.attributes {
	padding-top: 6px
}

@media(max-width:1023px) {

	.pt_compare .compare-col .prod-feature h6+p,
	.pt_compare .compare-col .prod-feature h6+.attributes {
		padding-top: 4px
	}
}
.compare-pdf_file{
	margin-bottom: 64px;
}
.compare-divider{
	border-top: 3px solid #efefef;
	margin-top: 64px;
	padding-top:64px;
}
.button--arrow{
	display:flex;
	gap:30px;
	align-items:center;
	width:fit-content;
	margin: auto;
	padding-right: 30px;
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-hand {
0% { transform: translateX(80px) scale(1); opacity: 0 }
10% { transform: translateX(80px) scale(1); opacity: 1 }
20%,60% { transform: translateX(175px) scale(.6); opacity: 1 }
80% { transform: translateX(5px) scale(.6); opacity: 1 } to { transform: translateX(5px) scale(.6); opacity: 0 }
}
@keyframes tooltip-horizontal-scroll-icon_anim-scroll-card {
0%,60% { transform: translateX(0) }
80%,to { transform: translateX(-240px) }
}
.tooltip-horizontal-scroll-icon_hand {
	animation: tooltip-horizontal-scroll-icon_anim-scroll-hand 2s infinite
}
.tooltip-horizontal-scroll-icon_card {
    animation: tooltip-horizontal-scroll-icon_anim-scroll-card 2s infinite;
}
.t776__scroll-icon-wrapper {
    display: none;
}
@media screen and (max-width: 767px){
	.t776__scroll-icon-wrapper {
		display: block;
		padding: 0 40px 10px 0;
		color: #a1a1a1;
		text-align: right;
		font-size: 0;
		mix-blend-mode: multiply;
	}
}

@media screen and (max-width: 767px){

	.compare-devices__slot .button.button--secondary{
		padding: 10px 20px;
		max-width:130px;
		font-size:13px;
		font-family: roboto-regular, sans-serif;
		font-weight: 400;
	}
}

@media screen and (max-width: 475px){
	.pt_compare-devices .compare-devices__slot .product-price{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.pt_compare-devices .compare-devices__slot .pmt-variations-color__values{
		margin-top: 24px;
	}
	.pt_compare-devices .compare-devices__slot .product-price del .price-sales{
		font-size: 10px;
	}
	.pt_compare-devices .compare-devices__slot .product-price ins .price-sales{
		font-size: 13px;

	}
	.pt_compare-devices .compare-devices__slot .pmt-name{
		font-size: 13px;
		margin-top: 12px;
		margin-bottom: 6px;
	}
	.pt_compare-devices .compare-devices__attributes .row-block .attr-title{
		margin-top: 0;
		font-size: 12px;
	}
	.pt_compare-devices .compare-devices__attributes .row-block .attr-text b,
	.pt_compare-devices .compare-devices__attributes .row-block .attr-text strong {
		margin-top: 0;
		font-size: 12px;
		font-family: roboto-bold, sans-serif;
	}
	.pt_compare-devices .compare-devices__attributes .row-block .attr-title{
		font-family: roboto-medium, sans-serif;
	}

	.pt_compare-devices .compare-devices__attributes .row-block .attr-list .attr-list-r{
		font-size: 14px;
		line-height: 1.2;
	}
}


.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.2;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	width:100%;
}
.jq-selectbox__select {
	z-index: 2;
	background: #FFF;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 1;
	border: 4px solid #EFEFEF;
	border-radius: 15px;
	height: 50px;
	padding: 10px 45px 10px 10px;
}
.jq-selectbox__select:hover {

}
.jq-selectbox__select:active {

}
.jq-selectbox.focused .jq-selectbox__select {

}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 16px;
	right: 16px;
	background-image:url(../images/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	width: 16px;
	height: 9px;
	border:none;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {

}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {

}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	background: #FFF;
	border: 4px solid #EFEFEF;
	border-radius: 0 0 15px 15px;
	margin-top: -14px;
	padding-top: 14px;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 10px 0 10px;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 5px;
	background: #FFFFFF;
	color: #000000;
}


.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-family: roboto-bold, sans-serif;
	font-size: 15px;
	line-height: 17.7px;
	border: 4px solid transparent;
	padding-top: 7px;
	padding-bottom: 7px;

}
.jq-selectbox li.optgroup:hover {

}
.jq-selectbox li.option {
	font-size: 20px;
	line-height: 23.6px;
	padding-top: 3px;
	padding-bottom:3px;
	font-family: roboto-regular, sans-serif;
	color: #000000;
	border: 4px solid transparent;
}
.jq-selectbox li.option:hover {
	background: #FFFFFF;
	color: #000000;
	border-top: 4px solid #EFEFEF;
	border-bottom: 4px solid #EFEFEF;
	border-left-width: 0;
	border-right-width: 0;
}
.jq-selectbox li.selected {
	background: #FFFFFF;
	color: #000000;
	border-top: 4px solid #EFEFEF;
	border-bottom: 4px solid #EFEFEF;
	border-left-width: 0;
	border-right-width: 0;

}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-selectbox li.default-option{
	display:none;
}

@media(max-width:767px){
	.jq-selectbox__select{
		height: 32px;
		font-size:15px;
		border-width:2px;
		padding: 6px 25px 6px 6px;
		border-radius:10px;
	}
	.jq-selectbox__trigger-arrow{
		top: 11px;
		right: 13px;
		width: 10px;
		height: 6px;
		background-size: contain;
	}
	.jq-selectbox__dropdown{
		border-width:2px;
		border-radius:10px;
	}
	.jq-selectbox li.option {
		border-width:2px;
		font-size: 15px;
		line-height:1.3;
	}
	.jq-selectbox li.option:hover,
	.jq-selectbox li.selected {
		border-top: 2px solid #EFEFEF;
		border-bottom: 2px solid #EFEFEF;
	}

	.pt_compare-devices .compare-devices__slot .pdp-variations-color__value{
		width: 22px;
		height: 22px;
	}
	.variations-color-name{
		font-size:8px;
	}
}
