

/* Start:/local/templates/generator/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?1748291017120616*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');
content {
    font-family: 'Montserrat', sans-serif;
    ;
}

body a,
a:hover {
    color: #013B94;
}

body footer {
    margin-top: 0;
}

p img {
    margin-top: 20px;
    border-radius: 10px;
}

div.breadcrumb {
    margin: 24px 0 32px 0;
}

div.breadcrumb #breadcrumb {
    font-size: 12px;
    color: #999999;
}

@media (max-width: 767px) {
    .breadcrumb .container {
        padding: 0 15px;
    }
}

.link-more_details {
    display: flex;
    margin: 40px auto 0 auto;
    max-width: max-content;
    padding: 14px 32px;
    border-radius: 10px;
    background: linear-gradient(270deg, #013B94 0%, #0065FF 100%);
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.link-more_details:hover {
    color: #FFF;
}

.btn-blue {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: var(--blue-color);
    border: 1px solid var(--blue-color);
    color: #fff;
    border-radius: 4px;
    margin: 4px 0;
    padding: 8px 16px;
    cursor: pointer;
    width: fit-content;
}

.btn-blue:hover {
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid var(--blue-color);
    color: var(--blue-color);
}

.blog {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.blog-overlay {
    margin: 0 auto 0;
    max-width: 1160px;
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

@media (max-width: 767px) {
    .blog-overlay {
        height: 500px;
    }
}

.picture-big__img {
    position: relative;
    height: 500px;
    border-radius: 10px;
}

.picture-big__img:after {
    background-color: #000000;
    opacity: 0.6;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .picture-big__img {
        margin: 0 15px;
        height: 500px;
    }
}

.blog-header {
    width: 100%;
    max-width: 1140px;
    padding: 54px 40px;
    height: 500px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .blog-header {
        height: 500px;
        padding: 40px 35px;
    }
}

.blog-header__wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.blog-header__wrap a {
    color: var(--blue-color);
}

.blog-header__date {
    margin-right: 25px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}

.blog-header__category {
    margin-right: 25px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    border-radius: 20px;
    background: #FFF;
}

.blog-header__show-article {
    margin-right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
}

.blog-header__show-article img {
    margin-right: 5px;
}

.blog-header__show-article p {
    font-size: 14px;
    line-height: 16px;
}

.blog-header__time-to-read {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}

.blog-header__time-to-read span {
    font-weight: 600;
}

h1 {
    margin: 0;
}

.blog-header__title {
    width: 100%;
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

@media (max-width: 767px) {
    .blog-header__title {
        font-size: 22px;
        font-weight: 600;
        line-height: 1.5rem;
    }
}

.blog-header__btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.blog-header__btn img {
    margin-right: 15px;
}

@media (max-width: 767px) {
    .blog-header__btn img {
        display: none
    }
}

.blog-header__btn--title {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    white-space: nowrap;
}

.blog-header__btn .ya-share2__container_size_m .ya-share2__badge,
.blog-header__btn .ya-share2__container_size_m .ya-share2__icon {
    width: 30px !important;
    height: 30px !important;
    background-size: 26px 26px !important;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .blog-header__btn .ya-share2__container_size_m .ya-share2__badge,
    .blog-header__btn .ya-share2__container_size_m .ya-share2__icon {
        margin: 0;
    }
}

.blog-header__socials {
    margin-left: 15px;
}

.blog-detail__wrap {
    display: flex;
    flex-direction: row;
    margin: 48px auto 0;
    width: 100%;
    max-width: 1160px;
    position: relative;
}

@media (max-width: 1199px) {
    .blog-detail__wrap {
        max-width: 960px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .blog-detail__wrap {
        max-width: 720px;
    }
}

@media (max-width: 767px) {
    .blog-detail__wrap {
        max-width: 540px;
    }
}

.blog-detail__item li {
    line-height: 160%;
    color: #333;
}

.blog-detail__item>p {
    line-height: 160%;
    color: #333;
    margin: 0 0 20px 0;
}

.blog-detail__wrap nav>p {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #333;
    margin: 0 0 24px 0;
}

.blog-detail__wrap h2 {
    font-family: var(--default-font-family);
    font-size: 26px;
    line-height: 110%;
    margin-top: 48px;
    margin-bottom: 32px;
    font-weight: 600;
    color: #000;
}

.blog-detail__wrap h3 {
    margin-top: 40px;
    font-family: var(--default-font-family);
    font-size: 22px;
    line-height: 110%;
    margin-bottom: 32px;
    font-weight: 600;
    color: #000;
}

@media (min-width: 1280px) {
    .blog-detail__wrap h2 {
        font-size: 34px
    }
    .blog-detail__wrap h3 {
        font-size: 26px;
    }
}

.blog-detail__wrap p.shadowed,
.blog-detail__wrap p.gray,
.blog-detail__wrap p.light-blue,
.blog-detail__wrap p.black-border,
.blog-detail__wrap p.blue-border,
.blog-detail__wrap p.blue {
    margin-top: 40px;
    margin-bottom: 40px;
}

.blog-detail__wrap p.shadowed {
    padding: 40px;
    border: #DDDDDD solid 1px;
    border-radius: 10px;
    box-shadow: 0 15px 40px #0000001a;
}

.blog-detail__wrap p.gray {
    padding: 40px;
    border-radius: 10px;
    background: rgba(95, 107, 127, .1)
}

.blog-detail__wrap p.light-blue {
    padding: 40px;
    border-radius: 10px;
    background-color: #E6EBF4;
}

.blog-detail__wrap p.black-border {
    padding: 40px;
    border: #000000 solid 1px;
    border-radius: 10px
}

.blog-detail__wrap p.blue-border {
    padding: 40px;
    border: #013B94 solid 1px;
    border-radius: 10px
}

.blog-detail__wrap p.blue {
    padding: 40px;
    border-radius: 10px;
    background-color: #cdeaf5
}

.table-container {
    width: 100%;
    color: #333;
    overflow-x: scroll;
    overflow-y: hidden;
    border-radius: 10px!important;
    margin-bottom: 40px
}

.table-container>table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}

.table-container>table>thead {
    background-color: #000;
    color: #fff;
    font-weight: 700
}

.table-container>table>thead>tr>th {
    border: 1px solid #DDDDDD;
    border-top: none;
    padding: 24px
}

.table-container>table>thead>tr>td {
    border-top: none;
    padding: 24px
}

.table-container>table>thead>tr>td p {
    margin: 0;
}

.table-container>table>thead>tr>th:first-child {
    border-radius: 10px 0px 0px 0px;
    border-style: solid;
}

.table-container>table>thead>tr>th:last-child {
    border-radius: 0px 10px 0px 0px;
    border-style: solid;
}

.table-container>table>thead>tr>td:first-child {
    border-radius: 10px 0px 0px 0px;
    border-style: solid;
}

.table-container>table>thead>tr>td:last-child {
    border-radius: 0px 10px 0px 0px;
    border-style: solid;
}

.table-container>table>tbody {
    background-color: #f8f8f8
}

.table-container>table>tbody>tr>td {
    border: 1px solid #DDDDDD;
    padding: 16px 24px
}

.table-container>table>tbody>tr>td p {
    margin: 0;
}

.table-container>table>tbody>tr>td:first-child {
    border-left: none
}

.table-container>table>tbody>tr>td:last-child {
    border-right: none
}

.table-container>table>tbody>tr:last-child>td {
    border-bottom: none
}

.table-container>table>thead>tr>.rotate {}

.table-container>table>tbody>tr>.rotate {}

.table-container,
.table-container>table {
    transform: rotateX(180deg)
}

.table-container::-webkit-scrollbar {
    height: 10px;
    width: 12px;
    border-radius: 50%
}

.table-container::-webkit-scrollbar-track {
    background: #F8F8F8
}

.table-container::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 6px
}

.blog-detail__wrap .quote {
    padding: 49px 120px 40px 120px;
    background: linear-gradient(0deg, #fafafa, #fafafa);
    margin: 45px 0;
}

.blog-detail__wrap .quote__desc {
    font-family: ptmono;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #333;
    position: relative;
}

.blog-detail__wrap .quote__desc:after {
    content: url("/bitrix/templates/halva/assets/img/right-q.svg");
    position: absolute;
    top: -2px;
    right: -28px;
}

.blog-detail__wrap .quote__desc:before {
    content: url("/bitrix/templates/halva/assets/img/left-q.svg");
    position: absolute;
    left: -15px;
    top: -5px;
}

.blog-detail__wrap .quote__name {
    font-family: ptmono;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    color: var(--blue-color);
    margin-bottom: 0;
}

.blog-detail__wrap .quote-min {
    padding: 49px 120px 40px 120px;
    background: linear-gradient(0deg, #fafafa, #fafafa);
    margin: 45px 0;
}

.blog-detail__wrap .quote-min__desc {
    font-family: ptmono;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #333;
}

.blog-detail__wrap .quote-min__name {
    font-family: ptmono;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    color: var(--blue-color);
    margin-bottom: 0;
}

.blog-detail__wrap ul,
.blog-detail__wrap ol {
    padding: 0;
    margin: 40px 0 0 0;
    list-style: none;
}

.blog-detail__wrap nav ul,
.blog-detail__wrap nav ol {
    margin-top: 24px;
}

.blog-detail__wrap li {
    padding: 0;
    margin: 0;
}

.blog-detail__wrap li::marker {
    content: none;
}

.blog-detail__wrap nav .article-content-contents {
    counter-reset: list-links;
    margin-bottom: 32px
}

.blog-detail__wrap nav .article-content-contents>li {
    display: flex;
    align-items: center;
    /*width: 100%;*/
    counter-increment: list-links;
    line-height: 24px;
    transition-property: all;
    transition-duration: .2s
}

.blog-detail__wrap nav .article-content-contents>li:hover {
    color: #0098ce
}

.blog-detail__wrap nav .article-content-contents li a {
    color: #333;
}

.blog-detail__wrap nav .article-content-contents>li>a:hover {
    color: #0098ce;
    text-decoration: none
}

.blog-detail__wrap .heading-list p {
    font-size: 20px;
}

.blog-detail__wrap nav .article-content-contents>li:before {
    content: counter(list-links);
    font-size: 26px;
    margin-right: 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    margin-left: -56px;
    background-color: transparent;
    color: #333;
    flex-shrink: 0;
    text-align: center;
    line-height: 32px;
    border-radius: 50%
}

.blog-detail__wrap ol {
    counter-reset: numbered-list;
}

.blog-detail__wrap ol>p {
    margin: 0 0 20px 0;
}

.blog-detail__wrap ol>li+p {
    margin-top: 20px;
}

.blog-detail__wrap ol>li a {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.blog-detail__wrap ol>li a:hover {
    color: #013B94;
    text-decoration-line: underline;
}

.blog-detail__wrap ol>li {
    position: relative;
    margin-left: 56px;
    margin-bottom: 16px;
    counter-increment: numbered-list
}

ol>li:before {
    content: counter(numbered-list);
    width: 32px;
    height: 32px;
    position: absolute;
    margin-left: -56px;
    margin-right: 24px;
    font-size: 16px;
    color: #fff;
    flex-shrink: 0;
    text-align: center;
    font-weight: 400;
    line-height: 32px;
    border-radius: 50%;
    background-color: #013B94;
}

.blog-detail__wrap .heading-list ol>li:before {
    content: counter(numbered-list);
    width: 32px;
    height: 32px;
    position: absolute;
    margin-left: -56px;
    margin-right: 24px;
    font-size: 16px;
    background-color: #000000;
    color: #fff;
    flex-shrink: 0;
    text-align: center;
    font-weight: 400;
    line-height: 32px;
    border-radius: 50%;
}

.blog-detail__wrap .heading-list ol>li:hover::before {
    background-color: #013B94;
}

.blog-detail__wrap ul {
    margin-bottom: 40px
}

.blog-detail__wrap ul>li {
    margin-bottom: 20px;
    position: relative;
    margin-left: 44px
}

.blog-detail__wrap ul>li:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIDU0Ij4KPGNpcmNsZSBpZD0iRWxsaXBzZSAxMiIgY3g9IjE2IiBjeT0iMTYiIHI9IjguNSIgc3Ryb2tlPSJibGFjayIvPgo8Y2lyY2xlIGlkPSJFbGxpcHNlIDEzIiBjeD0iMTYiIGN5PSIxNiIgcj0iNSIgZmlsbD0iYmxhY2siLz4KPC9nPgo8L3N2Zz4K);
    width: 32px;
    height: 32px;
    position: absolute;
    margin-left: -44px;
    margin-top: -3px;
}

.blog-detail__wrap ul>li>ol {
    counter-reset: numbered-list;
    margin-top: 20px
}

.blog-detail__wrap ul>li>ol>li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    counter-increment: numbered-list
}

