
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
sup {
	font-size: 65%;
	vertical-align: .5em;
	padding: 0 .25em;
}
sub {
	font-size: 65%;
	vertical-align: -.5em;
	padding: 0 .25em;
}
a {
	cursor: pointer;
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button{
    display: none;
}
input[type="text"]:not([disabled]),input[type="email"]:not([disabled]),input[type="phone"]:not([disabled]),textarea {
    -webkit-touch-callout: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
}
select {
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
    font: normal 400 .938rem/1 'Roboto', Tahoma, Arial, sans-serif;
}

.alignright {
	float: right;
	margin: 0 0 2em 2em;
}
.alignleft {
	float: left;
	margin: 0 2em 2em 0;
}
.aligncenter, .aligncenter img {
	display: block;
	margin: 0 auto;
}
.aligncenter img, .alignright img, .alignleft img {
	margin-bottom: .75em;
	display: block;
}
@media (min-width:768px) {
    img.alignleft, img.alignright {
        max-width: 50%;
    }
}
.clear {
	clear: both;
}
.hdn {
	display: none;
}
.clearfix:after, section:after {
	content: "";
	display: table;
	clear: both;
}
form, input, textarea, button {
	font: normal 400 .875rem/1.42 'Roboto', Tahoma, Arial, sans-serif;
	border: 0;
	padding: 0;
	background: transparent;
}
form, input[type="text"], input[type="phone"], input[type="email"], input[type="password"], textarea {
	width: 100%;
}
button {
	font-size: 100%;
}
input, textarea {
	-webkit-writing-mode: horizontal-tb;
}
textarea {
	resize: vertical;
}
input[type=submit], input[type=button], button {
	cursor: pointer;
}
.col25, .col33, .col66, .col75, .col50 {
	display: inline-block;
	vertical-align: top;
	margin-left: -4px;
}
.col25 {
	width: 22%;
	margin-right: 4%;
}
.col33 {
	width: 30.66%;
	margin-right: 4%;
}
.col50 {
	width: 48%;
	margin-right: 4%;
}
.col66 {
	width: 65.33%;
	margin-right: 4%;
}
.col75 {
	width: 74%;
	margin-right: 4%;
}
.col75:first-child, .col25:first-child, .col66:first-child, .col33:first-child {
	margin-left: 0;
}
.col25:nth-child(4n+1), .col33:nth-child(3n+1), .col50:nth-child(2n+1) {
	margin-left: 0;
}
.col25:nth-child(4n), .col33:nth-child(3n), .col50:nth-child(2n) {
	margin-right: 0;
}
.col75 + .col25, .col25 + .col75, .col33 + .col66, .col66 + .col33 {
	margin-right: 0;
}
.icon {
	display: inline-block;
	overflow: hidden;
	text-indent: 6000em;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 70% 70%;
}

main .button:hover, main button:hover {
	background-color: #2773C3;
}
main .text .attrblock a:not(.button) {
    color: #fff;
}
main .text .alert {
    color: #144982;
    font-size: 110%;
    border: 2px solid #144982;
    border-width: 0 0 2px 0;
    margin-bottom: 30px;
    padding: 0 0 10px 2.5em;
    position: relative;
}
main .text .alert:before {
    content: "!";
    color: #fff;
    font-weight: 700;
    font-size: 125%;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    background-color: #144982;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.list-group .list-group-item {
	display: block;
	padding: 5px 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e0e0e0;
}
.pwrp {
	background-color: #fff;
	padding-bottom: 1px;
    
}

#desclimer {
	width: 80%;
	max-width: 800px;
	position: fixed;
	z-index: 200;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #2773C3;
	color: #fff;
	font-size: 150%;
	line-height: 1.1;
	padding: 80px 60px 60px;
}
#desclimer .pretext {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 80%;
    padding: 20px 10px;
    text-align: center;
    width: 100%;
    background-color: rgba(255,255,255,.2);
}
#desclimerWrp {
	position: fixed;
	z-index: 199;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}
#desclimer h1 {
	font-size: 500%;
	margin-bottom: 30px;
	text-align: center;
}
#desclimer p {
	margin-bottom: 1em;
	font-weight: 500;
}
#desclimer .buttons {
	text-align: center;
	margin: 90px 0 0 0;
}
#desclimer .button {
	color: #2773C3;
	background-color: #fff;
	font-size: 105%;
	font-weight: 500;
	padding: 10px 60px;
	text-transform: uppercase;
}

.inner_wrap {
	position: relative;
	width: 100%;
	max-width: 1280px;
	min-width: 320px;
	padding: 0 25px;
	margin: 0 auto;
}
.mfilter-content {
    border: 0 !important;
}
.common-home .mfilter-content {
	position: relative;
	width: 100%;
	max-width: 1280px;
	min-width: 280px;
	padding: 0 15px;
	margin: 0 auto;
}

.head_first_row {
	background-color: #144982;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2;
}
.head_first_row  .col33, .head_first_row  .col66 {
	vertical-align: middle;
}
.head_first_row  .col33 p {
	color: #fff;
	max-width: 15em;
	padding-left: 5px;
}
.head_first_row .col50 {
    position: absolute;
}
.head_first_row .col50 p {
    color: #fff;
    line-height: 1.2;
}
#userblock {
	text-align: right;
}
#userblock div {
	display: inline-block;
	vertical-align: top;
	margin-left: 16px;
	position: relative;
}
#userblock > div > a {
	font-size: 75%;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}
#userblock > div > a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 38px;
	height: 38px;
	border-radius: 38px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 70% 70%;
	background-color: #4DA6FC;
	margin-right: 6px;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}
#userblock > div > a:hover:before {
	background-color: #2773C3;
}
#userblock > div > a span {
	display: inline-block;
	vertical-align: middle;
	line-height: 14px;
	max-width: 6.5em;
	text-align: left;
}
#userblock > div > .eventbutton:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAyMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxwYXRoIGlkPSJMYXllcl8xLTIiIGQ9Ik0xNiAxOEgyVjdoMTR6bTAtMTZoLTFWMGgtMnYySDVWMEgzdjJIMmEyIDIgMCAwIDAtMiAydjE0YTIgMiAwIDAgMCAyIDJoMTRhMiAyIDAgMCAwIDItMlY0YTIgMiAwIDAgMC0yLTJ6bS0yIDdoLTJ2Mmgyem0tNCAwSDh2Mmgyek02IDlINHYyaDJ6IiBjbGFzcz0iY2xzLTEiIGRhdGEtbmFtZT0iTGF5ZXIgMSIvPjwvZz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 60% 60%;
}
#userblock.logged div ul {
	display: none;
}
#userblock.logged div.active ul {
	display: block;
	padding: 10px 20px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 44px;
	z-index: 199;
	text-align: left;
	width: 200%;
	border-radius: 3px;
	box-shadow: 0 7px 10px -3px rgba(0,0,0,.2);
}
#userblock.logged div.active ul:before {
	display: block;
	content:"";
	width: 8px;
	height: 8px;
	background-color: #fff;
	position: absolute;
	top: -4px;
	left: 15px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#userblock.logged div.active ul li {
	border-bottom: 1px solid #b0b0b0;
}
#userblock.logged div.active ul li:last-child {
	border: 0;
}
#userblock.logged div.active ul li a {
	color: #000;
	text-decoration: none;
	display: inline-block;
	padding: 10px 0;
}



#gmap {
	overflow:hidden;
	height:500px;
	width:100%;
	position: relative;
}
#gmap_canvas {
	height:500px;
	width:100%;
}
#gmap_canvas img {
	max-width:none!important;
	background:none!important
}
#gminfowrp {
	position: absolute;
	top: 55px;
	left: 12px;
	width: 25%;
	border: 1px solid #eee;
}
#gminfowrp > div {
	padding: 10px 20px;
	background-color: #fff;
	cursor: pointer;
	border-top: 1px solid #eee;
}
#gminfowrp > div:hover {
	background-color: #e7e7e7;
}
#gminfowrp > div.active, #gminfowrp > div.active:hover {
	background-color: #eee;
}
#gminfowrp > div:first-child {
	border: 0;
}
#gminfowrp > div strong {
	color: #2773C3;
}

main, section {
	margin-bottom: 45px;
}
section {
    margin-bottom: 15px;
}
section .col75:first-child {
	margin-left: 0;
	padding-right: 60px;
}
.common-home section.descr .col75:first-child {
	padding-right: 0;
	margin-bottom: 45px;
}
.common-home section.descr {
	margin-bottom: 0;
}
.common-home main {
	margin-bottom: 0;
}

main a:not(.button), .text a:not(.button) {
	text-decoration: none;
	color: #144982;
}
.text h1, .product-view h1 {
	font-size: 235%;/*266.66%;*/
	color: #144982;
	line-height: 1;
	font-weight: 300;
	margin-bottom: .5em;
}

main > .inner_wrap > h1 {
	color: #144982;
	font-size: 235%;/* 266.66%; */
	font-weight: 300;
	line-height: 1.1;
	margin-bottom: 30px;
}

.text h2 {
	font-size: 120%;
	color: #144982;
	line-height: 1.1;
	margin-bottom: .9em;
}
.text h3 {
	font-size: 110%;
	margin-bottom: 1em;
}
.text p, .text ul, .text ol, .text table {
	margin-bottom: 1em;
}
.text ul {
	margin-left: 1.25em;
}
.text ol {
	margin-left: 1.75em;
}
.text ul li, .text ol > li > ul  {
	list-style: disc;
}
.text ol, .text ul > li > ol {
	list-style: decimal;
}
.text li ul {
	margin-top: 1em;
}
.text li {
	margin-bottom: .5em;
}
.text table {
	border-collapse: collapse;
}
.text strong, .text b {
	font-weight: 500;
}
.text em, .text i {
	font-style: italic;
}
.text i.fa {
    font-style: normal;
}
.text:not(.tab-pane) .table-bordered {
	border: 1px solid #ccc;
	border-width: 0 0 1px 1px;
	width: 100%;
}
.text:not(.tab-pane) .table-bordered td, .text:not(.tab-pane) .table-bordered th {
	border: 1px solid #ccc;
	border-width: 1px 1px 0 0;
	padding: .3em .5em;
}
.text .linkicons {
    min-width: 100%;
}
.text .linkicons td {
    vertical-align: middle;
    padding: .5em 1em .5em 0;
    border-bottom: 1px dotted #ccc;
}
.text .linkicons img[src="/image/catalog/ico-pdf.png"] {
    height: 60px;
    width: 49px;
    max-width: none;
}

.col25 .text h2 {
	text-align: left;
}

.text .col25, .text .col33, .text .col50, .text .col66, .text .col75 {
	margin-bottom: 30px;
}

main .highlight {
	padding: 15px;
	background-color: #f5f5f5;
}
main input[type=text], main input[type=email], main input[type=phone], main input[type=tel], main input[type=password], textarea, #imcallask-form-container-popup input[type="text"], #eventForm input[type="text"], #eventForm input[type="email"] {
	border: 1px solid #ccc;
	padding: 5px 7px;
	background-color: #fff;
}
main .form-group, #imcallask-form-container-popup .form-group, #eventForm .form-group {
	margin: .5em 0;
}
main legend {
	font-size: 120%;
	color: #144982;
	line-height: 1.1;
	margin-bottom: .9em;
}
main .panel-body fieldset {
    margin-bottom: 1.5em;
}
main .button, main button {
	width: auto;
}
main .form-group.required, #imcallask-form-container-popup .form-group.required, #eventForm .form-group.required {
	position :relative;
}
main .form-group.required:before, #imcallask-form-container-popup .form-group.required:before, #eventForm .form-group.required:before {
	display: block;
	content: "*";
	position: absolute;
	left: -.65em;
	width: .5em;
}

main .hlist {
	margin-left: 0;
}
main .hlist > li {
	list-style: none;
}

