/* -----------------------------------------------------------------------------------

General
___________

----------------------------------------------------------------------------------- */

.main-page {
    margin-top: 54px;
}

.element_title .title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #000000;
}

@media (min-width: 768px) {
    .main-page {
        margin-top: 104px;
        margin-bottom: 85px;
    }

    .element_title .title {
        font-size: 40px;
        line-height: 1.1;
    }
}

/* -----------------------------------------------------------------------------------

Hero
___________

----------------------------------------------------------------------------------- */
#hero {
    padding: 10px;
}

#hero .content_wrapper {
    border-radius: 10px;
    text-align: center;
    padding: 43px 40px 62px;
}

#hero .content_wrapper .main_title {
    display: block;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 10px;
}

#hero .content_wrapper .sub_title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

@media (min-width: 768px) {
    #hero {
        padding: 0;
    }

    #hero .content_wrapper {
        border-radius: 0;
        padding: 43px 0 62px;
    }

    #hero .content_wrapper .main_title {
        font-size: 50px;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    #hero .content_wrapper .sub_title {
        font-size: 24px;
    }
}

/*homepage-search-box*/
.homepage-search-box {
    margin-top: -31px;
}

.homepage-search-box .search-form {
    max-width: 730px;
    height: 60px;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    margin-bottom: 15px;
}

.homepage-search-box .search-form .input-group {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    position: relative;
}

.homepage-search-box .search-form #home_search_query {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    padding-right: 23px;
    box-shadow: none;
}

.homepage-search-box .search-form .input-group .input-group-btn {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: var(--main-color);
    padding: 14px;
    z-index: 5;
    text-align: center;
    transition: all 0.4s ease;
}

.homepage-search-box .search-form .input-group .input-group-btn:hover {
    background: #000;
}

.homepage-search-box .search-form .input-group .input-group-btn:after {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url(../img/search_icon_white.svg) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.homepage-search-box .search-form .input-group .input-group-btn #search-btn {
    display: block;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    text-align: center;
    padding: 0;
    font-size: 0;
    margin: 0;
    line-height: 1;
}

@media (min-width: 768px) {
    .homepage-search-box {
        margin-top: -21px;
    }

    .homepage-search-box .search-form .input-group .input-group-btn {
        left: 4px;
        top: 5px;
        width: 135px;
        height: 50px;
    }

    .homepage-search-box .search-form .input-group .input-group-btn #search-btn {
        text-align: right;
        padding-right: 25px;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
    }

    .homepage-search-box .search-form .input-group .input-group-btn:after {
        right: auto;
        left: 19px;
    }
}

/*end of homepage-search-box*/

/*popular_expressions*/
.popular_expressions {
    max-width: 730px;
    margin: 0 auto;
    text-align: center;
}

.popular_expressions .search_expression {
    display: inline-flex;
    padding: 6px 11px;
    border-radius: 4px;
    border: solid 1px var(--main-color);
    margin-left: 2px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #000000;
}

@media (min-width: 768px) {
    .popular_expressions {
        text-align: right;
    }
}

/*end of popular_expressions*/

/* -----------------------------------------------------------------------------------

Boxes Element
___________

----------------------------------------------------------------------------------- */
.boxes_element {
    margin: 15px 0;
    padding: 0 10px;
}

.boxes_element .box_item .icon_wrapper {
    padding-top: 10px;
}

.boxes_element .box_item .icon_wrapper img {
    max-width: 100%;
    height: auto;
}

.boxes_element .box_item .content_wrapper .title {
    font-size: 20px;
    font-weight: 600;
    text-align: right;
}

.boxes_element .box_item .content_wrapper .content p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.29;
    text-align: right;
    color: #959eab;
}

@media (min-width: 768px) {
    .boxes_element {
        margin-top: 58px;
        padding: 0;
    }

    .boxes_element .box_item .icon_wrapper {
        padding-top: 0;
        max-width: 85px;
    }

    .boxes_element .box_item .content_wrapper {
        padding-left: 40px;
    }
}

