.ttl {
    text-align: center;
    color: #8a5639;
    font-size: 28px;
    font-family: 'OpenSans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 23px;
}

.search-wrap {
    margin: 0 0 49px 0;
    position: relative;
    z-index: 11;
}

.search-inn {
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.19);
    background: #fff;
}

.main-section {
    padding: 52px 0 61px 0;
    font-family: 'OpenSans', sans-serif;
    font-weight: 200;
}

.countries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.countries__item {
    width: calc(20% - 9px);
    color: #000;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.19);
    background: #fff;
}

.button:hover {
    background-color: #ce2225;
}

.button {
    display: block;
    margin: 31px auto 0 auto;
    background-color: #e52529;
    border: none;
    color: #fff !important;
    font-family: 'OpenSans', sans-serif;
    font-weight: 200;
    width: 275px;
    border-radius: 2px;
    font-size: 16px;
    text-align: center;
    padding: 15px 20px;
}

.button.button--sm {
    width: 190px;
}

.countries__bottom * {
    display: inline-block;
    vertical-align: middle;
}

.countries__bottom span {
    line-height: 17px;
    font-size: 17px;
}

.countries__bottom img {
    margin-right: 10px;
}

.countries__bottom {
    padding: 10px 18px;
    display: block;
}

.countries__img img {
    width: 100%;
    height: 100%;
    border-radius: 2px 2px 0 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.countries__img {
    width: 100%;
    border-radius: 2px 2px 0 0;
    height: 143px;
    display: block;
}

.vocation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.vocation__item span::after {
    content: '\f054';
    font-size: 13px;
    font-weight: bold;
    margin-left: 7px;
    font-family: "Font Awesome 5 Free";
}

.vocation__item span {
    position: absolute;
    line-height: 53px;
    display: block;
    padding-left: 24px;
    width: 100%;
    bottom: 23px;
    background-color: #643200;
}

.vocation__item {
    width: calc(25% - 1px);
    position: relative;
    background-position: center;
    background-size: cover;
    font-size: 20px;
    color: #fff !important;
    height: 285px;
    margin-bottom: 10px;
}

.about-txt {
    color: #404040;
    font-size: 16px;
    line-height: 33px;
}

.news__list {
    margin-bottom: 27px;
}

.news__right {
	font-size: 18px;
    padding: 0 26px 0 34px;
    width: calc(100% - 360px);
}

.news__left {
    width: 360px;
    padding-right: 30px;
}

.news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content_inn {
    font-size: 16px;
}

.content_inn h1, .content_inn h2, .content_inn h3, .content_inn h4 {
    font-size: 110%;
    margin-top: 10px;
}

.content_inn div, .content_inn p {
    color: #000;
    line-height: 25px;
    margin-bottom: 5px;
}

.content_inn ol li:not(:last-of-type), .content_inn ul li:not(:last-of-type) {
    margin-bottom: 5px;
}

.content_inn ul li::before {
    content: '\f111';
    position: absolute;
    left: 0;
    color: #e52529;
    top: 0;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    font-size: 6px;
    display: inline-block;
    border-radius: 100%;
}

.content_inn ul li {
    position: relative;
    padding-left: 15px;
    color: #404040;
    font-size: 14px;
    font-family: 'OpenSans', sans-serif;
    line-height: 24px;
}

.content_inn ol li {
    color: #404040;
    font-family: 'OpenSans', sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.content_inn ol {
    margin: 20px 0 10px;
    list-style-type: decimal;
    list-style-position: inside;
}

.B_crumbBox {
    display: inline-block;
    color: #404040;
    margin-bottom: 30px;
    font-size: 11px;
    font-family: 'OpenSans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}


@media screen and (max-width: 1140px) {
    .search-wrap {
        margin: -52px 0 30px 0;
    }

    .search-inn {
        border-radius: 0 0 5px 5px;
    }

    .news .left {
        text-align: center !important;
    }

    .news {
        padding: 0 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .news .button.button--sm {
        margin: 0 auto 40px auto !important;
    }

    .news__left, .news__right {
        width: auto;
        padding: 0;
    }

    .vocation__item {
        font-size: 13px;
    }

    .vocation__item span {
        padding-left: 20px;
    }

    .vocation__item span::after {
        font-size: 7px;
    }

    .countries__bottom span {
        font-size: 13px;
        line-height: 23px;
    }
}

@media screen and (max-width: 767px) {

    .vocation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .countries {
        padding: 0 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .vocation__item {
        width: auto;
        margin-bottom: 1px;
    }

    .countries__item {
        width: auto;
        margin-bottom: 20px;
    }

    .vocation__item span {
        padding-left: 24px;
    }

    .countries__bottom span {
        line-height: 17px;
        font-size: 17px;
    }

    .vocation__item {
        font-size: 20px;
    }

    .vocation__item span::after {
        font-size: 13px;
    }
}