/* LAYOUT */

.layout-container {
	width: 100%;
	min-width: 360px;
	max-width: 1600px;
	margin: auto;
}

.lead {
	margin: 3em;
}

/* HEADER */

.site-header {
	position: relative;
	z-index: 100;
	padding: 0;
	width: 100%;
	margin: 0 auto;
	height: 234px;
	background: rgb(39, 41, 60) url('../images/header_bg.png') top center repeat-y;
	border-bottom: 5px #ff9b39 solid;
}

.title-image .page-image {
	display: block !important;
	width: intrinsic !important;
	width: -moz-max-content !important;
	width: -webkit-max-content !important;
	height: auto;
	overflow: hidden !important;
}

.title-image img {
	display: inline-block !important;
	min-width: 100% !important;
}

/* SLIDER */

.views_slideshow_main {
	max-width: 1600px;
	min-width: 340px;
	max-height: 600px;
	height: auto;
	overflow: hidden;
}

.views-field-field-welcome-slide-image img {
	max-width: 100%;
	height: auto;
	border: 0;
}

.views_slideshow_controls_text_previous {
	display: inline-block;
	background: url('../images/if_previous.png') no-repeat;
	background-size: contain;
	position: absolute;
	width: 128px;
	max-width: 128px;
	height: 128px;
	font-size: 0;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 7;
	opacity: 0.2;
	transition: all ease-in-out 0.5s;
	display: none;
}

.views_slideshow_controls_text_previous:hover {
	cursor: pointer;
	opacity: 0.8;
}

.views_slideshow_controls_text_next {
	display: inline-block;
	background: url('../images/if_next.png') no-repeat;
	position: absolute;
	width: 128px;
	height: 128px;
	font-size: 0;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 20;
	opacity: 0.2;
	transition: all ease-in-out 0.5s;
	display: none;
}

.views_slideshow_controls_text_next:hover {
	cursor: pointer;
	opacity: 0.8;
}

.views_slideshow_controls_text_pause {
	display: none;
}

/* INFO BLOCK */


.important-info-block {
	margin: 4em 1.6em
}

.important-info-block h2 a {
	font: 1.2em Georgia;
	letter-spacing: 1px;
	color: rgb(120, 130, 140);
	text-transform: uppercase;
	text-decoration: none;
}

.important-info-block h2 a:hover {
	border-bottom: solid 1px rgb(120, 130, 140);
}

.important-info-block article {
	padding: 0 2em 0;
}

