@charset "utf-8";
/* CSS Document */
* {
 	outline: none;
}
html {
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 62.5%;
	font-family: 'PT Sans', sans-serif;
}
body {
	font-family: 'PT Serif', serif;
	background: #fff;	
	font-size: 1.8rem;
	color: #171717;
	margin: 0px;
	padding: 0px;
	min-width: 320px;
	line-height: 1.6;
	position: relative;
	height: 100%;
	-webkit-text-size-adjust: none;
}
object {
	outline:none;
}
/* = Custom
---------------------------------------------
--------------------------------------------- */
div, section, aside, nav, header, footer, h1, h2, h3, p, a, ul, li, figure, input, button, textarea, span, i, :before, :after {
	box-sizing: border-box;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #ee654d;
}
p {
	margin: 20px 0px;
}
.wrapper {
	overflow: hidden;
}
.wrapper.fixed-scroll {
	padding-top: 140px;
}
.middle {
	padding: 0px 30px;
	max-width: 1920px;
	margin: 0 auto;
}
.middle.middle_page {
	padding: 0px 60px;
}
.middle__inner {
	display: table;
	width: 100%;
}
.middle_page .middle__inner {
	border-top: 2px solid #000;
	padding: 60px 0px 70px 0px;
}
.block-link {
	position: absolute;
	z-index: 50;
	display: block;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.banner-button {
	font-family: 'PT Sans', sans-serif;
	display: inline-block;
	cursor: pointer;
	z-index: 30;
	position: absolute;
	bottom: 40px;
	width: 320px;
	left: 50%;
	margin-left: -160px;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
	color: #eee;
	height: 65px;
	padding-top: 18px;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 1px;
	border: 2px solid #eee;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.banner-button:hover, .banner:hover .banner-button {
	color: #000 !important;
	background-color: transparent;
	text-shadow: ntwo;
}
.banner-button:hover:before, .banner:hover .banner-button:before {
	top: 0%;
	bottom: auto;
	height: 100%;
}
.banner-button:before {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';
	color: #171717 !important;
	background: #fff;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.to-top {
	cursor: pointer;
	position: fixed;
	z-index: 999;
	right: 60px;
	bottom: 250px;
	display: none;
	width:50px;
	height: 80px;
	background-color: rgba(255,255,255,0.50);
	background-image: url(../images/to-top.svg);
	background-position: center center;
	background-repeat: no-repeat;
}
.to-top:hover {
	background-color: rgba(242,118,96,0.99);
}
.more-wrap {
	padding: 0 0px 60px 0px;
}
.more-button {
	display: inline-block;
	padding: 0 30px;
	width: 50%;
	margin: 0 auto;
} 
.more-link {
	font-family: 'PT Sans', sans-serif;
	display: block;
	cursor: pointer;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	height: 65px;
	padding-top: 18px;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 1px;
	border: 2px solid #bbb;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.more-button:hover .more-link {
	color: #000 !important;
	border-color: #171717;
	background-color: transparent;
}


/* = Forms
---------------------------------------------
--------------------------------------------- */
input {outline: none;}

::-webkit-input-placeholder {color: #bbb;}
:-moz-placeholder {color: #bbb; opacity: 1;}
::-moz-placeholder {color: #bbb; opacity: 1;}
:-ms-input-placeholder {color: #bbb;}
input:focus::-webkit-input-placeholder {color: #fff;}
input:focus:-moz-placeholder {color: #fff; opacity: 1;}
input:focus::-moz-placeholder {color: #fff; opacity: 1;}	
input:focus:-ms-input-placeholder {color: #fff;}
textarea:focus::-webkit-input-placeholder {color: #fff;}
textarea:focus:-moz-placeholder {color: #fff; opacity: 1;}
textarea:focus::-moz-placeholder {color: #fff; opacity: 1;}	
textarea:focus:-ms-input-placeholder { color: #fff;}
input, textarea, button {
	font-family: 'PT Sans', sans-serif;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #171717;
}
input[type=submit], button, .button {
	cursor: pointer;
} 
/* = Header
---------------------------------------------
--------------------------------------------- */
.header {
	font-family: 'PT Sans', sans-serif;
	position: relative;	
	z-index: 500;
	height: 180px;
	line-height: 1;
	background: #fff;
}
.header__inner {
	max-width: 1920px;
	width: 100%;
	margin-left: 50%;
	left:  -960px;
	position: absolute;
	top: 0px;
	bottom: 0px;
}
.nav-open, .nav-close {
	cursor: pointer;
	display: block;
	height: 24px;
	text-transform: uppercase;
	font-style: normal;
	font-size: 2.4rem;
	position: absolute;
	left: 60px;
	bottom: 76px;
	color: #bbb;
	padding: 0 0 0 60px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.nav-open:hover {
	color: #171717;
}
.nav-open:before {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 45px;
	height: 23px;
	border: 3px solid #bbb;
	border-left: none;
	border-right: none;
}
.nav-open:after {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	height: 3px;
	width: 45px;
	border-top: 3px solid #bbb;
}
.nav-open:hover:before, .nav-open:hover:after {
	border-color: #171717;
}
.search-close {
	display: none;
}
.logo {
	position: absolute;
	left: 50%;
	top: 30px;
	width: 206px;
	height: 60px;
	margin-left: -103px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.logo img {
	position: relative;
	z-index: 15;
}
.logo a {
	display: block;
	min-height: 60px;
}
.header__search {
	position: absolute;
	right: 60px;
	bottom: 60px;
	width: 25%;
	padding-left: 75px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.search-open {
	display: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.search___form {
}
.search__input {
	border: none;
	background: none;
	border-bottom: 1px solid #bbb;
	padding-right: 35px;
	height: 56px;
	width: 100%;
	font-size: 2.4rem;
}
.search__input:focus {
	border-bottom: 1px solid #171717;
}
.search__button {
	border: none;
	width: 35px;
	height: 56px;
	position: absolute;
	right: 0px;
	top: 0px;
	overflow: hidden;
	text-indent: 100px;
	opacity: 0.31;
    filter: alpha(opacity=31);
	background: url(../images/search.svg) center center no-repeat;
}
.search__button:hover {
	opacity: 1.0;
    filter: alpha(opacity=100);
}
.header.fixed {
	position: fixed;
	height: 80px;
	left: 0px;
	top: 0px;
	right: 0px;
	background: rgba(255,255,255,0.97);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.header.fixed .logo {
	top: 10px;
	-ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
}
.header.fixed .name {
	display: none;
	
}
.header.fixed.nav-opened .name {
	display: block;
}
.header.fixed .nav-open {
	bottom: 28px;
}
.header.fixed .header__search {	
	bottom: 20px;
}
/* header page */
.header.header_page {
	height: 80px;
	left: 0px;
	top: 0px;
	right: 0px;
}
.header.header_page .logo {
	top: 10px;
	-ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
}
.header.header_page .nav-open {
	bottom: 28px;
}

.header.header_page .header__search {	
	bottom: 10px;
}

.header.header_page .search__input {
	border-bottom: none;
}
.header.header_page .name {
	display: none;
}
.header.header_page.fixed .header__search {
	bottom: 20px;
}
.header.header_page.fixed .search__input {
	border-bottom: 1px solid #bbb;
}
/* = Home
---------------------------------------------
--------------------------------------------- */
.home-posts {
	overflow: hidden;
	text-align: center;
}
.home-posts__row {
	padding: 0 0 60px 0;
	overflow: hidden;
}
.home-posts__title {
	position: absolute;
	left: -9999px;
	display: none;
}
.home-item {
	position: relative;
	float: left;
	width: 25%;
	/*height: 725px;*/
	padding: 0 30px;
}
.home-item .thumb {
	position: relative;
	z-index: 10;
	margin: 0;
	overflow: hidden;
}
.home-item .alt  {
	display: none;
}
.home-item .thumb img, .home-region__inner img {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 0.9s;
    -moz-transition: -moz-transform 0.9s;
    -ms-transition: -moz-transform 0.9s;
    -o-transition: -o-transform 0.9s;
    transition: transform 0.9s;
}
.home-post__link:hover .thumb img, .home-region__inner:hover img {
	-ms-transform: scale(1.15,1.15);
    -webkit-transform: scale(1.15,1.15);
    transform: scale(1.15,1.15);
}
.category-link {
	font-family: 'PT Sans', sans-serif;
	position: relative;
	font-size: 1.6rem;
	display: inline-block;
	text-decoration: none;
	padding: 15px 0 0;
	margin: 5px 0 0 0;
}
.category-link:hover {
	text-decoration: underline;
}
.category-link:before {
	content: '';
	display: block;
	height: 2px;
	width: 28px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -14px;
	background: #bbb;
}
.home-post {
}
.home-post__thumb {
}
.home-post__link {
	display: block;
	color: #333;
	text-decoration: none;
}
.home-post__link:hover {
	color: #000;
	text-decoration: underline;
}
.home-post__title {
	margin: 30px 0 20px 0;
	line-height: 1.3;
	letter-spacing: 1px;
	color: #333;
	font-weight: bold;
	font-size: 2.8rem;
	text-transform: uppercase;
}
.home-post__excerpt {
}
.home-post p {
	margin-top: 0px;
}
.home-post__category {
	color: #bbb;	
}
.home-post__category:hover {
	color: #000;
}
.home-post_large {
	width: 50%;
}
/* home region */
.home-region {
}
.home-region__inner {
	position: relative;
}
.home-region__thumb {
}
.home-region__thumb img {
}
.home-region__title {
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	position: absolute;
	z-index: 15;
	letter-spacing: 1.5px;
	font-size: 3.4rem;
	line-height: 1.5;
	top: 60%;
	display: block;
	left: 0px;
	right: 0px;
}
.home-region__bottom {
	position: absolute;
	z-index: 25;
	bottom: 20px;
	left: 0px;
	right: 0px;
}
a.home-region__category {
	color: #eee;
}
.home-region__category:before {
	background: #eee;
}
.home-region__link {
	position: relative;
	display: block;
	color: #eee;
}
.home-region__link:hover {
	color: #eee;
	text-decoration: underline;
}
.home-region__link:hover .home-region__title {
	text-decoration: underline;
}
/* home banner */
.home-banner {
}
.home-banner__inner {
	position: relative;
}
.home-banner__title {
	text-transform: uppercase;
	position: absolute;
	z-index: 15;
	letter-spacing: 1.5px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.5;
	top: 59%;
	padding: 0px 35px;
	display: block;
	left: 0px;
	right: 0px;
	color: #eee;
}
.home-banner a {
	text-decoration: none;
}
/* partners banner */
.partners-banners {
	overflow: hidden;
	padding: 0 0px;
	text-align: center;
}
.partner-banner {
	position: relative;
	float: left;
	width: 50%;
	color: #fff;
	font-size: 1.8rem;
	padding: 0px 30px 60px 30px;
}
.partner-banner__inner {
	position: relative;
}
.partner-banner__img {
	position: relative;
	z-index: 10;
	margin: 0px;
}
.partner-banner__img img {
	display: block;
	width: 100%;
}
.partner-banner__title {
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	position: absolute;
	z-index: 15;
	left: 0px;
	right: 0px;
	top: 0px;
	letter-spacing: 1.5px;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1;
	padding: 45px 35px 0px 35px
}
.partner-banner p {
	margin: 0px;
	position: absolute;
	z-index: 15;
	left: 90px;
	top: 115px;
	right: 90px;
}
.partner-banner .banner-button {
}

/* = Footer
---------------------------------------------
--------------------------------------------- */
.footer {
	font-family: 'PT Sans', sans-serif;
	font-size: 1.8rem;
	padding: 0px 60px;
	color: #bbb;
	background: #171717;
}
.footer a {
	text-decoration: none;
	color: #fff;
}
.footer a:hover {
	color: #f27660;
	text-decoration: underline;
}
.footer__top {
	position: relative;
	z-index: 10;
	height: 165px;
	max-width: 1800px;
	margin: 0 auto;
	border-bottom: 1px solid #595959;
}
.footer__social {
	position: absolute;
	width: 25%;	
	left: 0px;
	top: 75px;
}
.social__link {
	display: inline-block;
	width: 36px;
	line-height: 36px;
	font-size: 2.4rem;
	text-align: center;
	margin: 0 8px 0 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
a.social__link:hover {
	color: #fff;
}
.social__link.tw:hover {background: #1da1f2;}
.social__link.fb:hover {background: #3b5998;}
.social__link.vk:hover {background: #507299;}
.social__link.ok:hover {background: #ee8208;}
.social__link.ig:hover {background: #af3594;}
.social__link.yt:hover {background: #e62117;}
.social__link.tg:hover {background: #33abe0;}
.footer__logo {
	position: absolute;
	left: 50%;
	top: 50px;
	width: 206px;
	margin-left: -103px;
}
.footer__logo img {
	position: relative;
	z-index: 15;	
}
.footer__logo:before, .logo:before {
	content: '';
	opacity: 0;
	position: absolute;
	display: block;
	z-index: 10;
	width: 50px;
	height: 50px;
	left: 5px;
	top: 5px;
	background: #f27660;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.footer__logo:hover:before, .logo:hover:before {
	opacity: 1;
}
.footer__contacts {
	position: absolute;
	right: 0px;
	top: 80px;
	width: 25%;
	padding-left: 45px;
}
.footer__contacts-link {
	white-space: nowrap;	
	padding-left: 49px;
	display: inline-block;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	background: url(../images/mail.svg) left center no-repeat;
}
.footer__contacts-link:before {
	content: '';
	position: absolute;
	left: -9999px;
	background: url(../images/mail-orange.svg) left center no-repeat;
}
.footer__contacts-link:hover {
	background: url(../images/mail-orange.svg) left center no-repeat;
}
.footer__contacts-link .short {
	display: none;
}
.footer__nav {
	max-width: 1800px;
	margin: 0 auto;
}
.footer__cols {
	overflow: hidden;
	margin: 0px -30px;
	padding: 35px 0px;
}
.footer__col {
	float: left;
	width: 25%;
	padding: 0px 30px;
}
.footer__nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.footer__nav li {
	line-height: 1.3;
	margin: 14px 0px;
}
.footer__nav a {
}
.footer__bottom {
	border-top: 1px solid #595959;
	height: 150px;
	max-width: 1800px;
	margin: 0 auto;
	position: relative;
}
.alm {
	position: absolute;
	left: 0px;
	top: 50px;
	opacity: 0.5;
}
.alm:hover {
	opacity: 1;
}
.copyrights {
	position: absolute;
	width: 600px;
	left: 50%;
	top: 50px;
	margin-left: -300px;
	font-size: 1.4rem;
	text-align: center;
}
.copyrights p {
	margin: 0px;
}
.copyrights p:first-child {
	font-size: 1.6rem;
}
.counts {
	position: absolute;
	right: 0px;
	top: 52px;
	width: 400px;
}
.count {
	width: 90px;
	float: right;
	margin-left: 10px;
}
.h {
	
}
.count img {
	display: block;
	max-width: 100%;
}
/* = Navigation
---------------------------------------------
--------------------------------------------- */
.wrapper.nav-opened {
	overflow: hidden;
	padding: 0px;
	position: relative;
	height: 100%;
}
.nav-opened .header, .nav-opened .header.fixed {
	background: #171717;
	position: fixed;
	height: 100%;
	overflow: auto;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.nav-opened .header:before {
	content: '';
	display: block;
	position: absolute;
	left: 60px;
	top: 174px;
	right: 60px;
	height: 1px;

	border-bottom: 1px dashed #bbb;
}
.nav-opened .nav-open {
	display: none;
}
.nav-close {
	display: none;
	color: #bbb;
	bottom: auto;
	top: 76px;
}
.nav-opened .nav-close {
	display: block;	
}
.nav-close:before, .nav-close:after, .search-close:before, .search-close:after {
	content: '';
	display: inline-block;
	width: 3px;
	height: 45px;
	background: #bbb;
	position: absolute;
	left: 13px;
	top: -12px;  
	transform: rotate(45deg);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.nav-close:after, .search-close:after {
	transform: rotate(-45deg);
}
.nav-close:hover {
	color: #fff;
}
.nav-close:hover:before, .nav-close:hover:after {
	background: #fff;
}
.nav-opened .logo, .nav-opened .fixed .logo {

}
.nav-opened .logo img {
	display: none;
}
.nav-opened .logo a {
	position: relative;
	z-index: 15;
	background: url(../images/logo-beket.svg) top center no-repeat;
}
.name {
	font-size: 1.5rem;
	text-transform: uppercase;
	text-align: center;
	width: 300px;
	position: absolute;
	left: 50%;
	top: 105px;
	line-height: 1.4;
	margin-left: -150px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.nav-opened .name {
	display: block;
	color: #bbb;
}
.nav-opened .header__search {
	bottom: auto;
	top: 61px;
	height: 60px;
}
.nav-opened .search__button {
	opacity: 0.5;
    filter: alpha(opacity=50);
	background: url(../images/search-white.svg) center center no-repeat;
}
.nav-opened .search__button:hover {
	opacity: 1.0;
    filter: alpha(opacity=100);
}
.nav-opened .search__input {
	color: #fff;
}
.nav-opened .search__input:focus {
	border-bottom: 1px solid #fff;
}
.nav-opened input:focus::-webkit-input-placeholder {color: #171717;}
.nav-opened input:focus:-moz-placeholder {color: #171717; opacity: 1;}
.nav-opened input:focus::-moz-placeholder {color: #171717; opacity: 1;}	
.nav-opened input:focus:-ms-input-placeholder {color: #171717;}

.site-nav {
	 display: none;
	 overflow: hidden;
	 color: #bbb;
	 font-size: 1.8rem;
	 padding: 225px 30px 30px 30px;
}
.nav-opened .site-nav {
	 display: block;
}
.site-nav__side {
	float: left;
	width: 50%;
}
.site-nav__col {
	float: left;
	width: 50%;
	padding: 0px 30px;
}
.site-nav__title {
	font-family: 'PT Serif', serif;
	font-size: 2.4rem;
	color: #fff;
	display: block;
	margin: 60px 0px 30px 0px;
}
.site-nav__title:first-child {
	margin-top: 0px;
}
.site-nav__list {
	padding: 0px;
	margin: 22px 0px;
	list-style: none;
}
.site-nav__regions {
	margin-bottom: -5px;
}
.site-nav__list li {
	margin: 15px 0px;
}
.site-nav__regions li ul {
	display: none;
	list-style: none;
	padding: 0 0 0 15px;
}
.site-nav__regions>li.active>a {
	text-decoration: none;
	color: #f27660;
}
.site-nav a {
	color: #bbb;
	text-decoration: none;
}
.site-nav a:hover {
	color: #f27660;
	text-decoration: underline;
}
.nav-banner {
	margin: 0px;
	position: relative;
	text-align: center;
	border: 1px dashed #bbb;
}
.nav-banner a {	
}
.nav-banner__img {
	margin: 0px;
	opacity: 0.6;
    filter: alpha(opacity=60);
}
.nav-banner__img img {
	display: block;
	width: 100%;
}
.nav-banner__title {
	font-family: 'PT Serif', serif;
	text-transform: uppercase;
	position: absolute;
	z-index: 15;
	letter-spacing: 1.5px;
	font-size: 2.8rem;
	font-weight: normal;
	line-height: 1.8;
	top: 52%;
	padding: 0px 35px;
	display: block;
	left: 0px;
	right: 0px;
	color: #bbb;
}
.nav-banner__button {
	border-color: #bbb;
	color: #bbb;
	font-size: 1.6rem;
	line-height: 1.5;
}
.nav-banner:hover {
	border-color: #fff;
}
.nav-banner:hover .nav-banner__button {
	border-color: #fff;
}
.nav-banner:hover .nav-banner__title {
	color: #fff;
}
.nav-banner:hover .nav-banner__img {
	opacity: 1.0;
    filter: alpha(opacity=100);
}
.site-nav__contacts {
	font-size: 2.4rem;
}
.site-nav__contacts p {
	margin: 15px 0px;
}
.nav-social__list {
	margin: 35px 0px;
	padding: 0px;
	list-style: none;
}
.nav-social__list li {
	margin: 15px 0px;
}
.nav-social__link {
}
.nav-social__link .fa {
	width: 26px;
	font-size: 2.0rem;
	text-align: center;
	margin: 0 10px 0 0;
}
.nav-social__link.tw {
}
.nav-social__link.fb {
}
.nav-social__link.vk {
}
.nav-social__link.ok {
}
.nav-social__link.ig {
}
.nav-social__link.yt {
}
.header__subscribe {
	margin: 60px 0 0 0;
}
.header__subscribe p {
}
.subscribe__form {
	margin: 30px 0 0 0;
	position: relative;
}
.subscribe__form input[type=text], .subscribe__form input[type=email] {
	border: none;
	background: none;
	border-bottom: 1px solid #bbb;
	padding-right: 35px;
	height: 56px;
	width: 100%;
	color: #fff;
	font-size: 2.4rem;
}
.subscribe__form input[type=text]:focus, .subscribe__form input[type=email]:focus {
	border-bottom: 1px solid #fff;
}
.subscribe__form input[type=submit] {
	border: none;
	width: 35px;
	height: 56px;
	position: absolute;
	right: 0px;
	top: 0px;
	overflow: hidden;
	text-indent: 100px;
	opacity: 0.5;
    filter: alpha(opacity=50);
	background: url(../images/arrow-right.svg) center center no-repeat;
}
.subscribe__form input[type=submit]:hover {
	opacity: 1.0;
    filter: alpha(opacity=100);
}
.nav-opened .header_page:before {
	top: 80px;
}
.nav-opened .header_page .nav-close {
	top: 30px;
}
.nav-opened .header_page .header__search {
	top: 15px;
}
.nav-opened .header_page .search__input:focus {
	border-bottom: none;
}
.header_page .site-nav {
	 padding: 120px 30px 30px 30px;
}
/* = Content
---------------------------------------------
--------------------------------------------- */
.content {
	font-family: 'PT Sans', sans-serif;
	padding: 0;
	float: left;
	width: 70%;
}
.content_full {
	padding: 0px;
	float: none;
	width: 100%;
}
.content h1 {
	font-family: 'PT Serif', serif;
	display: block;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 50px 0;
}
.content h2 {
	font-family: 'PT Sans', sans-serif;
	display: block;
	font-size: 2.6rem;
	font-weight: 700;
	margin: 40px 0 25px 0;
}
.content h3 {
}
.content p {
	margin: 15px 0;
}
.content h1:first-child, .content h2:first-child, .content h3:first-child, .content p:first-child {
	margin-top: 0px;
}
.content ul, .content ol {
	padding: 0 0 0 22px;
	margin: 0 0 25px 0;
}
.content li {
	position: relative;
	margin: 10px 0px;
}
/* = Region
---------------------------------------------
--------------------------------------------- */
.region-history {
	overflow: hidden;
	margin-top: 30px;
	padding: 50px 0 0 0;
	border-top: 1px solid #bbb;
}
.region-history__img {
	text-align: center;
	float: left;
	width: 25%;
	margin: 0px;
	padding-left: 30px;
}
.region-history__img img {
	max-width: 100%;
}
.region-history__about {
	float: left;
	width: 75%;
	padding-right: 30px;
}
.region__about p {
}
.sub-regions {
	overflow: hidden;
}
.sub-regions br {
	display: none;
	position: absolute;
}
.sub-region {
	overflow: hidden;	
}
.sub-region__name {
	font-family: 'PT Sans', sans-serif;
	display: block;
	float: left;
	width: 20%;
	padding: 0 10px 0 0;
	line-height: 1.2;
	min-height: 50px;
	margin: 10px 0 0 0;
	font-size: 2.0rem;
}
.sub-region__name a {
	text-decoration: none;
}
.sub-region__name a:hover {
	text-decoration: underline;
}
.table {
	margin: 25px 0;
	border-left: 1px solid #bbb;
	border-top: 1px solid #bbb;
}
.table th{
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 5px;
	font-size: 1.2rem;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}
.table td {
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 5px;
	font-size: 1.2rem;
	vertical-align: top;
	text-align: left;
}
/* = Content forms
---------------------------------------------
--------------------------------------------- */
.content .wpcf7 {
}
.content .form {
	margin: 30px 0 0 0;
}
.content form br {
	display: none;
	position: absolute;
}
.content form p {
	margin: 0px 0px 25px 0px;
}
.content label {
	display: block;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.content .wpcf7-form-control-wrap {
	
}
.content input[type=text], .content input[type=email], .content textarea {
	width: 320px;
	background: none;
	border: 1px solid #bbb;
	padding: 5px 15px;
	height: 48px;
	font-size: 2.0rem;
	box-shadow: none;
}
.content textarea {
	width: 640px;
	height: 156px;
}
.content input[type=text]:focus, .content input[type=email]:focus, .content textarea:focus {
	border: 1px solid #171717;
}
.search__input {
}

.button, .content .wpcf7-submit {
	font-family: 'PT Sans', sans-serif;
	width: 320px;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	height: 65px;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 1px;
	border: 2px solid #171717;
	background: #171717;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.button:hover, .content .wpcf7-submit:hover {
	color: #fff;
	background-color: #f27660;
	border: 2px solid #f27660;
}

/* = Posts
---------------------------------------------
--------------------------------------------- */
.posts {
}
.post {
	border-top: 1px solid #bbb;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
}
.post:first-child {
	border: none;
	margin-top: 0;
	padding-top: 0;
}
.post h2 {
	margin: 0 0 10px 0;
	overflow: hidden;
	position: relative;
}
.post h2 a {
}
.post h2 .a, .post h2 .b {
	position: relative;
	top: 12px;
	display: inline-block;
	float: right;
	width: 20px;
	height: 18px;
	background-position: right center;
	background-repeat: no-repeat;
	opacity: 0.3;
	margin: 0 0 0 10px;
}
.post h2 .a {
	background-image: url(../images/camera.svg);
	background-size: 96%;
}
.post h2 .b {
	background-image:url(../images/group.svg);
}
.post h2 .a:hover, .post h2 .b:hover {
	opacity: 1.0;
}
.post__meta {
	margin: -3px 0 10px 0;
}
.post__meta a {
	display: inline-block;
	margin-right: 10px;
}
.post p {
	margin: 0;
}
strong.search {
	background-color: #f7e5e2;
	padding: 0px 3px;
}
/* = Pagenavi
---------------------------------------------
--------------------------------------------- */
.wp-pagenavi {
	border-top: 1px solid #bbb;
	padding: 40px 0 0 0;
	margin: 20px 0 0 0;
	overflow: hidden;
	text-align: center;
}
.wp-pagenavi a {
	border: none;
	display: inline-block;
	min-width: 36px;
	height: 36px;
	line-height: 36px;
	padding: 0px 5px;
	text-align: center;
	text-decoration: none;
}
.wp-pagenavi span {
	border: none;
	display: inline-block;
	min-width: 36px;
	height: 36px;
	line-height: 36px;
	padding: 0px 5px;
	text-align: center;
	background: #171717;
	color: #fff;
}
.wp-pagenavi .extend {
	background: none;
	color: #171717;
}
.previouspostslink {
}
.page {
}
.nextpostslink {
}
/* = Single
---------------------------------------------
---------------------------------------------*/
.meta {
	margin: -35px 0 50px 0;
}
.meta a {
	color: #888;
	display: inline-block;
	margin: 0 10px 0 0;
}
.meta a:hover {
	color: #ee654d;
}
.meta a:first-child {
	margin-left: 0px;
}
.pagenav {
	padding: 0 0 0 30px;
	margin: 50px 0 50px 0;
	border-left: 2px solid #888;
}
.pagenav-wrap-a {
}
.pagenav h4 {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.pagenav ol {
	padding: 0 0 0 0px;
	margin: 0px;
	list-style: none;
}
.pagenav li {
	position: relative;
	margin: 5px 0 0 0;
	padding: 0 0 0 23px;
}
.pagenav li:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 11px;
	display: block;
	width: 5px;
	height: 5px;
	background: #333;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
.pagenav a {
	text-decoration: none;
}
.pagenav a:hover {
	color: #ee654d;
	text-decoration: underline;
}
.names {
	width: 100%;
	max-width: 990px;
	margin: 15px 0 25px 0px;
	border: none;
	border-spacing: 0px;
}
.names th {
	text-align: left;
	vertical-align: top;
	border: none;
	margin-left: 10px;
	padding: 10px 5px;
	width: 33.3%;
}
.names td {
	font-family: 'PT Sans', sans-serif;
	font-family: 'PT Serif', serif;
	text-align: left;
	vertical-align: top;
	border: none;
	padding: 15px 5px;
	width: 33.3%;
	position: relative;
}
.names td:before {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	left: 0px;
	top: 0px;
	right: 30px;
	background: #ccc;
}
.names td.nobkg:before 
{
	background: none;
}
/* = Gallery
---------------------------------------------
---------------------------------------------*/
.photo {
	margin: 12px 0px;
	width: 100%;
	max-width: 960px;
}
.pic {
	margin: 6px 0px;
	width: 100%;
}
.pic img, .pics_item img{
	max-width: 100%;
	display: block;
}

.pics{
	margin: 6px -6px;
	overflow: hidden;
}
.pics-item{
	float: left;
	width: 50%;
	padding: 0 6px;
}
.pics_3 .pics-item{
	width: 33.33%;
}

.img {
	margin: 6px 0px;
	max-width: 100%;
}
.photo img {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.img img {
	display: block;
	max-width: 100%;
	padding: 0px;
	margin: 0px;
}
.photo a {
	display: block;
}
.photo a:hover img, .pic a:hover img {
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
.photo-v {
	max-width: 700px;
	margin: 15px 0px;
	width: 100%;
}
.photo-v img {
	display: block;
	width: 100%;
}
.photo-8 {
	max-width: 800px;
	margin: 15px 0px;
	width: 100%;
}
.photo-8 img {
	display: block;
	width: 100%;
}

.content p.photodes {
	margin-top: 0px;
	font-style: italic;
	font-size: 0.875em;
	padding: 0px 10px 5px 5px;
}
.photodes span.date {
	color: #555;
	font-size: 0.750em;
	display: block;
}
.gallery {
	display: table;
	width: 100%;
	max-width: 960px;
	margin:  0 0 12px 0;
}
.gallery div.photo {
	margin: 0px;
}
.gallery div.photo img {
	display: block;
	margin: 0 !important;
}
.content .gallery p.photodes {
	margin: 0px 0px 0px 0px;
}
.gallery div.photo-left {
	float: left;
	width: 31.8%;
}
.gallery div.photo-center {
	float: left;
	width: 31.8%;
	margin-left: 2.2%;
	margin-bottom: 0px;
}
.gallery div.photo-right {
	float: right;
	width: 31.8%;
}

/*  upg */

.gallery.upg div.photo-left, .gallery.upg div.photo-center, .gallery.upg div.photo-right {
	width: 32.4%;
}
.gallery.upg div.photo-center {
	margin-left: 1.4%;
}

/* /upg */

.gallery div.photo-right-full {
	float: right;
	width: 66.9%;
}
.gallery div.photo-left-full {
	float: left;
	width: 66.9%;
}
.gallery div.photo-right-half {
	float: right;
	width: 49.4%;
}
.gallery div.photo-left-half {
	float: left;
	width: 49.4%;
}
.gallery div.photo img {
	width: 100%;
	display: block;
	padding: 0px;
	margin: 4px 0;
}
.video {position:relative;padding-bottom:56.25%;padding-top:25px;height:0;}
.video iframe {position:absolute;top:0;left:0;width:100%;height:100%; margin:0 !important;}

/* = Comments
---------------------------------------------
---------------------------------------------*/
div.comments-box {
	margin: 50px 0 0 0;
}
#commentsno {
	margin: 0 0 15px 0;
}
#commentsno span {
	padding: 0;
	display: inline-block;
}
ol.commentlist {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style-position: inside;
	border-bottom: 1px solid #ccc;
}
ol.commentlist li{
	margin: -2px 0 0 0;
	padding: 0;
}
ol.commentlist ul {
	list-style: none;
	list-style-position: inside;
	padding: 0 0 0 30px;
	margin: 0;
}
.comment-body {
	padding: 25px 0 10px 0;
	border-top: 1px solid #ccc;
}
cite.fn {
	font-style: normal;
}
.comment-body p {
	margin: 0;
}
.comment-author {
	font-weight: bold;
	display: inline;
}
.comment-author a {
	color: #000;
}
.comment-author a.url {
	cursor: text;
	text-decoration: none;
}
li.byuser a.url {
	cursor: pointer;
}
.comment-author span.says {
	display: none;
}
.comment-meta {
	display: inline;
	margin-left: 10px;
	font-size: 1.2rem;
	font-weight: normal;
}
.comment-meta a {
	cursor: text;
	text-decoration: none;
}
.comment-body p {
	clear: both;
	width: 100%;
	padding-top: 10px;
	margin: 5px 0px 0px 0px;
}
.comment-body div.reply {
	text-align: right;
}
.comment-body div.reply a {
	font-size: 1.2rem;
}
#respond {
	margin: 50px 0px 0px 0px;
}
#respond small {
	margin-left: 10px;
}
#respond p.social a {
	text-decoration: none;
}
.cancel-comment-reply {
	display: none;
	visibility: hidden;
}
#leavecomment span {
	display: inline-block;
}
.comment img {
	max-width: 100%;
}
div.super-comment {
	display: none;
}
/* = Gi
---------------------------------------------
---------------------------------------------*/
.gi-box {
	display: block;
	position: relative;
	background: #f3f3f3 url(../images/tree.png) right top no-repeat;
	box-sizing: border-box;
	padding: 30px 20px 25px 25px;
	margin: 35px 0px 25px 0px;
	border-left: 2px solid #888;
}
.gi-box:hover {
	background: #eee url(../images/tree.png) right top no-repeat;
}
.gi-link {
	display: block;
	height: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 99;
}
.gi-box:hover a {
	color: #ee654d;
}
.gi-box h2 {
	margin: 0px;
}
.gi-box p {
	margin: 10px 0;
}

.gi-eng {
	display: block;
	margin-top: 10px;
	font-style: italic;
}
.gi-box br {
	display: none;
	position: absolute;
	left: -99999px;
}
/* = Google
---------------------------------------------
---------------------------------------------*/
iframe {
	width: 100%;
}
.banner-bottom {
	display: none;
}
.banner-bottom-small {
	display: none;
}
.adsense-in-text {
	display: none;
}
.banner_bottom {
	margin: 50px auto;
	width: 728px;
}
.banner_bottom-small {
	display: none;
	margin: 40px auto;
	width: 468px;
}
.banner_bottom-smallest {
	display: none;
	margin: 30px auto;
	width: 200px;
}
/* = Old
---------------------------------------------
---------------------------------------------*/
.backtop {
	display: none;
}

/* = Sidebar
---------------------------------------------
--------------------------------------------- */
.sidebar {
	font-family: 'PT Sans', sans-serif;
	float: right;
	width: 26.7%;
	padding-left: 75px;
}
.side-nav {
	margin: 60px 0 0 0;
}
.side-nav:first-child {
	margin: 0;
}
.side-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.side-nav li {
	margin: 10px 0 0 0;
	line-height: 1.2;
	font-size: 2.2rem;
}
.side-nav  .side-nav__cities {
	margin: 10px 0 0 0;
}
.side-nav li:first-child {
	margin: 0;
}
.side-nav li a {
	text-decoration: none;
}
.side-nav>ul>li.active>a {
	text-decoration: none;
	color: #f27660;
}
.side-nav li a:hover {
	text-decoration: underline;   
}
.side-nav li ul {
	display: none;
	margin: 0 0 0 0;
	padding: 10px 0 10px 20px;
}
.side-nav li li {
	font-size: 1.8rem;
	margin: 8px 0 0 0;
}
.side-nav li li > a {
}

/* = Fancybox
---------------------------------------------
--------------------------------------------- */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	/*
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
		*/
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
.fancybox-lock {
    overflow: visible !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, 0.9);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	/*visibility: visible;*/
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}