/*<![CDATA[*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Lobster&subset=latin,cyrillic);

@import url("https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.css") screen, handheld; /* import of FancyBox Styles */

@-webkit-keyframes cloud {
0% { 
        bottom: 0;
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    3% {
        opacity: 0.7;
    }
	100% {
        bottom: 2000px;
        opacity: 0;
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}
@keyframes cloud {
	0% { 
        bottom: 0;
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    3% {
        opacity: 0.7;
    }
	100% {
        bottom: 2000px;
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.3);
    }
}

* {
	box-sizing: border-box;
}

html,
body {
	min: 100%;
}

body {
     position: relative;
     margin: 0;
     padding: 0;
     color: #4a3925;
     font-family: 'Open Sans', sans-serif;
     line-height: 1.2;
     font-size: 15px;
     font-weight: 400;
     background: #FFF url(../image/texture.jpg) repeat; 
     cursor: default;
     overflow-x: hidden;
}
    
body p {
	margin-bottom: 14px;
}

hr {
	display: block;
	width: 100%;
	height: 2px;
	background: #312618;
	background-clip: content-box;
	padding: 0 5%;
	box-sizing: border-box;
	margin: 20px 0;
	border: none;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	border: 0;
}

.imgLeftFloat {
	margin: 15px 20px 15px 0;
}

/* Оформление ссылок */

a:link 
   {
     color: #c44743;
     transition: 0.3s;
     text-decoration: underline;
   }
a:visited 
   {
     color: #c44743;
     transition: 0.3s;
     text-decoration: underline;
   }
a:focus {
	color: #d07868;
	text-decoration: underline;
} 
a:hover 
   {
     color: #d07868;
     text-decoration: underline;
    }
/* /Оформление ссылок */

h1,
h2,
h3,
h4,
h5,
h5,
a.menu,
.btn,
input[type="button"] {
	font-family: 'Lobster', cursive;
	font-weight: normal !important;
}

/* Располагаем по центру */

.container
   {
     margin: 0 auto; 
     padding: 0;
     width: 1004px;
     position:relative;
   }
.container.main {
	background-color: #FFF;
}

/* /Располагаем по центру */

/* Шапка */
header {
	height: 100%;
	position: relative;
	padding-top: 79px;
}

.fixed-header {
	width: 100%;
	height: 91px;
	height: auto !important;
	background: #c44743;
	box-shadow: 0 5px 10px rgba(38,50,56,.3);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

div#header
   {
     padding: 14px 0;
     width: 100%;
     display: -webkit-box;
     display: -moz-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: -ms-flex;
     display: flex;
     -webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
   	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: nowrap;
     font-family: 'Tahoma';
     color: #7c5f3e;
   }
/* FOR IE */
div#header > * {
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	width: 25%;
	margin: 0 -2px;
	box-sizing: border-box;
}
/* ЛОГО */
div#header .logo {
     font-size: 7pt;
     padding: 0;
     text-align: center;
     width: 25%;
}
div#header .navigation {
	width: 75%;
}

div#header .logo a {
	display: block;
	position: relative;
	color: #FFF !important;
	font-size: 23px;
	text-decoration: none;
}
div#header .logo a img {
	width: 100%;
	max-width: 100%;
	height: auto;
	transition: 0.4s;
}
/*  КОНТАКТЫ В ШАПКЕ  */
div#header .headcontacts {
	text-align: left;
	color: #FFF;
	padding-right: 20px;
}
div#header .places {
	text-align: right;
	padding-left: 20px;
	folor: #fff;
}
div#header .timework {
	
}
div#header > div > i { 
	display: inline-block;
	font-size: 55px;
	vertical-align: middle;
	margin-right: 14px;
}
div#header i {
	color: #c55743;
}
div#header .inl {
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
}

div#header .headcontacts a,
div#header .places a,
div#header .timework a {
	display: block;
	color: #B71C1C;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	margin: 5px 0;
	text-shadow: 1px 2px 5px #fff;
}
div#header div .email > a {
	margin: 0;
	margin-bottom: 5px;
	font-size: 15px;
}
div#header p {
	color: #fff;
}
div#header .headcontacts > div a:after,
div#header .places > div a:after {
	content: "";
	display: block;
	position: relative;
	width: 0;
	height: 0;
	left: 50%;
	transition: 0.3s;
	opacity: 0.6;
	border-bottom: 2px solid #FFF;
}
div#header .headcontacts > div a:hover:after,
div#header .places > div a:hover:after {
	width: 90%;
	left: 5%;
	opacity: 1;
	border-color: #7c5f3e;
}
div#header .headcontacts > div a:hover,
div#header .places > div a:hover {
	color: #7c5f3e;
}
/*  ПОИСК  */
div#header .searchform {
	display: -webkit-box;
     display: -moz-box;
     display: -webkit-flex;
     display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}
