article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
button,
input {
	overflow: visible;
	line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button, button:active, button:focus {
  outline: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
.clr {
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
}
.clearfix {
	zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
body * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.6;
	color: #333;
	background-color: #fff;
}
@media screen and (max-width: 600px) {
	body { font-size: 16px; }
}
a {
	text-decoration: none;
}
a:focus,
a:hover,
a:active {
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.1;
	font-family: 'Source Sans 3', sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
}
/****************************************************************/
.wrapper {
	min-width: 320px;
}
.page {
	margin: 0 auto;
}
header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
	display: flex;
	flex-direction: column;
}
.for-page {
	width: 100%;
}
.for-page header {
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	height: 80px;
	max-width: 1200px;
	position: relative;
	width: auto;
}
.logo, .footerlogo {
	font-family: 'Source Sans 3', sans-serif;
	font-weight: bold;
}
.for-page .logo {
	order: 1;
	display: block;
	color: #666;
	font-size: 30px;
	margin-right: 15px;
	flex-shrink: 0;
}
.mainpage .lang {
	order: 1;
	margin: 10px 10px -40px 7px;
	align-self: flex-end;
	background-color: rgba(255,255,255,0.9);
	border-radius: 12px;
}
.mainpage .lang .mod-languages .btn {
	color: #333;
}
.for-page .lang {
	order: 3;
}
.mainpage .topmenu { order: 3; }
.mainpage .logo {
	order: 2;
	display: flex;
	justify-content: center;
	color: #fff;
	font-size: 3em;
}
.logo a, .logo a:hover {
	color: #666;
	text-decoration: none !important;
}
.for-page .logo img { height: 20px; width: auto; }
.mainpage .logo a, .mainpage .logo a:hover {
	color: #fff;
}
@media screen and (max-width: 340px) {
	.for-page .logo {
		font-size: 26px;
	}
	.for-page .logo img {
		height: 18px;
	}
}

.topmenu {
	display: flex;
	justify-content: center;
	color: #fff;
}
.for-page .topmenu {
	order: 2;
	color: #555;
	display: block;
	float: left;
}
.topmenu a {
	color: #fff;
	display: block;
	padding: 10px 18px;
	font-weight: 500;
	font-size: 17px;
}
.for-page .topmenu a { color: #555; font-weight: 300; }
.topmenu a span {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.85);
	display: inline-block;
	padding-bottom: 1px;
}
.for-page .topmenu a span {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	color: #555;
}
.topmenu a:hover, .topmenu a:hover span {
	color: #f04;
	border-bottom-color: rgba(255,0,68,0.1);
}
.topmenu ul { list-style: none; margin: 0; padding: 0; text-align: center; }
.topmenu li { display: inline-block; }
.menushow {
	background: transparent;
	border: 0 none;
	color: #fff;
	display: none;
	font-size: 24px;
	margin: 0;
	padding: 6px 12px;
	top: 14px;
	left: 10px;
}
.menushow.droppeddown {
	background-color: rgba(255,255,255,0.85);
}
.for-page .menushow {
	color: #666;
}

@media screen and (max-width: 1200px) and (min-width: 1040px) {
	.logo { margin-left: 10px; }
	.topmenu a {
		padding: 10px 12px;
		font-size: 15px;
	}
}
@media screen and (max-width: 1040px) and (min-width: 670px) {
	.logo { margin-left: 10px; }
	.topmenu ul {text-align: left;}
	.topmenu a {
		padding: 5px 8px 4px 8px;
		font-size: 14px;
	}
}
@media screen and (max-width: 670px) {
	header.mainpage {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
	}
	.mainpage .lang,
	.for-page .lang {
		order: 3;
		align-self: auto;
		margin: 0 5px 0 0;
		background-color: transparent;
	}
	.mainpage .lang .mod-languages .btn {
		color: #fff;
	}
	.mainpage .logo {
		order: 2;
		display: flex;
		justify-content: center;
		color: #fff;
		font-size: 1.8em;
		margin: 20px 0;
	}
	.mainpage .logo img {
		width: 46px;
	}

	.for-page header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
		text-align: center;
		width: 100%;
	}
	.for-page .logo {
		order: 2;
	}
	.menushow {
		order: 1;
		display: block;
	}
	.topmenu {
		background-color: rgba(255,255,255,0.85);
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		margin-top: 55px;
	}
	.topmenu ul {display: block; width: 100%; text-align: left; }
	.topmenu li { display: block; }
	.topmenu a {
    color: #555;
		border-bottom: 1px solid rgba(255,255,255,0.9);
		display: block;
	}
	.topmenu a:hover { background-color: #fff; }
	.topmenu a span {
      color: #555;
      border-bottom: 0 none;
   }
	/* Изменение иконки с бургера на закрыто и обратно */
	.menushow i.fa-bars { display: inline-block; }
	.menushow i.fa-times { display: none; }
	.menushow.droppeddown i.fa-bars { display: none !important; }
	.menushow.droppeddown i.fa-times { display: inline-block !important; }

	.menu-icon-color { fill: #444444; }
	.fa-bars .menu-icon-color { fill: #ffffff; }
	.for-page .fa-bars .menu-icon-color { fill: #444444; }
	i.fa-bars, i.fa-times { width: 21px; }

	.for-page .topmenu {
		border-top: 1px solid #eee;
		box-shadow: 0 5px 5px 0 #999;
		background-color: #fff;
		display: none;
		margin-top: 65px;
		width: 100%;
	}
	.for-page .topmenu a span { border-bottom: 0 none; }
	.for-page .topmenu a { border-bottom: 1px solid #eee; }
	.for-page .topmenu a:hover { background-color: #fcfcfc; }
}


/* Language */
.mod-languages {
	font-size: 15px;
}
.mod-languages .lang-block.dropdown-menu {
	border-radius: 0 0 5px 5px;
	position: absolute;
	inset: 0 auto auto 0;
	margin: -2px 0 0 0 !important;
	padding: 0;
	z-index: 99;
	display: none;
}
.mod-languages .lang-block.dropdown-menu.show {
	display: block;
}
.mod-languages .lang-block.dropdown-menu li {
	display: block;
	margin: 0;
	padding: 0;
}
.mod-languages .lang-block.dropdown-menu li a {
	color: #555;
	display: block;
	padding: 5px 0;
	text-align: center;
	width: 65px;
}
.mainpage .mod-languages .lang-block.dropdown-menu li a {
	color: #fff;
}
.mod-languages .lang-block.dropdown-menu li a {
	border-radius: 0 0 12px 12px;
}
.mod-languages .lang-block.dropdown-menu li.lang-active {
	display: none;
}
.mod-languages .btn {
	border-radius: 12px 12px 0 0;
	background: transparent;
	border: 0 none;
	padding: 10px 0;
	color: #555;
	width: 65px;
}
.mainpage .mod-languages .btn {
	color: #fff;
}
.mod-languages button.show,
.mod-languages .show a {
	color: #333 !important;
	background-color: rgba(255,255,255,1);
}
.for-page .mod-languages button.show,
.for-page .mod-languages .show a {
	background-color: #f5f5f5;
}




/* FLEX MAIN */
.mainbanner {
	height: calc(100vw / 16 * 7.4);
	overflow: hidden;
	position: relative;
}
.thebanner {
	background-position: center center;
	background-size: cover;
	height: calc(100vw / 16 * 7.4);
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.thebanner .bantitle {
	color: #fff !important;
	display: block;
	margin: 0 auto;
	padding: 0 10px 40px 15px;
	font-size: 1.4em;
	font-weight: 300;
	max-width: 1200px;
	line-height: 1.2;
	text-align: left;
	z-index: 3;
}
.bantitle h1, h5 {
	margin: 0;
	padding: 0;
}
.bantitle h5 {
	font-weight: normal;
}
.bantitle h5 a {
	text-decoration: none;
}
@media screen and (max-width: 900px) and (min-width: 600px) {
	.mainbanner h1 { font-size: 1.4em; margin-bottom: 8px; }
	.mainbanner h5 { font-size: 0.9em; }
}
@media screen and (max-width: 600px) {
	.mainbanner {
		height: calc(100vh / 3 * 2);
	}
	.thebanner {
		height: calc(100vh / 3 * 2);
	}
	.thebanner .bantitle { padding-bottom: 20px; }
	.mainbanner h1 { font-size: 1.3em; line-height: 1.1em; margin-bottom: 5px; }
	.mainbanner h5 { font-size: 0.8em; line-height: 1.2em; }

}


.flexrow {
	display: flex;
	justify-content: space-between;
	flex-flow: row nowrap;
}
.mainmod-1, .mainmod-2, .mainmod-3, .mainmod-4, .mainmod-5 {
	height: calc( 100vw / 3 - 50px );
	/* margin-top: 50px; */
	margin-top: calc(100vw * 0.04);
	flex-grow: 1;
}
.mainmod-1 {
	margin-right: 2.5%;
	width: 65%;
}
.mainmod-2, .mainmod-3, .mainmod-4, .mainmod-5 {
	width: 30%;
}
.mainmod-2 { margin-left: 2.5%; }
.mainmod-3 { margin-right: 2.5%; }
.mainmod-4 { margin-left: 2.5%; margin-right: 2.5%; }
.mainmod-5 { margin-left: 2.5%; }
.flexrow > div > div {
	background-size: cover;
	background-position: center center;
	height: 100%;
	position: relative;
}
.mainmod {
	overflow: hidden;
}
.mainmod .custom {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.mainmod .mtitle {

}
.mainmod h2 {
	color: #fff;
	display: block;
	font-weight: 300;
	font-size: 2em;
	margin: 0;
}
.mainmod .mtitle > * {
	margin-left: 20px;
}
.mainmod .mtitle img {
	display: inline-block;
	height: calc( 100vw / 3 / 4 );
}
.mainmod a {
	background-color: #eb003f;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	margin-top: 25px;
	padding: 6px 22px;
}
.mainmod a:hover {
	background-color: #f04;
	border: 0 none;
	text-decoration: none;
}
@media screen and (max-width: 1040px) and (min-width: 600px) {
  .mainmod h2 { font-size: 1.4em; }
  .mainmod a { margin-top: 15px; }
}
@media screen and (max-width: 800px) and (min-width: 600px) {
  .mainmod a { font-size: 14px; }
}

@media screen and (max-width: 600px) {
	.flexrow { flex-direction: column; }
	.mainmod {
		margin: 30px 0 0 0;
		height: calc( 100vw - 100px );
		width: auto;
	}
	.mainmod .mtitle img {
		height: calc( 25vw );
	}
	.mainmod h2 {
		font-size: 1.8em;
	}
}

.countries {
	margin: 50px auto 0 auto;
	max-width: 1200px;
	text-align: center;
}
.countries .mod-custom {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.countries span, .countries a {
	align-items: center;
	background-color: #fcfcfc;
	border: 1px solid #ccc;
	border-radius: 10px;
	color: #333;
	display: flex;
	flex-wrap: nowrap;
	font-size: 18px;
	font-weight: 300;
	padding: 4px 20px;
	margin: 8px 6px;
	position: relative;
}
.countries a:hover {
	background-color: #eee;
	text-decoration: none;
}
.countries span img, .countries a img { margin-right: 8px; vertical-align: middle; }
.countries h3 {
	font-size: 36px;
	font-weight: 300;
}

.countries-top {
	background-color: #eee;
	/*margin-top: 80px;*/
	margin-bottom: 0;
	text-align: center;
	width: 100%;
}
.countries-top .yk .custom {
	background-color: rgba(240,240,240,0.9);
	display: none;
	/*margin: 0 auto;
	max-width: 1200px;*/
	padding-top: 15px;
	padding-bottom: 20px;
	transition: padding-top 400ms, padding-bottom 400ms;

	position: absolute;
	z-index: 10;
	width: 100%;
}
.countries-top .yk .custom .centred-buttons {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1200px;
}
.countries-top .custom span, .countries-top .custom a {
	background-color: #fff;
	color: #333 !important;
	border-radius: 10px;
	display: flex;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
	padding: 6px 16px;
	margin: 4px 3px;
	position: relative;
}
.countries-top .custom a:hover {
	background-color: #ccc;
	text-decoration: none;
}
.countries-top .custom span img, .countries-top .custom a img { margin-right: 8px; vertical-align: middle; height: 16px; }

.countries-top .title {
	background-color: #eb003f;
	color: #fff;
	cursor: pointer;
	display: block;
	padding-top: 10px;
	padding-bottom: 8px;
	vertical-align: middle;
}
.countries-top .title h3 {
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	margin: 0;
}
.countries-top .module-icon {
	background: url("../images/eu-stars.png");
	display: inline-block;
	margin-top: -2px;
	margin-right: 15px;
	height: 32px;
	width: 32px;
	vertical-align: middle;
}
.countries-top .close-icon {
	background-image: url("../images/close-icon.png");
	background-position: top center;
	background-repeat: no-repeat;
	border-radius: 0;
	display: inline-block;
	/*float: right; */
	margin: 2px 10px 0 10px;
	padding: 0;
	height: 32px;
	width: 32px;
	vertical-align: middle;
	transition: opacity 1s;
}
.countries-top .close-icon.arrow {
	background-position: bottom center;
	opacity: 1;
	transition: opacity 1s;
}
.close-popup {
	background-image: url("../images/close-icon-gray.png");
	background-position: top center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	float: right;
	margin: -5px -20px 0 0;
	padding: 0;
	height: 32px;
	width: 32px;
}
.close-form-btn {
	margin-top: 15px !important;
}

@media screen and (max-width: 355px) {
	.countries-top .module-icon {
		display: none;
	}
}
.contentbottom.yk.countries h3 {
	margin-bottom: 20px;
}
.contentbottom.yk.countries a img {
	height: 20px;
	max-width: 35px;
}


footer {
	background: rgb(85,85,85);
	background: linear-gradient(180deg, #555 0%, #777 100%);
	color: #fff;
	margin-top: 50px;
	padding-top: 25px;
}
.footer-wrapper {
	display: flex;
	margin: 0 auto;
	max-width: 1200px;
	padding-left: 15px;
}
.footer-col {
	flex-basis: 50%;
	margin-bottom: 10px;
}
.footer-menu1 {
	flex-basis: 25%;
	margin-bottom: 50px;
}
.footer-menu2 {
	flex-basis: 25%;
	margin-bottom: 50px;
}
.footerlogo img {
	height: 20px;
}
.footerlogo {
	color: #fff;
	font-size: 30px;
	margin-bottom: 20px;
}
.footerlogo a {
	color: #fff;
	text-decoration: none !important;
}
.copysymb {
	display: inline-block;
	height: 30px;
	margin-right: 7px;
	vertical-align: top;
}
.copytxt {
	display: inline-block;
	vertical-align: top;
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer ul li {
	margin-bottom: 3px;
}
footer ul li a {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	color: #fff;
	padding-bottom: 1px;
	text-decoration: none !important;
}
@media screen and (max-width: 600px) {
	.footer-wrapper {
		flex-flow: column wrap;
	}
	.footer-col {
		order: 3;
		width: 100%;
		margin-bottom: 20px;
	}
	.footer-menu1 {
		order: 1;
		margin-bottom: 20px;
		width: 100%;
	}
	.footer-menu2 {
		order: 2;
		width: 100%;
	}
}



.item-image {
	margin: 0;
}


.blog {
	margin: 0 auto 0 auto;
	max-width: 1200px;
}
.blog > .page-header {
	text-align: center;
	margin-bottom: 20px;
}
.blog > .page-header h1 {
	color: #666;
	display: inline-block;
	font-size: 2.2em;
	/* font-weight: 500; */
	margin: 0 15px 0 15px;
	padding: 5px 0 0 0;
	vertical-align: middle;
}
.blog > .page-header img {
	display: inline-block;
	width: 72px;
	vertical-align: middle;
}
.blog .blog-items {
	display: grid;
	grid-template-columns: 48% 48%;
	column-gap: 4%;
	row-gap: 2em;
}
@media screen and (max-width: 1200px) {
	.blog-item > div {
		padding-left: 8px;
	}
}
@media screen and (max-width: 800px) {
	.blog .blog-items {
		display: flex;
		flex-direction: column;
	}
}
.blog .blog-item {
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.blog .item-image {
	margin: 0;
	width: 100%;
}
.blog .item-image a,
.blog .blog-item img {
	display: block;
	width: inherit;
}
.blog .blog-item h2 {
	color: #eb003f;
	margin: 0;
}
.blog .blog-item h2 a {
	color: #eb003f;
	display: block;
	padding: 24px 0 16px 0;
	text-decoration: none !important;
}

/*------------------- TAGS ---------------------*/
.blog .tags {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog .tags li {
  font-size: 12px;
  display: inline-block;
  margin: 0 1px 8px 0;
  padding: 0;
}
.blog .tags li {
  font-size: 14px;
  margin: 0 3px 8px 0;
}
.blog .tags li a,
.blog .item .tags li a {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 1px 8px;
  color: #888;
  display: inline-block;
}
.blog .tags li a {
  padding: 3px 10px;
}
.blog .item .tags {
  list-style: none;
  margin: -12px 0 15px 0;
  padding: 0;  
}
.blog .item .tags li {
  font-size: 12px;
  display: inline-block;
  margin: 0 1px 8px 0;
  padding: 0;
}
.blog .item .tags li span {
  border-right: 1px solid #ccc;
  padding: 0 7px 0 4px;
  color: #888;
  display: inline-block;
}
.blog .item .tags li:last-child span {
  border: 0 none;
}
.blog .tags li a:before,
.blog .item .tags li a:before,
.blog .item .tags li span:before {
  content: '#';
  display: inline;
}
.blog .tags li a:hover,
.blog .item .tags li a:hover,
.blog .tags li a:active,
.blog .item .tags li a:active,
.blog .tags li.active a {
  border-color: #eb003f;
  background-color: #eb003f;
  color: #fff; 
}



.blog time {
	color: #333;
	font-size: 14px;
}
.blog .article-info { margin: 0 0 25px 0; }
.introtextblock p { margin-top:0; }

@media screen and (max-width: 900px) {
	.blog .item h2 {
		font-size: 20px;
	}
}

@media screen and (max-width: 600px) {
	.blog .tags {
		margin-left: 15px;
		margin-right: 15px;
		text-align: center;
	}
	.blog .item {
		border-bottom: 1px solid #ccc;
	}
}

@media screen and (max-width: 500px) {
	.blog > .page-header h1 {
		font-size: 32px;
		margin-left: 8px;
		margin-right: 8px;
	}
	.blog > .page-header img {
		display: none;
	}
	.blog .items-row {
		flex-direction: column;
	}
	.blog .item {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
	}
	.blog .item h2 {
		font-size: 22px;
	}
	.blog .item .page-header,
	.introtextblock {
		padding: 0 10px;
	}
}

.many {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto;
	max-width: 1200px;
}
.many .item {
	background-image: url("../images/car-hr-contur.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #eb003f;
	margin: 20px 10px 25px;
	width: 280px;
}
.many .item-image {
	margin: 0;
	overflow: hidden;
}
.many .item-image img {
	display: block;
	transition: all 0.5s ease-out;
	min-height: 110px;
	height: auto;
	width: 100%;
	object-fit: cover;
}
.many .item:hover img {
	transform: scale(1.1);
}
.many .item h2 {
	color: #333;
	font-size: 24px;
	font-weight: 500;
	padding: 8px 0 8px 0;
	margin-bottom: 0;
}
.many .item h2,
.many .item h2 a {
	color: #333;
}
.many .item:hover h2,
.many .item:hover h2 a {
	color: #f04;
}
.category-desc {
	margin-bottom: 20px;
}
.category-desc img {
	width: 100%;
}
.category-title {
	color: #fff;
	position: absolute;
	top: 100px;
	text-align: center;
	width: 100%;
}
.category-title h1 {
	text-shadow: 0 0 50px rgba(0,0,0,0.7);
	font-size: 40px;
}
@media screen and (max-width: 616px) {
	.category-title {
		color: #333;
		position: relative;
		top: 0;
	}
	.category-title h1 {
		font-size: 32px;
		text-shadow: none;
	}
	.many {
		justify-content: space-between;
    	margin-left: 15px;
    	margin-right: 15px;
	}
	.many .item {
		margin: 20px 0 25px;
		/*width: 49%;*/
		width: calc((100vw - 30px - 16px) / 2);
	}
}
@media screen and (max-width: 500px) {
	.many .item h2 {
		color: #333;
		font-size: 18px;
	}
}

.pagination {
	text-align: center;
}
.pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pagination li {
	display: inline-block;
	margin: 0 4px;
}
.pagination li a {
	border: 1px solid #ccc;
	border-radius: 8px;
	color: #666;
	padding: 8px 13px;
	text-decoration: none !important;
}
.pagination li.active a {
	border-color: #eb003f;
	color: #eb003f;
}
.pagination li a:hover {
	background-color: #eb003f;
	border-color: #eb003f;
	color: #fff;
}
.pagination ul li.disabled,
.pagination ul li.disabled a {
	background-color: #f5f5f5;
	border-color: #ccc;
	color: #ccc;
}

.fields-container { display: none; }



.item-page {
	/*padding-left: 15px;
	padding-right: 15px;
	position: relative;*/
}
.item-page .item-image {
	position: relative;
}
.item-page .tags { display: none; }
.item-page .item-image img {
	display: block;
	width: 100%;
	height: calc((100vh - 80px - 52px) * 0.85);
	object-fit: cover;
}
.item-page.car .item-image img {
	height: calc((100vh - 80px) * 0.90);
}
.item-page .item-image.size16x9 img {
	height: auto;
	aspect-ratio: 16/9; /* 1920 x 1080 */
}
@media screen and (max-width: 720px) {
	.item-page .item-image img,
	.item-page.car .item-image img {
		height: calc((100vh - 80px - 52px) * 0.6);
	}
}
@media screen and (max-width: 500px) {
	.item-page .item-image img,
	.item-page.car .item-image img {
		height: calc((100vh - 80px - 52px) * 0.35);
	}
}

.item-page .page-header.std {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
}
.item-page .page-header.title-on-img {
	position: absolute;
	top: 120px;
	width: 100vw;
}
.item-page .page-header.title-on-img h1 {
	display: block;
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
}
@media screen and (max-width: 600px) {
	.item-page .page-header.title-on-img {
		position: relative;
		top: 0;
	}
	.item-page .page-header.title-on-img h1 {
		font-size: 2.1em !important;
	}
}

.item-page h1 {
	color: #333;
	font-size: 36px;
	/* margin: 30px 15px 25px; */
	margin: 0;
	padding: 30px 0 15px;
	text-align: left;
}
.item-page h2 {
	border-top: 1px solid #eb003f;
	
	color: #333;
	font-size: 32px;
	margin-top: 40px;
	padding-top: 10px;
}
.item-page h2:before {
	background: url("../images/car-hr.svg") center right no-repeat;
	background-size: contain;
	content: " ";
	display: block;
	float: left;
	position: relative;
	margin: 0 auto;
	top: -37px;
	height: 25px;
	width: 100%;
}
.item-page h3 {
  border-bottom: 1px solid #999;
  padding: 15px 0 15px 0;
}
.item-page h3:before {
	clear: both;
	content: "";
	display: table;
	line-height: 0;
}
.item-page img.withheader {
	margin-top: 45px;
    margin-bottom: 0;
}
.item-page h3.withimg {
	margin-top: 15px;
}
.item-page h1 img {
	border: 1px solid #eee;
	vertical-align: middle;
	margin-bottom: 8px;
}
.item-page hr {
	border: none;
	border-top: 1px solid #eb003f;
	clear: both;
	margin: 45px 0 30px 0;
	height: 1px;
	text-align: right;
}
.item-page hr:after {
	background: url("../images/car-hr.svg") no-repeat;
	background-size: contain;
	content: " ";
	display: inline-block;
	position: relative;
	margin: 0 auto;
	top: -1.65em;
	height: 25px;
	width: 60px;
}
.notopmargin {
	border-top: 0 none !important;
	margin-top: 0 !important;
	padding-top: 0 !important
}
.notopmargin:before {
	background-image: none !important;
	display: none !important;
	height: 0 !important;
}
.item-page .article-info {
	padding: 0;
	margin: 0;
	position: relative;
}
.item-page .published {
	display: block;
	color: #999;
	font-size: 16px;
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
}
.item-page a {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	color: #888;
}
.item-page a:hover {
	border-bottom-color: #eb003f;
	color: #eb003f;
}
.item-page a.no-u,
.item-page a.no-u:hover, 
.item-page a[data-fancybox] {
	border-bottom: 0 none;
}
.item-page ul {
	margin: 0 0 15px 0;
	padding-left: 15px;
}
.h1img {
	margin-right: 5px;
  max-height: 45px;
}
.img-two {
	display: flex;
}
.img-two a {
	display: block;
	margin-right: 1%;
	width: 48%;
}
.img-two a + a {
	margin-right: 0;
	margin-left: 1%;
}
.img-two a img { width: 100%; }
.car .articleBody .img-two a img,
.fullarticle .img-two a img {
  max-height: none;
  width: 100%;
}
@media screen and (max-width: 500px) {
	.img-two {
		flex-direction: column;
	}
	.img-two a,
	.img-two a + a {
		margin: 0 !important;
		width: 100% !important;
	}
}


.articleBody {
	display: flex;
	align-items: flex-start;
	margin: 40px auto;
	max-width: 1200px;
	width: auto;
}
.articleBody.std { margin-top: 0; }
.airports .articleBody {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
.car .articleBody {
	display: block;
	text-align: center;
	width: 100%;
}
.article {
	order: 1;
	margin: 0 30px 0 0;
	flex-basis: 785px;
	flex-shrink: 5;

	color: #333;
}
.right-content-column {
	order: 2;
	margin: 0;
	flex-basis: 370px;
	flex-shrink: 1;

	display: flex;
	justify-content: space-between;
	flex-direction: column;

	height: calc(100vh - 50px);

	position: sticky;
	top: 15px;
}
.right-content-column .right-content {
	order: 1;
	display: block;
	position: relative;
	top: 0;
}
.right-content {
	order: 2;
	margin: 0;
	flex-basis: 370px;
	flex-shrink: 1;

	color: #333;
	background-color: #f5f5f5;
	padding-bottom: 30px;

	position: sticky;
	top: 15px;
}
.right-other {
	order: 2;
	margin-top: 30px;
}
.article img {
	max-width: 100%;
  	margin-bottom: 10px;
}
.width-s {
	width: 200px;
}
.floatleft {
	float: left;
	margin-right: 15px;
}
.item-page iframe {
  max-width: 1000px;
  width: 100% !important;
}
@media screen and (max-width: 700px) {
	.item-page iframe {
		width: 100% !important;
	}
}
@media screen and (max-width: 600px) {
	.article img {
		margin-left: -10px;
    	max-width: none;
		height: auto;
    	/* width: calc(100% + 20px); */
		width: 100vw;
	}
}
.fullarticle {
	max-width: 1200px;
	text-align: center;
	width: 100%;
}
.car .articleBody a img,
.fullarticle a img {
	display: block;
	max-height: 85vh;
	margin: 10px auto 0 auto;
	position: relative;
	max-width: 100%;
	object-fit: cover;
	width: auto;
}
.car .articleBody video,
.fullarticle video {
  max-width: 100%;
}
a[data-fancybox="gallery"] {
	display: block;
	margin-bottom: 56px;
}
.textblock {
	margin-bottom: 32px;
}
.car .articleBody div.textblock,
.fullarticle div.textblock {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 880px;
	text-align: left;
}
@media screen and (max-width: 880px) {
	.car .articleBody div.textblock,
	.fullarticle div.textblock {
		padding: 0 15px;
	}
}
.thin {
	clear: both;
	margin: 0 auto;
	display: block;
	max-width: 880px;
	text-align: left;
}
.thin .articleBody {
	display: block;
	max-width: 880px;
	width: auto;
}
@media screen and (max-width: 880px) {
	.thin .articleBody {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.neartitle {
	float: left;
	max-width: 200px;
	margin: 0 10px 10px 0;
}
.item-page .page-header.left-as-fullarticle {
	max-width: 880px;
}
.item-page .page-header.left-title {
	text-align: left !important;
}
.item-page .page-header.center-title {
	text-align: center !important;
}

@media screen and (max-width: 600px) {
	.item-page .page-header.left-as-fullarticle {
		max-width: none;
	}
}


.articleBody .right-content h4 {
	border-bottom: 1px solid #ddd;
	font-size: 22px;
	margin: 0 0 15px 0;
	padding: 13px 5px 10px 20px;
}
.articleBody .right-content a {
	border-bottom: 0 none;
	color: #333;
	display: block;
	padding: 6px 15px 4px 20px;
	text-decoration: none !important;
}
.articleBody .right-content a:hover {
	color: #000;
	border-bottom: 0 none;
}
.articleBody .right-content a span {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1px;
}
.articleBody .right-content a:hover span {
	border-bottom-color: #777;
}
.article p {
	margin-top: 0;
	margin-bottom: 4px;
}
.article a {
	color: #666;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1px;
	text-decoration: none !important;
}
.article a:hover {
	 color: #000;
	 border-bottom: 1px solid #999;
 }



@media screen and (max-width: 900px) {
	.item-page h1 {
		font-size: 2em;
	}
	.item-page .page-header {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.articleBody {
		flex-direction: column;
	}
	.right-content-column {
		order: 1;
		flex-basis: auto;
		margin-bottom: 25px;
		margin-left: 10px;
		position: static;
		height: auto;
		width: 90%;

		justify-content: flex-start;
	}
	.right-content-column .right-content {
		position: relative;
		margin: 0;
		width: 100%;
	}
	.right-content {
		order: 1;
		flex-basis: auto;
		margin-bottom: 25px;
		margin-left: 10px;
		position: static;
		width: 90%;
	}
	.article {
		order: 2;
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media screen and (max-width: 600px) {
	.item-page h1 {
		font-size: 3em !important;
	}
	.item-page .page-header h1 {
		color: #333 !important;
		margin: 12px 0 10px 0;
	}
	.item-page .article-info time {
		color: #999 !important;
	}
	.item-page .articleBody {
		margin-top: 20px;
	}
}

.fuel-price {
	text-align: left;
}
.ykfuel {
	font-weight: 300;
	margin: 0 auto;
	max-width: 550px;
}
.trow {
	display: flex;
}
.trow:hover .tdcell {
	background-color: #eee;
}
.tdcell {
	border-bottom: 1px solid #ccc;
	padding: 9px 10px 7px;
}
.tdcell {
	min-width: 35px;
}
.tdcell + .tdcell {
	min-width: 190px;
}
.tdcell + .tdcell + .tdcell {
	min-width: 80px;
}
.tdcell + .tdcell + .tdcell + .tdcell + .tdcell {
	min-width: 50px;
}
.ykfuel .info {
	margin-top: 15px;
	color: #555;
}


.component > .chronoforms,
.component > .form {
	margin: 50px auto;
    max-width: 500px;
}
.component .nui.form .field > label, .component .nui.form .fields > label,
form .nui.button {
	font-weight: 500;
}
form .ui.red.button, form .ui.red.buttons .button, form .ui.button, .nui.button.red {
	background-color: #eb003f !important;
	border-radius: 10px;
    color: #fff;
	font-weight: 500;
}
form .ui.red.button:hover, form .ui.red.buttons .button:hover, form .ui.button:hover, .nui.button.red:hover {
	background-color: #c02 !important;
    color: #fff;
}
.chronoforms .ui.message {
    border-radius: 15px;
}
.chronoforms .ui.message ul li {
    list-style-type: none;
}
.chronoforms .ui.message ul li::before {
    display: none;
}
.component form h1 {
	display: block;
	/* margin: 15px 0; */
	padding: 0;
}

.insuranceOrderForm {
	background-color: rgba(0,0,0,0.8);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.insuranceOrderForm .chronoforms,
.insuranceOrderForm .nui.form {
	background-color: #fff;
	border-radius: 15px;
	display: block;
	padding: 0 30px 30px 30px;
	position: absolute;
	transform: translate(-50%, -50%);
	max-width: 500px;
	top: 50%;
	left: 50%;
	z-index: 15;
}
.insuranceOrderForm .nui.form .close-popup {
	margin-top: 10px;
	margin-bottom: -40px;
	align-self: end;
}
.insuranceOrderForm p { margin-bottom: 0; }


/* Special styles in Article */
.article img.speedsign,
img.speedsign {
  max-width: 280px;
  float: right;
  padding-bottom: 25px;
  margin-left: 15px;
}
@media screen and (max-width: 600px) {
	.article img.speedsign,
	img.speedsign {
  		float: none;
		margin: 0 auto;
	}
}

/* Серый заголовок, все границы */
.table-over {
	overflow-x: auto;
	width: 100%;
}
@media screen and (max-width: 1000px) {
	.table-over {
		width: calc(100vw - 20px);
	}
}
table.simple {
  margin-bottom: 15px;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
table.simple td,
table.simple th {
  border-top: 0 none;
  padding: 8px 12px;
  vertical-align: middle;
}
table.simple tr:first-child th,
table.simple tr:first-child td {
  background: #f0f0f0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
table.simple td {
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

th.asc,
th.desc {
	position: relative;
}
th.asc::after,
th.desc::after {
	color: #666;
	font-size: 14px;
	right: 8px;
	position: absolute;
}
th.asc::after {
	content: " ▼"
}
th.desc::after {
	content: " ▲"
}
#fuelprices th {
    cursor: pointer;
	padding-right: 20px;
}


/* Без заголовков, только горизонт. границы */
table.short {
  margin-bottom: 15px;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
table.short td {
  border-top: 0 none;
  vertical-align: middle;
}
table.short tr {
  border-top: 1px solid #ccc;
}
table.short td {
  padding: 6px 15px 3px 0;
}
table.short tr:first-child,
table.short tr:first-child td {
	border-top: 0 none;
}
table.short td {
	width: 185px;
}
table.short td + td {
	width: auto;
}
@media screen and (max-width: 640px) {
  table.short td {
    display: inline-block;
    float: left;
    margin: 0 15px 10px 0;
    width: auto;
  }
  table.short td + td {
    float: none;
    display: inline;
    margin: 0;
  }
}

/* Первый столбец 70пикс, для таблиц с иконками */
table.small {
  margin-bottom: 15px;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
table.small td {
  border-top: 0 none;
}
table.small td {
  border-top: 1px solid #ccc;
  padding: 6px 15px 4px 0;
}
table.small tr:first-child td {
	border-top: 0 none;
}
table.small td {
	width: 70px;
	vertical-align: top;
}
table.small td + td {
	width: auto;
	vertical-align: middle;
}

.azs {
	align-items: center;
	display: flex;
	padding: 18px 5px;
}
.azs:nth-child(2n) { background-color: #f5f5f5; }
.azs div:first-child {
	margin-right: 20px;
	text-align: center;
	width: 100px;
}
.azs img { max-width: 100px; max-height: 50px; }
.direction {
	margin-bottom: 40px;
}
.direction .azs:first-child { padding-top: 3px; }

.withflags td {
	vertical-align: middle;
}
.withflags td + td + td {
	text-align: center;
}
.withflags img {
	vertical-align: middle;
}
.withflags a {
	border-bottom: 1px solid #ccc;
	color: #333;
	font-weight: 300;
	padding-bottom: 1px;
}
.withflags a:hover {
	border-bottom: 1px solid #eb003f;
	color: #eb003f;
}
.flag40,
table.simple td img.flag40 {
	max-width: 48px;
	height: 24px;
}

.center-table td + td {
	text-align: center;
}
table.center-table td,
table.center-table th {
	padding-left: 4px;
	padding-right: 4px;
}

/* Flex Table */
.flex-table {
	display: table;
	border-collapse: collapse;
	margin-bottom: 40px;
}
.flex-row {
	border-bottom: 1px solid #999;
	display: table-row;
}
.flex-row > div {
	display: table-cell;
	vertical-align: middle;
	padding: 8px 12px 8px 2px;
}
.flex-row > div img {
	display: block;
	margin: 0;
}
@media screen and (max-width: 600px) {
	.flex-table {
		display: block;
	}
	.flex-row {
		display: block;
		margin-bottom: 8px;
	}
	.flex-row > div {
		display: block;
	}
	.flex-row > div img {
		max-width: 100%;
	}
}


/** Colorful span for Autostrade **/
.a-red {
  background-color: #d00;
  color: #fff;
  font-weight: bold;
  padding: 1px 4px;
}
.a-green {
  background-color: #118844; /*#4cc400;*/
  color: #fff;
  font-weight: bold;
  padding: 1px 4px;
}
.a-blue {
  background-color: #04c;
  color: #fff;
  font-weight: bold;
  padding: 1px 4px;
}
.a-yellow {
	background-color: #FFCC00;
	font-weight: bold;
	padding: 1px 4px;
}
.a-orange {
	background-color: #FF6600;
	color: #fff;
	font-weight: bold;
	padding: 1px 4px;
}
.a-gray {
	background-color: #CCCCCC;
	font-weight: bold;
	padding: 1px 4px;
}
.a-violet {
	background-color: #6600dd;
	color: #fff;
	font-weight: bold;
	padding: 1px 4px;
}


.comment {
  color: #555;
  font-size: 14px;
}
.article td img { margin: 0; padding: 0; max-width: none; width: auto !important; }
.fancybx {
  border: 0 none !important;
}

table.simple td img { height: 28px; }
table.simple td+td img { height: auto; }

table.short img,
table.small img,
.iconsset img,
.item-page .iconset,
.iconset {
	display: inline-block;
	width: auto;
	height: 64px;
	margin-right: 4px;
	vertical-align: middle;
}
.imgauto {
	width: auto !important;
	height: auto !important;
}
.as_table {
	background-color: #eee;
	display: flex;
	align-items: center;
}
.as_table div {
	min-width: 140px;
	text-align: center;
	padding: 4px 5px;
}
ol li { margin-bottom: 6px; }
.circle {
	border-radius: 20px;
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 40px;
	margin-right: 8px;
}
.circle-small {
	border-radius: 12px;
	display: inline-block;
	height: 24px;
	width: 24px;
	vertical-align: middle;
	margin-right: 5px;
}
/** Site colors (for map of toll raods) **/
span.green { background-color: #0b4; }
span.yellow { background-color: #e90; }
span.lightblue { background-color: #6ce; }
span.red { background-color: #eb003f; }
span.salat { background-color: #4c0; }
span.blue { background-color: #47a; }

span.ui.red.text { background-color: transparent; }

.artc-left-img {
	float: left;
	max-width: 350px;
	margin-right: 15px;
	margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
	.artc-left-img {
		float: none;
	}
}

.purpleblock {
	background-color: #eb003f;
	border-radius: 15px;
	padding: 25px 25px;
}
/* .purpleblock:before {
	background: url("../images/car-hr.svg") no-repeat;
	background-size: contain;
	content: " ";
	display: block;
	position: relative;
	margin-left: calc(100% - 60px);
	top: -50px;
	height: 25px;
	margin-bottom: -25px;
	width: 60px;
} */
.purpleblock h3,
.purpleblock h4,
.purpleblock h5,
.purpleblock h6 {
	color: #fff;
	border: 0 none;
	padding: 0 0 25px 0;
	margin: 0;
}
.purpleblock h3 { font-size: 24px; }
.purpleblock h4 { font-size: 22px; }
.purpleblock h5 { font-size: 20px; }
.purpleblock h6 { font-size: 18px; }
.purpleblock > div {
	display: flex;
	padding: 5px 0 10px;
}
.purpleblock > div:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.purpleblock > div div:nth-child(1n) {
	flex: 1;
}
.purpleblock > div div:nth-child(2n) {
	flex: 2;
}
.purpleblock label,
.purpleblock .labeldiv,
.purpleblock .resdiv {
	color: #fff;
}
select {
	border-radius: 5px;
}
#greencardprice {
	font-size: 36px;
}
#greencardprice span {
	font-size: 24px;
}

#calcpay label,
.purpleblock label {
	display: inline-block;
	width: 195px;
}
#calcpay select,
#calcpay input,
.purpleblock select,
.purpleblock input {
	border: 1px solid #999;
	/*border-radius: 7px;*/
	padding: 5px 8px 6px;
	width: 200px;
}
#calcpay select:hover,
#calcpay input:hover,
.purpleblock select:hover,
.purpleblock input:hover {

}
#calcpay > div,
.purpleblock >div {
	margin-bottom: 10px;
}

#calcpay button,
.purpleblock button {
	/*background-color: #f04;
	color: #fff; */
	background-color: #fff;
	color: #c02;
	/*border: 1px solid #fff;*/
	border: 0 none;
	border-radius: 10px;
	padding: 9px 25px 10px;
	margin-left: 197px;
	margin-top: 5px;
	transition: 0.3s;
}
.purpleblock button {
	margin: 0 auto;
}
#calcpay button:hover,
.purpleblock button:hover {
	background-color: #b03;
	color: #fff;
}
.center {
	text-align: center;
}
.calcresults {
	background-color: #fff;
	color: #333;
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 20px;
	margin-top: 20px;
	display: none;
}
.labeldiv {
	display: inline-block;
}
.resdiv {
	display: inline-block;
	font-weight: bold;
}
@media screen and (max-width: 600px) {
	#calcpay label,
	.purpleblock label {
		display: block;
	}
	#calcpay select,
	#calcpay input,
	.purpleblock select,
	.purpleblock input {
		display: block;
	}
	#calcpay button,
	.purpleblock button {
		margin-left: 0;
	}
}


.btn {
	background-color: #eb003f;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	padding: 3px 30px;
}
.page-content .readmore {
	margin-top: 16px;
}


.page-content .component #load-form {
  max-width: 800px !important;
  margin: 0 auto;
}



/*----------------------------    ICONS    ---------------------------------*/
.atimg {
	float: left;
	margin-right: 15px;
}
.aticoblock {
	float: left;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
	width: 70px;
}
.atdiv {
	clear: both;
	display: flex;
	align-items: center;
}
.atico {
	align-self: flex-start;
	background-image: url("../images/article-icons.svg");
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	flex-shrink: 0;
	display: block;
	margin-right: 15px;
	margin-bottom: 10px;
	height: 70px;
	width: 70px;
}
.atico.ico-en { background-position: 0 0; }
.atico.ico-enwr { background-position: -140px 0; }
.atico.ico-cards { background-position: -280px 0; }
.atico.ico-cardstwr { background-position: -420px 0; }
.atico.ico-euro { background-position: -560px 0; }
.atico.ico-eurowr { background-position: -700px 0; }
.atico.ico-warning { background-position: -840px 0; }
.atico.ico-wallet { background-position: -980px 0; }
.atico.ico-time { background-position: -1120px 0; }
.atico.ico-compas { background-position: -1260px 0; }
.atico.ico-night { background-position: -1400px 0; }
.atico.ico-parking { background-position: -1540px 0; }

.atico60 {
	align-self: flex-start;
	background-image: url("../images/article-icons.svg");
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	flex-shrink: 0;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
	height: 60px;
	width: 60px;
}
.atico60.ico-en { background-position: 0 0; }
.atico60.ico-enwr { background-position: -120px 0; }
.atico60.ico-cards { background-position: -240px 0; }
.atico60.ico-cardstwr { background-position: -360px 0; }
.atico60.ico-euro { background-position: -480px 0; }
.atico60.ico-eurowr { background-position: -600px 0; }
.atico60.ico-warning { background-position: -720px 0; }
.atico60.ico-wallet { background-position: -840px 0; }
.atico60.ico-time { background-position: -960px 0; }
.atico60.ico-compas { background-position: -1080px 0; }
.atico60.ico-night { background-position: -1200px 0; }
.atico60.ico-parking { background-position: -1320px 0; }


.fuelico {
	background-image: url("../images/article-icons.svg");
	background-repeat: no-repeat;
	background-size: 1500px 50px;
	margin-right: 15px;
	margin-top: -12px;
	height: 40px;
	width: 50px;
}
.ico-petrol { background-position: -1200px 0; }
.ico-diesel { background-position: -1300px 0; }
.ico-lpg { background-position: -1400px 0; }

h2 .atico { margin-top: -13px; }

.ykfuelprice div {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	margin-bottom: 12px;
}
.ykfuelprice .price {
	padding-left: 8px;
	font-weight: bold;
}

.yes {
	background-image: url("../images/check-solid.svg");
	background-position: center center;
	background-repeat: no-repeat;
	color: #eb003f;
	font-size: 24px;
	display: inline-block;
	height: 28px;
	width: 28px;
}

.socailbtns {
	display: inline-block;
	overflow: hidden;
	margin-right: 10px;
	margin-top: 15px;
	height: 40px;
	width: 40px;
}
.socailbtns img {
	height: 40px;
	width: 40px;
}

/*-------------------------- NON STD BLOCKS ------------------------------*/
.warning {
	background-color: #FFCC00;
	border-radius: 20px;
	color: #000;
	padding: 20px;
}
.crimson {
	background-color: #eb003f;
	border-radius: 20px;
	color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}


/*--------------------------- COVID PLUGIN ---------------------------------*/
.ykcovid .covidrow {
	display: flex;
  flex-wrap: wrap;
	margin-bottom: 25px;
  width: auto;
}
.ykcovid .covidblock {
    border-radius: 20px;
    color: #fff;
    margin: 0 30px 15px 0;
    padding: 20px 20px 35px 20px;
    width: 250px;
}
.ykcovid .covidblock.green {
    background-color: #093;
}
.ykcovid .covidblock.yellow {
    background-color: #fb0;
}
.ykcovid .covidblock.red {
    background-color: #d00;
}
.ykcovid .covidblock h4 {
    font-size: 18px;
    font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}
.ykcovid .covidblock h4 img {
    height: 18px;
    margin: 2px 12px 0 0;
    vertical-align: top;
    width: auto;
}
.ykcovid .covidinfo {
    color: #666;
    font-size: 14px;
	padding-left: 20px;
	margin-top: 3px;
	margin-bottom: 15px;
	line-height: 1.2;
}
.ykcovid .covidinfo a {
    color: #000;
}


.table-over:has(> .ski) {
	margin-left: calc((100vw - 1200px) / 2 * (-1));
	position: relative;
	/*max-width: 1900px;*/
	width: 100vw;
}
@media screen and (max-width: 1200px) {
	.table-over:has(> .ski) {
		margin: 0;
	}
}
table.ski {
    font-size: 15px;
}
table.ski td:nth-child(1) {
    min-width: 200px;
    text-align: left;
}
table.ski td:nth-child(4) {
	color: #0077FF;
}
table.ski td:nth-child(5) {
	color: #DD0000;
}
table.ski td:nth-child(6) {
	color: #000000;
}
table.ski td:nth-child(10) {
	font-weight: bold;
    min-width: 80px;
}
table.ski td:nth-child(12) {
    min-width: 160px;
    text-align: left;
}
table.ski td:nth-child(13) {
    min-width: 350px;
    text-align: left;
}
table.ski td:nth-child(14) {
    min-width: 250px;
    text-align: left;
}
table.ski tr:nth-child(odd) td {
    background-color: #f0f0f0;
}
table.ski tr:nth-child(1) td {
    background-color: #ddd;
}


.infobanner {
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px;
	height: 300px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 20px 20px;
	text-align: center;
	margin: 15px 0;
}
.infobanner h3 {
	border: 0 none;
	color: #fff;
	font-size: 24px;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.infobanner a,
.infobanner a:hover {
	background-color: #ff0044;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 10px 30px;
	width: auto;
}



.adsbygoogle {
	height: 180px;
}
@media screen and (max-width: 600px) {
	.adsbygoogle {
		height: 560px;
	}
}


