﻿@font-face {
	font-family 		:font;
	src        			:url("/tmp/fonts/font.ttf");
}

@font-face {
	font-family 		:font-semi-bold;
	src        			:url("/tmp/fonts/font-semi-bold.ttf");
}

@font-face {
	font-family 		:font-bold;
	src        			:url("/tmp/fonts/font-bold.ttf");
}


strong, b {
    font-family: font-semi-bold;
    font-weight: normal !important;
}

html, body {
	height				:100%;
}

body {
	font-family			:font;
	font-size			:14px;
	margin				:0;
	padding				:0;
	color				:#52565A;
}

.body_main {
	background			:url('/tmp/images/background.jpg');
	background-repeat	:no-repeat;
	background-size		:cover;
	background-attachment:fixed;
	background-position	:0% 0%;
	transition			:background-position 0.5s;
}

h1, .title {
	font-family			:font;
	font-size			:32px !important;
	font-weight			:normal !important;
	margin				:0px;
}

td {
	vertical-align		:top;
	font-family			:font;
	font-size			:14px;
}

a.za5:link, a.za5:visited, a.za5:hover {
	color				:#474747;
}

a:link, a:visited {
	color				:#000000;
	text-decoration		:underline;
}

a:hover {
	text-decoration		:none;
}

img {
	border				:0px;
}

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

.icon_p {
	display				:inline-block;
	margin-right		:5px;
}

/**/

#top_main {
	width				:100%;
	/* position			:fixed; */
	z-index				:999;
}

#top_main .flex_row {
	align-content: stretch;
	justify-content		:space-between;
	/* align-items			:center; */
	overflow			:unset !important;
}

#top_main .flex_row > div > .mod-main {
	text-align			:left;
	vertical-align		:middle;
}

#top_main .flex_row > div:last-child {
	text-align			:right;
}

#top_main .flex_row > div:last-child > div:last-child .mod-content {
	display: flex;
	align-items: center;
}

#top_main .flex_row > div:last-child > div:last-child {
    height: 100%;
}

#top_main .flex_row > div:first-child > div:first-child .mod-content {
	padding: 20px 10px !important;
	transition: padding 0.5s;
}

#top_main.top_main_fixed .flex_row > div:first-child > div:first-child .mod-content {
	padding: 15px 10px !important;
}

#top_main #topmenu_wrap {
	margin				:0px 10px 0px 10px;
	text-align			:right;
}

#top {
	color				:#B8B8B8 !important;
	background: rgb(255, 255, 255);
	position			:relative;
	top					:0px;
	transition			:all 1s;
	/* border-bottom: 1px solid #eaeaea; */
}

#top a:link, #top a:visited, #top a:hover {
	color: #000 !important;
}

#header {
	/* color				:#EBEBEB !important; */
	background: rgb(255, 255, 255);
	box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
	position: relative;
}

#header a:link, #header a:visited, #header a:hover {
	/* color				:#EBEBEB; */
}

#top > div, #header > div {
	max-width			:1200px;
	margin				:0 auto;
}

#header #topmenu_tab {
	display				:inline-block;
}

.logo {
	display				:inline-block;
	height				:60px;
	width				:auto;
	transition			:all 1s;
}

.logo_text {
	display				:inline-block;
	font-size: 28px;
	text-decoration		:none !important;
	transition: font-size 0.5s;
}

.logo_text:hover {
	border-color		:rgba(0, 0, 0, 0);
}

/**/

#top_height_def {
	background			:#FFFFFF;
}

.top_main_def {
	position			:relative !important;
}

.top_main_def #top_wrap {
	overflow			:hidden;
	background			:#000000;
}

.top_main_def #header {
	background			:#fff;
}

/**/

.top_main_fixed {
	position			:fixed !important;
}

.top_main_fixed #top {

}

.top_main_fixed .logo {
	height				:40px;
}

.top_main_fixed .logo_text {
	font-size: 22px;
}

/**/

.content-def {
	/* min-height			:780px; */
	padding				:20px;
	box-sizing			:border-box;
	padding-bottom: 40px;
}

/**/

#slider {
	overflow			:hidden;
}

.label_skitter {
	padding				:10px !important;
	margin-bottom		:20px !important;
	opacity				:1 !important;
	color				:#B8B8B8 !important;
	background			:rgba(0, 0, 0, 0.7) !important;
	font-size			:28px;
	text-align			:center;
}

/**/

.white {
	background			:#FFFFFF;
	overflow			:hidden;
}

.light_gray {
	background			:#f5f5f5;
	overflow			:hidden;
}

.gray {
	color				:#6c6c6c !important;
	background			:#eee;
	overflow			:hidden;
}

.dark {
	color				:#fff !important;
	background			:#444444;
	overflow			:hidden;
}

.dark-gray {
    background: #d6d6d6;
    overflow: hidden;
}

.orange {
	background			:#FFC107;
	overflow			:hidden;
}

