:root {
    --df-default: #ff3c32;
    --df-yellow: #ffa700;
    --df-blue: #3200ff;
    --df-grey: #333333;
    --df-light-blue: #dff2fc;
    --df-font-family: 'Montserrat', sans-serif;
    --df-font-color: #000000;
}

html {
    scroll-padding-top: 100px;
}

@media (max-width: 768px) {
    html {
        scroll-padding-top: 60px;
    }
}

a.no-hover:hover {
    color: #828282 !important;
    cursor: default;
}

span.EMAIL-label {
    display: none;
}

body {
    min-width: 320px;
    margin: 0;
    font-family: var(--df-font-family);
    font-style: normal;
    color: var(--df-font-color);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
}

.main-banner {
    max-width: 1126px;
    margin: auto;
}

.navbar-toggler[aria-expanded='false'] .navbar-toggler-icon {
    content: url('../images/items/icons/toogle.svg');
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon {
    content: url('../images/items/close-toogle-3.png');
}

button {
    background: none;
    border: none;
}

.typeform-share {
    margin: 32px 0;
    position: relative;
    display: block;
    padding: 15px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    width: 550px;
    background: #ff3c32;
    color: white;
    border-radius: 8px;
    outline: none !important;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: white !important;
    text-decoration: none !important;
}

.typeformshare:hover {
    color: black !important;
    text-decoration: none !important;
}

.form-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

button.navbar-toggler:focus:not(:focus-visible) {
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a {
    color: var(--df-default);
    text-decoration: none;
}

.blue-hover a:hover {
    color: #3200ff !important;
}

.top-bar {
    background-color: var(--df-grey);
    padding: 12px;
}

p.top-bar-text {
    margin: 0 18px;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
}

a.top-bar-btn {
    font-weight: 700;
    font-size: 13px;
    color: var(--df-grey);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    padding: 6px 15px;
}

.dropdown-toggle::after {
    content: url('../images/items/icons/arrow-down.svg');
    display: inline-block;
    margin-left: 8px;
    vertical-align: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 10px 0;
}

.collapse {
    padding-top: 7px;
}

.top-bar-close {
    position: absolute;
    right: 22px;
    top: 15px;
}

.navbar-padding {
    padding-top: 28px !important;
    padding-bottom: 25px !important;
}

.nav-link {
    color: var(--df-grey);
    font-weight: 700;
    font-size: 15px;
}

.nav-link:hover,
.nav-link.active {
    color: var(--df-default);
}

a.menu-button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #ffffff;
    padding: 6.5px 12.5px;
    background-color: var(--df-default);
    border-radius: 4px;
    border: none;
    font-weight: 700;
    font-size: 13px;
    margin: 0 28px 0 15px;
}

a.menu-button:hover {
    background-color: var(--df-grey);
}

.menu-lang {
    margin-left: 30px;
}

.read_more_tab {
    position: absolute;
    top: -22px;
    right: 20px;
    text-decoration: underline;
}

.read_more_tab:hover {
    text-decoration: none;
}

/* SEARCH BAR */
.wrapper-search {
    text-align: center;
    height: auto;
    margin-right: 20px;
}

.fa-search {
    content: url('../images/items/icons/loop.svg');
    font-size: 30px;
    position: absolute;
    top: 7px;
    cursor: pointer;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
}

.close-search::before {
    display: none;
    content: url('../images/items/icons/x.svg');
    position: absolute;
    top: 12px;
    right: 8px;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    cursor: pointer;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
}

/* SEARCH BAR - END*/
.lang-dropdown.dropdown-menu[data-bs-popper] {
    left: 64px;
    top: 30px;
}

.show-top-bar {
    position: absolute;
    top: -7px;
    right: 61px;
    z-index: 11111111111;
}

header {
    position: relative;
    min-height: 92px;
}

header .navbar {
    position: fixed;
    width: 100%;
    min-width: 320px;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    z-index: 9999;
}

/* MAIN */
.main {
    background-image: url('../images/backgrounds/bg_pattern_1.png'), url('../images/backgrounds/bg_pattern_2.png');
    background-position: left top, right top;
    background-repeat: repeat, repeat;
    padding-top: 35px;
}

/* Bootstrap carouser controls */
.carousel-control-next,
.carousel-control-prev {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    top: auto;
    background: #ffffff;
    width: auto;
    opacity: 1;
}

.carousel-control-next:hover,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-prev:focus {
    opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 4rem;
}

.carousel-control-prev-icon {
    -webkit-mask: url('../images/items/icons/arrow-prev.svg') no-repeat center / contain;
            mask: url('../images/items/icons/arrow-prev.svg') no-repeat center / contain;
    background: #333333;
}

.carousel-control-next-icon {
    -webkit-mask: url('../images/items/icons/arrow-next.svg') no-repeat center / contain;
            mask: url('../images/items/icons/arrow-next.svg') no-repeat center / contain;
    background: #333333;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    background: #FF3C32;
}

.carousel-control-next {
    right: auto;
    left: 60px;
}

#ebsWidgetSlider .carousel-control-next {
    right: auto !important;
    left: 520px !important;
}

#ebsWidgetSlider .carousel-control-prev {
    right: auto !important;
    left: 460px !important;
}

.wmp-title-padding {
    padding: 90px 0 48px;
}