/* -----------------------------------------------------------------------------------

Gold Phrases Element
___________

----------------------------------------------------------------------------------- */
.gold_phrases_element .element_title {
    margin-bottom: 32px;
}

.gold_phrase_item {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: all 0.4s ease;
}

.gold_phrase_item:hover {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    transition: all 0.4s ease;
}

.gold_phrase_item .link_wrapper {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.gold_phrase_item .link_wrapper:hover {
    opacity: 1;
}

.gold_phrase_item .content_box {
    display: block;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 12px 22px 21px 41px;
}

.gold_phrase_item .content_box .title {
    margin-bottom: 10px;
}

.gold_phrase_item .content_box .title span {
    font-size: 18px;
    line-height: 1.11;
    font-weight: bold;
    margin-left: 3px;
}

.gold_phrase_item .content_box .title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(../img/article_arrow_left.svg) no-repeat center;
    background-size: 100%;
    position: relative;
    top: -1px;
}

.gold_phrase_item .content_box .cta_button {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}

@media (min-width: 768px) {
    .gold_phrases_element {
        margin-top: 48px;
        margin-bottom: 80px;
    }

    .gold_phrases_element .element_title {
        margin-bottom: 47px;
    }

    .gold_phrase_item {
        height: 307px;
    }

    .gold_phrase_item .link_wrapper {
        padding: 18px;
    }

    .gold_phrase_item .content_box .title span {
        font-size: 24px;
        line-height: 1;
    }
}

/* -----------------------------------------------------------------------------------

Recent Articles
___________

----------------------------------------------------------------------------------- */
#recent-articles {
    margin-bottom: 75px;
}

.recent-articles-wrap {
    margin-bottom: 16px;
}

.recent-articles .article_item {
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 25px 40px 0 rgba(209, 215, 222, 0.5);
    background-color: #ffffff;
    margin-bottom: 10px;
}

.recent-articles .article_item .image_wrapper {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
}

.recent-articles .article_item .article_date {
    display: inline-block;
    border-radius: 4px;
    background-color: #f1f3f8;
    padding: 3px 11px;
    font-size: 12px;
    font-weight: 600;
    color: #959eab;
    margin-bottom: 7px;
}

.recent-articles .article_item .article_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.11;
    text-align: right;
    color: #000000;
}

.recent-articles .article_item .article_title:hover {
    color: var(--main-color);
}

.recent-articles .article_item .article_content {
    display: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    text-align: right;
    color: #000000;
}
.recent-articles .big-article .article_content {
    font-size: 20px;
}
.to-all-articles {
    text-align: center;
}

.to-all-articles a {
    display: inline-block;
    padding: 15px 39px 14px;
    border-radius: 4px;
    border: solid 2px var(--main-color);
    background-color: #ffffff;
    color: var(--main-color);
}

.to-all-articles a:hover {
    color: #fff;
    background: var(--main-color);
}

@media (min-width: 992px) {
    #recent-articles {
        margin-bottom: 132px;
    }

    .recent-articles-wrap {
        margin-bottom: 40px;
    }

    .recent-articles .article_item {
        padding: 10px 10px 19px;
        margin-bottom: 0;
    }

    .recent-articles .article_item.pos_1 {
        margin-bottom: 10px;
    }

    .recent-articles .article_item .image_wrapper {
        height: 220px;
        margin-bottom: 10px;
    }

    .recent-articles .article_item .article_date {
        padding: 6px 18px;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .recent-articles .article_item .article_title {
        font-size: 20px;
        line-height: 1.33;
        margin-bottom: 8px;
    }

    .recent-articles .article_item.big-article .article_title {
        font-size: 24px;
    }

    .recent-articles .article_item .article_content {
        display: block;
    }
}

/*big-article*/
.recent-articles .big-article {
    padding-bottom: 28px;
}

.recent-articles .big-article .image_wrapper {
    height: 336px;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .recent-articles .big-article {
        height: 100%;
        padding-bottom: 19px;
    }
}