div#header .searchform input {
	margin: 0 5px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	background-color: transparent;
	border: 2px solid #FFF;
	transition: 0.3s;
}
div#header .searchform input:hover {
	border-color: #67cbf8;
	background-color: rgba(3,169,244, 0.07);
}
div#header .searchform input:focus {
	border-color: #03A9F4;
	background-color: rgba(3,169,244, 0.2);
}
div#header .searchform input[type="text"] {
	padding: 1px 5px;
	height: 18px;
	border-radius: 0px;
}
div#header .searchform input[type="submit"] {
	border-radius: 0;
	width: 25px;
	height: 25px;
	background-image: url(../image/magnifying47.png);
	background-repeat: no-repeat;
	background-size: 65%;
	background-position: center;
}
div#header .searchform input[type="submit"]:hover {
	cursor: pointer;
}
/* Навигация */
.navigation {
	background-image: url(../image/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: tansparent;
	position: relative;
	padding: 0;
	z-index: 100;
}
.navigation ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	list-style: none;
	padding: 0 7px;
	margin: 0;
	//border-bottom: 2px solid #7c5f3e;
	font-family: 'Tahoma';
	font-size: 18px;
	font-weight: 700;
	z-index: 500;
}

.navigation ul li {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0 5px;
	flex-grow: 1;
	text-align: center;
	vertical-align: middle;
	margin: 0;
}

.navigation ul li a{
	display: block;
	position: relative;
	width: 100%;
	padding: 10px 8px;
	color: #FFF;
	text-decoration: none;
	font-size: 21px;
	font-weight: normal;
	transition: 0.3s;
}

.navigation ul li a:hover,
.navigation ul li .active {
	color: #ffd89e;
	text-decoration: none;
}

/*     СЛАЙДЕР     */
.bannerimg {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	z-index: 0;
	background: #FFF;
	background-size: 100%;
}
.bannerimg > a {
	display: inline-block;
	padding: 0;
	margin: 0 -2px;
}

.bannerimg > a img {
	transition: 0.3s;
}

.bannerimg > a:hover img {
	-webkit-filter: brightness(1.1);
    	filter: brightness(1.1);
}

.bannerimg:before,
.bannerimg:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 50px;
	z-index: 10;
	background: transparent url(../image/bannerborder.png) no-repeat;
	background-size: 100%;
}
.bannerimg:before {
	top: 0px;
	left: 0;
	background-position: top left;
}
.bannerimg:after {
	background-position: top left;
	bottom: 0px;
	right: 0;
	-webkit-transform: rotate(180deg);
 	-moz-transform: rotate(180deg);
 	-o-transform: rotate(180deg);
 	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#image_slider{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	list-style: none;
	padding:0px;
	margin:0px;
}
#image_slider > * {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 1s;
}
#image_slider > * h1 {
	display: block;
	position: absolute;
	top: 30%;
	left: 40px;
	color: #fff;
	font-family: 'Tahoma';
	font-size: 45px;
	transition: 0.5s;
	transition-delay: 0.7s;
}
#image_slider > * img{
	width: auto !important;
	height: auto !important;
	max-height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
}
.bannerimg .nav{
	position:absolute;
	top: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	color: #fff;
	line-height: 40px;
	font-size: 30px;
	text-shadow: 3px 3px 4px #000;
	text-align: center;
	opacity: 0;
	z-index: 100;
	transition: 0.3s;
}
.bannerimg:hover .nav {
	opacity: 0.5;
}
.bannerimg .nav:hover{
	opacity: 0.9;
	cursor: pointer;
}
#prev{
	left: 10px;
}
#next{
	right: 10px;
}
#image_slider .centerslide {
	transform: translateX(0);
	opacity: 1;
	z-index: 3;
}
#image_slider .rightslide {
	transform: translateX(100%);
}
#image_slider .leftslide {
	transform: translateX(-100%);
}
#image_slider .rightslide,
#image_slider .leftslide {
	opacity: 0;
	z-index: 1;
}
#image_slider .centerslide img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
}
#image_slider .rightslide img,
#image_slider .leftslide img {
	filter: grayscale(0.9);
	-webkit-filter: grayscale(0.9);
	-moz-filter: grayscale(0.9);
	-ms-filter: grayscale(0.9);
	-o-filter: grayscale(0.9);
}
#image_slider .centerslide h1{
	transform: translateY(0) scale(1);
	opacity: 1;
}
#image_slider .rightslide h1,
#image_slider .leftslide h1 {
	transform: translateY(0px) scale(0.5);
	opacity: 0;
}

