 @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

html, body {
	height				:100%;
}

body {
	font-family			:'Open Sans', sans-serif;
	font-size			:16px;
	line-height			:1.2;
	margin				:0;
	padding				:0;
	color				:#555;
	background			:#fff;
}

.body_def {
	min-height          :100vh;
    display             :flex;
    flex-direction      :column;
	background			:#fff;
}

.flex-def {
    flex                :1;
}

.white {
	background			:#ffffff !important;
}

h1 {
	font-family			:'Open Sans', sans-serif;
	font-size			:32px;
	font-weight			:normal;
	margin				:0 !important;
	padding				:0 !important;
}

h4 {
	font-family			:'Open Sans', sans-serif;
	font-size			:14px;
}

td {
	vertical-align		:top;
	font-family			:'Open Sans', sans-serif;
	font-size			:14px;
	line-height			:1.2;
}

a.za5:link, a.za5:visited, a.za5:hover {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	font-size: 14px;
}

a:link, a:visited {
	color				:#000;
}

a:hover {
	color				:#000;
	text-decoration		:none;
}

img {
	border				:0px;
}

p {
	padding				:0px;
	margin				:0px;
}

.button_custom {
	background			:#ffdc60 !important;
	border-color		:#ffdc60 !important;	
	color				:#000 !important;
	font-size			:16px !important;
	box-shadow			:none !important;
}

.button_custom:hover {
	background			:#fdd02f !important;
	border-color		:#fdd02f !important;

}

/**/

.top {
	background: #f5f5f5;
}


.top > div {
	width				:100%;
	max-width			:1200px;
	margin				:0 auto;
}

.top .mod-main {
	display				:inline-block;
	text-align			:left;
	vertical-align		:middle;
}

.top > .like_table > div > div:nth-child(2) {
	text-align			:right;
}

#top td {
	font-family: font !important;
}

#top a {
	text-decoration:none;
}

/**/

#header {
	width				:100%;
	background			:#fff;
	z-index				:20;
	position			:relative;
	box-shadow: 0 1px 0 0 #e5e5e5;
}

#header > .like_table > div > div:nth-child(2) {
	text-align			:right;
}

#header .mod-main {
	display				:inline-block;
	vertical-align		:middle;
	text-align			:left;
}

/*.mod-content {
    padding             :15px 20px !important;
}*/

/**/

#topmenu_main {
	height				:50px;
}

.topmenu_fix {
	position			:fixed !important;
	top					:0px !important;
	z-index				:2000 !important;
	width				:100% !important;
	/* box-shadow: 0px 3px 10px rgba(0,0,0,0.1); */
}

#topmenu_tab {
	margin				:0 auto;
}

#topmenu {
	width				:100%;
	background-color: #ffffff;
	position			:relative;
	z-index				:100;
	/* border-bottom: 1px solid #eee; */
	border-top: 1px solid #eee;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
}

.topmenu_display {
	display					:block !important;
}

.animation_show {
	opacity						:0;
	animation					:show 0.5s 0s forwards;
	-webkit-animation			:show 0.5s 0s forwards;
}

@-webkit-keyframes show {
    0% {}
    100% {
		opacity			:1;
	}
}

@keyframes show {
    0% {}
    100% {
		opacity			:1;
	}
}

#topmenu_ico {
	width				:auto !important;
	background-repeat	:no-repeat !important;
	background-color	:#efc94c !important;
	margin				:0px !important;
}

#topmenu_ico:after {
	content				:"Меню";
	line-height			:48px;
	padding				:0px 0px 0px 54px;
	font-size			:22px;
	font-weight			:normal;
	color				:#7D7D7D;
}

/**/

#slider {
	width				:100%;
	/*padding				:40px 0px;*/
}

#slider .label_skitter {
	margin				:0px 0px 20px 0px !important;
	padding				:20px 0px 20px 0px !important;
	background			:rgba(60, 60, 60, 0.5) !important;
	font-size			:24px !important;
	font-weight			:normal !important;
	color				:#E9E9E9 !important;
	opacity				:1 !important;
	text-align			:center;
}

#slider .image_number_select {
	background-color	:#efc94c !important;
}

/**/

.module_1 {
	width				:100%;
	background			:#cccccc;
}

/**/

.module_spoiler_1 {
	width				:100%;
	background			:#EBEBEB;
}

