/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

a {
	text-decoration: none;
	outline: none;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

textarea:focus, input:focus {
    outline: none;
}

/* Main */

@font-face {
	font-family: Gothic;
	src: url(/assets/fonts/centurygothic.TTF);
}

html,
body {
	height: 100%;
}

body {
	font-family: Gothic, Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	overflow-y: scroll;
}

strong,
b {
	font-weight: bold;
}

em {
	font-style: italic;
}

.wrapper {
	position: relative;
	min-width: 680px;
	width: 100%;
	min-height: 100%;
	padding: 0 10px;
	background-color: #1a365d;
}

.content {
	position: relative;
	max-width: 1832px;
	width: 100%;
	margin: 0 auto;
	padding-top: 76px;
	padding-bottom: 128px;
}

.footer {
	position: absolute;
	bottom: 0;
	left: 50%;
	max-width: 1832px;
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: calc(100% - 20px);
	height: 100px;
	padding: 10px 0 0 30px;
	background-color: #f5f5f5;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.footer .info {
	font-size: 16px;
	line-height: 20px;
	color: #000;
}

.footer .info a {
	color: #fa6501;
}

.footer img {
	position: absolute;
	top: 10px;
	right: 30px;
}

.menu {
    position: absolute;
    top: 0;
    width: 100%;
    max-height: 76px;
    padding-top: 28px;
    font-size: 0;
}

.menu nav {
	display: inline-block;
	vertical-align: top;
}

.toggle {
	display: none;
	width: 42px;
	height: 42px;
	background: url('/assets/images/menu.png') no-repeat 3px 3px;
}

.search-button {
	display: inline-block;
	vertical-align: top;
	width: 48px;
	height: 48px;
	background: url('/assets/images/search.png') #28485f no-repeat 8px 8px;
}

#menu {
	font-size: 18px;
}

#menu {
	height: 48px;
}

#menu li {
	position: relative;
}

#menu > li {
	display: inline-block;
	vertical-align: top;
	margin-right: 16px;
}

#menu > li a {
	display: block;
	padding: 0 14px;
	background-color: #28485f;
	font-size: 18px;
	line-height: 48px;
	color: #fff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#menu > li > a {
	text-transform: uppercase;
}

#menu > li a:hover {
	background-color: #2b4d66;
}

#menu ul {
	display: none;
	position: absolute;
	width: 380px;
	z-index: 3;
}

#menu > ul {
	top: 48px;
}

#menu ul a {
	background-color: #fff;
	color: #28485f;
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
}

#menu ul a:hover {
	background-color: #f5f5f5;
}

#menu ul li:last-child a {
	border-bottom: 1px solid #efefef;
}

#menu li:hover > ul {
	display: block;
}

#menu ul ul {
	top: 0;
	left: 359px;
}

#menu ul li:nth-of-type(1):before, #menu ul li:nth-of-type(1):after {
	content: '';
    position: absolute;
	top: -13px;
    left: 30px;
	border: 7px solid transparent;
	border-bottom: 7px solid #efefef;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#menu ul li:nth-of-type(1):after {
	top: -11px;
	border-bottom: 7px solid #fff;
}

#menu ul li:nth-of-type(1):hover:after {
	border-bottom: 7px solid #f5f5f5;
}

#menu ul ul li:nth-of-type(1):before, #menu ul ul li:nth-of-type(1):after {
	border: 0;
}

.head {
    position: relative;
    width: 100%;
    height: 96px;
    background-color: #fff;
}

.head .logo {
	margin-top: 8px;
	margin-left: 80px;
}

.head .logo-mobile {
	display: none;
}

.head .link {
	position: absolute;
	top: 27px;
	right: 664px;
	font-size: 0;
}

.head .link div {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	border-right: 2px solid #123148;
	text-align: center;
	font-size: 18px;
	line-height: 42px;
}

.head .link div:nth-child(2) {
	border-right: 0;
}

.head .link div:nth-child(1) span {
    background: url('/assets/images/mail.png') no-repeat 0 0;
	padding-left: 38px;
}

.head .link div:nth-child(2) span {
    background: url('/assets/images/call.png') no-repeat 0 0;
	padding-left: 26px;
}

.head .link div:nth-child(3) {
	border-right: 0;
	display: none;
}

.head .link div:nth-child(3) span {
    background: url('/assets/images/discount.png') no-repeat 0 0;
	padding-left: 24px;
}

.head .link div a {
	color: #123148;
}

.head .phone {
	position: absolute;
	top: 27px;
	right: 338px;
	height: 42px;
	padding: 1px 0 0 48px;
	background: url('/assets/images/phone2.png') no-repeat 0 0;
	font-size: 20px;
	color: #fa6501;
}

.head .phone-copy .phone {
	position: fixed;
	top: 0;
	right: 10px;
	height: 52px;
	padding: 6px 10px 5px 58px;
	background-position: 10px 5px;
	background-color: #fff;
	z-index: 100;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	transition: 0.35s;
}

.head .phone span {
	font-size: 40px;
}

.head .social {
	position: absolute;
	top: 30px;
	right: 26px;
	font-size: 0;
}

.head .social div {
	display: inline-block;
	vertical-align: top;
}

.head .social div a {
	display: inline-block;
	height: 36px;
}

.head .social div:nth-child(1) a {
	width: 29px;
	background: url('/assets/images/social-facebook.png') no-repeat 6px 0;
}

/*.head .social div:nth-child(2) a {
	width: 49px;
	background: url('/assets/images/social-instagram.png') no-repeat 6px 0;
}*/

.head .social div:nth-child(2) a {
	width: 46px;
	background: url('/assets/images/social-telegram.png') no-repeat 6px 0;
}

.head .social div:nth-child(3) a {
	width: 76px;
	background: url('/assets/images/social-vk.png') no-repeat 6px 0;
}

.head .social div:nth-child(4) a {
	width: 34px;
	background: url('/assets/images/social-ok.png') no-repeat 6px 0;
}

.head .social div:nth-child(5) a {
	width: 61px;
	background: url('/assets/images/social-youtube.png') no-repeat 6px 0;
}

.virtual-aerotour-widget-right {
	z-index: 20;
}

.carousel {
	position: relative;
	max-height: 560px;
	overflow: hidden;
}

.carousel .slider {
	width: 100%;
	margin-bottom: 28px;
	overflow: hidden;
}

.carousel .slider .slick-list {
	margin: 0 -8px;
}

.carousel .slider .slick-slide {
	position: relative;
	margin: 0 8px;
}

.carousel .slider .slick-slide img {
	width: 100%;
}

.carousel .slider .slick-slide div {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 320px;
	height: 100px;
	background-color: rgba(22, 71, 104, 0.78);
	background-repeat: no-repeat;
	background-position: 16px 50%;
}

.carousel .slider .slick-prev {
	z-index: 1;
	left: 32px;
	width: 33px;
	height: 64px;
	background: url('/assets/images/arrow-prev.png') no-repeat 0 0;
}

.carousel .slider .slick-next {
	z-index: 1;
	right: 32px;
	width: 33px;
	height: 64px;
	background: url('/assets/images/arrow-next.png') no-repeat 0 0;
}

.carousel .phone {
	position: absolute;
	top: 0;
	left: 0;
	width: 326px;
	height: 72px;
	z-index: 2;
	padding: 16px 0 0 66px;
	background: url('/assets/images/phone2.png') #fa6501 no-repeat 18px 16px;
	font-size: 20px;
	color: #fff;
}

.carousel .phone span {
	font-size: 40px;
}

.selection {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 10px 55px;
	background: url('/assets/images/selection-arrow.png') #fa6501 no-repeat 415px 51px;
	color: #fff;
	clear: both;
}

.selection .cap1 {
	width: 340px;
	font-size: 60px;
	font-weight: bold;
}

.selection .cap2 {
	width: 340px;
	font-size: 40px;
	line-height: 42px;
	font-weight: bold;
}

.selection .tab {
	float: right;
	position: relative;
	width: 1208px;
	margin: 13px 0;
    white-space: nowrap;
    overflow: hidden;
	font-size: 0;
}

.selection .tab > input {
	display: none;
}

.selection .tab > input + label {
	display: inline-block;
	position: relative;
	padding: 10px;
	border: 1px solid #fff;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
}

.selection .tab > input + label:nth-of-type(1) {
	width: 277px;
}

.selection .tab > input + label:nth-of-type(2) {
	width: 359px;
}

.selection .tab > input + label:not(:last-of-type) {
	border-right: 0;
}

.selection .tab > input + label:last-of-type:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 100%;
	width: 2000px;
	border-bottom: 1px solid #fff;
}

.selection .tab > input:checked + label {
	padding-bottom: 11px;
	border-bottom: 0;
}

.selection .tab > input:checked + label:last-of-type:after {
	bottom: 0;
}

.selection .tab > div {
	display: none;
	position: relative;
	padding-top: 20px;
	white-space: normal;
	border: 1px solid #fff;
	border-top: 0;
}

.selection .tab > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.selection .tab > input:nth-of-type(2):checked ~ div:nth-of-type(2) {
	display: block;
}

.selection .tab .block1 {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 258px;
	height: 135px;
	margin-left: 40px;
}

.selection .tab .block1 input[type="radio"] {
	display: none;
}

.selection .tab .block1 label {
	display: block;
	position: absolute;
	width: 100%;
	height: 28px;
	padding: 6px 0;
	border: 1px solid #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.selection .tab .block1 label:nth-of-type(1) {
	top: 22px;
}

.selection .tab .block1 label:nth-of-type(2) {
	top: 82px;
}

.selection .tab .block1 input[type="radio"]:checked + label {
	background: #fff;
	color: #fa6501;
}

.selection .tab .block2 {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-left: 40px;
	width: 234px;
	height: 135px;
}

.selection .tab .block2 > div:nth-child(1) {
	font-size: 16px;
}

.selection .tab .block2 > div:nth-child(3) {
	position: absolute;
	top: 60px;
	font-size: 16px;
}

.selection .tab .block2 .select {
	position: absolute;
	top: 22px;
	width: 234px;
	height: 28px;
	background: url('/assets/images/select-triangle.png') #fff no-repeat 210px 11px;
	overflow: hidden;
}

.selection .tab .block2 .select select {
    margin-top: 2px;
	width: 254px;
	padding: 3px;
	background: transparent;
	border: 0;
	font-size: 14px;
	color: #fa6501;
}

.selection .tab .block2 .checkbox {
	position: absolute;
	top: 82px;
}

.selection .tab .block2 .checkbox input[type="checkbox"] {
	display: none;
}

