/*
	Main styles
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dfe6e9;
}

a {
    background-color: transparent;
}

a:focus {
    outline: unset;
}

b,
strong {
    font-weight: 600;
}

small {
    font-size: 14px
}

img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
}

main img {
    max-width: 100%;
    height: auto;
    border-style: none;
}

button,
input {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    overflow: visible;
}

button {
    text-transform: none;
    -webkit-appearance: button;
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
    color: #333;
    background: #fff
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
    font-family: 'Ruberoid';
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Ruberoid-UltraLight.eot');
    src: local(''),
        url('../fonts/Ruberoid-UltraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ruberoid-UltraLight.woff2') format('woff2'),
        url('../fonts/Ruberoid-UltraLight.woff') format('woff'),
        url('../fonts/Ruberoid-UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Ruberoid';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Ruberoid-Light.eot');
    src: local(''),
        url('../fonts/Ruberoid-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ruberoid-Light.woff2') format('woff2'),
        url('../fonts/Ruberoid-Light.woff') format('woff'),
        url('../fonts/Ruberoid-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Ruberoid';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Ruberoid-Regular.eot');
    src: local(''),
        url('../fonts/Ruberoid-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ruberoid-Regular.woff2') format('woff2'),
        url('../fonts/Ruberoid-Regular.woff') format('woff'),
        url('../fonts/Ruberoid-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Ruberoid';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Ruberoid-Medium.eot');
    src: local(''),
        url('../fonts/Ruberoid-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ruberoid-Medium.woff2') format('woff2'),
        url('../fonts/Ruberoid-Medium.woff') format('woff'),
        url('../fonts/Ruberoid-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Ruberoid';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Ruberoid-SemiBold.eot');
    src: local(''),
        url('../fonts/Ruberoid-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ruberoid-SemiBold.woff2') format('woff2'),
        url('../fonts/Ruberoid-SemiBold.woff') format('woff'),
        url('../fonts/Ruberoid-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Ruberoid';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Ruberoid-ExtraBold.eot');
    src: local(''),
        url('../fonts/Ruberoid-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ruberoid-ExtraBold.woff2') format('woff2'),
        url('../fonts/Ruberoid-ExtraBold.woff') format('woff'),
        url('../fonts/Ruberoid-ExtraBold.ttf') format('truetype');
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    font-family: 'Ruberoid', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #0a1426;
    line-height: 1.76;
    background-color: #fff;
    overflow-x: hidden;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
}

p:empty,
p:last-child {
    margin-bottom: 0;
}

.site-container-wrap {
    position: relative;
}

.site-container {
    position: relative;
    margin: auto;
    max-width: 1300px;
    width: 100%;
}

.hide {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

@media screen and (max-width: 1300px) {
    .site-container {
        padding: 0 20px;
    }
}

@media screen and (max-width: 980px) {
    .site-container {
        overflow: hidden;
    }
}

/* ## Headings */

h2,
h3,
h4,
h5,
.h1,
.h2,
.h3 {
    line-height: 1.5;
    font-weight: 600;
}

h1,
.h1 {
    font-size: 46px;
    line-height: 1.3;
    font-weight: 600;
}

h2,
.h2 {
    font-size: 36px;
}

h3,
.h3 {
    font-size: 26px;
}

.h4,
.h5,
.h6 {
    font-weight: 600;
    line-height: 1.67;
}

.h4 {
    font-size: 22px;
}

.h5 {
    font-size: 20px;
}

.h6 {
    font-size: 18px;
    line-height: 1.4;
}

.h7 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.56;
}

@media screen and (max-width: 640px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        word-break: break-word;
    }

    h1 {
        font-size: 36px;
    }
}

@media screen and (max-width: 400px) {
    h1 {
        font-size: 30px;
    }
}

/* ## Links */

a,
button,
input:focus {
    transition: .3s
}

a {
    color: #0094cb;
    text-decoration: none;
}

.post a {
    text-decoration: underline;
}

.post a:hover {
    text-decoration: none;
}

/* ## Buttons */

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    background-color: #0094cb;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: unset;
}

button:not(.search-submit):hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
    opacity: .7;
}

.cross {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cross:before,
.cross:after {
    content: "";
    width: 1px;
}

.cross:before {
    transform: rotate(45deg);
}

.cross:after {
    transform: rotate(-45deg);
}

@media screen and (max-width: 640px) {

    .button,
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        background: linear-gradient(#0094cb, #0094cb);
    }
}

/* ## Form */

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="text"],
textarea,
select {
    display: block;
    margin: 0;
    padding: 15px 20px;
    width: 100%;
    font-size: 16px;
    color: #303549;
    line-height: 1.3;
    background-color: #fff;
    border: 1px solid #e9f4fa;
    border-radius: 10px;
}

select:hover {
    cursor: pointer;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #e6eaee;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto
}

label {
    display: block;
}

select {
    padding-right: 50px;
    color: #808080;
    background-image: url(../img/bottom.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
}

select::-ms-expand {
    display: none;
}

/* ## Placeholder */

::placeholder {
    font-size: 16px;
    color: #414143;
    text-overflow: ellipsis;
    opacity: 0.3;
    transition: opacity ease 0.3s;
}

input:focus::placeholder {
    opacity: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
    position: relative;
}

.header-top {
    position: relative;
    display: flex;
    align-items: end;
    padding-top: 25px;
    padding-bottom: 40px;
}

.header-top .right {
    padding-bottom: 15px;
    max-width: calc(100% - 430px - 40px);
}

@media screen and (max-width: 980px) {
    .header-top {
        flex-wrap: wrap;
    }

    .header-top .right {
        width: 100%;
        max-width: unset;
    }
}

/* ## Logo */

.logo {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 40px;
    color: #000;
}

.logo picture {
    margin-right: 25px;
}

.logo img {
    display: block;
}

@media screen and (max-width: 980px) {
    .logo {
        margin-bottom: 20px;
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .logo img {
        width: calc(100% - 65px);
        height: auto;
    }
}

/* ### Social */

.social-wrap {
    display: flex;
    align-items: center;
}

.site-header .social-wrap {
    margin-bottom: 25px;
}

.social-wrap span {
    margin-left: 20px;
    max-width: 160px;
    font-size: 11px;
    font-weight: 200;
    line-height: 1.67;
}

.social {
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
}

.social a {
    position: relative;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #e7f2f8;
    border-radius: 50%;
}

.social a:not(:last-child) {
    margin-right: 10px;
}

.vk {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAKCAMAAABlokWQAAAAw1BMVEVHcEylpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaVZK3COAAAAQHRSTlMA8d8EKwE10AKg+LN5txrAG6vl/bxg4VGDtaknu3sy+wj0qioo9qeCH59CuvAXQ/n+OpxKKZCefgewPc2Z6st4dhvIzgAAAH1JREFUGFdFyEUSgwAABMElQPC4u7u7Z/7/qhRcsoep2tb9+QllXtgZI2nqOI5e4D903EJHwzH0dXpDoP0KLHcCtGWfgU3aAKvahVZPmqUgNQBKBag0JanMf0s3Fjv/F/8aizLZ5NXnccOEcl4RWLiHmBKRma41vLVu3yCKfvUqGItBXprmAAAAAElFTkSuQmCC);
}

.pin {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAPCAMAAAAF48UCAAABCFBMVEVHcEylpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXu+SnFAAAAV3RSTlMA7QHYPggMBOqGIIjF+MPsYPH2VVMXG748x+vMtuRjpwfJFgZBesTnpvkdt2vh8Db8MTWLmCv+mmHp84EuLbjcLMZuOejOPQn1OEuW2f2g0g7WeUAC9HgryIuxAAAAjklEQVQY0z3GwwJCUQBAwZN79bJt27bt7v//SZtqVgMMB+OJbKwBrGf2vs1UNathZ1nOR4a6MadXY7Y9mGogJYLYD9y3DSVav56T9XkUHSW6gOD1RiWskAgpuNyuq14LksLH/rxQWCoYYiIMm27bVCpkhKQDmqIopSNOAK1czhMFgLgqy4/b4/3f5dB89wGA6hIB/LxKnAAAAABJRU5ErkJggg==);
}

.ok {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAPCAMAAAAF48UCAAABBVBMVEVHcEylpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWNAHwgAAAAVnRSTlMA+9Kg+XIU6wcBZwjvXfTYfJBIM0+ypO7lyPq1ywRFSTk4nCVtJ4AXQbsLAxwW9UIjE2gqhq6ibpFTyS43niyI/dP38TUFmCbaL7pYr74oCeHw0ZPfgvNhmRAAAACXSURBVAjXHczTFgNRFAPQ1DPV1LZt2zby/5/SOz1Pe60kBwBKtoGhgv+VO3YuutW/W1TeV/YkwejIeoTltW4LS5/HHbhwIyxP+b2d7Uuj2m8ofHI1FDLG8s35STeWCmk4qc3VZ5N+kRE49KTeWiPpBVw+k4AmbLaIhVt1KKO+SQZoMgSpMcuAjn4PsloetkAiFRfpfmeTfxLrFuhEW1DPAAAAAElFTkSuQmCC);
}

