html, body {
    font-family: 'GothamPro', serif;
    margin: 0px;
    padding: 0;
    font-size: 14px;
	word-break: break-word;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: unset;
	color: #000;
}

img {
	object-fit: cover;
}

figcaption {
	text-align: center;
	font-weight: bold;
}

.menu, 
.menu li {
	display: block;
	margin: 0; 
	padding: 0; 
}

h1.r2d2,
h2.r2d2 {
	font-family: Philosopher;
	font-weight: bold;
	font-size: 30px;
	line-height: 24px;
	color: #729FB1;
}

.container {
	max-width: 1440px;
	margin: 0 auto;
}

header {
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 28px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logotype img {
	margin-right: 30px; 
	vertical-align: middle;
    width: 170px;
    height: 144px;
}

.logotype span {
    display: inline-block;
    width: 160px;
    color: #858585;
    font-size: 14px;
    margin-right: 30px;
    vertical-align: middle;
    line-height: 18px;
}


.single-copy {
	text-align: right;
    margin-top: 10px;
    font-weight: 600;
}


.header-nav {
	width: calc(100% - 500px);
}

.menu-header .menu {
	margin: 0;
    padding: 2px 0;
    display: flex;
    justify-content: space-between; 
    border-bottom: 1px solid #e8e8e8; 
}


.menu-header .menu li {
	display: inline-block; 
}
.menu-header .menu li a {
    display: block;
    padding: 26px 0px;
    text-transform: uppercase;
}
.menu-header .menu li a:hover {
	text-decoration: underline;
}
.bold-red > a {
	color: #c4262e;
    font-weight: bold;
}

.menu-header .menu > li:first-child > a {
	padding-left: 0;
}
.menu-header .menu > li:last-child > a {
	padding-right: 0;
}


.ragnar {
	display: none; 
	position: absolute;
    left: 0px;
    top: 160px;
    background-color: #ECECEC;
    width: 100%;
    padding: 40px;
    z-index: 2;

}

#header_toggle_menu:checked ~ .ragnar {
	display: block;
}

#header_toggle_menu:checked ~ .header-toggle-menu {
	background-image: url(../img/h-toggle-close.png); 
}


.menu-ragnar .menu {
	display: flex;
	justify-content: space-between;
	padding: 0;
}

.menu-ragnar .menu li {
	display: block;
}

.menu-ragnar .menu li a:hover {
	text-decoration: underline;
}

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

.menu-ragnar .sub-menu {
	margin-top: 30px;
	padding: 0;
}


.menu-ragnar .sub-menu li a {
	display: block;
	padding: 10px 0;
    max-width: 150px;
}

.header-menu-mobile {
	display: none;
}




.header-socials {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
	font-size: 12px;
	line-height: 20px;
	color: #9e9e9e;
}

.socials-share {
    margin: 30px 0;
	font-size: 12px;
	line-height: 20px;
	color: #9e9e9e;
}



.header-subscribe span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.s-link {
	margin: 0 2px;
	cursor: pointer;
}