#slider_names {
	display: block;
	position: absolute;
	bottom: 0;
	left: -5%;
	z-index: 100;
	overflow: hidden;
	width: 50%;
	height: 140px;
	padding: 25px 5%;
	color: #FFF;
	background: #c44743;
	font-size: 19px;
	font-weight: normal;
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
}

#slider_names > * {
	display: block;
	width: 100%;
	position: absolute;
	text-align: left;
	padding: 14px 0;
	padding-left: 22%;
	top: 0;
	left: 0;
	margin: 0 auto;
	overflow: hidden;
	z-index: 5;
	-webkit-transform: skewX(-30deg);
    	transform: skewX(-30deg);
	transition: 0.5s ease-in-out;
	transition-delay: 0.5s;
}

#slider_names h2 {
	font-size: 41px;
}
#slider_names h3 {
	font-size: 30px;
}
#slider_names span {
	font-size: 20xp;
	font-weight: normal;
	margin-top: 7px;
}

#slider_names .centerslide {
	opacity: 1;
	z-index: 10;
}

#slider_names .leftslide,
#slider_names .rightslide {
	opacity: 0;
	z-index: -10;
}

/*     КОНТЕНТ     */
#container {
	display: table;
	margin: 0;
	padding: 0;
	border-bottom: 10px solid #c44743;
	width: 100%;
}
.content {
	position: relative;
	display: table-row;
	box-sizing: padding-box;
	padding-top: 0;
	margin-bottom: 30px;
}
.content > div {
	display: table-cell;
	padding: 10px 20px;
	box-sizing: border-box;
}
/*     ЦЕНТР    */
.content .centerside {
	width: 100%;
	position: relative;
	font-family: 'Tahoma';
}
.content .centerside > h1{
	color: #c55743;
	font-size: 30px;
	margin: 21px 0;
    	text-align: center;
}

.content .centerside .contentText > h2,
.content .centerside .contentText > div > h2,
.content .centerside .contentText > h3,
.content .centerside .contentText > div > h3 {
	color: #5d4a36;
	font-size: 25px;
	padding: 5px 0;
	font-weight: bold;
	display: block;
	width: 90%;
	margin: 10px 5%;
	text-align: center;
}

.content .centerside .contentText > h3,
.content .centerside .contentText > div > h3{
	color: #6d5c4a;
	font-size: 21px;
	margin: 0 5%;
}

.content .centerside .contentText .fa {
	color: #c55743;
	margin: 0 10px;
	font-size: 120%;
}
.content .centerside dt {
	color: #777;
}
.content .centerside ul {
	list-style: disc;
	position: relative;
	margin: 7px 0 14px 0;
	margin-left: 21px;
}
.content .centerside ul > li {
	margin: 7px 0;
}
.contentText p img {
	margin: 0 auto;
}
/*	Товары в каталоге	*/
.centerside .contentText .products {
	display: flex;
	flex-align: start;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	list-style: none;
}
.centerside .contentText .products li {
	display: inline-block;
	background: #111;
	//border: 2px solid #ddd;
	margin: 10px;
	padding: 9px;
	position: relative;
	font-size: 14px;
	color: #fff;
	font-family: 'Tahoma';
	font-weight: bold;
	width: 100%;
	min-height: 180px;
	max-width: 200px;
	text-align: center;
	z-index: 3;
	box-sizing: border-box;
	box-shadow: 4px 4px 5px rgba(255,255,255,0.3);
	transition: 0.3s transform;
}
.centerside .contentText .products li:hover {
	transform: scale(1.05);
	z-index: 10;
}
.centerside .contentText .products li img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 7px;
}
.centerside .contentText .products li h1,
.centerside .contentText .products li h2,
.centerside .contentText .products li h3,
.centerside .contentText .products li h4,
.centerside .contentText .products li h5 {
	font-family: 'Tahoma';
	color: #01579B;
	font-size: 100%;
}

