@import url(../fonts/styles1.css);
@import url(../fonts/styles2.css);
@import url(../fonts/styles3.css);
@import url(../fonts/styles4.css);
@import url(../fonts/styles5.css);

::-webkit-scrollbar {
	background: #ddd;
	width: 8px;
	height: 8px;
}

/* 4 - видимая часть трека */
::-webkit-scrollbar-thumb {
	background: #333;
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	position: relative;
	height: auto !important;
	min-height: 100%;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	padding-right: 0px !important;
	background-color: #ececec;
	font-family: 'OpenSans', serif;
	font-size: 17px;
	line-height: 26px;
	font-weight: 100;
	color: rgb(90, 90, 90);
	padding-bottom: 127px;
}
/*-----------------------------------------------------------------*/
/*плавающая кнопка трофеев перехода в галерею*/
.trophy_btn{
	display: block;
	position: fixed;
	z-index: 9999;
	left: 10px;
	top: 45%;
	width: 50px;
	height: 50px;
	transition: all 0.5s ease-in;
}
.trophy_btn a{
display: block;
	text-align: center;
}
.trophy_btn a img{
width: 100%;
	border-radius: 100%;
	box-shadow: 0px -1px 8px #1d75b3;
	transition: border-radius 0.5s ease-in;
}
.trophy_btn a span{
	display: none;
	color: #1d75b3;
	transition: all 0.5s ease-in;
}
.trophy_btn:hover{
	top: calc(45% - 70px);
	width: 200px;
	height: auto;
}
.trophy_btn:hover a img{
	border-radius: 0;
}
.trophy_btn:hover a span{
	display: block;
	box-shadow: 0px -1px 8px #1d75b3;
}
/*-----------------------------------------------------------------*/
.wow {
	visibility: hidden;
}
p {
	stroke: none;
	stroke-dasharray: none;
	stroke-dashoffset: 0px;
	stroke-linecap: butt;
	stroke-linejoin: miter;
	stroke-miterlimit: 4;
	stroke-opacity: 1;
	stroke-width: 1px;
	tab-size: 8;
	table-layout: auto;
	text-anchor: start;
	text-combine-upright: none;
	text-decoration-color: rgb(102, 102, 102);
	text-decoration-line: none;
	text-decoration-style: solid;
	text-indent: 14px;
	text-orientation: mixed;
	text-overflow: clip;
	text-rendering: auto;
	text-shadow: none;
	text-transform: none;
	text-underline-position: auto;
	font-feature-settings: normal;
	font-kerning: auto;
	font-stretch: 100%;
	font-style: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-weight: 400;

}
/*
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oranienbaum', serif;
}
*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'MyriadPro-Semibold', serif;
}
/* h1, h2, h3, h4, h5, h6 {
    font-family: 'MyriadPro-Regular', serif;
    font-weight: 100 !important;
}
 */
strong {
	font-weight: 900;
}
.table td p, .table th p {
	text-indent: 0px;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*стили для модальных окон*/
.modal {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.modal-content {
	border-radius: 0px;
	background-color: #155173;
}

.modal-header {
	color: #fff;
}

.modal-body {
	color: #ccc;
}

.modal-body label {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 14px;
	color: #ccc;
}

.modal-body .form-control {
	border-radius: 0px;
	display: inline-block;
}

.modal-body .btn {
	border-radius: 0px;
}

.modal-body .btn-success {
	float: right;
}

.custom-checkbox .custom-control-indicator {
	top: 0px;
}

#tpl_contact h2 {
	margin: 0px 0px 40px 0px;
	font-size: 75px;
	font-weight: 100;
	line-height: 1.04;
	text-shadow: 1px 1px 1px #333;
	text-align: center;
}

#tpl_contact label {
	position: relative;
	display: block;
	width: 100%;
}

#tpl_contact label input, #tpl_contact label select, #tpl_contact label textarea {
	display: block;
	width: 100%;
	margin: 0;
	-webkit-appearance: none;
	outline: none;
	font-weight: 300;
	font-family: "Lato", sans-serif;
	font-size: 17px;
	padding: 18px 22px 21px;
	line-height: 20px;
	color: #777777;
	background: #dddddd;
	border: none;
}

#tpl_contact label textarea {
	resize: vertical;
	overflow: auto;
	height: 250px;
}

#tpl_contact .send {
	word-spacing: normal;
	margin-bottom: 5px;
	background: #292929;
}

#tpl_contact .reset {
	background: #307b9a;
	word-spacing: normal;
	margin-bottom: 5px;
}

#tpl_contact .btn {
	display: inline-block;
	padding: 13px 38px;
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	transition: 0.3s all ease;
	border-radius: 0px;
	border: none;
}

#tpl_contact .btn:hover, #tpl_contact .btn:active {
	background: #0a0a0a;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
	color: #fff;
}

#tpl_contact .reset:hover, #tpl_contact .reset:active {
	background: #155173;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
a {
	/*color: red;*/
}

a:hover, a:focus {
	text-decoration: none;
	color: inherit;
}



/*--------------------------------------------------------------------------------------------------------------------*/
/*прелоадер для сайта*/
#p_prldr {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #307b9a;
	z-index: 99999;
}

.contpre small {
	font-size: 25px;
}

