

/* Start:/local/templates/aspro-scorp/css/compare.css?17507765069412*/
.compare-page .compare-sections__inner{
	display: flex;
}

.compare-page .compare-sections__item{
	font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    transition: color .2s ease;
	width: 400px;
}

.compare-page .compare-sections__item a{
    color: #4d555a;
}

.compare-page .compare-sections__item sup{
	font-size: 14px;
	color: #898e91;
	margin-left: 5px;
	font-weight: 500;
}

.compare-page .compare-sections__inner{
	display: flex;
}


.compare-page .compare-sections__inner{
	display: flex;
}

.compare-page .compare-sections__inner{
	display: flex;
}

.compare-page .compare-sections__inner{
	display: flex;
}

.compare-page .compare-sections__inner{
	display: flex;
}


.compare-page .compare-sections__inner{
	display: flex;
}

.compare-page .compareTable {
    position: relative;
	width: 70%;
    margin-left: auto;
	margin-top: 40px;
}

.compare-page .compareTable .thead.fixed {
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    width: 100%;
    position: sticky;
    background-color: #f2f4f5;
    z-index: 5;
}

.compare-page .compareTable .thead.fixed::after {
	content: '';
    top: 0;
	bottom: 0;
	right: 100%;
    width: 100%;
    position: absolute;
    background-color: #f2f4f5;
}

.compare-page .compareTable .tbody {
    position: relative;
    padding-bottom: 15px;
}

.compare-page .compareTable .controls {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1230px;
    max-width: 100%;
    transform: translate(-50%,-50%);
}

.compare-page .compareTable .table__button {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    color: #c8c8c8;
    transition: opacity .2s ease-in-out,color .2s ease-in-out;
    cursor: pointer;
}

.compare-page .compareTable .table__button_inactive {
    opacity: .3;
    cursor: default;
	pointer-events: none;
    background-color: transparent !important;
}

.compare-page .compareTable .table__button_inactive svg{
    stroke: #71bf44 !important;
}

.compare-page .compareTable .table__button_next {
    right: 0;
}

.compare-page .compareTable .table__button_prev {
    left: 0;
}

.compare-page .container-table {
	width: 100%;
    margin: 0 auto;
    max-width: 1420px;
    padding: 0 20px;
}

.compare-page .compareTable .tline {
    position: relative;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    margin-bottom: -1px;
}

.compare-page .compareTable .tline:last-child {
    margin-bottom: 0;
}

.compare-page .compareTable .tline::after, .compareTable .tline::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.compare-page .compareTable .tline::before {
    top: 0;
}

.compare-page .compareTable .tline::after {
    bottom: 0;
}

.compare-page .compareTable .tc {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.compare-page .compareTable .tc::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #e6e6e6;
}

.compare-page .container:after {
    content: " ";
    display: block;
    clear: both;
}

.compare-page .compareTable .tw {
    overflow: hidden;
    margin: 0 -15px;
    position: relative;
    z-index: 1;
}

.compare-page .compareTable .tr {
    display: -webkit-box;
    display: flex;
    position: relative;
    -webkit-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}

.compare-page .compareTable .td, .compareTable .th {
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.compare-page .compareTable .td {
    padding: 5px 15px;
    font-size: 16px;
}

.compare-page .comparePrice {
    width: 100%;
    color: #141414;
    font-weight: 700;
    font-size: 20px;
    margin-top: auto;
    line-height: 1.5;
}

.compare-page .comparePrice_old {
    text-decoration: line-through;
    color: grey;
}

.compare-page .comparePrice_new {
    color: #d40000;
    margin-top: 0;
}

.compare-page .compareTable .tf{
	position: absolute;
    top: 50%;
    right: 93%;
    transform: translateY(-50%);
    padding-top: 15px;
    padding-bottom: 15px;
    width: 50%;
	z-index: 4;
}

.compare-page .compareTable .tf::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e6e6e6;
}

.compare-page .compareProduct {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 15px;
    border: 1px dashed transparent;
    -webkit-transition: border .2s ease-in-out,background-color .2s ease-in-out;
    transition: border .2s ease-in-out,background-color .2s ease-in-out;
	text-align: center;
}

