
/*.templates/cnsv2/css/template.css*/
html {
	scroll-behavior: smooth;
}


@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html * {max-height:1000000px;}

/*html { overflow-y: scroll; } */

body, html {
	padding: 0;
	margin: 0;
	font-size: 15px;
	background-color: #ffffff;
}

textarea {
	resize: none;
}


.clr {
	clear:both;
	float:none !important;
	height:0px !important;
	font-size:0px !important;
	border:none;
	margin:0 !important;
	padding:0 !important;
	background:transparent !important;
	visibility:hidden !important;
}

label.error {
 	display: none;
 	opacity: 0;
 	position: absolute;
 	left: -5000px;
 	top: -5000px;
}


.sitecontainer {
	margin: 0 auto;
	position: relative;
}

.navbar-toggler-icon:after {
	font-family: FontAwesome !important;
	content: "\f0c9";
	position: relative;
	top: 5px;
}

.navbar-toggler-icon {
	width: auto;
}

.template-wizard-positions-container {
	background: #ffffff;
}

.template-wizard-positions-container-zebradark,
.template-wizard-positions-container-zebradark .template-bigrubricator {
	background: #2c2d2f;
}

.template-wizard-positions-container-zebradark *,
.template-wizard-positions-container-zebradark .template-wizard-positions-container-header {
	color: #ffffff !important;
}

.template-wizard-positions-container-zebradark .template-bigrubricator .template-bigrubricator-left-one a:hover,
.template-wizard-positions-container-zebradark .template-bigrubricator .template-bigrubricator-left-one.active a {
	background: rgba(255,255,255,0.2);
}

/*.body-zebra .template-wizard-positions-container:not(.template-wizard-positions-container-notzebradark):nth-child(even) {
	background: #2c2d2f;
}

.body-zebra .template-wizard-positions-container:not(.template-wizard-positions-container-notzebradark):nth-child(even) * {
	color: #ffffff !important;
}

.body-zebra .template-wizard-positions-container:not(.template-wizard-positions-container-notzebradark):nth-child(even) .card {
	border-color: #444444;
}


.body-zebrai .template-wizard-positions-container:nth-child(odd) {
	background: #2c2d2f;
}

.body-zebrai .template-wizard-positions-container:nth-child(odd) * {
	color: #ffffff !important;
}

.body-zebrai .template-wizard-positions-container:nth-child(odd) .card {
	border-color: #444444;
}*/

.template-wizard-positions-container,
.button,
body .btn,
.template-module-backcall-link,
.card-img-top,
.input,
.textarea,
.select,
.tcnstemplate-contentconstructor-area-one-type-button,
.opwnd {
	border-radius: 0 !important;
}

.body-round-1 .template-wizard-positions-container,
.body-round-1 .button,
.body-round-1 .tcnstemplate-contentconstructor-area-one-type-button,
body.body-round-1 .btn,
.body-round-1 .template-module-backcall-link,
.body-round-1 .card-img-top,
.body-round-1 .input,
.body-round-1 .textarea,
.body-round-1 .select,
.body-round-1 .opwnd {
	border-radius: 3px !important;
}

.body-round-2 .template-wizard-positions-container,
.body-round-2 .button,
.body-round-2 .tcnstemplate-contentconstructor-area-one-type-button,
body.body-round-2 .btn,
.body-round-2 .template-module-backcall-link,
.body-round-2 .card-img-top,
.body-round-2 .input,
.body-round-2 .textarea,
.body-round-2 .select,
.body-round-2 .opwnd {
	border-radius: 5px !important;
}

.body-round-3 .template-wizard-positions-container,
.body-round-3 .tcnstemplate-contentconstructor-area-one-type-button,
.body-round-3 .button,
body.body-round-3 .btn,
.body-round-3 .template-module-backcall-link,
.body-round-3 .card-img-top,
.body-round-3 .input,
.body-round-3 .textarea,
.body-round-3 .select,
.body-round-3 .opwnd {
	border-radius: 10px !important;
}

.template-wizard-positions-container.template-wizard-positions-container-sizetype-2,
.template-wizard-positions-container.template-wizard-positions-container-sizetype-3 {
	border-radius: 0 !important;
}

/*.body-zebra.body-shadow-1 .template-wizard-positions-container-zebradark,
.body-zebrai.body-shadow-1 .template-wizard-positions-container-zebradark {
	box-shadow: 4px 4px 5px rgba(0,0,0,0.2);
}

.body-zebra.body-shadow-2 .template-wizard-positions-container-zebradark,
.body-zebrai.body-shadow-2 .template-wizard-positions-container-zebradark {
	box-shadow: 4px 4px 5px rgba(0,0,0,0.4);
}

.body-zebra.body-shadow-3 .template-wizard-positions-container-zebradark,
.body-zebrai.body-shadow-3 .template-wizard-positions-container-zebradark {
	box-shadow: 4px 4px 5px rgba(0,0,0,0.7);
}*/

.body-shadow-1 .template-wizard-positions-container:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	opacity: 0.6;
	background: linear-gradient(to bottom, rgba(0,0,0,70) 0%,rgba(0,0,0,0) 100%);
}

.body-shadow-2 .template-wizard-positions-container:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 8px;
	opacity: 0.6;
	background: linear-gradient(to bottom, rgba(0,0,0,70) 0%,rgba(0,0,0,0) 100%);
}

.body-shadow-3 .template-wizard-positions-container:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 12px;
	opacity: 0.6;
	background: linear-gradient(to bottom, rgba(0,0,0,70) 0%,rgba(0,0,0,0) 100%);
}

.template-wizard-positions-container-i {
	padding-top: 0;
	padding-bottom: 0;
}

.body-margin-1 .template-wizard-positions-container-i {
	padding-top: 0;
	padding-bottom: 0;
}

.body-margin-2 .template-wizard-positions-container-i {
	padding-top: 20px;
	padding-bottom: 20px;
}

.body-margin-3 .template-wizard-positions-container-i {
	padding-top: 40px;
	padding-bottom: 40px;
}

.body-margin-4 .template-wizard-positions-container-i {
	padding-top: 60px;
	padding-bottom: 60px;
}