.blog-detail__wrap ul>li>ol>li:before {
    content: counter(numbered-list);
    width: 32px;
    height: 32px;
    margin-right: 24px;
    font-size: 16px;
    background-color: #013B94;
    color: #fff;
    flex-shrink: 0;
    text-align: center;
    line-height: 32px;
    border-radius: 50%
}

.blog-detail__wrap ol>li>ul {
    margin-top: 20px
}

.blog-detail__wrap ol>li>ul>li {
    margin-bottom: 20px;
    position: relative;
    margin-left: 44px
}

.blog-detail__wrap ol>li>ul>li:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIDU0Ij4KPGNpcmNsZSBpZD0iRWxsaXBzZSAxMiIgY3g9IjE2IiBjeT0iMTYiIHI9IjguNSIgc3Ryb2tlPSJibGFjayIvPgo8Y2lyY2xlIGlkPSJFbGxpcHNlIDEzIiBjeD0iMTYiIGN5PSIxNiIgcj0iNSIgZmlsbD0iYmxhY2siLz4KPC9nPgo8L3N2Zz4K);
    width: 32px;
    height: 32px;
    position: absolute;
    margin-left: -44px;
    margin-top: -3px;
}

@media (min-width: 1280px) {
    .blog-detail__wrap nav .article-content-contents li a {
        text-decoration: none;
        color: #333;
        display: block;
        flex-shrink: 0;
        padding-right: 16px;
    }
    .blog-detail__wrap nav .article-content-contents li:after {
        content: "";
        display: block;
        height: 1px;
        background-color: #0098ce;
        width: 0;
        transition-property: all;
        transition-duration: .2s;
    }
    .blog-detail__wrap nav .article-content-contents li:hover:after {
        width: 100%;
    }
}

.blog-detail__item:first-child {
    margin-right: 50px;
    width: 810px;
}

.blog-detail__item:last-child {
    width: 300px;
}

.blog-detail__item .author {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.blog-detail__item .author__img {
    margin-right: 15px;
}

.blog-detail__item .author__img.border {
    border: 2px solid var(--blue-color);
    border-radius: 50%;
}

.blog-detail__item .author__name {
    color: #666;
    font-size: 12px;
    line-height: 1;
}

.blog-detail__item .author__name span {
    display: block;
    padding-top: 12px;
    font-weight: 700;
    line-height: 100%;
    font-size: 14px;
    color: #000000;
}

.blog-detail__item .author__name a {
    color: var(--default-font-color);
    display: block;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-weight: 700;
    line-height: 1.25;
}

.blog-detail__item .category {
    margin-top: 40px;
}

.blog-detail__item .category__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 20px;
}

.blog-detail__item .category__list {
    margin: -2px;
    display: flex;
    flex-wrap: wrap;
}

.blog-detail__item .category__link {
    margin: 2px;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    padding: 5px 12px;
    border-radius: 20px;
    background: #F8F8F8;
    display: block;
    color: #000;
    border: 1px solid #F8F8F8;
}

.blog-detail__item .category__link:hover {
    color: #013B94;
    border-radius: 20px;
    border: 1px solid #013B94;
    background: linear-gradient(0deg, #EBEFF6 0%, #EBEFF6 100%), #FFF;
}

.blog-detail__item .category__link--blue {
    color: #013B94;
    border-radius: 20px;
    border: 1px solid #013B94;
    background: linear-gradient(0deg, #EBEFF6 0%, #EBEFF6 100%), #FFF;
}

.blog-detail__item .category .blue-general {
    color: #013B94;
    border-radius: 20px;
    border: 1px solid #013B94;
    background: linear-gradient(0deg, #EBEFF6 0%, #EBEFF6 100%), #FFF;
}

.blog-detail__item .tags {
    margin-top: 50px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
}

.blog-detail__item .tags__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

.blog-detail__item .tags__links {
    display: flex;
    flex-direction: row;
}

.blog-detail__item .tags__link {
    font-size: 14px;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    margin-right: 15px;
}

.blog-detail__item .tags__link:hover {
    color: var(--blue-color);
}

.blog-detail__item .articles {
    margin-top: 40px;
    position: sticky;
    top: 100px;
    width: 300px;
}

.blog-detail__item .articles.fixed {
    margin-top: initial;
    position: fixed;
    top: 110px;
    width: 300px;
}

.blog-detail__item .articles.stuck {
    margin-top: initial;
    position: absolute;
    top: auto;
    width: 300px;
    bottom: 30px;
}

.blog-detail__item .stock {
    max-width: 295px;
    padding: 4px;
    border-radius: 10px;
    background: #EBEFF6;
    margin-bottom: 40px;
}

.blog-detail__item .stock-img img {
    display: block;
    border-radius: 10px;
}

.blog-detail__item .stock-container {
    position: relative;
    margin-top: 4px;
    padding: 24px;
    z-index: 0;
}

.blog-detail__item .stockContainer-img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: -1;
}

.blog-detail__item .stock-tite {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 21.6px */
}

.blog-detail__item .stock-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    padding: 14px;
    border-radius: 5px;
    background: #FFF;
    color: #013B94;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.blog-detail__item .stock-date {
    display: flex;
    align-items: center;
    margin-top: 12px;
    padding: 6px 8px;
    max-width: max-content;
    border-radius: 100px;
    background: #BE1622;
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 12px */
}

.blog-detail__item .stock-date svg {
    display: block;
    margin-right: 4px;
}

.blog-detail__item .articles__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 20px;
}

.blog-detail__item .articles__list {
    display: flex;
    flex-direction: column;
}