.centerside .contentText .products li a,
.centerside .contentText .products a li {
	color: #fff;
	font-weight: bold;
	text-decoration: none !important;
}

.centerside .contentText .products li strong {
	font-family: 'Tahoma';
	display: block;
	border-top: 1px solid #eee;
	margin-top: 5px;
	padding: 5px 0;
	text-align: right;
	font-weight: bold;
	color: #FFF;
	font-size: 17px;
	width: 100%;
}

.centerside .contentText .products li strong em {
	text-decoration: none;
	font-style: normal;
	text-decoration: line-through;
	color: #B71C1C;
	font-weight: normal;
	font-size: 16px;
	margin-right: 7px;
}

/*	ТОВАРЫ НА ГЛАВНОЙ	*/
.hit {
	display: block;
	width: 100%;
	color: #263238;
	border-bottom: 2px solid #263238;
}
.centerside .contentText .main {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	list-style: none;
}
.centerside .contentText .main li {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	text-align: center;
	margin: 10px;
	padding: 7px;
	border-radius: 10px;
	position: relative;
	font-size: 17px;
	color: #333;
	font-family: 'Tahoma';
	font-weight: bold;
	width: 30%;
	z-index: 3;
	box-sizing: border-box;
	transition: 0.3s;
}
.centerside .contentText .main li:hover {
	//transform: scale(1.05);
	z-index: 10;
	color: #c55743;
}
.centerside .contentText .main li img {
	display: block;
	position: relative;
	matgin: auto 0;
	width: 100%;
	height: auto;
	transition: 0.3s;
}
.centerside .contentText .grayimg li img {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
}
.centerside .contentText .grayimg li:hover img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
}
.centerside .contentText .main li a {
	color: #333;
}
.centerside .contentText .main li:hover a {
	color: #c55743;
}
.centerside .contentText .main li h1,
.centerside .contentText .main li h2,
.centerside .contentText .main li h3,
.centerside .contentText .main li h4,
.centerside .contentText .main li h5 {
	font-family: 'Tahoma';
	text-align: center;
	color: #01579B;
	font-size: 100%;
}
.centerside .contentText .main li span {
	font-family: 'Tahoma';
	display: block;
	text-align: right;
	text-decoration: underline;
	color: #03A9F4;
	font-size: 100%;
	width: 100%;
}
/*     ПРАВАЯ СТОРОНА     */
.content .rightside {
	width: 30%;
}
/*     БОКОВАЯ НАВИГАЦИЯ     */
.content .rightside .submenu {
	display: block;
	//border: 2px solid #7c5f3e;
	list-style: none;
	font-family: 'Tahoma';
}
.content .rightside .submenu li a{
	display: block;
	position: relative;
	color: #fff8d7;
	background: #650101;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 12px;
	margin: 7px 0;
}
.content .rightside .submenu li a:not(.active):hover {
	color: #fff8d7;
}
.content .rightside .submenu li a:after {
	content: "";
	display: block;
	position: relative;
	width: 0;
	height: 0;
	left: 1%;
	transition: 0.3s;
	opacity: 0.6;
	border-bottom: 2px solid #fff8d7;
}
.content .rightside .submenu li a:not(.active):hover:after {
	width: 98%;
	opacity: 1;
}
.content .rightside .submenu li .active{
	color: #fff;
	background-color: #650101;
}
.content .rightside .submenu li .active:after {
	border-color: #fff;
}
/*     БЛОК НОВОСТЕЙ     */
.vk {
	margin-top: 30px;
	margin-bottom: 20px;
}
#newsblock
   {
	display: block;
	//border: 2px solid #7c5f3e;
	background: #650101;
	color: #eee;
	padding: 7px 10px;
	margin-top: 30px;
	margin-bottom: 20px;
   }
#newsblock h1 {
	color: #fff8d7;
}
#newsblock dt {
	color: #ddd;
}
#newsblock dd div {
	font-family: 'Tahoma';
}
div#h_field_container
   {
     margin: 0;
     padding: 0;
     width: 100%;
     height: 296px;
     text-align: left; 
     overflow: hidden;
     background: #ebebda;
   }