.common-home section.product-list, .common-home section.newsline, .common-home section.eventsline {
	margin-bottom: 0;
}
/*
.common-home section.product-list, .common-home section.newsline {
	border-bottom: 1px solid #4DA6FC;
}
*/
.common-home section.product-list {
	padding-bottom: 20px;
}

@media (min-width:1360px) {
	.product-list .row.owl-carousel {
		margin: 0 -60px;
		width: calc(100% + 120px);
	}
}
.product-list .row.owl-carousel .owl-stage-outer {
    border: 1px solid #e0e0e0;
    border-width: 0 1px;
}
.product-list .row:not(.owl-carousel) {
	border: 1px solid #e0e0e0;
	border-width: 1px 0 0 1px;
}
.product-list .row .product-block {
	padding-bottom: 50px;
	position: relative;
	text-align: center;
}
.product-list .row:not(.owl-carousel) .product-block {
	display: inline-block;
	vertical-align: top;
	margin-right: 0;
	margin-left: -4px;
	margin-bottom: 0;
	width: 25%;
	border: 1px solid #e0e0e0;
	border-width: 0 1px 1px 0;
}
.product-list .row.owl-carousel .product-block {
	border: 1px solid #e0e0e0;
	border-width: 1px 1px 1px 0;
}
.product-list .row .product-block:hover {
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.col75 .product-list .row:not(.owl-carousel) .product-block {
	width: 33.33%;
}
.product-list .row:not(.owl-carousel) .product-block:nth-child(4n) {
	margin-right: 0;
}
.product-list .row:not(.owl-carousel) .product-block:nth-child(4n+1) {
	margin-left: 0;
}
.col75 .product-list .row:not(.owl-carousel) .product-block:nth-child(4n), .col75 .product-list .row:not(.owl-carousel) .product-block:nth-child(4n+1) {
	margin-right: 0;
	margin-left: -4px;
}
.col75 .product-list .row:not(.owl-carousel) .product-block:nth-child(3n) {
	margin-right: 0;
}
.col75 .product-list .row:not(.owl-carousel) .product-block:nth-child(3n+1) {
	margin-left: 0;
}
.product-block .image {
	position: relative;
	margin: 15px;
}
.product-block .image img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	cursor: pointer;
	overflow: hidden;
}
.product-block .image.mark span {
	display: block;    
	position: absolute;
	top: -15px;
	right: -15px;
	font-size: 36px;
	font-weight: 500;
	color: #fff;
	width: 115px;
	height: 115px;
	line-height: 90px;
	white-space: nowrap;
	border-radius: 0 0 0 100%;
	background-color: #f00;
	padding: 0 8px 0 0;
	text-align: right;
}
/*
.product-block .image.mark span:after {
	display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
	content: "%";
	line-height: 40px;
	font-size: 30px;
	font-weight: 500;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	color: #fff;
	background-color: #f00;
	border: 6px double #fff;
	text-align: center;
	transform: rotate(15deg); 
}
*/
.product-list .row .caption {
	position: relative;
	padding: 0 15px 4.75em;
}
.product-list .row .button-group, .product-list .row .price {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1em;
}
.product-list .row .heading a {
	text-decoration: none;
	color: #144982;
	font-size: 110%;
	line-height: 1.1;
}
.product-list .row .wine_ratings {
    font-size: 85%;
    margin: 15px 0;
}
.product-list .row .wine_ratings span {
    display: block;
    margin-bottom: .5em;
}
.product-list .row .price {
	font-size: 150%;
	color: #144982;
	font-weight: 700;
	line-height: 1.1;
	text-align: left;
	white-space: nowrap;
}
.product-list .row .price .price-old {
	color: #aaa;
	text-decoration: line-through;
	font-size: 60%;
	font-weight: 500;
	display: block;
	margin-bottom: .25em;
	text-align: right;
}

.owl-prev, .owl-next,body div .rsArrowLeft,body div .rsArrowRight {
	position: absolute;
	top: 0;
	height: 100%;
	width: 50px;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,.7);
	background-position: 50% 50%;
	background-size: 80% 80%;
	opacity: .5;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 6000em;
}
body div .rsArrowLeft,body div .rsArrowRight {
    opacity: .5 !important;
    transition: none !important;
    z-index: 111 !important;
}
.owl-prev,body div .rsArrowLeft {
	left: 0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ni42NyA0Ni42NyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtvcGFjaXR5OjAuNTQ7aXNvbGF0aW9uOmlzb2xhdGU7fS5jbHMtMntmaWxsLXJ1bGU6ZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PHBhdGggaWQ9IkxheWVyXzEtMiIgZD0iTTQ2LjY3IDIwLjQySDExLjA4TDI3LjQyIDQuMDggMjMuMzMgMCAwIDIzLjMzbDIzLjMzIDIzLjM0IDQuMDktNC4wOS0xNi4zNC0xNi4zM2gzNS41OXYtNS44M3oiIGNsYXNzPSJjbHMtMSBjbHMtMiIgZGF0YS1uYW1lPSJMYXllciAxIi8+PC9nPjwvc3ZnPg==);
}
.owl-next,body div .rsArrowRight {
	right: 0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ni42NyA0Ni42NyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtvcGFjaXR5OjAuNTQ7aXNvbGF0aW9uOmlzb2xhdGU7fS5jbHMtMntmaWxsLXJ1bGU6ZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PHBhdGggaWQ9IkxheWVyXzEtMiIgZD0iTTIzLjMzIDBsLTQuMDggNC4wOCAxNi4zMyAxNi4zNEgwdjUuODNoMzUuNThMMTkuMjUgNDIuNThsNC4wOCA0LjA5IDIzLjM0LTIzLjM0TDIzLjMzIDB6IiBjbGFzcz0iY2xzLTEgY2xzLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSIvPjwvZz48L3N2Zz4=);
}
.owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover,
body div .rsArrowLeft:hover,body div .rsArrowRight:hover {
	opacity: 1;
}
.owl-prev.disabled, .owl-next.disabled {
	display: none;
}

.eventsline {
	margin-bottom: 30px;
}
.eventsline:after, .categoryline:after {
	display: block;
	content: "";
	height: 0;
	width: 100%;
	clear: both;
}
.eventsline .item {
	float: left;
	display: block;
	margin: 0;
	width: 50%; /* 33.33%; */
	border: 1px solid #fff;
/*    border-width: 0 0 1px 1px; */
    overflow: hidden;
}
.eventsline .owl-carousel .item {
	width: 100%;
}
.eventsline .item .image {
	width: 100%;
	padding-top: 75%; /* 56.25%; */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
}
.eventsline .item .image a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 5;
	background-color: rgba(23,38,46,.58);
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}
.eventsline .item .image a:hover {
    background-color: transparent;
}
.eventsline .item .image a span {
	width: 100%;
/*	height: 100%; */
	min-height: 2.1em;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: .5em;
	color: #fff;
	font-size: 250%; /*180%;*/
	line-height: 1.1;
	font-weight: 300;
	transition: 0.2s;
/*	text-transform: uppercase; */
	text-shadow: 1px 1px 0 rgba(0,0,0,.5);
}
.eventsline .owl-carousel .item .image a span {
	font-size: 180%;
}
.eventsline .item .image.report a span {
	padding: .5em .5em .5em 80px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgMzg4LjIiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojYWNlO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSI+PHBhdGggZD0iTTE0Ny45MiAxMzRINTQuODZhOC40NiA4LjQ2IDAgMSAwIDAgMTYuOTJoOTMuMDZhOC40NiA4LjQ2IDAgMSAwIDAtMTYuOTJ6TTMyNS42MSA5Mi44MUExMjQuNDkgMTI0LjQ5IDAgMSAwIDQ1MC4xIDIxNy4yOSAxMjQuNjMgMTI0LjYzIDAgMCAwIDMyNS42MSA5Mi44MXptMCAyMzIuMDdBMTA3LjU3IDEwNy41NyAwIDEgMSA0MzMuMTggMjE3LjNhMTA3LjY5IDEwNy42OSAwIDAgMS0xMDcuNTcgMTA3LjU3eiIgY2xhc3M9ImNscy0xIi8+PHBhdGggZD0iTTQ3Mi41OSA2MS44OWgtMzIuMzdMNDE0LjQxIDIwLjZBMzkuMzkgMzkuMzkgMCAwIDAgMzc5Ljc2IDBMMjcxLjQ1LjA1YTM5LjA3IDM5LjA3IDAgMCAwLTMzLjM5IDE4LjU1TDIxMSA2MS44OGgtNTQuODR2LTdhMjQgMjQgMCAwIDAtMjMuOTQtMjMuOTRoLTQ2LjRhMjQgMjQgMCAwIDAtMjMuOTMgMjMuOTN2N0gzOS40MUEzOS40NSAzOS40NSAwIDAgMCAwIDEwMS4yN1YzNDguOGEzOS40NiAzOS40NiAwIDAgMCAzOS40MSAzOS40aDQzMy4xOEEzOS40NiAzOS40NiAwIDAgMCA1MTIgMzQ4LjhWMTAxLjI3YTM5LjQ1IDM5LjQ1IDAgMCAwLTM5LjQxLTM5LjM4em0yMi40OCAyODYuOTFhMjIuNTEgMjIuNTEgMCAwIDEtMjIuNDkgMjIuNDlIMzkuNDFhMjIuNTEgMjIuNTEgMCAwIDEtMjIuNDktMjIuNDlWMTAxLjI3QTIyLjUxIDIyLjUxIDAgMCAxIDM5LjQxIDc4LjhoMzFhOC40NSA4LjQ1IDAgMCAwIDguNDYtOC40NlY1NC44N2E3IDcgMCAwIDEgNy03aDQ2LjRhNyA3IDAgMCAxIDcgN3YxNS40OGE4LjQ1IDguNDUgMCAwIDAgOC40NiA4LjQ2aDY4YTguNDcgOC40NyAwIDAgMCA3LjE3LTRsMjkuNTUtNDcuMjhhMjIuMjcgMjIuMjcgMCAwIDEgMTktMTAuNThsMTA4LjMtLjA1YTIyLjcyIDIyLjcyIDAgMCAxIDIwIDEyLjIxbDI4LjU1IDQ1LjdhOC40NyA4LjQ3IDAgMCAwIDcuMTcgNGgzNy4wNmEyMi41IDIyLjUgMCAwIDEgMjIuNDkgMjIuNDd6IiBjbGFzcz0iY2xzLTEiLz48L2c+PC9nPjwvc3ZnPg==) 20px 50% no-repeat;
	background-size: 40px 40px;
}
/*
.eventsline .item .image a:hover span {
	margin-left: -100%;
}
.eventsline .item .image a:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	margin-left: 100%;
	transition: 0.2s;
	background: rgba(23,38,46,.58) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgMzg4LjIiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojYWNlO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSI+PHBhdGggZD0iTTE0Ny45MiAxMzRINTQuODZhOC40NiA4LjQ2IDAgMSAwIDAgMTYuOTJoOTMuMDZhOC40NiA4LjQ2IDAgMSAwIDAtMTYuOTJ6TTMyNS42MSA5Mi44MUExMjQuNDkgMTI0LjQ5IDAgMSAwIDQ1MC4xIDIxNy4yOSAxMjQuNjMgMTI0LjYzIDAgMCAwIDMyNS42MSA5Mi44MXptMCAyMzIuMDdBMTA3LjU3IDEwNy41NyAwIDEgMSA0MzMuMTggMjE3LjNhMTA3LjY5IDEwNy42OSAwIDAgMS0xMDcuNTcgMTA3LjU3eiIgY2xhc3M9ImNscy0xIi8+PHBhdGggZD0iTTQ3Mi41OSA2MS44OWgtMzIuMzdMNDE0LjQxIDIwLjZBMzkuMzkgMzkuMzkgMCAwIDAgMzc5Ljc2IDBMMjcxLjQ1LjA1YTM5LjA3IDM5LjA3IDAgMCAwLTMzLjM5IDE4LjU1TDIxMSA2MS44OGgtNTQuODR2LTdhMjQgMjQgMCAwIDAtMjMuOTQtMjMuOTRoLTQ2LjRhMjQgMjQgMCAwIDAtMjMuOTMgMjMuOTN2N0gzOS40MUEzOS40NSAzOS40NSAwIDAgMCAwIDEwMS4yN1YzNDguOGEzOS40NiAzOS40NiAwIDAgMCAzOS40MSAzOS40aDQzMy4xOEEzOS40NiAzOS40NiAwIDAgMCA1MTIgMzQ4LjhWMTAxLjI3YTM5LjQ1IDM5LjQ1IDAgMCAwLTM5LjQxLTM5LjM4em0yMi40OCAyODYuOTFhMjIuNTEgMjIuNTEgMCAwIDEtMjIuNDkgMjIuNDlIMzkuNDFhMjIuNTEgMjIuNTEgMCAwIDEtMjIuNDktMjIuNDlWMTAxLjI3QTIyLjUxIDIyLjUxIDAgMCAxIDM5LjQxIDc4LjhoMzFhOC40NSA4LjQ1IDAgMCAwIDguNDYtOC40NlY1NC44N2E3IDcgMCAwIDEgNy03aDQ2LjRhNyA3IDAgMCAxIDcgN3YxNS40OGE4LjQ1IDguNDUgMCAwIDAgOC40NiA4LjQ2aDY4YTguNDcgOC40NyAwIDAgMCA3LjE3LTRsMjkuNTUtNDcuMjhhMjIuMjcgMjIuMjcgMCAwIDEgMTktMTAuNThsMTA4LjMtLjA1YTIyLjcyIDIyLjcyIDAgMCAxIDIwIDEyLjIxbDI4LjU1IDQ1LjdhOC40NyA4LjQ3IDAgMCAwIDcuMTcgNGgzNy4wNmEyMi41IDIyLjUgMCAwIDEgMjIuNDkgMjIuNDd6IiBjbGFzcz0iY2xzLTEiLz48L2c+PC9nPjwvc3ZnPg==) 50% 50% no-repeat;
	background-size: 40% 40%;
	z-index: -1;
}
.eventsline .item .image a:hover:after {
	margin-left: 0;
}
*/
.eventsline .date {
	display: block;
	color: #2773C3;
	font-weight: 500;
	text-transform: lowercase;
	font-size: 118%;
	line-height: 1;
	padding: 0 10px 10px 10px;
}
.event .pubdate {
	display: inline-block;
	font-size: 118%;
	font-weight: 500;
	line-height: 1;
	text-transform: lowercase;
	color: #fff;
	background-color: #2773C3;
	min-width: 60%;
	margin-bottom: 10px;
	padding: 3px 10px 10px 10px;
}
.eventsline .date .month, .event .pubdate .month {
	display: inline-block;
	vertical-align: bottom;
	text-align: left;
	line-height: 1.1;
}
.eventsline .date .month:after, .event .pubdate .month:after {
	content: attr(data-eng);
	display: block;
}
.eventsline .date .datenum, .event .pubdate .datenum {
	font-size: 333%;
	display: inline-block;
	vertical-align: bottom;
	margin-right: .15em;
	margin-bottom: -.12em;
}
.event .pubdate .datenum {
	color: #acd3fa;
}
.eventsline .heading {
	font-size: 115%;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	padding: .5em;
}
.eventsline .artDesc {
/*	padding: 0 .75em; */
}