.social a:hover {
    opacity: .8;
}

@media screen and (max-width: 980px) {
    .site-header .social-wrap {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .social {
        justify-content: center;
    }
}

/* ## Search */

.search-form {
    position: relative;
    display: flex;
    align-items: center;
    padding: 3px 20px;
    width: 540px;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #e7f2f8;
    border-radius: 20px;
}

.search-form .search-submit {
    flex-shrink: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAABSlBMVEVHcEwAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeQAoeRPyU8OAAAAbXRSTlMACfKxZ9R9PNUcEAGP79PRK9Y6uiNmAvOJa+D+ZKXqD41UDPHm+NIyLs4sSyrPfGppCgP1mz32mSLrjt7oyMvpYqN6ciEgca/n37+9Jie3M+IOVZ2XY0ROGUL7suVDpEVPnOSW/P3Y1y0xKdAoluQjMgAAARhJREFUKM9tkNVuw0AURDdmJ6ZQG2aGMlPKzMzM7fz/a1WzJc/T2T1Xd0dLyH9Kj0+KXBbui0HizcENgPQrgB3efd+3vonbF+bhLiOlIHMBx6wAG3shHVeXgAFb1CtYdsaG0qPWwtI+6JBr9RgWzBoXONx1vyqyYAw6wam3qISoAYo1YiWOlFFPrp57Dd+fi+lQvr7ymgjVE3UQcOY1iwgbXbOQvCYB2oAittbc4lJF0qCjbWTdpoBa3u6CwRFbHL9V2/aBAyanzA8oAJUv2wxzExBmGD6SSTSBHNSOs3t8HgBFAai1602wLUcF49HZ6bkwncwToin46bg7BWKiSRqL7jfxzW8X7Ke/0lQIDX/VEPDub0jr4/kPjZ8xDLOJlLEAAAAASUVORK5CYII=);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
}

.search-form .search-submit:hover {
    opacity: .5;
}

.search-form input[type="search"] {
    padding-left: 15px;
    padding-right: 0;
    border: 0;
    background: none;
}

.search-form input[type="search"]:focus {
    border: none;
}