.important-info-block article .page-block {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

ul.links.inline {
	list-style-type: none;
	padding-left: 0;
	margin-top: 3em;
}

.schedule-link {
	list-style-type: none;
	padding-left: 0;
}

.sidebar .schedule-link {
	margin-bottom: 3em;
}

ul.links.inline a,
ul.links.inline a:visited,
.schedule-link a,
.schedule-link a:visited {
	display: inline-block;
	text-decoration: none;
	border: solid 1px #afb4b2;
	padding: 1em;
	color: #2c3442;
	transition: all ease-in-out 0.5s;
}

.more-link a {
	display: block;
	width: 9em;
	text-decoration: none;
	border: solid 1px #afb4b2;
	padding: 1em;
	color: #2c3442;
	transition: all ease-in-out 0.5s;
	margin: 2em auto;

}

ul.links.inline a:hover,
ul.links.inline a:active,
.schedule-link a:hover,
.schedule-link a:active {
	color: #fff;
	background-color: #afb4b2;
}

.more-link a:hover {
	color: #fff;
	background-color: #afb4b2;

}

#block-tzar-theme-branding {}

/* MAIN */

main.site-content {
	max-width: 1600px;
	min-width: 340px;
	margin: auto;
	height: auto;
	min-height: 100%;

}

.site-content:after {
	content: ".";
	display: block;

}

.site-footer,
.site-content:after {
	min-height: 300px;
}

.site-footer {
	margin-top: -300px;
}

.contentinfo {
	font-size: .8em;
	font-style: italic;
	color: rgb(29, 92, 36);
}

/* PAGE */

.page-block {
	/*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	flex-direction: column;*/
	display: block;
	width: 100%;
	height: 100%;
}

/*.page-block .quickedit-field {
	-webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}*/

.page-block .publication-date {
	/*-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;*/
	padding-left: 0 !important;
}

.page-block .column1 {
	flex: 1 0;
}

.page-block .sidebar-right {
	flex: 0 0 400px;
	margin-left: 4em;

}

.event-dates {
	margin-bottom: 2em;
	margin-top: -1em;
	font-size: 1.1em;
}

.date-divider {
	display: none;
}

/* BANNER */

.banner-block {
	position: relative;
	opacity: 1;
	transition: opacity ease-in-out .5s;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	margin-bottom: 3em;
}

.banner-block:hover {
	opacity: .7;
}

.banner-full .banner-info-block {
	display: block;
	width: 100%;
	height: auto;
	background-color: rgba(255, 255, 255, .8);
	padding: 0 55px;
	color: rgb(42, 50, 65);
	font-family: Georgia;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 1px;
	position: absolute;
	top: 76%;
	left: 0;
	z-index: 20;

}

.banner-title {
	margin: 1.5em .8em 1.5em;
}

.welcome-banner img {
	max-width: 100%;
	height: auto;
	border: 0;
}

/* NEWS */

#block-views-block-last-news-block-1>h2 {
	display: inline-block;
	margin: 2em 4.1em auto;
	font-family: Tahoma, sans-serif;
}

.mainpage-main-info .row-1 {
	padding: 0 3em 3em;
	margin: auto auto;
	clear: both;

}

.mainpage-main-info .row-1:first-child {
	margin-left: 0;
}

#block-views-block-last-news-block-1 ul.links {
	display: none;
}

#block-views-block-last-news-block-1 footer {
	width: auto;
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid rgb(187, 191, 195);
	text-align: center;
	color: rgb(44, 52, 66);
}


#block-views-block-last-news-block-1 footer a,
#block-views-block-last-news-block-1 footer a:visited {
	display: inline-block;
	font-size: 1.4em;
	text-decoration: none;
	border: solid 1px rgb(175, 180, 178);
	padding: 1em;
	margin-bottom: 3em;
	color: rgb(44, 52, 66);
	transition: all ease-in-out .5s;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

#block-views-block-last-news-block-1 footer a:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(175, 180, 178);
}

.cols-3 .news_item .thumbnail {
	width: 100%;
	padding-top: 66%;
	overflow: hidden;
	position: relative;
}

.cols-3 .news_item .thumbnail img {
	display: block;
	min-width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
}

/* IMAGE BLOCKS MENU */

.mainpaige-huge-blocks .row-1 {
	margin: auto;
}

.mainpaige-huge-blocks article {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 92%;
	margin: 0 auto;
	transition: opacity ease-in-out .5s;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
}

.mainpaige-huge-blocks article:hover {
	opacity: .7;
}

.mainpaige-huge-blocks h2 {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	margin-top: -5px;
}

.mainpaige-huge-blocks h2 a,
.mainpaige-huge-blocks h2 a:active {
	display: inline-block;
	width: 100%;
	padding: 1em 2em;
	color: rgb(42, 50, 65);
	background-color: rgb(232, 232, 232);
}

.mainpaige-huge-blocks a:hover {
	border: 0;
}

.mainpaige-huge-blocks img {
	min-width: 100%;
	height: auto;
	border: 0;
}


/* FIRST FOOTER */

.contacts_address {
	/*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;*/
	display: block;
	width: 100%;
	margin: 3em 5em 10em;
	height: 100%;
}

.ca_col2,
.ca_col1 {
	display: inline-block;
	width: 49%;
	height: 100%;
	vertical-align: top;
	padding-left: 1em;
}

