body:before {
	margin-left: 0px;
	background-size: 1500px;
	height: 420px;
}

@media screen and (max-width: 600px) {
	body.mainPage:before {
		height: 560px !important;
		background-size: cover;
	}

	body:before {
		height: 250px !important;
	}
}

h2 {
	color: #636a6e;
	font-size: 34px;
	margin: 20px 0;
	line-height: 30px;
	font-weight: normal;
}

h3 {
	color: #0066A6;
	font-size: 20px;
	margin: 18px 0 16px 0;
	line-height: 30px;
	font-weight: bold;
}

h4 {
	color: #0096d6;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 0px;
}

ul {
	list-style-image: url('/local/templates/vtt/images/li_line.png');
	margin: 10px 0 30px 0;
	padding-left: 30px;
}

li {
	margin-bottom: 10px;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
}

.lidabzac {
	color: #636a6e;
	font-size: 18px;
	line-height: 28px;
}

.vinoska {
	background-image: url('/local/templates/vtt/images/icon-map.png');
	background-color: #e2eafd;
	background-repeat: no-repeat;
	background-position: 23px 30px;
	color: #000000;
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	padding: 30px 70px 30px 100px;
	box-shadow: 0px 40px 40px -40px rgba(24, 26, 31, 0.55);
}

article .vinoska {
	margin: 60px -70px 60px -100px;
}

.informaciya {
	background-image: url('/local/templates/vtt/images/icon-info.png');
	background-color: #e2eafd;
	background-repeat: no-repeat;
	background-position: 114px 20px;
	float: right;
	display: block;
	width: 270px;
	padding: 70px 50px 40px 50px;
	box-shadow: 0px 40px 40px -40px rgba(24, 26, 31, 0.55);
}

article .informaciya {
	margin: -10px -70px 40px 30px;
}

table.tablica_s_zagolovkom {
	width: 100%;
	border: 0px;
	border-bottom: 1px solid #CBCBCB;
	border-spacing: 0px;
	margin-top: 15px;
	margin-bottom: 30px;
}
table.tablica_s_zagolovkom_contacts th {
	background: #e2eafd;
	font-size: 16px;
	color: #0072bc;
	padding: 0 10px;
	text-align: left;
}
table.tablica_s_zagolovkom_contacts th h2 {
	font-size: 16pt;
}
table.tablica_s_zagolovkom_contacts td {
	font-size: 13pt;
}

.table_wrapp {
	margin-right: -70px;
}

/*article table{
	margin-right: -70px;
	display: block;
	width: auto;
}
article table tbody{
    width: 100%;
    display: table;
}*/
table.tablica_s_zagolovkom td {
	color: #000000;
	font-size: 14px;
	line-height: 40px;
	border: 0;
	border-bottom: 1px solid #CBCBCB;
	padding: 0 10px;
}

table.tablica_s_zagolovkom tr:first-child td {
	background-color: #4668b0;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 0px;
}

table.tablica_s_zagolovkom tr:hover td {
	background-color: #E2EAFD;
}

table.tablica_s_zagolovkom tr:first-child:hover td {
	background-color: #4668b0;
}

table.tablica_bez_zagolovka {
	width: 100%;
	border: 0px;
	border-bottom: 1px solid #CBCBCB;
	border-spacing: 0px;
	margin-top: 15px;
	margin-bottom: 30px;
}

table.tablica_bez_zagolovka td {
	color: #000000;
	font-size: 14px;
	line-height: 40px;
	border: 0;
	border-bottom: 1px solid #CBCBCB;
	padding: 0 10px;
}

table.tablica_bez_zagolovka tr:hover td {
	background-color: #E2EAFD;
}

.citata {
	background-color: #e2eafd;
	color: #000000;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	padding: 30px 70px 30px 260px;
	box-shadow: 0px 40px 40px -40px rgba(24, 26, 31, 0.55);
	position: relative;
	min-height: 172px;
	background-image: url('/local/templates/vtt/images/icon-quote.png');
	background-repeat: no-repeat;
	background-position: 204px 31px;
	margin: 60px 0px 60px 0px;
}

article .citata {
	margin: 60px -70px 60px -100px;
}

.citata_img {
	width: 122px;
	height: 122px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 25px;
	left: 60px;
}

.citata_podpis {
	font-weight: bold;
	font-style: normal;
}
.cities-list {
	width: 100%;
}
.cities-list__item {
	width: 32%;
	display: inline-block;
	text-align: center;
	/* border-bottom: 1px solid #CBCBCB; */
	padding: 20px 0;
}
.cities-list__item:hover {
	background-color: #E2EAFD;
}