.blog-detail__item .articles__item {
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.blog-detail__item .articles__item a:first-child {
    margin-right: 24px;
}

.blog-detail__item .articles__item a {
    text-decoration: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #999999;
}

.blog-detail__item .articles__item a:hover {
    color: #013B94;
    text-decoration-line: underline;
}

.blog-detail__item .articles__item img {
    object-fit: cover;
    display: block;
    max-width: 56px;
    width: 56px;
    height: 56px;
    border-radius: 5px;
}

.blog-detail__wrap .linked-post {
    margin-bottom: 2.5rem;
}

.blog-detail__wrap .linked-post__wrap {
    width: 100%;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgb(221 221 221);
    box-shadow: 0 15px 40px #0000001a;
}

@media (max-width: 767px) {
    .blog-detail__wrap .linked-post__wrap {
        flex-wrap: wrap;
        flex-direction: column;
    }
}

.blog-detail__wrap .linked-post__image {
    display: block;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    max-width: 300px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .blog-detail__wrap .linked-post__image {
        max-width: 100%;
    }
}

.blog-detail__wrap .linked-post__text {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 40px;
}

@media (max-width: 767px) {
    .blog-detail__wrap .linked-post__text {
        padding: 2.5rem 1.5rem;
    }
}

.blog-detail__wrap .linked-post__title {
    margin-bottom: 1.5rem;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    color: #013B94;
}

.blog-detail__wrap .linked-post__name {
    color: #555;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.blog-detail__wrap .linked-post__detail {
    margin-top: 2rem;
    padding: 14px 32px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
}

.blog-detail__wrap .linked-post__detail:hover {
    background: linear-gradient(0deg, #EBEFF6 0%, #EBEFF6 100%), #FFF;
}

.blog-detail__item .articles-footer {
    border-top: 1px solid var(--blue-color);
    padding-top: 2.5rem;
    margin-top: 70px;
    margin-bottom: 70px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.blog-detail__item .articles-footer__item {
    width: 45%;
}

.blog-detail__item .articles-footer__item:first-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.blog-detail__item .articles-footer__item:last-child {
    margin-left: 3.5rem;
}

.blog-detail__item .articles-footer__title {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.articles-footer__socials {
    margin-top: 12px;
}

.blog-detail__item .articles-footer__socials .ya-share2__container_size_m .ya-share2__badge,
.blog-detail__item .articles-footer__socials .ya-share2__container_size_m .ya-share2__icon {
    width: 30px !important;
    height: 30px !important;
    background-size: 26px 26px !important;
    margin-right: 8px;
}

.blog-detail__item .articles-footer__socials ul {
    margin: 0;
}

.blog-detail__item .articles-footer__socials ul li:before {
    border: none;
}

.blog-detail__item .articles-footer__socials ul li:hover:before {
    background-color: transparent;
}

.blog-detail__item .articles-footer .rating {
    position: relative;
    left: 55px;
    top: -40px;
}

.blog-detail__item .articles-footer .rating span {
    color: var(--blue-color);
}

.blog-detail__item .articles-footer .rating .rating-voted {
    line-height: 28px;
    color: #ddd;
    text-transform: none;
    display: block;
    margin-top: 10px;
}

.blog-detail__item .articles-footer .rating__wrap {
    display: flex;
    flex-direction: row;
}

.blog-detail__item .articles-footer .stars .iblock-vote {
    display: flex;
    flex-direction: row;
}

.blog-detail__item .articles-footer .stars .iblock-vote div {
    margin-right: 6px !important;
}

.read-more {
    background-color: #f3f7fb;
    position: relative;
    padding: 40px 0 64px;
    margin-top: 40px
}

.read-more-wrap {
    position: relative;
}

.read-more__list {
    margin: 0 -15px;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    position: relative;
    overflow: hidden;
}

.read-more__list .swiper-slide {
    padding-bottom: 40px;
}

.read-more__category {
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    position: absolute;
    top: 1rem;
    left: 1rem;
    border-radius: 10px;
    border: 1px solid #F0F0F0;
    background: #FFF;
    padding: 6px 12px;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.08);
    font-size: 12px;
    color: #000000;
}

.read-more__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    background-color: #ffffff;
    transition-duration: .3s;
    box-shadow: 0 15px 20px #0000001a;
    height: auto !important;
    position: relative;
    transition-property: transform;
}

.read-more__item:hover {
    box-shadow: -4px 4px 20px rgba(32, 32, 32, 0.1);
    border-radius: 10px;
}

.read-more__item .read-more__body {
    flex: 1 0 auto;
    padding: 40px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.read-more__title {
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 600;
    padding: 0 0 24px;
}

.read-more__img img {
    display: block;
    border-radius: 10px 10px 0 0;
    height: 180px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.read-more__name {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-decoration: none;
}

.read-more__text {
    margin: 20px 0 20px;
}

@media (max-width: 767px) {
    .read-more__name {
        min-height: initial;
    }
    .read-more__text {
        min-height: initial;
    }
}

.read-more__icons {
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
}

.read-more__icons img {
    width: 18px;
    height: 12px;
    margin-right: 5px;
}

.read-more__icons span {
    font-size: 14px;
    line-height: 16px;
    color: #bbb;
}

.read-more__body .btn-blue {
    margin-top: auto;
    margin-bottom: 0;
    padding: 14px 32px;
    border-radius: 10px;
    font-size: 18px;
}

.read-more__body .btn-blue:hover {
    background: linear-gradient(0deg, rgba(1, 59, 148, 0.08) 0%, rgba(1, 59, 148, 0.08) 100%), #FFF;
}

.read-more__btn {
    padding: 14px 2rem;
    font-weight: 700;
    border-radius: 10px;
}

.read-more__btn:hover {}

.read-more .swiper-pagination {
    width: 100%;
}

.read-more .swiper-button-disabled {
    opacity: 1 !important;
}

.read-more .swiper-button-prev {
    top: calc(50% + 16px);
    left: -15px;
    width: 32px;
    height: 32px;
    border: 1px solid #c7c5c5;
    border-radius: 50%;
    background: white;
}

.read-more .swiper-button-next {
    top: calc(50% + 16px);
    right: -15px;
    width: 32px;
    height: 32px;
    border: 1px solid #c7c5c5;
    border-radius: 50%;
    background: white;
}

.read-more .swiper-button-prev:after,
.read-more .swiper-button-next:after {
    font-size: 14px;
    color: #323232;
}

.read-more .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    margin: 10px 0 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.read-more .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
    padding: 0;
    background-color: var(--blue-color);
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.swiper-backface-hidden .swiper-slide {
    height: auto;
    display: flex;
}

.mob {
    display: none;
}

@media (max-width: 1279px) {
    .blog-detail__item:first-child {
        margin-right: 0;
        width: 100%;
    }
    .blog-detail__item:last-child {
        display: none;
    }
}

@media (max-width: 767px) {
    .blog-header__category {
        margin-right: 25px;
        font-size: 15px;
    }
    .blog-detail__item .articles-footer__item:first-child {
        width: 47%;
    }
    .blog-detail__item .articles-footer__item:last-child {
        width: 52%;
    }
    .blog-detail__item .articles-footer .rating {
        left: 30px;
    }
    .blog-detail__item .articles-footer .rating__wrap {
        height: 23px;
    }
    .blog-detail__item .articles-footer .stars .iblock-vote {
        height: 23px;
    }
    .blog-detail__wrap .with-text {
        width: 100%;
    }
    .blog-detail__wrap .rlink-modern__image {
        width: 260px;
        height: 230px;
        right: calc(100% - 38%);
    }
    .blog-detail__wrap .rlink-modern__text {
        margin-left: 290px;
    }
    .blog-detail__wrap .rlink-modern__name {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 20px;
    }
    .blog-detail__wrap .rlink-modern__title {
        font-size: 26px;
        line-height: 26px;
    }
    .blog-detail__wrap .quote {
        padding: 49px 40px 40px;
    }
    .blog-detail__wrap .quote-min {
        padding: 49px 40px 40px;
    }
}

@media (max-width: 450px) {
    .mob {
        display: flex;
        margin-left: 15px;
    }
    .pc {
        display: none;
    }
    /* .blog-header__btn .ya-share2__container_size_m .ya-share2__badge {
         width: 26px !important;
         height: 26px !important;
         background-size: 22px 22px !important;
     }

     .blog-header__btn .ya-share2__container_size_m .ya-share2__icon {
         width: 26px !important;
         height: 26px !important;
         background-size: 22px 22px !important;
     }*/
    .blog-header__btn .ya-share2__list.ya-share2__list_direction_horizontal {
        margin: 0;
    }
    .blog-header__btn ul li:before {
        border: none;
    }
    .blog-header__btn ul li:hover:before {
        background-color: transparent;
    }
    .blog-detail__item:first-child {
        width: 100%;
        margin-right: 0;
    }
    .blog-detail__item:last-child {
        display: none;
    }
    .blog-detail__item .articles-footer {
        flex-direction: column;
    }
    .blog-detail__item .articles-footer__item:first-child {
        width: 100%;
    }
    .blog-detail__item .articles-footer__item:last-child {
        margin: 0.5rem 0 0 0;
        width: 100%;
    }
    .blog-detail__item .articles-footer__title {
        margin-bottom: 1.5rem;
    }
    .blog-detail__item .articles-footer .rating {
        left: 30px;
    }
    .blog-detail__item .articles-footer .rating__wrap {
        height: 23px;
    }
    .blog-detail__item .articles-footer .stars .iblock-vote {
        height: 23px;
    }
    /*
    .blog-detail__item .articles-footer__socials .ya-share2__container_size_m .ya-share2__badge {
        width: 30px !important;
        height: 30px !important;
    }

    .blog-detail__item .articles-footer__socials .ya-share2__container_size_m .ya-share2__icon {
        width: 30px !important;
        height: 30px !important;
    }
    */
    .blog-detail__wrap nav {
        margin-bottom: 32px;
    }
    .blog-detail__wrap nav>p {
        margin-bottom: 32px;
    }
    .blog-detail__wrap .source {
        padding: 25px 30px;
        margin: 40px 0;
    }
    .blog-detail__wrap .documents {
        margin: 40px 0;
        padding: 40px 20px;
    }
    .blog-detail__wrap .documents a {
        font-size: 16px;
        line-height: 24px;
    }
    .blog-detail__wrap .documents__item img {
        margin-right: 15px;
        width: 40px;
        height: 40px;
    }
    .blog-detail__wrap .other-font {
        margin: 40px 0;
        padding: 40px 30px;
    }
    .blog-detail__wrap .other-font-bord {
        margin: 40px 0;
        padding: 40px 30px 40px 20px;
    }
    .blog-detail__wrap .line-inside {
        margin: 40px 0;
        padding: 40px 30px 40px 55px;
    }
    .blog-detail__wrap .red-border {
        margin: 40px 0;
        padding: 40px 30px;
    }
    .blog-detail__wrap .long-table {
        margin: 40px 0;
    }
    .blog-detail__wrap .with-text {
        width: 100%;
        margin: 20px 0 20px;
    }
    .blog-detail__wrap .with-text__desc {
        margin-bottom: 40px;
    }
    .blog-detail__wrap .rlink-modern {
        flex-direction: column;
        margin: 40px 0;
    }
    .blog-detail__wrap .rlink-modern__image {
        position: static;
        width: 100%;
        height: 200px;
        right: 0;
    }
    .blog-detail__wrap .rlink-modern__text {
        margin-left: 30px;
        width: auto;
    }
    .blog-detail__wrap .rlink-modern__name {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 20px;
    }
    .blog-detail__wrap .rlink-modern__title {
        font-size: 26px;
        line-height: 26px;
    }
    .blog-detail__wrap .rlink-modern-min {
        margin: 40px 0;
        padding: 40px 30px;
    }
    .blog-detail__wrap .quote {
        padding: 49px 45px 49px 45px;
        margin: 40px 0;
    }
    .blog-detail__wrap .quote-min {
        padding: 49px 45px 49px 45px;
        margin: 40px 0;
    }
}

.read-also {
    margin: 40px 0;
    padding: 40px;
    background: #f5f5f5;
    border-radius: 10px;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .read-also {
        padding: 40px 30px;
    }
}

.read-also__title {
    font-family: 'Bebas Neue', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    color: var(--blue-color);
    margin: 0 0 15px;
}

.read-also__link {
    font-family: Roboto-Medium, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #333;
    text-decoration: none;
}

.ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item:before,
.ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item:after {
    content: none;
}

.author {
    position: relative;
}

img.author__img {
    border-radius: 50%;
}

.author>a {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.top-ten-inset {
    padding: 17px 38px 22px 17px;
    border-radius: 15px;
    background-image: url('/local/templates/generator/assets/images/blog/top-ten-bg-pc.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: space-between;
}

.top-ten-info-wr {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    background: #477A9A;
    height: fit-content;
    padding: 6px 20px 10px 22px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%;
    white-space: nowrap;
}

.top-ten-info-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-ten-info-stars span {
    color: #FFF;
    font-family: Inter;
    font-size: 11.363px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 5px;
}

.top-ten-info-stars {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-ten-content-wr {
    padding: 15px 20px;
    border-radius: 20px;
    background: #FFF;
    margin-right: 50px;
}

.top-ten-header {
    color: #333;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%;
}

.top-ten-title {
    color: #003B95;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
    text-transform: uppercase;
    margin: 10px 0px;
}

.top-ten-list-element {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.top-ten-list-element span {
    color: #231EFD;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration-line: underline;
    margin-left: 10px;
    user-select: none;
    cursor: pointer;
}

.top-ten-list-element:not(:last-child) {
    margin-bottom: 2px;
}

.top-ten-list-form p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.top-ten-list-form form>input {
    border-radius: 10px;
    border: 1px solid #DDD;
    background: #FFF;
    height: 48px;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 28px;
    color: #666;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.top-ten-list-form form>button {
    border-radius: 10px;
    background: #F70;
    width: 100%;
    height: 72px;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 28px;
}

.top-ten-list-form form>button b {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.top-ten-list-form form>button span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.top-ten-download-info {
    display: flex;
    margin: 6px 0px;
    text-align: center;
    justify-content: center;
}

.top-ten-download-info span {
    color: #6084BD;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    line-height: 130%;
    margin-left: 12px;
}

.top-ten-checkbox-text {
    color: #666;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}

.top-ten-checkbox-text a {
    color: #666;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-decoration-line: underline;
}

.top-ten-checkbox {
    display: flex;
    align-items: center;
}

.top-ten-checkbox-wr {
    margin-right: 10px;
    position: relative;
    width: fit-content;
    height: fit-content;
}

.top-ten-checkbox-wr input {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 1;
    margin: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.top-ten-checkbox-wr input+svg path {
    opacity: 0;
    transition: all .3s ease-in-out;
}

.top-ten-checkbox-wr input:checked+svg path {
    opacity: 1;
}

@media screen and (max-width: 992px) {
    .top-ten-header {
        font-size: 14px;
    }
    .top-ten-title {
        font-size: 14px;
    }
    .top-ten-list-element span {
        font-size: 10px;
    }
    .top-ten-list-element svg {
        width: 14px;
        height: auto;
    }
    .top-ten-list-element:not(:last-child) {
        margin-bottom: 4px;
    }
    .top-ten-list-form p {
        font-size: 11px;
    }
    .top-ten-list-form form>input {
        height: 34px;
        font-size: 11px;
        padding: 10px 16px;
    }
    .top-ten-list-form form>button {
        height: 53px;
        padding: 0 18px;
    }
    .top-ten-list-form form>button b {
        font-size: 14px;
    }
    .top-ten-list-form form>button span {
        font-size: 10px;
    }
    .top-ten-download-info span {
        font-size: 11px;
    }
    .top-ten-download-info svg {
        width: 16px;
        height: auto;
    }
    .top-ten-checkbox-text,
    .top-ten-checkbox-text a {
        font-size: 8px;
    }
    .top-ten-info-wr {
        border-radius: 12px;
        background: rgba(10, 100, 162, 0.90);
        padding: 10px 16px;
        font-size: 12px;
        font-style: normal;
    }
    .top-ten-info-wr svg {
        width: 43px;
        height: fit-content;
    }
    .top-ten-info-stars span {
        font-size: 8.264px;
        margin-left: 3px;
    }
}

div#top-ten-hidden-thx button.f-button.is-close-btn {
    top: 0;
    right: 0;
    opacity: 0 !important;
    width: 40px;
    height: 40px;
}

div#top-ten-hidden-thx {
    padding: 0px;
}

@media (max-width: 768px) {
    .top-ten-inset {
        background-image: url('/local/templates/generator/assets/images/blog/top-ten-bg-mb-2.jpg');
        background-size: cover;
        background-position: center bottom;
        display: flex;
        flex-direction: column;
        padding: 13px 10px 143px;
    }
    .top-ten-content-wr {
        margin-right: 0px;
        margin-bottom: 12px;
    }
    .top-ten-info-wr {
        width: fit-content;
    }
}

.top-ten-thx-wr {
    width: 580px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    border-radius: 14px;
    background: #FFF;
}

.top-ten-thx-close {
    position: absolute;
    top: 9px;
    right: 9px;
    cursor: pointer;
}

.top-ten-thx-title {
    color: #003B95;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
}

.top-ten-thx-descr {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 6px auto;
    width: 315px;
}

.top-ten-thx-add {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-top: 16px;
}

@media (max-width: 768px) {
    .top-ten-thx-wr {
        width: 380px;
        height: 196px;
    }
    .top-ten-thx-title {
        font-size: 24px;
        font-style: normal;
    }
    .top-ten-thx-descr {
        font-size: 16px;
        width: 210px;
    }
    .top-ten-thx-add {
        margin-top: 10px;
        font-size: 11px;
    }
    .top-ten-thx-close svg {
        width: 15px;
        height: 15px;
    }
}

.top-ten-inset {
    margin-bottom: 25px;
}

@media (max-width: 992px) {
    .top-ten-info-wr {
        height: 53px;
        min-height: fit-content;
        line-height: 1;
        justify-content: space-between;
    }
    .top-ten-info-top {
        line-height: 1;
        height: 13px;
    }
    .top-ten-info-bottom {
        line-height: 1;
        height: 13px;
    }
}

.header-list-for-popup {
    display: flex;
    align-items: center;
    padding: 24px 20px;
    margin-top: 30px;
    /*border-top: 1px solid #DDDDDD;*/
    margin-bottom: 48px;
    background: #EBEFF6;
    border-radius: 10px;
}

.header-list-p {
    color: #222;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 12px;
}

.header-list-link {
    color: var(--blue-book, #013B94);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    cursor: pointer;
    transition: all .3s ease-in-out;
    position: relative;
    width: fit-content;
}

.header-list-link:first-letter {
    text-transform: uppercase;
}

.header-list-text {
    cursor: pointer;
    width: fit-content;
}

.header-list-img {
    min-width: 64px;
    max-width: 64px;
    margin-right: 16px;
    cursor: pointer;
}

.header-list-img img {
    display: block;
}

.header-list-link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #013b94;
    bottom: -1px;
    transition: all .3s ease-in-out;
    left: 0%;
}

.header-list-text:hover .header-list-link:before {
    width: 0px;
    opacity: 0;
    left: 50%;
}

@media (max-width: 992px) {
    .header-list-p {
        line-height: 140%;
    }
}

div#list_top_ten_popup {
    width: 1000px;
    height: 570px;
    max-width: 100%;
    position: relative;
    border-radius: 20px;
    background-color: #FFF;
    background-image: url('/local/templates/generator/assets/images/blog/list-top-ten-bg.png');
    background-size: cover;
    background-position: center;
    padding: 45px 97px 80px 62px;
}

.lttp-wr {
    display: flex;
}

.lttp-title {
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 26px;
}

.lttp-title b {
    color: #003B95;
}

.lttp-list-element {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 12px;
    padding-left: 16px;
    position: relative;
}

.lttp-list-element:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #003b95;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

form#list_top_ten_form {
    margin-top: 26px;
}

.lttp-label {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 10px;
}

.lttp-input-wr input {
    border-radius: 10px;
    border: 1px solid #C8C8C8;
    background: #FFF;
    width: 383px;
    height: 58px;
    padding: 0 28px;
    max-width: 100%;
    color: #666;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 12px;
}

.lttp-btn button {
    display: flex;
    justify-content: space-between;
    height: 91px;
    border-radius: 10px;
    background: #65BC54;
    border: none;
    width: 383px;
    align-items: center;
    padding: 0 44px;
    text-align: left;
    margin-bottom: 5px;
}

.lttp-btn button b {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.lttp-btn button span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

div#for_lttp .top-ten-checkbox-text,
div#for_lttp .top-ten-checkbox-text a {
    font-size: 11px;
}

.lttp-date {
    white-space: nowrap;
    color: #003B95;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    border-radius: 30px;
    border: 1px solid #003B95;
    padding: 8px 20px;
}

.lttp-date b {
    text-decoration-line: underline;
}

.lttp-downloads {
    border-radius: 60px 0px 0px 60px;
    background: rgba(96, 132, 189, 0.90);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 328px;
    height: 45px;
    position: absolute;
    bottom: 42px;
    right: 0px;
    padding-left: 10px;
}

.lttp-downloads-text {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-left: 6px;
}

div#list_top_ten_popup>button {
    border: none !important;
    position: absolute;
    top: 23px;
    right: 26px;
    width: 24px;
    height: 24px;
}

div#list_top_ten_popup>button svg path {
    stroke: #FF1F1F;
    stroke-width: 1px;
}

div#list_top_ten_popup>button svg {
    width: 24px;
    height: 24px;
}

.lttp-right {
    margin-left: auto;
}

.lttp-right {
    margin-left: auto;
}

.lttp-input-wr input {
    outline: none;
    box-shadow: none;
}

.lttp-btn button {
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.lttp-btn button:hover {
    background: #6e8fc2;
}

@media (max-width: 992px) {
    div#list_top_ten_popup {
        width: 375px;
        min-height: 630px;
        max-width: 100%;
        padding: 19px 25px 270px 25px;
        background-image: url('/local/templates/generator/assets/images/blog/list-top-ten-bg-mb.png');
    }
    .lttp-title {
        font-size: 19px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        margin-bottom: 14px;
    }
    .lttp-list-element {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        margin-bottom: 4px;
        padding-left: 12px;
    }
    .lttp-wr {
        flex-direction: column-reverse;
    }
    .lttp-label {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        margin-bottom: 8px;
    }
    .lttp-input-wr input {
        padding: 0 23px;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        margin-bottom: 14px;
        height: 46px;
    }
    .lttp-date {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        margin-left: 0px;
        margin-right: auto;
        width: fit-content;
        margin-bottom: 14px;
        padding: 6px 20px;
    }
    .lttp-right {
        margin: 0px;
    }
    div#list_top_ten_popup>button {
        z-index: 1;
        width: 22px;
        height: 22px;
        top: 17px;
        right: 17px;
        display: flex;
        border: none !important;
        padding: 0px !important;
        background: transparent !important;
    }
    div#list_top_ten_popup>button svg {
        width: 20px;
        height: 20px;
        min-width: 22px;
        height: auto;
    }
    form#list_top_ten_form {
        margin-top: 14px;
    }
    .lttp-btn button {
        height: 64px;
        width: 320px;
        max-width: 100%;
        padding: 0 38px;
    }
    .lttp-btn button b {
        font-size: 16px;
    }
    .lttp-btn button span {
        font-size: 12px;
    }
    div#for_lttp .top-ten-checkbox-text,
    div#for_lttp .top-ten-checkbox-text a {
        font-size: 9px;
    }
    .lttp-downloads {
        right: unset;
        left: 0;
        border-radius: 0px 60px 60px 0px;
        width: fit-content;
        padding: 0 20px;
        bottom: 117px;
        z-index: 1;
    }
    .lttp-downloads-text {
        display: flex;
        flex-direction: column;
        font-size: 12px;
        font-style: normal;
    }
    .lttp-downloads svg {
        width: 22px;
        height: auto;
    }
}