.contacts-below {
	margin: 2em 3.2em;
	font-size: 1.2em;
	color: rgb(42, 50, 65);
}

/* BOTTOM BLOCK */

.bottom-block {
	display: table-caption;
	caption-side: bottom;
	width: 100%;
	max-width: 1600px;
	height: 100%;
}

.bottom-block>div {
	width: 100%;
}

.related-bottom {
	width: 100%;
	border-top: solid 1px rgb(188, 193, 196);
	margin-top: 3em !important;
	padding-top: 4em !important;
	padding-bottom: 4em;
}

.four-blocks-row.parks-bottom {
	padding: 0;
}

.four-blocks-row.parks-bottom .views-view-grid.cols-4 {
	margin: 0;
}

.four-blocks-row.parks-bottom article {
	padding: 0 2em 0 0;
}

.related-bottom .wrapper {
	margin: 0 3.2em;
}


/* LINKS BLOCK */

.block-more {
	margin: 2em 0 6em;
}

.block-more a,
.block-more a:visited {
	text-decoration: none;
	border: solid 1px rgb(175, 180, 178);
	padding: 1em;
	color: rgb(44, 52, 66);
	transition: all ease-in-out 0.5s;
	display: block;
	width: 7.5em;
	font-size: 1em;
	margin: 0 auto 3em;
}

.block-more a:hover,
.block-more a:active {
	text-decoration: none;
	color: rgb(255, 255, 255);
	background-color: rgb(175, 180, 178);
}


/* FOOTER */

.site-footer {
	width: 100%;
	background-color: #2a3241;
	padding: 25px;
}

footer ul {
	list-style-type: none;
	padding-left: 0;
}

footer .footer-content {
	/*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;*/
	display: table;
	width: 100%;
	line-height: 20px;
}

footer .footer-column {
	/*display: block;
	float: left;*/
	width: 33%;
	display: table-cell;
	vertical-align: top;
	/*-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	-moz-box-flex: 0;
	flex: 1 1 auto;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;*/
	margin-left: 1em;
}

footer .column-first ul,
.column-second ul {
	margin-left: 4em;
}

footer .column-third {
	/*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;*/
}

footer .column-third ul {
	margin-top: 2em;
}

footer .footer-rules {
	padding: 0;
}

footer .footer-info-block {
	width: 100%;
	margin-top: 2em;
}

#block-ssylkanakopirait {
	margin: 4em;
}

#block-ssylkanakopirait p,
#block-ssylkanakopirait a {
	color: #eee;
	font-size: 1em;
}

#block-ssylkanakopirait a {
	padding-left: 1.3em;
}

#block-pereklucatelversiidlaslabovidasih-2 {
	display: none;
}

/* GRID LISTS */

.views-view-grid.cols-4 {
	margin: 0 2.4em;
}

.grid-list-row {
	width: 100%;
	/*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	 -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;*/
}

.grid-list-col {
	width: 25%;
	margin-bottom: -2em;
	display: block;
	float: left;
}

#block-views-block-tekusie-proekty-block-1 h2,
#block-views-block-zaversennye-proekty-block-1 h2 {
	height: 100% !important;
}

.grid-list-col article {
	width: 100%;
	height: 100%;
	/*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;*/
	display: block;
	padding: 0 1em 0 0;
	margin: 2em .5em 2em 0;
}

.friendsclub-collections .grid-list-col article {
	padding: 0 2em 0 0;
}

.friendsclub-collections .cols-3 {
	margin-left: 2em;
}

.grid-list-col article h2 {
	font-family: Geneva, Tahoma;
	font-size: 1.2em;

}

.grid-list-col article h2 a {
	color: rgb(42, 50, 65);
}

.grid-list-col article>a:hover {
	border-bottom: none;
}

.grid-list-col .page-block {
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.grid-list-col .thumbnail {
	width: 100%;
	padding-top: 50%;
	overflow: hidden;
	position: relative;
}

.grid-list-col .thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
}

