@import url('//fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
.main {
    overflow: hidden;
}

.mob-hide-to-load {
    opacity: 0;
}

.mob-hide-to-load.loaded {
    opacity: 1;
}

.main-header__wraper {
    box-shadow: 0px 10px 50px rgb(0 0 0 / 10%);
}

.main-header__wraper {
    padding-bottom: 0;
    padding-top: 0;
}

.header-nav-menu-restyle-wrap .container {
    position: relative;
}

.mob-hide-to-load {
    opacity: 0;
}

.mob-hide-to-load.loaded {
    opacity: 1;
}

@media only screen and (min-width:1250px) {
    .header-nav-menu-restyle-wrap .container,
    .container-1220 {
        width: 1220px;
    }
    .container-1190 {
        width: 1190px;
    }
}

.header-nav-menu-restyle-wrap-top-part>* {
    display: block;
    float: left;
}

.header-nav-menu-restyle-wrap-top-part {
    position: relative;
    display: table;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ECECEC;
}

.header-logo-wrapp {
    display: table;
    margin-right: 60px;
}

.header-logo-wrapp img {
    width: 180px;
    height: 40px;
    object-fit: contain;
    object-position: left;
}

.header-search-wrapp {
    position: relative;
    /* width: calc(100% - 318px); */
    width: calc(100% - 240px);
}

.header-search-wrapp .search-input {
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.header-search-wrapp #searchsubmit {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -19px;
    padding: 0;
}

.header-search-wrapp img {
    width: 16px;
    height: 16px;
}

.header-socials-wrapp {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -11px;
}

.header-socials-wrapp a {
    display: inline-block;
    margin-right: 16px;
}

.header-socials-wrapp a:last-child {
    margin-right: 0;
}

.header-socials-wrapp img {
    width: 18px;
    height: 18px;
}

.header-nav-menu__nav-item-link {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    padding: 12px 10px;
    /* text-transform: uppercase; */
    color: rgba(35, 31, 32, 1);
}

.section-title a {
    text-decoration: underline !important;
    color: rgba(35, 31, 32, 1)!important;
    transition: all .3s ease;
}

.section-title a:hover {
    color: #0057b8!important;
}

.last-posts-sidebar {
    overflow: auto;
}

.last-posts-sidebar .post-item-title-link,
.last-posts__post-item-date,
.last-posts__date-title .section-title.last-posts__section-title span {
    font-size: 14px;
}

#true_loadmore {
    display: none;
}

.loadmore {
    position: relative;
    cursor: pointer;
    display: table;
    margin: 0 auto;
    background-color: #0057b8;
    color: #fff;
    padding: .8em 1.6em;
    text-decoration: none!important;
    /* text-transform: uppercase; */
    float: none;
    margin-bottom: 30px;
    transition: all .3s;
    font-size: 1em;
    min-width: 90px;
    text-align: center;
}

.loadmore.active {
    color: #0057b8;
}

.loadmore i {
    display: none;
}

.loadmore.active i {
    position: absolute;
    display: block;
    font-size: 20px;
    left: 50%;
    margin-left: -13px;
    top: 50%;
    margin-top: -11px;
}

.last-posts__date-title.dubl {
    display: none;
}

.blog__post-item-content .post-item-title {
    flex-direction: column;
}

@media only screen and (min-width:992px) {
    .mobile-menu-toggle {
        display: none;
    }
    .header-nav-menu__nav-item:first-child .header-nav-menu__nav-item-link {
        padding-left: 0;
    }
    .header-nav-menu__nav-item:last-child .header-nav-menu__nav-item-link {
        padding-right: 0;
    }
    .header-logo-wrapp-mobile {
        display: none;
    }
}

.menu-item-has-children .angle {
    top: 14px;
    right: -5px;
}