@media (max-width: 400px) {
    div#list_top_ten_popup {
        width: 320px;
        padding: 20px;
        padding-bottom: 220px;
        min-height: 570px;
    }
    .lttp-date {
        padding: 6px 16px;
        font-size: 13px;
    }
    .lttp-title {
        font-size: 16px;
    }
    .lttp-list-element {
        font-size: 10px;
    }
    .lttp-label {
        font-size: 11px;
    }
    div#for_lttp .top-ten-checkbox-text,
    div#for_lttp .top-ten-checkbox-text a {
        font-size: 9px;
    }
}


/* shablon-popup-start */

.first-block-content {
    max-width: 480px;
}

.block-author .author {
    display: block;
}

.second-block-wrapper {
    margin-bottom: 60px;
}

.first-block {
    margin-top: 40px;
}

.block-author-mob .author {
    display: block;
}

.first-block {
    padding: 40px;
    background: #F2F8FE;
    border: 1px solid #0281EB40;
    border-radius: 20px;
    z-index: 99;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    max-width: 800px;
    position: relative;
}

@media (max-width: 730px) {
    .first-block {
        padding: 32px 20px;
    }
}

@media (max-width: 520px) {
    .first-block {
        flex-direction: column;
    }
}

@media (max-width: 375px) {
    .first-block-content {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .first-block-content {
        width: 100%;
    }
}

.first-block-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

@media (max-width: 375px) {
    .first-block-title {
        font-size: 22px;
        line-height: 29px;
    }
}

.first-block-title .decoration {
    color: #0281EB;
}

.first-block-text {
    padding-top: 9px;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

.first-block-text div {
    padding-top: 15px;
}

.author-photo img {
    max-width: 200px;
    max-height: 200px;
}

@media (max-width: 730px) {
    .author-photo img {
        max-width: 160px;
        max-height: 160px;
    }
}

@media (max-width: 375px) {
    .author-photo img {
        max-width: 64px;
        max-height: 64px;
    }
}

.author {
    padding-top: 32px;
}

.block-author-mob {
    display: none;
}

@media (max-width: 520px) {
    .block-author-mob {
        display: flex;
        align-items: center;
        gap: 16px;
        padding-top: 24px;
    }
    .block-author {
        display: none;
    }
    .author {
        padding-top: 0;
    }
    .author-photo img {
        max-width: 64px;
        max-height: 64px;
    }
}

.author-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

.author-profession {
    padding-top: 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
    color: #666666;
}

@media (max-width: 730px) {
    .author-profession {
        line-height: 17px;
    }
}

@media (max-width: 375px) {
    .author-profession {
        padding-top: 12px;
        line-height: 12px;
    }
}

.second-block {
    padding: 40px;
    margin: -24px 40px 0;
    border-radius: 20px;
    border: 2px solid #0281EB;
    border-top: none;
    width: 100%;
    background-color: #FFFFFF;
}

.second-block-wrapper {
    display: flex;
    width: 100%;
}

@media (max-width: 520px) {
    .second-block {
        padding: 32px 20px;
        margin: -24px 20px 0;
    }
}

@media (max-width: 375px) {
    .second-block {
        padding: 32px 20px;
        margin: -24px 20px 0;
    }
}

.document-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.doc-item {
    display: flex;
    gap: 16px;
    padding-top: 24px;
}

.doc-item-title a {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #0281EB;
    text-decoration: underline;
}

@media (max-width: 375px) {
    .doc-item-title a {
        line-height: 22px;
    }
}

.doc-item-description {
    padding-top: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #999999;
}

@media (max-width: 730px) {
    .doc-item-description {
        line-height: 20px;
    }
}

@media (max-width: 375px) {
    .doc-item-description {
        font-size: 12px;
        line-height: 17px;
    }
}

.btn-download {
    display: flex;
    padding-top: 40px;
    justify-content: center;
}

.btn {
    background-color: #0219EB;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    padding: 20px 32px;
    border-radius: 10px;
    cursor: pointer;
}

@media (max-width: 520px) {
    .btn {
        text-align: center;
    }
}

@media (max-width: 375px) {
    .btn {
        font-size: 16px;
        line-height: 19px;
        text-align: center;
    }
}

.btn-doc {
    display: flex;
    justify-content: center;
    gap: 4px;
}

.doc-size {
    background-color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    border-radius: 5px;
    border: 1px solid #EEEEEE;
    padding: 8px 12px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    margin-top: -8px;
}

@media (max-width: 375px) {
    .doc-size {
        font-size: 12px;
        line-height: 12px;
    }
}

.already {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #999999;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    padding-top: 16px;
}

.already svg {
    width: 19.2px;
    height: 18px;
}

@media (max-width: 375px) {
    .already {
        font-size: 12px;
        line-height: 16px;
    }
    .already svg {
        width: 16px;
        height: 15px;
    }
}


/* POPUP */

.popup {
    align-items: center;
    background: rgba(0, 0, 0, .90);
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999999;
}

.popup-wrapper {
    background: #FFF;
    border-radius: 20px;
    box-sizing: border-box;
    color: #000;
    font-family: 'Gotham Pro', sans-serif;
    height: 570px;
    overflow: hidden;
    padding: 25px 46px 25px 30px;
    position: relative;
    width: 1000px;
    z-index: 1;
}

.popup-content {
    font-size: 27px;
    font-weight: 400;
    line-height: 36px;
    margin: 16px 0;
    text-align: center;
}

.popup-close {
    cursor: pointer;
    height: 22px;
    position: absolute;
    right: 18px;
    top: 19px;
    width: 22px;
}

@media (max-width: 1024px) {
    .popup-wrapper {
        height: 630px;
        padding: 23px 15px;
        width: 320px;
    }
}

@media (max-width: 375px) {
    .popup-wrapper {
        overflow: hidden;
        overflow-y: auto;
        min-height: 680px;
        top: 0;
    }
}


/* shablon-popup-end */

div#for_lttp .top-ten-checkbox-text a {
    color: #666;
    text-decoration: underline;
}

.ten-hotels-block {
    border-radius: 10px;
    background: #f8f8f8;
    padding: 37px 24px;
    overflow: hidden;
}

.top_ten_hotels-h2 {
    color: var(--Black, #000);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 34px */
    margin-bottom: 32px;
}

.top_ten_hotels-h2 b {
    color: var(--Rad, #BE1622);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
}

.top_ten_hotels-wrapper .houses-slider {
    overflow: hidden;
    margin-bottom: 32px;
}

.houses-slide {
    display: flex;
    flex-direction: column;
}

.housesSlider-container {
    padding: 24px;
    height: calc(100% - 150px);
    border: 1px solid #DDD;
    border-radius: 0px 0px 10px 10px;
}

.housesSlide-img {
    height: 150px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.housesSlide-img img {
    /* min-height: 100%;
    min-width: 100%;
    max-width: unset;
    max-height: unset;
    width: auto;
    height: auto; */
    max-height: unset;
    width: auto;
}

.housesSlide-house a {
    color: var(--Black, #000);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.housesSlide-city {
    color: #666;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.housesSlide-items {
    display: flex;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 19px;
}

.housesSlideItems-rating {
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 4px;
    min-height: 31px;
    min-width: 34px;
    border-radius: 5px;
    background: #12B164;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.housesSlideItems-text {
    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 8px;
}

.housesSlideItems-review {
    color: #666;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.housesSlideItems-button {
    margin-top: auto;
    display: block;
    padding: 10px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 12px */
    border-radius: 5px;
    background: #013B94;
    text-align: center;
}

.housesSlideItems-button:hover,
.housesSlideItems-button:hover,
.housesSlideItems-button:hover {
    color: #FFFFFF;
}

.housesSlider-container {
    background: #fff;
    display: flex;
    height: auto;
    flex-direction: column;
    flex: 1 0 auto;
    position: relative;
}

.housesSlide-img {
    border-radius: 10px 10px 0px 0px;
}

.housesSlide-city svg {
    min-width: 18px;
    margin-right: 8px;
}

.housesSlide-city {
    line-height: normal;
}

.houses-slide {
    user-select: none;
}

.housesSlide-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.houses-slide:hover .housesSlider-container {
    border-color: #fff;
}

.housesSlider-container {
    transition: all .3s ease-in-out;
}

.housesSlide-img img {
    transition: all .3s ease-in-out;
}

.houses-slide:hover .housesSlide-img img {
    transform: scale(1.05);
}

.houses-slide:hover .housesSlide-house a {
    color: #013B94;
}

.house-stars-value {
    display: flex;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .top_ten_hotels-h2 b {
        display: block;
    }
    .top_ten_hotels-h2 {
        font-size: 26px;
    }
}

.top_ten_hotels-wrapper {
    position: relative;
}

.ten-hotels-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.ten-hotels-navigation * {
    left: unset !important;
    right: unset;
    position: relative !important;
    display: flex;
    align-items: center;
    top: unset;
    bottom: unset;
}

.ten-hotels-navigation *:before,
.ten-hotels-navigation *:after {
    display: none;
}

.ten-hotels-navigation .swiper-button-next svg path,
.ten-hotels-navigation .swiper-button-prev svg path {
    stroke: #DDDDDD;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
    margin: 0px 12px;
    height: 8px;
    border-radius: 10px;
    background: #FFF;
    display: flex;
}

.ten-hotels-navigation .swiper-button-next,
.ten-hotels-navigation .swiper-button-prev {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 24px;
}

.ten-hotels-navigation .swiper-button-next,
.ten-hotels-navigation .swiper-button-prev svg {
    height: 24px;
}

.ten-hotels-navigation .swiper-button-next svg,
.ten-hotels-navigation .swiper-button-prev svg {
    width: 24px;
    height: 24px;
}

.ten-hotels-navigation .swiper-button-next:hover svg path,
.ten-hotels-navigation .swiper-button-prev:hover svg path {
    stroke: #013B94;
}

.ten-hotels-navigation {
    height: 24px;
}

.ten-hotels-navigation .swiper-scrollbar.swiper-scrollbar-horizontal {
    top: unset;
    bottom: -1px;
    height: 8px;
    border-radius: 10px;
    background: #FFF;
    width: 606px;
    max-width: 100%;
    margin: 0px;
}

.ten-hotels-navigation .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
    border-radius: 10px;
    background: var(--blue-book, #013B94);
}

.ten-hotels-navigation .swiper-button-next svg,
.ten-hotels-navigation .swiper-button-prev svg {
    object-fit: unset;
    transform-origin: unset;
}

.ten-hotels-navigation-all,
.ten-hotels-navigation-show {
    color: #222;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    min-width: 16px;
    text-align: center;
    justify-content: center;
}

.ten-hotels-navigation-border {
    height: 24px;
    min-width: 2px;
    background: #DDD;
    border-radius: 5px;
    margin: 0 14px;
}

.ten-hotels-navigation .swiper-button-next,
.ten-hotels-navigation .swiper-button-prev svg {
    min-width: 24px;
    right: unset !important;
}

.ten-hotels-navigation-all {
    margin-left: 12px;
}

.ten-hotels-navigation-show {
    margin-right: 12px;
}

.ten-hotels-navigation .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 100%;
}

.ten-hotels-navigation .swiper-button-next svg,
.ten-hotels-navigation .swiper-button-prev svg {
    position: relative !important;
    transform: none !important;
}

.top-ten-title b {
    color: #003b95;
}

.top-ten-title {
    color: #000;
}

.cashback-inset {
    position: relative;
    max-height: 504px;
    max-width: 800px;
    padding: 22px;
    border-radius: 20px;
    background-image: url('/local/templates/generator/assets/images/blog/cashbackNew.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: space-between;
}

.cashback-content-wr {
    padding: 24px 22px;
    border-radius: 20px;
    background: #FFF;
    max-width: 467px;
    margin-right: 34px;
}

.cashback-info-wr {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    max-width: 234px;
    height: 64px;
    border-radius: 12px;
    background: rgba(0, 59, 149, 0.80);
    padding: 9px 18px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 22.4px */
}

.cashback-date {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 22.4px */
    padding: 10px 12px;
    border-radius: 20px;
    background: rgba(0, 59, 149, 0.80);
}

.cashback-date svg {
    display: block;
    margin-right: 10px;
}

.cashback-header {
    color: #003B95;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 146%;
    /* 23.36px */
    text-transform: uppercase;
}

.cashback-header b {
    color: #003B95;
}

.cashback-header b {
    font-weight: 700;
}

.cashback-title {
    margin-top: 14px;
    color: #383838;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 22.4px */
}

.cashback-list {
    margin-top: 0;
}

.cashback-list ul {
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .cashback-list ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.cashback-list ul li {
    margin: 0;
    position: relative;
    padding-left: 18px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 143%;
    color: #fff;
}

@media (max-width: 768px) {
    .cashback-list ul li {
        font-size: 12px;
        padding-left: 16px;
    }
}

.cashback-list ul li:before {
    margin: 0;
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    /* border: 2px solid #4d3bfe; */
    border-radius: 50%;
    background: #FFCD43;
}

.cashback-list-element {
    display: flex;
    align-items: center;
    user-select: none;
    margin-top: 8px;
}

.cashback-list-element svg {
    display: block;
    width: 24px;
    height: 27px;
}

.cashback-list-element span {
    color: #231EFD;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
    margin-left: 10px;
    user-select: none;
}

div.cashback-list-form p {
    color: #383838;
    font-family: Montserrat;
    font-size: 14px!important;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
    margin: 14px 0 0 0;
}

.cashback-list-form form>input {
    border-radius: 6px;
    border: 1px solid #DDD;
    background: #FFF;
    height: 48px;
    width: 100%;
    margin-top: 10px;
    padding: 10px 28px;
    color: #666;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    outline: none;
}

.email-mask.error {
    border: 1px solid red;
}

.cashback-list-button {
    border-radius: 10px;
    background: #F70;
    width: 100%;
    height: 72px;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 28px;
    margin-top: 32px;
}

.cashback-list-button b {
    text-align: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 20.8px */
}

.cashback-list-button span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    /* 23.4px */
}

.cashback-download-info {
    display: flex;
    margin: 6px 0px;
    text-align: center;
    justify-content: center;
}

.cashback-download-info span {
    color: #6084BD;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    line-height: 130%;
    margin-left: 12px;
}

.cashback-checkbox {
    margin-top: 10px;
}

.cashback-checkbox-text {
    color: #666;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}

.cashback-checkbox-text a {
    color: #666;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-decoration-line: underline;
}

.cashback-checkbox {
    display: flex;
    align-items: center;
}

.cashback-checkbox-wr {
    margin-right: 10px;
    position: relative;
    width: fit-content;
    height: fit-content;
}

.cashback-checkbox-wr input {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 1;
    margin: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.cashback-checkbox-wr input+svg path {
    opacity: 0;
    transition: all .3s ease-in-out;
}

.cashback-checkbox-wr input:checked+svg path {
    opacity: 1;
}

.cashback-list-form p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cashback-list-form form>input {
    border-radius: 10px;
    border: 1px solid #DDD;
    background: #FFF;
    height: 48px;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 28px;
    color: #666;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.cashback-list-form form>button {
    border-radius: 10px;
    background: #F70;
    width: 100%;
    height: 72px;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 28px;
}

.cashback-list-form form>button b {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.cashback-list-form form>button span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.cashback-phone {
    position: absolute;
    bottom: 0;
    left: 20%;
}

@media screen and (min-width: 768px) {
    .cashback-phone {
        display: none;
    }
}

.cashback-phone img {
    display: block;
}

@media screen and (max-width: 992px) {
    .cashback-content-wr {
        max-width: unset;
        padding: 13px 15px;
    }
    .cashback-date {
        font-size: 13px;
    }
    .cashback-date svg {
        width: 14px;
        height: 14px;
    }
    .cashback-header {
        font-size: 13px;
    }
    .cashback-title {
        margin-top: 8px;
        font-size: 12px;
    }
    .cashback-list {
        margin-top: 8px;
    }
    .cashback-list-element {
        margin-top: 8px;
    }
    .cashback-list-element span {
        font-size: 12px;
    }
    .cashback-list-element svg {
        flex-shrink: 0;
        width: 14px;
        height: auto;
    }
    .cashback-list-element:not(:last-child) {
        margin-bottom: 4px;
    }
    div.cashback-list-form p {
        margin-top: 8px;
        font-size: 11px!important;
    }
    .cashback-list-form form>input {
        margin-top: 8px;
        height: 34px;
        font-size: 11px;
        padding: 10px 16px;
    }
    .cashback-list-form form>button {
        margin-top: 0;
        height: 53px;
        padding: 0 18px;
    }
    .cashback-list-form form>button b {
        font-size: 14px;
    }
    .cashback-list-button span {
        font-size: 10px;
    }
    .cashback-download-info span {
        font-size: 11px;
    }
    .cashback-download-info svg {
        width: 16px;
        height: auto;
    }
    .cashback-checkbox-text,
    .cashback-checkbox-text a {
        font-size: 8px;
    }
    .cashback-info-wr {
        max-width: 132px;
        padding: 8px 15px;
        font-size: 12px;
        font-style: normal;
    }
    .cashback-checkbox {
        margin-top: 0;
    }
    .cashback-list-button {
        margin-top: 20px;
        font-size: 16px;
        height: 56px;
    }
}

@media screen and (max-width:767px) {
    .cashback-inset {
        max-height: unset;
        min-height: 558px;
        padding: 13px 10px;
        justify-content: unset;
        flex-direction: column;
        background-color: #E5F2FF;
        border-radius: 12px;
        background-image: unset;
    }
    .cashback-info-wr {
        position: absolute;
        bottom: 62px;
        left: 25%;
        max-width: 150px;
    }
    .cashback-content-wr {
        margin-right: 0;
    }
    .cashback-info-wr {
        margin-top: 138px;
    }
    .cashback-list-form {
        margin-top: 198px;
        padding: 0 10px;
    }
}

div#changes-cashback {
    padding: 36px 36px 26px 32px;
    background-image: url('/local/templates/generator/assets/images/blog/new-pc-cashback.jpg');
    background-color: #064ab8;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

div#changes-cashback .cashback-content-wr {
    padding: 0px;
    background: transparent;
    max-width: 100%;
}

.changes-cashback-title {
    font-size: 32px;
    color: #FBDE8F;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 19px;
}

.changes-cashback-title @media (min-width: 768px) {
    .changes-cashback-title .mob {
        display: none;
    }
}

@media (max-width: 768px) {
    .changes-cashback-title .mob {
        display: block;
    }
}

@media (max-width: 768px) {
    .changes-cashback-offer .mob {
        display: none;
    }
}

@media (min-width: 768px) {
    .changes-cashback-offer .mob {
        display: inline-flex;
    }
}

.changes-cashback-offer {
    font-weight: 700;
    color: #fff;
    font-size: 21px;
    margin-bottom: 42px;
}

div#changes-cashback .cashback-list-form form>p {
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 0px;
}

div#changes-cashback .cashback-checkbox-wr input:checked+svg path {
    stroke: #fff;
}

div#changes-cashback .cashback-checkbox-text,
div#changes-cashback .cashback-checkbox-text a {
    color: #dedede;
}

div#changes-cashback .cashback-checkbox {
    margin-top: 11px;
}

div#changes-cashback .cashback-list-form form>input {
    width: 359px;
    max-width: 100%;
    height: 66px;
    font-size: 27px;
    color: #353535;
    font-weight: 300;
}

div#changes-cashback .cashback-list-form form>button {
    height: 83px;
    width: 359px;
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    font-size: 25px;
    line-height: 1;
    color: #1c1c1c;
    font-weight: 600;
    background: #FFD600;
}

@media (max-width: 768px) {
    div#changes-cashback {
        background-image: url('/local/templates/generator/assets/images/blog/new-mob-cashback.jpg');
        width: 320px;
        max-width: 100%;
        padding: 24px 3px;
        min-height: 558px;
    }
    .changes-cashback-title {
        font-size: 20px;
        line-height: 130%;
        text-align: center;
        color: #fbde8f;
        margin-bottom: 14px;
    }
    .changes-cashback-title br {
        display: none;
    }
    .changes-cashback-offer {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 201px;
    }
    div#changes-cashback .cashback-list-form form>p {
        display: none;
    }
    .changes-cashbaack-offer-mobile {
        display: block !important;
        color: #353535;
        font-size: 13px;
        line-height: 19px;
        text-align: center;
        width: max-content;
        backdrop-filter: blur(4px);
        background: rgba(255, 255, 255, 0.8);
        border-radius: 3px;
        margin-bottom: 4px;
        padding: 1px 8px;
    }
    div#changes-cashback .cashback-list-form form>input {
        width: 100%;
        height: 51px;
        margin: 0px 0px 8px;
        font-size: 18px;
        line-height: 1;
    }
    div#changes-cashback .cashback-list-form form>button {
        font-size: 18px;
        width: 100%;
        height: 67px;
    }
    div#changes-cashback .cashback-checkbox {
        margin-top: 7px;
    }
    div#changes-cashback .cashback-checkbox-wr {
        display: flex;
        margin-right: 5px;
    }
    div#changes-cashback .cashback-checkbox-wr svg {
        width: 7px;
        height: 7px;
    }
}