.grid-list-col .inline {}

.collections-main {
	padding: 0 3em;
}

/* CHRONOGRAPH */

li.chronograph-item {
	list-style-type: none;
	padding-left: 2.5em;
	margin-bottom: 3em;
}

.sidebar.chronograph-form {
	padding: 4em 2em !important;
}

.chronograph-form .choose-date-fields .form-item {
	display: inline-block;
}

.chronograph-form .choose-date-fields {
	margin-bottom: 1em;
}

.chronograph-form .disclaimer {
	margin-top: 2em;
	color: #afb4b2;
}

.chronograph-form .note {
	display: none;
}

.chronograph-form .choose-date-fields .form-select {
	text-transform: uppercase;
	font-family: Tahoma;
	font-size: 1.1em;
	letter-spacing: 1px;
	padding: 10px 5px 10px 15px;
}

.chronograph-form input.button {
	display: none;
}

.chronograph-list .new-style:before {
	content: '(';
}

.chronograph-list .new-style:after {
	content: 'по новому стилю)';
}

/* DISABLED */

.disabled-page .related-bottom {
	border-top: none;
	margin: 0 0 3em !important;
	padding: 0 !important;
}

.disabled-page .grid-list-col article h2 {
	font-size: 1em;
	font-family: Georgia;
}

.disabled-wrapper {
	width: 100%;
	display: block;
	margin: 2em 2.8em 4em;
	padding-right: 4.8em;
}

.disabled-wrapper .text {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	padding-right: 2em;
	text-align: justify;
}

.disabled-wrapper .text h3 {
	font: normal 1.4em Tahoma;
	text-transform: uppercase;
	margin: 0;
}

.disabled-wrapper .wheel-map {
	display: inline-block;
	width: 50%;
}

.disabled-wrapper .wheel-map img {
	width: 100%;
}

.disabled-page h3 {
	font-family: Tahoma;
	text-transform: uppercase;
	font-weight: lighter;
	color: #2a3241;
	margin: 2em 2em 0;
}

.disabled-page footer a {
	font-size: 1em;
}

.disabled-page footer a:hover {
	text-decoration: none;
}

/* CONCERTS */

h3.month-title {
	display: block;
	padding-bottom: 1em;
	margin: 1.8em;
	color: #2b3341;
	border-bottom: solid 1px #ccc;
	font-size: 1.6em;
	font-weight: normal;
}

h3.month-title:first-letter {
	text-transform: uppercase;
}

.concerts article {
	width: 100%;
	vertical-align: top;
	margin-bottom: 2em;
}

.concerts article>div {
	display: inline-block;
}

.concerts article h2 {
	margin-top: 0;
	font-family: Tahoma;
}

.concerts article h2 a,
.concerts article h2 a:visited {
	color: rgb(43, 51, 65);
}

.concerts article div:last-child {
	width: 70%;
	color: #aaa;
}

.concerts div.event-time {
	width: 30%;
	float: left;
}

.concerts .date {
	font-size: 1.2em;
	font-weight: bold;
}

.concerts-archive ul.links.inline,
.concerts-archive .time {
	display: none;
}

.concerts-archive div.event-time {
	width: 15%;
	float: left;
}

.concerts-archive article h2 {
	margin-bottom: 0;
	font-size: 1.2em;
}

.concerts-archive article div:last-child {
	color: #2a3241;
}

.concerts .date {
	font-weight: normal;
}

/* CONTACT FORM */

.contact-message-feedback-form {
	margin-left: 3em;
}

.contact-message-feedback-form label[for=edit-message-0-value] {
	display: none;
}

.contact-message-feedback-form input.form-text {
	width: 85%;
}

.contact-message-feedback-form textarea {
	width: 100%;
	margin: 3em;
}

.contact-message-feedback-form .form-item {
	margin-bottom: 1em;
}

#block-formapoiska-center {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: rgba(38, 46, 61, 0.85);
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

#block-formapoiska-center.show {}