@media only screen and (max-width:992px) {
    .header-logo-wrapp {
        display: none;
    }
    /* .header-logo-wrapp {
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .header-logo-wrapp img {
        width: 300px;
        height: auto;
    } */
    .header-logo-wrapp-mobile {
        display: table;
        float: left;
        padding: 20px 0;
    }
    .header-logo-wrapp-mobile img {
        width: 170px;
        height: 40px;
        object-fit: contain;
        object-position: left;
    }
    /* .mobile-menu-toggle {
        position: absolute;
        right: 5px;
        bottom: -53px;
    }
    .mobile-menu-toggle */
    .mobile-menu-toggle {
        /* position: relative;
        display: block; */
        position: absolute;
        right: 5px;
        bottom: -54px;
        min-width: 26px;
        height: 20px;
        /* margin-left: 20px; */
    }
    .mobile-menu-toggle span {
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        top: 50%;
        left: 0;
        border-radius: 5px;
        margin-top: -1px;
        background: #333;
        transition: all .3s ease;
    }
    .mobile-menu-toggle::after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        top: 0;
        left: 0;
        border-radius: 5px;
        background: #333;
        transition: all .3s ease;
    }
    .mobile-menu-toggle::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        border-radius: 5px;
        background: #333;
        transition: all .3s ease;
    }
    .mobile-menu-toggle.active span {
        opacity: 0;
    }
    .mobile-menu-toggle.active::after {
        top: 10px;
        transform: rotate(-45deg);
    }
    .mobile-menu-toggle.active::before {
        bottom: 8px;
        transform: rotate(45deg);
    }
    .header-socials-wrapp {
        top: auto;
        right: 0px;
        margin-top: 0;
        bottom: 29px;
    }
    .header-search-wrapp {
        width: calc(100%);
    }
    .mobile-menu {
        display: block!important;
    }
    .mobile-menu .header-nav-menu {
        display: none;
        width: 100%;
    }
    ul.header-nav-menu__nav-list {
        display: table;
    }
}


/* change news view */

.blockNews,
.wrapArticles {
    display: block;
}

