
a,
button,
input,
textarea,
select {
    -webkit-touch-callout: initial !important;
    -webkit-user-select: initial !important;
    -khtml-user-select: initial !important;
    -moz-user-select: initial !important;
    -ms-user-select: initial !important;
    user-select: initial !important;
}

picture,
img {
    display: block;
    width: 100%;
    height: auto;
}

@font-face {
    font-display: swap;
    font-family: "Cyntho Next SLM";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/CynthoNextSLM-Regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "Cyntho Next SLM";
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/CynthoNextSLM-SemiBold.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "Cyntho Next SLM";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/CynthoNextSLM-Bold.woff2) format("woff2")
}

:root {
    --red: #c81034;
    --white: #fff;
    --black: #000;
    --grey: #000 60%;
    --grey-border: solid 1px rgba(0, 0, 0, .12)
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: Cyntho Next SLM, Segoe UI, Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #252525;
}

.h1,
h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 24px;
}

.h2,
h2 {
    font-size: 22px;
    line-height: 24px;
}

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

.h4,
h4 {
    font-size: 18px
}

.h4,
.h5,
h4,
h5 {
    line-height: 22px
}

.h5,
h5 {
    font-size: 16px;
    font-weight: 400
}

.text-bold {
    font-weight: 700
}

a {
    text-decoration: none
}

a :visited {
    color: initial
}

.text-wrapper .no-highlight {
    color: unset
}

.hidden {
    display: none
}

.subhead-2 {
    letter-spacing: .99px
}

.caption-1,
.load-more,
.subhead-2 {
    font-size: 14px;
    line-height: 20px
}


.promo-sidebar {
    margin: 0 auto 40px
}

.promo-sidebar img {
    display: block;
    margin: 0 auto;
    width: 100%
}

.promo-mobile {
    max-width: 300px
}

.promo-portrait {
    max-width: 728px
}

.promo-landscape.margin-top,
.promo-large.margin-top,
.promo-mobile.margin-top,
.promo-portrait.margin-top {
    margin-top: 40px
}

.main-wrapper {
    margin: 0 auto;
    padding-top: 95px
}

.section-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.item-category {
    color: var(--red);
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .99px;
    line-height: 20px;
    margin-bottom: 8px;
    text-transform: uppercase
}

.border-top {
    border-top: 1px solid #000;
    padding-top: 40px
}

.category-red {
    background: var(--red);
    border-bottom-right-radius: 20px 50px;
    border-top-left-radius: 20px 50px;
    color: var(--white);
    height: 20px;
    line-height: 19px;
    margin-left: 5px;
    padding: 1px 10px 0;
    position: relative
}

.category-red:before {
    border-bottom: 20px solid var(--red);
    border-left: 10px solid transparent;
    border-right: 0 solid transparent;
    border-top: 0 solid var(--red);
    border-top-right-radius: 100px;
    content: "";
    left: -5px;
    position: absolute;
    top: 0
}

.category-red:after {
    border-bottom: 0 solid var(--red);
    border-bottom-left-radius: 100px;
    border-left: 0 solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid var(--red);
    content: "";
    left: calc(100% - 5px);
    position: absolute;
    top: 0
}

section .preview-img,
section .profile-img {
    display: block;
    width: 100%;
    max-width: 600px;
}

.border-btm-grey {
    border-bottom: var(--grey-border)
}

@media (min-width: 1024px) {
    body.category .main-wrapper {
        padding-top: 66px
    }
}