.block-formapoiska__close {
	position: absolute;
	right: 0px;
	top: 0px;
}

.block-formapoiska__close span {
	margin: 20px;
	display: inline-block;
	cursor: pointer;
	transition: .3s;
}

.block-formapoiska__close span:hover {
	opacity: 0.8;
}

.block-formapoiska__center {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	height: 100%;
}

.block-formapoiska__center form {
	display: flex;
	max-width: 500px;
	margin: 0 auto;
	padding: 20px;
}

.block-formapoiska__center form input.form-search {
	padding: 5px 10px;
	border: 0;
	border-radius: 5px 0 0 5px;
	min-width: 400px;
	width: 100%;
	font-size: 18px;
}

.block-formapoiska__center form input.form-submit {
	padding: 5px 10px;
	border: 0;
	font-size: 18px;
	border-radius: 0 5px 5px 0;
	background-color: #ff9b39;
	color: #fff;
	font-weight: bold;
}

.block-formapoiska__search-icon {
	margin-left: 40px;
}

#block-knopkisocseteyverkh {
	position: absolute;
	top: 0px;
	right: 20px;
}

#block-knopkisocseteyverkh .body ul {
	display: flex;
	color: #f9f9f9;
}

#block-knopkisocseteyverkh .body ul li {
	list-style: none;
	color: #f9f9f9;
	margin: 0 10px;
}

#block-knopkisocseteyverkh .body ul li a {
	font-size: 0;
}

#block-knopkisocseteyverkh .body ul li a:before {
	display: inline-block;
	width: 24px;
	height: 24px;
	content: ' ';
	background-position: center center;
	background-repeat: no-repeat;
	transition: all .5s;
}
#block-knopkisocseteyverkh .body ul li a:hover {
	opacity: 0.85;
}

#block-knopkisocseteyverkh .body ul li.vk a:before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='100%' height='100%' version='1.1' viewBox='0 0 12.7 12.7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.2144 9.9601h0.75399s0.22791-0.02593 0.34441-0.15249c0.1063-0.1162 0.10276-0.33444 0.10276-0.33444s-0.016498-1.0241 0.45578-1.1749c0.46271-0.14896 1.0573 0.98947 1.688 1.4279 0.47635 0.33093 0.83967 0.25815 0.83967 0.25815l1.6862-0.02428s0.88252-0.05539 0.4644-0.75548c-0.03417-0.05727-0.24333-0.51814-1.2527-1.466-1.0573-0.99122-0.91506-0.83182 0.35813-2.5473 0.77631-1.045 1.0848-1.6826 0.98879-1.9565-0.09263-0.2599-0.66321-0.19067-0.66321-0.19067l-1.9003 0.0094s-0.14047-0.01886-0.24507 0.04337c-0.10276 0.06246-0.16805 0.20623-0.16805 0.20623s-0.29989 0.80924-0.70087 1.4972c-0.84485 1.4522-1.1824 1.5284-1.3212 1.4383-0.32214-0.20976-0.24158-0.84391-0.24158-1.2945 0-1.4071 0.21071-1.9928-0.41133-2.1453-0.20552-0.0502-0.35813-0.0832-0.88593-0.08838-0.67685-0.0071-1.2509 0.0017-1.5748 0.16286-0.21424 0.10747-0.38045 0.34486-0.27929 0.3587 0.12515 0.0165 0.40951 0.07801 0.5603 0.2842 0.19374 0.26689 0.18855 0.86816 0.18855 0.86816s0.11148 1.6549-0.26048 1.8611c-0.2553 0.1405-0.60657-0.14728-1.3606-1.4642-0.38556-0.67412-0.67688-1.4193-0.67688-1.4193s-0.056565-0.13858-0.15603-0.21306c-0.12162-0.09003-0.29131-0.1195-0.29131-0.1195l-1.8062 0.01414s-0.27074 0.0071-0.37013 0.12657c-0.08909 0.10559-0.0071 0.32402-0.0071 0.32402s1.412 3.341 3.0108 5.0236c1.4652 1.544 3.1308 1.4434 3.1308 1.4434z' clip-rule='evenodd' fill-rule='evenodd' style='fill:%23f2f2f2;stroke-width:.62359'/%3E%3C/svg%3E");
}