/* Subscribe line */
.yikes-easy-mc-form {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.yikes-mailchimp-container {
    width: auto !important;
}

.yikes-easy-mc-form .field-no-label,
.yikes-easy-mc-form label {
    margin-bottom: 0 !important;
    padding: 0;
}

.edit-link {
    display: none;
}

.subscribe-main {
    width: 100%;
    background-color: var(--df-light-blue);
    padding: 16px 24px;
    margin: 75px 0 0;
}

.subscribe-main h2 {
    color: var(--df-grey);
    font-weight: 900;
    font-size: 22px;
    line-height: 49px;
    text-transform: uppercase;
    margin-bottom: 0;
    width: auto !important;
}

.subscribe-main img {
    margin-right: 12px;
    margin-bottom: 3px;
    height: 15px;
}

.subscribe-main form input.sub-input {
    margin-bottom: 0;
    background-color: #ffffff;
    border: 0;
    color: #333333;
    padding: 10px 12px 14px;
    margin-left: 40px;
    font-weight: 500;
    font-size: 15px;
    width: 428px;
}

.subscribe-main form button.sub-btn {
    font-weight: 700;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ff3c32;
    margin-left: 32px;
    font-weight: 700;
    width: auto;
    background-color: none;
}

.blog-subscribe form input.sub-input {
    margin: 0 !important;
    background-color: #f4f7f9;
    border: 0;
    color: #333333;
    padding: 10px 12px 14px;
    margin-left: 40px;
    font-weight: 500;
    font-size: 15px;
    width: 428px;
}

.blog-subscribe form button.sub-btn {
    font-weight: 700;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ff3c32;
    margin-left: 32px;
    font-weight: 700;
    width: auto;
    background-color: none;
}

.yikes-easy-mc-form label {
    width: auto !important;
}

.nav-tabs {
    border: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: 3px solid #ff3c32;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
}

.nav-tabs .nav-item.show:hover .nav-link {
    border: 3px solid #ff3c32;
}

.nav-tabs .nav-link:hover {
    border-color: #fff;
}

.nav-tabs .nav-link.active:hover {
    border: 3px solid #ff3c32;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--df-default);
}

html .nav-tabs .nav-link {
    margin-right: 30px;
    border: 3px solid transparent;
}

html:lang(ru) .nav-tabs .nav-link {
    margin-right: 16px;
}

.nav-tabs .nav-item.show .nav-link span,
.nav-tabs .nav-link.active span {
    font-size: 18px;
    line-height: 28px;
    color: #ff3c32;
    border: 0;
}

.nav-tabs .nav-item .nav-link span,
.nav-tabs .nav-link span {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    border-bottom: 3px solid #ff3c32;
}

#net_table .nav-item.show .nav-link,
#net_table .nav-tabs .nav-link.active,
#net_table .nav-link {
    border: 0;
    padding: 0;
}

#net_table .nav-link {
    margin-right: 0;
}

#net_table .nav-item {
    margin-right: 5px;
}

.blog-view {
    display: -webkit-inline-box;
}

#net_table .nav-link.active img {
    -webkit-filter: invert(0%) sepia(0%) saturate(8%) hue-rotate(169deg) brightness(92%) contrast(103%);
    filter: invert(0%) sepia(0%) saturate(8%) hue-rotate(169deg) brightness(92%) contrast(103%);
}

#net_table .nav-link img {
    -webkit-filter: invert(97%) sepia(4%) saturate(1000%) hue-rotate(181deg) brightness(95%) contrast(93%);
    filter: invert(97%) sepia(4%) saturate(1000%) hue-rotate(181deg) brightness(95%) contrast(93%);
}

/* CARD POST (net) */
#net .row>* {
    margin-top: 48px;
}

#table .row>* {
    margin-top: 48px;
}

.cards-posts {
    margin: 58px 0 0;
}

.card-post-net .cpn-image {
    margin-bottom: 16px;
}

.card-post-net .cpn-publicate {
    margin-bottom: 12px;
}

.card-post-net .cpn-title {
    margin-bottom: 12px;
}

.card-post-net .cpn-image img {
    width: 100%;
    height: auto;
    /* max-width: 327px;
    height: 220px; */
}

#table .card-post-net .cpn-image img {
    height: auto;
}

.card-post-net .cpn-publicate ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-bottom: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 12px;
    list-style-type: none;
}

.card-post-net .cpn-publicate ul li {
    margin-left: 24px;
    line-height: 0;
    position: relative;
}

.card-post-net .cpn-publicate ul li::before {
    content: '•';
    color: #828282;
    font-size: 25px;
    position: absolute;
    left: -15px;
    top: 5px;
}

.card-post-net .cpn-publicate ul li:first-child {
    content: '';
    margin-left: 0;
}

.card-post-net .cpn-publicate ul li:first-child::before {
    content: '';
    margin-left: 0;
}

.card-post-net .cpn-publicate ul li a,
.card-post-net .cpn-publicate ul li .ttr,
.card-post-net .cpn-publicate ul li time {
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    color: #828282;
}

.card-post-net .cpn-publicate ul li a:hover,
.card-post-net .cpn-publicate ul li .ttr:hover,
.card-post-net .cpn-publicate ul li time:hover {
    color: var(--df-default);
}

.card-post-net .cpn-title,
.card-post-net .cpn-title h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    width: 85%;
}

.card-post-net .cpn-title a,
.card-post-net .cpn-title h3 a {
    color: #333333;
}

.card-post-net .cpn-title a:hover,
.card-post-net .cpn-title h3 a:hover {
    color: #ff3c32;
}

.card-post-net .cpn-tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-bottom: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-post-net .cpn-tags ul li {
    margin-right: 8px;
    line-height: 0;
    list-style-type: none;
    margin-bottom: 8px;
}

.card-post-net .cpn-tags ul li a {
    font-weight: 500;
    font-size: 9px;
    line-height: 13px;
    color: #333333;
    text-transform: uppercase;
}

.card-post-net .cpn-tags ul li a:hover {
    color: var(--df-default);
}

.ebs-image-container {
    position: relative;
    padding: 34px 24px 34px 24px;
}