.blue {
	color				:#FFFFFF;
	background: #FFC107;
	overflow			:hidden;
}

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

.white > div, .light_gray > div, .gray > div, .dark > div, .orange > div, .blue > div, .transparent > div, .dark-gray > div {
	max-width			:1200px;
	margin				:0 auto;
	box-sizing			:border-box;
}

.wide > div {
	max-width			:100%;
	padding				:0px 20px;
	box-sizing			:border-box;
}

/**/

.block-border > div {
	margin				:80px 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;
}

/**/

#footer {
	padding				:40px 20px;
	background			:#333333;
	text-align			:center;
}


/* ======= МЕНЮ ВЕРХНЕЕ ===================================================================== */

.tab {
	border-collapse		:collapse;
	border-spacing		:0px;
	margin				:0 auto;
}

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

.topmenu-0, .topmenu-1, .topmenu-3, .activetopmenu-1, .activetopmenu-3, .topmenu-4 {
	display				:none;
}

.topmenu-2, .activetopmenu-2 {
	display				:inline-block;
}

.topmenu, .activetopmenu {
	font-family: font;
	display				:block;
	font-size: 15px;
	font-weight			:normal;
	text-decoration		:none !important;
	color: #000000 !important;
	padding: 10px 10px;
	margin				:5px;
	transition			:padding 0.5s;
	/* text-transform		:uppercase; */
	border-radius		:3px;
	cursor: pointer;
}

.activetopmenu, .topmenu:hover {
	background			:#FFC107;
	color: #000 !important;
}

.top_main_fixed .topmenu, .top_main_fixed .activetopmenu {
	padding: 8px 10px;
}

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

.menutop_sub {
	display				:block;
	border-top			:1px solid rgba(0, 0, 0, 0);
	border-bottom		:1px solid #B8B8B8;
	font-size			:16px;
	font-weight			:normal;
	text-decoration		:none;
	padding				:10px 20px;
}

.menutop_lvl_2_block > .topmenu-2-parent:last-child > div > .menutop_sub, .menutop_lvl_3_block > .menutop_sub:last-child {
	border-top			:1px solid rgba(0, 0, 0, 0);
	border-bottom		:1px solid rgba(0, 0, 0, 0);
}

#header a.menutop_sub:link, #header a.menutop_sub:visited {
	color				:#424242;
	text-decoration		:none;
}

#header a.menutop_sub:hover {
	color				:#ffffff;
	background			:#FFC107;
	text-decoration		:none;
}

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

.topmenu-2	{
	position			:relative;
}

.activetopmenu-2	{
	position			:relative;
}

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

.menutop_lvl_2_block	{
	position			:absolute;
	text-align			:left;
	display				:none;
	background			:#FFFFFF;
	z-index				:100;
	border				:1px solid #E8E8E8;
}

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

.menutop_lvl_3_block	{
	position			:absolute;
	top					:-1px;
	left				:100%;
	display				:none;
	background			:#FFFFFF;
	border				:1px solid #E8E8E8;
	border-left			:0px;
}

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

.button_custom {
	color				:#FFFFFF !important;
	border				:0 !important;
	background			:#00abff !important;
	transition			:all 0.5s !important;
	box-shadow			:0px 0px 0px !important;
}

.button_custom:hover {
	color				:#FFFFFF !important;
	border				:0 !important;
	background			:#2EBAFF !important;
}

/**/

.icon_spec {
	display				:block;
	position			:relative;
	border				:1px solid #E2EBF5;
	box-sizing			:border-box;
}

.icon_spec .hr_1 {
	max-width			:140px;
	margin				:40px auto;
	opacity				:0.3;
	background			:#515860 !important;
	transition			:all 0.8s;
}

.icon_spec > div:nth-child(1) {
	height				:80%;
	width				:80%;
	position			:absolute;
	top					:0;
	right				:0;
	bottom				:0;
	left				:0;
	margin				:auto;
	color				:#515860;
	background			:#FFFFFF;
	border				:1px solid #E2E2E2;
	box-shadow			:1px 1px 3px rgba(0, 0, 0, 0.5);
	opacity				:0;
	transition			:all 0.9s;
}

.icon_spec > div:nth-child(1) > div {
	display				:table;
	height				:100%;
	width				:100%;
}

.icon_spec > div:nth-child(1) > div > div {
	display				:table-cell;
	vertical-align		:middle;
}

.icon_spec > div:nth-child(1) > div > div > div {
	text-align			:center;
}

.icon_spec > div:nth-child(1) > div > div > div > div:nth-child(1) {
	padding				:0px 15px;
	font-size			:24px;
	color				:#EEA63A;
}

.icon_spec > div:nth-child(1) > div > div > div > div:nth-child(3) {
	padding				:0px 15px;
	font-size			:16px;
}

.icon_spec > div:nth-child(2) > img {
	display				:block;
	width				:100%;
}

.icon_spec:hover > div:nth-child(1) {
	opacity				:0.9;
}

.icon_spec:hover .hr_1 {
	margin				:10px auto;
}