.contpre {
	width: 250px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 48%;
	margin-left: -125px;
	margin-top: -75px;
	color: #fff;
	font-size: 40px;
	letter-spacing: -2px;
	text-align: center;
	line-height: 35px;
}

#p_prldr .svg_anm {
	position: absolute;
	width: 41px;
	height: 41px;
	background: url('/img/shared/tail-spin.svg') center center no-repeat;
	background-size: 41px;
	margin: -16px 0 0 -16px;
}

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

.effect1:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: rgba(255, 255, 255, .4);
	transition: none;
}

.effect1:hover:after {
	width: 120%;
	background-color: transparent;
	transition: all .3s ease-out;
	content: "";
}

/*--------------------------------------------------------------------------------------------------------------------*/
.button1 {
	border: none;
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	margin: 20px auto 0px;
	color: #fff;
	font-size: 20px;
	padding: 10px 20px;
	box-shadow: 1px 1px 1px #444;
	transition: all .1s ease-in-out;
	background-color: rgba(21, 101, 192, 1);
}

.button1:hover {
	box-shadow: none;
	background: #333;
	color: #fff;
	outline: none;
}
.button1:focus {
	color: #fff;
}
.tooltip-inner {
	background: #155173;
}

.tooltip-inner:before {
	border-bottom-color: #155173 !important;
}

/*--------------------------------------------------------------------------------------------------------------------*/
.one {
	position: relative;
	text-align: center;
}

.one h1, .one h2 {
	padding: 0px 30px;
	margin: 0px 0px 20px;
	display: inline-block;
	font-size: 48px;
	line-height: 54px;
	font-weight: bold;
	letter-spacing: 5px;
	text-shadow: 1px 1px 1px #444;
	color: #307b9a;
	background: #ececec;
}

.one h1:after, .one h2:after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 1px;
	left: 0;
	top: 27px;
	background: #307b9a;
}

.one.beliy h1, .one.beliy h2 {
	color: #fff;
	background: #307b9a;
}

.one.beliy h1:after, .one.beliy h2:after {
	background: #ececec;
}

.two {
	position: relative;
	text-align: center;
}

.two h1, .two h2 {
	padding: 0px 30px;
	margin: 0px 0px 20px;
	display: inline-block;
	font-size: 48px;
	line-height: 54px;
	letter-spacing: 5px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #444;
	color: #fff;
}

.two h1:before, .two h1:after, .two h2:before, .two h2:after {
	content: "";
	position: absolute;
	width: 35%;
	height: 1px;
	top: 27px;
	background: #ececec;
}

.two h1:before, .two h2:before {
	left: 0;
}

.two h1:after, .two h2:after {
	right: 0;
}

.two.beliy h1, .two.beliy h2 {
	color: #fff;
}

.two.beliy h1:before, .two.beliy h1:after, .two.beliy h2:before, .two.beliy h2:after {
	background: #ececec;
}

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

/*--------------------------------------------------------------------------------------------------------------------*/
/*слайдер*/
.slider1 {
	position: relative;
	/*z-index: 50;*/
}

#slider2 .owl-item, #slider3 .owl-item {
	max-height: 360px;
	background: #ececec !important;
	min-height: 300px !important;
}

.owl-theme .owl-nav {
	margin-top: 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	margin: 5px;
	padding: 8px 10px 6px;
	background: url("/img/fon_menu.png") repeat;
	display: inline-block;
	cursor: pointer;
	border-radius: 0px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: rgba(243, 240, 231, 0.6);
	color: #155173;
	text-decoration: none;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 0px;
	text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 8px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #307b9a;
}

