/*html, body{*/
/*overflow: hidden;*/
/*}*/
@charset "UTF-8";
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-loading .slick-list {
	background: #fff url("./ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

/* Icons */
@font-face {
	font-family: "slick";
	src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Arrows */
.slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */

/*.slick-dots { list-style: none; display: block; text-align: center; padding: 0; width: 100%; }*/
/*.slick-dots li { position: relative; display: inline-block; height: 30px; width: 20px; margin: 0 1px; padding: 0; cursor: pointer; }*/
/*.slick-dots li button { border: 0; background: transparent; display: block; height: 30px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }*/
/*.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }*/
/*.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }*/
/*.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 30px; font-family: "slick"; font-size:30px; line-height: 20px; text-align: center; color: #fff; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }*/
/*.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }*/

.slick-dots {
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	line-height: inherit;
}

.slick-dots li {
	display: inline-block;
	padding: 20px 5px 0 0;
	outline: none;
	height: 20px;
	line-height: 20px;
}

.slick-dots li:focus,
.slick-dots li button:focus,
.box-carousel-item:focus {
	outline: none;
}

.slick-dots li button {
	position: relative;
	color: transparent;
	background: transparent;
	border: 0;
	font-family: FontAwesome;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.slick-dots li button:after {
	color: #a1a6bb;
	content: "\f111";
	position: absolute;
	top: 0;
	left: 0;
}

.slick-dots li.slick-active button:after, .slick-dots li:hover button:after {
	cursor: pointer;
	color: #f0f2f7;
}


/*# sourceMappingURL=slick.css.map */


.box-bar-item-link {
	cursor: pointer;
}

.slick-carousel .box-carousel-item-presentation {
	display: block;
	text-align: center;
}

#companies-gallery .owl-dots {
	display: none;
}

.box-announ .box-bar-item-link {
	color: #006e36;
	background: #00a65a;
}

.box-announ .box-bar-item-link:hover {
	color: #6ca679;
	background-color: #008d4c;
}

.box-prices-index-item.index-up {
	background-color: #3a405b;
}

.box-prices-index-item.index-up p {
	color: #43d29e;
}

.box-prices-index-item.index-down {
	background-color: #4e567a;
}

.box-prices-index-item.index-down p {
	color: #eb4e36;
}

.last-gallery {
	text-align: center;
	padding-right: 5px;
}

.last-gallery a {
	height: 100px;
	overflow: hidden;
}

.last-gallery a:first-child img {
	margin-left: 0;
}

#companies-gallery .last-gallery a {
	height: 173px;
	overflow: hidden;
}

#companies-gallery .last-gallery .slick-dots {
	margin-right: 10px;
}

.last-gallery .slick-dots li {
	margin: 0 3px;
}

.last-gallery a:hover, a:focus {
	text-decoration: none;
	color: #0194e3;
}

.last-gallery .slick-dots {
	right: -10px;
}

.last-gallery img {
	margin: 5px;
	margin-top: 8px;
	padding: 0;
}

.last-gallery .slick-dots {
	right: -10px;
}

.last-gallery .slick-dots {
	bottom: -35px;
	text-align: right;
	padding-right: 5px;
}

.slick-dots li button:before {
	font-size: 14px;
}

#editors-choice-box-slick .slick-slider {
	margin-bottom: 0;
}

#editors-choice-box-slick .slick-editor-dots {
	position: relative;
}

#editors-choice-box-slick .slick-dots {
	bottom: 4px;
}

#editors-choice-box-slick .slick-dots li {
	margin: 0 1px;
}

#editors-choice-box-slick .caption {
	position: absolute;
	bottom: 0;
	width: 400px;
	color: #fff;
	padding: 0 10px;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.9);
}

.text-center th {
	text-align: center;
}

.relative {
	position: relative;
}

.relative .box-search {
	right: auto;
	left: 0;
}

.dropdown-menu {
	z-index: 9999;
}

.btn-magazine {
	margin-bottom: 20px;
}

.btn-magazine small {
	color: inherit;
}

body {
	background: #eeeef0 !important;
}

.d-flex .item {
	background: #fff !important;
}

.d-flex .item img {
	width: 100%;
	height: 265px;
	object-fit: cover;
}

.d-flex .item hgroup,
.d-flex .item .lead,
.d-flex .item .tags {
	margin-left: 20px;
	margin-right: 20px;
}

.d-flex .item .flag {
	margin-top: 0;
	margin-right: 5px;
}

.d-flex .item .lead {
	height: 115px;
	overflow: hidden;
}

.d-flex .item {
	width: 100%;
	padding: 0;
	border-radius: 4px;
	overflow: hidden;
	padding-bottom: 20px;

}

.project_image img {
	object-fit: cover;
	width: 100%;
	object-position: center;
	margin-bottom: 20px;
}

