@charset "UTF-8";
/*
Theme Name: "МРЦ"
Author: Виталий
Version: 0.048
*/
/* ALL */
	* {
		margin: 0px;
	    padding: 0px;
	    outline: none;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    font-family: 'Proxima Nova';
	    font-style: normal;
		font-weight: inherit;
		font-size: inherit;
		line-height: 21px;
	}
	body {
		background: #ffffff;
	}
	input[type="text"],
	input[type="submit"],
	button {
	    -webkit-appearance: none;
	}
	.container {
		max-width: 1170px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	p {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 25px;
		color: #737373;
		padding-bottom: 17px;
	}
	ul {
		padding-left: 15px;
		padding-bottom: 17px;
	}
	ul li {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 25px;
		color: #737373;
	}
	h1 {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 700;
		font-size: 46px;
		line-height: 60px;
		color: #212121;
		margin-bottom: 16px;
	}
	h2 {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 700;
		font-size: 36px;
		line-height: 50px;
		color: #212121;
		margin-bottom: 16px;
	}
	h3 {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 700;
		font-size: 28px;
		line-height: 40px;
		color: #212121;
		margin-bottom: 16px;
	}
	h4 {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 700;
		font-size: 18px;
		line-height: 25px;
		color: #212121;
		margin-bottom: 16px;
	}
	strong {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 25px;
		color: #212121;
	}
/* ALL */
/* HEADER */
	header {
		background: #ffffff;
	}
	header .first_line {
		background: #D7E0E3;
		padding-top: 17px;
		padding-bottom: 17px;
	}
	header .first_line .container {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    	-ms-flex-line-pack: center;
        align-content: center;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
        justify-content: space-between;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
	}
	header .first_line .search_block {

	}
	header .first_line .search_block form {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    	-ms-flex-line-pack: center;
        align-content: center;
	    -webkit-box-pack: start;
	    -ms-flex-pack: start;
        justify-content: flex-start;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
	}
	header .first_line .search_block form button {
		background: unset;
		border: unset;
		margin-right: 10px;
		min-width: 20px;
		width: 20px;
		height: 20px;
		cursor: pointer;
	}
	header .first_line .search_block form button img {
		display: block;
	}
	header .first_line .search_block form input {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		color: #212121;
		border: unset;
		background: unset;
		width: 170px;
	}
	header .first_line .search_block form input::placeholder {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		color: #8A9AA1;
	}
	header .first_line .menu_block {

	}
	header .first_line .menu_block ul {
		list-style: none;
		padding-left: 0;
		padding-bottom: 0;
		display: flex;
	}
	header .first_line .menu_block ul {
		list-style: none;
		padding-left: 0;
		padding-bottom: 0;
		display: flex;
	}
	header .first_line .menu_block ul li {
		padding: 10px 18px;
	    margin: auto;
  	    position: relative;
    	line-height: 32px;
	}
	header .first_line .menu_block ul li a {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 700;
		font-size: 13px;
		line-height: 17px;
		letter-spacing: 0.095em;
		text-transform: uppercase;
		color: #212121;
		text-decoration: none;
		display: block;
		transition: 0.3s;
	}
	header .first_line .menu_block ul li a:hover {
		color: #45A6DB;
		transition: 0.3s;
	}
	header .first_line .menu_block ul li ul {
		display: none;
	    position: absolute;
	    top: 30px;
	    left: -16px;
    	background: rgba(255, 255, 255, 0.95);
    	border: 1px solid #8e74ba;
	}
	header .first_line .menu_block ul li:hover ul {
		display: block;
		width: 100%;
    	min-width: 300px;
	}
	header .first_line .menu_block ul {
		list-style: none;
		padding-left: 0;
		padding-bottom: 0;
		display: flex;
	}
	header .first_line .menu_block ul li {
		padding: 10px 18px;
	    margin: auto;
  	    position: relative;
    	line-height: 32px;
	}
	header .center_line {
		height: 99px;
		display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-ms-flex-line-pack: center;
        align-content: center;
    	-webkit-box-align: center;
    	-ms-flex-align: center;
        align-items: center;
	}
	header .center_line .container {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -ms-flex-line-pack: center;
	    align-content: center;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
		padding: 0;
	}
	header .center_line .left_block {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    	-ms-flex-line-pack: center;
        align-content: center;
	    -webkit-box-pack: start;
	    -ms-flex-pack: start;
        justify-content: flex-start;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
	}
	header .center_line .left_block .logo {

	}
	header .center_line .left_block .logo a {
		text-decoration: none;
	}
	header .center_line .left_block .logo a img {
		display: block;
	}
	header .center_line .left_block .logo_text {
		padding-left: 25px;
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 21px;
		color: #212121;
		/*max-width: 230px;*/
	}
	header .center_line .center_block {
		
	}
	header .center_line .center_block .buttons_block {
		border-radius: 90px;
		background: #D7E0E3;
		padding: 4px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
        align-items: center;
    	gap: 10px;
	}
	header .center_line .center_block .buttons_block a {
		color: #212121;
		font-family: "Proxima Nova";
		font-size: 13px;
		font-style: normal;
		font-weight: 700;
		line-height: 130.4%;
		letter-spacing: 1.235px;
		text-transform: uppercase;
		text-decoration: none;
		padding: 9px;
		border-radius: 90px;
		display: block;
	}
	header .center_line .center_block .buttons_block a.active {
		color: #FFF;
		font-family: "Proxima Nova";
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		line-height: 130.4%; /* 16.952px */
		letter-spacing: 1.235px;
		text-transform: uppercase;
		background: #45A6DB;
		padding: 10px 20px;
	}
	header .center_line .right_block {
		display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-ms-flex-line-pack: center;
        align-content: center;
    	-webkit-box-pack: end;
    	-ms-flex-pack: end;
        justify-content: flex-end;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
    	-ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
	}
	header .center_line .right_block .select_region {
		padding-right: 0px;
	}
	header .center_line .right_block .select_region>ul {
		list-style: none;
		padding: 20px;
		position: relative;
	}
	header .center_line .right_block .select_region>ul>li {
		cursor: pointer;
	}
	header .center_line .right_block .select_region ul li span {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    	-ms-flex-line-pack: center;
        align-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
	    -webkit-box-pack: start;
	    -ms-flex-pack: start;
        justify-content: flex-start;
	}
	header .center_line .right_block .select_region ul li span:before {
		content: '';
		width: 16px;
		height: 16px;
		min-width: 16px;
		margin-right: 6px;
		display: block;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url(/wp-content/themes/mrc/imgs/select_region_ico.svg);
	}
	header .center_line .right_block .select_region ul li span:after {
		content: '';
		margin-left: 7px;
		width: 9px;
		min-width: 9px;
		height: 7px;
		display: block;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url(/wp-content/themes/mrc/imgs/drop_down.svg);
		transition: 0.3s;
	}
	header .center_line .right_block .select_region.active ul li span:after {
		transform: rotate(180deg);
		transition: 0.3s;
	}
	header .center_line .right_block .select_region ul li ul {
		list-style: none;
		padding: 0px;
		display: none;
		position: absolute;
		left: 0px;
		top: 100%;
		min-width: 100%;
		z-index: 4;
		background: #ffffff;
		border-radius: 4px;
		padding-top: 6px;
		padding-bottom: 6px;
		box-shadow: 2px 2px 6px rgb(69 166 219 / 20%);
		width: 155px;
	}
	header .center_line .right_block .select_region ul li ul li {
		
	}
	header .center_line .right_block .select_region ul li ul li a {
		font-family: 'Proxima Nova';
	    font-style: normal;
	    font-weight: 400;
	    font-size: 16px;
	    line-height: 21px;
	    color: #212121;
	    text-decoration: none;
	    display: block;
    	padding: 6px 22px;
    	transition: 0.3s;
    	display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    	-ms-flex-line-pack: center;
        align-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
	    -webkit-box-pack: start;
	    -ms-flex-pack: start;
        justify-content: flex-start;
	}
	header .center_line .right_block .select_region ul li ul li a:hover,
	header .center_line .right_block .select_region ul li ul li a.active {
		color: #45A6DB;
		transition: 0.3s;
	}
	header .center_line .right_block .select_region ul li ul li a img {
		width: 18px;
		height: 12px;
		display: block;
	}
	header .center_line .right_block .select_region ul li ul li a span {
		
	}
	header .center_line .right_block .select_region ul li ul li a span:before {
		display: none;
	}
	header .center_line .right_block .select_region ul li ul li a span:after {
		display: none;
	}
	ul .sub-menu {
		margin: 0 10px;
	}
	header .center_line .right_block .phone_and_adress_block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: end;
		-ms-flex-align: end;
        align-items: flex-end;
    	gap: 5px;
	}
	header .center_line .right_block .phone_block {

	}
	header .center_line .right_block .phone_block a {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 700;
		font-size: 18px;
		line-height: 23px;
		color: #212121;
		text-decoration: none;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    	-ms-flex-line-pack: center;
        align-content: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
        justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
        transition: 0.3s;
	}
	header .center_line .right_block .phone_block a:hover {
		color: #45A6DB;
		transition: 0.3s;
	}
	header .center_line .right_block .phone_block a:before {
		content: '';
		min-width: 13px;
	    width: 13px;
	    height: 13px;
	    display: block;
	    margin-right: 8px;
	    background-image: url(/wp-content/themes/mrc/imgs/phone.svg);
	}
	header .cabinet_block {
		padding-left: 30px;
	}
	header .cabinet_block .button {
		background: #45A6DB;
	    border: solid 2px #45A6DB;
	    border-radius: 25px 25px 25px 0px;
	    padding-left: 10px;
	    padding-right: 10px;
	    padding-top: 15px;
	    padding-bottom: 14px;
	    min-height: 53px;
	    cursor: pointer;
	    width: 210px;
	    -webkit-transition: 0.3s;
	    -o-transition: 0.3s;
	    transition: 0.3s;
	    overflow: hidden;
	}
	header .cabinet_block .button:hover {
		background: #ffffff;
		color: #45A6DB;
		-webkit-transition: 0.3s;
	    -o-transition: 0.3s;
	    transition: 0.3s;
	}
	header .cabinet_block .button.active {
		background: #ffffff;
		color: #45A6DB;
	}
	header .cabinet_block .button span {
		font-family: 'Proxima Nova';
	    font-style: normal;
	    font-weight: 400;
	    font-size: 15px;
	    line-height: 20px;
	    color: #FFFFFF;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -ms-flex-line-pack: center;
	    align-content: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-transition: 0.3s;
	    -o-transition: 0.3s;
	    transition: 0.3s;
	}
	header .cabinet_block .button.active span {
		margin-top: -38px;
    	margin-bottom: 17px;
    	-webkit-transition: 0.3s;
	    -o-transition: 0.3s;
	    transition: 0.3s;
	}
	header .cabinet_block .button:hover span {
		color: #45A6DB;
		-webkit-transition: 0.3s;
	    -o-transition: 0.3s;
	    transition: 0.3s;
	}
	header .cabinet_block .button span:before {
		content: '';
		min-width: 17px;
	    width: 17px;
	    height: 17px;
	    display: block;
	    background-image: url(/wp-content/themes/mrc/imgs/user.svg);
	    margin-right: 9px;
	    -webkit-transition: 0.3s;
	    -o-transition: 0.3s;
	    transition: 0.3s;
	}
	header .cabinet_block .button .hov_block {
		display: none;
	}
	header .cabinet_block .button:hover span:before {
		-webkit-filter: invert(55%) sepia(42%) saturate(682%) hue-rotate(157deg) brightness(100%) contrast(85%);
		filter: invert(55%) sepia(42%) saturate(682%) hue-rotate(157deg) brightness(100%) contrast(85%);
		transition: 0.3s;
	}
	header .cabinet_block a {
		font-family: 'Proxima Nova';
	    font-style: normal;
	    font-weight: 400;
	    font-size: 15px;
	    line-height: 20px;
	    color: #45A6DB;
	    text-decoration: none;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -ms-flex-line-pack: center;
	    align-content: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-transition: 0.3s;
	    -o-transition: 0.3s;
	    transition: 0.3s;
	}
	header .cabinet_block a:hover {
		text-decoration: underline;
	}
	header .cabinet_block a:before {
		content: '';
		min-width: 17px;
	    width: 17px;
	    height: 17px;
	    display: block;
	    background-image: url(/wp-content/themes/mrc/imgs/user.svg);
	    margin-right: 9px;
	    -webkit-transition: 0.3s;
	    -o-transition: 0.3s;
	    transition: 0.3s;
	}
	header .cabinet_block a:before {
		-webkit-filter: invert(55%) sepia(42%) saturate(682%) hue-rotate(157deg) brightness(100%) contrast(85%);
		filter: invert(55%) sepia(42%) saturate(682%) hue-rotate(157deg) brightness(100%) contrast(85%);
		transition: 0.3s;
	}
	header .mobile_toggle_menu {
		display: none;
	}
	header .mobile_toggle_menu .button {

	}
	header .mobile_toggle_menu .button span {
		display: block;
	    width: 27px;
	    height: 3px;
	    background: #212121;
	    border-radius: 3px;
	    margin-bottom: 6px;
	    -webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	header .mobile_toggle_menu .button span:last-child {
		margin-bottom: 0;
	}
	header .mobile_toggle_menu.active .button span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-bottom: -3px;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	header .mobile_toggle_menu.active .button span:nth-child(2) {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	header .mobile_toggle_menu.active .button span:nth-child(3) {
		opacity: 0;
	}
	header .mobile_menu_body {
		display: none;
		padding: 15px;
		padding-top: 0;
	}
	header .mobile_menu_body .search_block {
		margin-left: -15px;
		margin-right: -15px;
		padding: 12px 15px;
		background: #D7E0E3;
	}
	header .mobile_menu_body .search_block form {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -ms-flex-line-pack: center;
	    align-content: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	}
	header .mobile_menu_body .search_block form button {
	    background: unset;
	    border: unset;
	    margin-right: 10px;
	    min-width: 20px;
	    width: 20px;
	    height: 20px;
	    cursor: pointer;
	}
	header .mobile_menu_body .search_block form input {
	    font-family: 'Proxima Nova';
	    font-style: normal;
	    font-weight: 400;
	    font-size: 16px;
	    line-height: 20px;
	    color: #212121;
	    border: unset;
	    background: unset;
	    width: 80%;
	}
	header .mobile_menu_body .menu_block {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	header .mobile_menu_body .menu_block ul {
		list-style: none;
		padding-left: 0;
		padding-bottom: 0;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    	-ms-flex-line-pack: start;
        align-content: flex-start;
	    -webkit-box-pack: start;
	    -ms-flex-pack: start;
        justify-content: flex-start;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
	}
	header .mobile_menu_body .menu_block ul li {
		padding: 0px;
		display: block;
		width: 100%;
	}
	header .mobile_menu_body .menu_block ul li a {
		font-family: 'Proxima Nova';
	    font-style: normal;
	    font-weight: 700;
	    font-size: 15px;
	    line-height: 20px;
	    letter-spacing: 0.095em;
	    text-transform: uppercase;
	    color: #212121;
	    text-decoration: none;
	    display: block;
	    transition: 0.3s;
	    padding: 9px 0px;
	}
	header .mobile_menu_body .menu_block ul li a:hover {
		color: #45A6DB;
		transition: 0.3s;
	}
	header .mobile_menu_body .select_region {
		padding-top: 15px;
		padding-bottom: 25px;
	}
	header .mobile_menu_body .select_region>ul {
	    list-style: none;
	    padding: 0px;
	    position: relative;
	}
	header .mobile_menu_body .select_region>ul>li {
	    cursor: pointer;
	}
	header .mobile_menu_body .select_region ul li span {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -ms-flex-line-pack: center;
	    align-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	}
	header .mobile_menu_body .select_region ul li span:before {
	    content: '';
	    width: 16px;
	    height: 16px;
	    min-width: 16px;
	    margin-right: 6px;
	    display: block;
	    background-repeat: no-repeat;
	    background-position: center;
	    background-image: url(/wp-content/themes/mrc/imgs/select_region_ico.svg);
	}
	header .mobile_menu_body .select_region ul li span:after {
	    content: '';
	    margin-left: 7px;
	    width: 9px;
	    min-width: 9px;
	    height: 7px;
	    display: block;
	    background-repeat: no-repeat;
	    background-position: center;
	    background-image: url(/wp-content/themes/mrc/imgs/drop_down.svg);
	    transition: 0.3s;
	} 
	header .mobile_menu_body .select_region ul li ul {
	    list-style: none;
	    padding: 0px;
	    display: none;
	    position: absolute;
	    left: 0px;
	    top: 100%;
	    width: 100%;
	    z-index: 4;
	    background: #ffffff;
	    border-radius: 4px;
	    padding-top: 6px;
	    padding-bottom: 6px;
	    box-shadow: 2px 2px 6px rgb(69 166 219 / 20%);
	}
	header .mobile_menu_body .select_region ul li ul li a {
	    font-family: 'Proxima Nova';
	    font-style: normal;
	    font-weight: 400;
	    font-size: 16px;
	    line-height: 21px;
	    color: #212121;
	    text-decoration: none;
	    display: block;
	    padding: 6px 22px;
	    transition: 0.3s;
	    text-align: center;
	}
	header .mobile_menu_body .phone_block {
		margin-bottom: 15px;
	}
	header .mobile_menu_body .phone_block a {
		font-family: 'Proxima Nova';
	    font-style: normal;
	    font-weight: 700;
	    font-size: 18px;
	    line-height: 23px;
	    color: #212121;
	    text-decoration: none;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -ms-flex-line-pack: center;
	    align-content: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    transition: 0.3s;
	}
	header .mobile_menu_body .phone_block a:before {
		content: '';
	    min-width: 13px;
	    width: 13px;
	    height: 13px;
	    display: block;
	    margin-right: 8px;
	    background-image: url(/wp-content/themes/mrc/imgs/phone.svg);
	}
	header .mobile_menu_body .cabinet_block {
		padding-left: 0px;
	}
	header .mobile_menu_body .cabinet_block .button.active {
	    background: #ffffff;
	    color: #45A6DB;
	    margin-bottom: 0px;
	    margin-top: 0px;
	    margin-left: 0px;
	}
	header .mobile_menu_body .cabinet_block .button span {
		-webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	}
	header .mobile_menu_body .cabinet_block .button a {
		-webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    padding: 5px 0px;
	}
/* HEADER */



/* HOME PAGE */
	.home-page {

	}
	.home-page .first-section {
		background: #F0F6F8;
	}
	.home-page .first-section .first_list {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    	-ms-flex-line-pack: start;
        align-content: flex-start;
	    -webkit-box-pack: start;
	    -ms-flex-pack: start;
        justify-content: flex-start;
	    -webkit-box-align: stretch;
	    -ms-flex-align: stretch;
        align-items: stretch;
        gap: 3px;
	}
	.home-page .first-section .first_list .hero_ittem {
		width: 33.333%;
		height: 330px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.home-page .first-section .first_list .hero_ittem .block {
		padding: 30px;
		height: 330px;
		background: rgba(1, 98, 156, 0.8);
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -ms-flex-line-pack: center;
	    align-content: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
        transition: 0.3s;
	}
	.home-page .first-section .first_list .hero_ittem:hover .block {
		background: rgba(60, 165, 27, 0.8);
		transition: 0.3s;
	}
	.home-page .first-section .first_list .hero_ittem .icon {
		margin-bottom: 15px;
		height: 120px;
		opacity: 1;
		transition: 0.3s;
	}
	.home-page .first-section .first_list .hero_ittem:hover .icon {
		margin-bottom: 0;
		height: 0px;
		opacity: 0;
		overflow: hidden;
		transition: 0.3s;
	}
	.home-page .first-section .first_list .hero_ittem .icon img {
		width: 120px;
	    height: 120px;
	    display: block;
	}
	.home-page .first-section .first_list .hero_ittem .title {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
		line-height: 37px;
		text-align: center;
		color: #FFFFFF;
	}
	.home-page .first-section .first_list .hero_ittem .title p {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
		line-height: 37px;
		text-align: center;
		color: #FFFFFF;
		padding-bottom: 0;
	}
	.home-page .first-section .first_list .hero_ittem .hover {
		height: 0px;
		overflow: hidden;
		transition: 0.3s;
	}
	.home-page .first-section .first_list .hero_ittem:hover .hover {
		height: 164px;
		transition: 0.3s;
	}
	.home-page .first-section .first_list .hero_ittem .hover .text {
		padding-top: 18px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.home-page .first-section .first_list .hero_ittem .hover .text p {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 21px;
		text-align: center;
		color: #FFFFFF;
		height: 63px;
		overflow: hidden;
		padding-bottom: 0;
	}
	.home-page .first-section .first_list .hero_ittem .hover .button {
		padding-top: 33px;
	}
	.home-page .first-section .first_list .hero_ittem .hover .button a {
		display: block;
		width: 170px;
		height: 50px;
		border: 2px solid #FFFFFF;
		border-radius: 25px 25px 25px 0px;
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 46px;
		text-align: center;
		color: #FFFFFF;
		text-decoration: none;
		transition: 0.3s;
		margin: auto;
	}
	.home-page .first-section .first_list .hero_ittem .hover .button a:hover {
		background: #ffffff;
		color: rgba(60, 165, 27, 1);
		transition: 0.3s;
	}
	.home-page .first-section .lider_list_block {
		padding-top: 3px;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    	-ms-flex-line-pack: start;
        align-content: flex-start;
	    -webkit-box-pack: start;
	    -ms-flex-pack: start;
        justify-content: flex-start;
	    -webkit-box-align: stretch;
	    -ms-flex-align: stretch;
        align-items: stretch;
        overflow: hidden;
	}
	.home-page .first-section .lider_list_block .slick-list,
	.home-page .first-section .lider_list_block .slick-track{
		min-width: 100%;
		display: flex;
	}
	.home-page .first-section .lider_list_block .slick-slide {
		flex-grow: 1;
	}
	.home-page .first-section .lider_list_block .slick-slide:last-child {
		padding: 0px;
	}
	.home-page .first-section .lider_list_block .slick-list {
		margin-left: -2px;
    	margin-right: -2px;
	}
	.home-page .first-section .lider_list_block .slick-slide {
	 	padding: 0px 1.5px;
	}
	.home-page .first-section .lider_list_block .hero_ittem {
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.home-page .first-section .lider_list_block .hero_ittem .block {
		padding: 30px;
		height: 330px;
		background: rgba(1, 98, 156, 0.8);
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -ms-flex-line-pack: center;
	    align-content: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
        transition: 0.3s;
	}
	.home-page .first-section .lider_list_block .hero_ittem:hover .block {
		background: rgba(60, 165, 27, 0.8);
		transition: 0.3s;
	}
	.home-page .first-section .lider_list_block .hero_ittem .icon {
		margin-bottom: 15px;
		height: 120px;
		opacity: 1;
		transition: 0.3s;
	}
	.home-page .first-section .lider_list_block .hero_ittem:hover .icon {
		margin-bottom: 0px;
		height: 0px;
		opacity: 0;
		overflow: hidden;
		transition: 0.3s;
	}
	.home-page .first-section .lider_list_block .hero_ittem .icon img {
		width: 120px;
		height: 120px;
		display: block;
	}
	.home-page .first-section .lider_list_block .hero_ittem .title {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 700;
		font-size: 28px;
		line-height: 37px;
		text-align: center;
		color: #FFFFFF;
	}
	.home-page .first-section .lider_list_block .hero_ittem .title p {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 500;
		font-size: 20px;
		line-height: 30px;
		text-align: center;
		color: #FFFFFF;
		padding-bottom: 0;
	}
	.home-page .first-section .lider_list_block .hero_ittem .hover {
		height: 0px;
		overflow: hidden;
		transition: 0.3s;
	}
	.home-page .first-section .lider_list_block .hero_ittem:hover .hover {
		height: 164px;
		transition: 0.3s;
	}
	.home-page .first-section .lider_list_block .hero_ittem .hover .text {
		padding-top: 18px;
		padding-left: 20px;
		padding-right: 20px;	
	}
	.home-page .first-section .lider_list_block .hero_ittem .hover .text p {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 21px;
		text-align: center;
		color: #FFFFFF;
		height: 63px;
		overflow: hidden;
		padding-bottom: 0;
	}
	.home-page .first-section .lider_list_block .hero_ittem .hover .button {
		padding-top: 33px;
	}
	.home-page .first-section .lider_list_block .hero_ittem .hover .button a {
		display: block;
		width: 170px;
		height: 50px;
		border: 2px solid #FFFFFF;
		border-radius: 25px 25px 25px 0px;
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 46px;
		text-align: center;
		color: #FFFFFF;
		text-decoration: none;
		transition: 0.3s;
		margin: auto;
	}
	.home-page .first-section .lider_list_block .hero_ittem .hover .button a:hover {
		background: #ffffff;
		color: rgba(60, 165, 27, 1);
		transition: 0.3s;
	}
	.home-page .first-section .lider_list_block .slick-prev {
		position: absolute;
		left: 23.5%;
		top: 37%;
		z-index: 11;
		width: 54px;
		height: 54px;
		background: #FFFFFF;
		box-shadow: 5px 15px 40px rgba(54, 47, 19, 0.2);
		border-radius: 90px;
		font-size: 0px;
		background-image: url(/wp-content/themes/mrc/imgs/left_arr.svg);
		background-repeat: no-repeat;
		background-position: center;
		border: unset;
		cursor: pointer;
	}
	.home-page .first-section .lider_list_block .slick-next {
		position: absolute;
		right: 23.5%;
		top: 37%;
		z-index: 11;
		width: 54px;
		height: 54px;
		background: #FFFFFF;
		box-shadow: 5px 15px 40px rgba(54, 47, 19, 0.2);
		border-radius: 90px;
		font-size: 0px;
		background-image: url(/wp-content/themes/mrc/imgs/right_arr.svg);
		background-repeat: no-repeat;
		background-position: center;
		border: unset;
		cursor: pointer;
	}
	.home-page .first-section .lider_list_block .slick-dots {
		list-style: none;
	    width: 100%;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -ms-flex-line-pack: center;
	    align-content: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    margin-top: 16px;
	}
	.home-page .first-section .lider_list_block .slick-dots li {
		padding: 8px;
		width: 24px;
		height: 24px;
	}
	.home-page .first-section .lider_list_block .slick-dots li button {
		width: 8px;
	    height: 8px;
	    font-size: 0;
	    background: #A9BEC5;
	    border-radius: 90px;
	    border: unset;
	    cursor: pointer;
	    display: block;
	    transition: 0.3s;
	}
	.home-page .first-section .lider_list_block .slick-dots li.slick-active button {
		background: #45A6DB;
    	transition: 0.3s;
	}
	.home-page .news-section {
		padding-top: 73px;
		padding-bottom: 87px;
		background: #F0F6F8;
	}
	.home-page .news-section .title {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 700;
		font-size: 46px;
		line-height: 60px;
		text-align: center;
		color: #212121;
		margin-bottom: 10px;
	}
	.home-page .news-section .posts_list {

	}
	.home-page .news-section .posts_list .slick-prev {
		position: absolute;
		top: 0px;
		bottom: 50px;
		margin: auto;
		left: -50px;
		z-index: 1;
		width: 54px;
	    height: 54px;
	    background: #FFFFFF;
	    box-shadow: 5px 15px 40px rgb(54 47 19 / 20%);
	    border-radius: 90px;
	    font-size: 0px;
	    background-image: url(/wp-content/themes/mrc/imgs/left_arr.svg);
	    background-repeat: no-repeat;
	    background-position: center;
	    border: unset;
	    cursor: pointer;
	}
	.home-page .news-section .posts_list .slick-next {
		position: absolute;
		top: 0px;
		bottom: 50px;
		margin: auto;
		right: -50px;
		z-index: 1;
		width: 54px;
	    height: 54px;
	    background: #FFFFFF;
	    box-shadow: 5px 15px 40px rgb(54 47 19 / 20%);
	    border-radius: 90px;
	    font-size: 0px;
	    background-image: url(/wp-content/themes/mrc/imgs/right_arr.svg);
	    background-repeat: no-repeat;
	    background-position: center;
	    border: unset;
	    cursor: pointer;
	}
	.home-page .news-section .posts_list .slick-dots {
		list-style: none;
	    width: 100%;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -ms-flex-line-pack: center;
	    align-content: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
        margin-top: 18px;
	}
	.home-page .news-section .posts_list .slick-dots li {
		padding: 8px;
	}
	.home-page .news-section .posts_list .slick-dots li button {
		width: 8px;
		height: 8px;
		font-size: 0;
		background: #A9BEC5;
		border-radius: 90px;
		border: unset;
		cursor: pointer;
		transition: 0.3s;
	}
	.home-page .news-section .posts_list .slick-dots li.slick-active button {
		background: #45A6DB;
		transition: 0.3s;
	}
	.home-page .advanced-section {
		padding-top: 80px;
		padding-bottom: 80px;
		background: #ffffff;
	}
	.home-page .advanced-section .advanced_list {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -ms-flex-line-pack: start;
	    align-content: flex-start;
	    -webkit-box-pack: start;
	    -ms-flex-pack: start;
        justify-content: flex-start;
	    -webkit-box-align: start;
	    -ms-flex-align: start;
        align-items: center;
        margin-left: -10px;
        margin-right: -10px;
	}

	.home-page .advanced-section .advanced_ittem {
		width: 50%;
	}
	.home-page .advanced-section .advanced_ittem .advanced_block {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    	-ms-flex-line-pack: start;
        align-content: flex-start;
    	-webkit-box-pack: start;
    	-ms-flex-pack: start;
        justify-content: flex-start;
	    -webkit-box-align: start;
	    -ms-flex-align: start;
        align-items: flex-start;
	}
	.home-page .advanced-section .advanced_ittem:nth-child(3) .advanced_block,
	.home-page .advanced-section .advanced_ittem:nth-child(4) .advanced_block {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-line-pack: end;
        align-content: flex-end;
	    -webkit-box-align: end;
	    -ms-flex-align: end;
        align-items: flex-end;
	    -webkit-box-pack: start;
	    -ms-flex-pack: start;
        justify-content: flex-start;
	}
body > div.home-page > div.advanced-section > div > div > div:nth-child(1) > div {
	    display: flex;
    	-ms-flex-wrap: nowrap;
    	flex-wrap: nowrap;
    	-ms-flex-line-pack: start;
    	align-content: flex-start;
    	-webkit-box-pack: start;
    	-ms-flex-pack: start;
    	justify-content: flex-end!important;
    	-webkit-box-align: start;
    	-ms-flex-align: start;
}
.home-page .advanced-section .advanced_ittem:nth-child(3) .advanced_block, .home-page .advanced-section .advanced_ittem:nth-child(4) .advanced_block {
    display: flex;
    align-items: center!important;
}
	.home-page .advanced-section .advanced_ittem .icon {
		width: 200px;
		height: 200px;
		min-width: 200px;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-line-pack: center;
        align-content: center;
    	-webkit-box-pack: center;
    	-ms-flex-pack: center;
        justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
	}
	.home-page .advanced-section .advanced_ittem:nth-child(1) .icon {
		order: 2;
		margin-left: 44px;
		/*background: #F9B524;*/
		border-radius: 0px 100px 100px 100px;
		background-image: url(imgs/h_a_i_1.png);
	    background-position: top left;
	    background-repeat: no-repeat;
	    padding-bottom: 20px;
	}
	.home-page .advanced-section .advanced_ittem:nth-child(2) .icon {
		order: 1;
		margin-right: 44px;
		/*background: #01629C;*/
		border-radius: 100px 0px 100px 100px;
		background-image: url(imgs/h_a_i_2.png);
	    background-position: top right;
	    background-repeat: no-repeat;
	    padding-left: 20px;
	}
	.home-page .advanced-section .advanced_ittem:nth-child(3) .icon {
		order: 2;
		margin-left: 44px;
		/*background: #E72E26;*/
		border-radius: 100px 100px 100px 0px;
		background-image: url(imgs/h_a_i_3.png);
	    background-position: bottom left;
	    background-repeat: no-repeat;
	    padding-right: 20px;
	}
	.home-page .advanced-section .advanced_ittem:nth-child(4) .icon {
		order: 1;
		margin-right: 44px;
		/*background: #3CA51B;*/
		border-radius: 100px 100px 0px 100px;
		background-image: url(imgs/h_a_i_4.png);
	    background-position: bottom right;
	    background-repeat: no-repeat;
	    padding-top: 20px;
	}
	.home-page .advanced-section .advanced_ittem .icon img {

	}
	.home-page .advanced-section .advanced_ittem .info {

	}
	.home-page .advanced-section .advanced_ittem:nth-child(1) .info {
		order: 1;
		text-align: right;
	}
	.home-page .advanced-section .advanced_ittem:nth-child(2) .info {
		order: 2;
	}
	.home-page .advanced-section .advanced_ittem:nth-child(3) .info {
		order: 1;
		text-align: right;
	}
	.home-page .advanced-section .advanced_ittem:nth-child(4) .info {
		order: 2;
	}
	.home-page .advanced-section .advanced_ittem .info .titl {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 700;
		font-size: 22px;
		line-height: 29px;
		color: #212121;
		margin-bottom: 13px;
		text-decoration: none;
	}
.home-page .advanced-section .advanced_ittem .info .titl:hover {
	    color: #45A6DB;
		transition:0.3s;
}
	.home-page .advanced-section .advanced_ittem .info .text {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 25px;
		color: #737373;
	}
	.home-page .partners-section {
		padding-top: 87px;
		padding-bottom: 87px;
		background: #F0F6F8;
	}
	.home-page .partners-section .title_section {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 700;
		font-size: 46px;
		line-height: 60px;
		text-align: center;
		color: #212121;
		margin-bottom: 25px;
	}
	.home-page .partners-section .slider_partners {

	}
	.home-page .partners-section .slider_partners .slick-prev {
		position: absolute;
		top: 50px;
		left: -55px;
	    z-index: 1;
	    width: 54px;
	    height: 54px;
	    background: #FFFFFF;
	    box-shadow: 5px 15px 40px rgb(54 47 19 / 20%);
	    border-radius: 90px;
	    font-size: 0px;
	    background-image: url(/wp-content/themes/mrc/imgs/left_arr.svg);
	    background-repeat: no-repeat;
	    background-position: center;
	    border: unset;
	    cursor: pointer;
	}
	.home-page .partners-section .slider_partners .slick-next {
		position: absolute;
		top: 50px;
		right: -55px;
		z-index: 1;
		width: 54px;
	    height: 54px;
	    background: #FFFFFF;
	    box-shadow: 5px 15px 40px rgb(54 47 19 / 20%);
	    border-radius: 90px;
	    font-size: 0px;
	    background-image: url(/wp-content/themes/mrc/imgs/right_arr.svg);
	    background-repeat: no-repeat;
	    background-position: center;
	    border: unset;
	    cursor: pointer;
	}
	.home-page .partners-section .slider_partners .slick-slide {
		padding: 15px;
	}
	.home-page .partners-section .slider_partners .slide_ittem {
		height: 130px;
		background: #FFFFFF;
		border-radius: 5px;
		display: -webkit-box!important;
	    display: -ms-flexbox!important;
	    display: flex!important;
	    -ms-flex-line-pack: center;
        align-content: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
        justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
        transition: 0.3s;
	}
	.home-page .partners-section .slider_partners .slide_ittem:hover {
		box-shadow: 0px 0px 8px rgb(69 166 219 / 60%);
		transition: 0.3s;
	}
	.home-page .partners-section .slider_partners .slide_ittem a {
		width: 100%;
	    height: 100%;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-line-pack: center;
        align-content: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
        justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
	}
	.home-page .partners-section .slider_partners .slide_ittem img {
		
	}
	.home-page .partners-section .slider_partners .slick-dots {
		list-style: none;
	    width: 100%;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -ms-flex-line-pack: center;
	    align-content: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
        margin-top: 18px;
	}
	.home-page .partners-section .slider_partners .slick-dots li {
		padding: 8px;
	}
	.home-page .partners-section .slider_partners .slick-dots li button {
		width: 8px;
		height: 8px;
		font-size: 0;
		background: #A9BEC5;
		border-radius: 90px;
		border: unset;
		cursor: pointer;
		transition: 0.3s;
	}
	.home-page .partners-section .slider_partners .slick-dots li.slick-active button {
		background: #45A6DB;
		transition: 0.3s;
	}
/* HOME PAGE */
/* ARCHIVE */
	.archive {

	}
	.archive .head_block {
		min-height: 313px;
		position: relative;
		background-image: url(imgs/faq_head_bg.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.archive .head_block .container {
		position: relative;
	    height: 277px;
	    padding-bottom: 95px;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -ms-flex-line-pack: center;
	    align-content: center;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	}
	.archive .head_block .breadcrumbs {
		position: relative;
	    z-index: 2;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    	-ms-flex-line-pack: center;
        align-content: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
        justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
		color: #ffffff;
	}
	.archive .head_block .breadcrumbs a {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 20px;
		text-align: center;
		color: #FFFFFF;
	}
	.archive .head_block .breadcrumbs .kb_sep {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 20px;
		text-align: center;
		color: #FFFFFF;
	}
	.archive .head_block .breadcrumbs .kb_title {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 20px;
		text-align: center;
		color: #FFFFFF;
	}
	.archive .head_block .title {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 700;
		font-size: 46px;
		line-height: 60px;
		text-align: center;
		color: #FFFFFF;
		z-index: 2;
    	position: relative;
	}
	.archive .head_block:after {
		content: '';
		position: absolute;
		left: 0px;
		bottom: 0px;
		right: 0px;
		top: 0px;
		background: rgba(1, 98, 156, 0.8);
	}
	.archive .content_block {
		background: #F0F6F8;
	}
	.archive .posts_list {
		padding-top: 30px;
		padding-bottom: 30px;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    	-ms-flex-line-pack: start;
        align-content: flex-start;
	    -webkit-box-pack: start;
	    -ms-flex-pack: start;
        justify-content: flex-start;
	    -webkit-box-align: start;
	    -ms-flex-align: start;
        align-items: flex-start;
        margin-left: -15px;
    	margin-right: -15px;
	}
	.archive .posts_list .post_ittem {
		width: 33.333%;
	}
	.posts_list .post_ittem {
		padding: 15px;
	}
	.posts_list .post_ittem .content_ittem {
		background: #FFFFFF;
		border-radius: 5px;
		overflow: hidden;
		transition: 0.3s;
	}
	.posts_list .post_ittem .content_ittem:hover {
		box-shadow: 1px 1px 5px rgb(69 166 219 / 40%);
		transition: 0.3s;
	}
	.posts_list .post_ittem .img {
		position: relative;
	}
	.posts_list .post_ittem .img .date {
		position: absolute;
		right: 18px;
		top: 7px;
		width: 64px;
		height: 64px;
		background: #45A6DB;
		border-radius: 32px 32px 0px 32px;
		padding-top: 7px;
		padding-bottom: 10px;
		text-align: center;
	}
	.posts_list .post_ittem .img .date .day {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 700;
		font-size: 22px;
		line-height: 29px;
		text-align: center;
		color: #FFFFFF;
	}
	.posts_list .post_ittem .img .date .last-date {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 20px;
		text-align: center;
		color: #FFFFFF;
	}
	.posts_list .post_ittem .img a img {
		width: 100%;
		height: 267px;
		-o-object-fit: fill;
		object-fit: fill;
	}
	.posts_list .post_ittem .info {
		padding: 31px;
		padding-top: 27px;
	}
	.posts_list .post_ittem .info .stitle {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 700;
		font-size: 17px;
		line-height: 22px;
		min-height: 68px;
		max-height: 88px;
		overflow: hidden;
		text-align: center;
		color: #212121;
	}
	.posts_list .post_ittem .info .more {
		padding-top: 16px;
		text-align: center;
	}
	.posts_list .post_ittem .info .more a {
		display: inline-block;
		border: 2px solid #45A6DB;
		border-radius: 25px 25px 25px 0px;
		padding: 15px 45px;
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 20px;
		color: #212121;
		text-decoration: none;
		transition: 0.3s;
	}
	.posts_list .post_ittem .info .more a:hover {
		background: #45A6DB;
		color: #ffffff;
		transition: 0.3s;
	}
	.page_navigation {
		width: 100%;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    	-ms-flex-line-pack: center;
        align-content: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
        justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
	}
	.page_navigation .current {
		width: 44px;
	    height: 44px;
	    text-align: center;
	    border-radius: 90px;
	    font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 700;
		font-size: 15px;
		line-height: 44px;
		color: #FFFFFF;
	    text-decoration: none;
	    background: #45A6DB;
	    margin: 5px;
	    transition: 0.3s;
	}
	.page_navigation a {
		width: 44px;
	    height: 44px;
	    text-align: center;
	    background: #FFFFFF;
		border-radius: 90px;
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 700;
		font-size: 15px;
		line-height: 44px;
		color: #212121;
	    text-decoration: none;
	    margin: 5px;
	    transition: 0.3s;
	}
	.page_navigation a:hover {
		background: #45A6DB;
		color: #ffffff;
		transition: 0.3s;
	}
	.page_navigation a.next,
	.page_navigation a.prev {
		display: none;
	}
/* ARCHIVE */
/* Single page */
	.page.single {
		background: #F0F6F8;
	}
	.page .head_block {
		padding-top: 18px;
		padding-bottom: 38px;
	}
	.page .breadcrumbs {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    	-ms-flex-line-pack: center;
        align-content: center;
	    -webkit-box-pack: start;
	    -ms-flex-pack: start;
        justify-content: flex-start;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
        margin-bottom: 23px;
	}
	.page .breadcrumbs .kb_sep {
		padding: 0px 6px;
		font-family: 'Proxima Nova';
	    font-style: normal;
	    font-weight: 400;
	    font-size: 15px;
	    line-height: 20px;
	    color: #212121;
	}
	.page .breadcrumbs .kb_title {
		font-family: 'Proxima Nova';
	    font-style: normal;
	    font-weight: 400;
	    font-size: 15px;
	    line-height: 20px;
	    color: #212121;
	}
	.page .breadcrumbs a {
		font-family: 'Proxima Nova';
	    font-style: normal;
	    font-weight: 400;
	    font-size: 15px;
	    line-height: 20px;
	    color: #212121;
	    text-decoration: none;
	    display: block;
	    transition: 0.3s;
	}
	.page .breadcrumbs a:hover {
		color: #45A6DB;
    	transition: 0.3s;
	}
	.page.single .head_block .title {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 700;
		font-size: 46px;
		line-height: 60px;
		color: #212121;
		margin-bottom: 28px;
	}
	.page.single .head_block .image_post {
		position: relative;
	}
	.page.single .head_block .image_post .date {
		position: absolute;
	    left: 20px;
	    top: 20px;
	    width: 64px;
	    height: 64px;
	    background: #45A6DB;
	    border-radius: 32px 32px 0px 32px;
	    padding-top: 7px;
	    padding-bottom: 10px;
	    text-align: center;
	}
	.page.single .head_block .image_post .date .day {
		font-family: 'Proxima Nova';
	    font-style: normal;
	    font-weight: 700;
	    font-size: 22px;
	    line-height: 29px;
	    text-align: center;
	    color: #FFFFFF;
	}
	.page.single .head_block .image_post .date .last-date {
		font-family: 'Proxima Nova';
	    font-style: normal;
	    font-weight: 400;
	    font-size: 15px;
	    line-height: 20px;
	    text-align: center;
	    color: #FFFFFF;
	}
	.page.single .head_block .image_post img {
		width: 100%;
		height: 444px;
		display: block;
		object-fit: cover;
		border-radius: 5px;
	}
	.page.single .content_block {
		padding-bottom: 60px;
	}
	.page.single .content_block p,
	.page.single .content_block ul li,
	.page.single .content_block ol li {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 30px;
		color: #212121;
	}
	.page.single .content_block p,
	.page.single .content_block ul,
	.page.single .content_block ol {
		padding-bottom: 20px;
	}
	.page.single .news-section {
		background: #FFFFFF;
		padding-top: 65px;
		padding-bottom: 68px;
	}
	.page.single .news-section .title {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 700;
		font-size: 46px;
		line-height: 60px;
		text-align: center;
		color: #212121;
		margin-bottom: 25px;
	}
	.page.single .news-section .posts_list .post_ittem .info {
		background: #F0F6F8;
	}
	.page.single .news-section .posts_list .post_ittem {
		margin-bottom: 0px;
	}
	.page.single .news-section .posts_list .slick-prev {
		position: absolute;
		top: 0px;
		bottom: 50px;
		margin: auto;
		left: -10px;
		z-index: 1;
		width: 54px;
	    height: 54px;
	    background: #FFFFFF;
	    box-shadow: 5px 15px 40px rgb(54 47 19 / 20%);
	    border-radius: 90px;
	    font-size: 0px;
	    background-image: url(/wp-content/themes/mrc/imgs/left_arr.svg);
	    background-repeat: no-repeat;
	    background-position: center;
	    border: unset;
	    cursor: pointer;
	}
	.page.single .news-section .posts_list .slick-next {
		position: absolute;
		top: 0px;
		bottom: 50px;
		margin: auto;
		right: -10px;
		z-index: 1;
		width: 54px;
	    height: 54px;
	    background: #FFFFFF;
	    box-shadow: 5px 15px 40px rgb(54 47 19 / 20%);
	    border-radius: 90px;
	    font-size: 0px;
	    background-image: url(/wp-content/themes/mrc/imgs/right_arr.svg);
	    background-repeat: no-repeat;
	    background-position: center;
	    border: unset;
	    cursor: pointer;
	}
	.page.single .news-section .posts_list .slick-dots {
		list-style: none;
	    width: 100%;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -ms-flex-line-pack: center;
	    align-content: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
        margin-top: 18px;
	}
	.page.single .news-section .posts_list .slick-dots li {
		padding: 8px;
	}
	.page.single .news-section .posts_list .slick-dots li button {
		width: 8px;
		height: 8px;
		font-size: 0;
		background: #A9BEC5;
		border-radius: 90px;
		border: unset;
		cursor: pointer;
		transition: 0.3s;
	}
	.page.single .news-section .posts_list .slick-dots li.slick-active button {
		background: #45A6DB;
		transition: 0.3s;
	}
/* Single page */
/* Search page */
	.search_page {

	}
	.search_page .search_form {
		padding-top: 30px;
	}
	.search_page .search_form form {
		width: 90%;
	    max-width: 600px;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -ms-flex-line-pack: center;
	    align-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    margin: auto;
	}
	.search_page .search_form form input[type='text'] {
		width: 100%;
		background: #ffffff;
		border: unset;
		height: 50px;
    	padding: 10px 30px;
    	border-radius: 25px;
	}
	.search_page .search_form form button {
		background: unset;
	    border: unset;
	    width: 50px;
	    min-width: 50px;
	    height: 50px;
	    border-radius: 100%;
	    margin-left: 15px;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-line-pack: center;
        align-content: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
        justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        transition: 0.3s;
	}
	.search_page .search_form form button img {
		width: 20px;
		height: 20px;
		display: block;
		transition: 0.3s;
	}
	.search_page .search_form form button:hover {
		background: #45A6DB;
		transition: 0.3s;
	}
	.search_page .search_form form button:hover img {
		-webkit-filter: invert(1);
		filter: invert(1);
		transition: 0.3s;
	}
/* Search page */
/* Contact page */
	.contact_page {
		background: #F0F6F8;
		position: relative;
	}
	.contact_page .contact_content {

	}
	.contact_page .contact_content .contact_block {
		width: 50%;
		padding-right: 30px;
		padding-top: 18px;
		padding-bottom: 79px;
	}
	.contact_page .contact_content .contact_block .breadcrumbs {

	}
	.contact_page .contact_content .contact_block .contact_text {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	body > div.contact_page > div.contact_content > div > div > div.contact_text > p > strong:nth-child(1) > a:hover {
	  text-decoration:none;
		transition:0.3s;
	}
	body > div.contact_page > div.contact_content > div > div > div.contact_text > p > strong:nth-child(1) > a {
	  color: #45A6DB;
	}
	.contact_page .contact_content .contact_block .contact_text h1 {

	}
	.contact_page .contact_content .contact_block .contact_text p {

	}
	.contact_page .contact_content .contact_block .contact_info {
		display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-ms-flex-wrap: wrap;
        flex-wrap: wrap;
    	-ms-flex-line-pack: start;
        align-content: flex-start;
	    -webkit-box-pack: start;
	    -ms-flex-pack: start;
        justify-content: flex-start;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
	}
	.contact_page .contact_content .contact_block .contact_info .name {
		width: 100%;
		margin-bottom: 10px;
	}
	.contact_page .contact_content .contact_block .contact_info .phones {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    	-ms-flex-line-pack: start;
        align-content: flex-start;
	    -webkit-box-pack: start;
	    -ms-flex-pack: start;
        justify-content: flex-start;
	    -webkit-box-align: start;
	    -ms-flex-align: start;
        align-items: center;
        width: 100%;
        margin-bottom: 12px;
	}
	.contact_page .contact_content .contact_block .contact_info .phones .icon {

	}
	.contact_page .contact_content .contact_block .contact_info .phones .icon img {

	}
	.contact_page .contact_content .contact_block .contact_info .phones .text {

	}
	.contact_page .contact_content .contact_block .contact_info .phones .text p {
		padding-left: 11px;
		padding-bottom: 0;
	}
	.contact_page .contact_content .contact_block .contact_info .phones .text a {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: 23px;
		text-decoration: none;
		color: #212121;
	}
	.contact_page .contact_content .contact_block .contact_info .mail {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    	-ms-flex-line-pack: start;
        align-content: flex-start;
	    -webkit-box-pack: start;
	    -ms-flex-pack: start;
        justify-content: flex-start;
	    -webkit-box-align: start;
	    -ms-flex-align: start;
       align-items: center;
        width: 100%;
        margin-bottom: 12px;
	}
	.contact_page .contact_content .contact_block .contact_info .mail .icon {

	}
	.contact_page .contact_content .contact_block .contact_info .mail .text {
		padding-left: 11px;
	}
	.contact_page .contact_content .contact_block .contact_info .mail .text p {
		padding-bottom: 0;
	}
	.contact_page .contact_content .contact_block .contact_info .mail .text a {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: 23px;
		text-decoration: none;
		color: #212121;
	}
	.contact_page .contact_content .contact_block .contact_info .adress {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    	-ms-flex-line-pack: start;
        align-content: flex-start;
	    -webkit-box-pack: start;
	    -ms-flex-pack: start;
        justify-content: flex-start;
	    -webkit-box-align: start;
	    -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        margin-bottom: 12px;
	}
	.contact_page .contact_content .contact_block .contact_info .adress .icon {

	}
	.contact_page .contact_content .contact_block .contact_info .adress .text {
		padding-left: 11px;
	}
	.contact_page .contact_content .contact_block .contact_info .adress .text p {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 23px;
		color: #212121;
		padding-bottom: 0;
	}
	.contact_page .contact_content .contact_block .contact_info .adress .text a {
		margin-left: 16px;
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 21px;
		text-decoration-line: underline;
		color: #45A6DB;
	}
	.contact_page .contact_content .contact_block .contact_info .time_work {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    	-ms-flex-line-pack: start;
        align-content: flex-start;
	    -webkit-box-pack: start;
	    -ms-flex-pack: start;
        justify-content: flex-start;
	    -webkit-box-align: start;
	    -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
	}
	.contact_page .contact_content .contact_block .contact_info .time_work .icon {
		width: 26px;
		height: 26px;
		min-width: 26px;
		padding: 12px 0 0 0;
	}
	.contact_page .contact_content .contact_block .contact_info .time_work .text {
		padding-left: 10px;
	}
	.contact_page .contact_content .contact_block .contact_info .time_work .text p {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 25px;
		color: #212121;
		padding-bottom: 0;
	}
	.contact_page .contact_content .contact_block .contact_button {
		padding-top: 33px;
		display: none;
	}
	.contact_page .contact_content .contact_block .contact_button a {
		display: inline-block;
		background: #45A6DB;
		border: solid 2px #45A6DB;
		border-radius: 25px 25px 25px 0px;
		text-decoration: none;
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 20px;
		color: #FFFFFF;
		padding-left: 38px;
		padding-top: 13px;
		padding-bottom: 13px;
		padding-right: 38px;
		transition: 0.3s;
	}
	.contact_page .contact_content .contact_block .contact_button a:hover {
		background: #ffffff;
		color: #45A6DB;
		transition: 0.3s;
	}
	.contact_page .map_block {
		position: absolute;
		right: 0px;
		top: 0px;
		bottom: 0px;
		left: 50%;
		width: 50%;
		height: 100%;
        border-radius: 310.5px 0px 0px 0.5px;
    	overflow: hidden;
   		border: solid 3px #45A6DB;
		border-bottom: none;
    	border-right: none;
	}
	.contact_page .map_block iframe {
		width: 100%;
		height: 100%;
		border: unset;
		display: block;
	}
/* Contact page */
/* FAQ PAGE */
	main.faq_page {
		background: #F0F6F8;	
	}
	main.faq_page .page_head_block {
		background-image: url(imgs/faq_head_bg.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		position: relative;
	}
	main.faq_page .page_head_block:after {
		content: '';
		position: absolute;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 1;
		background: rgba(1, 98, 156, 0.8);
	}
	main.faq_page .page_head_block .container {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: column;
        flex-direction: column;
    	-ms-flex-line-pack: stretch;
        align-content: stretch;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
        justify-content: space-between;
	    -webkit-box-align: stretch;
	    -ms-flex-align: stretch;
        align-items: stretch;
        position: relative;
        z-index: 2;
	}
	main.faq_page .page_head_block .breadcrumbs {
		position: absolute;
		left: 0px;
		top: 18px;
		right: 0px;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    	-ms-flex-line-pack: center;
        align-content: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
        justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
	}
	main.faq_page .page_head_block .breadcrumbs a,
	main.faq_page .page_head_block .breadcrumbs .kb_sep,
	main.faq_page .page_head_block .breadcrumbs .kb_title {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 20px;
		text-align: center;
		color: #FFFFFF;
	}
	main.faq_page .page_head_block .info_block {
		padding-top: 100px;
		padding-bottom: 87px;
	}
	main.faq_page .page_head_block .info_block .title,
	main.faq_page .page_head_block .info_block .title h1,
	main.faq_page .page_head_block .info_block .title h2 {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 700;
		font-size: 46px;
		line-height: 60px;
		text-align: center;
		color: #FFFFFF;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	main.faq_page .page_head_block .info_block .desc {
		padding-top: 10px;
	}
	main.faq_page .page_head_block .info_block .desc p {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 28px;
		text-align: center;
		color: #FFFFFF;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	main.faq_page .content_page {
		padding-top: 46px;
		padding-bottom: 49px;
	}
	main.faq_page .content_page .container {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    	-ms-flex-line-pack: start;
        align-content: flex-start;
	    -webkit-box-pack: start;
	    -ms-flex-pack: start;
        justify-content: flex-start;
	    -webkit-box-align: start;
	    -ms-flex-align: start;
        align-items: flex-start;
	}
	main.faq_page .content_page .sidebar {
		padding-top: 0px;
		padding-right: 30px;
		width: 26%;
	}
	main.faq_page .content_page .sidebar .faq_naw {

	}
	main.faq_page .content_page .sidebar .faq_naw ul {
		list-style: none;
		padding-left: 0;
	}
	main.faq_page .content_page .sidebar .faq_naw ul li {
		margin-bottom: 9px;
	}
	main.faq_page .content_page .sidebar .faq_naw ul li a {
		display: block;
		background: #45A6DB;
		border-radius: 5px;
		text-decoration: none;
		padding: 0px;
		padding-left: 3px;
	}
	main.faq_page .content_page .sidebar .faq_naw ul li a span {
		display: block;
		background: #FFFFFF;
		border-radius: 5px;
		text-decoration: none;
		padding: 15px 16px;
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 22px;
		/*text-transform: uppercase;*/
		color: #212121;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	main.faq_page .content_page .sidebar .faq_naw ul li a:hover span {
		background: #45A6DB;
		color: #ffffff;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	main.faq_page .content_page .sidebar .faq_naw ul li.active a span {
		background: #45A6DB;
		color: #ffffff;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	main.faq_page .content_page .content {
		width: 74%;
	}
	main.faq_page .content_page .faq_list {

	}
	main.faq_page .content_page .faq_list .faq_block {
		display: none;
	}
	main.faq_page .content_page .faq_list .faq_block .top_faq {
		margin-bottom: 10px;
	}
	main.faq_page .content_page .faq_list .faq_block .top_faq .title {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 600;
		font-size: 26px;
		line-height: 40px;
		color: #212121;
	}
	main.faq_page .content_page .faq_list .faq_block .top_faq .text {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 27px;
		color: #212121;
		padding-top:14px;
	}
	main.faq_page .content_page .faq_list .faq_block .list_faq {
		padding-bottom: 10px;
	}
	main.faq_page .content_page .faq_list .faq_block .list_faq .faq_ittem {
		margin-bottom: 14px;
		background: #FFFFFF;
		border-radius: 5px;
		border: solid 2px #ffffff;
		padding: 19px 15px 18px 25px;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	main.faq_page .content_page .faq_list .faq_block .list_faq .faq_ittem.active {
		border: 2px solid #45A6DB;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	main.faq_page .content_page .faq_list .faq_block .list_faq .faq_ittem .top_ittem {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    	-ms-flex-line-pack: center;
        align-content: center;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
        justify-content: space-between;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
	}
	main.faq_page .content_page .faq_list .faq_block .list_faq .faq_ittem .top_ittem .ask {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 700;
		font-size: 16px;
		line-height: 21px;
		color: #212121;
		padding-right: 30px;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	main.faq_page .content_page .faq_list .faq_block .list_faq .faq_ittem.active .top_ittem .ask,
	main.faq_page .content_page .faq_list .faq_block .list_faq .faq_ittem:hover .top_ittem .ask {
		color: #45A6DB;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	main.faq_page .content_page .faq_list .faq_block .list_faq .faq_ittem .top_ittem .toggle_button {
		width: 29px;
		height: 29px;
		min-width: 29px;
		background-image: url(imgs/faq_plus.svg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	main.faq_page .content_page .faq_list .faq_block .list_faq .faq_ittem.active .top_ittem .toggle_button {
		background-image: url(imgs/faq_minus.svg);
	}
	main.faq_page .content_page .faq_list .faq_block .list_faq .faq_ittem .request {
		padding-top: 12px;
		display: none;
		background-image: url(imgs/faq_ittem_bg.png);
		background-repeat: no-repeat;
		background-position: right center;
		padding-right: 50px;
	}
	main.faq_page .content_page .faq_list .faq_block .list_faq .faq_ittem .request p {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 25px;
		color: #212121;
	}
	main.faq_page .content_page .faq_list .faq_block .list_faq .faq_ittem .request p:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
	}
/* FAQ PAGE */
/* OFICES */
	main.ofices {
		background: #F0F6F8;	
	}
	main.ofices .page_head_block {
		background-image: url(imgs/faq_head_bg.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		position: relative;
	}
	main.ofices .page_head_block:after {
		content: '';
		position: absolute;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 1;
		background: rgba(0, 0, 0, 0.7);
	}
	main.ofices .page_head_block .container {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: column;
        flex-direction: column;
    	-ms-flex-line-pack: stretch;
        align-content: stretch;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
        justify-content: space-between;
	    -webkit-box-align: stretch;
	    -ms-flex-align: stretch;
        align-items: stretch;
        position: relative;
        z-index: 2;
	}
	main.ofices .page_head_block .breadcrumbs {
		position: absolute;
		left: 0px;
		top: 18px;
		right: 0px;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    	-ms-flex-line-pack: center;
        align-content: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
        justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
	}
	main.ofices .page_head_block .breadcrumbs a,
	main.ofices .page_head_block .breadcrumbs .kb_sep,
	main.ofices .page_head_block .breadcrumbs .kb_title {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 20px;
		text-align: center;
		color: #FFFFFF;
	}
	main.ofices .page_head_block .info_block {
		padding-top: 65px;
		padding-bottom: 87px;
	}
	main.ofices .page_head_block .info_block .title,
	main.ofices .page_head_block .info_block .title h1,
	main.ofices .page_head_block .info_block .title h2 {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 700;
		font-size: 46px;
		line-height: 60px;
		text-align: center;
		color: #FFFFFF;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	main.ofices .page_head_block .info_block .desc {
		padding-top: 10px;
	}
	main.ofices .page_head_block .info_block .desc p {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 28px;
		text-align: center;
		color: #FFFFFF;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	main.ofices .ofises_block .naw_block {
		margin-left: -15px;
		margin-right: -15px;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    	-ms-flex-line-pack: start;
        align-content: flex-start;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
        justify-content: center;
	    -webkit-box-align: start;
	    -ms-flex-align: start;
        align-items: flex-start;
        margin-top: -45px;
        position: relative;
    	z-index: 3;
	}
	main.ofices .ofises_block .naw_block .naw_ittem {
		padding: 0px 15px;
		width: 25%;
	}
	main.ofices .ofises_block .naw_block .naw_ittem a {
		background: #FFFFFF;
		border-radius: 5px;
		text-decoration: none;
		padding: 20px;
		padding-top: 30px;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		position: relative;
		min-height: 194px;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    	-ms-flex-line-pack: center;
        align-content: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
            justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: column;
        flex-direction: column;
	}
	main.ofices .ofises_block .naw_block .naw_ittem a:after {
		content: '';
		display: block;
		width: 30px;
		height: 30px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #ffffff;
		border-radius: 3px;
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 5px;
		margin: auto;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	main.ofices .ofises_block .naw_block .naw_ittem .icon {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
        justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
    	-ms-flex-line-pack: center;
        align-content: center;
		margin-bottom: 12px;
		min-height: 57px;
		max-height: 70px;
		position: relative;
		z-index: 2;
	}
	main.ofices .ofises_block .naw_block .naw_ittem .icon img {

	}
	main.ofices .ofises_block .naw_block .naw_ittem .icon img.inv,
	main.ofices .ofises_block .naw_block .naw_ittem .icon img.inv {
		display: none;
	}
	main.ofices .ofises_block .naw_block .naw_ittem .icon img.def,
	main.ofices .ofises_block .naw_block .naw_ittem .icon img.def {
		display: block;
	}
	main.ofices .ofises_block .naw_block .naw_ittem.active .icon img.def,
	main.ofices .ofises_block .naw_block .naw_ittem a:hover .icon img.def {
		display: none;
	}
	main.ofices .ofises_block .naw_block .naw_ittem.active .icon img.inv,
	main.ofices .ofises_block .naw_block .naw_ittem a:hover .icon img.inv {
		display: block;
	}
	main.ofices .ofises_block .naw_block .naw_ittem .name {
		display: block;
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 700;
		font-size: 18px;
		line-height: 23px;
		text-align: center;
		color: #212121;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		position: relative;
		z-index: 2;
	}
	main.ofices .ofises_block .naw_block .naw_ittem.active a,
	main.ofices .ofises_block .naw_block .naw_ittem a:hover {
		background: #45A6DB;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	main.ofices .ofises_block .naw_block .naw_ittem.active .name,
	main.ofices .ofises_block .naw_block .naw_ittem a:hover .name {
		color: #FFFFFF;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	main.ofices .ofises_block .naw_block .naw_ittem.active a:after,
	main.ofices .ofises_block .naw_block .naw_ittem a:hover:after {
		background: #45A6DB;
		bottom: -14px;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	main.ofices .ofises_block .maps_block {
		padding-top: 65px;
		padding-bottom: 67px;
	}
	main.ofices .ofises_block .maps_block .map_block {
		display: none;
		width: 100%;
		border-radius: 5px;
		overflow: hidden;
	}






/* FO USERS */
	main.fo_users {
		background: #F0F6F8;
	}
	main.fo_users .page_head_block {
		background-image: url(imgs/faq_head_bg.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		position: relative;
		min-height: 313px;
	}
	main.fo_users .page_head_block:after {
		content: '';
		position: absolute;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 1;
		background: rgba(0, 0, 0, 0.7);
	}
	main.fo_users .page_head_block .container {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: column;
        flex-direction: column;
    	-ms-flex-line-pack: stretch;
        align-content: stretch;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
        justify-content: space-between;
	    -webkit-box-align: stretch;
	    -ms-flex-align: stretch;
        align-items: stretch;
        position: relative;
        z-index: 2;
	}
	main.fo_users .page_head_block .breadcrumbs {
		position: absolute;
		left: 0px;
		top: 18px;
		right: 0px;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    	-ms-flex-line-pack: center;
        align-content: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
        justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
	}
	main.fo_users .page_head_block .breadcrumbs a,
	main.fo_users .page_head_block .breadcrumbs .kb_sep,
	main.fo_users .page_head_block .breadcrumbs .kb_title {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 20px;
		text-align: center;
		color: #FFFFFF;
	}
	main.fo_users .page_head_block .info_block {
		padding-top: 100px;
		padding-bottom: 87px;
	}
	main.fo_users .page_head_block .info_block .title,
	main.fo_users .page_head_block .info_block .title h1,
	main.fo_users .page_head_block .info_block .title h2 {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 700;
		font-size: 46px;
		line-height: 60px;
		text-align: center;
		color: #FFFFFF;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	main.fo_users .page_head_block .info_block .desc {
		padding-top: 10px;
	}
	main.fo_users .page_head_block .info_block .desc p {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 28px;
		text-align: center;
		color: #FFFFFF;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	main.fo_users .fo_users_section {

	}
	main.fo_users .fo_users_section .container {

	}
	main.fo_users .fo_users_section .cat_naw {
		margin-left: -15px;
		margin-right: -15px;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    	-ms-flex-line-pack: start;
        align-content: flex-start;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    -webkit-box-align: start;
	    -ms-flex-align: start;
        align-items: flex-start;
        margin-top: -77px;
        position: relative;
    	z-index: 3;
		justify-content: center;
	}
	main.fo_users .fo_users_section .cat_naw .naw_ittem {
		padding: 0px 15px;
		width: 25%;
	}
	main.fo_users .fo_users_section .cat_naw .naw_ittem a {
		background: #FFFFFF;
		border-radius: 5px;
		text-decoration: none;
		display: block;
		padding: 20px;
		padding-top: 30px;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		position: relative;
	}
	main.fo_users .fo_users_section .cat_naw .naw_ittem a:after {
		content: '';
		display: block;
		width: 30px;
		height: 30px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #ffffff;
		border-radius: 3px;
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0px;
		margin: auto;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	main.fo_users .fo_users_section .cat_naw .naw_ittem .icon {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
        justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
    	-ms-flex-line-pack: center;
        align-content: center;
		margin-bottom: 12px;
		min-height: 57px;
		position: relative;
		z-index: 2;
	}
	main.fo_users .fo_users_section .cat_naw .naw_ittem .icon img {
		display: block;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	main.fo_users .fo_users_section .cat_naw .naw_ittem .name {
		display: block;
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 700;
		font-size: 18px;
		line-height: 23px;
		text-align: center;
		color: #212121;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		position: relative;
		z-index: 2;
	}
	main.fo_users .fo_users_section .cat_naw .naw_ittem.active a,
	main.fo_users .fo_users_section .cat_naw .naw_ittem a:hover {
		background: #45A6DB;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	main.fo_users .fo_users_section .cat_naw .naw_ittem.active a .icon img,
	main.fo_users .fo_users_section .cat_naw .naw_ittem a:hover .icon img {
		-webkit-filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(0deg) brightness(200%) contrast(100%);
		filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(0deg) brightness(200%) contrast(100%);
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	main.fo_users .fo_users_section .cat_naw .naw_ittem.active .name,
	main.fo_users .fo_users_section .cat_naw .naw_ittem a:hover .name {
		color: #FFFFFF;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	main.fo_users .fo_users_section .cat_naw .naw_ittem.active a:after,
	main.fo_users .fo_users_section .cat_naw .naw_ittem a:hover:after {
		background: #45A6DB;
		bottom: -14px;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	main.fo_users .fo_users_section .blocks_list {
		padding-top: 70px;
		padding-bottom: 81px;
	}
	main.fo_users .fo_users_section .blocks_list .fu_list_block {

	}
	main.fo_users .fo_users_section .blocks_list .fu_list_block .ittem {
		background: #FFFFFF;
		border-radius: 5px;
		padding-left: 23px;
		padding-right: 14px;
		padding-top: 13px;
		padding-bottom: 12px;
		margin-bottom: 14px;
		border: 2px solid #ffffff;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	main.fo_users .fo_users_section .blocks_list .fu_list_block .ittem.active {
		border: 2px solid #45A6DB;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	main.fo_users .fo_users_section .blocks_list .fu_list_block .ittem .top_block {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    	-ms-flex-line-pack: center;
        align-content: center;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
        justify-content: space-between;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
	}
	main.fo_users .fo_users_section .blocks_list .fu_list_block .ittem .top_block .titl {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 700;
		font-size: 16px;
		line-height: 21px;
		color: #212121;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	main.fo_users .fo_users_section .blocks_list .fu_list_block .ittem:hover .top_block .titl,
	main.fo_users .fo_users_section .blocks_list .fu_list_block .ittem.active .top_block .titl {
		color: #45A6DB;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	main.fo_users .fo_users_section .blocks_list .fu_list_block .ittem .top_block .toggle {
		width: 29px;
		height: 29px;
		min-width: 29px;
		background-image: url(imgs/faq_plus.svg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	main.fo_users .fo_users_section .blocks_list .fu_list_block .ittem.active .top_block .toggle {
		background-image: url(imgs/faq_minus.svg);
	}
	main.fo_users .fo_users_section .blocks_list .fu_list_block .ittem .text_block {
		display: none;
		padding-top: 12px;
		padding-bottom: 8px;
		padding-right: 30px;
	}
	main.fo_users .fo_users_section .blocks_list .fu_list_block .ittem .text_block p {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 25px;
		color: #212121;
	}
	main.fo_users .fo_users_section .blocks_list .fu_list_block .ittem .text_block p:last-child {
		padding-bottom: 0;
	}
	main.fo_users .news-section {
		background: #ffffff;
		padding-top: 65px;
		padding-bottom: 78px;
	}
	main.fo_users .news-section .title {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 700;
		font-size: 46px;
		line-height: 60px;
		text-align: center;
		color: #212121;
		margin-bottom: 25px;
	}
	main.fo_users .news-section .posts_list {

	}
	main.fo_users .news-section .posts_list .post_ittem .info {
		background: #F0F6F8;
	}
	main.fo_users .news-section .posts_list .slick-prev {
		position: absolute;
		top: 0px;
		bottom: 50px;
		margin: auto;
		left: -10px;
		z-index: 1;
		width: 54px;
	    height: 54px;
	    background: #FFFFFF;
	    box-shadow: 5px 15px 40px rgb(54 47 19 / 20%);
	    border-radius: 90px;
	    font-size: 0px;
	    background-image: url(/wp-content/themes/mrc/imgs/left_arr.svg);
	    background-repeat: no-repeat;
	    background-position: center;
	    border: unset;
	    cursor: pointer;
	}
	main.fo_users .news-section .posts_list .slick-next {
		position: absolute;
		top: 0px;
		bottom: 50px;
		margin: auto;
		right: -10px;
		z-index: 1;
		width: 54px;
	    height: 54px;
	    background: #FFFFFF;
	    box-shadow: 5px 15px 40px rgb(54 47 19 / 20%);
	    border-radius: 90px;
	    font-size: 0px;
	    background-image: url(/wp-content/themes/mrc/imgs/right_arr.svg);
	    background-repeat: no-repeat;
	    background-position: center;
	    border: unset;
	    cursor: pointer;
	}
	main.fo_users .news-section .posts_list .slick-dots {
		list-style: none;
	    width: 100%;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -ms-flex-line-pack: center;
	    align-content: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
        margin-top: 18px;
	}
	main.fo_users .news-section .posts_list .slick-dots li {
		padding: 8px;
	}
	main.fo_users .news-section .posts_list .slick-dots li button {
		width: 8px;
		height: 8px;
		font-size: 0;
		background: #A9BEC5;
		border-radius: 90px;
		border: unset;
		cursor: pointer;
		transition: 0.3s;
	}
	main.fo_users .news-section .posts_list .slick-dots li.slick-active button {
		background: #45A6DB;
		transition: 0.3s;
	}
/* FO USERS */
/* CHECK DISABLE */
	.content_check_disable {
		max-width: 800px;
	    /*margin: auto;*/
	    background-color: #f2f2f2;
	    border: 2px solid #f1f1f1;
	    border-radius: 0.25rem;
	    padding: 1rem 2rem 0.75rem;
	    margin-bottom: 4rem;
	    margin-top: 3rem;
	    position: relative;
	}
	.content_check_disable .stitle_check_disable {
		font-weight: 400;
	    font-style: normal;
	    font-size: 14px;
	    color: #fff;
	    padding: 0 31px;
	    line-height: 31px;
	    display: inline-block;
	    background: #3782a2;
	    position: relative;
	    left: -3rem;
	    margin-bottom: 20px;
	}
	.content_check_disable form {

	}
	.content_check_disable form label {
		color: #999;
	    font-size: 13px;
	    margin-bottom: 4px;
	    display: block;
	}
	.content_check_disable form input {
		border: 1px solid #e4e4e4;
	    border-radius: 4px;
	    padding: 0.375rem 0.75rem;
	    padding-top: 5px;
	    padding-bottom: 4px;
	    font-size: 14px;
	    height: auto;
	    width: 100%;
	    margin-bottom: 0.25rem!important;
	}
	.content_check_disable form span {
		display: block;
		width: 100%;
		line-height: 21px;
		min-height: 21px;
		font-size: 12px;
		font-weight: 400;
		color: red;
	}
	.content_check_disable form .button_block {
		display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-ms-flex-line-pack: start;
        align-content: flex-start;
    	-webkit-box-pack: end;
    	-ms-flex-pack: end;
        justify-content: flex-end;
    	-webkit-box-align: start;
    	-ms-flex-align: start;
        align-items: flex-start;
    	-ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
	}
	.content_check_disable form button {
		font-weight: 600;
	    font-size: 14px;
	    padding: 8px 29px;
	    background: #fff;
	    color: #199ed8;
	    border: 2px solid #199ed8;
	    border-radius: 2px;
	    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	    box-shadow: 0 1px 4px rgba(0,0,0,.2);
	    cursor: pointer;
	}
	.content_check_disable form button.load {
		color: rgba(255 255 255 / 0%);
	    background-image: url(/wp-content/themes/mrc/imgs/load.gif);
	    background-position: center;
	    background-repeat: no-repeat;
	}
	.content_check_disable #request_data {
		padding-top: 30px;
	}
	.content_check_disable #request_data p {
		font-size: 16px;
	    font-weight: 600;
	    text-align: center;
	    color: #000000;
	}
	.content_check_disable #request_data a {
		font-size: 16px;
	    font-weight: 600;
	    color: #01629c;
	}
	.content_check_disable a.download_file {
		font-weight: 600;
		font-size: 14px;
		padding: 8px 29px;
		background: #fff;
		color: #199ed8;
		border: 2px solid #199ed8;
		border-radius: 2px;
		-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
		box-shadow: 0 1px 4px rgba(0,0,0,.2);
		cursor: pointer;
		text-decoration: none;
		display: block;
		width: 115px;
		margin: auto;
	}
/* CHECK DISABLE */
/* 404 */
	.page404 {

	}
	.page404 .content_block {
		padding-top: 90px;
	    padding-bottom: 90px;
	    text-align: center;
	}
	.page404 .content_block h1 {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 700;
		font-size: 40px;
		line-height: 45px;
		margin-bottom: 20px;
	}
	.page404 .content_block h3 {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 600;
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.page404 .content_block a {
		display: inline-block;
		width: 250px;
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 20px;
		color: #212121;
		background: #ffffff;
		border: solid 2px #45A6DB;
		border-radius: 25px 25px 25px 0px;
		padding: 15px 45px;
		text-decoration: none;
		transition: 0.3s;
	}
	.page404 .content_block a:hover {
		background: #45A6DB;
		color: #ffffff;
		transition: 0.3s;
	}
/* 404 */
/* FOOTER */
	footer {
		padding-top: 60px;
		padding-bottom: 60px;
		background: #01629C;
	}
	footer .container {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    	-ms-flex-line-pack: start;
        align-content: flex-start;
    	-webkit-box-pack: start;
    	-ms-flex-pack: start;
        justify-content: flex-start;
    	-webkit-box-align: start;
    	-ms-flex-align: start;
        align-items: flex-start;
	}
	footer .left_block {
		width: 33.333%;
	}
	footer .left_block .logo {

	}
	footer .left_block .logo .log_img {
		margin-bottom: 21px;
	}
	footer .left_block .logo .log_img img {

	}
	footer .left_block .logo .logo_text {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 21px;
		color: #FFFFFF;
	}
	footer .left_block .info_block {
		padding-top: 12px;
	}
	footer .left_block .info_block p,
	footer .left_block .info_block a {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
		color: #FFFFFF;
		padding-bottom: 0;
		margin-bottom: 0;
		text-decoration: none;
	}
	footer .left_block .cabinet_block {
		padding-top: 30px;
	}
	footer .left_block .cabinet_block .button {
		display: inline-block;
		background: #45A6DB;
	    border: solid 2px #45A6DB;
	    border-radius: 25px 25px 25px 0px;
	    padding-left: 10px;
	    padding-right: 10px;
	    padding-top: 15px;
	    padding-bottom: 14px;
	    min-height: 53px;
	    cursor: pointer;
	    width: 210px;
	    -webkit-transition: 0.3s;
	    -o-transition: 0.3s;
	    transition: 0.3s;
	    overflow: hidden;
	}
	footer .left_block .cabinet_block .button:hover {
		background: #ffffff;
		color: #45A6DB;
		-webkit-transition: 0.3s;
	    -o-transition: 0.3s;
	    transition: 0.3s;
	}
	footer .left_block .cabinet_block .button.active {
		background: #ffffff;
		color: #45A6DB;
	}
	footer .left_block .cabinet_block .button span {
		font-family: 'Proxima Nova';
	    font-style: normal;
	    font-weight: 400;
	    font-size: 15px;
	    line-height: 20px;
	    color: #FFFFFF;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -ms-flex-line-pack: center;
	    align-content: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    transition: 0.3s;
	}
	footer .left_block .cabinet_block .button.active span {
		margin-top: -38px;
    	margin-bottom: 17px;
	}
	footer .left_block .cabinet_block .button:hover span {
		color: #45A6DB;
		transition: 0.3s;
	}
	footer .left_block .cabinet_block .button span:before {
		content: '';
		min-width: 17px;
	    width: 17px;
	    height: 17px;
	    display: block;
	    background-image: url(/wp-content/themes/mrc/imgs/user.svg);
	    margin-right: 9px;
	    transition: 0.3s;
	}
	footer .left_block .cabinet_block .button .hov_block {
		display: none;
	}
	footer .left_block .cabinet_block .button:hover span:before {
		-webkit-filter: invert(55%) sepia(42%) saturate(682%) hue-rotate(157deg) brightness(100%) contrast(85%);
		filter: invert(55%) sepia(42%) saturate(682%) hue-rotate(157deg) brightness(100%) contrast(85%);
		transition: 0.3s;
	}
	footer .left_block .cabinet_block a {
		font-family: 'Proxima Nova';
	    font-style: normal;
	    font-weight: 400;
	    font-size: 15px;
	    line-height: 20px;
	    color: #45A6DB;
	    text-decoration: none;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -ms-flex-line-pack: center;
	    align-content: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    transition: 0.3s;
	}
	footer .left_block .cabinet_block a:hover {
		text-decoration: underline;
	}
	footer .left_block .cabinet_block a:before {
		content: '';
		min-width: 17px;
	    width: 17px;
	    height: 17px;
	    display: block;
	    background-image: url(/wp-content/themes/mrc/imgs/user.svg);
	    margin-right: 9px;
	    transition: 0.3s;
	}
	footer .left_block .cabinet_block a:before {
		-webkit-filter: invert(55%) sepia(42%) saturate(682%) hue-rotate(157deg) brightness(100%) contrast(85%);
		filter: invert(55%) sepia(42%) saturate(682%) hue-rotate(157deg) brightness(100%) contrast(85%);
		transition: 0.3s;
	}
	footer .center_block {
		width: 40%;
		padding-right: 92px;
	}
	footer .center_block p {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 400;
		font-size: 13px;
		line-height: 22px;
		color: #FFFFFF;
		padding-bottom: 22px;
		margin-bottom: 0;
	}
	footer .center_block p:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	footer .right_block {
		width: 26%;
	}
	footer .right_block .qr_list {

	}
	footer .right_block .qr_list .qr_ittem {
		margin-bottom: 20px;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    	-ms-flex-line-pack: center;
        align-content: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
        justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
        align-items: center;
	}
	footer .right_block .qr_list .qr_ittem .img {

	}
	footer .right_block .qr_list .qr_ittem .img img {
		width: 78px;
	    height: 78px;
	    min-width: 78px;
	    display: block;
		border-radius: 5px;
    	border: 2px solid #fff;
	}
	footer .right_block .qr_list .qr_ittem .text {
		padding-left: 18px;
	}
	footer .right_block .qr_list .qr_ittem .text a {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 22px;
		text-decoration-line: none;
		color: #FFFFFF;
	}
	footer .right_block .qr_list .qr_ittem .text a:hover {
		text-decoration: none;
	}
	footer .right_block .qr_list .qr_ittem .text a:hover {

	}
/* FOOTER */
/* Modal */
	.modal-open {
		overflow: hidden;
	}
	.modal-open .modal {
		overflow-x: hidden;
		overflow-y: auto;
	}
	.modal {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1050;
		display: none;
		overflow: hidden;
		outline: 0;
	}
	.modal-dialog {
		position: relative;
		width: auto;
		margin: 0.5rem;
		pointer-events: none;
	}
	.modal.fade .modal-dialog {
		transition: -webkit-transform 0.3s ease-out;
		transition: transform 0.3s ease-out;
		transition: transform 0.3s ease-out, 
		-webkit-transform 0.3s ease-out;
		-webkit-transform: translate(0, -25%);
		transform: translate(0, -25%);
	}
	@media screen and (prefers-reduced-motion: reduce) {
	  .modal.fade .modal-dialog {
	  	transition: none;
	  }
	}
	.modal.show .modal-dialog {
		-webkit-transform: translate(0, 0);transform: translate(0, 0);
	}
	.modal-dialog-centered {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		min-height: calc(100% - (0.5rem * 2));
		max-width: 442px;
		margin: auto;
	}
	.modal-dialog-centered::before {
		display: block;
		height: calc(100vh - (0.5rem * 2));
		content: "";
	}
	.modal-content {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		pointer-events: auto;
		background-color: #fff;
		background-clip: padding-box;
		outline: 0;
		box-shadow: 0px 10px 50px rgb(36 37 44 / 30%);
		border-radius: 25px;
	}
	.modal-backdrop {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1040;
		background-color: #000;
	}
	.modal-backdrop.fade {
		opacity: 0;
	}
	.modal-backdrop.show {
		opacity: 0.5;
	}
	.modal-header {
		text-align: right;
		margin-bottom: -58px;
	}
	.modal-header .close {
		border: none;
	    background: none;
	    color: #b2b2b2;
	    font-weight: 700;
	    font-size: 30px;
	    cursor: pointer;
	    line-height: 18px;
	    padding: 20px 20px;
	    transition: 0.3s;
	    position: relative;
    	z-index: 1;
	}
	.modal-header .close:hover {
		color: #ff0000;
		transition: 0.3s;
	}
	.modal-title {
		font-size: 30px;
	    line-height: 35px;
	    text-align: center;
	    margin-bottom: 31px;
	    font-family: 'Proxima Nova';
	    font-weight: 600;
	}
	.modal-body {
		position: relative;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		padding: 3rem;
		padding-bottom: 40px;
	}
	.modal-body .cont_form {
		box-shadow: none;
	}
	.modal-body form {
		text-align: center;
	}
	.modal-body form input[type="tel"],
	.modal-body form input[type="email"],
	.modal-body form textarea,
	.modal-body form input[type="text"] {
		border: solid 1px #dbdde0;
		background-color: #f4f6f9;
		border-radius: 8px;
		width: 100%;
		max-width: 300px;
		height: 49px;
		padding: 10px 20px;
		display: block;
		max-width: 300px;
		margin: auto;
		margin-bottom: 21px;
		font-size: 17px;
	}
	.modal-body form input[type="tel"]::placeholder,
	.modal-body form input[type="email"]::placeholder,
	.modal-body form textarea::placeholder,
	.modal-body form input[type="text"]::placeholder {
		color: #c2c2c2;
	}
	.modal-body form input[type="submit"] {
		display: block;
		max-width: 300px;
		width: 100%;
		display: inline-block;
	    background: #45A6DB;
	    border: solid 2px #45A6DB;
	    border-radius: 25px 25px 25px 0px;
	    text-decoration: none;
	    font-family: 'Proxima Nova';
	    font-style: normal;
	    font-weight: 400;
	    font-size: 15px;
	    line-height: 20px;
	    color: #FFFFFF;
	    padding-left: 38px;
	    padding-top: 13px;
	    padding-bottom: 13px;
	    padding-right: 38px;
	    transition: 0.3s;
		margin-top: 10px;
		cursor: pointer;
	}
	.modal-body form input[type="submit"]:hover {
		background: #ffffff;
	    color: #45A6DB;
	    transition: 0.3s;
	}
	.modal-body form textarea {
		height: 70px;
	}
	.modal-body form .wpcf7-not-valid-tip {
		margin-top: -20px;
    	margin-bottom: 20px;
	}
	.modal-body .pol_form {
		font-size: 13px;
		margin-top: 9px;
		display: block;
	}
	.modal-body .ph {
		margin-bottom: 35px;
		margin-top: 0;
		text-align: center;
	}
	.modal-footer {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 1rem;
		border-top: 1px solid #e9ecef;
	}
	.modal-footer > :not(:first-child) {
		margin-left: .25rem;
	}
	.modal-footer > :not(:last-child) {
		margin-right: .25rem;
	}
	.modal-scrollbar-measure {
		position: absolute;top: -9999px;
		width: 50px;
		height: 50px;
		overflow: scroll;
	}
/* Modal */
body > div.home-page > div.news-section > div > div.banners {display: flex;}
.news-section .banners .banner-01 {width: 70%; margin: 0 15px;}
.news-section .banners .banner-02 {width: 30%; margin: 0 15px;}
/* FORM GET NEW LC */
	.get_new_lc {

	}
	.get_new_lc .info_text {

	}
	.get_new_lc .info_text p {
		font-family: 'Proxima Nova';
	    font-style: normal;
	    font-weight: 700;
	    font-size: 18px;
	    line-height: 25px;
	    color: #212121;
	    margin-bottom: 16px;
	    padding-bottom: 0;
	}
	.get_new_lc .info_text p:last-child {

	}
	.get_new_lc .form_block {
		max-width: 800px;
	    background-color: #f2f2f2;
	    border: 2px solid #f1f1f1;
	    border-radius: 0.25rem;
	    padding: 1rem 2rem 0.75rem;
	    margin-bottom: 4rem;
	    margin-top: 3rem;
	    position: relative;
	}
	.get_new_lc .form_block .labe_text {
		font-weight: 400;
	    font-style: normal;
	    font-size: 14px;
	    color: #fff;
	    padding: 0 31px;
	    line-height: 31px;
	    display: inline-block;
	    background: #3782a2;
	    position: relative;
	    left: -3rem;
	    margin-bottom: 20px;
	}
	.get_new_lc .form_block form {

	}
	.get_new_lc .form_block form label {

	}
	.get_new_lc .form_block form label span {
		color: #999;
	    font-size: 13px;
	    margin-bottom: 4px;
	    display: block;
	}
	.get_new_lc .form_block form label input {
		border: 1px solid #e4e4e4;
	    border-radius: 4px;
	    padding: 0.375rem 0.75rem;
	    padding-top: 5px;
	    padding-bottom: 4px;
	    font-size: 14px;
	    height: auto;
	    width: 100%;
	    margin-bottom: 0.25rem!important;
	}
	.get_new_lc .form_block form .err_text {
		display: block;
	    width: 100%;
	    line-height: 21px;
	    min-height: 21px;
	    font-size: 12px;
	    font-weight: 400;
	    color: red;
	}
	.get_new_lc .form_block form .button_block {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-line-pack: start;
	    align-content: flex-start;
	    -webkit-box-pack: end;
	    -ms-flex-pack: end;
	    justify-content: flex-end;
	    -webkit-box-align: start;
	    -ms-flex-align: start;
	    align-items: flex-start;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	}
	.get_new_lc .form_block form .button_block button {
		font-weight: 600;
	    font-size: 14px;
	    padding: 8px 29px;
	    background: #fff;
	    color: #199ed8;
	    border: 2px solid #199ed8;
	    border-radius: 2px;
	    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	    box-shadow: 0 1px 4px rgba(0,0,0,.2);
	    cursor: pointer;
	}
	.get_new_lc .form_block form .button_block button.load {
	    color: rgba(255 255 255 / 0%);
	    background-image: url(/wp-content/themes/mrc/imgs/load.gif);
	    background-position: center;
	    background-repeat: no-repeat;
	}
	.get_new_lc .form_block .request_block {
		padding-top: 30px;
	}
	.get_new_lc .form_block .request_block p {
		font-size: 16px;
	    font-weight: 600;
	    text-align: center;
	    color: #000000;
	}
/* FORM GET NEW LC */
.lk-popup {display: flex; flex-direction: row; align-content: center; justify-content: flex-start; align-items: center; flex-wrap: wrap; padding-bottom: 15px; font-size: 16px;color:#000;font-weight: 500;gap: 5px;}
.pum-theme-21746 .pum-title, .pum-theme-enterprise-blue .pum-title {    text-align: center!important;}
.lk-popup-1 {display: flex;flex-direction: row;align-content: center;justify-content: space-between;align-items: center;flex-wrap: wrap;padding-bottom: 15px;font-size: 16px;color: #000;font-weight: 500;gap: 5px;margin: 10px 25px;}
/*Новости*/
.page.single .content_block .image_post .date {
    position: absolute;
    left: 20px;
    top: 7px;
    width: 64px;
    height: 64px;
    background: #45A6DB;
    border-radius: 32px 32px 0px 32px;
    padding-top: 7px;
    padding-bottom: 10px;
    text-align: center;
}
.page.single .content_block .image_post img {
    width: 100%;
    height: 444px;
    display: block;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 25px;
}
.home-page .partners-section .slider_partners .slide_ittem img {
    max-width: 280px;
    object-fit: contain;
}
	header .center_line .right_block .phone_block {
   text-align: center;
	}
	header .center_line .center_block {
		
	}
	header .center_line .center_block .buttons_block {
		border-radius: 90px;
		background: #D7E0E3;
		padding: 4px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
        align-items: center;
    	gap: 10px;
	}
	header .center_line .center_block .buttons_block a {
		color: #212121;
		font-family: "Proxima Nova";
		font-size: 13px;
		font-style: normal;
		font-weight: 700;
		line-height: 130.4%;
		letter-spacing: 1.235px;
		text-transform: uppercase;
		text-decoration: none;
		padding: 9px;
		border-radius: 90px;
		display: block;
	}
	header .center_line .center_block .buttons_block a.active {
		color: #FFF;
		font-family: "Proxima Nova";
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		line-height: 130.4%; /* 16.952px */
		letter-spacing: 1.235px;
		text-transform: uppercase;
		background: #45A6DB;
		padding: 10px 20px;
	}
select.ff-el-form-control:not([size]):not([multiple]) {
    height: auto;
}