.slider_caption {
	display: none;
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

.slider_caption .title {
	font-size: 60px;
	line-height: 60px;
	font-family: 'Times New Roman';
	font-style: italic;
	color: #fff;
	margin-bottom: 0
}

.slider_caption .description {
	font-size: 100px;
	line-height: 100px;
	/*font-family: 'Open Sans';*/
	font-weight: bold;
	color: #fff;
	margin-bottom: 25px;
}

.slider_caption .btn {
	color: orange;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*верхнее меню*/
.menu1 {
	position: absolute;
	top: 40px;
	z-index: 100;
	width: 100%;
	padding-bottom: 0px;
	background: url("/img/fon_menu.png") repeat;
	box-shadow: 4px 0px 20px #000;
	transition: all 0.5s;
}
/*------------------------------------------------*/
.logo {
	position: relative;
	top: -40px;
	margin: 0px 0px 0px 5px;
	width: 160px;
	transition: all 1.3s;
}

.logo img {
	position: absolute;
	width: 160px;
	transition: all 1.3s;
}

/*------------------------------------------------*/
.menu1.scrolled {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	margin-top: 0px;
	background: #155173;
}

.menu1.scrolled .logo {
	top: 5px;
}

.menu1.scrolled .logo img {
	width: 115px;
}

.menu1.scrolled .dropdown-menu {
	background: #155173;
}

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

.lang {
	position: relative;
	padding: 6px 10px;
}

.lang img {
	width: 30px;
}

.lang img + a img {
	width: 20px;
	margin-left: 5px;
	cursor: pointer;
}

/*------------------------------------------------*/
.menu1 .navbar {
	padding: 0px;
}

.navbar-toggleable .navbar-nav .nav-link {
	padding-right: 30px;
	padding-left: 30px;
	color: #fff;
}

.navbar-toggleable .navbar-nav .nav-link .fa {
	margin-right: -10px;
	padding-left: 10px;
}

.menu1 ul li a {
	font-family: 'Roboto-Condensed', serif;
	padding-top: 11px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 100;
	text-transform: uppercase;
	transition: all 0.2s;
	border-right: 1px solid #999;
}

.menu1 ul li:last-child a {
	border-right: none;
}

.menu1 ul li a:hover, .menu1 ul li a:focus, .menu1 ul > li.current {
	color: #155173 !important;
	background: rgba(243, 240, 231, 0.6);
}

.menu1 li.dropdown:hover > ul.dropdown-menu {
	display: block;
}

.menu1 .dropdown-menu {
	z-index: 100;
	background: url("/img/fon_menu.png") repeat;
	right: 0px;
	margin: 0px;
	min-width: 90px;
	padding: 0px 0 0px;
	border-radius: 0px;
	border: none;
	border-top: 1px solid #777;
}

.menu1 .dropdown-menu.width1 {
	min-width: 130px;
}

.menu1 .dropdown-menu.width2 {
	min-width: 170px;
}

.menu1 .dropdown-menu li a {
	display: block;
	color: #fff;
	text-transform: none;
	white-space: nowrap;
	padding: 5px 15px !important;
	font-size: 15px !important;
	border-right: none;
}
.dropdown_menu_2{
width: auto;
	height: 243px;
	overflow-y: scroll;
	overflow-x: hidden;
	left: auto;
}
.dropdown_menu_2{

}
.dropdown_menu_2{

}
/*------------------------------------------------*/
.socials {
	position: fixed;
	z-index: 9999;
	right: 2px;
	top: 85px;
	width: 50px;
}

.socials a {
	background: url("/img/fon_menu.png") repeat;
	display: block;
	margin-bottom: 2px;
	text-align: center;
}

.socials .fa {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	/*padding-right: 15px;*/
	/*padding-left: 15px;*/
	font-size: 25px;
	line-height: 25px;
	font-weight: 100;
	text-transform: uppercase;
	transition: all 0.2s;
}

.socials i:hover, .socials i:focus {
	/*color: #029ffb;*/
	color: orange;
	transform: scale(1.1);
	/*background: rgba(243,240,231,0.6);*/
}

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

.start {
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: justify;
}

/*------------------------------------------------*/
.nashi_reki {
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: justify;
}

.nashi_reki .left {
	margin-top: 20px;
	margin-bottom: 80px;
}

.nashi_reki .right div + div {
	text-align: right;
}

.nashi_reki h2 {
	/*margin-top: 30px;*/
	color: #307b9a;
	font-variant: small-caps;
}

/*------------------------------------------------*/
.nash_lager {
	padding-top: 30px;
	padding-bottom: 50px;
	text-align: justify;
	position: relative;
	background: url(/img/fon2.jpg) no-repeat bottom center;
	background-attachment: fixed;
	z-index: 8;
	color: #ccc;
}

.nash_lager .overlay {
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.nash_lager .row {
	margin-top: 20px;
}

.nash_lager h2 {
	color: #fff;
	font-variant: small-caps;
}
.nash_lager p {
	color: #ddd;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/*последние новости*/
.last_news {
	position: relative;
	padding-top: 30px;
	padding-bottom: 40px;
	overflow: hidden;
}

.last_news .last_news_item {
	position: relative;
	margin-top: 30px;
	transition: all 0.5s;
}

.last_news .last_news_item img {
	border: 3px solid #ccc;
	width: 500px;
	height: 333px;
	box-shadow: 0 3px 10px #888;
	transition: all 2s;
}

.last_news .last_news_item a {
	position: absolute;
	bottom: -20px;
	left: 0px;
	right: 0px;
	display: block;
	width: 400px;
	margin: 0 auto;
	transition: all 0.5s;
}

.last_news .last_news_item a div {
	border: 1px solid #fcfafa;
	padding: 10px;
	background: url("/img/fon_menu.png") repeat;
	box-shadow: 0 10px 20px #888;
	transition: all 0.5s;
}

.last_news .last_news_item a h3 {
	color: #fff;
	font-variant: small-caps;
	text-align: center;
}

.last_news .last_news_item a p {
	padding-bottom: 10px;
	color: #fff;
	margin-bottom: 0;
}

.last_news .last_news_item:hover a div {
	margin-bottom: 50px;
	border-color: #ccc;
}

.last_news .last_news_item:hover img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: url('/img/shared/grayscale.svg'); /* Firefox 4+ */
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
	border-color: #fff;
	box-shadow: 0 6px 20px #888;
}

.last_news_btn {
	margin-top: 40px;
	text-align: center;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*галерея*/
.gallery {
	position: relative;
	background: url("/img/fon1.jpg") no-repeat bottom center;
	background-attachment: fixed;
	z-index: 8;
}

.gallery .overlay {
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.gallery .container-fluid {
	padding-top: 30px;
	padding-bottom: 40px;
	/*background: rgba(0, 0, 0, 0.45);*/
}

.gallery .two {
	margin-bottom: 40px;
}

.gallery .item {
	padding: 30px 40px;
}

.gallery .item a {
	position: relative;
	z-index: 5;
	display: block;
	width: 280px;
	border: 1px solid #307b9a;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
	overflow: hidden;
	transition: all 0.4s ease 0s;
}

.gallery .item img {
	width: 100%;
}

.gallery .item a:hover {
	transform: scale(1.05);
	box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.7);
	border-color: white;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*видео*/
.video {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.video p {
	width: 100%;
}

.video .two {
	margin-bottom: 40px;
}

.video .item {
	padding: 30px;
}

.video .item a {
	position: relative;
	z-index: 5;
	display: block;
	width: 220px;
	border: 1px solid #307b9a;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
	overflow: hidden;
	transition: all 0.4s ease 0s;
}

.video .item img {
	width: 100%;
}

.video .item_name {
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	left: 0;
	color: white;
	font-size: 22px;
	font-weight: 100;
	line-height: 60px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	z-index: 10;
	transition: all 0.4s ease 0s;
}

.video .item_name.long {
	font-size: 22px;
	line-height: 30px;
}

.video .item a:hover {
	transform: scale(1.05);
	box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.7);
	border-color: white;
}

.video .item a:hover .item_icon i {
	opacity: 0.75;
	transform: scale(1);
}

.video .item a:hover .item_name {
	background-color: rgba(0, 0, 0, 0.8);
	color: #307b9a;
}

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

#page_1 .right {
	float: right;
	margin: 8px 0px 12px 30px;
}

#page_1 .left {
	float: left;
	margin: 8px 30px 12px 0px;
}

#page_1 .right img, #page_1 .left img {
	width: 450px;
	transition: all .4s ease-out;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.6);
}

#page_1 .right img:hover, #page_1 .left img:hover {
	transform: scale(1.01);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.7);
}