body.popup-wheel {
    position: relative;
    border-radius: 0px;
    width: 100%;
    min-height: auto;
    top: unset;
    right: unset;
}

@media screen and (max-width: 767px) {
    .cashback-inset.two_ten .cashback-list-form {
        margin-top: 20px;
    }
}

div#changes-cashback {
    background-image: url('/local/templates/generator/assets/images/blog/cashback-new-pc-bg.png');
}

.changes-cashback-title {
    color: #fff;
}

.changes-cashback-title b {
    color: #FFE8A9;
}

.cashback-no-ul {
    line-height: 150%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

@media (max-width: 768px) {
    div#changes-cashback {
        background-image: url('/local/templates/generator/assets/images/blog/cashback-new-mob-bg.png');
    }
    .cashback-no-ul {
        text-align: center;
        line-height: 150%;
        font-size: 18px;
        font-weight: 500;
    }
    .changes-cashbaack-offer-mobile {
        background: transparent;
        backdrop-filter: none;
        display: flex !important;
        flex-direction: column;
        text-align: left;
        padding: 0px;
        margin-bottom: 10px;
    }
    .changes-cashbaack-offer-mobile span {
        border-radius: 10px;
        font-size: 11px;
        padding: 0px 5px;
        margin-top: 5px;
        width: max-content;
        backdrop-filter: blur(4px);
        background: rgba(255, 255, 255, 0.8);
    }
    .changes-cashback-title {
        font-size: 26px;
    }
    .cashback-list-form {
        margin-top: 182px;
    }
}

