
/*.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-13354-append.css*/
.card-cataloglist {
	border: 0 !important;
}

.card-cataloglist .card-body,
.card-cataloglist .card-body * {
	text-align: left !important;
}

.card-cataloglist .card-body {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.card-cataloglist .template-module-card-2cart {
	display: none !important;
}

.card-cataloglist .card-title {
	font-weight: bold;
}

.card-cataloglist .card-img-top {
	background-size: contain;
	height: 300px;
}

.template-wizard-positions-container-header {
	font-weight: bold !important;
}

body .card-cataloglist .card-text {
	display: block !important;
	font-size: 14px;
}

.template-wizard-positions-one-advantages .template-wizard-positions-container-header {
	display: none;
}

.template-wizard-positions-one-advantages .card {
	padding: 30px 0 30px 0 !important;
}

.template-wizard-positions-one-advantages .card-body p {
	display: none;
}

.template-wizard-positions-one-advantages .card-title {
	margin-bottom: 0 !important;
	font-size: 20px !important;
	font-weight: bold !important;
}

.card-advantages .card-img-top {
	height: 110px !important;
}

.template-wizard-positions-one-advantages .col-lg-3 {
	border-right: 1px solid rgba(255,255,255,0.5);
}

.template-wizard-positions-one-advantages .row .col-lg-3:last-child {
	border-right: 0;
}

.template-wizard-positions-one-5321 .template-wizard-positions-container-header {
	display: none;
}

.template-wizard-positions-one-5322 .template-wizard-positions-container-header {
	text-align: left !important;
	margin-bottom: 10px;
}

.template-wizard-positions-one-5322 * {
	font-size: 16px;
}

.template-wizard-positions-one-5322 .accent {
	background: #f0f0f0;
	padding: 10px 20px;
}

.template-wizard-positions-one-5322 .subheader,
.template-wizard-positions-one-5322 .subheader * {
	font-size: 20px !important;
}

.template-wizard-positions-one-5322 strong,
.template-wizard-positions-one-5322 ul li {
	font-weight: bold;
}

.template-wizard-positions-one-5322 ul {
	list-style: square;
	margin-left: 0;
	padding-left: 15px;
}

.template-wizard-positions-one-5322 ul li,
.template-wizard-positions-one-5322 ul li * {
	color: #666666;
}

.template-wizard-positions-one-5315 * {
	font-size: 18px !important;
}

.template-wizard-positions-container-id-2030 .template-wizard-positions-container-header,
.template-wizard-positions-container-id-2016 .template-wizard-positions-container-header {
	display: none !important;
}

.template-wizard-positions-one-5324 *,
.template-wizard-positions-one-5323 * {
	font-size: 16px;
}

.template-wizard-positions-one-5323 strong {
	font-weight: bold !important;
	font-size: 18px;
}

.template-wizard-positions-one-5324 {
	background: #ffc146;
	position: absolute;
	right: 16px;
	top: -114px;
    height: 229px;
    box-sizing: border-box;
    padding-top: 50px;
    width: 228px;
}

.template-wizard-positions-one-5325 p,
.template-wizard-positions-one-5326 p {
	margin: 0;
	padding: 0;
}

.template-wizard-positions-one-5325,
.template-wizard-positions-one-5326 {
	font-weight: bold !important;
	line-height: 45px;
}

.template-wizard-positions-one-5326 {
	background: rgba(255,193,70,0.5);
	text-align: center;
	font-weight: bold;
	height: 45px;
}

body .template-wizard-positions-one-5315 .navbar-nav li a:hover {
	color: #fe5912 !important;
}

.template-wizard-positions-container-id-2029 {
	position: relative;
}

.template-wizard-positions-container-id-2029 .template-wizard-positions-container-header {
	display: none;
}

.template-positions-col-5327 {
	position: absolute;
	right: 16px;
	top: 0;
	height: 100%;
}

.template-wizard-positions-one-5327 {
	width: 211px;
	height: 100%;
	background: rgba(255,193,70,0.5);
	text-align: center;
}

.template-wizard-positions-one-5327 p {
	margin: 0;
	padding: 0 10px 0 0;
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0;
}

.template-wizard-positions-one-5327 a {
	color: #ffffff;
	font-weight: bold !important;
	font-size: 16px;
	display: inline-block;
	padding: 10px;
	border: 2px solid #ffffff;
}

.template-wizard-positions-one-5327 a:after {
	font-family: FontAwesome;
	content: "\f061";
	margin-left: 10px;
}

.template-wizard-positions-container-id-2023 {
	padding-right: 10px !important;
}

h1.content_header {
	font-size: 30px !important;
	font-weight: bold !important;
}

.page_i,
.template-module-card {
	margin-left: 100px;
	margin-right: 100px;
}

.template-module-card-img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.tcnsphotogallerydiv-one .tcnsphotogallerydiv-one-i-image {
	transition: all 1s;
}

.tcnsphotogallerydiv-one:hover .tcnsphotogallerydiv-one-i-image  {
	transform: scale(1.3); 
}

.tcnsphotogallerydiv-one-i,
.tcnsphotogallerydiv-one-i-image  {
	height: 250px !important;
}

.templates-cart-bigft-icon a {
	text-decoration: none;
}

.card-cataloglist .card-body, .card-cataloglist .card-body * {
	text-align: center !important;
}

.template-wizard-positions-container-id-2029 .row {
	display: block !important;
	margin: 0 !important;
}

.template-wizard-positions-container-id-2029 .template-positions-col-5317 {
	padding: 0 !important;
}

.opwndtitle {
	margin-bottom: 25px;
	padding-top: 25px;
}

.cabinet-register-form * {
	font-size: 14px !important;
}

.cabinet-register-form .button {
	border-radius: 0 !important;
	text-transform: uppercase;
	padding: 0 20px !important;
	line-height: 40px !important;
	font-size: 14px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

.cabinet-register-form .input {
	padding: 0 20px !important;
	border: 1px solid #999999;
	line-height: 40px !important;
}

.opwnd .opwndc {
	cursor: pointer;
}

.catalogbyrub-rub {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}

.catalogbyrub-one {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
}

.catalogbyrub-one-title {
	font-weight: bold;
	float: left;
	width: 50%;
}

.catalogbyrub-one-weight {
	float: left;
	width: 15%;
	text-align: center;
	font-size: 16px;
	padding-top: 3px;
}

.catalogbyrub-one-price {
	float: left;
	padding-top: 3px;
	font-weight: bold;
	width: 15%;	
	font-size: 16px;
	text-align: center;	
}

.catalogbyrub-one-count {
	float: left;
	width: 10%;	
	text-align: center;
}

.catalogbyrub-one-2cart {
	float: left;
	width: 10%;	
	text-align: center;
}

.catalogbyrub-one-title a {
	color: #5e78cf;
}

.catalogbyrub-one-2cart {
	text-align: right;
}

.catalogbyrub-one-2cart .catalogbyrub-one-2cart-link {
	color: #ffffff;
	cursor: pointer;
	line-height: 30px;
	padding: 0 15px;
	font-size: 14px;
	display: inline-block;
	background: #5e78cf !important;
	border-radius: 0 !important;
}

.catalogbyrub-one-count.input-withcount .plus {
	cursor: pointer;
	margin-right: 5px;
	background: transparent !important;
	font-size: 16px;
}

.catalogbyrub-one-count.input-withcount .plus:after {
	font-family: FontAwesome;
	content: "\f055";
}

.catalogbyrub-one-count.input-withcount .minus {
	cursor: pointer;
	margin-left: 5px;
	background: transparent !important;
	font-size: 16px;
}

.catalogbyrub-one-count.input-withcount .minus:after {
	font-family: FontAwesome;
	content: "\f056";
}

body .catalogbyrub-one-count input {
	line-height: 29px;
	border: 1px solid #cccccc;
	width: 40px;
	padding: 0 !important;
	text-align: center;
	font-size: 14px;
}

.catalogbyrub-one-count.input-withcount .plus:hover,
.catalogbyrub-one-count.input-withcount .minus:hover {
	color: #fe5912 !important;
}

.template-module-cart-added-close {
	font-size: 14px;
}

.template-module-cart-added-go .button {
	border-radius: 0 !important;
}

.template-module-catalog-list-one-more {
	display: none !important;
}

.template-module-cartform .template-module-catalog-list-one {
	display: block !important;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #cccccc;
	background: transparent !important;
}

.template-module-cartform .template-module-catalog-list-one_i {
	background: transparent !important;
}

.template-module-cartform .template-module-catalog-list-img,
.template-module-cartform .template-module-catalog-list-one-notes {
	display: none !important;
}

.template-module-cartform .template-module-catalog-list-one-title {
	float: left !important;
	width: 50% !important;
	text-align: left !important;
}

.template-module-cartform .template-module-catalog-list-one-price {
	float: left !important;
	width: 10% !important;
	text-align: left !important;
}

.template-module-cartform .template-module-catalog-list-one .template-module-catalog-list-one-btns {
	float: left !important;
	width: 10% !important;
	display: block !important;
	margin-top: 0 !important;
}

.template-module-cartform .template-module-catalog-list-one .template-module-catalog-list-one-cartfunc {
	float: left !important;
	width: 30% !important;
	margin-top: 0 !important;
}

.template-module-cartform .template-module-catalog-list-one .template-module-catalog-list-one-cartfunc-count {
	float: left !important;
	width: 50% !important;
}

.template-module-cartform .template-module-catalog-list-one .template-module-catalog-list-one-cartfunc-count,
.template-module-cartform .template-module-catalog-list-one .template-module-catalog-list-one-cartfunc-count * {
	font-size: 14px !important;
}

.template-module-cartform .template-module-catalog-list-one .template-module-catalog-list-one-cartfunc-count input {
	line-height: 29px !important;
    border: 1px solid #cccccc !important;
    width: 40px !important;
    padding: 0 !important !important;
    text-align: center !important;
    font-size: 14px !important;
}

.template-module-cartform .template-module-catalog-list-one .template-module-catalog-list-one-cartfunc-price {
	float: left !important;
	width: 50% !important;
	margin-top: 0 !important;
}

.template-module-catalog-list-one-cart {
	border-radius: 0 !important;
	color: #ffffff !important;
    cursor: pointer !important;
    line-height: 30px !important;
    padding: 0 15px !important;
    font-size: 14px !important;
    display: inline-block !important;
    background: #5e78cf !important;
    border-radius: 0 !important;
    text-transform: none !important;
    font-weight: normal !important;
}

.template-module-cartform .template-module-catalog-list-one .input-counter-plus {
	cursor: pointer !important;
    margin-right: 5px !important;
    background: transparent !important;
    font-size: 16px !important;
    color: #222222 !important;
    opacity: 0.7;
}


.template-module-cartform .template-module-catalog-list-one .input-counter-plus:after {
    font-family: FontAwesome;
    content: "\f055";
}

.template-module-cartform .template-module-catalog-list-one .input-counter-minus {
	cursor: pointer !important;
    margin-right: 5px !important;
    background: transparent !important;
    font-size: 16px !important;
    color: #222222 !important;
    opacity: 0.7;
}


.template-module-cartform .template-module-catalog-list-one .input-counter-minus:after {
    font-family: FontAwesome;
    content: "\f056";
}

.template-module-cartform-buttons .button {
	border-radius: 0 !important;
}

.template-module-cart-form2 .input,
.template-module-cart-form2 textarea {
	border: 1px solid #cccccc;
}

.template-module-card-2cart {
	border-radius: 0 !important;
}

.template-catalog-card-tocart * {
	color: #ffffff !important;
}

.template-wizard-positions-one-5328 .template-wizard-positions-container-header {
	display: none;
}
/*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-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/templates/shop3/css/cataloglistby3.css*/
.twpct-cataloghit .template-module-catalog-list {
	width: 100%;
}

.template-module-catalog-list-i .row {
	width: auto !important;
}

body .card-cataloglist .card-price {
    display: block !important;
    color: #dd8157;
}

body .card-cataloglist .card-footer {
    display: block !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body .card-cataloglist .card-footer .template-module-card-2cart {
    text-indent: -9999px;
    line-height: 0 !important;
    position: absolute;
    background: transparent !important;
    right: 0px;
    top: 15px;
    text-shadow: 0 0 4px rgb(255 255 255);
    color: #000000 !important;
}

body .card-cataloglist .card-footer .cardlist-more {
    display: none !important;
}

body .card-cataloglist .card-footer .template-module-card-2cart::after {
    font-family: FontAwesome;
    content: "\f291";
    text-indent: 0;
    display: block;
    line-height: initial;
    font-size: 18px;
}
/*skin/templates/shop3/css/catalogcard3.css*/

/*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/wesuggestasim.css*/
.card-wesuggest {
	border: 0 !important;
}

.card-wesuggest .card-img-top {
	width: 100% !important;
}

.card-wesuggest .card-body {
	position: absolute !important;
	margin: 0 !important;
	padding: 0 !important;
}

.card-wesuggest .card-body,
.card-wesuggest .card-body * {
	text-transform: uppercase !important;
}

.card-wesuggest-0,
.card-wesuggest-1 {
	margin-bottom: 25px !important;
}

.card-wesuggest-0 .card-body,
.card-wesuggest-2 .card-body {
	right: 30px;
	bottom: 25px;
	text-align: right;
}

.card-wesuggest-1 .card-body,
.card-wesuggest-3 .card-body {
	left: 30px;
	bottom: 25px;
}

.card-wesuggest .card-title {
	font-weight: bold;
	margin: 0 !important;
}

.card-wesuggest .card-title,
.card-wesuggest .card-title * {
	font-size: 20px !important;
}

.card-wesuggest .card-notes {
	font-size: 13px;
	margin-bottom: 5px;
}

.card-wesuggest-2 .card-body,
.card-wesuggest-2 .card-body * {
	color: #ffffff;
}
/*skin/templates/shop3/css/cartbigft.css*/
.templates-cart-bigft {
	position: relative;
	top: -4px;
	height: 175px;
	background: radial-gradient(rgba(0,0,0,0), rgba(0,0,0,0.3));
}

.templates-cart-bigft .templates-cart-bigft-icon a {
	display: block;
	text-align: center;
}

.templates-cart-bigft .templates-cart-bigft-icon a:before {
	content: "\f291";
	font-family: FontAwesome;	
	font-size: 60px;
	color: #ffffff;
	position: relative;
	top: 27px;
}

.templates-cart-bigft-info {
	position: absolute;
	bottom: -8px;
	width: 100%;
	text-align: center;
}

.templates-cart-bigft-info {
	background: #5e78cf;
	padding: 10px 10px;
}

.templates-cart-bigft-info,
.templates-cart-bigft-info * {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.fixed-top .templates-cart-bigft-info {
	bottom: -9px;
}
/*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/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/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;
}.template-wizard-positions-container-i {justify-content: center}.row {flex-grow: 1}.tcnstemplate-contentconstructor-area-one-1653, tcnstemplate-contentconstructor-area-one-1653 * {font-size:20px}.tcnstemplate-contentconstructor-area-one-1653, tcnstemplate-contentconstructor-area-one-1653 * {font-weight:100}@media (max-width: 575.98px){.twpct-headertextbutton .tcnstemplate-contentconstructor-area-one-text, .twpct-headertext .tcnstemplate-contentconstructor-area-one-text{}}@media (min-width: 576px) and (max-width: 767.98px){.twpct-headertextbutton .tcnstemplate-contentconstructor-area-one-text, .twpct-headertext .tcnstemplate-contentconstructor-area-one-text{}}@media (min-width: 768px) and (max-width: 991.98px){.twpct-headertextbutton .tcnstemplate-contentconstructor-area-one-text, .twpct-headertext .tcnstemplate-contentconstructor-area-one-text{max-width:90%;margin-left:auto;margin-right:auto;}}@media (min-width: 992px) and (max-width: 1199.98px){.twpct-headertextbutton .tcnstemplate-contentconstructor-area-one-text, .twpct-headertext .tcnstemplate-contentconstructor-area-one-text{max-width:70%;margin-left:auto;margin-right:auto;}}@media (min-width: 1200px){.twpct-headertextbutton .tcnstemplate-contentconstructor-area-one-text, .twpct-headertext .tcnstemplate-contentconstructor-area-one-text{max-width:50%;margin-left:auto;margin-right:auto;}}@media (max-width: 575.98px){.twpct-headergallery .tcnstemplate-contentconstructor-area-one-type-image{width: 100%}}@media (min-width: 576px) and (max-width: 767.98px){.twpct-headergallery .tcnstemplate-contentconstructor-area-one-type-image{width: 100%}}@media (min-width: 768px) and (max-width: 991.98px){.twpct-headergallery .tcnstemplate-contentconstructor-area-one-type-image{}}@media (min-width: 992px) and (max-width: 1199.98px){.twpct-headergallery .tcnstemplate-contentconstructor-area-one-type-image{}}@media (min-width: 1200px){.twpct-headergallery .tcnstemplate-contentconstructor-area-one-type-image{}}@media (max-width: 575.98px){.sitecontainer{padding-top: 55px}}@media (min-width: 576px) and (max-width: 767.98px){.sitecontainer{padding-top: 55px}}@media (min-width: 768px) and (max-width: 991.98px){.sitecontainer{padding-top: 55px}}@media (min-width: 992px) and (max-width: 1199.98px){.sitecontainer{padding-top: 0}}@media (min-width: 1200px){.sitecontainer{padding-top: 0}}.body-animation-3 .twpct-imageheadertextbutton .tcnstemplate-contentconstructor-area-one-image img {transition: all 3s ease-out}
	.body-animation-3 .twpct-imageheadertextbutton .tcnstemplate-contentconstructor-area-one-image {overflow:hidden}
	.body-animation-3 .twpct-imageheadertextbutton:hover .tcnstemplate-contentconstructor-area-one-image img {transform:scale(1.1)}
.template-module-totop {
    width: 69px !important;
    right: 0 !important;
    bottom: 0 !important;
    line-height: 69px !important;
    height: 69px !important;
    font-size: 18px !important;
    border-radius: 0 !important;
    border: 0 !important;
    z-index: 21;
	}
	.template-wizard-positions-container-selfname-headermobile {background:rgba(44,45,46,.9);padding-left:5px;padding-right:5px;}
	.template-wizard-positions-container-selfname-headermobile .template-wizard-positions-container-i {padding-top:5px !important;padding-bottom:5px !important;}.template-wizard-positions-container-selfname-header.fixed-top {border-bottom:1px solid #ffffff}.template-wizard-positions-container-i {padding-top: 60px;padding-bottom: 60px}@media (max-width: 575.98px){.template-wizard-positions-container-i, .twpct-imageheadertextbutton .template-positions-colt-text .template-wizard-positions-one{padding-top: 20px;padding-bottom: 20px}}@media (min-width: 576px) and (max-width: 767.98px){.template-wizard-positions-container-i, .twpct-imageheadertextbutton .template-positions-colt-text .template-wizard-positions-one{padding-top: 24px;padding-bottom: 24px}}@media (min-width: 768px) and (max-width: 991.98px){.template-wizard-positions-container-i, .twpct-imageheadertextbutton .template-positions-colt-text .template-wizard-positions-one{padding-top: 30px;padding-bottom: 30px}}@media (min-width: 992px) and (max-width: 1199.98px){.template-wizard-positions-container-i, .twpct-imageheadertextbutton .template-positions-colt-text .template-wizard-positions-one{padding-top: 40px;padding-bottom: 40px}}@media (min-width: 1200px){.template-wizard-positions-container-i, .twpct-imageheadertextbutton .template-positions-colt-text .template-wizard-positions-one{padding-top: 60px;padding-bottom: 60px}}@media (max-width: 575.98px){.template-wizard-positions-container-hashdr .template-wizard-positions-container-i{padding-top: 20px;padding-bottom: 20px}}@media (min-width: 576px) and (max-width: 767.98px){.template-wizard-positions-container-hashdr .template-wizard-positions-container-i{padding-top: 23px;padding-bottom: 24px}}@media (min-width: 768px) and (max-width: 991.98px){.template-wizard-positions-container-hashdr .template-wizard-positions-container-i{padding-top: 25px;padding-bottom: 30px}}@media (min-width: 992px) and (max-width: 1199.98px){.template-wizard-positions-container-hashdr .template-wizard-positions-container-i{padding-top: 31px;padding-bottom: 40px}}@media (min-width: 1200px){.template-wizard-positions-container-hashdr .template-wizard-positions-container-i{padding-top: 47px;padding-bottom: 60px}}.template-wizard-positions-container, .template-wizard-positions-container-i {display:flex}.template-wizard-positions-container-i, .row {width: 100%}h1.content_header, .template-module-cart-form2 h1, .template-wizard-positions-container-header, .template-module-card-header {font-weight: normal;}@media (max-width: 575.98px){.twpct-imageheadertextbutton .template-positions-colt-image,
.twpct-imageheadertextbutton .template-positions-colt-image .template-wizard-positions-one,
.twpct-imageheadertextbutton .template-positions-colt-image .tcnstemplate-contentconstructor-area,
.twpct-imageheadertextbutton .template-positions-colt-image .tcnstemplate-contentconstructor-area-one,
.twpct-imageheadertextbutton .template-positions-colt-image .tcnstemplate-contentconstructor-area-one-content,
.twpct-imageheadertextbutton .template-positions-colt-image .tcnstemplate-contentconstructor-area-one-images{}}@media (min-width: 576px) and (max-width: 767.98px){.twpct-imageheadertextbutton .template-positions-colt-image,
.twpct-imageheadertextbutton .template-positions-colt-image .template-wizard-positions-one,
.twpct-imageheadertextbutton .template-positions-colt-image .tcnstemplate-contentconstructor-area,
.twpct-imageheadertextbutton .template-positions-colt-image .tcnstemplate-contentconstructor-area-one,
.twpct-imageheadertextbutton .template-positions-colt-image .tcnstemplate-contentconstructor-area-one-content,
.twpct-imageheadertextbutton .template-positions-colt-image .tcnstemplate-contentconstructor-area-one-images{}}@media (min-width: 768px) and (max-width: 991.98px){.twpct-imageheadertextbutton .template-positions-colt-image,
.twpct-imageheadertextbutton .template-positions-colt-image .template-wizard-positions-one,
.twpct-imageheadertextbutton .template-positions-colt-image .tcnstemplate-contentconstructor-area,
.twpct-imageheadertextbutton .template-positions-colt-image .tcnstemplate-contentconstructor-area-one,
.twpct-imageheadertextbutton .template-positions-colt-image .tcnstemplate-contentconstructor-area-one-content,
.twpct-imageheadertextbutton .template-positions-colt-image .tcnstemplate-contentconstructor-area-one-images{height: 100%}}@media (min-width: 992px) and (max-width: 1199.98px){.twpct-imageheadertextbutton .template-positions-colt-image,
.twpct-imageheadertextbutton .template-positions-colt-image .template-wizard-positions-one,
.twpct-imageheadertextbutton .template-positions-colt-image .tcnstemplate-contentconstructor-area,
.twpct-imageheadertextbutton .template-positions-colt-image .tcnstemplate-contentconstructor-area-one,
.twpct-imageheadertextbutton .template-positions-colt-image .tcnstemplate-contentconstructor-area-one-content,
.twpct-imageheadertextbutton .template-positions-colt-image .tcnstemplate-contentconstructor-area-one-images{height: 100%}}@media (min-width: 1200px){.twpct-imageheadertextbutton .template-positions-colt-image,
.twpct-imageheadertextbutton .template-positions-colt-image .template-wizard-positions-one,
.twpct-imageheadertextbutton .template-positions-colt-image .tcnstemplate-contentconstructor-area,
.twpct-imageheadertextbutton .template-positions-colt-image .tcnstemplate-contentconstructor-area-one,
.twpct-imageheadertextbutton .template-positions-colt-image .tcnstemplate-contentconstructor-area-one-content,
.twpct-imageheadertextbutton .template-positions-colt-image .tcnstemplate-contentconstructor-area-one-images{height: 100%}}@media (max-width: 575.98px){.twpct-imageheadertextbutton .template-positions-colt-image .tcnstemplate-contentconstructor-area-one-image img{}}@media (min-width: 576px) and (max-width: 767.98px){.twpct-imageheadertextbutton .template-positions-colt-image .tcnstemplate-contentconstructor-area-one-image img{}}@media (min-width: 768px) and (max-width: 991.98px){.twpct-imageheadertextbutton .template-positions-colt-image .tcnstemplate-contentconstructor-area-one-image img{width: 100%;height: 100%;object-fit: cover;}}@media (min-width: 992px) and (max-width: 1199.98px){.twpct-imageheadertextbutton .template-positions-colt-image .tcnstemplate-contentconstructor-area-one-image img{width: 100%;height: 100%;object-fit: cover;}}@media (min-width: 1200px){.twpct-imageheadertextbutton .template-positions-colt-image .tcnstemplate-contentconstructor-area-one-image img{width: 100%;height: 100%;object-fit: cover;}}@media (max-width: 575.98px){body{font-size: 15px}}@media (min-width: 576px) and (max-width: 767.98px){body{font-size: 16px}}@media (min-width: 768px) and (max-width: 991.98px){body{font-size: 18px}}@media (min-width: 992px) and (max-width: 1199.98px){body{font-size: 20px}}@media (min-width: 1200px){body{font-size: 20px}}body {font-weight:100}.tcnstemplate-contentconstructor-area-one-type-button * {text-transform:uppercase}body .template-module-cart-form2 h1, body .template-wizard-positions-container-header, .template-module-card-header, body .template-formbooking-header {font-size: 35px !important;line-height:45px !important;}@media (max-width: 575.98px){body .template-module-cart-form2 h1, body .template-wizard-positions-container-header, .template-module-card-header, body .template-formbooking-header{font-size: 11px !important;line-height:21px !important;}}@media (min-width: 576px) and (max-width: 767.98px){body .template-module-cart-form2 h1, body .template-wizard-positions-container-header, .template-module-card-header, body .template-formbooking-header{font-size: 14px !important;line-height:24px !important;}}@media (min-width: 768px) and (max-width: 991.98px){body .template-module-cart-form2 h1, body .template-wizard-positions-container-header, .template-module-card-header, body .template-formbooking-header{font-size: 17px !important;line-height:27px !important;}}@media (min-width: 992px) and (max-width: 1199.98px){body .template-module-cart-form2 h1, body .template-wizard-positions-container-header, .template-module-card-header, body .template-formbooking-header{font-size: 23px !important;line-height:33px !important;}}@media (min-width: 1200px){body .template-module-cart-form2 h1, body .template-wizard-positions-container-header, .template-module-card-header, body .template-formbooking-header{font-size: 35px !important;line-height:45px !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-5315 {padding-left:40px}.template-wizard-positions-container-id-2030 .template-wizard-positions-container-i {padding-top: 0px !important;}.template-wizard-positions-container-id-2030 .template-wizard-positions-container-i {padding-bottom: 0px !important;}.template-wizard-positions-container-id-2030 {background-image: url(/i/constructor/13354/c-2030.jpg?v=44013);background-position:center center;background-repeat:no-repeat;background-size:cover;}.template-wizard-positions-container-id-2015 .template-wizard-positions-container-i {padding-top: 4px !important;}.template-wizard-positions-container-id-2015 .template-wizard-positions-container-i {padding-bottom: 4px !important;}.template-wizard-positions-container-id-2015 {background-color: #ffc146 !important;}.template-wizard-positions-container-id-2027 .template-wizard-positions-container-i {padding-top: 10px !important;}.template-wizard-positions-container-id-2025 {background-image: url(/i/constructor/13354/c-2025.jpg?v=50699);background-position:center center;background-repeat:no-repeat;background-size:cover;}.template-wizard-positions-container-id-2016 {background-color: #3f2212 !important;}.template-wizard-positions-one-5315 * {text-transform:uppercase !important}.template-wizard-positions-one-5315 ul.navbar-nav {display: block} .template-wizard-positions-one-5315 ul.navbar-nav > li {display:block !important;} 

						.template-wizard-positions-one-5315 ul.navbar-nav > li > a {padding: 5px 0 5px 0;margin-right:0 !important;margin-left:0 !important;}.template-wizard-positions-one-5315 ul.navbar-nav {columns:2;display:block;}
/*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*/
.sitecontainer {min-width:1200px !important;} .navbar-brand {display:none;} .navbar-right {display:none !important} .collapse.navbar-collapse {display:block !important} .template-wizard-positions-container-id-1375 .template-wizard-positions-container-i, .template-wizard-positions-container-id-1391 .template-wizard-positions-container-i {
							min-width: 1200px }.advtargets-other {display:none;}* {font-family: Roboto Condensed}.sitecontainer {max-width: 1500px}.template-wizard-positions-container-sticky.fixed-top {max-width: 1500px}.template-wizard-positions-container-sizetype-3 .template-wizard-positions-container-i {max-width: 1500px}body {background-color: #ffffff}.template-wizard-positions-container {background-color: #ffffff}.template-wizard-positions-container-zebradark,
.template-wizard-positions-container-zebradark .template-bigrubricator {background-color: #444444}* {color: #222222}.template-wizard-positions-container-zebradark *,
.template-wizard-positions-container-zebradark .template-bigrubricator *, .template-wizard-positions-one-is_invert, .template-wizard-positions-one-is_invert * {color: #ffffff !important}.twpct-footerbig-buttons .cbutton, .template-module-backcall-link, .button, .btn.btn-primary, .template-wizard-positions-button {background-color: #ea202e !important;border-color:transparent}.tcnstemplate-contentconstructor-area-one-type-button {background-color: #ea202e !important;border-color:transparent}.template-wizard-positions-container-zebradark .twpct-footerbig-buttons .cbutton, .template-wizard-positions-container-zebradark .template-module-backcall-link, 
						.template-wizard-positions-container-zebradark .button, .template-wizard-positions-container-zebradark .btn.btn-primary, .template-wizard-positions-container-zebradark .template-wizard-positions-button {background-color: #ffffff !important;border-color:transparent}.template-wizard-positions-container-zebradark .tcnstemplate-contentconstructor-area-one-type-button {background-color: #ffffff !important;border-color:transparent}a {color: #222222}.template-wizard-positions-container-zebradark a {color: #ffffff !important}.template-module-backcall-link *, .button *, .btn.btn-primary *, a.btn.btn-primary, .template-wizard-positions-button * {color: #ffffff !important}.tcnstemplate-contentconstructor-area-one-type-button * {color: #ffffff !important;}.template-wizard-positions-container-zebradark .template-module-backcall-link *,
						.template-wizard-positions-container-zebradark .button *,
						.template-wizard-positions-container-zebradark .btn.btn-primary *,.template-wizard-positions-container-zebradark a.btn.btn-primary, 
						.template-wizard-positions-container-zebradark .template-wizard-positions-button *
						{color: #000000 !important}.template-wizard-positions-container-zebradark .tcnstemplate-contentconstructor-area-one-type-button * {color: #000000 !important;}.leftmenu, .template-wizard-positions-container-selfname-headermobile {background-color: #2c2d2f !important}.leftmenu *, .template-wizard-positions-container-selfname-headermobile * {color: #ffffff !important}.template-wizard-positions-container-header {color: #222222 !important}.template-wizard-positions-container-zebradark .template-wizard-positions-container-header {color: #ffffff !important}