.header {
    background-color: var(--white);
    border-bottom: var(--grey-border);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.navbar-logo {
    display: inline-block
}

.logo {
    height: 40px;
    vertical-align: middle;
    width: auto
}

.dws-menu {
    background: var(--secondary-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    list-style-type: none;
    overflow: hidden;
    padding: 12px 15px 12px 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.dws-menu [type=checkbox] {
    display: none
}

.dws-menu li {
    list-style-type: none;
}

.menu-item,
.lang {
    display: none;
}

@media screen and (min-width: 1024px) {

    .menu-item,
    .lang {
        display: flex;
    }
}

.menu-wrapper {
    max-height: 0
}

.menu-wrapper a {
    color: var(--black);
    text-decoration: none
}

.menu-item {
    position: relative
}

.menu-item a {
    display: block
}

.menu-item>a {
    border-bottom: var(--grey-border);
    letter-spacing: .99px;
    padding-bottom: 20px;
    padding-top: 20px
}

a.toggleMenu {
    background-image: url(../images/burger.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    right: 12px;
    top: 0;
    width: 40px
}

label.toggleSubmenu {
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 0;
    width: 40px
}

input.toggleSubmenu:checked~a {
    border-bottom: none;
    color: var(--red);
    padding-bottom: 10px
}

.mobile-menu-footer {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative
}

.mobile-menu-footer a {
    letter-spacing: .99px
}

.mobile-menu-footer a:active {
    color: rgba(0, 0, 0, .4)
}

.mobile-menu-footer :first-child {
    margin-right: 13px
}

.mobile-menu-footer :first-child:after {
    background-image: url(../images/slash.svg);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 20px;
    margin-left: 13px;
    vertical-align: middle;
    width: 10px
}

.mobile-menu-footer .lang-active {
    color: rgba(0, 0, 0, .4)
}

.active {
    color: var(--red) !important
}

.search-button-input,
.search-button-mobile {
    background-image: url(../images/search.svg);
    background-position: 50%;
    background-repeat: no-repeat
}

.search-button-mobile {
    height: 100%;
    position: absolute;
    right: 52px;
    top: 0;
    width: 40px
}

.search-button-full {
    display: none
}

.promo-mobile {
    margin-bottom: 40px
}

.promo-landscape,
.promo-large,
.promo-portrait {
    display: none
}

::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 100%, .4);
    border-radius: 4px
}

.footer-wrapper {
    text-align: center
}

.footer-wrapper .footer-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}

.footer-wrapper .footer-logo .logo {
    height: 40px;
    width: auto;
    margin: 0 auto;
}

@media screen and (min-width: 1024px) {
    .footer-wrapper .footer-logo .logo {
        height: 64px;
    }
}

.footer-wrapper .logo_media-wrapper {
    display: block;
}

.footer-wrapper .soc-media {
    display: inline-flex;
    gap: 20px
}

.footer-wrapper .soc-media a {
    border: 1px solid #000;
    border-radius: 22px;
    display: inline-block;
    padding: 9px
}

.footer-wrapper .soc-media svg {
    display: block
}

.footer-wrapper .footer-menu :last-child {
    margin-bottom: 0
}

.footer-wrapper .item-footer-menu {
    color: var(--black);
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px
}

.footer-wrapper .copyright {
    border-top: var(--grey-border);
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px;
    padding-top: 40px
}

.footer-wrapper .copyright p {
    color: rgba(0, 0, 0, .6);
    margin-bottom: 8px
}

.footer-wrapper .copyright a {
    color: var(--black);
    display: block;
    margin-bottom: 8px
}

.footer-wrapper .copyright :last-child {
    margin-bottom: 0
}

.footer-wrapper .logos-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px
}

.footer-wrapper .logos-wrapper a {
    display: block
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden
}

input[type=checkbox],
input[type=checkbox]:checked~.btn {
    display: none
}

input[type=checkbox]:checked~#content {
    display: block
}

#content {
    display: none
}

.btn {
    color: var(--red);
    cursor: pointer;
    display: block;
    text-decoration: none
}

.btn:after {
    background-image: url("");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 21px 11.5px;
    content: "";
    display: inline-block;
    height: 24px;
    margin-left: 10px;
    vertical-align: middle;
    width: 24px
}

.section-author.tag-page #content {
    border-bottom: 1px solid var(--black);
    display: block;
    padding-bottom: 40px
}

.section-author.tag-page .author-wrapper {
    border-bottom: unset;
    padding-bottom: 0
}

.section-author.tag-page .author-content-wrapper {
    border-bottom: 1px solid var(--black);
    padding-bottom: 40px
}

.section-author.tag-page .author-content-wrapper p:last-child {
    margin-bottom: 0
}

.content-page-section .category {
    color: var(--black);
    display: block;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase
}

.content-page-section .title-wrapper {
    margin: 0 auto 15px;
    padding-left: 20px;
    padding-right: 20px
}

.content-page-section .title-wrapper>h1 {
    margin-bottom: 20px
}

