@font-face {
    font-family: Proxima Nova Bold;
    src: url('../fonts/proxima-nova-bold.eot');
    src: url('../fonts/proxima-nova-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima-nova-bold.woff2') format('woff2'),
         url('../fonts/proxima-nova-bold.woff') format('woff'),
         url('../fonts/proxima-nova-bold.ttf') format('truetype'),
         url('../fonts/proxima-nova-bold.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Ubuntu Regular;
    src: url('../fonts/ubuntu-regular.eot');
    src: url('../fonts/ubuntu-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-regular.woff2') format('woff2'),
         url('../fonts/ubuntu-regular.woff') format('woff'),
         url('../fonts/ubuntu-regular.ttf') format('truetype'),
         url('../fonts/ubuntu-regular.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Gotham Pro Light;
    src: url('../fonts/gotham-pro-light.eot');
    src: url('../fonts/gotham-pro-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-pro-light.woff2') format('woff2'),
         url('../fonts/gotham-pro-light.woff') format('woff'),
         url('../fonts/gotham-pro-light.ttf') format('truetype'),
         url('../fonts/gotham-pro-light.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Gotham Pro Black;
    src: url('../fonts/gotham-pro-black.eot');
    src: url('../fonts/gotham-pro-black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-pro-black.woff2') format('woff2'),
         url('../fonts/gotham-pro-black.woff') format('woff'),
         url('../fonts/gotham-pro-black.ttf') format('truetype'),
         url('../fonts/gotham-pro-black.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family: Ubuntu Bold;
	src: url(../fonts/ubuntu_bold.ttf);
	font-style: normal;
}
@font-face{
	font-family: Ubuntu Italic;
	src: url(../fonts/ubuntu_italic.ttf);
	font-style: normal;
}
@font-face{
	font-family: Bebas Neue Regular;
	src: url(../fonts/bebas_neue_regular.ttf);
	font-style: normal;
}
#companies table {
    margin-bottom: 30px;
}

.rso-wrapper.active{
    padding: 30px 15px 50px 15px;
    border: 2px solid #f0f0f0;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.rso-wrapper.active > a,
.rso-wrapper.active > h4 {
    margin-bottom: 20px;
}

.rso-wrapper.active table td > a {
    display: flex;
    align-items: center;
}

.rso-wrapper .table-responsive {
    width: 100%;
}

.tab-pane .btn-success {
    position: relative;
    padding-left: 35px;
}

.tab-pane .btn-success::before {
    content: '';
    width: 2px;
    height: 20px;
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    left: 17px;
    top: 11px;
}

.tab-pane .btn-success::after {
    content: '';
    width: 20px;
    height: 2px;
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    left: 8px;
    top: 20px;
}

#img-photo {
width: 130px !important;
object-fit: contain;
height: 130px !important;
margin: 15px 0px !important;
}

.img-wrapper > * {
    width: 100% !important;
}

.control-label {
    font-size: 14px;
    font-weight: bold;
    color: red;
}

.img-wrapper > p > a {
    color: red;
}

.avatar-text {
    font-size: 16px;
}

.control-label .fa.fa-plus {
    color: red !important;
    font-size: 10px;
}

.img-del {
    display: none;
}

.img-wrapper {
    display: flex;
    flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 80px 0 0;
	min-height: 2000px;
}
table {
  width: 100%;
  table-layout: fixed;
}

table thead tr {
  background-color: rgb(78, 166, 211);
  color: white;
}
table.number_table {
	counter-reset: schetchik;
}
table.number_table tbody tr {
  counter-increment: schetchik;
}
table.number_table tbody tr:before {
	content: counter(schetchik);
	width: 10%;
	display: table-cell;
  vertical-align: middle;
	text-align: center;
}
table tr th, table tr td {
  padding: 25px 35px;
  width: 100%;
}
table tr td {
  vertical-align: middle;
}

table tr:nth-child(2n) {
  background-color: #f3f8fb;
}
:focus {
  outline: 0;
}
.content_body .fancybox_img:first-of-type .media_img {
    padding-top: 50%;
    padding-bottom: 50%;
}
a, li {
  line-height: 1.5;
}
h1, h2, strong {
  font-family: Ubuntu Bold;
}
.no_margin {
	margin: 0!important;
}
.no_padding {
	padding: 0!important;
}
h1 {
	font-size: 2.5vw;
	margin-top: 0;
	margin-bottom: 10px;
}
h1.page_title {
    font-size: 1.7vw;
}
h2 {
	font-size: 2.083vw;
}
h3 {
	font-size: 2.083vw;
}
h4 {
	font-size: 1.666vw;
}
h5 {
	font-size: 1.25vw;
}
h6 {
	font-size: 0.9375vw;
}
a, li {
	font-size: 0.9375vw;
}
table tr th, table tr td {
	font-size: 0.9375vw;
}
small {
	font-size: 0.9375vw;
}
p {
	font-size: 0.9375vw;
}
body {
	width: 90%;
	margin: auto!important;
	font-family: Ubuntu Regular;
	padding: 0;
	margin: 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 0.9375vw;
}
html {
    background-color: #f8f9fb;
}
header{
	height: 80px;
	position: fixed;
	z-index: 101;
	left: 0;
	right: 0;
	top: 0;
	background-color: white;
	border-bottom: 1px solid #e6e6e6;
	font-size: 0;
	width: 90%;
	margin: auto;
}
header .container , footer .container  {
    width: calc(100% - 130px);
		max-width: none;
}
.inline_content_btn small {
    display: inline-block;
    color: white;
	vertical-align: middle;
	font-size: 14px;
}
.inline_content_btn i {
	vertical-align: middle;
	font-size: 28px;
}
a:focus {
    outline: 0;
}
.overflow_hidden{
		overflow: hidden;
}
.container {
		width: calc(100% - 240px);
		margin-right: auto;
		margin-left: auto;
		max-width: 1380px;
}
.logo {
		display: inline-block;
	  vertical-align: middle;
		width: 380px;
		font-size: 0;
}
.logo:hover, .logo:focus {
		text-decoration: none;
}
.logo img {
		width: 50px;
		margin: 0 15px 0 0;
		vertical-align: middle;
		display: inline-block;
}

.logo img:nth-child(1) {
  width: 100px;
}
.logo span {
		display: inline-block;
		padding: 0 0 0 15px;
		border-left: 1px solid #ddd;
		color: black;
		font-size: 18px;
		max-width: 180px;
		vertical-align: middle;
}
.menu_btn {
		height: 50px;
		width: 50px;
		display: none;
		text-align: end;
		cursor: pointer;
		position: absolute;
		top: 0;
		right: 0;
}
.menu_btn i {
    font-size: 20px;
    height: 38px;
    width: 38px;
    border: 1px solid gray;
    border-radius: 8px;
    color: gray;
    line-height: 36px;
    margin: 6px 0;
		text-align: center;
}
.main_menu {
		list-style: none;
		padding: 0;
		margin: 0;
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		width: calc(100% - 700px);
}
.main_menu li {
		display: inline-block;
		padding: 0 15px;
		vertical-align: middle;
		position: relative;
}
.main_menu li a {
		display: block;
		color: black;
		height: 80px;
		line-height: 80px;
}
.main_menu li a span {
		display: inline-block;
	  margin-right: 7px;
	  font-family: Ubuntu Bold;
	  font-size: 0.677vw;
	  text-transform: uppercase;
		vertical-align: middle;
		cursor: pointer;
}
.main_menu li a i {
		display: inline-block;
		transition: all 0.2s linear;
		-moz-transition: all 0.2s 0 linear;
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		vertical-align: middle;
		color: #4fa6d3;
		font-size: 1.458vw;
}
.main_menu li a:hover .fa-angle-down:before {
    content: "\f106";
}
.main_menu li ul {
		position: absolute;
	  top: 75px;
	  left: 0;
	  background-color: white;
	  min-width: 350px;
	  margin: 0;
		padding: 0;
	  text-align: start;
		border: 1px solid #e6e6e6;
}
.main_menu li ul:after, .main_menu li ul:before {
    bottom: 100%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.main_menu li ul:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 14px;
    left: 40px;
    margin-left: -14px;
}
.main_menu li ul:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #e6e6e6;
    border-width: 15px;
    left: 40px;
    margin-left: -15px;
}
.main_menu li ul li{
		display: block;
		border-bottom: 1px solid white;
		padding: 0;
		position: relative;
}
.main_menu li ul li:hover:before {
		background-color: white;
}
.main_menu li ul li:before {
    content: '';
    height: 4px;
    width: 4px;
    display: block;
    background-color: #3891bf;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 12px;
    border-radius: 50%;
}
.main_menu li ul li:last-child{
		border-bottom: 0;
}
.main_menu li ul li a{
		display: block;
		width: 100%;
		vertical-align: middle;
		color: black;
		padding: 15px 25px;
		height: inherit;
		line-height: 1;
		cursor: pointer;
		text-align: left;
}
.main_menu li ul li a:hover, .main_menu li ul li a:focus {
		background-color: #3891bf;
		color: white;
		text-decoration: none;
}
table.table-condensed thead tr {
    background-color: transparent;
    color: black;
}
.right_block {
		display: inline-block;
		vertical-align: middle;
		width: 310px;
		text-align: right;
}
.private_office {
		height: 80px;
	  line-height: 80px;
	  color: black;
	  font-size: 16px;
	  display: inline-block;
	  vertical-align: middle;
}
.private_office i {
    float: left;
    height: 80px;
    width: 50px;
    background-image: url(/assets/images/avatar.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.lang_block {
		border: 1px solid #ddd;
		padding: 10px 15px;
		font-size: 16px;
		margin: 0 0 0 15px;
		background-color: white;
		vertical-align: middle;
		display: inline-block;
		position: relative;
}
.search {
    display: inline-block;
		position: relative;
}
.search_btn {
		height: 44px;
		width: 44px;
		border: 1px solid #ddd;
		margin: 0 0 0 15px;
		background-image: url(/assets/images/search_icon.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 50%;
		cursor: pointer;
		display: inline-block;
		vertical-align: middle;
		position: relative;
}
.absolute_search_btn {
    height: 48px;
    width: 48px;
    background-image: url(/assets/images/search_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}
#search:focus {
    background-color: #f8f9fb;
}
#search::-webkit-input-placeholder {color:#000000;}
#search::-moz-placeholder          {color:#000000;}
#search:-moz-placeholder           {color:#000000;}
#search:-ms-input-placeholder      {color:#000000;}
.search_block{
		position: absolute;
		width: 350px;
		background-color: white;
		border: 1px solid #e6e6e6;
		top: 60px;
		right: -15px;
		padding: 5px;
}
.search_block:after, .search_block:before {
    bottom: 100%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.search_block:after {
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #ffffff;
		border-width: 14px;
		right: 35px;
		margin-right: -14px;
}
.search_block:before {
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #e6e6e6;
		border-width: 15px;
		right: 35px;
		margin-right: -15px;
}
.phone_btn {
		height: 44px;
		width: 44px;
		border: 1px solid #ddd;
		margin: 0 0 0 15px;
		background-image: url(/assets/images/glasses.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 75%;
		cursor: pointer;
		display: inline-block;
		vertical-align: middle;
}
.news-img.one_new {
    width: 50%;
    padding-top: 30%;
    float: left;
    margin-right: 30px;
    margin-bottom: 45px;
	position: relative;
}
.news-img.one_new:before {
		content: '\f00e';
		position: absolute;
		right: 10px;
		bottom: 10px;
		z-index: 1;
		color: rgba(255,255,255, 0.5);
		font-size: 4vw;
		font-family: FontAwesome;
		height: 4vw;
		width: 4vw;
		margin: auto;
		line-height: 1;
}
.news-img.one_new:hover:before {
		color: rgba(255,255,255, 0.8);
}
.news-img.one_new small {
    position: absolute;
    bottom: -40px;
}
.lang_active {
    cursor: pointer;
}
.lang_active i {
    background-image: url(/assets/images/arrow_down_small.png);
    height: 22px;
    width: 22px;
    display: block;
    float: right;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
}

.btn_registr {
    text-decoration: none !important;
    color: #fff;
    background-color: rgb(78, 166, 211);
    text-transform: uppercase;
    font-family: Ubuntu Bold;
    font-size: 13px;
    border: 2px solid rgb(78, 166, 211);
    padding: 10px 30px;
}

.contact_table:last-of-type tr:first-of-type {
    margin-bottom: 15px;
    display: block;
}

.btn_registr:hover {
    color: black;
    background-color: rgba(78, 166, 211, 0);
}

.lang_block ul {
		list-style: none;
		padding: 0;
		margin: 0;
		position: absolute;
		left: -1px;
		right: -1px;
		top: 41px;
		background-color: white;
		z-index: 10;
		border-right: 1px solid #ddd;
		border-left: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
}
.lang_block ul li a {
		height: 44px;
		line-height: 44px;
		color: black;
		font-size: 16px;
		text-align: start;
		display: block;
		padding: 0 15px;
}
.section {
    padding: 25px 0;
		overflow: hidden;
}
.news-img {
    padding-top: 60%;
    display: block;
    background-size: cover;
    background-position: center;
}
.news-description small {
    font-size: 0.9375vw;
    color: #828282;
    display: block;
    line-height: 1;
		margin-bottom: 5px;
}
.news-description a {
    font-size: 1.25vw!important;
    color: #3069cc;
		display: block;
    margin-bottom: 5px;
		text-decoration: none!important;
		line-height: 1.3!important;
}
.news-description a:hover {
		text-decoration: underline!important;
}
.news-description p {
    color: #353434;
    font-size: 0.9375vw;
}
.new-body {
    padding: 0 0 25px 0;
}
.content-body{
		padding: 0 0 25px 0;
}
.content_body a {
		text-decoration: underline;
}
.content_body a.btn {
    text-decoration: none;
}
.content_body a.services_card {
		text-decoration: none;
}
.content_body a:hover {
		text-decoration: none;
}
a[name] {
    display: block;
		padding-top: 80px;
}
.content_body a,  .content_body li{
		line-height: 1.5;
}
.content_body .list-unstyled {
    padding-left: 0;
}
.content_body  .list-unstyled li::before {
	content: '';
}
.content_body ul, .content_body ol {
    padding-left: 30px;
}
.content_body ol {
		counter-reset: list;
		list-style: none;
}
.content_body ol li {
		position: relative;
		overflow: hidden;
    padding: 0 0 0 25px!important;
		margin-bottom: 15px;
}
.content_body ol li:before, .content_body ul li ol li:before {
		position: absolute;
		left: 0;
    counter-increment: list;
    content: counter(list) ". ";
    min-width: 15px;
    font-family: Proxima Nova Bold;
		color: #4ea6d3;
}
.content_body ul li{
    list-style: none;
		position: relative;
		color: #353434;
		margin-bottom: 15px;
		overflow: hidden;
    padding: 0 0 0 25px!important;
}
.content_body ul li.collapse.in {
		padding: 0!important;
}
.content_body ul.nav-tabs > li {
    margin-bottom: -1px;
		border-bottom: 1px solid #ddd;
    padding: 0!important;
}
.content_body ul.nav-tabs > li.active {
		border-bottom: 0;
}
.content_body ul li:before{
		position: absolute;
		left: 0;
		content: '\2022';
		color: #4ea6d3;
		font-size: 1.25vw;
    line-height: 1.2;
}
.content_body ul.line_list li:before{
		position: absolute;
		left: 0;
		content: '\2014';
		color: #4ea6d3;
		font-size: 0.625vw;
		line-height: 2.3;
}
.content_body ul.check li:before{
		position: absolute;
		left: 0;
		font-family: FontAwesome;
		content: '\f00c';
		color: #4ea6d3;
		top: 2px;
		font-size: 0.9375vw;
		line-height: 1.5;
}
.content_body ul.nav.nav-tabs {
    padding: 0;
    margin: 0;
}
.content_body ul.nav.nav-tabs li:before{
		display: none;
}
.content_body blockquote {
    border-left: 5px solid #00a8d6;
		margin: 0 0 20px 35px;
		color: #353434;
}
.content_body blockquote.gray {
    background-color: #f5f5f5;
    border-left: 0;
    padding: 25px 50px;
}
.calculators_block {
    background-color: #f5f5f5;
    padding: 50px 0;
		margin-top: 50px;
}
small {
    color: #828282;
    display: block;
    line-height: 1;
}
small.event_date_time {
    display: block;
    padding: 0 0 10px;
}
table.contact_table tr td {
    padding: 5px 0;
}
table.contact_table {
    margin: 15px 0;
}
img.event_img {
    width: 50%;
    float: left;
    margin: 0 15px 15px 0;
}
.main_carousel {
    background-image: url(/assets/images/slider_back.png);
    padding-top: 28%;
    background-repeat: no-repeat;
    background-size: cover;
		display: table!important;
}
.main_carousel .owl-stage-outer {
    position: absolute;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    top: 0;
		left: 0;
		right: 0;
		bottom: 0;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
    height: 100%;
}
.main_carousel .owl-dots {
		position: absolute;
		bottom: 15px;
		right: calc(50% + 15px);
}
.main_carousel .slider_new_img {
		width: calc(50% - 125px);
		position: absolute;
		margin: 0;
		padding: 0;
		background-size: contain;
    background-repeat: no-repeat;
		background-position: center;
		right: 125px;
		top: 80px;
		bottom: 0;
}
.main_carousel .owl-dot {
		display: inline-block;
		margin: 0 1px;
		border: 5px solid transparent;
		border-radius: 50%;
}
.main_carousel .owl-dot.active {
		border: 5px solid #79cde4;
}
.main_carousel .owl-dot.active span {
		background-color: white;
}
.main_carousel .owl-dot span {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: block;
		background-color: #79cde4;
}
.main_carousel .owl-next:before {
		height: 66px;
		width: 37px;
		content: '';
		display: block;
		position: absolute;
		top: 80px;
		bottom: 0;
		margin: auto;
		right: 80px;
		cursor: pointer;
		background-image: url(/assets/images/main_arrow_right.png);
		background-repeat: no-repeat;
		background-size: contain;
}
.main_carousel .owl-prev:before {
		height: 66px;
		width: 37px;
		content: '';
		display: block;
		position: absolute;
		top: 80px;
		bottom: 0;
		margin: auto;
		left: 135px;
		cursor: pointer;
		background-image: url(/assets/images/main_arrow_left.png);
		background-repeat: no-repeat;
		background-size: contain;
}
.slider_new_description {
	width: 50%;
	margin-top: 130px;
	float: left;
	padding: 0 40px 0 0;
}
.slider_new_description .more_btn {
    position: absolute;
    bottom: 10%;
}
.slider_new_description h3 {
		font-size: 1.667vw;
		color: white;
		font-family: Proxima Nova Bold;
		margin: 0 0 10px 0;
		max-height: 150px;
		overflow: hidden;
}
.slider_new_description p {
    font-size: 0.938vw;
    color: white;
		margin-bottom: 50px;
}
.more_btn {
		color: white;
		font-family: Ubuntu Bold;
		font-size: 13px;
		text-transform: uppercase;
		text-decoration: none;
		border: 2px solid white;
		padding: 15px 25px;
		display: inline-block;
}
.more_btn:hover, .more_btn:focus {
		color: #4ea6d3;
		text-decoration: none;
		background-color: white;
}
.events_block {
    overflow: hidden;
    padding: 50px 0;
}
.events_block h4 {
		margin-top: 0;
}
.today_btn {
    font-family: Ubuntu Bold;
    text-transform: uppercase;
    font-size: 13px;
    border: 2px solid #4ea6d3;
    display: inline-block;
    padding: 15px 25px;
    cursor: pointer;
}
/* .bootstrap-datetimepicker-widget {
    margin-bottom: 25px;
} */
.picker-switch.accordion-toggle, .timepicker {
    display: none;
}
.datepicker table {
		table-layout: auto;
		border-collapse: separate;
		border-top: 1px solid #d7dee4;
		border-left: 1px solid #d7dee4;
}
.datepicker tr td, .content_body .datepicker thead tr td, .content_body .datepicker thead tr th {
		padding: 4.5% 0!important;
		background-color: white;
		color: black;
}
.datepicker thead tr {
    border: 1px solid #d7dee4;
		height: 46px!important;
}
.datepicker thead tr {
    border: 1px solid #d7dee4;
}
.datepicker thead tr th {
		border-right: 1px solid #d7dee4;
		border-bottom: 1px solid #d7dee4;
}
.datepicker thead tr:first-child th {
		font-weight: normal;
}
.datepicker thead tr:last-child th {
    color: #6b737a;
		font-weight: normal;
}
.datepicker tbody tr td {
    border-right: 1px solid #d7dee4;
		border-bottom: 1px solid #d7dee4;
}
.events_list {
    position: relative;
}
.scroll-wrapper {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute!important;
}
.entity_category {
    width: 100%;
    border: 1px solid #d7dee4;
    height: 46px;
    padding: 0 10px;
    font-size: 0.833vw;
    margin-bottom: 10px;
}
.entity_category:focus {
    outline: 0px;
}
td.day.weekend {
    color: #ef513c;
}
td.event_day {
    background-color: #f3f8fb!important;
    color: #0f3c9c!important;
}
.event_card small {
		font-size: 0.9375vw;
		margin-bottom: 10px;
		display: block;
		line-height: 1.1;
		color: black;
}
.event_card i {
    font-size: 0.833vw;
    color: #62727e;
		display: block;
		font-family: Ubuntu Italic;
}
.event_card span {
    font-size: 0.833vw;
    color: #62727e;
		display: block;
}
.event_card a {
    font-size: 1vw;
    color: #3069cc;
		display: block;
}
.event_card {
    padding: 0 15px 25px;
    border-bottom: 1px solid #d7dee4;
    margin-bottom: 25px;
}
.events_list_content {
    padding: 0 10px 0 0;
}
.social_block {
    background-color: #f3f8fb;
    padding: 30px 50px;
    margin-bottom: 25px;
		text-align: center;
}
.social_block h3 {
    font-size: 1.5625vw;
		margin-top: 0;
		margin-bottom: 15px;
}
.social_block ul {
    padding: 0;
    margin: 0 0 25px 0;
    list-style: none;
		font-size: 0;
}
.content_body .social_block ul li::before{
		content: '';
}
.social_block ul li{
		display: inline-block;
		width: 33.33333333%;
		padding: 0 10px!important;
}
.social_block ul li a {
    display: block;
		padding-top: 100%;
		position: relative;
}
.social_block ul li a i{
			display: block;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    right: 0;
	    left: 0;
	    line-height: 3.299vw;
}
.social_block ul li a i::before{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	color: white;
	font-size: 1.666vw;
	text-align: center;
}
.social_block .fa-facebook:before{
		background-color: #4267b2;
}
.social_block .fa-twitter:before{
		background-color: #35abf3;
}
.social_block .fa-vk:before{
		background-color: #4c75a3;
}
.social_block .fa-youtube:before{
		background-color: #ff0000;
}
.block-btn {
    display: block;
    text-align: center;
    color: black;
    font-family: Ubuntu Bold;
    text-transform: uppercase;
    border: 2px solid #4ea6d3;
    padding: 20px 0;
		text-decoration: none!important;
		cursor: pointer;
		font-size: 14px!important;
		width: 100%;
		background-color: transparent;
}
.block-btn.green_border{
		border: 2px solid #4dc8a7;
}
.block-btn:hover, .block-btn:focus {
		color: white;
		text-decoration: none;
		background-color: #4ea6d3;
}
.block-btn.green_border:hover, .block-btn.green_border:focus {
		background-color: #4dc8a7;
}
.services_block {
    background-color: #f5f5f5;
    padding: 50px 0;
}
.services_block h3 {
		margin-top: 0;
	  font-size: 2.5vw;
	  font-family: Ubuntu Bold;
	  text-align: center;
	  margin-bottom: 15px;
}
.services_img {
    padding-top: 50%;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    margin: auto;
}
.services_card {
    text-align: center;
    display: block;
  	padding: 25px 0;
		cursor: pointer;
}
.services_card:hover,  .services_card:focus{
    background-color: white;
		text-decoration: none;
}
.consultation_cards .services_card:hover, .consultation_cards .services_card:focus{
		-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.services_card:hover span,  .services_card:focus span{
	color: #3069cc;
}
.services_card span {
		font-family: Ubuntu Bold;
		text-align: center;
		text-transform: uppercase;
		color: black;
		padding: 0 15px;
		display: block;
}
.consultation_cards .services_card span {
		padding: 0 60px;
}
.services_card p {
    color: #6f6f6f;
		padding: 10px 15px 0;
}
.consultation_cards {
    background-color: #f7f8f9;
		margin: 25px 0;
}
.services_card .inline_btn {
    background-color: transparent;
    border: 2px solid;
		margin: 15px auto 25px;
		width: calc(100% - 80px);
}
.services_card .inline_btn:hover, .services_card .inline_btn:focus {
		color: white;
		text-decoration: none;
}
footer {
		background-color: #2e2e35;
		padding: 25px 0;
		z-index: 101;
		position: relative;
}
.copyright {
    color: white;
    font-size: 0.625vw;
}
.privacy_policy {
    color: white;
    text-decoration: underline;
    font-size: 0.625vw;
}
.privacy_policy:hover {
    text-decoration: none;
		color: white!important;
}
.portal_links {
	padding: 0;
	display: inline-block;
	margin: -5px -5px 20px;
	font-size: 0;
}
.contact_links {
	padding: 0;
	display: inline-block;
	margin: 0 auto;
}
.portal_links li {
		display: inline-block;
		vertical-align: middle;
    width: 20%;
}

.contact_links li {
    display: inline-block;
		padding: 0 25px;
}
.contact_links li:first-child {
    padding: 0 7px 0 0;
}

.portal_links li a {
		color: white;
		font-size: 10px;
    line-height: 1;
		text-transform: uppercase;
		text-align: start;
		display: block;
    padding: 5px;
}
.contact_links li a {
		color: white;
		font-size: 0.7291vw;
		text-align: start;
		display: inline-block;
		text-decoration: underline;
}
.contact_links li a i {
		background-size: 80%;
	  background-position: center;
	  background-repeat: no-repeat;
	  width: 26px;
	  display: inline-block;
	  height: 26px;
	  vertical-align: middle;
	  margin-right: 10px;
}
.contact_links li a:hover {
		text-decoration: none;
}
.private_office.white {
    float: none;
    display: inline-block;
    color: white;
    text-decoration: underline;
		height: auto;
		line-height: 26px;
		margin-bottom: 35px;
		background-color: transparent;
}
.private_office.white i {
    height: 26px;
    background-size: contain;
    width: 26px;
    margin-right: 10px;
    background-image: url(/assets/images/avatar_white.png);
}
.social_title {
    display: inline-block;
    color: white;
    font-size: 0.7291vw;
}
.social_links {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}
.social_links li {
    display: inline-block;
    margin: 0 0 0 20px;
}
.social_links li a i{
	color: #97979a;
	font-size: 0.9375vw;
}
.slider_new {
    position: relative;
    padding-top: 60%;
}
.slider_new a {
    position: absolute;
    top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		display: block;
		background-size: cover;
		background-position: center;
}
.slider_new a span {
		font-size: 0.833vw;
		font-family: Ubuntu Bold;
		color: white;
		position: absolute;
		top: 55%;
		left: 25px;
		right: 25px;
}
.news_block {
    padding: 50px 0;
}
.news_block h3 {
		margin-bottom: 50px;
	  font-size: 2.5vw;
	  font-family: Ubuntu Bold;
	  margin-top: 10px;
}
.news_block h4 {
    font-size: 1.25vw;
    font-family: Ubuntu Bold;
}
.news_block h5 {
    font-size: 1.25vw;
    font-family: Ubuntu Bold;
}
.microloans {
		position: relative;
		padding-top: 44%;
		background-size: cover;
		background-position: center;
		background-image: url(/assets/images/microloans.png);
}
.surety {
		position: relative;
	  padding-top: 44%;
	  background-size: 65%;
	  background-position: -30% 50%;
	  background-image: url(/assets/images/surety.png);
	  background-color: #4dc8a7;
	  background-repeat: no-repeat;
}
.absolute_block {
		position: absolute;
		top: 20%;
		left: 25%;
}
.microloans h4 {

}
.surety h4 {
		color: white;
}
.microloans span {
		color: #4dc8a7;
		display: block;
		font-size: 7.8125vw;
    font-family: Ubuntu Bold;
		line-height: 1;
}
.surety span {
		color: white;
		font-size: 7.8125vw;
    font-family: Ubuntu Bold;
		line-height: 1;
}
.surety b, .microloans b {
		font-size: 2vw;
	  font-family: Ubuntu Bold;
	  display: inline-block;
	  line-height: 1;
}
.owl-prev:before {
    height: 32px;
    width: 32px;
    content: '\f104';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 25px;
		font-family: FontAwesome;
		color: white;
		font-size: 3.125vw;
		line-height: 0.5;
    text-align: center;
}
.owl-next:before {
    height: 32px;
    width: 32px;
    content: '\f105';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
		font-family: FontAwesome;
		color: white;
		font-size: 3.125vw;
		line-height: 0.5;
		cursor: pointer;
    text-align: center;
}
.owl-prev.disabled {
    display: none;
}
.news_carousel .owl-item {
    padding: 0 10px 0 0;
}
.side-menu {
		position: absolute;
	  top: 80px;
	  bottom: 0;
	  left: 0;
	  width: auto;
	  z-index: 100;
}
.side-menu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 80px;
		background-color: #5d5e69;
		z-index: -1;
}
.side-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.side-menu ul li {
		cursor: pointer;
		font-size: 0;
		position: relative;
		height: 80px;
		background-color: rgba(38, 38, 42, 0.9);
		border-bottom: 1px solid #7d7e87;
}
.side-menu ul li i {
		height: 80px;
		width: 80px;
		display: inline-block;
		background-size: 50%;
		background-position: center;
		background-repeat: no-repeat;
		vertical-align: middle;
		background-color: #5d5e69;
		border-bottom: 1px solid #7d7e87;
}
.side-menu ul li a {
		display: none;
		vertical-align: middle;
		text-decoration: none;
		color: white;
		width: 350px;
		font-size: 14px;
		text-transform: uppercase;
		padding: 0 80px 0 25px;
		line-height: 1.5;
}
.side-menu ul li span{
	  font-family: FontAwesome;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  right: 0;
	  width: 80px;
	  text-align: center;
	  line-height: 80px;
	  height: 80px;
}
.side-menu ul li span:before {
		content: '\f105';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		display: block;
		color: white;
		font-size: 18px;
}
.side-menu ul li:hover i {
		background-color: #4ea6d3;
}
.side-menu ul li:hover {
		background-color: #3891bf;
}
.side-menu ul:hover a{
		display: inline-block;
}
.side-menu ul li ul {
    position: absolute;
    right: 0;
    left: 100%;
    top: -1px;
		width: 500px;
}
.side-menu ul li ul li {
		height: 80px;
		background-color: rgba(0,0,0,0.9);
		border-bottom: 0;
}
.side-menu ul li ul li a {
	  text-transform: none;
	  font-size: 16px;
	  border-bottom: 0;
	  display: inline-block;
	  line-height: 1;
		width: 100%;
	  padding: 0 25px;
	  vertical-align: middle;
}
.side-menu ul li ul i {
    display: inline-block;
    width: 0;
}
.side-menu ul li ul a:after{
		width: 0px;
		height: 0px;
		display: none;
		content: '';
}
.side-menu ul li:hover ul li {
    background-color: rgba(0,0,0,0.9);
}
.side-menu ul li ul li a:hover {
		text-decoration: underline;
		color: #31a8e6;
}
/* .page_title {
	margin-top: 0;
	font-size: 2.5vw;
	font-family: Ubuntu Bold;
	margin-bottom: 15px;
	color: #353434!important;
} */
.page_title.regular {
		font-family: Ubuntu Regular;
		margin-bottom: 25px;
}
/* Авторизация и личный кабинет */
.content_body {
    position: relative;
		padding: 25px 0;
		min-height: 960px;
		margin-bottom: 100px;
}
.loginForm, .loginFP, .register {
		border-radius: 4px;
		padding: 50px;
		background-color: white;
}
.input {
    display: inline-block;
}
.funds_list {
		padding-left: 80px;
    /* border-bottom: 1px solid #d7dee4; */
    font-size: 0;
    width: calc(100% - 100px);
    margin: auto;
}
.funds_list.owl-carousel .owl-next:before {
    right: -40px;
    color: #4fa6d3;
}
.funds_list.owl-carousel .owl-prev:before {
    left: 40px;
    color: #4fa6d3;
}
.funds_list .fund_card {
    display: inline-block;
		vertical-align: middle;
    width: 100%;
		border-left: 1px solid white;
		border-right: 1px solid white;
		border-bottom: 1px solid #d2d3d2;
}
.funds_list .owl-item {
    opacity: 0.7;
}
.funds_list .owl-item:hover {
    opacity: 1;
}
.funds_list .fund_card:hover {
		border-bottom: 1px solid #00a8d6;
}
.funds_list .fund_card a {
    display: block;
		position: relative;
}
.funds_list .fund_card a:hover, .funds_list .fund_card a:focus {
    display: block;
		position: relative;
		text-decoration: none;
}
.funds_list .fund_card a:hover span {
		background-color: transparent;
		color: white;
}
.funds_list .fund_card a i {
		display: block;
		width: 50%;
		padding-top: calc(50% - 2px);
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		background-color: white;
		border-radius: 50%;
		left: 0;
		right: 0;
		margin: auto;
		top: -40px;
		border: 1px solid #d6dde3;
}
.funds_list .fund_card a span {
		display: block;
	  color: #353434;
	  font-size: 0.677vw;
	  vertical-align: middle;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 25px;
		padding-top: 50px;
	  text-align: center;
		background-color: #f8f9fb;
}
.fund_logo {
		display: inline-block;
}
.fund_logo i {
		display: inline-block;
		height: 80px;
		width: 80px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		vertical-align: middle;
}
.fund_logo span {
		display: inline-block;
		color: #323232;
		vertical-align: middle;
		max-width: 440px;
		font-size: 0.9375vw;
		text-transform: uppercase;
		font-family: Ubuntu Bold;
}
.fund_logo:hover, .fund_logo:focus, .fund_phone:hover, .fund_phone:focus {
		color: #323232;
		text-decoration: none;
}
.fund_introtext {
		vertical-align: middle;
		display: inline-block;
		font-size: 1vw;
		padding: 0 25px;
}
.fund_contacts {
		float: right;
		list-style: none;
		margin: 0;
		padding: 0;
		height: 80px;
		vertical-align: middle;
		display: table;
}
.fund_contacts li {
		display: table-cell;
		vertical-align: middle;
}
.fund_phone {
    display: inline-block;
    font-family: Ubuntu Bold;
    font-size: 0.9375vw;
    color: #323232;
		padding: 0 25px;
}
.fund_phone svg {
    height: 32px;
    width: 32px;
    display: inline-block;
    vertical-align: middle;
		margin-right: 5px;
}
.fund_phone span {
    display: inline-block;
    vertical-align: middle;
}
.fund_site {
    display: inline-block;
    font-size: 0.9375vw;
    color: #3069cc;
		padding: 0 0 0 25px;
}
.fund_site svg {
    height: 32px;
    width: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.fund_site span {
    display: inline-block;
    vertical-align: middle;
}
.fund_email {
    display: inline-block;
    font-size: 0.9375vw;
    color: #3069cc;
		padding: 0 25px;
}
.fund_email svg {
    height: 32px;
    width: 32px;
    display: inline-block;
    vertical-align: middle;
		margin-right: 5px;
}
.fund_email span {
    display: inline-block;
    vertical-align: middle;
}
.fund_email:focus, .fund_email:hover {
		text-decoration: none;
}
.fund_main_banner {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		padding-top: 29%;
		position: relative;
}
.fund_content {
    padding: 25px 0;
}
.fund_side_menu {
    background-color: #f3f8fb;
		margin-bottom: 25px;
}
.fund_side_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.fund_side_menu ul li a {
		font-size: 0;
		display: block;
		color: black;
}
.fund_side_menu ul li ul li a:before {
    height: 50px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
}
.fund_side_menu ul li ul li a span {
    text-transform: none;
}
.fund_side_menu ul li a span {
		display: inline-block;
		text-transform: uppercase;
		width: calc(100% - 50px);
		font-size: 0.7291vw;
		vertical-align: middle;
}
.fund_side_menu ul li a i {
		display: inline-block!important;
		height: 50px;
		width: 40px;
		position: relative;
		display: block;
		text-align: center;
		line-height: 50px;
		font-size: 0.7291vw;
		vertical-align: middle;
		font-style: normal;
}
.fund_side_menu ul li a i::before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		margin: auto;
}
.fund_side_menu ul li a i.plus::before {
		content: '+';
}
.fund_side_menu ul li a i.plus.open::before {
    content: '-';
}
.fund_body {
    display: none;
}
.fund_body.active {
    display: block;
}
.sent_btn {
    display: inline-block;
    background-color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    border: 2px solid #38af1b;
    border-radius: 0;
    padding: 18px 80px;
		vertical-align: middle;
}
/* .sent_form .checkbox {
    display: inline-block;
    vertical-align: middle;
		margin-left: 10px;
		width: calc(100% - 260px);
} */
.checkbox span {
    color: #3069cc;
}
.owl-next.disabled {
    display: none;
}
.fund_slider {
    background-color: #f5f5f5;
    padding: 50px 0;
}
.fund_slide {
    padding-top: 42%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 70%;
    margin: auto;
}
.fund_slider .owl-next:before {
		height: 45px;
    width: 45px;
    content: '\f105';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 7%;
    font-family: FontAwesome;
    color: #76767d;
    font-size: 32px;
    border: 1px solid #76767d;
    border-radius: 50%;
    text-align: center;
    line-height: 43px;
}
.fund_slider .owl-prev:before {
		height: 45px;
    width: 45px;
    content: '\f104';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 7%;
    font-family: FontAwesome;
    color: #76767d;
    font-size: 32px;
    border: 1px solid #76767d;
    border-radius: 50%;
    text-align: center;
    line-height: 43px;
}
.fund_carousel .owl-dots {
    position: relative;
    bottom: -10px;
    display: inline-block;
}
.fund_carousel .owl-dots .owl-dot {
		display: inline-block;
	  height: 15px;
	  width: 15px;
	  background-color: white;
	  border-radius: 50%;
	  margin: 0 5px;
}
.fund_carousel.owl-carousel {
    text-align: center;
}
.calendar_block {
    margin: auto;
		text-align: start;
}
.calendar_block h4 {
    text-align: start;
}
.white {
    background-color: white;
}
.fund_slider h3 {
    margin-bottom: 50px;
    font-size: 2vw;
    font-family: Ubuntu Bold;
}
.slider_text {
    padding: 25px 20px;
}
.slider_text ul {
    list-style: none;
		padding: 0;
}
.slider_text ul li {
    margin-bottom: 25px;
    padding: 0!important;
}
.slider_text ul li:before {
    display: none;
}
.slider_text ul li:last-child {
    margin-bottom: 10px;
}
.slider_text ul li i {
		display: inline-block;
		vertical-align: middle;
		width: 25%;
		padding-top: 25%;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
}
.slider_text ul li p {
    display: inline-block;
		vertical-align: middle;
		width: 75%;
		padding: 0 0 0 15px;
		margin-bottom: 0;
		font-size: 1.25vw;
		line-height: 1;
}
.slider_text ul li p span {
    color: black;
		font-size: 0.833vw;
}
.bank_guarantee, .leasing {
    margin-bottom: 50px;
}
.fund_main_slider_block {
    background-color: #f5f5f5;
    padding: 50px 25px;
}
.fund_main_slider_block h2 {
		font-size: 1.7vw;
		font-family: Gotham Pro Light;
		text-transform: uppercase;
}
.fund_main_slider_block h3 {
		font-size: 1.5vw;
		font-family: Gotham Pro Black;
		text-transform: uppercase;
		margin-bottom: 25px;
}
.fund_main_slider table td {
	padding: 0 25px;
	font-size: 18px;
	vertical-align: middle;
}
.fund_main_slider table td:first-child {
    width: 25%;
}
.fund_main_slider table td:last-child {
    width: 75%;
}
.fund_main_slider .owl-dots {
    position: absolute;
    bottom: 5px;
    border-bottom: 1px dotted #a0a0a0;
    width: 100%;
}
.fund_main_slider .owl-dots .owl-dot {
    display: inline-block;
		margin-bottom: -15px;
		position: relative;
}
.fund_main_slider .owl-dots .owl-dot span {
    height: 20px;
		width: 20px;
		display: block;
		background-color: #ffffff;
		border-radius: 50%;
		position: absolute;
		top: -21px;
		border: 1px solid #eaeaea;
}
.fund_main_slider .owl-dots .owl-dot.active span:before {
		content: '';
		position: absolute;
		top: -5px;
		left: -5px;
		right: -5px;
		bottom: -5px;
		border-radius: 50%;
}
.inline_btn {
    color: black;
    padding: 15px 25px;
    margin-right: 15px;
    text-transform: uppercase;
    font-family: Ubuntu Bold;
    font-size: 13px;
		display: inline-block;
		cursor: pointer;
}
.inline_btn:hover, .inline_btn:focus {
		text-decoration: none;
}
.fund_main_banner .inline_btn {
    position: absolute;
    bottom: 10%;
    left: 10.5vw;
    margin-bottom: 0;
}
.slider_input {
		font-size: 30px;
		display: block;
		margin-bottom: 40px;
}
.ui-widget.ui-widget-content {
    height: 2px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0px;
    background: #eaa937;
    border-radius: 50%;
}
.ui-slider .ui-slider-handle {
    width: 40px;
    height: 40px;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -20px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 0px solid #cccccc;
	background: #eaa937;
	cursor: pointer;
}
.ui-slider-horizontal:before {
    content: '';
    display: block;
    position: absolute;
    left: -5px;
    height: 10px;
    width: 10px;
    background-color: black;
    border-radius: 50%;
    top: -5px;
}
.ui-slider-horizontal:after {
    content: '';
    display: block;
    position: absolute;
    right: -5px;
    height: 10px;
    width: 10px;
    background-color: black;
    border-radius: 50%;
    top: -5px;
}
/* .form-group {
    margin-bottom: 50px;
} */
.item_map {
    margin: 25px auto;
    max-width: 800px;
}
.back_image_table {
    background-image: url(/assets/images/table_back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.back_image_table td {
		vertical-align: middle;
		padding: 15px 0;
}
.content_body a.media_card {
    display: block;
    color: black;
    text-decoration: none;
		margin-bottom: 30px;
}
.content_body a.media_card:hover p {
    color: #3069cc;
}
.media_card {
    margin-bottom: 30px;
}
.media_round_img {
		position: relative;
		width: 50%;
		margin: auto;
		padding-top: 50%;
		border-radius: 50%;
		background-size: cover;
		background-position: center;
		font-size: 0;
		z-index: 10;
}
.media_img_block {
    position: relative;
}
.media_img_block:after {
		content: '';
		position: absolute;
		top:50%;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #f5f5f5;
}
.media_card h5 {
    margin-top: 0;
}
.media_img {
    padding-top: 56%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
		position: relative;
}
.fund_card .media_img {
    padding-top: 46%;
}
.fund_card:hover, .fund_card:focus {
    text-decoration: none;
}
.fund_card p {
		background-color: #00a8d6;
		color: white;
		text-transform: uppercase;
		padding: 10px 20px;
		margin: 0;
		line-height: 1.3;
}
.media_img span {
		position: absolute;
		top: 33%;
		bottom: 33%;
		left: 0;
		right: 0;
		margin: auto;
		background-size: contain;
		background-position: center;
		background-image: url(/assets/images/play.png);
		background-repeat: no-repeat;
		-webkit-transition-duration: .5s;
    transition-duration: .5s;
		cursor: pointer;
}
.media_img span:hover {
		-webkit-transform: scale(1.1);
	  -moz-transform: scale(1.1);
	  -o-transform: scale(1.1);
}
.media_date {
    padding: 0 0 5px 0;
}
.media_description, .round_media_description {
	padding: 15px 25px;
	background-color: #f5f5f5;
}
.media_date i {
    color: #4ea6d3;
    font-size: 48px;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}
.media_date span {
    display: inline-block;
    vertical-align: middle;
    color: #828282;
}
.number_card {
    text-align: center;
		margin-bottom: 30px;
}
.number_card_description {
		background-color: rgba(244,245,248,0.5);
		padding: 40px 25px;
		margin-top: -25px;
		z-index: 10;
		position: relative;
}
.number_card_description img {
    width: 50%;
    margin-bottom: 15px;
}
.number_card .number {
    color: #2573e4;
    text-align: center;
    display: inline-block;
    margin: auto;
    font-family: Gotham Pro Light;
    margin-bottom: 0;
}
.bordered .number_card_description {
    background-color: transparent;
    border: 2px solid #2573e4;
}
.number_card.bordered .number {
    background-color: white;
    z-index: 100;
    position: relative;
    padding: 0 15px;
}
.presentation_table tr td:first-child {
    width: 130px;
}
.presentation_table.gray {
    background-color: #f8f9fb;
}
.content_carousel {
    margin-bottom: 30px;
}
.fancybox_img {
		margin-bottom: 30px;
		-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
		box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
		display: block;
		text-decoration: none!important;
}
.fancybox_img .media_description p {
    font-size: 12px;
}
.book_img {
    width: 50%;
    background-size: cover;
    background-position: center;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
}
.book_description {
    position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
    width: 50%;
}
.book_card {
    font-size: 0;
    position: relative;
		padding-top: 69%;
		margin-bottom: 30px
}
.content_body a.book_description {
    text-decoration: none;
		padding: 15px;
		background-color: #f5f5f5;
}
.content_body a.book_description p {
    color: black;
}
.book_link {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
		font-size: 0;
}
.book_link i {
    background-image: url(/medias/icons/Icon_File_PDF.svg);
    display: inline-block;
		vertical-align: middle;
    width: 25%;
    padding-top: 25%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.book_info {
	width: 75%;
    display: inline-block;
    vertical-align: middle;
}
.book_info p {
    text-decoration: underline;
    color: #2e69cf!important;
    margin-bottom: 5px;
		font-size: 12px;
}
.book_description:hover p, .book_description:focus p {
		color: #2e69cf!important;
		text-decoration: none;
}
ul.pagination li.control {
    margin: 0 10px;
}
ul.pagination li {
    margin: 0;
		padding: 0!important;
}
ul.pagination li a {
		height: 50px;
    width: 50px;
		font-size: 18px;
}
ul.pagination li a svg {
    width: 15px;
    margin: 9px 0;
		height: 30px;
}
ul.pagination li.first a svg, ul.pagination li.last a svg {
    width: 23px;
}
.pagination > li.control > a:hover svg path, .pagination > li.control > span:hover svg path {
	  fill: #ffffff;
}
#filters {
    margin-bottom: 15px;
}
#area {
    margin: 15px 0;
}
#area.ui-slider .ui-slider-handle {
		height: 15px;
		width: 15px;
		background-color: white;
		top: -8px;
}
#area.ui-slider-horizontal:before {
    content: '';
    display: block;
    position: absolute;
    left: -5px;
    height: 5px;
    width: 5px;
    background-color: white;
    border-radius: 50%;
    top: -2.5px;
}
#area.ui-slider-horizontal:after {
		content: '';
		display: block;
		position: absolute;
		right: -1px;
		height: 5px;
		width: 5px;
		background-color: white;
		border-radius: 50%;
		top: -2.5px;
}
.content_btn {
    text-decoration: none!important;
    color: black;
    text-transform: uppercase;
    font-family: Ubuntu Bold;
    font-size: 13px;
    border: 2px solid #38af1b;
    padding: 15px 50px;
}
.content_btn:hover, .content_btn:focus {
    color: white;
    background-color: #38af1b;
}
.content_btn.blue {
    border: 2px solid rgb(78, 166, 211);
}
.content_btn.blue:hover, .content_btn.blue:focus {
    background-color: rgb(78, 166, 211);
}
.title_table tr td {
		padding: 25px 0;
		vertical-align: middle;
}
table.title_table {
		table-layout: auto;
}
.title_table tr td h1, .title_table tr td h2, .title_table tr td h3 {
		margin: 0;
}
.title_table tr td:first-child {
		width: 75%;
}
.title_table tr td:last-child {
		width: 25%;
		text-align: right;
}
.title_img {
    text-decoration: none!important;
}
.title_img img{
    margin-bottom: 10px;
}
.fund_column_banner {
    margin-bottom: 25px;
}
header.mobile_menu {
		height: auto;
}
.mobile_menu .logo {
		padding: 5.5px 0;
}
.mobile_menu .menu_btn {
		display: block;
}
header.open_menu {
		height: 100%;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		overflow: hidden;
		z-index: 1000000;
}
header.open_menu .main_menu, header.open_menu .right_block {
		width: 100%;
}
header.open_menu .main_menu{
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		text-align: start;
		overflow-y: scroll;
}
header.open_menu .right_block {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
}
header.mobile_menu .container {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 0;
}
.mobile_menu .main_menu li {
		padding: 0;
		width: 100%;
}
.mobile_menu .main_menu li a span {
		font-size: 13px;
		margin-right: 5px;
}
.mobile_menu .main_menu li a i {
		font-size: 26px;
}
.mobile_menu .main_menu li ul {
		top: 0;
		position: relative;
		border: 0;
		width: 100%;
}
.mobile_menu .main_menu li ul:before, .mobile_menu .main_menu li ul:after {
		display: none;
}
.mobile_menu .main_menu li ul li a br {
		display: none;
}
.mobile_menu .main_menu li ul li a {
		font-size: 14px;
}
.mobile_menu .main_menu li a {
		height: auto;
		line-height: 1.5;
		min-height: 50px;
}
.search_card a {
    color: #1a0dab;
    font-size: 18px;
    font-family: arial,sans-serif;
    display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
}
.search_card a:visited {
		color: #609;
}
.search_card small {
    color: #006621;
    font-size: 14px;
    font-family: arial,sans-serif;
    display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
}
.search_card p {
    color: #545454;
		font-family: arial,sans-serif;
}
.search_card {
    margin-bottom: 25px;
}
.profitable_icon {
    background-image: url(/medias/funds/profitable_icon.png);
}
.reliable_icon {
    background-image: url(/medias/funds/reliable_icon.png);
}
.just_icon {
    background-image: url(/medias/funds/just_icon.png);
}
.operationally_icon {
    background-image: url(/medias/funds/operationally_icon.png);
}
.profitable_icon.blue {
    background-image: url(/medias/funds/profitable_icon_blue.png);
}
.reliable_icon.blue {
    background-image: url(/medias/funds/reliable_icon_blue.png);
}
.just_icon.blue {
    background-image: url(/medias/funds/just_icon_blue.png);
}
.operationally_icon.blue {
    background-image: url(/medias/funds/operationally_icon_blue.png);
}
.fund_calculator .form-group {
    margin-bottom: 40px;
}
.slider_text ul li a span {
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 10px;
		text-decoration: underline;
		line-height: 1.3;
}
.slider_text ul li a:hover span {
		text-decoration: none;
}
.error-message {
    color: red;
}
.info-message {
    position: fixed;
    background-color: rgba(255,255,255, 0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 18px;
    color: black;
    z-index: 1000;
    height: 100px;
    width: 350px;
    text-align: center;
    padding: 38px 0;
    border-radius: 10px;
    border: 2px solid #38af1b;
}
.number_card .number {
    font-size: 42px;
}
.media_date span {
		font-size: 13px;
}
.media_date i {
		font-size: 48px;
}
.font_size_14 {
		font-size: 14px;
}
.font_size_16 {
		font-size: 16px;
}
.font_size_18 {
		font-size: 18px;
}
.font_size_20 {
		font-size: 20px;
}
.font_size_22 {
		font-size: 22px;
}
.font_size_24 {
		font-size: 24px;
}
.services_card p {
		font-size: 0.833vw;
}
.services_card span {
		font-size: 0.9375vw;
}
input[type="checkbox"] + label {
    padding-left: 40px;
    display: block;
    position: relative;
    line-height: 1.3;
    font-size: 13px;
}
input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}
input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 2px;
    background-color: #fff;
    border: 2px solid #c1c1c1;
    position: absolute;
    left: 0;
    top: 5px;
    font-family: FontAwesome;
    text-align: center;
    color: #009e55;
    line-height: 25px;
    font-size: 18px;
}
input[type="checkbox"]:checked + label:before {
    content: '\f00c';
}
input[type="file"] + label {
    line-height: 1.3;
    font-size: 14px;
}
input[type="file"] {
    position: absolute;
    left: -9999px;
}
input[type="file"] + label:before {
    content: '\f093';
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 2px;
    background-color: #fff;
    border: 2px solid #c1c1c1;
    font-family: FontAwesome;
    text-align: center;
    color: #c1c1c1;
    font-size: 38px;
    float: left;
    margin-right: 15px;
    line-height: 66px;
    cursor: pointer;
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
}
input[type="file"] + label.success:before {
    color: #5cb85c;
    border: 2px solid #5cb85c;
}
input[type="file"] + label.error:before {
    color: #d9534f;
    border: 2px solid #d9534f;
}
input[type="file"] + label.loading:before {
    content: '';
    background-image: url(/assets/images/preloader.svg);
}
.info_message {
    display: block;
    font-style: normal;
    margin-top: 5px;
}
.small-card {
    text-align: center;
}
.small-card-img {
    width: 100px;
    height: 100px;
    background-size: contain;
    text-align: center;
    line-height: 100px;
    background-repeat: no-repeat;
    font-size: 24px;
    font-weight: 800;
    margin: auto;
}
.small-card h4 {
    font-size: 16px;
}
.panel-title a {
    text-decoration: none;
		display: block;
}
.panel-title em {
		display: inline-block;
		vertical-align: middle;
}
.panel-title span {
		display: inline-block;
		vertical-align: top;
		text-decoration: underline;
}
.panel-title a em.fa-plus::before {
		content: "\f068";
}
.panel-title a.collapsed em.fa-plus::before {
		content: "\f067";
}
.fund_tabs_block .nav-tabs {
    text-align: center;
}
.fund_tabs_block .nav-tabs > li {
    float: none;
		display: inline-block;
		padding: 0 15px;
}
.fund_tabs_block .nav-tabs > li a {
    text-align: center;
		color: #6f6f6f;
}
.fund_tabs_block .nav-tabs > li a p {
		margin-bottom: 0;
}
.fund_tabs_block .nav-tabs > li a img {
    margin: 0 auto 10px;
}
.fund_tabs_header {
    border-bottom: 1px solid #d7dee4;
    border-top: 1px solid #d7dee4;
		padding: 15px 0;
}
.fund_tabs_block .nav-tabs > li.active > a, .fund_tabs_block .nav-tabs > li.active > a:hover, .fund_tabs_block .nav-tabs > li.active > a:focus {
    border: 0;
		background-color: transparent;
		color: #00a8d6;
}
.fund_tabs_block .nav-tabs > li.active > a .svg_fill, .fund_tabs_block .nav-tabs > li.active > a:hover .svg_fill, .fund_tabs_block .nav-tabs > li.active > a:focus .svg_fill {
		fill: #00a8d6;
}
.fund_tabs_block .nav-tabs > li.active > a .svg_stroke, .fund_tabs_block .nav-tabs > li.active > a:hover .svg_stroke, .fund_tabs_block .nav-tabs > li.active > a:focus .svg_stroke {
		stroke: #00a8d6;
}
.fund_tabs_block .nav > li > a:hover {
    background-color: transparent;
		color: #00a8d6;
}
.fund_tabs_block .nav > li > a:hover .svg_fill {
		fill: #00a8d6;
}
.fund_tabs_block .nav > li > a:hover .svg_stroke {
		stroke: #00a8d6;
}
.fund_tabs_block .nav > li > a:focus {
    background-color: transparent;
		color: #6f6f6f;
}
.fund_tabs_block .tab-content > .tab-pane {
    background-color: #f5f5f5;
		padding: 50px;
}
.svg_fill {
		fill: #6F6F6F;
}
.svg_stroke {
		stroke: #6F6F6F;
}
.fund_tabs_block .nav-tabs > li a svg {
    height: 72px;
    margin: auto;
    width: 72px;
}
.fund_color_card {
    color: white;
    text-align: center;
    padding: 15px;
		display: block;
		margin-bottom: 30px;
}
.fund_color_card:hover, .fund_color_card:focus {
		color: white;
		text-decoration: none;
}
.fund_color_card h5 {
    text-transform: uppercase;
}
.fund_color_card i {
    font-size: 32px;
		margin: 15px 0;
}
.fund_color_card table tr td {
    padding: 10px 15px;
		line-height: 1.2;
}
.fund_color_card table tr:nth-child(2n) {
    background-color: transparent;
}
.centered_checkbox input[type="checkbox"] + label:before {
    top: 0;
}
.centered_checkbox input[type="checkbox"] + label {
    line-height: 28px;
}
.block_title {
    font-size: 28px;
    font-family: Ubuntu Bold;
}
.info_table tbody tr td:first-child {
	text-align: end;
}
.info_table tbody tr td {
	padding: 10px 25px;
	vertical-align: middle;
}

.help-block {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #2fc7f7;
  font-size: 0.7375vw;
}

#finevision_banner {
  display: none;
}

.login-page-header {
  padding: 20px 15px 20px 120px;
  background: #fff;
  margin-bottom: 0;
  font-size: 2vw;
}

.form-group {
  margin-bottom: 20px;
}

table.number_table tr {
  background: #f9f9f9;
}

table.number_table tr:nth-child(2n) {
  background: #e6eef3;
}

table.number_table thead tr {
  background-color: rgb(78, 166, 211);
}

.new-company .add-info {
  padding: 40px 0 0;
}

.new-company .add-info ol {
  padding: 20px 0 0;
}

.new-company .add-text,
.new-company .addform label {
  font-size: 12px;
  color: #ccc;
}

.new-company .addform .info_message {
  font-size: 12px;
}

.new-company .addform .form-group,
.new-company .add-text {
  margin-bottom: 10px;
}

.new-company .addform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
      margin-right: -5px;
}

.new-company .addform .form-group {
  display: inline-block;
  padding: 0 5px;
}

.new-company .addform label {
  height: 80px;
  border: 1px dashed;
  cursor: pointer;
  padding: 5px;
  min-width: 205px;
}

.new-company .addform label:hover,
.new-company .addform label:focus {
  border-color: 000;
  color: #000;
}

.new-company input[type="file"] + label:before {
  margin-right: 10px;
}

#date1 {
  width: auto;
  background-image: url('../images/arrow_down.png');
  background-repeat: no-repeat;
  background-position: 95% center;
  cursor: pointer;
}

.loginForm .content_btn {
  padding: 13px 35px;
  line-height: 1;
}

@media (max-width: 1750px) {
		.main_menu li {
				padding: 0 10px;
		}
		.social_block {
		    background-color: #f3f8fb;
		    padding: 20px 25px;
		    margin-bottom: 25px;
		}
		.contact_links li a i {
		    width: 20px;
		    height: 20px;
		}
		.copyright {
		    font-size: 10px;
		}
		.private_office.white {
		    margin-bottom: 25px;
		}
}
@media (max-width: 1650px) {
		.main_menu li {
				padding: 0 10px;
		}
		.logo span {
		    font-size: 16px;
				max-width: 160px;
		}
		.logo {
		    width: 360px;
		}
		.right_block {
		    width: 260px;
		}
		.main_menu {
		    width: calc(100% - 630px);
		}
		.private_office i {
		    width: 40px;
		}
		.private_office {
		    font-size: 14px;
		}
		.lang_block {
			padding: 5px 10px;
			font-size: 14px;
		}
		.lang_active i {
		    height: 22px;
		    width: 12px;
		    margin-left: 5px;
		    background-size: contain;
		}
		.search_btn {
		    height: 34px;
		    width: 34px;
		}
		.phone_btn {
				height: 34px;
				width: 34px;
		}
		.lang_block ul {
		    top: 32px;
		}
		.lang_block ul li a {
		    height: 34px;
		    line-height: 34px;
		    font-size: 14px;
		    padding: 0 10px;
		}
		.slider_new_description {
		    margin-top: 110px;
		}
		.more_btn {
		    padding: 10px 20px;
		}
		.block-btn {
		    font-size: 11px!important;
		}
		.social_links li a i {
		    font-size: 14px;
		}
		.social_links li {
		    margin: 0 0 0 12px;
		}
}
@media (max-width: 1500px) {
    .block_title {
        font-size: 22px;
    }
    .funds_list {
        width: calc(100% - 50px);
    }
    .funds_list.owl-carousel .owl-next:before {
        right: -29px;
    }
    .funds_list.owl-carousel .owl-prev:before {
        left: 22px;
    }
		.fund_side_menu ul li a span {
		    font-size: 11px;
		}
		.fund_main_slider table td {
		    font-size: 16px;
		}
		.fund_main_slider_block h2 {
		    font-size: 24px;
		}
		.fund_main_slider_block h3 {
		    font-size: 26px;
		}
		.fund_main_slider .owl-dots {
		    bottom: 5px;
		}
		.fund_content h1 {
		    font-size: 28px;
		}
		.slider_input {
		    font-size: 26px;
		    margin-bottom: 20px;
		}
		.number_card .number {
			font-size: calc(1.66667vw + 10px);
		}
		.media_date span {
			font-size: calc(0.41667vw + 5px);
		}
		.fund_main_slider_block {
		    padding: 25px;
		}
		.ui-slider .ui-slider-handle {
		    width: 20px;
		    height: 20px;
		}
		.ui-slider-horizontal .ui-slider-handle {
		    top: -10px;
		}
		.media_date i {
			font-size: calc(2.5vw + 0px);
		}
		.font_size_14 {
			font-size: calc(0.55556vw + 3.33333px);
		}
		.font_size_16 {
			font-size: calc(0.55556vw + 5.33333px);
		}
		.font_size_18 {
			font-size: calc(0.55556vw + 7.33333px);
		}
		.font_size_20 {
			font-size: 18px;
		}
		.font_size_22 {
			font-size: 18px;
		}
		.font_size_24 {
			font-size: 20px;
		}
		.services_card p {
			font-size: 12px;
		}
		.services_card .inline_btn {
		    margin: 0 auto;
		    font-size: 12px;
		    padding: 15px 0;
		}
		table tr th, table tr td {
				padding: 20px 25px;
		}
		.funds_list {
		    padding-left: 50px;
		}
		footer .container {
		    width: calc(100% - 30px);
		}
		.main_menu li ul {
			  min-width: 300px;
		}
		.number_card_description {
		    margin-top: -20px;
		}
		.contact_links li {
		    padding: 0 10px;
		}
		.side-menu:before {
		    width: 50px;
		}
		.consultation_cards .services_card span {
				padding: 0 30px;
		}
		.side-menu ul li {
				height: 50px;
		}
		.side-menu ul li i {
		    height: 50px;
		    width: 50px;
		}
		.side-menu ul li a {
		    font-size: 12px;
				width: 300px;
		}
		.side-menu ul li ul li a {
		    font-size: 14px;
		    padding: 11px 25px;
				width: 430px;
		}
		.side-menu ul li ul li {
				height: 50px;
		}
		.side-menu ul li span{
				width: 50px;
				height: 50px;
				line-height: 50px;
		}
		header .container {
		    width: calc(100% - 70px);
		}
		header {
		    height: 60px;
		}
		.main_carousel .slider_new_img {
		    top: 60px;
				right: 75px;
				width: calc(50% - 75px);
		}
		.main_menu li a {
		    height: 60px;
				line-height: 60px;
		}
		.main_menu li ul {
		    top: 55px;
		}
		.search_btn, .phone_btn {
		    height: 28px;
		    width: 28px;
		    margin: 0 0 0 10px;
		}
		.lang_block {
		    padding: 2px 7px;
		    font-size: 12px;
		}
		.lang_active {
		    cursor: pointer;
		    line-height: 22px;
		}
		.lang_active i {
		    width: 10px;
		    margin-left: 5px;
		}
		.lang_block ul {
		    top: 26px;
		}
		.lang_block ul li a {
		    height: 28px;
		    line-height: 28px;
		    font-size: 12px;
		    padding: 0px 7px;
		}
		.private_office {
		    font-size: 12px;
		}
		.private_office i {
		    width: 30px;
		}
		.right_block {
		    width: 270px;
		}
		.main_carousel .owl-next:before {
				height: 50px;
				width: 27px;
				top: 60px;
				right: 40px;
		}
		.main_carousel .owl-prev:before {
				height: 50px;
				width: 27px;
				top: 60px;
				left: 85px;
		}
		main {
		    padding: 60px 0 0;
		}
		.logo span {
				font-size: 12px;
		    max-width: 120px;
				padding: 0 0 0 10px;
		}
		.logo img {
		    width: 34px;
				margin: 0 10px 0 0;
		}
		.logo {
		    width: 275px;
		}
    .right_block {
      width: 215px;
    }
		.main_menu {
		    width: calc(100% - 500px);
		}
		.main_menu li a span {
		    font-size: 0.75vw;
		}
		.main_menu li a i {
		    font-size: 1.358vw;
		}
		.private_office {
		    height: 60px;
		    line-height: 60px;
		}
		.private_office i {
		    height: 60px;
		}
		.side-menu {
		    top: 60px;
		}
		.slider_new_description {
		    margin-top: 100px;
		}
		.social_block {
		    padding: 20px 30px;
		}
		.block-btn {
		    font-size: 0.5208vw!important;
				padding: 15px 0;
		}
		.datepicker thead tr {
		    height: 34px!important;
		}
		.entity_category {
		    font-size: 14px;
		}
		.events_block h4 {
		    font-size: 16px;
		}
		.event_card {
		    padding: 0 10px 15px;
		    margin-bottom: 15px;
		}
		.social_block ul li a i {
		    line-height: 3vw;
		}
		.social_block ul li a i::before {
		    font-size: 1.5vw;
		}
		.social_block {
		    margin-bottom: 20px;
		}
		.services_block h3 {
		    margin-top: 0;
		    font-size: 32px;
		}
		.news_block h3 {
				font-size: 32px;
				margin-bottom: 25px;
		}
    .fund_slider h3 {
        margin-bottom: 25px;
        font-size: 22px;
        font-family: Ubuntu Bold;
    }
		.services_img {
		    padding-top: 40%;
		}
		.services_card span {
		    font-size: 13px;
		}
		.services_block, .news_block {
		    padding: 25px 0;
		}
		.slider_new a span {
		    font-size: 12px;
		}
		.absolute_block {
		    top: 15%;
		}
		.social_links li {
		    margin: 0 0 0 5px;
		}
		.slider_text ul li p span {
		    font-size: 11px;
		}
		.fund_logo i {
		    height: 60px;
		    width: 60px;
		}
		.fund_phone svg, .fund_email svg, .fund_site svg {
		    height: 20px;
		    width: 20px;
		}
		.fund_contacts {
		    height: 60px;
		}
		.fund_slide {
		    padding-top: 47%;
		    width: 80%;
		}
		.fund_slider .owl-prev:before {
		    height: 40px;
		    width: 40px;
		    left: 2%;
		    font-size: 28px;
		    line-height: 38px;
		}
		.fund_slider .owl-next:before {
				height: 40px;
				width: 40px;
				right: 2%;
				font-size: 28px;
				line-height: 38px;
		}
		.fund_carousel .owl-dots .owl-dot {
		    height: 13px;
		    width: 13px;
		}
		.search_block {
		    top: 43px;
		    right: -23px;
				width: 300px;
		}
		#search {
		    height: 38px;
		}
		.absolute_search_btn {
		    height: 38px;
		    width: 38px;
		}
		p, a, li {
	    	font-size: 14px;
		}
}
@media (max-width: 1200px) {
    .block_title {
        font-size: 18px;
    }
    .funds_list.owl-carousel .owl-next:before {
        right: -22px;
    }
    .funds_list.owl-carousel .owl-prev:before {
        left: -22px;
    }
		.main_menu li {
				padding: 0 7px;
		}
		.main_carousel .slider_new_img {
		    top: 50px;
		}

		.main_menu li a span {
		    font-size: 0.65vw;
		    margin-right: 3px;
		}
		.social_block {
		    padding: 15px 20px;
		}
		.block-btn {
		    font-size: 0.6208vw!important;
		}
		.logo span {
		    font-size: 10px;
		    max-width: 100px;
		}
		.logo {
		    width: 255px;
		}
		.main_menu {
		    width: calc(100% - 480px);
		}
		/* .main_carousel {
		    padding-top: 35%;
		} */
		.fund_side_menu ul li a span {
		    width: calc(100% - 40px);
		    font-size: 11px;
		}
		.fund_side_menu ul li a i {
		    height: 40px;
		    width: 40px;
		    line-height: 40px;
		    font-size: 11px;
		}

    .slider_new_description {
      margin-top: 80px;
    }

    .slider_new_description .more_btn {
      bottom: 8%;
    }

    .slider_new_description h3 {
      line-height: 1;
    }

    .main_carousel .owl-dot span {
      width: 10px;
      height: 10px;
    }
}
@media (max-width: 1024px) {
		header, body {
		    width: 100%;
		}
		table tr th, table tr td {
			font-size: 14px;
		}
		h5 {
		    font-size: 16px;
		}
		.fund_content h1 {
		    font-size: 26px;
		}
		small {
		    font-size: 12px;
		}
		.social_block ul {
		    margin: 0 0 15px 0;
		}
		.social_block h3 {
		    font-size: 2vw;
		}
		main {
		    min-height: auto;
				padding: 50px 0 0;
		}
		.fund_logo span {
		    font-size: 10px;
		    line-height: 1.2;
		}
		.fund_phone, .fund_email, .fund_introtext {
		    font-size: 12px;
				padding: 0 15px;
		}

		.slider_new a span {
		    font-size: 10px;
		}
		.owl-next:before {
		    right: 10px;
		    font-size: 54px;
		    text-align: end;
		}
		.owl-prev:before {
				left: 10px;
				font-size: 54px;
				text-align: start;
		}
		.privacy_policy {
		    font-size: 11px;
		}
		.portal_links li a {
		    font-size: 9px;
		}
		.news_block h4 {
		    font-size: 16px;
		}
		.contact_links li a {
				font-size: 14px;
				padding: 0 0 10px;
		}
		.social_title {
		    font-size: 10px;
		}
		.block-btn {
		    font-size: 0.9vw!important;
				font-size: 10px!important;
		}
		.social_block ul li a i {
		    line-height: 3.9vw;
		}
		.funds_list .fund_card a span {
		    font-size: 8px;
		}
		.side-menu, .main_menu, .right_block {
				display: none;
		}
		.event_card a {
		    font-size: 13px;
				margin-bottom: 5px;
		}
		.event_card i {
		    font-size: 14px;
		}
		.event_card small {
		    font-size: 15px;
		}
		.event_card span {
		    font-size: 13px;
		}
		.news-description small {
		    font-size: 12px;
		}
		.news-description a {
				font-size: 15px!important;
		}
		.news-description p {
		    font-size: 13px;
		}
		.main_carousel .owl-prev:before {
		    left: 25px;
				top: 50px;
		}
		.main_carousel .owl-next:before {
		    right: 25px;
				top: 50px;
		}
		.more_btn {
		    padding: 5px 15px;
		    font-size: 10px;
		}
		.slider_new_description .more_btn {
		    position: absolute;
		    bottom: 50px;
		}
		.funds_list {
		    padding-left: 0;
		}
		.container {
		    width: calc(100% - 60px);
		}
		.font_size_22 {
		    font-size: 17px;
		}
		.slider_text ul li p span {
		    font-size: 9px;
		}
		.flex_content {
		    display: -webkit-box;
		    display: -ms-flexbox;
		    display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
		}
		.flex_content .sent_btn {
		    -webkit-box-ordinal-group: 2;
		        -ms-flex-order: 1;
		            order: 1;
		    width: 260px;
		}
		.sent_form .checkbox {
		    width: 100%;
				margin-bottom: 25px;
		}
		.checkbox label {
		    font-size: 16px;
		}
    .logo img:nth-child(1) {
      width: 80px;
    }
    header {
      height: 50px;
    }
    header>.container {
      width: calc(100% - 30px);
    }
}