.newsline:after {
	display: block;
	content: "";
	height: 0;
	width: 100%;
	clear: both;
}
.newsline .item {
	display: block;
	float: left;
	width: 50%; /*33.33%;*/
	margin: 0;
	border: 1px solid #fff;
/*	border-width: 0 1px 1px 0;*/
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
.newsline .owl-carousel .item {
	width: 100%;
	float: none;
/*	margin: 0 0 30px 0;*/
}

/*
.newsline .item p {
	margin-bottom: .5em;
}
.newsline .item .heading {
	font-size: 115%;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: .5em;
}
.newsline .item p.date {
	font-size: 90%;
	color: #fff;
	margin-bottom: .75em;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
    text-transform: lowercase;
    font-size: 118%;
    line-height: 1;
    text-align: right;
    padding: 3px 10px 10px 10px;
	margin: 0;
	text-shadow: 1px 1px 0 rgba(0,0,0,.5);
	background-color: rgba(255,255,255,.4);
}
.newsline .date .datenum {
    font-size: 333%;
    display: inline-block;
    vertical-align: bottom;
    margin-right: .15em;
    margin-bottom: -.12em;
}
.newsline .date .month {
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    line-height: 1.1;
    font-weight: 500;
}
.newsline .date .month:after {
    content: attr(data-eng);
    display: block;
}
.newsline .image {
	margin-bottom: .75em;
	padding-top: 75%;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	position: relative;
}
.newsline .image a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: .5em;
	text-shadow: 1px 1px 0 rgba(0,0,0,.5);
	color: #fff;
    line-height: 1.1;
    font-weight: 300;
    font-size: 220%;
	text-decoration: none;
    background-color: rgba(0,0,0,.2);
}
.newsline .item .artDesc {
	padding: 0 15px 30px 15px;
}
.common-home .newsline .item .artDesc {
	padding-bottom: 0;
}
.newsline .item .artDesc + a {
	padding: 0 15px;
	color: #144982;
	text-decoration: none;
}
*/

.newsline .image {
	padding: 1.5em 1.5em 2.5em;
	font-weight: 500;
	text-shadow: 1px 1px 0 rgba(0,0,0,.5);
	color: #fff;
	background-color: rgba(23,38,46,.58);
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	cursor: pointer;
}
.row.newsline .image {
	min-height: 450px;
}
.newsline .image:hover {
	background-color: transparent;
}
.newsline .item p.date {
    text-transform: lowercase;
    line-height: 1;
	font-size: 115%;
    margin-bottom: 2.5em;
}
.newsline .image a {
	display: block;
	color: #fff;
    font-weight: 300;
    font-size: 250%;
	text-decoration: none;
	line-height: 1;
	margin-bottom: 1em;
}
.newsline .item .artDesc {
	font-size: 115%;
}
body:not(.common-home) .newsline .item:first-child .artDesc {
    max-width: 60%;
}

.categoryline {
	margin-bottom: 30px;
}

.categoryline.closed {
    border-bottom: 1px dashed #144982;
    cursor: pointer;
    position: relative;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS43NCAxMC4xNyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiMyNzczYzM7c3Ryb2tlLXdpZHRoOjJweDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PHBhdGggaWQ9IkxheWVyXzEtMiIgZD0iTS43NS42N2w3LjEyIDcuOTlMMTUgLjY3IiBjbGFzcz0iY2xzLTEiIGRhdGEtbmFtZT0iTGF5ZXIgMSIvPjwvZz48L3N2Zz4=) 100% 50% no-repeat;
    background-size: 20px 15px;
}
.categoryline .closer {
    border-bottom: 1px dashed #144982;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTg1IiBoZWlnaHQ9IjM3OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZWV0Ij4KIDxtZXRhZGF0YT5DcmVhdGVkIGJ5IHBvdHJhY2UgMS4xNSwgd3JpdHRlbiBieSBQZXRlciBTZWxpbmdlciAyMDAxLTIwMTc8L21ldGFkYXRhPgoKIDxnPgogIDx0aXRsZT5iYWNrZ3JvdW5kPC90aXRsZT4KICA8cmVjdCBmaWxsPSJub25lIiBpZD0iY2FudmFzX2JhY2tncm91bmQiIGhlaWdodD0iNDAyIiB3aWR0aD0iNTgyIiB5PSItMSIgeD0iLTEiLz4KIDwvZz4KIDxnPgogIDx0aXRsZT5MYXllciAxPC90aXRsZT4KICA8ZyBpZD0ic3ZnXzEiIGZpbGw9IiMwMDAwMDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsMzc4KSBzY2FsZSgwLjEwMDAwMDAwMTQ5MDExNjEyLC0wLjEwMDAwMDAwMTQ5MDExNjEyKSAiPgogICA8cGF0aCBmaWxsPSIjMjc3M2MzIiBpZD0ic3ZnXzIiIGQ9Im0xNDY0LDIxNDljLTgwMSwtODk4IC0xNDU4LC0xNjM5IC0xNDYwLC0xNjQ4Yy0yLC0xMSA4OSwtOTggMjY3LC0yNTZjMTQ5LC0xMzIgMjc0LC0yNDEgMjc4LC0yNDNjNCwtMSA1NDAsNTk0IDExOTEsMTMyM2wxMTg0LDEzMjZsMzEsLTMzYzE4LC0xOCA1NTEsLTYxNSAxMTg0LC0xMzI1YzYzMywtNzExIDExNTQsLTEyOTMgMTE1NywtMTI5M2MxMSwwIDU1NCw0OTQgNTUyLDUwMWMtNCwxMCAtMjkwNiwzMjY3IC0yOTE4LDMyNzRjLTUsMyAtNjY0LC03MjkgLTE0NjYsLTE2MjZ6Ii8+CiAgPC9nPgogPC9nPgo8L3N2Zz4=) 100% 50% no-repeat;
    background-size: 20px 15px;
}

.categoryline.closed .row {
    display: none;
}
.categoryline.closed:before, .categoryline .closer a {
    display: block;
    font-size: 133%;
    font-weight: 400;
    line-height: 1.8;
    color: #144982;
}
.categoryline.closed:before {
    content: "Ð¢ÐµÐ¼Ð°Ñ‚Ð¸Ñ‡ÐµÑÐºÐ¸Ðµ Ð¿Ð¾Ð´Ð±Ð¾Ñ€ÐºÐ¸";
}

.categoryline .item {
    width: 100%;
    
}
.categoryline .item .image {
    width: 100%;
    max-width: 308px;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.categoryline .item .image a {
    display: block;
    position: relative;
    width: 100%;
    height: 494px;
    text-decoration: none;
    background-color: rgba(23,38,46,.35);
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}
.home-common .categoryline .item .image a {
    height: 407px;
}
.categoryline .item .image a:hover {
    background-color: transparent;
}
.categoryline .item .image a span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 166%;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0,0,0,.5);
}

.categoryline .row:not(.owl-carousel) {
    line-height: 1;
}
.categoryline .row:not(.owl-carousel) .item {
    width: 302px;
    display: inline-block;
    margin-left: -4px;
    padding-right: 2px;
}
.categoryline .row:not(.owl-carousel) .item:nth-child(3n-2) {
    margin-left:0;
}
.categoryline .row:not(.owl-carousel) .item:nth-child(3n) {
    margin-left: -3px;
    padding-right: 0;
}

.catlist {
	margin-bottom: 30px;
}
.catlist h3 {
	color: #144982;
	line-height: 1.2;
	font-size: 125%;
	margin-bottom: .9em;
}
.catlist li {
	display: inline-block;
	width: 22%;
	margin-right: 4%;
	margin-left: -4px;
	margin-bottom: 1em;
	position: relative;
	padding-left: .75em;
}
.catlist li:before {
	content: "â€º";
	display: block;
	width: .25em;
	position: absolute;
	left: 0;
}
.catlist li:nth-child(4n) {
	margin-right: 0;
}
.catlist li:nth-child(4n+1) {
	margin-left: 0;
}
.catlist li a:hover {
	text-decoration: underline;
}

.newsblock {
	margin-bottom: 60px;
	clear: both;
}
.newsblock .image {
}
.newsblock p {
	margin-bottom: .5em;
}
.newsblock .heading {
	font-size: 125%;
	margin-bottom: 0;
}
.newsblock .date {
	font-size: 90%;
	color: #aaa;
}