/**/

.title_1 {
	font-size			:36px;
	font-size			:calc( (100vw - 320px)/(1920 - 320) * (36 - 26) + 26px);
}

/**/

.gray {
	background			:#E6E6E6;
	color				:#555 !important;
	overflow			:hidden;
}

.yellow {
    background: #ffeb3b;
	overflow:hidden;
}

.module_4, .module_6, .module_9 {
	background			:#fff;
}

.module_10 {
	background			:#3c3c3c;
}

.module_12 {
	color		    	:#fff;
}

.dark {
	background			:#555;
	overflow			:hidden;
	color				:#fff;
}

.fon_1 {
	background: url(/files/fons/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0% 0%;
    transition: background-position 0.5s;
}

.content-def {
	padding				:15px !important;
	line-height			:1.5;
}

.p_10 {
	padding				:10px;
}

/**/

.footer {
	width				:100%;
	text-align			:center;
	padding				:50px 0px 50px 0px;
	background			:#efc94c;
}


/* ======= Верхнее меню ======= */

.tab {
	border-collapse		:collapse;
}

.tab td {
	padding				:0px;
	vertical-align		:top;
	white-space			:nowrap;
}


.topmenu {
	display				:block;
	padding: 15px 30px 15px 30px;
	font-size: 16px;
	text-decoration		:none;
	color: #555;
	transition: color 0.25s;
	margin: 0 10px;
	border-bottom: 3px solid transparent;
}

.topmenu-1 {
	width				:0px;
}

.topmenu-2 {
	font-size			:14px;
	text-decoration		:none;
}

.topmenu-3 {
	width				:0px;
}

a.topmenu:link {
	color: #777;
}

a.topmenu:visited {
	color: #777;
}

a.topmenu:hover {
	color: #000;
	cursor				:pointer;
	border-bottom: 3px solid #efc94c;
}


.activetopmenu {
	display				:block;
	padding: 15px 30px 15px 30px;
	font-size: 16px;
	text-decoration		:none;
	/* background: #f5f5f5; */
	border-bottom: 3px solid #efc94c;
	margin: 0 10px;
}

.activetopmenu-1 {

}

.activetopmenu-2 {
	font-size			:14px;
	text-decoration		:none;
	color				:#868686;
}

.activetopmenu-3 {
	width				:0px;
}

a.activetopmenu:link {
	color: #000;
}

a.activetopmenu:visited {
	color: #000;
}

a.activetopmenu:hover {
}

/* ------- Выпадающее меню ------- */

.menutop_sub	{
	display				:block;
	line-height			:40px;
	font-size			:14px;
	font-weight			:normal;
	text-decoration		:none;
	padding				:0px 15px 0px 15px;
}

a.menutop_sub:link {
	color				:#868686;
}

a.menutop_sub:visited {
	color				:#868686;
}

a.menutop_sub:hover {
	color				:#F5F5F5;
	background-color	:#efc94c;
}

/* ------- / Выпадаюшее меню ------- */

/* ------- Уровень 2 ------- */

.topmenu-2	{
	position			:relative;
}

td.topmenu-2 > div, td.activetopmenu-2 {
	/* padding: 10px 10px; */
}

.activetopmenu-2	{
	position			:relative;
}

.topmenu-2-parent	{
	position			:relative;
}

.menutop_lvl_2_block	{
	position			:absolute;
	text-align			:left;
	display				:none;
	background			:#F5F5F5;
	border-left			:1px solid #cccccc;
	border-bottom		:1px solid #cccccc;
	border-right		:1px solid #cccccc;
}
/* ------- / Уровень 2 ------- */

/* ------- Уровень 3 ------- */

.menutop_lvl_3_block	{
	position			:absolute;
	top					:-1px;
	left				:100%;
	display				:none;
	background			:#F5F5F5;
	border-right		:1px solid #cccccc;
	border-bottom		:1px solid #cccccc;
	border-left			:1px solid #cccccc;
}

/* --- */

.module_block {
	width				:100%;
	max-width			:1200px;
	margin				:0 auto;
}

/**/

.module_block .mod-title {
	font-size			:28px;
	font-weight			:normal;
	padding				:30px 0px 10px 0px;
	text-align			:center;
	line-height			:120%;
}

/*.mod-bot {
    padding: 0px 0px 30px 0px;
}*/

.module_two {
	max-width			:1200px;
	width				:100%;
	padding				:0px 0px 0px 0px;
	margin				:0 auto;
}

.module_two_table_main {
	width				:100%;
	display				:table;
}

.module_two_1, .module_two_2 {
	display				:table-cell;
	width				:50%;
	overflow-x			:hidden;
	vertical-align		:top;
}

.module_two_1 .mod-main, .module_two_2 .mod-main {
	padding				:20px 20px 20px 20px;
}

/**/

.request {
	display				:block;
	width				:auto !important;
}

.request_main {
	display				:inline-block;
	padding				:20px 40px;
	background-color	:#FD9729;
	border-radius		:4px;
	box-sizing			:border-box;
}

.request_title {
    font-size			:24px;
	color				:#ffffff;
}

.request_main table {
	margin				:0px auto;
}

@media screen and (max-width: 920px) {

	.request_title {
		margin				:0px 0px 20px 0px;
	}

	.request_main > table,
	.request_main > table > tbody,
	.request_main > table > tbody > tr,
	.request_main > table > tbody > tr > td
	{
		display				:block;
	}

	.request_main > table > tbody > tr > td:nth-child(2),
	.request_main > table > tbody > tr > td:nth-child(4)
	{
		display				:none;
	}

	.request_main > table > tbody > tr > td > input {
		margin-left			:auto !important;
		margin-right		:auto !important;
	}

}

#panorama iframe {
	width		        	:100% !important;
}