.template-wizard-positions-container-margin-1 .template-wizard-positions-container-i {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.template-wizard-positions-container-margin-1 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/*.template-wizard-positions-container-margin-1 > .template-wizard-positions-container-i > .row {
	margin-right: 0;
    margin-left: 0;
}*/

.template-wizard-positions-container-margin-2 .template-wizard-positions-container-i {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.template-wizard-positions-container-margin-3 .template-wizard-positions-container-i {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.template-wizard-positions-container-margin-4 .template-wizard-positions-container-i {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.carousel-item-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.carousel-item {
	height: 700px;
}

.carousel-item-image {
	height: 100%;
}

/*.template-module-catalog-hitlist-header,
.template-wizard-positions-container-header {
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
	font-size: 40px;
}*/

.card {
	background-color: transparent;
}

.card-advantages {
	border: 0;
}

.card-advantages * {
	text-align: center;
}

.card-advantages .card-img-top {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 160px;
}

.card-cataloglist .card-img-top {
	background-color: #ffffff;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
}

.card-cataloglist .card-footer {
	border: 0;
	background: transparent;
}

.card-cataloglist * {
	text-align: center;
}

.card-price {
	font-weight: bold;
	font-size: 1.25rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	border-radius: 100px !important;
    padding: 20px !important;
    background-size: 50% !important;
    background-color: rgba(0,0,0,0.3) !important;
}

.carousel-indicators li {
	background-color: rgba(0,0,0,0.3) !important;
}

.carousel-indicators li.active {
	background-color: rgba(0,0,0,0.6) !important;
}

.navbar-cart-icon:after {
	content: "\f07a";
	font-family: FontAwesome;
	font-size: 22px;
}

.navbar-search-icon:after {
	content: "\f002";
	font-family: FontAwesome;
	font-size: 22px;
}

.navbar-close-icon:after {
	content: "\f00d";
	font-family: FontAwesome;
	font-size: 22px;
}

.template-wizard-positions-container-sticky {
}

.template-wizard-positions-container.fixed-top {
	z-index: 106;
	position: fixed;
	/*transition: all 500ms ease 0s;*/
    animation-duration: 1s;
	animation-name: slidefromtop;
	width: auto;
}

@keyframes slidefromtop {
  from {
    top: -200px;
  }

  to {
    top: 0;
  }
}

.template-wizard-positions-container-zebradark .input {
	color: #000000 !important;
}

.template-wizard-positions-container-zebradark .input {
	color: #000000 !important;
}

.template-module-logo img {
	max-width: 200px;
	max-height: 70px;
}

.fixed-top .template-module-logo {
	background: transparent !important;
	padding: 0 !important;
}

.fixed-top .navbar .template-module-logo img,
.navbar .template-module-logo img {
	max-height: 30px;
}

@media only screen and (max-width: 768px) {
	[class*="col-"]:not(:last-child){
  		margin-bottom: 30px;
	}

	.navbar {
		padding-top: 2px;
		padding-bottom: 2px;
	}

}

@media (min-width: 769px) and (max-width: 991px) {

	/*.template-module-catalog-list-i .col-md-6,
	.template-wizard-positions-one-advantages .col-md-6 {
		margin-bottom: 30px;
	}

	.template-wizard-positions-one-advantages .col-md-6:last-child,
	.template-wizard-positions-one-advantages .col-md-6:nth-last-child(2),
	.template-module-catalog-list-i .col-md-6:last-child,
	.template-module-catalog-list-i .col-md-6:nth-last-child(2) {
		margin-bottom: 0;
	}*/

	.navbar {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.navbar-right .btn,
.navbar-right .navbar-toggler {
	line-height: 1;
}

.card-advantages .card-body p:last-child {
	margin-bottom: 0;
}

/*@include media-breakpoint-down(xs) {
  [class*="col-sm"]:not(:last-child){
    margin-bottom: 15px;
  }
}

@include media-breakpoint-down(sm) {
  [class*="col-md"]:not(:last-child){
    margin-bottom: 15px;
  }
}

@include media-breakpoint-down(md) {
  [class*="col-lg"]:not(:last-child){
    margin-bottom: 15px;
  }
}*/

@media only screen and (max-width: 768px) {
	/*.content-i h1, .template-module-catalog-hitlist-header, .template-land-title, .template-module-advantages-title, .template-module-wesuggest-title, .template-module-news-header, .template-module-articles-header, .template-wizard-positions-container-header, .template-module-catalog-action-header {
		font-size: 30px;
		margin-bottom: 15px !important;
	}*/

	.body-margin-2 .template-wizard-positions-container-i {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}

	.body-margin-2 .template-wizard-positions-container-header {
		margin-bottom: 20px !important;	
	}

	.body-margin-3 .template-wizard-positions-container-i {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}

	.body-margin-3 .template-wizard-positions-container-header {
		margin-bottom: 30px !important;	
	}

	.body-margin-4 .template-wizard-positions-container-i {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.body-margin-4 .template-wizard-positions-container-header {
		margin-bottom: 40px !important;	
	}


	.template-wizard-positions-container-margin-2 .template-wizard-positions-container-i {
	    padding-top: 20px !important;
	    padding-bottom: 20px !important;
	}

	.template-wizard-positions-container-margin-2 .template-wizard-positions-container-header {
		margin-bottom: 20px !important;
	}

	.template-wizard-positions-container-margin-3 .template-wizard-positions-container-i {
	    padding-top: 30px !important;
	    padding-bottom: 30px !important;
	}

	.template-wizard-positions-container-margin-3 .template-wizard-positions-container-header {
		margin-bottom: 30px !important;
	}

	.template-wizard-positions-container-margin-4 .template-wizard-positions-container-i {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.template-wizard-positions-container-margin-4 .template-wizard-positions-container-header {
		margin-bottom: 40px !important;
	}

	.card-newsv2 .card-footer {
		text-align: center;
	}
}

@media only screen and (max-width: 500px) {
	/*.content-i h1, .template-module-catalog-hitlist-header, .template-land-title, .template-module-advantages-title, .template-module-wesuggest-title, .template-module-news-header, .template-module-articles-header, .template-wizard-positions-container-header, .template-module-catalog-action-header {
		font-size: 20px;
		margin-bottom: 10px !important;
		font-weight: bold;
	}*/

	.body-margin-2 .template-wizard-positions-container-i {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}

	.body-margin-2 .template-wizard-positions-container-header {
		margin-bottom: 15px !important;
	}

	.body-margin-3 .template-wizard-positions-container-i {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}

	.body-margin-3 .template-wizard-positions-container-header {
		margin-bottom: 20px !important;
	}

	.body-margin-4 .template-wizard-positions-container-i {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.body-margin-4 .template-wizard-positions-container-header {
		margin-bottom: 30px !important;
	}

	.template-wizard-positions-container-margin-2 .template-wizard-positions-container-i {
	    padding-top: 15px !important;
	    padding-bottom: 15px !important;
	}

	.template-wizard-positions-container-margin-2 .template-wizard-positions-container-header {
		margin-bottom: 30px !important;
	}

	.template-wizard-positions-container-margin-3 .template-wizard-positions-container-i {
	    padding-top: 20px !important;
	    padding-bottom: 20px !important;
	}

	.template-wizard-positions-container-margin-3 .template-wizard-positions-container-header {
		margin-bottom: 20px !important;
	}

	.template-wizard-positions-container-margin-4 .template-wizard-positions-container-i {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.template-wizard-positions-container-margin-4 .template-wizard-positions-container-header {
		margin-bottom: 30px !important;
	}

}

/*after*/

/*
.top {
	background: #999999;
	padding: 10px;
}

.plate-i, .menu-i, .content-i, .template-module-news, .template-block-advantages-i {
	max-width: 1100px;
	margin: 0 auto;
}

.content-i {
	max-width: 1110px;
}

.menu {
	background: #333333;
	font-size: 19px;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.template-module-catalog-hitlist-header,
.template-module-news-header-i,
.template-block-advantages-header {
	font-weight: normal;
	text-align: center;
	font-size: 40px;
	color: #333333;
	text-transform: none;
}

.content-i {
	padding-top: 0px;
	padding-bottom: 20px;
	margin-bottom: 25px;
	overflow: hidden;
}


.template-block-advantages-header {
	margin-bottom: 20px;
}

.template-block-advantages {
	margin-bottom: 30px;
}

.template-block-advantages-one {
	text-align: center;
}

.template-block-advantages-one img {
	display: block;
	margin: 0 auto 20px auto;
}

.template-block-advantages-one strong {
	display: block;
	margin: 0 0 10px 0;
}

.template-block-advantages-one .template-block-advantages-one-icon {
	font-family: 'FontAwesome';
	font-size: 50px;
	color: #555555;
	display: block;
	text-align: center;
	margin: 0 0 20px 0;
}

.template-block-advantages-one-1 .template-block-advantages-one-icon:after {
	content: "\f0ac";
}

.template-block-advantages-one-2 .template-block-advantages-one-icon:after {
	content: "\f085";
}

.template-block-advantages-one-3 .template-block-advantages-one-icon:after {
	content: "\f1ac";
}

.template-block-advantages-one-4 .template-block-advantages-one-icon:after {
	content: "\f164";
}

.template-block-advantages-one:hover .template-block-advantages-one-icon {
	color: #336699;
}

.content-i h1,
.template-module-catalog-hitlist-header,
.template-module-catalog-action-header {
	font-weight: normal;
	font-size: 40px;
	color: #333333;
	text-align: center;
}

.input, .textarea, .select {
	padding: 3px;
	border-radius: 3px;
	border: 1px solid #999999;
	margin: 0;
}

.button {
	background: #999999;
	border-radius: 3px;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 20px;
	border: 0;
}

.template-block-advantages {
	margin-bottom: 45px;
}

.template-module-contacts *,
.template-module-worktime *,
.template-module-cart2 *,
.template-module-viewed *,
.template-module-backcall *,
.template-module-catalog-hitlist-header *,
h1,
.template-module-catalog-list-one-notes,
.template-module-catalog-list-one-btns *,
.template-module-news-header *,
.template-module-articles-header *,
.template-module-copyright *,
.page_i *,
.template-module-path *,
.card_notes, .card_notes *,
.template-module-card-blocktext .params *,
.template-module-vendors-content *,
.template-land-map-cover *,
.opwndcontent *,
.module-catalog-filter *
{
 
}

.opwndcontent a {
	color: #000000;
}

.page_i * {
	font-size: 15px;
}

.card_notes,
.template-module-card-blocktext .params,
.content-i-simple,
.template-module-vendors {
	max-width: 800px;
	margin: 0 auto;
}

.template-module-vendors table {
	width: 100%;
}

.template-land {
	padding-top: 45px;
	padding-bottom: 45px;
}

.template-land-title,
.land-feedbackform h1 {
	font-weight: normal;
	font-size: 40px;
	color: #333333;	
	text-align: center;

	margin-bottom: 20px;
	margin-top: 0;
	font-weight: normal;
	color: #ffffff;
}

.template-land .template-module-cartform-buttons {
	text-align: left;
}

.template-land .template-feedbackform-line * {

	font-size: 15px;
}

 .template-feedbackform-line {
 	padding-bottom: 10px;
 	color: #ffffff;
 }

 .template-feedbackform-line.last {
 	padding-bottom: 0px;
 }

 .template-feedbackform .input,
 .template-feedbackform .textarea {
 	width: 100%;
 	background: #ffffff;
 	border: 0;
 	padding: 6px 5px;
 	box-shadow: 0 0 1px rgba(255,255,255,0.5);
 	border: 1px solid #ffffff;
 	margin: 0;
 }

 .content-i .template-feedbackform .input,
 .content-i .template-feedbackform .textarea {
 	border: 1px solid #999999;
 }

 .content-i .template-feedbackform-line {
 	color: #333333;
 }

 .content-i .template-feedbackform {
 	width: 99%;
 }

.template-feedbackform .input.error,
.template-feedbackform .textarea.error {
	box-shadow: 0 0 10px #ff0000;
	border: 1px solid #ff0000;
}

.template-feedbackform-status {
	color: #ffffff;

	font-size: 15px;
}

.template-feedbackform .textarea {
	height: 180px;
}

.template-feedbackform .button {
	margin-right: -10px;
	float: right;
	margin-top: 0;
	margin-bottom: 0;
}

.template-feedbackform-alert {
	padding: 10px 10px 10px 10px;
	background: rgba(255,255,255,0.1);
	line-height: 17px;
	display: inline-block;
}

.template-land-map {
	height: 320px;
	overflow: hidden;
	position: relative;
}

.template-land-map-cover {
	width: 100%;
	height: 100%;
	background: #ffffff;
}

.template-module-backcall a {
	border: 0 !important;
}

.plate-i .grid-container {
	display: flex;
}

.template-block-vcenter {
	margin: auto;
}


.template-module-catalog-hitlist-header,
.template-module-wesuggest-title,
.template-module-news-header-i,
.template-module-articles-header-i,
.template-block-advantages-header,
.template-land-title,
.template-module-wesuggest-title {
	padding-bottom: 0 !important;
	margin-bottom: 35px !important;
}

.template-land-contacts .grid-container {
	max-width: 1120px;
}

.template-shopoff-text {
	background: #D74701;
	border: 2px solid #ffffff;
	padding: 10px 0;
	color: #ffffff;
	max-width: 600px;
	margin: 20px auto 0px auto;
	border-radius: 10px;
	top: 100px;
	text-align: center;
	font-weight: bold;
	z-index: 10;
}

.template-module-catalog-hitlist-header {
	margin-top: 30px !important;
}


.finbizdownload {
	margin: 19px 0 0 0;
	background: #153B56;
	color: #ffffff;
	padding: 7px 20px 9px 20px;
	float: right;
}

.finbizdownload a {

}

.finbizdownload a {
	color: #ffffff;
	text-decoration: none;
}

.finbizdownload span.icon {
	font-family: FontAwesome;
	padding-right: 15px;
	font-size: 20px;
}

.finbizdownload span.icon:after {
	content: "\f016";
}

.finbizdownload span.download {
	text-decoration: underline;
}

.searchin .template-module-search {
	width: 99%;
	float: left;
}

.finbizlanddownload {
	margin: 0px auto 0px auto;
	background: #0059A3;
	padding: 30px 0 30px 0;
}

.finbizlanddownload-i {
	width: 1000px;
	margin: 0 auto;
}

.finbizlanddownload table {
	width: 100%;
}

.finbizlanddownload a {
	background: #DC2B19;
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	color: #ffffff;
	font-size: 15px;
}


.finbizlanddownloadtitle {
	font-size: 40px;
	line-height: 19px;
	white-space: nowrap;
	padding-right: 20px;
	color: #ffffff;
}

.finbizlanddownloadnotes {
	color: #ffffff;
}

.finbizlanddownloadnotes p {
	margin: 0;
	padding: 0;
	position: relative;
	top: 1px;

	font-size: 15px;
}


.is_user_245 .template-module-wesuggest {
	background: #0059A3 !important;
}

.template-landtitle {
	font-weight: normal;
    text-align: center;
    font-size: 40px;
    color: #333333;
    text-transform: none;
}

.module-catalog-filter .button {
	font-weight: normal !important;
	font-size: 13px !important;
}


.module-catalog-filter table {
	margin: 0 auto;
}

.template-module-reviews * {
	font-size: 15px;
}

.template-module-rubricator-ul {
	box-shadow: 0 0 6px rgba(0,0,0,0.7);
}


.fixed-top {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	background: #e0e0e0;
	z-index: 10;
	box-shadow: 0 0 5px rgba(0,0,0,0.6);
	padding: 5px 0;
	text-align: center;
	display: none;
}

.fixed-top-i {
	display: inline-block;
	text-align: center;
}

.fixed-top-c {
	display: flex;
}

.fixed-top-one {
	display: inline-block;
	margin: auto;
	width: auto;
}

.fixed-top-one-i {
	padding: 0 20px;
	position: relative;
}

.fixed-top .template-module-search {
	margin-bottom: 0px !important;
	width: auto !important;
}

.fixed-top .template-module-search-input {
	width: 240px;
}

.fixed-top .template-module-viewed,
.fixed-top .template-module-cart2 {
	text-align: left;
}

.fixed-top .template-module-viewed-title,
.fixed-top .template-module-cart2-title {
	margin-left: 0px;
}

.fixed-top .template-module-contacts {
	margin: 1px 0 0 0;
}

.catalog-call {
	text-transform: uppercase;
	font-weight: bold;
	background: url(/i/gtd/dropdown33.png) no-repeat right center;
	padding-right: 20px;
	cursor: pointer;
}

.catalog-call-menu {
	position: absolute;
	background: #e0e0e0;
	left: 0;
	text-align: left;
	top: 32px;
	display: none;
	box-shadow: 0 3px 4px rgba(0,0,0,0.6);
}

.catalog-call-menu .menu-grid-one {
	display: block;
	text-align: left;
}

.catalog-call-menu a {
	display: block;
	text-align: left;
	color: #0059A3 !important;
	font-size: 17px;
}

.template-topmenus-menu {
	position: absolute;
	background: #e0e0e0;
	box-shadow: 0 3px 4px rgba(0,0,0,0.6);
	width: 401px;
	display: none;
}

.template-topmenus-menu-one {
	float: left;
	width: 200px;
}

.template-topmenus-menu-one-info {
	padding: 10px;
}

.fixed-top .template-module-logo {
	background: url(/i/gtd/dropdown33.png) no-repeat right center;
	padding-right: 15px;	
}

.fixed-top .template-module-menu {
	background-color: transparent !important;
}

.fixed-top .template-module-menu a {
	color: #0059A3 !important;
	font-size: 17px;
	text-align: left;
}

.template-topmenus-menu-one-left {
	border-right: 1px dotted #cccccc;
}

.utable {
	
}

.utable td {
	border-bottom: 1px solid #cccccc;
	padding: 7px;
}


.utable tr:nth-child(even) td {
	background: #f0f0f0;
}

.template-module-rubricator-li-id-7251 .template-module-rubricator-ul-2 {
	left: -100% !important;
}

*/

.photogallerydiv-one {
	display: inline-block;
	width: 33%;
	vertical-align: top;
	box-sizing: border-box;
	padding-right: 10px;
	margin-bottom: 30px;
}

.photogallerydiv-one-i {
	height: 200px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.photogallerydiv-one-title {
	text-align: center;
	display: block;
	font-weight: bold !important;
	margin-top: 5px;
	color: #000000;
}

.photogallerydiv-one-i a {
	display: block;
	width: 100%;
	height: 100%;
}

.module-tableconstructor {
    width: 100%;
}

.module-tableconstructor td {
    text-align: center;
    padding: 5px;
}

.module-tableconstructor td.module-tableconstructor-cell-left {
    text-align: left;
}

.module-tableconstructor td.module-tableconstructor-cell-right {
    text-align: right;
}

.module-tableconstructor tr:nth-child(odd) td {
    background: rgba(0,0,0,0.1);
}

.navbar-nav li a {
	padding-right: 0 !important;
	padding-left: 0 !important;
	margin-right: 10px !important;
	margin-left: 10px !important;
}

.navbar-nav li a:first-child {
	margin-left: 0 !important;
}

.template-wizard-positions-container-sizetype-1 {
	max-width: 1200px;
	margin: 0 auto;
}

.template-wizard-positions-container-sizetype-3 .template-wizard-positions-container-i {
	max-width: 1120px;
	margin: 0 auto;
}

.template-wizard-positions-container-selfname-slider.template-wizard-positions-container-sizetype-3 .template-wizard-positions-container-i {
	max-width: none;
}

.navbar-nav .templates-search-icon,
.navbar-nav .templates-cart-icon {
	display: inline-block;
}

.template-bigrubricator {
	z-index: 2;
}

.template-bigrubricator-right {
	width: 848px !important;
}

.navbar-nav li .template-bigrubricator-right a {
	white-space: normal !important;
}

.navbar-nav li .template-bigrubricator-left-one a {
	white-space: normal !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.navbar-nav li .template-bigrubricator-right-one-link a {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	text-transform: none;
}

.card-cataloglist {
	margin-bottom: 20px;
}

.card-img-top {
	margin-top: 5px;
}

.template-module-catalog-list {
	margin-bottom: -20px;
}

.module-catalog-filter-show,
.module-catalog-filter-hide,
.template-module-catalog-showhidefilter {
	display: none;
}

.module-catalog-filter-show {
	display: block;
	text-align: center;
	background: transparent;
	padding-right: 0;
	font-weight: bold;
	padding: 10px 0;
	background: rgba(0,0,0,0.1);
}

.template-module-catalog-filterplace {
	border: 0;
	float: left;
	width: 300px;
	background: #f0f0f0;
	margin-top: 0px;
	display: block !important;
}

.module-catalog-filter-hidden {
	display: block;
}

.module-catalog-filter table td {
	display: block;
	padding-left: 15px;
}

.module-catalog-filter-one-title {
	font-weight: bold;
}

.module-catalog-filter .input {
	width: 137px !important;
	box-sizing: border-box;
}

.module-catalog-filter .select {
	width: 278px;
	background: #ffffff !important;
}

.module-catalog-filter-one-slider {
	width: 260px;
}

.module-catalog-filter-showadd {
	width: 260px;
	text-align: center;
	background-position: bottom: center;
	display: block;
	position: relative;
	left: -40px;
}

.module-catalog-filter-showadd em {
	display: block;
}

.module-catalog-filter .module-catalog-filter-buttonline td {
	padding-left: 50px;
}

.module-catalog-filter-selectcheckbox-block {
	position: relative;
}

.module-catalog-filter-selectcheckbox-more {
	display: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.7);
	position: absolute;
	background: #f0f0f0;
	left: 270px;
	z-index: 3;
	top: 0;
	padding: 20px;
	width: 200px;
}

.module-catalog-filter-selectcheckbox-more-show {
	cursor: pointer;
	padding: 5px 0;
	color: #0059A3;
}


.ui-widget-header {
	background: #D9D9D9 !important;
}

.template-module-catalog-list-withfilter .template-module-catalog-list-one {
	width: 33.333333%;
}

.template-module-catalog-list-withfilter .clr {
	display: none !important;
}

.module-catalog-filter-selectcheckbox-one label {
	margin-bottom: 0 !important;
}

.module-catalog-filter .select,
.module-catalog-filter .input {
	border: 1px solid #cccccc !important;
	background: #ffffff !important;
	box-sizing: border-box !important;
	padding: 3px !important;
}

.sort-n-view-n-other {
	display: none;
}

.template-catalog-pagination span.active {
	opacity: 0.5;
}

.template-catalog-pagination .pagination {
	display: block;
}

.template-catalog-pagination * {
	text-align: center;
}

.template-wizard-positions-container-id-1338 {
	border-bottom: 1px solid #cccccc;
}

.template-wizard-positions-container-id-1344 {
	border-top: 1px solid #cccccc;
}

.template-wizard-positions-container-id-1341 .card-img-top {
	background-size: 43%;
	background-repeat: no-repeat;
}

.card-img-top a {
	display: block;
	width: 100%;
	height: 100%;
}

p.alert1 {
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    padding: 20px;
    margin: 30px 20px;
    font-weight: bold;
    text-align: center !important;
}

p.alert2 {
    border: 1px dotted #cccccc;
    background: #f6f6f6;
    padding: 20px 20px 20px 60px;
    margin: 30px 0;
    position: relative;
}

p.alert2:before {
    font-family: FontAwesome;
    content: "\f05a";
    position: absolute;
    color: #cccccc;
    left: 18px;
    font-size: 28px;
    line-height: 28px;
    top: 50%;
    margin-top: -14px;
}


.opwndcover {
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0,0,0,0.8);
    left: 0;
    top: 0;
    z-index: 99 !important;
}

.opwnd {
    background: #ffffff !important;
    background-size: cover !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-shadow: 0 0 10px rgba(0,0,0,1);
    /*border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;*/
    border-radius: 0;
    z-index: 1000 !important;
}

.opwndcontent {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
    padding-top: 10px;
}

.opwnd .opwndc {
    background: rgba(255,0,0,1) url(/i/admin/opwndc.png) no-repeat center center !important;
    top: 0 !important;
    right: 0px !important;
    padding: 8px !important;
    color: #ffffff !important;
    width: 30px !important;
    height: 30px !important;
    /*box-shadow: 5px 0 5px rgba(0,0,0,1);*/
    left: auto;
    position: absolute;
}

.opwnd h1 {
    text-align: center;
}


.template-module-cart-added {
    text-align: center;
}

.template-module-cart-added-close {
    margin-top: 10px;
}

.template-module-cart-added-close a {
    color: #000000;
}

.template-module-cart-added-button {
    cursor: pointer;
}

.template-module-cart-added p {
	padding-top: 20px;
}

.template-bigrubricator-right-one-header {
	display: none;
}

.button,
.btn-primary,
.template-module-card-2cart {
	color: #fff !important;
	text-transform: none !important;
	background: transparent !important;
	background-color: #007bff !important;
	border-color: #007bff !important;
	display: inline-block !important;
	font-weight: 400 !important;
	border: 1px solid transparent !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: .25rem !important;
}

.module-catalog-filter-checklabel,
.module-catalog-filter-selectcheckbox-one label {
	white-space: normal !important;
}

.template-wizard-positions-container-sticky.fixed-top:not(.template-wizard-positions-container-margin-1) .template-wizard-positions-container-i {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.module-catalog-filter-reset {
	margin-right: 0 !important;
}

.module-catalog-filter-hidden {
	padding: 0 !important;
}

.module-catalog-filter-buttonline td {
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

.card-sticker {
	position: absolute;
    padding: 1px 4px;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 10px;
}

.card-sticker-hit {
	background-color: #DF2424;
	left: 10px;
    top: 10px;
	color: #ffffff;
}

.card-sticker-new {
	background-color: #0583d0;
	right: 10px;
    top: 10px;
	color: #ffffff;
}

.template-module-search-live {
	display: none;
	z-index: 2;
	padding: 10px;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.5);
	width: 750px;
}

.template-module-search-live .card-footer,
.template-module-search-live .card-text {
	display: none;
}

.template-module-search-live .template-module-search-live-inside {
    max-height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.template-module-cart-itemslist .template-module-card-2cart {
	display: none !important;
}

.template-wizard-positions-one-catalogmenu > li {
	position: relative;
	z-index: 2;
}

.template-wizard-positions-one-catalogmenu > li > ul {
	display: none;
	position: absolute;
	background: #ffffff;
	border: 1px solid #999999;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
	margin: 0 !important;
	padding: 0;
	min-width: 200px;
}

.template-wizard-positions-one-catalogmenu > li > ul * {
	text-align: left !important;
	display: block;
	margin: 0 !important;
}

.template-wizard-positions-one-catalogmenu > li > ul > li > a {
	padding: 5px 10px;
}

.template-wizard-positions-one-catalogmenu > li:hover > ul {
	display: block;
}

.block_compare div,
.block_favourite div {
	display: inline-block;
}

.template-module-catalog-list-nbuttons-one-compare-layer,
.template-module-catalog-list-nbuttons-one-favourite-layer {
	display: inline-block;
}

.block_compare_remove {
	display: none !important;
}

.block_compare_add,
.block_compare_remove {
	cursor: pointer;
}


.template-module-catalog-list-nbuttons-one-compare-layer.active .block_compare_add,
.template-module-catalog-list-nbuttons-one-favourite-layer.active .block_compare_add {
	display: none !important;
}

.template-module-catalog-list-nbuttons-one-compare-layer.active .block_compare_remove,
.template-module-catalog-list-nbuttons-one-favourite-layer.active .block_compare_remove {
	display: inline-block !important;
}

.zcomparelink,
.zfavouritelink {
	display: none !important;
	cursor: pointer;
}

.zfavouritelinkactive {
	display: inline-block !important;
}

.template-module-catalog-list-nbuttons-one-compare-layer.active .zcomparelink,
.template-module-catalog-list-nbuttons-one-favourite-layer.active .zfavouritelink {
	display: inline-block !important;
}

.zcontent_comparetable h1 {
	display: none;
}

.navbar-nav .nav-item.dropdown .template-module-rubricator {
	display: none;
}

.navbar-cart {
	position: relative;
}

button {
	outline: none !important;
}

.leftmenu-close,
.leftmenudesktop-close {
    /*background: url(/i/templates/farmacia/globalmenuclose.png) no-repeat center center;
    width: 38px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 38px;
    cursor: pointer;*/

    position: absolute;
    cursor: pointer;
    background: rgba(255,0,0,0.5) url(/i/admin/opwndc.png) no-repeat center center !important;
    top: 0 !important;
    right: -30px !important;
    padding: 8px !important;
    color: #ffffff !important;
    width: 30px !important;
    height: 30px !important;

}

.leftmenu,
.leftmenudesktop {
    display: none;
    position: fixed;
    height: 100%;
    width: 85%;
    max-width: 360px;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    background: #ffffff;
    z-index: 2000;
    left: 0;
    top: 0;
}

.leftmenudesktop {
	width: 320px;
}

.leftmenu-content,
.leftmenudesktop-content {
    height: 100%;
    overflow: auto
}

.leftmenu-content-i,
.leftmenudesktop-content-i {
    padding: 20px 20px 20px 20px;
}

.leftmenu a,
.leftmenudesktop a {
    color: #000000;
}

.leftmenu-rubricator {
	margin-bottom: 20px;
}

.leftmenu-rubricator > ul > li > a {
	text-transform: uppercase;
	font-weight: bold;
}

.leftmenu-rubricator > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.template-wizard-positions-container-sizetype-3 .navbar {
	padding-top: 0;
	padding-bottom: 0;
}

.template-wizard-positions-container-selfname-headermobile .template-module-logo img {
	max-width: 100px !important;
	max-height: 30px !important;
}

.credtable th {
	text-align: center;
}

.credtable,
.credtable th,
.credtable td {
    border-collapse: collapse;
}

.credtable th,
.credtable td {
    padding: 7px;
}

.credtable-description {
    margin-top: 5px;
    font-size: 13px;
    color: #666666;
}

.credtable-more {
    margin-top: 5px;
    font-size: 13px;
}

.credtable-more a {
    color: #ff3008;
}

/*sort {*/

.sorttypes {
    display: block !important;
    position: relative;
    left: 400px;
}

.viewtypes-title,
.sorttypes-title {
    padding: 10px 5px 10px 0;
    display: inline;
}

.sorttypes,
.viewtypes {
    display: inline-block;
    margin-right: 15px;
}

.sorttypes {
    float: left;
    display: block;
    margin-bottom: 20px;
}

.viewtypes-one,
.sorttypes-one {
    display: inline-block;
    margin: 0 2px 0 0;
    
    cursor: pointer;
    padding-left: 5px;
    box-shadow: inset 0 0 2px #cccccc;
    
}

.viewtypes-one span,
.sorttypes-one span {
    display: block;
    padding: 10px 6px;
    padding-left: 20px;
}

.viewtypes-one-table span {
    background: url(/i/templates/shop1/viewtype_table.png) no-repeat left center;
    background-size: 17px;
}

.viewtypes-one-list span {
    background: url(/i/templates/shop1/viewtype_list.png) no-repeat left center;
    background-size: 17px;
}

.viewtypes-one-short span {
    background: url(/i/templates/shop1/viewtype_short.png) no-repeat left center;
    background-size: 17px;
}

.viewtypes-one-short {
    margin-right: 0;
}

.viewtypes-one.active,
.sorttypes-one.active {
    cursor: default;
    background-color: #f0f0f0;
    box-shadow: none;
}

.sorttypes-one.active {
    cursor: pointer;
}

.sorttypes-one-price span {
    background: url(/i/templates/shop1/sorttype_priceasc.png) no-repeat left center;
    background-size: 17px;
}

.sorttypes-one-title span {
    background: url(/i/templates/shop1/sorttype_titleasc.png) no-repeat left center;
    background-size: 17px;
}

.sorttypes-one-price.desc span {
    background: url(/i/templates/shop1/sorttype_pricedesc.png) no-repeat left center;
    background-size: 17px;
}

.sorttypes-one-title.desc span {
    background: url(/i/templates/shop1/sorttype_titledesc.png) no-repeat left center;
    background-size: 17px;
}

.template-module-catalog-stock,
.template-module-catalog-viewtypes {
    display: none;
}

.sorttypes-one-date {
	display: none;
}

.sorttypes {
	width: 315px;
	margin-right: 0;
	position: static;
}

.sort-n-view-n-other {
	position: absolute;
	right: -44px;
	top: 30px;
	display: block;
}

/*sort }*/

.shild-favourite,
.shild-cart {
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
    background: #ff3008;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 10px 5px 10px;
    z-index: 5;
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
}

.shild-favourite *,
.shild-cart * {
    color: #ffffff;
}

.shild-cart {
    margin-left: -80px;
    background: #ffcc00;
}

.shild-favourite a,
.shild-cart a {
    color: #ffffff;
    text-decoration: none;
    padding: 5px 5px 5px 30px;
    display: block;
    background: url(/i/templates/heart_white.png) no-repeat left center;
    background-size: 25px;
}

.shild-cart a {
    background: url(/i/templates/cart.png) no-repeat left center;
    background-size: 25px;
}

.shild-favourite.active,
.shild-cart.active {
    display: block;
}


.template-wizard-positions-one-is_noheader .template-wizard-positions-container-header:not(.template-wizard-positions-container-header-show) {
	display: none;
}

.navbar-nav .nav-item.dropdown .template-module-rubricator.show {
	display: block;
}

.template-wizard-positions-container-selfname-headermobile .template-module-rubricator-li {
	padding-left: 10px;
	background: transparent;
	border: 0;
}

.template-wizard-positions-button {
	padding: 15px 10px;
}

.template-wizard-positions-button {
	text-align: center;
}

.template-wizard-positions-button-icon {
	width: 50px;
	height:50px;
	margin-right: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.template-wizard-positions-button-title {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.template-wizard-positions-container-selfname-headermobile .template-module-rubricator li ul {
	position: static !important;
	width: auto !important;
}

.template-wizard-positions-container-selfname-headermobile .template-module-rubricator-li:hover {
	background: transparent;
}

.leftmenu-rubricator.leftmenu-rubricator-collapse ul li ul {
	display: none;
}

.leftmenu-rubricator.leftmenu-rubricator-collapse a.hassub:after {
	margin-left: 4px;
	font-family: FontAwesome;
	content: "\f0d7";
}

.leftmenu-rubricator.leftmenu-rubricator-collapse a.show.hassub:after {
	content: "\f0d8";
}

.template-wizard-positions-container-selfname-headermobile {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	box-sizing: border-box;
	min-height: 50px;
}

.body-mobile .sitecontainer {
	padding-top: 50px;
}

.body-mobile .sort-n-view-n-other {
	position: static !important;
}

.body-mobile .module-catalog-filter-hidden table {
	width: 100%;
}

.module-catalog-filter-hidden-close {
	display: none;
	position: absolute;
    cursor: pointer;
    background: rgba(255,0,0,0.5) url(/i/admin/opwndc.png) no-repeat center center !important;
    top: 0 !important;
    right: -30px !important;
    padding: 8px !important;
    color: #ffffff !important;
    width: 30px !important;
    height: 30px !important;
}

.body-mobile .module-catalog-filter-hidden {
	position: fixed;
	width: 90%;
	left: 50%;
	margin-left: -48%;
	background: #ffffff;
	box-shadow: 0 0 4px rgba(0,0,0,0.7);
	height: 90%;
	z-index: 20;
	top: 53px;
	box-sizing: border-box;
	padding: 5px !important;
}

.body-mobile .module-catalog-filter-hidden form {
	overflow: auto;
	height: 100%;
}

.body-mobile .module-catalog-filter-hidden-close {
	display: block;
}

.navbar-phone-icon:after {
    content: "\f095";
    font-family: FontAwesome;
    font-size: 22px;
}

.body-mobile .template-module-card-gallery {
	display: none;
}

.body-mobile .template-wizard-positions-container-selfname-headermobile {
	padding-left: 0px;
	padding-right: 0px;
}

.body-mobile .template-wizard-positions-container-selfname-headermobile .navbar {
	padding-left: 10px;
	padding-right: 10px;
}

h1.content_header,
.body-mobile .template-module-cart-form2 h1,
.body-mobile .template-wizard-positions-container-header,
.body-mobile .template-module-card-header {
	font-size: 25px;
}

.body-mobile h1.template-wizard-positions-container-header {
	margin-top: 10px !important;
	margin-bottom: 20px !important;
}

.body-mobile .sort-n-view-n-other .grid-66 {
	padding: 0 !important;
}

.body-mobile .viewtypes-title, .body-mobile .sorttypes-title {
	padding-left: 0 !important;
}

.body-mobile .sort-n-view-n-other,
.catalog-sort-v2 {
	display: none;
}

.body-mobile .catalog-sort-v2 {
	display: block;
	margin-bottom: 15px;
}

.catalog-sort-v2-dropdown {
	position: absolute;
	z-index: 2;
	display: none;
	background: #ffffff;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
}

.catalog-sort-v2-dropdown-one {
	cursor: pointer;
	padding: 5px 10px;
}

.catalog-sort-v2-value:after {
	content: "\f078";
	font-family: FontAwesome;
	margin-left: 5px;
	font-size: 11px;
	top: -2px;
	position: relative;
}

.template-module-catalog-filtershow {
	display: none;
	cursor: pointer;
	background: url(/i/templates/icon_params_red.png) no-repeat left center;
	background-size: 16px;
	padding: 0 0 0 22px;
}

.body-mobile .template-module-catalog-filtershow {
	display: block;
}

.body-mobile .module-catalog-filter-show,
.body-mobile .module-catalog-filter-hide {
	display: none !important;
}

.template-module-card3 .template-catalog-card-tocart {
	margin-top: 10px;
}

.body-mobile .template-module-card3 .template-catalog-card-priceblock {
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #ffffff;
	width: 100%;
	z-index: 10;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	box-sizing: border-box;
	padding: 0 15px;
}

.body-mobile .template-module-card3 .template-catalog-card-priceblock .template-catalog-card-rass {
	display: none;
}

.body-mobile .template-module-card3 .template-catalog-card-priceblock .template-module-card-price {
	margin-bottom: 6px;
}

.body-mobile .card-cataloglist .card-title,
.body-mobile .card-cataloglist .card-price {
	text-align: center !important;
}

.template-module-cart-itemslist .catalog-sort-v2,
.template-module-card-same .catalog-sort-v2,
.template-wizard-positions-one-hit .catalog-sort-v2 {
	display: none;
}

.nav-item-accent {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.2;
  }
}

.sorttypes {
	text-align: right;
}

.template-wizard-positions-one-is_invert *,
.template-wizard-positions-one-is_invert .navbar-nav li a {
	color: #ffffff;
}

.photogallerydiv {
	text-align: center;
}

.template-wizard-positions-container-header.template-wizard-positions-container-header-show {
	margin-bottom: 0 !important;
}

.template-module-reviews-img {
	background-size: cover;
}

.template-wizard-positions-container-sticky.fixed-top {
 -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-100px);
	}
	100% {
		transform: translateY(0px);
	}
}

#navbarSearch {
	position: absolute;
	background: #ffffff;
}

#navbarSearch .input {
	width: 68%;
	border: 1px solid #999999;
}

#navbarSearch .input,
#navbarSearch .btn {
	padding: 5px !important;
}

.leftmenu-item {
	line-height: 1.2em;
	margin-bottom: 7px;
}

.body-ttpsl .template-module-totop {
	left: 20px;
	right: auto;
}

html .body-mobile .opwnd .opwndc {
    background: rgba(255,0,0,1) url(/i/admin/opwndc.png) no-repeat center center !important;
}

.card-img-top {
	margin-top: 0;
}

.body-mobile .template-module-backcall-bubbleicon {
	display: none;
}

.template-module-backcall-bubbleicon {
	position: fixed;
	right: 15px;
	bottom: 80px;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	text-align: center;
	background: #c10000;

	animation:shadow-animation 3s infinite;
	animation-timing-function:ease-in-out;
	animation-delay:1s;
}

.template-module-backcall-bubbleicon a {
	line-height: 60px;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
}

.template-module-backcall-bubbleicon a:after {
	font-family: FontAwesome;
	content: "\f095";
	color: #ffffff;
	font-size: 30px;
}

@keyframes shadow-animation{0%{box-shadow:0px 0px 0px 0px rgba(255,255,255,1)}

50%{box-shadow:0px 0px 0px 0px rgba(255,255,255,0.5)}

83%{box-shadow:0px 0px 1px 35px rgba(255,255,255,0.2)}

100%{box-shadow:0px 0px 1px 35px rgba(255,255,255,0)}

}

.body-cnsv-1 .template-wizard-positions-container-selfname-header .navbar {
	width: 100%;
}

.body-cnsv-1 .template-wizard-positions-container-selfname-header .navbar .navbar-nav li a {
	padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 !important;
}

.body-cnsv-1 .template-wizard-positions-container-header {
    letter-spacing: -.04em;
}

.template-wizard-positions-container-anchor:not:first-child {
	position: relative;
	top: -70px;
}

.orderszones-list {
	columns: 2;
}

.orderszones-list-one {
	margin-bottom: 10px;
}

.actionx-choosedzone {
	cursor: pointer;
}

body .template-module-backcall-as-button .template-module-backcall-link {
	background: transparent !important;
}

.template-module-backcall-as-button .template-module-backcall-link:after {
	content: "\f095";
    font-family: FontAwesome;
    font-size: 25px;
}

.template-module-auth-as-button .template-module-auth-link:after {
	content: "\f007";
    font-family: FontAwesome;
    font-size: 25px;
}

.template-module-langswitcher-as-button .template-module-langswitcher-link:after {
	content: "\f1ab";
    font-family: FontAwesome;
    font-size: 25px;
}

.body-cnsv-1 .template-wizard-positions-container-selfname-header .template-wizard-positions-one-cart,
.body-cnsv-1 .template-wizard-positions-container-selfname-header .template-wizard-positions-one-search,
.body-cnsv-1 .template-wizard-positions-container-selfname-header .template-wizard-positions-one-backcall,
.body-cnsv-1 .template-wizard-positions-container-selfname-header .template-wizard-positions-one-cabinet,
.body-cnsv-1 .template-wizard-positions-container-selfname-header .template-wizard-positions-one-langswitcher {
	width: 68px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-left: 1px solid rgba(255,255,255,0.1);
	display: inline-block;
}

.body-cnsv-1 .template-wizard-positions-container-selfname-header .template-wizard-positions-one-cart *,
.body-cnsv-1 .template-wizard-positions-container-selfname-header .template-wizard-positions-one-search *,
.body-cnsv-1 .template-wizard-positions-container-selfname-header .template-wizard-positions-one-backcall *,
.body-cnsv-1 .template-wizard-positions-container-selfname-header .template-wizard-positions-one-cabinet *,
.body-cnsv-1 .template-wizard-positions-container-selfname-header .template-wizard-positions-one-langswitcher * {
	text-align: center;
	text-decoration: none;
	line-height: 60px;
}

.body-cnsv-1 .template-wizard-positions-container-selfname-header .template-wizard-header-cpanel {
	float: right;
	white-space: nowrap;
	margin-left: 20px;
}

.body-cnsv-1 .template-wizard-positions-container-selfname-header .template-wizard-positions-one-menu {
	float: right;
	margin-top: 7px;
	margin-bottom: 4px;
}

.body-cnsv-1 .template-wizard-positions-container-selfname-header .template-wizard-positions-one-logo {
	float: left;
	margin: 12px 0 0 20px;
}

.body-cnsv-1 .template-wizard-positions-container-selfname-header .template-wizard-positions-container-i {
	display: block;
	overflow: hidden;
}

.body-cnsv-1 .template-wizard-positions-container-selfname-header .template-module-logo img {
	max-height: 35px !important;
}

.template-pagecatalog-col-3 .template-pagecatalog-i {
	columns: 3;
}

.ajindicator {
	position: fixed !important;
	left: 50% !important;
	top: 50% !important;
	padding: 20px 20px 20px 20px !important;
	margin:  -70px 0 0 -70px !important;
}

.filterautoshowcount {
	display: none;
}

.module-catalog-filter-selectcheckbox-hide,
.module-catalog-filter-selectcheckbox-show {
	text-align: center;
	cursor: pointer;
	margin-top: 10px;
}

.module-catalog-filter-selectcheckbox-hide,
.module-catalog-filter-selectcheckbox-one-hide {
	display: none;
}

.ajindicator {
	display: none;
}
/*.templates/cnsv2/css/template-5624-append.css*/
.template-formbooking-header {
	font-size: 25px;
	text-transform: uppercase;
	padding-top: 22px;
}

.template-formbooking-field {
	position: relative;
}

.template-formbooking-field input {
	border: 0;
	font-weight: bold;
	color: #000000;
	padding: 5px 10px;
}

.template-formbooking-fieldheader {
	font-weight: 300;
	padding-left: 10px;
}

.template-formbooking-submit {
	padding-top: 20px;
	text-align: right;
}

.template-formbooking-submit .button {
	border-radius: 0 !important;
	text-transform: uppercase !important;
	padding: 5px 20px !important;
	color: #000000 !important;
}

.template-formbooking-col {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}

.template-formbooking-col {
	padding-left: 10px;
	padding-right: 10px;
}

.template-formbooking-col-header {
	padding-left: 0;
}

.template-formbooking-col-submit {
	padding-right: 0;
}

.template-formbooking-col .input {
	width: 100%;
}

.template-formbooking-col-datefrom,
.template-formbooking-col-dateto {
	width: 25%;
}

.template-formbooking-col-count {
	width: 20%;
}

.template-formbooking-col-datefrom .template-formbooking-field span,
.template-formbooking-col-dateto .template-formbooking-field span {
	background: url(/i/templates/icons/icon_calendar_orange.png) no-repeat center center;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	right: 10px;
	bottom: 7px;
}

.template-formbooking-col-count .template-formbooking-field span {
	background: url(/i/templates/icons/icon_people_orange.png) no-repeat center center;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	right: 10px;
	bottom: 7px;
}

/*.tcnstemplate-contentconstructor-area-one-51 p.alert3 {
	padding-top: 0;
}

.template-wizard-positions-one-4755 {
	height: 252px;
	overflow: hidden;
}

.template-wizard-positions-one-4785 * {
	text-align: left;
}*/

.template-wizard-positions-one-4785 .nav-item-icon {
	width: 66px;
	height: 66px;
	float: left;
}

/*.template-wizard-positions-one-4785 li.nav-item {
	width: 25%;
}*/

/*.template-wizard-positions-container-id-1628 {
	margin-top: -80px;
}*/

.template-wizard-positions-one-4790 .template-contentconstructor-area-one-type-image-inside {
	height: 50px;
	background-size: 90%;
	background-position: center center;
	background-repeat: no-repeat;
}

.template-wizard-positions-one-4790 .tcnstemplate-contentconstructor-area-one-type-image {
	height: auto !important;
	padding: 0;
}

html .body-notindex .template-wizard-positions-one-4746 .carousel-item {
	height: 200px !important;
}

.body-notindex #carouselExampleIndicators {
	height: 200px !important;
	overflow: hidden;
}

/*.body-notindex .template-wizard-positions-one-4754,
.body-notindex .template-wizard-positions-one-4755 {
	display: none;
}*/

.template-wizard-positions-one-4757 {
	/*height: 234px;*/
	overflow: hidden;
}

/*.template-wizard-positions-one-4752,
.template-wizard-positions-one-4752 * {
	font-size: 18px;
}*/

/*.template-module-path {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}*/

/*.template-wizard-positions-one-4752 .template-wizard-positions-container-header {
	display: none;
}*/

.body-header-1 .template-module-cart-form2 h1, .body-header-1 .template-wizard-positions-container-header, .body-header-1 .template-module-card-header, .body-header-1 h1.content_header {
	margin-bottom: 30px;
}

.template-wizard-positions-one-4744 {
	white-space: nowrap;
	margin-left: -55px !important;
}

.template-wizard-positions-one-4746 .carousel-control-prev,
.template-wizard-positions-one-4746 .carousel-control-next,
.template-wizard-positions-one-4746 .carousel-indicators {
    display: none;
}

.template-wizard-positions-one-4791 .navbar-nav li a {
	text-transform: none;
}

.template-wizard-positions-one-4791 .nav-item-icon.nav-item-icon-right {
	width: 16px;
	height: 16px;
}

.template-wizard-positions-one-4791 .nav-item {
	border-bottom: 1px solid #ffffff;
}

.template-wizard-positions-one-4791 .nav-item:last-child {
	border-bottom: 0;
}

.template-wizard-positions-one-weather {
	text-align: right;
	font-weight: 300;
}

.template-wizard-positions-one-weather .template-weather-title {
	font-weight: 500;
}

.template-wizard-positions-one-currency {
	text-align: right;
	font-weight: 300;
}

.template-wizard-positions-one-currency .template-currency-title {
	font-weight: 500;
}

.template-wizard-positions-container.fixed-top {
	background-color:rgba(245, 245, 245, 0.95) !important;
}

.template-wizard-positions-one-4746 {
	opacity: 0.8;
}

.sitecontainer {
	background: #ffffff;
}

.template-wizard-positions-container-id-1603 {
	width: 93%;
}

.tcnstemplate-contentconstructor-area-one-51,
.tcnstemplate-contentconstructor-area-one-57,
.tcnstemplate-contentconstructor-area-one-63 {
	color: #242f18;
}

.navlink-action-onlineconsultant .nav-item-icon {
	background-size: 13px;
}

.navlink-action-search .nav-item-icon {
	background-size: 13px;
}

.opwnd input.input {
	border: 1px solid #bbbbbb;
	padding: 5px;
}

.button {
	border-radius: 0 !important;
    text-transform: uppercase !important;
    padding: 5px 20px !important;
    color: #000000 !important;
    line-height: initial !important;
}

.opwndsearchheader {
	padding-top: 10px;
}

/*body {
	background: #f5f5f5 !important;
}*/

.sitecontainer {
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.body-notindex .template-wizard-positions-container-id-1608 {
	top: 120px !important;
}

.template-wizard-positions-one-4790 .tcnstemplate-contentconstructor-area-one-content .tcnstemplate-contentconstructor-area-one-images .tcnstemplate-contentconstructor-area-one-type-image:nth-child(4) .template-contentconstructor-area-one-type-image-inside {
	background-size: 35%;
}

.template-wizard-positions-one-4752 a {
	color: #816537;
}

.template-wizard-positions-one-4744 a:hover {
	color: #816537 !important;
}

.template-wizard-positions-one-4744 .dropdown-toggle::after {
	position: absolute;
	left: 50%;
	margin-left: -7px;
	top: 35px;
	border: 0;
	font-family: FontAwesome;
	content: "\f078";
}

.template-wizard-positions-one-4744 .dropdown-menu {
	position: absolute;
	padding: 0 15px;
	top: 34px;
	left: -16px;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
}

.tcnstemplate-contentconstructor-area-one-type-button {
	border: 0 !important;
	padding: 0;
}

.tcnstemplate-contentconstructor-area-one-type-button a {
	border-radius: 0 !important;
    text-transform: uppercase !important;
    padding: 10px 20px !important;
    color: #000000 !important;
    background-color: #e7c160 !important;
    border: 0;
    text-decoration: none !important;
}

.template-langswitcher ul {
	list-style: none;
}



.template-langswitcher li {
	display: inline;
	margin-right: 10px;
	text-transform: lowercase;
}

.template-langswitcher li.active a {
	color: #816537;
}


.template-wizard-positions-container-selfname-headermobile .template-wizard-positions-container-i {
	padding: 0 !important;
}

.body-mobile .template-wizard-positions-one-4757,
.body-mobile .template-wizard-positions-one-4758 {
	height: auto !important;
	overflow: visible !important;
}

.body-mobile .template-wizard-positions-container-id-1608,
.body-mobile .template-wizard-positions-container-id-1609 {
	position: static !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.body-mobile .template-wizard-positions-container-id-1609 .col-lg-4 {
	margin-bottom: 0;
}

.body-mobile .template-wizard-positions-one-4763 {
	padding-left: 10px !important;
	padding-right: 10px !important;
	width:100%;
	box-sizing: border-box;
}

.template-formbooking-col {
	display: inline-block;
}

.body-mobile .template-formbooking-col-header {
	display: block;
	margin-bottom: 5px;
	text-align: center;
}

.body-mobile .template-formbooking-col-datefrom {
	width: 33.3333%;
	padding-left: 0;
	margin-bottom: 5px;
	padding-right: 0;
	padding-right: 5px;
}

.body-mobile .template-formbooking-col-dateto {
	width: 33.3333%;
	margin-bottom: 5px;
	padding-right: 0;
	padding-left: 5px;
	padding-right: 5px;
}

.body-mobile .template-formbooking-col-count {
	width: 33.3333%;
	margin-bottom: 5px;
	padding-right: 0;
	padding-left: 5px;
}

.body-mobile .template-formbooking-col-submit {
	padding: 0;
	text-align: center !important;
	width: 100%;
}

.body-mobile .template-formbooking-submit {
	text-align: center !important;
}

.body-mobile .template-formbooking-field span {
	display: none !important;
}

.body-mobile .template-formbooking-fieldheader {
	padding: 0;
}

.body-mobile .template-wizard-positions-container-id-1607 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.body-mobile .template-wizard-positions-container-id-1607 .template-wizard-positions-container-i {
	padding-left: 0px !important;
	padding-right: 0px !important;
}


.body-mobile .template-wizard-positions-one-4791,
.body-mobile .template-wizard-positions-one-4792,
.body-mobile .template-wizard-positions-one-4793 {
	display: none;
}

.body-mobile .template-wizard-positions-container-id-1608 .row,
.body-mobile .template-wizard-positions-container-id-1608 .col {
	width: 100%;
	padding: 0;
	margin:0;
	display: block;
}

.body-mobile .template-wizard-positions-container-id-1601 .template-wizard-positions-container-i .row .col-lg-12 {
	margin: 0;
}

.body-mobile .template-wizard-positions-container-id-1601 .template-wizard-positions-container-i .row .col-lg-12:nth-child(2),
.body-mobile .template-wizard-positions-container-id-1601 .template-wizard-positions-container-i .row .col-lg-12:nth-child(3),
.body-mobile .template-wizard-positions-container-id-1601 .template-wizard-positions-container-i .row .col-lg-12:nth-child(4),
.body-mobile .template-wizard-positions-one-4787,
.body-mobile .template-wizard-positions-one-4788,
.body-mobile .template-wizard-positions-one-4789 {
	display: none;
}

.body-mobile .template-wizard-positions-container-id-1609 .template-wizard-positions-container-i {
	padding-top: 0 !important;
}

.body-mobile .template-wizard-positions-one-4748 > .row > .col:not(:last-child),
.body-mobile .template-wizard-positions-one-4748 > .row > div[class^="col-"]:not(:last-child) {
	border: 0;
}

.body-mobile .template-wizard-positions-container-id-1603,
.body-mobile .template-wizard-positions-container-id-1604,
.body-mobile .template-wizard-positions-container-id-1613,
.body-mobile .template-wizard-positions-container-id-1628,
.body-mobile .template-wizard-positions-container-id-1610,
.body-mobile .template-wizard-positions-container-id-1611,
.body-mobile .template-wizard-positions-container-id-1612,
.body-mobile .template-wizard-positions-container-id-1629,
.body-mobile .template-wizard-positions-container-id-1605 {
	padding-left: 10px;
	padding-right: 10px;
}

.body-mobile .card-advantages-advantages2 .card-body {
	padding-top: 5px;
}

.body-mobile .template-wizard-positions-container-id-1610 .col-lg-4,
.body-mobile .template-wizard-positions-container-id-1610 .col-lg-8 {
	padding: 0;
}

.body-mobile .template-wizard-positions-container-id-1611 {
	padding-top: 30px;
}

.body-mobile .template-wizard-positions-one-4783 {
	left: 73px;
	top: -422px;
}

.body-mobile .template-wizard-positions-one-4785 ul.navbar-nav {
	columns: 1;
}

.body-mobile .template-wizard-positions-container-id-1628 {
	position: static;
	padding-left: 0;
	padding-right: 0;
}

.body-mobile .template-wizard-positions-one-4759 {
	padding-top: 0;
}

.template-wizard-positions-container-selfname-headermobile {
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
}

.body-mobile .template-wizard-positions-one-4749 .card.card-news {
	margin-bottom: 0;
}

.body-mobile .template-wizard-positions-one-4749 .card-body {
	display: none;
}

.body-mobile .template-wizard-positions-one-4749 {
	padding-bottom: 20px;
}

.body-mobile .tcnstemplate-contentconstructor-area-one-images-cols-3 .tcnstemplate-contentconstructor-area-one-type-image,
.body-mobile .tcnstemplate-contentconstructor-area-one-images-cols-2 .tcnstemplate-contentconstructor-area-one-type-image,
.body-mobile .tcnstemplate-contentconstructor-area-one-images-cols-4 .tcnstemplate-contentconstructor-area-one-type-image {
	width: 100%;
}

.body-mobile .tcnstemplate-contentconstructor-area-one {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.body-mobile .card-persons .col-3,
.body-mobile .card-persons .col-9 {
	display: block;
    width: 100%;
    max-width: 100%;
    flex: none;
}

.body-mobile .template-booking-content-form table tr,
.body-mobile .template-booking-content-form table td {
	display: block;
	text-align: left !important;
}

.body-mobile .template-booking-content-form .input,
.body-mobile .template-booking-content-form .textarea,
.body-mobile .template-booking-content-form .select {
	max-width: 100% !important;
	width: 100% !important;
	box-sizing: border-box;
}

.body-mobile .tcnstemplate-contentconstructor-gallerywbig-preview,
.body-mobile .page-slider-one {
	height: 218px;
}

.body-mobile .template-wizard-positions-one-4786 {
	background: transparent;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

.body-mobile .template-wizard-positions-one-4786 * {
	color: #ffffff;
}

.body-mobile .tcnstemplate-contentconstructor-area-page-47017 .tcnstemplate-contentconstructor-area-one-images-cols-5 .tcnstemplate-contentconstructor-area-one-type-image {
	width: 50%;
}

.body-mobile.body-notindex .template-wizard-positions-container-id-1601,
.body-mobile.body-notindex .template-wizard-positions-container-id-1608 {
	display: none;
}

body .template-module-backcall-link {
	background-color: transparent !important;
}

.template-module-backcall-form * {
	text-align: center;
}

.template-module-backcall-form-time-value .input {
	width: 100px;
}

.template-module-backcall-form .textarea {
	width: 100%;
	box-sizing: border-box;
}

.body-mobile .template-formbooking-header {
	padding-top: 5px;
}

.template-form-subscribe * {
	text-align: center;
}

.template-form-subscribe table {
	margin: 0 auto;
}

.template-form-subscribe .template-form-title {
	font-size: 25px;
    line-height: 35px;
    margin: 0px 0 10px 0;
    font-weight: 600;
    padding-top: 10px;
    text-transform: uppercase;
}

.template-form-subscribe .template-form-text {
    border: 1px solid #bbbbbb;
	padding: 9px;
	width: 200px;
}

.template-form-subscribe .template-form-submit-line {
	margin-top: 20px;
}

.tcnstemplate-contentconstructor-area-one-77 .tcnstemplate-contentconstructor-area-one-type-image {
	width: 16.666666666% !important;
}

.tcnstemplate-contentconstructor-area-one-77 .tcnstemplate-contentconstructor-area-one-type-image:nth-child(6) .template-contentconstructor-area-one-type-image-inside {
	background-size: contain !important;
}

.body-mobile .template-wizard-positions-container-id-1608 .template-wizard-positions-container-i,
.body-mobile .template-wizard-positions-container-id-1609 .template-wizard-positions-container-i {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.mobile-phone {
	position: absolute;
	right: 90px;
	top: 15px;
}

.mobile-phone * {
	margin: 0;
	padding: 0;
	text-decoration: none !important;
	color: #000000;
}

.body-mobile .tcnstemplate-contentconstructor-area-one-77 .tcnstemplate-contentconstructor-area-one-images {
	columns: 3;
}

.body-mobile .tcnstemplate-contentconstructor-area-one-77 .tcnstemplate-contentconstructor-area-one-images .tcnstemplate-contentconstructor-area-one-type-image {
	width: 100% !important;
}

.body-mobile .tcnstemplate-contentconstructor-area-one-77 .tcnstemplate-contentconstructor-area-one-images .tcnstemplate-contentconstructor-area-one-type-image:nth-child(6) .template-contentconstructor-area-one-type-image-inside {
	height: 40px;
	margin-top: 3px;
}

.body-mobile .template-positions-col-4789 {
	display: none;
}

.body-mobile .template-wizard-positions-container-id-1629 .template-wizard-positions-container-i {
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-bottom: 20px !important;
}

h1.content_header.main {
	display: none;
}

/*20220506 {*/
.template-wizard-positions-one-4763,
.template-wizard-positions-one-4785,
.template-wizard-positions-container-id-1605,
body .template-wizard-positions-container-id-1605 {
	background-color: #4a6864 !important;
}

.template-langswitcher li.active a,
.navbar-nav li a:hover,
.template-wizard-positions-one-4752 a {
	color: #4a6864 !important;
}

.template-wizard-positions-one-4788 .navbar-nav li a:hover {
	color: #ffffff !important;
}

/*20220506 */

.hltable {
	width: 100%;
}

.hltable,
.hltable td,
.hltable th {
	border-collapse: collapse;
	text-align: center;
	word-break: break-word;
}

.hltable td {
	border-bottom: ;
}

.hltable th {
    background-color: #f0f0f0;
    font-weight: bold !important;
    text-align: center;
}

.hltable th,
.hltable td {
    border-top: 1px solid #cccccc;
}

.hltable th,
.hltable td {
    padding: 10px;
}

.hltable tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.hltable tr:hover {
    background-color: #e8e8e8 !important;
}

.template-module-bookpl {
    position: fixed;
    z-index: 1000;
    left: 50%;
    margin-left: 194px;
    top: 0px;
    background-color: #c10000;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 1);
    /*transform: scale(1);*/
    animation: pulse-black 2s infinite;
}

.template-module-bookpl a {
    display: block;
    padding: 0 20px 0 40px;
    background-image: url(/i/templates/sansb/flame.png);
    background-position: 12px center;
    background-size: 15px;
    background-repeat: no-repeat;
    color: #ffffff;
    text-decoration: none;
    line-height: 28px;
    white-space: nowrap;
}

@keyframes pulse-black {
    0% {
      /*transform: scale(0.95);*/
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
    }
    
    70% {
      /*transform: scale(1);*/
      box-shadow: 0 0 4px 10px rgba(0, 0, 0, 0);
      background-color: #ffcc00;
    }
    
    100% {
      /*transform: scale(0.95);*/
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0);
    }
  }

.body-mobile .template-module-bookpl {
	top: auto;
	bottom: 47px;
	left: auto;
	margin: 0;
	right: 5px;
}

.body-mobile .template-module-bookpl a {
	line-height: 25px;
	background-size: 13px;
	padding: 0 10px 0 30px;
	background-position: 10px center;
	font-size: 14px;
}

.hltable-info {
	text-decoration: none;
}

.hltable-info:after {
	font-family: FontAwesome;
	content: "\f05a";
	margin-left: 5px;
}

.ajindicator {
	display: none !important;
}

.template-wizard-positions-container-id-2045 {
	background: #c5cecd url(/i/templates/sansb/dr1.jpg) no-repeat left top !important;
	background-size: auto 100% !important;
	padding: 20px 20px 20px 500px !important;
	margin-bottom: 2px;
}

.body-mobile .template-wizard-positions-container-id-2045 {
	padding: 20px 10px !important;
	background: #c5cecd !important;
}

.template-wizard-positions-container-id-2045 .input,
.template-wizard-positions-container-id-2045 textarea {
	border: 1px solid #999999;
	background: #ffffff;
}

.template-wizard-positions-container-id-2045 .template-module-cartform-buttons {
	padding-left: 146px;
}

.form-header {
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
}

.body-mobile .template-wizard-positions-container-id-2045 table,
.body-mobile .template-wizard-positions-container-id-2045 tbody,
.body-mobile .template-wizard-positions-container-id-2045 tr,
.body-mobile .template-wizard-positions-container-id-2045 td {
	display: block;
	text-align: center !important;
}

.body-mobile .template-wizard-positions-container-id-2045 .input,
.body-mobile .template-wizard-positions-container-id-2045 textarea {
	width: 100% !important;
	box-sizing: border-box;
}

.template-wizard-positions-container-id-1607 {
	position: relative;
}

.askq {
	position: sticky;
	float: right;
	margin-right: -194px;
	top: 50%;
	z-index: 1;
	background: #4a6864;
	/*height: 29px;
	width: 120px;*/
	transform: rotate(-90deg);
	text-align: center;
}

.askq a {
	text-decoration: none;
	display: block;
	color: #ffffff !important;
	white-space: nowrap;
	padding: 8px 20px;
	text-transform: uppercase;
}

.body-index .askq,
.body-mobile .askq {
	display: none;
}

.body-notindex .askq {
	display: block;
}

.template-module-newsblog h1 {
	display: none;
}

.template-module-newsblog .template-module-news-ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.template-module-newsblog .template-module-news-title-a {
	color: #4a6864 !important;
	font-weight: bold;
	font-size: 1.25rem;
}

.template-module-newsblog .template-module-news-li {
	float: left;
	width: 33.333333%;
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 30px;
}

.body-mobile .template-module-newsblog .template-module-news-li {
	width: 100%;
	float: none;
	padding: 0;
}

.template-module-newsblog .template-module-news-img {
	background-size: cover;
	background-position: center center;
	margin-bottom: 10px;
}

.template-module-newsblog .template-module-news-date {
	font-size: 10px;
	color: #999999;
	margin: 5px 0 5px 0;
}

.template-wizard-positions-one-4785 a,
.template-wizard-positions-one-4785 a:hover,
.template-wizard-positions-one-4785 .nav-link *,
.navbar-nav li a:hover {
	color: #ffffff !important;
}

.template-wizard-positions-one-4785 > .navbar-nav > .nav-item:not(:last-child):after {
	display: none !important;
}

.template-wizard-positions-one-4744 a,
.template-wizard-positions-one-4744 a:hover {
	color: #000000 !important;
}

.template-wizard-positions-one-4744 .navbar-nav li a:hover {
    color: #4a6864 !important;
}

.body-uid-5624 .plilp_window_label {
	z-index: 10000 !important;
}

.template-wizard-positions-one-4794 {
	left: 304px !important;
}

.tcnstemplate-contentconstructor-area-one-images .bx-wrapper .bx-controls-direction a.bx-prev {
	left: -37px !important;
}

.tcnstemplate-contentconstructor-area-one-images .bx-wrapper .bx-controls-direction a.bx-next {
	right: -37px !important;
}

.body-mobile .tcnstemplate-contentconstructor-area-one-images .bx-wrapper .bx-controls-direction a.bx-prev {
	left: 20px !important;
}

.body-mobile .tcnstemplate-contentconstructor-area-one-images .bx-wrapper .bx-controls-direction a.bx-next {
	right: 20px !important;
}

.template-wizard-positions-one-4744 .navbar-nav li a {
	font-size: 14.6px !important;
}

.tcnstabs-one.active a {
	color: #ffffff !important;
}

.iscatchwindow img {
	width: 100%;
}

.iscatchwindow .opwndc {
	background: rgba(255,255,255,0.7) url(/i/templates/sansb/cross.png) no-repeat center center !important;
	background-size: 18px !important;
	cursor: pointer;
}

.template-wizard-positions-one-4785 .navbar-nav li a {
	white-space: normal;
}

.body-mobile .sitecontainer {
	width: 100%;
	overflow: hidden;
}

.button-disabled {
	opacity: 0.2;
}
/*skin/global/css/template-ajindicator.css*/
.ajindicator {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: 1001;
	line-height: 37px;
	padding: 20px 20px 6px 20px;
	border-radius: 100px;
	background: #ffffff;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

/*skin/global/css/template-path.css*/
.template-module-path {
	padding: 0 0 20px 20px;
	font-size: 0.9em;
	overflow: hidden;
}

.template-module-path-one {
	float: left;
	padding: 0 5px 0 0;
}

.template-module-path-one::after {
	content: " › ";
}

/*.template-module-path-one.template-module-path-nolink::after {
	content: "";	
}*/

.template-module-path-one.last::after {
	content: "";	
}

.template-module-path a {
	color: #000000;
	display: block;
	padding: 0 5px 0 0;
	float: left;
}

.template-module-path-one.template-module-path-nolink a {
	color: #555555;
	text-decoration: none;
	cursor: text;
}
/*.templates/cnsv2/css/template-path-append.css*/
.template-module-path {
	padding-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0px;
}

.template-module-path * {
	font-size: 13px;
}

/*skin/global/css/template-pageslider.css*/
.page-slider-one {
	width: 100%;
	height: 560px;
	background-size: cover;
}

.page-s-content .bx-viewport {
	box-shadow: none !important;
	background: transparent !important;
	border: 0 !important;
}

.page-s-content .bx-prev,
.page-s-content .bx-next {
	font-family: FontAwesome;
	width: 50px !important;
	height: 50px !important;
	opacity: 0.6 !important;
}

.page-s-content .bx-prev {
	background: url(/i/templates/yunost/slider_prev.png) !important;
	background-size: cover !important;
}

.page-s-content .bx-next {
	background: url(/i/templates/yunost/slider_next.png) !important;
	background-size: cover !important;
	right: 20px !important;
}

.page-slider-cover .bx-wrapper .bx-controls-direction a,
.page-slider-cover .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px !important;
}

.page-slider-cover {
	position: relative;
}

.page-slider-indicator {
	position: absolute;
	bottom: 10px;
	left: 50%;
}

.page-slider-indicator-one {
	display: inline-block;
	border-radius: 100px;
	background-color: #ffffff;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	margin: 0 5px;
	width: 10px;
	height: 10px;
	cursor: pointer;
}

.page-slider-indicator-one.active {
	background: #ff0000;
	cursor: default;
}
/*skin/global/css/template-animationcnsv2.css*/
.template-animation {
	opacity: 0;
}

.template-animation.fromcounter {
    opacity: 1;
}

.body-animation-2 .template-animation {
    opacity: 1;
}

/*fromleft {*/
.template-animation.fromleft {
    -webkit-animation-name: fromleftAnimation;
    -webkit-animation-duration: 1s;
    animation-name: fromleftAnimation;
    animation-duration: 1s;
    position: relative;
    opacity: 1;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fromleftAnimation {
    from {left: -100%; opacity: 0;}
    to {left: 0; opacity: 1;}
}

/* Standard syntax */
@keyframes fromleftAnimation {
    from {left: -100%; opacity: 0;}
    to {left: 0; opacity: 1;}
}
/*fromleft }*/

/*fromright {*/
.template-animation.fromright {
    -webkit-animation-name: fromrightAnimation;
    -webkit-animation-duration: 1s;
    animation-name: fromrightAnimation;
    animation-duration: 1s;
    position: relative;
    opacity: 1;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fromrightAnimation {
    from {left: 100%; opacity: 0;}
    to {left: 0; opacity: 1;}
}

/* Standard syntax */
@keyframes fromrightAnimation {
    from {left: 100%; opacity: 0;}
    to {left: 0; opacity: 1;}
}
/*fromright }*/


/*frombottom {*/
.template-animation.frombottom {
    -webkit-animation-name: frombottomAnimation;
    -webkit-animation-duration: 1s;
    animation-name: frombottomAnimation;
    animation-duration: 1s;
    position: relative;
    opacity: 1;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes frombottomAnimation {
    from {top: 300px; opacity: 0;}
    to {top: 0; opacity: 1;}
}

/* Standard syntax */
@keyframes frombottomAnimation {
    from {top: 300px; opacity: 0;}
    to {top: 0; opacity: 1;}
}
/*frombottom }*/


/*fromtop {*/
.template-animation.fromtop {
    -webkit-animation-name: fromtopAnimation;
    -webkit-animation-duration: 1s;
    animation-name: fromtopAnimation;
    animation-duration: 1s;
    position: relative;
    opacity: 1;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fromtopAnimation {
    from {top: -300px; opacity: 0;}
    to {top: 0; opacity: 1;}
}

/* Standard syntax */
@keyframes fromtopAnimation {
    from {top: -300px; opacity: 0;}
    to {top: 0; opacity: 1;}
}
/*fromtop }*/

/*fromblow {*/
.template-animation.fromblow {
    -webkit-animation-name: fromblowAnimation;
    -webkit-animation-duration: 0.5s;
    animation-name: fromblowAnimation;
    animation-duration: 0.5s;
    position: relative;
    opacity: 1;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fromblowAnimation {
    from {transform: scale(0.1); opacity: 0;}
    to {transform: scale(1); opacity: 1;}
}

/* Standard syntax */
@keyframes fromblowAnimation {
    from {transform: scale(0.1); opacity: 0;}
    to {transform: scale(1); opacity: 1;}
}
/*fromblow }*/


.body-animation-2 .template-wizard-positions-one-news .card-img-top-i,
.body-animation-3 .template-wizard-positions-one-news .card-img-top-i,
.body-animation-2 .template-wizard-positions-one-articles .card-img-top-i,
.body-animation-3 .template-wizard-positions-one-articles .card-img-top-i,

.body-animation-2 .template-wizard-positions-one-photogallery .card-img-top,
.body-animation-3 .template-wizard-positions-one-photogallery .card-img-top,

.body-animation-2 .tcnsphotogallerydiv-one .tcnsphotogallerydiv-one-i-image,
.body-animation-3 .tcnsphotogallerydiv-one .tcnsphotogallerydiv-one-i-image

 {
    -moz-transition: all 4s ease-out;
    -o-transition: all 4s ease-out;
    -webkit-transition: all 4s ease-out;
    transition: all 4s ease-out;
}

.body-animation-2 .template-wizard-positions-one-news .card-img-top-i:hover,
.body-animation-3 .template-wizard-positions-one-news .card-img-top-i:hover,
.body-animation-2 .template-wizard-positions-one-articles .card-img-top-i:hover,
.body-animation-3 .template-wizard-positions-one-articles .card-img-top-i:hover,

.body-animation-2 .template-wizard-positions-one-photogallery .card-img-top:hover,
.body-animation-3 .template-wizard-positions-one-photogallery .card-img-top:hover,

.body-animation-2 .tcnsphotogallerydiv-one:hover .tcnsphotogallerydiv-one-i-image,
.body-animation-3 .tcnsphotogallerydiv-one:hover .tcnsphotogallerydiv-one-i-image

 {
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: all 5s ease-out;
}

.body-animation-2 .template-wizard-positions-one-advantages .card-img-top,
.body-animation-3 .template-wizard-positions-one-advantages .card-img-top {
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.body-animation-2 .template-wizard-positions-one-advantages .card-img-top:hover,
.body-animation-3 .template-wizard-positions-one-advantages .card-img-top:hover {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: all 0.5s ease-out;
}
/*skin/global/css/template-catchwindows.css*/
.opwndnopadding {
	border-radius: 0 !important;
	/*border: 0 !important;*/
}

.opwndnopadding,
.opwndnopadding .opwndcontent,
.opwndnopadding .page_i {
	padding: 0 !important;
}

.opwndnopadding .opwndcontent p {
	padding: 0;
	margin: 0;
}

.opwndnopadding .opwndcontent img {
	display: block;
}

.body-mobile .opwnd .opwndc {
	z-index: 1;
	background: url(/i/opwndcw.png) !important;
}
/*skin/global/css/template-reviews.css*/
.template-module-reviews-ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.template-module-reviews-li {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #d0d0d0;
}

.template-module-reviews-li.last {
	border: 0;	
}

.template-module-reviews-date {
	font-size: 12px;
}

.template-module-reviews-img {
	float: left;
	width: 50px;
	height: 50px;
	border: 1px solid #cccccc;
}

.template-module-reviews-li.withimg .template-module-reviews-content {
	margin-left: 60px;
}

.template-module-reviews-title {
	color: #000000;
	font-weight: bold;
}

.template-module-reviews-answer {
	margin: 10px 0 0 0;
	font-style: italic;
}

.template-module-reviews-form input {
	font-size: 1em;
}

.template-module-reviews-form textarea {
	width: 500px;
	height: 140px;
	font-size: 1em;
}

.template-module-reviews-form-rate-one {
	display: inline-block;
	width: 16px;
	height: 15px;
	background: url(/i/rate.png) no-repeat center -15px;
	cursor: pointer;
	margin-right: 10px;
}

.template-module-reviews-form-rate-one.active {
	background: url(/i/rate.png) no-repeat center 0;
}


.template-module-reviews-rate {
	background: url(/i/rate.png) repeat-x left -15px;
	height: 15px;
	display: inline-block;
	width: 80px;
	text-align: left;
}

.template-module-reviews-rate-i {
	background: url(/i/rate.png) repeat-x left 0;
	height: 15px;
	display: inline-block;
}

.template-module-reviews-rate-count {
	text-align: center;
}

.template-module-reviews-add {
	text-align: center;
	margin: 0 0 20px 0;
}

/*modules/reviews/css/reviews.css*/
.sysmodule-reviews {
	margin-bottom: 40px;
	margin-top: 30px;
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
}

.sysmodule-header {
	text-align: center;
	font-weight: normal;
    font-size: 40px;
    color: #333333;
    font-family: FranklinGothicBookCRegular;
    margin: 0 0 30px 0;
}

.sysmodule-reviews-name {
	font-size: 19px;
	font-family: FranklinGothicDemiCondCRegular;
}

.sysmodule-reviews-date {
	color: #555555;
	margin-top: 5px;
}

.sysmodule-reviews-question {
	font-size: 14px;
	margin-top: 5px;
}

.sysmodule-reviews-question a {
	text-decoration: none;
	color: #000000;
}

.sysmodule-reviews-one-i {
	padding: 0 10px;
	text-align: center;
}
/*skin/templates/shop3/css/menu.css*/
.navbar-nav * {
	text-transform: uppercase;
}

.navbar-nav li a {
    color: #000000;
	display: block;
    font-size: 13px;
    padding: 10px 0 10px;
    margin: 0px 20px;
    cursor: pointer;
    font-weight: 600;
    /*text-transform: uppercase;*/
    white-space: nowrap;
    position: relative;
    text-transform: none;
}


.navbar-nav li a:hover {
	color: #ffae00;
}

.dropdown-menu li:hover,
.dropdown-menu li a:hover {
    background: transparent !important;
}

/*.navbar-nav > li a:after {
    content: "";
    border-bottom: 2px solid #FFAE00;
    width: 0;
    transition: all 500ms ease 0s;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.navbar-nav > li a:hover:after {
	width:100%;
}*/

.template-wizard-positions-container-selfname-header2 .template-wizard-positions-one-menu > .navbar-nav {
    display: block;
}

.template-wizard-positions-container-selfname-header2 .template-wizard-positions-one-menu > .navbar-nav > .nav-item {
    display: inline-block;
}

.nav-item-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    margin-top: -3px;
}

.nav-item-icon.nav-item-icon-right {
    margin-right: 0;
    margin-left: 10px;
}
/*skin/templates/shop3/css/catalog.css*/
.card-cataloglistlist .card-price {
	padding-top: 0.75rem !important;
}

.card-cataloglistlist .card-footer,
.card-cataloglistlist .card-footer * {
	text-align: right !important;
}

.card-cataloglistlist .card-text {
	display: block !important;
	text-align: left;
}

.catalog-event-info {
    border: 1px dotted #ff3c35;
    color: #ff3c35;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}
/*skin/templates/shop3/css/persons.css*/
.card-persons .card-img-top {
	height: 250px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-top: 0;
}

.card-persons {
	margin-bottom: 20px;
}
/*skin/templates/shop3/css/langswitcher.css*/
.template-langswitcher ul {
    list-style: none;
}

.template-langswitcher li {
    display: inline;
    margin-right: 10px;
    text-transform: lowercase;
}

.template-langswitcher li:last-child {
	margin-right: 0;
}

.template-langswitcher-flags #language_russian a {
	color: rgba(0,0,0,0) !important;
	width: 25px;
	height: 17px;
	overflow: hidden;
	display: inline-block;
	background: url(/i/icons/flag_russian.png) no-repeat center center;
	background-size: cover;
}

.template-langswitcher-flags #language_english a {
	color: rgba(0,0,0,0) !important;
	width: 25px;
	height: 17px;
	overflow: hidden;
	display: inline-block;
	background: url(/i/icons/flag_english.png) no-repeat center center;
	background-size: cover;
}
/*skin/templates/shop3/css/copyright.css*/

/*skin/templates/shop3/css/logo.css*/
.template-module-logo img {
	max-width: 220px !important;
	max-height: 70px !important;
}
/*skin/templates/shop3/css/photogallery.css*/
.card-photogallery {
	border: 1px solid #ffffff;
	border-radius: 0;
	overflow: hidden;
}

.card-photogallery .card-img-top {
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 0;
	margin: 0;
}

.card-photogallery .card-img-top a {
	display: block;
	width: 100%;
	height: 100%;
}
/*skin/templates/shop3/css/logo.css*/
.template-module-logo img {
	max-width: 220px !important;
	max-height: 70px !important;
}
/*skin/templates/shop3/css/search.css*/
.templates-search-icon {
	font-family: FontAwesome !important;	
	cursor: pointer;
	font-size: 25px;
}

.templates-search-icon:after {
	content: "\f002";
}

.template-module-search-input {
	width: 600px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.template-module-search-submit {
	border: 0;
	background: transparent;
	font-family: FontAwesome !important;	
	font-size: 25px;
}

.template-module-search-submit:after {
	content: "\f002";
	font-family: FontAwesome !important;	
	cursor: pointer;
	font-size: 25px;
}

.template-module-search-live {
	position: absolute;
	background: #ffffff;
}

.template-module-search2 .template-module-search-submit-div {
	float: right;
	width: 71px;
}

.template-module-search2 .template-module-search-input-div {
	margin-right: 71px;
}

.template-module-search2 .template-module-search-input {
	width: 100%;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	height: 38px;
	border: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.template-module-search2 .template-module-search-submit {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	height: 38px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
/*skin/templates/shop3/css/slider.css*/
.template-wizard-positions-container-selfname-slider {
	padding: 0 !important;
}

.template-wizard-positions-container-selfname-slider .template-wizard-positions-container-i {
	padding: 0 !important;
}

.carousel-item-image a {
	display: block;
	width: 100%;
	height: 100%;
}

.carousel-item-image video {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
/*skin/templates/shop3/css/contactblock.css*/
.template-contactblock-one-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    margin-top: -3px;
}

/*.template-contactblock-one a {

}*/
/*skin/templates/shop3/css/0.css*/
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	padding-left: 40px;
	padding-right: 40px;
}

.template-wizard-positions-container-header {
	margin-top: 0 !important;
}
/*skin/templates/shop3/css/rubricator.css*/
.card-rubricator {
	border: 0;
	text-align: center;
	margin-bottom: 20px;
}

.card-rubricator .card-img-top {
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.card-rubricator .card-title {
	font-size: 15px;
}

.card-rubricator .card-title a {
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

.template-wizard-positions-container-id-1340 .template-wizard-positions-container-i {
	margin-bottom: -20px;
}

.card-rubricator-async .card-img-top {
	background-size: cover;
}

.card-rubricator-async .card-title a {
	color: #ffffff;
}

.card-rubricator-async .card-body {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.card-rubricator-async .card-title {
	margin: 0;
	padding: 0;
}

.card-rubricator-async.elcount-0 .card-img-top {
	height: 100%;
}
/*skin/templates/shop3/css/news.css*/
.card-news .card-footer {
	border: 0;
	background: transparent;
}

.card-news .card-img-top-i {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.card-news .card-img-top-i {
	height: 259px;
}

.card-news .card-img-top a {
	display: block;
	width: 100%;
	height: 100%;
}

.card.card-news {
	border: 0;
	margin-bottom: 20px;
}

.card-news .card-title {
	font-weight: bold;
}

.card-news .card-title a {
	color: #000000;
}

.card-news .card-title:hover {
	color: #ffae00;
}

.card-news .card-date {
	font-weight: bold;
	color: #ffae00;
}

.card-news .card-text {
	color: #888785;
}

.card-news .card-img-top {
	overflow: hidden;
}

.card-news-news3 .card-img-top {
	position: relative;
}

.card-news-news3 .card-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.7);
	padding: 15px 5px;
	text-align: center;
	margin: 0;
}

.card-news.card-news-news3 .card-title * {
	color: #ffffff;
	text-decoration: none;
}

.template-news-bottom-icons-one-subscribe,
.template-news-bottom-icons-one-all {
	text-transform: uppercase;
}

.template-news-bottom-icons-one-subscribe:before {
	font-family: FontAwesome;
	content: "\f003";
	margin-right: 5px;
}

.template-news-bottom-icons-one-all:after {
	font-family: FontAwesome;
	content: "\f0c9";
	margin-left: 5px;
}

.template-news-bottom-icons-one-left {
	float: left;
}

.template-news-bottom-icons-one-right {
	float: right;
}

.template-news-bottom-icons {
	overflow: hidden;
	margin-bottom: 20px;
}

.body-mobile .template-news-bottom-icons {
	margin-top: 15px;
	text-align: center;
}

.body-mobile .template-news-bottom-icons-one {
	float: none;
}
/*skin/templates/shop3/css/articles.css*/
.card-articles .card-footer {
	border: 0;
	background: transparent;
}

.card-articles .card-img-top-i {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.card-articles .card-img-top-i {
	height: 200px;
}

.card.card-articles {
	border: 0;
	margin-bottom: 20px;
}

.card-articles .card-img-top {
	overflow: hidden;
}
/*skin/templates/shop3/css/cart.css*/
.templates-cart-count {
	position: absolute;
	right: -10px;
	top: -5px !important;
	background: #ffcc00 !important;
	padding: 0 !important;
	color: #ffffff;
	border-radius: 100px;
	font-size: 13px !important;
	width: 25px !important;
	line-height: 25px !important;
	font-weight: normal  !important;
	left: auto !important;
	text-align: center;
}

.templates-cart-icon a:after {
	content: "\f291";
	font-family: FontAwesome;	
	font-size: 25px;
}

.templates-cart-icon {
	position: relative;
	cursor: pointer;
}

.templates-cart-icon a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	color: #000000;
}


.templates-cart-big .templates-cart-big-icon a {
	text-transform: uppercase;
}

.templates-cart-big .templates-cart-big-icon a:before {
	content: "\f291";
	font-family: FontAwesome;	
	font-size: 20px;
	margin-right: 10px;
}

.templates-cart-big-icon,
.templates-cart-big-info {
	display: block;
	vertical-align: middle;
	float: left;
}

.templates-cart-big-count,
.templates-cart-big-sum {
	display: block;
	font-size: 11px;
}

.templates-cart-big-icon {
	background: #dcdcdd;
	border-bottom-left-radius: 5px;
	padding: 5px 20px;
	box-sizing: border-box;
	height: 44px;
}

.templates-cart-big-icon,
.templates-cart-big-icon * {
	color: #000000 !important;
}

.templates-cart-big-info {
	background: #cd9562;
	height: 44px;
	padding: 5px 20px;
	box-sizing: border-box;
	border-bottom-right-radius: 5px;
}
/*skin/templates/shop3/css/events.css*/

/*skin/templates/shop3/css/wesuggest.css*/
.card-wesuggest {
	border: 1px solid #cccccc;
	display: block;
	height: 165px;
	box-sizing: border-box;
}

.card-wesuggest .card-img-top {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100%;
	float: left;
	width: 150px;
	margin: 0;
}

.card-wesuggest .card-body {
	margin-left: 155px;
	padding-bottom: 15px;
}

.card-wesuggest .card-link {
	margin-top: 5px;
}






.card-wesuggestv {
	border: 0 !important;
	/*background: #333333 !important;*/
	height: auto !important;
	border-radius: 0;
}

.card-wesuggestv .card-img-top {
	float: none !important;
	width: 100% !important;
	height: 200px !important;
}

.card-wesuggestv .card-body {
	margin-left: 0 !important;
	padding-bottom: 20px !important;
}

.card-wesuggestv .card-body,
.card-wesuggestv .card-body * {
	text-align: center;
}

.card-wesuggestv .card-title {
	color: #f1e2b9 !important;
	font-size: 30px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}

.card-wesuggestv .card-link {
	margin-top: 20px !important;
}
/*skin/templates/shop3/css/advantages.css*/
/*.card-advantages-advantages2 .card-img-top {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
}

.card-advantages-advantages2 .card-body {
	width: 70%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
}*/

.card-advantages.card-advantages-advantages2 .card-img-top {
	height: 90px;
}

.card-advantages-advantages2 .card-body {
	padding: 34px 0 0 0;
}

.card-advantages-advantages2 .card-body,
.card-advantages-advantages2 .card-body * {
	text-align: left;
}

.card-advantages-advantages2 .card-title {
	font-size: 25px;
	color: #816537;
	font-weight: bold;
}
/*skin/templates/shop3/css/special.css*/
.card-special {
	border: 0;
	position: relative;
}

.card-special .card-img-top {
	height: 320px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


.card-special .card-body {
	position: absolute;
	bottom: 35px;
	left: 0;
	background: rgba(255,255,255,0.8);
	padding: 20px;
	min-width: 50%;
}

.card-special .card-body,
.card-special .card-body * {
	color: #000000 !important;
}

.card-special .card-title {
	font-weight: bold;
	font-size: 25px;
}
/*skin/global/css/template-totop.css*/
.template-module-totop {
	display: none;
	width: 30px;
	height: 30px;
	background: url(/i/icons/scroll-top.png);

	position: fixed !important;
	z-index: 1000;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	text-align: center;
}


.template-module-totop {
	border-radius: 100px;
	background-position: center center;
	background: rgba(40,40,40,0.5);
	width: 50px;
	height: 50px;
	font-size: 20px;
	color: #ffffff;
	line-height: 45px;
	border: 2px solid rgba(255,255,255,0.5);
	border-radius: 100px;
	position: fixed !important;
	text-align: center;
	display: none;
}

.template-module-totop:after {
	content: "\f077";
	font-family: 'FontAwesome';
}

.body-uid-382 .template-module-totop {
	bottom: 50px;
}
/*skin/templates/shop3/css/skin.css*/
html, body {
    min-height: 100vh;
}

body.noscroll {
    overflow: hidden;
    height: 100%;
}

.template-module-card-header {
    background: transparent !important;
    text-shadow: none !important;
    text-transform: none !important;
    font-size: 20px !important;
}

h1.content_header,
.template-module-cart-form2 h1,
.template-wizard-positions-container-header,
.template-module-card-header {
	font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 20px 0 50px 0;
    position: relative;
    vertical-align: top;
    text-align: left;
    width: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    color: #000000 !important;
}


.template-module-cart-form2 h1:after,
.template-wizard-positions-container-header:after,
.template-module-card-header:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #ffae00;
    height: 2px;
    width: 190px;
}

.body-header-1 .template-module-cart-form2 h1,
.body-header-1 .template-wizard-positions-container-header,
.body-header-1 .template-module-card-header,
.body-header-1 h1.content_header {
    text-transform: uppercase;
    text-align: center;
    border: 0;
    padding-bottom: 0;
}

.body-header-2 .template-module-cart-form2 h1,
.body-header-2 .template-wizard-positions-container-header,
.body-header-2 .template-module-card-header,
.body-header-2 h1.content_header {
    text-transform: uppercase;
    text-align: left;
    border: 0;
    padding-bottom: 0;
}

.body-header-1 .template-module-cart-form2 h1:after,
.body-header-1 .template-wizard-positions-container-header:after,
.body-header-1 .template-module-card-header:after,
.body-header-1 h1.content_header:after,

.body-header-2 .template-module-cart-form2 h1:after,
.body-header-2 .template-wizard-positions-container-header:after,
.body-header-2 .template-module-card-header:after,
.body-header-2 h1.content_header:after,

.body-header-3 .template-module-cart-form2 h1:after,
.body-header-3 .template-wizard-positions-container-header:after,
.body-header-3 .template-module-card-header:after,
.body-header-3 h1.content_header:after,

.body-header-4 .template-module-cart-form2 h1:after,
.body-header-4 .template-wizard-positions-container-header:after,
.body-header-4 .template-module-card-header:after,
.body-header-4 h1.content_header:after {
    display: none;
}

.body-header-3 .template-module-cart-form2 h1,
.body-header-3 .template-wizard-positions-container-header,
.body-header-3 .template-module-card-header,
.body-header-3 h1.content_header {
    text-transform: uppercase;
    text-align: center;
}

.body-header-4 .template-module-cart-form2 h1,
.body-header-4 .template-wizard-positions-container-header,
.body-header-4 .template-module-card-header,
.body-header-4 h1.content_header {
    text-transform: uppercase;
    border: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
    border-left: 7px solid #999999;
    padding-left: 12px;
    line-height: 25px;
}

.body-header-4 .template-wizard-positions-container-zebradark .template-module-cart-form2 h1,
.body-header-4 .template-wizard-positions-container-zebradark .template-wizard-positions-container-header,
.body-header-4 .template-wizard-positions-container-zebradark .template-module-card-header,
.body-header-4 .template-wizard-positions-container-zebradark h1.content_header {
    border-color: #ffffff;
}


.template-wizard-positions-container-headermirror .template-wizard-positions-container-header {
    text-align: right;
}

.body-header-4 .template-wizard-positions-container-headermirror .template-wizard-positions-container-header {
    border-left: 0;
    border-right: 7px solid #999999;
    padding-left: 0;
    padding-right: 12px;
}

.body-header-4 .template-wizard-positions-container-headermirror.template-wizard-positions-container-zebradark .template-wizard-positions-container-header {
    border-right: 7px solid #ffffff;
}

/*.body-headermirror .sitecontainer .container-fluid:nth-child(even) .template-wizard-positions-container-header {
    text-align: right !important;
}*/

.template-module-cart-form2 h1:after {
    width: 350px;
}


.template-wizard-positions-container.fixed-top {
	/*background: #ffffff;*/
	box-shadow: 0 4px 4px -2px rgba(0,0,0,0.4);
}

body .template-module-catalog-totalprice {
    color: #000000 !important;
    font-size: 1.25rem !important;
}

.styleform_name,
.styleform_name_textarea {
    padding-right: 20px !important;
}

.styleform_name .alert {
    padding: 0;
    margin-left: 5px;
}

.template-module-cart-form2 table {
    width: auto !important;
    margin: 0 auto !important;
}

.template-module-cartform-buttons {
    margin-top: 18px !important;
}

.template-module-cartform-summline td {
    vertical-align: middle;
    line-height: 1.25rem !important;
}

.template-module-cart-priceresult {
    margin-top: 20px !important;
    padding-top: 20px !important;
}

.body-uid-2886,
.body-uid-2886 .container,
.body-uid-2886 .container-fluid {
    min-width: 1170px; 
}

.body-uid-2886 .navbar-brand,
.body-uid-2886 .navbar-right {
    display: none !important;
}



.template-module-card-top-one {
    display: inline-block;
    font-weight: bold;
    margin-right: 20px;
}

.template-module-card-top-one .icon {
    display: inline-block;
    margin-right: 5px;
    width: 26px;
    height: 13px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

.template-module-card-top-one p {
    display: inline-block;
}


.template-module-card-top-one-favourite .icon {
    background-image: url(/skin/templates/shop3/i/fav.png);
}

.template-module-card-top-one-compare .icon {
    background-image: url(/skin/templates/shop3/i/com.png);
}

.template-catalog-card-left {
    float: left;
    width: 48%;
}

.template-catalog-card-right {
    float: right;
    width: 48%;
}

.template-catalog-card-priceblock {
    
}

.template-catalog-card-priceblock-left {
    float: left;
    width: 70%;
}

.template-catalog-card-priceblock-right {
    float: right;
    width: 30%;
}

.template-catalog-card-tabs-line {
    display: none;
}

.template-module-card-gallery {
    margin: 20px 0 0 0 !important;
    width: 100% !important;
}

.template-module-card-gallery-one {
    display: inline-block;
    margin: 0 10px 10px 0 !important;
}

.template-catalog-card-price,
.template-catalog-card-price * {
    text-align: left !important;
}

body .template-catalog-card-price .template-module-catalog-totalprice {
    color: #ff3c35 !important;
}

.template-module-card-top .template-catalog-card-stock {
    text-align: right;
}

.template-module-card-top .template-catalog-card-stock {
    float: right;
}

.body-mobile .template-catalog-card-stock {
    float: none;
    text-align: left;
    margin-left: 5px;
}

.template-module-card-fororder,
.template-module-card-forstock {
    color: #ffffff;
    padding: 3px 5px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    top: -4px;
}

.template-module-card-fororder {
    background: #ff3c35;
    color: #ffffff !important;
}

.template-module-card-forstock {
    background: #00c100;
}

.template-catalog-card-tocart {
    text-align: right;
}

.template-catalog-card-tocart * {
    background: #ff3c35 !important;
}

.template-catalog-card-rass {
    font-weight: bold;
}

.template-catalog-card-rass a {
    color: #ff3c35 !important;
}

.rassrochka-title, .rassrochka-price {
    display: inline-block;
    margin-right: 6px;
}

.catalog-info-alert {
    margin-top: 30px;
    opacity: 0.8;
}

.content_header_notes {
    display: none;
}

.template-module-card-blocktext {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.template-catalogsmallnotesparams-title,
.template-catalogsmallnotesparams-value {
    width: 50%;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
}

.template-catalogsmallnotesparams-title {
    padding-right: 10px;
}

.template-catalogsmallnotesparams-one {
    border-bottom: 1px solid #cccccc;
    padding: 3px 0 3px 0;
}

.template-catalog-card-tabs {
    
}

.template-catalogsmallnotesparams-one-header {
    background: #f0f0f0;
    margin-top: 20px;
}

.template-catalogsmallnotesparams-title-header {
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding-right: 0;
}

.template-wizard-positions-one-4406 {
    white-space: nowrap;
}

.menuicon {
    cursor: pointer;
}

.template-bigrubricator {
    left: 5px !important;
}

.template-module-path {
    margin-bottom: 20px;
}

.card-articul {
    font-weight: 100;
}

.nav-item-static {
    position: static !important;
}

.template-module-catalog-list-withfilter .template-module-catalog-list-i > .row {
    margin-left: 315px;
}

.body-mobile .template-module-catalog-list-withfilter .template-module-catalog-list-i > .row {
    margin-left: 0;
}
/*skin/global/css/template-contentconstructorsite.css*/
.tcnstemplate-contentconstructor-area-one {
	margin-bottom: 30px;
}

.tcnstemplate-contentconstructor-area-one-button,
.tcnstemplate-contentconstructor-area-one-youtube,
.tcnstemplate-contentconstructor-area-one-iframe {
	text-align: center;
}

.tcnstemplate-contentconstructor-area-one-youtube iframe,
.tcnstemplate-contentconstructor-area-one-iframe iframe {
	max-width: 100%;
}

.tcnstemplate-contentconstructor-area-one-type-button {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 3px;
	border: 1px solid #888888;
}

.tcnstemplate-contentconstructor-area-one-image img {
	width: 100%;
}

.tcnstemplate-contentconstructor-area-one-type-image {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px;
}

.tcnstemplate-contentconstructor-area-one-type-image-inside,
.template-contentconstructor-area-one-type-image-inside {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 100%;
	position: relative;
}

.tcnstemplate-contentconstructor-area-one-type-image.tcnstemplate-contentconstructor-area-one-type-image-cover .template-contentconstructor-area-one-type-image-inside {
	background-size: cover;
}

.tcnstemplate-contentconstructor-area-one-type-image a {
	display: block;
	width: 100%;
	height: 100%;
}

.tcnstemplate-contentconstructor-area-one-images-cols-1 .tcnstemplate-contentconstructor-area-one-type-image {
	width: 100%;
	height: 750px;
}

.tcnstemplate-contentconstructor-area-one-images-cols-2 .tcnstemplate-contentconstructor-area-one-type-image {
	width: 50%;
	height: 300px;
}

.tcnstemplate-contentconstructor-area-one-images-cols-3 .tcnstemplate-contentconstructor-area-one-type-image {
	width: 33.33333%;
	height: 200px;
}

.tcnstemplate-contentconstructor-area-one-images-cols-4 .tcnstemplate-contentconstructor-area-one-type-image {
	width: 25%;
	height: 150px;
}

.tcnstemplate-contentconstructor-area-one-images-cols-5 .tcnstemplate-contentconstructor-area-one-type-image {
	width: 20%;
	height: 125px;
}

.tcnstemplate-contentconstructor-area-one-type-image-title {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 15px 5px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.5);
	text-align: center;
	color: #ffffff;
}

.tcnsphotogallerydiv {
	text-align: center;
}

.tcnsphotogallerydiv-one {
	display: inline-block;
	width: 33%;
	vertical-align: top;
	box-sizing: border-box;
	padding-right: 10px;
	margin-bottom: 30px;
}

.tcnsphotogallerydiv-one-i {
	height: 200px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.tcnsphotogallerydiv-one-i-image {
	height: 200px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.tcnsphotogallerydiv-one-title {
	text-align: center;
	display: block;
	font-weight: bold;
	margin-top: 5px;
	color: #000000;
}

.tcnsphotogallerydiv-one-i a {
	display: block;
	width: 100%;
	height: 100%;
}

.body-mobile .tcnsphotogallerydiv-one {
	width: 100%;
	display: block;
	margin-right: 0;
	padding-right: 0;
}

.tcnsphotogallerydivtover .tcnsphotogallerydiv-one-i {
	height: 230px;
}

.tcnsphotogallerydivtover .tcnsphotogallerydiv-one-i {
	position: relative;
}

.tcnsphotogallerydivtover a {
	text-decoration: none;
}

.tcnsphotogallerydivtover .tcnsphotogallerydiv-one-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.6);
    color: #000000;
    font-weight: normal;
    min-height: 71px;
}

.tcnsphotogallerydivtover .tcnsphotogallerydiv-one {
	margin-bottom: 10px;
}

p.alert1 {
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    padding: 20px;
    margin: 30px 20px;
    font-weight: bold;
    text-align: center !important;
}

p.alert2 {
    border: 1px dotted #cccccc;
    background: #f6f6f6;
    padding: 20px 20px 20px 60px;
    margin: 30px 0;
    position: relative;
}

p.alert2:before {
    font-family: FontAwesome;
    content: "\f05a";
    position: absolute;
    color: #cccccc;
    left: 18px;
    font-size: 28px;
    line-height: 28px;
    top: 50%;
    margin-top: -14px;
}

p.alert3 {
    padding: 20px 20px 20px 40px;
    margin: 0 0;
    position: relative;
}

p.alert3:before {
    font-family: FontAwesome;
    content: "\f10d";
    position: absolute;
    color: #000000;
    left: 0px;
    font-size: 28px;
    line-height: 28px;
    top: 50;
}

.tcnstemplate-contentconstructor-area-one-islast {
	margin-bottom: 0;
}

.tcnstabs {
	border-bottom: 1px solid #0c4da2;
    text-align: center;
}

.tcnstabs-one {
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}

.tcnstabs-one a {
	text-decoration: none;
}

.tcnstabs-one.active {
	background-color: #0c4da2;
	color: #ffffff;
	cursor: default;
}

.tcnstabs-one.active a {
	color: #ffffff;
}

.tcnstemplate-contentconstructor-area-one-timer {
	position: relative;
}

.tcnstemplate-contentconstructor-area-one-timer * {
	color: #ffffff;
}

.tcnstemplate-contentconstructor-area-one-timer img {
	width: 100%;
}

.tcnstemplate-contentconstructor-area-one-timer-counter {
	position: absolute;
	bottom: 16px;
	text-align: center;
	width: 100%;
}

.tcnstemplate-contentconstructor-area-one-timer-counter-num1,
.tcnstemplate-contentconstructor-area-one-timer-counter-num2 {
	background: #2047fe;
	padding: 0 15px;
	height: 72px;
	line-height: 72px;
	font-size: 45px;
	display: inline-block;
	border-radius: 5px;
	font-weight: bold;
	position: relative;
}

.tcnstemplate-contentconstructor-area-one-timer-counter-num1 em,
.tcnstemplate-contentconstructor-area-one-timer-counter-num2 em {
	background: rgba(0,0,0,0.15);
	height: 50%;
	width: 100%;
	display: block;
	left: 0;
	bottom: 0;
	position: absolute;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.tcnstemplate-contentconstructor-area-one-timer-counter-num1 {
	margin-right: 1px;
}

.tcnstemplate-contentconstructor-area-one-timer-counter-days,
.tcnstemplate-contentconstructor-area-one-timer-counter-hours,
.tcnstemplate-contentconstructor-area-one-timer-counter-minutes,
.tcnstemplate-contentconstructor-area-one-timer-counter-seconds {
	margin-right: 15px;
	display: inline-block;
}

.tcnstemplate-contentconstructor-area-one-timer-counter-seconds {
	margin-right: 0;
}

.tcnstemplate-contentconstructor-area-one-timer-counter-notes {
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 15px !important;
}

.body-mobile .tcnstemplate-contentconstructor-area-one-timer-counter-notes {
	font-size: 12px !important;
	margin-top: 2px;
}

.body-mobile .tcnstemplate-contentconstructor-area-one-timer-counter-num1,
.body-mobile .tcnstemplate-contentconstructor-area-one-timer-counter-num2 {
	font-size: 18px !important;
	padding: 0 7px;
	line-height: 35px;
	height: 35px;
}

.body-mobile .tcnstemplate-contentconstructor-area-one-timer-counter {
	bottom: 0;
}

.tcnstemplate-contentconstructor-area-one-notactive * {
	opacity: 0.5;
}

.tcnstemplate-contentconstructor-area-one-notactive .contentarea-editable-cpanel,
.tcnstemplate-contentconstructor-area-one-notactive .contentarea-editable-cpanel * {
	opacity: 1;
}

.tcnstemplate-contentconstructor-area-one-images .bx-controls-direction {
    position: absolute;
    top: 50%;
    margin-top: -16px !important;
    width: 100%;
}

.tcnstemplate-contentconstructor-area-one-images .bx-wrapper .bx-controls-direction a {

    font-family: FontAwesome !important;
    color: #ffffff;
    text-shadow: 0 0 4px rgba(0,0,0,0.5);
    font-size: 32px;
    text-decoration: none !important;
}

.tcnstemplate-contentconstructor-area-one-images .page-slider-cover {
	position: relative;
}

.tcnstemplate-contentconstructor-area-one-images .bx-wrapper .bx-controls-direction a.bx-prev {
	left: 20px;
}

.tcnstemplate-contentconstructor-area-one-images .bx-wrapper .bx-controls-direction a.bx-next {
	right: 20px;
}

.tcnstemplate-contentconstructor-area-one-images .bx-wrapper .bx-controls-direction a.bx-prev:after {
	content: "\f060";
}

.tcnstemplate-contentconstructor-area-one-images .bx-wrapper .bx-controls-direction a.bx-next:after {
	content: "\f061";
}

.tcnstemplate-contentconstructor-area-one-timer a {
	text-decoration: none;
}

.module-tableconstructor-table-visual table {
	width: 100%;
}

.module-tableconstructor-table-visual table,
.module-tableconstructor-table-visual td,
.module-tableconstructor-table-visual th {
	border: 0;
}

.module-tableconstructor-table-visual tr:nth-child(odd) td,
.module-tableconstructor-table-visual tr:nth-child(odd) th {
    background: #f0f0f0;
}

.module-tableconstructor-table-visual th,
.module-tableconstructor-table-visual th * {
	font-size: 15px;
}

.module-tableconstructor-table-visual td,
.module-tableconstructor-table-visual th {
    padding: 5px 5px;
}

.tcnstemplate-contentconstructor-area-one-table-horborders .module-tableconstructor-table-visual tr:nth-child(odd) td,
.tcnstemplate-contentconstructor-area-one-table-horborders .module-tableconstructor-table-visual tr:nth-child(odd) th {
	background: transparent;
}

.tcnstemplate-contentconstructor-area-one-table-horborders .module-tableconstructor-table-visual td,
.tcnstemplate-contentconstructor-area-one-table-horborders .module-tableconstructor-table-visual th {
	border-bottom: 1px solid #cccccc;
}


.tcnstemplate-contentconstructor-area-one-table-allborders .module-tableconstructor-table-visual tr:nth-child(odd) td,
.tcnstemplate-contentconstructor-area-one-table-allborders .module-tableconstructor-table-visual tr:nth-child(odd) th {
	background: transparent;
}

.tcnstemplate-contentconstructor-area-one-table-allborders .module-tableconstructor-table-visual table,
.tcnstemplate-contentconstructor-area-one-table-allborders .module-tableconstructor-table-visual td,
.tcnstemplate-contentconstructor-area-one-table-allborders .module-tableconstructor-table-visual th {
	border: 1px solid #cccccc;
}

.page-slider-one {
	background-size: contain !important;
	background-repeat: no-repeat;
	background-position: center center;
}

.page-slider-one.page-slider-one-cover {
	background-size: cover !important;
}

.page-slider-indicator {
	width: 100%;
	margin-left: 0 !important;
	left: 0 !important;
}

.tcnstemplate-contentconstructor-area-one-content .input,
.tcnstemplate-contentconstructor-area-one-content .textarea,
.tcnstemplate-contentconstructor-area-one-content .select {
	border: 1px solid #bbbbbb;
	padding: 5px;
}

.tcnstemplate-contentconstructor-area-one-content .form-notes-alert {
	font-size: 15px;
}

.tcnstemplate-contentconstructor-area-one-table-calc {
	padding: 5px 0 5px 0;
	text-align: right;
}

.tcnstemplate-contentconstructor-gallerywbig-preview {
	height: 500px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.tcnstemplate-contentconstructor-gallerywbig-cover .tcnstemplate-contentconstructor-gallerywbig-preview {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.tcnstemplate-contentconstructor-gallerywbig-small {
	text-align: center;
}

.tcnstemplate-contentconstructor-gallerywbig-small-one {
	width: 130px;
	height: 80px;
	display: inline-block;
	margin: 2px 1px 0 0;
	cursor: pointer;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.tcnstemplate-contentconstructor-gallerywbig-small-one.active {
	cursor: default;
	box-shadow: inset 0 0 3px #000000;
}

.tcnstemplate-contentconstructor-area-style-image {
	list-style: none;
}

.tcnstemplate-contentconstructor-area-style-image-image {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #cccccc;
	margin-right: 10px;
	border-radius: 3px;
	margin-bottom: 5px;
	padding: 5px;
}

.tcnstemplate-contentconstructor-area-style-image-image-i {
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 32px;
	height: 32px;
}

.tcnstemplate-contentconstructorpageswitcher {
    text-align: center;
    margin-top: 20px;
}

.tcnstemplate-contentconstructorpageswitcher-one {
    display: inline-block;
    margin: 0 3px;
    background: #ffffff;
    width: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

body .tcnstemplate-contentconstructorpageswitcher-one {
	color: #2d2d2d !important;
}

.tcnstemplate-contentconstructorpageswitcher-one.active {
    background: #ea202e;
    color: #ffffff !important;
    cursor: default;
}








.tcnstemplate-contentconstructor-area-one-type-image-moredata {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	transition: opacity .5s ease-out;
	opacity: 0;

	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.tcnstemplate-contentconstructor-area-one-type-image-moredata-title {
	font-weight: bold;
	font-size: 23px;
	transform: translateY(-30px) scale(1.5);
	transition: all 1s;
	margin-bottom: 10px;
	line-height: 1.1;
}

.tcnstemplate-contentconstructor-area-one-type-image-moredata-text {
	transform: translateY(50px);
	transition: all 1s;
}

.tcnstemplate-contentconstructor-area-one-type-image:hover .tcnstemplate-contentconstructor-area-one-type-image-moredata {
	
}

.tcnstemplate-contentconstructor-area-one-type-image .tcnstemplate-contentconstructor-area-one-type-image-moredata:hover {
	opacity: 1;
}

.tcnstemplate-contentconstructor-area-one-type-image .tcnstemplate-contentconstructor-area-one-type-image-moredata:hover .tcnstemplate-contentconstructor-area-one-type-image-moredata-title {
	transform: translateY(0) scale(1);
}

.tcnstemplate-contentconstructor-area-one-type-image .tcnstemplate-contentconstructor-area-one-type-image-moredata:hover .tcnstemplate-contentconstructor-area-one-type-image-moredata-text {
	transform: translateY(0);
}

.template-subscribex-line {
	width: 50%;
	margin: 0 auto;
}

.template-subscribex-line-one {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 5px 0 5px;
	margin: 0 0 20px 0;
}

.template-subscribex-line-one .input,
.template-subscribex-line-one .select {
	width: 100%;
}

.template-subscribex-line-one-title {
	margin-bottom: 5px;
}

.template-subscribex-submit {
	text-align: center;
}

.body-mobile .template-subscribex-line {
	width: 90%;
}

.body-mobile .template-subscribex-line-one {
	width: 100%;
}

.tcnstemplate-contentconstructor-area-one-companyname,
.tcnstemplate-contentconstructor-area-one-address,
.tcnstemplate-contentconstructor-area-one-copyright {
	text-align: center;
}

.subpagesaccordeon-one {
	margin-bottom: 30px;
}

.subpagesaccordeon-one-title {
	cursor: pointer;
	font-weight: bold;
}

.subpagesaccordeon-one-title:before {
	font-family: FontAwesome;
	content: "\f078";
	border: 1px solid #cccccc;
	padding: 5px;
	margin-right: 10px;
}

.subpagesaccordeon-one-notes {
	display: none;
}

.subpagesaccordeon-one.active .subpagesaccordeon-one-title:before {
	content: "\f077";
}

.subpagesaccordeon-one.active .subpagesaccordeon-one-notes {
	display: block;
	padding-top: 10px;
}

.page-slider-one a {
	display: block;
	width: 100%;
	height: 100%;
}

.tcnstemplate-contentconstructor-area-one-partners .template-module-partnerscarousel-title {
	display: none;
}

.tcnstemplate-contentconstructor-area-one-partners .bx-wrapper .bx-viewport {
	box-shadow: none;
	height: 136px !important;
	box-sizing: border-box;
}

.tcnstemplate-contentconstructor-area-one-partners a {
	width: 100%;
    height: 100%;
}

.tcnstemplate-contentconstructor-area-one-partners img {
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}

.tcnstemplate-contentconstructor-area-one-partners .template-module-partnerscarousel-img {
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    background: #ffffff;
}

.tcnstemplate-contentconstructor-area-one-partners .bx-prev,
.tcnstemplate-contentconstructor-area-one-partners .bx-next {
	text-indent: 0 !important;
	text-decoration: none !important;
	margin-top: 4px !important;
}

.tcnstemplate-contentconstructor-area-one-partners .bx-prev {
	left: -45px;
}

.tcnstemplate-contentconstructor-area-one-partners .bx-next {
	right: -45px;
}

.tcnstemplate-contentconstructor-area-one-partners .bx-prev:after {
	font-family: FontAwesome;
	content: "\f053";
}

.tcnstemplate-contentconstructor-area-one-partners .bx-next:after {
	font-family: FontAwesome;
	content: "\f054";
}

.ipagecnsmaps-left {
	width: 50%;
	float: left;
}

.ipagecnsmaps-left #YMapsID {
	min-height: 500px;
}

.ipagecnsmaps-right {
	width: 50%;
	float: left;
}

.anketa-hads-data-one {
	margin-bottom: 20px;
	border: 1px solid #cccccc;
	padding: 20px;
	cursor: pointer;
	transform: all 0.3s;
	background: #cceeee;
}

.anketa-hads-data-one:hover {
	background: #fff6cf;
}

.anketa-hads-td {
	height: 30px;
	background: #efefef;
}

.body-mobile .anketa-hads-td {
	height: 15px;
}.tcnstemplate-contentconstructor-area-one-415, tcnstemplate-contentconstructor-area-one-415 * {font-size:-3px}.tcnstemplate-contentconstructor-area-one-2371, tcnstemplate-contentconstructor-area-one-2371 * {font-weight:700}.tcnstemplate-contentconstructor-area-one-2733, tcnstemplate-contentconstructor-area-one-2733 * {font-weight:700}.tcnstemplate-contentconstructor-area-one-2780, tcnstemplate-contentconstructor-area-one-2780 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-2812, tcnstemplate-contentconstructor-area-one-2812 * {font-size:17px}.tcnstemplate-contentconstructor-area-one-2812, tcnstemplate-contentconstructor-area-one-2812 * {font-weight:400}.tcnstemplate-contentconstructor-area-one-3485, tcnstemplate-contentconstructor-area-one-3485 * {font-size:17px}.tcnstemplate-contentconstructor-area-one-3502, tcnstemplate-contentconstructor-area-one-3502 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3737, tcnstemplate-contentconstructor-area-one-3737 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3795, tcnstemplate-contentconstructor-area-one-3795 * {font-size:19px}.tcnstemplate-contentconstructor-area-one-3797, tcnstemplate-contentconstructor-area-one-3797 * {font-size:19px}.tcnstemplate-contentconstructor-area-one-2194, tcnstemplate-contentconstructor-area-one-2194 * {font-size:19px}.tcnstemplate-contentconstructor-area-one-2194, tcnstemplate-contentconstructor-area-one-2194 * {font-weight:700}.tcnstemplate-contentconstructor-area-one-2290, tcnstemplate-contentconstructor-area-one-2290 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3103, tcnstemplate-contentconstructor-area-one-3103 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3109, tcnstemplate-contentconstructor-area-one-3109 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3176, tcnstemplate-contentconstructor-area-one-3176 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3178, tcnstemplate-contentconstructor-area-one-3178 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3188, tcnstemplate-contentconstructor-area-one-3188 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3191, tcnstemplate-contentconstructor-area-one-3191 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3195, tcnstemplate-contentconstructor-area-one-3195 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3196, tcnstemplate-contentconstructor-area-one-3196 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3200, tcnstemplate-contentconstructor-area-one-3200 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3202, tcnstemplate-contentconstructor-area-one-3202 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3204, tcnstemplate-contentconstructor-area-one-3204 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3206, tcnstemplate-contentconstructor-area-one-3206 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3209, tcnstemplate-contentconstructor-area-one-3209 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3210, tcnstemplate-contentconstructor-area-one-3210 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3228, tcnstemplate-contentconstructor-area-one-3228 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3228, tcnstemplate-contentconstructor-area-one-3228 * {font-weight:700}.tcnstemplate-contentconstructor-area-one-3231, tcnstemplate-contentconstructor-area-one-3231 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3231, tcnstemplate-contentconstructor-area-one-3231 * {font-weight:700}.tcnstemplate-contentconstructor-area-one-3277, tcnstemplate-contentconstructor-area-one-3277 * {font-size:25px}.tcnstemplate-contentconstructor-area-one-2065, tcnstemplate-contentconstructor-area-one-2065 * {font-weight:700}.tcnstemplate-contentconstructor-area-one-2668, tcnstemplate-contentconstructor-area-one-2668 * {font-size:16px}.tcnstemplate-contentconstructor-area-one-3180, tcnstemplate-contentconstructor-area-one-3180 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3182, tcnstemplate-contentconstructor-area-one-3182 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3184, tcnstemplate-contentconstructor-area-one-3184 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3186, tcnstemplate-contentconstructor-area-one-3186 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3192, tcnstemplate-contentconstructor-area-one-3192 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3198, tcnstemplate-contentconstructor-area-one-3198 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3218, tcnstemplate-contentconstructor-area-one-3218 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3232, tcnstemplate-contentconstructor-area-one-3232 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-2088, tcnstemplate-contentconstructor-area-one-2088 * {font-size:16px}.tcnstemplate-contentconstructor-area-one-2763, tcnstemplate-contentconstructor-area-one-2763 * {font-weight:700}.tcnstemplate-contentconstructor-area-one-3115, tcnstemplate-contentconstructor-area-one-3115 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3230, tcnstemplate-contentconstructor-area-one-3230 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3230, tcnstemplate-contentconstructor-area-one-3230 * {font-weight:700}.tcnstemplate-contentconstructor-area-one-3233, tcnstemplate-contentconstructor-area-one-3233 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3233, tcnstemplate-contentconstructor-area-one-3233 * {font-weight:700}.tcnstemplate-contentconstructor-area-one-3772, tcnstemplate-contentconstructor-area-one-3772 * {font-size:18px}.tcnstemplate-contentconstructor-area-one-3226, tcnstemplate-contentconstructor-area-one-3226 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3226, tcnstemplate-contentconstructor-area-one-3226 * {font-weight:700}.tcnstemplate-contentconstructor-area-one-3234, tcnstemplate-contentconstructor-area-one-3234 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-3773, tcnstemplate-contentconstructor-area-one-3773 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-2179, tcnstemplate-contentconstructor-area-one-2179 * {font-weight:700}.tcnstemplate-contentconstructor-area-one-2765, tcnstemplate-contentconstructor-area-one-2765 * {font-weight:700}.tcnstemplate-contentconstructor-area-one-2767, tcnstemplate-contentconstructor-area-one-2767 * {font-weight:700}.tcnstemplate-contentconstructor-area-one-3810, tcnstemplate-contentconstructor-area-one-3810 * {font-weight:700}.tcnstemplate-contentconstructor-area-one-2550, tcnstemplate-contentconstructor-area-one-2550 * {font-weight:700}body .template-module-cart-form2 h1, body .template-wizard-positions-container-header, .template-module-card-header, body .template-formbooking-header {font-size: 25px !important;line-height:35px !important;}.sorttypes-one-price {display:none}.sorttypes, .catalog-sort-v2 {display:none !important}.catalog-info-alert {display:none !important}.card-cataloglist .card-text {display:none !important}.card-cataloglist .card-footer {display:none !important}.card-cataloglist .card-price {display:none !important}.template-module-catalog-filterplace {display:none !important}.template-wizard-positions-one-4743 {background-color:rgba(255, 255, 255, 0.5)}.template-wizard-positions-one-4743 {width:305px}.template-wizard-positions-one-4743 {padding-top:15px}.template-wizard-positions-one-4743 {padding-bottom:15px}.template-wizard-positions-one-4743 {padding-left:18px}.template-wizard-positions-one-4743 {padding-right:18px}.template-wizard-positions-one-4748 > .row > .col:not(:last-child),
			.template-wizard-positions-one-4748 > .row > div[class^="col-"]:not(:last-child) {border-right:1px solid #cccccc}.template-wizard-positions-one-4786 {background-color:rgba(249, 249, 249, 0.7)}.template-wizard-positions-one-4786 {padding-top:20px}.template-wizard-positions-one-4786 {padding-bottom:20px}.template-wizard-positions-one-4786 {padding-left:50px}.template-wizard-positions-one-4786 {padding-right:20px}.template-wizard-positions-one-4757 {height:244px}.template-wizard-positions-one-4759 {padding-top:30px}.template-wizard-positions-one-4759 {padding-bottom:30px}.template-wizard-positions-one-4759 {padding-left:20px}.template-wizard-positions-one-4759 {padding-right:20px}.template-wizard-positions-one-4789 {background-color:rgba(233, 229, 204, 1)}.template-wizard-positions-one-4789 {padding-top:10px}.template-wizard-positions-one-4789 {padding-bottom:10px}.template-wizard-positions-one-4744 {margin-left:-30px}.template-wizard-positions-one-4744, .template-wizard-positions-one-4744 * {font-size:16px !important}.template-wizard-positions-one-4744, .template-wizard-positions-one-4744 * {font-weight:500 !important}.template-wizard-positions-one-4754 {background-color:rgba(233, 229, 204, 1)}.template-wizard-positions-one-4754 {position:absolute !important}.template-wizard-positions-one-4754 {top:-601px}.template-wizard-positions-one-4754 {left:40px}.template-wizard-positions-one-4754 {width:305px}.template-wizard-positions-one-4754 {height:270px}.template-wizard-positions-one-4754 {padding-top:20px}.template-wizard-positions-one-4754 {padding-bottom:20px}.template-wizard-positions-one-4754 {padding-left:20px}.template-wizard-positions-one-4754 {padding-right:20px}.template-wizard-positions-one-4788, .template-wizard-positions-one-4788 * {font-size:16px !important}.template-wizard-positions-one-4788, .template-wizard-positions-one-4788 * {font-weight:500 !important}.template-wizard-positions-one-4758 {background-color:rgba(233, 229, 204, 1)}.template-wizard-positions-one-4758 {background-image:url(/i/constructor/5624/md-4758.jpg);background-size:cover;background-repeat:no-repeat;background-position:center center;}.template-wizard-positions-one-4758 {height:244px}.template-wizard-positions-one-4758 {padding-top:35px}.template-wizard-positions-one-4758 {padding-bottom:30px}.template-wizard-positions-one-4758 {padding-left:30px}.template-wizard-positions-one-4758 {padding-right:30px}.template-wizard-positions-one-4760 {background-color:rgba(233, 229, 204, 1)}.template-wizard-positions-one-4760 {padding-top:30px}.template-wizard-positions-one-4760 {padding-bottom:30px}.template-wizard-positions-one-4760 {padding-left:20px}.template-wizard-positions-one-4760 {padding-right:20px}.template-wizard-positions-one-4762 {background-color:rgba(204, 204, 204, 1)}.template-wizard-positions-one-4762 {padding-top:1px}.template-wizard-positions-one-4762 {padding-bottom:1px}.template-wizard-positions-one-4763 {background-color:rgba(129, 101, 55, 1)}.template-wizard-positions-one-4763 {background-image:url(/i/constructor/5624/md-4763.jpg);background-size:cover;background-repeat:no-repeat;background-position:center center;}.template-wizard-positions-one-4763 {padding-top:20px}.template-wizard-positions-one-4763 {padding-bottom:30px}.template-wizard-positions-one-4763 {padding-left:50px}.template-wizard-positions-one-4763 {padding-right:50px}.template-wizard-positions-one-4785 {background-color:rgba(129, 101, 55, 1)}.template-wizard-positions-one-4785 {background-image:url(/i/constructor/5624/md-4785.jpg);background-size:cover;background-repeat:no-repeat;background-position:center center;}.template-wizard-positions-one-4785 > .navbar-nav > .nav-item > .nav-link {display:inline-block}.template-wizard-positions-one-4785 > .navbar-nav > .nav-item:not(:last-child):after {content:"";height:20px;display:inline-block;width:1px;margin-left:10px;margin-right:20px;border-right:1px solid #aaaaaa;vertical-align:middle;}.template-wizard-positions-one-4785 {padding-top:20px}.template-wizard-positions-one-4785 {padding-bottom:20px}.template-wizard-positions-one-4785 {padding-left:20px}.template-wizard-positions-one-4785 {padding-right:20px}.template-wizard-positions-one-4785, .template-wizard-positions-one-4785 * {font-size:18px !important}.template-wizard-positions-one-4785, .template-wizard-positions-one-4785 * {font-weight:300 !important}.template-wizard-positions-one-4785 ul.navbar-nav {columns:3;display:block;}.template-wizard-positions-one-4785 ul.navbar-nav .nav-item {display:block;}.template-wizard-positions-one-4753 {background-color:rgba(255, 255, 255, 0.5)}.template-wizard-positions-one-4753 {height:96px}.template-wizard-positions-one-4753 {padding-top:15px}.template-wizard-positions-one-4753 {padding-bottom:15px}.template-wizard-positions-one-4753 {padding-left:10px}.template-wizard-positions-one-4753 {padding-right:10px}.template-wizard-positions-one-4755 {position:absolute !important}.template-wizard-positions-one-4755 {top:-331px}.template-wizard-positions-one-4755 {left:40px}.template-wizard-positions-one-4755 {width:305px}.template-wizard-positions-one-4783 {position:absolute !important}.template-wizard-positions-one-4783 {top:-294px}.template-wizard-positions-one-4783 {left:100px}.template-wizard-positions-one-4787 {background-color:rgba(249, 249, 249, 0.7)}.template-wizard-positions-one-4787 {padding-top:31px}.template-wizard-positions-one-4787 {padding-bottom:31px}.template-wizard-positions-one-4787 {padding-left:20px}.template-wizard-positions-one-4787 {padding-right:20px}.template-wizard-positions-one-4791 > .navbar-nav > .nav-item > .nav-link {display:inline-block}.template-wizard-positions-one-4791 > .navbar-nav > .nav-item:not(:last-child):after {content:"";height:20px;display:inline-block;width:1px;margin-left:10px;margin-right:20px;border-right:1px solid #ffffff;vertical-align:middle;}.template-wizard-positions-one-4791 {position:absolute !important}.template-wizard-positions-one-4791 {top:-600px}.template-wizard-positions-one-4791 {left:1025px}.template-wizard-positions-one-4791, .template-wizard-positions-one-4791 * {font-weight:300 !important}.template-wizard-positions-one-4794 {position:absolute !important}.template-wizard-positions-one-4794 {top:-87px}.template-wizard-positions-one-4794 {left:329px}.template-wizard-positions-one-4792 {position:absolute !important}.template-wizard-positions-one-4792 {top:-400px}.template-wizard-positions-one-4792 {left:860px}.template-wizard-positions-one-4792 {width:300px}.template-wizard-positions-one-4793 {position:absolute !important}.template-wizard-positions-one-4793 {top:-300px}.template-wizard-positions-one-4793 {left:860px}.template-wizard-positions-one-4793 {width:300px}.template-wizard-positions-container-id-1601 {background-color: #000000 !important;}.template-wizard-positions-container-id-1608 {position: absolute}.template-wizard-positions-container-id-1608 {z-index: 1!important;}.template-wizard-positions-container-id-1608 {top: 624px !important;}.template-wizard-positions-container-id-1608 .template-wizard-positions-container-i {padding-left: 40px !important;}.template-wizard-positions-container-id-1608 .template-wizard-positions-container-i {padding-right: 40px !important;}.template-wizard-positions-container-id-1608 {background-color: rgba(255, 255, 255, 0) !important;}.template-wizard-positions-container-id-1607 .template-wizard-positions-container-i {padding-left: 100px !important;}.template-wizard-positions-container-id-1607 .template-wizard-positions-container-i {padding-right: 100px !important;}.template-wizard-positions-container-id-1609 .template-wizard-positions-container-i {padding-top: 32px !important;}.template-wizard-positions-container-id-1609 .template-wizard-positions-container-i {padding-left: 40px !important;}.template-wizard-positions-container-id-1609 .template-wizard-positions-container-i {padding-right: 40px !important;}.template-wizard-positions-container-id-1603 {border-bottom: 1px solid #816537}.template-wizard-positions-container-id-1604 .template-wizard-positions-container-i {padding-bottom: 20px !important;}.template-wizard-positions-container-id-1613 .template-wizard-positions-container-i {padding-bottom: 120px !important;}.template-wizard-positions-container-id-1613 {background-image: url(/i/constructor/5624/c-1613.jpg?v=303895);background-position:center center;background-repeat:no-repeat;background-size:cover;}.template-wizard-positions-container-id-1628 {position: absolute}.template-wizard-positions-container-id-1628 {z-index: 1!important;}.template-wizard-positions-container-id-1628 .template-wizard-positions-container-i {padding-left: 40px !important;}.template-wizard-positions-container-id-1628 .template-wizard-positions-container-i {padding-right: 40px !important;}.template-wizard-positions-container-id-1628 {margin-top: -80px !important;}.template-wizard-positions-container-id-1628 {background-color: rgba(255, 255, 255, 0) !important;}.template-wizard-positions-container-id-1610 .template-wizard-positions-container-i {padding-top: 34px !important;}.template-wizard-positions-container-id-1610 .template-wizard-positions-container-i {padding-bottom: 1px !important;}.template-wizard-positions-container-id-1610 .template-wizard-positions-container-i {padding-left: 40px !important;}.template-wizard-positions-container-id-1610 .template-wizard-positions-container-i {padding-right: 40px !important;}.template-wizard-positions-container-id-1611 .template-wizard-positions-container-i {padding-left: 40px !important;}.template-wizard-positions-container-id-1611 .template-wizard-positions-container-i {padding-right: 40px !important;}.template-wizard-positions-container-id-2045 .template-wizard-positions-container-i {padding-bottom: 2px !important;}.template-wizard-positions-container-id-2045 .template-wizard-positions-container-i {padding-left: 40px !important;}.template-wizard-positions-container-id-2045 .template-wizard-positions-container-i {padding-right: 40px !important;}.template-wizard-positions-container-id-1629 .template-wizard-positions-container-i {padding-bottom: 2px !important;}.template-wizard-positions-container-id-1629 .template-wizard-positions-container-i {padding-left: 40px !important;}.template-wizard-positions-container-id-1629 .template-wizard-positions-container-i {padding-right: 40px !important;}.template-wizard-positions-container-id-1605 .template-wizard-positions-container-i {padding-left: 40px !important;}.template-wizard-positions-container-id-1605 .template-wizard-positions-container-i {padding-right: 40px !important;}.template-wizard-positions-container-id-1605 {background-color: #816537 !important;}.template-wizard-positions-container-id-1600 {position: absolute}.template-wizard-positions-container-id-1600 {top: 0px !important;}.template-wizard-positions-container-id-1600 .template-wizard-positions-container-i {padding-left: 40px !important;}.template-wizard-positions-container-id-1600 .template-wizard-positions-container-i {padding-right: 40px !important;}.template-wizard-positions-container-id-1600 {background-color: rgba(255, 255, 255, 0.8) !important;}.template-wizard-positions-one-4744 ul.navbar-nav {display: block} .template-wizard-positions-one-4744 ul.navbar-nav > li {display:inline-block;}.template-wizard-positions-one-4746 .carousel-item {height:700px}.template-wizard-positions-one-4753 .template-contactblock {text-align:center}.template-wizard-positions-one-4785 ul.navbar-nav {text-align:left;}.template-wizard-positions-one-4785 ul.navbar-nav {display: block} .template-wizard-positions-one-4785 ul.navbar-nav > li {display:inline-block;}.template-wizard-positions-one-4787 .template-contactblock {text-align:center}.template-wizard-positions-one-4788 ul.navbar-nav {text-align:center;}.template-wizard-positions-one-4788 ul.navbar-nav {display: block} .template-wizard-positions-one-4788 ul.navbar-nav > li {display:inline-block;}.template-wizard-positions-one-4791 ul.navbar-nav {text-align:right;}.template-wizard-positions-one-4744 * {text-transform:uppercase !important}.template-wizard-positions-one-4785 * {text-transform:uppercase !important}.template-wizard-positions-one-4788 * {text-transform:uppercase !important}
/*generated*/
.input, .textarea {}.template-module-backcall-form .textarea {}.tmplt-pagegallery-one {background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 180px;
margin-bottom: 20px;
position: relative;}.tmplt-pagegallery-one a {display: block;
width: 100%;
height: 100%;}.tmplt-pagegallery-one-title {color: #ffffff;
background-color: rgba(0,0,0,0.7);
padding: 10px 0;
text-align: center;
position: absolute;
width: 100%;
bottom: 0;
left: 0;
font-size: 11px;}.tmplt-pagegallery {margin-top: 20px}.tmplt-pagegallery-one-title p {margin: 0;
padding: 0 10px;}
/*userstyles*/
.advtargets-other {display:none;}* {font-family: Roboto Condensed}.sitecontainer {max-width: 1200px}.template-wizard-positions-container-sticky.fixed-top {max-width: 1200px}.template-wizard-positions-container-sizetype-3 .template-wizard-positions-container-i {max-width: 1200px}body {background-color: #f5f5f5}.template-wizard-positions-container {background-color: #ffffff}.template-wizard-positions-container-zebradark,
.template-wizard-positions-container-zebradark .template-bigrubricator {background-color: #2c2d2f}.twpct-footerbig-buttons .cbutton, .template-module-backcall-link, .button, .btn.btn-primary, .template-wizard-positions-button {background-color: #e7c160 !important;border-color:transparent}a {color: #000000}.template-module-backcall-link *, .button *, .btn.btn-primary *, a.btn.btn-primary, .template-wizard-positions-button * {color: #fffffff !important}.leftmenu, .template-wizard-positions-container-selfname-headermobile {background-color: #ffffff !important}