/********************** Общие  **********************/

@-ms-viewport {
	width: device-width
}

html {
	font-family: OpenSans;
	font-size: 17px;
	color: #333333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

html *, ::after, ::before {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

.default-page {
	padding: 29px 0;
}

h1 {
    font-weight: 700;
    font-size: 50px;
    padding: 21px 0 36px;
}

h2 {
	font-family: OpenSans;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 24px;
	padding-top: 24px;
	line-height: 32px;
}

h3 {
	font-family: OpenSans;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 24px;
	padding-top: 24px;
	line-height: 28px;
}

.insertaside + h2,
h2 + h3 {
	padding-top: 0;
}

/********************** Прелоадер  **********************/

.loading_block {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(ajax-loader.gif);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}

body.loading .loading_block {
	display: block;
}

/********************** Вспомогательные  **********************/

.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px
}

.container-fluid {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px
}

.outer:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.inner {
	display: inline-block;
	vertical-align: middle;
}

.clear {
	clear: both;
}

.float-right {
	float: right;
}

.hidden {
	display: none !important;
}

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

.category-block {
    display: inline-block;
    background-color: #258e33;
    border-radius: 0 0 3px 3px;
    padding: 6px 17px;
    font-family: RobotoCondensed;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
}

/********************** Кнопки  **********************/

.button {
	border-radius: 50px;
	text-align: center;
	padding: 17px 22px;
	font-size: 15px;
	background-color: #d7d2c3;
	display: inline-block;
	cursor: pointer;
}

.close-button {
	width: 16px;
	height: 16px;
	background-color: transparent;
	background-image: url(../images/close-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	cursor: pointer;
}

.loadmore {
    display: inline-block;
    color: #258e33;
    border: 2px solid #258e33;
    border-radius: 3px;
    padding: 18px 49px;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.loadmore:hover {
	background-color: rgba(165, 56, 58, 0.1);
}

/********************** Чекбокс  **********************/

.hidden_checkbox {
	display: none !important;
}

.checkbox_label_icon {
	width: 24px;
	height: 22px;
	background-image: url(../images/checkbox-icon.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: left center;
}

.hidden_checkbox:checked + div .checkbox_label_icon {
	background-image: url(../images/checkbox-checked-icon.png);
}

.hidden_checkbox:checked + div .checkbox_label_text {
	color: #ccc;
	position: relative;
}

.hidden_checkbox:checked + div .checkbox_label_text {
	text-decoration: line-through;
}

.hidden_checkbox:checked + div + div .checkbox_label_value {
	color: #ccc;
	position: relative;
}

.hidden_checkbox:checked + div + div .checkbox_label_value:before {
	color: #ccc;
	content: '';
	position: absolute;
	top: 49%;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

.checkbox_label_icon, .checkbox_label_text, .checkbox_label_value {
	cursor: pointer;
	display: inline;
	vertical-align: top;
	font-size: 15px;
    color: #2c2e32;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.checkbox_label_icon {
	display: inline-block;
}

/********************** Слайдер  **********************/

.slider {
	display: none;
}

.slick-slide, .slick-slide:active, slick-slide:hover, slick-slide:focus {
	outline: none;
}

.home .slider {
	display: block;
}

.slider__item {
	height: 369px;
	position: relative;
	padding: 50px 50px 0;
}

.slider__background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.slider__title {
    font-size: 48px;
    color: #fff;
    text-align: right;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 18px;
}

.slider__description {
	font-size: 15px;
	color: #fff;
	line-height: normal;
	padding-top: 16px;
	font-weight: normal;
}

.slick-prev {
    left: 10px;
    z-index: 9;
}

.slick-next {
    right: 10px;
    z-index: 9;
}

.slider .slick-arrow a {
	background-color: transparent;
	background-position: center center;
	background-size: auto;
	background-repeat: no-repeat;
	width: 40px;
    height: 30px;
}

.slider > .container {
    margin: 0 auto;
    position: absolute;
    top: 49%;
    left: 0;
    right: 0;
}

.slider .slick-arrow a:before {
	content: none;
}

.slider .slick-prev {
	background-image: url(../images/arrow-left.svg);
}

.slider .slick-next {
	background-image: url(../images/arrow-right.svg);
}

.slider .slick-arrow a:hover {
	opacity: 0.7;
}

.slick-dots {
	bottom: 25px;
	z-index: 9;
}

.slick-dots li button:before, .slick-dots li.slick-active button:before {
	font-size: 30px;
	color: #fff;
}

.slick-prev:before, .slick-next:before {
	font-size: 35px;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slider__text {
	display: inline-block;
	text-align: left;
}

/********************** Шапка  **********************/

.header {
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0 0;
}

.header > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.logo {
    display: inline-block;
    vertical-align: top;
    float: left;
}

.search-form {
    vertical-align: top;
    position: relative;
    margin-top: 6px;
    display: inline-block;
}

.search-field {
    font-size: 13px;
    border: none;
    outline: none;
    border-bottom: 2px solid #258e33;
    padding: 6px 0 5px;
    width: 270px;
}

.mobile-search-field {
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding-top: 17px;
}

.mobile-search-form {
	position: static;
}

.search-submit {
    position: absolute;
    top: 5px;
    right: 0;
    background: none;
    border: none;
    font-size: 0;
    width: 17px;
    height: 17px;
    background-image: url(../images/search.png);
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    cursor: pointer;
    outline: none;
}

.search-form .mobile-search-submit {
	outline: none;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.mobile-search-form {
	display: none;
}

.cat {
	position: relative;
    list-style: none;
    width: 100%;
    max-width: 555px;
    display: inline-block;
    vertical-align: top;
    font-family: RobotoCondensed;
    font-size: 17px;
    padding: 10px 0 0;
}

.cat-more,
.cat .menu-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 12.4px;
    padding: 0 0 21px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}

.menu-item:hover {
	text-decoration: underline;
}

.cat-more:hover,
.cat .menu-item:hover {
	border-color: #258e33;
	text-decoration: none;
}

.menu-item a {
	text-decoration: none;
}

.cat-dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    text-align: left;
    padding: 20px;
    top: 52px;
    right: 0;
    border: 1px solid #e1e1e1;
    border-top: none;
}

.cat-more {
    padding-right: 16px;
    background-image: url(../images/dropdown.png);
    background-position: right top 8px;
    background-size: auto;
    background-repeat: no-repeat;
}

.cat-dropdown .menu-item {
	display: block;
}

.sub-menu {
	display: none !important;
}

/********************** Статьи  **********************/

.articles {
    width: 100%;
    margin-left: -30px;
    width: calc(100% + 30px);
}

.articles__title {
    padding-left: 30px;
    font-size: 28px;
    color: #2b231a;
    font-weight: 600;
    margin-bottom: 27px;
}

.article {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: inherit;
    margin-left: 30px;
    margin-bottom: 30px;
    background-color: #fcfcfc;
    overflow: hidden;
}

.article__list {
    margin-bottom: 33px;
    font-size: 0;
}

.article__list:after {
	content: '';
	display: block;
	clear: both;
}

.article__params {
    clear: both;
    display: block;
    text-align: center;
}

.article img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.article__big {
	width: 770px;
	height: 668px;
	float: left;
}

.article__medium {
	width: 570px;
	height: 508px;
	float: left;
}

.article__small {
	width: 370px;
	height: 310px; /* 340 ? */
	margin-bottom: 48px;
}

.article__extra_small {
	width: 270px;
	height: 239px;
}

.article__title {
    font-weight: 600;
    text-decoration: none;
}

.article__medium .article__title, .article__big .article__title {
	font-size: 32px;
	padding: 19px 0;
}

.article__big .article__title {
	padding-bottom: 0;
}

.article__big .article__excerpt {
	padding-top: 19px;
}

.article__extra_small .article__title, .article__small .article__title {
	padding: 11px 0 0;
	font-size: 18px;
}

.article__list a {
	text-decoration: none;
}

.article__list a:hover {
	text-decoration: underline;
}

.article__text {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
}

.articles__title {
	padding-left: 30px;
	font-size: 28px;
	color: #2b231a;
}

.article__excerpt {
    color: #666666;
    font-family: Georgia;
    line-height: 24px;
    font-size: 17px;
}

.article__category {
	position: absolute;
	top: 0;
	left: 29px;
}

/********************** Футер  **********************/

.footer {
	background-color: #333333;
	color: rgba(255, 255, 255, 0.36);
	font-size: 13px;
	padding: 30px 0;
	line-height: 20px;
}

.footer__right-menu {
	color: #fff;
}

.footer__left {
	display: inline-block;
	vertical-align: top;
}

.footer__right {
	float: right;
	text-align: right;
}

/********************** Главная страница  **********************/

.front-page {
	padding: 29px 0;
}

/********************** Страница поста  **********************/

.single-header {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 59px 27px;
    margin-bottom: 36px;
}

.single-backgroud-image {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	z-index: -1;
}

.single-title {
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 25px;
    padding: 0;
}

.single-description {
    font-weight: 600;
    font-size: 30px;
}

.single-category {
	margin-right: 29px;
}

.single-category a {
	text-decoration: none;
}

.single-category a:hover {
	text-decoration: underline;
}

.single-header-information {
    position: absolute;
    top: 0;
    left: 29px;
    font-family: RobotoCondensed;
    font-size: 13px;
    text-transform: uppercase;
}

.single-views,
.single-date {
	display: inline-block;
}

.single-date {
    margin-right: 27px;
}

.single-views {
	padding-left: 20px;
	background-image: url(../images/single-views.png);
	background-position: left center;
	background-size: auto;
	background-repeat: no-repeat;
}

.single-page {
	padding: 27px 0 0;
}

.single-content > * {
	width: 60%;
	float: left;
	word-break: break-word;
	position: relative;
}

figure {
	clear: both;
	float: none !important;
	max-width: 100%;
}

figure:after {
	content: '';
	display: block;
	clear: both;
}

.single-content {
    font-family: Georgia;
    line-height: 23px;
    margin-bottom: 66px;
}

.single-content:after {
	content: '';
	display: block;
	clear: both;
}

.single-content strong {
	font-weight: bold;
}

.single-content em {
	font-style: italic;
}

.single-content p {
    font-family: Georgia;
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #3d3e40;
    padding-bottom: 30px;
}

.single-content p + ul {
    margin-bottom: 6px;
}
td > ul {
    margin-top: 5px!important;
}

.single-lead {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 34px;
}

.single-content table {
	font-size: 15px;
	font-family: OpenSans;
	margin-bottom: 62px;
	width: auto;
	min-width: 51%;
}

.single-content tr:first-child {
	font-weight: bold;
}

.single-content td {
    padding-bottom: 20px;
    padding-right: 30px;
    vertical-align: top;
    width: auto;
    word-break: normal;
    text-align: left !important;
    line-height: 1.5;
    font: 18px/26px OpenSans;
    border: 1px solid #D3D3D3;
   padding: 15px 20px;
}
.single-content td>p {
    font: 18px/26px OpenSans;
    padding-bottom: 6px;
}
p>iframe {
   width: 143%!important;
    height: 562px;
   /*  width: 100%!important;
    height: 460px;*/
    position: relative;
}
@media (max-width:1000px) {
p>iframe
{
    width: 100%!important;
    height: 460px;
    position: relative;
}
}

.single-content blockquote {
    padding-left: 20px;
    border-left: 4px solid #ff6f02!important;
    display: inline-table;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 15px;
    margin-inline-end: 0px;
}

.single-content blockquote p {
	padding-bottom: 0;
	padding-left: 44px;
}

.wp-caption-text {
	font-size: 13px;
	font-family: OpenSans;
}

.wp-caption {
    margin-bottom: 25px;
    width: auto;
}

.single-content ul {
    padding-left: 42px;
    margin-bottom: 24px;
    font-size: 20px;
}

.single-content ol {
    padding-left: 20px;
    margin-bottom: 15px;
    counter-reset: li;
    font-size: 21px;
}

.single-content li {
    line-height: 1.5;
    margin-bottom: 15px;
}

td>ol {
    font: 18px/21px OpenSans!important;
    margin-bottom: 13px!important;
}
td>ol li {
    margin-bottom: 4px!important;
}
.single-content ol li:before {
    margin-left: -45px;
    width: 45px;
    display: inline-block;
    text-align: right;
    padding-right: 5px;
}

.single-content ol li {
    list-style: decimal;
	margin-bottom: 18px;
}

.single-content img {
    width: 100%!important;
    height: auto;
    max-width: 1024px;
}

.single-sravnenie table {
	width: calc(100% + 30px);
	font-size: 0px;
	display: table;
	margin-bottom: 60px;
	margin-left: -15px;
}

.single-sravnenie td {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 15px;
    font-family: OpenSans;
    display: table-cell;
    padding: 0px 15px 10px;
    line-height: 20px;
}

.single-sravnenie td:first-child {
	background-color: #d0f3db;
}

.single-sravnenie tr:first-child + * td {
	padding-top: 10px;
}

.single-sravnenie tr:first-child td:first-child {
	background-color: #b4f2c1;
}

.single-sravnenie td:first-child + * {
	background-color: #f9e5e6;
}

.single-sravnenie tr:first-child td:first-child + * {
	background-color: #f5d9d8;
}

.single-sravnenie tr:first-child td {
    font-weight: bold;
    padding: 10px 15px;
}

.comparison__group {
    padding: 8px 15px;
}

.comparison__group > div,
.comparison__item {
	margin-bottom: 7px;
}

#toc_container {
    background-color: #f6f6ee;
    padding: 24px 14px;
    margin-bottom: 36px;
    border: none;
    font-family: RobotoCondensed;
    margin-left: -15px;
    width: calc(51% + 30px) !important;
}

#toc_container .toc_title + ul.toc_list,
#toc_container .toc_title + br + ul.toc_list {
    -webkit-column-count: 2;
            column-count: 2;
}

#toc_container .toc_title {
	font-size: 17px;
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
}

#toc_container .toc_title + ul.toc_list,
#toc_container .toc_title + br + ul.toc_list {
    margin-top: 19px;
    list-style: decimal;
}

#toc_container.no_bullets li {
    line-height: 27px;
    color: #045577;
    /*padding-left: 17px;*/
    padding-left: 3px;
    list-style: decimal;
}