main .pager {
	text-align: center;	
	padding-top: 30px;
/*	border-top: 1px solid #4DA6FC; */
}
main .product-list + .pager {
	border: 0;
}
main .pagination {
	margin: 0 0 15px 0;
}
main .count {
	font-size: 90%;
	text-align: center;
}
main .pagination li {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 10px 0;
}
main .pagination span, main .pagination a {
	display: inline-block;
	width: 2em;
	line-height: 2;
	text-align: center;
	font-weight: 500;
	font-size: 120%;
	border-radius: 50%;
}
main .pagination a:not(.button) {
	text-decoration: none;
	color: #fff;
	background-color: #2773C3;
}
main .pagination span {
	color: #2773C3;
}

#full-width-slider {
	width: 100%;
	color: #000;
	margin: 0 auto 10px;
}
#full-width-slider > .rsContent {
	visibility:hidden;
}
#full-width-slider img {
	display: block;
}
/* @media screen and (min-width:1920px) {
	#full-width-slider {
		height: 600px !important;
	} */
@media screen and (min-width:2560px) {
	#full-width-slider {
		height: 800px !important;
	}
}
@media screen and (min-width: 0px) and (max-width: 860px) {
	#full-width-slider {
		height: 300px !important;
	}
}

.slideHead {
	display: block;
	position: absolute;
	left: 15px;
	bottom: 15px;
	font-size: 250%;
	color: #fff;
	font-weight: 700;
	max-width: 20em;
	padding: 20px 30px;
	background: #000;
	line-height: 1.1;
	background: rgba(0,0,0,0.5);
}

.blur, .fancybox-enabled .pwrp {
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
    /* FF doesn't support blur filter, but SVG */
    filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-5%' y='-5%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='5'/></filter></svg>#svgBlur");
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius = '20');
    filter: blur(20px);
}

.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}
.rsThumb {
	float: left;
	position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}
.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}
.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}
.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}
.rsPreloader {
	position:absolute;
	z-index: 0;	
}
.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}
.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}
.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}
img.rsImg {
	max-width: none;
}
.grab-cursor {
	cursor:url(data:image/png;base64,R0lGODlhEAAQAJECAP///wAAAP///wAAACH5BAEAAAIALAAAAAAQABAAAAI0lC8RyLkBgFoMSotrVHsnhHWXdISS+DzRimIWy3Ii7CU0Tdn3mr93bvDBgMFfozg86mKHAgA7) 8 8, move; 
}
.grabbing-cursor{ 
	cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAACVBMVEUAAAD///8AAABzxoNxAAAAAXRSTlMAQObYZgAAADBJREFUCNdjQANMXRoMDJyp0xoYOEPDEhiYQkMTGLhAhCqUAEoACaBEGFD1VCiBAAC6xguhBZXOEwAAAABJRU5ErkJggg==) 8 8, move;
}
.rsNoDrag {
	cursor: auto;
}
.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(blank.gif);
}


.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
	/* background: #000; */
	color: #FFF;
}

/* .rsMinW .rsArrow {
	height: 32px;
	width: 32px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsMinW .rsArrowLeft {
	right: 37px; bottom: 7px;
}
.rsMinW .rsArrowRight {
	right: 7px; bottom: 7px;
} */
.rsMinW .rsArrowIcn {		
	width: 24px;
	height: 24px;
	margin-top: 3px;
	margin-left: 3px;
	position: absolute;
	cursor: pointer;	
	background-color: transparent;
	border-radius: 2px;
}
/* .rsMinW .rsArrowIcn:hover {
}
.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: -68px -36px;
}
.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -68px -68px;
}
.rsMinW.rsVer .rsArrowLeft .rsArrowIcn {
	background-position: -100px -36px;
}
.rsMinW.rsVer .rsArrowRight .rsArrowIcn {
	background-position: -100px -68px;
} */
.rsMinW .rsArrowIcn {
	display: none;
}

.rsMinW .rsArrowDisabled .rsArrowIcn {
	opacity: .3 !important;
	filter: alpha(opacity=30);
	*display: none;
}
.rsMinW .rsBullets {
	position: absolute;
	bottom: -24px;
	right: 0;
	z-index: 35;
	width: 100%;
	padding-top: 4px;
	height: auto;
	text-align: center;
	line-height: 6px;
	overflow: hidden;
}
.rsMinW .rsBullet {
	width: 20px;
	height: 20px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px 4px;
}
.rsMinW .rsBullet span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #2773C3;
	/* background: rgba(255,255,255,0.5); */
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.rsMinW .rsBullet.rsNavSelected span {
	background: #FFF;
}

.rsMinW .rsThumbsHor {
	width: 100%;
	height: auto;
}
.rsMinW .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsMinW.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsMinW .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsMinW .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsMinW .rsThumb.rsNavSelected {
	background: #333;
}
.rsMinW .rsThumb.rsNavSelected img {
	filter: alpha(opacity=40);
	opacity: 0.7;
}
.rsMinW .rsThumb.rsNavSelected span.thumbIco {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid #FFF;
	border: 2px solid rgba(255,255,255,0.9);
	-webkit-backface-visibility: hidden;
} 
.rsMinW .rsTmb {
	display: block;
}

.rsMinW .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
}
.rsMinW.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft {
	top: 0;
	left: 0;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight {
	bottom: 0;
	left: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft {
	left: 0;
	top: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight {
	right: 0;
	top:0;
}
.rsMinW .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -128px -32px;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -128px -48px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -144px -32px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -144px -48px;
}
.rsMinW .rsThumbsArrowDisabled {
	display: none !important;
}
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsMinW .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsMinW .rsThumbsHor {
		height: 44px;
	}
	.rsMinW .rsThumbsVer {
		width: 59px;
	}
}

.rsMinW .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsMinW .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;
	background-color: #000;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);
	*display:inline; 
	*zoom:1;
}
.rsMinW .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsMinW .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-right:  1px solid #cfcfcf;
}
.rsMinW .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsMinW .rsTab.rsNavSelected { 
	color: #000;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}

.rsMinW .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
}
.rsMinW .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;
	background-position: ;
	background-color: transparent;
}
.rsMinW .rsFullscreenIcn:hover {
	opacity: 0.8;
}
.rsMinW.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}

.rsMinW .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsMinW .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	background-repeat: no-repeat;
	background-position: 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsMinW .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsMinW .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}
.rsMinW .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}
.rsMinW .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background-position: -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsMinW .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

.rsMinW .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(/catalog/view/theme/cb/image/preloader-white.gif);
	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}

.rsMinW .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;
	background: #000;
    background: rgba(0,0,0, 0.75);
	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}

.rsMinW .rsArrowIcn, .rsMinW .rsThumbsArrowIcn, .rsMinW .rsFullscreenIcn, .rsMinW .rsPlayBtnIcon, .rsMinW .rsCloseVideoIcn {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAN8AAAB9CAMAAAAV80b7AAAAqFBMVEUAAAD///8AAAAAAAAAAAAAAAACAgIAAAASEhJLS0sAAADq6uoAAAD9/f0AAAD7+/ubm5s2NjZ0dHTv7+/FxcWKiorn5+enp6cPDw/19fX39/e2tra9vb3s7OxDQ0NLS0v5+fny8vLr6+vNzc3JycnX19epqam6urqIiIgAAABYWFj4+Pj29vbn5+fKysqvr6+tra3b29vn5+e9vb3t7e2UlJStra3///+fsT/qAAAAN3RSTlMA5g4qBAkUJy1GH+gi4hveaDhjwp5cuFpAy863reU/Tvry28OxnJSQbzIq0/bKvZtq1cy+tnxnQzASywAABJ5JREFUeNrtmml7mkAQgHVPIBxyaLAxaXN69G7T7v//Z12MOkIhoK101877JXmYJ4HXPWZ2cIAgCIIgfwkmBBvYChPScRyfN4U5Y/5D5lUFGRG7P+GCmOvPH1WB3xAWj5I+KJWRynUyunM314h7NyIDU2HySmmchrBUV9+V9hNV7zt14ZIXvQt1Jwam0uLnqIKZz6rD7l68CJL1L3xgKMyfqVa/K1nV23qRlx/mTk+RKaW+Xyl5iB8Ivn1rtt6AaL8HKh9Fw8aaq4JHPmgQNFqPCcG97MFnjLOmjTXXkrI+/xE9eHoIzdTbJjYuBOuw8VjnV0ps7X7WzU9IbJ02Vuv2F0hsnTZW6/IDbPzdNlbb8nubH6tsrLbVZz4ktk6nItvqa+5DYuuCrecjBEEQBEGQ/wDGOKmBM9YeBxgX5p06Ng/mSfob0hOctcZ38DD5GO79T25MCcvE5XRYw5tLwV6LT4v4Bha690pROI78/GnMEYR78PhlQY+/xN/Ux6ce335C8ezdfu+DOdfXjikDSOSwAUm6xBmhT7fl3o54UurJlDMyocMGKOkS51+ulSr5sVj73saGDGDl+YM/9wtnSjMLB0ZQfv4omR/ox4hTnp/cfac07wzpUpWePxov8/krfkFU8qvbX1h4r9bce0bMUEL39aR002a/YJFEVT8N288PPFEbEiMGkNB9Pf8mbZ6fwYjKcVSKQ5bZ5nfxTW34ZsQWSmi9HviBni+ED4KU1NVnPKTOGhqaNX7R2A9j0AO/nZ70VqsQRpAaU6N08YsSKVZpc/7Ten78nMa+FrTRL1hQsXqu8wO9yXCY3hSCFvoVy8uLJ01+i6UsgoWgXCaBhX6bIWrwy/J8E0rdIkWCH4eDUh/7C9zzID8QbFh/2S6QziGuCT8mYNJDfoB7dvcDQZlPDqnPNFSpezcsPs7+8jtV6tONYJ39QHCZZwf6OUWxOYu3d2NeD/VZcc8Pnx3CuvpBBZYND/fT3D5Rwkr19dsTDR/c8+KHz9kJz3/gV3D9hfd0PoJ7fk1C3qNfD+fbsh8sw1P1J2B+OoT11J8AP1iGh/eX3m/7S+9f7y/B/tJbfwn82pchE5dvavUuBWuLV/JDb/1B8INleLL+rs61m5Hsqb8LfsAnV7AT9Oc710qn84NleEZf+yj57fZvI87T6Ifzs6/95RCszQ9dMSy/T5vyO7wfNMKvZeG1vN9rq9/6p1pfu6esrw/FxvPR0fR/vg1s8ju8PzFPIkv8KCy87n7zfDmO7PA7qj+YulKOIyv8junvwruFWr95ur0+yf65H9DZDwRr/ea5m2708jyz1G+YxqGvBX/3C5KlvEnXerFcLmz1G6YrIZOo6gcvd7WeL0eBtX7PK0EXQcVvJxinz2s9W9efHh3P3z4++O0Ew9XK03r/fv88yg8mX62fFvSF0PoG5Iej/ECv6gcjSEeBCfnvKL9JLkGvNr9HySIwIr8f5ZflS9Ar+YFgYEb9ctz8zBaBJfX1Pud4/kM/u/sTHWl7v9fy/XMr+uEd3v9NjesP1nBW/d1azqg/jyAIgiAIgiAIgiAIgiAIgiAIgiDnyC9vqbwTN0AXVAAAAABJRU5ErkJggg==');
}