.white_shadow {
    background-color    :#ffffff;
    box-shadow:0px 0px 11px rgba(0, 0, 0, 0.53);
    -webkit-box-shadow:0px 0px 11px rgba(0, 0, 0, 0.53);
    margin              :20px;
    padding             :40px;
    font-size           :18px;
}

.section_item_image img {
	max-width: 100%;
	/*max-height: 350px;*/
}

.section_item_text {
	text-align: left;
}
.section_item_title {
    padding: 0px 0px 15px 0px !important;
    font-size: 18px;    
}

.section_item_title, .section_item_char, .section_item_desc {
    max-width: 500px !important;
}

.section_item_desc {
    color: #5f5f5f;
}

.section_item_char_0 {
    max-width: 100% !important;
}

.section_item_char, .section_item_desc {
	line-height: 1.5;
}

.section_item {
	padding: 40px 20px !important;
}

.section_item_order {
    margin-top: 20px !important;
}

/**/

.table_contacts {
    width: auto !important;
}

.module_15 .table_contacts {
	min-width: 250px;
}

.table_contacts .fa {
    font-size: 16px;
    color: #ffffff !important;
    background: #e6e6e6;
    width: 24px;
    padding: 4px 0px;
    text-align: center;
    border-radius:3px;
}

.transparent {
    overflow: hidden;
    box-shadow: inset 0px 0px 20px #000;
    background: rgba(0, 0, 0, 0.4) url(images/grid.png);
    color: #fff;
}

#mod_17 {
	padding: 0px 10px;
}


/**/

#mod_cart {
	height				:auto !important;
	max-width			:100% !important;
	margin				:10px;
	border				:0 !important;
	background			:none !important;
	box-shadow			:0 0 0 !important;
}

#mod_cart_main #mod_cart:hover {
	background			:none !important;
	box-shadow			:0 0 0 !important;
}

#mod_cart td {
	/*height				:auto !important;*/
	font-size			:12px !important;
}

#mod_cart_img {
	height				:42px !important;
	width				:42px !important;
	padding				:0px !important;
	background-image	:url('/tmp/images/cart.png') !important;
	background-color	:#EAEAEA !important;
	background-position	:center !important;
	border				:0 !important;
	border-radius		:4px !important;
}

#mod_cart:hover #mod_cart_img {
	background-color	:#F0F0F0 !important;
}

#mod_cart_quantity, #mod_cart_summa {
	font-size			:12px !important;
}

/**/

.photo_items_container {
    text-align: center;
}

/**/

.mod_flat_rotate_back_2 {
    opacity: 1 !important;
}

/*.mod_flat_shadow_button_white {
    padding: 40px 10px !important;
}*/

.programm tr > td:first-child {
    border-right: 1px solid #ccc;
}

/**/

