@charset "UTF-8";
/*
Важно! Добавить стили в main.css
- .meta
- .breadcrumbs
- .btn--edit-comment, .btn--edit, .btn--reply в .btn

Можно добавить стиль в main.css, то удалить тут
- .pagination
- .comment-navigation
- .post-navigation
- .comments

Contact Form 7
- Скрыть сообщение над поля: см. .wpcf7 .wpcf7-not-valid-tip

*/
.search-highlight {
    font-weight: bold;
    color: #00bcd4;
}

.edit-link {
    margin: 15px 0;
    display: inline-block;
}

/* Blocks */
section .content__desc .blocks-gallery-grid,
.blocks-gallery-grid {
    margin-bottom: 0;
    padding-left: 0;
}

.wp-block-buttons,
.wp-block-verse,
.wp-block-pullquote,
.wp-block-code,
.wp-block-preformatted,
.wp-block-table,
.wp-block-embed,
.wp-block-file,
.wp-block-cover,
.wp-block-cover-image,
.wp-block-gallery {
    margin-bottom: 1rem;
}

.wp-block-table figcaption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    margin: 0.5rem 0 0;
}

.wp-block-table table th,
.wp-block-table table td {
    padding: 5px 10px;
    border: 1px solid #ddd;
}
.wp-block-table table thead th {
    background: #f5f5f5;
}

.wp-block-preformatted {
    padding: 0.5rem 1rem;
    border-radius: 2px;
    border: 1px dashed #ccc;
    background: #eee;
    color: #d01d1d;
}

.wp-block-code {
    padding: 0;
    border-radius: 0;
    border: none;
    background: none;
    color: inherit;
}
.wp-block-code code {
    display: inline-block;
    padding: 0.2rem 0.5rem;
}

.wp-block-verse {
    padding: 0.5rem 1rem;
    border-radius: 2px;
    border: #00bcd4 1px solid;
    background: none;
    color: inherit;
}

.wp-block-separator {
    margin: 1rem 0;
    height: 1px;
    border: none;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    height: 2px;
}

/* Search Form */
.search-form .f-box {
    margin-bottom: 25px;
}
.search-form .f-box .f-control {
    border-right: none;
}
.search-form .f-box .btn {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 5px 20px;
    border-radius: 0px 3px 3px 0px;
}

/* Navigation for Post (I способ) */
/* Navigation for Comment */
.comment-navigation .nav-links,
.post-navigation .nav-links {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.comment-navigation .nav-links .nav-previous a,
.comment-navigation .nav-links .nav-next a,
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
    border: 2px solid transparent;
    font-weight: bold;
    margin: 0 4px;
    text-decoration: none;
    font-size: 12px;
    padding: 5px 9px;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #00bcd4;
    color: #ffffff;
    -webkit-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}
.comment-navigation .nav-links .nav-previous a:hover,
.comment-navigation .nav-links .nav-next a:hover,
.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-next a:hover {
    background: #0098ab;
}
.comment-navigation .nav-links .nav-previous a:active,
.comment-navigation .nav-links .nav-next a:active,
.post-navigation .nav-links .nav-previous a:active,
.post-navigation .nav-links .nav-next a:active {
    background: #008697;
}
.comment-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-previous {
    margin-right: 15px;
}
.comment-navigation .nav-links .nav-previous a .meta-nav,
.post-navigation .nav-links .nav-previous a .meta-nav {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 5px;
}
.comment-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-next {
    margin-left: auto;
}
.comment-navigation .nav-links .nav-next a .meta-nav,
.post-navigation .nav-links .nav-next a .meta-nav {
    margin-right: 5px;
}

.comment-navigation .nav-links {
    margin-top: 0;
    margin-bottom: 25px;
}