.blockNews>article,
.wrapArticles>article {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.blockNews>article .post-item-thumb:not(.blog-item-thumb),
.wrapArticles>article .post-item-thumb:not(.blog-item-thumb) {
    width: 40%;
    float: left;
}


/* .blockNews>article .post-item-thumb:not(.blog-item-thumb)>.post-item-date,
.wrapArticles>article .post-item-thumb:not(.blog-item-thumb)>.post-item-date {
    right: auto;
    left: 10px;
} */

.custom-page-tpl .post-item-date {
    right: 10px;
    left: auto;
}

.blockNews>article .post-item-thumb:not(.blog-item-thumb) img,
.wrapArticles>article .post-item-thumb:not(.blog-item-thumb) img {
    object-fit: cover;
}

.blockNews>article .post-item-content:not(.blog__post-item-content),
.wrapArticles>article .post-item-content:not(.blog__post-item-content) {
    width: 60%;
    float: left;
}

.blog__post-item-content {
    padding: 20px;
}

.author-link__wrap {
    margin-bottom: 10px;
}

.blog__post-item-content .post-item-text {
    margin-bottom: 7px;
}

.author-avatar {
    text-align: left;
}

.author-avatar img {
    object-fit: cover;
    width: 80px;
    height: 80px;
}

.last-blog-posts__content .select-blog-item {
    display: none;
}

.last-blog-posts__content .last-blog-items {
    width: 100%;
}

.blog-item-content-wrapp .post-item-title {
    margin-bottom: 6px;
}

.post-item {
    width: 100%;
}

.post-item-author {
    margin-bottom: 0;
}

@media only screen and (min-width:992px) {
    .post-item-author {
        width: 100px;
        float: left;
    }
    .blog-item-content-wrapp {
        width: calc(100% - 100px);
        float: left;
    }
    .main-footer>.row>div:nth-child(2) .footer-nav {
        /* min-width: calc(100% + 50px); */
        width: 100%;
    }
}


/* @media only screen and (max-width:991px) {
    .post-item{
        width: 100%;
    }
} */

@media only screen and (max-width:767px) {
    .blockNews>article .post-item-thumb:not(.blog-item-thumb),
    .wrapArticles>article .post-item-thumb:not(.blog-item-thumb),
    .blockNews>article .post-item-content,
    .wrapArticles>article .post-item-content {
        width: 100%;
        clear: both;
    }
    .blockNews>article .post-item-content:not(.blog__post-item-content),
    .wrapArticles>article .post-item-content:not(.blog__post-item-content) {
        width: 100%;
        float: left;
    }
    .copyright-text {
        margin-bottom: 10px;
    }
}

@font-face {
    font-family: Gorilla;
    font-display: swap;
    src: url(https://ua.semantic-corpus.com/wp-content/themes/Skeptik/fonts/GorillaFont.ttf);
}

.copyright-gorilla a {
    font-family: Gorilla;
    transition: all .3s ease;
    color: #fff;
    opacity: 0.9;
    text-decoration: none!important;
}

.copyright-gorilla a:hover {
    opacity: 1;
}

.footer-info-text a {
    display: block;
    margin-top: 12px;
    font-size: 12px;
    text-decoration: underline;
    color: #fff;
    transition: all .3s ease;
}

.footer-info-text a:hover {
    opacity: 0.9;
}

@media only screen and (min-width:767px) {
    /* .copyright .row>div:nth-child(2) {
        text-align: center;
    } */
    .copyright .row>div:nth-child(2) {
        text-align: right;
    }
}

@media only screen and (max-width:767px) {
    .copyright .row>div:nth-child(2) {
        margin-top: 5px;
    }
    .footer-nav {
        display: block;
        width: 100%;
    }
    .footer-nav-menu__nav-list>li {
        text-align: left;
    }
}

footer {
    position: relative;
    background-position: center;
    background-size: cover;
}

footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 1;
}

footer>* {
    position: relative;
    z-index: 2;
}

.error-page-container {
    min-height: calc(100vh - 470px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.article-more-link {
    display: flex;
    align-items: center;
    margin-top: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    color: #000000;
    text-decoration: none!important;
    transition: all .3s ease;
}

.article-more-link:hover {
    color: #0057b8;
}

.article-more-link img,
.article-more-link svg {
    margin-left: 6px;
    transition: all .3s ease;
}

.article-more-link svg * {
    transition: all .3s ease;
}

.article-more-link:hover svg * {
    fill: #0057b8;
}

.addtoany_content_bottom {
    margin-top: 32px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.addtoany_content_bottom-page {
    position: relative;
    width: calc(100% - 30px);
    left: 15px;
}

.custom-page-tpl {
    overflow: hidden;
}

.custom-page-tpl h1,
.custom-page-tpl h2,
.custom-page-tpl h3,
.custom-page-tpl h4,
.custom-page-tpl h5,
.custom-page-tpl h6 {
    padding-top: 6px;
    padding-bottom: 16px;
    font-size: 24px;
    line-height: 1.3;
    color: rgba(35, 31, 32, 1);
}

.custom-page-tpl p {
    /* margin-bottom: 30px;
    font-style: normal; */
    font-weight: 400;
    /* font-size: 18px; */
    line-height: 150%;
    color: rgba(35, 31, 32, 1);
}

.custom-page-tpl a {
    text-decoration: underline;
    color: #0057B7;
    transition: all.3s ease;
}

.custom-page-tpl a:hover {
    color: #fcd405;
}

hr {
    border-top: 1px solid #ddd;
}

.custom-page-tpl blockquote {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #555555;
    padding-left: 20px;
    margin: 20px 0;
    border-left: 1px solid #ddd;
}

.custom-page-tpl ul,
.custom-page-tpl ol {
    padding-left: 18px;
    margin: 12px 0;
}

.custom-page-tpl ul li {
    list-style-type: disc;
}

.custom-page-tpl ol li {
    list-style-type: decimal;
}

.addtoany_share_save_container .addtoany_header {
    margin-bottom: 15px;
    font-weight: bold;
}

.addtoany_share_save_container a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #0057B7;
    border-radius: 4px;
}

.addtoany_share_save_container a img,
.addtoany_share_save_container a svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    transition: all .3s ease;
}

.addtoany_share_save_container a:hover svg {
    fill: #fcd405;
}

.copy-link-to-share.active::after {
    content: "\f00c";
    position: absolute;
    display: inline-block;
    /* top: 6px;
    left: 0px; */
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #29d732;
    z-index: 2;
}

.empty-search-results {
    font-size: 18px;
    margin-top: 20px;
}

.footer-socials {
    display: table;
    width: 100%;
    margin: 30px 0;
    clear: both;
}

.footer-socials a {
    display: block;
    float: left;
    margin-right: 20px;
}

.footer-socials a img,
.footer-socials a svg {
    width: 26px;
    height: 26px;
    fill: #fff;
    transition: all .3s ease;
}

.footer-socials a:hover svg {
    fill: #fcd405;
}

.mobile-menu .footer-socials {
    display: table;
    width: 100%;
    margin: 15px 0;
    clear: both;
}

.mobile-menu .footer-socials a {
    margin-right: 15px;
}

.mobile-menu .footer-socials a svg {
    fill: #555;
}

.mobile-menu .footer-socials a:hover svg {
    fill: #0057B7;
}

.main-slider__slide-item {
    position: relative;
}

.main-slider__slide-item .slider-item-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

body {
    background: #fff;
}

.post-title {
    font-size: 32px;
    line-height: 1.2;
    color: rgba(35, 31, 32, 1);
}

.content-on-main__post-item .post-item-title .post-item-title-link {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.post-item-title.main-slider__slide-item-title>a {
    font-weight: 700;
}

.page-content .owl-stage-outer {
    overflow: visible;
}

.single-post-stories-blocks .owl-stage-outer {
    overflow: hidden;
}

.page-content .owl-stage-outer img {
    cursor: pointer;
    width: 100%;
    height: 400px;
    object-fit: contain;
    object-position: center;
}

.page-content .owl-stage-outer .owl-item {
    display: block;
    float: left;
}

.restyle-news-content-gallery {
    overflow: hidden;
}

.restyle-news-content-gallery .owl-nav.disabled,
.restyle-news-content-gallery .owl-dots.disabled {
    display: none;
}

.restyle-news-content-gallery .owl-dots {
    text-align: center;
}

.restyle-news-content-gallery .owl-dots .owl-dot {
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
}

.restyle-news-content-gallery .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #0057B8;
    margin: 0 5px;
    transition: all .3s ease;
}

.restyle-news-content-gallery .owl-dots .owl-dot:hover span,
.restyle-news-content-gallery .owl-dots .owl-dot.active span {
    background: #0057B8;
}

.restyle-news-content-gallery-hidden {
    display: none;
}

.custom-page-tpl blockquote.blue-quote {
    background: #0057B8;
    padding: 24px;
    border: none;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
}

.custom-page-tpl blockquote.blue-quote * {
    color: #FFFFFF;
}

.custom-page-tpl .download-button {
    display: table;
    margin-top: 20px;
    padding: 12px 24px;
    background: #FCD405;
    border: 2px solid #FCD405;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    color: #231F20 !important;
    text-decoration: none;
    transition: all .3s ease;
}

.custom-page-tpl .download-button:hover {
    background: rgba(0, 0, 0, 0);
    color: #FCD405 !important;
}

.custom-page-tpl *,
.post-item-text,
.home-first-block .home-first-block-text p,
.home-first-block .home-first-block-text p *,
.footer-info-text {
    font-family: 'Lato', sans-serif;
}

.clear {
    width: 100%;
    clear: both;
}

.single-post-subtitle-text {
    margin-top: -10px;
    margin-bottom: 20px;
}

.single-post-subtitle-text * {
    /* font-style: normal; */
    font-weight: 500!important;
    font-size: 16px;
    line-height: 150%;
    color: #231F20;
}

.single-post-stories-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #231F20;
    margin-top: -16px;
    margin-bottom: 20px;
}

.single-post-stories-blocks {
    position: relative;
    padding-bottom: 40px;
}

.single-post-stories-blocks .owl-stage-outer {
    overflow: visible;
    transition: all 0.3s ease;
}

.single-post-stories-blocks .owl-nav.disabled,
.single-post-stories-blocks .owl-dots.disabled {
    display: none;
}

.single-post-stories-blocks .owl-dots {
    position: absolute;
    display: table;
    height: auto;
    width: 100%;
    left: 0;
    bottom: 0px;
    text-align: center;
}

@media only screen and (max-width:767px) {
    .single-post-stories-blocks .owl-dots {
        bottom: -20px;
    }
}

.single-post-stories-blocks .owl-dots .owl-dot {
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
}

.single-post-stories-blocks .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #0057B8;
    margin: 0 5px;
    transition: all .3s ease;
}

