/*
Theme Name: meanwhile-news-2
Theme URI: https://zbulvar.ru/
Description: Theme for newspaper
Author: meanwhile
Author URI: meanwhile
.
*/

@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic');

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

/* Document
       ========================================================================== */

/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */

html
{
    line-height: 1.15;
    /* 1 */

    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
       ========================================================================== */

/**
     * Remove the margin in all browsers (opinionated).
     */

body
{
    margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */

article,
aside,
footer,
header,
nav,
section
{
    display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */

h1
{
    font-size: 2em;

    margin: .67em 0;
}

/* Grouping content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

figcaption,
figure
{
    display: block;
}

/**
     * Add the correct margin in IE 8.
     */

figure
{
    margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */

hr
{
    /* 1 */
    overflow: visible;

    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 2 */
}

/**
     * Add the correct display in IE.
     */

main
{
    display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

pre
{
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Links
       ========================================================================== */

/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */

a
{
    background-color: transparent;
    /* 1 */

    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/* Text-level semantics
       ========================================================================== */

/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */

abbr[title]
{
    /* 1 */
    text-decoration: underline;
    text-decoration: underline dotted;

    border-bottom: none;
    /* 2 */

    -webkit-text-decoration: underline dotted;
    /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */

b,
strong
{
    font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */

b,
strong
{
    font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

code,
kbd,
samp
{
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */

dfn
{
    font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */

mark
{
    color: #000;
    background-color: #ff0;
}

/**
     * Add the correct font size in all browsers.
     */

small
{
    font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sub
{
    bottom: -.25em;
}

sup
{
    top: -.5em;
}

/* Embedded content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

audio,
video
{
    display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */

audio:not([controls])
{
    display: none;

    height: 0;
}

/**
     * Remove the border on img inside links in IE 10-.
     */

img
{
    border-style: none;
}

/**
     * Hide the overflow in IE.
     */

svg:not(:root)
{
    overflow: hidden;
}

/* Forms
       ========================================================================== */

/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */

button,
input,
optgroup,
select,
textarea
{
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */

    margin: 0;
    /* 2 */
}

/**
     * Show the overflow in IE.
     */

button
{
    overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */

button,
select
{
    /* 1 */
    text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */

button,
html [type='button'],
[type='reset'],
[type='submit']
{
    -webkit-appearance: button;
    /* 2 */
}

button,
[type='button'],
[type='reset'],
[type='submit']
{
    /**
       * Remove the inner border and padding in Firefox.
       */
    /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner
{
    padding: 0;

    border-style: none;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring
{
    outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */

input
{
    overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */

[type='checkbox'],
[type='radio']
{
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */

[type='search']
{
    /* 1 */
    outline-offset: -2px;

    -webkit-appearance: textfield;
    /* 2 */
    /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */

::-webkit-file-upload-button
{
    /* 1 */
    font: inherit;

    -webkit-appearance: button;
    /* 2 */
}

/**
     * Correct the padding in Firefox.
     */

fieldset
{
    padding: .35em .75em .625em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */

legend
{
    /* 1 */
    display: table;

    box-sizing: border-box;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 2 */

    white-space: normal;
    /* 3 */

    color: inherit;
    /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */

progress
{
    display: inline-block;
    /* 1 */

    vertical-align: baseline;
    /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */

textarea
{
    overflow: auto;
}

/* Interactive
       ========================================================================== */

/*
     * Add the correct display in Edge, IE, and Firefox.
     */

details
{
    display: block;
}

/*
     * Add the correct display in all browsers.
     */

summary
{
    display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */

menu
{
    display: block;
}

/* Scripting
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

canvas
{
    display: inline-block;
}

/**
     * Add the correct display in IE.
     */

template
{
    display: none;
}

/* Hidden
       ========================================================================== */

/**
     * Add the correct display in IE 10-.
     */

[hidden]
{
    display: none;
}


button
{
    padding: 0;

    cursor: pointer;

    border: 0 none;
    outline: none;
    background-color: transparent;
}

.btn
{
    transition: .4s;

    border-radius: 6px;
}

.btn--main
{
    font-weight: bold;

    width: 100%;
    max-width: 270px;
    padding: 12px 24px;

    text-align: center;

    color: #fff;
    background-color: #01bf75;
}

.btn--main:hover
{
    background-color: #6c6e75;
}

.btn-search
{
    font-size: 14px;

    display: -webkit-flex;
    display:         flex;

    padding: 4px 0;

    color: #fff;
    border: 0 none;
}

.btn-search__icon
{
    width: 16px;
    height: 16px;

    background: url('./img/icon_search-white.svg') no-repeat center;
    background-size: contain;

    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.btn-main
{
    position: relative;
    z-index: 55;

    display: block;

    width: 40px;
    height: 40px;
    padding: 0;

    cursor: pointer;

    border: 0 none;
    outline: none;
    background-color: transparent;
}

.btn-main__line
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 20px;
    height: 3px;
    margin-left: -10px;

    transition: .4s;

    background-color: #01bf75;
}

.btn-main__line:first-child
{
    margin-top: -7px;
}

.btn-main__line:nth-child(2)
{
    margin-top: -1px;
}

.btn-main__line:last-child
{
    margin-top: 5px;
}

.btn-main.open span
{
    background-color: #fff;
}

.btn-main.open span:first-child
{
    margin-top: -1px;

    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.btn-main.open span:nth-child(2)
{
    -webkit-transform: scale(0);
    transform: scale(0);
}

.btn-main.open span:last-child
{
    margin-top: -1px;

    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.link-all
{
    font-size: 16px;
    font-weight: bold;

    transition: .4s;

    color: #01bf75;
}

.link-all:hover
{
    color: #01bf75;
}

.pdf-link
{
    font-size: 16px;

    position: relative;

    display: inline-block;

    padding-left: 28px;

    transition: .4s;
}

.pdf-link:before
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 16px;
    height: 20px;
    margin-top: -12px;

    content: '';

    background: url('./img/icon_pdf-clr.svg') no-repeat center;
    background-size: contain;
}

.pdf-link:hover
{
    color: #01bf75;
}

*
{
    box-sizing: border-box;
}

html,
body
{
    min-height: 100vh;
}

body
{
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.35;

    margin: 0;

    color: #303134;
}

body button,
body input,
body optgroup,
body select,
body textarea
{
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}

body.menu-is-open
{
    position: fixed;

    overflow: hidden;

    width: 100%;
}

a
{
    text-decoration: none;

    color: #303134;
}

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

.main-wrap
{
    display: -webkit-flex;
    display:         flex;
    overflow: hidden;
    flex-direction: column;

    min-height: 100vh;

    -webkit-flex-direction: column;
}

.page__breadcrumbs
{
    padding: 8px 0;

    background-color: #f8f8f8;
}

.block__head
{
    margin-bottom: 18px;
}

.block__title
{
    font-size: 32px;
    font-weight: bold;

    text-align: center;
}

.extra-block__title
{
	font-size: 24px;
	font-weight: bold;

	margin-bottom: .5em;

	color: #01bf75;
}

.u-links__list
{
    display: flex;

    justify-content: space-between;
    align-items: center;
}

.u-links__link
{
    display: block;

    transition: .4s;

    opacity: .5;

    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.u-links__link:hover
{
    opacity: 1;

    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.u-links__link img
{
    display: block;

    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

.main__extra .local-teas
{
    margin-right: -15px;
    margin-left: -15px;
}

.main__extra .local-teas img
{
    width: 100%;
    max-width: none;
}

.tabs-nav__list
{
    display: -webkit-flex;
    display:         flex;

    margin: 0;
    padding: 0;

    list-style: none;

    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabs-nav__item
{
    padding-right: 2px;
    padding-left: 2px;
}

.tabs-nav__link
{
    font-weight: bold;

    position: relative;

    display: block;

    padding: 4px 12px;

    border-style: solid;
    border-color: #f1f1f1;
}

.tabs-nav__link.active
{
    border-color: #999ea8;
}

.page-title
{
    margin: 0;

    color: #01bf75;
}

.pager__list
{
    display: -webkit-flex;
    display:         flex;

    margin: 0 -2px;
    padding: 0;

    list-style: none;

    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.pager__item
{
    padding-right: 2px;
    padding-left: 2px;
}

.pager-link
{
    font-weight: bold;
    line-height: 36px;

    display: block;
    overflow: hidden;

    width: 36px;
    height: 36px;

    transition: .4s;
    text-align: center;

    color: #fff;
    border-radius: 2px;
    background-color: #01bf75;
}

.pager-link:hover
{
    color: #303134;
    background-color: #ededed;
}

.pager-link:hover:before
{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.pager-link--active
{
    pointer-events: none;

    color: #303134;
    background-color: rgba(97, 171, 235, .5);
}

.pager-link--prev,
.pager-link--next
{
    position: relative;

    overflow: hidden;

    text-indent: -9999px;

    background-color: #fff;
}

.pager-link--prev:before,
.pager-link--next:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-left: -7px;

    content: '';
    transition: .4s;

    background-image: url('./img/icon_next-clr.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.pager-link--prev:before
{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.top-lg__item:not(:last-child)
{
    border-bottom: 1px solid #e8e8e8;
}

.top-sm__item
{
    display: block;
}

.top-sm__bottom
{
    margin-top: 24px;
}

.news-lg__wrap
{
    display: -webkit-flex;
    display:         flex;

    margin-right: -15px;
    margin-left: -15px;

    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.news-lg__main,
.news-lg__visual
{
    padding-right: 15px;
    padding-left: 15px;

    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.news-lg__title
{
    line-height: 1.2;
}

.news-lg__bottom
{
    margin-top: 12px;
}

.news-sm__bottom
{
    margin-top: 8px;
}

.news-line
{
    display: -webkit-flex;
    display:         flex;

    margin: -2px;

    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-line__date,
.news-line__categories
{
    padding: 2px;
}

.news-line__categories
{
    display: -webkit-flex;
    display:         flex;

    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-line__category:not(:last-child)
{
    margin-right: 4px;
}

.news-line__category:not(:last-child):after
{
    content: '•';

    color: #999ea8;
}

.news-date
{
    color: #999ea8;
}

.news-category
{
    font-weight: bold;

    transition: color .4s;
    text-transform: uppercase;

    color: #999ea8;
}

.news-category:hover
{
    color: #01bf75;
}

.news-cover
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 65%;

    border-radius: 6px;
    background-color: #f8f8f8;
}

.news-cover__img
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;
    margin: 0;

    -o-object-fit: cover;
    object-fit: cover;
}

.title-link
{
    font-weight: bold;

    transition: color .4s;
}

.title-link:hover
{
    color: #6c6e75;
}

.main-long
{
    border-top: 8px solid #01bf75;
    border-radius: 6px;
    background-color: #f1f1f1;
}

.main-long--white
{
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	background-color: #fff;
}

.main-long__title
{
    font-size: 32px;

    margin: 0;
}

.main-long__title--clr
{
	color: #01bf75;
}

.main-long__list
{
    margin: -15px;
}

.main-long__item
{
    padding: 15px;
}

.news-long
{
    padding-bottom: 10px;
}

.news-long__title
{
    line-height: 1.2;
}

.local-teas img
{
    display: block;

    max-width: 100%;

    border-radius: 6px;
}

.side__block:not(:last-child)
{
    margin-bottom: 40px;
}

.side-teas__top
{
    margin-bottom: 12px;
    padding-bottom: 6px;

    border-bottom: 2px solid #01bf75;
}

.side-teas__title
{
    font-weight: bold;

    text-transform: uppercase;
}

.side-teas__main
{
    display: block;
    overflow: hidden;

    border-radius: 6px;
}

.side-teas__visual
{
    position: relative;

    display: flex;
    flex-direction: column;

    background-color: #f1f1f1;

    justify-content: flex-start;
    align-items: stretch;
}

.side-teas__marker
{
    max-width: 80%;

    order: 1;
}

.side-teas__cover
{
    position: relative;

    overflow: hidden;

    height: 0;
    padding-bottom: 55%;
}

.side-teas__img
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.side-teas__body
{
    background-color: #f1f1f1;
}

.side-teas__subtitle
{
    font-weight: bold;
}

.side-teas__author
{
    margin-top: 8px;
}

.side-teas__description
{
    margin-top: 12px;
}

.side-teas__bottom
{
    margin-top: 12px;
}

.side-teas__ctrls
{
    padding-top: 8px;

    text-align: center;
}

.side-teas__ctrl:not(:last-child)
{
    margin-bottom: 16px;
}

.side-teas__ctrl .btn
{
    max-width: 100%;
}

.author__wrap
{
    display: -webkit-flex;
    display:         flex;

    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.author__visual
{
    max-width: 40px;
    margin-right: 12px;

    -webkit-flex: 1 0 40px;
    flex: 1 0 40px;
}

.author__cover
{
    position: relative;

    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.author__cover img
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
    margin: auto;

    border-radius: 50%;

    -o-object-fit: cover;
       object-fit: cover;
}

.author__label
{
    font-style: italic;
    line-height: 1.2;
}

.side-marker
{
    font-weight: bold;

    position: relative;

    display: inline-block;

    vertical-align: middle;

    color: #fff;
    background-color: #01bf75;
}

.side-marker:before,
.side-marker:after
{
    position: absolute;
    left: 100%;

    width: 0;
    height: 0;

    content: '';

    border-style: solid;
    border-color: #01bf75;
}

.side-marker:before
{
    top: 0;

    border-color: #01bf75 transparent transparent transparent;
}

.side-marker:after
{
    bottom: 0;

    border-color: transparent transparent transparent #01bf75;
}

.poll__head
{
    margin-bottom: 12px;
}

.poll__question
{
    font-weight: bold;
}

.poll__item:not(:last-child)
{
    margin-bottom: 10px;
}

.radio
{
    font-size: 16px;
    font-weight: normal;

    display: block;

    cursor: pointer;
}

.radio__input
{
    display: none;
}

.radio__input:checked + span
{
    color: #01bf75;
}

.radio__input:checked + span:before
{
    background-color: #01bf75;
    box-shadow: inset 0 0 0 4px #fff;
}

.radio__label
{
    position: relative;

    display: inline-block;

    padding-left: 28px;

    transition: .4s;
}

.radio__label:before
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 18px;
    height: 18px;
    margin-top: -11px;

    content: '';
    transition: .4s;

    border: 1px solid #999ea8;
    border-radius: 50%;
    background-color: #fff;
}

.all-link
{
    font-weight: bold;

    color: #01bf75;
}

.all-link:hover
{
    text-decoration: underline;
}

.sec-teas
{
	display: block;

	transition: .4s;

	border-radius: 6px;
	background-color: #f1f1f1;
}

.sec-teas:hover
{
	color: #01bf75;
}

.sec-teas__wrap
{
	display:         flex;

	justify-content: flex-start;
	align-items: center;
}

.sec-teas__visual
{
	max-width: 42px;

	flex-shrink: 0;
	flex-basis: 42px;
}

.sec-teas__icon
{
	display: block;

	max-width: 100%;
}

.sec-teas__title
{
	font-weight: bold;

	text-transform: uppercase;
}

.d-link
{
    font-weight: bold;
    line-height: 1.2;

    position: relative;

    display: -webkit-flex;
    display:         flex;

    padding: 2px 8px 2px 0;

    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.d-link__cover
{
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.d-link__logo
{
    display: block;

    max-width: 100%;
}

.d-link__label
{
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.d-link:after
{
    position: absolute;
    top: 50%;
    right: 0;

    width: 0;
    height: 0;
    margin-top: -8px;

    content: '';

    border-width: 8px 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #e8e8e8;
}

.n-paper
{
    display: block;

    transition: color .4s;
}

.n-paper:hover
{
    color: #01bf75;
}

.n-paper__cover
{
    padding: 4px;

    border: 1px solid #e8e8e8;
}

.n-paper__img
{
    display: block;

    width: 100%;
}

.n-paper__main
{
    margin-top: 8px;
}

.n-paper__title
{
    font-size: 16px;
}

.poll-item__question
{
    font-size: 18px;
    font-weight: bold;
}

.poll-item__main
{
    margin: 12px 0;
}

.poll-item__option:not(:last-child)
{
    margin-bottom: 8px;
}

.poll-item__sum
{
    font-size: 16px;
}

.poll-result__wrap
{
    position: relative;

    padding: 2px 8px 0;

    background-color: #f8f8f8;
}

.poll-result__label
{
    font-size: 16px;

    position: relative;
    z-index: 2;
}

.poll-result__label span
{
    font-size: 14px;

    color: #6f7278;
}

.poll-result__body
{
    margin-top: 4px;
}

.poll-result__line
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    max-width: 6px;

    background-color: rgba(97, 171, 235, .5);
}

.breadcrumbs
{
    overflow: hidden;

    margin: 0;
    padding: 0;

    list-style: none;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.breadcrumbs__item
{
    display: inline;
}

.breadcrumbs__item:not(:last-child)
{
    padding-right: 10px;
}

.breadcrumbs__item:not(:last-child):after
{
    display: inline-block;

    width: 0;
    height: 0;
    margin-left: 10px;

    content: '';

    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #999ea8;
}

.breadcrumbs__current
{
    color: #999ea8;
}

.article p,
.article ul,
.article ol
{
    line-height: 1.5;
}

.article a
{
    display: inline;

    transition: .4s;

    color: #01bf75;
    border-bottom: 1px solid rgba(97, 171, 235, .5);
}

.article a:hover
{
    color: #1878cc;
    border-color: rgba(24, 120, 204, .5);
}

.article h2
{
    margin: 1em 0 .4em;
}

.article hr
{
    border: 0;
    border-top: 1px solid #e8e8e8;
}

.article blockquote
{
    font-style: italic;
    line-height: 1.5;

    position: relative;
    clear: both;

    margin: 0;

    background-color: rgba(1, 191, 117, .1);
}

.article blockquote:before
{
    position: absolute;

    content: '';

    opacity: .35;
    background-image: url('./img/icon_format-quote-close.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.article img
{
    display: block;

    width: 100%;
}

.article .wp-caption-text
{
    font-size: 14px;

    margin-top: 10px;

    color: #6f7278;
}

.article__row
{
    margin-bottom: 20px;
}

.article__tags
{
    margin-bottom: 24px;
}

.article__footer
{
    border-top: 1px solid #e8e8e8;
}

.article-stamp
{
    color: #6f7278;
}

.article-stamp__author
{
    text-transform: capitalize;
}

.article-title
{
    margin: .25em 0;
}

.article-description
{
    color: #6f7278;
}

.a-tags__list
{
    display: -webkit-flex;
    display:         flex;

    margin: 0 -2px;
    padding: 0;

    list-style: none;

    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.a-tags__item
{
	padding: 2px;
}

.tag-link
{
    font-size: 12px;
    font-weight: bold;

    position: relative;

    display: inline-block;

    padding: 2px 8px 2px 20px;

    transition: .4s;
    vertical-align: middle;
    text-transform: uppercase;

    color: #999ea8;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    background-color: #f8f8f8;
}

.tag-link:hover
{
    color: #01bf75;
    border-color: #01bf75;
    background-color: rgba(97, 171, 235, .1);
}

.tag-link:hover:before
{
    border-color: #01bf75;
}

.tag-link:before
{
    position: absolute;
    top: 50%;
    left: 6px;

    width: 6px;
    height: 6px;
    margin-top: -4px;

    content: '';
    transition: .4s;

    border: 1px solid #e8e8e8;
    border-radius: 50%;
    background-color: #fff;
}

.photo__cover
{
    position: relative;

    overflow: hidden;

    background-color: #f8f8f8;
}

.photo__img
{

}

.photo__description
{
    margin-top: 10px;

    color: #6f7278;
}

.article-teas__title
{
    line-height: 1.2;

    margin: 0;
}

.article-teas__description
{
    margin: .6em 0;

    color: #6a6c73;
}

.info-box
{
    position: relative;

    background-color: #f8f8f8;
}

.info-box:before
{
    position: absolute;

    content: '';

    opacity: .2;
    background-image: url('./img/icon_information.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.form__group
{
    margin-bottom: 20px;
}

.f-captcha
{
    font-size: 16px;
    font-weight: bold;

    padding: 12px 24px;

    background-color: #f8f8f8;
}

.form-group label
{
    font-weight: normal;

    display: block;

    margin-bottom: .2em;
}

.form-control
{
    padding: 8px 12px;

    transition: box-shadow .4s, border-color .4s;

    border: 1px solid #e8e8e8;
}

.form-control:focus
{
    border-color: #80bdff;
    outline: none;
    box-shadow: inset 0 0 0 2px rgba(128, 189, 255, .25), 0 0 0 2px rgba(128, 189, 255, .25);
}

textarea.form-control
{
    width: 100%;
    min-width: none;
    min-width: 100%;
    max-width: 100%;
}

.form-file
{
    display: block;

    cursor: pointer;
}

.form-file__input
{
    display: none;
}

.form-file__label
{
    position: relative;

    padding-left: 20px;
}

.form-file__label em
{
    font-style: normal;

    color: #6f7278;
}

.form-file__label:after
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 18px;
    height: 18px;
    margin-top: 1px;

    content: '';
    transition: .4s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    background: url('./img/icon_upload.svg') no-repeat center;
    background-size: contain;
}

.top-nav__list
{
    display: -webkit-flex;
    display:         flex;

    margin: 0 -10px;
    padding: 0;

    list-style: none;

    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.top-nav__item
{
    padding-right: 10px;
    padding-left: 10px;
}

.top-link
{
    transition: .4s;
}

.top-link:hover
{
    color: #01bf75;
}

.h-soci__list
{
    display: -webkit-flex;
    display:         flex;

    margin: 0 -6px;
    padding: 0;

    list-style: none;

    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.h-soci__item
{
    padding-right: 6px;
    padding-left: 6px;
}

.h-soci-link
{
    position: relative;

    display: block;
    overflow: hidden;

    width: 16px;
    height: 16px;

    transition: .4s;
    text-indent: -9999px;

    opacity: .75;
}

.h-soci-link:hover
{
    opacity: 1;
}

.h-soci-link:after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    transition: .4s;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.h-soci-link--vk:after
{
    background-image: url('./img/icon_soci-vk-clr.svg');
}

.h-soci-link--in:after
{
    background-image: url('./img/icon_soci-in-clr.svg');
}

.h-soci-link--tw:after
{
    background-image: url('./img/icon_soci-tw-clr.svg');
}

.h-soci-link--fb:after
{
    background-image: url('./img/icon_soci-fb-clr.svg');
}

.h-soci-link--yt:after
{
    background-image: url('./img/icon_soci-yt-clr.svg');
}

.h-soci-link--tg:after
{
    background-image: url('./img/icon_soci-tg-clr.svg');
}

.h-main__wrap
{
    display: -webkit-flex;
    display:         flex;

    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.hotline__label
{
    line-height: 1.2;

    color: #999ea8;
}

.hotline__value
{
    position: relative;
}

.hotline__value:before
{
    position: absolute;
    top: 50%;
    left: 0;

    content: '';

    background: url('./img/icon_phone.svg') no-repeat center;
    background-size: contain;
}

.hotline__phone
{
    font-weight: bold;
}

.logo
{
    display: block;

    outline: none;
}

.logo__wrap
{
    display: -webkit-flex;
    display:         flex;

    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.logo__first img,
.logo__second img
{
    display: block;

    max-width: 100%;
}

.logo__first
{
    margin-right: 12px;
}

.h-nav__wrap
{
    position: relative;
}

.h-nav__list
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.h-nav__item
{
    position: relative;
}

.h-nav__sublist
{
    padding: 0;

    list-style: none;
}

.h-nav__sublink
{
    line-height: 1.2;

    display: block;

    color: #fff;
}

.h-nav__sublink:hover,
.h-nav__sublink.active
{
    background-color: rgba(255, 255, 255, .25);
}

.h-link
{
    font-weight: bold;

    display: block;

    transition: .4s;
    white-space: nowrap;
    text-transform: uppercase;

    color: #fff;
    outline: none;
}

.h-link:hover,
.h-link--active
{
    background-color: rgba(255, 255, 255, .25);
}

.search-form
{
    padding: 8px;

    background-color: #fff;
}

.search-form__wrap
{
    position: relative;
}

.search-form__submit
{
    position: absolute;
    top: 50%;
    right: 0;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-form__btn
{
    position: relative;

    overflow: hidden;

    width: 32px;
    height: 32px;

    transition: .4s;
    text-indent: -9999px;

    border-radius: 2px;
    background-color: #01bf75;
}

.search-form__btn:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;

    content: '';

    background: url('./img/icon_search-white.svg') no-repeat center;
    background-size: contain;
}

.search-form__btn:hover
{
    background-color: #6c6e75;
}

.search-form__input
{
    width: 100%;
    height: 32px;
    padding: 4px 40px 4px 12px;

    border: 0 none;
    outline: none;
    background-color: transparent;
}

.search-form__input::-webkit-input-placeholder
{
    color: #d3d5da;
}

.search-form__input::-moz-placeholder
{
    color: #d3d5da;
}

.search-form__input::-ms-input-placeholder
{
    color: #d3d5da;
}

.extra-nav__list
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.extra-nav__link
{
    font-size: 15px;

    display: block;

    padding: 8px 0 6px;
}

.extra-nav__app
{
    margin-top: 20px;
}

.footer
{
    font-size: 12px;

    margin-top: auto;

    color: #fff;
    background-color: #2b2c2f;
}

.footer__bottom
{
    margin-top: 10px;
}

.f-logo
{
    display: block;

    color: #fff;
    outline: none;
}

.f-logo__wrap
{
    display: -webkit-flex;
    display:         flex;

    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.f-logo__visual
{
    max-width: 94px;
    margin-right: 24px;

    -webkit-flex-basis: 94px;
    flex-basis: 94px;
}

.f-logo__img
{
    display: block;

    max-width: 100%;
    height: auto;
}

.f-logo__title
{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.05;

    text-transform: uppercase;
}

.f-logo__title span
{
    display: block;

    color: #01bf75;
}

.f-logo__description
{
    text-transform: uppercase;
}

.f-top__logo
{
    margin-bottom: 24px;
}

.f-title
{
    font-weight: bold;
    line-height: 1.2;

    color: #01bf75;
}

.f-title--lg
{
    font-size: 24px;
}

.f-title--sm
{
    font-size: 18px;

    min-height: 1.6em;
}

.f-nav__list
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.f-nav__item
{
    line-height: 1.5;
}

.f-nav__item:not(:last-child)
{
    margin-bottom: .4em;
}

.f-nav__link
{
    transition: .4s;

    color: #fff;
}

.f-nav__link:hover
{
    color: #999ea8;
}

.f-message__attention
{
    color: #ff5050;
}

.f-message__text
{
    color: #6c6e75;
}

.f-list
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.f-list__item
{
    margin-bottom: .4em;

    -webkit-column-fill: auto;
    column-fill: auto;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
}

.f-list__link
{
    color: #fff;
}

.f-app
{
    display: block;

    color: #fff;
}

.f-app__img
{
    display: block;

    max-width: 100%;
}

.f-app__label
{
    font-size: 16px;
    font-weight: bold;

    position: relative;

    padding-left: 48px;
}

.f-app__label:before
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 30px;
    height: 30px;

    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    background: url('./img/logo_gp-icon.svg') no-repeat center;
    background-size: contain;
}

.f-soci-link
{
    transition: .4s;

    color: #fff;
}

.f-soci-icon
{
    display: block;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.f-soci-icon--vk
{
    background-image: url('./img/icon_soci-vk-clr.svg');
}

.f-soci-icon--fb
{
    background-image: url('./img/icon_soci-fb-clr.svg');
}

.f-soci-icon--in
{
    background-image: url('./img/icon_soci-in-clr.svg');
}

.f-soci-icon--tw
{
    background-image: url('./img/icon_soci-tw-clr.svg');
}

.f-soci-icon--yt
{
    background-image: url('./img/icon_soci-yt-clr.svg');
}

.f-soci-icon--tg
{
    background-image: url('./img/icon_soci-tg-clr.svg');
}

@media (min-width: 360px)
{
    .row
    {
        display: -webkit-flex;
        display:         flex;

        margin: -15px;

        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: stretch;
        align-items: stretch;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .row--aic
    {
        -webkit-align-items: center;
        align-items: center;
    }

    .row--aife
    {
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }

    .col
    {
        max-width: 100%;
        padding: 15px;

        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }

    .col--third
    {
        max-width: 50%;

        -webkit-flex-basis: 50%;
        flex-basis: 50%;
    }

    .col--fourth
    {
        max-width: 50%;

        -webkit-flex-basis: 50%;
        flex-basis: 50%;
    }

    .col--fifth
    {
        max-width: 50%;

        -webkit-flex-basis: 50%;
        flex-basis: 50%;
    }

    .col--sixth
    {
        max-width: 50%;

        -webkit-flex-basis: 50%;
        flex-basis: 50%;
    }

    .f-list
    {
        -moz-column-count: 3;
             column-count: 3;
    }
}

@media (min-width: 730px)
{
    .col--third
    {
        max-width: 33.33333%;

        -webkit-flex-basis: 33.33333%;
        flex-basis: 33.33333%;
    }

    .col--fifth
    {
        max-width: 33.33333%;

        -webkit-flex-basis: 33.33333%;
        flex-basis: 33.33333%;
    }

    .col--sixth
    {
        max-width: 33.33333%;

        -webkit-flex-basis: 33.33333%;
        flex-basis: 33.33333%;
    }

    .btn--main
    {
        font-size: 18px;
    }

    .container
    {
        width: 700px;
    }

    .hidden-up-sm
    {
        display: none;
        visibility: hidden;
    }

    .block__head
    {
        margin-bottom: 18px;
    }

    .block__title
    {
        font-size: 32px;
    }

    .main__head
    {
        margin-bottom: 36px;
    }

    .main__tabs
    {
        margin-top: 36px;
        margin-bottom: 36px;
    }

    .main__block:not(:last-child)
    {
        margin-bottom: 40px;
    }

    .main__bottom
    {
        margin-top: 60px;
    }

    .main__extra
    {
        margin-top: 40px;
    }

    .tabs-nav
    {
        padding: 0 12px;

        border-bottom: 1px solid #999ea8;
    }

    .tabs-nav__link
    {
        font-size: 16px;

        border-width: 1px 1px 0 1px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .tabs-nav__link.active:after
    {
        position: absolute;
        right: 0;
        bottom: -1px;
        left: 0;

        height: 1px;

        content: '';

        background-color: #fff;
    }

    .page-title
    {
        font-size: 32px;
    }

    .main-top__wrap
    {
        display: -webkit-flex;
        display:         flex;

        margin-right: -15px;
        margin-left: -15px;

        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: stretch;
        align-items: stretch;
    }

    .main-top__lg,
    .main-top__sm
    {
        padding-right: 15px;
        padding-left: 15px;

        -webkit-flex-grow: 1;
        flex-grow: 1;
    }

    .main-top__lg
    {
        max-width: 65.5%;

        border-right: 1px solid #e8e8e8;

        -webkit-flex-basis: 65.5%;
        flex-basis: 65.5%;
    }

    .main-top__sm
    {
        max-width: 34.5%;

        -webkit-flex-basis: 34.5%;
        flex-basis: 34.5%;
    }

    .news-lg__main
    {
        max-width: 50%;

        -webkit-flex-basis: 50%;
        flex-basis: 50%;
    }

    .news-lg__visual
    {
        max-width: 50%;

        -webkit-flex-basis: 50%;
        flex-basis: 50%;
    }

    .news-lg__title
    {
        font-size: 20px;
    }

    .news-sm__title
    {
        font-size: 14px;
    }

    .main-long
    {
        padding: 30px 20px 20px;
    }

    .main-long__list
    {
        display: -webkit-flex;
        display:         flex;

        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: stretch;
        align-items: stretch;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-long__item
    {
        max-width: 50%;

        -webkit-flex: 1 0 50%;
        flex: 1 0 50%;
    }

	.news-long__visual
    {
        margin-bottom: 16px;
    }

	.news-long__description,
	.news-long__bottom
	{
		margin-top: 16px;
	}

    .side-teas__title
    {
        font-size: 20px;
    }

    .side-teas__description
    {
        font-size: 16px;
    }

    .poll__question
    {
        font-size: 18px;
    }

    .all-link
    {
        font-size: 16px;
    }

	.sec-teas__title
	{
		font-size: 20px;
	}

    .d-link
    {
        font-size: 20px;
    }

    .d-link__cover
    {
        max-width: 20px;
        margin-right: 10px;

        -webkit-flex-basis: 20px;
        flex-basis: 20px;
    }

    .article h2
    {
        font-size: 26px;
    }

    .article blockquote
    {
        border-radius: 6px;
    }

    .article img
    {
        border-radius: 6px;
    }

    .article__header
    {
        margin-bottom: 30px;
    }

    .article-title
    {
        font-size: 36px;
    }

    .article-description
    {
        font-size: 20px;
    }

    .article-teas__title
    {
        font-size: 24px;
    }

    .article-teas__description
    {
        font-size: 16px;
    }

    .info-box
    {
        border-radius: 6px;
    }

    .form-control
    {
        min-width: 480px;
    }

    .h-top
    {
        padding: 18px 0;
    }

    .h-top__wrap
    {
        display: -webkit-flex;
        display:         flex;

        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        align-items: center;
    }

    .f-top__message
    {
        margin-top: 40px;
    }

    .f-top__row
    {
        display: -webkit-flex;
        display:         flex;

        margin-right: -20px;
        margin-left: -20px;

        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: stretch;
        align-items: stretch;
    }

    .f-top__col
    {
        max-width: 33.33333%;
        padding-right: 20px;
        padding-left: 20px;

        -webkit-flex: 1 0 33.33333%;
        flex: 1 0 33.33333%;
    }

    .f-block__head
    {
        margin-bottom: 10px;
    }

    .f-soci-link
    {
        display: -webkit-flex;
        display:         flex;

        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        align-items: center;
    }

    .f-soci-link__label
    {
        max-width: 100%;
        margin-left: 10px;

        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        flex-shrink: 1;
    }

    .f-soci-link__icon
    {
        max-width: 16px;

        -webkit-flex: 1 0 16px;
        flex: 1 0 16px;
    }

    .f-soci-icon
    {
        width: 16px;
        height: 16px;
    }
}

@media (min-width: 1030px)
{
    .col--half
    {
        max-width: 50%;

        -webkit-flex-basis: 50%;
        flex-basis: 50%;
    }

    .col--fourth
    {
        max-width: 25%;

        -webkit-flex-basis: 25%;
        flex-basis: 25%;
    }

    .col--fifth
    {
        max-width: 25%;

        -webkit-flex-basis: 25%;
        flex-basis: 25%;
    }

    .col--sixth
    {
        max-width: 25%;

        -webkit-flex-basis: 25%;
        flex-basis: 25%;
    }

    .btn-search__label
    {
        font-weight: bold;
        line-height: 16px;

        margin-left: 10px;
    }

    .container
    {
        width: 1000px;
    }

    .page
    {
        padding-bottom: 60px;
    }

    .page__wrap
    {
        margin-top: 40px;
    }

    .page__grid
    {
        display: -webkit-flex;
        display:         flex;

        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: stretch;
        align-items: stretch;
    }

    .page__main,
    .page__side
    {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        flex-shrink: 1;
    }

    .page__main
    {
        max-width: 75%;
        padding-right: 15px;

        -webkit-flex-basis: 75%;
        flex-basis: 75%;
    }

    .page__side
    {
        max-width: 25%;
        padding-left: 15px;

        -webkit-flex-basis: 25%;
        flex-basis: 25%;
    }

    .page__bottom
    {
        margin-top: 60px;
    }

    .u-links__item:not(:last-child)
    {
        padding-right: 20px;
    }

    .page-title
    {
        font-size: 34px;
    }

    .top-lg__item:not(:last-child)
    {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .news-lg__main
    {
        max-width: 60%;

        -webkit-flex-basis: 60%;
        flex-basis: 60%;
    }

    .news-lg__visual
    {
        max-width: 40%;

        -webkit-flex-basis: 40%;
        flex-basis: 40%;
    }

    .news-lg__title
    {
        font-size: 22px;
    }

    .main-long__item
    {
        max-width: 33.33333%;

        -webkit-flex: 1 0 33.33333%;
        flex: 1 0 33.33333%;
    }

    .side-blocks__item:not(:last-child)
    {
        margin-bottom: 30px;
    }

    .d-link
    {
        font-size: 22px;
    }

    .d-link__cover
    {
        max-width: 22px;
        margin-right: 12px;

        -webkit-flex-basis: 22px;
        flex-basis: 22px;
    }

    .article p,
    .article ul,
    .article ol
    {
        font-size: 16px;
    }

    .article h2
    {
        font-size: 28px;
    }

    .article blockquote
    {
        font-size: 20px;

        margin-bottom: 16px;
        padding: 20px 25px 20px 60px;
    }

    .article blockquote:before
    {
        top: 10px;
        left: 10px;

        width: 32px;
        height: 32px;
    }

    .article .wp-caption-text
    {
        margin-bottom: 16px;
    }

    .article__footer
    {
        margin-top: 16px;
        padding-top: 16px;
    }

    .article-title
    {
        font-size: 38px;
    }

    .article-description
    {
        font-size: 22px;
    }

    .photo
    {
        margin: 0 0 16px;
    }

    .photo__description
    {
        margin-bottom: 16px;
    }

    .article-teas__title
    {
        font-size: 26px;
    }

    .form__bottom
    {
        display: -webkit-flex;
        display:         flex;

        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-items: center;
        align-items: center;
    }

    .form__captcha
    {
        margin-right: 20px;
    }

    .header
    {
        position: relative;
    }

    .header__top
    {
        border-bottom: 1px solid #e8e8e8;
    }

    .h-top__soci
    {
        margin-left: auto;
    }

    .h-main
    {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .h-main__btn
    {
        display: none;
    }

    .hotline__label
    {
        font-size: 18px;
    }

    .hotline__value
    {
        padding-left: 32px;
    }

    .hotline__value:before
    {
        width: 24px;
        height: 24px;
        margin-top: -12px;
    }

    .hotline__phone
    {
        font-size: 28px;
        line-height: 1;
    }

    .h-nav
    {
        background-color: #01bf75;
    }

    .h-nav__extra
    {
        display: none;
    }

    .h-nav__list
    {
        display: -webkit-flex;
        display:         flex;

        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        align-items: center;
    }

    /*.h-nav__item:last-child*/
    /*{*/
    /*    margin-left: auto;*/
    /*}*/

    .h-nav__item:hover .h-nav__sublist
    {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }

    .h-nav__sublist
    {
        position: absolute;
        z-index: 2;
        top: 100%;
        left: 0;

        min-width: 180px;
        margin: 0;

        transition: .4s;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;

        background: #01bf75;
    }

    .h-nav__sublink
    {
        padding: 10px 14px;
    }

    .h-link
    {
        line-height: 1;
    }

    .h-link
    {
        padding: 20px 14px;
    }

    .search-box__btn
    {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .search-form
    {
        position: absolute;
        top: 2px;
        right: 0;
        bottom: 2px;

        width: 360px;

        transition: .6s;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .search-form.open
    {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    .f-top__wrap
    {
        display: -webkit-flex;
        display:         flex;

        margin-right: -20px;
        margin-left: -15px;

        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: stretch;
        align-items: stretch;
    }

    .f-top__main,
    .f-top__extra
    {
        padding-right: 15px;
        padding-left: 15px;

        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
    }

    .f-top__main
    {
        max-width: 40%;

        -webkit-flex-basis: 40%;
        flex-basis: 40%;
    }

    .f-top__extra
    {
        max-width: 60%;
        margin-top: 12px;

        -webkit-flex-basis: 60%;
        flex-basis: 60%;
    }

    .f-imprint__wrap
    {
        -webkit-column-count: 2;
        column-count: 2;
    }

    .f-imprint__block
    {
        margin-bottom: 1em;

        -webkit-column-fill: auto;
        column-fill: auto;
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .f-imprint__label
    {
        color: #01bf75;
    }

    .f-bottom__wrap
    {
        display: -webkit-flex;
        display:         flex;

        margin-right: -15px;
        margin-left: -15px;

        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: stretch;
        align-items: stretch;
    }

    .f-bottom__main,
    .f-bottom__extra
    {
        padding-right: 15px;
        padding-left: 15px;

        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
    }

    .f-bottom__main
    {
        position: relative;

        max-width: 75%;
        padding-top: 30px;

        -webkit-flex-basis: 75%;
        flex-basis: 75%;
    }

    .f-bottom__main:before
    {
        position: absolute;
        top: 0;
        right: 20px;
        left: 20px;

        height: 1px;

        content: '';

        background-color: #45474b;
    }

    .f-bottom__extra
    {
        margin-top: -40px;
        margin-bottom: -50px;
    }

    .f-bottom__row
    {
        display: -webkit-flex;
        display:         flex;

        margin-right: -20px;
        margin-left: -20px;

        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: stretch;
        align-items: stretch;
    }

    .f-bottom__col
    {
        padding-right: 20px;
        padding-left: 20px;

        -webkit-flex: 1 0 50%;
        flex: 1 0 50%;
    }

    .f-app__visual
    {
        margin-top: 14px;
        margin-bottom: -40px;
    }
}

@media (min-width: 1430px)
{
    .col--fifth
    {
        max-width: 20%;

        -webkit-flex-basis: 20%;
        flex-basis: 20%;
    }

    .col--sixth
    {
        max-width: 20%;

        -webkit-flex-basis: 20%;
        flex-basis: 20%;
    }

    .container
    {
        width: 1400px;
    }

    .page__main
    {
        padding-right: 30px;
    }

    .page__side
    {
        padding-left: 30px;
    }

    .page-title
    {
        font-size: 36px;
    }

    .main-list__item:not(:last-child)
    {
        margin-bottom: 24px;
        padding-bottom: 24px;

        border-bottom: 1px solid #e8e8e8;
    }

    .main-top__lg
    {
        padding-right: 30px;
    }

    .main-top__sm
    {
        padding-left: 30px;
    }

    .top-lg__item:not(:last-child)
    {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .top-sm__item:not(:first-child)
    {
        margin-top: 20px;
        padding-top: 20px;
    }

    .news-lg__main
    {
        max-width: 66.66666%;

        -webkit-flex-basis: 66.66666%;
        flex-basis: 66.66666%;
    }

    .news-lg__visual
    {
        max-width: 33.33333%;

        -webkit-flex-basis: 33.33333%;
        flex-basis: 33.33333%;
    }

    .news-lg__title
    {
        font-size: 32px;
    }

    .news-sm__title
    {
        font-size: 18px;
    }

    .main-long
    {
        padding: 40px 30px 30px;
    }

    .main-long__head
    {
        margin-bottom: 30px;
    }

    .news-long__title
    {
        font-size: 22px;
    }

    .news-long__description
    {
        font-size: 16px;
    }

    .side-blocks__item:not(:last-child)
    {
        margin-bottom: 40px;
    }

    .side-teas__title
    {
        font-size: 24px;
    }

    .side-teas__item:not(:last-child)
    {
        margin-bottom: 30px;
    }

    .side-teas__marker
    {
        margin-top: 20px;
    }

    .side-teas__body
    {
        padding: 20px;
    }

    .side-teas__subtitle
    {
        font-size: 18px;
    }

    .author__label
    {
        font-size: 16px;
    }

    .side-marker
    {
        font-size: 16px;
        line-height: 24px;

        padding: 4px 20px;
    }

    .side-marker:before
    {
        border-width: 20px 20px 0 0;
    }

    .side-marker:after
    {
        border-width: 20px 0 0 20px;
    }

    .all-link
    {
        font-size: 18px;
    }

	.sec-teas
	{
		padding: 20px;
	}

	.sec-teas__visual
	{
		margin-right: 20px;
	}

	.sec-teas__title
	{
		font-size: 24px;
	}

    .d-link
    {
        font-size: 32px;
    }

    .d-link__cover
    {
        max-width: 32px;
        margin-right: 16px;

        -webkit-flex-basis: 32px;
        flex-basis: 32px;
    }

    .article p,
    .article ul,
    .article ol
    {
        font-size: 20px;
    }

    .article h2
    {
        font-size: 30px;
    }

    .article blockquote
    {
        font-size: 22px;

        margin-bottom: 20px;
        padding: 25px 30px 25px 70px;
    }

    .article blockquote:before
    {
        top: 15px;
        left: 10px;

        width: 48px;
        height: 48px;
    }

    .article .wp-caption-text
    {
        margin-bottom: 17px;
    }

    .article__col
    {
        max-width: 50%;

        -webkit-flex-basis: 50%;
        flex-basis: 50%;
    }

    .article-title
    {
        font-size: 40px;
    }

    .article-description
    {
        font-size: 24px;
    }

    .photo
    {
        margin: 0 0 20px;
    }

    .photo__description
    {
        margin-bottom: 17px;
    }

    .article-teas__title
    {
        font-size: 28px;
    }

    .info-box
    {
        font-size: 16px;

        padding: 20px 20px 20px 50px;
    }

    .info-box:before
    {
        top: 16px;
        left: 10px;

        width: 32px;
        height: 32px;
    }

    .h-main__description
    {
        font-size: 18px;

        color: #01bf75;
    }

    .h-nav__sublink
    {
        padding: 10px 20px;
    }

    .h-link
    {
        padding: 20px;
    }

    .search-form
    {
        width: 680px;
    }

    .footer
    {
        padding: 50px 0;
    }

    .f-bottom__extra
    {
        margin-top: -60px;
        margin-bottom: -50px;
    }

    .f-list
    {
        -webkit-column-count: 4;
        column-count: 4;
    }

    .f-app__visual
    {
        margin-top: 14px;
        margin-bottom: 0;
    }
}

@media (max-width: 1429px)
{
    .hidden-down-lg
    {
        display: none;
        visibility: hidden;
    }

    .main-list__item:not(:last-child)
    {
        margin-bottom: 18px;
        padding-bottom: 18px;

        border-bottom: 1px solid #e8e8e8;
    }

    .top-sm__item:not(:first-child)
    {
        margin-top: 10px;
        padding-top: 10px;

        border-top: 1px solid #e8e8e8;
    }

    .top-sm__item--local:not(:first-child)
    {
        border-top: none;
    }

    .top-sm__item--local:not(:first-child) .local-teas
    {
        margin-right: -15px;
        margin-left: -15px;
    }

    .top-sm__item--local:not(:first-child) .local-teas img
    {
        width: 100%;
        max-width: none;
    }

    .top-sm__item--local + *:not(:first-child)
    {
        border-top: none;
    }

    .news-line
    {
        font-size: 12px;
    }

    .main-long__head
    {
        margin-bottom: 20px;
    }

    .news-long__title
    {
        font-size: 16px;

        margin-bottom: 12px;
    }

    .side-teas__item:not(:last-child)
    {
        margin-bottom: 20px;
    }

    .side-teas__marker
    {
        margin-top: 15px;
    }

    .side-teas__body
    {
        padding: 15px;
    }

    .side-teas__subtitle
    {
        font-size: 16px;
    }

    .side-marker
    {
        line-height: 20px;

        padding: 5px 15px;
    }

    .side-marker:before
    {
        border-width: 15px 15px 0 0;
    }

    .side-marker:after
    {
        border-width: 15px 0 0 15px;
    }

	.sec-teas
	{
		padding: 15px;
	}

	.sec-teas__visual
	{
		margin-right: 15px;
	}

    .info-box
    {
        font-size: 14px;

        padding: 15px 15px 15px 45px;
    }

    .info-box:before
    {
        top: 12px;
        left: 10px;

        width: 24px;
        height: 24px;
    }

    .h-main__description
    {
        display: none;
    }

    .footer
    {
        padding: 25px 0;
    }
}

@media (max-width: 1029px)
{
    .btn-search__label
    {
        display: none;
    }

    .hidden-down-md,
    .widget_text
    {
        display: none;
        visibility: hidden;
    }

    .page
    {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .page__wrap
    {
        margin-top: 20px;
    }

    .page__side
    {
        margin-top: 40px;
    }

    .page__bottom
    {
        margin-top: 40px;
    }

    .u-links
    {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .u-links__list
    {
        transform: scale(.5);
        transform-origin: 0 50%;
    }

    .u-links__item:not(:last-child)
    {
        padding-right: 40px;
    }

    .u-links__item
    {
        flex-shrink: 0;
    }

    .top-lg__item:not(:last-child)
    {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .side-blocks__wrap
    {
        display: -webkit-flex;
        display:         flex;

        margin: -15px;

        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: stretch;
        align-items: stretch;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .side-blocks__item
    {
        max-width: 50%;
        padding: 15px;

        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
    }

    .article p,
    .article ul,
    .article ol
    {
        font-size: 15px;
    }

    .article blockquote
    {
        font-size: 18px;

        margin-bottom: 15px;
        padding: 15px 15px 15px 40px;
    }

    .article blockquote:before
    {
        top: 10px;
        left: 10px;

        width: 28px;
        height: 28px;
    }

    .article .wp-caption-text
    {
        margin-bottom: 15px;
    }

    .article__footer
    {
        margin-top: 10px;
        padding-top: 10px;
    }

    .photo
    {
        margin: 0 0 15px;
    }

    .photo__description
    {
        margin-bottom: 15px;
    }

    .form__captcha
    {
        margin-bottom: 20px;
    }

    .header
    {
        position: fixed;
        z-index: 10;
        top: 0;
        right: 0;
        left: 0;

        width: 100%;

        background-color: #fff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .05);
    }

    .header__top
    {
        display: none;
    }

    .h-top__soci
    {
        display: none;
    }

    .h-main
    {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .h-main__logo
    {
        max-width: 360px;
    }

    .h-main__btn
    {
        position: relative;
        z-index: 100;

        margin-left: 20px;
    }

    .h-main__hotline
    {
        display: none;
    }

    .hotline__label
    {
        font-size: 16px;

        position: relative;

        margin-top: 8px;
        padding-top: 8px;
    }

    .hotline__label:before
    {
        position: absolute;
        top: 0;
        right: -20px;
        left: -20px;

        height: 1px;

        content: '';

        background-color: #e8e8e8;
    }

    .hotline__value
    {
        padding-left: 28px;
    }

    .hotline__value:before
    {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }

    .hotline__phone
    {
        font-size: 22px;
        line-height: 1.2;
    }

    .h-nav
    {
        position: fixed;
        z-index: 55;
        top: 0;
        right: -260px;

        overflow-y: auto;

        width: 260px;
        height: 100vh;

        transition: .4s;

        background-color: #fff;
    }

    .h-nav.open
    {
        right: 0;

        box-shadow: -1px 0 4px rgba(0, 0, 0, .05);
    }

    .h-nav .container
    {
        width: auto;
    }

    .h-nav__wrap
    {
        margin-right: -15px;
        margin-left: -15px;
        padding-top: 65px;

        background-color: #01bf75;
    }

    .h-nav__extra
    {
        padding: 10px 20px;

        border-top: 1px solid #e8e8e8;
        background-color: #fff;
    }

    .h-nav__item:last-child
    {
        margin-top: 8px;
    }

    .h-nav__subbtn
    {
        position: absolute;
        top: 0;
        right: 15px;

        width: 40px;
        height: 35px;

        cursor: pointer;
    }

    .h-nav__subbtn.open:before
    {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .h-nav__subbtn:before
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 24px;
        height: 24px;
        margin-top: -12px;
        margin-left: -12px;

        content: '';

        background-image: url('./img/icon_chevron-down.svg');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;

        -webkit-filter: invert(100%);
        filter: invert(100%);
    }

    .h-nav__sublist
    {
        display: none;

        margin: 0 0 0 10px;
    }

    .h-nav__sublist.open
    {
        display: block;
    }

    .h-nav__sublink
    {
        padding: 6px 20px;
    }

    .h-link
    {
        font-size: 13px;
        line-height: 1.05;
    }

    .h-link
    {
        padding: 12px 20px 10px;
    }

    .search-box__btn
    {
        display: none;
    }

    .f-top__imprint
    {
        display: none;
    }

    .f-bottom__col
    {
        margin-bottom: 12px;
        padding-bottom: 12px;

        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .f-bottom__col:first-child
    {
        padding-top: 12px;

        border-top: 1px solid rgba(255, 255, 255, .2);
    }

    .f-app__visual
    {
        display: none;
    }
}

@media (max-width: 729px)
{
    .btn--main
    {
        font-size: 16px;
    }

    .hidden-down-sm
    {
        display: none;
        visibility: hidden;
    }

    .page
    {
        padding-top: 64px;
    }

    .block__head
    {
        margin-bottom: 12px;
    }

    .block__title
    {
        font-size: 24px;
    }

    .main__head
    {
        margin-bottom: 24px;
    }

    .main__tabs
    {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .main__block:not(:last-child)
    {
        margin-bottom: 30px;
    }

    .main__bottom
    {
        margin-top: 50px;
    }

    .main__extra
    {
        margin-top: 30px;
    }

    .tabs-nav__link
    {
        font-size: 14px;

        border-width: 1px;
        border-radius: 6px;
    }

    .page-title
    {
        font-size: 28px;
    }

    .top-lg__list
    {
        margin-bottom: 10px;
        padding-bottom: 10px;

        border-bottom: 1px solid #e8e8e8;
    }

    .top-lg__item:not(:last-child)
    {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .news-lg__visual
    {
        display: none;
        visibility: hidden;
    }

    .news-lg__title
    {
        font-size: 18px;
    }

    .news-sm__title
    {
        font-size: 16px;
    }

    .main-long
    {
        margin-right: -15px;
        margin-left: -15px;
        padding: 15px;
    }

	.news-long__visual
    {
        margin-bottom: 12px;
    }

	.news-long__description,
	.news-long__bottom
	{
		margin-top: 12px;
	}

	.news-long__description,
	.news-long__bottom
	{
		margin-top: 12px;
	}

    .side-blocks__item
    {
        max-width: 100%;

        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }

    .side-teas__title
    {
        font-size: 18px;
    }

    .poll__question
    {
        font-size: 16px;
    }

	.sec-teas__title
	{
		font-size: 18px;
	}

    .d-link
    {
        font-size: 18px;
    }

    .d-link__cover
    {
        max-width: 18px;
        margin-right: 8px;

        -webkit-flex-basis: 18px;
        flex-basis: 18px;
    }

    .article h2
    {
        font-size: 24px;
    }

    .article blockquote
    {
        margin-right: -15px;
        margin-left: -15px;
    }

    .article .wp-caption img
    {
        margin-right: -15px;
        margin-left: -15px;
    }

    .article__header
    {
        margin-bottom: 20px;
    }

    .article-title
    {
        font-size: 32px;
    }

    .article-description
    {
        font-size: 18px;
    }

    .photo__cover
    {
        margin-right: -15px;
        margin-left: -15px;
    }

    .article-teas__title
    {
        font-size: 20px;
    }

    .info-box
    {
        margin-right: -15px;
        margin-left: -15px;
    }

    .form-control
    {
        width: 100%;
    }

    .h-top
    {
        display: none;
    }

    .h-main__logo
    {
        max-width: 240px;
    }

    .f-top__message
    {
        display: none;
    }

    .f-top__col:not(:last-child)
    {
        display: none;
    }

    .f-block__head
    {
        display: none;
    }

    .f-block__head--extra
    {
        display: block;

        padding-top: 8px;
    }

    .f-block__head--extra .f-title
    {
        font-size: 24px;

        position: relative;

        display: inline-block;

        padding-right: 32px;
    }

    .f-block__head--extra .f-title::after
    {
        position: absolute;
        top: 0;
        right: 0;

        width: 24px;
        height: 24px;

        content: '';
        transform: rotate(-90deg);

        background-image: url('./img/icon_chevron-down-clr.svg');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
    }

    .f-block__head--extra.open .f-title::after
    {
        transform: rotate(0);
    }

    .f-block__body--extra
    {
        display: none;
    }

    .f-block__body--extra.open
    {
        display: block;
    }

    .f-nav__list
    {
        display: -webkit-flex;
        display:         flex;

        margin: 14px -20px;

        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        align-items: center;
    }

    .f-nav__item
    {
        padding-right: 20px;
        padding-left: 20px;
    }

    .f-bottom__extra
    {
        margin-top: 24px;
    }

    .f-soci-link__label
    {
        display: none;
    }

    .f-soci-icon
    {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 359px)
{
    .col
    {
        padding-bottom: 15px;
    }

    .f-list
    {
        -moz-column-count: 2;
             column-count: 2;
    }
}

@media (min-width: 730px) and (max-width: 1029px)
{
    .footer__wrap
    {
        position: relative;
    }

    .f-top__logo
    {
        padding-right: 240px;
    }

    .f-bottom__extra
    {
        position: absolute;
        top: 10px;
        right: 0;
    }
}

/* custom */

.tizer-block {
    margin: 30px auto 0;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    background-color: #F3F5F7;
}
.tizer-block__row {
    margin-right: -15px;
    margin-left: -15px;
}
.tizer-block__col {
    max-width: 100%;
    padding: 16px 8px;
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tizer-block__banner {
    display: inline-block;
    box-sizing: content-box;
    max-width: 380px;
    height: 365px;
    margin: 8px;
    flex-grow: 1;
    flex-shrink: 1;
}
.tizer-block__banner:empty
{
    display: none;
}
@media screen and (max-width: 1280px) {
    .tizer-block__banner {
        height: 321px;
    }
}
@media screen and (max-width: 1180px) {
    .tizer-block__banner {
        height: 304px;
    }
}
@media screen and (max-width: 1134px) {
    .tizer-block__banner {
        height: 310px;
    }
}
@media screen and (max-width: 1024px) {
    .tizer-block__banner {
        height: 332px;
    }
    .tizer-block__banner:last-child {
        display: none;
    }
}
@media screen and (max-width: 850px) {
    .tizer-block__banner {
        height: 315px;
    }
}
@media screen and (max-width: 768px) {
    .tizer-block__banner {
        height: 284px;
    }
}
@media screen and (max-width: 759px) {
    .tizer-block__banner {
        min-width: 235px;
        height: 355px;
    }
    .tizer-block__banner:last-child {
        display: block;
    }
}
@media screen and (max-width: 630px) {
    .tizer-block__banner {
        height: 320px;
    }
}
@media screen and (max-width: 540px) {
    .tizer-block__banner {
        height: 294px;
    }
}
@media screen and (max-width: 534px) {
    .tizer-block__col {
        justify-content: center;
    }
    .tizer-block__banner:last-child {
        display: none;
    }
    .tizer-block__banner {
        height: 340px;
        min-width: 245px;
    }
}
@media screen and (max-width: 517px) {
    .tizer-block__banner {
        height: 350px;
    }
}
@media screen and (max-width: 320px) {
    .tizer-block__col {
        padding: 16px 8px;
    }
    .tizer-block__banner {
        height: 314px;
    }
}

.local-teas__item:not(:last-child) {
    margin-bottom: 40px;
}

.pager__item .page-numbers {
    font-weight: bold;
    line-height: 36px;

    display: block;
    overflow: hidden;

    width: 36px;
    height: 36px;

    transition: .4s;
    text-align: center;

    color: #fff;
    border-radius: 2px;
    background-color: #01bf75;
}

.pager__item .page-numbers:hover
{
    color: #303134;
    background-color: #ededed;
}

.pager__item .page-numbers:hover:before
{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.pager__item .page-numbers.current
{
    pointer-events: none;

    color: #303134;
    background-color: rgba(97, 171, 235, .1);
}

.pager__item .prev.page-numbers,
.pager__item .next.page-numbers {
    position: relative;

    overflow: hidden;

    text-indent: -9999px;

    background-color: #fff;
}

.pager__item .prev.page-numbers:before,
.pager__item .next.page-numbers:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-left: -7px;

    content: '';
    transition: .4s;

    background-image: url('./img/icon_next-clr.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.pager__item .prev.page-numbers:before
{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.radio__input {
    display: none !important;
}

.btn--vote {
    cursor: pointer !important;
    display: block !important;
    font-weight: bold !important;
    width: 100% !important;
    padding: 12px 24px !important;
    text-align: center !important;
    color: #fff !important;
    background-color: #01bf75 !important;
}

.btn--vote:hover {
    background-color: #6c6e75 !important;
}

.pollbar {
    background-image: none !important;
    background: #01bf75 !important;
    border: none !important;
}

@media (min-width: 360px) {
    .wp-polls-archive {
        display: -webkit-flex;
        display: flex;

        margin: -15px;

        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: stretch;
        align-items: stretch;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

[id^="attachment"] {
    max-width: 100% !important;
}

[id^="attachment"] img {
    max-width: 100% !important;
    height: auto !important;
}

.h-link:hover,
.h-nav__sublink:hover {
    color: #fff !important;
}

.n-paper__cover {
    padding: 12px;
}

@media (min-width: 730px) {
    .article-description p {
        font-size: 20px;
    }
}

@media (min-width: 1030px)
{
    .article-description p {
        font-size: 22px;
    }
}

@media (min-width: 1430px)
{
    .article-description p {
        font-size: 24px;
    }
}

@media (max-width: 729px)
{
    .article-description p {
        font-size: 18px;
    }
}


@media (min-width: 1030px) {
    .article blockquote p {
        font-size: 20px;
    }
}

@media (min-width: 1430px)
{
    .article blockquote p {
        font-size: 22px;
    }
}

@media (max-width: 1029px)
{
    .article blockquote p {
        font-size: 18px;
    }
}

.a-tags__item a
{
    font-size: 12px;
    font-weight: bold;

    position: relative;

    display: inline-block;

    padding: 2px 8px 2px 20px;

    transition: .4s;
    vertical-align: middle;
    text-transform: uppercase;

    color: #999ea8;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    background-color: #f8f8f8;
}

.a-tags__item a:hover
{
    color: #01bf75;
    border-color: #01bf75;
    background-color: rgba(97, 171, 235, .1);
}

.a-tags__item a:hover:before
{
    border-color: #01bf75;
}

.a-tags__item a:before
{
    position: absolute;
    top: 50%;
    left: 6px;

    width: 6px;
    height: 6px;
    margin-top: -4px;

    content: '';
    transition: .4s;

    border: 1px solid #e8e8e8;
    border-radius: 50%;
    background-color: #fff;
}

.wp-polls-paging {
    display: none;
}

.article p.info-box
{
    position: relative;

    background-color: #f8f8f8;
}

.article p.info-box:before
{
    position: absolute;

    content: '';

    opacity: .2;
    background-image: url('./img/icon_information.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

@media (min-width: 1430px)
{
    .article p.info-box
    {
        font-size: 16px;

        padding: 20px 20px 20px 50px;
    }

    .article p.info-box:before
    {
        top: 16px;
        left: 10px;

        width: 32px;
        height: 32px;
    }
}

@media (max-width: 1429px)
{
    .article p.info-box
    {
        font-size: 14px;

        padding: 15px 15px 15px 45px;
    }

    .article p.info-box:before
    {
        top: 12px;
        left: 10px;

        width: 24px;
        height: 24px;
    }
}

@media (max-width: 729px)
{
    .article p.info-box
    {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.wp-caption.alignleft {
    float: left;
    margin-right: 10px;
}

.wp-caption.alignright {
    float: right;
    margin-left: 10px;
}

img.alignleft {
    float: left;
    margin-right: 10px;
}

img.alignright {
    float: right;
    margin-left: 10px;
}

@media (min-width: 1030px) {
    .h-main__logo {
        max-width: 600px;
    }
}

.f-imprint__block p {
    margin: 0;
}

/* likely */

.content__share
{
    margin-top: 32px;
}

.share-box
{
    padding: 16px;

    border-radius: 6px;
    background: #f3f3f3;
}

.share-box__label
{
    font-weight: bold;
    line-height: 1;

    color: #5a5f68;
}

.share-btns__list
{
    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    align-items: center;
}

.share-btn
{
    overflow: hidden;

    width: 32px;
    height: 32px;
    padding: 0;

    cursor: pointer;
    text-indent: -9999px;

    border: 0 none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.share-btn--wa
{
    background-image: url(images/icon-share-wa.svg);
}

.share-btn--tg
{
    background-image: url(images/icon-share-tg.svg);
}

.share-btn--vk
{
    background-image: url(images/icon-share-vk.svg);
}

.share-btn--fb
{
    background-image: url(images/icon-share-fb.svg);
}

.share-btn--tw
{
    background-image: url(images/icon-share-tw.svg);
}

@media (min-width: 768px)
{
    .share-box__wrap
    {
        display: flex;

        justify-content: space-between;
        align-items: center;
    }

    .share-box__label
    {
        font-size: 20px;
    }

    .share-btns__list
    {
        margin-right: -12px;
        margin-left: -12px;

        justify-content: flex-end;
    }

    .share-btns__item
    {
        padding-right: 12px;
        padding-left: 12px;
    }
}

@media (min-width: 1200px)
{
    .share-box__label
    {
        font-size: 22px;
    }
}

@media (max-width: 767px)
{
    .share-box__label
    {
        font-size: 18px;

        margin-bottom: 8px;
    }

    .share-btns__list
    {
        max-width: 280px;

        justify-content: space-between;
    }
}

.h-nav__wrap-container {
    display: flex;
}

@media (max-width: 1029px) {
    .h-nav__wrap-container {
        flex-direction: column;
    }
}

@media (min-width: 1030px) {
    .h-nav__wrap-container {
        flex-direction: row;
        justify-content: space-between
    }
}

.article__body iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
}

@media (min-width: 1030px) {
    .top-sm__item--mobile {
        display: none;
    }
}