/* Navigation for Post (II способ) */
.post-navigation__inner {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-navigation__next a,
.post-navigation__previous a {
    border: 2px solid transparent;
    font-weight: bold;
    margin: 0 4px;
    text-decoration: none;
    font-size: 12px;
    padding: 5px 9px;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #00bcd4;
    color: #ffffff;
    -webkit-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}
.post-navigation__next a:hover,
.post-navigation__previous a:hover {
    background: #0098ab;
}
.post-navigation__next a:active,
.post-navigation__previous a:active {
    background: #008697;
}

.post-navigation__previous {
    margin-right: 15px;
}
.post-navigation__previous a .meta-nav {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 5px;
}

.post-navigation__next {
    margin-left: auto;
}
.post-navigation__next a .meta-nav {
    margin-right: 5px;
}

/* Comments */
.comments {
    margin-top: 25px;
}
.comments .comment-title {
    margin-bottom: 15px;
}
.comments .comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}
.comments .comment-list ol {
    list-style: none;
    margin: 0px 0px 0px 30px;
    padding: 0px;
}
.comments .comment-body {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.comments .comment-author {
    margin-bottom: 15px;
}
.comments .comment-author img {
    border-radius: 50%;
}
.comments .comment-author .fullname {
    display: inline-block;
    margin-left: 15px;
    font-weight: bold;
}
.comments .comment-author .fullname a {
    color: #333;
}
.comments .comment-meta {
    font-size: 12px;
    float: right;
}
.comments .comment-meta a {
    color: #aaaaaa;
}
.comments .comment-meta a.comment-edit-link {
    background: #aaa;
    color: #ffffff;
    margin-left: 10px;
}
.comments .comment-meta a.comment-edit-link:hover {
    background: #b4b4b4;
}
.comments .comment-meta a.comment-edit-link:active {
    background: #bebebe;
}
.comments .comment-reply {
    float: left;
}
.comments .comment-respond .f-title {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.comments .comment-respond .f-title .subtitle {
    margin-bottom: 0;
}
.comments .comment-respond .f-title small {
    margin-left: 10px;
}

#commentform.is-loading {
    position: relative;
}
#commentform.is-loading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8) url(../img/loading.svg) center center
        no-repeat;
    width: 100%;
    height: 100%;
    margin: 0;
}

/* Widget */
.widget__inner {
    margin-bottom: 25px;
}

.widget__body ul {
    padding-left: 20px;
}
.widget__body ul li {
    margin-bottom: 3px;
}
.widget__body ul li:last-child {
    margin-bottom: 0;
}

/* Fanybox + Alert */
.fb-alert {
    overflow: initial !important;
    margin: 0;
    text-align: center;
}
.fb-alert .fancybox-close-small {
    padding: 0;
    color: #ccc;
    top: -35px;
    right: -10px;
    width: 34px;
    height: 34px;
}

.b-alert {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    border: none;
    background: none;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fancybox-container {
    z-index: 3000;
}

/* Contact Form 7 */
.wpcf7 {
    max-width: 100%;
}
.wpcf7 .f-box {
    position: relative;
    width: 100%;
}
.wpcf7 .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}
.wpcf7 span.wpcf7-list-item {
    margin: 0;
}
.wpcf7 .wpcf7-not-valid-tip {
    /* display: none !important; */
    line-height: normal;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
    border: 1px solid transparent;
    font-size: 12px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #ef4444;
    background: #fee2e2;
    border-color: #fee2e2;
    padding: 5px 10px;
    margin-top: 8px;
}
.wpcf7 .wpcf7-not-valid-tip:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #fee2e2 transparent;
    position: absolute;
    top: -webkit-calc(0% - 8px);
    top: calc(0% - 8px);
    right: -webkit-calc(8px * 1.5);
    right: 12px;
}
.wpcf7 input.f-control.wpcf7-not-valid,
.wpcf7 select.f-control.wpcf7-not-valid,
.wpcf7 textarea.f-control.wpcf7-not-valid {
    color: #dc2626;
    background-color: #fff;
    border-color: #dc2626;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wpcf7 textarea {
    height: 100px;
}
.wpcf7 .f-radioboxs.wpcf7-not-valid .f-radiobox input:not(:checked) + label {
    color: #f00;
}
.wpcf7
    .f-radioboxs.wpcf7-not-valid
    .f-radiobox
    input:not(:checked)
    + label:after {
    border-color: #f00;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8) url(../img/loading.svg) center center
        no-repeat;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 1;
    border-radius: 0;
}
div.wpcf7 .ajax-loader:before {
    display: none;
}