#block-knopkisocseteyverkh .body ul li.ok a:before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='100%' height='100%' version='1.1' viewBox='0 0 12.7 12.7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='st0' d='m6.3538 6.5201c1.5057-4.858e-4 2.7254-1.2216 2.7249-2.7269-4.85e-4 -1.5057-1.2216-2.7254-2.7269-2.7249-1.5053 4.865e-4 -2.7254 1.2216-2.7249 2.7269 0.00194 1.5048 1.2221 2.7239 2.7269 2.7249m0-3.8537c0.62367 0 1.1293 0.50564 1.1293 1.1293s-0.50564 1.1288-1.1293 1.1288-1.1293-0.50564-1.1293-1.1293c9.734e-4 -0.62319 0.50613-1.1283 1.1293-1.1288zm1.1021 6.0779c0.56101-0.12726 1.0963-0.34924 1.5835-0.65573 0.37109-0.23946 0.47795-0.73393 0.23849-1.105-0.23558-0.36527-0.72033-0.47553-1.0905-0.24772-1.1225 0.70187-2.5476 0.70187-3.6701 0-0.37255-0.23363-0.86459-0.12192-1.0992 0.25015-0.23558 0.37255-0.12483 0.86605 0.24821 1.1016 4.865e-4 0 9.734e-4 4.865e-4 9.734e-4 4.865e-4 0.4867 0.30601 1.022 0.52798 1.5825 0.65573l-1.5242 1.5242c-0.30358 0.32058-0.28949 0.8267 0.031572 1.1303 0.30844 0.29144 0.79028 0.29144 1.0987 0l1.497-1.498 1.498 1.498c0.31184 0.31135 0.8165 0.31135 1.1283 0 0.31135-0.31184 0.31135-0.8165 0-1.1283z' style='fill:%23f9f9f9;stroke-width:.0048572'/%3E%3C/svg%3E");

}

#block-knopkisocseteyverkh .body ul li.tg a:before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='100%' height='100%' version='1.1' viewBox='0 0 12.7 12.7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.0058 10.418c0.13396 0.09485 0.3066 0.11856 0.46051 0.06032 0.15393-0.05866 0.26708-0.19011 0.30119-0.34944 0.36151-1.699 1.2384-5.9992 1.5675-7.5446 0.02495-0.11648-0.01663-0.23754-0.10816-0.31533-0.09152-0.077793-0.2184-0.10026-0.33156-0.058241-1.7443 0.64564-7.1162 2.6612-9.3118 3.4736-0.13936 0.051584-0.23005 0.18554-0.22547 0.33239 0.00498 0.14727 0.104 0.27498 0.24669 0.31783 0.98468 0.29453 2.2772 0.70429 2.2772 0.70429s0.60404 1.8242 0.91895 2.7519c0.03952 0.11648 0.13062 0.208 0.25085 0.23962 0.11981 0.0312 0.24794-0.0017 0.33738-0.08611 0.50586-0.47757 1.2879-1.216 1.2879-1.216s1.486 1.0895 2.3288 1.6898zm-4.5802-3.6097 0.69847 2.3038 0.15517-1.4589s2.6986-2.434 4.237-3.8214c0.04494-0.040768 0.05116-0.10899 0.01368-0.15683-0.037029-0.04784-0.10525-0.059072-0.15641-0.026624-1.783 1.1386-4.9479 3.16-4.9479 3.16z' style='clip-rule:evenodd;fill-rule:evenodd;fill:%23f9f9f9;stroke-linejoin:round;stroke-miterlimit:1.4142;stroke-width:.416'/%3E%3C/svg%3E");	
}