@media screen and (max-width: 980px) {
    .search-form {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .search-form {
        padding: 3px;
    }
}

/* ## Bg */

.header-bg-wrap {
    position: absolute;
    top: 0;
    right: calc(-50vw + 50%);
    z-index: -1;
    overflow: hidden;
}

.header-bg {
    position: relative;
    display: flex;
    justify-content: center;
    width: 618px;
    height: 565px;
}

.header-bg picture {
    position: absolute;
    right: 0;
    z-index: -1;
    display: block;
}

.water-rating {
    position: absolute;
    left: 85px;
    bottom: 90px;
    width: 260px;
    display: flex;
    flex-direction: column;
}

.water-rating .h4 {
    max-width: 220px;
    font-size: 20px;
    line-height: 1.3;
}

.water-rating .num {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: end;
    margin-top: -10px;
    max-width: 114px;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.67;
    text-align: center;
}

.water-rating .num span {
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    background-image: linear-gradient(to right, #2e72cf, #0094cb);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1440px) {
    .header-bg {
        right: -100px;
    }
}

@media screen and (max-width: 1300px) {
    .header-bg {
        right: -170px;
    }
}

@media screen and (max-width: 980px) {
    .header-bg {
        display: none;
    }
}

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/

.menu {
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
    line-height: 1;
    list-style: none;
}

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

@media screen and (min-width: 981px) {
    .header-menu {
        position: relative;
        flex-basis: 100%;
        margin-left: -20px;
    }

    /* ## Primary menu */
    .primary-menu .menu {
        align-items: center;
    }

    .primary-menu>ul>li {
        position: relative;
        display: flex;
        white-space: nowrap;
    }

    .primary-menu a {
        color: #0a1426;
    }

    .primary-menu>ul>li>a {
        position: relative;
        padding: 13px 20px 11px;
        font-weight: 600;
        font-size: 17px;
        border-radius: 10px 10px 0 0;
    }

    .primary-menu>ul>li>a:only-child {
        border-radius: 10px;
    }

    .primary-menu>ul>li:hover>a,
    .primary-menu>ul>.current-menu-item>a {
        color: #fff;
        background-color: #0094cb;
    }

    .primary-menu>ul>.current-menu-item>a {
        border-radius: 10px;
    }

    .primary-menu a:hover {
        text-decoration: unset;
    }

    .primary-menu li:hover>.sub-menu {
        display: flex;
    }

    .primary-menu li ul {
        position: absolute;
        top: 41px;
        left: 0;
        z-index: 3;
        display: none;
        flex-direction: column;
        margin: 0;
        padding: 12px 10px;
        min-width: 250px;
        height: auto;
        list-style: none;
        background-color: #0094cb;
        border-radius: 0 10px 10px 10px;
    }

    .primary-menu li ul li {
        position: relative
    }

    .primary-menu li ul a,
    .primary-menu .hide-menu a {
        display: block;
        padding: 11px 17px;
        font-size: 15px;
        color: #fff;
        font-weight: 600;
        line-height: 1;
        border-radius: 10px;
    }

    .primary-menu li ul a:hover {
        color: #0a1426;
        background-color: #fff;
    }

    .primary-menu li ul ul {
        top: 0;
        left: 100%;
    }

    /* ## Hide menu */
    .primary-menu .hide-menu {
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        cursor: pointer;
    }

    .primary-menu .hide-menu .burger {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 28px 20px 25px;
        height: 100%;
        border-radius: 20px 20px 0 0;
        transition: 0.3s;
    }

    .primary-menu .hide-menu .burger span,
    .primary-menu .hide-menu .burger span:before,
    .primary-menu .hide-menu .burger span:after {
        width: 15px;
        height: 3px;
        background-color: #0a132d;
        border-radius: 2px;
        transition: 0.3s;
    }

    .primary-menu .hide-menu .burger span {
        position: relative;
    }

    .primary-menu .hide-menu .burger span:before,
    .primary-menu .hide-menu .burger span:after {
        content: "";
        position: absolute;
    }

    .primary-menu .hide-menu .burger span:before {
        top: -7px;
    }

    .primary-menu .hide-menu .burger span:after {
        top: 7px;
    }

    .primary-menu .hide-menu:hover .burger {
        background-color: #b5caff;
    }

    .primary-menu .hide-menu ul {
        left: unset;
        right: 0;
        border-radius: 20px 0 20px 20px;
    }
}

/* ## Mobile menu */

.mobile-menu-button,
#mobile-menu-toggle {
    display: none;
}

@media screen and (max-width: 980px) {
    .mobile-menu {
        position: absolute;
        right: 0;
        top: 30px;
    }

    .mobile-menu-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        background-color: #0094cb;
        border-radius: 10px;
        transition: 0.3s;
        cursor: pointer;
    }

    .mobile-menu-button span {
        position: relative;
    }

    .mobile-menu-button span,
    .mobile-menu-button span:before,
    .mobile-menu-button span:after {
        width: 25px;
        height: 3px;
        background-color: #fff;
        border-radius: 2px;
        transition: 0.3s;
    }

    .mobile-menu-button span:before,
    .mobile-menu-button span:after {
        content: "";
        position: absolute;
    }

    .mobile-menu-button span:before {
        top: -8px;
    }

    .mobile-menu-button span:after {
        top: 8px;
    }

    .primary-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
        display: flex;
        flex-direction: column;
        padding-top: 35px;
        width: 320px;
        font-size: 1em;
        color: #e2e2e2;
        background-color: #303030;
        box-shadow: 0px 0px 29px 0px rgba(104, 136, 209, 0.16);
        transition: -webkit-transform 0.35s ease-out;
        transition: transform 0.35s ease-out;
        transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
        transform: translate3d(-400px, 0, 0);
        overflow-y: scroll;
    }

    .primary-menu ul {
        display: block;
        line-height: 1;
    }

    .primary-menu .top-menu {
        margin-bottom: 0;
    }

    .primary-menu li {
        position: relative;
        border-top: 1px solid #4d4d4d;
    }

    .primary-menu .menu>li:first-child {
        border-top: 0;
    }

    .primary-menu li a {
        display: flex;
        padding: 20px 15px;
        color: #e2e2e2;
    }

    .primary-menu .sub-menu {
        padding: 0;
        list-style: none;
    }

    .top-menu .sub-menu {
        display: none;
    }

    .primary-menu .sub-menu li {
        text-transform: none;
    }

    .primary-menu .sub-menu li a {
        align-items: center;
        padding-left: 40px;
    }

    .primary-menu .sub-menu li a:before {
        content: "";
        flex-shrink: 0;
        margin-right: 10px;
        width: 3px;
        height: 10px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAFAQMAAAC6v8ThAAAABlBMVEVHcEwAmqjMic0bAAAAAXRSTlMAQObYZgAAABBJREFUeNpjaGA4wPAAiBsAEOoDYca3kSkAAAAASUVORK5CYII=);
        filter: grayscale(100%);
        opacity: 0.8;
        background-position: center;
        background-repeat: no-repeat;
    }

    #mobile-menu-toggle:checked~.primary-menu {
        transform: translate3d(0, 0, 0);
    }

    .primary-menu .cross {
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 100;
        margin-bottom: 5px;
        margin-top: 10px;
        width: 30px;
        height: 30px;
    }

    .primary-menu .cross:before,
    .primary-menu .cross:after {
        height: 30px;
        background-color: #fff;
    }

    body.mobile-menu-active {
        overflow: hidden;
    }

    /* ## Menu toggle */

    .toggle {
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 57px;
        background-color: rgba(255, 255, 255, 0.09);
        cursor: pointer;
    }

    .toggle:hover {
        background-color: rgba(255, 255, 255, 0.13);
    }

    .toggle:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGcgaWQ9Il94MzFfMF8zNF8iPgoJCTxnPgoJCQk8cGF0aCBkPSJNNjA0LjUwMSwxMzQuNzgyYy05Ljk5OS0xMC4wNS0yNi4yMjItMTAuMDUtMzYuMjIxLDBMMzA2LjAxNCw0MjIuNTU4TDQzLjcyMSwxMzQuNzgyICAgICBjLTkuOTk5LTEwLjA1LTI2LjIyMy0xMC4wNS0zNi4yMjIsMHMtOS45OTksMjYuMzUsMCwzNi4zOTlsMjc5LjEwMywzMDYuMjQxYzUuMzMxLDUuMzU3LDEyLjQyMiw3LjY1MiwxOS4zODYsNy4yOTYgICAgIGM2Ljk4OCwwLjM1NiwxNC4wNTUtMS45MzksMTkuMzg2LTcuMjk2bDI3OS4xMjgtMzA2LjI2OEM2MTQuNSwxNjEuMTA2LDYxNC41LDE0NC44MzIsNjA0LjUwMSwxMzQuNzgyeiIgZmlsbD0iI2ZmZmZmZiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgoJCTwvZz4KCTwvZz4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8L2c+PC9zdmc+);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 20px;
        opacity: 0.5;
    }

    .toggle:hover:before {
        opacity: 0.8;
    }

    .primary-menu .sub-menu {
        display: none;
    }

    .menu-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99;
        background: #000;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.35s ease-in;
    }

    .menu-overlay.active {
        visibility: visible;
        opacity: 0.5;
    }
}