div.wpcf7-response-output {
    position: relative;
    padding: 10px 15px;
    margin: 15px 0;
    border: 1px solid transparent;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: left;
    font-size: 0.8em;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

div.wpcf7-spam-blocked {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

div.wpcf7-mail-sent-ok {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

@media (max-width: 575.98px) {
    .wpcf7 {
        width: 100%;
    }
}
/* -------------------------------------------------------- */
figure.wp-block-image {
    margin: 0 auto;
    margin-bottom: 1.8rem;
    width: 70%;
}

.wp-block-image {
    margin-bottom: 0;
}
.wp-block-image figure {
    margin-bottom: 1.8rem;
    width: 70%;
}
.wp-block-image figure.alignleft {
    margin-top: 0;
    width: 45%;
    float: left;
    margin-right: 1.5rem;
}
.wp-block-image figure.alignright {
    margin-top: 0;
    width: 45%;
    float: right;
    margin-left: 1.5rem;
}
.wp-block-image figure img {
    max-width: 100%;
    border-radius: 4px;
}

header .header__step .step__item {
    text-decoration: none;
}
header .header__lang {
    text-transform: uppercase;
}
header .header__lang .lang__toggle nav ul li.current-lang a {
    background: #f2f2f2;
    color: #000;
}
header .header__menu nav.menu ul .sub {
    display: none !important;
}
header .header__mobile .header__menu nav ul li:hover a.btn {
    color: #fff;
}

.fixed__cookie .cookie__text p {
    margin-bottom: 0.5rem;
}
.fixed__cookie .cookie__text p:last-child {
    margin-bottom: 0;
}

section .blog-detail__pic {
    height: 450px;
}
section .blog-detail__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer__copyright p {
    margin-bottom: 0;
}

section .blog-detail__post--next img,
section .blog-detail__post--prev img {
    width: 1100px;
    object-fit: cover;
}
section .wp-block-button__link {
    text-decoration: none;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    line-height: normal;
    cursor: pointer;
    max-width: 100%;
    min-width: 155px;
    border-style: solid;
    border-width: 1px;
    border-color: #dba024;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    text-transform: none;
    color: #121212 !important;
    background: #ffb71f;
    padding: 14px 30px;
    -webkit-transition-property:
        background-color,
        border-color,
        color,
        fill,
        stroke,
        opacity,
        -webkit-box-shadow,
        -webkit-transform;
    transition-property:
        background-color,
        border-color,
        color,
        fill,
        stroke,
        opacity,
        -webkit-box-shadow,
        -webkit-transform;
    -o-transition-property:
        background-color, border-color, color, fill, stroke, opacity,
        box-shadow, transform;
    transition-property:
        background-color, border-color, color, fill, stroke, opacity,
        box-shadow, transform;
    transition-property:
        background-color,
        border-color,
        color,
        fill,
        stroke,
        opacity,
        box-shadow,
        transform,
        -webkit-box-shadow,
        -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms;
}
section .wp-block-button__link:hover {
    color: #fff !important;
    background: #ffb71f;
    border-color: #dba024;
    -webkit-box-shadow: 0px 4px 15px rgba(255, 183, 31, 0.4);
    box-shadow: 0px 4px 15px rgba(255, 183, 31, 0.4);
    text-decoration: none;
}
section .wp-block-button__link:active {
    color: #fff !important;
    background: #ffb71f;
    border-color: #dba024;
    -webkit-box-shadow: 0px 4px 15px rgba(255, 183, 31, 0.4);
    box-shadow: 0px 4px 15px rgba(255, 183, 31, 0.4);
}
section .blog-detail__banner .banner__inner {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
section .blog-detail__banner .banner__link {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
section .blog-detail__banner .banner__pic {
    position: relative;
    z-index: 0;
}
section .blog-detail__banner .banner__btn {
    text-shadow: none;
    text-align: center;
    margin-top: 10px !important;
}
section .blog-detail__banner .banner__text {
    padding: 30px 20px;
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 15px;
    font-variant-numeric: lining-nums;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.65) 60%
    );
}
section .blog-detail__banner .banner__text > * {
    margin: 0 0 5px;
}
section .blog-detail__banner .banner__text > *:last-child {
    margin-bottom: 0;
}
section .blog-detail__banner .banner__text P {
    font-weight: 800;
    font-size: 1em;
}
section .blog-detail__banner .banner__text h1 {
    font-size: 2.1em;
    font-weight: 800;
}
section .blog-detail__banner .banner__text h1 strong {
    color: #f8ba26;
}
section .blog-detail__banner .banner__text h2 {
    font-size: 1.35em;
    font-weight: 300;
}
section .blog-detail__banner .banner__text h2 + h2 {
    letter-spacing: 0.038em;
}
section .blog-detail__banner .banner__text h2 + h2 + h2 {
    letter-spacing: 0.082em;
}

html[lang='ru-RU'] section .blog-detail__banner .banner__text h1 {
    font-size: 1.7em;
}
html[lang='ru-RU'] section .blog-detail__banner .banner__text h2 {
    font-size: 1em;
}

section .hero__item {
    position: relative;
}
section .hero__item > a {
    display: block;
}
section .hero__item .item__text {
    display: none;
}
section .hero__item.style1 .item__text {
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-40%);
    right: 0;
    width: 480px;
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-variant-numeric: lining-nums;
}
section .hero__item.style1 .item__text > * {
    margin: 0;
}
section .hero__item.style1 .item__text p {
    font-weight: 800;
    font-size: 1em;
}
section .hero__item.style1 .item__text h1 {
    font-size: 2.6em;
    font-weight: 800;
}
section .hero__item.style1 .item__text h1 strong {
    color: #fff;
    font-weight: 800;
}
section .hero__item.style1 .item__text h2 {
    font-size: 1.7em;
    font-weight: 300;
}
section .hero__item.style1 .item__text h2 strong {
    font-weight: 800;
}
section .hero__item.style1 .item__text h2 + h2 {
    letter-spacing: 0.038em;
}
section .hero__item.style1 .item__text h2 + h2 + h2 {
    letter-spacing: 0.082em;
}
section .hero__item.style2 .item__text {
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translate(-50%, -35%);
    left: 50%;
    width: 330px;
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-variant-numeric: lining-nums;
}
section .hero__item.style2 .item__text > * {
    margin: 0;
}
section .hero__item.style2 .item__text h1 {
    font-size: 2.15em;
    font-weight: 800;
    line-height: 1.2;
}
section .hero__item.style3 .item__text {
    position: absolute;
    z-index: 5;
    top: 200px;
    right: 0;
    width: 500px;
    display: block;
    color: #fff;
    font-size: 20px;
    font-variant-numeric: lining-nums;
}
section .hero__item.style3 .item__text > * {
    margin: 0;
}
section .hero__item.style3 .item__text h1 {
    font-size: 2.18em;
    font-weight: 800;
    text-transform: uppercase;
}
section .hero__item.style3 .item__text h2 {
    font-size: 1.6em;
    font-weight: 600;
    color: #feb133;
    margin-bottom: 10px;
}
section .s-block1__inner {
    background-color: #1b1b1b;
    background-image: url(../img/bg-black-1.png);
    background-position: top center;
    background-repeat: repeat-y;
    background-size: cover;
    color: #fff;
    box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.05);
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 1.8rem;
}
section .s-block1__title {
    margin-bottom: 1.2rem;
}

html[lang='ru-RU'] section .hero__item.style1 .item__text h1 {
    font-size: 2.1em;
}
html[lang='ru-RU'] section .hero__item.style1 .item__text h2 {
    font-size: 1.25em;
}

@media (max-width: 1339px) {
    section .hero__item.style1 .item__text {
        transform: translateY(-54%);
        width: 410px;
        font-size: 18px;
    }
    section .hero__item.style2 .item__text {
        transform: translate(-50%, -50%);
        font-size: 18px;
        width: 300px;
    }
    section .hero__item.style3 .item__text {
        top: 180px;
        width: 450px;
        font-size: 18px;
    }
    section .blog-detail__pic {
        height: 420px;
    }
}
@media (max-width: 1169px) {
    section .blog-detail__banner .banner__text {
        padding: 15px 10px;
        font-size: 11px;
    }
    section .blog-detail__banner .banner__btn .btn {
        min-width: 105px;
        font-size: 15px;
        padding: 12px 25px;
    }
    section .blog-detail__pic {
        height: 380px;
    }
    section .blog-detail__post--next img,
    section .blog-detail__post--prev img {
        width: 964px;
    }
    section .hero__item.style1 .item__text {
        width: 360px;
        font-size: 16px;
    }
    section .hero__item.style2 .item__text {
        font-size: 16px;
        width: 270px;
    }
    section .hero__item.style3 .item__text {
        top: 160px;
        width: 380px;
        font-size: 15px;
    }
    figure.wp-block-image {
        width: 80%;
    }
    .wp-block-image figure {
        width: 80%;
    }
}
@media (max-width: 1024px) {
    section .blog-detail__banner .banner__btn .btn {
        min-width: 85px;
        font-size: 14px;
        padding: 10px 15px;
    }
    section .blog-detail__pic {
        height: 320px;
    }
    section .blog-detail__post--next img,
    section .blog-detail__post--prev img {
        width: 708px;
    }
    section .hero__item.style1 .item__text {
        width: 260px;
        font-size: 11.5px;
    }
    section .hero__item.style2 .item__text {
        width: 200px;
        font-size: 11.5px;
    }
    section .hero__item.style3 .item__text {
        top: 120px;
        width: 280px;
        font-size: 11px;
    }
    figure.wp-block-image {
        width: 100%;
    }
    .wp-block-image figure {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .grecaptcha-badge {
        display: none !important;
    }
    section .blog-detail__pic {
        height: 260px;
    }
    section .blog-detail__post--next img,
    section .blog-detail__post--prev img {
        width: 580px;
    }
    section .hero__item.style1 .item__text {
        width: 215px;
        font-size: 9.5px;
    }
    section .hero__item.style2 .item__text {
        width: 160px;
        font-size: 9.5px;
    }
    section .hero__item.style3 .item__text {
        top: 100px;
        width: 230px;
        font-size: 9px;
    }
}
@media (max-width: 639px) {
    .wp-block-image figure.alignright,
    .wp-block-image figure.alignleft {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 1.8rem;
    }
    section .blog-detail__pic {
        height: 190px;
    }
    section .blog-detail__post--next img,
    section .blog-detail__post--prev img {
        width: 420px;
    }
    section .hero__item.style1 .item__text {
        width: 155px;
        font-size: 6.5px;
    }
    section .hero__item.style2 .item__text {
        width: 100px;
        font-size: 6.5px;
    }
    section .hero__item.style3 .item__text {
        top: 70px;
        width: 160px;
        font-size: 6px;
    }
    section .hero__item.style3 .item__text h2 {
        margin-bottom: 5px;
    }
    section .s-block1__inner {
        padding: 25px;
    }
}
@media (max-width: 479px) {
    section .blog-detail__pic {
        height: 42vw;
    }
    section .blog-detail__post--next img,
    section .blog-detail__post--prev img {
        width: 290px;
    }
    section .hero__item.style1 .item__text {
        width: 110px;
        font-size: 4.8px;
    }
    section .hero__item.style2 .item__text {
        width: 85px;
        font-size: 4.5px;
    }
    section .hero__item.style3 .item__text {
        top: 50px;
        width: 120px;
        font-size: 4.5px;
    }
}
.oferta_hero__image {
    display: flex;
    justify-content: center;
    padding-top: 125px;
    padding-bottom: 125px;
}

.oferta_hero__benefits {
    overflow-x: hidden;
}
@media (min-width: 1170px) {
    .oferta_hero__benefits_bg img {
        position: absolute;
        bottom: 0;
    }
}
.oferta_hero__benefits h2 {
    color: #000;
    font-size: 2.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
@media (max-width: 420px) {
    .oferta_hero__benefits h2 {
        font-size: 28px !important;
    }
}

.row.oferta_hero__single_benefit {
    display: flex;
    align-items: center;
}
.row.oferta_hero__single_benefit span {
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.oferta_hero__image {
    display: flex;
    justify-content: center;
    padding-top: 125px;
    padding-bottom: 125px;
}

.oferta_hero__benefits {
    margin-left: 15%;
    padding-bottom: 100px;
}
.oferta_hero__benefits h2 {
    color: #000;
    font-size: 2.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.row.oferta_hero__single_benefit {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    border-radius: 70px;
    background: #fff;
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.05);
    padding: 5px 0px;
}
.row.oferta_hero__single_benefit span {
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.oferta_hero__single_benefit__icon {
    border-radius: 100px;
    background: #fff;
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.05);
    height: 96px;
    width: 96px;
    padding: 20px;
    margin-left: -15px;
    display: flex;
}
.oferta_hero__single_benefit__icon::after {
    content: url('/wp-content/themes/theme_design/images/mdi_check_circle.svg');
    position: absolute;
    left: 75px;
    top: 0;
}
.oferta_hero__single_benefit__icon img {
    margin: auto;
}

.oferta_offer.left .oferta_offer__content {
    text-align: right;
}

.oferta_offer.right .oferta_offer__content {
    text-align: left;
}

.oferta_offer.right .oferta_offer__image img {
    margin-left: auto;
}

.oferta_offer {
    display: flex;
    align-items: center;
    height: 640px;
}
.oferta_offer__content {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}
.oferta_offer__content h3 {
    font-size: 6.65rem;
    font-style: normal;
    line-height: 6.75rem;
    text-transform: uppercase;
}
.oferta_offer__content p {
    font-size: 1.85rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.oferta_offer__link {
    margin-top: 65px;
    margin-bottom: 25px;
}
.oferta_offer__link a {
    color: white;
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 10px;
    background: url('/wp-content/themes/theme_design/layout/img/bg-price-2.svg')
        no-repeat;
    background-size: cover;
    background-position: center;
    padding: 12px 20px;
    text-decoration: none;
}
.oferta_offer__link a.light {
    background: url('/wp-content/themes/theme_design/layout/img/bg-price-1.svg');
    background-position: center;
    background-repeat: no-repeat;
    color: #000;
    background-size: cover;
}
.oferta_offer__link a.yellow {
    color: #fff;
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 10px;
    background: #ffb71f;
    padding: 12px;
    text-decoration: none;
    margin: 0 0 45px 0;
    display: inline-block;
}
.oferta_offer__link a.dark {
    color: #fff;
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 10px;
    background: #000000;
    padding: 12px;
    text-decoration: none;
    margin: 0 0 45px 0;
    display: inline-block;
}

.oferta_promo {
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    margin: 65px auto;
}
.oferta_promo h3 {
    color: #fff;
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 4.375rem; /* 97.222% */
    text-transform: uppercase;
}
.oferta_promo p {
    color: #fff;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.375rem; /* 122.222% */
}
.oferta_promo a {
    color: #fff;
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 10px;
    background: #ffb71f;
    padding: 12px;
    text-decoration: none;
    margin: 0 0 45px 0;
    display: inline-block;
}
.oferta_promo__promo-items {
    margin-top: 40px;
    padding: 0 8px;
}
.oferta_promo__content {
    background-size: cover;
    width: 100%;
    width: 100vw;
    max-width: 1100px;
}
.oferta_promo__content .content {
    margin-top: 64px;
    margin-bottom: 64px;
}
.oferta_promo__single-promo {
    background: rgba(53, 53, 53, 0.6);
    border-radius: 20px;
    border-radius: 1px solid #fff;
    padding: 8px;
}
.oferta_promo__single-promo .discount {
    border-radius: 4px;
    background: #489f25;
    width: max-content;
    margin-left: auto;
    text-align: center;
    padding: 6px 13px;
    display: flex;
    justify-content: right;
}
.oferta_promo img.main_img {
    margin-left: -25%;
}
@media (min-width: 1170px) {
    .oferta_promo img.main_img {
        position: absolute;
        width: 125%;
        height: 100%;
        object-fit: cover;
        max-width: 1000px;
    }
}

@media (max-width: 1169px) {
    .oferta_block .row {
        margin: 0;
    }
    .oferta_block.oferta_offer.row {
        margin: 0;
    }
    .oferta_offer.left .oferta_offer__content {
        text-align: left;
    }
    .row.oferta_hero__single_benefit {
        margin-bottom: 18px;
    }
    .oferta_offer {
        height: auto;
    }
    .oferta_offer__content {
        margin: 96px auto 26px;
        width: 100%;
    }
    .oferta_offer__content h3 {
        font-size: 62px;
        line-height: 62px;
        text-align: left;
    }
    .oferta_offer__content p {
        font-size: 24px;
    }
    .oferta_offer__image {
        order: 2;
    }
    .oferta_hero__benefits {
        margin: 0;
    }
    .oferta_hero__single_benefit__icon {
        height: 50px;
        width: 50px;
        margin: 0;
        padding: 10px;
    }
    .oferta_hero__single_benefit__icon::after {
        content: none;
    }
    .oferta_hero__single_benefit__icon img {
        width: auto;
    }
    .row.oferta_hero__single_benefit span {
        display: block;
        padding-left: 15px;
        font-size: 18px;
    }
    .oferta_promo {
        margin-top: 50%;
    }
    .oferta_promo img.main_img {
        margin: auto;
    }
    .oferta_promo__content {
        background-size: 100% 50%;
        background-repeat: no-repeat;
    }
    .oferta_promo__single-promo {
        background: #353535;
        margin-bottom: 20px;
    }
    .oferta_promo__single-promo .discount {
        padding: 13px 20px;
    }
}
@media (max-width: 900px) {
    html {
        overflow-x: hidden;
    }
}
@media (max-width: 799px) {
    .oferta_hero__image .hide-mob {
        display: none;
    }
}
@media (min-width: 800px) {
    .oferta_hero__image .hide-desktop {
        display: none;
    }
}

@media (max-width: 800px) {
    .oferta_hero__image {
        padding: 0;
        padding-bottom: 20px;
    }
    .oferta_promo h3 {
        font-size: 2.8rem;
        line-height: 3.375rem;
    }
    .oferta_hero__benefits h2 {
        font-size: 2.3rem !important;
    }
}

/*# sourceMappingURL=main-theme.css.map */
/* EDITS 21.04.2026 by Zazull */
header.sticky .header__bottom .container {
    width: 1235px;
}
header .header__menu nav.menu ul li a {
    white-space: nowrap;
}
.product-detail__title span {
    white-space: nowrap;
}