/*--------------------------------------------------------------------------------------------------------------------*/
#page_2 > .row > .col-lg-5 {
	display: flex;
}

#page_2 .owl-carousel {
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}

#page_2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#page_2 ul li {
	margin-bottom: 5px;
}

#page_2 ul li .fa {
	color: rgb(21, 101, 192);
	margin-right: 5px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
.page_3 img {
	margin: 10px 15px 5px 0px;
}

.page_3 ul {
	list-style-type: circle;
}

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

.d-md-inline-flex {
	width: 100%;
	justify-content: space-between;
	text-align: center;
}

.last_news .item {
	position: relative;
	width: 350px;
	padding: 5px 10px 0px;
	overflow: hidden;
}

.last_news .item .news-img {
	text-align: center;
	margin: 0px -10px 0px;
	overflow: inherit;
	height: 300px;
}

.last_news .item img {
	width: 350px;
	min-height: 200px;
}

.last_news .item h3 {
	color: white;
	position: relative;
	top: -25px;
	font-size: 20px;
	line-height: 29px;
	margin: 0 auto -8%;
	padding: 5px 20px 10px;
	width: 99%;
	transition: all .4s ease-in-out;
	background-color: #333;
}

.last_news .item .news-opisanie {
	color: #555;
	font-size: 13px;
	line-height: 13px;
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 0;
	height: 70px;
}

.last_news .item .news-date {
	padding: 5px 10px;
	font-size: 13px;
	color: #fff;
	background: #333;
	float: right;
	transition: all .4s ease-in-out;
}

.last_news .all-news {
	position: relative;
	display: block;
	text-align: center;
	margin: 20px auto 20px;
	text-transform: uppercase;
	width: 300px;
	color: #fff;
	font-size: 20px;
	padding: 10px 20px;
	box-shadow: 1px 1px 1px #444;
	transition: all .1s ease-in-out;
	background-color: rgba(21, 101, 192, 1);
}

.last_news .all-news:hover {
	box-shadow: none;
	background: #333;
}

.news_item {
	display: block;
	overflow: hidden;
	position: relative;
	color: #333;
	width: 100%;
}

.news_item:hover, .news_item:focus {
	outline: none;
}

.news_item:hover h3, .news_item:focus h3 {
	color: red;
	outline: none;
}

.news_item:hover p, .news_item:focus p {
	color: #333;
	outline: none;
}

.news_item img {
	float: left;
	width: 200px;
	margin-right: 20px;
}

.news_page {
	overflow: hidden;
	text-align: center;
}

.news_page .opisanie {
	text-align: left;
}