@media screen and (max-width: 400px) {
    .mobile-menu {
        top: 10px;
    }

    .primary-menu {
        padding-bottom: 20px;
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.content-sidebar-wrap {
    position: relative;
    display: grid;
    grid-template-columns: minmax(580px, 855px) minmax(300px, 380px);
    gap: 65px;
    padding-top: 50px;
}

.post-content>h2:first-child {
    margin-top: 0;
}

.post-excerpt {
    margin-bottom: 30px;
}

@media screen and (max-width: 1240px) {
    .content-sidebar-wrap {
        gap: 40px;
    }
}

@media screen and (max-width: 980px) {
    .content-sidebar-wrap {
        display: block;
        padding-top: 10px;
    }
}

/* ## Post meta */

.post-meta {
    display: flex;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 40px;
    font-size: 13px;
    line-height: 1.3
}

.post-meta>div {
    display: flex;
    align-items: center
}

.post-author {
    display: flex;
    align-items: center
}

.avatar-container {
    --dia: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 15px;
    width: var(--dia);
    height: var(--dia);
    border-radius: 15px;
    overflow: hidden
}

.post .avatar-container img {
    max-width: unset;
    width: 100%;
    height: 100%;
    border-radius: unset;
    object-fit: cover;
    object-position: center;
}

.author-name {
    --size: 14px;
    display: flex;
    flex-direction: column;
    flex-basis: 180px;
    flex-shrink: 0;
    color: #000;
    font-size: var(--size);
    line-height: 1
}

.post-author .author-name:before {
    content: 'Разбирается эксперт:';
    margin-bottom: 5px;
    font-size: 12px;
    color: #4ab1f9;
    font-weight: 500;
}

.post-author .author-text {
    min-width: 150px;
    font-size: 12px;
    font-weight: 200;
    opacity: .4
}

@media screen and (max-width: 800px) {
    .post-meta {
        flex-wrap: wrap;
        justify-content: flex-start
    }
}

@media screen and (max-width: 640px) {
    .post-meta>div:not(.post-author) {
        display: none
    }

    .post-author {
        flex-wrap: wrap
    }

    .author-text {
        margin-top: 10px
    }
}

/* ## Lists */

.post ul,
.post ol {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.post ul li,
.post ol li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}

.post ul li:last-child,
.post ol li:last-child {
    margin-bottom: 0;
}

.post ul>li:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 8px;
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #0094cb;
    border-radius: 50%;
}

.post ol {
    counter-reset: listCounter;
}

.post ol>li:before {
    counter-increment: listCounter;
    content: counter(listCounter);
    position: absolute;
    left: 0;
    top: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23px;
    height: 23px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    line-height: 21px;
    background-color: #0094cb;
    border-radius: 50%;
}

.post li ul,
.post li ol {
    margin: 10px 0;
}

/* ## Table */

.post-table {
    margin: 40px 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.post table {
    width: 100%;
    font-size: 15px;
    line-height: 1.3;
    border: unset;
    border-collapse: collapse;
    border-spacing: 0;
}

.post tr:nth-child(even) {
    background-color: #f6f9ff;
}

.post tr:first-child {
    background-color: #e7ecf6;
    font-weight: 400;
}

.post td {
    padding: 10px 20px;
    text-align: center;
    border: unset
}

.post td:first-of-type {
    text-align: left;
}

.post table>tbody>tr:first-child>td:first-child,
.post table>tbody>tr:first-child>th:first-child {
    border-radius: 10px 0 0 0
}

.post table>tr:first-child>td:first-child,
.post table>tr:first-child>th:first-child {
    border-radius: 10px 0 0 0
}

.post table>tbody>tr:first-child>td:last-child,
.post table>tbody>tr:first-child>th:last-child {
    border-radius: 0 10px 0 0
}

.post table>tr:first-child>td:last-child,
.post table>tr:first-child>th:last-child {
    border-radius: 0 10px 0 0
}

.post table>tbody>tr:last-child>td:last-child,
.post table>tbody>tr:last-child>th:last-child {
    border-radius: 0 0 10px 0
}

.post table>tr:last-child>td:last-child,
.post table>tr:last-child>th:last-child {
    border-radius: 0 0 10px 0
}

.post table>tbody>tr:last-child>td:first-child,
.post table>tbody>tr:last-child>th:first-child {
    border-radius: 0 0 0 10px
}

.post table>tr:last-child>td:first-child,
.post table>tr:last-child>th:first-child {
    border-radius: 0 0 0 10px
}

/* ## Video */

.post-video iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
}

@supports not (aspect-ratio: 1) {
    .post-video {
        position: relative;
        padding: 56.25% 0 0;
        height: 0;
        overflow: hidden;
    }

    .post-video iframe {
        position: absolute;
        top: 0;
        left: 0;
    }
}

/* ## Images */

.post img {
    content-visibility: auto;
    border-radius: 30px;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption img {
    display: block;
    border-radius: 30px 30px 0 0;
}

.wp-caption-text {
    padding: 10px;
    font-size: 15px;
    line-height: 1.3;
    text-align: center;
    background-color: #f6f9ff;
    border-radius: 0 0 30px 30px;
}

.aligncenter {
    display: block;
    margin: 30px auto;
}

.alignright {
    float: right;
    margin: 6px 0 30px 30px;
}

.alignleft {
    float: left;
    margin: 6px 30px 30px 0;
}

.alignnone {
    display: block;
    margin: 30px auto;
}

@media screen and (max-width:728px) {

    .alignright:not(.wp-caption),
    .alignleft:not(.wp-caption) {
        display: table;
    }

    .alignright,
    .alignleft {
        float: none;
        margin: 30px auto;
    }
}

/* ## Standard gallery */

.gallery {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 30px 0;
}

.gallery-item {
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-bottom: 5px;
    text-align: center;
}

.gallery-icon.landscape {
    height: 100%;
}

.gallery-item a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 100%;
    overflow: hidden;
}

.gallery-item a:hover {
    opacity: 0.8;
}

.gallery-icon img {
    margin: 0 auto;
    display: block;
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery-icon:not(:only-child) img {
    border-radius: 30px 30px 0 0;
}

@media screen and (min-width: 640px) {
    .gallery-columns-1 .gallery-item {
        flex-basis: calc(100% - 5px);
    }

    .gallery-columns-2 .gallery-item {
        flex-basis: calc(50% - 5px);
    }

    .gallery-columns-3 .gallery-item {
        flex-basis: calc(33.3333333333% - 5px);
    }

    .gallery-columns-4 .gallery-item {
        flex-basis: calc(25% - 5px);
    }

    .gallery-columns-5 .gallery-item {
        flex-basis: calc(20% - 5px);
    }

    .gallery-columns-6 .gallery-item {
        flex-basis: calc(16.6666666667% - 5px);
    }

    .gallery-columns-7 .gallery-item {
        flex-basis: calc(14.2857142857% - 5px);
    }

    .gallery-columns-8 .gallery-item {
        flex-basis: calc(12.5% - 5px);
    }

    .gallery-columns-9 .gallery-item {
        flex-basis: calc(11.1111111111% - 5px);
    }
}

@media screen and (max-width: 640px) {
    .gallery-item {
        flex-basis: calc(50% - 5px);
    }
}

@media screen and (max-width: 400px) {
    .gallery-item {
        flex-basis: calc(100% - 5px);
    }
}

/* ## TOC */

#toc_container {
    position: relative;
    margin: 40px 0;
    padding: 35px 50px 40px;
    width: 100%;
    background-color: #f6f9ff;
    border-radius: 20px;
}

.toc_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
}

#toc_container .toc_toggle {
    margin-left: 30px;
    font-size: 0;
    text-transform: none;
    font-weight: 300;
}

#toc_container .toc_toggle a {
    display: block;
    padding: 6px 15px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 13px;
    font-style: normal;
    line-height: 1;
    text-decoration: none;
    color: #000;
    font-weight: 300;
    background-color: #9be13d;
    border-radius: 7px;
}

#toc_container .toc_toggle a:hover {
    opacity: .7;
}

#toc_container ul.toc_list {
    margin-top: 35px;
    column-count: 2;
    column-gap: 30px;
    font-size: 15px;
}

#toc_container ul {
    margin: 0;
}

#toc_container li ul {
    margin-top: 10px;
}

#toc_container ul li {
    display: block;
    padding-left: 30px;
    width: 100%;
    line-height: 1.5;
}

#toc_container ul li:before {
    top: -1px;
    left: 0;
    width: 8px;
    height: 20px;
    background-color: unset;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAALAQMAAAB4VV5mAAAABlBMVEVHcEwAlc7vwBW5AAAAAXRSTlMAQObYZgAAABtJREFUeNpjUGAIYOhgcGFQYhAEYhcgO4BBAQAe5QLOV6Qd8wAAAABJRU5ErkJggg==);
    background-position: center;
    background-repeat: no-repeat;
    border: none
}

#toc_container ul li a {
    color: #0094cb;
    text-decoration: none;
}

#toc_container ul li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    #toc_container {
        padding: 25px 30px;
    }

    #toc_container ul.toc_list {
        column-count: 1;
    }
}

@media screen and (max-width: 400px) {
    .toc_title {
        flex-direction: column;
    }

    #toc_container .toc_toggle {
        margin-top: 10px;
        margin-left: 0;
    }
}

/* ## Blockquote, blocks */

blockquote p:last-of-type {
    margin-bottom: 0;
}

blockquote:not([class]) {
    position: relative;
    margin: 60px 0 50px;
    padding: 40px 50px;
    width: 100%;
    font-size: 26px;
    text-align: center;
    border-top: 1px solid #eaefec;
    border-bottom: 1px solid #eaefec;
}

