

/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?17739218912917*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/bitrix/templates/main/components/bitrix/news.list/otzivi/style.css?17739218974788*/
.reviews_title_block{
	width: 100%;
    display: inline-block;
}
.reviews_title{
	float:right;
    background-image: url(/bitrix/templates/main/img/maska_kontanti2.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 148px;
    height: 169px;
    font-family: 'PT Sans', sans-serif;
    width:570px;
	position: relative;
    top: 16px;
    right: 0;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: repeat-y;
    /* background-size: cover; */
    background-attachment: fixed;
}
.reviews_title_text{
	width: 430px;
    float: left;
	padding-top: 68px;
}
.reviews_title_text span{
	display:block;
	font-size:36px;
	color:#2898aa;
}
.reviews_block{
	display: block;
    z-index: 10;
    position: relative;	
}
.reviews_block_list{
	width:100%;
	margin: 0 0 78px 0;
    display: inline-block;
}
.reviews_left{
	float:left;
	width:38%;
}
.reviews_right{
	float:right;
	width:62%;
	display: flex;
}


.reviews_left_chet{
	float:left;
	width:62%;
	display: flex;
}
.reviews_right_chet{
	float:right;
	width:38%;
	
}


.foto_reviews_block{
	height:130px;
	/*position: absolute;
    top: 50%;*/
    margin-top: 130px;
}
.foto_reviews_right_chet{padding-left: 77px;}
.foto_reviews{
	text-align: center;
    display: inline-block;
	background-color:#fff;
	border-radius: 50%;
	float: left;
	margin-right: 5px;
}
.foto_reviews img{
	padding: 10px;
	width: 95px!important;
    height: 95px!important;
	border-radius: 50%;
	object-fit: cover;
}
.name_reviews{
	 /*display: inline-block;*/
	 margin: 21px 0 0 16px;
	 font-size:17px;
	 padding: 16px 10px 0 0;
}
.reviews_left a{
	font-size:18px;
	color:#2898aa;
	text-align:center;
	width:255px;
	padding:17px 0;
	display:block;
	background-color:#fff;
	border:1px solid #2898aa;
	text-decoration:none;
	position: absolute;
    bottom: 0;
	transition-duration: 0.46s;
		-webkit-transition-duration: 0.46s;
		-moz-transition-duration: 0.46s;
		-o-transition-duration: 0.46s;
		-ms-transition-duration: 0.46s;
}
.reviews_left a:link, .reviews_left a:visited {color:#2898aa;text-decoration:none;}
.reviews_left a:hover, .reviews_left a:focus{color:#fff;background-color:#2898aa;text-decoration:none;}

.reviews_right_text_block{
	background-color:#fff;
	width:100%;
	/*height:401px;*/
	padding:30px 27px;
}
.reviews_right_pad{
	position: relative;
	height:100%;
}
.reviews_right_pad p{
	padding: 49px 47px 38px 49px;
	margin:0;
	font-style:italic;
	line-height: 2.2;
}
.reviews_right_pad > span > img{
	width: 55px!important;
    height: 54px!important;
}
.reviews_right_pad > span{
	    position: absolute;
}
.reviews_marks_left{left:0;top:0;}
.reviews_marks_right{right: 0;bottom: 0;}

@media screen and (max-width: 1279px) {
	.reviews_title_text{width: 331px;}
	.reviews_title_text span{
		font-size:29px;
	}
	.name_reviews{
		font-size:16px;
	}
	.reviews_right_pad p{line-height: 2;}
}	

@media screen and (max-width: 1023px) {
	.reviews_title{
		font-size: 99px;
		width: 382px;
		height: 123px;
		top: 42px;
	}
	.reviews_title_text {font-size: 14px;width: 278px;}
	.reviews_title_text span{font-size: 24px;}
	.reviews_right_pad p{
		line-height: 1.8;
		font-size: 14px;
	}
	.reviews_right{width:60%;}
	.reviews_left {width: 40%;}
	.name_reviews{font-size: 15px;}
	.reviews_left a{width: 230px;padding: 15px 0;font-size: 15px;}
}	
@media screen and (max-width: 920px){
	.name_reviews{font-size: 14px;}
	.reviews_right_pad p {line-height: 1.4;}
}	
@media screen and (max-width: 767px){
	.reviews_title{
		font-size: 77px;
		width: 298px;
		height: 95px;
		top: 47px;
	}	
	.reviews_title_text{font-size: 12px;width: 232px;}
	.reviews_title_text span {font-size: 21px;}
	.reviews_right{width:100%;float:none;}
	.reviews_left {width:100%;float:none;}
	.reviews_right_pad p{
		line-height: 2;
		font-size: 15px;
	}
	.name_reviews{font-size: 15px;}
	.reviews_left a{display:none;}
	.foto_reviews_block{margin-top: 24px;}
	.reviews_right_text_block{height:auto;}
	.reviews_right_pad{height:auto;}
}
@media screen and (max-width: 640px) {
	.reviews_title{
		font-size: 65px;	
		width: 251px;
		height: 77px;
		top: 55px;
	}	
}
@media screen and (max-width: 559px) {
	.reviews_title{display:none;}
	.reviews_title_text{width: 100%;}
	.reviews_title{top: 17px;}
	.reviews_right_pad p{padding: 58px 10px 56px 10px;}
}	
@media screen and (max-width:481px) {
	.reviews_title{
		font-size: 45px;
		width: 175px;
		height: 55px;
	}
	.reviews_right_text_block{padding: 30px 5px;}
	.reviews_right_pad p{font-size: 14px;line-height: 1.8;}
	.name_reviews{font-size: 14px;}
	
}	
@media screen and (max-width:420px) {
	.name_reviews{font-size: 13px;}
	.reviews_right_pad p {
		font-size: 13px;
		line-height: 1.6;
	}
}	

    
/* End */


/* Start:/bitrix/templates/main/components/bitrix/iblock.element.add.form/popup/style.css?17739218972108*/
.pop-form-title{
	color:#208292;
	font-size:1.6em;
	font-weight:700;
	text-align:center;
	padding:0 0 25px 0;
}
.text_form{
	color:#000;
	font-size:18px;
	margin: 0 0 18px 0;
}
.formadd{
	color:#000;
	
}
.formadd input{
	font-family: 'PT Sans', sans-serif;
}
.formadd input[type="text"]{
	height:66px;
	width:100%;
	font-size:18px;
	padding:20px 21px;
}
.formadd textarea{
	width:100%;
	height:165px;
	margin-top: 0;
	font-size:18px;
	padding:25px 21px;
}
.formadd_submit input[type="submit"]{
	background-color:#c8d42c;
	margin-top: 20px;
	padding:14px 0;
	color:#000;
	width:100%;
	font-size:26px;
	border:none;
	cursor:pointer;
	font-family: 'PT Sans', sans-serif;
}	
.formadd_submit input[type="submit"]:hover, .formadd_submit input[type="submit"]:focus{background-color:#909921;}
.formadd input[type=radio] {
	display: none;
}
.formadd label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 0;
	line-height: 18px;
	user-select: none;
	font-size: 1.4em;
    padding: 0 0 5px 0;
}
.caphatable{
	margin-top:20px;
}
/* Checked */
.formadd input[type=radio]:checked + label:before {
	background: url(/bitrix/templates/main/img/radio-2.png) 0 0 no-repeat;
}
 
/* Hover */
.formadd label:hover:before {
	filter: brightness(120%);
}
. 
/* Disabled */
.formadd input[type=radio]:disabled + label:before {
	filter: grayscale(100%);
}

.politik_form{
	font-size:18px;
	color:#2898aa;
	line-height: 1;
    padding: 15px 0;
}
.politik_form a:link, .politik_form a:visited, .politik_form a {color:#d5dadb;text-decoration:underline;}
.politik_form a:hover, .politik_form a:focus{color:#d5dadb;text-decoration:none;}

@media screen and (max-width: 1200px) {
	.formadd_submit input[type="submit"]{
		font-size: 25px;
	}
	.politik_form{
		font-size:16px;
	}
}
@media screen and (max-width: 526px) {
	.title_form{font-size:33px;}
	.text_form{font-size:16px;}
	.formadd textarea{
		font-size:16px;
		padding:15px 15px;
	}
	.formadd input[type="text"]{
		font-size:16px;
		padding:15px;
	}
	.formadd_submit input[type="submit"]{
		font-size: 23px;
		padding: 16px 0;
	}
}	
/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?17739218912917 */
/* /bitrix/templates/main/components/bitrix/news.list/otzivi/style.css?17739218974788 */
/* /bitrix/templates/main/components/bitrix/iblock.element.add.form/popup/style.css?17739218972108 */
