.section-heading {
    color: #3b4555;
    text-align: center;
    position: relative;
    padding: 12px 0;
    display: inline-block;
    font-size: 32px;
    line-height: 38px;
    min-width: 360px;
    max-width: 1020px
}

@media screen and (max-width:375px) {
    .section-heading {
        line-height: 24px;
        min-width: 274px;
        font-size: 22px
    }
}

.section-heading span {
    font-weight: 500
}

.section-heading:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    margin-left: -50%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #dedede), to(transparent));
    background: linear-gradient(90deg, transparent 0, #dedede 50%, transparent)
}

.subsection-heading {
    display: none;
    font-size: 24px;
    line-height: 32px;
    color: #f86b55;
    font-weight: 500;
    padding: 20px 0 4px
}

@media screen and (max-width:560px) {
    .subsection-heading {
        padding: 0
    }
}

.nav-mobile__wrap {
    background-color: #3b4555;
    display: none;
    padding: 16px 0
}

@media screen and (max-width:780px) {
    .nav-mobile__wrap {
        display: block
    }
}

.nav-mobile {
    position: relative;
    border: 1px solid #e2e2e2;
    max-width: 280px;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;
    padding: 0 10px 
}

.nav-mobile a {
    display: block;
    cursor: pointer;
    line-height: 30px;
    color: #3b4555;
    text-align: left
}

.navigation-mobile__list {
    display: none;
    position: absolute;
    top: 54px;
    left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e2e2e2;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .2);
    padding: 10px 20px;
    z-index: 3
}

.navigation-mobile__item ul {
    padding-left: 16px
}

.navigation-mobile__item li {
    list-style-type: disc;
    line-height: 37px;
    font-weight: 300
}

navigation-mobile__link a:hover {
    color: #f86b55
}

.navigation-mobile__list.open {
    display: block
}

.navigation-mobile__list a:hover {
    color: #f86b55
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor
}

.icon-angle-down {
    font-size: .6rem;
    width: 1.66667em
}

.icon-eye {
    font-size: 1rem;
    width: 1.5969em
}

.icon-fb,
.icon-google {
    font-size: 4rem;
    width: 1em
}

.icon-google-play {
    font-size: 59.241rem;
    width: 3.37604em
}

.icon-instagram,
.icon-twitter,
.icon-vk,
.icon-youtube {
    font-size: 4rem;
    width: 1em
}

.icon-angle-down,
.icon-angle-down--rotate {
    width: 10px;
    height: 6px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -3px
}

.icon-angle-down--rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.hidden {
    display: none
}

.blog {
    text-align: center
}

@media screen and (max-width:780px) {

    .blog .divider,
    .blog .section-heading {
        display: none
    }

    .blog .nav-mobile,
    .blog .subsection-heading {
        display: block
    }
}

.blog__wrap {
    max-width: 1200px;
    margin: 30px auto 0;
}

@media screen and (max-width:780px) {
    .blog__wrap {
        margin: 0 auto
    }
}



.blog__inner {
    margin-left: -15px;
    margin-right: -15px;
    margin: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.blog__content,
.blog__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.blog__content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(79% - 30px);
    justify-content: space-between;
}

@media screen and (max-width:960px) {
    .blog__content {
        width: calc(66.66666666666667% - 30px)
    }
}

@media screen and (max-width:780px) {
    .blog__content {
        width: calc(100% - 30px)
    }
}

@media screen and (max-width:960px) {
    .blog__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:560px) {
    .blog__content {
        width: calc(100% - 6px);
        margin: 0
    }
}

.post-prev {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    position: relative;
    margin: 2px;
    width: 49.4%;

}

@media screen and (max-width:960px) {
    .post-prev {
        width: calc(100% - 30px);
        width: calc(100% - 4px)
    }
}

.post-prev img {
    width: 100%;
    display: block
}

.post-prev:hover .post-prev__desc {
    padding: 16px 16px 14px
}