blockquote:not([class]):before {
    content: '';
    position: absolute;
    top: -16px;
    left: calc(50% - 40px);
    width: 80px;
    height: 33px;
    background-color: #fff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAhCAMAAABz7XKpAAAAM1BMVEVHcEwAlc4Alc4Alc4Alc4Alc4Alc4Alc4Alc4Alc4Alc4Alc4Alc4Alc4Alc4Alc4Alc6FD7IJAAAAEHRSTlMAwDDQgBAgQKDwYLBwUOCQuG99rAAAAQdJREFUeNp1lNkWhCAMQ0FAFsXh/792wKUptubF8Z5g2wBjbsUYF/NWEDTaNpRT5LS4m660MjXSD9+zoP5mW2NKj9NJWsZPsd7PdMdi6OoqzzCH3k9/yo8ub1r63G/mulHSDQxSnVlzLuZjvWAj/rU/xaBWc5pDoVV1Fq2npDhlqRMmLfqwvZ1nzt5usNMJ69QiJVJF8hC23yosCScOztxsucE8Vz1f58MT+PVQ2ixq8SLvAk5p5J88KLnvGdE7Cs17xy/tTl2u0ui1hNqOWyxTx26io5obqqAyqAvP9sLImqwa9YS0uQ9O3VWkl5ZZ2sDhmjE1tIwyz9RIif7PeEoaJTI3ML39Ab75LNDYdcTCAAAAAElFTkSuQmCC);
    background-position: center;
    background-repeat: no-repeat;
}

.info-box:first-child {
    margin-top: 0;
}

.info-box:last-child {
    margin-bottom: 0;
}

.info-box.blue {
    position: relative;
    margin: 40px 0;
    font-size: 16px;
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
    border-color: #0094cb;
}

.blue:before {
    content: "";
    position: absolute;
    left: 30px;
    top: -22px;
    z-index: 1;
    width: 70px;
    height: 44px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAtCAMAAABhwkCtAAAC/VBMVEVHcEzn5+f69/YAxOoHwtvo6Ojr6+sAtM3r7e0Autju7u7R0dEAs/4AutYA2v8Ax+Dp6eno6OgAtM4AxOjy8vIA3O/j4+MAy+8AsdPs7u4AxeMA0u4+y94AwuL08/KK6vjp4eDe3t4AzOzm4uI72OgAxenr6+vy8vIAxekA3u0AtNDr6+sAy+AAtcrs7Oz09PT5+fkAzuLd3d38/Pzg4OBP4PLs7Ozj4+Pr6+sAyN4AxuYAwtvj4+PG4eQAy+8AwtwAs88AutYAy+/15uTr6+sAs84AyOYAvtgAy+8A3vL09PT46+kAye8AwNkAyuAAzO7k5OTp6ekAxe7k5OTM7+wA2u/t6+sA0e4AyfAAw+L97OkAs87c3N0A1PEAxNn19fUAxuv2+PkA1/EAw+EAxt0AyOrh4eEAyvDj4+T/+Pfq6urn5+cAw9wAtM4Aw+Hg4OAAw9rh4eEAwukAwdkAye/s7Ozh4eEAy+8Ay+8As83d3d3j4+P39/cAvdcAu9UAt9Tx8fEA0+4Ay+/v7+/r6+sAs84AyO/t7e0Ascvs7OwAscwAy/AAy/H/8u4Awt4AzfEAscoAv9zt7+8Ax+4Ax+8Ayu8AzPD39/cAxukAx+kAx+0Aye0Aye7f39/v7u4AsMsAvt0Awt0AxeYAyOwAzfPq6urs6+sAtM8AwNwAwuAAxOEAyO4AyesA1e/g4ODi4uLz8/P+8O729vb///8As80AtdIAuNYAxOAAy+4A1u3o6enp6+vv7Ovy7ezx7+/w8PEArcgAs8wAt9MAu9wAvNkAv94Av+EAweMAxO0AxuQAyfIAzvEAz+8Az/QA2PMA3PSW5PC45++n7/qt7/ve39+88vrj4+Pa7e/J9Pr56+r/7+r19fX/8+7/9fH6+voAuNMAwdsAw9YAw+IAyOIAze4A0vAA0/Eu2u4z2u9b2edY3e9q3Opb4/d36fep7/W56vDM5Onh3t608fvk5OTL9fvW8vf85OH37evz7+/17+7+7ur/+fj8/Pz3///9/f1qhIM2AAAAgnRSTlMAAQECBAcJCg8UGBgZISMkKTIzNDU8PD1AQ0hLS0xNTlJUVlpbXF1eYWJiZGVpa21xeXmBgoeKjY+QmJqbnZ6eoaGhoqipqamqq6yssLCxs7O4wMDCwsTFx8nKysrOztDR09PU19rd3+Hi4+Pk5ubm6evs7e3v7/Dx8/T19vf4+fr9dmCXLAAAA05JREFUeNp1lGV400AYxw8YMhyGu7u7s+Hu7u7uLpemDW2TtqtuXX2uzN1wdx/u7m4Pl+QSyoD/h95793v18vQAJ6/5CysDrKZrJpYE+TTXT7kOm552s2JkPuyRHKZQePB2GeYoXJg/vgkT1k2wuznuNuSt8s1EB6+av52reWHDeznK+V95TCXJzVXcT6rNGlPabVu0/3JPbJZt1KnfhCnJpmO7xw3t0rwcPi3fkv0t0Hi0hFVGpuOw9v7VDNae0KoYEEKXSLCuPbEfenYtnd+sr4r5EpnAg78GB3/KwJsgSRGeL02TiA6ZmcEi3oX5KEuaNSiIP01PFyhhnInzd7a8yyasMtkeQTKZjCD23hyCeX3LpWwiv2R7je0xr2SJIf7F2wg8Jtr6B8K8NeblYqJlf8Vb84yNhfu5ZJG4RX//uYdd84y1MC++9Q8ed5PjxrgKmBdedCEtm8jKInx9ucx8sbhtxYUPMPbN1Rt0bCxNf3ZrIG6x+Jn7fnx95nFU6tOzdCzhy0G0fJst8p53NMd0Up1OF3WZ/sIV8bXe+DBH5D45SSqIJNXBMzSdhYJjr78yTBd5d3WSQQE5D2nqWfo6TV9+JNWOB6Bguw7sN+xKJUKeQ71OeiIq6gRaAgYDsGjL6q0lAGibm5higLwCjmilSMjoCOrHALCyBwA15HIz5lL49pQ/WhWREbVBnWgANnRGBULULiXP/U/HX9RCaPDTONH5tAvRC9gGduSYVHx7iJ+PgEozw5jZv1itutwAO9UHVSw+DgP0Lx76w5Sw235K6CUOuJ1KRFyvPX9Oq/ePgAqnxonqbSok8LUUZQqE0HXuvRalUfmFhuvZcsMEPo9SJ6kMkJ0KtZ7ChKLsbL3qmI+wkerDJ9n+2NGcoeH8MOIr0cJG5iZEqvANMQ4+HPnXwy+KnCSpkMhA9kxlcoS6FDjBJJ6XCiFJUk2aTqI45VHNvYtQjx0w3ydHDpTcbghUBTo14fGnjkg5vBHnv8VyUk6FHHQpI5n9L38cR9eANAg/NKtslFzOeVD7DiTbmSvxVx6YEa8svEQVl+0gE8gEm01NqQ+EaTSpz9lmewE3Nejt4z1wxnBvn+4D9mvsh0wucx/wH1WcHO5gVuDhfwGHBQPz61jdoQAAAABJRU5ErkJggg==);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.info-box p:last-of-type {
    margin-bottom: 0;
}

.post-content .mark,
.post-content mark {
    padding: 3px;
    background-color: #ffff8e;
}