.s-link::before {
	content: ""; 
	width: 30px; 
	height: 30px; 
	background-color: #E6E7E8; 
	border-radius: 50%; 
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.s-link-vk::before {
	background-image: url(../img/ic-vk.png); 
}
.s-link-fb::before {
	background-image: url(../img/ic-fb.png); 
}
.s-link-in::before {
	background-image: url(../img/ic-in.png); 
}
.s-link-ok::before {
	background-image: url(../img/ic-ok.png); 
}
.s-link-tg::before {
	background-image: url(../img/ic-tg.png); 
}
.s-link-rss::before {
	background-image: url(../img/ic-rss.png); 
}



.header-map a {
	color: #9e9e9e;
	display: inline-block;
	margin-left: 10px;
}
.header-map a:hover {
	text-decoration: underline;
}

.header-toggle .header-toggle-search,
.header-toggle .header-toggle-menu {
	display: block;
	width: 80px; 
	height: 80px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.header-toggle-menu {
	background-color: #FFCB05; 
	background-image: url(../img/h-menu-white.png); 
}
.header-toggle-menu:hover {
	background-color: #e4b70a; 
}
.header-toggle-search {
	background-color: #729FB1; 
	background-image: url(../img/h-search-white.png); 
}
.header-toggle-search:hover {
	background-color: #6793a5;
}





.menu-home-sidebar {
	background-color: #F2F2F2; 
	padding: 25px 40px; 
}

.menu-home-sidebar ul li,
.menu-home-sidebar ul {
	display: block;
	padding: 0; 
	margin: 0; 
}

.menu-home-sidebar ul li {
	border-bottom: 1px solid #D5D5D5;
}
.menu-home-sidebar ul li:last-child {
	border-bottom: 0;
}

.menu-home-sidebar ul li a {
	display: block;
	padding: 15px 0; 
	font-size: 14px;
	text-transform: uppercase;
}

.menu-home-sidebar ul li a:hover {
	color: #717171;
}



.ironman {
	margin: 0  0 30px 0; 
}

.ragnar .ironman {
	display: none;
}

.ironman a {
    display: block;
    margin: 15px 0;
    background-color: bisque;
    padding: 10px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 900;
    color: white; 
    transition: .3s; 
}
.ironman a:first-child {
	margin-top: 0;
}
.ironman a:hover {
	opacity: .8;
}

.ironman a.ironman-zapiski {
	background-color: #C4262E;
}
.ironman a.ironman-donate {
	background-color: #FFCB05;
}
.ironman a.ironman-svecha {
	background-color: #729FB1;
}
.ironman a.ironman-fotolenta {
	background-color: #DD692C;
}
.ironman a.ironman-videos {
	background-color: #518BA3;
}

.ironman a::before {
	height: 64px;
    width: 50px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.ironman a.ironman-zapiski::before {
	background-image: url(../img/ir-zapiski.png); 
}
.ironman a.ironman-donate::before {
	background-image: url(../img/ir-donate.png); 
}
.ironman a.ironman-svecha::before {
	background-image: url(../img/ir-svecha.png); 
}
.ironman a.ironman-fotolenta::before {
	background-image: url(../img/ir-fotolenta.png); 
}
.ironman a.ironman-videos::before {
	background-image: url(../img/ir-videos.png); 
}



.news-item {
	width: 100%; 
}

.news img {
	width: 100%; 
	object-fit: cover;
	transition: .3s opacity; 
	height: 150px;
}

.news a:hover img {
	opacity: .9; 
}

.news-date-category {
	margin: 20px 0;
	font-size: 10px; 
	color: #969696; 
}

.news-date-category .date {
	display: inline-block;
	margin-right: 20px;
	line-height: 20px; 
}


.news-date-category a {
	color: #E27636; 
	line-height: 20px; 
}


body.category .news-date-category a.link-category,
body.page-template-template-lenta .news-date-category a.link-category {
	font-size: 14px;
}

.news-title a {
	font-family: Philosopher; 
	color: #3C3C3C; 
	font-size: 19px;
}
.news-date-category a:hover, 
.news-title a:hover {
	text-decoration: underline;
}

.cards-category .news-item {
	display: flex;
	margin: 30px 0;
}

.cards-category .news-item .date {
	display: block;
}

.cards-category .news-item .news-image {
	margin-right: 50px;
}


.wrap-more-button {
	text-align: center;
	margin: 20px 0;
}
.btn {
    display: inline-block;
    background-color: #729fb1;
    color: #fff;
    font-size: 20px;
    padding: 15px 30px;
    border-radius: 6px;
}
.btn:hover {
	opacity: .8;
}


.pagination {
	text-align: center;
	margin: 25px 0;
}

.pagination a {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 10px;
}

.pagination .current {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #E6E7E8;
}

body.search-results header {
	margin-bottom: 0px;
}
.wrap-search {
	background-color: #ECECEC; 
	flex: 1;
}

.wrap-search h2 {
	margin: 50px 0;
}

.wrap-search .container {
	max-width: 960px;
	padding: 50px 0;
}
.wrap-search form.search input[type="search"] {
	margin-right: 20px;
	border-radius: 4px;
	padding: 12px;
}
.wrap-search form.search button[type="submit"]::before {
	display: none;
}
.wrap-search form.search button[type="submit"] {
	border-radius: 4px;
    width: auto;
    padding: 0 20px;
    color: #fff;
    font-weight: 900;
}
.wrap-search form.search button[type="submit"] span {
	display: block;
}

.search-posts .news-date-category { 
	margin: 3px 0;
}
.search-posts .news-item {
	margin: 20px 0;
}

body.search-results {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


form.search {
	display: flex;
}
form.search input[type="search"] {
	flex: 1;
    border: 0;
    border-bottom: 1px solid #E9E9E9;
    padding: 12px 0;
	outline: 0; 
}
form.search button[type="submit"] span {
	display: none;
}
form.search button[type="submit"]::before {
	content: ""; 
	display: inline-block;
	height: 20px; 
	width: 20px; 
	background-image: url(../img/search-white.png); 
	background-repeat: no-repeat;
	background-position: center;
}
form.search button[type="submit"] {
	background-color: #729FB1;
    border: 0;
    outline: 0;
    width: 40px;
    text-align: center;
    cursor: pointer;
}
form.search button[type="submit"]:hover {
	opacity: .9; 
}


.menu-home-content {

}

.menu-home-content ul.menu {
	display: flex;
	justify-content: space-between;
}

.menu-home-content ul li {
	display: inline-block;
}

.menu-home-content ul li a {
	display: block;
	padding: 20px 25px; 
	background-color: #F2F2F2; 
	border-radius: 4px;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
}
.menu-home-content ul li a:hover {
	background-color: #e8e8e8; 
	transition: background .3s;
}


.banners-content {
	margin: 0 0 40px 0;
}

.banner {
	position: relative;
	display: block;
	margin: 30px 0; 
	color: #fff; 
}

.banners-content .banner {
	margin: 0;
}

.banner img {
    height: 222px;
    width: 100%;
    display: block;
    object-fit: cover;
}

.banner img {
	height: 240px;
	-webkit-filter: brightness(70%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.banner:hover img {
	-webkit-filter: brightness(100%);
}

.banner::before {
	display: block;
	width: 100%; 
	height: 100%; 
	content: ""; 
	background-color: rgba(0,0,0,.4);
	background: linear-gradient(90deg, rgba(61, 60, 56, 0.5) 19.65%, rgba(226, 219, 213, 0) 75.33%);
	position: absolute;
	top: 0px; 
	bottom: 0px; 
	right: 0px; 
	left: 0px;
}

.banners-content .banner .banner-title {
	display: inline-block;
    font-size: 40px;
    font-family: Philosopher;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
    max-width: 300px;
}

.banners-content .banner .banner-subtitle {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 2;
    max-width: 260px;
    background-color: rgba(114, 159, 177, 0.8);
    padding: 30px;
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
}

.banners-content .banner-text {
	display: inline-block;
    background-color: #C4262E;
    background: linear-gradient(90deg, #DF6B2C 0%, #C4262E 50%);
    position: absolute;
    right: 0px;
    top: 40px;
    padding: 10px 30px;
    font-size: 12px;
    text-align: center;
}
.banners-content .banner-text span {
	display: block;
}
.banners-content .banner-text b {
    display: block;
    font-size: 20px;
    line-height: 28px;
}

.banners-sidebar .banner .banner-title {
    position: absolute;
    bottom: 30px;
    left: 0px;
    border-left: 10px solid #FFCB05;
    z-index: 2;
    padding-left: 8px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 200px;
}


.breadcrumbs {
	color: gray;
}

.breadcrumbs a {
	display: inline-block;
	color: #CCCCCC; 
	font-size: 12px;
	line-height: 20px;
	transition: .15s;
}

.breadcrumbs a:hover {
	text-decoration: underline;
	color: gray;
}

.breadcrumbs__separator {
	display: inline-block;
    margin: 0 10px;
}
.breadcrumbs__separator::before {
	content: "›"; 
}


.single-content {
	font-size: 18px;
	line-height: 24px;
	color: #3C3C3C;
}

.scroll-top {
	display: none; 
	padding: 15px;
    position: fixed;
    z-index: 1000;
    right: 20px;
    bottom: 20px;
    border-radius: 6px;
    background-color: #e7f5fb;
    box-shadow: 0px 3px 5px #bdbdbd;
    cursor: pointer;
}
.home .scroll-top {
	display: none !important; 
}

.scroll-top svg {
	width: 30px;
}
.scroll-top svg path {
	fill: #729fb1;
}


footer {
	background-color: #F1F2F2; 
	padding: 20px 0;
}

.footer-socials span {
	font-size: 12px;
	margin-right: 5px; 
	display: inline-block;
}

.copyright {
	color: #96948B;
	font-size: 18px; 
}

.footer-menu ul li {
	padding: 20px; 
}

.footer-menu > ul > li:last-child {
	padding-right: 0px;
}

.footer-menu ul li a {
	padding: 10px 0;
	color: #3C3C3C;
	font-size: 18px;
}
.footer-menu ul li a:hover {
	text-decoration: underline; 
}


.sentok {
	display: none;
}

.zapiski select, 
.zapiski input[type="text"] {
	padding: 10px;
    border-radius: 5px;
    border: 1px solid gray;
    outline: 0;
}

.zapiski {
	margin: 20px 0;
    border-collapse: collapse;
    border-radius: 10px;
    border-color: #c5c5c5;
}

.zapiski td {
    padding: 10px;
    vertical-align: top;
    background: #f2f2f2;
}

.zapiski td:first-child {
	width: 180px;
    text-align: center;
    line-height: 35px;
}

#wpcf7-f422-p395-o1,
#wpcf7-f408-p391-o1,
#wpcf7-f362-p350-o1,
#wpcf7-f288-p285-o1 {
    max-width: 560px;
    margin: 20px auto;
}

#wpcf7-f422-p395-o1 input[type="submit"],
#wpcf7-f408-p391-o1 input[type="submit"],
#wpcf7-f362-p350-o1 input[type="submit"],
#wpcf7-f288-p285-o1 input[type="submit"] {
    padding: 10px 20px;
    border: 0px;
    background-color: #518ba3;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    outline: 0;
}

.zapiski-nav {
    padding: 20px 0;
    margin: 0px auto;
    text-align: center;
    border-top: 1px solid #7b7b7b;
    border-bottom: 1px solid #7b7b7b;
    display: table;
}
.zapiski-nav li {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #717171;
}
.zapiski-nav li:last-child {
    margin-right: 0;
    border-right: 0;
}

.zapiski-nav li a {
	color: #518ba3;
}

.blocks-gallery-item__caption a {
	color: #fff;
    text-decoration: underline;
}

.znames span.wpcf7-list-item {
	display: block; 
	margin-left: 0;
} 

.v-studio a {
	color: #729FB1; 
}

.v-studio {
    color: gray;
    text-align: right;
}