.fancybox-enabled {
  overflow: hidden;
}
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.30;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: 'Ã—';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}
/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}
.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}
.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}
.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}
.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--left {
  border-bottom-left-radius: 5px;
}
.fancybox-button--right {
  border-bottom-right-radius: 5px;
}
.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}
.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s;
}
.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}
.fancybox-arrow--right {
  right: 0;
}
.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}
.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}
.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}
/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
}
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
}
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}
/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}
.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}
.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}
/* Thumbs */
.fancybox-thumbs {
  display: none;
}
.fancybox-button--thumbs {
  display: none;
}
@media all and (min-width: 800px) {
	.fancybox-button--thumbs {
		display: inline-block;
	}
	.fancybox-button--thumbs span {
		font-size: 23px;
	}
	.fancybox-button--thumbs::before {
		width: 3px;
		height: 3px;
		top: calc(50% - 2px);
		left: calc(50% - 2px);
		box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
	}
	.fancybox-thumbs {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		width: 220px;
		margin: 0;
		padding: 5px 5px 0 0;
		background: #fff;
		word-break: normal;
		-webkit-tap-highlight-color: transparent;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		box-sizing: border-box;
		z-index: 99995;
	}
	.fancybox-show-thumbs .fancybox-thumbs {
		display: block;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 220px;
	}
	.fancybox-thumbs > ul {
		list-style: none;
		position: absolute;
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto;
		font-size: 0;
	}
	.fancybox-thumbs > ul > li {
		float: left;
		overflow: hidden;
		max-width: 50%;
		padding: 0;
		margin: 0;
		width: 105px;
		height: 75px;
		position: relative;
		cursor: pointer;
		outline: none;
		border: 5px solid transparent;
		border-top-width: 0;
		border-right-width: 0;
		-webkit-tap-highlight-color: transparent;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		box-sizing: border-box;
	}
	li.fancybox-thumbs-loading {
		background: rgba(0, 0, 0, 0.1);
	}
	.fancybox-thumbs > ul > li > img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		min-height: 100%;
		max-width: none;
		max-height: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.fancybox-thumbs > ul > li:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 2px;
		border: 4px solid #4ea7f9;
		z-index: 99991;
		opacity: 0;
		transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
		opacity: 1;
	}
}

.fancybox-slide--iframe .fancybox-content {
	border-radius: 20px;
	padding: 45px 10px 10px;
	background-color: #4DA6FC;
	box-shadow: 2px 2px 10px 0 rgba(0,0,0,.2);
}
.fancybox-slide--iframe .fancybox-close-small {
	right: 15px;
	top: 5px;
}
.fancybox-slide--iframe .fancybox-close-small:after {
	color: #fff;
	font-size: 40px;
}
.fancybox-iframe {
	border-radius: 10px;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
/*	padding: 20px 0; */
}
.fancybox-title {
	display: none;
}
.fancybox-content .fancybox-title {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 12px 50px 5px 50px;
	width: 100%;
	color: #fff;
	font-weight: 500;
	text-align: center;
	font-size: 125%;
}
.boxed header, .boxed footer, .boxed .breadcrumbs {
	display: none;
}
.boxed .pwrp {
	padding: 0 20px;
}
.alert {
	border: 3px solid #f00;
	margin: 0 0 2em 0;
	padding: .5em;
}
.alert i {
	color: #f00;
	font-size: 135%;
	float: left;
	margin: 0 .5em 0 0;
}
.alert:after {
	content:"";
	display:table;
	height:0;
	width:100%;
	clear:both;
}
.boxed main > .inner_wrap > h1 {
	margin-bottom: 15px;
}
.boxed main > .inner_wrap > h1 + p {
	margin-bottom: 15px;
}
.boxed form .col50 {
	margin-bottom: 30px;
}
#partners a {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 5px 5px;
}

#scrollTop {
	position: fixed;
	will-change: scroll-position;
	bottom: 5px;
	left: 10px;
	margin-right: 0;
	z-index: 500;
	display: none;
	opacity: 0.5;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	width: 54px;
}
#scrollTop:before {
	text-align: center;
	content: "\f01b";
	display: block;
	width: 54px;
	height: 54px;
	line-height: 54px;
	border-radius: 100%;
	overflow: hidden;
	color: #b0b0b0;
	font-family: 'FontAwesome';
	speak: none;
	font-size: 54px;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	text-indent: 0;
	-moz-transition: all linear .25s;
	-o-transition: all linear .25s;
	-ms-transition: all linear .25s;
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
	-webkit-backface-visibility: hidden;
}
#scrollTop:hover:before {
	color: #144982;
}

.thumbnails li {
	padding-top: 37.5%;
	position: relative;
	margin-bottom: 10px;
}
.event .thumbnails li {
	padding-top: 18.75%;
}
.thumbnails li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
}
.thumbnails li a img {
	height: 100%;
	max-width: none;
}

.event .col33 {
	width: 43%;
}
.event .col66 {
	width: 53%;
}
.event .bigimg a {
    display: block;
    margin-bottom: 10px;
}
.event .bigimg img {
	width: 100%;
}
.event .text h1 {
	font-weight: 300;
	line-height: 1.3;
/*	color: #1c74bd; */
}
.event .text h2 {
	font-weight: 300;
	font-size: 135%;
	color: #626262;
}
.text .attrblock {
    margin-top: 2em;
}
.attrblock .event_price, .attrblock .event_begin, .attrblock .event_place, .attrblock .event_phone {
	font-size: 135%;
	font-weight: 300;
	padding-left: 60px;
	line-height: 1.1;
	position: relative;
	color: #626262;
	margin-bottom: 1.5em;
}
.attrblock .event_price, .attrblock .event_phone {
	color: #1c74bd;
}
.event_price:before, .event_begin:before, .event_place:before, .event_phone:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: #144982;
	background-size: 60% 60%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.event_price:before {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOS40IDI3LjIiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48cGF0aCBpZD0iTGF5ZXJfMS0yIiBkPSJNNy4yIDEyLjloMi42YzQuNSAwIDUuNi0yLjYgNS42LTQuN3MtMS4xLTQuNS01LjYtNC41SDcuMnptMCA5LjJ2NS4xaC00di01LjFIMHYtMy4yaDMuMnYtMi43SDB2LTMuNGgzLjJWMGg2LjZjNi41IDAgOS42IDMuMyA5LjYgOC4ycy0zLjEgOC4xLTkuNiA4LjFINy4yVjE5aDd2My4xeiIgY2xhc3M9ImNscy0xIiBkYXRhLW5hbWU9IkxheWVyIDEiLz48L2c+PC9zdmc+);}
.text .event_phone {font-size: 125%;}
.event_phone:before {background-size: 55% 55%;}

.mobilemenu {display: none}
#button_menu {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.galwrp.hdnmore .galitem {
    display: none;
}
.galwrp.hdnmore .galitem:nth-child(-n+4) {
    display: block;
}
.galwrp .showmore {
    clear: both;
    border: 1px solid #FFF;
    display: block;
    font-size: 125%;
    line-height: 2.5em;
    color: #fff;
/*    text-shadow: 1px 1px 0 rgba(0,0,0,.5); */
    text-transform: uppercase;
    text-align: center;
    background-color: rgba(23,38,46,.58);
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    cursor: pointer;
}
.galwrp .showmore:hover {
    background-color: rgba(23,38,46,.28);
/*
    color: #2773C3;
    text-shadow: 0 0 0 transparent;
*/
}

#floatPhone, #floatMail {
	display: none;
}

.my_minus, .my_plus {
	cursor: pointer;
	width: 35px;
	line-height: 31px;
	font-size: 125%;
	font-weight: 500;
	text-align: center;
	border: 2px solid #2773C3;
	background-color: #fff;
	color: #2773C3;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.my_minus:hover, .my_plus:hover {
	background-color: #2773C3;
	color: #fff;
}
.my_minus {
	border-radius: 50% 0 0 50%;
}
.my_plus {
	border-radius: 0 50% 50% 0;
}
#input-quantity {
	display: inline-block;
	width: 3.2em;
	text-align: center;
	vertical-align: middle;
	border: 0;
}

#mfilter-opts-price-min, #mfilter-opts-price-max {
	width: 5em !important;
	min-width: 0 !important;
	max-width: 100% !important;
}
.mfilter-price-slider {
	display: block;
}
.common-home .mfilter-box {
	margin-bottom: 30px;
	text-align: center;
	padding: 0 20px;
	position: relative;
}
.common-home .mfilter-box .mfilter-content {
	border: 0;
	text-align: center;
}
.common-home .mfilter-box .mfilter-content > ul {
/*	display: inline-block !important;
	width: auto !important;*/
	white-space: nowrap;
	background-color: #fff !important;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 5px 10px -5px rgba(0,0,0,.1);
	padding: 0 0 20px 0 !important;
}
.common-home .mfilter-box .mfilter-filter-item {
	display: inline-block;
	border: 0;
}
.common-home .mfilter-box .mfilter-filter-item * {
	border: 0 !important;
	padding: 0 !important;
	width: auto !important;
	min-width: inherit;
	height: auto !important;
	background-color: transparent !important;
	margin: 0 !important;
	float: none !important;
}
.common-home .mfilter-box .mfilter-filter-item .mfilter-heading {
	font-size: 115%;
	color: #2773c3;
	text-transform: uppercase;
	display: inline-block;
	min-width: inherit;
	width: auto !important;
	padding: 0 20px !important;
/*
	padding: 0 20px 15px 20px !important;
	background-position: 50% 100% !important;
	background-repeat: no-repeat !important;
	background-size: 30% 30% !important;
*/
	margin-bottom: 10px !important;
}
.common-home .mfilter-box .mfilter-filter-item .mfilter-content-opts {
	width: 100% !important;
	display: block !important;
	padding: 0 20px !important;
}
/*
.common-home .mfilter-box .mfilter-tb {
	display: inline-block !important;
}
*/
.common-home .mfilter-box .mfilter-filter-item .mfilter-select {
	display: block;
	border: 0 !important;
}
.common-home .mfilter-box .mfilter-filter-item .mfilter-select select, .common-home .mfilter-box .mfilter-filter-item .mfilter-select option {
	font-size: 115%;
	color: #a0a0a0;
	font-family: 'Roboto', Tahoma, Arial, sans-serif;
	text-align: center;
	text-align-last: center;
    max-width: 100% !important;
    width: 100% !important;
}
.common-home .mfilter-box .mfilter-filter-item .mfilter-select select {
    margin: 0;
    background-color: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: thin solid #ccc !important;
    border-radius: 4px;
    line-height: 1.5em;
    padding: 0.25em 3em 0.25em 1em !important;
    background-image: linear-gradient(45deg, transparent 49%, #144982 50%), linear-gradient(135deg, #144982 50%, transparent 51%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 18px) calc(.75em + 2px), calc(100% - 13px) calc(.75em + 2px), calc(100% - 2em) 0.25em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat !important;
    
}
/*.common-home .mfilter-box .mfilter-filter-item .mfilter-select option {
	padding: 3px 10px !important;
}*/
main select {
    width: auto;
    max-width: 100%;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    background-color: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: thin solid #ccc;
    border-radius: 4px;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    background-image: linear-gradient(45deg, transparent 49%, #144982 50%), linear-gradient(135deg, #144982 50%, transparent 51%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 18px) calc(1em + 2px), calc(100% - 13px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

main select:focus {
    background-image: linear-gradient(45deg, #144982 50%, transparent 49%), linear-gradient(135deg, transparent 51%, #144982 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 13px) 1em, calc(100% - 18px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    outline: 0;
}

main select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}








.product-view {
	margin-top: 15px;
}
.product-view .col50 {
	margin-bottom: 30px;
}

.product-view .col50 p {
	margin-bottom: 1.5em;
}
.product-view .col50 .list-unstyled + p {
    margin-top: 1.5em;
    margin-bottom: 0;
}
.pdf:before {
    content: "\f1c1";
    display: inline-block;
    vertical-align: -.1ex;
    font-family: FontAwesome;
    font-size: 18px;
    color: #144982;
    margin-right: .25em;
}

.prodprice {
	padding: 40px 30px;
	text-align: center;
	border-radius: 5px;
	border: 3px solid #eee;
}
.prodprice .list-unstyled span {
	font-size: 125%;
}
.prodprice .list-unstyled h2 {
	font-size: 250%;
	font-weight: 500;
	color: #2773C3;
	margin-bottom: .25em;
}
#product .form-group label {
	font-size: 90%;
	display: block;
	margin-bottom: 3px;
}
#button-cart {
	font-size: 150%;
	margin: 1em 0;
	padding: 20px 40px;
}

.rating {
	margin-bottom: 1.75em;
}

.rating .fa {
	color: #4DA6FC;
}

.rating .fa-stack {
	width: 1.5em;
	margin-right: .35em;
}
.rating .ratingtext {
	font-size: 90%;
	color: #999;
}

.nav-tabs li {
	display: inline-block;
	padding: 10px 20px;
	background-color: #fff;
	position: relative;
	border-width: 2px 2px 0 2px;
	border-color: transparent;
	border-style: solid;
}
.nav-tabs li.active, .nav-tabs li:hover {
	border-color: #e0e0e0;
	border-radius: 5px 5px 0 0;
}
.nav-tabs li.active {
	padding: 10px 20px 12px 20px;
	margin-bottom: -2px;
}
.tab-pane {
	padding: 30px 20px;
	display: none;
}
.tab-pane.active {
	display: block;
	border: 2px solid  #e0e0e0;
}
.tab-pane table {
	width: 100%;
}
.tab-pane table td {
	vertical-align: top;
	padding: 0 0 .5em 0;
	font-size: 90%;
}
.tab-pane table tr td:first-child {
	width: 30%;
	color: #999;
	vertical-align: top;
}
/*	
.tab-pane table tr:nth-child(odd) td {
background-color: #f0f0f0;
}
*/

.product-view + .col33 + .product-list, .product-view + .col33 + .carousel {
    margin-top: 45px;
}

#cartPane, #cart {
	display: none;
}
.cart-active #cartPane {
	display: block;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 501;
	background-color: #2773C3;
	border-top: 2px solid #fff;
	padding: 15px 0;
	box-shadow: 0 20px 20px 20px rgba(0,0,0,.3);
	text-align: right;
}
.cart-active #cart {
	padding: 0 15px;
	border: 1px dotted #fff;
	border-width: 0 1px;
	min-height: 38px;
	display: inline-block;
	position: relative;
}
#cart ul {
	display: none;
	text-align: left;
}
#cart ul.active {
	display: block;
	position: absolute;
	bottom: 130%;
	right: 0;
	background-color: #fff;
	padding: 15px 15px 0 15px;
	border-radius: 15px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
	min-width: 290px;
}
#cart ul.active:after {
	display: block;
	content:"";
	width: 8px;
	height: 8px;
	background-color: #fff;
	position: absolute;
	bottom: -4px;
	right: 100px;
	transform: rotate(45deg);
    transform-origin: center;
}
#cart ul table {
	width: 100%;
	font-size: 80%;
}
#cart ul table td {
	padding: .5em .5em .5em 0;
	min-width: 3em;
	white-space: nowrap;
	vertical-align: middle;
}
#cart ul li:first-child table tr td {
	border-bottom: 1px solid #e0e0e0;
}
#cart ul li:first-child table tr td:first-child {
	min-width: 0;
	padding: .25em 0;
}
#cart ul li:first-child table tr td:first-child img {
	width: 50px;
	height: 50px;
	display: block;
	max-width: none;
}
#cart ul li:first-child table tr td:nth-child(2) {
	white-space: normal;
	min-width: 15em;
}
#cart ul li:first-child table tr td:nth-child(2) a {
	text-decoration: none;
	color: #2773c3;
}
#cart ul li:first-child table tr td:nth-child(4) {
	width: 9em;
	text-align: right;
}
#cart ul li:first-child table tr td:nth-child(5) {
	text-align: center;
	width: 1em;
	min-width: 0;
	padding-right: 0;
}
#cart ul li:first-child table tr td:nth-child(5) button i {
	color: #f00;
}
#cart ul li:last-child table {
	margin-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
}
#cart ul li:last-child table tr td:last-child {
	text-align: right;
	padding-right: 1.5em;
}
#cart ul .button-group {
	text-align: center;
}
#cart ul .button-group .button {
	padding: 12px 15px;
	margin: 0 .25em 15px .25em;
}
#cart ul .button-group .button:first-child {
	margin-left: 0;
}
#cart ul .button-group .button:last-child {
	margin-right: 0;
}