.indent:before {
	display: block;
	content: "";
	height: 50px;
	margin: -50px 0 0;
}

/**/

.img_bg .flex_row a:nth-last-of-type(1) > .mod_flat_rotate_container_2 > .mod_flat_rotate_front_2 {
	background: url(/files/tmp/img2.jpg);
	background-size: cover;
	background-position: center;
	color: #fff !important;
}

.img_bg .flex_row a:nth-last-of-type(2) > .mod_flat_rotate_container_2 > .mod_flat_rotate_front_2 {
	background: url(/files/tmp/img1.jpg);
	background-size: cover;
	background-position: center;
	color: #fff !important;
}

.mod_flat_rotate_front_2, .mod_flat_rotate_back_2 {
	word-break: normal !important;
	color: #000 !important;
}

.table_0.price  > tbody > tr > td {
	background: #fff;
    padding: 20px;
    border-bottom: 1px solid #eee;
	line-height:1.5;
}

.table_0.price  > tbody > tr:last-child > td {
	border-bottom: none;
}

.mod_flat_rotate_front_2 ul,
.mod_flat_rotate_back_2 ul {
	padding:0;
}

.mod_flat_rotate_back_2 ul {
	-webkit-padding-start: 10px !important;
	font-size:15px;
}

.mod_flat_rotate_back_2 ul > li {
	padding: 5px 0px;
	list-style:none;
}


.yellow {
    color: #000;
    background: #efc94c;
    overflow: hidden;
}

.green {
    color: #FFFFFF;
    background: #2bac2b;
    overflow: hidden;
}

.mod_form_p_i_2, .mod_form_p_i_2 a {
    color: #555;
}


/**/

#video_bg_wrap {
	overflow			:hidden;
}

.video_bg_container {
	position			:relative;
	height				:400px;
	overflow			:hidden;
}

.video_bg_video {
	position			:absolute;
	top					:0px;
	left				:0px;
	min-width			:100%;
    min-height			:100%;
    width				:auto;
    height				:auto;
}

.video_bg_grid {
	position			:absolute;
	z-index				:10;
	width				:100%;
	height				:500px;
	overflow			:hidden;
    box-shadow			:inset 0px 0px 20px #000000;
    text-shadow			:0px 0px 5px #000000;
    background			:url(/tmp/images/grid.png);
}

/**/

.mod_photo_s_content {
    border: none!important;
    box-shadow: 0 3px 10px rgba(0,0,0,.3);
}

.mod_photo_s_text {
    font-size: 14px;
}

/**/

.block-border {
	padding:0 10px;
}

.block-border > div {
	margin				:40px auto;
	box-shadow			:0px 0px 2px rgba(0, 0, 0, 0.5);
	background			:#FFFFFF;
}

.block-border .mod-main:nth-child(2) .mod-content {
	background-image	:url('/files/main/photo.jpg');
	background-position	:center;
	background-repeat	:no-repeat;
	background-size		:cover;
}

.mainpage_utp_container {
	display 			:flex;
	flex-wrap 			:wrap;
	align-content		:center;
	justify-content		:center;
}

.mainpage_utp_wrap {
	flex-basis 			:590px;
	display 			:flex;
	flex-wrap 			:wrap;
	align-content		:center;
	justify-content		:space-between;
	margin-bottom 		:40px;
}

.mainpage_utp_icon {
	flex-basis 			:100px;
}

.mainpage_utp_text {
	flex-basis 			:300px;
	flex-grow			:1;
	display 			:flex;
    align-items			:center;
    padding 			:0px 40px 0px 20px;
}

@media screen and (max-width: 600px) {
	.mainpage_utp_container {
		flex-basis 		:300px;
		flex-grow 		:1;
	}
}

@media screen and (max-width: 500px) {
	.mainpage_utp_wrap {
	justify-content		:center;
	padding-left		:0px;
	}
}

/**/

.mod_circle_text {
    padding: 10px;
}

.wide .module_block {
	max-width:100%;
}

.wide .title {
	max-width: 1200px;
    margin: 0 auto;
}

.wide_content > div:nth-child(1) {
	background-color: #efc94c;
	overflow:hidden;
	color:#fff;
}

.wide_content > div:nth-child(1) .mod-content {
    max-width: 600px;
    width: 100%;
    float: right;
	display: flex;
    justify-content: center;
}