.single-post-stories-blocks .owl-dots .owl-dot:hover span,
.single-post-stories-blocks .owl-dots .owl-dot.active span {
    background: #0057B8;
}

.single-post-stories-blocks .single-post-stories-block {
    padding: 24px;
    background: #FCD405;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.single-post-stories-blocks .single-post-stories-block-top-part-date {
    width: 150px;
    float: left;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #231F20;
}

.single-post-stories-blocks .single-post-stories-block-top-part-location {
    width: 150px;
    float: right;
    margin-bottom: 16px;
    text-align: right;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #231F20;
}

.single-post-stories-blocks .single-post-stories-block-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #231F20;
}

.single-post-stories-blocks .single-post-stories-block-text p:last-child {
    margin-bottom: 0;
}


/* fly btn */

.single-post-fly-btn-wrapp {
    position: fixed;
    bottom: 50px;
    z-index: 10;
}

.single-post-fly-btn-close {
    cursor: pointer;
    position: absolute;
    width: 12px;
    height: 12px;
    right: 0px;
    top: -28px;
    z-index: 11;
}

@media only screen and (max-width:480px) {
    .single-post-fly-btn-close {
        right: 30px;
    }
}

.single-post-fly-btn-close>* {
    width: 100%;
    height: 100%;
}

.single-post-fly-links {
    display: none;
}