.post-prev__desc {
    background-color: rgba(0, 0, 0, .7);
    text-align: left;
    padding: 10px 16px 14px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: padding .3s;
    transition: padding .3s
}

@media screen and (max-width:375px) {
    .post-prev__desc {
        padding: 4px 10px 8px
    }
}

.post-prev__head {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
    display: block;
    white-space: nowrap
}

@media screen and (max-width:375px) {
    .post-prev__head {
        font-size: 14px
    }
}

.post-prev__meta {
    color: #fff;
    font-size: 12px;
    line-height: 14px
}

.meta__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -6px;
    padding: 0
}

.meta__list :last-child {
    border-right: none
}

.meta__item {
    list-style-type: none;
    padding: 0 6px;
    border-right: 1px solid #fff
}

.meta__item a {
    color: #fff
}

.meta__item a:hover {
    text-decoration: underline
}

.post-prev__hit {
    position: absolute;
    bottom: 50%;
    margin-bottom: -10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.post-prev__hit span {
    color: #fff;
    padding: 0 10px
}

.post-prev__hit .icon-eye {
    fill: hsla(0, 0%, 100%, .5);
    width: 16px;
    height: 10px
}

.blog-post__wrap {
    max-width: 1200px;
    margin: 0 auto
}

.blog-post__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 30px 0 0;
    margin: 0
}

.blog-post__inner a {
    color: #f86b55
}

.blog-post__inner a:hover {
    text-decoration: underline
}

@media screen and (max-width:780px) {
    .blog-post__inner {
        padding: 0
    }
}

.blog-post {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(75% - 30px)
}

@media screen and (max-width:960px) {
    .blog-post {
        width: calc(66.66666666666667% - 30px)
    }
}

@media screen and (max-width:780px) {
    .blog-post {
        width: calc(100% - 30px)
    }
}

.blog-post__header h1 {
    line-height: 40px;
    color: #3b4555;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 10px
}

@media screen and (max-width:780px) {
    .blog-post__header h1 {
        line-height: 30px;
        font-size: 24px
    }
}

.blog-post__meta-list {
    padding: 0
}

.blog-post__meta-list :last-child {
    border-right: none
}

.blog-post__meta-item {
    list-style-type: none;
    padding: 0 6px;
    margin: 2px 0;
    border-right: 1px solid #3b4555;
    display: inline-block
}

.blog-post__meta-item a:hover {
    color: #f86b55
}

.blog-post__meta-link {
    color: #88909d;
    text-decoration: underline
}

.blog-post__media {
    margin: 20px auto
}

.blog-post__media img {
    width: 100%
}

.blog-post__body {
    color: #3b4555;
    font-family: Verdana, proxima nova
}

.blog-post__body h2 {
    font-size: 26px;
    font-weight: 500
}

.blog-post__body h3 {
    font-size: 23px;
    font-weight: 500
}

.blog-post__body p {
    margin: 12px auto;
    text-align: justify;
    font-size: 16px;
    line-height: 22px
}

@media(max-width: 500px) {
    .blog-post__body p {
    margin: 5px auto;
    font-size: 15px;
    }
    .blog-post__body ul,
    .blog-post__header ul {
        margin:5px 0;
    }
}
.blog-post__body img {
    width: 100%;
    display: block;
    margin:0 auto;
}
@media(min-width: 1000px) {
   .blog-post__body .img30 {
        width: 30%;
    }
   .blog-post__body .img40 {
        width: 40%;
    }
    .blog-post__body .img50 {
        width: 50%;
    }
    .blog-post__body .img60 {
        width: 60%;
    }
    .blog-post__body .img70 {
        width: 70%;
    }
    .blog-post__body .img80 {
        width: 80%;
    }
    .blog-post__body .img90 {
        width: 90%;
    } 
}

.blog-post__footer {
    text-align: center;
    padding: 30px 0
}