.news_page > img {
	max-width: 800px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.tablica tbody {
	display: inline-block;
	text-align: center;
}

.tablica tr:first-child, .tablica tr:last-child {
	background: #ccc;
}

.tablica tr:first-child + tr {
	background: #ddd;
}

.tablica td {
	vertical-align: middle;
	border: 1px solid #888;
}

.table-bordered {
}

.tablica td p {
	margin: 0;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*галерея*/
.compensate-for-scrollbar {
	margin-right: 0px !important;
}

.gallery_page {
}

.gallery_page .images {
	position: relative;
}

.gallery_page .images img {
	width: 255px;
}

#links_trophy  {
	text-align: initial;
    height: 350px;
	/*transition: all 0.3s linear;*/
    overflow: hidden;
}

.gradient {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 180px;
	background: rgba(236,236,236,0);
	background: -moz-linear-gradient(top, rgba(236,236,236,0) 0%, rgba(236,236,236,0.02) 11%, rgba(236,236,236,0.74) 46%, rgba(236,236,236,1) 78%, rgba(236,236,236,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(236,236,236,0)), color-stop(11%, rgba(236,236,236,0.02)), color-stop(46%, rgba(236,236,236,0.74)), color-stop(78%, rgba(236,236,236,1)), color-stop(100%, rgba(236,236,236,1)));
	background: -webkit-linear-gradient(top, rgba(236,236,236,0) 0%, rgba(236,236,236,0.02) 11%, rgba(236,236,236,0.74) 46%, rgba(236,236,236,1) 78%, rgba(236,236,236,1) 100%);
	background: -o-linear-gradient(top, rgba(236,236,236,0) 0%, rgba(236,236,236,0.02) 11%, rgba(236,236,236,0.74) 46%, rgba(236,236,236,1) 78%, rgba(236,236,236,1) 100%);
	background: -ms-linear-gradient(top, rgba(236,236,236,0) 0%, rgba(236,236,236,0.02) 11%, rgba(236,236,236,0.74) 46%, rgba(236,236,236,1) 78%, rgba(236,236,236,1) 100%);
	background: linear-gradient(to bottom, rgba(236,236,236,0) 0%, rgba(236,236,236,0.02) 11%, rgba(236,236,236,0.74) 46%, rgba(236,236,236,1) 78%, rgba(236,236,236,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ececec', GradientType=0 );
}



#links .image, #links_trophy .image {
	display: inline-block;
	margin: 0px 8px 17px 8px;
	position: relative;
	overflow: hidden;
	max-height: 180px;
	transition: all .2s ease-out;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.6);
}

#links .image:hover, #links_trophy .image:hover {
	transform: scale(1.01);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.7);
}

.gallery_page .readmi_btn {
	text-align: center;
}


.page_gallery {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page_gallery .image > img {
	width: 300px;
	max-width: 300px !important;
	margin-bottom: 20px;
}

.blueimp-gallery h3 {
	width: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
}

.gallery_page .image {
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*хлебные крошки*/
.breadcrumb {
	background-color: transparent;
	border-radius: 0px;
	padding-left: 0;
}

.breadcrumb a {
	color: red;
}

/*--------------------------------------------------------------------------------------------------------------------*/
.filtr {
	padding: 4px 0px;
	position: fixed;
	z-index: 0;
	right: 2px;
	top: 270px;
	width: 85px;
	background: url(/img/fon_menu.png) repeat;
	box-shadow: 1px 1px 1px #666;
}

.filtr a {
	display: block;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #555;
}

.filtr a:hover, .filtr .current {
	color: orange;
}

/*--------------------------------------------------------------------------------------------------------------------*/
.contact {
	text-align: center;
	line-height: 30px;
	justify-content: center;
}

.contact a {
	display: inline-block;
	color: #222;
	font-size: 20px;
	margin-bottom: 40px;
}

.contact .fa {
	margin-left: -15px;
	margin-bottom: 10px;
	font-size: 60px;
	color: #155173;
}

.contact a:hover .fa {
	color: #222;
}

.contact p {
	text-indent: 0px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*футер*/
#footer {
	position: absolute;
	z-index: 10;
	bottom: 0px;
	width: 100%;
	background: url("/img/fon_menu.png") repeat;
	padding: 15px 0px 15px;
	margin: 0;
	box-shadow: 0 -6px 4px -4px rgba(0, 0, 0, .2);
}

#footer p {
	margin: 0px 0px 0px;
	color: #fff;
	font-size: 20px;
}
#footer p span{
	margin-right: 20px;
	margin-left: 40px;
}
.copyright {
	text-align: center;
}
.copyright a {
        font-size: 14px;
    	color: #fff;
	text-transform:uppercase;
    display:inline;

    border-bottom:1px solid #eee;
}
.copyright a:hover{
    border-bottom:none;
}
.metrika {
	padding-right: 0;
	text-align: right;
}

/*--------------------------------------------------------------------------------------------------------------------*/
.knopki {
	position: fixed;
	z-index: 20;
	left: 20px;
	bottom: 20px;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.knopki .round {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-align: center;
	font-size: 26px;
	transition: all .25s ease-in-out;
	box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.3);
	border-radius: 300px;
	z-index: 1;
}

.knopki .round:hover, .knopki .round:focus {
	width: 130%;
	height: 130%;
	left: -15%;
	top: -15%;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
	z-index: 2;
	border-size: 10px;
	transform: rotate(-360deg);
}

.knopki button {
	background: url(/img/fon_menu.png) repeat;
	color: #fdb81c;
	border: none;
	padding: 3px 0px 0px;
}

.knopki button:hover, .knopki button:focus {
	color: rgba(0, 63, 71, .4);
	outline: none;
	cursor: pointer;
}

.knopki .round span.round {
	display: block;
	opacity: 0;
	transition: all .5s ease-in-out;
	font-size: 1px;
	border: none;
	padding: 40% 20% 0 20%;
	color: #fff;
	background: rgba(0, 63, 71, .8);
}