.ebs-image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.ebs-image-container .ebs-caption {
    margin: 12px 0 10px;
}

.ebs-image-container .ebs-caption h3 {
    font-weight: 900;
    font-size: 21px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    line-height: 20px;
}

.ebs-image-container .ebs-sub-caption span {
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
    margin: 0;
    line-height: 20px;
}

.ebs-link-btn a {
    background: #333333;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    padding: 10px 13px;
    width: auto;
    font-weight: 700;
    font-size: 13px;
    color: #ffffff;
}

.ebs-link-btn button {
    background: #333333;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    padding: 10px 13px;
    width: auto;
    font-weight: 700;
    font-size: 13px;
    color: #ffffff;
}

.ebs-content-container .ebs-sub-title span {
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    opacity: 0.85;
}

.ebs-content-container .ebs-title {
    margin: 10px 0 28px;
}

.ebs-content-container .ebs-title h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    color: #333;
    margin: 0;
}

.ebs-content-container .ebs-title h2 strong {
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    color: #ff3c32;
    margin: 0;
}

.ebs-content-container .ebs-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}

.ebs-content-container .ebs-excerpt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ebs-content-container .ebs-excerpt p {
    font-weight: 500;
    font-size: 15px;
    line-height: 135%;
    color: rgba(0, 0, 0, 0.8);
}

/* Latest news */
.tab-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 768px) {
    .tab-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .tab-grid {
        grid-template-columns: repeat(3, 1fr);
        margin: 24px 0;
    }
}

.tab-grid[data-grid="table"] {
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 576px) {
    .tab-grid[data-grid="table"] .card-post-net {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.tab-grid[data-grid="table"] .card-post-net .cpn-image {
    width: 100%;
}

@media (min-width: 576px) {
    .tab-grid[data-grid="table"] .card-post-net .cpn-image {
        max-width: 96px;
    }
}

@media (min-width: 768px) {
    .tab-grid[data-grid="table"] .card-post-net .cpn-image {
        max-width: 160px;
    }
}

.tab-grid[data-grid="table"] .card-post-net .cpn-title {
    width: auto;
}

.tab-grid .card-post-net {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.tab-grid .card-post-net .cpn-image {
    margin: 0;
}

.play-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn-close {
    position: absolute;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
    background: url('../images/items/icons/close-modal.svg');
}

.player-tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-bottom: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 12px 0;
}

.player-tags ul li {
    margin-right: 8px;
    line-height: 0;
    list-style-type: none;
    margin-bottom: 8px;
}

.player-tags ul li a {
    font-weight: 500;
    font-size: 9px;
    line-height: 13px;
    color: #333333;
}

.player-tags ul li a:hover {
    color: var(--df-default);
}

/* Header socials */
ul.social-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-bottom: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.social-header li {
    list-style-type: none;
    margin-left: 0;
}

ul.social-header li a.fa {
    margin-right: 30px;
}

ul.social-header li a.fa.fa-facebook {
    content: url('../images/items/icons/socials/facebook.svg');
}

ul.social-header li a.fa.fa-instagram {
    content: url('../images/items/icons/socials/instagram.svg');
}

ul.social-header li a.fa.fa-linkedin {
    content: url('../images/items/icons/socials/linkedin.svg');
}

ul.social-header li a.fa.fa-telegram {
    content: url('../images/items/icons/socials/telegram.svg');
}

ul.social-header li a.fa.fa-youtube {
    content: url('../images/items/icons/socials/youtube.svg');
}

.email-footer {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #ff3c32;
}

.email-footer:hover {
    text-decoration: underline;
}

/* Category Page */
.category-title {
    font-weight: 900;
    font-size: 45px;
    line-height: 45px;
    color: #333333;
    margin-bottom: 24px;
}

.blog-margin {
    /* border-bottom: 1px solid #dde3eb; */
    padding-bottom: 50px;
}

.mp-title-padding {
    padding-top: 50px;
}

/* BUTTONS */
.btn-medium-df-primary {
    background: #3200ff;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff !important;
    text-align: center;
    padding: 10px 0;
    width: 100%;
}

.pagination {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-bottom: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagination ul li {
    list-style-type: none;
    margin-left: 0;
    min-width: 20px;
}

.pagination ul li a {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

.pagination ul li span {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: var(--df-default);
}

.pagination ul li a:hover {
    color: var(--df-default);
}

/* BLOG SUBSCRIBE */
.blog-subscribe {
    margin-top: 90px;
    margin-bottom: 90px;
}

/* .blog-subscribe h2 {
    font-weight: 900;
    font-size: 22px;
    line-height: 27px;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 24px;
} */
.blog-subscribe img {
    margin-right: 7px;
    margin-bottom: 2.5px;
}

.blog-subscribe input {
    background: #f4f7f9;
    border: 0;
    padding: 12px 12px 16px;
    width: 440px;
    margin-right: 32px;
}

.blog-subscribe button {
    font-weight: 700;
    font-size: 13px;
    color: #ff3c32;
}

.wp-block-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-view {
    padding-right: 18px;
}

.bt-content {
    margin-left: 16px;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.bt-image {
    margin: 0;
}

.bt-image img {
    max-width: 168px !important;
}

.wmp-image {
    width: 96px;
}

.wmp-image img {
    width: 96px;
    height: 65px;
}

.navbar-collapse {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 1400px) {
    .f-first-section {
        margin-right: 0;
        margin-left: 0;
    }

    html:lang(en) .f-third-section ul {
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px;
    }
}

@media (max-width: 992px) {
    #header .navbar-nav .dropdown-menu {
        background-color: transparent;
    }

    #header .navbar-nav .dropdown-menu a {
        color: var(--df-grey);
    }

    #header .navbar-nav .dropdown-menu a:hover,
    #header .navbar-nav .dropdown-menu a:focus {
        background-color: transparent;
    }

    .bottom-header-mob {
        margin-top: 24px;
    }

    a.menu-button {
        text-align: center;
        display: block;
        margin: 0;
    }
}

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1150px;
    }

    .navbar-nav {
        margin: 0 0 0 43px;
    }

    #header .navbar-nav {
        margin: 0 0 0 12px;
    }

    .nav-item {
        margin: 0;
        margin-right: 10px;
    }

    #header .nav-item {
        margin-right: 4px;
    }
}