.blog-post__footer p {
    font-size: 20px;
    padding: 10px 0
}

.right-bar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: calc(21% - 30px)
}

@media screen and (max-width:960px) {
    .right-bar {
        width: calc(33.333333333333336% - 30px)
    }
}

@media screen and (max-width:780px) {
    .right-bar {
        width: calc(100% - 30px);
        display: none
    }
}

.widget {
    border: 1px solid #e8e8e8;
    border-bottom: none;
    margin-bottom: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.widget__title {
    text-transform: uppercase
}

.widget__title,
.widget__title--lowercase {
    background-color: #f4f4f4;
    padding: 14px;
    text-align: left;
    font-size: 18px;
    font-weight: 500
}

.widget__title--lowercase {
    text-transform: none
}

.widget__list {
    text-align: left;
    padding: 0;
    margin: 0
}

.widget__list li:last-child {
    margin: 0;
    padding: 0 6px
}

.widget__item {
    list-style-type: none;
    border-bottom: 1px solid #e8e8e8;
    display: block;
    margin-left: 6px;
    margin-right: 6px
}

.widget__item a {
    padding: 10px;
    display: block;
    color: #000;
    font-weight: 300;
    font-family: proxima nova;
}

.widget__item a:hover {
    color: #f86b55
}

.bottom-items {
    background: #f4f4f4;
    padding: 20px 1px;
    color: #3b4555
}

.bottom-items__title {
    font-size: 24px;
    margin: 20px 0;
    font-weight: 500
}

.bottom-items__group {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bottom-items__group,
.bottom-items__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch
}

.bottom-items__item {
    -ms-flex-preferred-size: calc(33% - 16px);
    flex-basis: calc(33% - 16px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    margin: 0 0 20px
}

.bottom-items__img {
    width: 100%
}

.bottom-items__img img {
    width: 100%;
    display: block
}

.bottom-items__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #fff;
    border: 1px solid #e4e3e3;
    border-top: none;
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.bottom-items__text {
    font-size: 17px;
    line-height: 22px;
    margin: 10px 0 0;
    display: block;
    word-wrap: break-word
}

.bottom-items__date {
    color: #8f909a;
    font-size: 13px;
    margin: 10px 0
}

.info-line {
    padding: 0 15px;
    background: -webkit-gradient(linear, left top, right top, from(#0c2247), to(#662f26));
    background: linear-gradient(90deg, #0c2247 0, #662f26);
    color: #fff
}

.info-line__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 25px 0
}

.info-line__half {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px)
}

.info-line__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.info-line__icon {
    fill: #fff;
    width: 42px;
    min-width: 42px;
    height: 32px;
    margin-right: 30px
}

.info-line__title {
    font-size: 24px;
    font-weight: 600
}

.info-line__text {
    font-size: 16px
}

.info-line__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.info-line__field {
    font-family: proxima nova;
    font-weight: 500;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 340px;
    background: #fff;
    border: none;
    border-radius: 5px;
    padding: 16px;
    margin-right: 30px
}

.info-line__button,
.info-line__field {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px
}

.info-line__button {
    text-transform: uppercase;
    font-weight: 600;
    width: 200px;
    border: 2px solid #fff;
    border-radius: 27px;
    padding: 17px 10px;
    text-align: center;
    background: hsla(0, 0%, 100%, 0);
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
    cursor: pointer
}

.info-line__button:hover {
    background: #fff;
    color: #662f26
}

@media screen and (max-width:960px) {
    .bottom-items .blog-post {
        width: auto
    }

    .info-line__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .info-line__half {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .info-line__content {
        margin-bottom: 25px
    }
}

@media screen and (max-width:700px) {
    .bottom-items__item {
        -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px)
    }
}

@media screen and (max-width:525px) {
    .bottom-items__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .info-line__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .info-line__field {
        max-width: none;
        margin: 0 0 15px
    }

    .info-line__button {
        margin: 0 auto
    }
}