.knopki .round span:hover, .knopki .round span:focus {
	opacity: .85;
	font-size: 11px;
	line-height: 16px;
}

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

#gotoTop {
	width: 50px;
	height: 50px;
	font-size: 24px;
	line-height: 50px;
	color: #fdb81c;
	background: url("/img/fon_menu.png") repeat;
	border-radius: 50%;
	position: fixed;
	right: 20px;
	bottom: 20px;
	box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.3);
	display: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
	transition: 0.3s;
	cursor: pointer;
}

#gotoTop:hover {
	color: #333;
	background: #fdb81c;
	text-decoration: none;
}
/*--------------------------------------------------------------------------------------------------------------------*/

.cookie_notice {
	display: none;
	position: fixed;
	z-index: 9999999;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 15px;
	font-family: Verdana, sans-serif;
	color: #FFF;
	background: #337AB7;
	padding: 10px 20px;
	border-top: 4px solid #BFE2FF;
}
/* Оформление кнопок */
.cookie_btn {
	display: inline-block;
	margin: 10px 6px 4px 6px;
	text-decoration: none;
	position: relative;
	font-size: 13px;
	padding: 4px 12px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	background: #337AB7;
	border: 2px solid #BFE2FF;
}
.cookie_btn:hover {
	color: #FFF;
}
.cookie_btn:after,
.cookie_btn:before {
	position: absolute;
	height: 2px;
	left: 50%;
	background: #FFF;
	bottom: -6px;
	content: "";
	transition: all 280ms ease-in-out;
	width: 0;
}
.cookie_btn:before {
	top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
	width: 100%;
	left: 0;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

.personalka{
	font-size: 12px;
	line-height: 14px !important;
	text-align: center;
}
.politica{
	display: block;
	padding-left: 23px;
	color:white;
	text-decoration: underline;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1460px) {
	body {
		/*background: red;*/
	}

	.gallery .row .item:last-child{
		display: none;
	}
}

@media (max-width: 1360px) {
	body {
		/*background: red;*/
	}
	.navbar-toggleable .navbar-nav .nav-link {
		padding-right: 20px;
		padding-left: 20px;
	}

}


/*--------------------------------------------------------------------------------------------------------------------*/
/*Large devices lg (desktops, less than 1200px)*/
@media (max-width: 1199px) {
	body {
		font-size: 16px;
		line-height: 24px;
		    padding-bottom: 120px;
		/*background: green;*/
	}
	.h3, h3 {
		font-size: 1.55rem;
	}
	.logo img {
		width: 155px;
	}
	.navbar-toggleable .navbar-nav .nav-link {
		padding-right: 10px;
		padding-left: 10px;
	}
	.menu1 ul li a {
		padding-top: 9px;
		padding-bottom: 9px;
		font-size: 15px;
		line-height: 15px;
	}
	.navbar-toggleable .navbar-nav .nav-link .fa {
		margin-right: -1px;
	}
	.lang {
		padding: 4px 10px;
	}
	.one h1, .one h2, .two h1, .two h2 {
		padding: 0px 25px;
		margin: 0px 0px 15px;
		font-size: 44px;
		line-height: 50px;
	}
	.two h1:before, .two h1:after, .two h2:before, .two h2:after {
		width: 25%;
	}

	.button1 {
		margin: 0px auto 0px;
		font-size: 18px;
		padding: 8px 15px;
	}
	.nashi_reki .left {
		margin-top: 20px;
		margin-bottom: 59px;
	}
.order1{
	order: -1;
}


	.gallery .row .item + .item + .item{
		display: none;
	}
	.last_news .last_news_item img {
		width: 340px;
		height: 240px;
	}
	.last_news .last_news_item a {
		width: 320px;
	}
	.last_news .last_news_item a h3 {
		font-size:22px;
	}

	.news_item img {
		width: 170px;
		margin-right: 15px;
	}
	.news_item h3 {
		font-size: 22px;
	}
.breadcrumb-item{
	font-size: 14px;
}
.news_page h1 {
	font-size: 32px;
}
	#page_1 .right img, #page_1 .left img {
		width: 350px;
	}
	.page_gallery .image > img {
		width: 210px;
		max-width: 210px !important;
	}
	#links .image, #links_trophy .image {
		max-height: 140px;
	}

	.gallery_page .images img {
		width: 210px;
	}
	.col-sm-6 iframe{
		height: 250px !important;
	}
	.page_3 img {
		width: 320px !important;
		 height: 220px !important;
		margin-top: 6px !important;
		margin-bottom: 5px !important;
	}
	.contact a {
		font-size: 18px;
		margin-bottom: 40px;
	}



	.socials {
		width: 40px;
	}
	.socials .fa {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 22px;
		line-height: 25px;
	}
	#footer p {
		font-size: 18px;
	}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*Medium devices md (tablets, less than 992px)*/