.single-post-fly-links-inner {
    position: relative;
    top: -8px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 87, 184, 0.25);
}

.single-post-fly-links-inner a {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-decoration: none!important;
    text-align: center;
    color: #231F20;
    font-family: 'Lato', sans-serif;
    transition: all .3s ease;
}

.single-post-fly-links-inner a:not(:last-child) {
    margin-bottom: 20px;
}

.single-post-fly-links-inner a:hover {
    color: #0057B8;
}

.single-post-fly-btn {
    cursor: pointer;
    display: table;
    width: auto;
    min-width: 280px;
    padding: 16px;
    background: #FCD405;
    box-shadow: 0px 0px 20px rgba(0, 87, 184, 0.25);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #231F20;
    text-align: center;
    transition: all .3s ease;
}


/* .single-post-fly-btn:hover {
    background: #0057B8;
    color: #fff;
} */

@media only screen and (max-width:767px) {
    .single-post-fly-btn-wrapp {
        right: auto;
        bottom: 50px;
        top: auto;
        left: 50%;
        margin-left: -100px;
    }
}

@media only screen and (max-width:480px) {
    .single-post-fly-btn-wrapp {
        width: calc(100% - 0px);
        min-width: calc(100% - 0px);
        left: auto;
        margin-left: 15px!important;
    }
    .single-post-fly-btn {
        width: calc(100% - 30px);
        min-width: calc(100% - 30px);
    }
}


/* post author */

.single-post-author-wrapp {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 20px;
    border-top: 2px solid #E9E9E9;
    border-bottom: 2px solid #E9E9E9;
}


/* .single-post-author-wrapp a {
    display: flex;
    align-items: center;
    width: 100%;
} */

.single-post-author-img {
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 24px;
}

.single-post-author-img img {
    width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-post-author-content {
    float: left;
    width: calc(100% - 144px);
}

.single-post-author-content-without-img {
    width: 100%;
}

.single-post-author-content span {
    display: block;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    line-height: 100%;
    color: #808080;
}

.single-post-author-content .single-post-author-content-title {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    color: #231F20!important;
}

.single-post-author-content .single-post-author-content-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-decoration: none;
    color: #231F20!important;
}


/* post top part */

.single-post-top-part {
    display: table;
    width: 100%;
}

.single-post-top-part .single-post-top-part-category {
    display: table;
    width: auto;
    max-width: 50%;
    float: left;
    margin-bottom: 20px;
    padding: 12px;
    background: #0057B8;
}

.single-post-top-part .single-post-top-part-category a {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-decoration: none!important;
    color: #FCD405;
    transition: all .3s ease;
}

.single-post-top-part .single-post-top-part-category a:hover {
    color: #fff;
}

.single-post-top-part .single-post-top-part-category a::after {
    content: ', '
}

.single-post-top-part .single-post-top-part-category a:last-child::after {
    display: none
}

.single-post-top-part .single-post-top-part-date {
    display: table;
    width: auto;
    max-width: 50%;
    float: right;
    margin-bottom: 20px;
    padding: 16px 12px;
    background: #E9E9E9;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #231F20;
}