/* ----- main ----- */
.fancybox-outer,
.fancybox-inner {
    height: auto !important;
}
.fancybox-skin {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	background-color: transparent;
}
.fancybox-close {
	width: 14px;
	height: 14px;

	top: 18px;
	right: 22px;

	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAzklEQVQY02XQoUtDARDH8Xtl/4QIazMIA9OaIFhMBkHjR0yCgpiHzTSxim1FLOq/Y1VEcEFBFFEY7wx7781Nrv2+d/e7+4WWK8Rc7RhqhVupdDiD9o2lm7DmQ0r9BvWl9G41hJ43KZ0pFM6lNLIiJr1dL1K6NJTSg46oYeh4lFXdW5yo0yM6xlL6slBrU9j2Wk1uzMMlT83ab5t/YddIShe2/UhjuzWsXxkohHWfUulYTEM4adx7lftpuJNKRzPxLXtWOggt1/b+Bd+2JX4BjLiZp4Ait+sAAAAASUVORK5CYII=);
}
.fancybox-close.classic {
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	background-image: url(/img/fancybox_sprite.png);
}
.fancybox-close:hover {
	opacity: 0.8;
}


.modal-window {
	background-color: #fff;
}
.modal-window h2 {
	margin: 0 0 15px;

	color: #152427;
	text-transform: uppercase;
	font: bold 20px/25px 'Roboto', Arial, sans-serif;
}
.modal-window .modal-inner {
	padding: 12px 20px 20px;
}

.modal-window .page-block {
	display: block;
}

#genplan {
	display: none;
	width: 900px;
	height: 722px;
}

#planning {
	display: none;
	/*width: 960px;
	height: 724px;*/
}
#planning .inner-tabs {
	margin-bottom: 30px;
}
#planning .inner-tabs a {
	padding: 0px 0 10px;

	text-transform: uppercase;
	font: bold 20px/28px 'Roboto', Arial, sans-serif;
}
#planning .inner-tabs li:not(:last-of-type):after {
    height: 38px;
}
#planning .inner-block {
	width: 960px;
	height: 724px;
	overflow: hidden;
}
#planning .inner-block img {
	width: 100%;
}

#send-request {
	display: none;
	width: 428px;
	height: 305px;
}
#send-request form {
	overflow: hidden;

	margin-top: 30px;
}
#send-request .left {
	width: 193px;
	float: left;
}
#send-request .right {
	width: 198px;
	float: right;
}
#send-request form .field {
	margin: 0 0 14px 0;
}
#send-request form textarea {
	height: 151px;
}
#send-request form .button {
	float: right;
}



.modal-gallery {
	width: 800px;
	height: 670px;
}
.modal-gallery h2 {
	margin-bottom: 10px;
}
.modal-gallery .pager {
	margin-bottom: 15px;

	color: #606060;
	font: normal 13px/13px Arial, sans-serif;
}
.modal-gallery .pager .curr-g {
	margin: 0 10px 10px;

	color: #152427;
	font: normal 13px/13px 'Roboto', Arial, sans-serif;
}
.modal-gallery .pager a {
	color: #606060;
	font: normal 13px/13px 'Roboto', Arial, sans-serif;

	border-bottom: 1px solid rgba(96, 96, 96, 0.5);
}
.modal-gallery .pager .prev-g {
	display: none;
}
.modal-gallery .pager .next-g {
	display: none;
}
.modal-gallery .pager .prev-g a{
	margin-right: 10px;
}
.modal-gallery .pager .next-g a{
	margin-left: 10px;
}
.modal-gallery .slider-wrapper {
	width: 800px;
	height: 600px;

	background-color: #fff;
}
.modal-gallery .slider-wrapper .slider-full-popup {
	width: inherit;
	height: 541px;

	margin-bottom: 4px;

	position: relative;
}
.modal-gallery .slider-wrapper .slider-full-popup .slide-f {
	width: 800px;
	height: 541px;
}
.modal-gallery .slider-wrapper .slider-thumbs-popup {
	width: 800px;
	height: 50px;
}
.modal-gallery .slider-wrapper .slider-thumbs-popup .slide-t {
	width: 74px;
	height: 50px;
	cursor: pointer;
	margin-right: 4px;
}
.modal-gallery .slider-wrapper .slick-prev,
.modal-gallery .slider-wrapper .slick-next {
    display: block;
    width: 16px;
    height: 22px;

    margin-top: -10px;
    padding: 0;

    border: none;
    outline: none;

    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 36% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAMAAABoQAyvAAAAPFBMVEVgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGChtfGOAAAAE3RSTlMAAQwUJChHSFJWboCSk7a75/f8gPADcwAAADRJREFUeAFjAAN2fiYILSjMBaLZBIV5GCE0LzLNIijMxwhWyS0sxMmAj8UBZQmwMkAAMwMAfLMCMmDe1KIAAAAASUVORK5CYII=);
}
.modal-gallery .slider-wrapper .slick-prev:before,
.modal-gallery .slider-wrapper .slick-next:before {
	display: none;
}
.modal-gallery .slider-wrapper .slick-prev {
    left: 0px;
    z-index: 10;
}
.modal-gallery .slider-wrapper .slick-next {
    right: 0px;

    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.modal-gallery .slider-wrapper .slider-thumbs-popup .slick-current {
	opacity: 0.8;
}
.modal-gallery .slick-slide:focus,
.modal-gallery .slick-slide:hover {
	outline: 0 none;
}

/**/
.modal-gallery .slider-full-popup .slick-arrow {
	width: 50px;
	height: 100%;
	opacity: 0;

	margin: 0;

	top: 0;

	background-color: rgba(38, 50, 46, 0.2);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAjCAMAAACn3QoXAAAAh1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8SV0uDAAAALXRSTlMACAkKCwwNDxAREhMUFRYgISKDhIeIiYqMjY6PkJOUlZaXmJmam5ydpKWmrbN8GHK8AAAApklEQVR42oXS2Q6CQAwFUHdcUBzEDQUXFEX7/98nxpK5eAnTh3k4aSbdOv/hhQFZqYk8l6ypiBTqVk8iXzc1HZ/lFyHqpNLjqEkPQ9DpRTUeoF5bdY86q3SH6meq25re2rUPOr+rbnqgi1x13UV9WIWIVN+eNcyObDb9jZXkWAlWCHU7+qHu0TOaIE/WsQfeGu4YNu+4CLoq9pdpus3COO4bfBWU7wfU1S3LQ6lDtwAAAABJRU5ErkJggg==);

	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.modal-gallery .slider-full-popup:hover .slick-arrow {
	opacity: 1;
}
.modal-gallery .slider-full-popup .slick-arrow:hover {
	opacity: 0.8;
}
/**/