.cart-active #cart-total {
	cursor: pointer;
	color: #fff;
	text-align: left;
	display: inline-block;
}
.cart-active #cart-total span {
	display: inline-block;
	vertical-align: middle;
	font-size: 90%;
}
.cart-active #cart-total strong {
	font-weight: 500;
	font-size: 110%;
}
.cart-active #cart-total:before {
	content: "\f07a";
	font: normal normal normal 22px/38px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    border-radius: 38px;
    background-color: #4DA6FC;
    margin-right:12px;
}

table.table-bordered {
	width: 100%;
}
table.table-bordered td {
	vertical-align: middle;
	padding: .5em;
	border-bottom: 1px solid #e0e0e0;
}
table.table-bordered td:first-child {
	padding-left: 0;
}
.text:not(.tab-pane) table.table-bordered td:first-child {
    padding-left: .5em;
}
.checkout-cart table td .input-group {
	white-space: nowrap;
}
.checkout-cart table td .input-group input {
	width: 4em;
	margin-right: .25em;
}
.checkout-cart table td .input-group .input-group-btn button {
	width: 31px;
	height: 31px;
}
.checkout-cart table td:nth-child(6), .checkout-cart table td:nth-child(7) {
	width: 5em;
}
.checkout-cart table#totalCalc td:last-child {
	width: 10em;
}

.account-order .text table.table-bordered td:first-child {
    padding-left: 1.8em;
}
.account-order .text table.table-bordered td:first-child a {
    text-indent: -.7em;
    display: block;
}
.account-order .text table.table-bordered td:first-child a i {
    margin-right: .1em;
}

/*.account-order .button.btn-info span, */
.account-order-info td .button.btn-primary {
    width: 31px;
    height: 31px;
    padding: 0;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000;
    line-height: 31px;
    text-align: center;
}
/*.account-order .button.btn-info:hover span, */
.account-order-info td .button.btn-primary:hover {
    color: #fff;
    background-color: #2773C3;
}

.panel-group .panel {
	margin-bottom: 10px;
}
.panel-group .panel-heading h4 a {
	display: block;
	width: 100%;
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #e0e0e0;
}
.panel-group .panel-heading h4 a i {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
}
.panel-group .panel-collapse {
	padding: 20px 0;
	border-bottom: 1px solid #e0e0e0;
}
.panel-group .panel-collapse.collapse {
	display: none;
	background-color: #fff;
}
.panel-group .panel-collapse.collapsing {
    opacity: 0;
}
.panel-group .panel-collapse.collapse.in {
	display: block;
}
.panel-group .panel-collapse.collapse.in:after {
	display: block;
	height:0;
	width: 100%;
	content: "";
	clear: both;
}
#payment-existing {
    margin-bottom: 1em;
}

.table-responsive {
    margin-bottom: 1em;
}
.panel-body .table-responsive {
    margin-bottom: 2em;
}

.event .col75 .text {
	margin-bottom: 30px;
}

.eventgallery {
	margin-bottom: 30px;
	line-height: 1;
}
.eventgallery:after {
	display: block;
	content: "";
	height: 0;
	width: 100%;
	clear: both;
}
.eventgallery .heading {
	display: block;
	width: 100%;
	padding-top: 40%;
	position: relative;
	background-size: cover;
	border: 1px solid #fff;
}
.eventgallery .heading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 2em;
    background-color: rgba(23,38,46,.58);
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}
.eventgallery .heading div:hover {
    background-color: transparent;
}
.eventgallery .heading h1 {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.5);
	font-weight: 300;
	font-size: 300%;
	margin: .5em 0 1em 0;
/*	text-align: center;*/
}
.event .eventgallery .heading .pubdate {
	display: block;
	background-color: transparent;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.5);
	padding: 0;
}
.event .eventgallery .heading .pubdate .datenum {
	color: #fff;
}
.eventgallery .heading .preambula {
    color: #fff;
    font-weight: 500;
    text-shadow: 1px 1px 0 rgba(0,0,0,.5);
    font-size: 115%;
    max-width: 60%;
}
.eventgallery .galitem {
   	float: left;
	width: 50%;
	padding-top: 35%;
	background-size: cover;
	border: 1px solid #fff;
	position: relative;
}
.eventgallery .galitem:nth-child(2n+1) {
	margin-left: 0;
}
.eventgallery a {
	display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(23,38,46,.58);
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}
.eventgallery a:hover {
    background-color: transparent;
}

body:not(.common-home) .eventsline .item:first-child, body:not(.common-home) .newsline .item:first-child {
	float: none;
	width: 100%;
/*	margin-bottom: 10px; */
	position: relative;
}
body:not(.common-home) .eventsline .item:first-child .image, body:not(.common-home) .newsline .item:first-child .image {
	margin-bottom: 0;
}
body:not(.common-home) .eventsline .item:first-child .image {
	padding-top: 40%;
}
body:not(.common-home) .newsline .item:first-child .image {
	min-height: 450px;
	padding: 4.5em 1.5em 1.5em 1.5em;
}
body:not(.common-home) .newsline .item:first-child .date {
	font-size: 150%;
	margin-bottom: 2em;
}
body:not(.common-home) .eventsline .item:first-child .date {
	position: absolute;
	top: 0;
	color: #fff;
	z-index: 100;
	padding: 1em;
	text-shadow: 1px 1px 0 rgba(0,0,0,.3);
}
body:not(.common-home) .eventsline .item:first-child .image a {
	padding: .5em;
	background-color: rgba(23,38,46,.58);
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}
body:not(.common-home) .eventsline .item:first-child .image a span {
	background-color: transparent;
	font-size: 300%;
}
body:not(.common-home) .eventsline .item:first-child .image a:hover {
	background-color: transparent;
}
/*
body:not(.common-home) .newsline .item:first-child .artDesc {
	display: none;
}
*/
.eventpage .pager, .newsblog-category .pager {
	margin-bottom: 60px;
}
.eventpage .pager {
	border: 0;
	padding-top: 0;
}
.eventpage .monthhead {
	color: #144982;
	text-transform: uppercase;
	line-height: 1.5;
	margin-bottom: 10px;
}
.eventpage .monthhead:before {
	display: inline-block;
	vertical-align: -.25em;
	content:"";
	width: 20px;
	height: 20px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAyMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMxNDQ5ODI7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PGcgaWQ9IkxheWVyXzItMiIgZGF0YS1uYW1lPSJMYXllciAyIj48cGF0aCBpZD0iTGF5ZXJfMS0yLTIiIGQ9Ik0xNiAxOEgyVjdoMTR6bTAtMTZoLTFWMGgtMnYySDVWMEgzdjJIMmEyIDIgMCAwIDAtMiAydjE0YTIgMiAwIDAgMCAyIDJoMTRhMiAyIDAgMCAwIDItMlY0YTIgMiAwIDAgMC0yLTJ6bS0yIDdoLTJ2Mmgyem0tNCAwSDh2Mmgyek02IDlINHYyaDJ6IiBkYXRhLW5hbWU9IkxheWVyIDEtMiIgY2xhc3M9ImNscy0xIi8+PC9nPjwvZz48L2c+PC9zdmc+) 50% 50% no-repeat;
	background-size: 90% 90%;
	margin-right: .25em;
}

.search-form {
    background-color: #eee;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 1em 1em 1px 1em;
}
.search-form .col50 {
    margin-bottom: 0;
}

body:not(.common-home) .mfilter-box {
    border-top: 1px dashed #144982;
}
/*.common-home .mfilter-box .mfilter-filter-item .mfilter-heading, */
body:not(.common-home) .mfilter-heading .mfilter-head-icon {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS43NCAxMC4xNyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiMyNzczYzM7c3Ryb2tlLXdpZHRoOjJweDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PHBhdGggaWQ9IkxheWVyXzEtMiIgZD0iTS43NS42N2w3LjEyIDcuOTlMMTUgLjY3IiBjbGFzcz0iY2xzLTEiIGRhdGEtbmFtZT0iTGF5ZXIgMSIvPjwvZz48L3N2Zz4=) !important;
}