div#h_field
   {
     position: relative;
     left: 50%;
     top: 0;
     margin: 0; 
     margin-left: -502px;
     width: 1004px;
     height: 296px;
     clear: both;
     padding: 0;
   }

div#header h1
   {
     float: left;
     margin: 45px 0 0 0; 
     width: 220px;
     font-family: 'Tahoma';
     font-size: 24pt;
     color: #fff; 
   }

/* /Шапка */

/* Баннеры */
div.wrapper
   {
     clear: both;
     height: 0;
     overflow: hidden;
   }
div#footer_container {
   	margin: 0;
	padding: 20px 30px;
	position: relative;
	font-family: 'Tahoma';
	font-weight: 500;
	box-sizing: padding-box;
	color: #e1dad2;
	background-color: #5d4a36;
	font-size: 14px;
}
div#footer_container > a,
div#footer_container > div {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	margin: 0 -1px;
	box-sizing: border-box;
	text-align: center;
}
div#footer_container > div img {
	max-width: 100%;
}
div#footer_container div#copyright
   {
     position: relative;
     color: #FFF;
     text-align: left;
   }
div#footer_container div#copyright a {
	display: block;
	color: #fff;
	margin-bottom: 5px;
	text-decoration: none;
}
div#footer_container div#copyright a.tel {
	margin-top: 7px;
	font-size: 16px;
	font-weight: bold;
	color: #03A9F4;
}
div#footer_container div#copyright a:hover {
	color: #B3E5FC;
}
div#footer_container div#copyright a.tel:hover {
	color: #01579B;
}

div#footer_container .counters {
	text-align: center;
}
div#footer_container .footmenu {
	text-align: right;
}
div#footer_container .footmenu li {
	margin: 0;
	list-style: none;
}
div#footer_container div#z66 {
	color: #7c5f3e;
	position: relative;
	text-align: right;
}
div#z66 a{
	color: #e1dad2;
	transition: 0.3s;
}

div#z66 a:hover{
	color: #ffd89e;
}

div#z66 > div {
	display: inline-block;
	vertical-align: top;
}
/* feedback */

.feedback label {
display: block;
margin-top: 10px;
}

.feedback input {
width: 320px;
height: 30px;
}

.feedback textarea {
width: 320px;
}

.feedback .captcha input {
width: 195px;
vertical-align: middle;
}

.feedback .captcha img {
border: 1px solid #E1E1E1;
vertical-align: middle;
margin-left: 20px;
}

.feedback .action {
margin-top: 10px;
}

.feedback .action input {
width: 90px;
cursor: pointer;
}


