/* Monplesirscript, NautilusPompilius, Lato, Roboto Slab */
@import url(/fonts/stylesheet.css);
html {
	line-height: 1.15; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
body {
	margin: 0;
}
html {
	/*font: 300 100%/1.4 'Lato', sans-serif;*/
	/*font: 300 100%/1.4 'Yanone Kaffeesatz', sans-serif;*/
	font: 700 100%/1.4 'Roboto Slab', sans-serif;
}
html, body{
	height: 100%;
	line-height: 1.4;
	-webkit-font-smoothing: subpixel-antialiased !important;
	color: #595959;
	/*-webkit-text-size-adjust: none;*/
}
body {
	/*background: #fff url(/images/page-bg.png);
	background: #fff url(/images/kranc_bg.png);*/
	background: url(/images/lamp-img.png) no-repeat left top /100% auto,
				url(/images/site-bg.png) repeat-y left top / 100% auto;
}
article,
aside,
footer,
header,
nav,
section {
	display: block;
}
/* .text h1, h2, .h2, h3, h4, h5, h6 {
	margin-top: 1.3rem;
	margin-bottom: 1.3rem;
	font-family: 'Lobster';
	font-family: 'Pattaya';
	font-weight: 700;
	color: #ffdda8;
	text-shadow: 1px 1px 2px #000, 0px 0px 1px rgba(0,0,0,.9);
} */
h4, h5, h6 {
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
	/*font-weight: 400;*/
}
h1,
.h1 {
	font-size: 3em;
	margin-bottom: 2rem;
	text-align: center;
	color:#000;
	text-shadow: 6px 1px 5px rgba(255, 255, 255, 1);
}
h2,
.h2 {
	font-size: 1.75em;
}
h3,
.h3 {
	font-size: 1.5em;
}
h4,
.h4 {
	font-size: 1.125em;
}
h5,
.h5 {
	font-size: 0.875em;
}
h6,
.h6 {
	font-size: 0.75em;
}
figcaption,
figure,
main { /* 1 */
	display: block;
}
figure {
	text-align: center;
	margin: 0;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}
b,
strong {
	font-weight: inherit;
}
b,
strong {
	font-weight: 700;
}
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
dfn, em {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
audio,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
button,
input { /* 1 */
	overflow: visible;
}
button,
select { /* 1 */
	text-transform: none;
}
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}
progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
details, /* 1 */
menu {
	display: block;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
template {
	display: none;
}
[hidden], .hidden {
	display: none;
}
a {
	color: #337ab7;
}
a:hover {
	color: #333;
}
.link {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	color: inherit;
	text-decoration: none;
}
.link:hover {
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	color: inherit;
	text-decoration: none;
}
.img{
	max-width: 100%;
	vertical-align: middle;
}
input[type="text"], textarea, select {
	display: block;
	width: 100%;
	/*height: 36px;*/
	padding: 5px 6px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #4F4F4F;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, , background ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, , background ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, , background ease-in-out .15s;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
input[type="text"]:focus, textarea:focus, select:focus {
	border-color: #66afe9;
	/*background: #fff;*/
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
textarea {height: 152px;}
table {width: 100%;}
.text {
	font-size: 17px;
	color: #000;
	font-weight: 500;
}
.text table {
	width: 100%!important;
	height: auto;
	border-collapse: collapse;
}
.text td {
	border: 1px solid #ccc;
	padding: 5px;
	vertical-align: top;
}
.text tr:nth-child(odd) {background: #eee;}
.clearfix:after, .row:after, .container:after, .elems:after {
	content: '';
	display: table;
	clear: both;
}
.reset-list {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
}
[data-fancybox],
[data-fancybox] img {outline: none;}
.align-c {text-align: center;}
.align-r {text-align: right!important;}
.marg-t {margin-top: 30px;}
.marg-b {margin-bottom: 30px;}
.pad-l{
	padding-left: 35px;
}
.color-white {color: #fff;}
.color-black {color: #000;}
.color-grey {color: #7a7a7a;}
.block {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 5;
}
.block * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.block:after {
	content: '';
	display: table;
	clear: both;
}
.text img {
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}
.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}
@media screen and (max-width: 767px) {
	.table-responsive table {max-width: none!important;}
	.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd;
	}
	.table-responsive > .table {
	margin-bottom: 0;
	}
	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > td {
	white-space: nowrap;
	}
	.table-responsive > .table-bordered {
	border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
	border-bottom: 0;
	}
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

.page {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.logo {
	text-align: center;
}

.navigation {
	display: flex;
	justify-content: center;
	align-items: center;
}

.navigation__item {
	position: relative;
	z-index: 10;
}

.navigation__link,
.navigation__inner {
	position: relative;
	display: block;
	text-align: center;
}

.navigation__link {
	font-size: 20px;
	color: #262626;
	text-shadow: 0 0 5px #fffbb9;
}

.navigation__img {
	max-width: none;
}

.navigation__title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.nav{
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, 0%);
}
.nav-list__link {
	font-size: 14px;
	color: #daca62;
}

.home-bg {
	margin-top: -140px;
}

.home-bg__img {
	width: 100%;
}

#pageMain {

	flex-grow: 1;

}
.mt-cat{
	margin-top: -10%;
}
.text-main{
	max-width: 1103px;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	padding: 190px 0 40px;
	background: url(/images/footer.png) no-repeat left bottom/100% 100%;
}


.container{
	position: relative;
}

.phone-block{
	position: absolute;
	right:0px;
	top:50px;
	font-size: 25px;

}
.phone-block p{
    position: absolute;
    top: -33px;
    z-index: -1;	
	text-shadow: 
		-0   -4px 6px #FFFFFF,
		 0   -4px 6px #FFFFFF,
		-0    4px 6px #FFFFFF,
		 0    4px 6px #FFFFFF,
		-4px -0   6px #FFFFFF,
		 4px -0   6px #FFFFFF,
		-4px  0   6px #FFFFFF,
		 4px  0   6px #FFFFFF,
		-1px -4px 6px #FFFFFF,
		 1px -4px 6px #FFFFFF,
		-1px  4px 6px #FFFFFF,
		 1px  4px 6px #FFFFFF,
		-4px -1px 6px #FFFFFF,
		 4px -1px 6px #FFFFFF,
		-4px  1px 6px #FFFFFF,
		 4px  1px 6px #FFFFFF,
		-2px -4px 6px #FFFFFF,
		 2px -4px 6px #FFFFFF,
		-2px  4px 6px #FFFFFF,
		 2px  4px 6px #FFFFFF,
		-4px -2px 6px #FFFFFF,
		 4px -2px 6px #FFFFFF,
		-4px  2px 6px #FFFFFF,
		 4px  2px 6px #FFFFFF,
		-3px -4px 6px #FFFFFF,
		 3px -4px 6px #FFFFFF,
		-3px  4px 6px #FFFFFF,
		 3px  4px 6px #FFFFFF,
		-4px -3px 6px #FFFFFF,
		 4px -3px 6px #FFFFFF,
		-4px  3px 6px #FFFFFF,
		 4px  3px 6px #FFFFFF,
		-4px -4px 6px #FFFFFF,
		 4px -4px 6px #FFFFFF,
		-4px  4px 6px #FFFFFF,
		 4px  4px 6px #FFFFFF,
		-4px -4px 6px #FFFFFF,
		 4px -4px 6px #FFFFFF,
		-4px  4px 6px #FFFFFF,
		 4px  4px 6px #FFFFFF;
}
.phone-block a{
	color:#00c2ad;
	background: linear-gradient(45deg, #43a3a9 33%, #e735d7 66%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;


}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 992px) {
	.container {
	width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-sm-13, .col-md-13, .col-lg-13, .col-sm-14 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14 {
	float: left;
	}
	.col-sm-14 {width: 14.28571428571429%;}
	.col-sm-13 {width: 20%;}
	.col-sm-12 {
	width: 100%;
	}
	.col-sm-11 {
	width: 91.66666667%;
	}
	.col-sm-10 {
	width: 83.33333333%;
	}
	.col-sm-9 {
	width: 75%;
	}
	.col-sm-8 {
	width: 66.66666667%;
	}
	.col-sm-7 {
	width: 58.33333333%;
	}
	.col-sm-6 {
	width: 50%;
	}
	.col-sm-5 {
	width: 41.66666667%;
	}
	.col-sm-4 {
	width: 33.33333333%;
	}
	.col-sm-3 {
	width: 25%;
	}
	.col-sm-2 {
	width: 16.66666667%;
	}
	.col-sm-1 {
	width: 8.33333333%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13 {
	float: left;
	}
	.col-md-13 {
	width: 20%;
	}
	.col-md-12 {
	width: 100%;
	}
	.col-md-11 {
	width: 91.66666667%;
	}
	.col-md-10 {
	width: 83.33333333%;
	}
	.col-md-9 {
	width: 75%;
	}
	.col-md-8 {
	width: 66.66666667%;
	}
	.col-md-7 {
	width: 58.33333333%;
	}
	.col-md-6 {
	width: 50%;
	}
	.col-md-5 {
	width: 41.66666667%;
	}
	.col-md-4 {
	width: 33.33333333%;
	}
	.col-md-3 {
	width: 25%;
	}
	.col-md-2 {
	width: 16.66666667%;
	}
	.col-md-1 {
	width: 8.33333333%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13 {
	float: left;
	}
	.col-lg-13 {
	width: 20%;
	}
	.col-lg-12 {
	width: 100%;
	}
	.col-lg-11 {
	width: 91.66666667%;
	}
	.col-lg-10 {
	width: 83.33333333%;
	}
	.col-lg-9 {
	width: 75%;
	}
	.col-lg-8 {
	width: 66.66666667%;
	}
	.col-lg-7 {
	width: 58.33333333%;
	}
	.col-lg-6 {
	width: 50%;
	}
	.col-lg-5 {
	width: 41.66666667%;
	}
	.col-lg-4 {
	width: 33.33333333%;
	}
	.col-lg-3 {
	width: 25%;
	}
	.col-lg-2 {
	width: 16.66666667%;
	}
	.col-lg-1 {
	width: 8.33333333%;
	}
}
.page-wrapper {
	position: relative;
	height: 100%;
	min-width: 320px;
}
.page {
	position: relative;
	min-height: 100%;
}
.page-main {
	position: relative;
	min-height: 100%;
	padding-bottom: 60px;
}
.text{
    position: relative;
    background: url(/images/bg_center.png) repeat-y;
    padding: 0px 100px 20px;

}
.text:before{
    content: '';
    position: absolute;
    top: -177px;
    background: url(/images/bg_top.png) no-repeat;
    width: 100%;
    height: 200px;
    left: 0px;
}
.text:after{
    content: '';
    position: absolute;
    bottom: -200px;
    width: 100%;
    height: 200px;
    left: 0px;
	background: url(/images/bg_bottom.png) no-repeat;
}
.text-marg{
	margin-top: 200px;
}
.children__item{
	min-height: 390px;
}
.block_footer-contacts{
	text-align: right;
}
.footer-contacts__item{
	display: inline-block;
	padding-left: 20px;
}
.footer-contacts__item i{
	color: #e735d7;
	background: #43a3a9;
	padding:10px;
	border-radius: 50%;
	margin-right: 10px;
}
.footer-contacts__item a{

}
.footer-contacts__item{
	color:#43a3a9;

text-shadow: 
		-0   -4px 6px #FFFFFF,
		 0   -4px 6px #FFFFFF,
		-0    4px 6px #FFFFFF,
		 0    4px 6px #FFFFFF,
		-4px -0   6px #FFFFFF,
		 4px -0   6px #FFFFFF,
		-4px  0   6px #FFFFFF,
		 4px  0   6px #FFFFFF,
		-1px -4px 6px #FFFFFF,
		 1px -4px 6px #FFFFFF,
		-1px  4px 6px #FFFFFF,
		 1px  4px 6px #FFFFFF,
		-4px -1px 6px #FFFFFF,
		 4px -1px 6px #FFFFFF,
		-4px  1px 6px #FFFFFF,
		 4px  1px 6px #FFFFFF,
		-2px -4px 6px #FFFFFF,
		 2px -4px 6px #FFFFFF,
		-2px  4px 6px #FFFFFF,
		 2px  4px 6px #FFFFFF,
		-4px -2px 6px #FFFFFF,
		 4px -2px 6px #FFFFFF,
		-4px  2px 6px #FFFFFF,
		 4px  2px 6px #FFFFFF,
		-3px -4px 6px #FFFFFF,
		 3px -4px 6px #FFFFFF,
		-3px  4px 6px #FFFFFF,
		 3px  4px 6px #FFFFFF,
		-4px -3px 6px #FFFFFF,
		 4px -3px 6px #FFFFFF,
		-4px  3px 6px #FFFFFF,
		 4px  3px 6px #FFFFFF,
		-4px -4px 6px #FFFFFF,
		 4px -4px 6px #FFFFFF,
		-4px  4px 6px #FFFFFF,
		 4px  4px 6px #FFFFFF,
		-4px -4px 6px #FFFFFF,
		 4px -4px 6px #FFFFFF,
		-4px  4px 6px #FFFFFF,
		 4px  4px 6px #FFFFFF;
}
.children__photo{
	position: relative;
}
.children__name{
	bottom: 45px;
    color: #000;
    font-size: 18px;
    position: absolute;
    width: 100%;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    right: 0px;
    left: 0px;
    display: flex;
    padding: 0px 30px;
    height: 53px;
    justify-content: center;
    align-items: center;
}
.footer{
	margin:0px;
}
.price_block{
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin:0px;
	color: #43a3a9;
	    text-shadow: 0 -4px 6px #FFFFFF, 0 -4px 6px #FFFFFF, 0 4px 6px #FFFFFF, 0 4px 6px #FFFFFF, -4px 0 6px #FFFFFF, 4px 0 6px #FFFFFF, -4px 0 6px #FFFFFF, 4px 0 6px #FFFFFF, -1px -4px 6px #FFFFFF, 1px -4px 6px #FFFFFF, -1px 4px 6px #FFFFFF, 1px 4px 6px #FFFFFF, -4px -1px 6px #FFFFFF, 4px -1px 6px #FFFFFF, -4px 1px 6px #FFFFFF, 4px 1px 6px #FFFFFF, -2px -4px 6px #FFFFFF, 2px -4px 6px #FFFFFF, -2px 4px 6px #FFFFFF, 2px 4px 6px #FFFFFF, -4px -2px 6px #FFFFFF, 4px -2px 6px #FFFFFF, -4px 2px 6px #FFFFFF, 4px 2px 6px #FFFFFF, -3px -4px 6px #FFFFFF, 3px -4px 6px #FFFFFF, -3px 4px 6px #FFFFFF, 3px 4px 6px #FFFFFF, -4px -3px 6px #FFFFFF, 4px -3px 6px #FFFFFF, -4px 3px 6px #FFFFFF, 4px 3px 6px #FFFFFF, -4px -4px 6px #FFFFFF, 4px -4px 6px #FFFFFF, -4px 4px 6px #FFFFFF, 4px 4px 6px #FFFFFF, -4px -4px 6px #FFFFFF, 4px -4px 6px #FFFFFF, -4px 4px 6px #FFFFFF, 4px 4px 6px #FFFFFF;	
}
.children__name-price span{
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin:0px;
	color: #43a3a9;
	    text-shadow: 0 -4px 6px #FFFFFF, 0 -4px 6px #FFFFFF, 0 4px 6px #FFFFFF, 0 4px 6px #FFFFFF, -4px 0 6px #FFFFFF, 4px 0 6px #FFFFFF, -4px 0 6px #FFFFFF, 4px 0 6px #FFFFFF, -1px -4px 6px #FFFFFF, 1px -4px 6px #FFFFFF, -1px 4px 6px #FFFFFF, 1px 4px 6px #FFFFFF, -4px -1px 6px #FFFFFF, 4px -1px 6px #FFFFFF, -4px 1px 6px #FFFFFF, 4px 1px 6px #FFFFFF, -2px -4px 6px #FFFFFF, 2px -4px 6px #FFFFFF, -2px 4px 6px #FFFFFF, 2px 4px 6px #FFFFFF, -4px -2px 6px #FFFFFF, 4px -2px 6px #FFFFFF, -4px 2px 6px #FFFFFF, 4px 2px 6px #FFFFFF, -3px -4px 6px #FFFFFF, 3px -4px 6px #FFFFFF, -3px 4px 6px #FFFFFF, 3px 4px 6px #FFFFFF, -4px -3px 6px #FFFFFF, 4px -3px 6px #FFFFFF, -4px 3px 6px #FFFFFF, 4px 3px 6px #FFFFFF, -4px -4px 6px #FFFFFF, 4px -4px 6px #FFFFFF, -4px 4px 6px #FFFFFF, 4px 4px 6px #FFFFFF, -4px -4px 6px #FFFFFF, 4px -4px 6px #FFFFFF, -4px 4px 6px #FFFFFF, 4px 4px 6px #FFFFFF;	
}

.navigation__inner li a{
	font-size: 12px;
}

.navigation__inner ul{
	line-height: 17px;
}

.children__name-price{
	height: auto;
    position: relative;
    height: auto;
    bottom: 18px;
}

#breadcrumbs a{
	color:#E84DAB;
	font-weight: 900;
}

#breadcrumbs{
	color: #F5B333;
}

.block-buttons{
	display: flex;
	justify-content: center;
}

.wrapper__callback a{
    background: #E84DAB;
    padding: 20px 20px;
    min-width: 150px;
    text-align: center;
    display: inline-block;
    /* width: 200px; */
    margin: 0px 15px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
	
}

.wrapper__callback a:hover{
	color: #E84DAB;
	background: #fff;
}

#callback-send{
    background: #E84DAB;
    padding: 20px 20px;
    min-width: 150px;
    text-align: center;
    display: inline-block;
    /* width: 200px; */
    margin: 0px 15px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    border:none;	
}

.callback-active {
	overflow: hidden;
}
.callback-active .callback-wrapper {
	display: block;
}
.callback-wrapper {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.6);
	z-index: 100;
}
.callback-layout {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: grid;
	overflow-y: auto;
	padding: 1.875rem 0;
}
.callback {
	position: relative;
	padding: 2.5rem;
	background: #fff;
	max-width: 450px;
	width: 100%;
	box-shadow: 0 0 7px rgba(0,0,0,.8);
	border-radius: 2px;
	margin: auto;
}
.callback-close {
	position: absolute;
	top: 8px;
	right: 11px;
	cursor: pointer;
}
#callback-form > div {
	margin-bottom: 1.5625rem;
}
#callback-form > div:last-child {
	margin-bottom: 0;
	text-align: center;
}
#callback-form label {
	font-weight: 400;
	color: #000;
	font-size: 1.25em;
	display: block;
	margin-bottom: 3px;
}
#callback-preload,
#callback-result {display: none;}

@media (max-width: 991px) {
	.phone-block{
		position: relative;
	    width: 100%;
	    margin-top: -80px;
	    font-size: 49px;
	    text-align: center;
	    margin-bottom: 45px;
	}
	.phone-block p{
		width: 100%;
		text-align: center;
		top:-49px;
		position: absolute;
	}
}
@media (max-width: 822px) {
	.navigation{
		flex-wrap: wrap;
		overflow: hidden;
	}
	.navigation__item--nav{
		order:3;
	}
	.footer-contacts__item{
		display: block;
		text-align: center;
	}

}
@media (max-width: 689px) {
	.phone-block p{
		top: -35px;
	}
	.phone-block{
		font-size: 35px;
	}
	.container{
		padding:0px;
	}
	.row{
		margin: 0px;
	}
	.navigation__item--nav{
		top:-50px;
	}
	.text, .text p, .text span{
		font-size: 16px!important;
	}
	.text{
		background-size: contain;
		padding: 30px;
	}
	.text:before{
		background-size: contain;
		top: -51px;
	}
	.text:after{
		background-size: contain;
	}
	
}
@media (max-width: 575px) {
	.navigation__img-dec {
		max-width: 180px;
	}
}
@media (max-width: 321px) {
	.text:before{
		background-size: contain;

		}	
	}
	.phone-block{
		font-size: 33px;
	}
}
/*
@media screen and (min-width: 546px) {
	.page-main-layout {
		padding: .9375rem;
	}
}
.page-main-layout {
	position: relative;
	background: rgba(255,255,255,.8);
}
.header {
	position: relative;
	background:url(/images/border-anna.png) repeat-x bottom left;
}
@media screen and (min-width: 992px) {
	.nav {
		position: relative;
		padding: .625rem 0 0;
	}
	.block_nav {
		text-align: center;
		width: 100%;
	}
	.block_nav:after {display: none;}
	.nav__item {
		display: inline-block;
		vertical-align: middle;
		padding: 0 10px;
	}
	.nav__item:first-child {padding-left: 0;}
	.nav__item:last-child {padding-right: 0;}
	.link_nav {
		display: block;
		margin-top: 0;
		letter-spacing: 1px;
		text-align: center;
		margin-bottom: 1.05rem;
		font: 1.375em/1.5 'Monplesirscript', serif;
		font: 1.375em/1.5 'Lobster', serif;
		font: 1.5em/1.5 'Pattaya', serif;
		background: #de800b;
		background: -webkit-linear-gradient(top, #de800b 0%,#fad73d 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#de800b),to(#fad73d));
		background: -o-linear-gradient(top, #de800b 0%,#fad73d 100%);
		background: linear-gradient(to bottom, #de800b 0%,#fad73d 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de800b', endColorstr='#fad73d',GradientType=0 );
		position: relative;
		color: #fff;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.link_nav:before {
		background: none;
		content: attr(data-text);
		top: -webkit-calc(50% - 11px);
		top: calc(50% - 11px);
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		position: absolute;
		text-shadow: 1px 1px 2px #000,
					 1px 1px 2px #000;
		z-index: -1;
		width: 100%;
	}
	.link_nav:after {
		content: '';
		display: block;
		background: url(/images/nav-molding.png) no-repeat center/contain;
		width: 71px;
		height: 20px;
		margin-left: auto;
		margin-right: auto;
	}
}
.block_bigboard {
	text-align: center;
	background: #b10908;
	margin-bottom: 1.875rem;
}
.bigboard-top {
	background: url(/images/curtain-top.png) repeat-x top/contain;
}
.bigboard-main {position: relative;}
.curtain-top-left,
.curtain-top-right,
.curtain-left,
.curtain-right {
	position: absolute;
}
.curtain-left,
.curtain-right {
	z-index: 1;
	width: 175px;
	top: 0;
	bottom: 0;
	height: 100%;
}
.curtain-left {
	background: url(/images/curtain-left.png) no-repeat center/contain;
	left: 0;
}
.curtain-right {
	background: url(/images/curtain-right.png) no-repeat center/contain;
	right: 0;
}
.curtain-top-left,
.curtain-top-right {
	z-index: 2;
	width: 346px;
	height: 112px;
}
.curtain-top-left {
	background: url(/images/curtain-top-left.png) no-repeat center/contain;
	top: 0;
	left: 0;
}
.curtain-top-right {
	background: url(/images/curtain-top-right.png) no-repeat center/contain;
	top: 0;
	right: 0;
}
.decor-item {
	position: absolute;
	top: 0;
	z-index: 3;
	text-align: center;
}
.decore-item_child {left: 115px;}
.decore-item_adult {right: 115px;}
.link_decore-curtain {
	display: block;
	line-height: 1.3;
}
.decore-title {
	display: block;
	position: absolute;
	font-family: 'Lobster';
	font-family: 'Pattaya';
	top: 92px;
	width: 100%;
	text-align: center;
	font-size: 2.5em;
}
.decore-title span {
	position: relative;
	z-index: 2;
	background: #ffdda8;
	position: relative;
	color: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block;
}
.decore-title:after {
	background: none;
	content: attr(data-text);
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position: absolute;
	text-shadow: 1px 1px 2px #000, 0px 0px 1px rgba(0,0,0,.9);
	width: 100%;
}
.link-decore {
	position: relative;
	top: 10px;
}
.link_decore-phone {
	display: block;
	font-family: 'Pattaya';
	text-align: center;
	font-size: 1.5em;
	width: 100%;
}
.link_decore-phone span {
	z-index: 2;
	background: #ffdda8;
	position: relative;
	color: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block;
	width: 100%;
}
.link_decore-phone::before {
	background: none;
	content: attr(data-text);
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position: absolute;
	text-shadow: 1px 1px 2px #000, 0px 0px 1px rgba(0,0,0,.9);
	width: 100%;
}
.btn.link-decore {
	padding: .625rem 1.25rem;
	text-decoration: none;
}
.btn.link-decore:hover {color: #fff;}
.img_bigboard {
	width: 100%;
}
.slider__item_name{
	background: rgb(183, 47, 38, 0.7);
    padding: 20px;
    color: #fff;
}
.block_slider a{
	color:#fff;
	text-decoration: none;
	font-size: 20px;
}
.block_slider a:hover .slider__item_name{
	background: rgb(183, 47, 38, 1);
	color:#000;
}
@media screen and (min-width: 1300px) {
	.img_bigboard {
		max-height: 700px;
		width: auto;
	}
}
@media screen and (max-width: 767px) {
	.curtain-top-left,
	.curtain-top-right,
	.curtain-left,
	.curtain-right,
	.decor-item {display: none;}
	.img_bigboard-main {width: 100%;}
	.bigboard-title {
		font-size: 2em!important;
	}
}
#breadcrumbs {
	text-align: center;
	position: relative;
	z-index: 10;
}
#breadcrumbs h1,
.bigboard-title {
	margin-top: 0;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 1.875rem;
	font: 3em/1.5 'Monplesirscript', serif;
	font: 3em/1.5 'Lobster', serif;
	font: 3em/1.5 'Pattaya', serif;
	background: #de800b;
	background: -webkit-linear-gradient(top, #de800b 0%,#fad73d 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#de800b),to(#fad73d));
	background: -o-linear-gradient(top, #de800b 0%,#fad73d 100%);
	background: linear-gradient(to bottom, #de800b 0%,#fad73d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de800b', endColorstr='#fad73d',GradientType=0 );
	position: relative;
	color: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#breadcrumbs h1:after,
.bigboard-title:after {
	background: none;
	content: attr(data-text);
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position: absolute;
	text-shadow: 1px 1px 2px #000, 0px 0px 1px rgba(0,0,0,.9);
	z-index: -1;
	width: 100%;
}
.bigboard-title:after {
	text-shadow: 1px 1px 2px rgba(255,255,255,1), 0px 0px 1px rgba(255,255,255,.4);
}
.bigboard-title {
	margin: 0;
	line-height: 2;
	font-size: 3.125em;
}
.bigboard-title span {
	position: relative;
	z-index: 2;
	background: #de800b;
	background: -webkit-linear-gradient(top, #de800b 0%,#fad73d 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#de800b),to(#fad73d));
	background: -o-linear-gradient(top, #de800b 0%,#fad73d 100%);
	background: linear-gradient(to bottom, #de800b 0%,#fad73d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de800b', endColorstr='#fad73d',GradientType=0 );
	position: relative;
	color: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.bigboard-title:after {
	z-index: auto;
}
.img_h1 {
	max-width: 460px;
}
@media screen and (max-width: 767px) {
	#breadcrumbs {margin-top: -50px;}
}
@media screen and (max-width: 490px) {
	.img_h1 {max-width: 100%;}
	#breadcrumbs {margin-top: 0rem;}
}
.img_100 {width: 100%;}
.footer {
	position: relative;
	color: #000;
	background: url(/images/border-anna.png) repeat-x top left;
	padding: 3.75rem 0 2rem;
}
.footer-col {
	position: relative;
}
.footer-heading {
	margin-top: 0;
	font: 1.875em/1.2 'Lato', sans-serif;
	font: 1.875em/1.2 'Monplesirscript', sans-serif;
	font: 1.875em/1.2 'Lobster', sans-serif;
	margin: 0 0 1.875rem;
}
.footer-contacts__item {
	position: relative;
}
.link_footer-contacts {
	font-size: 1.3125em;
	font-weight: 300;
}
a.link_footer-contacts:hover {text-decoration: underline;}
.footer-contacts-icon {
	width: 16px;
	margin-right: 1.125rem;
	color: #000;
	font-size: 16px;
}
.socials-layout {margin-top: 1.875rem;}
.footer-list__item {
	position: relative;
	margin-bottom: .125em;
}
.link_footer-list {
	font-size: 1.375em;
}
.link_footer-list:hover {text-decoration: underline;}
.footer-list-icon {
	color: #000;
	margin-right: .3125rem;
}
.link_socials {
	font-size: 19px;
	margin: 0 .5rem;
}
.link_socials:first-child {margin-left: 0;}
.link_socials:last-child {margin-right: 0;}
.slicknav_menu {display: none;}
@media screen and (min-width: 768px) {
	.home-content {
		color: #000;
		font-size: 25px;
		font-weight: 400;
	}
}
.home_content {
	text-align: center;
}
.home_content p {
	margin: .625rem 0;
}
.mon-font {
	font-family: 'Lobster', sans-serif;
	font-family: 'Pattaya', sans-serif;
	color: #ffdda8;
	text-shadow: 1px 1px 2px #000, 0px 0px 1px rgba(0,0,0,.9);
}
@media screen and (min-width: 545px) {
	.home-text-inner, .frame {
	    position: relative;
	    background: url(/images/corner4.png) no-repeat top left, url(/images/corner1.png) no-repeat top right, url(/images/corner3.png) no-repeat bottom left, url(/images/corner2.png) no-repeat bottom right;
		padding: 4.25rem;
	}
}
.home-text-signature {
	display: block;
	text-align: right;
}
.heading {
	position: relative;
	text-align: center;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 1.875rem;
	font: 3.90625em/1.45 'Monplesirscript', serif;
	font: 3.90625em/1.45 'Lobster', serif;
	font: 3.90625em/1.45 'Pattaya', serif;
	position: relative;
	color: #fff;
	background: url(/images/text-gradient.png) repeat top left;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px #000;
	text-shadow: 5px 2px 4px rgba(0,0,0,.3);
}
.gallery__item {
	position: relative;
	margin-bottom: 1.875rem;
}
.gallery__item:nth-child(3n) + div {clear: left;}
.gallery-inner {
	position: relative;
}
.gallery-title {
	position: relative;
	display: block;
	color: #ffdda8;
	text-align: center;
	padding: .675rem .9375rem;
	font: 1.5em/1.2 'NautilusPompilius', sans-serif;
	font-family: 'Pattaya';
	text-shadow: 0 0 7px #000;
	background: #DB2F31;
}
.block_gallery_ch .gallery-title {
	background: rgba(219,47,49,.8);
}
.reviews__item {
	position: relative;
	padding-bottom: 1.875rem;
	padding: 15px;
	border-radius: 5px;
	background: #DB2F31;
	text-shadow: 1px 1px 2px #000, 0px 0px 1px rgba(0,0,0,.9);
	margin-bottom: 2.5rem;
	color: #ffdda8;
}
.reviews-title {
	font-size: 1.25em;
	font-weight: 400;
	margin-top: 0;
}
.reviews-title:before {
	content: '\f10d';
	font: 900 20px/1 'Font Awesome\ 5 Free';
	margin-right: 5px;
}
.reviews-caption {

}
.small-heading {
	font: 2.0625em/1.2 'NautilusPompilius', sans-serif;
	font-family: 'Monplesirscript';
	font-family: 'Lobster';
	font-family: 'Pattaya';
	text-shadow: 1px 1px 2px #000, 0px 0px 1px rgba(0,0,0,.9);
	color: #ffdda8;
}
#contactForm > div {margin-bottom: 1.5625rem;}
#contactForm > div:last-child {
	margin-bottom: 0;
	text-align: center;
}
.btn {
	display: inline-block;
	position: relative;
	font: 700 1em/1 'Lato', sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .5px;
	background: #DB2F31;
	padding: 1.5625rem 2.5rem;
	outline: none;
	border: none;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.table-border {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}
.table-border td, .table-border th {
	border: 2px solid #E2B526;
	padding: .625rem 1.25rem;
}
.table-border td:nth-child(2n) {text-align: center;}
.nautilus {
	font-family: 'NautilusPompilius', sans-serif;
	color: #000;
}
.fs25 {font-size: 1.5625em;}
.cat-frame {
	position: relative;
	padding: 1.25rem;
	background: url(/images/cat-frame.png) no-repeat center/100% 100%;
}
.block_add-photo {
	margin-top: 1.25rem;
}
.add-photo__item {
	position: relative;
	margin-bottom: 1.875rem;
}
.add-photo__item:nth-child(3n) + div {clear: left;}
.block_cats-children {
	margin-right: -10px;
	margin-left: -10px;
	padding-left: 4px;
	text-align: center;
}
.cats-children__item {
	display: inline-block;
	margin-left: -4px;
	width: 20%;
	vertical-align: top;
}
.cats-children-title {
	text-align: center;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 1.875rem;
	font: 1.6em/1.45 'Monplesirscript', serif;
	font: 1.6em/1.45 'Lobster', serif;
	font: 1.6em/1.45 'Pattaya', serif;
	position: relative;
	color: #fff;
	background: url(/images/text-gradient.png) repeat top left;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: .4px #000;
	text-shadow: 5px 2px 4px rgba(0,0,0,.3);
	margin-top: 0;
}
.slider-layout_two-side {min-height: 525px;}
.slider-wrapper {
	position: relative;
	float: right;
	width: 70%;
}
.thumbs-wrapper {
	position: relative;
	float: left;
	width: 30%;
	padding-right: 15px;
}
.slider-wrapper_two-side {
	width: 60%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	float: none;
}
.thumbs-wrapper_two-side {
	float: none;
	width: 100%;
	padding-right: 0;
}
.thumbs__item, .block_thumbs .slick-track {
	width: 100%!important;
	float: none;
}
.thumbs__item + .thumbs__item {margin-top: .625rem;}
.thumbs-wrapper_two-side .thumbs__item {
	float: left;
	width: 20%!important;
	padding-right: 15px;
}
.thumbs-wrapper_two-side .thumbs__item:nth-child(2) {margin-top: 0;}
.thumbs-wrapper_two-side .thumbs__item:nth-child(even) {
	float: right;
	padding-right: 0;
	padding-left: 15px;
}
.thumbs-wrapper_two-side .thumbs__item:nth-child(even) + div {clear: left;}
.thumbs-wrapper_two-side .thumbs__item:nth-child(odd) + div {clear: right;}
.slick-slide {outline: none;}
.slider__item {
	position: relative;
}
.img_slider {width: 100%;}
.slider-title {
	display: block;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0.5625rem 0;
	text-align: center;
	font-size: 1.7625em;
	font-weight: 400;
    font: 1.375em/1.5 'Monplesirscript', serif;
    font: 1.375em/1.5 'Lobster', serif;
    font: 1.5em/1.5 'Pattaya', serif;
    color: #ffdda8;
    text-shadow: 1px 1px 2px #000, 0px 0px 1px rgba(0,0,0,.9);
    background: #DB2F31;
}
.link_thumbs {
	display: block;
	background: #B60A0A;
}
.img_thumbs {
	max-width: 100px;
	width: 100%;
}
.thumbs-title {
	vertical-align: middle;
	display: inline-block;
	padding: 5px 5px 5px 20px;
	color: #fff;
	width: 61%;
}
.thumbs-wrapper_two-side .thumbs-title {
	width: 51%;
}
.lobster-font{
	font-family: 'Pattaya';
	color: #ffdda8;
	text-shadow: 1px 1px 2px #000, 0px 0px 1px rgba(0,0,0,.9);
}
.callback-active {
	overflow: hidden;
}
.callback-active .callback-wrapper {
	display: block;
}
.callback-wrapper {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.6);
	z-index: 100;
}
.callback-layout {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: grid;
	overflow-y: auto;
	padding: 1.875rem 0;
}
.callback {
	position: relative;
	padding: 2.5rem;
	background: #fff;
	max-width: 450px;
	width: 100%;
	box-shadow: 0 0 7px rgba(0,0,0,.8);
	border-radius: 2px;
	margin: auto;
}
.callback-close {
	position: absolute;
	top: 8px;
	right: 11px;
	cursor: pointer;
}
#callback-form > div {
	margin-bottom: 1.5625rem;
}
#callback-form > div:last-child {
	margin-bottom: 0;
	text-align: center;
}
#callback-form label {
	font-weight: 400;
	color: #000;
	font-size: 1.25em;
	display: block;
	margin-bottom: 3px;
}
#callback-preload,
#callback-result {display: none;}
.children__item {
	position: relative;
	margin-bottom: 1.875rem;
}
.children__item:nth-child(3n) + div {clear: left;}
.children__title {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	font-family: 'Pattaya';
	font-size: 1.5em;
	color: #ffdda8;
	text-shadow: 1px 1px 2px #000, 0px 0px 1px rgba(0,0,0,.9);
	background: #DB2F31;
	padding: .9375rem;
}
.link--mobile-phone {
	font-family: 'Pattaya';
	color: #ffdda8;
	text-shadow: 1px 1px 2px #000, 0px 0px 1px rgba(0,0,0,.9);
	font-size: 1.25em;
	position: absolute;
	top: 15px;
	left: 15px;
}
.link--mobile-phone:hover {color: #ffdda8;}
@media screen and (max-width: 1024px) {
	.block_bigboard {margin-bottom: 0;}
	#breadcrumbs h1, .bigboard-title {
		font-size: 1.75em;
		line-height: 1.1;
	}
}
@media screen and (min-width: 992px) {
	.link--mobile-phone {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	.nav {display: none;}
	.slicknav_menu {display: block;}
	.img_nav {display: none;}
	.block_thumbs {display: none;}
	.slider-wrapper {
		width: 100%;
		float: none;
	}
}
@media screen and (max-width: 767px) {
	.footer-col + .footer-col {margin-top: 2.5rem;}
	.text {
	}
	.lobster-font {
		font-size: 25px;
	}
	.slider__item {margin-bottom: 1.875rem;}
}*/