@media (max-width: 991px) {
	body {
		font-size: 15px;
		line-height: 20px;
		padding-bottom: 105px;
		/*background: red;*/
	}
	.h2, h2 {
		font-size: 1.65rem;
	}
	.h3, h3 {
		font-size: 1.35rem;
	}
	.logo img {
		width: 152px;
	}
	.menu1.scrolled .logo {
		top: 3px;
	}
	.menu1.scrolled .logo img {
		width: 100px;
	}
	.navbar-toggleable .navbar-nav .nav-link {
		padding-right: 5px;
		padding-left: 5px;
	}
	.menu1 ul li a {
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 12px;
		line-height: 14px;
	}
	.menu1 .dropdown-menu li a {
		padding: 3px 5px !important;
		font-size: 12px !important;
	}
	.navbar-toggleable .navbar-nav .nav-link .fa {
		margin-right: -1px;
		padding-left: 1px;
	}
	.lang {
		padding: 3px 8px;
	}
	.lang img {
		width: 25px;
	}
	.lang img + a img {
		width: 18px;
		margin-left: 2px;
	}
	.one h1, .one h2, .two h1, .two h2 {
		padding: 0px 20px;
		margin: 0px 0px 15px;
		font-size: 40px;
		line-height: 46px;
	}
	.two h1:before, .two h1:after, .two h2:before, .two h2:after {
		width: 22%;
	}

	.button1 {
		margin: 0px auto 0px;
		font-size: 16px;
		padding: 6px 10px;
	}
	.nashi_reki .left {
		margin-top: 20px;
		margin-bottom: 59px;
	}
	.order1{
		order: -1;
	}

	#tpl_contact h2 {
		margin: 0px 0px 20px 0px;
		font-size: 60px;
	}
	#tpl_contact .btn {
		padding: 10px 25px;
		font-size: 20px;
		font-weight: 600;
	}
	#tpl_contact label input, #tpl_contact label select, #tpl_contact label textarea {
		font-size: 17px;
		padding: 10px 15px 11px;
		line-height: 18px;
	}
	.gallery .row .item + .item + .item{
		display: none;
	}
	.last_news .last_news_item img {
		width: 300px;
		height: 220px;
	}
	.last_news .last_news_item a {
		width: 300px;
	}
	.last_news .last_news_item a h3 {
		font-size:20px;
	}

	.news_item img {
		width: 170px;
		margin-right: 15px;
		margin-bottom: 5px;
	}
	.news_item h3 {
		font-size: 18px;
	}
	.breadcrumb-item{
		font-size: 14px;
	}
	.news_page h1 {
		font-size: 30px;
	}
	#page_1 .right img, #page_1 .left img {
		width: 330px;
	}
	.page_gallery .image > img {
		width: 210px;
		max-width: 210px !important;
	}
	#links .image, #links_trophy .image {
		max-height: 140px;
	}
	.filtr {
		width: 75px;
	}
	.gallery_page .images img {
		width: 210px;
	}
	.col-sm-6 iframe{
		height: 250px !important;
	}
	.page_3 img {
		width: 300px !important;
		height: 210px !important;
		margin-top: 6px !important;
		margin-bottom: 5px !important;
	}
	.contact a {
		font-size: 18px;
		margin-bottom: 40px;
	}

	.knopki {
		width: 45px;
		height: 45px;
	}
	.knopki .round {
		font-size: 24px;
	}
	.knopki button {
		padding: 0px 0px 0px;
	}
	.socials {
		width: 35px;
	}
	.socials .fa {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 20px;
		line-height: 23px;
	}
	#footer p {
		font-size: 17px;
	}

	#gotoTop {
		width: 40px;
		height: 40px;
		line-height: 38px;
	}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*Small devices sm(landscape phones, less than 768px)*/
@media (max-width: 767px) {
	body {
		font-size: 14px;
		line-height: 18px;
		    padding-bottom: 97px;
		/*background: green;*/
	}
	#links_trophy  {
		height: 270px;
	}
	.one h1, .one h2, .two h1, .two h2 {
		padding: 0px 15px;
		margin: 0px 0px 10px;
		font-size: 36px;
		line-height: 42px;
	}
	.two h1:before, .two h1:after, .two h2:before, .two h2:after {
		width: 20%;
	}
	.one h1:after, .one h2:after {
		top: 21px;
	}
	.two h1:before, .two h1:after, .two h2:before, .two h2:after {
		top: 21px;
	}
	.h2, h2 {
		font-size: 1.45rem;
	}
	.h3, h3 {
		font-size: 1.15rem;
	}
	.menu1 {
		 top: 0px;
	}
	.logo {
		position: absolute;
		top: 30px;
		margin: 0px 0px 0px 0px;
		width: 100px;
	}
	.logo img {
		width: 100px;
	}
	.menu1.scrolled .logo img {
		width: 80px;
	}
	.menu1.scrolled .logo {
		top: 30px;
	}

	.menu1 .dropdown-menu {
		min-width: 62px;
	}
	.menu1 .dropdown-menu.width2 {
		min-width: 115px;
	}
	.menu1 ul li a {
		font-size: 11px;
	}
	.button1 {
		margin: 0px auto 0px;
		font-size: 15px;
		padding: 5px 8px;
	}
	.gallery .row .item + .item {
		display: none;
	}
	.news_item img {
		width: 140px;
		margin-right: 15px;
		margin-bottom: 5px;
	}
	.news_item h3 {
		font-size: 18px;
	}
	.news_page > img {
		width: 100%;
	}
	.breadcrumb-item{
		font-size: 14px;
	}
	.news_page h1 {
		font-size: 28px;
	}
	#page_1 .right {
		margin: 8px 0px 12px 0px;
	}
	#page_1 .left {
		margin: 8px 0px 12px 0px;
	}
	#page_1 .right img, #page_1 .left img {
		width: 100%;
	}
	.page_gallery .image > img {
		width: 153px;
		max-width: 153px !important;
	}
	#links .image, #links_trophy .image {
		max-height: 100px;
	}
	.gallery_page .images img {
		width: 150px;
	}
	.breadcrumb-item {
		font-size: 10px;
	}
	.table td, .table th {
		padding: 3px;
	}
	.page_3 img {
		width: 100% !important;
		height: 100% !important;
		margin: 0px 0px 10px 0px !important;
		padding: 0px !important;
	}
	.contact .fa {
		font-size: 40px;
	}
	.contact a {
		font-size: 14px;
		margin-bottom: 40px;
	}
	.contact p {
		font-size: 14px;
		padding: 0px 10px;
	}
	#tpl_contact h2 {
		font-size: 45px;
	}

	.filtr {
		top: 215px;
	}
	.socials {
		top: 50px;
		width: 28px;
	}
	.socials .fa {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 18px;
		line-height: 18px;
	}
	#footer p {
		font-size: 16px;
	}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*Small devices xs(phones, less than 576px)*/
