@charset "UTF-8";

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/Montserrat-Regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: url(../../fonts/Montserrat-Bold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: url(../../fonts/Montserrat-Medium.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url(../../fonts/Montserrat-SemiBold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: GerberaBlack;
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/Gerbera-Black.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Gerbera;
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/Gerbera-Regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: GerberaLight;
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/Gerbera-Light.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: GerberaMedium;
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/Gerbera-Medium.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Jannon10Pro;
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/Jannon10Pro.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: TRY Grtsk Tera;
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/Grtsktera-Regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: TRY Grtsk Tera;
    font-style: normal;
    font-weight: 500;
    src: url(../../fonts/Grtsktera-Medium.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: TRY Grtsk Tera;
    font-style: normal;
    font-weight: 600;
    src: url(../../fonts/Grtsktera-Semibold.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: TRY Grtsk Peta;
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/Grtskpeta-Regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: TRY Grtsk Peta;
    font-style: normal;
    font-weight: 500;
    src: url(../../fonts/Grtskpeta-Medium.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: TRY Grtsk Peta;
    font-style: normal;
    font-weight: 600;
    src: url(../../fonts/Grtskpeta-Semibold.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: TRY Grtsk Peta;
    font-style: normal;
    font-weight: 700;
    src: url(../../fonts/Grtskpeta-Bold.woff2) format("woff2")
}

.visually-hidden {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.block-for-sb {
    display: none
}

.bg_black {
    background: #222
}

.cards {
    margin: 0 10px
}

.btn,
input {
    -webkit-appearance: none
}

.lazy {
    opacity: 0;
    transition: all .2s ease-in
}

.lazy.loaded {
    opacity: 1
}

* {
    box-sizing: border-box;
    font-variant-ligatures: none;
    margin: 0;
    padding: 0
}

.error-404 {
    background: #f1f2f3
}

.zg {
    -webkit-font-smoothing: antialiased;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 400;
    height: 100vh;
    line-height: 1.2;
    width: 100%
}

.zg-success__main {
    background: url(../../img/success.svg) 100% 0 no-repeat
}

.zg-404__main,
.zg-success__main {
    border-bottom: 1px solid #dedede;
    padding: 25px 0 25px 30px
}

.zg-404__main {
    background: url(../../img/404.png) no-repeat;
    background-position: 100% 100%;
    background-size: contain
}

@media (max-width:560px) {
    .zg-404__main {
        background-position: top;
        background-size: 150px 150px;
        padding-top: 100px
    }

    .zg-404__main .zg-section-header {
        margin-bottom: 10px
    }
}

.zg-main {
    background: #fff;
    border-radius: 5px;
    margin: auto auto 20px;
    padding: 25px 30px
}

.zg-success {
    margin-bottom: 10px;
    max-width: 580px;
    padding: 0
}

.zg-section-header {
    color: #222;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 60px
}

.zg-success__text {
    font-size: unset;
    line-height: 1.6;
    margin-bottom: 50px;
    margin-left: 0;
    width: 56%
}

.zg-btn {
    border: 1px solid #0169ed;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0, 53, 134, .2);
    display: inline-block;
    padding: 10px 33px;
    text-decoration: none;
    transition: background .2s ease, color .2s ease
}

.zg-border-btn:hover,
.zg-btn {
    background: #0169ed;
    color: #fff
}

.zg-header {
    padding: 32px 0;
    text-align: center
}

.zg-header img {
    display: inline;
    max-width: 209px
}

.zg-success__add-fb {
    border-radius: 5px;
    line-height: 1.5;
    margin: 0 auto 20px;
    max-width: 580px;
    padding: 17px 30px 23px
}

.zg-success__add-fb p {
    font-size: unset;
    line-height: 1.5;
    margin: 0
}

.zg-blue-text-link {
    border-bottom: 1px solid #0169ed;
    padding-bottom: 1px
}

.article__tags {
    margin: 20px 30px
}

.article__tags .tag {
    display: inline-block;
    margin-right: 15px;
    margin-top: 10px
}

.article__tags .tag a {
    color: #0169ed;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px
}

.article__tags .tag a:hover {
    text-decoration: underline
}

main {
    display: block;
    overflow: hidden
}

button,
input[type=submit] {
    border: none;
    cursor: pointer
}

.dark-section {
    color: #fff
}

.flex {
    display: flex;
    flex-wrap: wrap
}

.flex_jc-sb {
    justify-content: space-between
}

.flex_jc-sa {
    justify-content: space-around
}

.flex_jc-end {
    justify-content: flex-end
}

.flex_jc-start {
    justify-content: flex-start
}

.flex_jc-center {
    justify-content: center
}

.flex_ai-center {
    align-items: center
}

.flex_ai-fs {
    align-items: flex-start
}

.flex_reverse {
    flex-direction: row-reverse
}

.cards {
    margin: 0 5px
}

.text_center {
    text-align: center
}

.text_right {
    text-align: right
}

.text_left {
    text-align: left
}

.center {
    margin: 0 auto;
    max-width: 1341px
}

.center_small {
    max-width: 980px
}

.color_orange {
    color: #0169ed
}

.relative {
    position: relative
}

.owl-stage-outer {
    overflow: hidden
}

.owl-item {
    float: left
}

.owl-item img {
    display: block;
    height: auto;
    width: 100%
}

a {
    color: #0169ed;
    text-decoration: none
}

.article__back-text:hover {
    text-decoration: underline
}

.display_ib {
    display: inline-block
}

.va_top {
    vertical-align: top
}

.btn {
    background: #0169ed;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 30px 30px;
    min-width: 280px;
    outline: 0;
    padding: 4px 10px 6px;
    text-align: center;
    text-decoration: none !important;
    text-transform: lowercase;
    transition: all .2s ease-in
}

.btn:hover {
    background: #416bbf
}

.btn_full-width {
    margin: 0;
    min-width: 100%;
    width: 100%
}

.btn_local-width {
    margin: 0;
    min-width: 92%;
    width: 92%
}

.btn_green {
    background: #21b01e;
    box-shadow: none
}

.btn_green:hover {
    background: #23bd20
}

.btn_small {
    padding: 10px 30px
}

.btn_smaller {
    padding: 10px 20px
}

.input {
    background: #fff;
    border: 1px solid #a6a6a6;
    border-radius: 5px;
    color: #222;
    display: block;
    font-size: 16px;
    line-height: 58px;
    padding: 0 30px;
    text-align: center;
    transition: all .2s ease-in;
    width: 100%
}

.input::-webkit-input-placeholder {
    color: #a6a6a6
}

.input::-moz-placeholder {
    color: #a6a6a6
}

.input:-ms-input-placeholder {
    color: #a6a6a6
}

.input:-moz-placeholder {
    color: #a6a6a6
}

.input:placeholder {
    color: #a6a6a6
}

.input.error {
    border-color: #f64f59
}

label.error {
    display: none !important
}

img,
svg {
    display: block;
    height: auto;
    margin: 0;
    max-width: 100%
}

.uppercase {
    text-transform: uppercase
}

html {
    height: 100%
}

body,
html {
    overflow-x: hidden
}

body {
    -webkit-font-smoothing: subpixel-antialiased;
    background: #fafafa;
    color: #2a2a2a;
    display: flex;
    flex-direction: column;
    line-height: 120%;
    min-height: 100%;
    scroll-behavior: smooth
}

body.no-scroll {
    height: 100%
}

.opora-no-scroll,
body.no-scroll {
    overflow: hidden
}

body,
button,
input,
textarea {
    font-family: GerberaLight, sans-serif;
    font-variant-numeric: oldstyle-nums;
    outline: 0
}

.section {
    padding: 60px 0
}

.section__header {
    padding: 0 0 30px
}

.section__button-block {
    padding: 25px 0 0
}

.blog__card-title,
.h1,
.h2,
h1,
h2 {
    font-family: Jannon10Pro
}

.h1,
h1 {
    font-size: 60px;
    line-height: 61px
}

.h1,
.h2,
h1,
h2 {
    font-weight: 400;
    margin: 25px 0 30px
}

.h2,
h2 {
    font-size: 40px;
    line-height: 42px
}

.h3,
h3 {
    font-size: 22px;
    line-height: 36px
}

.h3,
.h4,
h3,
h4 {
    font-weight: 700;
    margin: 25px 0 30px
}

.h4,
h4 {
    font-size: 30px;
    line-height: 32px
}

.h5,
h5 {
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    margin: 25px 0 30px
}

.h6,
h6 {
    font-size: 22px;
    font-weight: 700
}

.h6,
.p,
h6,
p {
    line-height: 30px;
    margin: 0 0 30px
}

.p,
p {
    font-size: 20px
}

ol {
    counter-reset: olCounter;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 25px
}

ol li {
    counter-increment: myCounter;
    display: block;
    margin: 0 0 5px;
    padding: 0 0 0 30px;
    position: relative
}

ol li:before {
    color: #0169ed;
    content: counter(myCounter) ".";
    left: 0;
    position: absolute;
    top: 0
}

ul {
    font-size: 22px;
    line-height: 28px;
    margin: 0 30px 25px
}

ul li {
    display: block;
    margin: 0 0 5px;
    padding: 0 0 0 30px;
    position: relative
}

ul li:before {
    background: #0169ed;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 14px;
    width: 6px
}

blockquote {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 40px;
    margin-left: -31px;
    padding: 25px 30px;
    position: relative
}

blockquote p:last-child {
    margin-bottom: 0
}

img {
    display: block;
    height: auto;
    margin: 0;
    max-width: 100%
}

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

    .h1,
    h1 {
        font-size: 28px;
        line-height: 30px
    }

    .h2,
    h2 {
        font-size: 23px
    }

    .h2,
    .h3,
    h2,
    h3 {
        line-height: 25px
    }

    .h3,
    h3 {
        font-size: 21px
    }

    .h4,
    h4 {
        font-size: 18px;
        line-height: 25px
    }

    .h5,
    h5 {
        font-size: 16px
    }

    .h5,
    .h6,
    h5,
    h6 {
        color: #8a8a8a;
        line-height: 25px
    }

    .h6,
    h6 {
        font-size: 14px
    }

    .p,
    p {
        font-size: 18px;
        line-height: 25px
    }

    ol,
    ul {
        font-size: 16px;
        line-height: 25px
    }

    blockquote {
        margin: 20px 0
    }
}

.header {
    background: #fafafa;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .2s ease-in;
    z-index: 3
}

.adult {
    align-items: center;
    background: #fff;
    border-radius: 36px;
    color: #0169ed;
    display: flex;
    font-size: 18px;
    height: 36px;
    justify-content: center;
    line-height: 28px;
    position: absolute;
    right: 0;
    top: 30px;
    width: 36px
}

.article-head .adult {
    right: 5px;
    top: 5px
}

@media (max-width:1340px) {
    .header {
        padding: 0 30px
    }
}

.header .center {
    border-bottom: 1px solid #94c5ff;
    padding: 22px 0;
    position: relative
}

.header_logo {
    color: #0169ed;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 20px;
    transition: all .2s ease-in
}

.header_logo:hover {
    color: #52b7ff;
    text-decoration: none
}

.header__nav-button {
    display: none
}

.header__nav ul {
    margin: 0;
    padding: 0
}

.header__nav ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 20px 0 0;
    padding: 0
}

.header__nav ul li:last-child {
    margin-right: 0
}

.header__nav ul li.anchor {
    font-weight: 400
}

.header__nav ul li:before {
    display: none
}

.header__nav ul li a {
    background: #d7e9ff;
    border-radius: 36px;
    color: #2a2a2a;
    font-size: 18px;
    padding: 5px 31px 7px;
    text-transform: lowercase;
    transition: all .2s ease-in
}

.header__nav ul li.active a,
.header__nav ul li:hover a {
    background: #94c5ff;
    text-decoration: none
}

@media screen and (max-width:1200px) {
    .header__nav-button {
        background: 0 0;
        display: block;
        height: 30px;
        margin: 0;
        position: relative;
        width: 15px
    }

    .header__nav-button span {
        background: #222;
        display: block;
        height: 2px;
        left: 0;
        position: absolute;
        right: 0;
        transition: all .2s ease-in;
        width: 100%
    }

    .header__nav-button span:first-child {
        top: 5px
    }

    .header__nav-button span:nth-child(2) {
        top: 11px
    }

    .header__nav-button span:nth-child(3) {
        top: 17px
    }

    .header__nav-button.active span:first-child {
        top: 14px;
        transform: rotate(45deg)
    }

    .header__nav-button.active span:nth-child(2) {
        top: 14px;
        transform: scaleX(0)
    }

    .header__nav-button.active span:nth-child(3) {
        top: 14px;
        transform: rotate(-45deg)
    }

    .header__nav {
        background: #fff;
        box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
        display: none;
        margin: auto;
        overflow: auto;
        position: absolute;
        right: 30px;
        top: 100%;
        width: 240px;
        z-index: 3
    }

    .header__nav ul {
        margin: 0;
        padding: 30px 0 20px
    }

    .header__nav ul li {
        display: block;
        margin: 0 0 10px;
        width: 100%
    }

    .header__nav ul li a {
        display: block;
        line-height: 30px;
        padding: 0 20px
    }
}

.blog-navigation {
    border-bottom: 1px solid #94c5ff;
    border-top: 1px solid #94c5ff;
    margin-bottom: 30px;
    padding: 26px 0 15px;
    position: relative
}

.blog-navigation .blog__search {
    margin: 0;
    position: absolute;
    right: 0;
    top: 25px;
    width: 36px
}

.blog-navigation .blog__search._active {
    width: 100%
}

.blog-navigation .blog__search input {
    color: #2a2a2a;
    padding: 0 0 0 36px;
    width: 36px
}

.blog-navigation .blog__search._active input {
    width: 100%
}

.blog-navigation .blog__search input:-moz-placeholder,
.blog-navigation .blog__search input:-ms-input-placeholder,
.blog-navigation .blog__search input::-moz-placeholder,
.blog-navigation .blog__search input::-webkit-input-placeholder {
    color: #2a2a2a
}

.blog-navigation .blog__search-button {
    right: 0
}

.search-res .blog__search-button {
    right: 8px
}

.blog-navigation-nav {
    opacity: 0;
    position: relative;
    width: 100%
}

.blog-navigation-nav.active {
    opacity: 1
}

.owl-carousel {
    touch-action: manipulation
}

.blog-navigation-nav ul:not(.other-nav-items) {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    list-style: none;
    margin: 0
}

.blog-navigation-nav ul li {
    margin-bottom: 0;
    margin-right: 20px;
    padding: 0;
    white-space: nowrap
}

.blog-navigation-nav ul li:last-child {
    margin-right: 0
}

.blog-navigation-nav ul li:before {
    content: none
}

.blog-navigation-nav ul li a {
    background: #fff;
    border-radius: 36px;
    color: #0169ed;
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
    padding: 4px 23px
}

.blog-navigation-nav ul li a.active,
.blog-navigation-nav ul li a:active,
.blog-navigation-nav ul li a:hover {
    background: #d7e9ff
}

.other-nav-items {
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    display: none;
    max-width: 300px;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 6
}

.blog-navigation-nav .other-nav-items li {
    display: block;
    margin-bottom: 30px;
    white-space: unset
}

.blog-navigation-nav ul:not(.other-nav-items) {
    flex-wrap: wrap
}

@media (min-width:961px) {
    .blog-navigation-nav ul:not(.other-nav-items) {
        padding-right: 30px
    }
}

.other-nav-items li:last-child {
    margin-bottom: 0
}

.other-nav-items li:before {
    content: none
}

/* @media (max-width:1340px) {
    main {
        padding: 0 30px
    }
} */

.article__header {
    margin: 0 0 30px
}

.article__text {
    padding-left: 90px;
    position: relative
}

.article-content,
.similar-articles__wrapper {
    max-width: 1071px
}

.similar-articles .blog__card {
    margin-bottom: 0
}

.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content p,
.article-content ul:not(#anycomment-load-container) {
    max-width: 800px
}

.article-content blockquote {
    max-width: 860px
}

figcaption {
    color: #777;
    font-size: 16px;
    line-height: 20px;
    text-align: left
}

figcaption em {
    font-style: normal
}

.article__info time {
    margin-left: 45px
}

.article__footer {
    border-bottom: 1px solid #94c5ff;
    border-top: 1px solid #94c5ff;
    margin-bottom: 40px;
    padding: 30px 0
}

.category-link {
    background: #fff;
    border-radius: 36px;
    color: #0169ed;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    padding: 6px 23px
}

.category-link:hover {
    background: #d7e9ff
}

.article-head__category {
    margin: 15px 0 15px -23px
}

.article-head {
    display: flex;
    margin-bottom: 50px;
    margin-top: 90px;
    position: relative
}

.article-head__sidebar {
    display: flex;
    flex-direction: column;
    margin-left: 35px
}

.article-head__info time {
    font-size: 14px
}

.article-head__image {
    height: 480px;
    max-width: calc(100% - 250px);
    overflow: hidden;
    position: relative;
    width: 100%
}

.article-head__info {
    margin-top: auto
}

.article-head__image img {
    border-radius: 20px;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    max-height: none;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.article__back {
    color: #222;
    display: inline-block;
    margin: 0 0 30px 30px;
    vertical-align: top
}

.article__back:hover .article__back-icon {
    transform: translateX(-5px)
}

.article__back-icon {
    height: 20px;
    margin: 0 10px 0 0;
    transition: all .2s ease-in;
    width: 20px
}

.article__back-icon,
.article__back-text {
    display: inline-block;
    vertical-align: middle
}

.article__back-text {
    font-size: 16px;
    line-height: 30px
}

@media screen and (max-width:1024px) {
    .article__back-text {
        text-decoration: underline
    }
}

@media screen and (max-width:620px) {
    .article__info {
        margin: 0 0 25px;
        width: auto
    }
}

.pubdate {
    font-size: 16px;
    line-height: 28px
}

.author {
    margin-top: 5px
}

.author a {
    color: #222
}

.author a:hover {
    text-decoration: underline
}

.pudate__title {
    font-weight: 700
}

.share {
    margin: 0;
    padding: 0
}

.share ul {
    margin: 0
}

.share ul,
.share ul li {
    display: inline-block;
    padding: 0;
    vertical-align: top
}

.share ul li {
    margin: 0 20px 0 0
}

.share ul li:last-child {
    margin-right: 0
}

.share.vertical ul li {
    display: block;
    margin-right: 0
}

.share ul li:before {
    display: none
}

.share ul li a {
    display: block;
    height: 35px;
    position: relative;
    width: 32px
}

.share ul li a svg {
    fill: #222;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s ease-in;
    width: 100%
}

.share ul li a:hover svg path {
    fill: #416bbf
}

.share__title {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 30px 0 0;
    vertical-align: top
}

@media screen and (max-width:620px) {
    .share {
        margin: 0;
        width: auto
    }
}

.comments {
    padding: 30px 0
}

.comments__content {
    margin: 0 30px
}

.commentlist {
    padding: 0 30px
}

.subscribe {
    color: #fff;
    margin-top: 40px;
    padding: 0
}

.subscribe-wrapper {
    background: radial-gradient(214.57% 214.5% at 64.11% 100%, #94c5ff 0, rgba(148, 197, 255, 0) 100%), #0169ed;
    border-radius: 20px;
    max-width: 1071px;
    padding: 20px 30px
}

.subscribe__content {
    max-width: 450px;
    text-align: left
}

.subscribe__content p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0
}

.subscribe__form {
    max-width: 330px
}

.subscribe__button,
.subscribe__input {
    width: 100%
}

.subscribe__button input {
    border-radius: 20px;
    height: 50px;
    margin-top: 10px
}

.subscribe__input input {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 47px
}

.subscribe__success {
    display: none
}

.subscribe__success-icon {
    background: url(../i/emoji.png) no-repeat 50%;
    background-size: 100% 100%;
    display: inline-block;
    height: 60px;
    margin: 0 15px 0 0;
    vertical-align: middle;
    width: 60px
}

.subscribe__success-title {
    display: inline-block;
    font-size: 38px;
    font-weight: 700;
    line-height: 47px;
    vertical-align: middle
}

.subscribe__title {
    margin-bottom: 10px;
    margin-top: 5px
}

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

    .subscribe__button,
    .subscribe__input {
        margin: 0 0 20px !important;
        width: 100% !important
    }
}

.footer {
    color: #8a8a8a;
    font-size: 16px;
    line-height: 30px;
    padding: 30px 0
}

.footer a {
    color: #9ea1a5;
    transition: all .2s ease-in
}

.footer a:hover {
    color: #0169ed
}

.footer .center:before {
    border-bottom: 1px solid #94c5ff;
    content: "";
    display: block;
    margin: 0 30px 30px;
    width: calc(100% - 60px)
}

.footer__column {
    margin: 0 30px;
    width: 18%
}

.footer__column ul {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.footer__column p {
    font-size: 14px;
    line-height: 22px
}

.footer__column ul li {
    margin: 0 0 10px;
    padding: 0
}

.footer__column ul+div {
    margin-top: 20px
}

.footer__column ul li:before {
    display: none
}

@media screen and (max-width:900px) {
    .footer__column {
        margin: 0 30px 20px;
        text-align: left !important;
        width: calc(50% - 60px)
    }

    .footer-copyright {
        margin-top: auto
    }

    .footer-copyright p {
        margin-bottom: 0
    }
}

@media screen and (max-width:454px) {
    .footer__column {
        margin: 0 30px 20px;
        text-align: left !important;
        width: 100%
    }
}

.discount {
    background: #fc8800;
    background: linear-gradient(160deg, #fc8800, #0094ff);
    border-radius: 0 0 20px 20px;
    color: #fff;
    display: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fc8800", endColorstr="#0169ed", GradientType=1);
    left: 0;
    padding: 15px 0;
    position: fixed;
    top: -150px;
    transition: all .3s;
    width: 100%;
    z-index: 3
}

@media (min-width:1041px) {
    .discount .center {
        padding-right: 40px
    }
}

@media (max-width:1040px) {
    .discount {
        border-radius: 20px
    }
}

.discount.visible {
    display: block !important;
    top: 0
}

.discount__button {
    margin: 0 30px 0 0;
    width: 255px
}

.discount__title {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 0 30px
}

.discount__close {
    background: 0 0;
    height: 40px;
    position: absolute;
    right: 30px;
    top: 20px;
    transition: all .2s ease-in;
    width: 40px
}

.discount__close:hover {
    transform: scale(1.1)
}

.discount__close span {
    background: #fff;
    bottom: 0;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.discount__close span:first-child {
    transform: rotate(45deg)
}

.discount__close span:nth-child(2) {
    transform: rotate(-45deg)
}

@media screen and (max-width:1040px) {
    .discount {
        bottom: 0;
        height: 190px;
        left: 0;
        margin: 0 0 30px;
        padding: 30px 30px 0;
        position: static;
        right: 0;
        top: 0;
        transform: none;
        width: 100%
    }

    .discount__title {
        font-size: 16px;
        line-height: 21px;
        margin: 0 0 20px;
        text-align: center;
        width: 100%
    }

    .discount__button {
        margin: 0 auto;
        max-width: 260px;
        width: 100%
    }

    .discount__close {
        height: 20px;
        right: 10px;
        top: 10px;
        width: 20px
    }

    .discount__close span {
        height: 1px;
        width: 20px
    }
}

@media screen and (max-width:460px) {
    .discount__title {
        text-align: left
    }

    .discount__button {
        margin: 0
    }
}

.noneblock.discount {
    display: block
}

@media (max-width:1040px) {
    .noneblock.discount_test {
        display: none !important
    }
}

.discount_down {
    border-bottom: 1px solid #94c5ff;
    border-radius: 5px;
    padding-bottom: 40px;
    width: 100%
}

.discount_down .center {
    background: #fc8800;
    background: linear-gradient(160deg, #fc8800, #0094ff);
    border-radius: 20px;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fc8800", endColorstr="#0169ed", GradientType=1);
    padding: 25px 30px;
    width: 100%
}

.discount_down__button {
    margin: 0;
    width: 320px
}

.discount_down__button a {
    align-items: center;
    background: #fff;
    border-radius: 20px;
    color: #0169ed;
    display: flex;
    font-size: 18px;
    height: 70px;
    justify-content: center;
    line-height: 32px;
    width: 100%
}

.discount_down__button a:hover {
    background: #d7e9ff
}

.discount_down__title {
    font-size: 32px;
    line-height: 42px;
    max-width: 562px
}

.discount__button .btn {
    background: #fff;
    border-radius: 20px;
    color: #0169ed;
    padding-bottom: 11px;
    padding-top: 9px
}

.blog {
    margin: 30px 0 0;
    padding: 30px 0
}

.blog__header {
    padding-top: 44px;
    position: relative
}

.blog__header.empty-search {
    padding-top: 0
}

.blog__header h1 {
    font-size: 75px;
    line-height: 67px;
    margin-bottom: 36px;
    margin-top: 0;
    max-width: 675px
}

.blog__header span {
    bottom: -21px;
    color: #0169ed;
    font-family: Gerbera;
    font-size: 22px;
    left: 556px;
    line-height: 25px;
    position: absolute;
    width: 301px
}

.archive-header {
    border-bottom: 1px solid #94c5ff;
    color: #0169ed;
    margin-bottom: 30px;
    padding-bottom: 25px;
    padding-top: 44px
}

.archive-header h1 {
    font-size: 50px;
    line-height: 35px;
    margin-bottom: 10px
}

.archive-count {
    color: #9ea1a5;
    font-size: 12px;
    line-height: 28px
}

.blog__section-header {
    padding: 30px 0 10px
}

.blog__search {
    height: 36px;
    margin: 15px 30px 0 0;
    position: relative;
    width: 285px
}

.search-res {
    margin-top: 44px
}

.blog__search input {
    border: none;
    border-radius: 36px;
    color: #2a2a2a;
    font-size: 18px;
    height: 36px;
    line-height: 28px;
    padding: 0 50px 0 18px;
    width: 100%
}

.header-search {
    border-bottom: 1px solid #94c5ff;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.header-search .archive-count {
    margin-left: 18px;
    margin-top: 5px
}

.category,
.search {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.category .footer,
.search .footer {
    margin-top: auto
}

.blog__search-button {
    background: 0 0;
    bottom: -6px;
    height: 36px;
    margin: auto;
    position: absolute;
    right: 8px;
    top: 0;
    width: 36px
}

.blog__search-button:hover path {
    fill: #0169ed
}

.featured-article {
    box-shadow: 4px 4px 15px rgba(0, 0, 0, .25);
    display: block;
    float: left;
    margin: 0 0 30px 30px;
    padding-top: 21.28947%;
    position: relative;
    width: 30.97999%
}

.featured-article:before {
    background: #000;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s ease-in;
    z-index: 2
}

.featured-article_big {
    padding-top: 45.69841%;
    width: 62.69841%
}

.featured-article_big .featured-article__title {
    font-size: 23px;
    height: auto;
    line-height: 32px
}

.featured-article_big:hover .featured-article__title {
    opacity: 1 !important;
    transform: translateY(0) !important
}

.featured-article_big .featured-article__line {
    margin: 20px 0
}

.featured-article_big .featured-article__label {
    bottom: 24px
}

.featured-article_big .featured-article__text {
    position: static
}

.featured-article:hover .featured-article__label {
    background: #0169ed;
    color: #fff
}

.featured-article:hover .featured-article__line {
    opacity: 1;
    width: 100%
}

.featured-article:hover .featured-article__title {
    opacity: 0;
    transform: translateY(20px)
}

.featured-article:hover .featured-article__text {
    opacity: 1;
    transform: translateY(0)
}

.featured-article:hover:before {
    opacity: .6
}

.featured-article:hover .featured-article__info {
    opacity: 1
}

.featured-article__img {
    overflow: hidden
}

.featured-article__img,
.featured-article__img img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.featured-article__img img {
    bottom: 0;
    margin: auto;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    right: 0;
    z-index: 1
}

.featured-article__cotnent {
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2
}

.featured-article__title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 100px;
    line-height: 25px;
    overflow: hidden;
    transition: all .2s ease-in
}

.featured-article__line {
    background: #fff;
    height: 3px;
    margin: 10px 0;
    opacity: 0;
    transition: all .2s ease-in;
    width: 0
}

.featured-article__text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #fff;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 500;
    left: 0;
    line-height: 25px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    transform: translateY(20px);
    transition: all .2s ease-in
}

.featured-article_big .featured-article__text {
    -webkit-line-clamp: 10
}

.featured-articles {
    margin: 0 30px 0 0
}

.featured-articles:after {
    clear: both;
    content: "";
    display: table
}

.featured-article__label {
    background: #fff;
    bottom: 24px;
    color: #222;
    font-weight: 700;
    line-height: 34px;
    padding: 0 30px;
    position: absolute;
    right: -14px;
    text-decoration: none;
    transition: all .2s ease-in;
    z-index: 2
}

.featured-article__label:after {
    border-right: 14px solid transparent;
    border-top: 14px solid #9d9d9d;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 0
}

.featured-article__info {
    bottom: 30px;
    left: 20px;
    opacity: 0;
    position: absolute;
    transition: all .2s ease-in;
    z-index: 2
}

.featured-article__likes {
    display: inline-block;
    margin: 0 30px 0 0;
    vertical-align: top
}

@media screen and (max-width:320px) {
    .featured-article__likes {
        display: inline-block;
        margin: 0 5px 0 0;
        vertical-align: top
    }
}

.featured-article__likes-icon {
    display: inline-block;
    height: 16px;
    margin: 0 10px 0 0;
    position: relative;
    vertical-align: top;
    width: 18px
}

.featured-article__likes-icon svg {
    fill: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.featured-article__likes-text {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    vertical-align: top
}

.featured-article__views {
    display: inline-block;
    margin: 0;
    vertical-align: top
}

.featured-article__views-icon {
    display: inline-block;
    height: 16px;
    margin: 0 10px 0 0;
    position: relative;
    vertical-align: top;
    width: 24px
}

.featured-article__views-icon svg {
    fill: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.featured-article__views-text {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    vertical-align: top
}

.blog__card {
    background: #fff;
    border-radius: 20px;
    color: #2a2a2a;
    margin: 0 10px 10px 0;
    overflow: hidden;
    width: calc(33.33333% - 11.33333px)
}

@media (hover:hover) and (pointer:fine) {
    .blog__card:hover .blog__card-content {
        background: #d7e9ff
    }

    .blog__card:hover .blog__card-category {
        background: #94c5ff
    }

    .blog__card:hover .blog__card-category_opora {
        background: transparent
    }
}

.hp-blog .blog__card:first-child {
    width: calc(66.66667% - 8.66667px)
}

@media (max-width:1200px) {

    .blog__card,
    .hp-blog .blog__card:first-child {
        width: calc(50% - 13px)
    }
}

.blog__section {
    max-width: 1085px
}

.blog__card-info {
    align-items: flex-end;
    display: flex;
    justify-content: space-between
}

.blog__card-date {
    font-size: 12px;
    line-height: 28px
}

.blog__card-category {
    background: #d7e9ff;
    border-radius: 20px;
    color: #2a2a2a;
    font-size: 12px;
    height: 32px;
    line-height: 26px;
    margin-left: auto;
    padding: 2px 20px;
    text-transform: lowercase
}

.blog__card-category_opora {
    align-items: center;
    background: transparent;
    display: flex
}

.blog__card-category:hover {
    background: #94c5ff
}

.blog__card-category_opora:hover {
    background: transparent
}

.blog__card-category_opora:hover svg {
    fill: #416bbf
}

.blog__card:hover {
    text-decoration: none
}

.blog__card-img {
    display: block;
    height: 220px;
    position: relative
}

.blog__card-img img {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.blog__card-content {
    min-height: 132px;
    padding: 10px
}

.blog__card-content .blog__card-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #2a2a2a;
    display: -webkit-box;
    font-size: 20px;
    height: 95px;
    line-height: 23px;
    margin-bottom: 5px;
    overflow: hidden
}

@media (max-width:480px) {
    .blog__card-content .blog__card-title {
        height: auto;
        margin-bottom: 8px;
        max-height: 138px
    }
}

.blog__pagination {
    padding: 30px 0 0
}

.blog__pagination-button {
    margin: auto;
    max-width: calc(100% - 60px);
    width: 350px
}

.anycomment-app {
    font-family: Montserrat;
    margin: 36px 0
}

.anycomment-app .ql-container {
    font-family: Montserrat;
    padding: 20px
}

.anycomment-app ul li:before {
    content: none
}

.anycomment-app .ql-editor {
    font-size: 18px;
    line-height: 24px
}

.anycomment-app .dropdown--active .dropdown__content ul li a {
    font-size: 14px
}

.anycomment-app .ql-editor p {
    font-family: Montserrat;
    font-size: 18px;
    line-height: 24px
}

.anycomment-app .anycomment-form {
    margin-bottom: 23px
}

.anycomment-app .anycomment-form__terms-agreement label a {
    margin-left: 5px
}

.anycomment-app .ql-snow .ql-editor blockquote:before {
    content: none
}

.anycomment-app .ql-editor ol,
.anycomment-app .ql-editor ul {
    padding-left: 0 !important
}

.anycomment-app .ql-editor li {
    font-size: 18px;
    line-height: 24px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px !important
}

.anycomment-app .ql-editor li:before {
    color: #000;
    margin-left: 0 !important;
    padding-left: 0;
    width: auto
}

.anycomment-app .anycomment-form__terms {
    justify-content: flex-end;
    padding: 14px 0;
    text-align: right
}

.anycomment-app .anycomment-form__terms .anycomment-form__terms-agreement input[type=checkbox]+span {
    align-items: center;
    cursor: pointer;
    display: flex
}

.anycomment-app .anycomment-form__terms .anycomment-form__terms-agreement input[type=checkbox]+span:before {
    background: #fff;
    border: 0 solid #c4c4c4;
    border-radius: 50%;
    content: "";
    display: block;
    height: 30px;
    margin-right: 10px;
    width: 30px
}

.anycomment-app .anycomment-form__terms-agreement label {
    color: #2a2a2a;
    font-size: 14px
}

.anycomment-app .anycomment-form__terms .anycomment-form__terms-agreement input[type=checkbox]:checked+span:before {
    border-color: #0169ed;
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='15' height='15' rx='7.5' fill='%230094FF'/%3E%3C/svg%3E");
    padding: 7.5px
}

.anycomment-app .anycomment-list .comment-single-body-header__author-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.anycomment-app .anycomment-list .comment-single-body-header__date {
    font-size: 14px;
    margin-bottom: 10px
}

.anycomment-app .anycomment-list .comment-single-body__text-content {
    font-size: 18px;
    line-height: 24px;
    margin-top: 12px
}

.anycomment-app .anycomment-list .comment-single-body__text-content li {
    padding-left: 15px
}

.anycomment-app .anycomment-list .comment-single-body__text-content ol {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    padding-left: 0
}

.anycomment-app .anycomment-list .comment-single-body__text-content ol li {
    counter-increment: list-0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.anycomment-app .anycomment-list .comment-single-body__text-content ol li:before {
    color: #000;
    content: counter(list-0, decimal) ". "
}

.anycomment-app .anycomment-list .comment-single-body__text-content ul {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    padding-left: 0
}

.anycomment-app .anycomment-list .comment-single-body__text-content ul li {
    list-style-type: none
}

.anycomment-app .anycomment-list .comment-single-body__text-content ul li:before {
    color: #000;
    content: "•"
}

.anycomment-app .anycomment-list .comment-single-body__text-content blockquote {
    background: transparent;
    border-left: 4px solid #ccc;
    font-family: Montserrat;
    font-size: 18px;
    letter-spacing: unset;
    line-height: 24px;
    margin-bottom: 5px;
    margin-left: 0 !important;
    margin-top: 5px;
    padding: 0 0 0 16px
}

.anycomment-app .anycomment-list .comment-single-body__text-content blockquote:before {
    box-shadow: none;
    content: none
}

.anycomment-app .anycomment.anycomment-rating__stars span:not(:last-child) {
    margin-right: 10px
}

.anycomment-app .anycomment.anycomment-form__submit-button {
    width: auto !important
}

.anycomment-app .anycomment-global-header {
    margin-bottom: 16px
}

.anycomment-app .anycomment-summary {
    margin-bottom: 27px
}

.anycomment-app .anycomment-global-header .anycomment-rating__count {
    margin-left: 14px
}

.anycomment-app .anycomment-list .comment-single-avatar,
.anycomment-app .anycomment-list .comment-single-avatar__img {
    height: 79px;
    width: 79px
}

.anycomment-app .anycomment-list>.comment-single>.comment-single-body {
    padding-left: 101px
}

.anycomment-app .anycomment-form-body-outliner {
    border: 0;
    border-radius: 20px;
    box-sizing: border-box;
    margin-bottom: 32px
}

.anycomment-app .anycomment-form-body-outliner>div {
    border-radius: 20px
}

.anycomment-app .anycomment-form-body-outliner+div>div:first-child {
    width: 50%
}

.anycomment-app .anycomment-summary,
.anycomment-app .anycomment.anycomment-form__guest-socials {
    margin-top: 24px
}

.anycomment-app .anycomment.anycomment-form__guest-socials ul {
    align-items: center;
    display: flex;
    justify-content: start
}

.anycomment-app .anycomment.anycomment-form__guest-socials ul li {
    margin: 0 10px 0 0;
    padding: 0
}

.anycomment-app .anycomment.anycomment-form__guest-socials ul li span {
    height: auto;
    width: auto
}

.anycomment-app .anycomment.anycomment-form__guest-socials ul li svg {
    height: 40px !important;
    width: 40px !important
}

.anycomment-app .anycomment {
    font-family: Montserrat
}

.anycomment-app .anycomment.anycomment-summary-count,
.anycomment-app .anycomment.anycomment-summary-sort {
    font-size: 14px
}

.anycomment-app .anycomment-form__inputs {
    margin-bottom: 0
}

.anycomment-app .anycomment-form__inputs .anycomment-form__inputs-item input[type=email],
.anycomment-app .anycomment-form__inputs .anycomment-form__inputs-item input[type=number],
.anycomment-app .anycomment-form__inputs .anycomment-form__inputs-item input[type=text] {
    border: 1px solid transparent !important;
    border-radius: 20px !important;
    box-sizing: border-box;
    height: 49px !important
}

.anycomment-app .anycomment-form__inputs .anycomment-form__inputs-item {
    margin-bottom: 10px
}

.anycomment-app .anycomment-form__inputs .anycomment-form__inputs-item:last-child {
    margin-bottom: 0
}

.anycomment-app .anycomment-btn,
.anycomment-app .input[type=submit],
.anycomment-app input+.input[type=button] {
    align-items: center;
    background: #0169ed;
    border-radius: 20px;
    color: #fff;
    display: flex;
    font-size: 18px !important;
    height: 48px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    padding-bottom: 5px !important;
    text-transform: lowercase !important;
    width: 250px
}

.anycomment-app .anycomment-btn:not([disabled]):active,
.anycomment-app .anycomment-btn:not([disabled]):focus,
.anycomment-app .anycomment-btn:not([disabled]):hover,
.anycomment-app .input[type=submit]:not([disabled]):active,
.anycomment-app .input[type=submit]:not([disabled]):focus,
.anycomment-app .input[type=submit]:not([disabled]):hover,
.anycomment-app input+.input[type=button]:not([disabled]):active,
.anycomment-app input+.input[type=button]:not([disabled]):focus,
.anycomment-app input+.input[type=button]:not([disabled]):hover {
    background: #416bbf !important;
    border: 0 solid #c4c4c4 !important;
    border-radius: 20px;
    box-sizing: border-box;
    font-size: 18px !important;
    height: 48px !important;
    text-transform: lowercase !important
}

.anycomment-app #toolbar- {
    align-items: center;
    border-color: #c4c4c4;
    display: flex;
    height: 50px
}

@media screen and (max-width:1290px) {
    .featured-article {
        margin: 0 0 30px 30px;
        position: relative;
        width: 30.97999%
    }

    .featured-article_big {
        margin: 0 0 30px 30px;
        width: 62.69841%
    }

    .featured-article_big .featured-article__title {
        font-size: 23px;
        height: auto;
        line-height: 32px
    }

    .featured-article__title {
        font-size: 16px;
        height: 100px;
        line-height: 25px
    }

    .featured-article__line {
        height: 2px
    }

    .featured-article__text {
        font-size: 16px;
        font-weight: 500;
        line-height: 25px
    }
}

@media screen and (max-width:1200px) {
    .featured-article__cotnent {
        left: 20px;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 2
    }

    .featured-article__info {
        left: 20px
    }

    .featured-article_big {
        width: 61.90476%
    }

    .featured-article_big .featured-article__title {
        font-size: 23px;
        height: auto;
        line-height: 32px
    }

    .blog__card-text {
        font-size: 16px;
        left: 20px;
        line-height: 25px;
        max-height: 100px;
        right: 20px;
        top: 20px
    }

    .blog__card-info {
        bottom: 30px;
        left: 20px
    }

    .blog__card-likes {
        margin: 0 30px 0 0
    }

    .blog__card-likes-text,
    .blog__card-views-text {
        font-size: 14px
    }
}

@media screen and (max-width:1023px) {
    .featured-article {
        float: none;
        min-height: 260px;
        padding-top: 26.25%;
        width: auto
    }

    .featured-article__info {
        bottom: 30px;
        display: block;
        opacity: 1
    }

    .featured-article__line,
    .featured-article__text {
        display: none
    }

    .featured-article__title {
        font-size: 18px !important;
        height: 100px !important;
        line-height: 25px !important;
        opacity: 1 !important;
        transform: none !important
    }

    .blog__card-info {
        opacity: 1;
        top: calc(100% + 140px)
    }

    .featured-article__label {
        bottom: 25px;
        font-weight: 700
    }

    .article__banenr .post-info {
        align-items: flex-start;
        padding: 0 30px
    }

    .article__banenr .post-info h3 {
        font-size: 28px;
        line-height: 30px;
        text-align: left
    }

    .article__banenr .post-info .tags {
        margin-top: 20px;
        max-width: 80%;
        text-align: left
    }

    .article__banenr .post-info .tags .tag {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        line-height: 25px;
        margin-top: 10px
    }
}

@media screen and (max-width:767px) {
    .blog__header:after {
        margin: 0 30px
    }

    .blog__search {
        margin: -2px 30px 0 0
    }

    .article__banenr .post-info .tags {
        max-width: 100%;
        text-align: left
    }

    .article__banenr .post-info .tags .tag {
        font-size: 15px;
        font-weight: 500;
        line-height: 25px
    }

    .modal__backing {
        background: rgba(0, 0, 0, .5);
        bottom: 0;
        left: 0;
        margin: auto;
        overflow: hidden !important;
        position: fixed !important;
        right: 0;
        top: 0
    }

    .article__tags {
        margin: 25px 0 30px;
        padding: 0 30px
    }
}

@media screen and (max-width:700px) {
    .blog__card {
        margin: 0 30px 20px;
        width: calc(100% - 60px)
    }

    .anycomment-app .anycomment-form-body-outliner+div>div:first-child {
        width: 100% !important
    }
}

@media screen and (max-width:560px) {
    .blog__search {
        margin: 0 30px 20px;
        width: calc(100% - 60px)
    }

    .anycomment-app .anycomment-form__terms .anycomment-form__terms-agreement input[type=checkbox]+span {
        display: -webkit-box;
        line-height: 22px
    }
}

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

    .anycomment-list .comment-single-avatar,
    .anycomment-list .comment-single-avatar__img {
        height: 48px !important;
        width: 48px !important
    }

    .anycomment-app .anycomment-list>.comment-single>.comment-single-body {
        padding-left: 69px
    }

    .anycomment-app .anycomment-form__terms-agreement label {
        display: block
    }

    .anycomment-app .anycomment-form.anycomment-form-authorized .anycomment-form-body-outliner__avatar {
        display: none
    }

    .anycomment-app .anycomment-form-authorized form {
        margin-left: -10px;
        width: calc(100% + 10px)
    }

    .anycomment-app .anycomment-btn,
    .anycomment-app .input[type=submit],
    .anycomment-app input+.input[type=button] {
        padding-bottom: 3px !important;
        width: 100%
    }
}

.modal {
    display: none;
    height: 100%;
    left: 0;
    margin: auto;
    overflow: auto;
    padding: 50px 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 3
}

.modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 1px
}

.modal__backing {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.modal__content {
    background-color: #fff;
    border-radius: 10px;
    display: inline-block;
    max-width: calc(100% - 60px);
    padding: 40px 10px;
    position: relative;
    vertical-align: middle;
    width: 680px
}

.modal__content_like {
    background-image: url(../i/hearts.png);
    background-position: right 40px top 40px;
    background-repeat: no-repeat;
    text-align: left
}

.modal__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 33px;
    margin: 0 30px 10px
}

.mc4wp-response {
    text-align: center
}

#thx .subscribe__form,
.modal__inputs {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
    width: 100%
}

#thx .subscribe__input {
    margin: 0
}

.modal__input {
    width: 300px
}

#thx .subscribe__button,
.modal__button {
    width: calc(100% - 340px)
}

.modal__close {
    background: 0 0;
    display: block;
    height: 30px;
    position: absolute;
    right: -40px;
    top: -30px;
    width: 30px
}

.modal__close span {
    background: #fff;
    bottom: 0;
    display: block;
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s ease-in;
    width: 100%
}

.modal__close span:first-child {
    transform: rotate(-45deg)
}

.modal__close span:nth-child(2) {
    transform: rotate(45deg)
}

.modal__close:hover span {
    background: #0169ed
}

.modal__success-icon {
    background: url(../i/emoji.png) no-repeat 50%;
    background-size: 100% 100%;
    display: block;
    height: 60px;
    margin: 0 auto 20px;
    width: 60px
}

.modal__success-title {
    display: block;
    font-size: 38px;
    font-weight: 700;
    line-height: 47px;
    margin: 0 30px 60px
}

.modal__success-button {
    display: block;
    margin: 0 auto;
    max-width: calc(100% - 20px);
    width: 260px
}

.commentlist {
    margin-top: 15px
}

@media screen and (max-width:800px) {
    .modal__content {
        margin: 0 60px 0 30px;
        max-width: calc(100% - 60px)
    }

    .modal__content_like {
        background: #fff
    }
}

@media screen and (max-width:700px) {
    .modal br {
        display: none
    }

    .modal__inputs {
        display: block
    }

    .modal__input {
        margin: 0 0 20px;
        width: 100%
    }

    .modal__button {
        margin: 0;
        width: 100%
    }
}

@media screen and (max-width:500px) {
    .modal__content {
        margin: auto;
        max-width: calc(100% - 60px);
        padding: 60px 0 30px
    }

    .modal__title {
        font-size: 22px;
        line-height: 30px
    }

    .modal__close {
        position: absolute;
        right: 20px;
        top: 20px
    }

    .modal__close span {
        background: #222
    }
}

@media screen and (max-width:767px) {
    .input {
        font-size: 16px;
        padding: 0 15px
    }

    .btn {
        font-size: 18px;
        font-weight: 500
    }
}

.blog__card-text p,
.featured-article__text p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0
}

.menu-item-home a {
    color: #0169ed !important;
    font-weight: 500
}

.post-like {
    display: inline-block;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    margin-left: 0;
    margin-right: 0
}

.post-like .like {
    margin: 0 !important
}

.post-like a {
    left: 0;
    position: absolute;
    width: 20px
}

.article__info {
    position: relative
}

.article__info .active {
    fill: #f64f59
}

.noneblock {
    display: none
}

.blockblock {
    display: block
}

.noactive {
    height: auto;
    width: 22px
}

.redlike {
    fill: #f64f59 !important
}

.mc4wp-alert p {
    color: #2a2a2a;
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 0;
    margin-top: 5px
}

.blog__pagination-button .disabled,
.discno #discount {
    display: none
}

.header_logo {
    font-weight: 700
}

.blog__section #blog__pagination {
    margin: 0 auto
}

.search-res .flex_jc-sb {
    margin-bottom: 50px
}

#wpcomm .wc-field-textarea textarea {
    border-radius: 10px !important
}

.wp-block-image {
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
    width: 100%
}

.wp-block-image img {
    border-radius: 20px;
    display: inline-block
}

.wp-block-embed-instagram {
    box-sizing: border-box;
    padding: 0 30px;
    width: 100%
}

.wp-block-embed__wrapper {
    display: flex;
    width: 100%
}

.main {
    align-items: flex-start;
    display: flex
}

.aside {
    background: #fff;
    border-radius: 20px;
    font-family: GerberaMedium;
    min-width: 256px;
    padding: 20px;
    width: 256px
}

.aside__link {
    border-bottom: 1px solid #94c5ff;
    color: #2a2a2a;
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 14px;
    padding-bottom: 10px
}

.aside__link:hover .aside__title {
    color: #0169ed
}

.aside__link:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.aside__date {
    font-size: 12px;
    line-height: 28px;
    margin-bottom: 2px;
    margin-top: 6px
}

.aside__heading {
    font-family: GerberaLight;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 16px
}

.article-test {
    width: 100%
}

.search-page__form {
    margin: 0;
    width: 100%
}

@media (max-width:960px) {
    .article__text {
        padding-left: 0
    }

    .subscribe__content {
        max-width: unset;
        text-align: center;
        width: 100%
    }

    .subscribe__button input {
        margin-top: 0
    }

    .subscribe__form {
        flex-wrap: nowrap;
        margin-top: 10px;
        max-width: unset;
        width: 100%
    }

    .subscribe__button,
    .subscribe__input {
        margin: 0 10px;
        width: 40%
    }

    .discount_down__title {
        margin-bottom: 15px;
        max-width: unset;
        text-align: center
    }

    .discount_down__button {
        margin: 0 auto
    }

    .article-head {
        flex-wrap: wrap
    }

    .article-head__image {
        max-width: unset
    }

    .article-head__sidebar {
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-left: 0;
        margin-top: 15px;
        width: 100%
    }

    .article-head__category {
        margin: 0 20px 0 0
    }

    .share.vertical ul li {
        display: inline-block
    }

    .article-head__info {
        display: flex
    }

    .aside,
    .main {
        flex-wrap: wrap
    }

    .aside {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
        position: static !important;
        width: auto
    }

    .aside__heading {
        width: 100%
    }

    .aside__link {
        width: 45%
    }

    .aside__link:nth-last-child(-n+2) {
        border-bottom: 0
    }

    .blog__header h1 {
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 5px
    }

    .blog__header span {
        font-size: 14px;
        line-height: 18px;
        position: static
    }

    .blog__header {
        padding-bottom: 20px;
        padding-top: 30px
    }

    .blog-navigation-nav ul:not(.other-nav-items) {
        flex-wrap: wrap
    }

    .blog-navigation-nav ul li a {
        display: block;
        font-size: 14px;
        margin-bottom: 12px;
        padding: 1px 13px
    }

    .blog-navigation {
        padding: 22px 0 10px
    }

    .blog__section {
        width: 100%
    }
}

@media (max-width:767px) {
    ul li:before {
        height: 5px;
        top: 12px;
        width: 5px
    }

    .subscribe__form {
        flex-wrap: wrap
    }

    .subscribe__button,
    .subscribe__input {
        margin: 10px;
        width: 100%
    }

    .blog__header {
        padding-right: 40px;
        padding-top: 20px
    }

    .blog__header.archive-header,
    .blog__header.empty-search {
        padding-right: 0
    }

    .blog__search._category {
        margin-left: 0
    }

    .blog__header h1 {
        font-size: 30px
    }

    .w-50-mobile img,
    .wp-block-media-text.w-50-mobile>figure>img {
        width: 50%
    }

    .wp-block-image img {
        width: 100%
    }

    .article-head .adult {
        bottom: -35px;
        top: unset
    }

    .article-head__image {
        height: 160px
    }

    .blog__card,
    .similar-articles .blog__card {
        margin: 0 0 20px;
        width: 100%
    }

    .discount_down__title {
        font-size: 24px;
        line-height: 30px;
        text-align: left
    }

    .discount_down__button a {
        height: 50px
    }

    .aside__link {
        width: 100%
    }

    .aside__link:nth-last-child(2n) {
        border-bottom: 1px solid #94c5ff
    }

    .blog__card,
    .hp-blog .blog__card:first-child {
        width: 100%
    }

    .header .center {
        padding: 17px 0
    }

    .article__info .category-link {
        margin-left: -20px
    }

    .article__info {
        display: flex;
        flex-direction: column-reverse
    }

    .article__info time {
        margin-bottom: 10px;
        margin-left: 0
    }
}

@media (max-width:639px) {
    .article-head__sidebar {
        flex-direction: column-reverse
    }

    .article-head__share {
        margin-left: -3px
    }

    .article-head__info {
        flex-wrap: wrap
    }

    .article-head__category {
        margin-bottom: 20px;
        margin-left: -22px
    }

    .article-head__tags {
        margin-bottom: 20px
    }

    .header_logo {
        font-weight: 700;
        width: 201px
    }

    .article-head .adult {
        bottom: 0
    }
}

.subscribe__form ::-webkit-input-placeholder {
    color: #fff
}

.subscribe__form ::-ms-placeholder {
    color: #fff
}

.subscribe__form ::-moz-placeholder {
    color: #fff
}

.subscribe__form :-ms-input-placeholder {
    color: #fff
}

.subscribe__form ::placeholder {
    color: #fff
}

.mobile-menu {
    background: #fff;
    display: none
}

.mobile-menu ul li:before {
    content: none
}

.menu-opened .mobile-menu {
    display: flex;
    flex-direction: column;
    height: calc(100% - 30px)
}

.menu-opened .header {
    background: #fff;
    border-bottom: 1px solid #94c5ff
}

.mobile-menu .blog-navigation-nav ul li a {
    background: #fafafa;
    margin-bottom: 0;
    margin-top: 11px
}

.mobile-menu__categories {
    border-bottom: 1px solid #94c5ff;
    border-top: 1px solid #94c5ff;
    padding-bottom: 25px;
    padding-top: 14px
}

@media (max-width:1200px) {
    .mobile-menu__categories {
        margin-top: 22px
    }
}

@media (max-width:767px) {
    .mobile-menu__categories {
        margin-top: 17px
    }
}

.mobile-menu__list {
    border-bottom: 1px solid #94c5ff;
    padding-bottom: 14px;
    padding-top: 25px
}

.mobile-menu__list ul {
    margin: 0;
    padding: 0
}

.mobile-menu__list ul li {
    display: inline-block;
    margin-bottom: 11px;
    margin-right: 20px;
    padding: 0
}

.mobile-menu__list ul li:last-child {
    margin-right: 0
}

.mobile-menu__list #menu-item-9 {
    display: none
}

.mobile-menu__list ul li a {
    background: #d7e9ff;
    border-radius: 96px;
    color: #2a2a2a;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 29px;
    padding: 0 14px;
    text-transform: lowercase
}

.mobile-menu__content p {
    font-size: 12px;
    line-height: 16px
}

.mobile-menu__social {
    border-top: 1px solid #94c5ff;
    padding-top: 18px
}

.mobile-menu__social li,
.mobile-menu__social ul {
    margin: 0;
    padding: 0
}

.mobile-menu__social li {
    display: inline-block;
    margin: 0;
    padding: 0
}

.menu-opened .header .center {
    border-bottom: 0;
    height: 100%
}

.menu-opened .header .center>div {
    height: 100%
}

.mobile-menu__content {
    margin-top: auto;
    padding-top: 25px
}

@media (max-width:767px) {
    .menu-opened .header {
        border-bottom: 0;
        height: 100vh
    }
}

@media (max-width:640px) {
    .menu-opened .mobile-menu {
        overflow-y: scroll
    }
}

.blog__search-close {
    display: none
}

.blog__search._active .blog__search-close {
    background: #fff;
    border-radius: 20px;
    display: inline-block;
    left: 9px;
    padding: 7px;
    position: absolute;
    top: 3px
}

.blog__card+.aside {
    margin-bottom: 20px;
    margin-top: 0
}

[id^=ays-quiz-container-].ays-quiz-container {
    border-radius: 20px !important;
    box-shadow: none !important;
    margin-top: 0;
    overflow: hidden;
    width: 100% !important
}

[id^=ays-quiz-container-].ays-quiz-container .ays-start-page .ays_quiz_image {
    border-radius: 20px;
    left: 0;
    max-width: 420px;
    position: absolute
}

[id^=ays-quiz-container-].ays-quiz-container .ays-start-page {
    padding-left: 420px;
    position: relative
}

[id^=ays-quiz-container-].ays-quiz-container .ays-start-page .ays_buttons_div {
    justify-content: flex-start !important
}

[id^=ays-quiz-container-].ays-quiz-container .ays-fs-title {
    font-family: Jannon10Pro;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 45px;
    margin-top: 0 !important;
    text-align: left !important;
    text-transform: none
}

[id^=ays-quiz-container-].ays-quiz-container .ays-start-page .ays-fs-subtitle p {
    font-size: 22px;
    text-align: left
}

[id^=ays-quiz-container-].ays-quiz-container .ays-field {
    background: #d7e9ff;
    border: 0 !important;
    border-radius: 20px;
    font-size: 18px !important;
    line-height: 26px;
    margin-right: auto;
    max-width: 504px
}

[id^=ays-quiz-container-].ays-quiz-container .ays-field:hover {
    background: #94c5ff !important
}

.ays-field.ays_list_view_item input~label:before {
    content: none
}

[id^=ays-quiz-container-].ays-quiz-container .ays-field.checked_answer_div input:checked~label {
    border-radius: 20px !important
}

[id^=ays-quiz-container-].ays-quiz-container .ays_quiz_question {
    margin-bottom: 70px
}

[id^=ays-quiz-container-].ays-quiz-container .ays_quiz_question p {
    font-size: 30px;
    line-height: 32px;
    margin: 0 !important;
    padding-right: 90px;
    text-align: left
}

[id^=ays_finish_quiz_] div.step div.ays-abs-fs {
    width: calc(100% - 80px)
}

[id^=ays-quiz-container-].ays-quiz-container .ays-quiz-answers .ays-field *,
[id^=ays-quiz-container-].ays-quiz-container .ays-quiz-answers .ays-field input~label[for^=ays-answer-] {
    font-size: 18px !important;
    font-weight: 400;
    padding: 10px !important
}

.ays-question-counter {
    background: #fafafa;
    border-radius: 80px;
    display: flex;
    margin: 30px !important;
    padding-bottom: 9px !important;
    padding-top: 3px !important
}

.ays-question-counter,
p.ays_score {
    align-items: center;
    color: #0169ed !important;
    font-size: 18px;
    line-height: 28px
}

p.ays_score {
    display: inline-flex;
    height: 40px;
    margin-bottom: 30px !important;
    margin-left: 240px !important;
    margin-top: 30px !important;
    padding: 0 20px
}

p.ays_score span {
    margin-left: 10px
}

.ays_quiz_results_page {
    padding: 38px 0;
    position: relative;
    text-align: left
}

.ays_quiz_results_page .ays_message img {
    border-radius: 20px;
    left: 0;
    max-width: 189px !important;
    position: absolute
}

.ays_quiz_results_page .ays_message p {
    padding-left: 230px;
    text-align: left
}

.ays_restart_button_p button,
[id^=ays-quiz-container-].ays-quiz-container input[type=button].action-button {
    background: #0169ed !important;
    border-radius: 20px !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 400;
    margin-left: 30px;
    margin-right: auto;
    min-width: 244px;
    padding: 9px 20px 13px !important;
    text-transform: lowercase !important
}

.ays_restart_button_p {
    margin-bottom: 30px !important;
    margin-left: 240px !important;
    text-align: left !important
}

.ays_restart_button_p button {
    background: #0169ed !important
}

.ays_restart_button_p button:hover {
    background-color: #416bbf !important
}

[id^=ays-quiz-container-].ays-quiz-container .ays-fs-subtitle p,
[id^=ays-quiz-container-].ays-quiz-container .ays-fs-title {
    margin-left: 20px !important
}

.ays_sharing {
    margin: 0 0 0 240px;
    padding: 0 20px
}

.ays_sharing-text {
    color: #0169ed !important;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 22px !important;
    padding: 0 !important
}

.ays_sharing-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    min-width: 327px;
    padding: 0
}

.ays_sharing-list .ays_sharing-item {
    margin: 0 33px 0 0;
    padding: 0
}

.ays_sharing-list .ays_sharing-item:before {
    content: none
}

.ays_sharing-list .ays_sharing-item:last-child {
    margin-right: 0
}

.ays_sharing-link {
    align-items: center;
    background-color: #0169ed;
    border-radius: 80px;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 57px
}

.ays_sharing-link:hover {
    background-color: #416bbf
}

.ays_sharing-link_wa:hover path:last-child {
    fill: #416bbf
}

@media (max-width:960px) {
    .ays_quiz_results_page .ays_message img {
        margin: 0 auto;
        max-width: 100% !important;
        position: static
    }

    .ays_quiz_results_page .ays_message p {
        padding-left: 0
    }

    .ays_sharing,
    p.ays_score {
        margin-left: unset !important
    }

    .ays_restart_button_p {
        margin-left: 0 !important
    }

    [id^=ays_finish_quiz_] div.step div.ays-abs-fs {
        width: calc(100% - 40px)
    }

    [id^=ays-quiz-container-].ays-quiz-container .ays-start-page {
        padding-left: 0
    }

    [id^=ays-quiz-container-].ays-quiz-container .ays-start-page .ays_quiz_image {
        margin: 0 auto;
        max-width: none;
        position: static;
        width: 100%
    }

    [id^=ays-quiz-container-].ays-quiz-container .ays-fs-title {
        margin-left: 0 !important;
        margin-top: 20px !important
    }

    [id^=ays-quiz-container-].ays-quiz-container .ays-fs-subtitle p {
        margin-left: 0 !important
    }

    [id^=ays-quiz-container-].ays-quiz-container input[type=button].action-button {
        margin-left: 10px
    }
}

@media (max-width:640px) {
    .ays_sharing-list {
        max-width: 147px;
        min-width: auto
    }

    .ays_sharing-list .ays_sharing-item {
        margin: 0 33px 33px 0;
        padding: 0
    }

    .ays_sharing-list .ays_sharing-item:nth-child(2),
    .ays_sharing-list .ays_sharing-item:nth-child(4) {
        margin-right: 0
    }

    .ays_sharing-list .ays_sharing-item:last-child {
        margin-bottom: 0
    }
}

@media (max-width:460px) {
    .ays_restart_button_p {
        text-align: center !important
    }

    .ays_sharing-list {
        margin: 0 auto
    }
}

.wp-block-embed-soundcloud iframe,
.wp-block-embed-youtube iframe {
    border-radius: 20px;
    width: 100%
}

.wp-block-embed-instagram {
    padding: 0
}

.wp-block-embed-instagram .wp-block-embed__wrapper {
    justify-content: flex-start
}

@media (min-width:961px) {
    .wp-block-embed-youtube iframe {
        max-width: unset !important;
        width: 60% !important
    }

    iframe.instagram-media {
        max-width: 400px !important;
        width: 60% !important
    }

    .wp-block-media-text .wp-block-media-text__media {
        margin-left: -90px
    }
}

@media (max-width:767px) {
    [id^=ays-quiz-container-] p {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    [id^=ays-quiz-container-].ays-quiz-container .ays-fs-title {
        font-size: 28px;
        line-height: 30px;
        margin-top: 20px !important
    }

    [id^=ays-quiz-container-].ays-quiz-container .ays-start-page .ays-fs-subtitle p {
        font-size: 18px
    }

    [id^=ays-quiz-container-].ays-quiz-container .ays_quiz_question p {
        font-size: 20px;
        line-height: normal;
        padding-right: 0
    }

    .ays-question-counter {
        top: -20px !important
    }

    [id^=ays-quiz-container-].ays-quiz-container .ays-field {
        margin-right: unset;
        max-width: none
    }

    [id^=ays_finish_quiz_] div.step {
        padding-top: 55px
    }
}

.blocks-gallery-grid li:before {
    content: none
}

.blocks-gallery-grid img {
    border-radius: 20px
}

@media (max-width:460px) {
    .wp-block-embed-youtube iframe {
        height: 200px
    }
}

.anycomment-app .anycomment-form__terms-agreement input[type=checkbox] {
    display: none
}

@media (max-width:600px) {
    .wp-block-media-text__content {
        margin-top: 15px
    }

    [id^=ays-quiz-container-].ays-quiz-container input[type=button].action-button {
        margin-left: auto
    }
}

.footer__column_title {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px
}

.footer__column_title+.footer__column_title {
    margin-top: 20px
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

input:focus::placeholder {
    color: transparent
}

.blog__search._category {
    margin-top: 25px;
    width: 100%
}

.blog__search[data-value]:not([data-value=""]) input {
    padding-left: 40px
}

@media (min-width:751px) {
    .similar-articles .records {
        width: calc(100% + 14px)
    }
}

@media (min-width:944px) {
    .blog__section {
        max-width: calc(100% - 256px)
    }
}

.article-test {
    max-width: 1071px
}

@media screen and (max-width:1200px) and (min-width:961px) {
    .test-container .article-head {
        flex-wrap: wrap
    }

    .test-container .article-head__info {
        display: flex
    }

    .test-container .article-head__sidebar {
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-left: 0;
        margin-top: 15px;
        max-width: 1071px;
        width: 100%
    }

    .test-container .share.vertical ul li {
        display: inline-block
    }

    .test-container .article-head__category {
        margin: 0 20px 0 0
    }
}

.empty-search__image {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: -50px;
    margin-top: -20px
}

.blog__opora-banner {
    margin-bottom: 30px
}

.opora-banner {
    align-items: center;
    background-color: #203258;
    background-image: url(../../img/opora-banner-1-1420@1x.png), url(../../img/opora-banner-2-1420@1x.png);
    background-position: bottom -21px left -91px, bottom -17px right -48px;
    background-repeat: no-repeat;
    background-size: 407px, 365px;
    border-radius: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 40px 50px 45px;
    position: relative
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .opora-banner {
        background-image: url(../../img/opora-banner-1-1420@2x.png), url(../../img/opora-banner-2-1420@2x.png)
    }
}

@media (max-width:1199px) {
    .opora-banner {
        background-position: bottom -17px left -91px, bottom -12px right -48px;
        background-size: 339px, 304px
    }
}

@media (max-width:944px) {
    .opora-banner {
        background-image: url(../../img/opora-banner-1-375@1x.png), url(../../img/opora-banner-2-375@1x.png);
        background-position: center left -94px, center right -80px;
        background-size: 249px, 226px;
        padding: 30px 40px 35px
    }
}

@media (max-width:944px) and (-webkit-min-device-pixel-ratio:2),
(max-width:944px) and (min-resolution:2dppx) {
    .opora-banner {
        background-image: url(../../img/opora-banner-1-375@2x.png), url(../../img/opora-banner-2-375@2x.png)
    }
}

@media (max-width:768px) {
    .opora-banner {
        background-position: bottom 83px left -94px, bottom 81px right -80px;
        padding: 20px 15px
    }
}

.opora-banner svg {
    fill: #fff
}

@media (max-width:1199px) {
    .opora-banner svg {
        width: 350px
    }
}

@media (max-width:768px) {
    .opora-banner svg {
        width: 100%
    }
}

.opora-banner__logo {
    margin-bottom: 10px
}

@media (max-width:768px) {
    .opora-banner__logo {
        margin-bottom: 30px
    }
}

.opora-banner__description {
    font-family: TRY Grtsk Tera, sans-serif;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 25px;
    margin-top: 0;
    max-width: 492px;
    text-align: center;
    text-transform: lowercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width:1199px) {
    .opora-banner__description {
        max-width: 350px
    }
}

@media (max-width:768px) {
    .opora-banner__description {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 260px;
        max-width: 100%
    }
}

.opora-banner__link {
    background-color: #416bbf;
    border-radius: 20px;
    color: #fff;
    font-family: Gerbera, sans-serif;
    font-size: 18px;
    line-height: 32px;
    padding: 11px 52px 10px;
    text-align: center
}

@media (min-width:1024px) {
    .opora-banner__link:hover {
        background-color: #d6e8ff;
        color: #203258
    }
}

@media (max-width:768px) {
    .opora-banner__link {
        font-size: 16px;
        line-height: 32px;
        padding: 6px 40px 5px;
        width: 100%
    }
}

.psycho-appointment {
    background-color: #faf9f7;
    border-radius: 140px 140px 140px 0;
    box-shadow: 0 15px 45px rgba(65, 107, 191, .2);
    padding: 50px 120px 35px 35px !important;
    width: 1000px
}

@media (max-width:1919px) {
    .psycho-appointment {
        border-radius: 100px 100px 100px 0 !important;
        padding-right: 90px !important;
        width: 800px
    }
}

@media (max-width:1419px) {
    .psycho-appointment {
        border-radius: 80px 80px 80px 0;
        box-shadow: 0 12.5px 35px rgba(65, 107, 191, .2);
        padding: 30px 80px 30px 40px !important;
        width: 600px
    }
}

@media (max-width:1023px) {
    .psycho-appointment {
        box-shadow: 0 5px 25px rgba(65, 107, 191, .2);
        padding: 40px !important
    }
}

@media (max-width:767px) {
    .psycho-appointment {
        border-radius: 60px 60px 60px 0;
        padding: 40px 60px 25px 25px !important;
        width: 100%
    }
}

.psycho-appointment_short {
    padding: 50px 50px 35px 35px !important;
    width: 43%
}

@media (max-width:1919px) {
    .psycho-appointment_short {
        padding: 55px 40px 30px 35px !important;
        width: 43.5%
    }
}

@media (max-width:1419px) {
    .psycho-appointment_short {
        padding: 40px 15px 30px 20px !important;
        width: 46.6%
    }
}

@media (max-width:1023px) {
    .psycho-appointment_short {
        margin-bottom: 25px;
        max-width: 100%;
        padding: 25px 80px 25px 30px !important;
        width: 470px
    }
}

@media (max-width:767px) {
    .psycho-appointment_short {
        padding: 50px 25px 50px 10px !important
    }
}

.psycho-appointment_short .psycho-appointment__content {
    flex-direction: column;
    margin-bottom: 20px !important
}

@media (max-width:1919px) {
    .psycho-appointment_short .psycho-appointment__content {
        margin-bottom: 30px !important
    }
}

@media (max-width:1419px) {
    .psycho-appointment_short .psycho-appointment__content {
        margin-bottom: 20px !important
    }
}

@media (max-width:1023px) {
    .psycho-appointment_short .psycho-appointment__content {
        flex-direction: row;
        margin-bottom: 15px !important
    }
}

@media (max-width:767px) {
    .psycho-appointment_short .psycho-appointment__content {
        flex-direction: column;
        margin-bottom: 20px !important
    }
}

.psycho-appointment_short .psycho-appointment__photo {
    height: 120px;
    margin-bottom: 10px !important;
    margin-right: 0 !important;
    width: 120px
}

@media (max-width:1919px) {
    .psycho-appointment_short .psycho-appointment__photo {
        height: 114px;
        margin-bottom: 20px !important;
        width: 114px
    }
}

@media (max-width:1419px) {
    .psycho-appointment_short .psycho-appointment__photo {
        height: 85px;
        margin-bottom: 10px !important;
        width: 85px
    }
}

@media (max-width:1023px) {
    .psycho-appointment_short .psycho-appointment__photo {
        height: 92px;
        margin-bottom: 0 !important;
        margin-right: 20px !important;
        width: 92px
    }
}

@media (max-width:767px) {
    .psycho-appointment_short .psycho-appointment__photo {
        height: 77px;
        margin-bottom: 15px !important;
        margin-left: 15px !important;
        margin-right: 0 !important;
        width: 77px
    }
}

.psycho-appointment_short .psycho-appointment__photo img {
    border-radius: 0 0 60px 60px
}

@media (max-width:1919px) {
    .psycho-appointment_short .psycho-appointment__photo img {
        border-radius: 0 0 57px 57px
    }
}

@media (max-width:1419px) {
    .psycho-appointment_short .psycho-appointment__photo img {
        border-radius: 0 0 42.5px 42.5px
    }
}

@media (max-width:1023px) {
    .psycho-appointment_short .psycho-appointment__photo img {
        border-radius: 0 0 46px 46px
    }
}

@media (max-width:767px) {
    .psycho-appointment_short .psycho-appointment__photo img {
        border-radius: 0 0 36.5px 36.5px
    }
}

.psycho-appointment_short .psycho-appointment__text {
    padding: 0 !important
}

.psycho-appointment_short .psycho-appointment__button {
    width: 82.5%
}

@media (max-width:1419px) {
    .psycho-appointment_short .psycho-appointment__button {
        width: 87%
    }
}

@media (max-width:1023px) {
    .psycho-appointment_short .psycho-appointment__button {
        width: 100%
    }
}

.psycho-appointment__content {
    display: flex;
    margin-bottom: 50px !important
}

@media (max-width:1919px) {
    .psycho-appointment__content {
        margin-bottom: 35px !important
    }
}

@media (max-width:1419px) {
    .psycho-appointment__content {
        margin-bottom: 30px !important
    }
}

@media (max-width:767px) {
    .psycho-appointment__content {
        flex-direction: column;
        margin-bottom: 20px !important
    }
}

.psycho-appointment__photo {
    background-color: #416bbf;
    border-radius: 50%;
    flex-shrink: 0;
    height: 167px;
    margin-right: 30px !important;
    position: relative;
    width: 167px
}

@media (max-width:1419px) {
    .psycho-appointment__photo {
        height: 125px;
        width: 125px
    }
}

@media (max-width:767px) {
    .psycho-appointment__photo {
        height: 85px;
        margin-bottom: 20px !important;
        margin-right: 0 !important;
        width: 85px
    }
}

.psycho-appointment__photo img {
    border-radius: 0 0 83.5px 83.5px;
    bottom: 0;
    position: absolute;
    width: 100%
}

@media (max-width:1419px) {
    .psycho-appointment__photo img {
        border-radius: 0 0 62.5px 62.5px
    }
}

@media (max-width:767px) {
    .psycho-appointment__photo img {
        border-radius: 0 0 42.5px 42.5px
    }
}

.psycho-appointment__text {
    padding: 10px 90px 10px 0 !important
}

@media (max-width:1419px) {
    .psycho-appointment__text {
        padding: 5px 60px 5px 0 !important
    }
}

@media (max-width:1023px) {
    .psycho-appointment__text {
        padding: 0 30px 0 0 !important
    }
}

@media (max-width:767px) {
    .psycho-appointment__text {
        padding: 0 !important
    }
}

.psycho-appointment__text p {
    color: #203258;
    font-family: TRY Grtsk Peta, sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 1em !important
}

@media (max-width:1919px) {
    .psycho-appointment__text p {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width:1419px) {
    .psycho-appointment__text p {
        font-size: 12px;
        line-height: 20px
    }
}

.psycho-appointment__text p:last-child {
    margin-bottom: 0 !important
}

.psycho-appointment__text a {
    text-decoration: underline
}

@media (min-width:1024px) {
    .psycho-appointment__text a:hover {
        text-decoration: none
    }
}

.psycho-appointment__button {
    width: 100%
}

.psycho-appointment_classic {
    margin-bottom: 40px
}

.psycho-appointment_classic .psycho-appointment__text a {
    color: inherit
}

.psycho-appointment_classic .psycho-appointment__button {
    background-color: #416bbf;
    border-radius: 90px;
    color: #fff;
    display: block;
    font-family: TRY Grtsk Peta, sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 26px;
    padding: 8px 30px 10px;
    text-align: center
}

@media (max-width:1419px) {
    .psycho-appointment_classic .psycho-appointment__button {
        font-size: 12px;
        font-weight: 500;
        line-height: 22px;
        padding: 8px 20px 10px
    }
}

.psycho-appointment_short.psycho-appointment_classic {
    left: calc(100% + 55px);
    position: absolute;
    top: 75px;
    width: 37%
}

@media (max-width:1919px) {
    .psycho-appointment_short.psycho-appointment_classic {
        left: calc(100% - 110px);
        top: 0;
        width: 35%
    }
}

@media (max-width:1419px) {
    .psycho-appointment_short.psycho-appointment_classic {
        left: unset;
        max-width: 100%;
        position: static;
        top: unset;
        width: 470px
    }
}

.wp-block-columns {
    max-width: 800px
}

.opora {
    background-color: #fff;
    color: #2f2f2f;
    font-family: TRY Grtsk Peta, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px;
    min-width: 360px;
    padding-top: 90px
}

@media (max-width:1919px) {
    .opora {
        font-size: 16px;
        line-height: 24px;
        padding-top: 80px
    }
}

@media (max-width:1023px) {
    .opora {
        padding-top: 56px
    }
}

@media (max-width:767px) {
    .opora {
        padding-top: 50px
    }
}

.opora *,
.opora :after,
.opora :before {
    margin: 0;
    padding: 0
}

.opora ul li:before {
    content: none
}

.opora a {
    color: inherit
}

.opora .main-container {
    margin-left: auto;
    margin-right: auto;
    padding: 0 80px;
    width: 1920px
}

@media (max-width:1919px) {
    .opora .main-container {
        padding: 0 40px;
        width: 100%
    }
}

@media (max-width:1023px) {
    .opora .main-container {
        padding: 0 30px
    }
}

@media (max-width:767px) {
    .opora .main-container {
        padding: 0 10px
    }
}

.opora .page-header {
    background-color: #fff;
    height: 90px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20
}

@media (max-width:1419px) {
    .opora .page-header {
        height: 80px
    }
}

@media (max-width:1023px) {
    .opora .page-header {
        background-color: #faf9f7;
        border-radius: 0 0 10px 10px;
        height: 56px
    }
}

@media (max-width:767px) {
    .opora .page-header {
        height: 50px
    }
}

.opora .page-header__container {
    height: 100%
}

.opora .main-nav {
    border-bottom: 1px solid #d6e8ff;
    height: 100%
}

@media (max-width:1023px) {
    .opora .main-nav {
        border-bottom: none
    }
}

.opora .main-nav__main {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    position: relative
}

.opora .main-nav__logo {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: auto;
    padding: 5px
}

@media (max-width:767px) {
    .opora .main-nav__logo {
        left: 50%;
        margin-left: 0;
        margin-right: 0;
        opacity: 1;
        padding: 10px;
        position: absolute;
        transform: translateX(-50%);
        transition: all .25s ease-in-out;
        visibility: visible
    }
}

.opora .main-nav__logo svg {
    fill: #2f2f2f
}

.opora .main-nav__logo-main {
    margin-right: 8px
}

@media (max-width:1419px) {
    .opora .main-nav__logo-main {
        width: 216px
    }
}

@media (max-width:1023px) {
    .opora .main-nav__logo-main {
        width: 164px
    }
}

@media (max-width:767px) {
    .opora .main-nav__logo-main {
        width: 121px
    }
}

@media (max-width:1419px) {
    .opora .main-nav__logo-description {
        width: 138px
    }
}

@media (max-width:1023px) {
    .opora .main-nav__logo-description {
        display: none
    }
}

.opora .main-nav__search {
    margin-right: 25px
}

@media (max-width:1419px) {
    .opora .main-nav__search {
        margin-right: 20px
    }
}

@media (max-width:767px) {
    .opora .main-nav__search {
        margin-right: 0
    }
}

.opora .search-form {
    height: 40px;
    position: relative;
    transition: width .25s ease-in-out;
    width: 40px
}

@media (max-width:1419px) {
    .opora .search-form {
        height: 36px;
        width: 36px
    }
}

@media (max-width:1023px) {
    .opora .search-form {
        height: 32px;
        width: 32px
    }
}

.opora .search-form__input {
    background-color: #2f2f2f;
    border: none;
    border-radius: 100px;
    color: #fff;
    font-family: TRY Grtsk Peta, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    letter-spacing: 1px;
    line-height: 24px;
    opacity: 0;
    padding: 0;
    position: absolute;
    transition: all .25s ease-in-out;
    visibility: hidden;
    width: 100%
}

.opora .search-form__input::-moz-placeholder {
    color: inherit
}

.opora .search-form__input:-ms-input-placeholder {
    color: inherit
}

.opora .search-form__input::placeholder {
    color: inherit
}

.opora .search-form__button {
    background: transparent;
    border: none;
    border-radius: 50%;
    box-sizing: content-box;
    padding: 5px;
    width: 40px
}

@media (max-width:1419px) {
    .opora .search-form__button {
        width: 36px
    }
}

@media (max-width:1023px) {
    .opora .search-form__button {
        width: 32px
    }
}

@media (max-width:767px) {
    .opora .search-form__button {
        padding: 10px
    }
}

.opora .search-form__button svg {
    width: 100%
}

.opora .search-form__button_search {
    left: -5px;
    position: absolute;
    top: -5px;
    z-index: 2
}

@media (max-width:767px) {
    .opora .search-form__button_search {
        left: unset;
        right: -10px;
        top: -10px
    }
}

.opora .search-form__button_close {
    position: absolute;
    right: -5px;
    top: -5px
}

@media (max-width:767px) {
    .opora .search-form__button_close {
        left: -10px;
        right: unset;
        top: -10px
    }
}

.opora .main-nav_search_active .search-form {
    width: 340px
}

@media (max-width:1419px) {
    .opora .main-nav_search_active .search-form {
        width: 300px
    }
}

@media (max-width:767px) {
    .opora .main-nav_search_active .search-form {
        width: 100%
    }
}

.opora .main-nav_search_active .search-form__input {
    opacity: 1;
    padding: 0 45px;
    visibility: visible
}

@media (max-width:1419px) {
    .opora .main-nav_search_active .search-form__input {
        padding: 0 40px
    }
}

@media (max-width:1023px) {
    .opora .main-nav_search_active .search-form__input {
        padding: 0 36px
    }
}

@media (max-width:767px) {

    .opora .main-nav_search_active .main-nav__logo,
    .opora .main-nav_search_active .main-nav__menu-toggle {
        opacity: 0;
        visibility: hidden
    }
}

.opora .main-nav__zigmund-link {
    box-sizing: content-box;
    padding: 5px;
    width: 40px
}

@media (max-width:1419px) {
    .opora .main-nav__zigmund-link {
        width: 36px
    }
}

@media (max-width:1023px) {
    .opora .main-nav__zigmund-link {
        display: none
    }
}

.opora .main-nav__zigmund-link svg {
    width: 100%
}

.opora .main-nav__menu-toggle {
    background-color: transparent;
    box-sizing: content-box;
    display: none;
    height: 26px;
    padding: 5px;
    position: relative;
    width: 28px
}

@media (max-width:1023px) {
    .opora .main-nav__menu-toggle {
        display: block
    }
}

@media (max-width:767px) {
    .opora .main-nav__menu-toggle {
        height: 20px;
        opacity: 1;
        position: absolute;
        right: 0;
        transition: all .25s ease-in-out;
        visibility: visible;
        width: 20px
    }
}

.opora .main-nav__menu-toggle .main-nav__menu-toggle-inner {
    height: 100%;
    width: 100%
}

.opora .main-nav__menu-toggle .main-nav__menu-toggle-inner:after,
.opora .main-nav__menu-toggle .main-nav__menu-toggle-inner:before,
.opora .main-nav__menu-toggle:after,
.opora .main-nav__menu-toggle:before {
    background-color: #2f2f2f;
    content: "";
    height: 2px;
    left: 5px;
    position: absolute;
    transform: rotate(0deg);
    transition: all .2s ease-in-out;
    width: calc(100% - 10px)
}

.opora .main-nav__menu-toggle:before {
    top: 5px
}

.opora .main-nav__menu-toggle:after {
    top: calc(100% - 7px)
}

.opora .main-nav__menu-toggle .main-nav__menu-toggle-inner:after,
.opora .main-nav__menu-toggle .main-nav__menu-toggle-inner:before {
    top: calc(50% - 1px)
}

.opora .mob-menu {
    background-color: #faf9f7;
    bottom: 0;
    color: #203258;
    display: flex;
    flex-direction: column;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 35px 30px 30px;
    position: fixed;
    right: 0;
    top: 56px;
    transition: all .25s ease-in-out;
    visibility: hidden;
    z-index: 10
}

@media (max-width:767px) {
    .opora .mob-menu {
        padding: 35px 10px 10px;
        top: 50px
    }
}

.opora .mob-menu__description,
.opora .mob-menu__title {
    font-family: TRY Grtsk Tera, sans-serif;
    font-size: 25px;
    letter-spacing: 1.4px;
    line-height: 40px
}

@media (max-width:767px) {

    .opora .mob-menu__description,
    .opora .mob-menu__title {
        font-size: 18px;
        line-height: 28px
    }
}

.opora .mob-menu__title {
    text-transform: uppercase
}

.opora .mob-menu__description {
    margin-bottom: 50px;
    max-width: 310px
}

@media (max-width:767px) {
    .opora .mob-menu__description {
        margin-bottom: 20px
    }
}

.opora .mob-socials {
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none
}

.opora .mob-menu__socials {
    margin-bottom: auto
}

.opora .mob-socials__item {
    height: 70px;
    width: 70px
}

@media (max-width:767px) {
    .opora .mob-socials__item {
        height: 64px;
        width: 64px
    }
}

.opora .mob-socials__item a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.opora .mob-socials__item svg {
    fill: #203258
}

.opora .mob-menu__nav {
    display: grid;
    gap: 35px 30px;
    grid-template-columns: repeat(2, 1fr);
    margin: 40px auto;
    width: 100%
}

.opora .mob-menu__nav-item {
    font-family: TRY Grtsk Peta, sans-serif;
    font-size: 14px;
    letter-spacing: .03em;
    line-height: 20px
}

.opora .mob-menu__nav-item:first-child {
    align-self: center
}

.opora .mob-menu__nav-item:first-child img {
    width: 167px
}

@media (max-width:767px) {
    .opora .mob-menu__nav-item:first-child img {
        width: auto
    }

    .opora .mob-menu__nav-item_copyright {
        display: none
    }
}

.opora .mob-menu__nav-item a {
    text-decoration: underline
}

.opora .mob-menu__logo {
    align-items: flex-end;
    display: flex
}

.opora .mob-menu__logo svg {
    fill: #203258
}

.opora .mob-menu__logo-main {
    margin-right: 8px
}

@media (max-width:767px) {
    .opora .mob-menu__logo-main {
        margin-right: 0;
        width: 340px
    }

    .opora .mob-menu__logo-description {
        display: none
    }
}

.opora .main-nav_mobile-menu_active .main-nav__menu-toggle:after,
.opora .main-nav_mobile-menu_active .main-nav__menu-toggle:before {
    left: 50%;
    top: calc(50% - 1px);
    width: 0
}

.opora .main-nav_mobile-menu_active .main-nav__menu-toggle .main-nav__menu-toggle-inner:before {
    transform: rotate(45deg)
}

.opora .main-nav_mobile-menu_active .main-nav__menu-toggle .main-nav__menu-toggle-inner:after {
    transform: rotate(-45deg)
}

@media (max-width:767px) {
    .opora .main-nav_mobile-menu_active .main-nav__logo {
        opacity: 0;
        visibility: hidden
    }
}

.opora .main-nav_mobile-menu_active .mob-menu {
    opacity: 1;
    visibility: visible
}

.opora .page-footer {
    background-color: #faf9f7;
    border-radius: 18px 18px 0 0;
    color: #203258;
    margin-top: auto;
    padding-bottom: 50px;
    padding-top: 50px
}

@media (max-width:1919px) {
    .opora .page-footer {
        padding-bottom: 35px;
        padding-top: 35px
    }
}

@media (max-width:1023px) {
    .opora .page-footer {
        padding-bottom: 30px;
        padding-top: 30px
    }
}

.opora .page-footer a {
    text-decoration: underline
}

@media (min-width:1024px) {
    .opora .page-footer a:hover {
        text-decoration: none
    }
}

.opora .page-footer__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.opora .page-footer__row:first-child {
    flex-direction: row-reverse;
    margin-bottom: 150px
}

@media (max-width:1919px) {
    .opora .page-footer__row:first-child {
        margin-bottom: 100px
    }
}

@media (max-width:767px) {
    .opora .page-footer__row:first-child {
        flex-direction: row;
        margin-bottom: 20px
    }

    .opora .page-footer__zigmund-logo {
        display: none
    }
}

.opora .page-footer__copyright,
.opora .page-footer__title-and-description {
    margin-left: 80px;
    width: 21%
}

@media (max-width:1919px) {

    .opora .page-footer__copyright,
    .opora .page-footer__title-and-description {
        margin-left: 40px;
        width: 24.6%
    }
}

@media (max-width:1419px) {

    .opora .page-footer__copyright,
    .opora .page-footer__title-and-description {
        width: 32%
    }
}

@media (max-width:767px) {

    .opora .page-footer__copyright,
    .opora .page-footer__title-and-description {
        margin-left: 0;
        padding-right: 50px;
        width: 100%
    }
}

.opora .page-footer__description,
.opora .page-footer__title {
    font-family: TRY Grtsk Tera, sans-serif;
    font-size: 18px;
    letter-spacing: 1.4px;
    line-height: 28px
}

@media (max-width:1023px) {

    .opora .page-footer__description,
    .opora .page-footer__title {
        line-height: 23px
    }
}

.opora .page-footer__title {
    margin-bottom: 5px;
    text-transform: uppercase
}

@media (max-width:1919px) {
    .opora .page-footer__description {
        padding-right: 80px
    }
}

@media (max-width:1023px) {
    .opora .page-footer__description {
        padding-right: 0
    }
}

.opora .page-footer__mob-socials {
    display: none;
    margin-bottom: 50px
}

@media (max-width:767px) {
    .opora .page-footer__mob-socials {
        display: flex
    }
}

.opora .page-footer__nav {
    display: grid;
    font-family: TRY Grtsk Peta, sans-serif;
    font-size: 14px;
    gap: 30px 40px;
    grid-template-columns: 240px 240px 220px;
    justify-content: space-between;
    letter-spacing: 1px;
    line-height: 22px;
    list-style: none;
    width: 50%
}

@media (max-width:1919px) {
    .opora .page-footer__nav {
        grid-template-columns: 120px 180px 200px
    }
}

@media (max-width:1023px) {
    .opora .page-footer__nav {
        grid-template-columns: 170px 200px
    }
}

@media (max-width:767px) {
    .opora .page-footer__nav {
        font-size: 12px;
        gap: 35px 30px;
        grid-template-columns: 110px 180px;
        line-height: 18px;
        margin: 0 auto;
        max-width: 460px;
        width: 100%
    }
}

.opora .page-footer__nav-item:first-child {
    display: none
}

@media (max-width:767px) {
    .opora .page-footer__nav-item:first-child {
        display: block;
        order: -5
    }
}

.opora .page-footer__nav-item:last-child {
    order: 10
}

@media (max-width:1023px) {
    .opora .page-footer__nav-item:nth-last-child(3) {
        order: 2
    }

    .opora .page-footer__nav-item:nth-child(4) {
        order: 1
    }
}

@media (max-width:767px) {
    .opora .page-footer__nav-item:nth-child(4) {
        order: -4
    }

    .opora .page-footer__nav-item:nth-child(6) {
        order: 9
    }
}

.opora .page-footer__socials {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none
}

@media (max-width:767px) {
    .opora .page-footer__socials {
        display: none
    }
}

.opora .footer-socials__item svg {
    fill: #203258
}

.opora .page-footer__copyright {
    font-family: TRY Grtsk Peta, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
    padding-right: 50px
}

@media (max-width:1023px) {
    .opora .page-footer__copyright {
        padding-right: 0
    }
}

@media (max-width:767px) {
    .opora .page-footer__copyright {
        display: none
    }
}

.opora .opora-index {
    padding-bottom: 80px;
    padding-top: 70px
}

@media (max-width:1419px) {
    .opora .opora-index {
        padding-bottom: 50px;
        padding-top: 50px
    }
}

@media (max-width:1023px) {
    .opora .opora-index {
        padding-top: 35px
    }
}

@media (max-width:767px) {
    .opora .opora-index {
        padding-bottom: 20px;
        padding-top: 10px
    }
}

.opora .opora-index__top-row {
    border-bottom: 1px solid #d6e8ff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 30px;
    width: 100%
}

@media (max-width:1419px) {
    .opora .opora-index__top-row {
        margin-bottom: 18px;
        padding-bottom: 18px
    }
}

@media (max-width:767px) {
    .opora .opora-index__top-row {
        flex-direction: column;
        margin-bottom: 10px;
        padding-bottom: 10px
    }
}

.opora .opora-main {
    border-right: 1px solid #d6e8ff;
    flex-grow: 1;
    margin-right: 30px;
    padding-right: 30px
}

@media (max-width:1419px) {
    .opora .opora-main {
        margin-right: 30px;
        padding-right: 18px
    }
}

@media (max-width:1023px) {
    .opora .opora-main {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
        width: 100%
    }
}

@media (max-width:767px) {
    .opora .opora-main {
        border-bottom: 1px solid #d6e8ff;
        margin-bottom: 10px;
        padding-bottom: 10px
    }
}

.opora .opora-main-post {
    height: 100%;
    position: relative;
    width: 100%
}

.opora .opora-main-post_icon {
    background-color: #d6e8ff;
    border-radius: 140px 140px 140px 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width:1919px) {
    .opora .opora-main-post_icon {
        border-radius: 100px 100px 100px 0
    }
}

@media (max-width:1419px) {
    .opora .opora-main-post_icon {
        border-radius: 80px 80px 80px 0
    }
}

@media (max-width:767px) {
    .opora .opora-main-post_icon {
        border-radius: 60px 60px 60px 0
    }
}

.opora .opora-main-post_icon .opora-main-post__excerpt {
    padding-right: 35%
}

.opora .opora-main-post_icon .opora-main-post__content {
    padding: 300px 45% 40px 40px
}

@media (max-width:1919px) {
    .opora .opora-main-post_icon .opora-main-post__content {
        padding: 225px 45% 30px 30px
    }
}

@media (max-width:1419px) {
    .opora .opora-main-post_icon .opora-main-post__content {
        padding: 145px 40% 20px 20px
    }
}

@media (max-width:1023px) {
    .opora .opora-main-post_icon .opora-main-post__content {
        padding: 190px 35% 20px 35px
    }
}

@media (max-width:767px) {
    .opora .opora-main-post_icon .opora-main-post__content {
        padding: 190px 10px 15px
    }
}

.opora .opora-main-post__title {
    font-family: TRY Grtsk Tera, sans-serif;
    font-size: 28px;
    letter-spacing: 1.4px;
    line-height: 36px;
    margin-bottom: 15px
}

@media (max-width:1919px) {
    .opora .opora-main-post__title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px
    }
}

@media (max-width:1419px) {
    .opora .opora-main-post__title {
        font-size: 18px;
        line-height: 23px
    }
}

@media (max-width:1023px) {
    .opora .opora-main-post__title {
        font-size: 16px;
        line-height: 20px
    }
}

@media (max-width:767px) {
    .opora .opora-main-post__title {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 5px
    }
}

.opora .opora-main-post__title-link:after {
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

.opora .opora-main-post__excerpt p {
    font-family: TRY Grtsk Peta, sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px
}

@media (max-width:1919px) {
    .opora .opora-main-post__excerpt p {
        font-size: 14px;
        line-height: 22px
    }
}

@media (max-width:1419px) {
    .opora .opora-main-post__excerpt p {
        font-size: 12px;
        line-height: 20px
    }
}

@media (max-width:767px) {
    .opora .opora-main-post__excerpt p {
        font-size: 12px;
        line-height: 18px
    }
}

.opora .opora-main-post__icon {
    height: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45%
}

@media (max-width:1419px) {
    .opora .opora-main-post__icon {
        width: 40%
    }
}

@media (max-width:1023px) {
    .opora .opora-main-post__icon {
        width: 35%
    }
}

@media (max-width:767px) {
    .opora .opora-main-post__icon {
        height: 170px;
        left: 10px;
        right: unset;
        top: 10px;
        transform: none;
        width: auto
    }
}

.opora .opora-main-post__thumb {
    border-radius: 18px 18px 18px 0;
    height: 307px;
    margin-bottom: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (max-width:1919px) {
    .opora .opora-main-post__thumb {
        height: 226px
    }
}

@media (max-width:1419px) {
    .opora .opora-main-post__thumb {
        height: 146px
    }
}

@media (max-width:1023px) {
    .opora .opora-main-post__thumb {
        height: 188px
    }
}

.opora .opora-side {
    flex-shrink: 0;
    width: 31%
}

@media (max-width:1023px) {
    .opora .opora-side {
        display: none
    }
}

@media (max-width:767px) {
    .opora .opora-side {
        display: block;
        width: 100%
    }
}

.opora .opora-side .opora-post_icon {
    background-color: #faf9f7
}

.opora .opora-post {
    height: 100%;
    position: relative;
    width: 100%
}

.opora .opora-post_icon {
    background-color: #d6e8ff;
    border-radius: 140px 140px 140px 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width:1919px) {
    .opora .opora-post_icon {
        border-radius: 100px 100px 100px 0
    }
}

@media (max-width:1419px) {
    .opora .opora-post_icon {
        border-radius: 80px 80px 80px 0
    }
}

@media (max-width:767px) {
    .opora .opora-post_icon {
        border-radius: 60px 60px 60px 0
    }
}

.opora .opora-post_icon .opora-post__content {
    padding: 339px 40px 40px
}

@media (max-width:1919px) {
    .opora .opora-post_icon .opora-post__content {
        padding: 278px 30px 30px
    }
}

@media (max-width:1419px) {
    .opora .opora-post_icon .opora-post__content {
        padding: 185px 20px 20px
    }
}

@media (max-width:1023px) {
    .opora .opora-post_icon .opora-post__content {
        padding: 205px 20px 20px
    }
}

@media (max-width:767px) {
    .opora .opora-post_icon .opora-post__content {
        padding: 190px 10px 15px
    }
}

.opora .opora-post__title {
    font-family: TRY Grtsk Tera, sans-serif;
    font-size: 28px;
    letter-spacing: 1.4px;
    line-height: 36px;
    margin-bottom: 15px
}

@media (max-width:1919px) {
    .opora .opora-post__title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px
    }
}

@media (max-width:1419px) {
    .opora .opora-post__title {
        font-size: 18px;
        line-height: 23px
    }
}

@media (max-width:1023px) {
    .opora .opora-post__title {
        font-size: 16px;
        line-height: 20px
    }
}

@media (max-width:767px) {
    .opora .opora-post__title {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 5px
    }
}

.opora .opora-post__title-link:after {
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

.opora .opora-post__excerpt p {
    font-family: TRY Grtsk Peta, sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px
}

@media (max-width:1919px) {
    .opora .opora-post__excerpt p {
        font-size: 14px;
        line-height: 22px
    }
}

@media (max-width:1419px) {
    .opora .opora-post__excerpt p {
        font-size: 12px;
        line-height: 20px
    }
}

@media (max-width:767px) {
    .opora .opora-post__excerpt p {
        font-size: 12px;
        line-height: 18px
    }
}

.opora .opora-post__icon {
    height: 260px;
    left: 40px;
    position: absolute;
    top: 40px;
    width: auto
}

@media (max-width:1919px) {
    .opora .opora-post__icon {
        height: 230px;
        left: 30px;
        top: 30px
    }
}

@media (max-width:1419px) {
    .opora .opora-post__icon {
        height: 150px;
        left: 20px;
        top: 20px
    }
}

@media (max-width:1023px) {
    .opora .opora-post__icon {
        height: 170px
    }
}

@media (max-width:767px) {
    .opora .opora-post__icon {
        height: 170px;
        left: 10px;
        top: 10px
    }
}

.opora .opora-post__thumb {
    border-radius: 18px 18px 18px 0;
    height: 315px;
    margin-bottom: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (max-width:1919px) {
    .opora .opora-post__thumb {
        height: 240px
    }
}

@media (max-width:1419px) {
    .opora .opora-post__thumb {
        height: 170px
    }
}

@media (max-width:1023px) {
    .opora .opora-post__thumb {
        height: 196px
    }
}

.opora .last-posts__list .alm-reveal,
.opora .opora-basic__list {
    display: grid;
    gap: 45px;
    grid-template-columns: repeat(3, 31%);
    justify-content: space-between;
    list-style: none;
    width: 100%
}

@media (max-width:1919px) {

    .opora .last-posts__list .alm-reveal,
    .opora .opora-basic__list {
        gap: 30px
    }
}

@media (max-width:1023px) {

    .opora .last-posts__list .alm-reveal,
    .opora .opora-basic__list {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:767px) {

    .opora .last-posts__list .alm-reveal,
    .opora .opora-basic__list {
        gap: 20px;
        grid-template-columns: 1fr
    }
}

.opora .opora-basic__item:nth-child(4n) .opora-post_icon {
    background-color: #e9e1ce
}

@media (max-width:1023px) {
    .opora .opora-basic__item:first-child {
        display: block
    }
}

@media (max-width:767px) {
    .opora .opora-basic__item:first-child {
        display: none
    }
}

@media (max-width:1023px) {
    .opora .opora-basic__item:last-child {
        display: none
    }
}

@media (max-width:767px) {
    .opora .opora-basic__item:last-child {
        display: block
    }
}

.opora .load-more,
.opora .opora-button {
    background-color: #416bbf;
    border-radius: 90px;
    color: #fff;
    display: block;
    font-family: TRY Grtsk Peta, sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 26px;
    padding: 8px 30px 10px;
    text-align: center
}

@media (max-width:1419px) {

    .opora .load-more,
    .opora .opora-button {
        font-size: 12px;
        font-weight: 500;
        line-height: 22px;
        padding: 8px 20px 10px
    }
}

.opora .load-more {
    margin-top: 80px;
    width: 100%
}

@media (max-width:1419px) {
    .opora .load-more {
        margin-top: 50px
    }
}

@media (max-width:1023px) {
    .opora .load-more {
        padding: 8px 20px 10px
    }
}

@media (max-width:767px) {
    .opora .load-more {
        margin-top: 30px
    }
}

.opora .load-more.done {
    display: none
}

.opora .last-posts__list .alm-reveal {
    margin-top: 45px
}

@media (max-width:1919px) {
    .opora .last-posts__list .alm-reveal {
        margin-top: 30px
    }
}

@media (max-width:767px) {
    .opora .last-posts__list .alm-reveal {
        margin-top: 20px
    }
}

.opora .last-posts__list li:nth-child(odd) .opora-post_icon {
    background-color: #e9e1ce
}

.opora .opora-article {
    padding-bottom: 100px;
    padding-top: 80px
}

@media (max-width:1919px) {
    .opora .opora-article {
        padding-bottom: 80px;
        padding-top: 70px
    }
}

@media (max-width:1419px) {
    .opora .opora-article {
        padding-bottom: 50px;
        padding-top: 50px
    }
}

@media (max-width:1023px) {
    .opora .opora-article {
        padding-top: 35px
    }
}

@media (max-width:767px) {
    .opora .opora-article {
        padding-bottom: 20px;
        padding-top: 10px
    }
}

.opora .opora-article__header {
    margin-bottom: 100px
}

@media (max-width:1919px) {
    .opora .opora-article__header {
        margin-bottom: 60px
    }
}

@media (max-width:1419px) {
    .opora .opora-article__header {
        margin-bottom: 50px
    }
}

@media (max-width:1023px) {
    .opora .opora-article__header {
        margin-bottom: 35px
    }
}

@media (max-width:767px) {
    .opora .opora-article__header {
        margin-bottom: 40px
    }
}

.opora .article-header__top {
    align-items: flex-end;
    background-color: #faf9f7;
    border-radius: 140px 140px 140px 0;
    display: flex;
    flex-direction: row-reverse;
    height: 525px;
    margin-bottom: 30px
}

@media (max-width:1919px) {
    .opora .article-header__top {
        border-radius: 100px 100px 100px 0;
        height: 400px
    }
}

@media (max-width:1419px) {
    .opora .article-header__top {
        border-radius: 80px 80px 80px 0;
        height: 300px;
        margin-bottom: 10px
    }
}

@media (max-width:1023px) {
    .opora .article-header__top {
        margin-bottom: 15px
    }
}

@media (max-width:767px) {
    .opora .article-header__top {
        align-items: flex-start;
        border-radius: 60px 60px 60px 0;
        flex-direction: column;
        height: auto;
        margin-bottom: 20px
    }
}

.opora .article-header__content {
    color: #203258;
    padding: 50px 85px 50px 50px;
    width: 40%
}

@media (max-width:1919px) {
    .opora .article-header__content {
        padding: 30px 55px 30px 30px
    }
}

@media (max-width:1419px) {
    .opora .article-header__content {
        padding: 20px 35px 20px 20px;
        width: 35%
    }
}

@media (max-width:1023px) {
    .opora .article-header__content {
        width: 45%
    }
}

@media (max-width:767px) {
    .opora .article-header__content {
        padding: 15px 40px 15px 10px;
        width: 100%
    }
}

.opora .article-header__thumbnail {
    border-radius: 0 140px 140px 0;
    height: 525px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 60%
}

@media (max-width:1919px) {
    .opora .article-header__thumbnail {
        border-radius: 0 100px 100px 0;
        height: 400px
    }
}

@media (max-width:1419px) {
    .opora .article-header__thumbnail {
        border-radius: 0 80px 80px 0;
        height: 300px;
        width: 65%
    }
}

@media (max-width:1023px) {
    .opora .article-header__thumbnail {
        width: 55%
    }
}

@media (max-width:767px) {
    .opora .article-header__thumbnail {
        border-radius: 60px 60px 0 0;
        height: 200px;
        width: 100%
    }
}

.opora .article-header__title {
    font-family: TRY Grtsk Tera, sans-serif;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 1.4px;
    line-height: 50px;
    margin-bottom: 10px
}

@media (max-width:1919px) {
    .opora .article-header__title {
        font-size: 22px;
        line-height: 30px
    }
}

@media (max-width:1419px) {
    .opora .article-header__title {
        font-size: 18px;
        line-height: 23px
    }
}

.opora .article-header__excerpt p {
    font-family: TRY Grtsk Peta, sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px
}

@media (max-width:1919px) {
    .opora .article-header__excerpt p {
        font-size: 14px;
        line-height: 22px
    }
}

@media (max-width:1419px) {
    .opora .article-header__excerpt p {
        font-size: 12px;
        line-height: 20px
    }
}

.opora .opora-tags {
    display: flex;
    flex-wrap: wrap;
    list-style: none
}

.opora .opora-tags__item {
    margin-bottom: 10px;
    margin-right: 10px
}

.opora .opora-tags__item:last-child {
    margin-right: 0
}

.opora .opora-tags__item a {
    background-color: #d6e8ff;
    border-radius: 90px;
    display: block;
    font-family: TRY Grtsk Peta, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 22px;
    padding: 8px 18px 10px
}

.opora .article-footer {
    margin-left: 120px
}

@media (max-width:1919px) {
    .opora .article-footer {
        margin-left: 90px
    }
}

@media (max-width:1419px) {
    .opora .article-footer {
        margin-left: 55px
    }
}

@media (max-width:1023px) {
    .opora .article-footer {
        margin-left: 45px
    }
}

@media (max-width:767px) {
    .opora .article-footer {
        margin-left: 0
    }
}

.opora .opora-article__footer {
    margin-bottom: 110px
}

@media (max-width:1919px) {
    .opora .opora-article__footer {
        margin-bottom: 100px
    }
}

@media (max-width:1419px) {
    .opora .opora-article__footer {
        margin-bottom: 50px
    }
}

.opora .article-footer__top {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 75px;
    margin-right: 18%
}

@media (max-width:1919px) {
    .opora .article-footer__top {
        margin-bottom: 65px
    }
}

@media (max-width:1419px) {
    .opora .article-footer__top {
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .opora .article-footer__top {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 75px;
        margin-right: 0
    }
}

.opora .article-footer__tags {
    max-width: 60%;
    padding-top: 40px
}

@media (max-width:1023px) {
    .opora .article-footer__tags {
        padding-top: 20px
    }
}

@media (max-width:767px) {
    .opora .article-footer__tags {
        margin-bottom: 30px;
        max-width: unset
    }
}

.opora .article-footer__socials {
    margin-bottom: 10px
}

@media (max-width:767px) {
    .opora .article-footer__socials {
        margin-bottom: 0
    }
}

.opora .article-socials__title {
    font-family: TRY Grtsk Peta, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 7px;
    text-transform: lowercase
}

@media (max-width:1919px) {
    .opora .article-socials__title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 13px
    }
}

@media (max-width:1023px) {
    .opora .article-socials__title {
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 20px;
        margin-bottom: 5px
    }
}

.opora .article-socials__list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none
}

.opora .article-socials__item {
    margin-right: 30px
}

.opora .article-socials__item:last-child {
    margin-right: 0
}

.opora .article-socials__item a {
    align-items: center;
    background-color: #416bbf;
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px
}

.opora .article-socials__item svg {
    fill: #fff
}

.opora .article-footer__psycho {
    margin-bottom: 85px
}

@media (max-width:1919px) {
    .opora .article-footer__psycho {
        margin-bottom: 75px
    }
}

@media (max-width:1419px) {
    .opora .article-footer__psycho {
        margin-bottom: 50px
    }
}

@media (max-width:767px) {
    .opora .article-footer__psycho {
        margin-bottom: 40px
    }
}

.opora .article-main__psycho {
    left: calc(100% + 125px);
    position: absolute;
    top: 75px
}

@media (max-width:1919px) {
    .opora .article-main__psycho {
        left: calc(100% + 90px);
        top: 0
    }
}

@media (max-width:1419px) {
    .opora .article-main__psycho {
        left: calc(100% + 40px)
    }
}

@media (max-width:1023px) {
    .opora .article-main__psycho {
        left: unset;
        position: static;
        top: unset
    }
}

.opora .opora-authors__list {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(3, 1fr)
}

@media (max-width:1419px) {
    .opora .opora-authors__list {
        gap: 20px
    }
}

@media (max-width:767px) {
    .opora .opora-authors__list {
        grid-template-columns: repeat(2, 1fr)
    }
}

.opora .opora-authors__role {
    color: #203258;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px
}

@media (max-width:1919px) {
    .opora .opora-authors__role {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width:1023px) {
    .opora .opora-authors__role {
        font-size: 12px;
        line-height: 20px
    }
}

.opora .opora-authors__author {
    color: #203258;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 30px
}

@media (max-width:1919px) {
    .opora .opora-authors__author {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width:1023px) {
    .opora .opora-authors__author {
        font-size: 12px;
        line-height: 20px
    }
}

.opora .more-posts__title {
    color: #203258;
    font-family: TRY Grtsk Tera, sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1.4px;
    line-height: 39px;
    margin-bottom: 40px;
    text-transform: lowercase
}

@media (max-width:1919px) {
    .opora .more-posts__title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 30px
    }
}

@media (max-width:1419px) {
    .opora .more-posts__title {
        font-size: 18px;
        line-height: 23px
    }
}

@media (max-width:1023px) {
    .opora .more-posts__title {
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .opora .more-posts__title {
        margin-bottom: 15px
    }
}

.opora .more-posts__list {
    display: grid;
    gap: 70px;
    grid-template-columns: repeat(3, 1fr)
}

@media (max-width:1919px) {
    .opora .more-posts__list {
        gap: 50px
    }
}

@media (max-width:1419px) {
    .opora .more-posts__list {
        gap: 30px
    }
}

@media (max-width:1023px) {
    .opora .more-posts__list {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:767px) {
    .opora .more-posts__list {
        gap: 17px;
        grid-template-columns: 1fr
    }
}

@media (max-width:1023px) {
    .opora .more-posts__item:last-child {
        display: none
    }
}

@media (max-width:767px) {
    .opora .more-posts__item:last-child {
        display: block
    }
}

.opora .opora-article__main {
    margin-left: 120px;
    margin-right: 33%;
    position: relative
}

@media (max-width:1919px) {
    .opora .opora-article__main {
        margin-left: 90px
    }
}

@media (max-width:1419px) {
    .opora .opora-article__main {
        margin-left: 55px
    }
}

@media (max-width:1023px) {
    .opora .opora-article__main {
        margin-left: 45px;
        margin-right: 45px
    }
}

@media (max-width:767px) {
    .opora .opora-article__main {
        margin-left: 0;
        margin-right: 0
    }
}

.opora .article-main__content *,
.opora .article-main__content :after,
.opora .article-main__content :before {
    color: #2f2f2f;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 140%
}

@media (max-width:1023px) {

    .opora .article-main__content *,
    .opora .article-main__content :after,
    .opora .article-main__content :before {
        font-size: 16px
    }
}

@media (max-width:767px) {

    .opora .article-main__content *,
    .opora .article-main__content :after,
    .opora .article-main__content :before {
        font-size: 15px
    }
}

.opora .article-main__content p {
    margin-bottom: 1em;
    margin-top: 1em
}

.opora .article-main__content p:first-child {
    margin-top: 0
}

.opora .article-main__content p:last-child {
    margin-bottom: 0
}

.opora .article-main__content .has-large-font-size {
    font-size: inherit
}

.opora .article-main__content nobr {
    color: inherit;
    font: inherit
}

.opora .article-main__content a {
    text-decoration: underline
}

@media (min-width:1024px) {
    .opora .article-main__content a:hover {
        text-decoration: none
    }
}

.opora .article-main__content li {
    margin-bottom: .5em;
    margin-top: .5em
}

.opora .article-main__content ul {
    list-style: none
}

.opora .article-main__content ul:first-child {
    margin-top: 0
}

.opora .article-main__content ul:last-child {
    margin-bottom: 0
}

.opora .article-main__content ul li {
    padding-left: 35px;
    position: relative
}

@media (max-width:1919px) {
    .opora .article-main__content ul li {
        padding-left: 27px
    }
}

@media (max-width:767px) {
    .opora .article-main__content ul li {
        padding-left: 23px
    }
}

.opora .article-main__content ul li:before {
    background-color: #2f2f2f;
    border-radius: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 5px
}

@media (max-width:1919px) {
    .opora .article-main__content ul li:before {
        height: 4px;
        top: 10px;
        width: 4px
    }
}

.opora .article-main__content ol:first-child {
    margin-top: 0
}

.opora .article-main__content ol:last-child {
    margin-bottom: 0
}

.opora .article-main__content ol li {
    padding-left: 35px;
    position: relative
}

@media (max-width:1919px) {
    .opora .article-main__content ol li {
        padding-left: 27px
    }
}

@media (max-width:767px) {
    .opora .article-main__content ol li {
        padding-left: 23px
    }
}

.opora .article-main__content ol li:before {
    border-radius: 0;
    color: #2f2f2f;
    left: 0;
    position: absolute;
    top: 0
}

.opora .article-main__content h1,
.opora .article-main__content h2,
.opora .article-main__content h3 {
    font-family: TRY Grtsk Tera, sans-serif;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 1.4px;
    line-height: 37px;
    margin-bottom: 1em;
    margin-top: 2em
}

.opora .article-main__content h1:first-child,
.opora .article-main__content h2:first-child,
.opora .article-main__content h3:first-child {
    margin-top: 0
}

.opora .article-main__content h1:last-child,
.opora .article-main__content h2:last-child,
.opora .article-main__content h3:last-child {
    margin-bottom: 0
}

@media (max-width:1919px) {

    .opora .article-main__content h1,
    .opora .article-main__content h2,
    .opora .article-main__content h3 {
        font-size: 22px;
        line-height: 30px
    }
}

@media (max-width:1419px) {

    .opora .article-main__content h1,
    .opora .article-main__content h2,
    .opora .article-main__content h3 {
        font-size: 18px;
        line-height: 23px
    }
}

@media (max-width:767px) {

    .opora .article-main__content h1,
    .opora .article-main__content h2,
    .opora .article-main__content h3 {
        font-size: 16px;
        line-height: 20px
    }
}

.opora .article-main__content figure {
    margin-bottom: 2em;
    margin-left: -120px;
    margin-top: 2em;
    width: calc(100% + 120px)
}

@media (max-width:1919px) {
    .opora .article-main__content figure {
        margin-left: -90px;
        width: calc(100% + 90px)
    }
}

@media (max-width:1419px) {
    .opora .article-main__content figure {
        margin-left: -55px;
        width: calc(100% + 55px)
    }
}

@media (max-width:1023px) {
    .opora .article-main__content figure {
        margin-left: -45px;
        width: calc(100% + 90px)
    }
}

@media (max-width:767px) {
    .opora .article-main__content figure {
        margin-left: 0;
        width: 100%
    }
}

.opora .article-main__content figure img {
    border-radius: 18px
}

.opora .article-main__inner-block {
    margin-bottom: 2em;
    margin-top: 1em
}

.opora .lead-paragraph {
    margin-left: -120px;
    width: calc(100% + 120px)
}

@media (max-width:1919px) {
    .opora .lead-paragraph {
        margin-left: -90px;
        width: calc(100% + 90px)
    }
}

@media (max-width:1419px) {
    .opora .lead-paragraph {
        margin-left: -55px;
        width: calc(100% + 55px)
    }
}

@media (max-width:1023px) {
    .opora .lead-paragraph {
        margin-left: -45px;
        width: calc(100% + 90px)
    }
}

@media (max-width:767px) {
    .opora .lead-paragraph {
        margin-left: 0;
        width: 100%
    }
}

.opora .lead-paragraph p {
    color: #203258;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 34px
}

@media (max-width:1919px) {
    .opora .lead-paragraph p {
        font-size: 20px;
        line-height: 28px
    }
}

@media (max-width:1419px) {
    .opora .lead-paragraph p {
        font-size: 18px;
        line-height: 25px
    }
}

@media (max-width:767px) {
    .opora .lead-paragraph p {
        font-size: 16px;
        line-height: 23px
    }
}

.opora .lead-paragraph a {
    color: inherit
}

.opora .icon-card {
    background-color: #faf9f7;
    border-radius: 18px;
    display: flex;
    margin-left: -120px;
    padding: 30px 50px 35px 30px;
    width: calc(100% + 120px)
}

@media (max-width:1919px) {
    .opora .icon-card {
        margin-left: -90px;
        padding: 25px 30px 30px 25px;
        width: calc(100% + 90px)
    }
}

@media (max-width:1419px) {
    .opora .icon-card {
        margin-left: -55px;
        padding: 20px 25px 25px 20px;
        width: calc(100% + 55px)
    }
}

@media (max-width:1023px) {
    .opora .icon-card {
        margin-left: -45px;
        padding: 15px 20px 20px 15px;
        width: calc(100% + 90px)
    }
}

@media (max-width:767px) {
    .opora .icon-card {
        flex-direction: column;
        margin-left: 0;
        padding: 20px 10px 25px;
        width: 100%
    }
}

.opora .icon-card ol:last-child,
.opora .icon-card p:last-child,
.opora .icon-card ul:last-child {
    margin: 0
}

.opora .icon-card h1,
.opora .icon-card h2,
.opora .icon-card h3,
.opora .icon-card strong {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 28px
}

@media (max-width:1419px) {

    .opora .icon-card h1,
    .opora .icon-card h2,
    .opora .icon-card h3,
    .opora .icon-card strong {
        font-size: 18px;
        line-height: 25px
    }
}

.opora .icon-card__icon {
    align-self: flex-start;
    height: auto;
    margin-right: 30px;
    width: 115px
}

@media (max-width:1919px) {
    .opora .icon-card__icon {
        margin-right: 25px
    }
}

@media (max-width:1419px) {
    .opora .icon-card__icon {
        margin-right: 20px
    }
}

@media (max-width:1023px) {
    .opora .icon-card__icon {
        margin-right: 15px;
        width: 110px
    }
}

@media (max-width:767px) {
    .opora .icon-card__icon {
        height: 77px;
        margin-bottom: 15px;
        margin-right: 0;
        width: auto
    }
}

.opora .icon-card__content {
    align-self: center
}

@media (max-width:767px) {
    .opora .icon-card__content {
        align-self: flex-start
    }
}

.opora .true-false-card {
    background-color: #faf9f7;
    border-radius: 18px;
    padding: 25px
}

@media (max-width:1919px) {
    .opora .true-false-card {
        padding: 20px
    }
}

@media (max-width:767px) {
    .opora .true-false-card {
        padding: 20px 10px
    }
}

.opora .true-false-card__title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 25px !important
}

@media (max-width:1919px) {
    .opora .true-false-card__title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px !important
    }
}

@media (max-width:1023px) {
    .opora .true-false-card__title {
        font-weight: 400
    }
}

.opora .true-false-card__false-block,
.opora .true-false-card__true-block {
    background-color: #fff;
    border-radius: 18px;
    margin-bottom: 25px;
    padding: 15px 45px;
    position: relative
}

@media (max-width:1919px) {

    .opora .true-false-card__false-block,
    .opora .true-false-card__true-block {
        margin-bottom: 20px;
        padding-right: 15px
    }
}

@media (max-width:767px) {

    .opora .true-false-card__false-block,
    .opora .true-false-card__true-block {
        padding-right: 10px
    }
}

.opora .true-false-card__false-block:last-child,
.opora .true-false-card__true-block:last-child {
    margin-bottom: 0
}

.opora .true-false-card__false-block:before,
.opora .true-false-card__true-block:before {
    background-size: 100%;
    content: "";
    height: 18px;
    left: 15px;
    position: absolute;
    top: 15px;
    width: 18px
}

.opora .true-false-card__false-block:before {
    background-image: url(../../img/icon-false.svg)
}

.opora .true-false-card__true-block:before {
    background-image: url(../../img/icon-true.svg)
}

.opora .wp-block-lazyblock-link-list {
    margin-bottom: 2em;
    margin-top: 2em
}

.opora .link-list__item {
    background-color: #d6e8ff;
    border-radius: 18px;
    color: #203258;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    padding: 10px 15px 15px !important
}

@media (max-width:767px) {
    .opora .link-list__item {
        margin-bottom: 10px !important
    }
}

.opora .link-list__item:before {
    content: none !important
}

.opora .link-list__item:last-child {
    margin-bottom: 0 !important
}

.opora .link-list__item a {
    color: #203258;
    display: block;
    text-decoration: underline
}

.opora .article-main__sourced-block {
    position: relative
}

.opora .wp-block-lazyblock-source-list-opora,
.opora .wp-block-lazyblock-source-opora {
    left: calc(100% + 125px);
    position: absolute;
    top: 0;
    width: 43%
}

@media (max-width:1919px) {

    .opora .wp-block-lazyblock-source-list-opora,
    .opora .wp-block-lazyblock-source-opora {
        left: calc(100% + 90px);
        top: 0;
        width: 43.5%
    }
}

@media (max-width:1419px) {

    .opora .wp-block-lazyblock-source-list-opora,
    .opora .wp-block-lazyblock-source-opora {
        left: calc(100% + 40px);
        width: 46.6%
    }
}

@media (max-width:1023px) {

    .opora .wp-block-lazyblock-source-list-opora,
    .opora .wp-block-lazyblock-source-opora {
        left: unset;
        margin-bottom: 2em;
        margin-top: 2em;
        position: static;
        top: unset;
        width: 100%
    }
}

.opora .source-single {
    background-color: #d6e8ff;
    border-radius: 18px;
    box-shadow: 0 15px 45px #d7e9ff;
    padding: 30px 85px 30px 30px;
    position: relative
}

@media (max-width:1919px) {
    .opora .source-single {
        padding-right: 50px
    }
}

@media (max-width:1419px) {
    .opora .source-single {
        padding: 60px 20px 20px
    }
}

@media (max-width:1023px) {
    .opora .source-single {
        box-shadow: 0 5px 25px rgba(215, 233, 255, .8);
        margin-left: -45px;
        padding: 40px 45% 30px 50px;
        width: calc(100% + 90px)
    }
}

@media (max-width:767px) {
    .opora .source-single {
        margin-left: 0;
        padding: 47px 110px 20px 10px;
        width: 100%
    }
}

.opora .source-single__image {
    position: absolute;
    right: 20px;
    top: -71px;
    width: 169px
}

@media (max-width:1919px) {
    .opora .source-single__image {
        right: 30px;
        width: 150px
    }
}

@media (max-width:1419px) {
    .opora .source-single__image {
        right: 10px;
        top: -43px;
        width: 135px
    }
}

@media (max-width:1023px) {
    .opora .source-single__image {
        right: 6%;
        top: -40px;
        width: 180px
    }
}

@media (max-width:767px) {
    .opora .source-single__image {
        right: 15px;
        top: -35px;
        width: 100px
    }
}

.opora .source-single__title {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    padding-right: 40%
}

@media (max-width:1919px) {
    .opora .source-single__title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px !important
    }
}

@media (max-width:1419px) {
    .opora .source-single__title {
        font-size: 12px;
        line-height: 20px;
        padding-right: 45%
    }
}

@media (max-width:1023px) {
    .opora .source-single__title {
        padding-right: 0
    }
}

@media (max-width:767px) {
    .opora .source-single__title {
        margin-bottom: 5px !important
    }
}

.opora .source-single__link {
    font-family: TRY Grtsk Tera, sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.4px;
    line-height: 28px
}

@media (max-width:1419px) {
    .opora .source-single__link {
        line-height: 23px
    }
}

@media (max-width:1023px) {
    .opora .source-single__link {
        font-weight: 400
    }
}

.opora .source-single__link a {
    color: #203258;
    text-decoration: none
}

.opora .source-single__link a:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.opora .source-list {
    background-color: #d6e8ff;
    border-radius: 18px;
    box-shadow: 0 15px 45px #d7e9ff;
    padding: 30px;
    position: relative
}

@media (max-width:1919px) {
    .opora .source-list {
        padding: 20px
    }
}

@media (max-width:1023px) {
    .opora .source-list {
        box-shadow: 0 5px 25px rgba(215, 233, 255, .8);
        margin-left: -45px;
        padding: 30px;
        width: calc(100% + 90px)
    }
}

@media (max-width:767px) {
    .opora .source-list {
        margin-left: 0;
        padding: 15px 10px;
        width: 100%
    }
}

@media (max-width:1023px) {
    .opora .source-list_active .source-list__list {
        max-height: 600px;
        opacity: 1;
        padding-top: 25px;
        visibility: visible
    }
}

@media (max-width:767px) {
    .opora .source-list_active .source-list__list {
        padding-top: 20px
    }
}

.opora .source-list_active .source-list__button svg {
    transform: rotate(180deg)
}

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

.opora .source-list__title {
    color: #203258;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

@media (max-width:1919px) {
    .opora .source-list__title {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width:1419px) {
    .opora .source-list__title {
        font-size: 12px;
        line-height: 20px
    }
}

@media (max-width:1023px) {
    .opora .source-list__title {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width:767px) {
    .opora .source-list__title {
        font-size: 15px;
        line-height: 23px
    }
}

.opora .source-list__button {
    align-items: center;
    background: none;
    border: none;
    display: none;
    flex-shrink: 0;
    height: 50px;
    justify-content: center;
    width: 50px
}

@media (max-width:1023px) {
    .opora .source-list__button {
        display: flex
    }
}

.opora .source-list__button:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 8
}

.opora .source-list__button svg {
    transition: transform .4s ease-in-out
}

.opora .source-list__list {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-top: 25px
}

@media (max-width:1919px) {
    .opora .source-list__list {
        padding-top: 20px
    }
}

@media (max-width:1023px) {
    .opora .source-list__list {
        max-height: 0;
        opacity: 0;
        padding-top: 0;
        transition: all .4s ease-in-out;
        visibility: hidden
    }
}

.opora .source-list__item {
    background-color: #fff;
    border-radius: 18px;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    padding: 15px 73px 15px 15px !important;
    position: relative
}

@media (max-width:1919px) {
    .opora .source-list__item {
        padding-right: 30px !important
    }
}

@media (max-width:1419px) {
    .opora .source-list__item {
        padding-right: 15px !important
    }
}

@media (max-width:767px) {
    .opora .source-list__item {
        padding: 15px 10px !important
    }
}

.opora .source-list__item:last-child {
    margin-bottom: 0 !important
}

.opora .source-list__item:before {
    content: none !important
}

.opora .source-list__item a {
    color: #203258;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    text-decoration: underline
}

@media (max-width:1419px) {
    .opora .source-list__item a {
        font-size: 12px;
        line-height: 18px
    }
}

@media (max-width:1023px) {
    .opora .source-list__item a {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width:767px) {
    .opora .source-list__item a {
        font-size: 15px;
        line-height: 23px
    }
}

.opora .source-list__item a:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.opora .conclusion {
    margin-bottom: 2em;
    margin-top: 2em
}

.opora .conclusion:last-child {
    margin-bottom: 0
}

.opora .conclusion *,
.opora .conclusion :after,
.opora .conclusion :before {
    color: #203258;
    font-size: 36px;
    letter-spacing: 1.4px;
    line-height: 140%
}

@media (max-width:1919px) {

    .opora .conclusion *,
    .opora .conclusion :after,
    .opora .conclusion :before {
        font-size: 30px
    }
}

@media (max-width:1419px) {

    .opora .conclusion *,
    .opora .conclusion :after,
    .opora .conclusion :before {
        font-size: 24px
    }
}

@media (max-width:767px) {

    .opora .conclusion *,
    .opora .conclusion :after,
    .opora .conclusion :before {
        font-size: 20px
    }
}

.opora .about-opora-page,
.opora .opora-page_about {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.opora .about-opora-page {
    background-image: url(../../img/opora-about-1920@1x.png);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 1074px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .opora .about-opora-page {
        background-image: url(../../img/opora-about-1920@2x.png)
    }
}

@media (max-width:1919px) {
    .opora .about-opora-page {
        background-size: 804px
    }
}

@media (max-width:1419px) {
    .opora .about-opora-page {
        background-image: url(../../img/opora-about-1024@1x.png);
        background-size: 602px
    }
}

@media (max-width:1419px) and (-webkit-min-device-pixel-ratio:2),
(max-width:1419px) and (min-resolution:2dppx) {
    .opora .about-opora-page {
        background-image: url(../../img/opora-about-1024@2x.png)
    }
}

@media (max-width:1023px) {
    .opora .about-opora-page {
        background-image: url(../../img/opora-about-768@1x.png);
        background-size: 410px
    }
}

@media (max-width:1023px) and (-webkit-min-device-pixel-ratio:2),
(max-width:1023px) and (min-resolution:2dppx) {
    .opora .about-opora-page {
        background-image: url(../../img/opora-about-768@2x.png)
    }
}

@media (max-width:767px) {
    .opora .about-opora-page {
        background-image: url(../../img/opora-about-360@1x.png);
        background-position: top;
        background-size: 360px;
        padding-top: 250px
    }
}

@media (max-width:767px) and (-webkit-min-device-pixel-ratio:2),
(max-width:767px) and (min-resolution:2dppx) {
    .opora .about-opora-page {
        background-image: url(../../img/opora-about-360@2x.png)
    }
}

.opora .about-opora-page__title {
    color: #203258;
    font-family: TRY Grtsk Tera, sans-serif;
    font-size: 28px;
    letter-spacing: 1.4px;
    line-height: 39px;
    margin-bottom: 20px;
    max-width: 40%
}

@media (max-width:1919px) {
    .opora .about-opora-page__title {
        margin-bottom: 40px
    }
}

@media (max-width:1419px) {
    .opora .about-opora-page__title {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 35px
    }
}

@media (max-width:1023px) {
    .opora .about-opora-page__title {
        margin-bottom: 45px;
        max-width: 286px
    }
}

@media (max-width:767px) {
    .opora .about-opora-page__title {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
        max-width: unset
    }
}

.opora .about-opora-page__title-link {
    color: #416bbf
}

.opora .about-opora-page__main {
    margin-bottom: auto;
    max-width: 40%
}

@media (max-width:1023px) {
    .opora .about-opora-page__main {
        max-width: 90%
    }
}

@media (max-width:767px) {
    .opora .about-opora-page__main {
        max-width: unset
    }
}

.opora .about-opora-page__main p {
    color: #203258;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 1em;
    margin-top: 1em
}

@media (max-width:1419px) {
    .opora .about-opora-page__main p {
        font-size: 15px;
        line-height: 23px
    }
}

.opora .about-opora-page__main a {
    text-decoration: underline
}

@media (min-width:1024px) {
    .opora .about-opora-page__main a:hover {
        text-decoration: none
    }
}

.opora .about-opora-page__medium-break {
    display: none
}

@media (max-width:1023px) {
    .opora .about-opora-page__medium-break {
        display: inline
    }
}

@media (max-width:767px) {
    .opora .about-opora-page__medium-break {
        display: none
    }
}

.opora .about-opora-page__info {
    display: flex;
    justify-content: space-between;
    margin-top: 300px
}

@media (max-width:1919px) {
    .opora .about-opora-page__info {
        margin-top: 100px
    }
}

@media (max-width:1419px) {
    .opora .about-opora-page__info {
        flex-direction: column-reverse
    }
}

@media (max-width:767px) {
    .opora .about-opora-page__info {
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 45px
    }
}

.opora .about-opora-page__socials {
    margin-right: 130px;
    min-width: 220px
}

@media (max-width:1919px) {
    .opora .about-opora-page__socials {
        margin-right: 30px
    }
}

@media (max-width:767px) {
    .opora .about-opora-page__socials {
        margin-bottom: 70px;
        margin-right: 0;
        min-width: unset
    }
}

.opora .about-opora-page__authors-title,
.opora .about-opora-page__socials-title {
    color: #203258;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px
}

@media (max-width:1419px) {

    .opora .about-opora-page__authors-title,
    .opora .about-opora-page__socials-title {
        font-size: 15px;
        line-height: 23px
    }
}

.opora .about-opora-page__authors-body,
.opora .about-opora-page__socials-body {
    color: #203258;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px
}

@media (max-width:1419px) {

    .opora .about-opora-page__authors-body,
    .opora .about-opora-page__socials-body {
        font-size: 15px;
        line-height: 23px
    }
}

.opora .about-opora-page__authors-body a,
.opora .about-opora-page__socials-body a {
    text-decoration: underline
}

@media (min-width:1024px) {

    .opora .about-opora-page__authors-body a:hover,
    .opora .about-opora-page__socials-body a:hover {
        text-decoration: none
    }
}

.opora .about-opora-page__authors {
    flex-grow: 1
}

.opora .about-opora-page__authors-list {
    display: grid;
    gap: 50px 150px;
    grid-template-columns: repeat(3, 1fr);
    justify-content: flex-end
}

@media (max-width:1919px) {
    .opora .about-opora-page__authors-list {
        gap: 40px 50px
    }
}

@media (max-width:1419px) {
    .opora .about-opora-page__authors-list {
        gap: 25px;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 25px
    }
}

@media (max-width:767px) {
    .opora .about-opora-page__authors-list {
        grid-template-columns: 1fr;
        margin-bottom: 70px
    }
}

.opora .about-opora-page__authors-item:last-child {
    grid-column: 3
}

@media (max-width:1419px) {
    .opora .about-opora-page__authors-item:last-child {
        grid-column: unset
    }

    .opora .about-opora-page__authors-item_experts {
        order: 1
    }

    .opora .about-opora-page__authors-item_design {
        order: 2
    }

    .opora .about-opora-page__authors-item_chief {
        order: 3
    }

    .opora .about-opora-page__authors-item_illustration {
        order: 4
    }

    .opora .about-opora-page__authors-item_authors {
        order: 5
    }

    .opora .about-opora-page__authors-item_pr {
        order: 6
    }

    .opora .about-opora-page__authors-item_management {
        order: 7
    }

    .opora .about-opora-page__authors-item_smm {
        order: 8
    }

    .opora .about-opora-page__authors-item_publisher {
        order: 9
    }

    .opora .about-opora-page__authors-item_development {
        order: 10
    }
}

@media (max-width:767px) {
    .opora .about-opora-page__authors-item_publisher {
        order: 11
    }

    .opora .about-opora-page__authors-item_experts {
        order: -2
    }

    .opora .about-opora-page__authors-item_chief {
        order: -1
    }
}

.opora .opora-index__info {
    margin-bottom: 50px
}

@media (max-width:1919px) {
    .opora .opora-index__info {
        margin-bottom: 40px
    }
}

.opora .opora-info {
    background-color: #faf9f7;
    border-radius: 0 140px 140px 0;
    box-shadow: 0 15px 48px rgba(65, 107, 191, .2);
    color: #203258;
    padding: 40px 40% 60px 40px;
    position: relative;
    width: 90%
}

@media (max-width:1919px) {
    .opora .opora-info {
        border-radius: 0 100px 100px 0;
        padding: 35px 40% 35px 35px
    }
}

@media (max-width:1419px) {
    .opora .opora-info {
        border-radius: 0 80px 80px 0;
        padding: 25px 29% 25px 35px
    }
}

@media (max-width:1023px) {
    .opora .opora-info {
        padding-right: 35px;
        padding-top: 369px;
        width: 100%
    }
}

@media (max-width:767px) {
    .opora .opora-info {
        border-radius: 0 60px 60px 0;
        padding: 234px 20px 30px
    }
}

.opora .opora-info:before {
    background-image: url(../../img/opora-info.gif);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 510px;
    position: absolute;
    right: -160px;
    top: 100px;
    width: 838px
}

@media (max-width:1919px) {
    .opora .opora-info:before {
        height: 371px;
        right: -115px;
        top: 79px;
        width: 610px
    }
}

@media (max-width:1419px) {
    .opora .opora-info:before {
        height: 304px;
        right: -94px;
        top: 112px;
        width: 499px
    }
}

@media (max-width:1023px) {
    .opora .opora-info:before {
        height: 371px;
        left: 50%;
        right: unset;
        top: -35px;
        transform: translateX(-50%);
        width: 609px
    }
}

@media (max-width:767px) {
    .opora .opora-info:before {
        height: 168px;
        top: 28px;
        width: 319px
    }
}

.opora .opora-info__top-row {
    align-items: center;
    display: flex;
    margin-bottom: 50px
}

@media (max-width:1919px) {
    .opora .opora-info__top-row {
        margin-bottom: 30px
    }
}

@media (max-width:1419px) {
    .opora .opora-info__top-row {
        margin-bottom: 20px
    }
}

@media (max-width:1023px) {
    .opora .opora-info__top-row {
        justify-content: space-between;
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .opora .opora-info__top-row {
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 30px
    }
}

.opora .opora-info__title {
    flex-shrink: 0;
    font-family: TRY Grtsk Tera, sans-serif;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 1.4px;
    line-height: 50px;
    margin-right: 45px
}

@media (max-width:1919px) {
    .opora .opora-info__title {
        font-size: 28px;
        line-height: 39px;
        margin-right: 40px
    }
}

@media (max-width:1419px) {
    .opora .opora-info__title {
        font-size: 25px;
        line-height: 35px
    }
}

@media (max-width:1023px) {
    .opora .opora-info__title {
        margin-right: 60px
    }
}

@media (max-width:767px) {
    .opora .opora-info__title {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 15px;
        margin-right: 0
    }
}

.opora .opora-info__description {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px
}

@media (max-width:1919px) {
    .opora .opora-info__description {
        font-size: 14px;
        line-height: 22px
    }
}

@media (max-width:1419px) {
    .opora .opora-info__description {
        font-size: 12px;
        line-height: 20px
    }
}

@media (max-width:1023px) {
    .opora .opora-info__description {
        max-width: 285px
    }
}

@media (max-width:767px) {
    .opora .opora-info__description {
        font-size: 12px;
        line-height: 18px;
        max-width: unset
    }
}

.opora .opora-info__bottom-text,
.opora .opora-info__text {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 36px;
    position: relative;
    z-index: 2
}

@media (max-width:1919px) {

    .opora .opora-info__bottom-text,
    .opora .opora-info__text {
        font-size: 20px;
        line-height: 30px
    }
}

@media (max-width:1419px) {

    .opora .opora-info__bottom-text,
    .opora .opora-info__text {
        font-size: 15px;
        line-height: 23px;
        padding-right: 32%
    }
}

@media (max-width:1023px) {

    .opora .opora-info__bottom-text,
    .opora .opora-info__text {
        padding-right: 0
    }
}

.opora .opora-info__text {
    margin-bottom: 30px
}

@media (max-width:1419px) {
    .opora .opora-info__text {
        margin-bottom: 10px
    }
}

@media (max-width:1023px) {
    .opora .opora-info__text {
        margin-bottom: 20px
    }
}

.opora .opora-info__bottom-text {
    margin-bottom: 100px
}

@media (max-width:1919px) {
    .opora .opora-info__bottom-text {
        margin-bottom: 50px
    }
}

@media (max-width:767px) {
    .opora .opora-info__bottom-text {
        margin-bottom: 60px
    }
}

.opora .info-socials {
    display: flex;
    flex-wrap: wrap;
    list-style: none
}

.opora .info-socials__item {
    margin-right: 55px
}

@media (max-width:1919px) {
    .opora .info-socials__item {
        margin-right: 45px
    }
}

.opora .info-socials__item:last-child {
    margin-right: 0
}

.opora .info-socials__item svg {
    fill: #203258
}

@media (max-width:1919px) {
    .opora .info-socials__item_vk {
        width: 30px
    }

    .opora .info-socials__item_tg {
        width: 26px
    }

    .opora .info-socials__item_ym {
        width: 21px
    }

    .opora .info-socials__item_dzen {
        width: 22px
    }
}