.post__blue,
.info-box.blue0,
.post__green,
.info-box.green,
.post__orange,
.info-box.orange {
    margin: 31px 0;
    padding: 25px 30px 27px 110px;
    border: 1px solid;
    border-radius: 10px;
    font-size: 16px;
    line-height: 22px;
}

.post__blue,
.info-box.blue0 {
    border-color: #AFACFF;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAeCAMAAAC2TdbwAAAAjVBMVEUAAAA6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btg6btiZJGprAAAALnRSTlMA+vToC8FPOxNpHQfNm3VmYkQr7t+kjIW4sax9U0A11l1XIxYP28e7tJaTSS8oQkDOIwAAAb5JREFUOMvVlMe2qzAMRUXvvRMgENKL/v/zHrbB8vQN757t2JbXUYRB4vQ63jxTiFsbWLx8IcF8Rr3NgLA9tmQ+UbDAxmmXN5NRF3JfWTFvAKgR9SXPbnhwyqdOiuX8YimGnX8MxB646aigqUJLJFCgJIoNknvakhRxjQSssiwLacnzmzSHhCZAjgcTAPTslHa/AsPj1xsjl2/JRDtxCVq+7xEAZ/DmK/U8SXIpl9SjHpuLtwTwZ3Cal3eVQeLoJGMF6avOQMF0gZHsbeX2LbhoGd9g7QMiJnErOyJ2PriRnAIHgoQGyYTcOKRzYd32zcDtWSDRhorcOkX0J//3QP3phgqhKqWhCCx4UK+mI5fOl8C3ZLGP6dJ4xyyQYOYJ9+oVMN77JT8mNgoG0eTIqmzY8ZvHM4aDpHvUl0Oyyqoy+DuM9oVkGhwS3/6YUgjX0thHnAqrmWiRkMFgEvo0biGmSifxzsrqu2jTZnISEr6vXKHcpE0rlBherJE1yZmkT3tWCPD/Abrh/HEaWpgnm+TtjJYUi16kKlBilTmLFSpB4LVLxOTHHitrAk7QGNuJFATDFqZ4X4V82WP1+AL8A2qHfoGsa4VIAAAAAElFTkSuQmCC") no-repeat 30px 50%;
}

.post__green,
.info-box.green {
    border-color: #73E897;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAsCAMAAAAQPRtoAAAAhFBMVEUAAABLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWxLtWwZqLvXAAAAK3RSTlMABXqSNOrdzEYaqHRgLCcV+cCHgmVUPfTt5dnWxbqwjFwh4aycmU1Co20O3og7kwAAAZZJREFUSMetleuSgjAMhSMIgjfkDqLi3XXP+7/fatOyLTM7tjP7/QtD2qbnJKU/CMmVDQJyYwbgRi7M8WZK9jzBkDUJJHuyBQMTp0JQb4HO8Vi+DySWiijWGWZkQYVfqAVZEGgpB0JOH5lAhy4W22TQKcgiJYTOlixcAxPC0j3Fc0zZxFg4psx9HB3LvwIxfWIJndqqZ2CyIkf5uRJbl7l1f9RC4JEL6wdv4Epitv60KI0Piy2AWUUDqzMAzWE53rQnFXuQhCTpwahObsAoA9VQKLUvUOzGavnDSGm8soc8y0Qcyovvcv6teHoQ3YSL6K6pvGP/8h/m6gFfAYBM1JWSxB8PSoxqqsRSEXztoiC4jKw97s2TGXl9qcexl0X0X0T5zZsaH3ZB99TiLwBdpMfMY+iB2vTycbg4ptC6XRYERTW6SXy/44NcQE67FyWnh6yYfHLSY6b8EYo4IZKq5suOZzjRQjikENqKMlIADe31GjDQm37FmgQH8YCeAf3BZ0rVFONXs2BnccxUr6TmqimZAq05Mn8ALq5tD+eXWucAAAAASUVORK5CYII=") no-repeat 30px 50%;
}

.post__orange,
.info-box.orange {
    border-color: #FFCB3E;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAhFBMVEUAAAD/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryT/ryRSCXTIAAAAK3RSTlMA2RfoBZrLyPojf9S4E+zSpYNVNN2nXVBJ48UoHKyfELRswkM79HVjW5RipVrSYwAAAi9JREFUSMelVmuXojAMDS9BkJcCgoDOqPPY7f//f3uathPSKcuZM/eLkvY2zU3aFL7D76JdkAiRBLuo82ETfj0Ihqb+P2t8EQ68jKuEsBUraEM34ygIQRnHZSEIRxcjMqNeegq121PqGWv0nXHRQ9c9t++veuBiM0plP/gOEbUmJTfHaCx6cOLs8HOldZzIAzue81fksAYlw/krH0Jsc5Qfk59ZfrxlnPM8ccoNh2ctI348wFtyPoXoXBqoFBxQXYAl58gzzudBjhNzijEAeAjt2YBPrOWfaqFLi1tF8EqopKkGgIHGkNMAJIaSgAYFPQD4XNtB3CAm0XeM00iTD538SUnLI7yLBd6XlFRaOlUrlAPtljAB4aSqZkdJRSiDe2uhMgQoK+EpLDyBUMjJqE7Gnay7yVBFaY1ZJDZ861jZlFdZoZzyalHsjc0yvymjzNbGMPyCrfOEkVFiK3xb5LsQfyFnlLstcsRTWWGJZktKZaWSCobCB5h4+LxglKqNMeLkPwB5VZDIVllS8VP8et3M3F6PGy9+OmLkRrQ+6q2dmIJqMQY6n1YDyK66c+Bh8Ogg39g1oNEnFHrSQ2/O4J3m7fVFSKgD3WVSjBk5kkpBz8YjYeo/PvppebeWbxgku2CDjfsYEfKL0NvmnO2mF6y269LR/C60igN9wVrSduObDtSw3O115PaxojPw+ybOnwpFFscZeyr89EFShb9/9vDHVfOjxxU94Qb9hPt0zP8H9DuolRR1K7EAAAAASUVORK5CYII=") no-repeat 30px 50%;
}

@media screen and (min-width: 641px) {
    .info-box {
        padding: 30px 40px;
    }
}

@media screen and (max-width: 640px) {
    blockquote {
        padding: 20px;
    }

    blockquote:not([class]) {
        font-size: 20px;
    }

    .info-box {
        padding: 20px;
    }
}

/* ## Related */

.related-post {
    margin-top: 40px;
    margin-bottom: 40px;
}

.related-post .item {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 20px;
    background-color: #EFF2F6;
    border-radius: 20px;
}

.related-post .item-image {
    margin-right: 20px;
    margin-bottom: 0;
    width: 120px;
    height: 90px;
    border-radius: 20px;
}

.related-post .right span {
    margin-bottom: 5px;
    color: #4BB56C;
}

/* ## Post footer */

.post-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
    padding: 15px 30px;
    background-color: #f2f5fb;
    border-radius: 15px;
}

.post-footer .author-text {
    display: none;
}

@media screen and (max-width: 800px) {
    .post-footer {
        flex-direction: column;
    }
}

/* ## Rating */

.post-footer .rating {
    position: relative;
    display: flex;
    align-items: center;
    flex-basis: 500px;
    margin: 0;
    margin-right: 30px;
    font-weight: 400;
    font-size: 17px;
}

.post-footer .rating span {
    margin-right: 10px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
}

.rmp-rating-widget {
    margin-top: 10px;
    white-space: nowrap;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
    flex-shrink: 0;
    flex-basis: 120px;
    margin: 0;
}

.rmp-rating-widget__msg.js-rmp-msg {
    font-size: 11px;
    font-weight: 300;
    color: #d42428;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list__icon {
    padding-left: 0;
}

