

/* Start:/local/templates/arista/components/bitrix/news.list/paylist/style.css?17496289922604*/
.pay-list {
    margin: 32px auto;
    display: flex;
    counter-reset: count;
    padding: 0;
}
.pay-list__item {
    width: 32%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 128px 8px 16px;
}

.pay-list__title {
    font-family: "DINCondensedC", sans-serif;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 20px;
    line-height: 133%;
    background: #73b634;
    text-align: center;
    letter-spacing: .5px;
    color: #fff;
    width: 100%;
    padding: 5px 10px;
}

.pay-list__description {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000;
}

@media (max-width: 650px) {
	  .pay-list__item {
		width: 100%;
		display: flex;
		flex-direction: column;
		position: relative;
		padding: 128px 8px 16px;
	}
}


.pay-list {
    margin: 32px auto;
    display: flex;
    counter-reset: count;
    padding: 0;
		gap: 20px;
flex-wrap: wrap;
}
.pay-list__item {
    width: calc(32% - 20px);
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 0 15px 0px;
    align-items: center;
    border: 1px solid #dfdfdf;

}

.pay-list__title {
font-family: "DINCondensedC", sans-serif;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 20px;
    line-height: 133%;
    background: #73b634;
    text-align: center;
    letter-spacing: .5px;
    color: #fff;
    width: 100%;
    padding: 5px 10px;
}

.pay-list__photo {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000;
width: 100px;
}
.pay-list__description {
font-family: "Roboto", sans-serif;
width: 75%;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #676767;
margin-top: 20px;
}
.pay__title {
    font-family: "DINCondensedC", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    margin-top: 40px;
}
.pay__footer {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #676767;
    margin: 0;
}
.time {
    margin-top: 28px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #676767;
    /* margin: 0; */
}
.time__title {
    color: #333;
    font-weight: 600;
}
.time__srok span {
    font-weight: 600;
}

@media (max-width: 650px) {
	  .pay-list__item {
		width: 100%;
		display: flex;
		flex-direction: column;
		position: relative;
		padding: 0;
			padding-bottom: 15px;
	}
}
/* End */
/* /local/templates/arista/components/bitrix/news.list/paylist/style.css?17496289922604 */