.content-page-section .main-image,
.content-page-section .promo-wrapper {
    margin-bottom: 15px
}

.main-image {
    width: fit-content;
    margin: 0 auto 15px;
    border: 2px solid #587696;
}

.content-page-section .promo-wrapper .promo-sidebar {
    margin: 0 auto
}

.content-page-section .author {
    color: var(--black);
    display: inline-block;
    margin-right: 20px
}

.content-page-section .author:after {
    background-image: url(../images/slash.svg);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 14px;
    margin-left: 20px;
    width: 9px
}

.content-page-section .source {
    color: rgba(0, 0, 0, .6);
    display: inline-block;
    font-size: 12px;
    margin-top: 8px
}

.content-page-section .source a {
    color: rgba(0, 0, 0, .6)
}

.content-page-section .source.over-promo {
    color: var(--black);
    font-size: 16px
}

.content-page-section.with-video .section-4x1 .item-section-title,
.content-page-section.with-video .share-content-wrapper,
.content-page-section.with-video .title-wrapper {
    padding: 0 20px
}

.text-wrapper {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px
}

.text-wrapper>img {
    width: 100%
}

.text-wrapper>img,
.text-wrapper p {
    margin-bottom: 15px
}

span.date-item {
    font-weight: 400;
    white-space: nowrap;
    color: #575757;
}

.source.over-promo {
    margin-bottom: 40px
}

.sidebar-wrapper .section-4x1 .scroll-wrapper h5 {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.section-share {
    display: flex;
    gap: 8px;
    margin-bottom: 40px
}

.section-share a {
    border: 1px solid #000;
    border-radius: 22px;
    display: inline-block;
    padding: 9px
}

.section-share a svg {
    display: block
}

.content-page-section .answers {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    display: flex;
    gap: 24px;
    margin-bottom: 16px;
    padding-bottom: 16px
}

.content-page-section .answers .profile-img {
    max-height: 64px;
    max-width: 64px
}

.content-page-section .answers h5 {
    color: var(--black);
    font-weight: 700
}

.content-page-section .answers p {
    color: rgba(0, 0, 0, .6)
}

.content-page-section .section-wrapper .preview-img,
.content-page-section .section-wrapper h1,
.content-page-section .section-wrapper h2,
.content-page-section .section-wrapper h3,
.content-page-section .section-wrapper h4,
.content-page-section .section-wrapper h5,
.content-page-section .section-wrapper h6 {
    margin-bottom: 24px
}

.content-page-section .section-wrapper li {
    margin-left: 24px;
    padding-left: 16px;
    margin-bottom: 15px;
}

.content-page-section .section-wrapper li::marker {
    color: var(--red);
    font-weight: 700
}

.content-page-section .section-wrapper,
.content-page-section .title-wrapper {
    padding: 0
}

.text-wrapper a {
    color: var(--red);    
}

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

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, .8);
    padding-bottom: 40px
}

.notify {
    color: var(--red);
    display: none;
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px
}

.notify.active {
    display: block
}

.inp {
    border: 1px solid #d3d2d1;
    box-sizing: border-box;
    font-family: Cyntho Next SLM, Segoe UI, Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding: 13px 16px;
    width: 100%
}

.inp.error {
    border-color: var(--red)
}

.tag h1~.tag-content {
    margin-top: 24px
}

.footer-wrapper .footer-menu-wrapper {
    padding: 40px 15px
}