@media (max-width: 960px) {
  .portal_links li {
    width: 33%;
  }

  .fund_main_banner .inline_btn {
    left: 11.5vw;
  }
}

@media (max-width: 800px) {
    .content_body ul li:before {
        font-size: 20px;
    }
  	.social_block ul li a i::before {
  	    font-size: 22px;
  	    line-height: 48px;
  	}
  	.slider_new_description {
  			margin-top: 70px;
  			padding: 0 10px 0 40px;
  	}

    .main_carousel {
      padding-top: 40%;
    }

    .slider_new_description .hidden-xs {
      display: none;
    }
    .slider_new_description .col-sm-10 {
      width: 100%;
    }

  	.main_carousel .owl-dots {
  			display: none;
  	}
  	.slider_new_description h3 {
  			font-size: 18px;
  	}
  	.slider_new_description p {
  			font-size: 14px;
        line-height: 1.2;
  	}
  	.slider_new_description .more_btn {
  			bottom: 20px;
  	}
  	.funds_list {
  		padding-top: 0!important;
  	}
  	.funds_list .fund_card {
  			padding-top: 50px;
  	}
  	.funds_list .fund_card a span {
  			font-size: 13px;
  			padding-bottom: 15px;
  	}
  	.funds_list {
  			border-bottom: 0;
  	}
  	.funds_list .fund_card a i {
  	    width: 40%;
  	    padding-top: 40%;
  	}
  	.slider_new a span {
  	    top: 60%;
  	}
  	.social_title {
  	    font-size: 14px;
  	}
  	.social_block ul li {
  			padding: 0 5px;
  	}
  	.contact_links li {
  			padding: 0 10px 0 0;
  	}
  	.portal_links li a {
  			font-size: 10px;
  	}
  	.container {
  			width: calc(100% - 30px);
  	}
  	.slider_text {
  	    width: 80%;
  	    margin: auto;
  			font-size: 0;
  			padding: 25px 20px 0;
  	}
  	.slider_text ul li {
  	    margin-bottom: 25px;
  	    width: 50%;
  	    display: inline-block;
  	}
  	.slider_text ul {
  	    margin: 0;
  	}
  	.fund_main_slider_block h2 {
  	    margin-top: 0;
  	    margin-bottom: 10px;
  	}
  	.fund_main_slider_block h3 {
  	    margin-top: 0;
  	    margin-bottom: 20px;
  	}
  	.fund_main_slider {
  	    padding: 15px 0 0 0;
  	}
  	.fund_main_slider_block {
  	    padding: 25px 25px 65px;
  	}
  	.fund_main_slider br {
  	    display: none;
  	}
  	p, a, li {
  	    font-size: 13px;
  	}
  	.inline_btn {
  	    padding: 10px 20px;
  	    font-size: 12px;
  			margin-bottom: 15px;
  	}
}
@media (max-width: 768px) {
		body {
			font-size: calc(0.46296vw + 8.44444px);
		}
		h1 {
			font-size: 22px;
		}
		h1.page_title {
				font-size: 22px;
		}
		h2 {
			font-size: 22px;
		}
		h3 {
			font-size: 22px;
		}
		h4 {
			font-size: 20px;
		}
		h5 {
			font-size: 18px;
		}
		h6 {
			font-size: 16px;
		}
		.number_card .number {
			font-size: calc(2.31481vw + 2.22222px);
		}
		.media_date span {
			font-size: calc(0.46296vw + 4.44444px);
		}
		.media_date i {
			font-size: calc(2.31481vw + 2.22222px);
		}
		.services_card p {
			font-size: calc(0.92593vw + 2.88889px);
		}
		.services_card span {
			font-size: calc(0.92593vw + 4.88889px);
		}

    .portal_links li {
      width: 20%;
    }

    .portal_links {
      margin-bottom: 5px;
    }

    .privacy_policy {
      display: inline-block;
      margin-bottom: 15px;
    }
}