/*end of big-article*/

/* -----------------------------------------------------------------------------------

Forum Element
___________

----------------------------------------------------------------------------------- */
#forum-section {
    margin-bottom: 44px;
}

/*forum-banner*/
#forum-section .forum-banner {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to right, rgba(24, 215, 101, 0), var(--main-color) 61%);
    padding: 36px 25px;
    margin-bottom: 20px;
    position: relative;
}

#forum-section .banner_bg {
    display: block;
    position: absolute;
    width: 99%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

#forum-section .forum-banner .title {
    text-align: right;
    color: #fff;
}

#forum-section .forum-banner .element_content {
    margin-bottom: 16px;
}

#forum-section .forum-banner .element_content .content,
#forum-section .forum-banner .element_content .content p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.38;
    text-align: right;
    color: #ffffff;
    margin: 0;
}

#forum-section .forum-banner .forum_link {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    border-radius: 2px;
    background-color: #000000;
    padding: 13px 40px;
}

@media (min-width: 768px) {
    #forum-section .forum-banner .element_content .content,
    #forum-section .forum-banner .element_content .content p {
        font-size: 20px;
    }

    #forum-section .forum-banner,
    #forum-section .forum-banner p {
        margin-bottom: 31px;
    }
}

/*end of forum-banner*/

/*form_manager_wrapper*/
#forum-section .form_manager_wrapper {
    display: flex;
    margin-bottom: 20px;
}

#forum-section .form_manager_profile {
    display: inline-flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 55px;
    border: solid 2px #000;
}

#forum-section .form_manager_profile img {
    max-width: 100%;
    border-radius: 100%;
}

#forum-section .forum-manager-info {
    display: inline-flex;
    flex-flow: column;
    padding-right: 10px;
}

#forum-section .forum-manager-info p {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    color: #000000;
    margin: 0;
}

#forum-section .forum-manager-info a {
    font-weight: bold;
    color: #000000;
}

#forum-section .other-forum {
    display: inline-flex;
    border-radius: 4px;
    border: solid 1px var(--main-color);
    background-color: #f2fff8;
    padding: 11px;
    color: #000;
}

@media (min-width: 768px) {
    #forum-section .form_manager_wrapper {
        display: block;
        text-align: center;
        padding-top: 48px;
    }

    #forum-section .form_manager_profile {
        display: inline-flex;
        width: 180px;
        height: 180px;
        border-radius: 100%;
        padding: 10px;
        border-width: 4px;
        margin-bottom: 10px;
    }

    #forum-section .forum-manager-info {
        display: block;
    }

    #forum-section .forum-manager-info p {
        text-align: center;
    }

    #forum-section .forum-manager-info .manager_name {
        font-size: 24px;
        margin-bottom: 5px;
    }

    #forum-section .forum-manager-info .description {
        font-size: 16px;
        max-width: 360px;
        margin: 0 auto;
    }
}

/*end of form_manager_wrapper*/

/*topic-box*/
#forum-section .topic-box {
    border-radius: 10px;
    background-color: #f8f8f8;
    position: relative;
    padding: 20px;
    margin-bottom: 10px;
}

#forum-section .topic-box:before {
    content: "";
    display: block;
    width: 6px;
    height: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: var(--main-color);
    position: absolute;
    right: 0;
    top: 0;
}

#forum-section .topic-box .topic-metadata {
    color: #959eab;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.29;
    margin-bottom: 5px;
}

#forum-section .topic-title .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.39;
    text-align: right;
    color: #000000;
}

#forum-section .topic-title .title:hover {
    color: var(--main-color);
}

#forum-section .topic-text p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.38;
    text-align: right;
    color: #000000;
}

#forum-section .other-forums {
    margin: 20px;
}

#forum-section .other-forum {
    font-size: 14px;
    font-weight: 600;
    color: var(--main-color);
    text-align: center;
    border-radius: 4px;
    border: solid 1px var(--main-color);
    background-color: #f2fff8;
    padding: 6px 10px;
    margin-left: 2px;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    #forum-section .other-forums {
        margin: 13px;
    }
}