#toc_container .toc_title + .toc_list,
#toc_container .toc_title + br + .toc_list {
	counter-reset: li;
}

#toc_container .toc_title + .toc_list li:before,
#toc_container .toc_title + br + .toc_list li:before {
	content: none;
	display: inline-block;
	width: 20px;
	margin-left: -15px;
	color: #333;
}

#toc_container .toc_title + .toc_list li,
#toc_container .toc_title + br + .toc_list li {
	counter-increment: li;
	font:17px/20px RobotoCondensed;
	margin-bottom: 10px;
}

#toc_container a {
    text-decoration: underline;
}

#toc_container a:hover {
    text-decoration: none;
}

.wp-caption img {
	width: 100%;
	height: auto;
}

.comparison {
	margin-left: -15px;
	width: calc(51% + 30px);
}

.gallery img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	   object-fit: cover;
}

.gallery-thumbs .slick-arrow {
	background-color: transparent;
	background-position: center center;
	background-size: auto;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 50px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.gallery-thumbs .slick-arrow::before {
	content: none;
}

.gallery-thumbs .slick-prev {
	background-image: url(../images/gallery-left.svg);
	left: 0;
}

.gallery-thumbs .slick-next {
	background-image: url(../images/gallery-right.svg);
	right: 0;
}

.gallery__img {
	position: relative;
	margin-bottom: 15px;
}

.gallery__description {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	background-color: rgba(255, 255, 255, 0.7);
}

.gallery-wrap {
	position: relative;
	max-width: 50%;
}

.gallery-wrap .category-block {
    position: absolute;
    z-index: 2;
    left: 30px;
    top: 0;
    padding: 2px 18px;
    text-transform: lowercase;
}

.gallery-thumbs .gallery__item {
	width: 102px;
	height: auto;
	margin: 0 7.5px;
}

.gallery-thumbs .gallery__item img {
	width: inherit;
	height: inherit;
	-o-object-fit: cover;
	   object-fit: cover;
}

.gallery-thumbs .slick-list {
	margin-left: -7.5px;
    margin-right: -7.5px;
}

.gallery-thumbs {
    margin-bottom: 29px;
    max-width: 50%;
    clear: both;
}

.gallery__item, .gallery__item:hover, .gallery__item:active, .gallery__item:focus {
	outline: none;
}

.author_description {
    white-space: pre-wrap;
    font-family: Georgia;
    font-size: 17px;
    color: #666666;
    line-height: 24px;
}

.author_avatar {
	float: left;
	padding-right: 30px;
}

.author_display_name {
    padding: 0 0 10px;
    line-height: 36px;
    margin-bottom: 15px;
}

.author_art_title {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 26px;
}

.author_padding {
	margin-bottom: 50px;
}

.author-info {
	padding-top: 30px;
}

span.toc_number {
    text-decoration: none;
    color: #333;
    padding: 0 8px 0 0;
    position: relative;
}

span.toc_number:before {
    content: '';
    position: absolute;
    left: -5px;
    right: -4px;
    bottom: 0;
    height: 3px;
    background-color: #f6f6ee;
}

.cat__sandwich {
    display: none;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-image: url(../images/sandwich.svg);
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    border: 1px solid;
    border-radius: 2px;
}

.cat__sandwich:hover {
	background-color: #f6f6ee;

}
.single-content ul li::before {
    content: "— ";
    position: relative;
    left: -6px;
    margin-left: -20px;
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
}
td>a>img.size-full, td>a>img.size-fetchimg {
    max-width: 360px;
    max-height: 350px;
    object-fit: cover;
}
iframe {
    width: 100%;
    height: 500px;
}
td>ul li {
    font: 18px/26px OpenSans;
    margin-bottom: 0px!important;
}
.single-content td:first-child {
    width: 40%;
}
table>tbody>tr>td>img.aligncenter {
    max-width: 600px!important;
    height: auto;
}

body {
     overflow: initial!important;
}

sliderify-slider-active {
    overflow: hidden; 
}

.masonry-gallery-wrapper{
    /*width: initial;
    float: none;*/
	z-index: 99999999;
	margin-top: 20px;
}
.sliderify-slider-wrapper{
    /*width: initial;
    float: none;*/
	left: 0;
	position: initial;
}
.force-image-height .owl-carousel .owl-item img{
	width:auto!important;
}

.sliderify-slider-wrapper{
	opacity: 1!important;
}

body .single-content b,
body .single-content strong{
	font-weight:bold;
}