@media (max-width: 575px) {
	body {
		font-size: 13px;
		line-height: 16px;
    padding-bottom: 80px;
	}
	.copyright a {
    font-size: 10px;
}
	#links_trophy {
		text-align: center;
	}
	.menu1 {
		position: relative;
		top: 0px;
	}
	.logo {
		left: 36%;
		top: 1px;
		width: 80px;
	}
	.logo img {
		width: 80px;
	}
	.navbar-toggler-icon {
		padding-left: 40px;
		padding-top: 4px;
		outline: none;
		color: black;
		height: 28px;
	}
	.navbar-toggler {
		padding: 0rem .75rem;
		border:none;
	}
	.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
		color: rgba(0,0,0,1);
		border: none;
		outline: none;
	}
	.navbar-nav {
margin:  15px 0px 0px 15px;
	}
	.menu1 ul li a {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 12px;
		line-height: 12px;
		border-right: none;
		color: #444 !important;
	}
	.menu1 ul li a:hover, .menu1 ul li a:focus, .menu1 ul > li.current {
		color: #000 !important;
		background: none;
	}
	.menu1 .dropdown-menu {
		padding-left: 20px;
		background: none;
		border: none;
		margin-bottom: 10px;
	}
	.dropdown_menu_2{
		height: 160px;
	}

	.lang {
		padding: 5px 8px;
	}
	.one h1, .one h2, .two h1, .two h2 {
		padding: 0px 15px;
		margin: 0px 0px 10px;
		font-size: 25px;
		line-height: 20px;
	}
	.two h1:before, .two h1:after, .two h2:before, .two h2:after {
		width: 6%;
	}
	.one h1:after, .one h2:after {
		top: 10px;
	}
	.two h1:before, .two h1:after, .two h2:before, .two h2:after {
		top: 15px;
	}
	.h2, h2 {
		font-size: 1.25rem;
	}
	.h3, h3 {
		font-size: 1rem;
	}
	.h4, h4 {
		font-size: 0.9rem;
	}


	.nashi_reki {
		text-align: left;
	}
	.nash_lager {
		text-align: left;
	}

	.last_news .last_news_item img {
		width: 100%;
		height: 100%;
	}
	.last_news .last_news_item a {
		width: 90%;
	}
	.last_news .last_news_item a h3 {
		font-size: 16px;
	}
	.gallery .two {
		margin-bottom: 10px;
	}
	.gallery .item {
		padding: 5px 10px;
	}
	.gallery .item a {
		width: 100%;
	}
	.video iframe{
		height: auto !important;
	}
	.map iframe{
		height: 300px !important;
	}
	.news_item img {
		width: 100%;
	}
	.start {
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: left;
	}
	.news_item h3 {
		font-size: 18px;
	}
	.page_gallery {
		justify-content: center;
	}
	.filtr {
		top: 140px;
	}
	.gallery_page .images {
		text-align: center;
	}
	iframe {
height: auto !important;
	}
	#tpl_contact h2 {
		font-size: 30px;
	}

	#tpl_contact label input, #tpl_contact label select, #tpl_contact label textarea {
		 width: auto;
	}




	.knopki {
		width: 30px;
		height: 30px;
		left: 5px;
		bottom: 30px;
	}
	.knopki .round {
		font-size: 16px;
	}
	.knopki button {
		padding: 0px 0px 0px;
	}
	.knopki .round span:hover, .knopki .round span:focus {
		opacity: 0;
	}

	#gotoTop {
		width: 30px;
		height: 30px;
		line-height: 30px;
		right: 5px;
		bottom: 30px;
	}
	.socials {
		top: 35px;
		width: 20px;
	}
	.socials .fa {
		padding-top: 5px;
		padding-bottom: 3px;
		font-size: 14px;
		line-height: 14px;
	}
	#footer {
		padding: 10px 0px 10px;
	}
	#footer p {
		font-size: 10px;
	}
	#footer p span {
		margin-right: 5px;
		margin-left: 0px;
	}
}