.video {
    /* override other styles to make responsive */
    width: 100% !important;
    min-height: 500px !important;
}

.navbar-brand {
    margin-right: 0;
}

.navbar-logo {
    max-width: 80%;
    height: auto;
}

@media (min-width: 1200px) {
    .navbar-logo {
        max-width: 256px;
    }

    #header .navbar-logo {
        max-width: 200px;
    }
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #f4f7f9;
    background-clip: 0;
    border: 0;
    border-radius: 0;
}

.dropdown-menu[data-bs-popper] {
    left: 8px;
}

.dropdown-menu a {
    font-size: 13px;
    color: #828282;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus {
    text-decoration: underline;
    color: var(--df-default);
    background-color: #f4f7f9;
}

.cpc-publicate {
    position: relative;
}

.alignright {
    text-align: right;
}

.alignleft {
    text-align: left;
}

.aligncenter {
    text-align: center;
}

#carrotquest-messenger-collapsed-container {
    display: none;
}

#carrotquest-messenger-collapsed-container #bubble-container {
    width: 300px !important;
}

.lead-paragraph,
.lead-paragraph p {
    font-size: 25px !important;
    line-height: 145% !important;
    color: #000000 !important;
    margin-bottom: 25px !important;
}

.lead-paragraph {
    margin-bottom: 48px;
}

.top-bar img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

/* BEGIN iframe */
.iframe-container,
.is-provider-youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

/* END iframe */
.has-text-align-center {
    text-align: center;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: none;
}

.collapse {
    padding-top: 0;
}

.accordion {
    margin-bottom: 100px;
}

h2.faq-title {
    margin-bottom: 48px;
}

/* ELEMENTS */
.elements {
    background: #f4f7f9;
    padding: 100px 0;
    margin: 50px 0;
}

.rbtn {
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
    display: block;
}

.rbtn:hover {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13);
}

.rbtn:focus {
    opacity: 0.8;
}

.rbtn.rbtn-size-s {
    min-width: 121px;
    min-height: 32px;
    padding: 6.5px 18px;
    font-size: 13px;
}

.rbtn.rbtn-size-m {
    min-width: 158px;
    min-height: 56px;
    padding: 18px 26.5px;
    font-size: 15px;
    line-height: 20px;
}

.rbtn.rbtn-size-l {
    min-width: 175px;
    min-height: 72px;
    padding: 22px 32.5px;
    font-size: 18px;
    line-height: 24px;
}

.rbtn-white {
    background: #ffffff;
    color: var(--df-grey) !important;
}

.rbtn-white:hover {
    background: #ffffff;
    color: var(--df-grey) !important;
    text-decoration: none !important;
}

.rbtn-red {
    background: var(--df-default);
    color: #ffffff !important;
    text-decoration: none !important;
}

.rbtn-red:hover {
    background: var(--df-default);
    color: #ffffff !important;
    text-decoration: none !important;
}

.rbtn-black {
    background: var(--df-grey);
    color: #ffffff !important;
}

.rbtn-black:hover {
    background: var(--df-grey);
    color: #ffffff !important;
    text-decoration: none !important;
}

.rbtn-blue {
    background: #3200ff;
    color: #ffffff !important;
}

.rbtn-blue:hover {
    background: #3200ff;
    color: #ffffff !important;
    text-decoration: none !important;
}

.rbtn-picker,
.rbtn-picker:hover {
    text-decoration: none !important;
}

#commentform input.rbtn-red {
    background: var(--df-default);
    color: #ffffff !important;
    border: 0;
}

form h4 {
    font-size: 25px;
    line-height: 145%;
}

form p {
    font-weight: 500;
    font-size: 15px;
    line-height: 135%;
    color: #ffffff;
    opacity: 0.8;
}

.wp-block-pullquote blockquote {
    border-top: 4px solid;
    border-bottom: 4px solid;
    margin-bottom: 1.75em;
    color: currentColor;
    padding: 3em 1.5em;
    font-size: 16px;
    text-align: center;
}

.wp-block-pullquote blockquote p {
    font-size: 16px;
    margin-bottom: 0;
}

.wp-block-pullquote blockquote::before,
.wp-block-pullquote blockquote::after {
    content: '';
}

blockquote {
    font-weight: 700;
    font-size: 13px;
    line-height: 145%;
    color: #000000;
    position: relative;
    padding: 25px;
}

blockquote::before {
    content: url('../images/items/icons/bloquote-1.svg');
    position: absolute;
    top: 0;
    left: 0;
}

blockquote::after {
    content: url('../images/items/icons/bloquote-2.svg');
    position: absolute;
    bottom: 0;
    right: 0;
}

.wp-pagenavi .last,
.wp-pagenavi .first,
.wp-pagenavi a.page,
.wp-pagenavi span.extend {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    margin-right: 13px;
}

.wp-pagenavi .last:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi a.page:hover {
    color: var(--df-default);
    text-decoration: underline;
}

.wp-pagenavi span.current {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: var(--df-default);
    margin-right: 13px;
}

#commentform p,
#commentform span,
#commentform input {
    color: #333333;
}

.comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comment-form-cookies-consent label {
    margin-left: 10px;
}