@media (min-width: 768px) {
    a.toggleMenu {
        right: 15px
    }

    label.toggleSubmenu {
        right: 32px
    }

    .dws-menu,
    input.toggleMenu:checked~.menu-wrapper>li {
        padding-left: 15px;
        padding-right: 15px
    }

    .search-button-mobile {
        right: 60px
    }

    .promo-mobile,
    .section-wrapper .wrapper-2x1 .promo-landscape {
        display: none
    }

    .promo-portrait {
        display: flex;
        justify-content: space-evenly;
        max-width: 728px
    }

    .section-wrapper {
        padding-left: 15px;
        padding-right: 15px
    }

    .h1,
    h1 {
        font-size: 32px;
        line-height: 35px
    }

    .h2,
    h2 {
        font-size: 24px;
        line-height: 30px
    }

    .h3,
    blockquote p,
    h3 {
        font-size: 24px;
        line-height: 28px
    }

    .h4,
    h4 {
        font-size: 20px;
        line-height: 24px
    }

    .footer-wrapper .footer-logo {
        display: inline-block;
        margin-bottom: 0
    }

    .footer-wrapper .copyright {
        display: flex;
        gap: 20px;
        justify-content: center;
    }

    .footer-wrapper .logos-wrapper {
        gap: 40px;
        justify-content: flex-start
    }

    .footer-wrapper .copyright-wrap {
        overflow: hidden;
        padding: 0 15px
    }

    .footer-wrapper .footer-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 15px 20px;
    }

    .footer-wrapper .footer-menu .item-footer-menu {
        white-space: nowrap
    }

    .footer-wrapper .item-footer-menu {
        margin-bottom: 0;
    }

    .content-page-section .promo-wrapper {
        margin-bottom: 40px
    }

    .content-page-section .promo-wrapper .promo-sidebar {
        margin: 0 auto
    }

    .content-page-section.with-video .section-4x1 .item-section-title,
    .content-page-section.with-video .share-content-wrapper,
    .content-page-section.with-video .title-wrapper {
        padding: 0 40px
    }

    .content-page-section .category.subhead-2 {
        display: inline-block;
    }

    .content-sidebar-wrapper .sidebar-wrapper {
        display: none
    }

    .source.over-promo {
        margin-bottom: 16px
    }
}