body:not(.common-home) .mfilter-heading {
	font-size: 105% !important;
	color: #144982 !important;
	background-color: #fff !important;
}
body:not(.common-home) .mfilter-heading.mfilter-collapsed {
	border-bottom: 1px dashed #144982;
}
body:not(.common-home) .mfilter-heading .mfilter-head-icon {
	margin-top: 3px !important;
	height: 17px !important;
	width: 17px !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
	background-size: 100% 50%;
}
body:not(.common-home) .mfilter-opts-container {
	border-top: 0 !important;
	border-bottom: 1px dashed #144982;
}
body:not(.common-home) .mfilter-button-bottom {
	margin-top: .75em;
	border-top: 0;
	text-align: center;
}
body:not(.common-home) .mfilter-col-input input[type=checkbox], .mfilter-col-input input[type=radio] {
	margin: 0 3px 2px 0 !important;
}
body:not(.common-home) .mfilter-iscroll.scroll-content {
    overflow: scroll;
}

.input-group-btn button {
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-btn button:hover i {
    color: #fff;
    border: 0;
}

.checkout-cart .pull-left .btn-default {
    text-transform: uppercase;
    color: #4DA6FC;
    text-decoration: none;
    font-weight: 700;
    background-color: #FFF;
    padding: 12px 30px;
    border: 1px solid #4DA6FC;
    border-radius: 38px;
    line-height: 14px;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
main .alert {
    position: relative;
    padding-right: 40px;
    min-height: 30px;
}
main .alert button.close {
    background-color: #f00;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 8px;
}

.text .pricelinks {
    margin-bottom: 2em;
}
.pricelinks a {
    display: inline-block;
    width: 33%;
    margin: 0 0 0 0;
    text-align: center;
}
.pricelinks a img {
    margin: 0 auto 10px;
    display: block;
    width: 55px;
}
.pricelinks a:first-child {
    margin-left: 0;
/*    margin-right: 10%; */
}

.vrtour.col50 {
    text-align: center;
    width: 50%;
    margin-right: 0;
    margin-bottom: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
}
main .vrtour .phone, .text .vrtour .phone {
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    font-size: 135%;
    padding: 0 20px 0 55px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,.5);
    line-height: 50px;
    white-space: nowrap;
}
.vrtour .phone:before {
    background-color: transparent;
    border: 2px solid #fff;
}
#vrpiano {
    background-image: url('/image/catalog/vr-piano.jpg');
}
#vrpiano a:not(.phone) {
    border-left: 1px solid #fff;
}
#vrprowines {
    background-image: url('/image/catalog/0X8A6208.jpg');
}
main .vrtour a:not(.button):not(.phone), .text .vrtour a:not(.button):not(.phone) {
    display: block;
    text-transform: uppercase;
    color: #144982;
    font-size: 135%;
    padding: 0 0 110px;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,.5);
    background-color: rgba(23,38,46,.58);
    transition: background-color 0.3s ease-out;
}
main .vrtour a:not(.button):hover, .text .vrtour a:not(.button):hover {
    background-color: transparent;
}
.vrtour a span {
    display: block;
    padding: 40px 20px 0 20px;
}

.close{
    float:right;
    font-size:21px;
    font-weight:700;
    line-height:1;
    color:#000;
    text-shadow:0 1px 0 #fff;
    filter:alpha(opacity=20);
    opacity:.2
}
.close:focus,.close:hover{
    color:#000;
    text-decoration:none;
    cursor:pointer;
    filter:alpha(opacity=50);
    opacity:.5
}
.modal-open{
    overflow:hidden
}
.modal{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1050;
    display:none;
    overflow:hidden;
    -webkit-overflow-scrolling:touch;
    outline:0
}
.modal.fade .modal-dialog{
    -webkit-transition:-webkit-transform .3s ease-out;
    -o-transition:-o-transform .3s ease-out;
    transition:transform .3s ease-out;
    -webkit-transform:translate(0,-25%);
    -ms-transform:translate(0,-25%);
    -o-transform:translate(0,-25%);
    transform:translate(0,-25%)
}
.modal.in .modal-dialog{
    -webkit-transform:translate(0,0);
    -ms-transform:translate(0,0);
    -o-transform:translate(0,0);
    transform:translate(0,0)
}
.modal-open .modal{
    overflow-x:hidden;
    overflow-y:auto
}
.modal-dialog{
    position:relative;
    width:auto;
    margin:10px
}
.modal-content{
    position:relative;
    background-color:#fff;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid #999;
    border:1px solid rgba(0,0,0,.2);
    border-radius:6px;
    outline:0;
    -webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
    box-shadow:0 3px 9px rgba(0,0,0,.5)
}
.modal-backdrop{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1040;
    background-color:#000
}
.modal-backdrop.fade{
    filter:alpha(opacity=0);
    opacity:0
}
.modal-backdrop.in{
    filter:alpha(opacity=50);
    opacity:.5
}
.modal-header, .box-heading{
    min-height:16.43px;
    padding:15px;
    border-bottom:1px solid #e5e5e5
}
.modal-header .close, .box-heading .close{
    margin-top:-2px
}
.modal-title, .box-heading h3{
    margin:0;
    line-height:1.42857143
}
.modal-body, .box-content{
    position:relative;
    padding:15px
}
.modal-footer{
    padding:15px;
    text-align:right;
    border-top:1px solid #e5e5e5
}
.modal-footer .btn+.btn{
    margin-bottom:0;
    margin-left:5px
}
.modal-footer .btn-group .btn+.btn{
    margin-left:-1px
}
.modal-footer .btn-block+.btn-block{
    margin-left:0
}
.modal-scrollbar-measure{
    position:absolute;
    top:-9999px;
    width:50px;
    height:50px;
    overflow:scroll
}
#eventForm .box-content .form-group:nth-child(5) {
    display: none;
}

@media (min-width:768px){
    .modal-dialog{
        width:600px;
        margin:30px auto
    }
    .modal-content{
        -webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
        box-shadow:0 5px 15px rgba(0,0,0,.5)
    }
    .modal-sm{
        width:300px
    }
}
@media (min-width:992px){
    .modal-lg{
        width:900px
    }
}

@media (max-width:1069px) {
	.head_schedule {
	    width: 36%;
	    margin-left: 36%;
	}
}

@media (max-width:979px) {
/*
	.head_second_wrap, .nav_wrap {
		margin-left: 16%;
	}
*/
	.inner_wrap {
		padding: 0 15px;
	}
	.logo {
		left: 15px;
	}
	.head_schedule {
	    width: 37%;
	    margin-left: 35%;
	}
	.product-list .row:not(.owl-carousel) .product-block, .product-list .row:not(.owl-carousel) .product-block:nth-child(4n+1), .product-list .row:not(.owl-carousel) .product-block:nth-child(4n), .col75 .product-list .row:not(.owl-carousel) .product-block, .col75 .product-list .row:not(.owl-carousel) .product-block:nth-child(3n), .col75 .product-list .row:not(.owl-carousel) .product-block:nth-child(3n+1) {
		display: inline-block;
		width: 48%;
		margin-left: -4px;
		margin-right: 4%;
	}
	.product-list .row:not(.owl-carousel) .product-block:nth-child(2n), .col75 .product-list .row:not(.owl-carousel) .product-block:nth-child(2n) {
		margin-right: 0;
	}
	.newsline .item, .eventsline .item {
		width: 50%;
	}
	.product-list .row:not(.owl-carousel) .product-block:nth-child(2n+1), .col75 .product-list .row:not(.owl-carousel) .product-block:nth-child(2n+1) {
		margin-left: 0;
	}
	.newsline .item .image img {
		width: 100%;
	}
	main > .inner_wrap > h1 + .col25 {
		width: 30.66%;
	}
	main > .inner_wrap > h1 + .col25 + .col75 {
		width: 65.33%;
	}
	.common-home .descr .col75 {
		width: 65.33%;
	}
	.common-home .descr .col25 {
		width: 30.66%;
	}
	#gminfowrp {
		width: 33%;
		font-size: 90%;
	}
	body:not(.common-home) .eventsline .item:first-child .image {
		padding-top: 50%;
	}
	footer .col25 {
	    width: 21%;
	}
	footer .col25:nth-child(1) {
	    width: 25%;
	}
	.socbuttons {
	    padding-bottom: 40px;
	}
}
@media (max-width:920px) {
	.col25, .col25:nth-child(4n), .col25:nth-child(4n+1), .col33, .col50, .col66, .col75, .col33:nth-child(3n+1), .col33:nth-child(3n), .col75 + .col25, .col25 + .col75, .col33 + .col66, .col66 + .col33, section .col75:first-child, .newsline .item, .eventsline .item, main > .inner_wrap > h1 + .col25, main > .inner_wrap > h1 + .col25 + .col75, .common-home .descr .col75, .common-home .descr .col25, footer .col25:nth-child(1) {
		width: auto;
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.col50 {
		margin-bottom: 30px;
	}
	.vrtour.col50 {
	    display: inline-block;
	}
	.vrtour.col50:nth-child(2n) {
	    margin-left: -4px;
	}
	.product-list .row:not(.owl-carousel) .product-block, .product-list .row:not(.owl-carousel) .product-block:nth-child(4n+1), .product-list .row:not(.owl-carousel) .product-block:nth-child(4n), .col75 .product-list .row:not(.owl-carousel) .product-block, .col75 .product-list .row:not(.owl-carousel) .product-block:nth-child(3n), .col75 .product-list .row:not(.owl-carousel) .product-block:nth-child(3n+1) {
		display: inline-block;
		width: 48%;
		margin-left: -4px;
		margin-right: 4%;
	}
	.product-list .row:not(.owl-carousel) .product-block:nth-child(2n), .col75 .product-list .row:not(.owl-carousel) .product-block:nth-child(2n) {
		margin-right: 0;
	}
	.product-list .row:not(.owl-carousel) .product-block:nth-child(2n+1), .col75 .product-list .row:not(.owl-carousel) .product-block:nth-child(2n+1) {
		margin-left: 0;
	}
	.eventsline .item {
		width: 50%;
	}
	/*  .head_address, .head_schedule */
	.head_first_row .col33:nth-child(1), .head_first_row .col33:nth-child(3), .head_second_row .head_second_wrap, header .nav_wrap {
		display: none;
	}
	.head_first_row {
/*		padding: 8px 0;*/
		display: none;
	}
/*
	.head_first_row  .col33:nth-child(2) p {
		font-weight: 500;
		font-size: 105%;
	}
*/
	.head_second_row {
		padding: 25px 10px;
	}
	.logo {
		position: static;
		display: inline-block;
		width: auto;
		height: 30px;
		background-size: auto 100%;
		padding-left: 40px;
	}
	.logo a, .logo span {
		text-indent: 0;
		overflow: auto;
		display: inline;
		width: auto;
		height: auto;
		line-height: 30px;
		color: #fff;
		font-size: 175%;
		text-transform: uppercase;
		text-decoration: none;
	}
	footer .col25, footer .col25:nth-child(4n) {
		display: none;
	}
	footer .col25:first-child {
		display: block;
		text-align: center;
	}
	#scrollTop {
		left: 15px;
		bottom: 15px;
	}
	.pwrp {
		overflow: hidden;
	}
	.mobilemenu {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 0;
		overflow: hidden;
		background-color: #fff;
		transition: width .3s ease-out 0.1s;
		z-index: 101;
	}
	.mobilemenu.active {
		width: 200px;
		box-shadow: 10px 0 50px 0 #144982;
	}
	.mobilemenu ul {
		width: 200px;
	}
	.mobilemenu ul li {
		padding: 0 20px;
	}
	.mobilemenu ul li a {
		color: #144982;
		text-decoration: none;
		display: block;
		padding: 10px 20px;
		font-size: 110%;
	}
	#mobilelabel {
		position: absolute;
		top: 22px; /* 75px; */
		right: 20px;
		width: 38px;
		height: 38px;
		z-index: 100;
		cursor: pointer;
	}
	#mobilelabel:before {
		display: block;
		content: "";
		width: 38px;
		height: 38px;
		background: #2773C3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxwYXRoIGlkPSJMYXllcl8xLTIiIGQ9Ik0wIDB2MmgxOFYwem0wIDdoMThWNUgwem0wIDVoMTh2LTJIMHoiIGNsYXNzPSJjbHMtMSIgZGF0YS1uYW1lPSJMYXllciAxIi8+PC9nPjwvc3ZnPg==) 50% 50% no-repeat;
		background-size: 70% 70%;
		border-radius: 7px;
	}
	.mobilemenu .mmcalend {
		margin-bottom: 10px;
	}
	.mobilemenu .mmcalend a {
	    padding-top: 5px;
	}
	.mobilemenu .mmaccount a, .mobilemenu .mmcalend a {
		text-align: center;
		border-bottom: 1px solid #95989a;
	}
	.mobilemenu .mmaccount a:before, .mobilemenu .mmcalend a:before {
		display: block;
		content: "";
		margin: 0 auto 10px auto;
		width: 44px;
		height: 44px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 70% 70%;
		border-radius: 50%;
	}
	.mobilemenu .mmaccount a:before {
		background-color: #4DA6FC;
	}
	.mobilemenu .mmcalend a:before {
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAyMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMxNDQ5ODI7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxwYXRoIGlkPSJMYXllcl8xLTIiIGQ9Ik0xNiAxOEgyVjdoMTR6bTAtMTZoLTFWMGgtMnYySDVWMEgzdjJIMmEyIDIgMCAwIDAtMiAydjE0YTIgMiAwIDAgMCAyIDJoMTRhMiAyIDAgMCAwIDItMlY0YTIgMiAwIDAgMC0yLTJ6bS0yIDdoLTJ2Mmgyem0tNCAwSDh2Mmgyek02IDlINHYyaDJ6IiBjbGFzcz0iY2xzLTEiIGRhdGEtbmFtZT0iTGF5ZXIgMSIvPjwvZz48L3N2Zz4=);
		margin: 0 auto;
	}
	#desclimer {
		width: 90%;
		max-width: 800px;
		font-size: 100%;
		padding: 50px 20px 20px;
	}
	#desclimer .pretext {
	    padding: 10px;
	}
	#desclimer h1 {
		font-size: 300%;
		margin-bottom: 10px;
	}
	#desclimer p {
		margin-bottom: 1em;
		font-weight: 500;
	}
	#desclimer .buttons {
		text-align: center;
		margin: 20px 0 0 0;
	}
	#desclimer .button {
		font-size: 105%;
		padding: 10px 20px;
	}
	#floatPhone, #floatMail {
		display: block;
		overflow: hidden;
		text-indent: 6000em;
		white-space: nowrap;
		background-color: #b0b0b0;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		border-radius: 50%;
		width: 44px;
		height: 44px;
		position: fixed;
		right: 15px;
		z-index: 150;
		opacity: .7;
		transition: all linear .25s;
	}
	#floatPhone:hover, #floatMail:hover {
		background-color: #2773C3;
		opacity: 1;
	}
	#floatPhone {
		background-size: 50% 50%;
		bottom: 69px;
	}
	#floatMail {
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgZmlsbD0iI0ZGRiIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+PHBhdGggZD0iTTIwIDRINGMtMS4xIDAtMS45OS45LTEuOTkgMkwyIDE4YzAgMS4xLjkgMiAyIDJoMTZjMS4xIDAgMi0uOSAyLTJWNmMwLTEuMS0uOS0yLTItMnptMCAxNEg0VjhsOCA1IDgtNXYxMHptLTgtN0w0IDZoMTZsLTggNXoiLz48L3N2Zz4=);
		background-size: 60% 60%;
		bottom: 15px;
	}
	.owl-prev, .owl-next {
		width: 30px;
	}
	.product-list .row.owl-carousel {
		padding: 0 30px;
	}