.comment-form-comment textarea {
    padding: 10px 20px;
    width: 100%;
    margin: 3px 2px;
    border: 0;
    background: #f4f7f9;
}

#commentform input[type='text'] {
    padding: 10px 20px;
    margin: 3px 2px;
    border: 0;
    background: #f4f7f9;
}

.screen-reader-text {
    display: none;
}

.alignwide {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tabs-swiper-navs {
    position: relative;
    margin-top: 40px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 70px;
    height: 24px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: '';
}

.swiper-button-prev {
    -webkit-mask: url('../images/items/icons/arrow-prev.svg') no-repeat center / contain;
            mask: url('../images/items/icons/arrow-prev.svg') no-repeat center / contain;
    background: #333333;
    left: -12px;
}

.swiper-button-next {
    -webkit-mask: url('../images/items/icons/arrow-next.svg') no-repeat center / contain;
            mask: url('../images/items/icons/arrow-next.svg') no-repeat center / contain;
    background: #333333;
    left: 56px;
    right: auto;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #FF3C32;
}

.widget-tabs .swiper-slide {
    width: 336px;
}

/* iframe */
figure.wp-block-embed blockquote.wp-embedded-content {
    display: none;
}

figure.wp-block-embed iframe.wp-embedded-content {
    position: relative !important;
    visibility: visible !important;
}

iframe.wp-embedded-content {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 32px 0;
}

.wp-embed a:hover {
    color: #ff3c32 !important;
}

.footer_banner {
    padding: 5px 0px;
    clear: both;
    width: 100%;
    height: 101px;
    position: fixed;
    bottom: 0;
    z-index: 9999999;
    padding-left: 15px;
    padding-right: 15px;
}

#stpd_close {
    position: absolute;
    top: 0;
    right: -10px;
    float: right;
    height: 24px;
    z-index: 9999999;
    width: 24px;
    background: rgba(202, 238, 255, 0.5);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.iframe_footer_banner {
    max-width: 728px;
    max-height: 90px;
    height: 90px;
    margin: auto;
    position: relative;
}

@media all and (max-width: 1000px) {
    .footer_banner {
        padding: 5px 0px;
        clear: both;
        width: 100%;
        height: auto;
        position: fixed;
        bottom: 0;
        z-index: 9999999;
        padding-left: 15px;
        padding-right: 15px;
    }

    .iframe_footer_banner {
        height: auto;
    }
}

.bg-default {
    background: #ff3c32 !important;
}

.bottom-header-mob form {
    position: relative;
}

.bottom-header-mob .search-btn {
    position: absolute;
    right: 37px;
    top: -2px;
}

.bottom-header-mob label.search-btn {
    width: auto;
}

.bottom-header-mob label.search-btn:before {
    content: url('../images/items/icons/loop.svg');
    position: absolute;
    left: 0;
    top: 9px;
    bottom: 0;
    width: 20px;
}

.bottom-header-mob label {
    width: 100%;
}

.bottom-header-mob input {
    width: 100%;
    background: #f5f8f9;
    border-radius: 5px;
    border: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 13.6241px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
}

.bottom-header-mob input.search-submit {
    padding: 0;
}

.bottom-header-mob input.search-field {
    margin-bottom: 24px;
    padding: 11px 20px;
}

.bottom-header-mob input.search-field::-webkit-search-cancel-button {
    display: none;
    -webkit-appearance: none;
}

.wp-block-column {
    margin-right: 15px;
}

/* END Author archive block */
html:lang(ru) .page-id-12972 .cm-glossary {
    display: none;
}

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

.signup-form__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    background-color: var(--df-light-blue);
    padding: 16px 36px;
    margin: 75px 0 24px;
    width: 100%;
}

.signup-form__title {
    color: var(--df-grey);
    font-weight: 900;
    font-size: 19px;
    line-height: 49px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

.signup-form__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 18px;
}

.signup-form__icon img {
    display: block;
    height: 100%;
    width: auto;
}

.signup-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.signup-form input[type='email'] {
    margin-bottom: 0;
    background-color: #ffffff;
    border: 0;
    color: #333333;
    padding: 10px 12px 14px;
    font-weight: 500;
    font-size: 15px;
    max-width: 428px;
    width: 100%;
}

.signup-form button {
    font-size: 15px;
    color: #ff3c32;
    font-weight: 700;
    margin-top: 12px;
}

.signup-form .message {
    padding: 8px;
    width: 100%;
    display: none;
}

.signup-form .message.success {
    background-color: #b1fdb1;
    display: block;
}

.signup-form .message.error {
    background-color: var(--df-default);
    display: block;
}

@media (min-width: 992px) {
    .signup-form__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 64px;
        margin: 75px 0 0;
        width: 100%;
        padding: 16px 24px;
        margin-bottom: 32px;
    }

    .signup-form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 38px;
    }

    .signup-form__title {
        font-size: 22px;
    }

    .signup-form button {
        margin-top: 0;
    }
}

/* Latest articles posts slider */
.swiper-latest-posts {
    margin: 48px 0;
}

.navs-latest-posts {
    position: relative;
    margin: 40px 0 0;
}

@media (max-width: 767px) {
    .swiper-latest-posts .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .swiper-latest-posts .swiper-slide {
        width: auto;
        max-width: none;
        max-height: none;
        margin: 28px 0 0;
    }

    .swiper-latest-posts .swiper-slide:first-child {
        margin: 0;
    }

    .navs-latest-posts {
        display: none;
    }
}

/* WIDGET VERTICAL LATEST POSTS */
.wvl-title h2 {
    font-weight: 900;
    font-size: 45px;
    color: #333333;
    width: auto;
    line-height: 100%;
}