@media(min-width:1000px){
    .compare-page .compareProduct {
        padding: 80px 15px 15px;
    }
}

.compare-page .compareProduct__controls {
    position: absolute;
    top: 18px;
    right: 18px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.compare-page .compareProduct__image {
	width: 60%;
    max-width: 200px;
    margin-bottom: 15px;
    position: relative;
    margin: 0 auto 15px;
}

.compare-page .compareProduct__name {
    font-size: 16px;
    font-weight: 700;
    color: #4d555a;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    display: block;
    margin-bottom: 15px;
}

.compare-page .compareProduct__image img{
	width: 100%;
}

.compare-page .table__button{
	width: 51px;
    height: 51px;
    border: 1px solid #71bf44;
    border-radius: 10px;
	transition: all 0.2s;
}

.compare-page .table__button:hover{
	background-color: #71bf44;
}

.compare-page .table__button svg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.compare-page .table__button_prev svg{
	transform: translate(-50%, -50%) rotate(180deg);
}

.compare-page .mainDisconts__prices {
    margin-top: 15px;
}

.compare-page .mainDiscontsprices__prices-wrap{
    width: 100%;
    margin-top: auto;
}

.compare-page a.compareProduct__btn {
    background-color: #71bf44;
    color: #fff;
    display: block;
    width: 100%;
    max-width: 182px;
    margin: 14px auto 0;
    padding: 10px 0;
    border-radius: 10px;
	transition: all 0.2s;
}

.compare-page a.compareProduct__btn:hover{
    color: #71bf44;
	box-shadow: 0 0 0 1px #71bf44;
	background-color: transparent;
}


.compare-page .compareProduct__controls svg{
    stroke: #4d555a;
}

.compare-page .compareProduct__controls svg.close-icon{
    fill: #4d555a;
}

.compare-page .compareProduct__controls-btn{
    display: inline-block;
    margin-bottom: 10px;
}

.compare-page .compareProduct {
    display: flex;
    flex-direction: column;
    align-items: center;
} 

@media screen and (max-width: 1199px){
    .compare-page .compareProduct__controls {
        opacity: 1;
    }
}


@media screen and (min-width: 1200px){

    .compare-page .compareProduct:hover .compareProduct__controls {
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
	
    .compare-page .compareProduct__name {
        font-size: 14px;
    }

    .compare-page .compareProduct{
        text-align: left;
        align-items: flex-start;
    }

    .compare-page a.compareProduct__btn{
        font-size: 14px;
        margin: 14px 0 0;
        text-align: center;
    }

    .compare-page .comparePrice_old,
    .compare-page .comparePrice_new{
        font-size: 14px;
    }

    .compare-page .compareProduct__image{
        margin: 0 0 15px;
    }

    .compare-page .compareTable .td, .compareTable .th{
        justify-content: flex-start;
        font-size: 14px;
    }

    .compare-page .compareTable .tf{
        font-size: 14px;
    }

    .compare-page .compareTable .tf{
        position: static;
        transform: none;
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
    }

    .compare-page .compareTable {
        width: 100%;
    }

    .compare-page .compareTable .table__button_prev{
        left: -15px;
    }

    .compare-page .compareTable .table__button_next{
        right: -15px;
    }

    .compare-page .compare-sections__item{
        padding: 0 20px;
    }
}

@media screen and (min-width: 501px){

    .compare-page .table__button:hover svg{
        stroke: white;
    }
}

@media screen and (max-width: 500px) {
	
    .compare-page .table__button{
        border: none;
        width: auto;
        height: auto;
    }

    .compare-page .compareTable .table__button_prev {
        left: 0;
    }

    .compare-page .compareTable .table__button_next {
        right: 0;
    }

    .compare-page .container-table {
        padding: 0 10px;
    }

    .compare-page .compare-sections__item{
        padding: 0 15px;
        font-size: 14px;
        font-weight: 500;
    }

    .compare-page .compare-sections__item sup{
        font-size: 12px;
        margin-left: 2px;
    }

    .compare-page .compareTable{
        margin-top: 10px;
    }
}
/* End */
/* /local/templates/aspro-scorp/css/compare.css?17507765069412 */