/*
	.common-home section.newsline {
		margin-left: -10px;
		margin-right: -10px;	
		position: relative;
		padding-bottom: 0;
	}
	.newsline .row.owl-carousel {
		padding: 0 40px;
	}
*/
	.common-home section.eventsline {
		padding-bottom: 0;
		border-bottom: 0;
		margin-bottom: 0;
	}
	.common-home .eventsline .owl-prev, .common-home .eventsline .owl-next, .common-home .newsline .owl-prev, .common-home .newsline .owl-next {
		opacity: .2;
		width: 50px;
	}
	.common-home .eventsline .owl-prev:hover, .common-home .eventsline .owl-next:hover, .common-home .newsline .owl-prev:hover, .common-home .newsline .owl-next:hover {
		opacity: .6;
	}
/*
	.common-home .mfilter-box {
		display: none;
	}
*/
	.eventsline .owl-carousel .item .image {
		padding-top: 56.25%;
	}
	.common-home section.descr {
		margin-bottom: 30px;
	}
	#gminfowrp {
		border-width: 0;
	}
	#gminfowrp.active {
		border-width: 1px;
/*
		width: 94%;
		left: 12px;
		right: auto;
		top: 45px;
*/
	}
	#gminfowrp > div {
		display: none;
	}
	#gminfowrp > div.active {
		display: block;
		background-color: #fff;
		padding: 7px 10px;
	}
	#gminfowrp > div.active span {
		display: none;
	}
	.eventgallery .heading {
		padding-top: 56.25%;
	}
	.eventgallery .heading h1 {
		font-size: 240%;
	}
	.eventsline .item .image a span {
		font-size: 180%;
	}
	body:not(.common-home) .eventsline .item:first-child .image a span {
		font-size: 180%;
	}
}
@media (max-width:767px) {
    .common-home .mfilter-box .mfilter-content > ul {
        white-space: normal;
        padding-bottom: 1px !important;
    }
    .common-home .mfilter-box .mfilter-filter-item {
        margin-bottom: 20px !important;
    }
    .table-responsive {
        overflow: scroll;
        height: auto;
    }
    .table-responsive::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    .table-responsive::-webkit-scrollbar:horizontal {
        height: 11px;
    }
    .table-responsive::-webkit-scrollbar-thumb {
        border-radius: 8px;
        border: 2px solid white; /* should match background, can't be transparent */
        background-color: rgba(0, 0, 0, .5);
    }
    .table-responsive::-webkit-scrollbar-track { 
        background-color: #fff; 
        border-radius: 8px; 
    } 
	.eventgallery .heading {
		padding-top: 0;
	}
	.eventgallery .heading div {
	    position: static;
	}
	.eventgallery .heading .preambula {
	    max-width: 100%;
	}
	img.alignleft, img.alignright {
	    float: none;
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	}
	.head_second_row {
        padding-bottom: 0;
    }
}
@media (max-width:560px) {
	main, section {
		margin-bottom: 30px;
	}
	.newsline .item, .eventsline .item, .product-list .row:not(.owl-carousel) .product-block, .product-list .row:not(.owl-carousel) .product-block:nth-child(2n), .product-list .row:not(.owl-carousel) .product-block:nth-child(2n+1), .col75 .product-list .row:not(.owl-carousel) .product-block, .col75 .product-list .row:not(.owl-carousel) .product-block:nth-child(3n), .col75 .product-list .row:not(.owl-carousel) .product-block:nth-child(3n+1), .col75 .product-list .row:not(.owl-carousel) .product-block:nth-child(2n), .col75 .product-list .row:not(.owl-carousel) .product-block:nth-child(2n+1), .vrtour.col50 {
		width: auto;
		display: block;
		margin-left: 0;
		margin-right: 0;
		float: none;
	}
	#gmap {
		height: 300px;
		width:100%;
	}
	#gmap_canvas {
		height:300px;
	}
	#cart ul li:first-child table tr td:nth-child(2) {
		min-width: 9em;
	}
	#cart ul.active {
		margin: 0 -15px;
		max-width: 320px;
	}
/*
	.eventgallery .heading {
		padding-top: 75%;
	}
*/
	.eventgallery .heading h1 {
		font-size: 166%;
		width: 80%;
	}
	.eventgallery a {
		padding-top: 25%;
	}
	.product-list .row.owl-carousel .product-block {
		border: 0;
	}
	body:not(.common-home) .eventsline .item:first-child, body:not(.common-home) .newsline .item:first-child {
		margin-bottom: 0;
	}
/*
	.eventsline .item .image {
		padding-top: 56.25%;
	}
*/
	.eventsline .item .image, body:not(.common-home) .eventsline .item:first-child .image, .eventsline .owl-carousel .item .image {
	    padding-top: 66.66%;
	}
	.eventsline .item .image a span, body:not(.common-home) .eventsline .item:first-child .image a span, .eventsline .owl-carousel .item .image a span {
	    font-size: 150%;
	}
	body:not(.common-home) .newsline .item:first-child .artDesc {
		display: block;
		margin-top: 10px;
	}
	body:not(.common-home) .eventsline .item:first-child .date {
		position: static;
		color: #2773C3;
		padding: 3px 10px 10px 10px;
		text-shadow: 0 0 0 transparent;
	}
/*
	body:not(.common-home) .eventsline .item:first-child .image a {
		padding: .5em;
		background-color: transparent;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	body:not(.common-home) .eventsline .item:first-child .image a span {
		background-color: rgba(23,38,46,.58);
	}
*/
	.eventgallery .heading .preambula, body:not(.common-home) .newsline .item:first-child .artDesc {
        max-width: 100%;
	}
	.checkout-cart .buttons .pull-left, .checkout-cart .buttons .pull-right {
	    max-width: 48%;
	    text-align: center;
	}
	.checkout-cart .buttons .pull-left .btn-default, .checkout-cart .buttons .pull-right .btn-primary, #button-coupon {
	    padding: 12px;
	}
}
@media (max-width:460px) {
	.common-home .mfilter-box .mfilter-filter-item {
		display: block;
		margin-bottom: 20px !important;
		padding-bottom: 20px !important;
		border-bottom: 1px dotted #a0a0a0 !important;
	}
	.common-home .mfilter-box .mfilter-filter-item:last-child {
		border: 0 !important;
		padding-bottom: 0 !important;
	}
	.text h1, .product-view h1, main > .inner_wrap > h1, .product-list h2, .newsline h2, .eventsline h2, .eventpage h2, .common-home .mfilter-content_top .box-heading, #mapheading {
	    font-size: 200%;
	}
	.product-block .image {
	    margin: 0;
	    padding: 1em;
	}
	.product-block .image.mark span {
	    top: 0;
	    right: 0;
	}
	.product-list .row.owl-carousel .owl-stage-outer {
	    border-width: 1px;
	}
	.nav-tabs li {
	    padding: 10px;
	}
}

.socnetauth2_bline_content {
    margin-top: 20px;
}
.socnetauth2_bline_content table {
    margin-bottom: 0;
}
.account_socnetauth2__header, .checkout_socnetauth2_bline_links:before {
    font-size: 120%;
    color: #144982;
    line-height: 1.1;
    margin-bottom: .75em;
}
.checkout_socnetauth2_bline_links:before {
    content: "ÐÐ²Ñ‚Ð¾Ñ€Ð¸Ð·Ð°Ñ†Ð¸Ñ/Ð ÐµÐ³Ð¸ÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ñ‡ÐµÑ€ÐµÐ· ÑÐ¾Ñ†.ÑÐµÑ‚Ð¸:";
    display: block;
}
.loginza_links a {
    border-radius: 50%;
    overflow: hidden;
    background-color: #2773C3;
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    margin: 0 6px 10px 0;
}
.loginza_links .icon {
    background-size: 60% 60%;
}
.loginza_links a:hover {
    opacity: .9;
}