.wvl-title a {
    width: auto;
    font-weight: 700;
    font-size: 13px;
    line-height: 145%;
    color: #ff3c32;
    margin: 0px;
    line-height: 50%;
}

.wvl-title a:hover {
    text-decoration: underline;
}

.wvl-title a .hide {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
}

.wvl-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 28px;
}

.wvl-image {
    width: 96px;
}

.wvl-image img {
    aspect-ratio: 96 / 96;
    width: 100%;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
}

.wvl-content {
    margin-left: 16px;
}

.wvl-content .wvl-publicate ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-bottom: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 12px;
    list-style-type: none;
}

.wvl-content .wvl-publicate ul li {
    margin-left: 24px;
    line-height: 0;
    position: relative;
}

.wvl-content .wvl-publicate ul li::before {
    content: '•';
    color: #828282;
    font-size: 25px;
    position: absolute;
    left: -15px;
    top: 5px;
}

.wvl-content .wvl-publicate ul li:first-child {
    content: '';
    margin-left: 0;
}

.wvl-content .wvl-publicate ul li:first-child::before {
    content: '';
    margin-left: 0;
}

.wvl-content .wvl-publicate ul li a,
.wvl-content .wvl-publicate ul li .ttr,
.wvl-content .wvl-publicate ul li time {
    font-weight: 500;
    font-size: 10.3px;
    line-height: 13px;
    color: #828282;
}

.wvl-content .wvl-publicate ul li a:hover,
.wvl-content .wvl-publicate ul li .ttr:hover,
.wvl-content .wvl-publicate ul li time:hover {
    color: var(--df-default);
}

.wvl-content .wvl-tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-bottom: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wvl-content .wvl-tags ul li {
    margin-right: 8px;
    line-height: 0;
    list-style-type: none;
    margin-bottom: 8px;
}

.wvl-content .wvl-tags ul li a {
    font-weight: 500;
    font-size: 9px;
    line-height: 13px;
    color: #333333;
    text-transform: uppercase;
}

.wvl-content .wvl-tags ul li a:hover {
    color: var(--df-default);
}

.wvl-content .wvl-title {
    margin-bottom: 8px;
    line-height: 21px;
}

.wvl-content .wvl-title a {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 8px;
    color: #333333;
}

.wvl-content .wvl-title a:hover {
    color: var(--df-default);
    text-decoration: none;
}

/* WIDGET MOST POPULAR */
#mostPopularWidget .carousel-item {
    height: auto;
    width: auto;
}

.wmp-card {
    display: -webkit-inline-box;
}

.wmp-card .wmp-title h3 {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    margin: 8px 0px;
}

.wmp-card .wmp-title h3 a {
    color: #333333;
}

.wmp-card .wmp-title h3 a:hover {
    color: #ff3c32;
}

.wmp-card .wmp-content {
    margin-left: 16px;
    width: 240px;
    margin-right: 40px;
}

.wmp-card .wmp-publicate ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-bottom: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 12px;
    list-style-type: none;
}

.wmp-card .wmp-publicate ul li {
    margin-left: 24px;
    line-height: 0;
    position: relative;
}

.wmp-card .wmp-publicate ul li::before {
    content: '•';
    color: #828282;
    font-size: 25px;
    position: absolute;
    left: -15px;
    top: 5px;
}

.wmp-card .wmp-publicate ul li:first-child {
    content: '';
    margin-left: 0;
}

.wmp-card .wmp-publicate ul li:first-child::before {
    content: '';
    margin-left: 0;
}

.wmp-card .wmp-publicate ul li a,
.wmp-card .wmp-publicate ul li .ttr,
.wmp-card .wmp-publicate ul li time {
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    color: #828282;
}

.wmp-card .wmp-publicate ul li a:hover,
.wmp-card .wmp-publicate ul li .ttr:hover,
.wmp-card .wmp-publicate ul li time:hover {
    color: var(--df-default);
}

/* Most popular posts slider */
.swiper-most-popular-posts {
    margin: 48px 0;
}

.navs-most-popular-posts {
    position: relative;
    margin: 40px 0 0;
}

@media (max-width: 767px) {
    .swiper-most-popular-posts .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .swiper-most-popular-posts .swiper-slide {
        width: auto;
        max-width: none;
        max-height: none;
        margin: 28px 0 0;
    }

    .swiper-most-popular-posts .swiper-slide:first-child {
        margin: 0;
    }

    .navs-most-popular-posts {
        display: none;
    }
}

/* MODALS */
.modal-backdrop {
    background-color: transparent;
}

/* modal Search */
#modalSearch {
    background: rgba(0, 0, 0, 0.75);
}

#modalSearch .modal-body {
    background-color: #f4f7f9;
    width: 408px;
    position: absolute;
    top: 10px;
    right: 35px;
    z-index: 1111111111;
    -webkit-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    -webkit-filter: drop-shadow(7px 42px 18px rgba(82, 112, 128, 0.06));
    filter: drop-shadow(7px 42px 18px rgba(82, 112, 128, 0.06));
}

#modalSearch .modal-body {
    padding: 30px 32px;
}

#modalSearch .modal-body ul {
    text-align: left;
    padding: 0;
}

#modalSearch .modal-body ul.first-list {
    margin-right: 45px;
}

#modalSearch .modal-body ul li {
    text-indent: 0;
    list-style-type: none;
}

#modalSearch .modal-body ul li a {
    font-size: 13px;
    color: #828282;
    text-transform: capitalize;
}

#modalSearch .modal-body ul li a:hover {
    text-decoration: underline;
    color: var(--df-default);
}

#modalSearch .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

#modalSearch .search-form>label.search-btn {
    position: absolute;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 30px;
}

#modalSearch .search-form>label {
    position: absolute;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

