.lst{
	font-size: 36px;
    font-weight: 500;
    font-style: italic;
}
.ter td:nth-child(1) {
    background: url(img/55.jpg);
    background-repeat: no-repeat;
    background-size: 45px;
    width: 45px;
    height: 45px;
}
.ter td:nth-child(2){
	text-align: left;
	font-size: 100%;
    font-weight: 700;
}
.ter td:nth-child(3){

	text-align: center;
}
.ter p{
	margin: 5px 0;
    color: #1f9db1;
    border: 1px solid #1f9db1;
    border-radius: 10px;
    width: 53px;
}
.ter td:nth-child(4){
	text-decoration-line: line-through;
}
.ter td:nth-child(5){
	font-weight: 600;
}
.ter td:nth-child(6){
	
	text-align: right;
	padding: 10px 0;
}

h4{
	text-align: center;
}
table.pricelist__main-table {
    border-collapse: collapse;
    width: 100%;
    border: unset;
    position: relative;
	font-size: 100%;
}
.pricelist__main-table tr{
	border-bottom:1px solid #1f9db145
}
.pricelist__main-table tr:first-child {
	border-top: 1px solid #1f9db145;
}

td.image_table{
	width:6%
}
td.name_table{
	width:40%
}
td.discount_table{
	width:10%
}
td.price_table{
	width:20%
}
td.callme{
	width:19%;
	text-align: right;
}
.span_d {
    padding: 5px 10px;
    font-weight: 600;
    border-radius: 10px;
    color: #1f9db1;
    border: 1px solid #1f9db1;
	font-size: 100%;
}
.span_n{
	font-size: 100%;
    font-weight: 700;
}
.price_old {
    font-size: 100%;
    margin-right: 10px;
    text-decoration-line: line-through;
}
.price_new {
    padding: 5px 10px;
    font-weight: 600;
    font-size: 100%;
}
a.btc{
	color: #fff;
    border: 1px solid;
    background: -o-linear-gradient(201.56deg, #006213 3.31%, #085a00 80.14%);
    background: linear-gradient(248.44deg, #4e4e4e 3.31%, #1f9db1 80.14%);
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.06);
    border-radius: 95px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 5px 10px;
    text-decoration: none;
	cursor: pointer;
}

.ttt {
	display: flex; flex-wrap: wrap;
	margin-bottom:5px
  
}
.home_price1{
	height: auto;
    flex: 1;
    max-width: 30%;
    background: url(http://z-ramenskoe.ru/img/13.jpg);
	background-size: cover;
    margin-right: 2%;
    border-radius: 16px;
	padding: 5px 5px;
	padding: 130px 0px 5px 5px;
 
}
.home_price2{
	height: auto;
    flex: 1;
    max-width: 30%;
    background: url(http://z-ramenskoe.ru/img/13.jpg);
	background-size: cover;
    margin-right: 2%;
    border-radius: 16px;
	padding: 130px 0px 5px 5px;
 
}
.home_price3{
	height: auto;
    flex: 1;
    max-width: 30%;
    background: url(http://z-ramenskoe.ru/img/13.jpg);
	background-size: cover;
    margin-right: 0px;
    border-radius: 16px;
	padding: 130px 0px 5px 5px;
 
}
table.set{
	width: 100%;
}
td.set_old{
	margin-right: 10px;
    text-decoration-line: line-through;
    font-size: 100%;
}
.set tr{
	border-bottom: 1px solid #1f9db145;
}
.set td{
	padding:5px 0;
}
.set td:nth-child(1){
    padding: 5px 0 5px 10px;
}
h5{
	text-align: center;
    color: #5f8181;
    font-weight: 400;
    font-size: 20px;
}
@media (max-width: 870px) {
 
  td.callme {
    width: 19%;
    text-align: right;
	}
	td.discount_table {
    width: 17%;
	display: none;
	}
	td.name_table {
    width: 36%;
	}
	.home_price1 {
    height: 300px;
    flex: 1 0 78%;
    max-width: 47.33%;
    background: url(http://z-ramenskoe.ru/img/13.jpg);
	background-size: cover;
 
    border-radius: 16px;
	padding: 130px 0px 5px 5px;
	}
	.home_price2 {
    flex: 1 0 78%;
    max-width: 47.33%;
    margin-right: 0;
	height: auto;
    background: url(http://z-ramenskoe.ru/img/13.jpg);
	background-size: cover;
    border-radius: 16px;
	padding: 130px 0px 5px 5px;
	}
	.home_price3 {
    flex: 1 0 78%;
    max-width: 47.33%;
    margin-right: 0;
    margin-top: 10px;
	
	height: auto;
    background: url(http://z-ramenskoe.ru/img/13.jpg);
	background-size: cover;
    border-radius: 16px;
	padding: 130px 0px 5px 5px;
	}
}
@media (max-width: 600px) {
    .ter td:nth-child(1){
        
        background: url(img/55.jpg);
        background-repeat: no-repeat;
        background-size: 45px;
        width: 42px;
        height: 42px;
    }
	.ter td:nth-child(3){
		width: 7%;
		text-align: center;
		display: none;
		}
	.ter td:nth-child(4) {
		text-decoration-line: line-through;
	}
	.ter td:nth-child(5) {
		font-weight: 600;
	}
  table.pricelist__main-table {
    border-collapse: collapse;
    width: 100%;
    border: unset;
    position: relative;
	font-size: 83%;
	}
	td.name_table {
    width: 42%;
	}
	td.callme {
    width: 19%;
    text-align: right;
	}
	td.price_table{
    width: 33%;
	}
	.price_new {
    padding: 5px 5px;
    font-weight: 600;
    font-size: 100%;
	}
	.span_d {
    padding: 1px 4px;
    font-weight: 600;
    border-radius: 10px;
    color: #1f9db1;
    border: 1px solid #1f9db1;
    font-size: 100%;
	}
	td.image_table {
    width: 8%;
    padding: 8px 0;
	}
	td.discount_table {
    width: 17%;
	display: none;
	}
	.price_old {
    font-size: 100%;
    margin-right: 6px;
    text-decoration-line: line-through;
	}
	.home_price1 {
        height: auto;
        flex: 1 0 78%;
        max-width: 99.33%;
        background: #dddddd;
        margin-right: 0;
        margin-bottom: 38px;
    background: url(http://z-ramenskoe.ru/img/13.jpg);
	background-size: cover;
    border-radius: 16px;
	padding: 130px 0px 5px 5px;
    }
	.home_price2 {
     height: auto;
        flex: 1 0 78%;
        max-width: 99.33%;
        background: #dddddd;
        margin-right: 0;
        margin-bottom: 38px;
    background: url(http://z-ramenskoe.ru/img/13.jpg);
	background-size: cover;
    border-radius: 16px;
	padding: 130px 0px 5px 5px;
    }
	.home_price3 {
     height: auto;
        flex: 1 0 78%;
        max-width: 99.33%;
        background: #dddddd;
        margin-right: 0;
        margin-bottom: 0;
    background: url(http://z-ramenskoe.ru/img/13.jpg);
	background-size: cover;
    border-radius: 16px;
	padding: 130px 0px 5px 5px
    }
	.lst{
	font-size: 19px;
    font-weight: 500;
    font-style: italic;
	}

}