

/* Start:/local/templates/.default/components/bitrix/news.list/contacts/style.css?17664069612278*/
.contacts_list{
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.contacts_item_address{
	color:#3254A0;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px; /* 125% */
	letter-spacing: 0.48px;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.contacts_item_title{
	color: #F18F59;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
	margin-bottom: 12px;
}

.contacts_item_phone{
	margin-bottom: 24px;
}

.contacts_item_list{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.contacts_item_phone .contacts_item_list{
	gap: 16px;
}
.contacts_item_email .contacts_item_list{
	gap: 10px;
}

.contacts_item_phone a,
.contacts_item_phone a:hover{
	color:#3254A0;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px; /* 130% */
	letter-spacing: 0.4px;
	text-decoration: none;
}


.contacts_item_email a,
.contacts_item_email a:hover{
	color:#3254A0;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 120% */
	text-decoration: none;
	padding-bottom: 10px;
	border-bottom: 2px solid #F18F59;
}


.socials_contacts{
	max-width: 1136px;
	margin: 140px auto 0;
	padding: 24px 39px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap:20px 40px;
	background: #F18F59;
}

.socials_contacts_title{
	color: #3254A0;
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 109.091% */
	text-transform: uppercase;
}

.socials_contacts .socials a{
	border-color: #3254A0;
}

.socials_contacts .socials a svg path{
	fill: #3F3C4C;
}

.socials_contacts .socials a:hover svg path{
	fill: #3254A0;
}

.form_contacts{
	max-width: 1136px;
	margin: 73px auto 0;
}

.text_form{
	color:#3254A0;
	font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 54px; /* 135% */
	text-transform: uppercase;
	margin-bottom: 40px;
}


@media(max-width: 992px){
	.contacts_item_address{
		font-size: 20px;
		line-height: normal;
	}

	.text_form{
		font-size: 30px;
		line-height: normal;
	}
}


@media(max-width: 768px){

	.text_form{
		font-size: 24px;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17612928212947*/
.bx-pagination {
	margin: 60px 0 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: flex;
	align-items: center;
	gap: 16px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev{
	margin-right: 24px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next{
	margin-left: 24px;
}

.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;
	
	color: #3F3C4C;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px; /* 144.444% */
	text-transform: uppercase;
	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;
	color: #444;
	vertical-align: middle;
}


.bx-pagination .bx-pagination-container ul li.bx-active span{
	color: #F18F59;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #3254A0;
	border-radius: 100%;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #3254A0;
	border-radius: 100%;
}

.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 {
	border-color: #F18F59;
}


.bx-pagination .bx-pagination-container ul li.bx-pag-prev span svg path,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span svg path {
    		transition: all .3s ease;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span svg path,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span svg path {
	fill: #F18F59;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	color: #F18F59;
}
.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 */
/* /local/templates/.default/components/bitrix/news.list/contacts/style.css?17664069612278 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17612928212947 */