@media (max-width: 720px) {
  .slider_new_description .col-sm-10 h3,
  .slider_new_description .col-sm-10 p {
    display: none;
  }

  .slider_new_description {
    position: absolute;
    z-index: 10;
    top: 40px;
    right: 10px;
    text-align: center;
  }

  .slider_new_description .more_btn {
    background: rgba(0,0,0,.3);
    right: 0;
  }

  .main_carousel .slider_new_img {
    width: 100%;
    right: 0;
  }

  .main_carousel {
    padding-top: 60%;
  }
}

@media (max-width: 700px) {
		.fund_main_slider_block {
		    padding: 25px 25px 25px;
		}
		h5 {
	    font-size: 18px;
		}
		.fund_contacts {
		    height: 40px;
		}
		.content_body {
		    padding: 15px 0;
				margin-bottom: 20px;
		}
		.funds_list .fund_card a i {
		    width: 50%;
		    padding-top: 50%;
		}
		.funds_list .fund_card {
		    padding-top: 30px;
		}
		.slider_new a span {
			  font-size: 13px;
		}
		.news-img.one_new {
		    width: 100%;
		    padding-top: 50%;
		    float: none;
		    margin-right: 0;
		    margin-bottom: 50px;
		}
		.social_links {
				margin: 0;
		}
		.social_links li {
		    margin: 0 10px;
		}
		.social_links li a i {
		    font-size: 20px;
		}
		.social_block {
				max-width: 212.5px;
				margin: auto;
		}
		.block-btn {
			max-width: 212.5px;
			margin: auto;
		}
		.portal_links {
		    margin: 0 auto 15px;
		}

		.portal_links li a {
		    font-size: 10px;
		}
		.social_title {
		    display: inline-block;
		}
		.privacy_policy {
		    font-size: 14px;
		    margin-bottom: 25px;
				display: block;
		}
		.contact_links {
		    margin: 0 auto 10px;
		}
		.news_block h4 {
		    font-size: 12px;
		}
		.microloans {
		    margin-bottom: 15px;
		}
		.surety span, .microloans span {
		    font-size: 15.8125vw;
		}
		.surety span b, .microloans span b {
		    font-size: 4.5vw;
		}
		#eventsdatetimepicker {
		    margin-bottom: 15px;
		}
		.events_block {
		    padding: 0;
		}
		.news-description {
		    padding: 10px 0;
		}
		.block-btn {
		    font-size: 12px!important;
		}
		.events_list {
		    margin-bottom: 25px;
		}
		.copyright {
		    font-size: 12px;
				margin-bottom: 25px;
		}
		.contact_links li a {
		    padding: 0 0 15px;
		}
		.content_body ul.pagination li.first, .content_body ul.pagination li.last {
		    display: none;
		}
		.fund_logo i {
		    height: 40px;
		    width: 40px;
		}
		.fund_introtext {
		    font-size: 10px;
		    padding: 0 0 0 15px;
		}
		.fund_phone, .fund_email, .fund_site {
				font-size: 10px;
				padding: 0 0 0 15px;
		}
		.section {
		    padding: 10px 0;
		}
		.news_block h3 {
		    font-size: 22px;
		}
    .fund_slider h3 {
        font-size: 18px;
    }

    .portal_links li {
      width: 33%;
    }

    .fund_main_banner .inline_btn {
      font-size: 10px;
      padding: 8px 15px;
    }
}
@media (max-width: 600px) {
		.fund_contacts {
			float: none;
			height: auto;
		}
		.fund_contacts li {
		    display: inline-block;
		    vertical-align: middle;
		    width: 100%;
		}
		.fund_phone, .fund_email, .fund_site {
		    padding: 0 0 10px 15px;
		}

    .portal_links li {
      width: 50%;
    }
}
@media (max-width: 500px) {
		.main_menu li a span {
				font-size: 12px;
		}
		.funds_list .fund_card a span {
				font-size: 8px;
				padding-left: 5px;
				padding-right: 5px;
		}
		.funds_list {
		    padding-bottom: 25px;
		}
		.slider_new_description h3 {
				font-size: 15px;
		}
		.slider_new_description p {
				font-size: 10px;
		}
		.main_carousel .container {
		    width: calc(100% - 50px);
		}
		.container {
		    width: calc(100% - 30px);
		}
		.main_carousel .owl-prev:before {
		    left: 10px;
				width: 15px;
		}
		.main_carousel .owl-next:before {
		    right: 10px;
				width: 15px;
		}
		.slider_new_description {
		    margin-top: 70px;
		}
		.calendar_block {
		    display: block;
		}
		.fund_slider {
		    padding: 25px 0;
		}
		.fund_slide {
		    padding-top: 59%;
		    width: 100%;
		}
		.fund_carousel .owl-dots {
		    display: none;
		}
		.fund_slider .owl-prev:before {
		    height: 25px;
		    width: 25px;
		    left: 10px;
		    font-size: 20px;
		    line-height: 23px;
		}
		.fund_slider .owl-next:before {
				height: 25px;
				width: 25px;
				right: : 10px;
				font-size: 20px;
				line-height: 23px;
		}
		.fund_carousel {
		    margin-bottom: 25px;
		}
		.slider_text {
		    width: 100%;
		}
		.slider_text ul li {
		    margin-bottom: 15px;
		    width: 100%;
		}
		.slider_text ul li p {
		    font-size: 14px;
		}
		.slider_text ul li p span {
		    font-size: 12px;
		}
		.checkbox label {
		    font-size: 12px;
		}
		.fund_side_menu ul li a i, .fund_side_menu ul li a span {
		    font-size: 12px;
		}
		label {
		    font-size: 16px;
		}
		.flex_content .sent_btn {
		    width: 100%;
		}
		.news_carousel .owl-item {
		    padding: 0;
		}
		.owl-next:before {
		    right: 10px;
		}

    .fund_main_banner .inline_btn {
      bottom: 0;
      background: #fff;
    }
}

@media (max-width: 414px) {
  .fund_main_banner .inline_btn {
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-decoration: underline;
    padding: 30px;
    font-size: 14px;
  }
}