@media (min-width: 576px) {
	.d-flex .item {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.d-flex .item {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.d-flex .item {
		width: 49%;
	}
}

@media (min-width: 1200px) {
	.d-flex .item {
		width: 49%;
	}
}
/*calendar*/
.calendar {
	background-color: #fff;
	position: relative;
	overflow: hidden;
	text-transform: capitalize;
	text-align: center;
	font: 15px/1em inherit;
	color: #545A5C;
	font-style: normal;
}
.calendar a {
	text-decoration: none;
	color: inherit; }
.calendar header .simple-calendar-btn {
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #CBD1D2;
	border-radius: 50%;
	border: 2px solid #CBD1D2; }
.calendar header .simple-calendar-btn:hover {
	background: #CBD1D2;
	color: white; }
.calendar header .simple-calendar-btn:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 8px;
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 3px 3px 0 0;
	transform: rotate(45deg);
	transform-origin: center center; }
.calendar header .btn-prev {
	top: 15px;
	left: 15px;
	transform: rotate(-180deg); }
.calendar header .btn-next {
	top: 15px;
	right: 15px; }
.calendar header .btn-next:before {
	transform: rotate(45deg); }
.calendar header .month {
	padding: 0;
	margin: 0;
	color: #121212;
}
.calendar header{
	padding-top: 10px;
}
.calendar header .month .year {
	font-size: 0.6em;
	font-weight: 100; }
.calendar table {
	width: 100%;
	margin: 20px 0;
	border-spacing: 0px; }
.calendar thead {
	font-size: 1.2em;
	font-weight: 600; }
.calendar td {
	padding: 5px 1px; font-size: 16px; color: #121212;}
.calendar .day {
	position: relative;
	display: inline-block;
	padding: 5px;
	border-radius: 50%;
	border: 2px solid transparent;
	cursor: pointer; }
.calendar .day:hover {
	border: 2px solid #6691CC; }
.calendar .day.today {
	background: #6691CC;
	color: white; }
.calendar .day.today.has-event:after {
	background: white; }
.calendar .day.wrong-month {
	color: #CBD1D2; }
.calendar .day.wrong-month:hover {
	border: 2px solid transparent; }
.calendar .day.has-event:after {
	content: '';
	position: absolute;
	top: calc(50% + .6em);
	left: calc(50% - 2px);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #6691CC; }
.calendar .day.disabled {
	cursor: default; }
.calendar .day.disabled:hover {
	border: 2px solid transparent; }
.calendar .event-container {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	background: #545A5C;
	box-sizing: border-box; }
.calendar .event-container .event-wrapper {
	overflow-y: auto;
	max-height: 100%;
	padding-top: 47px;
}
.calendar .event-container .close {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 20px;
	right: 20px;
	cursor: pointer; }
.calendar .event-container .close:before, .calendar .event-container .close:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	background-color: #CBD1D2; }
.calendar .event-container .close:before {
	transform: rotate(45deg); }
.calendar .event-container .close:after {
	transform: rotate(-45deg); }
.calendar .event-container .event {
	position: relative;
	width: 100%;
	padding: 1em;
	margin-bottom: 1em;
	background: #2980b9;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
	text-align: left;
	color: white; }
.calendar .event-container .event-date {
	margin-bottom: 1em; }
.calendar .event-container .event-hour {
	float: right; }
.calendar .event-container .event-summary {
	font-weight: 600;
	font-size: 14px;
}
.calendar .filler {
	position: absolute;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: #545A5C;
	transform: translate(-50%, -50%); }
.fix-information{
	width: 250px;
	height: 80px;
	font-size: 14px;
	font-weight: 700;
	border-radius: 4px;
	display: block;
	position: fixed;
	left: 50px;
	bottom: 50px;
	z-index: 5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
	background-color: #fff;
}
@media screen and (max-width: 768px){
	.fix-information{
		left: unset;
		right: 50px;
		bottom: 75px;
	}
}
.section-banners{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.right-bar-container{
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.right-bar-container__list a{
	font-size: 16px;
}
.advice-block{
	padding: 10px;
}
.advice-block__image img{
	width: 150px;
	height: 150px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	object-fit: cover;
	object-position: top center;
	display: block;
	margin: 0 auto;
}
.advice-block__name{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin: 10px 0;
}
.advice-block__desc{
	font-size: 15px;
}
.advice-block__link{
	display: block;
	background-color: #017fc3;
	border: 1px solid #017fc3;
	padding: 10px;
	border-radius: 4px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	margin-top: 10px;
}
.advice-block__link:hover{
	color: #000;
	background-color: transparent;
}
.answer-style{
	font-size: 18px;
}
.display-4{
	font-size: 18px;
	font-weight: 700;
	color: #000;
	padding-left: 10px;
}
.lead-custom{
	color: #555;
	margin-bottom: 5px;
	padding-left: 10px;
}
.diagnostics{
	padding: 5px 10px;
	color: #017aba;
	font-size: 16px;
	font-weight: 700;
}
.alert.alert-danger,.alert.alert-warning{
	font-size: 16px;
}
.calculator-table tr td{
	padding: 0 10px;
	text-align: center;
	border: 1px solid #ccc;
}
.require-input{
	margin-top: 10px;
}
.source{
	font-size: 13px;
}
.post-view .content h2 a{
	color: #555;
}
.post-view .content h2 a:hover{
	color: #555;
}
.post-view span{
	position: relative;
	color: #c06616;
	cursor: pointer;
}
.span-tooltip{
	background-color: #017aba;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 5px 10px;
	position: absolute;
	top: -4px;
	right: -225px;
}
a,button{
	position: relative;
	z-index: 1;
}
.datetime span{
	color: #000;
}
.up-page-button{
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: #017fc3;
	border-radius: 50%;
	position: fixed;
	right: 50px;
	bottom: 20px;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	opacity: 0;
	visibility: hidden;
}
.up-page-button i{
	padding: 8px;
}
.up-page-button.show{
	opacity: 1;
	visibility: visible;
}