/**/

input[type='radio'].input_1 + label:hover, input[type='radio'].input_1:checked + label {
	background			:#FFC107 !important;
}

#route_button {
	border: 1px solid #FFC107 !important;
	background: #FFC107 !important;
}

#route_button:hover {
	border				:1px solid #396abe !important;
	background			:#396abe !important;
}

/**/

#scroll_main {
	margin				:80px 20px !important;
}

/**/

.mod_form_content {
	margin				:80px auto !important;
}

/**/

.show {
	border-radius		:10px !important;
	box-shadow			:0 0 0 !important;
}
.show:hover {
	opacity				:0.8 !important;
	animation-name		:none !important;
}

.overlay {
	background:transparent;
	position:relative;
	width:100%;
	height:550px;
	top:550px;
	margin-top:-550px;
}

img.show, img.show:hover {
	box-shadow			:0px 0px 0px !important;
	border-radius		:3px !important;
	background-color    :#ffffff !important;
}

a.show img {
	border-radius		:0px !important;
	display			:block;
}


.photo_item_title_0 {
    display: none;
}

/**/

.title_c {
	display				:block;
	padding				:7px 20px;
	background			:#F3F3F3;
	border-left			:10px solid #FFC107;
}

.title_ci {
	display				:block;
	padding				:7px 20px;
	color				:#ededed;
	background			:#6c6c6c;
	border-left			:10px solid #f47920;
}

.title_c2 {
	display				:block;
}

/**/

.mod-main .mod-article-container {
	display				:inline-block;
	width				:33.33%;
	box-sizing			:border-box;
	vertical-align		:top;
	padding				:30px 10px !important;
}

.mod-main .mod-article-title a {
	font-size			:20px;
	text-decoration		:none;
	color				:#FFC107;
}

.mod-main .mod-article-readmore {
	display				:block;
	padding				:10px 0px 0px 0px;
	color				:#FFC107;
}

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

	.mod-main .mod-article-container {
		width			:100%;
	}

}

/**/

.button_blue {
    border: 1px solid #FFC107 !important;
    background: #FFC107 !important;
}

.button_blue:hover {
    border: 1px solid #efb406 !important;
    background: #efb406 !important;
}

.button_grey:hover {
    color               :#52565A !important;
    background          :#f6f6f6;
    border              :solid 2px #f6f6f6;
}

.button_grey {
    cursor              :pointer;
    display             :inline-block;
    border              :solid 2px #F3F3F3;
    padding             :0 20px;
    line-height         :36px;
    text-decoration     :none !important;
    font-size           :20px;
    color               :#52565A !important;
    background          :#F3F3F3;
}

.button_grey_2:hover {
    color               :#ededed !important;
    background          :#737373;
    border              :solid 2px #737373;
}

.button_grey_2 {
    cursor              :pointer;
    display             :inline-block;
    border              :solid 2px #6c6c6c;
    padding             :0 20px;
    line-height         :36px;
    text-decoration     :none !important;
    font-size           :20px;
    color               :#ededed !important;
    background          :#6c6c6c;
}

/*

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

*/

#mod_114, #mod_124 {
    border-right: 1px solid #49689d;
}

/**/


.mod_flat_shadow_button_white {
    box-shadow: rgba(54, 50, 56, 0.29) 0px 2px 5px !important;
}

.mod_flat_shadow_button_white img {
    width: 110% !important;
    max-width: none !important;
    margin: -10px !important;
}


/*

.mod-about {
	color:#fff;
}

.content-def .mod-about > div > div:first-child .mod-content {
		display: none;
}

.mod-about > div > div:last-child .mod-content {
	background: none !important;
}

.mod-about > div > div:nth-child(1) .mod-content {
    background: url(/files/about/1.jpg) center no-repeat;
	background-size: cover;
}

.mod-about > div > div:nth-child(2) .mod-content {
    background: url(/files/about/2.jpg) center no-repeat;
	background-size: cover;
}

.mod-about > div > div:nth-child(3) .mod-content {
    background: url(/files/about/3.jpg) center no-repeat;
	background-size: cover;
}

.mod-about > div > div:nth-child(4) .mod-content {
    background: url(/files/about/4.jpg) center no-repeat;
	background-size: cover;
}

.mod-about > div > div:nth-child(5) .mod-content {
    background: url(/files/about/5.jpg) center no-repeat;
	background-size: cover;
}

.mod-about > div > div:nth-child(6) .mod-content {
    background: url(/files/about/6.jpg) center no-repeat;
	background-size: cover;
}
*/

.cricle_img {
	border-radius: 50px;
}

/**/

.table_contacts {
    width: auto !important;
}

.table_contacts .fa {
    font-size: 20px;
    color: #ffffff !important;
    background: #eee;
    width: 32px;
    padding: 6px 0px;
    text-align: center;
    border-radius:3px;
}

hr {
    border               :0;
    height               :1px;
    background           :#e4e4e4;
}