a {
    color: #060590;
}

.s__main {
    overflow: hidden;
}

.cont-img {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}

.cont-img img {
    width: 100%;
}

.title {
    font-weight: bold;
    color: #F00;
    font-size: 50px;
    margin-top: 95px;
    text-align: center;
}
.download {
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
    border-radius: 5px;
    background-color: #0299ff;
    border: none;
    cursor: pointer;
    font-size: 20px;
    outline: 0;
}

.review {
    max-width: 100%;
    margin-top: 10px;
}

.o-cmr .link {
    font-weight: bold;
}

.o-cmr .link:hover {
    color: #BF2219;
}

.content-img {
    display: block;
    margin: 0 auto 22px;
    max-width: 100%;
}

.citata {
    justify-content: space-between;
    width: 100%;
    padding: 30px 0px 0;
    margin: 22px auto;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.citata .side-photo {
    display: inline-block;
    vertical-align: top;
    max-width: 30%;
    margin: 0 auto;
}

.citata .citata-text {
    width: 65%;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.citata .citata-text::after {
    content: '”';
    line-height: 100px;
    font-size: 150px;
    font-weight: 700;
    color: rgba(182, 0, 7, 0.2);
    position: absolute;
    right: 10px;
    bottom: 30px;
}
.citata .after::after {
  bottom: 0px;
}
.citata .citata-text::before {
    content: '“';
    line-height: 100px;
    font-size: 150px;
    font-weight: 700;
    color: rgba(182, 0, 7, 0.2);
    position: absolute;
    left: 10px;
    top: 10px;
}

.citata .citata-text p {
    font-style: italic;
    text-indent: 20px;
}

.sign {
    text-align: center;
    background-color: #eee;
    width: 100%;
    margin: 0 auto;
    padding: 6px 8px;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 22px;
}

a:hover {
    color: rgb(176, 73, 59);
}

a:focus {
    outline: medium none;
}

input {
    outline: 0px none;
}

img {
    outline: medium none;
}

.c-app-nav::after,
.c-app-nav::before,
.c-bar::after,
.c-bar::before,
.c-nav-extra::after,
.c-nav-extra::before,
.c-post-info::after,
.c-post-info::before,
.c-switcher-box::after,
.c-switcher-box::before,
.o-cmr::after,
.o-cmr::before,
.o-jumbotron::after,
.o-jumbotron::before,
.o-row-sm::after,
.o-row-sm::before,
.o-row::after,
.o-row::before {
    content: "";
    display: table;
}

.c-app-nav::after,
.c-bar::after,
.c-nav-extra::after,
.c-post-info::after,
.c-switcher-box::after,
.o-cmr::after,
.o-jumbotron::after,
.o-row-sm::after,
.o-row::after {
    clear: both;
}

.c-app-nav,
.c-post-stats,
.c-social-list {
    padding-left: 0px;
    list-style: outside none none;
}



.i-view-light {
    background-position: -35px -44px;
    width: 18px;
    height: 11px;
}

.i-ii {
    display: block;
}

@media (max-width: 1023px) {
    h1 {
        font-size: 27px;
    }

    h2 {
        font-size: 22px;
    }

    h4 {
        font-size: 13px;
    }
}

.nav>li>span {
    color: rgb(0, 0, 0);
}

@media (max-width: 1023px) {
    .nav {
        font-size: 12px;
    }
}

.nav-tabs>li>span {
    display: block;
    border-width: 0px 1px ! important;
    color: rgb(102, 102, 102);
    background: rgb(226, 226, 226) none repeat scroll 0% 0%;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 9px 11px;
    text-align: center;
    cursor: pointer;
}

.nav-tabs>li>span:focus,
.nav-tabs>li>span:hover {
    background: rgba(226, 226, 226, 0.5) none repeat scroll 0% 0%;
    border-right-color: rgba(226, 226, 226, 0.5);
}

.nav-tabs>li.active>span {
    color: rgb(51, 51, 51);
}

.nav-tabs>li+li>span {
    border-left-color: rgb(245, 245, 245);
}

.nav-tabs.u-flex-justify-x>li>span {
    margin-right: 0px;
    text-align: center;
}

@media (max-width: 1023px) {
    .nav-tabs>li>span {
        font-size: 7px;
        padding-left: 6px;
        padding-right: 6px;
    }
}

.text-hide {
    position: absolute;
    margin: 0px;
}

body {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

*::-moz-selection {
    background-color: rgb(198, 243, 254);
}

h1,
h2 {
    margin-top: 23px;
    margin-bottom: 22px;
}

@media (min-width: 1280px) {

    h1,
    h2 {
        margin-top: 30px;
        margin-bottom: 33px;
    }
}

p,
ul {
    margin-bottom: 22px;
}

abbr[title] {
    border-bottom: 0px none;
    text-decoration: none;
    cursor: default;
}

@media (min-width: 1366px) {
    .container {
        width: 1341px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1575px;
    }
}

.o-wrap {
    padding-left: 54px;
    padding-right: 54px;
}

@media (max-width: 1365px) {
    .o-wrap {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.o-row-sm {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

.o-row-flex {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.o-col-flex {
    padding-left: 15px;
    padding-right: 15px;
}

.o-row-sm-flex {
    margin-left: -7px;
    margin-right: -7px;
}

.o-row-sm-flex .o-col-flex {
    padding-left: 7px;
    padding-right: 7px;
}

.c-sidebar-wrap {
    float: right;
    width: 285px;
    font-family: Ubuntu;
}

.c-sidebar-wrap .c-sidebar {
    width: 300px;
}

.c-main {
    padding: 0px 10px;
}

.c-sidebar-wrap~.c-main {
    float: left;
    width: calc(100% - 360px);
}

@media (max-width: 1023px) {
    .c-sidebar-wrap {
        width: 245px;
    }

    .c-sidebar-wrap .c-sidebar {
        width: 225px;
    }

    .c-sidebar-wrap~.c-main {
        width: calc(100% - 360px);
    }

    .c-sidebar-wrap {
        display: none;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .o-row-sm {
        position: relative;
        margin-left: -10px;
        margin-right: -70px;
    }
}

@media (min-width: 1280px) {
    .c-sidebar-wrap {
        width: 360px;
    }

    .c-sidebar-wrap .c-sidebar {
        width: 340px;
    }

    .c-sidebar-wrap~.c-main {
        width: calc(100% - 360px);
    }
}

@media (min-width: 1366px) {
    .c-sidebar-wrap~.c-main {
        width: calc(100% - 360px);
    }
}

@media (min-width: 1600px) {
    .c-sidebar-wrap~.c-main {
        width: calc(100% - 360px);
    }
}

.o-cmr,
.com-txt,
.o-cmr h2:not([class]) {
    font-weight: 300;
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.6;
}

.o-cmr a {
    font-weight: 400;
}

@media (min-width: 1024px) {

    .o-cmr,
    .com-txt,
    .o-cmr h2:not([class]) {
        font-size: 18px;
    }
}

@media (min-width: 1280px) {

    .o-cmr,
    .com-txt,
    .o-cmr h2:not([class]) {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (min-width: 1600px) {

    .o-cmr,
    .com-txt,
    .o-cmr h2:not([class]) {
        font-size: 22px;
        line-height: 35px;
    }
}

.c-banner {
    position: relative;
    padding-bottom: 56px;
    line-height: 1.42857;
}

.c-banner .c-app-nav {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
}

@media (max-width: 1023px) {
    .c-banner {
        padding-bottom: 42px;
    }
}

.c-nav.is-fixed {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 930;
}

.is-compressed .u-show-on-compression {
    position: relative;
    z-index: 1;
    color: rgb(102, 102, 102);
}

.is-compressed .u-show-on-compression li>abbr {
    color: rgb(102, 102, 102);
}

@media (max-width: 1023px) {
    .is-compressed .c-nav-unit-content {
        padding-left: 7px;
        padding-right: 7px;
    }
}

.c-nav-extra-right {
    float: right;
}

.c-nav-unit {
    float: left;
    height: 35px;
    margin-top: 7px;
    vertical-align: middle;
    transition: opacity 0.3s ease 0s;
}

.is-compressed .c-nav-unit {
    height: 30px;
    margin-top: 6px;
}

@media (min-width: 1024px) {
    .c-nav-unit {
        height: 46px;
        margin-top: 10px;
    }

    .is-compressed .c-nav-unit {
        height: 40px;
        margin-top: 8px;
    }
}

.c-nav-unit.c-search-nav {
    border-right: 1px solid transparent;
}

.is-compressed .c-nav-unit.c-search-nav {
    border-right-color: rgb(191, 191, 191);
}

.c-nav-extra-right .c-nav-unit {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.is-compressed .c-nav-extra-right .c-nav-unit {
    border-right-color: rgb(191, 191, 191);
}

.c-nav-extra-right .c-nav-unit:last-child {
    border-right: medium none;
}

.c-nav-unit-content {
    display: block;
    height: 49px;
    margin-top: -7px;
    padding: 10px;
    transition: margin-top 0.3s ease 0s, height 0.3s ease 0s;
}

.is-compressed .c-nav-unit-content {
    height: 40px;
    margin-top: -5px;
    padding-top: 7px;
    padding-bottom: 7px;
}

@media (min-width: 1024px) {
    .c-nav-unit-content {
        height: 66px;
        margin-top: -10px;
        padding: 15px 14px;
    }

    .is-compressed .c-nav-unit-content {
        height: 54px;
        margin-top: -7px;
        padding-top: 11px;
        padding-bottom: 11px;
    }
}

.c-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: background-color 0.3s ease 0s, width 0.3s ease 0s, height 0.3s ease 0s, padding 0.3s ease 0s;
}

.c-app-nav .c-logo {
    width: 66px;
    height: 66px;
    display: flex;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    position: fixed;
    top: 0px;
    z-index: 900;
}

.is-compressed .c-app-nav .c-logo {
    width: 54px;
    height: 54px;
}

.c-app-nav span.c-logo {
    text-decoration: none;
    background-color: rgb(6, 5, 144);
}

@media (max-width: 1023px) {
    .c-app-nav .c-logo {
        width: 49px;
        height: 49px;
    }

    .is-compressed .c-app-nav .c-logo {
        width: 40px;
        height: 40px;
    }
}

.c-lang {
    list-style: outside none none;
    margin-bottom: 0px;
    padding: 0px ! important;
}

.c-lang abbr {
    cursor: inherit;
}

.c-lang>li {
    display: inline-block;
    vertical-align: middle;
    font-weight: lighter;
}

.c-lang>li+li {
    margin-left: 6px;
}

.c-lang>li:first-child>abbr {
    padding-right: 0px ! important;
}

.c-lang>li:last-child>abbr {
    padding-left: 0px ! important;
}

.c-lang>li>abbr {
    display: block;
    line-height: 49px;
    padding: 0px 10px;
    color: rgb(255, 255, 255);
    font-size: 11px;
}

.is-compressed .c-lang>li>abbr {
    line-height: 40px;
}

.c-lang>li>abbr {
    transition: color 0.3s ease 0s;
}

.c-lang>li.is-active {
    text-shadow: 1px 0px 0px rgb(255, 255, 255);
    letter-spacing: 1px;
}

.is-compressed .c-lang>li.is-active {
    text-shadow: 1px 0px 0px rgb(0, 0, 0);
}

@media (min-width: 1024px) {
    .c-lang>li>abbr {
        padding: 0px 14px;
        font-size: 15px;
        line-height: 66px;
    }

    .is-compressed .c-lang>li>abbr {
        line-height: 54px;
    }
}

.c-app-nav {
    margin-top: -42px;
    margin-bottom: 0px;
    background-color: rgb(255, 255, 255);
    border-top: 2px solid rgb(191, 19, 77);
    border-bottom: 2px solid rgb(0, 0, 0);
}

.is-fixed .c-app-nav {
    will-change: margin-top;
    margin-top: 0px;
}

.is-fixed.is-compressed .c-app-nav {
    transition: margin-top 0.3s ease 0s;
    margin-top: -40px;
}

.c-app-nav .c-logo::after {
    display: none;
}

.c-app-nav>li {
    float: left;
    margin-top: -2px;
    border-top: 2px solid transparent;
}

.c-app-nav>li:nth-child(2) {
    margin-left: 54px;
}

.c-app-nav>li>span.header__nav-text {
    padding: 0px 7px;
    line-height: 52px;
    text-decoration: none;
    display: block;
}

.c-app-nav>li>span.header__nav-text::after {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0px;
    right: 0px;
    background-color: transparent;
    transition: background-color 0.3s ease 0s;
    pointer-events: none;
}

.c-app-nav>.is-active>span.header__nav-text::after {
    z-index: 1;
}

.c-app-nav li {
    color: rgb(0, 0, 0);
    border-top-color: transparent;
}

.c-app-nav .u-ukraine {
    border-top-color: rgb(255, 212, 0);
}

.c-app-nav .u-politics {
    border-top-color: rgb(48, 179, 191);
}

.c-app-nav .u-video {
    border-top-color: rgb(54, 64, 179);
}

.c-app-nav .u-blog {
    border-top-color: rgb(204, 162, 102);
}

.c-app-nav .u-sport {
    border-top-color: rgb(115, 204, 51);
}

.c-app-nav .u-lady {
    border-top-color: rgb(191, 34, 25);
}

.c-app-nav .u-interesting {
    border-top-color: rgb(242, 101, 34);
}

.c-app-nav .u-glamor {
    border-top-color: rgb(186, 57, 230);
}

.c-app-nav .u-special {
    border-top-color: rgb(242, 182, 0);
}

@media (max-width: 1279px) {
    .c-app-nav-more-box .o-title {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0px;
        overflow: hidden;
        clip: rect(0px, 0px, 0px, 0px);
        border: 0px none;
    }
}

@media (max-width: 1023px) {
    .is-compressed .c-lang>li>abbr {
        padding-left: 7px;
        padding-right: 7px;
    }

    .c-app-nav {
        line-height: 38px;
    }

    .c-app-nav {
        font-size: 11px;
    }

    .c-app-nav>li>span.header__nav-text {
        padding: 0px 4px;
        line-height: 38px;
    }

    .c-app-nav>li:nth-child(2) {
        margin-left: 40px;
    }
}

@media (min-width: 1024px) {
    .c-app-nav {
        margin-top: -56px;
    }

    .c-app-nav>li>span.header__nav-text {
        padding: 0px 7px;
    }

    .is-fixed.is-compressed .c-app-nav {
        margin-top: -48px;
    }
}

@media (min-width: 1280px) {
    .c-app-nav>li>span.header__nav-text {
        padding: 0px 7px;
    }
}

@media (min-width: 1366px) {
    .c-app-nav>li>span.header__nav-text {
        padding: 0px 8px;
    }
}

@media (min-width: 1600px) {
    .c-app-nav {
        font-size: 16px;
    }

    .c-app-nav>li>span.header__nav-text {
        padding: 0px 11px;
    }
}

@media (max-width: 1023px) {
    .c-main .c-bar .c-social-list {
        padding: 0px 10px;
    }
}

.c-switcher-box {
    display: none;
}

.c-entry-inverse .c-social-list .i-svg {
    fill: rgb(255, 255, 255);
}

.c-social-list {
    text-align: center;
}

.c-social-list>li {
    display: inline-block;
}

.c-social-list>li>span.social-icon-box {
    display: block;
    text-decoration: none;
}

.c-social-list>li>span.social-icon-box .i-svg {
    transition: fill 0.3s ease 0s;
}

.c-social-list>li>span.social-icon-box:active .i-fb,
.c-social-list>li>span.social-icon-box:focus .i-fb,
.c-social-list>li>span.social-icon-box:hover .i-fb {
    fill: rgb(73, 98, 154) ! important;
}

.c-social-list>li>span.social-icon-box:active .i-tw,
.c-social-list>li>span.social-icon-box:focus .i-tw,
.c-social-list>li>span.social-icon-box:hover .i-tw {
    fill: rgb(3, 169, 244) ! important;
}

.c-social-list>li>span.social-icon-box:active .i-wtsp,
.c-social-list>li>span.social-icon-box:focus .i-wtsp,
.c-social-list>li>span.social-icon-box:hover .i-wtsp {
    fill: #25d366 ! important;
}

.c-social-list>li>span.social-icon-box:active .i-msgr,
.c-social-list>li>span.social-icon-box:focus .i-msgr,
.c-social-list>li>span.social-icon-box:hover .i-msgr {
    fill: rgb(0, 132, 255) ! important;
}

.c-main .c-bar .c-social-list {
    background: rgb(0, 0, 0) none repeat scroll 0% 0%;
}

.t-lady .c-main .c-bar .c-social-list {
    background: rgb(0, 0, 0) none repeat scroll 0% 0% ! important;
}

@media (max-width: 1279px) {
    .c-main .c-bar .c-social-list {
        display: flex;
        align-items: center;
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 100%;
        white-space: nowrap;
        transition: opacity 0.3s ease 0s;
        opacity: 0;
        pointer-events: none;
    }
}

@media (min-width: 1280px) {
    .c-main .c-bar .c-social-list {
        display: block;
    }
}

.i-svg {
    vertical-align: middle;
}


.i-wtsp {
    fill-rule: evenodd;
}

.o-jumbotron {
    padding: 10px 40px;
    background-color: rgb(0, 0, 0);
    overflow: hidden;
    font-size: 14px;
}

.o-jumbotron .o-jumbotron {
    margin-bottom: 0px;
}

.c-main .o-jumbotron {
    margin-right: -10px;
    padding-right: 32px;
}

@media (max-width: 1279px) {
    .o-jumbotron {
        padding-top: 7px;
    }

    .c-main .o-jumbotron {
        margin-right: -80px;
    }
}

@media (min-width: 1366px) {
    .o-jumbotron {
        margin-left: -54px;
        margin-right: -54px;
        padding-left: 54px;
        padding-right: 54px;
    }
}

.p-name.c-post-title.u-uppercase.js-si-title {
    width: 104%;
}

.c-entry {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.c-entry-inverse {
    color: rgb(255, 255, 255);
}

.c-entry-frame {
    position: relative;
    height: 0px;
    overflow: hidden;
}

.c-entry-frame .c-post-meta {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.c-entry-frame .c-post-title {
    overflow: hidden;
}

.c-entry-frame-img-box {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 0px;
    overflow: hidden;
}

.c-entry-frame-img-box img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    max-width: 100%;
    height: auto;
}

.c-post {
    margin-bottom: 16px;
}

.c-post .c-main> :last-child {
    margin-bottom: 0px;
}

.c-post-img-wrap {
    position: relative;
    display: block;
    background: rgb(245, 245, 245) none repeat scroll 0% 0%;
}

.o-jumbotron .c-post-img-wrap {
    background: rgb(0, 0, 0) none repeat scroll 0% 0%;
}

.c-post-img-wrap img {
    width: 100%;
    height: auto;
    color: rgb(245, 245, 245);
}

.has-pseudo-bg {
    display: block;
    position: relative;
}

.has-pseudo-bg::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: -1px;
    left: 0px;
    right: 0px;
}

.has-pseudo-bg::after {
    background-color: rgba(0, 0, 0, 0.4);
}

.c-entry-lg .has-pseudo-bg::after {
    background: transparent linear-gradient(transparent 30%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.85) 100%) repeat scroll 0px 0px;
}

.c-post-img.u-blur {
    height: auto;
}

.c-post-meta {
    background-color: rgb(255, 255, 255);
}

.c-entry-lg .c-post-meta {
    position: absolute;
    padding: 10px 0px 26px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

@media (max-width: 1023px) {
    .c-entry-lg .c-post-meta {
        padding: 8px 0px 20px;
    }
}

.o-jumbotron.c-entry-lg .c-post-meta {
    left: 0px;
    right: 0px;
    pointer-events: none;
    padding-left: 54px;
    padding-right: 54px;
}

.o-jumbotron.c-entry-lg .c-post-meta .c-post-title {
    pointer-events: all;
}

.c-entry-inverse .c-post-meta {
    background-color: transparent;
}

.c-entry-lg .c-post-meta {
    padding-bottom: 20px ! important;
}

@media (max-width: 1365px) {
    .o-jumbotron.c-entry-lg .c-post-meta {
        padding-left: 40px;
        padding-right: 100px;
    }
}

@media (max-width: 1023px) {
    .c-entry-lg .c-post-meta {
        padding-bottom: 15px ! important;
    }
}

.c-post-title {
    font-size: 16px;
    font-weight: 700;
}

.c-post-title.u-uppercase {
    letter-spacing: 1px;
}

.c-post-meta .c-post-title,
.o-jumbotron .c-post-title {
    margin: 0px;
}

.c-post-title,
.c-post-title>* {
    color: inherit;
}

.c-post-title>* {
    pointer-events: all;
}

.c-entry-inverse .c-post-title {
    font-weight: 300;
}

.c-entry-lg .c-post-title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 900;
}

@media (max-width: 1023px) {

    .c-post-title {
        font-size: 12px;
    }

    .c-entry-lg .c-post-title {
        font-size: 21px;
        line-height: 24px;
    }
}

@media (min-width: 1366px) {
    .c-post-title {
        font-size: 20px;
    }
}

@media (min-width: 1600px) {
    .c-post-title {
        font-size: 22px;
    }

    .c-post .c-entry-lg .c-post-title {
        font-size: 36px;
        line-height: 40px;
    }
}

.c-post-tag,
.c-post-time {
    display: inline-block;
    font-size: 12px;
}

.c-post-tag:not(:last-child) {
    margin-right: 8px;
}

.c-bar .c-post-tag {
    padding-top: 1px;
}

.c-entry-lg .c-bar .c-post-tag {
    padding-top: 0px;
}

@media (min-width: 1280px) {
    .c-bar .c-post-tag {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 1023px) {

    .c-post-tag,
    .c-post-time {
        font-size: 10px;
    }

    .c-post-tag:not(:last-child) {
        margin-right: 6px;
    }

    .c-entry-lg .c-post-tag {
        font-size: 12px;
    }
}

.c-post-info-sm .c-post-tag,
.c-post-info-sm .c-post-time {
    float: left;
}

.c-post-tag {
    color: rgb(102, 102, 102);
    font-weight: 700;
}

.c-entry-inverse .c-post-tag {
    color: rgb(170, 170, 170);
    font-weight: 300;
}

.c-post-time {
    color: rgb(168, 171, 191);
}

.c-post-stats {
    display: block;
    color: rgb(102, 102, 102);
    font-size: 12px;
    white-space: nowrap;
    text-align: right;
}

.c-entry-lg .c-post-stats {
    font-size: 12px;
}

.c-post-stats>li {
    display: inline-block;
}

.c-post-stats>li:not(:last-child) {
    margin-right: 8px;
}

.c-post-stats>li:empty {
    display: none;
}

.c-post-stats .i-ii {
    display: inline-block;
    margin-right: 2px;
    opacity: 0.6;
}

.c-post-info .c-post-stats {
    margin-bottom: 0px;
}

.c-bar .c-post-stats {
    display: inline-block;
}

@media (max-width: 1023px) {

    .c-main .c-entry-lg .c-post-stats,
    .c-post-stats {
        font-size: 10px;
    }

    .c-post-stats>li:not(:last-child) {
        margin-right: 6px;
    }
}

.c-entry-inverse .c-post-stats {
    color: rgb(170, 170, 170);
}

.c-post-info-sm .c-post-tag,
.c-post-info-sm .c-post-time {
    font-size: 10px;
}

@media (max-width: 1365px) {

    .c-post-info-sm .c-post-tag,
    .c-post-info-sm .c-post-time {
        margin-right: 7px;
    }
}

@media (max-width: 1023px) {

    .c-post-info-sm .c-post-tag,
    .c-post-info-sm .c-post-time {
        font-size: 8px;
    }
}

.c-port {
    overflow: hidden;
    position: relative;
}

.c-bar {
    padding-top: 5px ! important;
    padding-bottom: 5px ! important;
    line-height: 1.6;
    fill: rgb(102, 102, 102);
}

.c-bar svg {
    transition: all 0s ease 0s;
}

.c-main .c-entry-lg .c-bar {
    padding-right: 30px;
}

.c-entry .c-bar {
    font-size: 14px;
    line-height: 1.6;
}

.c-bar-left {
    float: left;
    margin-left: -10px;
}

.c-bar-right {
    float: right;
    margin-right: -10px;
}

.c-bar-unit {
    position: relative;
    float: left;
    padding: 5px 10px;
}

.c-bar-unit ul {
    margin-bottom: 0px;
}

.c-bar-left .c-bar-unit:not(:last-child) {
    border-right: 1px solid rgba(170, 170, 170, 0.5);
}

@media (max-width: 1023px) {
    .c-main .c-bar {
        font-size: 11px;
    }

    .c-entry .c-bar {
        font-size: 12px;
    }
}

.c-bar-unit .c-social-list {
    font-size: 12px;
}

.c-social-list li {
    margin-right: -3px;
}

.c-bar-unit .c-social-list li:last-child {
    margin-right: -10px;
}

@media (max-width: 1023px) {
    .c-bar-unit .c-social-list {
        font-size: 10px;
    }

    .c-entry-lg .c-bar-unit .c-social-list {
        font-size: 12px;
    }

    .c-entry-lg .c-bar-unit .c-social-list.c-switcher-box {
        margin-top: 3px;
    }

    .c-main .c-entry-lg .c-bar-unit .c-social-list {
        font-size: 10px;
    }

    .c-social-list li {
        margin-right: 5px;
    }
}

.c-social-list .i-svg {
    width: 15px;
    height: 15px;
    margin-top: -2px;
}

.c-social-list .i-tw {
    width: 17px;
    height: 17px;
}

.c-social-list .i-wtsp {
    width: 17px;
    height: 17px;
    margin-top: -4px;
}

span.social-icon-box {
    display: block;
    padding: 3px 10px 0;
    cursor: pointer;
}

.c-sidebar-box {
    padding: 0px 10px;
}

.c-sidebar {
    position: relative;
    top: 0px;
    padding: 0px 20px;
    background: rgb(245, 245, 245) none repeat scroll 0% 0%;
    font-family: Ubuntu;
}

.c-sidebar article:focus span .c-post-img,
.c-sidebar article:hover span .c-post-img {
    transform: scale(1.1);
}

.c-sidebar .o-row {
    margin-left: -20px;
    margin-right: -20px;
}

.c-sidebar .c-post-img {
    transition: transform 3s ease 0s;
}

.c-sidebar .c-post-meta {
    background: rgb(245, 245, 245) none repeat scroll 0% 0%;
}

.c-sidebar .c-aside {
    padding: 20px 0px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

@media (max-width: 1023px) {
    .c-sidebar {
        padding: 0px 15px;
    }

    .c-sidebar .c-post-title {
        font-size: 12px;
    }

    .c-sidebar .o-row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .c-sidebar .c-aside {
        padding: 22px 0px;
    }
}

@media (min-width: 1280px) {

    .c-sidebar .c-aside {
        padding: 10px;
    }
}

.c-sidebar-entry .c-post-title,
.c-sidebar-unit .c-post-title {
    margin: 0px;
    font-size: 16px;
    font-weight: 300;
}

@media (max-width: 1023px) {

    .c-sidebar-entry .c-post-title,
    .c-sidebar-unit .c-post-title {
        font-size: 12px;
    }
}

.c-sidebar-unit:last-child {
    border-bottom: 0px none;
}

.c-sidebar-entry {
    padding: 15px 0px;
    border-bottom: 1px solid rgb(220, 220, 220);
    margin-top: 0px;
}

.c-sidebar-entry .c-entry-frame {
    margin-top: 5px;
}

.c-sidebar-entry .c-post-title {
    color: rgb(51, 51, 51);
}

.c-sidebar-entry .c-post-info {
    margin: 5px 0px 0px;
}

.c-sidebar-entry .c-post-tag,
.c-sidebar-entry .c-post-time {
    color: rgb(160, 160, 160);
}

.c-sidebar-entry .c-post-tag {
    font-weight: 400;
}

.s-entry-video .c-post-title {
    line-height: 1.33333;
    font-size: 15px;
    min-height: 48px;
    max-height: 68px;
}

.s-entry-video .c-entry-frame,
.s-entry-video .c-entry-frame-img-box {
    padding-top: 57.143%;
}

.s-entry-video .c-entry-frame {
    padding-bottom: 69px;
}

@media (max-width: 1023px) {
    .c-sidebar-entry {
        padding: 11px 0px;
    }

    .c-sidebar-entry> :first-child:not(.c-post-title) {
        margin-top: 3px;
    }

    .s-entry-video .c-post-meta {
        padding-bottom: 17px;
    }

    .s-entry-video .c-post-title {
        font-size: 11px;
        min-height: 38px;
        max-height: 53px;
    }

    .s-entry-video .c-entry-frame {
        padding-bottom: 55px;
    }
}

.c-aside {
    overflow: hidden;
}

.t-lady .o-jumbotron {
    background: rgb(0, 0, 0) none repeat scroll 0% 0%;
}

.is-compressed .c-search-nav {
    float: right;
    position: relative;
    z-index: 1;
}

.c-comments-head {
    padding-bottom: 1px;
}

.c-comments-login {
    width: 100%;
}

.u-uppercase {
    text-transform: uppercase;
}

.u-spacer-before>* {
    vertical-align: middle;
    display: inline-block;
}

.u-spacer-before::before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0px;
    margin-left: -3px;
    vertical-align: middle;
}

.u-content-read {
    max-width: 940px;
}

@media (max-width: 1279px) {
    .u-content-read {
        max-width: 699px;
    }
}

.u-mr-0 {
    margin-right: 0px ! important;
}

.u-pa-0 {
    padding: 0px ! important;
}

.u-px-0 {
    padding-left: 0px ! important;
    padding-right: 0px ! important;
}

.u-pr-0 {
    padding-right: 0px ! important;
}

.u-pos-r {
    position: relative;
}

.c-entry-inverse .u-text-lady,
.u-text-lady {
    color: rgb(246, 87, 87);
}

.u-blur {}

.u-flex-justify-x {
    display: flex;
}

.u-flex-justify-x>* {
    flex-grow: 1;
    flex-basis: 0px;
}

.c-si-main {
    position: relative;
    z-index: 9;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    transition: opacity 1.2s ease 0s;
}

.c-si-main .c-post>.o-row-sm {
    position: static;
    width: 100%;
}

.c-si-pages {
    position: relative;
}

.c-si-pages .c-si-page {
    position: relative;
    z-index: 8;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.c-si-pages .c-si-active {
    z-index: 7;
}

.c-si-pages .c-si-main {
    z-index: 1;
}

.o-affix-el {
    position: relative;
}

@media print {

    .c-aside,
    .c-banner,
    .c-bar-left .c-bar-unit~*,
    .c-bar-right,
    .h-feed {
        display: none ! important;
    }

    .c-entry-lg .has-pseudo-bg::before {
        background-color: transparent;
        background-image: none;
    }

    .c-bar * {
        color: rgb(102, 102, 102) ! important;
    }

    .c-bar-left {
        width: 50%;
    }

    .c-bar-unit {
        border-right: 0px none ! important;
    }

    .c-entry-lg .c-post-meta,
    .c-post-meta {
        position: relative ! important;
        padding-bottom: 0px ! important;
    }

    .c-post-title {
        color: rgb(0, 0, 0) ! important;
        margin: 22px 0px 0px ! important;
    }

    .o-jumbotron {
        margin-bottom: 0px ! important;
        background-color: transparent ! important;
        overflow: visible;
    }

    .c-post-stats {
        display: none ! important;
    }

    .c-main {
        float: none ! important;
        width: 100% ! important;
        margin-right: 0px ! important;
    }
}

.comTitle {
    padding: 5px 10px;
    margin-top: 50px;
    color: rgb(0, 0, 0);
    border-bottom: 2px solid black;
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
}

.photo img {
    margin: 3px 0px 0px;
}

.photo {
    float: left;
    margin-right: 10px;
}

.com-txt {
    padding-left: 90px;
    text-align: left;
    color: black;
}

.commit-text {
    margin-top: 25px;
}

img.photo-people {
    width: 75px;
    border-radius: 50px;
}

.clear {
    clear: both;
}

body {
    font-family: "Open Sans", sans-serif;
    color: rgb(68, 68, 68);
    line-height: 1.5625;
}

input {
    outline: 0px none;
}

@media (min-width: 759px) and (max-width: 1024px) {

    .c-main .u-content-read {
        font-size: 20px;
    }

    .com-txt {
        font-size: 19px;
    }

    .c-entry-lg .c-post-title {
        font-size: 21px;
    }

    .o-jumbotron {
        font-size: 11px;
        padding: 0px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {

    .c-entry-lg .c-post-title {
        font-size: 16px;
        line-height: 20px;
    }
}

input {
    outline: 0px none;
}

.grey-bg {
    background: rgba(231, 147, 147, 0.2) none repeat scroll 0% 0%;
    border: 5px dashed rgb(0, 0, 0);
    box-sizing: border-box;
    padding: 30px;
}

.grey-bg-title {
    display: block;
    color: #000000;
    font-size: 22px;
    text-shadow: 0px 0px 1px rgb(103, 134, 77);
    line-height: 1.3;
    text-align: center;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .grey-bg-title {
        font-size: 26px;
    }
}

@media screen and (min-width: 768px) {
    .grey-bg-title {
        font-size: 32px;
    }
}

.grey-bg-p {
    margin-bottom: 0;
}

.grey-bg-span {
    color: #808080;
    font-size: 18px;
    line-height: 1.4;
    display: block;
}

.order_info {
    text-align: center;
    padding-top: 30px;
}

#counter_product {
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    font-size: 24px;
    text-shadow: 0px 0px 1px rgb(103, 134, 77);
    line-height: 1.3;
    text-align: center;
    display: inline-block;
    width: 650px;
    max-width: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0;
}

@media screen and (min-width: 768px) {
    #counter_product {
        font-size: 28px;
    }
}

@media screen and (min-width: 768px) {
    #counter_product {
        font-size: 32px;
    }
}

.price {
    color: red;
    font-weight: 700;
}


a.bottom-btn {
    display: inline-block;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
    border-radius: 5px;
    background-color: #0299ff;
    background-position: 1.35em .94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all .15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
    text-decoration: none;
}

.nav-tabs>li.active>span,
.nav-tabs>li.active>span:focus,
.nav-tabs>li.active>span:hover {
    color: rgb(102, 102, 102);
    background-color: transparent;
    border: 1px solid transparent;
    cursor: default;
}

@media all and (max-width: 1024px) {
    div.c-sidebar-wrap {
        width: 280px;
    }
}

@media (max-width: 1023px) {

    body {
        width: 100%;
        padding: 0px 10px;
    }
  
  	body {
  		overflow-x: hidden;
  	}

    .is-fixed.is-compressed .c-app-nav {
        top: 0;
        margin-top: 0;
        width: 100%;
    }

    #main-content.container.o-wrap.c-si-main.t-lady.js-si-main {
        width: 100%;
    }

    .container {
        margin: 0px;
        padding: 0px;
    }

    .container.c-banner.o-wrap.has-nav-sub {
        width: 100%;
    }

    .c-sidebar-wrap~.c-main {
        width: 100%;
        float: none;
    }

    .c-main .u-content-read {
        margin-left: 0px;
        font-size: 20px;
        line-height: 1.5;
    }

    .com-txt {
        padding-left: 85px;
        font-size: 17px;
    }

    .o-jumbotron {
        font-size: 11px;
        padding: 0px;
    }

    h1 {
        font-size: 20px;
    }

    .c-post-title {
        font-size: 17px;
    }

    .o-jumbotron.c-entry-lg .c-post-meta {
        padding-left: 35px;
    }

    .p-name.c-post-title.u-uppercase.js-si-title {
        max-width: 100%;
        margin-bottom: -7px;
    }

    .c-bar-right {
        display: none;
    }

    .c-entry-lg .c-post-title {
        font-size: 14px;
        line-height: 18px;
    }

    .c-main .o-jumbotron {
        max-width: 114%;
        margin-left: -20px;
    }

    .c-banner.container.has-nav-sub.o-wrap {
        padding-bottom: 9px;
    }

    .c-nav-unit.u-show-on-compression {}

    .u-video,
    .u-glamor,
    .u-special,
    .c-nav-unit.c-search-nav {
        display: none;
    }

    .c-nav-unit.u-show-on-compression,
    .is-compressed .c-app-nav .c-logo {
        position: relative;
    }

    .c-nav-extra-wrap.js-nav-extra-wrap {
        float: left;
    }

    .c-app-nav>li:nth-child(2) {
        margin-left: 0;
    }

    h2#counter_product {
        width: 100%;
    }

    .certificate-picture {
        display: block;
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }

    .c-post-img.u-blur {
        margin-top: 30px;
    }
}

@media all and (max-width: 767px) {
    .container {
        margin-top: 0px;
        width: 100%;
        max-width: 768px;
    }

    .is-fixed.is-compressed .c-app-nav {
        margin-top: 0px;
    }

    .c-nav-extra-wrap.js-nav-extra-wrap {
        display: none;
    }

    .u-px-0.c-app-nav.js-si-nav {
        width: calc(100% + 40px);
        left: -20px;
        overflow-x: hidden;
        border-bottom: none;
    }

    .c-main .o-jumbotron {
        max-width: 111%;
        margin-left: -30px;
    }

    .c-main .c-entry-lg .c-bar {
        padding-left: 20px;
    }

    .u-blog {
        display: none;
    }

    .c-si-main .c-post>.o-row-sm {
        margin-right: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 500px) {
    .citata {
        display: block;
    }

    .citata .side-photo {
        max-width: 120px;
        float: left;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .citata .citata-text {
        display: inline;
        width: 90%;
        padding: 10px;
    }

    .citata .citata-text::before {
        line-height: 80px;
        font-size: 126px;
    }

    .citata .citata-text::after {
        content: none
    }

    .citata .citata-text p {
        width: 100% !important;
        text-indent: 0px;
    }

    .c-app-nav .u-politics {
        display: none;
    }

    .c-main .o-jumbotron {
        max-width: 122%;
    }

    .p-name.c-post-title.u-uppercase.js-si-title {
        font-size: 13px;
        line-height: 14px;
    }

    .o-jumbotron.c-entry-lg .c-post-meta {
        padding-right: 35px;
    }

    .c-entry-lg .c-post-meta {
        padding-bottom: 5px ! important;
    }
}

@media all and (max-width: 320px) {
    .c-main {
        padding: 0;
    }

    .c-main .o-jumbotron {
        max-width: 118%;
    }

    #order_form .order_form_pole {
        margin: 10px 0;
        padding: 10px 0;
        max-width: 100%;
    }

    .c-port {
        padding-bottom: 10px;
    }

    .c-post-meta {
        margin-bottom: -10px;
    }
}

.main__article-list {
    margin: 0;
    padding-left: 22px;
}

.u-url {
    cursor: pointer;
    font-family: Ubuntu;

}

.u-url:hover {
    text-decoration: underline;
}

.js-sidebar-affix-reset {
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: rgb(245, 245, 245);
}



.main__article-coupon-group {
    max-width: 650px;
    padding: 35px 10px 5px;
    margin: auto;
    text-align: right;
    position: relative;
}

.main__article-coupon-group__header {
    font-size: 0;
}

.main__article-coupon-group__header_img,
.main__article-coupon-group__header_text {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
}

.main__article-coupon-group__header_img {
    width: 92px;
}

.main__article-coupon-group__header_text {
    width: calc(100% - 92px);
    text-align: left;
    padding: 5px 10px;
    color: #444444;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
}

.main__article-coupon-group__product_img {
    display: inline-block;
}

.main__article-coupon-group__prices {
    position: absolute;
    left: 0;
}

.main__article-coupon-group__prices {
    bottom: 40px;
    text-align: center;
}

.main__article-coupon-group__price_box {
    display: inline-block;
    padding: 30px 60px;
    border: 2px dashed #000000;
    border-radius: 16px;
    position: relative;
    margin-bottom: 15px;
}

.main__article-coupon-group__price_box::before,
.main__article-coupon-group__price_box::after {
    display: block;
    content: '';
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 20px;
}

.main__article-coupon-group__price_box::before {
    top: -10px;
    left: 10%;
}

.main__article-coupon-group__price_box::after {
    bottom: -10px;
    right: 10%;
    transform: rotate(180deg);
}

.main__article-coupon-group__price_text {
    font-size: 14px;
    font-style: italic;
}

.main__article-coupon-group__price {
    font-weight: bold;
    line-height: 1.4;
    font-size: 24px;
    white-space: nowrap;
}

.main__article-coupon-group__price--old {
    text-decoration: line-through;
}

.main__article-coupon-group__price--new {
    color: red;
}

@media all and (max-width: 1024px) {
    .main__article-coupon-group__product_img {
        max-width: 180px;
    }

    .main__article-coupon-group__price_box {
        padding: 20px 30px;
    }
}

@media(max-width: 991px) {
    .commit-text {
        display: none;
    }

    .wap {
        display: block;
    }
}

@media all and (max-width: 768px) {
    .main__article-coupon-group {
        max-width: 600px;
    }

    .main__article-coupon-group__header_text {
        text-align: center;
    }

    .c-app-nav>li>span.header__nav-text::after {
        top: auto;
    }
}

@media all and (max-width: 425px) {
    .main__article-coupon-group__header_img {
        width: 60px;
    }

    .main__article-coupon-group__header_text {
        font-size: 16px;
        width: calc(100% - 60px);
    }

    .main__article-coupon-group__product_img {
        max-width: 160px;
        margin: 10px 0;
    }

    .main__article-coupon-group {
        text-align: center;
    }

    .main__article-coupon-group__prices {
        position: relative;
        margin: 0 auto;
        text-align: center;
        bottom: -10px;
    }

    .main__article-coupon-group__price_box {
        padding: 8px 16px;
        text-align: center;
    }
}

@media all and (max-width: 360px) {
    .main__article-coupon-group {
        padding: 35px 0 5px;
    }

    .main__article-coupon-group__product_img {
        max-width: 150px;
    }
}

@media all and (max-width: 320px) {
    .main__article-coupon-group__product_img {
        max-width: 120px;
    }
}

.main__article-list-item:first-child {
    margin-bottom: 14px;
}