.blog-page.animate-block .blog-header .container {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.tag-page.animate-block .tag-page__clear-text {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.tag-page.animate-block .tag-page__clear-link {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.animation_swim-right {
    opacity: 0;
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
}

.animation_scale {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.animation_scale.animated {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.vacancy-block.animate-block .container {
    position: relative;
}

.animation_swim-left {
    opacity: 0;
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
}

.blog-page.animate-block .main-blog-slider,
.blog-page.animate-block .articles-header,
.blog-page.animate-block .blog-list,
.article.animate-block .article__preview img,
.tag-page.animate-block .articles-header .container,
.animation_swim-top,
.jobs-main.animate-block .caption {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
}

.article.animate-block .article__content-container,
.article.animate-block .article__header,
.tag-page.animate-block .blog-list,
.jobs-main.animate-block .jobs-main__image,
.jobs-main.animate-block .jobs-main__description,
.vacancy-block.animate-block .container {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.blog-page.animate-block.animated .blog-header .container,
.blog-page.animate-block.animated .articles-header,
.blog-page.animate-block.animated .blog-list,
.tag-page.animate-block.animated .tag-page__clear-text,
.tag-page.animate-block.animated .tag-page__clear-link {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.animation_scale.animated {
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.blog-page.animate-block.animated .main-blog-slider,
.article.animate-block.animated .article__preview img,
.tag-page.animate-block.animated .articles-header .container,
.animation_swim-top.animated,
.animation_swim-right.animated,
.animation_swim-left.animated,
.jobs-main.animate-block.animated .caption {
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.article.animate-block.animated .article__content-container,
.article.animate-block.animated .article__header,
.tag-page.animate-block.animated .blog-list,
.jobs-main.animate-block.animated .jobs-main__image,
.jobs-main.animate-block.animated .jobs-main__description,
.vacancy-block.animate-block.animated .container {
    -webkit-transition: 1s;
    transition: 1s;
}

.blog-page.animate-block.animated .main-blog-slider,
.article.animate-block.animated .article__content-container,
.article.animate-block.animated .article__header,
.tag-page.animate-block.animated .blog-list,
.delay.animated,
.jobs-main.animate-block.animated .caption_small {
    transition-delay: 0.2s;
}

.tag-page.animate-block.animated .tag-page__clear-text {
    transition-delay: 0.3s;
}

.blog-page.animate-block.animated .articles-header,
.blog-page.animate-block.animated .blog-list,
.jobs-main.animate-block.animated .jobs-main__image,
.jobs-main.animate-block.animated .jobs-main__description {
    transition-delay: 0.4s;
}

.tag-page.animate-block.animated .tag-page__clear-link {
    transition-delay: 0.5s;
}

.blog-page.animated .blog-header .container,
.blog-page.animated .main-blog-slider,
.blog-page.animated .articles-header,
.blog-page.animated .blog-list,
.article.animated .article__preview img,
.article.animated .article__content-container,
.article.animated .article__header,
.tag-page.animated .articles-header .container,
.tag-page.animated .blog-list,
.tag-page.animated .tag-page__clear-text,
.tag-page.animated .tag-page__clear-link,
.animation_swim-top.animated,
.animation_swim-right.animated,
.animation_swim-left.animated,
.jobs-main.animate-block.animated .caption,
.jobs-main.animate-block.animated .jobs-main__image,
.jobs-main.animate-block.animated .jobs-main__description,
.vacancy-block.animate-block.animated .container {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

@media screen and (max-width: 1250px) {
    .adaptive-animation_swim-top {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
    }

    .adaptive-animation_swim-top.animated {
        -webkit-transition: 0.7s;
        transition: 0.7s;
    }

    .adaptive-animation_swim-top.animated {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    .jobs-main.animate-block .jobs-main__image,
    .jobs-main.animate-block .jobs-main__description {
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
    }

    .jobs-main.animate-block.animated .jobs-main__image,
    .jobs-main.animate-block.animated .jobs-main__description {
        -webkit-transition: 0.7s;
        transition: 0.7s;
        transition-delay: 0.4s;
    }
}

@media screen and (max-width: 760px) {
    .animation_swim-right {
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
    }

    .animation_swim-left {
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
    }

    .blog-page.animate-block .socials-list_blog-mobile {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
    }

    .blog-page.animate-block.animated .socials-list_blog-mobile {
        -webkit-transition: 0.7s;
        transition: 0.7s;
        transition-delay: 0.4s;
    }

    .blog-page.animated .socials-list_blog-mobile {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    .blog-page.animate-block.animated .articles-header {
        transition-delay: 0.6s;
    }

    .blog-page.animate-block.animated .blog-list {
        transition-delay: 0.6s;
    }

    .work-with-us.animate-block .container {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
    }

    .work-with-us.animate-block.animated .container {
        -webkit-transition: 0.7s;
        transition: 0.7s;
        transition-delay: 0.8s;
    }

    .work-with-us.animate-block.animated .container {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
.blog-header {
    margin: 70px 0px 40px 0px;
}

.blog-header .container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.blog-header .socials-list {
    position: relative;
    top: 4px;
}

.subscribe .socials-list {
    margin-top: 25px;
}

.socials-list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: -0.2px;
}

.socials-list__list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-left: 16px;
}

.socials-list__list li + li {
    margin-left: 4px;
}

.socials-list__list a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: #f5f5f5;
}

.socials-list__list a svg {
    display: block;
}

.socials-list__list a svg path {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-header .socials-list {
    position: relative;
    top: 4px;
}

.socials-list_blog-mobile {
    display: none;
}

@media screen and (max-width: 1250px) {
    .blog-header {
        margin-top: 50px;
    }

    .blog-header .socials-list {
        display: none;
    }

    .socials-list_blog-mobile {
        display: block;
        margin: 0px 20px 40px 20px;
    }

    .socials-list_blog-mobile p {
        margin-bottom: 8px;
    }

    .socials-list_blog-mobile .socials-list__list {
        margin-left: 0;
    }

    .socials-list__list li + li {
        margin-left: 8px;
    }
}
.articles-header {
    margin-bottom: 48px;
}

.articles-header__top {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.articles-header__top .caption {
    max-width: 600px;
}

.articles-header__top .caption span {
    color: #999999;
}

.tag-page .articles-header .caption {
    margin-bottom: 20px;
}

.tag-page .articles-header .search-form {
    margin-top: 7px;
}

.search-form_blog form {
    width: 412px;
}

.search-form form {
    display: block;
    position: relative;
}

.search-form__search-input,
.searchandfilter ul {
    position: relative;
}

.search-form__search-input .input,
.searchandfilter ul .input {
    margin: 0;
}

.search-form__search-input .input input,
.searchandfilter ul .input input {
    width: 100%;
    padding-left: 56px;
}

.search-form__search-input-submit,
.sf-field-submit {
    display: -webkit-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 56px;
    border-radius: 6px 0px 0px 6px;
}

.search-form__search-input-submit label,
.sf-field-submit label {
    display: block;
}

.search-form__search-input-submit input[type="submit"],
.sf-field-submit input[type="submit"] {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px 0px 0px 6px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.search-form__search-input-submit:before,
.sf-field-submit:before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    pointer-events: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04IDJDNC42ODYyOSAyIDIgNC42ODYyOSAyIDhDMiAxMS4zMTM3IDQuNjg2MjkgMTQgOCAxNEMxMS4zMTM3IDE0IDE0IDExLjMxMzcgMTQgOEMxNCA0LjY4NjI5IDExLjMxMzcgMiA4IDJaTTAgOEMwIDMuNTgxNzIgMy41ODE3MiAwIDggMEMxMi40MTgzIDAgMTYgMy41ODE3MiAxNiA4QzE2IDEyLjQxODMgMTIuNDE4MyAxNiA4IDE2QzMuNTgxNzIgMTYgMCAxMi40MTgzIDAgOFoiIGZpbGw9IiNCOEI4QjgiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy4yOTMgMTguNzA3MUwxMi4yOTMgMTMuNzA3MUwxMy43MDcyIDEyLjI5MjlMMTguNzA3MiAxNy4yOTI5TDE3LjI5MyAxOC43MDcxWiIgZmlsbD0iI0I4QjhCOCIvPgo8L3N2Zz4K");
}

.search-form__search-input-submit.active:before,
.search-form__search-input-submit.active:before,
.sf-field-submit.active:before,
.sf-field-submit.active:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04IDJDNC42ODYyOSAyIDIgNC42ODYyOSAyIDhDMiAxMS4zMTM3IDQuNjg2MjkgMTQgOCAxNEMxMS4zMTM3IDE0IDE0IDExLjMxMzcgMTQgOEMxNCA0LjY4NjI5IDExLjMxMzcgMiA4IDJaTTAgOEMwIDMuNTgxNzIgMy41ODE3MiAwIDggMEMxMi40MTgzIDAgMTYgMy41ODE3MiAxNiA4QzE2IDEyLjQxODMgMTIuNDE4MyAxNiA4IDE2QzMuNTgxNzIgMTYgMCAxMi40MTgzIDAgOFoiIGZpbGw9IiMwNDA1MDUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy4yOTMgMTguNzA3MUwxMi4yOTMgMTMuNzA3MUwxMy43MDcyIDEyLjI5MjlMMTguNzA3MiAxNy4yOTI5TDE3LjI5MyAxOC43MDcxWiIgZmlsbD0iIzA0MDUwNSIvPgo8L3N2Zz4K");
}

.search-form__buttons {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.search-form__buttons input {
    display: none;
}

.search-form__buttons label {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 133px;
    height: 48px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.5px;
    border: 2px solid #f0f0f0;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
}

.search-form__buttons input:checked+label {
    pointer-events: none;
    border-color: #040505;
    background-color: #040505;
    color: #fff;
}

.tag-page .articles-header .search-form {
    margin-top: 7px;
}

.search-form__block-title {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.2px;
    margin-bottom: 8px;
}

.search-form__block-filter-letters,
.search-form__block-filter .button {
    display: none;
}


.categories-list,
.tags-form ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-user-select: none;
    user-select: none;
}

.tags-form input {
    display: none;
}

.tags-form label {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    cursor: pointer;
}

.categories-list .category-item,
.tags-form ul li {
    margin: 0px 8px 8px 0px;
    border-radius: 5px;
}

.category-item,
.tags-form li {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 24px;
    padding: 0px 8px !important;
    border-radius: 4px;
    font-family: Bold;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.1px;
    text-indent: 0.2px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.tags-form .searchandfilter>ul>li>ul>li label {
    background-color: #f5f5f5;
    color: #b2b2b2;
}

.tags-form .searchandfilter>ul>li>ul>li.sf-option-active:first-of-type label,
.tags-form .searchandfilter>ul>li>ul>li:first-of-type:hover label {
    background-color: #040505;
    color: #fff;
}

.tags-form li.disabled {
    background-color: #f5f5f5;
    color: #b2b2b2;
}

.tags-form li.disabled {
    color: #b2b2b2;
}

.category-item.active,
.tags-form li.active,
.tags-form .searchandfilter>ul>li>ul>li.sf-option-active {
    pointer-events: none;
}

.tags-form .searchandfilter>ul>li>ul>li.sf-option-active label,
.tags-form .searchandfilter>ul>li>ul>li:hover label {
    background-color: transparent;
    color: #fff;
}

.tags-form li:hover:not(.active),
.tags-form li.active {
    color: #fff;
}

.tags-form--all:hover:not(.active),
.tags-form--all.active {
    background-color: #000;
}

.tags-form--announcements:hover:not(.active),
.tags-form--announcements.active {
    background-color: #ff0000;
}

.tags-form--articles:hover:not(.active),
.tags-form--articles.active {
    background-color: #0006ff;
}

.tags-form--cases:hover:not(.active),
.tags-form--cases.active {
    background-color: #00a4f7;
}

.tags-form--events:hover:not(.active),
.tags-form--events.active {
    background-color: #2fc9ce;
}

.tags-form--integrations:hover:not(.active),
.tags-form--integrations.active {
    background-color: #00ca50;
}

.tags-form--updates:hover:not(.active),
.tags-form--updates.active {
    background-color: #ffd400;
}

.tags-form--checklists:hover:not(.active),
.tags-form--checklists.active {
    background-color: #a661fd;
}

@media screen and (max-width: 1250px) {
    .articles-header__top {
        display: block;
    }

    .articles-header__top .caption {
        margin-bottom: 30px;
    }

    .tag-page .articles-header .caption {
        margin-bottom: 30px;
    }

    .articles-header .container {
        position: relative;
    }

    .articles-header__top .caption {
        margin-bottom: 16px;
    }

    .articles-header .search-form_blog {
        left: 20px;
        right: 20px;
        bottom: 0px;
        margin: 0;
    }

    .articles-header .categories-list,
    .articles-header .tags-form ul {
        margin-bottom: 8px;
    }

    .articles-header .categories-list .category-item,
    .articles-header .tags-form li {
        margin: 0px 8px 8px 0px;
    }

    .search-form_blog {
        margin-bottom: 35px;
    }

    .search-form_blog form {
        width: 100%;
    }

    .categories-list .category-item,
    .tags-form li {
        margin: 0px 4px 4px 0px;
    }

    .main-blog-slider__item-content .categories-list,
    .main-blog-slider__item-content .tags-form ul {
        margin: 0px -4px 12px 0px;
    }

    .articles-header .categories-list,
    .articles-header .tags-form ul {
        margin-bottom: 8px;
    }

    .articles-header .categories-list .category-item,
    .articles-header .tags-form li {
        margin: 0px 8px 8px 0px;
    }
}
.blog-list__list .article-item {
    position: relative;
    margin: 0px 24px 58px 0px;
    padding-bottom: 20px;
}

.blog-list__list .article-item:nth-child(3n + 1) {
    clear: left;
}

.blog-list__list .article-item:nth-child(3n + 3) {
    margin-right: 0;
}

.article-item {
    width: 384px;
}

.article-item__preview {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.article-item.hover .article-item__preview {
    opacity: 0.8;
}

.article-item.hover .caption a {
    color: #0006ff;
}

.article-item__preview img {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 6px;
    object-fit: cover;
}

.article-item .categories-list {
    margin-bottom: 8px;
}

.categories-list,
.tags-form ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-user-select: none;
    user-select: none;
}

.categories-list .category-item,
.tags-form ul li {
    margin: 0px 8px 8px 0px;
    border-radius: 5px;
}

.category-item,
.tags-form li {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 24px;
    padding: 0px 8px !important;
    border-radius: 4px;
    font-family: Bold;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.1px;
    text-indent: 0.2px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.category-item.active,
.tags-form li.active,
.tags-form .searchandfilter>ul>li>ul>li.sf-option-active {
    pointer-events: none;
}

.article__right-side-categories .category-item {
    margin-bottom: 8px;
}

.categories-list .category-item.category-item--articles {
    background-color: #0006ff;
}

.categories-list .category-item.category-item--events {
    background-color: #2fc9ce;
}

.categories-list .category-item.category-item--announcements {
    background-color: #ff0000;
}

.categories-list .category-item.category-item--updates {
    background-color: #ffd400;
}

.categories-list .category-item.category-item--integrations {
    background-color: #00ca50;
}

.categories-list .category-item.category-item--cases {
    background-color: #00a4f7;
}

.categories-list .category-item.category-item--checklists {
    background-color: #a661fd;
}

.main-blog-slider__item .categories-list {
    max-width: 500px;
    margin-bottom: 16px;
}

.article-item .caption {
    margin-bottom: 24px;
}

.article-item .caption a {
    display: inline-block;
    color: #040505;
}

.article-item__info {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-left: 3px;
}

.article-item__info div {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-right: 25px;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    white-space: nowrap;
}

.article-item__info div img {
    display: block;
    max-width: 18px;
    margin-right: 10px;
}


.blog-list__list .article-item {
    position: relative;
    margin: 0px 24px 58px 0px;
    padding-bottom: 20px;
}

.blog-list__list .article-item:nth-child(3n + 1) {
    clear: left;
}

.blog-list__list .article-item:nth-child(3n + 3) {
    margin-right: 0;
}

@media screen and (max-width: 1250px) {
    .blog-list__list .article-item {
        width: 335px;
        margin: 0px 0px 50px 0px;
    }

    .categories-list .category-item,
    .tags-form li {
        margin: 0px 4px 4px 0px;
    }

    .main-blog-slider__item-content .categories-list,
    .main-blog-slider__item-content .tags-form ul {
        margin: 0px -4px 12px 0px;
    }
}

@media screen and (max-width: 760px) {
    .blog-list__list .article-item {
        width: 100%;
        margin-bottom: 40px;
    }

    .blog-list__list .article-item:last-child {
        margin-bottom: 0;
    }
}

.blog-list {
    margin-bottom: 168px;
}

.blog-list__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 23px;
    transition: opacity 0.4s;
}

.blog-list__list.-loading {
    opacity: 0.5;
    pointer-events: none;
}

.blog-list__list:after {
    content: "";
    display: block;
    clear: both;
}

.tag-page__clear {
    width: 600px;
    margin: auto;
    padding: 112px 0px 248px 0px;
    text-align: center;
}

.tag-page__clear-text {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
}

.tag-page__clear strong {
    font-family: ExtraBold;
}

@media screen and (max-width: 1250px) {
    .blog-list {
        margin-bottom: 145px;
    }

    .blog-list__list {
        margin-bottom: 0;
    }

    .blog-list__list .article-item {
        width: 335px;
        margin: 0px 0px 50px 0px;
    }

    .blog-list__list {
        justify-content: space-between;
    }

    .blog-list__pagination {
        margin-top: 14px;
    }

    .tag-page__clear {
        padding-bottom: 170px;
    }
}

@media screen and (max-width: 760px) {
    .blog-list {
        margin-bottom: 80px;
    }

    .blog-list__list .article-item {
        width: 100%;
        margin-bottom: 40px;
    }

    .blog-list__list .article-item:last-child {
        margin-bottom: 0;
    }

    .blog-list .load-more {
        margin-top: 60px;
    }

    .blog-list__pagination {
        margin-top: 24px;
    }

    .tag-page__clear {
        width: auto;
        padding: 36px 0px 128px 0px;
        margin: 0px 20px;
    }

    .tag-page__clear-text {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -1px;
        margin-bottom: 32px;
    }
}
.blog-list__pagination {
    float: left;
    width: 100%;
    margin-top: 22px;
}

.blog__pagination {
    display: flex;
    justify-content: center;
}

.blog__pagination a,
.blog__pagination span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    margin: 0 4px;
    border: solid 2px #E5E5E5;
    border-radius: 6px;
    font-size: 14px;
    color: #040505;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog__pagination a:hover {
    background-color: #e5e5e5;
}

.blog__pagination .extend span {
    margin: 0 -4px;
    border: none;
}

.blog__pagination .current {
    border-color: #040505;
    background-color: #040505;
    color: #fff;
    pointer-events: none;
}

.blog__pagination .previouspostslink,
.blog__pagination .nextpostslink {
    font-size: 0px;
    color: transparent;
}

.blog__pagination .previouspostslink {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNy43NjgyIDExLjY0MDJDNy40MTQ2MyAxMi4wNjQ0IDYuNzg0MDcgMTIuMTIxOCA2LjM1OTc5IDExLjc2ODJMMC4zNTk3OSA2Ljc2ODJDMC4xMzE3OTggNi41NzgyIC0yLjQ3OTU1ZS0wNSA2LjI5Njc1IC0yLjQ3OTU1ZS0wNSA1Ljk5OTk3Qy0yLjQ3OTU1ZS0wNSA1LjcwMzIgMC4xMzE3OTggNS40MjE3NSAwLjM1OTc5IDUuMjMxNzVMNi4zNTk3OSAwLjIzMTc1NEM2Ljc4NDA3IC0wLjEyMTgxIDcuNDE0NjMgLTAuMDY0NDg2NSA3Ljc2ODIgMC4zNTk3OTFDOC4xMjE3NiAwLjc4NDA2OCA4LjA2NDQ0IDEuNDE0NjMgNy42NDAxNiAxLjc2ODJMMi41NjIwMiA1Ljk5OTk3TDcuNjQwMTYgMTAuMjMxOEM4LjA2NDQ0IDEwLjU4NTMgOC4xMjE3NiAxMS4yMTU5IDcuNzY4MiAxMS42NDAyWiIgZmlsbD0iIzA0MDUwNSIvPgo8L3N2Zz4K');
}

.blog__pagination .nextpostslink {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC4yMzE4MDQgMC4zNTk4NDFDMC41ODUzNjggLTAuMDY0NDM2MyAxLjIxNTkzIC0wLjEyMTc2IDEuNjQwMjEgMC4yMzE4MDRMNy42NDAyMSA1LjIzMThDNy44NjgyIDUuNDIxOCA4LjAwMDAyIDUuNzAzMjUgOC4wMDAwMiA2LjAwMDAzQzguMDAwMDIgNi4yOTY4IDcuODY4MiA2LjU3ODI1IDcuNjQwMjEgNi43NjgyNUwxLjY0MDIxIDExLjc2ODJDMS4yMTU5MyAxMi4xMjE4IDAuNTg1MzY4IDEyLjA2NDUgMC4yMzE4MDQgMTEuNjQwMkMtMC4xMjE3NiAxMS4yMTU5IC0wLjA2NDQzNjMgMTAuNTg1NCAwLjM1OTg0MSAxMC4yMzE4TDUuNDM3OTggNi4wMDAwM0wwLjM1OTg0MSAxLjc2ODI1Qy0wLjA2NDQzNjMgMS40MTQ2OCAtMC4xMjE3NiAwLjc4NDExOCAwLjIzMTgwNCAwLjM1OTg0MVoiIGZpbGw9IiMwNDA1MDUiLz4KPC9zdmc+Cg==');
}

@media screen and (max-width: 1250px) {
    .blog-list__pagination {
        margin-top: 14px;
    }
    .blog__pagination {
        justify-content: flex-start;
    }

    .blog__pagination a,
    .blog__pagination span {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
}

@media screen and (max-width: 760px) {
    .blog-list__pagination {
        margin-top: 24px;
    }
    .blog__pagination {
        width: calc(100% + 40px);
        padding: 0 20px 10px 20px;
        margin: 0 -20px -10px -20px;
        overflow: auto;
    }

    .blog__pagination::after {
        content: '';
        display: block;
        width: 20px;
        min-width: 20px;
        height: 1px;
    }
}
.input__error {
  opacity: 0;
  transition: 0.3s;
}

.input_text {
  position: relative;
  margin-bottom: 24px;
}

.input_text:after {
  content: '';
  display: block;
  position: absolute;
  top: 51px;
  right: 24px;
  width: 14px;
  height: 12px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEzLjc0NzUgMS42NjQzNkw1LjA0Mjg5IDExLjQ1N0wwLjI5Mjk2OSA2LjcwNzFMMS43MDcxOCA1LjI5Mjg5TDQuOTU3MjYgOC41NDI5N0wxMi4yNTI3IDAuMzM1NjMyTDEzLjc0NzUgMS42NjQzNloiIGZpbGw9IiMwMDA2RkYiLz48L3N2Zz4=);
}

.input_text-valid:after {
  z-index: 2;
  opacity: 1;
}

.input label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}

.input_text input,
.input_text textarea {
  display: block;
  width: 100%;
  height: 56px;
  border: none;
  background-color: #F5F5F5;
  border-radius: 6px;
  padding: 0px 16px;
  font-size: 16px;
  font-family: Medium;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.input_text.input_text-valid input,
.input_text.input_text-valid textarea {
  padding-right: 58px;
}

.input_text textarea {
  height: 118px;
  padding: 18px 44px 16px 16px;
  resize: none;
}

.input_text textarea::-webkit-scrollbar {
  width: 4px;
}

.input_text textarea::-webkit-scrollbar-track {
  background: transparent;
}

.input_text textarea::-webkit-scrollbar-thumb {
  background-color: #E0E0E0;
}

.input_text textarea::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.input_text input:focus,
.input_text textarea:focus {
  background-color: #F0F5FF;
}

.input_text input::placeholder,
.input_text textarea::placeholder {
  color: #AAACAD;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.input_text input:focus::placeholder,
.input_text textarea:focus::placeholder {
  color: transparent !important;
}

.input_text.input_not-valid input,
.input_text.input_not-valid textarea {
  border: 1px solid #ED5567;
}


.input_text.input_not-valid .phones-list {
  background-color: #FFEBEB !important;
}

.phones-list__country-code {
  display: none !important;
}

.input_text .input__error,
.input_drad-and-drop .input__error {
  color: #FA5252;
  font-size: 14px;
  line-height: 20px;
  padding-top: 4px;
}

.input_not-valid .input__error,
.input_not-valid-hovered .input__error {
  opacity: 1;
}

.input_drad-and-drop .input__error {
  margin-top: 10px;
}

.input_drad-and-drop input[type="file"] {
  display: none;
}

.input_radio input {
  display: none;
}

.input_radio label {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.input_radio label:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #E5E5E5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.input_radio label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #0006FF;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.input_radio input:checked+label:before {
  border-color: #0006FF;
}

.input_radio input:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.radios-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.radios-list .input+.input {
  margin-left: 24px;
}

.radios-list span {
  display: block;
  font-size: 16px;
  margin: 0px 24px;
  color: #C2C2C2;
}

.countries-select {
  position: relative;
  z-index: 3;
}

.countries-select input {
  display: none;
}

.countries-select__val {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  height: 56px;
  padding: 0px 50px 0px 16px;
  border-radius: 6px;
  background-color: #F5F5F5;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.countries-select.active .countries-select__val {
  border-radius: 6px 6px 0px 0px;
}

.countries-select__val:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  width: 12px;
  height: 7px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC4zNzUzMDUgMS43ODA4NUwxLjYyNDcgMC4yMTkxMTZMNiAzLjcxOTM2TDEwLjM3NTMgMC4yMTkxMTZMMTEuNjI0NyAxLjc4MDg1TDYgNi4yODA2MUwwLjM3NTMwNSAxLjc4MDg1WiIgZmlsbD0iIzAwMDZGRiIvPgo8L3N2Zz4K');
}

.countries-select.active .countries-select__val:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.countries-select__val span {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.countries-select__val span img {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 50%;
  object-fit: cover;
}

.countries-select__val-text .mobile-text {
  display: none;
}

.countries-select__list-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 16px 15px 0px 15px;
  border: 1px solid #F5F5F5;
  border-top: none;
  border-radius: 0px 0px 6px 6px;
  box-shadow: 0px 8px 16px rgba(46, 47, 77, 0.05);
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.countries-select.active .countries-select__list-container {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.countries-select__list-container input {
  display: block;
  width: 100%;
  height: 32px;
  background-color: #F5F5F5;
  border-radius: 4px;
  padding: 0px 12px;
  border: none;
  font-family: Medium;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.2px;
  margin-bottom: 16px;
}

.countries-select__list-container input::placeholder {
  color: #ADADAD;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.countries-select__list-container input:focus::placeholder {
  color: transparent;
}

.countries-select__hidden-list {
  display: none;
}

.countries-select__list {
  max-height: 148px;
  margin: 0px 1px;
  overflow: auto;
}

.countries-select__list::-webkit-scrollbar {
  width: 4px;
}

.countries-select__list::-webkit-scrollbar-track {
  background: #F5F5F5;
  margin-bottom: 16px;
}

.countries-select__list::-webkit-scrollbar-thumb {
  background-color: #E0E0E0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.countries-select__list::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.countries-select__list li {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.2px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.countries-select__list li:hover {
  color: #999999;
}

.countries-select__list li.clear-text {
  color: #999999;
  cursor: default;
}

.countries-select__list li img {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 50%;
  object-fit: cover;
}

.checkboxes-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.checkboxes-list .input_checkbox {
  margin-right: 48px;
}

.checkboxes-list .input_checkbox:last-of-type {
  margin-right: 0;
}

.input_checkbox input {
  display: none;
}

.input_checkbox label {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  height: 20px;
  padding-left: 32px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.input_checkbox label:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #E5E5E5;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.input_checkbox input:checked+label:before {
  border-color: #0006FF;
  background-color: #0006FF;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEzLjc0NzQgMS42NjQzNkw1LjA0Mjc3IDExLjQ1N0wwLjI5Mjg0NyA2LjcwNzFMMS43MDcwNiA1LjI5Mjg5TDQuOTU3MTQgOC41NDI5N0wxMi4yNTI1IDAuMzM1NjMyTDEzLjc0NzQgMS42NjQzNloiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
}

.phone-input {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  background-color: #F5F5F5;
  border-radius: 6px;
  -webkit-transition: background-color 0.4s, border-radius 0.4s;
  transition: background-color 0.4s, border-radius 0.4s;
}

.phone-input.focus,
.phone-input.show-list {
  background-color: #F0F5FF;
}

.phone-input.show-list {
  border-radius: 6px 6px 0px 0px;
}

.phone-input::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 214px;
  border-radius: 6px 6px 8px 8px;
  box-shadow: 0px 4px 8px rgba(4, 5, 5, 0.08);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.phone-input.show-list::before {
  opacity: 1;
  pointer-events: auto;
}

.phone-input__side {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 56px;
  padding: 0px 15px 0px 16px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.phone-input__side::before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  right: -1px;
  bottom: 11px;
  border-right: 1px solid #D6D6D6;
}

.phone-input__side img {
  display: block;
  width: 16px;
  min-width: 16px;
  margin-right: 8px;
}

.phone-input__side span {
  width: 20px;
  font-family: Medium;
  font-size: 14px;
  text-transform: uppercase;
}

.phone-input__side::after {
  content: '';
  display: block;
  width: 10px;
  min-width: 10px;
  height: 6px;
  margin-left: 9px;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNSA0TDkgMSIgc3Ryb2tlPSIjMDAwNkZGIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==');
}

.phone-input.show-list .phone-input__side::after {
  -webkit-transform: rotate(180deg) translateY(1px);
  transform: rotate(180deg) translateY(1px);
}

.phone-input input {
  position: relative;
  z-index: 1;
  border-radius: 0;
}

.input_not-valid .phone-input {
  background-color: #FFEBEB;
}

.phone-input input,
.input_not-valid.input_not-valid .phone-input input {
  background-color: transparent !important;
}

/* #FA5252 */
.iti--allow-dropdown {
  width: 100%;
}

.iti__flag-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 6px 6px 8px 8px;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}

.phone-input.show-list .iti__flag-container {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.iti__country-list {
  height: 158px;
  padding: 19px 16px;
  overflow: auto;
  scrollbar-color: #e0e0e0 #f5f5f5;
  scrollbar-width: thin;
  scrollbar-margin: 10px;
}

.iti__country-list::-webkit-scrollbar {
  width: 4px;
}

.iti__country-list::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
}

.iti__country-list::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.iti__country {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 16px;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.iti__country-list li+li {
  margin-top: 16px;
}

.iti__country[role="separator"] {
  height: 1px;
  background-color: #D6D6D6;
  pointer-events: none;
}

.iti__country img {
  display: block;
  width: 16px;
  min-width: 16px;
  margin-right: 12px;
}

.iti__country[aria-selected="true"]::after {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  width: 11px;
  height: 10px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEwLjc1OTMgMS42NTA3TDQuMDU2NTYgOS40NzA2MUwwLjI5Mjk2OSA1LjcwNzAyTDEuNzA3MTggNC4yOTI4MUwzLjk0MzU5IDYuNTI5MjJMOS4yNDA4MiAwLjM0OTEyMUwxMC43NTkzIDEuNjUwN1oiIGZpbGw9IiMwMDA2RkYiLz48L3N2Zz4=');
}

.form_disabled input[type="submit"],
.form_disabled .button {
  background-color: #CCCCCC;
  pointer-events: none;
}

.form_disabled .button_arrow .button__inner span {
  background-color: rgb(195, 195, 195);
}

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

  .input_text input:hover,
  .countries-select__val:hover,
  .phone-input:hover {
    background-color: #F0F5FF;
  }

  .input_radio:hover label:before,
  .input_checkbox:hover label:before {
    border-color: #0006FF;
  }

  .input_on-dark-bg input:hover {
    background-color: #FAFAFA;
  }

  .iti__country:hover {
    color: #999999;
  }
}

@media screen and (max-width: 1250px) {
  .checkboxes-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }

  .checkboxes-list .input {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 760px) {
  .input_text {
    width: 100% !important;
  }

  .input_text input,
  .phone-input__side {
    height: 48px;
  }

  .input_text .input__error {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.2px;
  }

  .input_text:after {
    top: 47px;
    right: 15px;
  }

  .input_text textarea {
    padding-right: 16px;
  }

  .countries-select__val-text .pc-text {
    display: none;
  }

  .countries-select__val-text .mobile-text {
    display: block;
  }

  .countries-select__list-container input {
    height: 40px;
    padding-left: 48px;
    background-position: 15px center;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04IDJDNC42ODYyOSAyIDIgNC42ODYyOSAyIDhDMiAxMS4zMTM3IDQuNjg2MjkgMTQgOCAxNEMxMS4zMTM3IDE0IDE0IDExLjMxMzcgMTQgOEMxNCA0LjY4NjI5IDExLjMxMzcgMiA4IDJaTTAgOEMwIDMuNTgxNzIgMy41ODE3MiAwIDggMEMxMi40MTgzIDAgMTYgMy41ODE3MiAxNiA4QzE2IDEyLjQxODMgMTIuNDE4MyAxNiA4IDE2QzMuNTgxNzIgMTYgMCAxMi40MTgzIDAgOFoiIGZpbGw9IiNCOEI4QjgiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy4yOTMgMTguNzA3MUwxMi4yOTMgMTMuNzA3MUwxMy43MDcyIDEyLjI5MjlMMTguNzA3MiAxNy4yOTI5TDE3LjI5MyAxOC43MDcxWiIgZmlsbD0iI0I4QjhCOCIvPgo8L3N2Zz4K');
  }

  .iti__country-list {
    height: 168px;
  }

  .iti__country-list li+li {
    margin-top: 14px;
  }

  .radios-list {
    display: block;
  }

  .radios-list .input {
    margin-bottom: 19px;
  }

  .radios-list .input+.input {
    margin-left: 0px;
  }

  .radios-list:last-child {
    margin-bottom: 0;
  }

  .radios-list span {
    display: none;
  }

  .checkboxes-list {
    display: block;
    margin: 0;
  }

  .checkboxes-list .input:last-child {
    margin-bottom: 0;
  }

  .input_checkbox label {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.2px;
  }
}

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

  .count-input .minus,
  .count-input .plus {
    width: 40px;
    height: 40px;
    border-radius: 1px 0px 0px 1px;
  }

  .count-input input {
    width: 38px;
  }
}

.countries-select__val a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  color: #040505;
}

.country-link {
  color: #040505;
}

.country-link:hover {
  color: #999999;
}

.all-block {
  display: flex;
}
.subscribe {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  width: 1200px;
  padding: 38px 38px 50px 38px;
  margin: 0px auto 168px auto;
  border-radius: 6px;
  border: 2px solid #040505;
}

.subscribe__left {
  width: 500px;
}

.subscribe__left img {
  display: block;
  margin-bottom: 16px;
}

.subscribe__left .caption {
  margin-bottom: 12px;
}

.subscribe .socials-list {
  margin-top: 25px;
}

.socials-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -0.2px;
}

.socials-list__list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-left: 16px;
}

.socials-list__list li+li {
  margin-left: 4px;
}

.socials-list__list a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #f5f5f5;
}

.socials-list__list a svg {
  display: block;
}

.socials-list__list a svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.subscribe__right {
  width: 536px;
  padding-top: 7px;
}

.subscribe-form-wrapper {
  position: relative;
  margin-bottom: 0px;
}

.subscribe-form-wrapper-fin .subscribe-form {
  pointer-events: none;
  opacity: 0;
}

.subscribe-form-wrapper .subscribe-form {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.subscribe-form-thanks {
  position: absolute;
  top: 40px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  transition-delay: 0.4s;
}

.subscribe-form-wrapper-fin .subscribe-form-thanks {
  opacity: 1;
  pointer-events: auto;
}

.subscribe-form-thanks:before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #1f1f1f;
  margin-bottom: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS4xMjEyIDEuOTk2NTFMNy4zOTc2NyAxNS4xODU1TDAuOTM5NDUzIDguNzI3MjlMMy4wNjA3NyA2LjYwNTk3TDcuMjY5MjIgMTAuODE0NEwxNi44NzkgMC4wMDM0MTc5N0wxOS4xMjEyIDEuOTk2NTFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
}

.subscribe-form-label {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}

.subscribe-form__inputs {
  display: flex;
  justify-content: space-between;
}

.subscribe-form__inputs .button {
  margin-top: 28px;
}

.input-email {
  display: flex;
  flex-direction: column;
  width: 405px;
  position: relative;
}

.input-email input {
  display: block;
  width: 100%;
  height: 56px;
  border: none;
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 0 16px;
  font-size: 16px;
  font-family: Medium;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.subscribe-form__inputs input[type="submit"] {
  display: block;
  width: 123px;
  height: 56px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-family: Bold;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.input-email input::placeholder {
  color: #aaacad;
}

.subscribe-form__recaptcha {
  margin-top: 16px;
}

.links-container {
  margin-top: 24px;
  font-size: 12px;
  line-height: 20px;
  color: #999;
}

.subscribe .input_text {
  margin-bottom: 0;
}

@media screen and (max-width: 1250px) {
  .subscribe {
    width: 700px;
    display: block;
    padding-top: 44px;
    margin-bottom: 145px;
  }

  .subscribe__left {
    position: relative;
    width: auto;
    padding-left: 90px;
    margin-bottom: 12px;
  }

  .subscribe__left img {
    position: absolute;
    left: 0;
  }

  .subscribe .socials-list {
    display: block;
    margin: 30px 0px 25px -90px;
  }

  .subscribe .socials-list__list {
    margin: 10px 0px 0px 0px;
  }

  .subscribe__form .input {
    width: 475px;
  }

  .subscribe__right {
    width: auto;
  }

  .input-email {
    width: 475px;
  }
}

@media screen and (max-width: 760px) {
  .subscribe {
    width: auto;
    margin: 0px 20px 128px 20px;
    padding: 22px;
  }

  .subscribe__left {
    padding: 0;
    margin: 0px 0px 24px 0px;
  }

  .subscribe__left img {
    position: static;
  }

  .subscribe__left br {
    display: none;
  }

  .subscribe .socials-list {
    margin: 0;
  }

  .subscribe .socials-list p {
    display: none;
  }

  .subscribe .socials-list__list {
    margin: 24px 0px 0px 0px;
  }

  .socials-list__list li+li {
    margin-left: 8px;
  }

  .subscribe__right {
    padding: 0;
  }

  .subscribe-form__inputs {
    flex-direction: column;
  }

  .subscribe-form__inputs .button {
    margin-top: 0;
  }

  .input-email {
    width: 100%;
    margin-bottom: 0 !important;
  }

  .subscribe-form__inputs input[type="submit"] {
    width: 100%;
    margin-top: 16px;
  }

  .subscribe-form__recaptcha {
    width: 100%;
  }

  .subscribe-form__recaptcha img {
    width: 100%;
  }

  .links-container {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 390px) {
  .g-recaptcha {
    transform-origin: left top;
    transform: scale(0.9);
  }
}

@media screen and (max-width: 360px) {
  .g-recaptcha {
    transform-origin: left top;
    transform: scale(0.8);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #0309d0;
  border: none;
  font-size: 1px;
  color: transparent;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.dark-bg .slick-arrow {
  background-color: #1463ff;
}

.slick-prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYuNzA2OTYgMTMuNzA3TC0wLjAwMDE1MDY4MSA2Ljk5OTkyTDYuNzA2OTYgMC4yOTI4MThMOC4xMjExNyAxLjcwNzAzTDMuODI4MjggNS45OTk5MkwxMy40MTQxIDUuOTk5OTJMMTMuNDE0MSA3Ljk5OTkyTDMuODI4MjggNy45OTk5Mkw4LjEyMTE3IDEyLjI5MjhMNi43MDY5NiAxMy43MDdaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==);
}

.slick-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYuNzA3MTEgMC4yOTI5NjlMMTMuNDE0MiA3LjAwMDA4TDYuNzA3MTEgMTMuNzA3Mkw1LjI5Mjg5IDEyLjI5M0w5LjU4NTc5IDguMDAwMDhIMFY2LjAwMDA4SDkuNTg1NzlMNS4yOTI4OSAxLjcwNzE4TDYuNzA3MTEgMC4yOTI5NjlaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==);
}

@media screen and (min-width: 1000px) {
  .slick-prev:hover,
  .slick-next:hover {
    background-color: #071e99;
  }

  .dark-bg .slick-prev:hover,
  .dark-bg .slick-next:hover {
    background-color: #0c3782;
  }
}

@media screen and (max-width: 1250px) {
  .slick-arrow {
    width: 48px;
    height: 48px;
  }

  .slick-prev {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjI5MjYxIDAuMTUwMTQ2TDAuNDQyNjUxIDYuMDAwMTFMNi4yOTI2MSAxMS44NTAxTDcuNzA2ODMgMTAuNDM1OUw0LjI3MTA4IDcuMDAwMTFIMTIuMTQyNlY1LjAwMDExSDQuMjcxMDhMNy43MDY4MyAxLjU2NDM2TDYuMjkyNjEgMC4xNTAxNDZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  }

  .slick-next {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjcwNzM5IDAuMTUwMTQ2TDEyLjU1NzMgNi4wMDAxMUw2LjcwNzM5IDExLjg1MDFMNS4yOTMxNyAxMC40MzU5TDguNzI4OTIgNy4wMDAxMUgwLjg1NzQyMlY1LjAwMDExSDguNzI4OTJMNS4yOTMxNyAxLjU2NDM2TDYuNzA3MzkgMC4xNTAxNDZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  }
}

.main-blog-slider__item:hover .caption a {
    opacity: 0.8;
}

.main-blog-slider {
    position: relative;
    width: 1200px;
    margin: 0px auto 80px auto;
}

.main-blog-slider .slick-prev {
    top: 231px;
    left: -28px;
}

.main-blog-slider .slick-next {
    top: 231px;
    right: -28px;
}

.main-blog-slider .slick-list {
    overflow: hidden;
    border-radius: 6px;
}

.main-blog-slider__item {
    position: relative;
    overflow: hidden;
}

.main-blog-slider__item * {
    pointer-events: none;
}

.main-blog-slider__item a {
    pointer-events: auto;
}

.main-blog-slider__item > a {
    display: block;
}

.main-blog-slider__item-bg {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.main-blog-slider__item-content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 300px;
    background: linear-gradient(
            0deg,
            #050505 0%,
            rgba(5, 5, 5, 0.5) 81.25%,
            rgba(5, 5, 5, 0) 100%
    );
    padding: 55px 56px 50px 56px;
}

.main-blog-slider__item .categories-list {
    max-width: 500px;
    margin-bottom: 16px;
}

.main-blog-slider__item .caption {
    max-width: 830px;
    color: #fff;
    margin-bottom: 32px;
}

.main-blog-slider__item .caption a {
    color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.main-blog-slider__item-info {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-left: 2px;
}

.main-blog-slider__item-info div {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-right: 26px;
}

.main-blog-slider__item-info div:last-child {
    margin-right: 0;
}

.main-blog-slider__item-info img,
.main-blog-slider__item-info svg {
    display: block;
    max-width: 18px;
    height: auto;
    margin-right: 10px;
}

.slick-arrow {
    position: absolute;
    z-index: 1;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #0309d0;
    border: none;
    font-size: 1px;
    color: transparent;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.dark-bg .slick-arrow {
    background-color: #1463ff;
}

.slick-prev {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYuNzA2OTYgMTMuNzA3TC0wLjAwMDE1MDY4MSA2Ljk5OTkyTDYuNzA2OTYgMC4yOTI4MThMOC4xMjExNyAxLjcwNzAzTDMuODI4MjggNS45OTk5MkwxMy40MTQxIDUuOTk5OTJMMTMuNDE0MSA3Ljk5OTkyTDMuODI4MjggNy45OTk5Mkw4LjEyMTE3IDEyLjI5MjhMNi43MDY5NiAxMy43MDdaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==);
}

.slick-next {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYuNzA3MTEgMC4yOTI5NjlMMTMuNDE0MiA3LjAwMDA4TDYuNzA3MTEgMTMuNzA3Mkw1LjI5Mjg5IDEyLjI5M0w5LjU4NTc5IDguMDAwMDhIMFY2LjAwMDA4SDkuNTg1NzlMNS4yOTI4OSAxLjcwNzE4TDYuNzA3MTEgMC4yOTI5NjlaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==);
}

.slick-prev:hover,
.slick-next:hover {
    background-color: #071e99;
}

.dark-bg .slick-prev:hover,
.dark-bg .slick-next:hover {
    background-color: #0c3782;
}

.main-blog-slider__item-bg {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.main-blog-slider__item {
    display: block !important;
}

@media screen and (max-width: 1250px) {
    .main-blog-slider {
        width: 700px;
    }

    .main-blog-slider .slick-prev {
        top: 50%;
        left: -20px;
        margin-top: -28px;
    }

    .main-blog-slider .slick-next {
        top: 50%;
        right: -20px;
        margin-top: -28px;
    }

    .main-blog-slider__item-bg {
        height: 470px;
    }

    .main-blog-slider__item-content {
        padding: 55px 50px 50px 50px;
        min-height: auto;
    }

    .main-blog-slider__item .caption {
        font-size: 42px;
        line-height: 42px;
    }
}

@media screen and (max-width: 760px) {
    .main-blog-slider .slick-prev,
    .main-blog-slider .slick-next {
        width: 48px;
        height: 48px;
    }
    .main-blog-slider {
        position: relative;
        width: auto;
        margin: 0px 20px 32px 20px;
    }

    .main-blog-slider:after {
        content: "";
        display: block;
        position: absolute;
        top: 168px;
        left: 0;
        right: 0;
        bottom: 0;
        border: 1px solid #e5e5e5;
        border-top: none;
        border-radius: 0px 0px 5px 5px;
        pointer-events: none;
    }

    .main-blog-slider .slick-prev {
        left: -10px;
    }

    .main-blog-slider .slick-next {
        right: -10px;
    }

    .main-blog-slider .slick-prev,
    .main-blog-slider .slick-next {
        top: 60px;
        margin-top: 0;
    }

    .main-blog-slider__item * {
        pointer-events: auto;
    }

    .main-blog-slider__item-bg {
        height: 168px;
    }

    .main-blog-slider__item-content {
        position: static;
        padding: 16px 16px 24px 16px;
        background: none;
    }

    .main-blog-slider__item-content .categories-list,
    .main-blog-slider__item-content .tags-form ul {
        margin: 0px -4px 12px 0px;
    }

    .main-blog-slider__item .caption {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -1px;
        margin-bottom: 22px;
    }

    .main-blog-slider__item .caption a {
        color: #040505;
    }

    .main-blog-slider__item-info div {
        color: #999999;
    }

    .main-blog-slider__item-info .fill {
        fill: #999999;
    }

    .main-blog-slider__item-info div .stroke {
        stroke: #999999;
    }

    .slick-arrow {
        width: 48px;
        height: 48px;
    }
}