.selection .tab .block2 .checkbox label {
	display: inline-block;
	width: 42px;
	height: 28px;
	margin-right: 6px;
	padding: 4px 0;
	border: 1px solid #fff;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}

.selection .tab .block2e .checkbox label {
	width: 234px;
	margin-right: 0;
	padding: 6px 0;
	font-size: 14px;
	cursor: default;
}

.selection .tab .block2 .checkbox label:last-child {
	margin-right: 0;
}

.selection .tab .block2 .checkbox input[type="checkbox"]:checked + label {
	background: #fff;
	color: #fa6501;
}

/*----------------------------------------------------------------------------------*/
.ui-widget.ui-widget-content {
	background: #fff;
}

.ui-state-default {
	background: #fff;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider-horizontal {
	height: 1px;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -6px;
	margin-left: -6px;
}
/*----------------------------------------------------------------------------------*/

.selection .tab .block3 {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-left: 40px;
	width: 258px;
	height: 135px;
}

.selection .tab .range {
	position: absolute;
	width: 258px;
}

.selection .tab .block3 .range:nth-child(1) {
	top: 10px;
}

.selection .tab .block3 .range:nth-child(2) {
	top: 70px;
}

.selection .tab .range div:nth-child(1) {
	width: 100%;
	text-align: center;
	font-size: 16px;
}

.selection .tab .range div:nth-child(2) {
	position: absolute;
	top: 10px;
	font-size: 14px;
}

.selection .tab .range div:nth-child(3) {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 14px;
}

.selection .tab .range sup {
	vertical-align: top;
	font-size: 8px;
}

.selection .tab .range div:nth-child(4) {
	position: absolute;
	top: 32px;
	left: 6px;
	width: 246px;
}

.selection .tab .block4 {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-left: 40px;
	width: 258px;
	height: 135px;
}

.selection .tab .block4 .range:nth-child(1) {
	top: 10px;
}

.selection .tab .block4 input[type="submit"] {
	position: absolute;
	top: 74px;
	left: 12px;
	width: 234px;
	height: 36px;
	border: 0;
	background-color: #fff;
	font-size: 18px;
	font-weight: bold;
	color: #123148;
	cursor: pointer;
}

.offer {
	position: relative;
	width: 100%;
	margin-top: 28px;
}

.offer .slider {
	width: 100%;
	max-height: 268px;
	overflow: hidden;
}

.offer .slider .slick-list {
	margin: 0 -8px;
}

.offer .slider .slick-slide {
	position: relative;
	margin: 0 8px;
}

.offer .slider .slick-slide img {
	width: 100%;
}

.offer .slider .slick-prev {
	z-index: 1;
	left: 32px;
	width: 33px;
	height: 64px;
	background: url('/assets/images/arrow-prev.png') no-repeat 0 0;
}

.offer .slider .slick-next {
	z-index: 1;
	right: 32px;
	width: 33px;
	height: 64px;
	background: url('/assets/images/arrow-next.png') no-repeat 0 0;
}

.new {
	position: relative;
	width: 100%;
	/*margin-top: 28px;*/
	font-size: 0;
}

.new .cap {
	width: 100%;
	padding: 16px;
	background-color: transparent; /*#fa6501;*/
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}

.new .block {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 16px;
	width: -webkit-calc(100%/3 - 32px/3);
	width: -moz-calc(100%/3 - 32px/3);
	width: calc(100%/3 - 32px/3);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.new a:last-child .block {
	margin-right: 0;
}

.new .block .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	background: rgba(255, 255, 255, 0.7);
	color: #000;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.new .block:hover .text {
	height: 100%;
	opacity: 1;
}

.new .block .text .center {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 440px;
	width: 100%;
	padding: 20px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.new .block .text .center div:nth-child(1) {
	font-size: 38px;
}

.new .block .text .center div:nth-child(2) {
	margin-top: 20px;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
}

.new .block .text .center div:nth-child(3) {
	margin-top: 20px;
	font-size: 18px;
	line-height: 20px;
}

.new .block .cell {
	width: 100%;
	height: -webkit-calc(50% - 8px);
	height: -moz-calc(50% - 8px);
	height: calc(50% - 8px);
	background-color: #fff;
	font-size: 0;
}

.new .block a:last-child .cell {
	margin-top: 16px;
}

.new .block .cell .image,
.new .block .cell .center {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 50%;
}

.new .block .cell .image {
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.new .block .cell .center {
	padding: 10px;
	text-align: center;
	color: #000;
}

.new .block .cell .center div:nth-child(1) {
	font-size: 26px;
}

.new .block .cell .center div:nth-child(2) {
	margin-top: 12px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

.new .block .cell .center div:nth-child(3) {
	margin-top: 12px;
	font-size: 14px;
	line-height: 16px;
}

.new .block .cell .center:after {
	content: '';
	position: absolute;
	bottom: -webkit-calc(50% - 14px);
	bottom: -moz-calc(50% - 14px);
	bottom: calc(50% - 14px);
	left: -28px;
	border: 14px solid transparent;
	border-right: 14px solid #fff;
}

/*----------------------------------------------------------------------------------*/

.page1 .block1 {
	position: relative;
	width: 100%;
	height: 1382px;
	background-image: url('/assets/images/page1/head.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.page1 .block1 .b1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 426px;
	height: 780px;
	background-color: rgba(255, 255, 255, 0.7);
	text-align: center;
}	

.page1 .block1 .b1 img {
	margin-top: 130px;
}

.page1 .block1 .b1 div {
	margin-top: 50px;
	font-size: 34px;
	line-height: 50px;
	font-weight: bold;
	color: #3a66ae;
}

.page1 .block1 .b1 a {
    display: inline-block;
    width: 360px;
    margin-top: 52px;
    padding: 14px 0;
    background-color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #3a66ae;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.page1 .block1 .b1 span {
	white-space: nowrap;
	font-size: 40px;
}

.page1 .block1 .b2 {
	position: absolute;
	top: 680px;
	right: 30px;
	max-width: 900px;
	text-align: right;
}

.page1 .block1 .b2 h1 {
	font-size: 40px;
	line-height: 48px;
	font-weight: bold;
	color: #7dba32;
}

.page1 .block1 .b2 div {
	margin-top: 20px;
	font-size: 26px;
	line-height: 34px;
	color: #666c73;
}

.page1 .block1 .b3 {
	position: absolute;
	bottom: 0;
	left: -webkit-calc(50% - 150px);
	left: -moz-calc(50% - 150px);
	left: calc(50% - 150px);
	width: 300px;
	padding-bottom: 14px;
}

.page1 .block1 .b3 a {
	display: block;
	margin-bottom: 14px;
	padding: 14px 8px;
	border: 2px solid #fff;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.page1 .block1 .b4 {
	position: absolute;
	bottom: 298px;
	left: -webkit-calc(50% + 215px);
	left: -moz-calc(50% + 215px);
	left: calc(50% + 215px);
	font-size: 20px;
	color: #fff;
}

.page1 .block2 {
	position: relative;
	width: 100%;
	padding: 30px 30px 10px 30px;
	background-color: #fff;
	text-align: center;
}

.page1 .block2 h2 {
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	color: #7dba32;
}

.page1 .block2 .b1 {
	display: inline-block;
	margin-top: 15px;
	max-width: 1100px;
	font-size: 22px;
	line-height: 30px;
	color: #666c73;
}

.page1 .block2 .b2 {
	margin-top: 22px;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	color: #3a66ae;
}

.page1 .block3 {
	position: relative;
	width: 100%;
	font-size: 0;
}

.page1 .block3 .b1,
.page1 .block3 .b2,
.page1 .block3 .b3 {
	display: inline-block;
	position: relative;
	width: -webkit-calc(100%/3);
	width: -moz-calc(100%/3);
	width: calc(100%/3);
}

.page1 .block3 .c1,
.page1 .block3 .c2,
.page1 .block3 .c3 {
	display: inline-block;
	position: relative;
	width: 100%;
}

.page1 .block3 .b1 .c2,
.page1 .block3 .b1 .c3 {
	width: 50%;
}

.page1 .block3 img {
	width: 100%;
}

.page1 .block3 .text {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 34px;
	background-color: rgba(255, 255, 255, 0.7);
}

.page1 .block3 .text span {
	position: absolute;
	top: 50%;
	width: 100%;
	padding: 0 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	font-size: 14px;
}

.page1 .block4 {
	position: relative;
	width: 100%;
	padding: 20px 30px;
	background-color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	color: #666c73;
}

.page1 .block4 ul {
	margin-bottom: 14px;
}

.page1 .block4 h2 {
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	color: #7dba32;
}

.page1 .block5 {
	position: relative;
	width: 100%;
	font-size: 0;
}

.page1 .block5 .b1,
.page1 .block5 .b2,
.page1 .block5 .b3,
.page1 .block5 .b4 {
	display: inline-block;
	position: relative;
	width: 25%;
}

.page1 .block5 img {
	width: 100%;
}

.page1 .block5 .text {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 34px;
	background-color: rgba(255, 255, 255, 0.7);
}

.page1 .block5 .text span {
	position: absolute;
	top: 50%;
	width: 100%;
	padding: 0 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	font-size: 14px;
}

.page1 .block6 {
	position: relative;
	width: 100%;
	height: 286px;
	background: url('/assets/images/page1/wave.jpg') #fff no-repeat 50% 50%;
	text-transform: uppercase;
}

.page1 .block6 span {
	white-space: nowrap;
}

.page1 .block6 .b1 {
	position: absolute;
	top: 22px;
	left: 30px;
	max-width: 940px;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
}

.page1 .block6 .b2 {
	position: absolute;
	top: 150px;
	right: 30px;
	max-width: 900px;
	text-align: right;
}

.page1 .block6 .b2 div:nth-child(1) {
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
	color: #3a66ae;
}

.page1 .block6 .b2 div:nth-child(2) {
	margin-top: 10px;
	font-size: 22px;
	line-height: 30px;
	color: #666c73;
}

.page1 .block7 {
	position: relative;
	width: 100%;
	font-size: 0;
}

.page1 .block7 .b1,
.page1 .block7 .b2,
.page1 .block7 .b3,
.page1 .block7 .b4 {
	display: inline-block;
	position: relative;
	width: 25%;
}

.page1 .block7 img {
	width: 100%;
}

.page1 .block7 .text {
	position: absolute;
	width: 100%;
	padding: 15px 5px;
	text-align: center;
	font-size: 22px;
	color: #fff;
}

.page1 .block7 .b1 .text,
.page1 .block7 .b3 .text {
	top: 0;
}

.page1 .block7 .b2 .text,
.page1 .block7 .b4 .text {
	bottom: 0;
}

.page1 .block9 {
	position: relative;
	width: 100%;
	padding: 28px 0;
	text-align: center;
	font-size: 0;
}

.page1 .block9 iframe {
	max-width: 1542px;
	width: 100%;
	height: 100%;
}

.page1 .block10 {
    position: relative;
    width: 100%;
    padding: 28px 0;
    text-align: center;
    font-size: 0;
}

.page1 .block10 img {
    max-width: 1542px;
    width: 100%;
}

/*----------------------------------------------------------------------------------*/

.page2 .block1 {
	position: relative;
	width: 100%;
	height: 828px;
	background-image: url('/assets/images/page2/head.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.page2 .block1 .b1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 520px;
	height: 100%;
	background-color: rgba(36, 46, 73, 0.7);
	text-align: center;
}

.page2 .block1 .b1 img {
	margin-top: 140px;
}

.page2 .block1 .b1 a {
	display: inline-block;
	width: 390px;
	margin-top: 120px;
	padding: 12px;
	background-color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #17236b;
}

.page2 .block2 {
	position: relative;
	width: 100%;
	padding: 30px 150px;
	background-color: #fff;
}

.page2 .block2 li {
	display: table;
	margin: 60px 0;
	font-size: 24px;
	line-height: 30px;
	color: #17236b;
}

.page2 .block2 li:nth-child(1) {
	background: url('/assets/images/page2/pic1_1.png') no-repeat 22px 0;
	height: 146px;
}

.page2 .block2 li:nth-child(2) {
	background: url('/assets/images/page2/pic1_2.png') no-repeat 0 0;
	height: 118px;
}

.page2 .block2 p {
	display: table-cell;
	vertical-align: middle;
	padding-left: 190px;
}

.page2 .block2 b {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.page2 .block3 {
	position: relative;
	width: -webkit-calc(100% + 2px);
	width: -moz-calc(100% + 2px);
	width: calc(100% + 2px);
	margin: -1px 0 -1px -1px;
	font-size: 0;
}

.page2 .block3 div {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.page2 .block3 .b1 {
	width: -webkit-calc(100%/3 * 2);
	width: -moz-calc(100%/3 * 2);
	width: calc(100%/3 * 2);
}

.page2 .block3 .b2 {
	width: -webkit-calc(100%/3);
	width: -moz-calc(100%/3);
	width: calc(100%/3);
}

.page2 .block3 .b1 div {
	width: -webkit-calc(100% - 2px);
	width: -moz-calc(100% - 2px);
	width: calc(100% - 2px);
	height: -webkit-calc(100% - 2px);
	height: -moz-calc(100% - 2px);
	height: calc(100% - 2px);
	margin: 1px;
	background-image: url('/assets/images/page2/pic2_1.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.page2 .block3 .b2 div {
	width: -webkit-calc(100% - 2px);
	width: -moz-calc(100% - 2px);
	width: calc(100% - 2px);
	height: -webkit-calc(50% - 2px);
	height: -moz-calc(50% - 2px);
	height: calc(50% - 2px);
	margin: 1px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.page2 .block3 .b2 div:nth-of-type(1) {
	background-image: url('/assets/images/page2/pic2_2.jpg');
}

.page2 .block3 .b2 div:nth-of-type(2) {
	background-image: url('/assets/images/page2/pic2_3.jpg');
}

.page2 .block4,
.page2 .block8,
.page2 .block10,
.page2 .block17 {
	position: relative;
	width: 100%;
	padding: 25px 15px;
	text-align: center;
}

.page2 .block4 h2,
.page2 .block8 h2,
.page2 .block10 h2,
.page2 .block17 h2 {
	font-size: 48px;
	color: #fff;
}

.page2 .block4 span,
.page2 .block8 span {
	white-space: nowrap;
}

.page2 .block5 {
	position: relative;
	width: 100%;
	padding: 60px;
	background-color: #ebecec;
	text-align: center;
	font-size: 0;
}

.page2 .block5 .b1 {
	margin-bottom: 30px;
	font-size: 28px;
	line-height: 34px;
	color: #17236b;
}

.page2 .block5 .b1 a {
	padding-left: 32px;
	background: url('/assets/images/pdf_icon_24.png') no-repeat 0 3px;
	font-size: 24px;
	line-height: 30px;
	color: #fa6501;
}

.page2 .block5 img {
	margin-bottom: 20px;
	max-width: 1440px;
	width: 100%;
}

.page2 .block5 .b2 {
	display: inline-block;
	max-width: 1520px;
	margin-right: -60px;
}

.page2 .block5 .b2 div {
	display: inline-block;
	vertical-align: top;
	width: 380px;
	height: 44px;
	margin-top: 15px;
	padding-left: 56px;
	text-align: left;
	font-size: 22px;
	line-height: 44px;
	color: #17236b;
}

.page2 .block5 .b2 sup {
	vertical-align: top;
	font-size: 10px;
}

.page2 .block5 .b2 div:nth-child(9) span {
	color: #eb622a;
}

.page2 .block5 .b2 div:nth-child(12) span {
	color: #a1569c;
}

.page2 .block5 .b2 div:nth-child(1) {
	background: url('/assets/images/page2/pic4_1.png') no-repeat 0 0;
}

.page2 .block5 .b2 div:nth-child(2) {
	background: url('/assets/images/page2/pic4_2.png') no-repeat 0 0;
}

.page2 .block5 .b2 div:nth-child(3) {
	background: url('/assets/images/page2/pic4_3.png') no-repeat 0 0;
}

.page2 .block5 .b2 div:nth-child(4) {
	background: url('/assets/images/page2/pic4_4.png') no-repeat 0 0;
}

.page2 .block5 .b2 div:nth-child(5) {
	background: url('/assets/images/page2/pic4_5.png') no-repeat 0 0;
}

.page2 .block5 .b2 div:nth-child(6) {
	background: url('/assets/images/page2/pic4_6.png') no-repeat 0 0;
}

.page2 .block5 .b2 div:nth-child(7) {
	background: url('/assets/images/page2/pic4_7.png') no-repeat 0 0;
}

.page2 .block5 .b2 div:nth-child(8) {
	background: url('/assets/images/page2/pic4_8.png') no-repeat 0 0;
}

.page2 .block5 .b2 div:nth-child(9) {
	background: url('/assets/images/page2/pic4_9.png') no-repeat 2px 14px;
}

.page2 .block5 .b2 div:nth-child(10) {
	background: url('/assets/images/page2/pic4_10.png') no-repeat 10px 12px;
}

.page2 .block5 .b2 div:nth-child(11) {
	background: url('/assets/images/page2/pic4_11.png') no-repeat 7px 7px;
}

.page2 .block5 .b2 div:nth-child(12) {
	background: url('/assets/images/page2/pic4_12.png') no-repeat 3px 19px;
}

.page2 .block6 {
	position: relative;
	width: 100%;
	min-height: 528px;
	padding: 30px 150px;
	background-color: #fff;
}

.page2 .block6 img {
	position: absolute;
	top: 90px;
	right: 90px;
}

.page2 .block6 ul {
	margin-right: 600px;
}

.page2 .block6 li {
	display: table;
	margin: 60px 0;
	font-size: 24px;
	line-height: 30px;
	color: #17236b;
}

.page2 .block6 li:nth-child(1) {
	background: url('/assets/images/page2/pic6_1.png') no-repeat 0 0;
	height: 98px;
}

.page2 .block6 li:nth-child(2) {
	background: url('/assets/images/page2/pic6_2.png') no-repeat 0 0;
	height: 99px;
}

.page2 .block6 p {
	display: table-cell;
	vertical-align: middle;
	padding-left: 138px;
}

.page2 .block6 b {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.page2 .block7 {
	position: relative;
	width: 100%;
	height: 784px;
	background-image: url('/assets/images/page2/pic7.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.page2 .block7 img {
	position: absolute;
	top: 90px;
	right: 90px;
}

.page2 .block9 {
	position: relative;
	width: 100%;
	padding: 60px 0;
	background-color: #fff;
	text-align: center;
	font-size: 0;
}

.page2 .block9 > div {
	display: inline-block;
	vertical-align: top;
	width: 508px;
	margin: 30px 80px;
	text-align: left;
	font-size: 24px;
	line-height: 30px;
	color: #17236b;
}

.page2 .block9 .cap {
	margin-top: 15px;
	margin-left: 22px;
	font-weight: bold;
}

.page2 .block9 li {
	display: table;
	margin-top: 6px;
	height: 30px;
	background: url('/assets/images/page2/pic10.png') no-repeat 0 6px;
}

.page2 .block9 p {
	display: table-cell;
	vertical-align: middle;
	padding-left: 22px;
}

.page2 .block11 {
	position: relative;
	width: 100%;
	padding: 60px;
	background-color: #ebecec;
	text-align: center;
	font-size: 0;
}

.page2 .block11 img {
	margin-bottom: 20px;
	max-width: 1467px;
	width: 100%;
}

.page2 .block11 .b1 {
	display: inline-block;
	max-width: 1520px;
	margin-right: -60px;
}

.page2 .block11 .b1 div {
	display: inline-block;
	vertical-align: top;
	width: 380px;
	height: 36px;
	margin-top: 15px;
	padding-left: 50px;
	text-align: left;
	font-size: 22px;
	line-height: 36px;
	color: #17236b;
}

.page2 .block11 .b1 sup {
	vertical-align: top;
	font-size: 10px;
}

.page2 .block11 .b1 div:nth-child(1) {
	background: url('/assets/images/page2/pic12_1.png') no-repeat 0 0;
}

.page2 .block11 .b1 div:nth-child(2) {
	background: url('/assets/images/page2/pic12_2.png') no-repeat 0 0;
}

.page2 .block11 .b1 div:nth-child(3) {
	background: url('/assets/images/page2/pic12_3.png') no-repeat 0 0;
}

.page2 .block11 .b1 div:nth-child(4) {
	background: url('/assets/images/page2/pic12_4.png') no-repeat 0 0;
}

.page2 .block11 .b1 div:nth-child(5) {
	background: url('/assets/images/page2/pic12_5.png') no-repeat 0 0;
}

.page2 .block11 .b1 div:nth-child(6) {
	background: url('/assets/images/page2/pic12_6.png') no-repeat 0 0;
}

.page2 .block11 .b1 div:nth-child(7) {
	background: url('/assets/images/page2/pic12_7.png') no-repeat 0 0;
}

.page2 .block11 .b1 div:nth-child(8) {
	background: url('/assets/images/page2/pic12_8.png') no-repeat 0 0;
}

.page2 .block11 .b1 div:nth-child(9) {
	background: url('/assets/images/page2/pic12_9.png') no-repeat 0 0;
}

.page2 .block11 .b1 div:nth-child(10) {
	background: url('/assets/images/page2/pic12_10.png') no-repeat 0 0;
}

.page2 .block11 .b1 div:nth-child(11) {
	background: url('/assets/images/page2/pic12_11.png') no-repeat 0 0;
}

.page2 .block11 .b1 div:nth-child(12) {
	background: url('/assets/images/page2/pic12_12.png') no-repeat 0 0;
}

.page2 .block11 .b1 div:nth-child(13) {
	background: url('/assets/images/page2/pic12_13.png') no-repeat 0 0;
}

.page2 .block11 .b1 div:nth-child(14) {
	background: url('/assets/images/page2/pic12_14.png') no-repeat 0 0;
	line-height: 18px;
}

.page2 .block12 {
	position: relative;
	width: 100%;
	min-height: 528px;
	padding: 90px 150px 70px;
	background-color: #fff;
}

.page2 .block12 > img {
	position: absolute;
	top: 90px;
	right: 90px;
}

.page2 .block12 p {
	margin-bottom: 20px;
	margin-right: 600px;
	font-size: 24px;
	line-height: 30px;
	color: #17236b;
}

.page2 .block12 .b1 {
	position: relative;
	width: -webkit-calc(100% - 600px);
	width: -moz-calc(100% - 600px);
	width: calc(100% - 600px);
	font-size: 0;
}

.page2 .block12 .b1 > div {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-top: 50px;
	text-align: center;
}

.page2 .block12 .b1 .c1 {
	display: table;
	width: 180px;
	height: 52px;
	margin: 15px auto;
	font-size: 24px;
	color: #1a365d;
}

.page2 .block12 .b1 .c1 span {
	display: table-cell;
	vertical-align: middle;
}

.page2 .block12 .b1 .c2 {
	display: inline-block;
	font-size: 44px;
	color: #1a365d;
}

.page2 .block12 .b1 .c2 sup {
	vertical-align: top;
	font-size: 22px;
}

.page2 .block13 {
	position: relative;
	width: 100%;
	padding: 60px 60px 0 60px;
	text-align: center;
	font-size: 0;
}

.page2 .block13 > div {
	display: inline-block;
	vertical-align: top;
	min-width: 260px;
	width: 25%;
	margin-bottom: 60px;
}

.page2 .block13 .b1 {
	display: table;
	width: 260px;
	height: 72px;
	margin: 15px auto;
	font-size: 34px;
	color: #fff;
}

.page2 .block13 .b1 span {
	display: table-cell;
	vertical-align: middle;
}

.page2 .block13 .b2 {
	display: inline-block;
	width: 260px;
	font-size: 58px;
	color: #fff;
}

.page2 .block13 .b2 sup {
	vertical-align: top;
	font-size: 24px;
}

.page2 .block14 {
	position: relative;
	width: 100%;
	padding: 15px;
	background-color: #fff;
	text-align: center;
	font-size: 42px;
	line-height: 46px;
	color: #17236b;
}

.page2 .block14 span {
	white-space: nowrap;
}

.page2 .block15 {
	position: relative;
	width: 100%;
	font-size: 0;
}

.page2 .block15 .slider {
	width: 100%;
	padding: 28px 150px;
}

.page2 .block15 .slider .slick-slide {
	position: relative;
	background-color: #fff;
}

.page2 .block15 .slider .slick-prev {
	z-index: 1;
	left: 65px;
	width: 24px;
	height: 61px;
	background: url('/assets/images/page5/arrow-prev.png') no-repeat 0 0;
}

.page2 .block15 .slider .slick-next {
	z-index: 1;
	right: 65px;
	width: 24px;
	height: 61px;
	background: url('/assets/images/page5/arrow-next.png') no-repeat 0 0;
}

.page2 .block15 .slider img {
	width: 100%;
}

.page2 .block18 {
	position: relative;
	width: 100%;
	padding: 60px;
	background-color: #ebecec;
	text-align: center;
	font-size: 0;
}

.page2 .block18 img {
	margin-bottom: 20px;
	max-width: 1467px;
	width: 100%;
}

.page2 .block18 .b1 {
	display: inline-block;
	max-width: 1520px;
	margin-right: -60px;
}

.page2 .block18 .b1 div {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 380px;
	height: 120px;
	margin-top: 15px;
	text-align: left;
	font-size: 22px;
	line-height: 26px;
	color: #17236b;
}

.page2 .block18 .b1 div span {
	position: absolute;
	top: 50%;
	left: 100px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page2 .block18 .b1 div:nth-child(8) span {
	left: 5px;
}

.page2 .block18 .b1 sup {
	vertical-align: top;
	font-size: 10px;
}

.page2 .block18 .b1 div:nth-child(1) {
	background: url('/assets/images/page2/pic17_1.png') no-repeat 8px 1px;
}

.page2 .block18 .b1 div:nth-child(2) {
	background: url('/assets/images/page2/pic17_2.png') no-repeat 2px 0;
}

.page2 .block18 .b1 div:nth-child(3) {
	background: url('/assets/images/page2/pic17_3.png') no-repeat 1px 16px;
}

.page2 .block18 .b1 div:nth-child(4) {
	background: url('/assets/images/page2/pic17_4.png') no-repeat 2px 10px;
}

.page2 .block18 .b1 div:nth-child(5) {
	background: url('/assets/images/page2/pic17_5.png') no-repeat 2px 11px;
}

.page2 .block18 .b1 div:nth-child(6) {
	background: url('/assets/images/page2/pic17_6.png') no-repeat 2px 16px;
}

.page2 .block18 .b1 div:nth-child(7) {
	background: url('/assets/images/page2/pic17_7.png') no-repeat 0 24px;
}

.page2 .block19 {
	position: relative;
	width: 100%;
	padding: 28px;
	text-align: center;
	font-size: 0;
}

.page2 .block19 iframe {
	max-width: 1440px;
	width: 100%;
	height: 100%;
}

.page2 .block20 {
	position: relative;
	width: 100%;
	padding: 60px;
	background-color: #ebecec;
	text-align: center;
	font-size: 0;
}

.page2 .block20 img {
	margin-bottom: 20px;
	max-width: 1353px;
	width: 100%;
}

.page2 .block20 .b1 {
	display: inline-block;
	max-width: 1520px;
	margin-right: -60px;
}

.page2 .block20 .b1 div {
	display: inline-block;
	vertical-align: top;
	width: 380px;
	height: 40px;
	margin-top: 15px;
	padding-left: 54px;
	text-align: left;
	font-size: 22px;
	line-height: 40px;
	color: #17236b;
}

.page2 .block20 .b1 sup {
	vertical-align: top;
	font-size: 10px;
}

.page2 .block20 .b1 div:nth-child(1) {
	background: url('/assets/images/page2/pic22_1.png') no-repeat 0 0;
}

.page2 .block20 .b1 div:nth-child(2) {
	background: url('/assets/images/page2/pic22_2.png') no-repeat 0 0;
}

.page2 .block20 .b1 div:nth-child(3) {
	background: url('/assets/images/page2/pic22_3.png') no-repeat 0 0;
}

.page2 .block20 .b1 div:nth-child(4) {
	background: url('/assets/images/page2/pic22_4.png') no-repeat 0 0;
}

.page2 .block20 .b1 div:nth-child(5) {
	background: url('/assets/images/page2/pic22_5.png') no-repeat 0 0;
}

.page2 .block20 .b1 div:nth-child(6) {
	background: url('/assets/images/page2/pic22_6.png') no-repeat 0 0;
}

.page2 .block20 .b1 div:nth-child(7) {
	background: url('/assets/images/page2/pic22_7.png') no-repeat 0 0;
}

.page2 .block20 .b1 div:nth-child(8) {
	background: url('/assets/images/page2/pic22_8.png') no-repeat 0 0;
}

.page2 .block20 .b1 div:nth-child(9) {
	background: url('/assets/images/page2/pic22_9.png') no-repeat 0 0;
}

.page2 .block20 .b1 div:nth-child(10) {
	background: url('/assets/images/page2/pic22_10.png') no-repeat 0 0;
}

.page2 .block20 .b1 div:nth-child(11) {
	background: url('/assets/images/page2/pic22_11.png') no-repeat 0 0;
}

.page2 .block20 .b1 div:nth-child(12) {
	background: url('/assets/images/page2/pic22_12.png') no-repeat 0 0;
}

.page2 .block20 .b1 div:nth-child(13) {
	background: url('/assets/images/page2/pic22_13.png') no-repeat 0 0;
	line-height: 20px;
}

.page2 .block20 .b1 div:nth-child(14) {
	background: url('/assets/images/page2/pic22_14.png') no-repeat 0 0;
}

/*----------------------------------------------------------------------------------*/

.page3 {
	position: relative;
}

.page3 .block1 {
	position: relative;
	width: 100%;
	height: 878px;
	background-image: url('/assets/images/page3/head.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.page3 .block2 {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 100%;
	padding: 160px 70px 134px;
	background-color: #242e49;
	font-size: 0;
	clear: both;
}

.page3 .block2 .b1 {
	display: inline-block;
	vertical-align: top;
	width: 760px;
	padding: 0 25px 60px;
	font-size: 28px;
	line-height: 34px;
	color: #fff;
}

.page3 .block2 .b1 h1 {
	margin-bottom: 15px;
	font-size: 34px;
	line-height: 38px;
	font-weight: bold;
}

.page3 .block2 .b2 {
	float: right;
	top: 160px;
	right: 50px;
	width: 690px;
}

.page3 .block2 .b2 a {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	margin: 0 25px 40px;
	text-align: center;
}

.page3 .block2 .b2 div {
	margin-top: 10px;
	font-size: 24px;
	color: #fff;
}

.page3 .block3 {
	position: absolute;
	top: 222px;
	left: -webkit-calc(50% - 265px);
	left: -moz-calc(50% - 265px);
	left: calc(50% - 265px);
	width: 530px;
	padding-top: 44px;
	background-color: rgba(36, 46, 73, 0.7);
	text-align: center;
}

.page3 .block3 div {
	position: absolute;
	top: 480px;
	font-size: 40px;
	line-height: 46px;
	color: #fff;
}

.page3 .block4 {
	position: relative;
	width: 100%;
	padding: 0 60px;
	text-align: center;
}

.page3 .block4 img {
	position: relative;
	max-width: 1394px;
	width: 100%;
	margin-top: -80px;
}

.page3 .block5 {
	position: relative;
	width: 100%;
	margin-top: 60px;
	background-color: #242e49;
	font-size: 0;
}

.page3 .block5 .b1 {
	display: inline-block;
	width: 46%;
}

.page3 .block5 .slider {
	display: inline-block;
	width: 54%;
}

.page3 .block5 .slider .slick-slide {
	position: relative;
}

.page3 .block5 .slider .slick-slide img {
	width: 100%;
}

.page3 .block5 .slider .slick-prev {
	z-index: 1;
	left: unset;
	right: 132px;
	width: 33px;
	height: 64px;
	background: url('/assets/images/arrow-prev.png') no-repeat 0 0;
}

.page3 .block5 .slider .slick-next {
	z-index: 1;
	right: 32px;
	width: 33px;
	height: 64px;
	background: url('/assets/images/arrow-next.png') no-repeat 0 0;
}

.page3 .block5 .b2 {
	position: absolute;
	top: 50%;
	left: -webkit-calc(46% - 535px);
	left: -moz-calc(46% - 535px);
	left: calc(46% - 535px);
	width: 570px;
	padding: 40px 50px;
	background-color: #fff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 28px;
	line-height: 34px;
	color: #666c73;
}

.page3 .block6 {
	position: relative;
	width: 100%;
	height: 370px;
	margin-top: 60px;
	background-image: url('/assets/images/page3/pic4.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.page3 .block6 img {
	position: absolute;
	top: 95px;
	left: 60px;
}

.page3 .block7 {
	position: relative;
	width: 100%;
	margin-top: 30px;
	padding: 15px;
	text-align: center;
}

.page3 .block7 h2 {
	font-size: 44px;
	line-height: 50px;
	color: #fff;
}

.page3 .block8 {
	position: relative;
	width: -webkit-calc(100% + 10px);
	width: -moz-calc(100% + 10px);
	width: calc(100% + 10px);
	margin-left: -5px;
	font-size: 0;
}

.page3 .block8 div {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.page3 .block8 .b1 {
	width: -webkit-calc(100%/6);
	width: -moz-calc(100%/6);
	width: calc(100%/6);
}

.page3 .block8 .b2 {
	width: 50%;
}

.page3 .block8 .b3 {
	width: -webkit-calc(100%/3);
	width: -moz-calc(100%/3);
	width: calc(100%/3);
}

.page3 .block8 .cell {
	margin: 5px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	cursor: pointer;
}

.page3 .block8 .b1 .cell {
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: calc(100% - 10px);
	height: -webkit-calc(50% - 10px);
	height: -moz-calc(50% - 10px);
	height: calc(50% - 10px);
}

.page3 .block8 .b2 .cell {
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: calc(100% - 10px);
	height: -webkit-calc(100% - 10px);
	height: -moz-calc(100% - 10px);
	height: calc(100% - 10px);
}

.page3 .block8 .b3 .cell {
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: calc(50% - 10px);
	height: -webkit-calc(50% - 10px);
	height: -moz-calc(50% - 10px);
	height: calc(50% - 10px);
}

.page3 .block8 .b1 .cell:nth-of-type(1) {
	background-image: url('/assets/images/page3/pic6_1.jpg');
}

.page3 .block8 .b1 .cell:nth-of-type(2) {
	background-image: url('/assets/images/page3/pic6_2.jpg');
}

.page3 .block8 .b2 .cell {
	background-image: url('/assets/images/page3/pic6_3.jpg');
}

.page3 .block8 .b3 .cell:nth-of-type(1) {
	background-image: url('/assets/images/page3/pic6_4.jpg');
}

.page3 .block8 .b3 .cell:nth-of-type(2) {
	background-image: url('/assets/images/page3/pic6_5.jpg');
}

.page3 .block8 .b3 .cell:nth-of-type(3) {
	background-image: url('/assets/images/page3/pic6_6.jpg');
}

.page3 .block8 .b3 .cell:nth-of-type(4) {
	background-image: url('/assets/images/page3/pic6_7.jpg');
}

.page3 .block8 .cell div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	opacity: 1;
}

.page3 .block8 .cell div:hover {
	opacity: 0;
}

.page3 .block8 .cell span {
	position: absolute;
	top: 50%;
	width: 100%;
	padding: 0 10px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	font-size: 24px;
	line-height: 26px;
}

.page3 .block8 .b4 {
	display: block;
	max-width: 1250px;
	width: 100%;
	margin: 20px auto 0;
	padding: 0 30px;
	font-size: 24px;
	line-height: 26px;
	color: #fff;
}

.page3 .block8 .b4 p {
	margin-top: 20px;
}

.page3 .block8 .hidden {
	display: none;
}

.page3 .block8 .hidden.active {
	display: block;
}

.page3 .block9 {
	position: relative;
	width: 100%;
	margin-top: 60px;
	padding: 15px;
	background-color: #242e49;
	text-align: center;
	font-size: 36px;
	line-height: 42px;
	color: #fff;
}

.page3 .block10 {
	position: relative;
	width: 100%;
	background-color: #242e49;
	font-size: 0;
}

.page3 .block10 > div {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: -webkit-calc(100%/3);
	width: -moz-calc(100%/3);
	width: calc(100%/3);
}

.page3 .block10 img {
	width: 100%;
}

.page3 .block10 .text {
	display: table;
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 260px;
	height: 46px;
	background-color: #fff;
	text-align: center;
}

.page3 .block10 .text span {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	line-height: 20px;
}

.page3 .block10 .b6 div {
	width: 100%;
	padding: 15px 20px;
	background-color: #fff;
	font-size: 22px;
	line-height: 24px;
}

.page3 .block10 .b6 li {
	margin: 10px 0 0 20px;
	font-size: 22px;
	color: #fff;
}

.page3 .block13 {
	position: relative;
	width: 100%;
	margin-top: 60px;
	text-align: center;
	font-size: 0;
}

.page3 .block13 img {
	max-width: 1394px;
	width: 100%;
}

.footer-date {
	position: relative;
	width: 100%;
}

.footer-date h2 {
	padding: 15px;
	background-color: #242e49;
	text-align: center;
	font-size: 44px;
	line-height: 50px;
	color: #fff;
}

.footer-date div {
	margin-top: 1px;
	padding: 15px;
	background-color: #fff;
	text-align: center;
	font-size: 34px;
	color: #17236b;
}

.footer-date div:nth-of-type(1) {
	margin-top: 0;
}

.footer-info {
	position: relative;
	width: 100%;
	padding: 15px;
	text-align: center;
	font-size: 34px;
	color: #fff;
}

.footer-phone {
	position: relative;
	width: 100%;
	padding: 15px;
	background-color: #fff;
	font-size: 0;
}

.footer-phone div {
	display: inline-block;
	vertical-align: top;
	width: -webkit-calc(50% - 30px);
	width: -moz-calc(50% - 30px);
	width: calc(50% - 30px);
	margin: 0 15px;
	padding: 15px;
	background-color: #f9f6f9;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	text-align: center;
	font-size: 34px;
	color: #17236b;
}

.footer-phone span {
	white-space: nowrap;
}

/*----------------------------------------------------------------------------------*/

.page4 {
	margin-bottom: -28px;
}

.page4 .block1 {
	position: relative;
	width: 100%;
	height: 774px;
	background-image: url('/assets/images/page4/head.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.page4 .block1 .b1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 460px;
	height: 100%;
	background-color: rgba(12, 48, 5, 0.8);
	text-align: center;
}

.page4 .block1 .b1 img {
	margin-top: 160px;
}

.page4 .block1 .b1 .c1 {
	margin: 46px 20px;
	padding: 20px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.page4 .block1 .b1 .c1 h1 {
	font-size: 24px;
}

.page4 .block1 .b1 .c1 p {
	margin-top: 10px;
	font-size: 18px;
	line-height: 20px;
}

.page4 .block1 .b1 .c2 {
	margin-left: 40px;
	text-align: left;
}

.page4 .block1 .b1 .c2 a {
	display: inline-block;
	height: 58px;
	margin-bottom: 20px;
	padding: 17px 7px 17px 74px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.page4 .block1 .b1 .c2 a:nth-of-type(1) {
	background: url('/assets/images/page4/pic1_1.png') no-repeat 0 0;
}

.page4 .block1 .b1 .c2 a:nth-of-type(2) {
	background: url('/assets/images/page4/pic1_2.png') no-repeat 0 0;
}

.page4 .block2 {
	position: relative;
	width: 100%;
	padding: 20px 10px;
	background-color: #0c3005;
	font-size: 0;
}

.page4 .block2 a {
	display: inline-block;
	vertical-align: top;
	width: -webkit-calc(100%/3 - 20px);
	width: -moz-calc(100%/3 - 20px);
	width: calc(100%/3 - 20px);
	margin: 0 10px;
	color: #0c3005;
}

.page4 .block2 div {
	padding: 20px 10px;
	background-color: #fff;
	text-align: center;
	font-size: 26px;
}

.page4 .block3 {
	position: relative;
	width: 100%;
	height: 866px;
	background-image: url('/assets/images/page4/pic2.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.page4 .block3 div {
	position: absolute;
	top: 50%;
	right: 30px;
	width: 600px;
	padding: 10px 40px;
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page4 .block3 p {
	margin: 20px 0;
	font-size: 28px;
	line-height: 34px;
	color: #0c3005;
}

.page4 .block4 {
	position: relative;
	width: 100%;
	padding: 60px;
	background-color: #ebecec;
	text-align: center;
}

.page4 .block4 img {
	max-width: 1594px;
	width: 100%;
}

.page4 .block5 {
	position: relative;
	width: 100%;
	height: 160px;
	clear: both;
}

.page4 .block5 div {
	float: left;
	display: table;
	height: 100%;
	padding: 0 15px;
	background-color: #fff;
}

.page4 .block5 div:nth-of-type(1) {
	width: 40%;
	background-image: url('/assets/images/page4/pic4.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	font-weight: bold;
	color: #fff;
}

.page4 .block5 div:nth-of-type(2) {
	width: 60%;
	color: #0c3005;
}

.page4 .block5 p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 46px;
}

.page4 .block5 span:nth-of-type(1) {
	margin: 0 15px;
	padding-left: 64px;
	background: url('/assets/images/page4/pic5_1.png') no-repeat 0 50%;
}

.page4 .block5 span:nth-of-type(2) {
	margin: 0 15px;
	padding-left: 40px;
	background: url('/assets/images/page4/pic5_2.png') no-repeat 0 50%;
}

.page4 .block6 {
	position: relative;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	font-size: 0;
}

.page4 .block6 .slider {
	display: inline-block;
	width: 65%;
}

.page4 .block6 .slider .slick-slide {
	position: relative;
}

.page4 .block6 .slider .slick-slide img {
	width: 100%;
}

.page4 .block6 .slider .slick-prev {
	z-index: 1;
	left: 32px;
	width: 51px;
	height: 76px;
	background: url('/assets/images/page4/arrow-prev.png') no-repeat 0 0;
}

.page4 .block6 .slider .slick-next {
	z-index: 1;
	right: 32px;
	width: 51px;
	height: 76px;
	background: url('/assets/images/page4/arrow-next.png') no-repeat 0 0;
}

.page4 .block6 .b1 {
	display: inline-block;
	vertical-align: top;
	width: 35%;
	color: #0c3005;
}

.page4 .block6 .b1 h2 {
	padding: 25px 30px;
	background-color: #b5d18c;
	font-size: 28px;
	font-weight: bold;
}

.page4 .block6 .b1 div {
	margin: 25px 30px 0;
	font-size: 28px;
}

.page4 .block6 .b1 li {
	display: table;
	height: 40px;
	margin: 25px 30px;
	background: url('/assets/images/page4/pic5.png') no-repeat 0 0;
	font-size: 24px;
	line-height: 30px;
}

.page4 .block6 .b1 p {
	display: table-cell;
	vertical-align: middle;
	padding-left: 35px;
}

.page4 .block7 {
	position: relative;
	width: 100%;
	height: 170px;
	background-image: url('/assets/images/page4/pic7.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	text-align: center;
}

.page4 .block7 a {
	display: inline-block;
	margin-top: 40px;
	padding: 20px 60px;
	border: 5px solid #fff;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}

.page4 .block8 {
	position: relative;
	width: 100%;
	font-size: 0;
}

.page4 .block8 div {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 25%;
	color: #0c3005;
}

.page4 .block8 img {
	width: 100%;
}

.page4 .block8 h2 {
	position: absolute;
	top: 90px;
	margin: 0 24px;
	font-size: 28px;
	font-weight: bold;
}

.page4 .block8 p {
	position: absolute;
	top: 140px;
	margin: 0 24px;
	font-size: 26px;
	line-height: 32px;
}

.page4 .block9 {
	position: relative;
	width: 100%;
}

.page4 .block9 iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 64%;
	z-index: 1;
}

.page4 .block9 .b1 {
	position: relative;
	width: 36%;
	background: url('/assets/images/page4/pic9.jpg') no-repeat 0 0;
}

.page4 .block9 .b1 p {
	padding: 20px 40px 0;
	font-size: 28px;
	line-height: 34px;
	color: #0c3005;
}

.page4 .block9 .b1 p:nth-of-type(1) {
	padding-top: 40px;
}

.map-block {
	position: relative;
	width: 100%;
}

.map-block #map {
	width: 100%;
	height: 600px;
}

.page4 .block11 {
	position: relative;
	width: 100%;
	padding: 15px;
	background-color: #0c3005;
	text-align: center;
	font-size: 34px;
	color: #fff;
}

.page4 .block12 {
	position: relative;
	width: 100%;
	padding: 0 15px 30px;
	background-color: #0c3005;
	font-size: 0;
}

.page4 .block12 div {
	display: inline-block;
	vertical-align: top;
	width: -webkit-calc(50% - 30px);
	width: -moz-calc(50% - 30px);
	width: calc(50% - 30px);
	margin: 0 15px;
	padding: 15px;
	background-color: #fff;
	text-align: center;
	font-size: 34px;
	color: #0c3005;
}

.page4 .block12 span {
	white-space: nowrap;
}

/*----------------------------------------------------------------------------------*/

.page5 .block1 {
	position: relative;
	width: 100%;
	font-size: 0;
}

.page5 .block1 img:nth-of-type(1) {
	width: 100%;
}

.page5 .block1 img:nth-of-type(2) {
	position: absolute;
	top: 0;
	right: 0;
}

.page5 .block2 {
	position: relative;
	width: 100%;
	padding: 8px;
	background-color: #fff;
	font-size: 0;
}

.page5 .block2 div {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #fff;
}

.page5 .block2 .b1,
.page5 .block2 .b2 {
	width: 50%;
}

.page5 .block2 .b1 .c1,
.page5 .block2 .b2 .c1 {
	width: 70%;
	height: 100%;
}

.page5 .block2 .b1 .c2,
.page5 .block2 .b2 .c2 {
	width: 30%;
	height: 100%;
}

.page5 .block2 a div {
	margin: 8px;
	border: 1px solid #a65c10;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100%;
	transition: 0.5s;
}

.page5 .block2 a:hover div {
	background-size: 115%;
}

.page5 .block2 .b1 .c1 a:nth-of-type(1) div,
.page5 .block2 .b1 .c1 a:nth-of-type(2) div {
	width: -webkit-calc(50% - 16px);
	width: -moz-calc(50% - 16px);
	width: calc(50% - 16px);
	height: -webkit-calc(60% - 16px);
	height: -moz-calc(60% - 16px);
	height: calc(60% - 16px);
}

.page5 .block2 .b1 .c1 a:nth-of-type(1) div {
	background-image: url('/assets/images/page5/pic1_1.jpg');
}

.page5 .block2 .b1 .c1 a:nth-of-type(2) div {
	background-image: url('/assets/images/page5/pic1_2.jpg');
	color: #000;
}

.page5 .block2 .b1 .c1 a:nth-of-type(3) div {
	width: -webkit-calc(100% - 16px);
	width: -moz-calc(100% - 16px);
	width: calc(100% - 16px);
	height: -webkit-calc(40% - 16px);
	height: -moz-calc(40% - 16px);
	height: calc(40% - 16px);
	background-image: url('/assets/images/page5/pic1_3.jpg');
}

.page5 .block2 .b1 .c2 a div,
.page5 .block2 .b2 .c2 a div {
	width: -webkit-calc(100% - 16px);
	width: -moz-calc(100% - 16px);
	width: calc(100% - 16px);
	height: -webkit-calc(100% - 16px);
	height: -moz-calc(100% - 16px);
	height: calc(100% - 16px);
}

.page5 .block2 .b1 .c2 a div {
	background-image: url('/assets/images/page5/pic1_4.jpg');
}

.page5 .block2 .b2 .c1 a div {
	width: -webkit-calc(50% - 16px);
	width: -moz-calc(50% - 16px);
	width: calc(50% - 16px);
	height: -webkit-calc(50% - 16px);
	height: -moz-calc(50% - 16px);
	height: calc(50% - 16px);
}

.page5 .block2 .b2 .c1 a:nth-of-type(1) div {
	background-image: url('/assets/images/page5/pic1_5.jpg');
}

.page5 .block2 .b2 .c1 a:nth-of-type(2) div {
	background-image: url('/assets/images/page5/pic1_6.jpg');
}

.page5 .block2 .b2 .c1 a:nth-of-type(3) div {
	background-image: url('/assets/images/page5/pic1_7.jpg');
	color: #000;
}

.page5 .block2 .b2 .c1 a:nth-of-type(4) div {
	background-image: url('/assets/images/page5/pic1_8.jpg');
}

.page5 .block2 .b2 .c2 a div {
	background-image: url('/assets/images/page5/pic1_9.jpg');
	color: #000;
}

.page5 .block2 p {
	position: absolute;
	top: 50%;
	width: 100%;
	padding: 10px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 22px;
}

.page5 .block3 {
	position: relative;
	width: 100%;
}

.page5 .block3 img {
	position: absolute;
	top: 0;
	right: 0;
	width: 55%;
}

.page5 .block3 .b1 {
	position: relative;
	width: 45%;
	background: url('/assets/images/page5/pic7.png') #fff 0 0;
}

.page5 .block3 h2 {
	width: 440px;
	padding: 20px 40px 0;
	font-size: 28px;
	line-height: 34px;
	color: #a65c10;
}

.page5 .block3 p {
	padding: 10px 30px 0 40px;
	font-size: 26px;
	line-height: 32px;
	color: #000;
}

.page5 .block4 {
	position: relative;
	width: 100%;
	font-size: 0;
}

.page5 .block4 .slider {
	width: 100%;
	padding: 40px 145px 35px;
}

.page5 .block4 .slider .slick-slide {
	position: relative;
	background-color: #fff;
}

.page5 .block4 .slider .slick-prev {
	z-index: 1;
	left: 60px;
	width: 24px;
	height: 61px;
	background: url('/assets/images/page5/arrow-prev.png') no-repeat 0 0;
}

.page5 .block4 .slider .slick-next {
	z-index: 1;
	right: 60px;
	width: 24px;
	height: 61px;
	background: url('/assets/images/page5/arrow-next.png') no-repeat 0 0;
}

.page5 .block4 .slider .b1 {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.page5 .block4 .slider .b1 img {
	width: 100%;
}

.page5 .block4 .slider .b2 {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 10px 40px;
}

.page5 .block4 .slider .b2 p {
	margin-top: 20px;
	font-size: 26px;
	line-height: 32px;
	color: #000;
}

.page5 .block5 {
	position: relative;
	width: -webkit-calc(100% + 10px);
	width: -moz-calc(100% + 10px);
	width: calc(100% + 10px);
	margin-left: -5px;
	font-size: 0;
}

.page5 .block5 div {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.page5 .block5 .b1,
.page5 .block5 .b2 {
	width: 50%;
}

.page5 .block5 .b1 div {
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: calc(100% - 10px);
	height: -webkit-calc(100% - 10px);
	height: -moz-calc(100% - 10px);
	height: calc(100% - 10px);
	margin: 5px;
	background-image: url('/assets/images/page5/pic5_1.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.page5 .block5 .b2 div {
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: calc(50% - 10px);
	height: -webkit-calc(50% - 10px);
	height: -moz-calc(50% - 10px);
	height: calc(50% - 10px);
	margin: 5px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.page5 .block5 .b2 div:nth-of-type(1) {
	background-image: url('/assets/images/page5/pic5_2.jpg');
}

.page5 .block5 .b2 div:nth-of-type(2) {
	background-image: url('/assets/images/page5/pic5_3.jpg');
}

.page5 .block5 .b2 div:nth-of-type(3) {
	background-image: url('/assets/images/page5/pic5_4.jpg');
}

.page5 .block5 .b2 div:nth-of-type(4) {
	background-image: url('/assets/images/page5/pic5_5.jpg');
}

.page5 .block6 {
	position: relative;
	width: 100%;
	margin-top: 35px;
	font-size: 0;
}

.page5 .block6 .b1 {
	position: absolute;
	top: 5px;
	right: 5px;
	max-width: 1100px;
	width: 62%;
	z-index: 1;
}

.page5 .block6 .b1 > div {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: -webkit-calc(100%/3);
	width: -moz-calc(100%/3);
	width: calc(100%/3);
	height: -webkit-calc(100%/3);
	height: -moz-calc(100%/3);
	height: calc(100%/3);
}

.page5 .block6 .b1 .c1 {
	width: -webkit-calc(100%/3*2);
	width: -moz-calc(100%/3*2);
	width: calc(100%/3*2);
}

.page5 .block6 .b1 .cell {
	position: relative;
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: calc(100% - 10px);
	height: -webkit-calc(100% - 10px);
	height: -moz-calc(100% - 10px);
	height: calc(100% - 10px);
	margin: 5px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.page5 .block6 .b1 .c1 .cell {
	background-image: url('/assets/images/page5/pic6_1.jpg');
}

.page5 .block6 .b1 .c2 .cell {
	background-image: url('/assets/images/page5/pic6_2.jpg');
}

.page5 .block6 .b1 .c3 .cell:nth-of-type(1) {
	height: -webkit-calc(50% - 10px);
	height: -moz-calc(50% - 10px);
	height: calc(50% - 10px);
	background-image: url('/assets/images/page5/pic6_3.jpg');
}

.page5 .block6 .b1 .c3 .cell:nth-of-type(2) {
	margin-top: 10px;
	height: -webkit-calc(50% - 10px);
	height: -moz-calc(50% - 10px);
	height: calc(50% - 10px);
	background-image: url('/assets/images/page5/pic6_4.jpg');
}

.page5 .block6 .b1 .c4 .cell {
	background-image: url('/assets/images/page5/pic6_5.jpg');
}

.page5 .block6 .b1 .c5 .cell {
	background-image: url('/assets/images/page5/pic6_6.jpg');
}

.page5 .block6 .b1 .c6 .cell {
	background-image: url('/assets/images/page5/pic6_7.jpg');
}

.page5 .block6 .b1 .c7 .cell:nth-of-type(1) {
	height: -webkit-calc(50% - 10px);
	height: -moz-calc(50% - 10px);
	height: calc(50% - 10px);
	background-image: url('/assets/images/page5/pic6_8.jpg');
}

.page5 .block6 .b1 .c7 .cell:nth-of-type(2) {
	margin-top: 10px;
	height: -webkit-calc(50% - 10px);
	height: -moz-calc(50% - 10px);
	height: calc(50% - 10px);
	background-image: url('/assets/images/page5/pic6_9.jpg');
}

.page5 .block6 .b1 .c8 .cell:nth-of-type(1) {
	height: -webkit-calc(50% - 10px);
	height: -moz-calc(50% - 10px);
	height: calc(50% - 10px);
	background-image: url('/assets/images/page5/pic6_10.jpg');
}

.page5 .block6 .b1 .c8 .cell:nth-of-type(2) {
	margin-top: 10px;
	height: -webkit-calc(50% - 10px);
	height: -moz-calc(50% - 10px);
	height: calc(50% - 10px);
	background-image: url('/assets/images/page5/pic6_11.jpg');
}

.page5 .block6 .text {
	display: table;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 180px;
	height: 42px;
	padding: 0 10px;
	background-color: rgba(26, 54, 93, 0.7);
	text-align: center;
}

.page5 .block6 .text span {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	color: #fff;
}

.page5 .block6 .b2 {
	position: relative;
	width: 100%;
	background: url('/assets/images/page5/pic7.png') #fff 0 0;
}

.page5 .block6 .b2 img {
	width: 100%;
}

.page5 .block6 .b2 div {
	position: absolute;
	top: 0;
	left: 0;
	width: 38%;
	padding: 30px 30px 30px 40px;
}

.page5 .block6 .b2 p {
	max-width: 400px;
	font-size: 28px;
	line-height: 34px;
	color: #a65c10;
}

.page5 .block6 .b2 li {
	margin-top: 20px;
	font-size: 26px;
	line-height: 30px;
}

.page5 .block7 {
	position: relative;
	width: 100%;
	margin-top: 35px;
	font-size: 0;
}

.page5 .block7 .b1 {
	position: relative;
	margin: 0 100px;
	padding: 30px 40px 30px 185px;
	background: url('/assets/images/page5/pic8.png') #fff no-repeat 40px 30px;
}

.page5 .block7 .b1 p {
	font-size: 26px;
	line-height: 32px;
	color: #000;
}

.page5 .block8 {
	position: relative;
	width: 100%;
	font-size: 0;
}

.page5 .block8 .slider {
	width: 100%;
	padding: 40px 150px;
}

.page5 .block8 .slider .slick-slide {
	position: relative;
	background-color: #fff;
}

.page5 .block8 .slider .slick-prev {
	z-index: 1;
	left: 65px;
	width: 24px;
	height: 61px;
	background: url('/assets/images/page5/arrow-prev.png') no-repeat 0 0;
}

.page5 .block8 .slider .slick-next {
	z-index: 1;
	right: 65px;
	width: 24px;
	height: 61px;
	background: url('/assets/images/page5/arrow-next.png') no-repeat 0 0;
}

.page5 .block8 .slider img {
	width: 100%;
}

.page5 .block9 {
    position: relative;
    width: 100%;
    font-size: 0;
}

.page5 .block9 .video {
    max-width: 1542px;
    width: 100%;
    margin: 40px auto;
}

/*----------------------------------------------------------------------------------*/

.page6 .block2 {
	position: relative;
	width: 100%;
	font-size: 0;
}

.page6 .block2 .slider {
	width: 100%;
	padding: 28px 150px;
}

.page6 .block2 .slider .slick-slide {
	position: relative;
	background-color: #fff;
}

.page6 .block2 .slider .slick-prev {
	z-index: 1;
	left: 65px;
	width: 24px;
	height: 61px;
	background: url('/assets/images/page5/arrow-prev.png') no-repeat 0 0;
}

.page6 .block2 .slider .slick-next {
	z-index: 1;
	right: 65px;
	width: 24px;
	height: 61px;
	background: url('/assets/images/page5/arrow-next.png') no-repeat 0 0;
}

.page6 .block2 .slider img {
	width: 100%;
}

.page6 .block3 {
	display: table;
	position: relative;
	width: 100%;
	height: 142px;
	padding-left: 380px;
	padding-right: 40px;
	background: url('/assets/images/page6/pic2.png') #fff no-repeat 0 0;
	font-size: 0;
}

.page6 .block3 p {
	display: table-cell;
	vertical-align: middle;
	font-size: 24px;
	line-height: 30px;
	color: #1a365d;
}

.page6 .block4 {
	position: relative;
	width: 100%;
	font-size: 0;
}

.page6 .block4 .b1,
.page6 .block4 .b2 {
	display: inline-block;
	position: relative;
	width: 50%;
}

.page6 .block4 .c1,
.page6 .block4 .c2,
.page6 .block4 .c3 {
	display: inline-block;
	position: relative;
	width: 100%;
}

.page6 .block4 img {
	width: 100%;
}

.page6 .block4 .text {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 42px;
	background-color: rgba(255, 255, 255, 0.7);
}

.page6 .block4 .text span {
	position: absolute;
	top: 50%;
	width: 100%;
	padding: 0 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
}

/*----------------------------------------------------------------------------------*/

@font-face {
	font-family: 'Ralenta Bold';
	src: url(/assets/fonts/ralenta-bold.ttf);
}

.page7 .block1 {
	position: relative;
	width: 100%;
	height: 775px;
	background-image: url('/assets/images/page7/head.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.page7 .block1 .b1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 464px;
	height: 100%;
	background: url('/assets/images/page7/paint.png') rgba(255, 255, 255, 0.7) no-repeat 0 420px;
	text-align: center;
}

.page7 .block1 .b1 img {
	margin-top: 120px;
}

.page7 .block1 .b1 a {
    display: inline-block;
	width: 390px;
	margin-top: 108px;
	padding: 16px;
	background-color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #f47b22;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.page7 .block1 .b1 div {
	margin-top: 132px;
	margin-left: 55px;
	text-align: left;
	font-family: 'Ralenta Bold', Arial, Helvetica, sans-serif;
	font-size: 38px;
	color: #fff;
}

.page7 .block2 {
	position: relative;
	width: 100%;
	padding: 60px 0 20px;
	font-size: 0;
}

.page7 .block2 .b1 {
	/*max-width: 1610px;*/
	margin: 0 auto;
	text-align: center;
}

.page7 .block2 .b1 a {
	display: inline-block;
	vertical-align: top;
	width: 210px;
	margin: 0 20px 40px;
	text-align: center;
}

.page7 .block2 .b1 a div {
	margin-top: 10px;
	font-family: 'Ralenta Bold', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #fff;
}

.page7 .block2 .b1 a:first-child div {
	color: #f58321;
}

.page7 .block3 {
	position: relative;
	width: 100%;
	height: 1117px;
	font-size: 0;
	overflow: hidden;
}

.page7 .block3 .b1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 1832px;
}

.page7 .block3 .b1 img {
	width: 100%;
}

.page7 .block4 {
	position: relative;
	width: 100%;
	font-size: 0;
}

.page7 .block4 .slider {
	width: 100%;
	padding: 28px 150px;
}

.page7 .block4 .slider .slick-slide {
	position: relative;
	background-color: #fff;
}

.page7 .block4 .slider .slick-prev {
	z-index: 1;
	left: 65px;
	width: 24px;
	height: 61px;
	background: url('/assets/images/page5/arrow-prev.png') no-repeat 0 0;
}

.page7 .block4 .slider .slick-next {
	z-index: 1;
	right: 65px;
	width: 24px;
	height: 61px;
	background: url('/assets/images/page5/arrow-next.png') no-repeat 0 0;
}

.page7 .block4 .slider img {
	width: 100%;
}

/*----------------------------------------------------------------------------------*/

.breadcrumb {
	display: inline-block;
	width: 100%;
	margin: 18px 0;
	font-size: 22px;
	line-height: 24px;
	color: #fff;
}

.breadcrumb a {
	color: #fff;
}

.breadcrumb h1 {
	display: inline;
	/*text-transform: uppercase;*/
}

.catalog {
	position: relative;
	width: -webkit-calc(100% + 16px);
	width: -moz-calc(100% + 16px);
	width: calc(100% + 16px);
	margin-left: -8px;
	font-size: 0;
}

.catalog .block {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-top: 28px;
	padding: 0 8px;
	width: -webkit-calc(100%/3);
	width: -moz-calc(100%/3);
	width: calc(100%/3);
}

.catalog .block .image {
	position: relative;
}

.catalog .block .image img {
	width: 100%;
}

.catalog .block .image div:nth-of-type(1) {
	position: absolute;
	bottom: 130px;
	right: 0;
	width: 190px;
	padding: 5px;
	background-color: rgba(22, 71, 104, 0.78);
	text-align: right;
	font-size: 22px;
	color: #fff;
}

.catalog .block .image div:nth-of-type(2) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 320px;
	height: 100px;
	background-color: rgba(22, 71, 104, 0.78);
	background-repeat: no-repeat;
	background-position: 16px 50%;
}

.catalog .block .info {
	padding: 8px;
	text-align: center;
	color: #fff;
}

.catalog .block .info div:nth-of-type(1) {
	font-size: 24px;
	line-height: 30px;
}

.catalog .block .info div:nth-of-type(2) {
	font-size: 30px;
	line-height: 36px;
}

.catalog .block .info sup {
	vertical-align: top;
	font-size: 14px;
}

.catalog_table_info {
	margin-top: 28px;
	font-size: 18px;
	line-height: 22px;
    color: #fff;
}

.catalog_table_info p {
	margin-top: 18px;
}

.catalog_table_info a {
	color: #fa6501;
}

.catalog_table {
	position: relative;
	width: 100%;
	margin-top: 28px;
	text-align: center;
}

.catalog_table tr {
    background-color: #f6f6f6;
}

.catalog_table tr:nth-child(2n) {
    background-color: #fff;
}

.catalog_table th {
	vertical-align: middle;
	height: 48px;
    padding: 0 4px;
	border-right: 1px dotted #1a365d;
	border-bottom: 3px solid #1a365d;
    font-size: 18px;
	font-weight: bold;
	line-height: 20px;
    color: #1a365d;
}

.catalog_table th span {
	white-space: nowrap;
}

.catalog_table th a {
	color: #fa6501;
}

.catalog_table td {
	vertical-align: middle;
	height: 48px;
    padding: 0 4px;
	border-right: 1px dotted #1a365d;
    font-size: 18px;
	line-height: 20px;
    color: #1a365d;
}

.catalog_table td:nth-child(7) a {
	color: #fa6501;
}

.catalog_table th:nth-child(4),
.catalog_table td:nth-child(4) {
	display: none;
}

.catalog_table th:nth-child(8),
.catalog_table td:nth-child(8) {
	display: none;
}

.catalog_table th:nth-child(9),
.catalog_table td:nth-child(9) {
	border-right: 0;
}

.catalog_table sup {
	vertical-align: top;
	font-size: 10px;
}

.catalog_table td:nth-child(9) {
	padding: 0;
	border: 1px solid #fff;
}

.catalog_table td:nth-child(9) a {
	display: block;
	height: 48px;
	padding: 14px 8px;
	font-weight: bold;
	color: #fff;
}

.catalog_table tr:nth-child(1n) td:nth-child(9) a {
	background-color: #1a365d;
}

.catalog_table tr:nth-child(2n) td:nth-child(9) a {
	background-color: #fa6501;
}

.catalog_table td:nth-child(3),
.catalog_table td:nth-child(5) {
    position: relative;
}

.catalog_table td:nth-child(3) {
    padding-right: 52px;
}

.catalog_table td:nth-child(3) a,
.catalog_table td:nth-child(5) a {
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    width: 48px;
	height: 48px;
}

.catalog_table td:nth-child(3) a {
    background: url('/assets/images/loupe.png') no-repeat 8px 8px;
}

.catalog_table td:nth-child(5) a {
    background: url('/assets/images/present.png') no-repeat 7px 8px;
}

.catalog_table tr:nth-child(1n) td:nth-child(3) a,
.catalog_table tr:nth-child(1n) td:nth-child(5) a {
	background-color: #1a365d;
}

.catalog_table tr:nth-child(2n) td:nth-child(3) a,
.catalog_table tr:nth-child(2n) td:nth-child(5) a {
	background-color: #fa6501;
}

.dialog .phone_button {
	display: block;
	width: 300px;
	margin: 18px auto;
	padding-left: 48px;
	background: url('/assets/images/contact/phone.png') #f9f6f9 no-repeat 8px 8px;
	font-size: 32px;
	color: rgba(26, 54, 93, 0.9);
	box-shadow:0 2px 4px rgba(0, 0, 0, 0.3);
}

.dialog .phone_button div {
	padding: 8px 0 8px 12px;
	border-left: 1px solid #ddd;
}

.residential {
	position: relative;
	width: -webkit-calc(100% + 16px);
	width: -moz-calc(100% + 16px);
	width: calc(100% + 16px);
	margin-top: -16px;
	margin-left: -8px;
	font-size: 0;
}

.residential .block {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-top: 16px;
	padding: 0 8px;
	width: -webkit-calc(100%/3);
	width: -moz-calc(100%/3);
	width: calc(100%/3);
}

.residential .block .image {
	position: relative;
}

.residential .block .image img {
	width: 100%;
}

.residential .block .image div {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 320px;
	height: 100px;
	background-color: rgba(22, 71, 104, 0.78);
	background-repeat: no-repeat;
	background-position: 16px 50%;
}

.nonresidential {
	position: relative;
	width: -webkit-calc(100% + 16px);
	width: -moz-calc(100% + 16px);
	width: calc(100% + 16px);
	margin-top: -16px;
	margin-left: -8px;
	font-size: 0;
}

.nonresidential .block {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-top: 16px;
	padding: 0 8px;
	width: -webkit-calc(100%/3);
	width: -moz-calc(100%/3);
	width: calc(100%/3);
}

.nonresidential .block .image {
	position: relative;
}

.nonresidential .block .image img {
	width: 100%;
}

.nonresidential .block .image div:nth-of-type(1) {
	display: table;
	position: absolute;
	bottom: 130px;
	right: 0;
	width: 165px;
	height: 54px;
	padding-right: 5px;
	background-color: rgba(22, 71, 104, 0.78);
	text-align: right;
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
}

.nonresidential .block .image div:nth-of-type(1) span {
	display: table-cell;
	vertical-align: middle;
}

.nonresidential .block .image div:nth-of-type(2) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 320px;
	height: 100px;
	background-color: rgba(22, 71, 104, 0.78);
	background-repeat: no-repeat;
	background-position: 16px 50%;
}

.new-detail {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 28px;
	padding: 40px;
	background-color: #fff;
	color: #1a365d;
	clear: both;
}

.new-detail a {
	color: #fa6501;
}

.new-detail .date {
	width: 100%;
	padding-bottom: 6px;
	border-bottom: 3px solid #fa6501;
	font-size: 26px;
}

.new-detail h1 {
	margin-top: 18px;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
}

.new-detail p {
	margin-top: 18px;
	font-size: 20px;
	line-height: 26px;
}

.new-list {
	position: relative;
	width: 100%;
	padding: 20px;
	background-color: #fff;
	font-size: 0;
}

.new-list h2 {
	margin: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #1a365d;
}

.new-list .block {
	display: inline-block;
	vertical-align: top;
	width: -webkit-calc(50% - 40px);
	width: -moz-calc(50% - 40px);
	width: calc(50% - 40px);
	margin: 15px 20px;
}

.new-list .block .image {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 245px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.new-list .block .info {
	display: inline-block;
	vertical-align: top;
	width: -webkit-calc(100% - 300px);
	width: -moz-calc(100% - 300px);
	width: calc(100% - 300px);
	padding-left: 20px;
	color: #1a365d;
}

.new-list .block .info div:nth-of-type(1) {
	padding-bottom: 6px;
	border-bottom: 3px solid #fa6501;
	font-size: 26px;
}

.new-list .block .info div:nth-of-type(2) {
	margin-top: 14px;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}

.new-list .block .info div:nth-of-type(3) {
	margin-top: 14px;
	font-size: 18px;
	line-height: 22px;
}

.new-list .social {
	margin: 20px;
	color: #1a365d;
}

.new-list .social p {
	margin-top: 18px;
	font-size: 20px;
	line-height: 26px;
}

.new-list .social div {
	margin-top: 14px;
}

.new-list .social div a {
	display: inline-block;
	vertical-align: top;
	height: 36px;
}

.new-list .social div a:nth-child(1) {
	width: 29px;
	background: url('/assets/images/social-facebook.png') no-repeat 6px 0;
}

.new-list .social div a:nth-child(2) {
	width: 49px;
	background: url('/assets/images/social-instagram.png') no-repeat 6px 0;
}

.new-list .social div a:nth-child(3) {
	width: 76px;
	background: url('/assets/images/social-vk.png') no-repeat 6px 0;
}

.new-list .social div a:nth-child(4) {
	width: 34px;
	background: url('/assets/images/social-ok.png') no-repeat 6px 0;
}

.new-list .social div a:nth-child(5) {
	width: 61px;
	background: url('/assets/images/social-youtube.png') no-repeat 6px 0;
}

ul.pages {
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

ul.pages li {
	display: inline-block;
	margin: 0 4px;
	color: #fff;
}

ul.pages li a {
	display: inline-block;
	padding: 2px 6px 4px;
	font-size: 20px;
	color: #fff;
}

ul.pages li a.active {
	background-color: #fa6501;
	color: #fff;
}

ul.pages li.control {
	display: inline-block;
}

.standart {
	position: relative;
	width: 100%;
	padding: 12px 40px 32px;
	background-color: #fff;
	color: #1a365d;
}

.standart h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
}

.standart p {
	margin-top: 18px;
	font-size: 20px;
	line-height: 26px;
}

.standart a {
	color: #fa6501;
}

.standart h2 {
	margin-top: 18px;
	font-size: 24px;
	line-height: 28px;
}

.standart ul {
	font-size: 20px;
	line-height: 26px;
}

.standart .image {
	display: block;
	width: 100%;
	margin: 18px auto 0;
}

.object {
	position: relative;
	width: -webkit-calc(100% + 16px);
	width: -moz-calc(100% + 16px);
	width: calc(100% + 16px);
	margin-top: -16px;
	margin-left: -8px;
	font-size: 0;
}

.object .block {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-top: 16px;
	padding: 0 8px;
	width: -webkit-calc(100%/3);
	width: -moz-calc(100%/3);
	width: calc(100%/3);
}

.object .block .image {
	position: relative;
}

.object .block .image img {
	width: 100%;
}

.object .block .image div {
	position: absolute;
	background-color: rgba(22, 71, 104, 0.78);
	font-size: 22px;
	line-height: 24px;
	color: #fff;
}

.object .block .image div:nth-of-type(1) {
	bottom: 86px;
	right: 0;
	padding: 10px;
}

.object .block .image div:nth-of-type(2) {
	bottom: 0;
	width: 100%;
	height: 56px;
}

.object .block .image div:nth-of-type(2) span {
	position: absolute;
	top: 50%;
	width: 100%;
	padding: 0 10px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.simple {
	position: relative;
	width: 100%;
	z-index: 0;
}

.simple .camera {
	position: relative;
	width: 640px;
	margin: 0 auto;
}

.simple .camera p {
	margin-top: 10px;
	font-size: 18px;
	color: #fff;
}

.layout-individual {
	position: relative;
	width: 100%;
	padding-top: 20px;
	background-color: #fff;
	font-size: 0;
}

.layout-individual h2 {
	margin: 0 20px;
	font-size: 26px;
	color: #1a365d;
}

.layout-individual .b1 {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 50%;
	padding: 20px;
}

.layout-individual .b1 .c1 {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 50%;
}

.layout-individual .b1 .c1:nth-of-type(1) {
	padding-right: 20px;
}

.layout-individual .b1 .c1 div {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #fa6501;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.layout-individual .b1 img {
	width: 100%;
}

.layout-list {
	position: relative;
	width: -webkit-calc(100% + 16px);
	width: -moz-calc(100% + 16px);
	width: calc(100% + 16px);
	margin-top: -28px;
	margin-left: -8px;
	font-size: 0;
}

.layout-list .block {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-top: 28px;
	padding: 0 8px;
	width: -webkit-calc(100%/3);
	width: -moz-calc(100%/3);
	width: calc(100%/3);
}

.layout-list .block .image {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	background-color: #fff;
}

.layout-list .block .image img {
	width: 100%;
	transition: 0.2s;
}

.layout-list .block .image img:nth-of-type(2) {
	position: absolute;
	left: 0;
}

.layout-list .block .image div:nth-of-type(1) {
	position: absolute;
	bottom: 130px;
	right: 0;
	width: 190px;
	padding: 5px;
	background-color: rgba(22, 71, 104, 0.78);
	text-align: right;
	font-size: 22px;
	color: #fff;
}

.layout-list .block .image div:nth-of-type(2) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 320px;
	height: 100px;
	background-color: rgba(22, 71, 104, 0.78);
	background-repeat: no-repeat;
	background-position: 16px 50%;
}

.layout-list .block .info {
	padding: 8px;
	text-align: center;
	color: #fff;
}

.layout-list .block .info div:nth-of-type(1) {
	font-size: 24px;
	line-height: 30px;
}

.layout-list .block .info div:nth-of-type(2) {
	font-size: 30px;
	line-height: 36px;
}

.layout-list .block .info sup {
	vertical-align: top;
	font-size: 14px;
}

.layout {
	position: relative;
	width: 100%;
	padding: 20px 0;
	background-color: #fff;
}

.layout .scale {
	position: relative;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	transform-origin: top left;
}

.layout .scale .image {
	position: absolute;
}

.layout .scale .image a {
	color: #000;
}

.layout .scale .image img:nth-of-type(2) {
	position: absolute;
	top: 0;
	left: 0;
}

.layout .scale .image .info {
	position: absolute;
	background-color: #fff;
	border: 1px solid #000;
	font-size: 0;
	z-index: 1;
}

.layout .scale .image .info div {
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
}

.layout .scale .image .info .room {
	padding: 14px 6px;
}

.layout .scale .image .info .area {
	padding-right: 6px;
}

.layout .scale .image .info span {
	display: block;
}

.layout .scale .image .info span:nth-of-type(1) {
	padding-bottom: 2px;
	border-bottom: 1px solid #000;
}

.layout .scale .image .info .sold {
	padding: 6px;
}

.hide {
	opacity: 0;
}

.layout .scale .image:hover ~ .layout .scale .image img:nth-of-type(2) {
	opacity: 1;
}

#upbutton {
	display: none;
	position: fixed;
	bottom: 10px;
	left: 55px;
	width: 80px;
	height: 80px;
	background: url("/assets/images/arrow-up.png") no-repeat 0 0;
	cursor: pointer;
	z-index: 999;
}

/* Styles for dialog window (begin) */

.dialog {
	background: #fff;
	padding: 14px 20px 0;
	text-align: left;
	max-width: 380px;
	margin: 40px auto;
	position: relative;
}

.dialog h2 {
	margin-bottom: 12px;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 26px;
	color: #666;
}

.dialog .form {
	width: 100%;
}

.dialog .form .name,
.dialog .form .phone,
.dialog .form .email,
.dialog .form .search {
	margin-bottom: 14px;
	padding: 8px 10px 10px;
	width: 100%;
	font-family: Gothic, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	border: 1px solid #e3e4e4;
}

.dialog .form .message {
    margin-bottom: 14px;
    padding: 8px 10px 10px;
    width: 100%;
    height: 138px;
    font-family: Gothic, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #666;
    border: 1px solid #e3e4e4;
    resize: none;
}

.dialog .form .message:disabled { 
	background-color: #f8f8f8;
}

.dialog .form .submit {
	display: inline-block;
	margin-bottom: 14px;
	padding: 10px 0;
	width: 100%;
	text-align: center;
	background-color: #fa6501;
	font-size: 22px;
	color: #fff;
}

.dialog .form .submit:hover {
	background-color: #fa6501;
}

.dialog .form .button {
	padding: 7px 0;
	border: 0;
	font-family: Gothic, Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.dialog .result {
	font-size: 16px;
}

.dialog .result span {
	display: inline-block;
	margin-bottom: 14px;
}

.dialog .result .red {
	color: red;
}

.dialog .result .green {
	color: green;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8);
	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* Styles for dialog window (end) */

/*
   Styles for animated modal
   =========================
*/

/* Start state */
.animated-modal {
	max-width: 700px;
	overflow: hidden;
	transform: translateY(-50px);
	transition: all .7s;
}

.animated-modal h2,
.animated-modal p {
	transform: translateY(-50px);
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: .4s;
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p {
	transform: translateY(0);
	opacity: 1;
}

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h2 {
	transition-delay: .1s;
}

.fancybox-slide--current .animated-modal p {
	transition-delay: .3s;
}

.animated-modal h2 {
	font-size: 24px;
	color: #666;
}

.animated-modal p {
	margin-top: 14px;
	font-size: 20px;
	line-height: 26px;
}

ul.check {
	padding: 4px;
}

ul.check li {
	padding: 4px 0;
}

ul.check li:before {
	padding-right: 10px;
	content: "\2714";
}

.mortgage .block1 {
	width: 100%;
	height: 627px;
	padding-top: 187px;
	background-image: url('/assets/images/offer/mortgage/city.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	text-align: center;
}

.mortgage .block2 {
	padding: 30px;
	background: #fff;
}

.mortgage .block2 h2 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 36px;
	color: #566115;
}

.mortgage .block2 table.main {
	width: 100%;
}

.mortgage .block2 table.main tr:nth-of-type(1) {
	border: 1px solid #cac89b;
}

.mortgage .block2 table.main tr:nth-of-type(1) td {
	position: relative;
	padding: 30px 30px 15px 105px;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
}

.mortgage .block2 table.main div {
	position: absolute;
	top: 4px;
	left: 38px;
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
}

.mortgage .block2 table.main tr:nth-of-type(2) {
	background: #faf8ca;
	border: 1px solid #cac89b;
}

.mortgage .block2 table.main tr:nth-of-type(2) td {
	padding: 15px 30px 15px 105px;
	font-size: 18px;
	line-height: 22px;
	color: #000;
}

.mortgage .block2 table.main tr:nth-of-type(3) td {
	padding: 10px 0 20px;
	text-align: center;
}

.mortgage .block2 table.main .one {
	background: #7ba055;
}

.mortgage .block2 table.main .two {
	background: #4d7f1a;
}

.mortgage .block2 table.main .three {
	background: #1e824b;
}

.mortgage .block2 table.main .four {
	background: #096648;
}

.mortgage .block2 table.main .five {
	background: #066e65;
}

.mortgage .block2 table.main .six {
	background: #40718b;
}

.mortgage .block2 table.main .seven {
	background: #485c8c;
}

.mortgage .block2 table.main .eight {
	background: #894d79;
}

.mortgage .block2 .button {
	text-align: center;
}

.mortgage .block2 .button a {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	margin: 0 5px 10px;
	padding: 15px 0;
	font-size: 26px;
	color: #fff;
}

.mortgage .block2 .button a:nth-of-type(1) {
	background-color: rgba(123, 160, 85, 1);
}

.mortgage .block2 .button a:nth-of-type(1):hover {
	background-color: rgba(123, 160, 85, 0.9);
}

.mortgage .block2 .button a:nth-of-type(2) {
	background-color: rgba(250, 101, 1, 1);
}

.mortgage .block2 .button a:nth-of-type(2):hover {
	background-color: rgba(250, 101, 1, 0.9);
}

.mortgage .block2 .info {
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
}

.mortgage .block2 .info span {
	font-size: 28px;
	line-height: 32px;
}

.mortgage .block2 ol {
	font-size: 20px;
	line-height: 24px;
	list-style-type: decimal;
}

.mortgage .block2 ol li {
	margin: 15px 0 0 30px;
	padding-left: 5px;
}

.mortgage .block2 .after {
	margin: 0 0 15px 35px;
	font-size: 20px;
	line-height: 24px;
}

.mortgage .block2 .button-spec {
	margin-top: 30px;
}

.mortgage .block2 .button-spec a {
	margin: 0;
}

table.green {
	margin: 30px 30px 30px 0;
	background: #7ba055;
}

table.green td {
	vertical-align: top;
	padding: 15px;
	border: 1px solid #fff;
	color: #fff;
}

.search {
	position: relative;
	width: 100%;
	padding: 30px 40px 32px;
	background-color: #fff;
	color: #1a365d;
}

.search .sisea-results {
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
}

.search .sisea-result {
	margin-top: 18px;
	font-size: 20px;
	line-height: 26px;
}

.search .sisea-result a {
	font-size: 22px;
	line-height: 28px;
	color: #fa6501;
}

.fancybox-caption .layout_link {
    font-size: 20px;
    text-decoration: none;
}

.fancybox-caption .layout_link:nth-child(2) {
    margin-left: 30px;
}

.fancybox-caption .layout_link img {
    position: relative;
    top: 4px;
}

.section-container {
	position: relative;
	width: 100%;
	margin: 28px 0;
	font-size: 0;
}

.section-container a {
	fill: rgba(183, 154, 95, 0.55);
}

.section-container a:hover {
	fill: rgba(183, 154, 95, 0.75);
	cursor: pointer;
}

.margin0 {
	margin: 0;
}

.floor-container {
	position: relative;
	width: 100%;
	height: 900px;
	font-size: 0;
	overflow: hidden;
}

.floor-container svg {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.floor-container svg a {
	fill: rgba(183, 154, 95, 0.55);
}

.floor-container svg a:hover {
	fill: rgba(183, 154, 95, 0.75);
	cursor: pointer;
}

.section-container .tooltip,
.floor-container .tooltip {
	display: none;
	position: fixed;
	font-size: 0;
	overflow: hidden;
}

.section-container .tooltip div,
.floor-container .tooltip div {
	display: inline-block;
	width: 100px;
	margin: 0 1px;
	padding-bottom: 6px;
	background-color: #28485f;
	text-align: center;
	font-size: 80px;
	color: #fff;
}

.section-container .tooltip span,
.floor-container .tooltip span {
	display: block;
	font-size: 14px;
}

.floor-container .section {
	position: absolute;
	top: 15px;
	left: 50%;
	width: 1832px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	font-size: 26px;
	color: #28485f;
	overflow: hidden;
}

.floor-container .section .link {
	display: inline-block;
	position: relative;
	max-width: 760px;
	width: 100%;
	text-align: left;
}

.floor-container .section .link:nth-child(1) {
	text-align: right;
}

.floor-container .section .link a {
	margin: 0 20px;
	font-size: 32px;
	font-weight: bold;
	color: #28485f;
}

.floor-container .section .center {
	display: inline-block;
	position: relative;
	margin: 0 20px;
}

.floor-container .section .center span {
	vertical-align: middle;
	font-size: 130px;
	font-weight: bold;
}

.layout-container {
	position: relative;
	max-width: 1500px;
	width: 100%;
	margin: 26px auto 0;
	font-size: 0;
}

.layout-container svg a {
	fill: rgba(183, 154, 95, 0);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	/*cursor: zoom-in;*/
}

.layout-container svg a:hover {
	fill: rgba(183, 154, 95, 0.4);
}

.layout-container .info {
	position: absolute;
	background-color: #fff;
	border: 1px solid #000;
	pointer-events: none;
}

.layout-container .info div {
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	color: #000;
}

.layout-container .info .sold {
	padding: 6px;
}

.layout-container .info .room_area {
	padding: 0 6px;
	text-align: center;
}

.layout-container .info .room_area div {
	display: block;
}

.layout-container .info .room_area div:nth-of-type(1) {
    border-bottom: 1px solid #000;
}

.layout-container .info .room_area span {
	font-size: 16px;
}

.layout-container .info .room_area sup {
	vertical-align: top;
	font-size: 8px;
}

.layout-floor {
	position: relative;
	top: 3px;
	left: 50%;
	width: 1832px;
	margin-top: 20px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	font-size: 26px;
	color: #28485f;
	overflow: hidden;
}

.layout-floor .link {
	display: inline-block;
	position: relative;
	max-width: 760px;
	width: 100%;
	text-align: left;
}

.layout-floor .link:nth-child(1) {
	text-align: right;
}

/*
.layout-floor .link a {
	margin: 0 20px;
	font-size: 32px;
	font-weight: bold;
	color: #28485f;
}

.layout-floor .center {
	display: inline-block;
	position: relative;
	margin: 0 20px;
}

.layout-floor .center span {
	vertical-align: middle;
	font-size: 130px;
	font-weight: bold;
}
*/

.layout-floor .link a {
	display: inline-block;
	margin: 0 8px;
	padding: 4px 18px;
	background-color: rgba(40, 72, 95, 1);
	font-size: 32px;
	color: #fff;
}

.layout-floor .link a:hover {
	background-color: rgba(40, 72, 95, 0.9);
}

.layout-floor .center {
	display: inline-block;
	position: relative;
	margin: 0 8px;
	padding: 4px 18px;
	background-color: rgba(250, 101, 1, 1);
	font-size: 22px;
	color: #fff;
}

.layout-floor .center span {
	font-size: 32px;
}

.layout-button {
	margin-top: 12px;
	text-align: center;
}

.layout-button a {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 10px 5px 0;
	padding: 12px 0;
	font-size: 20px;
	color: #fff;
}

.layout-button a:nth-of-type(1) {
	background-color: rgba(40, 72, 95, 1);
}

.layout-button a:nth-of-type(1):hover {
	background-color: rgba(40, 72, 95, 0.9);
}

.layout-button a:nth-of-type(2) {
	background-color: rgba(250, 101, 1, 1);
}

.layout-button a:nth-of-type(2):hover {
	background-color: rgba(250, 101, 1, 0.9);
}

.text_table {
	width: 100%;
	margin-top: 18px;
	text-align: center;
	font-size: 20px;
	line-height: 26px;
}

.text_table td {
	vertical-align: middle;
	padding: 10px;
	background-color: #f3f3f3;
	border: 1px solid #fff;
}

.text_table td:nth-child(1) {
	text-align: left;
}

/*Checkbox styles*/
.discount-check {
	position: relative;
}

.discount-check:before {
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	border: 2px solid #fa6501;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}

.discount-check input[type="checkbox"] { display: none; }

.discount-check input[type="checkbox"] + label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 26px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.discount-check input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.discount-check input[type="checkbox"] + label:before {
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	border: 2px solid #fa6501;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}

.discount-check input[type="checkbox"]:checked + label:before {
	width: 14px;
	height: 32px;
	top: -12px;
	left: 13px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.discount-check span {
	display: inline-block;
	margin-left: 40px;
	font-size: 20px;
	line-height: 26px;
}

.policy-check {
	position: relative;
	margin-top: -16px;
	margin-bottom: 16px;
}

.policy-check:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #fa6501;
	position: absolute;
	top: 3px;
	left: 0;
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}

.policy-check input[type="checkbox"] { display: none; }

.policy-check input[type="checkbox"] + label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 26px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.policy-check input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.policy-check input[type="checkbox"] + label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #fa6501;
	position: absolute;
	left: 0;
	top: 3px;
	opacity: 0;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}

.policy-check input[type="checkbox"]:checked + label:before {
	width: 11px;
	height: 26px;
	top: -7px;
	left: 10px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.policy-check span {
	display: inline-block;
	margin-left: 32px;
	font-size: 16px;
	line-height: 20px;
	color: #666;
}

.policy-check span a {
    color: #fa6501;
}

.new-detail .block {
	position: relative;
	width: 100%;
	font-size: 0;
}

.new-detail .block .image {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 350px;
	text-align: center;
}

.new-detail .block .image a {
	display: inline-block;
	position: relative;
	margin-top: 25px;
}

.new-detail .block .image img {
	max-width: 880px;
	width: 100%;
}

.new-detail .block .image .loupe {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 26px;
	height: 26px;
	background: url('/assets/images/loupe-new.png') no-repeat 0 0;
}

.new-detail .block .text {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: -webkit-calc(100% - 350px);
	width: -moz-calc(100% - 350px);
	width: calc(100% - 350px);
	padding-left: 25px;
}

.horizontal-image {
	width: -webkit-calc(100% + 10px);
	width: -moz-calc(100% + 10px);
	width: calc(100% + 10px);
	margin-top: 18px;
	margin-left: -5px;
	font-size: 0;
}

.horizontal-image a {
	display: inline-block;
	position: relative;
	width: -webkit-calc(25% - 10px);
	width: -moz-calc(25% - 10px);
	width: calc(25% - 10px);
	margin: 5px;
}

.horizontal-image img {
	width: 100%;
	/*margin: 0 !important;*/
	vertical-align: bottom;
}

.horizontal-image .loupe {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 26px;
	height: 26px;
	background: url('/assets/images/loupe-new.png') no-repeat 0 0;
}

.new-detail .block .image500 {
	width: 500px;
}

.new-detail .block .text500 {
	width: -webkit-calc(100% - 500px);
	width: -moz-calc(100% - 500px);
	width: calc(100% - 500px);
}

.fixed-reservation {
	position: fixed;
	bottom: 0;
	left: -webkit-calc(50% - 120px);
	left: -moz-calc(50% - 120px);
	left: calc(50% - 120px);
	width: 240px;
	padding: 10px 0;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
	text-align: center;
	font-size: 22px;
	color: #e31e24;
	z-index: 100;
}

.fixed-reservation div {
	animation-name: pulse3;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

@keyframes pulse3 {
	0% { transform: scale(1.0); }
	50% { transform: scale(1.1); }
	100% { transform: scale(1.0); }
}

.selection .tab .block2 .room {
	display: inline-block;
	position: absolute;
	top: 82px;
	width: 234px;
	height: 28px;
	padding: 6px 6px 6px 7px;
	background: url('/assets/images/select-triangle.png') #fff no-repeat 210px 11px;
	font-size: 14px;
	color: #fa6501;
	cursor: auto;
}

.selection .room_block {
	display: none;
	position: absolute;
	width: 254px;
	padding: 0 6px;
	background-color: #fff;
	border: 1px solid #aaa;
	z-index: 10;
}

.selection .room_block label {
	display: block;
	margin: 6px 0;
	color: #fa6501;
}

.selection .room_block label input[type='checkbox'] {
    display: none;
}

.selection .room_block label span {
	display: inline-block;
	position: relative;
	padding-left: 22px;
}

.selection .room_block label span::before,
.selection .room_block label span::after {
	display: inline-block;
	position: absolute;
	content: '';
}

.selection .room_block label span::before {
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid;
}

.selection .room_block label span::after {
	top: 4px;
	left: 4px;
	width: 9px;
	height: 5px;
	border-left: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(-45deg);
}

.selection .room_block label input[type='checkbox'] + span::after {
    content: none;
}

.selection .room_block label input[type='checkbox']:checked + span::after {
    content: '';
}

.new-detail .button_link {
    display: inline-block;
	width: 370px;
	margin-top: 3px;
	padding: 16px 0;
	background-color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #f47b22;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	border-radius: 50px;
}

.video-wrap {
    position: relative;
    margin-top: 23px;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
}

.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

/*----------------------------------------------------------------------------------*/

@media screen and (max-width: 1810px) {

	.selection {
		background-position: 395px 51px;
	}

}

@media screen and (max-width: 1780px) {

	.selection {
		padding: 10px 80px;
		background-image: none;
	}

}

@media screen and (max-width: 1740px) {

	.selection {
		padding: 10px 60px;
	}

}

@media screen and (max-width: 1700px) {

	.selection {
		padding: 10px 40px;
	}

}

@media screen and (max-width: 1660px) {

	.head .logo {
		margin-left: 80px;
	}

	.head .link {
		right: 675px;
	}

	.head .link div {
		padding: 0 10px;
		border-right: 0;
		font-size: 0;
	}

	.head .link div:nth-child(1) span {
		display: block;
		height: 42px;
		padding-left: 50px;
		background-image: url('/assets/images/mail2.png');
		font-size: 18px;
	}

	.head .link div:nth-child(2) span {
		display: block;
		width: 39px;
		height: 42px;
		padding-left: 0;
		background-image: url('/assets/images/call2.png');
	}

	.head .link div:nth-child(3) span {
		display: block;
		width: 42px;
		height: 42px;
		padding-left: 0;
		background-image: url('/assets/images/discount2.png');
	}

	.selection {
		padding: 10px 0;
	}

	.selection .cap1 {
		display: none;
	}

	.selection .cap2 {
		display: none;
	}

	.selection .tab {
		float: unset;
		margin: 13px auto;
	}

	.new .block .cell .center div:nth-child(3){
		display: none;
	}

	.page1 .block1 .b2 {
		top: 690px;
	}

	.page1 .block6 {
		background-position: 50% 45%;
	}

	.page2 .block6 img,
	.page2 .block12 > img {
		right: 50%;
		-webkit-transform: translateX(50%);
		-moz-transform: translateX(50%);
		-ms-transform: translateX(50%);
		-o-transform: translateX(50%);
		transform: translateX(50%);
	}

	.page2 .block6 ul {
		margin-top: 468px;
		margin-right: 0;
	}

	.page2 .block12 {
		padding-top: 498px;
	}

	.page2 .block12 p {
		margin-right: 0;
	}

	.page2 .block12 .b1 {
		width: 100%;
	}

	.page3 .block2 .b1 {
		width: 100%;
	}

	.page3 .block2 .b2 {
		float: unset;
		margin: 0 auto;
	}

	.page3 .block8 .b1 {
		width: 25%;
	}

	.page3 .block8 .b2 {
		width: 75%;
	}

	.page3 .block8 .b3 {
		width: 100%;
	}

	.page3 .block8 .b3 .cell {
		width: -webkit-calc(25% - 10px);
		width: -moz-calc(25% - 10px);
		width: calc(25% - 10px);
		height: -webkit-calc(100% - 10px);
		height: -moz-calc(100% - 10px);
		height: calc(100% - 10px);
	}

	.page3 .block10 .b6 div {
		display: none;
	}

	.footer-phone div {
		padding: 5px 15px 10px;
	}

	.footer-phone span {
		display: block;
	}

	.page4 .block12 div {
		padding: 5px 15px 10px;
	}

	.page4 .block12 span {
		display: block;
	}

}

@media screen and (max-width: 1580px) {
/*
	.page1 .block1 .b2 {
		top: 652px;
	}

	.page1 .block1 .b2 h1 {
		font-size: 36px;
		line-height: 42px;
	}
*/
}

@media screen and (max-width: 1540px) {

	.page7 .block2 .b1 {
		max-width: 750px;
	}

}

@media screen and (max-width: 1520px) {

	#menu > li {
		margin-right: 4px;
	}

}

@media screen and (max-width: 1500px) {

	.page2 .block15 .slider,
	.page7 .block4 .slider {
		padding: 28px 75px;
	}

	.page2 .block15 .slider .slick-prev,
	.page7 .block4 .slider .slick-prev {
		left: 10px;
	}

	.page2 .block15 .slider .slick-next,
	.page7 .block4 .slider .slick-next {
		right: 10px;
	}

	.page4 .block6 {
		background-color: transparent;
	}

	.page4 .block6 .slider {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.page4 .block6 .b1 {
		display: block;
		width: 100%;
		margin: 0 auto;
		background-color: #fff;
	}

	.page4 .block6 .b1 ul {
		display: inline-block;
	}

	.page4 .block8 div {
		width: -webkit-calc(100%/3);
		width: -moz-calc(100%/3);
		width: calc(100%/3);
	}

	.page4 .block8 div:nth-child(4) {
		display: none;
	}

	.page4 .block9 iframe {
		display: block;
		position: unset;
		width: 100%;
		margin: 0 auto;
	}

	.page4 .block9 .b1 {
		width: 100%;
		margin: 0 auto;
	}

	.page4 .block9 .b1 p:last-child {
		padding-bottom: 40px;
	}

	.page5 .block4 .slider {
		max-width: 1280px;
		margin: 0 auto;
	}

	.page5 .block4 .slider .b1 {
		width: 100%;
	}

	.page5 .block4 .slider .b2 {
		width: 100%;
		padding-bottom: 30px;
	}

	.page5 .block8 .slider {
		padding: 40px 75px;
	}

	.page5 .block8 .slider .slick-prev {
		left: 10px;
	}

	.page5 .block8 .slider .slick-next {
		right: 10px;
	}

	.page6 .block2 .slider {
		padding: 28px 75px;
	}

	.page6 .block2 .slider .slick-prev {
		left: 10px;
	}

	.page6 .block2 .slider .slick-next {
		right: 10px;
	}

}

@media screen and (max-width: 1440px) {

	.head .logo {
		margin-left: 30px;
	}

	.page1 .block6 {
		height: 326px;
	}

	.page1 .block6 .b2 {
		top: 190px;
	}

	.page2 .block3 .b1,
	.page2 .block3 .b2 {
		width: 100%;
	}

	.page2 .block3 .b2 div {
		width: -webkit-calc(50% - 2px);
		width: -moz-calc(50% - 2px);
		width: calc(50% - 2px);
		height: -webkit-calc(100% - 2px);
		height: -moz-calc(100% - 2px);
		height: calc(100% - 2px);
	}

	.page4 .block8 h2 {
		top: 60px;
		font-size: 24px;
	}

	.page4 .block8 p {
		top: 110px;
	}

	.new-list .block {
		width: -webkit-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: calc(100% - 40px);
	}

	.page5 .block6 .b1 {
		position: unset;
		max-width: unset;
		width: -webkit-calc(100% + 10px);
		width: -moz-calc(100% + 10px);
		width: calc(100% + 10px);
		margin-top: -5px;
		margin-left: -5px;
		margin-bottom: 5px;
	}

	.page5 .block6 .b2 div {
		position: unset;
		width: 100%;
	}

	.page5 .block7 .b1 {
		margin: 0 40px;
	}

}

@media screen and (max-width: 1400px) {

	.page1 .block1 .b2 {
		top: 710px;
		max-width: 640px;
	}

	.page1 .block1 .b2 h1 {
		font-size: 32px;
		line-height: 38px;
	}

	.page1 .block1 .b2 div {
		font-size: 24px;
		line-height: 30px;
	}

	.page2 .block1 .b1 {
		width: 440px;
	}

	.page2 .block5 {
		/*padding: 60px 30px;*/
	}

	.page2 .block5 .b2 {
		/*margin-right: -30px;*/
	}

	.page2 .block2,
	.page2 .block6 {
		padding: 30px 100px;
	}

	.page2 .block9 > div {
		margin: 30px 50px;
	}

	.page2 .block12 {
		padding: 498px 100px 70px;
	}

	.page2 .block13 {
		padding: 60px 20px 0;
	}

	.page3 .block5 .b2 {
		font-size: 28px;
		line-height: 34px;
	}

	.page3 .block6 {
		height: 300px;
	}

	.page3 .block6 img {
		top: 60px;
	}

	.page4 .block2 {
		padding: 20px 5px;
	}

	.page4 .block2 a {
		width: -webkit-calc(100%/3 - 10px);
		width: -moz-calc(100%/3 - 10px);
		width: calc(100%/3 - 10px);
		margin: 0 5px;
	}

	.page4 .block4 {
		padding: 60px 30px;
	}

	.page5 .block2 p {
		font-size: 20px;
	}

	.page5 .block3 h2 {
		padding-top: 10px;
	}

	.page7 .block3 {
		height: 854px;
	}

	.page7 .block3 .b1 {
		width: 1400px;
	}

}

@media screen and (max-width: 1340px) {

	.head .link div:nth-child(1) span {
		width: 42px;
		padding-left: 0;
		font-size: 0;
	}

}

@media screen and (max-width: 1280px) {

	.new a:last-child .block {
		display: none;
	}

	.new .block {
		width: -webkit-calc(50% - 8px);
		width: -moz-calc(50% - 8px);
		width: calc(50% - 8px);
	}

	.new > .block {
		margin-right: 0;
	}

	.new .block .cell .center div:nth-child(3){
		display: block;
	}

	.catalog .block {
		width: 50%;
	}

	.residential .block {
		width: 50%;
	}

	.nonresidential .block {
		width: 50%;
	}

	.object .block {
		width: 50%;
	}

	.page1 .block3 .b1,
	.page1 .block3 .b2 {
		width: 50%;
	}

	.page1 .block3 .b3 {
		width: 100%;
	}

	.page1 .block3 .b3 .c1,
	.page1 .block3 .b3 .c2 {
		width: 50%;
	}

	.page1 .block6 {
		height: 366px;
	}

	.page1 .block6 .b2 {
		top: 230px;
	}

	.page2 .block2,
	.page2 .block6 {
		padding: 30px 60px;
	}

	.page2 .block12 {
		padding: 498px 60px 70px;
	}

	.page3 .block10 > div {
		width: 50%;
	}

	.page3 .block10 .b6 div {
		display: block;
	}

	.layout-list .block {
		width: 50%;
	}

	.page2 .block15 .slider,
	.page7 .block4 .slider {
		padding: 28px 0;
	}

	.page2 .block15 .slider .slick-prev,
	.page7 .block4 .slider .slick-prev {
		left: 20px;
	}

	.page2 .block15 .slider .slick-next,
	.page7 .block4 .slider .slick-next {
		right: 20px;
	}

}

@media screen and (max-width: 1260px) {

	.selection {
		padding: 10px 55px;
		background: url('/assets/images/selection-arrow.png') #fa6501 no-repeat 415px 126px;
	}

	.selection .cap1 {
		display: block;
		margin-top: 75px;
	}

	.selection .cap2 {
		display: block;
	}

	.selection .tab {
		float: right;
		margin: 13px 0;
		width: 636px;
	}

	.selection .tab > div {
		padding-top: 25px;
	}

	.selection .tab .block1,
	.selection .tab .block2,
	.selection .tab .block3,
	.selection .tab .block4	{
		height: 140px;
	}

	.selection .tab .block2 {
		margin-left: 52px;
	}

	.page2 .block13 {
		padding: 60px 60px 0;
	}

	.page2 .block13 > div {
		width: 34%;
	}

	.layout-individual .b1 {
		width: 100%;
	}

	.page5 .block2 .b1,
	.page5 .block2 .b2 {
		width: 100%;
	}

	.page5 .block2 p {
		font-size: 22px;
	}

	.page5 .block3 img {
		display: block;
		position: unset;
		width: 100%;
	}

	.page5 .block3 .b1 {
		display: block;
		width: 100%;
		padding-bottom: 30px;
	}

	.page5 .block3 h2 {
		width: auto;
		padding-top: 30px;
	}

	.new-detail .block .image500,
	.new-detail .block .text500 {
		width: 100%;
	}

	.horizontal-image a {
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: calc(50% - 10px);
	}

}

@media screen and (max-width: 1230px) {

	.selection {
		background-position: 395px 126px;
	}

	.page3 .block2 {
		padding: 160px 35px 134px;
	}

	.page3 .block4 {
		padding: 0;
	}

	.page3 .block5 {
		background-color: transparent;
	}

	.page3 .block5 .b1 {
		width: 0;
	}

	.page3 .block5 .slider {
		display: block;
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
	}

	.page3 .block5 .b2 {
		position: unset;
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
		transform: unset;
	}

}

@media screen and (max-width: 1200px) {

	.head .logo {
		margin-left: 20px;
	}

	.head .social {
		right: 14px;
	}

	.head .phone {
		right: 300px;
	}

	.head .link {
		right: 615px;
	}

	.head .link div {
		padding: 0 6px;
	}

	.selection {
		padding: 10px 80px;
		background-image: none;
	}
/*
	.page1 .block1 .b2 {
		top: 680px;
	}

	.page1 .block1 .b2 h1 {
		font-size: 34px;
		line-height: 40px;
	}

	.page1 .block1 .b2 div {
		font-size: 20px;
		line-height: 28px;
	}
*/
	.page1 .block1 .b4 {
		display: none;
	}

	.page4 .block2 a {
		display: block;
		max-width: 560px;
		width: 100%;
		margin: 0 auto 20px;
	}

	.page4 .block2 a:nth-child(3) {
		margin: 0 auto;
	}

	.page4 .block5 div:nth-of-type(1),
	.page4 .block5 div:nth-of-type(2) {
		width: 50%;
		padding: 0 0 0 15px;
	}

	.page4 .block5 p {
		font-size: 44px;
	}

	.page4 .block5 span {
		display: inline-block;
		width: 310px;
		margin: 0 auto !important;
		text-align: left;
	}
	
	.page4 .block5 span:nth-of-type(2) {
		padding-left: 64px;
		background: url('/assets/images/page4/pic5_2.png') no-repeat 13px 50%;
	}

	.catalog_table th span {
		display: none;
	}

}

@media screen and (max-width: 1160px) {

	.selection {
		padding: 10px 60px;
	}

	.page2 .block13 > div {
		width: 38%;
	}

	.page3 .block8 .b1 {
		width: 50%;
	}

	.page3 .block8 .b2 {
		width: 50%;
	}

	.page3 .block8 .b3 .cell {
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: calc(50% - 10px);
		height: -webkit-calc(50% - 10px);
		height: -moz-calc(50% - 10px);
		height: calc(50% - 10px);
	}

}

@media screen and (max-width: 1120px) {

	.selection {
		padding: 10px 40px;
	}

	.new .block .cell .center div:nth-child(3){
		display: none;
	}

	.page5 .block5 .b1,
	.page5 .block5 .b2 {
		width: 100%;
	}

	.page5 .block4 .slider {
		padding: 40px 65px 35px;
	}

	.page5 .block4 .slider .slick-prev {
		left: 10px;
	}

	.page5 .block4 .slider .slick-next {
		right: 10px;
	}

	.page5 .block4 .slider .b2 p {
		font-size: 26px;
		line-height: 32px;
	}

	.page6 .block3 {
		padding-left: 40px;
	}

}

@media screen and (max-width: 1080px) {

	.selection {
		padding: 10px 0;
	}

	.selection .cap1 {
		display: none;
	}

	.selection .cap2 {
		display: none;
	}

	.selection .tab {
		float: unset;
		margin: 13px auto;
	}
/*
	.page1 .block1 .b2 {
		top: 690px;
	}

	.page1 .block1 .b2 h1 {
		line-height: 38px;
	}

	.page1 .block1 .b2 div {
		margin-top: 10px;
		line-height: 26px;
	}
*/
	.page1 .block6 {
		height: 386px;
	}

	.page1 .block6 .b2 {
		top: 250px;
	}

	.page3 .block10 .b6 div {
		display: none;
	}

	.page4 .block8 div {
		width: 50%;
	}

	.page4 .block8 div:nth-child(4) {
		display: inline-block;
	}

}

@media screen and (max-width: 1020px) {

	.toggle {
		display: block;
	}

	.head {
		height: 78px;
		margin-bottom: 70px;
	}

	.head .logo {
		display: none;
	}

	.head .logo-mobile {
		display: inline-block;
		margin-top: 18px;
		margin-left: 26px;
	}

	.head .phone {
		top: 18px;
		right: 26px;
	}

	.head .link {
		display: none;
	}

	.head .social {
		top: 78px;
		right: 0;
		width: 100%;
		height: 60px;
		padding-top: 12px;
		background-color: #fa6501;
		z-index: 1;
	}

	.head .social div {
		width: 20%;
		text-align: center;
	}

	.head .social div:nth-child(1) a {
		background-image: url('/assets/images/social-facebook-m.png');
	}

	/*.head .social div:nth-child(2) a {
		background-image: url('/assets/images/social-instagram-m.png');
	}*/
	
	.head .social div:nth-child(2) a {
		background-image: url('/assets/images/social-telegram-m.png');
	}

	.head .social div:nth-child(3) a {
		background-image: url('/assets/images/social-vk-m.png');
	}

	.head .social div:nth-child(4) a {
		background-image: url('/assets/images/social-ok-m.png');
	}

	.head .social div:nth-child(5) a {
		background-image: url('/assets/images/social-youtube-m.png');
	}

	.search-button {
		display: none;
	}

	.content {
		padding-top: 0;
	}

	.head {
		top: 10px;
		border-bottom: 0;
	}

	.head .phone {
		animation-name: pulse1;
		animation-duration: 3s;
		animation-iteration-count: infinite;
	}

	@keyframes pulse1 {
		0% { transform: scale(1.0); }
		50% { transform: scale(1.1); }
		100% { transform: scale(1.0); }
	}

	.page2 .block13 > div {
		width: 42%;
	}

	.catalog_table th:nth-child(8),
	.catalog_table td:nth-child(8) {
		display: none;
	}

	.page5 .block7 .b1 {
		padding: 188px 40px 30px 40px;
		background-position: 50% 30px;
	}

	.catalog_table th:nth-child(4),
	.catalog_table td:nth-child(4) {
		display: none;
	}

	.fixed-reservation {
		display: none;
	}

	.new .block .text {
		height: 100%;
		opacity: 1;
	}
	
}

@media screen and (max-width: 980px) {

	.page1 .block1 .b1 {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
/*
	.page1 .block1 .b2 {
		top: 720px;
		right: 20px;
	}

	.page1 .block1 .b2 h1 {
		display: none;
	}

	.page1 .block1 .b2 div {
		font-size: 24px;
		line-height: 30px;
	}
*/
	.page1 .block6 {
		height: 396px;
	}

	.page1 .block6 .b1 {
		left: 20px;
	}

	.page1 .block6 .b2 {
		top: 260px;
		right: 20px;
	}

	.page2 .block1 .b1 {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.page2 .block2 li:nth-child(1),
	.page2 .block2 li:nth-child(2),
	.page2 .block6 li:nth-child(1),
	.page2 .block6 li:nth-child(2) {
		background-position: 50% 0;
	}

	.page2 .block2 p,
	.page2 .block6 p {
		padding-left: 0;
	}

	.page2 .block2 li:nth-child(1) p {
		padding-top: 176px;
	}

	.page2 .block2 li:nth-child(2) p {
		padding-top: 148px;
	}

	.page2 .block6 li:nth-child(1) p {
		padding-top: 128px;
	}

	.page2 .block6 li:nth-child(2) p {
		padding-top: 129px;
	}

	.page2 .block12 .b1 {
		width: 500px;
		margin: 0 auto;
	}

	.page2 .block12 .b1 > div {
		width: 50%;
	}

	.page4 .block1 .b1 {
		position: unset;
		margin: 0 auto;
	}

	.page7 .block1 .b1 {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

}

@media screen and (max-width: 940px) {

	.page1 .block6 {
		height: 446px;
	}

	.page1 .block6 .b1 {
		max-width: 640px;
	}

	.page1 .block6 .b2 {
		top: 280px;
		max-width: 640px;
	}

	.page2 .block13 > div {
		width: 46%;
	}

	.footer-phone div {
		width: -webkit-calc(100% - 30px);
		width: -moz-calc(100% - 30px);
		width: calc(100% - 30px);
	}

	.footer-phone div:nth-child(2) {
		margin-top: 20px;
	}

	.footer-phone a:nth-child(2) div {
        margin-top: 15px;
    }

	.page4 .block12 div {
		width: -webkit-calc(100% - 30px);
		width: -moz-calc(100% - 30px);
		width: calc(100% - 30px);
	}

	.page4 .block12 div:nth-child(2) {
		margin-top: 20px;
	}

	.page6 .block4 .text {
		height: 34px;
	}

	.page6 .block4 .text span {
		font-size: 14px;
	}

}

@media screen and (max-width: 880px) {

	.head .phone {
		padding-top: 6px;
		font-size: 0;
		animation-name: pulse2;
	}

	.head .phone span {
		font-size: 30px;
	}

	@keyframes pulse2 {
		0% { transform: scale(1.0); }
		50% { transform: scale(1.2); }
		100% { transform: scale(1.0); }
	}

	.carousel {
		max-height: unset;
	}

	.carousel .slider {
		margin-bottom: 12px;
	}

	.slick-vertical .slick-slide {
		border: 0;
		border-bottom: 16px solid transparent;
	}

	.new .block {
		width: 100%;
		margin-right: 0;
	}

	.new .block:nth-child(1) {
		margin-bottom: 16px;
	}

	.new .block .text .center div:nth-child(3) {
		display: block;
	}

	.new .block .cell .center {
		padding: 10px 20px;
	}

	.new .block .cell .center div:nth-child(3){
		display: block;
	}

	.new .block .text .center div:nth-child(1) {
		font-size: 40px;
	}

	.new .block .text .center div:nth-child(2) {
		font-size: 22px;
		line-height: 24px;
	}

	.new .block .text .center div:nth-child(3) {
		font-size: 20px;
		line-height: 22px;
	}

	.new .block .cell .center div:nth-child(1) {
		font-size: 28px;
	}

	.new .block .cell .center div:nth-child(2) {
		font-size: 18px;
		line-height: 20px;
	}

	.new .block .cell .center div:nth-child(3) {
		font-size: 16px;
		line-height: 18px;
	}

	.catalog .block {
		width: 100%;
	}

	.residential .block {
		width: 100%;
	}

	.nonresidential .block {
		width: 100%;
	}

	.object .block {
		width: 100%;
	}

	.page1 .block1 .b2 {
		right: 20px;
	}

	.page1 .block3 .b1,
	.page1 .block3 .b2 {
		width: 100%;
	}

	.page1 .block3 .b3 .c1,
	.page1 .block3 .b3 .c2 {
		width: 100%;
	}

	.page1 .block5 .b1,
	.page1 .block5 .b2,
	.page1 .block5 .b3,
	.page1 .block5 .b4 {
		width: 50%;
	}

	.page1 .block3 .text,
	.page1 .block5 .text {
		height: 38px;
	}

	.page1 .block3 .text span,
	.page1 .block5 .text span {
		padding: 0 10px;
		font-size: 16px;
	}

	.page1 .block7 .b1,
	.page1 .block7 .b2,
	.page1 .block7 .b3,
	.page1 .block7 .b4 {
		width: 50%;
	}

	.page3 .block10 > div {
		width: 100%;
	}

	.page3 .block10 .b6 {
		padding-bottom: 20px;
	}

	.page3 .block10 .b6 div {
		display: block;
	}

	.page3 .block10 .b6 li {
		margin: 15px 0 0 20px;
	}

	.new-list h2 {
		margin-bottom: 6px;
	}

	.new-list .block .image {
		display: none;
	}

	.new-list .block .info {
		width: 100%;
		padding-left: 0;
		padding-bottom: 30px;
		border-bottom: 3px solid #fa6501;
	}

	.new-list a:last-child .block .info {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.new-list .block .info div:nth-of-type(1) {
		border-bottom: 0;
	}

	.new-list .block .info div:nth-of-type(2) {
		margin-top: 0;
	}

	.layout-list .block {
		width: 100%;
	}

	.catalog_table th,
	.catalog_table td {
		font-size: 16px;
		line-height: 18px;
	}

	.catalog_table th:nth-child(6),
	.catalog_table td:nth-child(6) {
		display: none;
	}

	.catalog_table sup {
		font-size: 8px;
	}

	.horizontal-image a {
		width: -webkit-calc(100% - 10px);
		width: -moz-calc(100% - 10px);
		width: calc(100% - 10px);
	}

}

@media screen and (max-width: 840px) {

	.page1 .block6 {
		height: 478px;
	}

	.page1 .block6 .b2 {
		top: 312px;
	}

	.page2 .block13 > div {
		width: 48%;
	}

}

@media screen and (max-width: 820px) {
/*
	.page1 .block1 .b2 div {
		font-size: 22px;
		line-height: 30px;
	}
*/
}

@media screen and (max-width: 800px) {

	.page2 .block13 {
		padding: 60px 0 0;
	}

	.page3 .block2 .b2 {
		width: 460px;
	}

}

@media screen and (max-width: 720px) {

	.page5 .block2 p {
		font-size: 21px;
	}

}































.page1 .block8 {
	position: relative;
	width: 100%;
	padding: 60px 0 20px;
	
	background-color: #7dba31;
	font-size: 0;
}

.page1 .block8 .b1 {
	/*max-width: 1610px;*/
	margin: 0 auto;
	text-align: center;
}

.page1 .block8 .b1 a {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	margin: 0 20px 40px;
	text-align: center;
}

.page1 .block8 .b1 div {
	margin-top: 10px;
	font-size: 24px;
	color: #fff;
}

@media screen and (max-width: 1660px) {

.page1 .block8 .b1 {
	max-width: 920px;
}

}

@media screen and (max-width: 740px) {

.page1 .block8 .b1 {
	max-width: 460px;
}

}








.page2 .block16 {
	position: relative;
	width: 100%;
	padding: 60px 0 20px;
	
	
	font-size: 0;
}

.page2 .block16 .b1 {
	/*max-width: 1610px;*/
	margin: 0 auto;
	text-align: center;
}

.page2 .block16 .b1 a {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	margin: 0 20px 40px;
	text-align: center;
}

.page2 .block16 .b1 div {
	margin-top: 10px;
	font-size: 24px;
	color: #fff;
}

@media screen and (max-width: 1660px) {

.page2 .block16 .b1 {
	max-width: 920px;
}

}

@media screen and (max-width: 740px) {

.page2 .block16 .b1 {
	max-width: 460px;
}

}








.slider8 {
	max-width: 1324px;
	width: 100%;
	margin: 28px auto 0;
	padding: 0 150px;
}

.slider8 .slick-slide {
	position: relative;
	background-color: #fff;
}

.slider8 .slick-prev {
	z-index: 1;
	left: 65px;
	width: 24px;
	height: 61px;
	background: url('/assets/images/page5/arrow-prev.png') no-repeat 0 0;
}

.slider8 .slick-next {
	z-index: 1;
	right: 65px;
	width: 24px;
	height: 61px;
	background: url('/assets/images/page5/arrow-next.png') no-repeat 0 0;
}

.slider8 img {
	width: 100%;
}









.standart .declaration h2 {
	margin-top: 24px;
}

.standart .declaration h2:nth-of-type(1) {
	margin-top: 18px;
}

.standart .declaration .link {
	display: inline-block;
	margin-top: 12px;
	margin-left: 28px;
	font-size: 20px;
	line-height: 26px;
}

.standart .declaration .link:before {
	position: absolute;
	margin-left: -28px;
	content: "\2756";
}

.standart .declaration .info {
	margin-top: 4px;
	margin-left: 28px;
	font-size: 16px;
	line-height: 20px;
}

.standart .declaration .photo-container {
	margin-top: 18px;
	margin-bottom: -18px;
	margin-left: 28px;
	font-size: 0;
}

.standart .declaration .photo-container .photo {
	display: inline-block;
	vertical-align: top;
	width: 418px;
	margin: 0 12px 18px 0;
}

.standart .declaration .photo-container .photo div {
	margin-top: 6px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
}









.special {
	position: relative;
	width: -webkit-calc(100% + 8px);
	width: -moz-calc(100% + 8px);
	width: calc(100% + 8px);
	margin-top: -8px;
	margin-left: -4px;
	font-size: 0;
}

.special .block {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-top: 8px;
	padding: 0 4px;
	width: 25%;
}

.special .block .image {
	position: relative;
}

.special .block .image img {
	width: 100%;
}

.special .block .image div {
	display: table;
	position: absolute;
	bottom: 10px;
	left: 0;
	
	
	height: 54px;
	padding: 0 10px;
	background-color: #fff;
	
	text-transform: uppercase;
	font-size: 20px;
	line-height: 22px;
	
	color: #f1252d;
}

.special .block .image div span {
	display: table-cell;
	vertical-align: middle;
}

.special .block:nth-child(2n) .image div {
	bottom: unset;
	left: unset;
	top: 10px;
	right: 0;
	background-color: #f1252d;
	text-align: right;
	color: #fff;
}

.dialog .container {
	display: inline-block;
	width: 100%;
	margin-bottom: 4px;
	color: #666;
}

.dialog .container p {
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 24px;
	
}

.dialog-width {
	max-width: 620px;
}

.dialog-line h2 {
	margin-bottom: 6px;
}

.dialog-line hr {
	width: 150px;
	height: 2px;
	margin: 4px 0;
	background-color: #fa6501;
	border: 0;
}

.dialog-width .container {
	clear: both;
}

.dialog-width img.left {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
}

ul.square {
	overflow: hidden;
}

ul.square li {
	margin-top: 12px;
	margin-left: 1.3em;
	font-size: 20px;
	line-height: 24px;
}

ul.square li:before {
	position: absolute;
	margin-left: -1.3em;
	content: "\2756";
	color: #f1252d;
}


.dialog-width table.color {
	width: 100%;
    margin-bottom: 12px;
    background: #999;
}

.dialog-width table.color td {
	height: 48px;
    vertical-align: middle;
    padding: 0 5px;
    border: 1px solid #fff;
	text-align: center;
    color: #fff;
}

#special5 table.color {
	margin-top: 16px;
}


@media screen and (max-width: 1580px) {

.special .block {
	width: -webkit-calc(100%/3);
	width: -moz-calc(100%/3);
	width: calc(100%/3);
}

}

@media screen and (max-width: 1280px) {

.special .block {
	width: 50%;
}

}

@media screen and (max-width: 880px) {

.special .block {
	width: 100%;
}

}




.contact {
	position: relative;
	width: -webkit-calc(100% + 16px);
	width: -moz-calc(100% + 16px);
	width: calc(100% + 16px);
	margin-top: -16px;
	margin-left: -8px;
	font-size: 0;
}

.contact .block {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-top: 16px;
	padding: 0 8px;
	width: -webkit-calc(100%/3);
	width: -moz-calc(100%/3);
	width: calc(100%/3);
}

.contact .block .image {
	position: relative;
}

.contact .block .image img {
	width: 100%;
}

.contact .block .image div:nth-of-type(1) {
	display: table;
	position: absolute;
	bottom: 130px;
	right: 0;
	width: 165px;
	height: 54px;
	padding-right: 5px;
	background-color: rgba(22, 71, 104, 0.78);
	text-align: right;
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
}

.contact .block .image div:nth-of-type(1) span {
	display: table-cell;
	vertical-align: middle;
}

.contact .block .image div:nth-of-type(2) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 320px;
	height: 100px;
	background-color: rgba(22, 71, 104, 0.78);
	background-repeat: no-repeat;
	background-position: 16px 50%;
}

.contact .block .info {
	position: relative;
	width: 100%;
	
	margin-top: 5px;
	padding: 5px 20px;
	background-color: #fff;
}

.contact .block .info .name {
	display: inline-block;
	margin: 10px 0;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bold;
	color: #1a365d;
}

.contact .block .info .post {
	display: inline-block;
	margin: 8px 0 18px;
	
	font-size: 20px;
	line-height: 24px;
	
	color: #1a365d;
}

.contact .block .info .email {
	display: inline-block;
	margin-bottom: 18px;
	
	font-size: 20px;
	
	background: url('/assets/images/mail.png') no-repeat 0 0;
	padding-left: 38px;
	color: #1a365d;
}


.contact .phone {
	display: inline-block;
	vertical-align: top;
	margin-right: 14px;
	
	
	font-size: 32px;
	
	background: url('/assets/images/contact/phone.png') #f9f6f9 no-repeat 8px 8px;
	
	color: rgba(26, 54, 93, 0.9);
	
	/*
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	*/
	
	width: 360px;
	
	padding-left: 48px;
	margin-bottom: 14px;
	
	box-shadow:0 2px 4px rgba(0, 0, 0, 0.3);
}

.contact .phone div {
	
	padding: 8px 0 8px 12px;
	border-left: 1px solid #ddd;
}

.contact .phone div sup {
	vertical-align: top;
	font-size: 16px;
}

.contact .messaging {
	display: inline-block;
	vertical-align: top;
}

.contact .messaging a {
	display: inline-block;
	vertical-align: top;
	width: 48px;
	height: 48px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.contact .messaging .viber {
	margin-right: 14px;
	background: url('/assets/images/contact/viber.png') #f9f6f9 no-repeat 8px 8px;
}

.contact .messaging .whatsapp {
	/*margin-right: 14px;*/
	background: url('/assets/images/contact/whatsapp.png') #f9f6f9 no-repeat 8px 8px;
}

.contact .messaging .telegram {
	background: url('/assets/images/contact/telegram.png') #f9f6f9 no-repeat 8px 8px;
}

.contact .block .info hr {
	width: 200px;
	height: 2px;
	background-color: #fa6501;
	border: 0;
}



.contact-main {
	position: relative;
    width: 100%;
   
    background-color: #fff;
    font-size: 0;
	margin-top: 28px;
}

.contact-main .block {
	display: inline-block;
	vertical-align: top;
	position: relative;
	
	
width: 50%;
margin-bottom: 24px;
padding: 8px 40px 0;
border-top: 2px solid #1a365d;
color: #1a365d;

}

.contact-main .block:nth-of-type(3),
.contact-main .block:nth-of-type(4) {
	border-top: 5px solid #1a365d;
}

.contact-main .block b {
    display: block;
    margin-top: 18px;
	text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
	font-weight: bold;
}

.contact-main .block span {
	display: block;
    margin-top: 14px;
    font-size: 24px;
    line-height: 28px;
}


.contact-main .block .phone {
	display: block;
	
	
	font-size: 32px;
	
	background: url('/assets/images/contact/phone.png') #f9f6f9 no-repeat 8px 8px;
	
	color: rgba(26, 54, 93, 0.9);
	
	/*
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	*/
	
	width: 360px;
	
	padding-left: 48px;
	margin-top: 14px;
	
	box-shadow:0 2px 4px rgba(0, 0, 0, 0.3);
}

.contact-main .block .phone div {
	
	padding: 8px 0 8px 12px;
	border-left: 1px solid #ddd;
}

.contact-main .block .phone div sup {
	vertical-align: top;
	font-size: 16px;
}

.contact-main .block:nth-of-type(2) span:nth-of-type(2),
.contact-main .block:nth-of-type(2) span:nth-of-type(3) {
	margin-top: 14px;
}

@media screen and (max-width: 1020px) {

.contact-main .block {
	width: 100%;
}

.contact-main .block:nth-of-type(2) {
	display: none;
}

.contact-main .block:nth-of-type(2n) {
	border: 0;
}

.contact-main .block:nth-of-type(2n+1) {
	margin: 0;
}

.contact-main .block b {
	margin-bottom: 24px;
}

}



@media screen and (max-width: 1280px) {

.contact .block {
	width: 50%;
}

}

@media screen and (max-width: 880px) {

.contact .block {
	width: 100%;
}

}










.object .block .info {
	position: relative;
	width: 100%;
	
	margin-top: 5px;
	padding: 5px 20px;
	background-color: #fff;
}

.object .block .info .year {
	display: inline-block;
	margin: 10px 0;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bold;
	color: #1a365d;
}

.object .block .info .location {
	display: inline-block;
	margin: 8px 0 10px;
	
	font-size: 20px;
	line-height: 24px;
	
	color: #1a365d;
}

.object .block .info hr {
	width: 200px;
	height: 2px;
	background-color: #fa6501;
	border: 0;
}













.isotope-grid {
	position: relative;
	width: -webkit-calc(100% + 16px);
	width: -moz-calc(100% + 16px);
	width: calc(100% + 16px);
	margin: -8px 0 -8px -8px;
	font-size: 0;
	transition: 0.6s;
}

.isotope-grid .block {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 8px;
	width: 25%;
}

.isotope-grid .block > * {
	margin: 0;
	padding: 0;
}

.isotope-grid .block .image {
	position: relative;
	overflow: hidden;
}

.isotope-grid .block .image img {
	width: 100%;
}

.isotope-grid .block .image div {
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 10px 15px;
	background-color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	color: #1a365d;
}

.isotope-link {
	margin-bottom: 18px;
	font-size: 0;
}

.isotope-link a {
	display: inline-block;
	position: relative;
	margin: 0 10px 10px 0;
	padding: 10px 15px;
	border: 1px solid rgba(255,255,255,0.4);
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	transition: 0.2s;
}

.isotope-link a.active {
	background: #fff;
	border: 1px solid #fff;
	color: #1a365d;
}








@media screen and (max-width: 1580px) {

.isotope-grid .block {
	width: -webkit-calc(100%/3);
	width: -moz-calc(100%/3);
	width: calc(100%/3);
}

}

@media screen and (max-width: 1280px) {

.isotope-grid .block {
	width: 50%;
}

}














.about .block1 {
	display: table;
	width: 100%;
	height: 504px;
	padding: 40px;
	background-image: url('/assets/images/about/about.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.about .block1 .b1 {
	display: table-cell;
	vertical-align: middle;
}

.about .block1 .b1 hr {
	width: 200px;
	height: 4px;
	background-color: #fa6501;
	border: 0;
}

.about .block1 .b1 h2 {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 44px;
	font-weight: bold;
	color: #1a365d;
}

.about .block2 {
	position: relative;
	min-height: 136px;
	padding: 24px 40px;
	background-color: #fa6501;
}
/*
.about .block2 .b2 {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 30px;
}
*/

.about .block2 p {
	margin-left: 386px;
	font-size: 22px;
	line-height: 28px;
	color: #fff;
}

.about .block2 a {
	display: inline-block;
	position: absolute;
    top: 30px;
    left: 40px;
	padding: 6px 20px 8px;
	border: 2px solid #fff;
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	transition: 0.4s;
}

.about .block2 a:hover {
	background-color: #fff;
	color: #fa6501;
}

.about .block3 {
	position: relative;
	background-color: #fff;
}

.about .block3 img {
	width: 100%;
	padding: 10px;
}

.about .block3 .b1 {
	position: absolute;
    top: 0;
    left: 0;
	max-width: 1300px;
	padding: 34px 40px;
}

.about .block3 .b1 p {
	margin-bottom: 24px;
	font-size: 22px;
	line-height: 28px;
	color: #1a365d;
}

.about .block4 {
	position: relative;
	
	padding: 34px 40px;
	background-color: #fa6501;
}

.about .block4 h2 {
	font-size: 28px;
	line-height: 30px;
	color: #fff;
}

.about .block4 .b1 {
	position: relative;
	width: -webkit-calc(100% + 16px);
	width: -moz-calc(100% + 16px);
	width: calc(100% + 16px);
	margin-top: 22px;
	margin-left: -8px;
	font-size: 0;
}

.about .block4 .b1 div {
	display: inline-block;
	vertical-align: top;
	position: relative;
	
	margin: 8px;
	width: -webkit-calc(100%/3 - 16px);
	width: -moz-calc(100%/3 - 16px);
	width: calc(100%/3 - 16px);
	
	
	background-color: #fff;
}

.about .block4 .b1 div p {
	margin-top: 132px;
	padding: 40px 30px 24px 30px;
	
	font-size: 22px;
	line-height: 28px;
	color: #1a365d;
}

.about .block4 .b1 div p:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
}

.about .block4 .b1 div:nth-of-type(1) p:before {
	top: 15px;
	height: 142px;
	background: url('/assets/images/about/pic1.png') no-repeat 50% 0;
}

.about .block4 .b1 div:nth-of-type(2) p:before {
	top: 16px;
	height: 125px;
	background: url('/assets/images/about/pic2.png') no-repeat 50% 0;
}

.about .block4 .b1 div:nth-of-type(3) p:before {
	top: 10px;
	height: 132px;
	background: url('/assets/images/about/pic3.png') no-repeat 50% 0;
}

.about .block4 .b2 {
	margin-top: 22px;
}

.about .block4 .b2 p {
	font-size: 22px;
	line-height: 28px;
	color: #fff;
}

.about .block5 {
	position: relative;
	
	padding: 34px 40px;
	background-color: #fff;
}

.about .block5 h2 {
	font-size: 28px;
	line-height: 30px;
	color: #f1252d;
}

.about .block5 img {
	display: block;
	max-width: 1580px;
	width: 100%;
	margin: 30px auto 0;
}




.about .block6 {
	position: relative;
	width: 100%;
	
	font-size: 0;
}

.about .block6 .b1 {
	position: relative;
	
	padding: 34px 40px 34px 213px;
	
	background: url('/assets/images/about/pic4.png') #dadde2 no-repeat 40px 40px;
}

.about .block6 p {
	font-size: 22px;
line-height: 28px;
color: #1a365d;
}


.about .block6 .b2 {
	position: relative;
	width: 100%;
	min-height: 652px;
	padding: 40px 40px 10px;
	background-color: #fff;
	clear: both;
}

.about .block6 .b2 > img {
	float: right;
	max-width: 860px;
	width: 100%;
	margin-bottom: 6px;
margin-left: 24px;
}

.about .block6 .b2 p {
	margin-bottom: 24px;
	
}


.about .block7 {
	position: relative;
	width: 100%;
	
	font-size: 0;
}

.about .block7 img {
	width: 100%;
}


.about .block8 {
	position: relative;
	width: 100%;
	padding: 34px 40px;
	background-color: #dadde2;
}

.about .block8 p {
	margin-top: 24px;
	font-size: 22px;
line-height: 28px;
color: #1a365d;
}

.about .block8 b {
	
	font-size: 28px;
line-height: 30px;
color: #1a365d;
}

.about .block8 li {
	font-size: 22px;
line-height: 28px;
color: #1a365d;
}


@media screen and (max-width: 1580px) {

	.about .block3 img {
		margin-top: 200px;
	}

.about .block6 .b2 > img {
	float: unset;
	display: block;
	margin: 0 auto 24px;
}

}

@media screen and (max-width: 1400px) {

	.about .block4 .b1 div {
		width: 100%;
	}

}

@media screen and (max-width: 1260px) {

	.about .block2 p {
		margin-left: 0;
	}

	.about .block2 a {
		position: unset;
		margin: 24px 0 4px;
	}

	.about .block3 img {
		margin-top: 300px;
	}

}

@media screen and (max-width: 1080px) {

	.about .block3 img {
		margin-top: 400px;
	}

}

@media screen and (max-width: 1020px) {

.about .block6 .b1 {
	
	padding: 195px 40px 34px;
	background-position: 50% 40px;
}

}

@media screen and (max-width: 880px) {

	.about .block3 img {
		margin-top: 500px;
	}

}

@media screen and (max-width: 800px) {

	.about .block3 img {
		margin-top: 600px;
	}

}

















.big-family .block1 {
	display: table;
	width: 100%;
	height: 504px;
	padding: 40px;
	background-image: url('/assets/images/offer/big-family/big-family.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.big-family .block1 .b1 {
	display: table-cell;
	vertical-align: middle;
}

.big-family .block1 .b1 hr {
	width: 200px;
	height: 4px;
	background-color: #fa6501;
	border: 0;
}

.big-family .block1 .b1 h2 {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 44px;
	font-weight: bold;
	color: #fff;
}

.big-family .block2 {
	position: relative;
	width: 100%;
	padding: 10px 40px 34px;
	background-color: #fff;
}

.big-family .block2 p {
	margin-top: 24px;
	font-size: 22px;
	line-height: 28px;
	color: #1a365d;
}





.big-family .block3 {
	position: relative;
	width: 100%;
	margin-top: 28px;
	font-size: 0;
}

.big-family .block3 .b1 {
	width: 100%;
	
	background-color: #fff;
	clear: both;
}



.big-family .block3 .b1 .c1,
.big-family .block3 .b1 .c2 {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 50%;
}

.big-family .block3 .b1 .c2 {
	min-height: 620px;
	height: 100%;
	background-image: url('/assets/images/offer/big-family/pic1_2.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.big-family .block3 .b1 .c1 {
	padding: 40px;
	
	color: #1a365d;
	font-size: 16px;
	line-height: 18px;
	
}

.big-family .block3 p {

    margin-top: 24px;
    font-size: 22px;
    line-height: 28px;
    color: #1a365d;

}

.big-family .block3 .b1 .c1 span {
	white-space: nowrap;
}

.big-family .block3 .b1 .c2 div {
	position: absolute;
    bottom: 30px;
    right: 0;
	padding: 8px 12px;
    background-color: #fff;
    text-align: right;
    color: #1a365d;
	font-size: 22px;
}

.big-family .block3 .b1 .c1 div:nth-child(3) {
	margin-top: 12px;
	font-size: 14px;
	line-height: 16px;
}

.big-family .block3 .b1 .c1:after {
	content: '';
	position: absolute;
	bottom: -webkit-calc(50% - 14px);
	bottom: -moz-calc(50% - 14px);
	bottom: calc(50% - 14px);
	right: -28px;
	border: 14px solid transparent;
	border-left: 14px solid #fff;
	z-index: 1;
}


.big-family .block3 .b1 .c1-new:after {
	right: unset;
	border-left: unset;
	
	
	left: -14px;
	
	border-right: 14px solid #fff;
}


.big-family .block3 .b1 .c2-new {
	min-height: 500px;
	background-image: url('/assets/images/offer/big-family/pic1_3.jpg');
}

.big-family .block3 .b1 .c2-new div {
	right: unset;
	left: 0;
}

.big-family .block3 .b1 .c1-new {
	float: right;
	
	
	
}

.big-family .block3 .b1 .c1-new .right {
	float: right;
	max-width: 800px;
	width: -webkit-calc(100% - 260px);
	width: -moz-calc(100% - 260px);
	width: calc(100% - 260px);
	text-align: right;
}

.big-family .block3 .b1 .c1-new .right p {
	margin-top: 0;
}

.big-family .block3 .b1 .c1-new .right a {
	
    display: inline-block;
    margin: 28px 0 22px;
    padding: 6px 6px 8px;
    border: 2px solid #1a365d;
    font-size: 22px;
    line-height: 28px;
    color: #1a365d;
    transition: 0.4s;
	text-align: center;
}

.big-family .block3 .b1-new .c2 {
	
	background-image: url('/assets/images/offer/big-family/pic2_2.jpg');
	
}

.big-family .block3 .b1-new .c2-new {
	background-image: url('/assets/images/offer/big-family/pic2_3.jpg');
}

.big-family .block3 .b1-new .c1-new .right a {
	
    margin-top: 0;
}

@media screen and (max-width: 1400px) {

.big-family .block3 .b1 .c1,
.big-family .block3 .b1 .c2 {
	width: 100%;
}

.big-family .block3 .b1 .c2 {
	min-height: 600px;
}

.big-family .block3 .b1 .c1:after {
	border: 0;
}

}




.footer-adress {
	position: relative;
	width: 100%;
	padding: 0 15px;
	font-size: 0;
}

.footer-adress .block {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: -webkit-calc(50% - 30px);
	width: -moz-calc(50% - 30px);
	width: calc(50% - 30px);
	margin: 0 15px;
	
	background-color: #fff;
	
	height: 82px;
}

.footer-adress .block div {
	position: absolute;
	top: 50%;
	width: 100%;
	padding: 5px 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	font-size: 34px;
	color: #17236b;
}

.footer-adress span {
	white-space: nowrap;
}

@media screen and (max-width: 1260px) {

.footer-adress .block {
	display: block;
	max-width: 900px;
	width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: calc(100% - 30px);
	margin: 0 auto;
}

.footer-adress .block:nth-child(2) {
	margin-top: 20px;
}

}









a.orange-link {
	display: inline-block;
	padding: 12px 36px;
	background-color: #fa6501;
	font-size: 26px;
	color: #fff;
	transition: 0.3s;
}

a.orange-link:hover {
	
}

a.orange-link-disabled {
	background-color: rgba(250, 101, 1, 0.5) !important;
	pointer-events: none;
	cursor: default;
}



/*----------------------------------------------------------------------------------*/

.page6 .block1 {
	position: relative;
	width: 100%;
	font-size: 0;
}

.page6 .block1 img:nth-of-type(1) {
	width: 100%;
}

.page6 .block1 img:nth-of-type(2) {
	position: absolute;
	top: 0;
	left: 0;
}

.page6 .block1 img:nth-of-type(3) {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1440px) {

.page6 .block1 img:nth-of-type(2) {
	display: none;
}

.page6 .block1 img:nth-of-type(3) {
	display: block;
}

}





.burdakovka {
	position: relative;
	width: 100%;
	font-size: 0;
}

.burdakovka img {
	display: block;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 28px;
	border: 1px solid #fff;
}

.burdakovka .footer-date {
	max-width: 1200px;
	margin: 0 auto;
}

.burdakovka .footer-date a {
	color: #17236b;
}







.video-block {
	position: relative;
	width: 100%;
	font-size: 0;
}

.video-block .slider {
	width: 100%;
	padding: 0 150px;
}

.video-block .slider .slick-slide {
	position: relative;
	background-color: #fff;
}

.video-block .slider .slick-prev {
	z-index: 1;
	left: 65px;
	width: 24px;
	height: 61px;
	background: url('/assets/images/page5/arrow-prev.png') no-repeat 0 0;
}

.video-block .slider .slick-next {
	z-index: 1;
	right: 65px;
	width: 24px;
	height: 61px;
	background: url('/assets/images/page5/arrow-next.png') no-repeat 0 0;
}

.video-block .slider img {
	width: 100%;
}


@media screen and (max-width: 1500px) {
/*
.video-block .slider {
    max-width: 1200px;
    margin: 0 auto;
}
*/
}

@media screen and (max-width: 1500px) {

.video-block .slider {
    padding: 0 75px;
}

.video-block .slider .slick-prev {
    left: 10px;
}

.video-block .slider .slick-next {
    right: 10px;
}

}















.discount-monitoring .total {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.discount_table {
	position: relative;
	
	margin-top: 28px;
	width: 100%;
	text-align: center;

}

.discount_table tr {
    background-color: #f6f6f6;
    
}

.discount_table tr:nth-child(2n) {
    background-color: #fff;
    
}

.discount_table th {
    padding: 0 4px;
	height: 48px;
    font-size: 18px;
	line-height: 20px;
    color: #1a365d;
    font-weight: bold;
    vertical-align: middle;
	border-right: 1px dotted #1a365d;
	border-bottom: 3px solid #1a365d;
}

.discount_table td {
    padding: 0 4px;
	height: 48px;
    font-size: 18px;
	line-height: 20px;
    color: #1a365d;
    
    vertical-align: middle;
	border-right: 1px dotted #1a365d;
}

.discount_table th:nth-child(4),
.discount_table td:nth-child(4) {
	border-right: 0;
}

.discount_table td a {
    color: #fa6501;
}




.application {
    position: relative;
}

.application .total {
    display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.application input[type="search"] {
    position: absolute;
    left: 280px;
    width: 280px;
    height: 28px;
    padding: 0 10px;
    border: 0;
    font-size: 14px;
    color: #666;
}

.application table {
	position: relative;
	margin-top: 28px;
	width: 100%;
	/*max-width: 1000px;*/
}

.application table tr {
    background-color: #f6f6f6;
    border-bottom: 1px solid #1a365d;
}

.application table th {
    padding: 0 30px;
	height: 48px;
    font-size: 18px;
	line-height: 20px;
    color: #1a365d;
    font-weight: bold;
    vertical-align: middle;
	border-right: 1px solid #1a365d;
	border-bottom: 3px solid #1a365d;
}

.application table td {
    padding: 12px 30px 14px;
	height: 48px;
    font-size: 18px;
	line-height: 24px;
    color: #1a365d;
    vertical-align: middle;
	border-right: 1px solid #1a365d;
}

.application table td:nth-child(1) {
    width: 280px;
    text-align: center;
}





















/* --------------------------------------------------- */

/* Полоса прокрутки */
::-webkit-scrollbar {
    width: .65em;
}

::-webkit-scrollbar-track {
    background-color: rgba(217, 217, 217, 0.75);
}

::-webkit-scrollbar-thumb {
    background: rgba(170, 170, 170, 0.6);
    border-radius: 5px;
    box-shadow: inset 0.05em 0.05em 0 rgba(0, 0, 0, 0.1), inset 0 -0.05em 0 rgba(0, 0, 0, 0.07);
}
/* Полоса прокрутки */



/*--------------*/

/*
.head:before {
    content: '';
    position: fixed;
    top: 0;
    max-width: 1832px;
    width: calc(100% - 20px);
    height: 28px;
    background-color: #1a365d;
    z-index: 10;
}
*/
@media screen and (max-width: 1020px) {

    .menu {
        display: none;
    }

    .head .logo-mobile {
        margin-left: 94px;
    }

}
/*--------------*/



#hidden-menu {
    position: fixed;
    top: 0;
    left: -580px;
    width: 580px;
    height: 100%;
    background-color: #fff;
    transition: left .4s;
    z-index: 100;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}

.hidden-toggle {
    display: none;
}

.toggle {
    position: absolute;
    top: 28px;
    left: 36px;
    cursor: pointer;
    z-index: 90;
}

.hidden-toggle:checked ~ .toggle {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: background .4s;
}

.hidden-toggle:checked ~ #hidden-menu {
    left: 0;
}



/*
.menu li:not(.nohover):hover > ul {
    display: block;
}
*/



#hidden-menu li {
    display: block;
    position: relative;
    width: 100%;
}

#hidden-menu a {
    display: block;
    padding: 0 20px;
    background-color: #fff;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    font-size: 24px;
    line-height: 60px;
    color: #28485f;
}

#hidden-menu > li:last-child a {
    border-bottom: 1px solid #efefef;
}

#hidden-menu ul ul {
    display: none;
}

#hidden-menu ul a {
    padding-left: 40px;
}

#hidden-menu ul ul a {
    padding-left: 60px;
}

#hidden-menu i {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('/assets/images/right-arrow.png') no-repeat 18px 18px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#hidden-menu i.active {
    transform: rotate(90deg);
}

/* --------------------------------------------------- */




/*
.catalog_table td:nth-child(3) img {
    position: relative;
    top: 2px;
    left: 8px;
}
*/





@media screen and (max-width: 1260px) {

	.new-detail .block .image,
	.new-detail .block .text {
		width: 100%;
	}

	.new-detail .block .image a {
		margin-top: 30px;
		margin-bottom: 5px;
	}

	.new-detail .block .text {
		padding-left: 0;
	}

}



/* -------------------------------- layout-carousel (begin) -------------------------------- */

.owl-news {
	margin-top: 50px;
}

.owl-news .section-header .section-title,
.map-news .section-header .section-title {
    font-size: 24px;
    line-height: 28px;
    /*text-transform: uppercase;*/
    /*text-align: center;*/
    font-weight: bold;
    margin-bottom: 23px;
}

/*------ Owl carousel ------*/

.owl-news .owl-theme .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.owl-news .owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-news .owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 9px;
  margin: 5px 5px;
  background: #000000;
  border: 0px solid #000000;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 0px;
}

.owl-news .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #2eca6a;
}

.owl-news .owl-theme .owl-dots .owl-dot.active span {
  background-color: #2eca6a;
  width: 35px;
}

.owl-news .card-box-a,
.owl-news .card-box-b,
.owl-news .card-box-d {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.owl-news .card-box-a {
    margin-bottom: 0;
}

.owl-news .card-box-a .img-a,
.owl-news .card-box-a .img-b,
.owl-news .card-box-b .img-a,
.owl-news .card-box-b .img-b {
  transition: .8s all ease-in-out;
}

.owl-news .card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.owl-news .card-shadow {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.owl-news .card-shadow:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

.owl-news .card-overlay-a-content {
  transition: all .5s ease-in;
  position: absolute;
  width: 100%;
  height: 145px;
  bottom: 0;
  z-index: 2;
}

.owl-news .card-box-a:hover .card-overlay-a-content {
    bottom: 0;
}

.owl-news .card-header-a {
  padding: 0 1rem;
}

.owl-news .card-header-a .card-title-a {
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: .7rem;
  font-size: 24px;
}

.owl-news .card-header-a .card-title-a a {
  color: #ffffff;
  text-decoration: none;
}

.owl-news .card-body-a {
  z-index: 2;
  transition: all .5s ease-in;
  padding: 0rem 1rem 2rem 1rem;
}

.owl-news .card-body-a .price-box {
  padding-bottom: .5rem;
}

.owl-news .card-body-a .link-a {
    border: 2px solid rgb(71, 173, 70);
    padding: .3rem .6rem .4rem;
    border-radius: 50px;
    color: rgb(71, 173, 70);
    font-size: 18px;
}

.owl-news .card-body-a .link-a:nth-of-type(2) {
    border: 2px solid rgb(253, 196, 35);
    margin-left: 8px;
    color: rgb(253, 196, 35);
}

.owl-news .price-a {
  color: #ffffff;
  padding: 0 .8rem .6rem 0;
  border: 0;
  border-radius: 50px;
  letter-spacing: 0.030em;
  font-size: 1.03rem;
  display: block;
  padding-bottom: 1.3rem;
  padding-top: .35rem;
}

.owl-news .card-info {
  list-style: none;
  margin-bottom: 0;
  padding: .5rem 0;
}

.owl-news .card-info .card-info-title {
  font-size: 1rem;
  color: #313131;
  margin-bottom: .5rem;
}

.owl-news .card-info li span {
  color: #ffffff;
  font-size: .9rem;
}

/*
.fancybox-caption {
    text-align: center;
    font-size: 22px;
}

.fancybox-caption sup {
    font-size: 12px;
}

.fancybox-caption-wrap {
    opacity: 1 !important;
    visibility: visible !important;
}
*/

@media (min-width: 768px) {
  .owl-news .grid .card-box-a,
  .owl-news .grid .card-box-b,
  .owl-news .grid .card-box-c,
  .owl-news .grid .card-box-d {
    margin-bottom: 2.5rem;
  }

  .owl-news .card-box-a:hover .img-a,
  .owl-news .card-box-a:hover .img-b,
  .owl-news .card-box-b:hover .img-a,
  .owl-news .card-box-b:hover .img-b {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .owl-news .card-box-a:hover .card-body-a {
    padding-bottom: 1rem;
  }

  .owl-news .card-info .card-info-title {
    font-size: .9rem;
  }

  .owl-news .card-info li span {
    font-size: .8rem;
  }
}

@media (min-width: 991px) {
  .owl-news .card-info .card-info-title {
    font-size: 1rem;
  }

  .owl-news .card-info li span {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .owl-news .card-box-a,
  .owl-news .card-box-b,
  .owl-news .card-box-c,
  .owl-news .card-box-d {
    margin-bottom: 2.5rem;
  }

  .owl-news .card-box-a .card-body-a {
    padding-bottom: 1rem;
  }
}

/* -------------------------------- layout-carousel (end) -------------------------------- */

.map-news {
	margin-top: 50px;
}

.contact-main {
	margin-top: 0;
    margin-bottom: 28px;
}

.contact-main .block .phone {
	width: 410px;
}

.contact-main .block .phone div sup {
    display: inline-block;
	max-width: 100px;
    line-height: 14px;
}

.contact {
    margin-top: -6px;
}

.contact h2 {
	margin-left: 8px;
	font-size: 24px;
	color: #fff;
}


#call-auto {
	max-width: 500px;
}

#call-auto h2 {
	margin-top: 12px;
	text-align: center;
	font-size: 34px;
	line-height: 40px;
}

#call-auto h2 ~ span {
	display: inline-block;
	margin-bottom: 22px;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	color: #666;
}

/* 03.12.22 */

.selection .tab > input + label:nth-of-type(2) {
  display: none;
}

.selection .tab > input + label::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 100%;
  width: 2000px;
  border-bottom: 1px solid #fff;
}

.selection .tab > input + label:not(:last-of-type) {
  border-right: 1px solid #fff;
}