@font-face {
    font-family: 'OpenSansBold'; 
    font-weight: normal;
    font-style: normal;
    src: url(/css/fonts/OpenSans-ExtraBold.ttf) format("truetype");
    font-display: swap;
}

.compare {
	font-family: 'Open Sans';
}
.compare .compare_tabs {

}
.compare .compare_tabs ul {
    line-height: 36px;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
    height: 36px;
    font-size: 15px;
}
.compare .compare_tabs ul li {
	display: inline-block;
    vertical-align: top;
    padding: 0;
    margin-right: 4px;
    width: 200px;
}
.compare .compare_tabs ul li.active {
	background: #fff;
    height: 36px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 5px 5px 0px 0;
    border-top: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    color: #666;
}
.compare .compare_tabs ul li a {
    display: inline-block;
    color: #111;
    padding: 0 10px;
    text-decoration: none;
}
.compare h1.compare_title {
    font-size: 50px;
    text-align: center;
    font-weight: 600;
    line-height: 58px;
    margin: 64px auto;
}
.compare .compare_table {
	display: flex;
	margin: 0 0 64px 0;
}
.compare .compare_table.with_fixed {
    position: relative;
    padding: 66px 0 0 0;
}
.compare .compare_table.with_fixed:after {
    content: '';
    position: fixed;
    top: 0;
    left: calc(50% - 980px/2 - 2px);
    width: calc(980px + 2px);
    height: 76px;
    background: #fff;
    z-index: 9;
/*    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);*/
/*    border-radius: 8px;*/
}
.compare .compare_table .compare_table_product {
    position: relative;
	width: 30%;
    transition: all 0.5s;
}
.compare .compare_table > .compare_table_product:not(:last-child) {
	margin: 0 5% 0 0;
}
.compare .compare_table > .compare_table_product:first-child .product_properties_title:after {
    content: '';
    position: absolute;
    width: 1310px;
    height: 1px;
    background: #ccc;
    left: 0;
    bottom: 0;
    max-width: 980px;
}
.compare .compare_table .compare_table_product .product_name {
	margin: 0 0 24px 0;
}
.compare .compare_table .compare_table_product .product_name.fixed {
    position: fixed;
    top: 8px;
    background: #fff;
    z-index: 10;
/*    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);*/
    border-radius: 4px;
    width: 310px;
}
.compare .compare_table .compare_table_product .product_name select {
	border: 1px solid #d0d0d0;
    width: 100%;
    font-family: inherit;
    padding: 8px 16px;
    border-radius: 4px;
    background: #fbfbfb;
    text-align: left;
    font-weight: 600;
    cursor: pointer;
}
.compare .compare_table .compare_table_product .product_image {
	text-align: center;
    margin: 0 0 32px 0;
}
.compare .compare_table .compare_table_product .product_image img {
	max-width: 90%;
    aspect-ratio: 1/1;
}
.compare .compare_table .compare_table_product .product_price {
color: #060606;
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 32px 0;
}
.compare .compare_table .compare_table_product .product_link {
	text-align: center;
	margin: 0 0 32px 0;
}
.compare .compare_table .compare_table_product .product_link a {
    text-decoration: none;
    font-size: 16px;
    font-family: 'Open SAns';
    padding: 8px 16px;
    border-radius: 7px;
    display: inline-block;
    letter-spacing: 0px;
    text-shadow: none;
    border: 2px solid #adadad;
    background: #fff;
    color: #939393;
    cursor: pointer;
    line-height: 1;
    font-weight: bold;
    vertical-align: middle;
}
.compare .compare_table .compare_table_product .product_link a:hover {
	background: #fff;
    color: #ff8112;
    border: 2px solid #ff8112;
}
.compare .compare_table .compare_table_product .product_properties {

}
.compare .compare_table .compare_table_product .product_properties .product_properties_title {
    position: relative;
	font-size: 24px;
    font-weight: bold;
/*    border-bottom: 1px solid #ccc;*/
    padding: 0 0 8px 0;
    margin: 0 0 48px 0;
    white-space: nowrap;
}
.compare .compare_table > .compare_table_product:not(:first-child) .product_properties .product_properties_title {
	text-indent: -9999px;
}
.compare .compare_table .compare_table_product .product_properties ul {
	margin: 0 0 64px 0;
}
.compare .compare_table .compare_table_product .product_properties ul li {
	text-align: center;
}
.compare .compare_table .compare_table_product .product_properties ul li.small_label .value {
    font-size: 22px;
    line-height: 26px;
}
.compare .compare_table .compare_table_product .product_properties ul li.small_label:not(.with_icon) .value {
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.compare .compare_table .compare_table_product .product_properties ul li .reviews_link {
    margin: 32px 0 0 0;
}
.compare .compare_table .compare_table_product .product_properties ul li .reviews_link a {
    text-decoration: none;
    font-size: 16px;
    font-family: 'Open SAns';
    padding: 8px 16px;
    border-radius: 7px;
    display: inline-block;
    letter-spacing: 0px;
    text-shadow: none;
    border: 2px solid #adadad;
    background: #fff;
    color: #939393;
    cursor: pointer;
    line-height: 1;
    font-weight: bold;
    vertical-align: middle;
}
.compare .compare_table .compare_table_product .product_properties ul li .reviews_link a:hover {
    background: #fff;
    color: #ff8112;
    border: 2px solid #ff8112;
}
.compare .compare_table .compare_table_product .product_properties ul > li:not(:last-child) {
	margin-bottom: 64px;
}
.compare .compare_table .compare_table_product .product_properties ul li .key {
    display: block;
    white-space: nowrap;
    margin-top: 15px;
    font-weight: 400;
}
.compare .compare_table .compare_table_product .product_properties ul li .value {
	font-size: 61px;
/*    font-weight: 900;*/
    display: block;
    margin: 0 0 8px 0;
   
/*    font-family: 'OpenSansBold';*/
    color: #303030;
}
.compare .compare_table .compare_table_product .product_properties ul li:not(.small_label) .value {
    line-height: 83px;
}
.compare .compare_table .compare_table_product .product_properties ul.product_properties_complect li .value {
    line-height: 32px;
}
.compare .compare_table .compare_table_product .product_properties ul.product_properties_complect li .value {
	font-size: 22px;
    line-height: 32px;
}

.compare .compare_table .compare_table_product .product_properties ul li:not(.small_label) .value img {
    display: inline-block;
    margin: 0 -25px 0 0;
    height: 83px;
    vertical-align: bottom;
    position: relative;
    top: 3px;
}




.compare .compare_table .compare_table_product .product_properties ul li .key {
    line-height: 18px;
}