.wide_content > div:nth-child(1) .mod-content > div {
	align-self: center;
}

.wide_content > div:nth-child(2) {
	background-color: #eee;
	overflow:hidden;
	padding: 0px 20px;
}

.wide_content > div:nth-child(2) a {
	color: #ff9900 !important
}

.wide_content > div:nth-child(2) .mod_form_content {
	max-width: 600px;
	box-shadow: none;
	margin: 0 0;
}

.wide_content > div:nth-child(3) {
    background: #f5f5f5;
    overflow:hidden;
}

.wide_content > div:nth-child(3) .mod-content  {
	max-width: 1200px;
    margin: 0 auto;
}

/*
.wide_50 > div:nth-child(2) .mod_form_content .mod_form_table {
	max-width: 100%;
}*/

.wide_content > div:nth-child(2) .mod_form_content  input.input:required:invalid {
	border-left: 5px solid #ff9900 !important;
}

/**/

.content-tabs-item {
	cursor:pointer;
	width:300px;
	padding:20px 15px;
	font-size:18px;
	background:#F5F5F5;
	box-sizing:border-box;
	transition:border 0.5s;
}

.content-tabs-item-active,
.content-tabs-item:hover {
	background:#fff;
	border-left:8px solid #efc94c;
}

.content-tabs {
	display:none;
	background:#FAFAFA;
}

.content-tabs td {
	padding:20px;
	background: #fff;
}

/**/


.mod_icon_content {
    color: #fff !important;
    background-color: transparent !important;
}

.fon_1 .mod_icon_content:hover .mod_icon_frame i {
    color: #0e1a21 !important;  
}


/**/

.section_item {
	padding:20px !important;
}

.section_item_hover {
	padding:20px !important;
	
}

/**/


#switcher {
	-webkit-user-select	:none;
	-khtml-user-select	:none;
	-moz-user-select	:none;
	-ms-user-select		:none;
	user-select			:none;
	text-align: center;
}

#switcher label {
	display				:inline-block;
	font-weight         :500;
	cursor				:pointer;
	padding: 10px 0;
	margin: 0 40px;
	font-size: 18px;
	color: #333;
	border-bottom		:2px solid rgba(0, 0, 0, 0);
}

#switcher label:first-child {
	margin-left		:0;
}

#switcher label:last-child {
	margin-right		:0;
}

#switcher label:hover {
	color				:#efc94c;
}

#switcher input {
	display				:none;
}

#switcher input:checked + label {
	color: #333;
	border-bottom		:2px solid #efc94c;
}

#mod_shop_container_20,
#mod_shop_container_21,
#mod_shop_container_26 {
	display				:none;
}

/**/

.border-angle {	
	display: inline-block !important;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 0 100px 60px;
	border-color: transparent transparent transparent #eee;	
}

#hexagon {
	width: 60px;
	height: 40px;
	background: #efc94c;
	position: relative;
	text-align: center;
}
#hexagon:before {
	content: "";
	position: absolute;
	top: -15px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 15px solid #efc94c;
}
#hexagon:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 15px solid #efc94c;
}

#hexagon_block .flex_row {
	align-items: center !important;
}

.button_red {
	border: 1px solid #efc94c !important;
	background: #efc94c !important;
	color: #000 !important;
}

.button_red:hover {
	border: 1px solid #ff1b52 !important;
	background: #ff1b52 !important;
}

/**/

.gray .mod_flat_shadow_button_white > div:nth-child(1) > span {
    color: #000 !important;
}

.icon_svg {
    width: 50px;
    height: 50px;
    fill: #000;    
}

#icon_svg_block .mod-content {
	align-items: center;
    display: flex;
	border: 1px solid #eee;
}

#mod_230 .mod-content, #mod_235 .mod-content, #mod_247 .mod-content, #mod_248 .mod-content, #mod_249 .mod-content {
	display: block;
	border: none;
}

#mod_195 {
	padding: 0 10px;
}

.table_list th, .table_list td {
	padding: 12px !important;
    vertical-align: middle;
}

.table_list tr {	
    border: 1px solid #eee !important;
}

.table_list tr:last-child {
    border-bottom: 1px solid #eee !important;
}

#mod_250 .mod_form_i_2 > div:nth-child(3) {
	order: -1;
}