.ways270-top {
    padding: 40px;
    background: #E6EBF4;
    border-radius: 10px;
    position: relative;
    padding-right: 280px;
}

.ways270-inset.new .ways270-top {
    background-image: url("/local/templates/generator/assets/images/blog/newWays/waysbg.jpg");
    background-size: cover;
}

.ways270-title {
    line-height: 130%;
    font-size: 28px;
    font-weight: 600;
}

.ways270-inset.new .ways270-title {
    font-weight: 600;
    font-size: 34px;
    line-height: 130%;
}

@media (max-width: 800px) {
    .ways270-inset.new .ways270-title {
        font-size: 24px;
        line-height: 130%;
    }
    .ways270-inset.new .ways270-title br.mob {
        display: none;
    }
}

.ways270-inset.new .ways270-title .mob {
    display: block;
}

.ways270-title b {
    color: #013b94;
    font-weight: 600;
}

.ways270-author {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 210px;
}

.ways270-author-title {
    line-height: 140%;
    font-size: 18px;
    font-weight: 900;
    margin-top: 26px;
    margin-bottom: 14px;
}

.ways270-author-info {
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    color: #666;

}

.ways270-bottom {
    margin: 0px 40px;
    padding: 40px;
    border-radius: 10px;
    border: 2px solid #003b95;
}

.ways270-document-item {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    cursor: pointer;
}

.ways270-document-icon {
    min-width: 48px;
    margin-right: 16px;
    max-width: 48px;
    overflow: hidden;
}

.ways270-document-text-title {
    font-weight: bold;
    line-height: 110%;
    color: #222;
    margin-bottom: 11px;
    text-decoration: underline;
}

.ways270-document-text-info {
    color: #999;
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
}

.ways270-document-item:hover .ways270-document-text-title {
    color: #003b95;
}

.ways270-button-btn-wr {
    text-align: center;
}

.ways270-button {
    width: 351px;
    height: 58px;
    max-width: 100%;
    padding: 0 20px;
    position: relative;
    text-align: center;
    margin: 0px auto 36px;
    background: #BE1622;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.ways270-button>span {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: normal;
}

.ways270-button-docs {
    position: absolute;
    bottom: -20px;
}

.ways270-button-docs span {
    font-size: 12px;
    color: #222;
    font-weight: 500;
    line-height: 1;
    margin: 0 4px;
    width: 84px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ways270-button-docs {
    display: flex;
}

.ways270-button:hover {
    background: #003b95;
}

.ways270-button-info span {
    font-size: 12px;
    line-height: normal;
    color: #999;
    margin-right: 8px;
}

.ways270-button-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ways270-description {
    margin-top: 24px;
    font-size: 16px;
    line-height: 180%;
    color: #222;
}

div#ways270_popup {
    width: 996px;
    height: 618px;
    background-color: #e6ebf4;
    padding: 38px 40px;
}

.ways270-popup-wr {
    display: flex;
    justify-content: space-between;
}

.ways270-popup-title {
    margin-bottom: 32px;
    font-size: 26px;
    font-weight: 700;
    line-height: 130%;
    color: #000;
    font-family: 'Montserrat';
}

.ways270-popup-title b {
    color: #013b94;
}

.ways270-popup-doc-item {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.ways270-popup-doc-item-img {
    min-width: 40px;
    margin-right: 16px;
}

.ways270-popup-doc-item-text {
    line-height: 160%;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #222;
    text-decoration: underline;
}

.ways270-popup-right {
    width: 370px;
    min-width: 370px;
    margin-left: 48px;
}

.ways270-popup-author {
    display: flex;
}

.ways270-popup-author-img {
    min-width: 104px;
    margin-right: 24px;
}

.ways270-popup-author-name {
    font-size: 18px;
    line-height: 120%;
    color: #000;
    font-family: 'Montserrat';
    font-weight: bold;
    margin-bottom: 16px;
}

.ways270_popup_new .ways270-popup-author-name {
    margin-top: 16px;
}

.ways270-popup-author-r {
    font-size: 14px;
    line-height: 140%;
    color: #666;
}

.ways270-popup-form-label {
    margin-top: 32px;
    font-size: 14px;
    color: #333;
    margin-bottom: 12px;
}

.ways270-popup-form-input input {
    padding: 0 32px;
    font-size: 14px;
    color: #999;
    width: 100%;
    height: 58px;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: none;
    outline: none;
    margin-bottom: 24px;
    font-family: 'Montserrat';
}

.ways270-popup-form-submit button {
    padding: 20px 32px;
    width: 100%;
    position: relative;
    background: #BE1622;
    border: none;
    border-radius: 10px;
    outline: none;
    box-shadow: none;
}

.ways270-popup-form-submit button>span {
    font-family: 'montserrat';
    font-weight: bold;
    font-size: 18px;
    line-height: normal;
    color: #fff;
}

.ways270-popup-form-submit button>b {
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}

.ways270-popup-form-submit button>b span {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Montserrat';
    width: 84px;
    height: 28px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 2px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.ways270-popup-download-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
    font-family: 'Montserrat';
}

.ways270-popup-download-info span {
    font-size: 12px;
    color: #999;
    margin-right: 8px;
}

.ways270-popup-checkbox-info {
    font-family: 'Montserrat';
    font-size: 12px;
    line-height: 120%;
}

.ways270-popup-checkbox-info a {
    text-decoration: underline;
}

div.ways270_popup_new .ways270-popup-checkbox-info a {
    color: #be1622;
    ;
}

.ways270-popup-checkbox-wr {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

div.ways270_popup_new .ways270-popup-checkbox-wr {
    margin-top: 24px;
}

.ways270-popup-checkbox {
    position: relative;
    width: 17px;
    min-width: 17px;
    max-width: 17px;
    margin-right: 12px;
    height: 17px;
    min-height: 16px;
    max-height: 16px;
    overflow: hidden;
}

.ways270-popup-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.ways270-popup-checkbox svg {
    position: absolute;
    top: 0;
    left: 0;
}

.ways270-popup-checkbox svg path {
    opacity: 0;
}

.ways270-popup-checkbox input:checked+svg path {
    opacity: 1;
}

.ways270-popup-form-submit button {
    cursor: pointer;
}

.ways270-popup-form-submit button {
    cursor: pointer;
}

div#ways270_popup._send {
    width: 600px;
    height: 300px;
    padding: 40px;
    border-radius: 10px;
}

div#ways270_popup._send .ways270-popup-success {
    display: flex !important;
}

div#ways270_popup._send .ways270-popup-wr {
    display: none;
}

.ways270-success-text b {
    display: block;
}

.ways270-success-text {
    font-size: 26px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #000;
}

.ways270-success-text b {
    color: #013B94;
}

div#ways270_popup {
    background-image: url('/local/templates/generator/assets/images/blog/ways270bg-pc.png');
    background-size: cover;
    background-position: center;
}

div.ways270_popup_new {
    background-image: url('/local/templates/generator/assets/images/blog/newWays/popupbg.jpg') !important;
}

div#ways270_popup .is-close-btn {
    background: url('/local/templates/generator/assets/images/blog/ways270-close.png');
    opacity: 1 !important;
    background-size: cover !important;
    width: 40px;
    height: 40px;
    top: -14px !important;
    right: -14px !important;
}

div#ways270_popup .is-close-btn svg {
    opacity: 0 !important;
}

div#ways270_popup._send {
    background-image: url('/local/templates/generator/assets/images/blog/ways270bg-success-pc.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

div#ways270_popup._send {
    background-image: url("/local/templates/generator/assets/images/blog/newWays/success.jpg") !important;
}

@media (max-width: 800px) {
    div#ways270_popup._send {
        background-size: cover!important;
    }
}

div#ways270_popup .is-close-btn {
    box-shadow: none;
    outline: none;
}

div#ways270_popup {
    border-radius: 10px;
}

.ways270-inset {
    margin-top: 20px;
    margin-bottom: 40px;
}

@media (max-width: 800px) {
    .ways270-description {
        margin-top: 24px;
        font-size: 16px;
        line-height: 180%;
        color: #222;
    }
    .ways270-top {
        padding: 32px 20px;
    }
    .ways270-author-image {
        position: relative;
        margin-right: 16px;
    }
    .ways270-author {
        position: relative;
        right: unset;
        top: unset;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 24px;
    }
    .ways270-title {
        font-size: 17px;
    }
    .ways270-title br {
        display: none;
    }
    .ways270-author-image img {
        width: 64px;
        min-width: 64px;
    }
    .ways270-author-title {
        margin-top: 0px;
        margin-bottom: 12px;
        line-height: 140%;
        font-size: 16px;
    }
    .ways270-author-info br {
        display: none;
    }
    .ways270-author-info {
        font-size: 12px;
        line-height: 140%;
    }
    .ways270-bottom {
        padding: 20px 32px;
        border-radius: 0px 0px 10px 10px;
    }
    .ways270-document-icon {
        min-width: 40px;
        max-width: 40px;
        display: flex;
    }
    .ways270-document-item {
        align-items: flex-start;
    }
    .ways270-document-text {
        display: flex;
        flex-direction: column;
    }
    .ways270-document-text-title {
        font-size: 16px;
        line-height: 130%;
        margin-bottom: 10px;
    }
    .ways270-document-text-info {
        font-size: 12px;
        line-height: 130%;
    }
    .ways270-button {
        height: fit-content;
        padding: 20px 32px;
    }
    .ways270-button>span {
        font-size: 16px;
        line-height: 130%;
    }
    .ways270-button-docs span {
        width: 76px;
        height: 28px;
        margin: 0 2px;
    }
    .ways270-author {
        justify-content: flex-start;
        display: flex;
        align-items: flex-start;
    }
    .ways270-author-image {
        display: flex;
    }
    .ways270-bottom {
        margin: 0px 20px;
        padding: 32px 20px;
    }
}

@media (max-width: 800px) {
    div#ways270_popup {
        background-image: none;
        width: 345px;
        height: fit-content;
        padding: 32px 20px;
        border-radius: 10px;
    }
    div.ways270_popup_new {
        background-image: url("/local/templates/generator/assets/images/blog/newWays/popupmobbg.png") !important;
    }
    .ways270-popup-docs {
        display: none;
    }
    .ways270-popup-wr {
        flex-direction: column;
    }
    .ways270-popup-author {
        display: none;
    }
    .ways270-popup-right {
        width: 100%;
        min-width: 100%;
        margin: 0px;
    }
    .ways270-popup-title {
        font-size: 22px;
    }
    .ways270-popup-form-label {
        margin-top: 0px;
    }
    .ways270-popup-form-submit button>span {
        font-size: 16px;
    }
    div.ways270_popup_new .ways270-popup-form-submit button>span {
        font-size: 15px;
    }
    .ways270-popup-checkbox-wr {
        margin-top: 23px;
    }
    div#ways270_popup._send {
        padding: 32px 20px;
        width: 345px;
        max-width: 100%;
        background-image: url(/local/templates/generator/assets/images/blog/ways270bg-success-mb.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    .ways270-success-text {
        font-size: 22px;
    }
    .ways270-success-text b {
        display: contents;
    }
}

div#new_two_ten {
    background-image: url('/local/templates/generator/assets/images/blog/new_two_tenPc27.08.jpg');
    min-height: 504px;
    padding-top: 20px;
    padding-left: 32px;
}

div#new_two_ten .cashback-content-wr {
    background: transparent;
    padding: 0px;
    margin-right: 0px;
    max-width: unset;
    width: 100%;
}

.cashback-action-row {
    font-family: Inter;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 109%;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .cashback-action-row {
        font-size: 13px;
    }
}

.cashback-action-row span {
    display: flex;
    max-width: max-content;
    margin-left: 15px;
    border-radius: 180px;
    padding: 6px 11px;
    background: #6451b7;
    font-weight: 400;
    font-size: 20px;
    line-height: 109%;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .cashback-action-row span {
        border-radius: 120px;
        padding: 4px 6px;
        font-size: 13px;
        line-height: 109%;
    }
}

