footer .list.policy {position: absolute; bottom: 0; right: 10px;} 

@media (max-width: 768px) {
body {padding-top: 51px;}
.navbar-fixed,.navbar.navbar-expand-md {position: fixed;z-index: 999;top: 0;left: 0; width: 100%;}
}

@media (max-width: 1280px) {
.custom-radio input + span {font-size: 94%;}
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    background-position: 0 center;
    height: 100%;
}

/*-- Requisites --*/

.requisites_wrapp {
    margin: 101px 0 0 0;
}

.rub_icon {
	display: inline-block;
	vertical-align: top;
	width: 17px;
	height: 28px;
	margin-right: 8px;
	background-image: url(images/rub_icon.png);
	background-position: center;
	background-repeat: no-repeat;
}

.line_link {
	display: inline;
	position: relative;
	top: 1px;
	border-bottom: 1px solid #d3e7d9;
	font-family: "Fira Sans Condensed Light", "Arial", "Verdana", sans-serif;
	font-size: 17px;
	line-height: 21px;
	font-weight: 300;
	color: #ffffff;
	-webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.line_link:link,
.line_link:visited {
	color: #ffffff;
	border-bottom: 1px solid #d3e7d9;
}

.line_link:active,
.line_link.active {
	color: #ffffff;
	border-bottom: 1px solid transparent;
}

.line_link:hover {
	color: #ffffff;
	border-bottom: 1px solid transparent;
}

.payments_thumbs {
	text-align: center;
}

.pay_th {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 7px 1%;
	text-align: center;
}

.pay_th .img-box {
	width: 100%;
	max-width: 120px;
	margin: 4px auto;
	position: relative;
	overflow: hidden;
	height: 120px;
	border-width: 1px;
	border-color: rgb(119, 119, 119);
	border-style: solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.pay_th .img-box img {
	display: block;
	max-width: 98%;
	max-height: 98%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pay_th p {
	padding: 4px 0;
    margin-bottom: 0;
	font-family: "Fira Sans Condensed Light", "Arial", "Verdana", sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	font-style: italic;
}

/*-- /Requisites --*/

.tender {position: absolute; z-index: 2; right: 30px; top: 33px; display: block; width: 126px; height: 51px; background: url(images/tender.png); border: none; outline: none;}

.teaser-content > * {margin-bottom: 0;}
.teaser-content > h5 {margin-bottom: 5px; line-height: 1;}
.teaser-content > p {line-height: 1.22; color: #333;}
.teaser-title > span {padding: 1px 10px; height: 25px; white-space: nowrap;}