@media (min-width: 1024px) {
    body {
        overflow-x: hidden
    }

    .section-wrapper {
        margin: 0 auto;
        max-width: 940px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header {
        display: flex;
        overflow: hidden
    }

    .navbar-logo .logo {
        height: 64px;
        width: auto
    }

    .dws-menu {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        max-width: 940px;
        padding: 0 15px;
        width: 100%
    }

    .menu-wrapper {
        align-items: center;
        display: flex;
        max-height: unset;
        width: 100%
    }

    .menu-item {
        display: inline-flex;
        margin-left: 15.93px;
        padding: 22px 0 23px
    }

    .menu-item a {
        border-bottom: none;
        font-size: 14px;
        line-height: 20px;
        padding: 0
    }

    .menu-item:hover>a {
        color: var(--red)
    }

    .menu-item:before {
        background-image: url(../images/slash.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        content: "";
        height: 20px;
        margin-right: 15.93px;
        vertical-align: middle;
        width: 10px
    }

    .menu-item:first-child:before {
        display: none
    }

    .search-mobile-place+.menu-item {
        margin-left: 20px
    }

    .search-mobile-place+.menu-item:before,
    a.search-button-mobile,
    a.toggleMenu,
    label.toggleSubmenu {
        display: none
    }

    input.toggleMenu:checked~.menu-wrapper {
        overflow-y: unset;
        position: static
    }

    input.toggleMenu:checked~.menu-wrapper .menu-item {
        padding-left: 0;
        padding-right: 0
    }

    input.toggleMenu:checked~.menu-wrapper .search-mobile-place {
        display: none
    }

    input.toggleMenu:checked~.menu-wrapper .mobile-menu-footer {
        padding: 0
    }

    input.toggleSubmenu:checked~a {
        color: var(--black);
        padding-bottom: 0
    }

    input.toggleSubmenu:checked~.submenu-list {
        display: none
    }

    .mobile-menu-footer {
        margin-left: auto;
        padding: 0;
        width: unset
    }

    .lang {
        font-size: 14px;
        line-height: 20px
    }

    .lang:hover {
        color: var(--red)
    }

    .lang:active {
        color: #000
    }

    .main-wrapper {
        padding-top: 113px
    }

    .search-button-full {
        display: inline-block;
        height: 24px;
        margin-left: 0;
        width: 24px
    }

    .search-button-full svg {
        vertical-align: middle
    }

    .search-button-full svg:hover {
        fill: var(--red)
    }

    .soc-media a:hover {
        border-color: var(--red)
    }

    .soc-media a:hover path,
    .soc-media a:hover svg {
        fill: var(--red);
        fill-opacity: 1
    }

    .promo-mobile,
    .promo-portrait {
        display: none
    }

    .promo- {
        display: block;
        max-width: 300px;
        padding: 0
    }

    .promo-portrait {
        margin: 0 auto 40px;
        max-width: 728px;
        padding: 0
    }

    .overflow,
    .section-4x1 {
        margin: 0 auto;
        max-width: 940px
    }

    .footer-wrapper .footer-menu-wrapper {
        margin: 0 auto;
        max-width: 940px;
    }

    .footer-wrapper .footer-menu-wrapper .footer-menu {
        overflow-x: unset
    }

    .clearfix:after {
        clear: both;
        content: " ";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden
    }
}

.content-wrapper .promo-wrapper {
    display: none
}

.content-page-section.with-video {
    margin: 0 auto;
    max-width: 940px;
    padding-left: 0;
    padding-right: 0
}

.content-page-section .content-sidebar-wrapper,
.content-page-section .title-wrapper,
.content-page-section.with-video .section-4x1 .item-section-title,
.content-page-section.with-video .share-content-wrapper,
.content-page-section.with-video .title-wrapper {
    padding: 0
}

.content-sidebar-wrapper {
    gap: 40px;
    margin: 0 auto;
    padding-left: 42px;
    padding-right: 42px
}

.content-sidebar-wrapper .content-wrapper .main-image {
    padding: 0
}

.content-sidebar-wrapper .sidebar-wrapper {
    display: block;
    margin-bottom: 40px;
    max-width: 300px
}

.content-sidebar-wrapper .sidebar-wrapper .landscape-1x4 .item-section-title {
    margin-bottom: 20px
}

.content-sidebar-wrapper .sidebar-wrapper .landscape-1x4 .scroll-wrapper {
    flex-direction: column;
    gap: 40px;
    overflow: unset
}

.content-sidebar-wrapper .sidebar-wrapper .landscape-1x4 .scroll-wrapper .img-content-wrapper:last-child {
    display: none;
    margin-right: 0
}

.content-sidebar-wrapper .sidebar-wrapper .landscape-1x4 .load-more {
    display: block
}

.content-sidebar-wrapper .news-tags .section-share {
    display: none
}

.content-sidebar-wrapper .news-tags .how-to-edit {
    margin-bottom: 0
}

.section-share {
    flex-direction: column
}

.section-share a:hover {
    border-color: var(--red)
}

.section-share a:hover path,
.section-share a:hover svg {
    fill: var(--red);
    fill-opacity: 1
}

.section-share .sticky-wrapper {
    position: sticky;
    top: 75px
}

.share-content-wrapper.flex-wrapper {
    display: flex;
    gap: 23px
}

@media screen and (min-width: 1024px) {
    .text-wrapper {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (min-width: 1280px) {
    .section-wrapper {
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .h1,
    h1 {
        font-size: 40px;
        line-height: 45px
    }

    .h2,
    h2 {
        font-size: 25px;
        line-height: 35px
    }

    .h3,
    blockquote p,
    h3 {
        font-size: 23px;
        line-height: 25px
    }

    .h4,
    h4 {
        font-size: 24px;
        line-height: 28px
    }

    .h5,
    h5 {
        font-size: 18px;
        line-height: 22px
    }

    .dws-menu {
        max-width: 1200px
    }

    .menu-item {
        margin-left: 20px
    }

    .menu-item:before {
        margin-right: 20px
    }

    .menu-item:hover .submenu-list .submenu-wrapper,
    .sub-menu-category {
        max-width: 1200px
    }

    .search-button-full {
        margin-left: 0
    }

    .footer-wrapper {
        margin-top: 48px
    }

    .footer-wrapper .footer-menu-wrapper {
        max-width: 1200px
    }

    .footer-wrapper .footer-menu-wrapper .footer-menu {
        overflow: unset
    }

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

    .content-page-section .sidebar-wrapper {
        max-width: 360px;
        width: 100%
    }

    h1.margin-bottom {
        margin-bottom: 48px
    }

    .promo-landscape.margin-top,
    .promo-large.margin-top,
    .promo-mobile.margin-top,
    .promo-portrait.margin-top {
        margin-top: 48px
    }
}

.text-wrapper p {
    margin-bottom: 15px
}

@media (min-width: 1440px) {

    .text-wrapper p {
        margin-bottom: 15px
    }

    .content-page-section.large-width {
        margin: 0 auto;
        max-width: 1200px
    }

    .content-page-section .title-wrapper {
        padding: 0
    }

    .content-page-section .content-sidebar-wrapper {
        flex: 48px;
        padding: 0
    }

    .content-page-section .content-sidebar-wrapper .promo-sidebar {
        margin: 0 0 40px
    }

    .content-page-section .share-content-wrapper.flex-wrapper {
        gap: 45px
    }
}

.content-page-section .main-image[data-video-time] {
    position: relative
}

.content-page-section .main-image[data-video-time]:before {
    background-color: rgba(0, 0, 0, .6);
    background-image: url("");
    background-position-x: 13px;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: 12.25px 13.26px;
    bottom: 0;
    color: var(--white);
    content: attr(data-video-time);
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .99px;
    line-height: 20px;
    padding: 4px 15px 4px 36px;
    position: absolute;
    vertical-align: text-bottom;
    z-index: 1
}

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

    body.category .main-wrapper,
    body.home .main-wrapper {
        padding-top: 55px
    }
}

.order_block,
.order_block * {
    box-sizing: border-box;
    transition: 0.2s;
    font-family: Arial, sans-serif !important;
}

.order_block {
    max-width: 430px;
    width: 100%;
    margin: 20px auto;
    text-align: center;
    background: #fff;
    box-shadow: 0 0px 25px 0px rgba(0, 0, 0, 0.12);
    border: 3px solid #eaeaea;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

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

.order_block .order_offer img {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
}

.order_form_row {
    margin-bottom: 10px;
    text-align: left;
}

.order_form {
    width: 100%;
    max-width: 500px;
}

@media screen and (min-width: 768px) {
    .order_block {
        max-width: 700px;
        gap: 20px;
    }

    .order_pre_form,
    .order_form {
        padding: 0;
        display: flex;
        flex: 1;
        flex-direction: column;
    }

    .order_block .order_offer img {
        max-width: 260px;
    }
}

.order_header {
    margin: 12px 0 !important;
    padding: 0 !important;
    font-size: 18px;
}

.order_form .order_form_row input {
    width: 100% !important;
    padding: 14px;
    border: 2px solid #eaeaea;
    font-size: 15px;
    border-radius: 3px;
    box-shadow: none !important;
    margin: 0 !important;
}

.order_form .order_form_row label {
    font-size: 13px;
    text-align: left;
    font-weight: bold;
}

.order_form .order_form_row input:active,
.order_form .order_form_row input:focus {
    outline: none;
    border: 2px solid #cecece;
}

.order_form .order_form_button,
.order_button {
    box-shadow: 0px 1px 0px 0px rgb(245, 151, 142) inset;
    background: rgb(242, 69, 55);
    border-radius: 3px;
    border: 1px solid rgb(208, 39, 24);
    width: 100%;
    display: inline-block;
    cursor: pointer;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    outline: none;
    padding: 16px 0;
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
    text-decoration: none;
    letter-spacing: 0.6px;
    text-shadow: 0px 1px 0px rgb(129, 14, 5);
}

.order_button {
    width: 100%;
    text-align: center;
    max-width: 300px;
}

.order_form .order_form_button:hover,
.order_button:hover {
    background: rgb(198, 45, 31)
}

.order_form .order_form_button:active,
.order_button:hover {
    position: relative;
    top: 1px;
}

.box-popup-wrapper {
    background: rgba(0, 0, 0, .5);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
}

.box-tooltip {
    background: #fff;
    font-size: 18px;
    padding: 20px;
    width: 90%;
    max-width: 320px;
    margin: 80px auto;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 1px 40px rgba(0, 0, 0, .5);
    cursor: pointer;
}

.box-tooltip:hover .box-tooltip-btn {
    background: #62a30e;
    transition: 0.2s;
}

.box-tooltip-title {
    margin: 0;
    padding: 0;
    color: #333;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif !important;
}

.box-tooltip-ico {
    width: 100%;
    padding: 20px;
    padding-top: 0;
    box-sizing: border-box;
    text-align: center;
}

.box-tooltip-ico img {
    height: 40px;
    width: auto;
}

.box-tooltip-btn {
    background: #70b31a;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif !important;
    width: 100%;
    margin: 0 auto !important;
    padding: 16px 0;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
    animation: scale .4s infinite;
    animation-direction: alternate;
}

.shake {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    animation-iteration-count: 1;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.03);
    }
}

.prices {
    display: flex;
    flex-direction: column;
    margin: 12px 0;
}

.prices__old,
.prices__new {
    display: flex;
    justify-content: center;
    gap: 4px;
}

.prices__old {
    color: #9b9b9b;
    position: relative;
    width: fit-content;
    margin: 0 auto 10px !important;
}

.prices__old::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #9b9b9b;
    top: 50%;
    transform: translateY(-50%);
}

.prices__new {
    margin-bottom: 0 !important;
    color: #c81034;
    font-size: 22px;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .prices {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .prices__old,
    .prices__new {
        flex-direction: column;
        margin: 0 !important;
        justify-content: space-between;
    }

    .prices__old {
        font-size: 20px;
    }

    .prices__old::before {
        top: 77%;
    }
}

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

.accent-text {
    padding: 20px;
    background-color: #fff6d3;
}

.text-red {
    color: var(--red);
}

.img-description {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0 !important;
}

.img-block {
    max-width: 600px;
    margin: 0 auto 15px;
}

.scroll-block.vert {
    width: 100%;
    overflow-x: auto;
}

.scroll-block img {
    width: 450px;
    margin: 0 auto;
}

.attention-text {
    position: relative;
    padding: 70px 10px 10px 10px;
    border: 1px solid orange;
}

.attention-text::before {
    position: absolute;
    content: "!";
    color: orange;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 60px;
    border-radius: 50%;
    border: 4px solid orange;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    animation: flipCoin 2s infinite ease-in-out;
}

@media screen and (min-width: 768px) {
    .attention-text {
        padding: 15px 15px 15px 80px;
    }

    .attention-text::before {
        left: 40px;
        top: 11px;
        transform: unset
    }

    .form-flex {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .order_block {
        gap: unset;
    }

    .order_header {
        margin: 0 0 12px 0 !important;
    }
}

@keyframes flipCoin {
    0% {
        transform: translateX(-50%) rotateY(0);
    }

    50% {
        transform: translateX(-50%) rotateY(180deg);
    }

    100% {
        transform: translateX(-50%) rotateY(360deg);
    }
}

.comTitle {
    color: #476b98;
    margin-bottom: 24px;
}

.photo {
    height: 50px;
    min-width: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #6598d6;
    margin-right: 15px;
}

.commit-text {
    display: flex;
}

.com-date {
    font-size: 16px;
    color: #575757;
    margin-top: 10px;
}

.com-author {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
}

.commit-text {
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    margin-top: 15px;
}

.commit-text .text-wrapper {
    margin-bottom: 0;
    font-size: 18px;
}

.com-live {
    max-width: 250px;
    margin: 15px 0;
}

.result-images {
    display: flex;
    width: 100%;
    max-width: 402px;
    margin: 0 auto 15px;
    border: 2px solid #587696;
    box-sizing: border-box;
    height: fit-content;
}

.result-images__img.before {
    border-right: 2px solid #587696;
}

@media screen and (min-width: 640px) {
    .result-images__img {
        width: 200px;
        box-sizing: content-box;
    }

    .result-images {
        width: fit-content;
    }
}

.result-text {
    padding: 10px;
    font-size: 16px;
    color: #575757;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
}

.stat-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}

.stat {
    width: 100%;
    max-width: 700px;
    box-shadow: 0 0px 25px 0px rgba(0, 0, 0, 0.12);
    border: 1px solid #eaeaea;
    overflow: hidden;
    position: relative;
}

.stat-bar {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.stat-bar.first {
    background-color: #ffa500;
    width: 57%;
}

.stat-bar.second {
    background-color: #c81034;
    width: fit-content;
}

@media (max-width: 639px) {
    .stat-bar {
        font-size: 14px;
        height: 40px;
    }

    .stat-bar.first {
        width: 67%;
    }
}

.benefits__item::marker {
    content: '\2713';
    color: green !important;
}

.x_country_select {
    display: none !important;
}