div#new_two_ten {
    margin-bottom: 30px;
    margin-top: 30px;
    background-color: rgba(0, 0, 0, 0.3)
}

div#new_two_ten .cashback-header {
    margin-top: 15px;
    font-weight: 900;
    font-size: 54px;
    line-height: 120%;
    color: #fff;
    font-family: Inter;
}

div#new_two_ten .cashback-title {
    display: flex;
    align-items: center;
    margin-top: 15px;
    max-width: max-content;
    font-weight: 500;
    font-size: 30px;
    line-height: 109%;
    text-align: center;
    color: #fff;
    font-family: Inter;
    background: #6451b7;
    border-radius: 180px;
    padding: 10px 16px;
}

div#new_two_ten .cashback-list-form {
    width: 374px;
    max-width: 100%;
    margin-top: 15px;
}

div#new_two_ten div.cashback-list-form p {
    font-family: Inter;
    font-weight: 500;
    font-size: 12px!important;
    line-height: 109%;
    color: #fff;
    margin-top: 0px;
}

div#new_two_ten .cashback-list-form form>input {
    border-radius: 5px;
    padding: 15px 25px;
    font-family: Inter;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 17px;
    line-height: 143%;
    color: #1c1c1c;
}

div#new_two_ten .cashback-list-form form>button {
    border-radius: 5px;
    padding: 37px 27px;
    align-items: center;
    justify-content: center;
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 109%;
    text-align: center;
    color: #fff;
    background: #fe0032;
    height: auto;
}

div#new_two_ten .cashback-checkbox-text,
div#new_two_ten .cashback-checkbox-text a {
    color: #fff;
    font-size: 11px;
}

#new_two_ten .cashback-checkbox-wr {
    background: white;
    height: fit-content;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    div#new_two_ten {
        min-height: 565px;
        width: 320px;
        margin-left: auto;
        margin-right: auto;
        background-image: url('/local/templates/generator/assets/images/blog/new_two_tenMob27.08.jpg');
        padding: 32px 10px;
    }
    div#new_two_ten .cashback-header {
        margin-top: 12px;
        font-size: 42px;
        max-width: 290px;
    }
    div#new_two_ten .cashback-title {
        width: 100%;
        max-width: unset;
        justify-content: center;
        text-align: center;
        margin-top: 12px;
        border-radius: 112px;
        padding: 7px 10px;
        font-size: 19px;
    }
    div#new_two_ten .cashback-list-form {
        padding: 0px;
        margin-top: 170px;
    }
    div#new_two_ten div.cashback-list-form p {
        font-size: 9px !important;
        max-width: 100%;
    }
    div#new_two_ten .cashback-list-form form>input {
        padding: 11px 18px;
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 143%;
    }
    div#new_two_ten .cashback-list-form form>button {
        padding: 23px 20px;
        font-size: 13px;
        line-height: 109%;
        margin-bottom: 4px;
    }
    div#new_two_ten .cashback-checkbox-text,
    div#new_two_ten .cashback-checkbox-text a {
        font-size: 9px;
    }
}

div#new_two_ten .cashback-title {
    font-weight: 500;
}

@media (min-width: 800px) {
    .ways270-title {
        font-size: 34px;
    }
}

div#new_two_ten {
    background-image: url('/local/templates/generator/assets/images/twoTen/twoten-bg-pc.jpg');
    padding: 49px 30px;
    max-height: fit-content;
}

.cashback-action-row {
    font-size: 24px;
}

.cashback-action-row span {
    background: #FE0032;
}

div#new_two_ten .cashback-header {
    font-weight: 900;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
}

div#new_two_ten .cashback-title {
    border-radius: 180px;
    padding: 10px 15px 8px 15px;
    background: #FE0032;
    margin-top: 20px;
    font-weight: 900;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
}

div#new_two_ten .cashback-subtitle {
    margin-top: 20px;
    font-weight: 900;
    font-size: 18px;
    line-height: 130%;
    color: #fff;
    font-family: Inter;
}

@media screen and (max-width: 767px) {
    div#new_two_ten .cashback-subtitle {
        margin-top: 15px;
        font-size: 17px;
        line-height: 120%;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    div#new_two_ten .cashback-subtitle .pc {
        display: none;
    }
}

div#new_two_ten .cashback-subtitle .mob {
    display: none;
}

@media screen and (max-width: 767px) {
    div#new_two_ten .cashback-subtitle .mob {
        display: block;
    }
}

div#new_two_ten .cashback-list-form form>button {
    background: #6451B7;
    font-size: 18px;
    text-transform: uppercase;
    padding: 35px 20px;
}

div#new_two_ten .cashback-title {
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    div#new_two_ten {
        padding: 33px 20px;
        background-image: url('/local/templates/generator/assets/images/twoTen/twoten-bg_mob.jpg');
        width: 345px;
        max-width: 100%;
    }
    div#new_two_ten .cashback-header {
        margin-top: 15px;
        font-size: 22px;
        line-height: 120%;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
    }
    div#new_two_ten .cashback-title {
        font-size: 16px;
        text-align: left;
    }
    div#new_two_ten .cashback-list-form form>button {
        padding: 25px;
        font-size: 14px;
    }
    div#new_two_ten .cashback-title {
        background: transparent;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        text-align: left;
        align-items: flex-start;
        padding: 0px;
        margin-top: 8px;
    }
    div#new_two_ten .cashback-title span {
        border-radius: 180px;
        padding: 2px 5px 4px 5px;
        background: #fe0032;
        font-size: 24px;
        line-height: 130%;
        margin: 10px auto 0 auto;
        width: 100%;
        text-align: center;
    }
}

.abhazia {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 26px 36px 0 32px;
    border: 1px solid #6451b7;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .abhazia {
        padding: 24px 0px 0 0px;
        border-radius: 12px;
    }
}

.abhazia img.bg.pc {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    object-fit: cover;
}

@media (max-width: 767px) {
    .abhazia img.bg.pc {
        display: none;
    }
    .abhazia img.bg.mob {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
        object-fit: cover;
    }
}

.abhazia-action-row {
    font-weight: 700;
    font-size: 20px;
    line-height: 109%;
    color: #333;
    font-family: Inter;
}

@media (max-width: 767px) {
    .abhazia-action-row {
        margin: 0 16px;
        font-size: 14px;
    }
}

.abhazia-action-row span {
    margin-left: 15px;
    font-weight: 400;
    font-size: 20px;
    line-height: 109%;
    text-align: center;
    color: #fff;
    border-radius: 180px;
    padding: 6px 14px;
    background: #6451b7;
}

@media (max-width: 767px) {
    .abhazia-action-row span {
        font-size: 14px;
        padding: 6px 10px;
        margin-left: 10px;
    }
}

.abhazia-header {
    font-family: Inter;
    max-width: 550px;
    margin-top: 20px;
    font-weight: 900;
    font-size: 26px;
    line-height: 138%;
    text-transform: uppercase;
    color: #333;
}

@media (max-width: 767px) {
    .abhazia-header {
        margin: 25px 16px 0 16px;
        font-size: 19px;
    }
}

.abhazia-header br.mob {
    display: none;
}

@media (max-width: 767px) {
    .abhazia-header br.mob {
        display: block;
    }
}

.abhazia-wrapper {
    margin-top: 17px;
    display: flex;
    gap: 27px;
}

@media (max-width: 767px) {
    .abhazia-wrapper {
        flex-direction: column-reverse;
        gap: 50px;
    }
}

.abhaziaWrapper-left {
    width: 100%;
    max-width: 404px;
    padding: 48px 25px;
    background: #6451b7;
    border-radius: 30px 30px 0 0;
}

@media (max-width: 767px) {
    .abhaziaWrapper-left {
        padding: 36px 12px 20px 12px;
    }
}

.abhazia-list-form form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.abhazia-list-form form input {
    padding: 26px 18px;
    font-weight: 400;
    font-size: 16px;
    line-height: 105%;
    text-transform: uppercase;
    color: #575757;
    outline: none;
    border: none;
    border-radius: 7px;
    background: #FFFFFF;
}

@media (max-width: 767px) {
    .abhazia-list-form form input {
        padding: 11px 18px;
        font-size: 12px;
    }
}

.abhazia-list-form form button {
    padding: 30px 20px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 109%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #fe0032;
    height: auto;
    border-radius: 7px;
    border: none;
    outline: none;
    cursor: pointer;
}

@media (max-width: 767px) {
    .abhazia-list-form form button {
        padding: 22px;
        font-size: 18px;
    }
}

.abhazia-checkbox {
    display: flex;
    align-items: center;
}

.abhazia-checkbox-wr {
    background: white;
    height: fit-content;
    display: flex;
    border-radius: 4px;
    margin-right: 10px;
    position: relative;
    width: fit-content;
}

.abhazia-checkbox-wr input {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 1;
    margin: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.abhazia-checkbox-text,
.abhazia-checkbox-text a {
    font-weight: 400;
    font-size: 10px;
    color: #dfdfdf;
}

.abhazia-checkbox-text a {
    text-decoration: underline;
}

.abhazia-checkbox-text a:hover {
    color: #dfdfdf;
}

.abhazia-checkbox-wr input:checked+svg path {
    opacity: 1;
}

.abhazia-checkbox-wr input+svg path {
    opacity: 0;
    transition: all .3s ease-in-out;
}

.abhaziaWrapper-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 767px) {
    .abhaziaWrapper-right {
        gap: 12px;
        margin: 0 16px;
    }
}

.abhaziaWrapperRight-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 767px) {
    .abhaziaWrapperRight-item {
        gap: 10px;
    }
}

.abhaziaWrapperRight-item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #333;
    cursor: pointer;
}

.abhaziaWrapperRight-item-text:hover {
    color: #002c8f;
}

@media (max-width: 767px) {
    .abhaziaWrapperRight-item-text {
        font-size: 13px;
    }
}

.abhaziaWrapperRight-item-img {
    min-width: 40px;
    max-width: 40px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .abhaziaWrapperRight-item-img {
        min-width: 28px;
        max-width: 28px;
    }
}

.abhaziaWrapperRight-item-img img {
    display: block;
}

.bilety {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 44px 42px 0 42px;
    border: 1px solid #6451b7;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .bilety {
        padding: 24px 0px 0 0px;
        border-radius: 12px;
    }
}

.bilety img.bg.pc {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    object-fit: cover;
}

@media (max-width: 767px) {
    .bilety img.bg.pc {
        display: none;
    }
    .bilety img.bg.mob {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
        object-fit: cover;
    }
}

.bilety-action-row {
    font-weight: 700;
    font-size: 20px;
    line-height: 109%;
    color: #333;
    font-family: Inter;
}

@media (max-width: 767px) {
    .bilety-action-row {
        margin: 0 16px;
        font-size: 14px;
    }
}

.bilety-action-row span {
    margin-left: 15px;
    font-weight: 400;
    font-size: 20px;
    line-height: 109%;
    text-align: center;
    color: #fff;
    border-radius: 180px;
    padding: 6px 14px;
    background: #6451b7;
}

@media (max-width: 767px) {
    .bilety-action-row span {
        font-size: 14px;
        padding: 6px 10px;
        margin-left: 10px;
    }
}

.bilety-header {
    max-width: 530px;
    margin-top: 20px;
    font-family: Inter;
    font-weight: 900;
    font-size: 26px;
    line-height: 140%;
    text-transform: uppercase;
    color: #333;
}