.error {
background-color: #F2DEDE;
border-color: #EED3D7;
color: #B94A48;
border-radius: 4px 4px 4px 4px;
color: #000000;
margin-bottom: 0px;
padding: 8px 35px 8px 14px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.centerside .product-page {
	display: block;
	position: relative;
	width: 100%;
	padding: 15px;
}

.centerside .product-image {
	display: inline-block;
	width: 40%;
	max-width: 300px;
	height: auto;
}

.centerside .product-image > img,
.centerside .product-image > a > img,
.centerside .product-image img {
	max-width: 100%;
	height: auto;
}

.centerside  .product-name {
	display: inline-block;
	width: 50%;
	position: relative;
	vertical-align: top;
	color: #fff;
	padding: 5px 15px;
}

.centerside  .product-name h3 {
	display: block;
	width: 100%;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

.centerside  .product-name strong {
	font-family: 'Tahoma';
	display: block;
	margin: 20px 0;
	padding: 5px 0;
	font-weight: bold;
	color: #FFF;
	font-size: 21px;
	width: 100%;
}

.centerside .product-name strong em {
	text-decoration: none;
	font-style: normal;
	text-decoration: line-through;
	color: #B71C1C;
	font-weight: normal;
	font-size: 19px;
	margin-right: 7px;
}

.centerside .product-description {
	display: block;
	width: 100%;
	margin-top: 15px;
}
.product-page .product-description p {
	margin: 7px 0;
}
.product-page .product-description h3 {
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0;
}

.centerside dl > dd img {
	width: 100%;
	height: auto;
	margin: 15px 0;
}
.centerside dl > dd p {
	text-align: justify
}
.centerside .contentText table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}
.centerside .contentText table td {
	border: none;
	padding: 14px;
	vertical-align: middle;
}
.centerside .contentText table tr td:first-child {
	text-align: center;
}
.centerside .contentText table td .fa{
	font-size: 59px !important;
	line-height: 59px !important;
}

.clouds {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.cloud {
	position: absolute;
	bottom: 0;
	opacity: 0;
	-webkit-animation: cloud 21s;
    	animation: cloud 21s;
    	-webkit-animation-iteration-count: infinite;
    	animation-iteration-count: infinite;
    	animation-timing-function: ease-out;
}
.cloud1,
.cloud4 {
	-webkit-animation-duration: 34s;
    	animation-duration: 34s;
    	left: -7%;
}
.cloud2,
.cloud5 {
	-webkit-animation-duration: 41s;
    	animation-duration: 41s;
    	left: 0;
}
.cloud3,
.cloud6 {
	-webkit-animation-duration: 30s;
    	animation-duration: 27s;
    	left: 7%;
}
.cloud7,
.cloud10 {
	-webkit-animation-duration: 27s;
    	animation-duration: 27s;
    	right: -7%;
}
.cloud8,
.cloud11 {
	-webkit-animation-duration: 44s;
    	animation-duration: 44s;
    	right: 0;
}
.cloud9,
.cloud12 {
	-webkit-animation-duration: 37s;
    	animation-duration: 37s;
    	right: 7%;
}
.cloud4,
.cloud10 {
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
    	width: 270px;
}
.cloud5,
.cloud11 {
	-webkit-animation-delay: 14s;
	animation-delay: 14s;
    	width: 260px;
}
.cloud6,
.cloud12 {
	-webkit-animation-delay: 21s;
	animation-delay: 21s;
    	width: 275px;
}
.bigcloud {
	display: block;
	position: absolute;
	z-index: -1;
	left: 50%;
	bottom: 0;
	margin-left: -800px;
	max-width: none;
}
.text-center {
	text-align: center !important;
}
.cover,
.contain {
	background-color: #fff;
	background-repeat: no-repeat;
}
.cover {
	background-size: cover;
	background-position: 50% 50%;
}

.contain {
	background-size: 100%;
	background-position: 50% 100%;
}
.blocklist,
.halflist,
.promolist,
.services,
.cquote > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0 !important;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	font-family: 'Philosopher', sans-serif;
}

.blocklist > *,
.halflist > *,
.promolist > *,
.services > *,
.cquote > div > * {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	vertical-align: top;
	margin: 2% 1%;
	padding: 7px 14px;
	font-size: 17px
}

.cquote > div {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.blocklist > * {
	width: 22%;
	-webkit-flex-basis: 22%;
	-ms-flex-preferred-size: 22%;
	flex-basis: 22%;
	text-align: center;
}

.cquote > div > * {
	width: 31%;
	padding: 0;
	-webkit-flex-basis: 31%;
	-ms-flex-preferred-size: 31%;
	flex-basis: 31%;
}

.halflist > * {
	width: 47%;
	-webkit-flex-basis: 47%;
	-ms-flex-preferred-size: 47%;
	flex-basis: 47%;
	text-align: left;
}

.promolist > * {
	width: 30%;
	padding: 0;
	-webkit-flex-basis: 30%;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
	transition: 0.3s;
	text-align: center;
	font-weight: bold;
	text-decoration: none !important;
}

.halflist img {
	float: left;
}

.halflist > li strong,
.halflist > li b {
	font-family: 'Noto Serif', serif;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 7px;
}

.halflist > li > * {
	vertical-align: middle;
}

.promolist h3 {
	color: #333;
	text-align: center;
	font-size: 17px;
	margin-bottom: 17px;
}

.promolist img {
	    display: inline-block;
	    position: relative;
	    width: 250px;
	    height: 250px;
	    margin: 21px 0;
	    border-radius: 50%;
	    box-shadow: 4px 4px 7px rgba(0,0,0,0.3);
	    -webkit-transition: 0.2s;
	    transition: 0.2s;
	    -webkit-transform: scale(1);
	    transform: scale(1);
}

.promolist >*:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.promolist img + h3 {
	position: absolute;
	top: 80px;
	color: #000;
	left: 0;
	width: 100%;
	text-align: center;
	margin-bottom: 7px;
	z-index: 10;
	font-size: 26px;
	text-shadow: 0 0 7px #fff;
}

.promolist p {
	text-align: center;
}
.promolist span {
	font-family: 'Lobster', cursive;
	font-size: 23px;
}
.blocklist > li a,
.halflist > li a {
	display: block;
	text-decoration: none;
	color: #333;
	transition: 0.3s;
}

.blocklist > li a:hover,
.halflist > li a:hover {
	color: #555;
}

.blocklist > li .fa,
.halflist > li .fa {
	font-size: 100px;
	color: #b0615d;
	transition: 0.4s;
}

.promolist > li > .fa {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	text-align: center;
	top: 50%;
	left: -25px;
	margin: -25px 0 0 0;
	font-size: 38px;
	border-radius: 50%;
	color: #b0615d;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background: #fff;
	z-index: 10;
}

.promolist > li:hover > .fa {
	-webkit-transform: scale(1.1);
    	transform: scale(1.1);
}

.promolist > li > a.btn {
	position: absolute;
	bottom: 14px;
	font-size: 16px;
	left: 50%;
	width: 120px;
	margin-left: -60px;
}

.promolist > li > a.btn .fa {
	color: inherit !important;
	margin-left: 0 !important;
}

.promolist > * ul li {
	margin: 7px 0;
}

.blocklist > li .fa {
	margin-bottom: 7px;
	display: block;
	text-align: center;
}

.halflist > li > .fa {
	width: 114px;
	float: left;
}

.blocklist > li:hover .fa,
.halflist > li:hover .fa {
	color: #b0615d;
}
.services {
	margin: 21px 0 !important;
}

.services > * {
	width: 14%;
	padding: 7px;
	margin: 0 !important;
	text-align: center;
}

.services > * > .fa {
	margin: 10px !important;
	width: 77px;
	height: 77px;
	color: #fff !important;
	background: #f06f66;
	border-radius: 50%;
	text-align: center;
	line-height: 77px;
	font-size: 50px !important;
}

.services > *:nth-child(4n-3) > .fa {
	background: #f06f66;
}

.services > *:nth-child(4n-2) > .fa {
	background: #f0b266;
}

.services > *:nth-child(4n-1) > .fa {
	background: #d2c868;
}

.services > *:nth-child(4n) > .fa {
	background: #b0d9bf;
}

a.imgShowOriginal,
a.fancyImage {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: center;
}

a.imgShowOriginal > img,
a.fancyImage > img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

a.imgShowOriginal:hover > img,
a.fancyImage:hover > img {
	-webkit-filter: grayscale(0.7);
	filter: grayscale(0.7);
}

a.imgShowOriginal:before,
a.fancyImage:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 10;
}
a.imgShowOriginal:hover:before,
a.fancyImage:hover:before {
	opacity: 0.7;
	-webkit-transform: scale(1);
	transform: scale(1);
}
a.imgShowOriginal:after,
a.fancyImage:after {
	content: "\f00e";
	display: block;
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	font-family: FontAwesome;
	color: #fff;
	text-align: center;
	font-size: 40px;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 20;
}
a.imgShowOriginal:hover:after,
a.fancyImage:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
a.totop {
	position: fixed;
	bottom: 50px;
	right: 50px;
	padding: 0;
	margin: 0;
	width: 40px;
	height: 40px;
	line-height: 35px;
	z-index: 10000;
	border: 2px solid #fff;
}
input[type="submit"],
input[type="button"],
.btn {
	background-color: #c44743;
	border: 2px solid #c44743;
	border-radius: 4px;
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
	padding: 7px 14px;
	margin-top: 7px;
	font-weight: bold;
	transition: 0.3s;
}
input[type="submit"]:hover,
input[type="button"]:hover,
.btn:hover {
	border-color: #c44743;
	background-color: #fff;
	color: #c44743 !important;
	cursor: pointer;
}
input[type="button"]:focus,
input[type="submit"]:focus,
.btn:focus {
	box-shadow: inner 2px 2px 3px rgba(0,0,0,0.4);
}

.section {
	margin: 0 -20px;
	padding: 40px 50px;
}
.content .centerside .contentText > .section h3 {
	text-align: left;
	margin-left: -20px;
}
.content .centerside .contentText > .section h2 + h3 {
	text-align: center;
	margin: 0 5%;
}
.section:nth-of-type(2n) {
	background: transparent url(../image/wov.png) repeat;
}
.section:last-of-type {
	margin-bottom: 30px;
}
.google-map,
.yandex-map {
	margin-top: 30px;
}
/*]]>*/