/*end of topic-box*/

/* -----------------------------------------------------------------------------------

Businesses
___________

----------------------------------------------------------------------------------- */
#businesses {
    background-image: linear-gradient(to bottom, #f2f5f8, #ffffff);
    padding: 47px 0;
}

#businesses .recent-businesses-wrap .element_title {
    margin-bottom: 20px;
}

#businesses .recent-businesses-wrap .title {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}

#businesses .recent-businesses-wrap .recent-businesses {
    padding: 0 8px;
    margin-bottom: 56px;
}

.recent-businesses-wrap .business_item {
    padding: 10px 10px 30px;
    border-radius: 10px;
    background-color: #ffffff;
}

.recent-businesses-wrap .business_item .image-wrap {
    height: 200px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;
}

.recent-businesses-wrap .business_item .image-wrap img {
    min-height: 100%;
    border-radius: 4px;
}

.business_item .content-wrap .business-title a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    color: #000;
    line-height: 1.2;
}

.business_item .content-wrap {
    margin-bottom: 10px;
    padding: 0 20px;
}

.business_item .content-wrap .address {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.29;
    text-align: right;
    color: #b8bec7;
    margin-bottom: 2px;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.business_item .content-wrap .desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.29;
    text-align: right;
    color: #000000;
}

.business_item .phone-wrap {
    border-radius: 4px;
    background-color: var(--main-color);
    height: 50px;
    line-height: 50px;
    max-width: 100%;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: 0 20px;
}

.business_item .phone-wrap:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("../img/phone_icon.svg") no-repeat center;
    position: absolute;
    right: 13px;
    top: 16px;
}

.business_item .phone-wrap .placeholder {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
}

.business_item .phone-wrap .phone {
    display: none;
}

#businesses .owl-carousel .owl-nav button.owl-next,
#businesses .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    right: -12px;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    box-shadow: 0 4px 5px 0 rgb(58 68 88 / 20%);
    border: solid 1px #e2ebff;
    background: url(../img/right-arrow.png) no-repeat center;
    background-size: 50%;
    background-color: #ffffff;
    outline: none;
    opacity: 1;
}

#businesses .owl-carousel .owl-nav button.owl-prev {
    right: auto;
    left: -12px;
    transform: rotate(180deg);
}

#businesses .owl-carousel .owl-nav button span {
    display: none;
}

#businesses .owl-dots {
    text-align: center;
}

#businesses .owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 0 0 5px;
    border-radius: 40px;
    background-color: #cedbe9;
}

#businesses .owl-carousel button.owl-dot.active {
    width: 30px;
    background-color: var(--main-color);
}

@media (min-width: 768px) {
    #businesses {
        padding: 94px 0 49px;
    }

    #businesses .recent-businesses-wrap .title {
        font-size: 40px;
    }

    .recent-businesses-wrap .business_item {
        box-shadow: 0 25px 40px 0 rgb(209 215 222 / 50%);
        margin-bottom: 54px;
    }

    #businesses .owl-carousel .owl-nav button.owl-next,
    #businesses .owl-carousel .owl-nav button.owl-prev {
        width: 60px;
        height: 60px;
        right: -40px;
        top: 39%;
    }

    #businesses .owl-carousel .owl-nav button.owl-prev {
        right: auto;
        left: -40px;
    }
}

/*area-links-wrapper*/
.area-links-wrapper {
    padding: 0 20px;
}

#businesses .area-links-wrapper .sub_title {
    margin-bottom: 20px;
}

#businesses .area-links-wrapper .sub_title .title {
    font-size: 18px;
    font-weight: bold;
}

.area-links-wrapper .area-links {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #bfbfbf;
}

.area-links-wrapper .area-links .link_item {
    display: inline-flex;
    flex: 0 0 50%;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.71;
    text-align: right;
    color: #3d77ff;
    padding: 9px 0;
}

