.hidden-size {
	opacity: 0;
	display: none;
	transition:all 0.1 ease-in-out;
}

.hidden-size.visible {
	opacity: 1;
	display: block;
}

.pagination {
	list-style: none;
	margin:0;
	padding: 0;
}

.pagination li {
	display: inline-block;
	margin-right: 4px;
}

.pagination li.current-page {
	box-shadow:0px 0px 3px #707070;
}

.pagination li a {
	display: block;
	padding: 2px 8px;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	line-height: 24px;
	font-weight: 300;
	transition: color 0.2s;
}

.pagination li a:hover {
	color: #707070;
}

.tesrot {
	width:100%;
	height: 100%;
}

.tesrot a {
	width:100%;
	opacity: 0;
	transition: opacity 0.3s;
}

.tesrot a:hover {
	opacity: 1;
}

.color-choice .select-value a {
	text-decoration: none;
	display: inline-block;
	margin: 2px;
	width:28px;
	height:28px;
}

.color-choice .select-value a.active{
	outline: 3px solid #000000;
}

#specification ul {
	list-style:disc;
	margin-left: 18px;
}
#specification{
	line-height: 1.1;
	color: #424242;
}

#specification p{
	color: #424242;
}


.tabcontent h3 {
	color: #424242;
	font-size: 13px;
}

.btn-store a {
    display: block;
    text-align: center;
    font-size: 14px;
}

.tovar-color-in p, .tovar-razmer-in p {
	font-size: 12px;
	line-height: 14px;
	font-weight: 300;
}

.assoc_models  .item-img-new {
	margin-bottom: 1rem;
}

.breadcrumbs {
	/*width:1087px;*/
	width: 90%;
	text-align:left;
}

.breadcrumbs a {
	color:#424242;
	font-size: 0.75rem;
	/*text-transform: uppercase;*/
	text-decoration: none;
}

.breadcrumbs span {
	font-size: 0.75rem;
}

.hidden-desktop {
	display: none;
}

.hidden-mobile {
	display: block;
}


/* патч корзины */
.basket a {
	position: relative;
	width: auto !important;
}

.basket a span {
	/*position: absolute;
    display: block;
    background-color: #f0b0b0;
    padding: 4px;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 50%;
    bottom: 0;
    right: 0;
    margin-bottom: -14px;
    margin-right: -14px;*/
    font-size: 12px;
    margin-left: 10px;
    font-weight: 500;
}

.basket a span.empty-basket{
	visibility: hidden;
}

.thing.thingis {
	position: relative;
}

.spec-marks {
	position: absolute;
	top:  0;
	left: 0;
	margin:1rem 0 0 1rem;
	list-style: none;
}

.spec-marks li {
	margin-bottom: 1rem;
	padding: 5px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 400;
	color: #ffffff;
}

select#sort {
	color: #8B8888;
    border: none;
    width: 37px;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0, 0.20);
	z-index: 100;
	display: none;
}

.modal.active {
	display: block;
}

.modal-popup {
	background: white;
	position: absolute;
	top:10vh;
	left: 50%;
	margin-left: -15rem;
	padding:3rem;
	width: 30rem;
}

.modal-popup b {
	color: #000;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
}
.modal-popup hr {
	margin: 2rem auto 1rem;
	border: none;
	border-bottom: 1px solid #000;
}

.modal-popup ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.modal-popup ul li{
	margin-bottom: 0.7rem
}

.modal-popup ul li a{
	color: #000;
	font-weight: 300;
	text-decoration: none;
}

.modal-popup ul li a:hover{
	color: #000;
	font-weight: 400;
	text-decoration: none;
}

.news-block {
        margin-top:52px;
        display: grid;
        grid-template-columns: 1fr 1fr; 
        gap:10px;
    }

.article-image {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
    max-width: 320px;
}

	.article-gallery {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 10px;
		width: 100%;
	}

	.gallery-slide img {
		display: block;
		width: 100%;
	}


@media only screen and (max-width: 768px) {
	.modal-popup {
		background: white;
		position: absolute;
		top:10vh;
		left:0;
		right:0;
		padding:3rem;
		max-width: 30rem;
		width:92%;
		margin: auto;
		box-sizing: border-box;
	}

	.breadcrumbs {
	    padding-left: 5%;
	    padding-top: 60px;
	    display: flex;
	    overflow: auto;
	    white-space: nowrap;
	}
	.breadcrumbs a {
		font-size: 12px;
		padding-bottom: 10px;

	}
	.breadcrumbs span  {
		font-size: 12px;
		padding: 0 5px;
	}
	.hidden-desktop {
		display: block;
	}
	.hidden-mobile {
		display: none;
	}

	.spec-marks {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0.5rem 0 0 0.5rem;
		list-style: none;
	}

	.spec-marks li {
		margin-bottom: 0.5rem;
		font-size: 0.75rem;
	}

	.news-block {
        margin-top:36px;
        display: grid;
        grid-template-columns: 1fr; 
        gap:10px;
    }

    .article-image {
        float: none;
        padding-bottom: 10px;
        max-width: 100%;
        width: 100%;
    }

	.article-gallery {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.gallery-slide img {
		height: 100%;
	}

}