#modalSearch label.search-btn:before {
    content: url('../images/items/icons/loop.svg');
    position: absolute;
    left: 10px;
    top: 9px;
    bottom: 0;
    width: 20px;
}

#modalSearch input.search-submit {
    background: none;
}

#modalSearch input.search-field {
    padding: 12px 57px;
}

#modalSearch input.search-field::-webkit-search-cancel-button {
    display: none;
    -webkit-appearance: none;
}

#modalSearch .btn-close {
    background: url('../images/items/icons/close-modal-search.svg');
    height: 0px;
    width: 0px;
    right: 49px;
    top: 44px;
}

#modalSearch .modal-dialog {
    position: absolute;
    top: 0;
    right: 259px;
}

#modalSearch .modal-backdrop {
    background: none;
}

#modalSearch .modal-content {
    background: none;
    border: 0;
    color: #fff;
}

#modalSearch .modal-header,
#modalSearch .modal-body,
#modalSearch .modal-footer {
    border: 0;
}

#modalSearch .modal-header h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    color: #ffffff;
}

#modalSearch form input {
    width: 100%;
    border: 0;
    padding: 12px 16px 12px;
    border-radius: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 135%;
}

/* modal Subscribe */
#modalSubscribe {
    background: rgba(0, 0, 0, 0.75);
}

#modalSubscribe .modal-dialog {
    width: calc(100% - 24px);
    max-width: 656px;
    margin: auto;
}

#modalSubscribe .modal-content {
    position: relative;
    padding: 48px 24px 24px;
    border-radius: 16px;
    background: #ff3c32;
}

@media (min-width: 768px) {
    #modalSubscribe .modal-content {
        padding: 56px;
    }
}

#modalSubscribe .modal-body {
    padding: 0;
}

#modalSubscribe .modal-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin: 0 0 48px;
}

#modalSubscribe .modal-head p {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    color: #fff;
    text-align: center;
}

#modalSubscribe .btn-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
    padding: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .5;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

@media (min-width: 768px) {
    #modalSubscribe .btn-close {
        top: 16px;
        right: 16px;
    }
}

#modalSubscribe .btn-close:hover {
    opacity: 1;
}

#modalSubscribe .modal-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
}

#modalSubscribe form label {
    font-size: 16px;
    line-height: 125%;
    color: #fff;
}

#modalSubscribe form input {
    width: 100%;
    height: 36px;
    padding: 8px;
    margin: 4px 0 0;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0 0 4px 4px;
    outline: none;
    background: transparent;
    font-size: 16px;
    line-height: 125%;
    color: #FFF;
}

#modalSubscribe form input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: rgba(255, 255, 255, 0.5);
}

#modalSubscribe form input::-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: rgba(255, 255, 255, 0.5);
}

#modalSubscribe form input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: rgba(255, 255, 255, 0.5);
}

#modalSubscribe form input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: rgba(255, 255, 255, 0.5);
}

#modalSubscribe form input::placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: rgba(255, 255, 255, 0.5);
}

#modalSubscribe form input:-webkit-autofill,
#modalSubscribe form input:-webkit-autofill:hover,
#modalSubscribe form input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #ff3c32 inset !important;
    -webkit-text-fill-color: #FFF !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
}

#modalSubscribe form button,
#modalSubscribe .modal-button {
    display: block;
    width: 100%;
    height: 48px;
    margin: 16px 0 0;
    padding: 12px 16px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    color: #000;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#modalSubscribe form button:hover {
    color: #ff3c32;
}

#modalSubscribe form button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#modalSubscribe .message.success,
#modalSubscribe .message.error {
    display: block;
}

#modalSubscribe .message {
    display: none;
    text-align: center;
}

/* modal Signup */
#modalSignup {
    background: rgba(0, 0, 0, 0.75);
}

#modalSignup .modal-dialog {
    width: calc(100% - 24px);
    max-width: 656px;
    margin: auto;
}

#modalSignup .modal-content {
    position: relative;
    padding: 48px 24px 24px;
    border-radius: 16px;
    background: #ff3c32;
}

@media (min-width: 768px) {
    #modalSignup .modal-content {
        padding: 56px;
    }
}

#modalSignup .modal-body {
    padding: 0;
}

#modalSignup .btn-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
    padding: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .5;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

@media (min-width: 768px) {
    #modalSignup .btn-close {
        top: 16px;
        right: 16px;
    }
}

#modalSignup .btn-close:hover {
    opacity: 1;
}

#modalSignup .modal-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
}

#modalSignup form label {
    font-size: 16px;
    line-height: 125%;
    color: #fff;
}

#modalSignup form input {
    width: 100%;
    height: 36px;
    padding: 8px;
    margin: 4px 0 0;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0 0 4px 4px;
    outline: none;
    background: transparent;
    font-size: 16px;
    line-height: 125%;
    color: #FFF;
}

#modalSignup form input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: rgba(255, 255, 255, 0.5);
}

#modalSignup form input::-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: rgba(255, 255, 255, 0.5);
}

#modalSignup form input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: rgba(255, 255, 255, 0.5);
}

#modalSignup form input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: rgba(255, 255, 255, 0.5);
}

#modalSignup form input::placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: rgba(255, 255, 255, 0.5);
}

#modalSignup form input:-webkit-autofill,
#modalSignup form input:-webkit-autofill:hover,
#modalSignup form input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #ff3c32 inset !important;
    -webkit-text-fill-color: #FFF !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
}

#modalSignup form button,
#modalSignup .modal-button {
    display: block;
    width: 100%;
    height: 48px;
    margin: 16px 0 0;
    padding: 12px 16px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    color: #000;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#modalSignup form button:hover,
#modalSignup .modal-button:hover {
    color: #ff3c32;
}

#modalSignup form button:active,
#modalSignup .modal-button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#modalSignup .modal-button {
    margin: 32px 0 0;
}