@media (max-width: 991px) {
    .bilety-header {
        max-width: 462px;
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .bilety-header {
        margin: 20px 16px 0 16px;
        font-size: 20px;
    }
}

.bilety-header br.mob {
    display: none;
}

@media (max-width: 767px) {
    .bilety-header br.mob {
        display: block;
    }
    .bilety-header br.pc {
        display: none;
    }
}

.bilety-wrapper {
    margin-top: 17px;
    display: flex;
    gap: 27px;
}

@media (max-width: 767px) {
    .bilety-wrapper {
        flex-direction: column-reverse;
        gap: 22px;
    }
}

.biletyWrapper-left {
    width: 100%;
    max-width: 404px;
    padding: 48px 25px;
    background: #6451b7;
    border-radius: 30px 30px 0 0;
}

@media (max-width: 767px) {
    .biletyWrapper-left {
        padding: 36px 12px 20px 12px;
    }
}

.bilety-list-form form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bilety-list-form form input {
    padding: 26px 18px;
    font-weight: 400;
    font-size: 16px;
    line-height: 105%;
    text-transform: uppercase;
    color: #575757;
    outline: none;
    border: none;
    border-radius: 7px;
    background: #FFFFFF;
}

@media (max-width: 767px) {
    .bilety-list-form form input {
        padding: 11px 18px;
        font-size: 12px;
    }
}

.bilety-list-form form button {
    padding: 30px 20px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 109%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #fe0032;
    height: auto;
    border-radius: 7px;
    border: none;
    outline: none;
    cursor: pointer;
}

@media (max-width: 767px) {
    .bilety-list-form form button {
        padding: 22px;
        font-size: 18px;
    }
}

.bilety-checkbox {
    display: flex;
    align-items: center;
}

.bilety-checkbox-wr {
    background: white;
    height: fit-content;
    display: flex;
    border-radius: 4px;
    margin-right: 10px;
    position: relative;
    width: fit-content;
}

.bilety-checkbox-wr input {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 1;
    margin: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.bilety-checkbox-text,
.bilety-checkbox-text a {
    font-weight: 400;
    font-size: 10px;
    color: #dfdfdf;
}

.bilety-checkbox-text a {
    text-decoration: underline;
}

.bilety-checkbox-text a:hover {
    color: #dfdfdf;
}

.bilety-checkbox-wr input:checked+svg path {
    opacity: 1;
}

.bilety-checkbox-wr input+svg path {
    opacity: 0;
    transition: all .3s ease-in-out;
}

.biletyWrapper-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

@media (max-width: 767px) {
    .biletyWrapper-right {
        gap: 12px;
        margin: 0 16px;
    }
}

.biletyWrapperRight-item {
    display: flex;
    gap: 15px;
}

@media (max-width: 767px) {
    .biletyWrapperRight-item {
        gap: 10px;
    }
}

.biletyWrapperRight-item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #333;
    cursor: pointer;
}

.biletyWrapperRight-item-text:hover {
    color: #002c8f;
}

@media (max-width: 991px) {
    .biletyWrapperRight-item-text {
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    .biletyWrapperRight-item-text {
        font-size: 13px;
    }
}

.biletyWrapperRight-item-img {
    min-width: 40px;
    max-width: 40px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .biletyWrapperRight-item-img {
        min-width: 28px;
        max-width: 28px;
    }
}

.biletyWrapperRight-item-img img {
    display: block;
}

div#new_three_ten {
    background-image: url('/local/templates/generator/assets/images/blog/new_two_tenPc27.08.jpg');
    min-height: 504px;
    padding-top: 20px;
    padding-left: 32px;
}

div#new_three_ten .cashback-content-wr {
    background: transparent;
    padding: 0px;
    margin-right: 0px;
    max-width: unset;
    width: 100%;
}

div#new_three_ten .cashback-action-row {
    border-radius: 180px;
    padding: 6px 9px;
    background: #fe0032;
    font-weight: 900;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    max-width: max-content;
}

@media screen and (max-width: 767px) {
    .cashback-action-row {
        font-size: 13px;
    }
}

.cashback-action-row span {
    display: flex;
    max-width: max-content;
    margin-left: 15px;
    border-radius: 180px;
    padding: 6px 11px;
    background: #6451b7;
    font-weight: 400;
    font-size: 20px;
    line-height: 109%;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .cashback-action-row span {
        border-radius: 120px;
        padding: 4px 9px;
        font-size: 14px!important;
        line-height: 120%;
        margin: 0 auto!important;
    }
}

div#new_three_ten {
    margin-bottom: 30px;
    margin-top: 30px;
    background-color: rgba(0, 0, 0, 0.3)
}

div#new_three_ten .cashback-header {
    margin-top: 15px;
    font-weight: 900;
    font-size: 34px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    font-family: Inter;
}

div#new_three_ten .cashback-title {
    display: flex;
    align-items: center;
    margin-top: 15px;
    max-width: max-content;
    font-weight: 500;
    font-size: 30px;
    line-height: 109%;
    text-align: center;
    color: #fff;
    font-family: Inter;
    background: #6451b7;
    border-radius: 180px;
    padding: 10px 16px;
}

div#new_three_ten .cashback-list-form {
    width: 374px;
    max-width: 100%;
    margin-top: 15px;
}

div#new_three_ten div.cashback-list-form p {
    font-family: Inter;
    font-weight: 500;
    font-size: 12px!important;
    line-height: 109%;
    color: #fff;
    margin-top: 0px;
}

div#new_three_ten .cashback-list-form form>input {
    border-radius: 5px;
    padding: 15px 25px;
    font-family: Inter;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 17px;
    line-height: 143%;
    color: #1c1c1c;
}

div#new_three_ten .cashback-list-form form>button {
    border-radius: 5px;
    padding: 37px 27px;
    align-items: center;
    justify-content: center;
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 109%;
    text-align: center;
    color: #fff;
    background: #fe0032;
    height: auto;
}

div#new_three_ten .cashback-checkbox-text,
div#new_three_ten .cashback-checkbox-text a {
    color: #fff;
    font-size: 11px;
}

#new_three_ten .cashback-checkbox-wr {
    background: white;
    height: fit-content;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    div#new_three_ten {
        min-height: 643px;
        width: 320px;
        margin-left: auto;
        margin-right: auto;
        background-image: url('/local/templates/generator/assets/images/blog/new_two_tenMob27.08.jpg');
        padding: 50px 10px;
    }
    div#new_three_ten .cashback-header {
        margin-top: 12px;
        font-size: 42px;
        max-width: 290px;
    }
    div#new_three_ten .cashback-title {
        width: 100%;
        max-width: unset;
        justify-content: center;
        text-align: center;
    }
    div#new_three_ten .cashback-list-form {
        padding: 0px;
        margin-top: 220px;
    }
    div#new_three_ten div.cashback-list-form p {
        font-size: 9px !important;
        max-width: 100%;
    }
    div#new_three_ten .cashback-list-form form>input {
        padding: 10px 15px;
        margin-top: 5px;
        margin-bottom: 7px;
        font-size: 11px;
        line-height: 143%;
    }
    div#new_three_ten .cashback-list-form form>button {
        padding: 23px 20px;
        font-size: 13px;
        line-height: 109%;
        margin-bottom: 4px;
    }
    div#new_three_ten .cashback-checkbox-text,
    div#new_three_ten .cashback-checkbox-text a {
        font-size: 9px;
    }
}

div#new_three_ten .cashback-title {
    font-weight: 500;
}

@media (max-width: 992px) {
    div#new_three_ten .cashback-title {
        font-size: 16px!important;
    }
    div#new_three_ten .cashback-checkbox {
        margin-top: 5px;
    }
}

div#new_three_ten {
    background-image: url('/local/templates/generator/assets/images/vrezka/three-ten-pc.jpg');
    padding: 49px 30px;
    max-height: fit-content;
}

.cashback-action-row {
    font-size: 24px;
}

.cashback-action-row span {
    margin-left: 0;
    font-weight: 900;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #FE0032;
}

div#new_three_ten .cashback-header {
    font-weight: 900;
    font-size: 34px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    margin-top: 25px;
}

div#new_three_ten .cashback-title {
    font-weight: 900;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    margin: 32px 0 25px 0;
    background: 0;
    padding: 0;
}

div#new_three_ten .cashback-list-form form>button {
    background: #6451B7;
    font-size: 18px;
    text-transform: uppercase;
    padding: 35px 20px;
}

div#new_three_ten .cashback-title {
    text-transform: uppercase;
}

div#new_three_ten .cashback-header .mob {
    display: none;
}

@media screen and (max-width: 767px) {
    div#new_three_ten {
        padding: 42px 13px;
        background-image: url('/local/templates/generator/assets/images/vrezka/three-ten.mob.jpg');
        width: 345px;
        max-width: 100%;
    }
    div#new_three_ten .cashback-action-row {
        font-size: 14px;
        padding: 6px 15px;
        max-width: unset;
        text-align: center;
    }
    div#new_three_ten .cashback-header {
        font-size: 26px;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    div#new_three_ten .cashback-header .pc {
        display: none;
    }
    div#new_three_ten .cashback-header .mob {
        display: block;
    }
    div#new_three_ten .cashback-title {
        font-size: 16px;
        text-align: left;
    }
    div#new_three_ten .cashback-list-form form>button {
        padding: 25px;
        font-size: 14px;
    }
    div#new_three_ten .cashback-title {
        background: transparent;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        text-align: left;
        align-items: flex-start;
        padding: 0px;
        margin-top: 20px;
        font-size: 14px!important;
    }
}

div#new_two_ten.okt {
    background-image: url('/local/templates/generator/assets/images/blog/okt-upd-pc.png');
    background-color: white;
    border: 1px solid #6451B7;
    padding: 19px 32px;
}

div#new_two_ten.okt .cashback-action-row {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

div#new_two_ten.okt .cashback-title {
    padding: 0px;
    background: transparent;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    text-align: left;
    color: #333;
    text-transform: none;
}

div#new_two_ten.okt .cashback-header {
    font-size: 40px;
    line-height: 48px;
    color: #333;
}

div#new_two_ten.okt .cashback-header span {
    display: block;
    background: #FE0032;
    width: fit-content;
    color: #fff;
    padding: 0 12px;
    border-radius: 180px;
    margin-left: -12px;
}

div#new_two_ten.okt .cashback-checkbox-text,
div#new_two_ten.okt .cashback-checkbox-text a {
    color: #cdcdcd;
}

@media screen and (max-width: 767px) {
    div#new_two_ten.okt {
        background-image: url('/local/templates/generator/assets/images/blog/okt-upd-mb.png');
        padding: 27px 13px;
        border: 1px solid rgba(0, 0, 0, 0);
    }
    div#new_two_ten.okt .cashback-action-row {
        font-size: 14px;
        justify-content: center;
    }
    div#new_two_ten.okt .cashback-header {
        font-size: 26px;
        line-height: 33.8px;
        text-align: center;
    }
    div#new_two_ten.okt .cashback-header span {
        white-space: nowrap;
        padding: 0 10px;
        margin-left: -10px;
    }
    div#new_two_ten.okt .cashback-title {
        margin-top: 10px;
        text-align: center;
        font-size: 16px;
        line-height: 20.8px;
        align-items: center;
        font-weight: 600;
    }
    div#new_two_ten.okt .cashback-list-form {
        margin-top: 261px;
    }
    .okt .cashback-action-row span {
        font-size: 14px;
        padding: 4px 10px;
        margin-left: 12px;
    }
    div#new_two_ten.okt .cashback-list-form form>input {
        height: 39px;
        border: 1px solid #1c1c1c;
    }
    div#new_two_ten.okt .cashback-list-form form>button {
        font-size: 18px;
        height: 65px;
        padding: 20px;
    }
    div#new_two_ten.okt .cashback-checkbox-text,
    div#new_two_ten.okt .cashback-checkbox-text a {
        font-size: 10px;
        white-space: nowrap;
    }
}

.search_block {
    width: 360px;
    max-width: 100%;
}

.search_block form {
    width: 100%;
    height: 52px;
    display: flex;
    justify-content: space-between;
    padding: 8px 20px;
    border: 1px solid #DDDDDD;
    border-radius: 40px;
    overflow: hidden;
    align-items: center;
}

.search_block form input[type="text"] {
    border: none;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    color: #999;
    width: calc(100% - 24px);
}

.search_block input#search_icon {
    width: 24px;
    height: 24px;
    padding: 0px;
    border: none;
    background-color: transparent;
    font-size: 0px;
    background-image: url('/local/templates/generator/assets/images/search_icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #fff;
}

.search_block form input {
    outline: none;
    box-shadow: none;
}

.search_block_btn {
    display: none;
}

.search_block {
    margin-top: 40px;
}

.article-wrapper-right {
    margin-top: 40px;
}

div#articles {
    margin-top: 40px;
}

.ways270-top {
    background: #F3F8FF;
}

.ways270-title b {
    color: #0050CB;
}

.ways270-button {
    background: #fe0032ff;
}

@media (min-width: 800px) {
    .ways270-title {
        font-size: 30px;
        line-height: 39px;
    }
    .ways270-description {
        line-height: 26px;
    }
}

@media (max-width: 800px) {
    .ways270-title {
        font-size: 24px;
        line-height: 31px;
    }
}

.ways270-document-text-info {
    color: #3B3B3B;
}

.tzbanner.blog_tzbanner .tzbanner.blog_tzbanner {
    margin-bottom: 20px;
}

@media (min-width: 1280px) {
    .tzbanner.blog_tzbanner .tz-banner-point-text {
        font-size: 10px;
    }
    .tzbanner.blog_tzbanner .tzbanner-content {
        padding: 20px;
    }
    .tzbanner.blog_tzbanner .tz-banner-title b,
    .tzbanner.blog_tzbanner .tz-banner-title span {
        font-size: 28px;
    }
}

@media (min-width: 992px) and (max-width: 1279.98px) {
    .tzbanner.blog_tzbanner .tz-banner-points {
        justify-content: flex-start;
        gap: 20px;
    }
}
/* End */
/* /local/templates/generator/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?1748291017120616 */
