/* -xs */

@media (min-width: 576px) {
	.fs36 {
		font-size: 20px
	}

	.home-popular {
		padding: 0 0 40px;
	}
	.home-popular .title {
		background: #f9f9f9;
	}
	.home-popular .item {
		width: 49.5%;
		margin-bottom: 1%;
	}
	.home-popular .item:nth-child(2n+1) {
		margin-right: .5%;
	}
	.home-popular .item:nth-child(2n) {
		margin-left: .5%;
	}
	.tcl-banner .item .img {
		height: 110px;
		bottom: 20px;
		margin: auto;
	}
	.teplij-pol .item {
		position: relative;
		width: 49.5%;
		margin-right: 1%;
		margin-bottom: 1%;
	}
	.teplij-pol .item:nth-child(2n) {
		margin-right: 0;
	}



	.product-info .price {
		text-align: center;
		display: flex;
		justify-content: space-between;
	}
	.product-info .price .new b {
		font-size: 26px;
	}
	.product-info .price .old b {
		font-size: 20px;
	}


	.product-info .cart-line .shopping span {
		display: inline;
		margin-right: 5px;
		color: #fff;
		text-transform: uppercase;
		font-weight: 500;
	}
	.product-info .cart-line .shopping {
		width: auto;
		padding: 0 15px;
	}


	.product-info .delivery-line img {
		height: 30px;
	}


}










/* -sm */

@media (min-width: 768px) {
	.fs36 {
		font-size: 26px
	}

	.home-slide {
		padding-top: 80px;
		padding-bottom: 120px;
	}
	.home-slide:after {
		left: 50%;
	}
	.home-slide .detail {
		text-align: left;
		background: none;
	}
	.home-slide .title {
		font-size: 32px;
	}
	.home-slide .text {
		font-size: 18px;
	}
	.home-slide .button a {
		width: 160px;
		line-height: 45px;
	}

	.home-popular {
		padding-bottom: 60px;
	}
	.home-popular .title {
		padding: 60px 0 30px;
	}

	.tcl-banner {
		margin-top: 60px;
	}
	.tcl-banner .item:after {
		height: 150px;
	}
	.tcl-banner .line-1 {
		font-size: 60px;
	}
	.tcl-banner .line-2 {
		font-size: 30px;
	}
	.product-info .video-youtube iframe {
		height: 300px;
	}
	.product-info .attribute > div + div {
		margin-top: 0;
	}
	.product-info .attribute > div + div:after {
		display: none;
	}
	.product-info .attribute > div {
		border-bottom: 1px dotted #7a8187;
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		line-height: 14px;
	}
	.product-info .attribute > div + div {
		margin-top: 14px;
	}
	.product-info .attribute span > span {
		background: #fff;
		position: relative;
		bottom: -1px;
	}
	.product-info .attribute .att-name {
		font-size: 14px;
		text-align: left;
	}
	.product-info .attribute .att-value {
		text-align: right;
		padding-left: 50px;
	}
}