#modalSignup .modal-success {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
}

#modalSignup .modal-success.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 768px) {
    #modalSignup .modal-success {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

#modalSignup .modal-success p {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    color: #fff;
    text-align: center;
}

@media (min-width: 768px) {
    #modalSignup .modal-success p {
        text-align: left;
    }
}

@media (min-width: 768px) {
    #modalSignup .modal-message {
        max-width: 230px;
    }
}

@media (min-width: 768px) {
    #modalSignup .modal-share {
        max-width: 138px;
        text-align: right;
    }
}

#modalSignup .modal-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin: 24px 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    #modalSignup .modal-socials {
        gap: 12px;
        margin: 16px 0 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

/* BEGIN WP-PageNavi */
.wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.nextpostslink,
.previouspostslink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 13px;
}

.nextpostslink span,
.previouspostslink span {
    width: 48px;
    height: 14px;
}

.nextpostslink span {
    -webkit-mask: url('../images/items/icons/arrow-next.svg') no-repeat center / cover;
            mask: url('../images/items/icons/arrow-next.svg') no-repeat center / cover;
    background: #333333;
}

.previouspostslink span {
    -webkit-mask: url('../images/items/icons/arrow-prev.svg') no-repeat center / cover;
            mask: url('../images/items/icons/arrow-prev.svg') no-repeat center / cover;
    background: #333333;
}

.nextpostslink:hover span,
.previouspostslink:hover span {
    background: #FF3C32;
}

/* END WP-PageNavi */
/* style.css style */
.wp-block-embed .wp-embed-meta {
    display: none;
}

/* BEGIN footer */
.footer {
    padding: 24px 0;
    background: #f8f8f8;
}

@media (min-width: 992px) {
    .footer {
        padding: 64px 0;
    }
}

.footer .container {
    max-width: 1280px;
}

.footer__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px;
}

@media (min-width: 992px) {
    .footer__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24px;
    }
}

.footer__main {
    width: 100%;
}

@media (min-width: 992px) {
    .footer__main {
        width: 35%;
        max-width: 520px;
    }
}

@media (min-width: 1200px) {
    .footer__main {
        width: 45%;
    }
}

.footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding: 32px 20px 24px;
    background: #fff;
    border-radius: 16px;
}

@media (min-width: 992px) {
    .footer__info {
        gap: 32px;
        padding: 40px 32px 32px;
    }
}

.footer__info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
}

@media (min-width: 992px) {
    .footer__info-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 32px 40px;
    }
}

@media (min-width: 1200px) {

    .footer__address,
    .footer__contacts {
        width: calc(50% - 28px);
    }
}

.footer__address {
    max-width: 216px;
}

@media (min-width: 1212px) {
    .footer__address {
        min-width: 216px;
    }
}

.footer .address__head,
.footer .contacts__head {
    margin: 0 0 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    text-transform: uppercase;
}

.footer .address__text,
.footer .contacts__text {
    font-size: 14px;
    line-height: 143%;
}

.footer .contacts__link {
    font-weight: 700;
    color: #ff3c32;
}

.footer .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin: 16px 0 0;
}

.footer .social__link path {
    -webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease;
}

.footer .social__link:hover path {
    fill: #F20C00;
}

.footer__winner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    padding: 20px;
    margin: 16px 0 0;
    border-radius: 16px;
    background: #fff;
}

@media (min-width: 992px) {
    .footer__winner {
        gap: 12px 22px;
        padding: 24px 32px;
        margin: 24px 0 0;
    }
}

.footer__winner img {
    height: 40px;
}

.footer__winner .sf-root img {
    min-width: inherit !important;
    max-width: inherit !important;
    width: inherit !important;
}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px 24px;
    width: 100%;
    max-width: 536px;
}

@media (min-width: 576px) {
    .footer__nav {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media (min-width: 992px) {
    .footer__nav {
        width: calc(65% - 192px);
    }
}

@media (min-width: 1200px) {
    .footer__nav {
        width: calc(55% - 192px);
    }
}

.footer .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: calc(50% - 12px);
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 576px) {
    .footer .nav__list {
        width: 100%;
        max-width: 152px;
    }
}

@media (min-width: 992px) {
    .footer .nav__list {
        margin: 20px 0;
    }
}

.footer .nav__head {
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
}

.footer .nav__link {
    font-size: 14px;
    line-height: 143%;
    color: #000;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.footer .nav__link:hover {
    color: #F20C00;
}

.footer__payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

@media (min-width: 576px) {
    .footer__payments {
        width: auto;
        gap: 16px;
    }
}

@media (min-width: 992px) {
    .footer__payments {
        width: 100%;
        max-width: 144px;
        margin: 20px 0;
    }
}

.footer__copyright {
    width: 100%;
    padding: 24px 0 0;
    margin: -8px 0 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    opacity: 0.35;
    border-top: 1px solid #eaeaea;
}

@media (min-width: 576px) {
    .footer__copyright {
        margin: 0;
        padding: 0;
        border: none;
    }
}

.footer__documents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px 24px;
    margin: -16px 0 0;
}

@media (min-width: 576px) {
    .footer__documents {
        position: absolute;
        right: 0;
        bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin: 0;
    }
}

.footer .documents__link {
    font-size: 14px;
    line-height: 143%;
    text-align: right;
    color: #000;
    opacity: 0.35;
    -webkit-transition: color .3s ease, opacity .3s ease;
    -o-transition: color .3s ease, opacity .3s ease;
    transition: color .3s ease, opacity .3s ease;
}

.footer .documents__link:hover {
    opacity: 1;
    color: #F20C00;
}

/* END footer */
#wpadminbar {
    display: none;
}