.rmp-rating-widget__results.js-rmp-results,
.rmp-results-widget__avg-rating,
.rmp-results-widget__vote-count {
    display: none;
}

@media screen and (max-width: 980px) {
    .rating {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 800px) {
    .post-footer .rating {
        flex-basis: unset;
        justify-content: center;
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .post-footer .rating {
        flex-direction: column;
        margin-right: 0;
        text-align: center;
    }

    .rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
        flex-basis: unset;
    }
}

/* ## Related */

.yarpp-related {
    margin-top: 60px;
}

.yarpp-related>.h2 {
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 32px;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

.comments-wrap {
    margin-top: 60px;
}

.comments-wrap .h2 {
    margin-bottom: 40px;
}

ol.comment-list,
ol.children {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-list .children li {
    margin-left: 30px;
}

.comment-list .comment>div {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.comment .avatar {
    flex-shrink: 0;
    margin-right: 30px;
    border-radius: 50%;
}

.comment .comment-inner {
    display: flex;
    flex-direction: column;
}

.comment-meta {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    line-height: 1;
}

.comment-author {
    margin-right: 20px;
    font-size: 12px;
    color: #0094cb;
}

.comment-reply-link {
    padding: 5px 10px 3px;
    font-size: 11px;
    color: #000;
    font-weight: 300;
    background-color: #9be13d;
    border-radius: 5px;
    transition: .3s;
    cursor: pointer;
}

.comment-reply-link:hover {
    opacity: 0.8;
}

.comment-text {
    font-size: 14px;
    line-height: 1.56;
}

.comment-text p:last-of-type {
    margin-bottom: 0;
}

.comment-time {
    font-size: 12px;
    opacity: 0.7;
}

@media screen and (max-width: 980px) {
    .comments-wrap {
        max-width: 100%;
    }
}

@media screen and (max-width: 728px) {
    .comment .avatar {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .comment-list .children li {
        margin-left: 0;
    }
}

/* ## Comment form */

.comment-respond {
    margin-top: 50px;
    padding: 40px 50px;
    background-color: #f6f9ff;
    border-radius: 20px;
}

.comment-respond form {
    position: relative;
}

#cancel-comment-reply-link {
    position: absolute;
    right: 0;
    top: -20px;
    font-size: 12px;
}

.form-row.col-2 {
    display: flex;
    margin-top: 20px;
}

.form-row.col-2>div {
    flex: 1;
}

.comment-form-author {
    margin-right: 15px;
}

.form-submit {
    display: inline-block;
    margin-top: 30px;
}

.form-submit .button {
    padding: 17px 30px;
}

@media screen and (max-width: 768px) {
    .comment-respond {
        padding: 30px 25px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .form-row.col-2 {
        display: block;
    }

    .comment-form-author {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .form-submit {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    .form-submit .button {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/

.archive-info h1 {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 30px;
}

.archive-description {
    margin-bottom: 40px;
    font-size: 16px;
}

.error404 .h4 {
    margin-bottom: 35px;
}

.cat-share {
    margin-top: 30px;
}

@media screen and (max-width: 640px) {
    .archive section h2 {
        font-size: 26px;
    }
}

/* ## Subcat */

.subcat {
    margin-bottom: 70px;
}

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

.subcat-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    grid-gap: 30px 45px;
}

.icon-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: #0a1426;
    text-align: center;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #e7eaef;
    border-radius: 20px;
    word-break: break-word;
}

.icon-item:hover {
    border-color: #4ab1f9;
    box-shadow: inset 0 0 0 1px #4ab1f9;
}

.icon-item span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    height: 140px;
    width: 140px;
    border-radius: 20px;
    overflow: hidden;
}

.icon-item span img {
    max-width: 500px;
    border-radius: 0;
    object-fit: cover;
}

@media screen and (max-width: 640px) {
    .cat-icon {
        gap: 10px;
    }
}

/* ### Content */

.item {
    position: relative;
    display: flex;
    flex-direction: column;
}

a.item {
    color: #0a132d;
    text-decoration: none;
}

a.h5,
a.h7 {
    color: #0a132d;
}

.item-image:hover~.h7,
a.item:hover .h5,
a.h5:hover {
    color: #0094cb;
}

.item-desc {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.67;
}

.item-desc p:last-child {
    margin-bottom: 0;
}

.item-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 20px;
    border-radius: 30px;
    overflow: hidden;
}

.item-image img {
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ### Meta */

.item-category {
    margin-bottom: 20px;
    line-height: 1.3;
}

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

/* ## Articles list */

.articles-list {
    --minmax: 250px;
    --gap: 55px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--minmax), 1fr));
    grid-gap: var(--gap);
}

.articles-list .item {
    transition: .3s;
}

.articles-list .item-image {
    margin-bottom: 25px;
    height: 240px;
}

.articles-list .h5 {
    margin-bottom: 20px;
    transition: .3s;
}

@media screen and (max-width: 400px) {
    .articles-list {
        --gap: 40px;
    }
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar-primary {
    position: relative;
}

.sidebar .widget {
    margin-bottom: 70px
}

.widgettitle {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

.widgettitle span {
    font-weight: 300;
}

.sidebar-sticky {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 980px) {
    .sidebar {
        display: none
    }
}

/* ## Cats */

.cats-widget {
    position: relative;
    z-index: 1;
    padding-top: 25px;
    padding-bottom: 5px;
    border: 1px solid #e7eaef;
    background-color: #fff;
    border-radius: 20px;
}

.cats-widget .widgettitle {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
    font-size: 24px;
}

.cats-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cats-widget .category-list>li {
    position: relative;
    padding: 10px 30px;
    border-top: 1px solid #e7eaef;
}

.cats-widget .category-list>li:not(:last-of-type) {
    margin-bottom: 5px;
}

.cats-widget .category-list>li>a {
    position: relative;
    display: block;
    padding: 3px 50px 3px 0;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 1.56;
    background-color: transparent;
    border-radius: 5px;
    text-decoration: none;
}

.cats-widget a:hover,
.cats-widget .current-cat>a {
    text-decoration: underline;
}

.cats-widget .category-list>li>a:hover,
.cats-widget .category-list>li.current-cat>a {
    text-decoration: underline;
}

.cats-widget .category-list>li>ul {
    position: relative;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
    background-color: #fff;
    border-radius: 10px;
}

.cats-widget .category-list>.current-cat>ul,
.cats-widget .category-list>.current-cat-ancestor>ul {
    display: flex;
}

.cat-item {
    display: flex;
    flex-direction: column;
}

.children .cat-item {
    align-items: flex-start;
}

.cats-widget .category-list>li>ul a {
    margin-bottom: 2px;
    padding: 4px 20px 2px;
    font-size: 14px;
    color: #0094cb;
    font-weight: 400;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}

.cats-widget .category-list>li>ul a:hover,
.category-list .current-cat-ancestor ul .current-cat>a {
    color: #fff;
    background-color: #0094cb;
}

.cats-widget .category-list>li>ul a:not(:last-of-type) {
    margin-bottom: 5px;
}

.cats-widget .category-list li ul ul {
    margin-left: 20px;
}

.cats-widget .category-list>li.has_children>a>span {
    position: absolute;
    top: 0;
    right: -20px;
    cursor: pointer;
}

.cats-widget .category-list>li.has_children>a>span:before {
    content: "";
    display: block;
    width: 40px;
    height: 30px;
    background-image: url(../img/bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1, -1);
}

.cats-widget .category-list>li>a.active>span:before,
.cats-widget .category-list>li.current-cat>a>span:before,
.cats-widget .category-list>li.current-cat-ancestor>a>span:before {
    transform: none;
}

.cats-widget .category-list>li.current-cat>a.active>span:before,
.cats-widget .category-list>li.current-cat-ancestor>a.active>span:before {
    transform: none;
}

.post-count {
    position: absolute;
    right: 50px;
    top: 14px;
    padding: 5px 5px 2px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.3);
    line-height: 1;
    background-color: #f6f9ff;
    border-radius: 5px;
}

.children .post-count {
    display: none;
}

/* ## QA */

.popular-widget .articles-column {
    display: flex;
    flex-direction: column;
}

.popular-widget .articles-column a {
    position: relative;
    padding-left: 45px;
    font-size: 16px;
    font-weight: 400;
    color: #0a1426;
    line-height: 1.56;
}

.popular-widget .articles-column a:not(:last-child) {
    margin-bottom: 25px;
}

.popular-widget .articles-column a:hover {
    text-decoration: underline;
}

.popular-widget .articles-column a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #4ab1f9;
}

/* ## Polls */

.widget.poll-widget {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.poll-widget picture {
    align-self: center;
    margin-bottom: -10px;
}

.poll-widget picture img {
    display: block;
}

.poll-widget .wp-polls {
    padding: 40px;
    background-color: #fff;
    border: 1px solid #e9eef2;
    border-radius: 30px;
}

.poll-widget .poll-title,
.poll-widget .poll__question {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
}

.poll-widget .wp-polls-ul {
    padding: 0;
    margin: 0;
}

.wp-polls ul,
.wp-polls-ul,
.wp-polls-ans ul {
    padding: 0;
}

.poll-widget .wp-polls-ul li:not(:last-child) {
    margin-bottom: 15px;
}

.poll-widget .input-radio {
    display: grid;
}

.poll-widget .button {
    margin-top: 30px;
    width: 100%;
}

/* ### Input radiobutton */

.input-radio {
    display: grid;
    grid-template-columns: 20px auto;
    align-items: center;
    align-items: end;
    grid-gap: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    opacity: 1;
    cursor: pointer;
}

.input-radio+.input-radio {
    margin-top: 10px;
}

.input-radio input[type="radio"] {
    display: grid;
    place-content: center;
    width: 15px;
    height: 15px;
    margin: 0;
    color: #9be13d;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #d9e7ee;
    transform: translateY(-0.075em);
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.input-radio input.radio-square {
    border-radius: 3px;
}

.input-radio input[type="radio"]:before {
    content: '';
    width: 9px;
    height: 9px;
    background-color: #9be13d;
    box-shadow: inset 12px 12px #9be13d;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
}

.input-radio input[type="radio"]:checked::before {
    transform: scale(1);
}

.input-radio input[type="radio"]:disabled {
    opacity: .5;
    cursor: not-allowed;
}

.input-radio input[type="radio"]:disabled::before {
    opacity: .5;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.pagination {
    margin-top: 50px;
    margin-bottom: 70px;
}

.nav-links {
    display: flex;
    align-items: center;
}

.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #0094cb;
    border-radius: 10px;
}

.page-numbers.current,
.page-numbers:hover {
    color: #fff;
    background-color: #0094cb;
    border-color: #0094cb;
}

@media screen and (max-width: 800px) {
    .nav-links {
        justify-content: center;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 35px;
    padding: 0;
    font-size: 15px;
    list-style: none;
}

.breadcrumbs li {
    margin-right: 15px;
}

.breadcrumbs a {
    display: flex;
    align-items: center;
    color: #0094cb;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s linear;
}

.breadcrumbs span {
    display: flex;
    align-items: center;
}

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

.breadcrumbs li:first-child a:before {
    content: '';
    flex-shrink: 0;
    margin-right: 20px;
    margin-top: -3px;
    width: 12px;
    height: 12px;
    background-color: #9be13d;
    border-radius: 50%;
}

.breadcrumbs li:not(:only-child):not(:last-child) a:after {
    content: '';
    flex-shrink: 0;
    margin-left: 15px;
    width: 28px;
    height: 9px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAJBAMAAADTOFGPAAAAIVBMVEVHcExx4h1x4h1x4h1x4h1x4h1x4h1x4h1x4h1x4h1x4h2lLq3VAAAACnRSTlMA6z4/HlQgQCE4hdUWyQAAAC1JREFUCNdjYEAAFgYU0KiAwmUWQpU2DGBYhQxWosgqBiDzmMRRJBMNULhAewEJZAum2/IAcwAAAABJRU5ErkJggg==);
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s linear;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 70px;
}

.site-footer:after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    z-index: -1;
    display: block;
    height: 100%;
    width: 100vw;
    background-color: #f4f8fd;
}

@media screen and (max-width: 1240px) {
    .site-footer {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 640px) {
    .site-footer {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        flex-basis: unset;
        width: 100%;
        text-align: center;
    }
}

/* ## First column */

.site-footer>div:first-child {
    flex-basis: 250px;
    margin-right: 35px;
}

.copyright {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.67;
}

@media screen and (max-width: 1240px) {
    .site-footer>div:first-child {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1040px) {
    .site-footer>div:first-of-type {
        flex-basis: 100%;
        margin-right: 0;
        text-align: center;
    }

    .copyright {
        flex-basis: unset;
    }

    .site-footer .logo {
        justify-content: center;
    }
}

@media screen and (max-width: 640px) {
    .site-footer>div:first-of-type {
        margin-right: 0;
    }

    .site-footer .logo {
        margin-right: 0;
    }
}

/* ## Second column */

.site-footer>div:last-child {
    flex: 1;
}

.site-footer>div:last-child .top {
    display: flex;
    margin-bottom: 20px;
}

.site-footer .search-form {
    flex-basis: calc(100% - 290px - 50px);
    background-color: #fff;
}

.site-footer .social-wrap {
    flex-basis: 290px;
    margin-right: 50px;
}

@media screen and (max-width: 980px) {
    .site-footer>div:last-child .top {
        flex-direction: column;
        align-items: center;
    }

    .site-footer .social-wrap {
        flex-basis: unset;
        margin-bottom: 30px;
        margin-right: 0;
    }
}

@media screen and (max-width: 640px) {
    .site-footer .social-wrap {
        flex-direction: column;
    }

    .social-wrap span {
        margin-left: 0;
        margin-top: 20px;
    }
}

/* ### Footer menu */

.footer-menu {
    flex: 1;
    margin-top: 40px;
}

.footer-menu .menu {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footer-menu li:not(:last-child) {
    margin-right: 10px;
}

.footer-menu a {
    position: relative;
    display: block;
    padding: 7px 15px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
}

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

.footer-menu .sub-menu {
    display: none
}

@media screen and (max-width: 980px) {
    .footer-menu .menu {
        justify-content: center;
    }
}

@media screen and (max-width: 640px) {
    .footer-menu .menu {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-menu li {
        width: auto;
    }
}

/* ## Scroll to top */

#scroll-button {
    position: fixed;
    right: 25px;
    bottom: 40px;
    z-index: 1099;
    display: flex;
    flex-direction: column;
    width: 35px;
    text-align: center;
}

#scroll-button_up,
#scroll-button_down {
    margin-top: 5px;
    margin-bottom: 5px;
    opacity: 0.5;
    cursor: pointer;
    transition: 0.3s;
}

#scroll-button_up svg,
#scroll-button_down svg {
    display: block;
    margin: auto;
    width: 14px;
    height: 16px;
}

#scroll-button_up:hover,
#scroll-button_down:hover {
    opacity: 1;
}

#scroll-button_middle {
    font-size: 10px;
    font-weight: 700;
    opacity: 0.5;
}

@media screen and (max-width: 800px) {
    #scroll-button {
        display: none;
    }
}