@media (min-width: 768px) {
    #businesses .area-links-wrapper .sub_title .title {
        font-size: 24px;
    }

    .area-links-wrapper .area-links .link_item {
        flex: 0 0 25%;
        padding: 0;
    }
}

/*end of area-links-wrapper*/

/* -----------------------------------------------------------------------------------

Why Us Section
___________

----------------------------------------------------------------------------------- */
#why-us {
    margin-bottom: 55px;
}
#why-us .inner-wrapper {
    border-radius: 10px;
    border: solid 1px var(--main-color);
    background-color: #f2fff8;
    padding: 23px 13px;
    max-width: 389px;
    margin: 0 auto;
}

#why-us .title-wrapper .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    color: #2a2a2a;
    margin-bottom: 24px;
}

#why-us .subtitle-wrapper .subtitle {
    font-size: 16px;
    /*font-weight: 600;*/
    line-height: 1.38;
    color: #000000;
    margin-bottom: 47px;
}

#why-us .checkBoxes-wrapper {
    padding-bottom: 21px;
}

#why-us .checkBox-item {
    margin-bottom: 35px;
}

#why-us .checkBox-item .icon-wrapper {
    display: inline-block;
}

#why-us .checkBox-item .icon-wrapper img {
    max-width: 29px;
    vertical-align: bottom;
}

#why-us .checkBox-item .check-title {
    display: inline-block;
}

#why-us .checkBox-item .check-title .title {
    font-size: 20px;
    color: var(--main-color);
    line-height: 1.3;
    /* font-weight: 600; */
}

#why-us .checkBox-item .check-subtitle .subtitle {
    font-size: 16px;
    line-height: 1.38;
    font-weight: 700;
    color: #000000;
    margin-top: 6px;
}

#why-us .contact {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.46;
    color: #0c0c0c;
}

#why-us .contact .phone_num {
    color: var(--main-color);
}

#why-us .counter-item {
    display: inline-block;
    text-align: center;
}

#why-us .counter-item:last-child {
    margin-bottom: 25px;
}

#why-us .counter-item .icon-wrapper {
    display: block;
    vertical-align: top;
    max-width: 45px;
    width: 100%;
    margin: 0 auto;
}

#why-us .counter-item .content-wrapper {
    display: inline-block;
}

#why-us .counter-item .counter-num {
    color: var(--main-color);
    font-size: 26px;
    font-weight: 600;
    direction: ltr;
    line-height: 1.1;
}

#why-us .counter-item .text {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    #why-us .inner-wrapper {
        padding: 73px 70px 64px;
        max-width: 1256px;
    }

    #why-us .title-wrapper .title {
        font-size: 40px;
        line-height: 1.1;
    }

    #why-us .right-content {
        padding-left: 25px;
    }

    #why-us .subtitle-wrapper .subtitle {
        font-size: 20px;
        line-height: 1.1;
    }

    #why-us .checkBox-item {
        margin-bottom: 24px;
    }

    #why-us .contact {
        font-size: 24px;
    }

    #why-us .counter-wrapper {
        margin-top: 35px;
    }

    #why-us .counter-item {
        display: block;
        text-align: right;
        margin-bottom: 70px;
    }

    #why-us .counter-item .icon-wrapper {
        display: inline-block;
        max-width: 66.7px;
        margin-left: 24px;
    }

    #why-us .counter-item .counter-num {
        font-size: 54px;
    }

    #why-us .counter-item .text {
        font-size: 24px;
    }
}

@media screen and (min-width: 992px) {
    #why-us {
        margin-bottom: 115px;
    }
    .counter-wrapper {
        margin-top: 0;
    }
}

/* -----------------------------------------------------------------------------------

Promoted Article
___________

----------------------------------------------------------------------------------- */

.promoted_article iframe {
    display: flex;
    width: 100%;
    height: 1000px;
    overflow: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.promoted_article iframe::-webkit-scrollbar {
    display: none;
}
