@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-webkit-keyframes progress-bar {
    0% {
        width: 0;
    }
}

@keyframes progress-bar {
    0% {
        width: 0;
    }
}

@keyframes bounce_loaderCst {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: #b4bac1;
    }
    to {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        background-color: transparent;
    }
}

@-webkit-keyframes bounce_loaderCst {
    0% {
        -webkit-transform: scale(1);
        background-color: #b4bac1;
    }
    to {
        -webkit-transform: scale(0.3);
        background-color: transparent;
    }
}

@-webkit-keyframes circular-progress-bar {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes circular-progress-bar {
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes highlightsPulse {
    0% {
        background: transparent;
    }
    50% {
        background: #cfdadd;
    }
    to {
        background: transparent;
    }
}

@keyframes highlightsPulse {
    0% {
        background: transparent;
    }
    50% {
        background: #cfdadd;
    }
    to {
        background: transparent;
    }
}

a,
article,
b,
body,
center,
div,
em,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
header,
html,
i,
img,
label,
li,
menu,
nav,
p,
pre,
s,
span,
strong,
table,
td,
th,
time,
tr,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 17px;
    vertical-align: baseline;
}

article,
figcaption,
figure,
footer,
header,
main,
nav {
    display: block;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height: 1;
}

ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.td-left {
    padding: 20px;
    text-align: center;
    background: #a4c2f4;
    color: #fff;
    border: 2px solid #fff;
}

.td-right {
    padding: 20px;
    background: #cfe2f3;
    border: 2px solid #fff;
}

@media screen and (max-width: 425px) {
    .td-right,
    .td-left {
        padding: 8px;
    }
}

figcaption {
    text-align: center;
}

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

.no-touch {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

.center {
    text-align: center;
}

.mobileHidden {
    display: none !important;
}

@media (min-width: 600px) {
    .mobileHidden {
        display: block !important;
    }
}

[v-cloak] {
    display: none !important;
}

body,
html {
    height: auto;
    min-height: 100%;
}

body {
    position: relative;
    background: #edf1f2;
}

main {
    min-height: 1170px;
}

@media (max-width: 995px) {
    main {
        overflow-x: hidden;
        position: relative;
    }
}

.main-wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 750px;
    background: #fff;
}

.page-wrapper {
    padding-left: 2.04121%;
    padding-right: 2.04121%;
    padding-top: 10px;
}

@media (min-width: 1390px) {
    .page-wrapper {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
}

.page-wrapper:after,
.page-wrapper:before {
    content: " ";
    display: table;
}

.page-wrapper:after {
    clear: both;
}

@media (min-width: 995px) {
    .page-wrapper {
        padding-top: 10px;
    }
}

@media (max-width: 600px) {
    .page-wrapper.single {
        padding-top: 0;
    }
}

.page-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 850px) {
    .page-content {
        margin-right: 2.12847%;
    }
}

@media (min-width: 1390px) {
    .page-content {
        margin-right: 2.63158%;
    }
}

.comments_icon-inner,
.logo_icon-inner,
.share_icon-inner {
    height: 0;
    width: 100%;
    position: relative;
}

.single-article .socials-wrapper .linkedin_icon-wrapper {
    margin-top: 6px;
    width: 20px;
}

.comments_icon-inner {
    padding-bottom: 92.28%;
    background-image: url("../images/comments_icon.svg");
    background-repeat: no-repeat;
}

.share_icon-inner {
    padding-bottom: 105.12%;
    background-image: url("../images/share_icon.svg");
    background-repeat: no-repeat;
}

.logo_icon-inner {
    padding-bottom: 37.98%;
    display: block;
}

@media (min-width: 1587px) {
    .logo_icon-inner {
        display: block;
    }
}

body {
    font-weight: 400;
}

body,
input {
    font-family: Montserrat, sans-serif !important;
}

input {
    line-height: 20px;
    padding: 6px 10px;
    color: #0c0c0d;
    font-size: 100%;
    font-weight: 600;
    border: 1px solid transparent;
    display: inline-block;
    outline: none;
    -webkit-touch-callout: text !important;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

@media (min-width: 600px) {
    input {
        font-size: 14px;
    }
}

table {
    width: 100%;
}

td,
th {
    border: 1px solid #19191a;
    padding: 5px;
    vertical-align: middle;
    border-spacing: 0;
    border-collapse: collapse;
    font-weight: 600;
}

.block-socials {
    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;
}

@media (max-width: 600px) {
    .block-socials {
        display: none;
    }
}

.socials-wrapper {
    text-align: center;
}

footer .socials-wrapper {
    margin-top: 3.22754%;
}

@media (min-width: 1390px) {
    footer .socials-wrapper {
        margin-top: 4.00093%;
    }
}

@media (min-width: 850px) {
    footer .socials-wrapper {
        position: absolute;
        bottom: 0;
        right: 0;
        margin-top: 0;
    }
}

.socials-wrapper li {
    display: inline-block;
    margin: 0 5px;
}

@media (min-width: 850px) {
    .socials-wrapper li {
        float: left;
        margin: 0 0 0 10px;
    }
}

.socials-wrapper li a {
    display: block;
    position: relative;
}

footer .socials-wrapper li a {
    height: 40px;
    width: 40px;
}

.socials-wrapper li a>div {
    position: absolute;
    margin-top: 2px;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

footer .socials-wrapper li a .facebook_icon-wrapper {
    width: 10px;
}

header .socials-wrapper li a .facebook_icon-wrapper {
    width: 9px;
}

footer .socials-wrapper li a .twitter_icon-wrapper {
    width: 20px;
}

header .socials-wrapper li a .twitter_icon-wrapper {
    width: 18px;
}

figure {
    position: relative;
}

html.no-touch figure:hover figcaption h2 {
    color: rgba(12, 12, 13, 0.7);
    -webkit-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

figure h3 {
    font-weight: 700;
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 9px;
    padding: 4px;
    color: #fff;
    text-transform: uppercase;
}

@media (min-width: 600px) {
    .figure-size {
        width: 60%;
        margin: 0 auto;
    }
}

@media (min-width: 420px) {
    figure h3 {
        font-size: 11px;
        padding: 5px 6px;
        line-height: 11px;
    }
}

figcaption h2 {
    font-weight: 700;
    overflow: hidden;
    color: #0c0c0d;
    font-size: 4vw;
    line-height: 4.7vw;
    height: 23.2vw;
    letter-spacing: -0.04rem;
    -webkit-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

@media (min-width: 480px) {
    figcaption h2 {
        font-size: 3.4vw;
        line-height: 4.2vw;
        height: 21vw;
    }
}

@media (min-width: 600px) {
    figcaption h2 {
        font-size: 2vw;
        line-height: 2.5vw;
        height: 9.9vw;
    }
}

@media (min-width: 850px) {
    figcaption h2 {
        line-height: 1.65vw;
        font-size: 1.36vw;
        height: 6.58vw;
    }
}

@media (min-width: 995px) {
    figcaption h2 {
        line-height: 17px;
        font-size: 14px;
        height: 67px;
    }
}

@media (min-width: 1390px) {
    figcaption h2 {
        font-size: 1vw;
        line-height: 1.3vw;
        height: 5.1vw;
    }
}

@media (min-width: 1587px) {
    figcaption h2 {
        font-size: 15px;
        line-height: 20px;
        height: 79px;
    }
}

.share_icon-wrapper {
    width: 12px;
}

.comments_icon-wrapper {
    width: 13px;
}

.c-s-wrapper>li>div,
.c-s-wrapper a>div,
.c-s-wrapper li,
.c-s-wrapper span {
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
}

.c-s-wrapper li {
    margin-right: 6px;
    height: 16px;
    vertical-align: top;
}

@media (max-width: 600px) {
    .c-s-wrapper li {
        margin-right: 3px;
        height: 40px;
    }
}

@media (max-width: 600px) {
    .c-s-wrapper .comment-number>a {
        padding: 12px 15px 12px 0;
        display: block;
    }
}

@media (max-width: 600px) {
    .c-s-wrapper .share-number {
        padding: 12px 0;
    }
}

.c-s-wrapper span {
    font-size: 11px;
    font-weight: 500;
    margin-right: 2px;
    font-size: 0.75rem;
    color: #b4bac1;
}

@media (min-width: 600px) {
    .c-s-wrapper span {
        margin-right: 3px;
        font-size: 12px;
    }
}

.header-navigation {
    text-align: center;
    background: #fff;
    height: 65px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9001;
}

.header-navigation:after {
    bottom: -5px;
    -webkit-box-shadow: inset 0 6px 4px -3px rgba(17, 17, 17, 0.06);
    box-shadow: inset 0 6px 4px -3px rgba(17, 17, 17, 0.06);
    content: "";
    height: 5px;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -1;
    display: block;
}

.header-navigation .menu,
.header-navigation li {
    display: inline-block;
}

.header-navigation--mainmenu {
    text-align: end;
    padding: 17px 34px 0 0;
    display: none;
}

@media (min-width: 995px) {
    .header-navigation--mainmenu {
        display: block;
    }
}

.header-navigation--submenu {
    position: absolute;
    top: 100%;
    padding-top: 7px;
    left: 50%;
    width: 100%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    display: none;
}

@media (min-width: 995px) {
    .header-navigation--submenu {
        display: block;
    }
}

.header-navigation--submenu li.submenu-item {
    margin: 0 2px;
}

.header-navigation .nav-wrapper {
    position: relative;
}

.header-navigation>.main-wrapper {
    max-width: 810px;
}

.header-navigation>.main-wrapper .nav-wrapper {
    height: 50px;
}

@media (min-width: 995px) {
    .header-navigation>.main-wrapper .nav-wrapper {
        height: 60px;
    }
}

.menu a {
    display: block;
    font-weight: 600;
    color: #19191a;
    font-size: 14px;
    line-height: 26px;
    position: relative;
    padding: 0 2px;
    text-decoration: none;
    transition: all .3s ease-out;
}

.menu a:not(.current):hover {
    color: #e5282a;
}

.current span {
    color: #fff;
}

@media (min-width: 1390px) {
    .menu a {
        padding: 0 4px;
    }
}

@media (min-width: 1587px) {
    .menu a {
        font-size: 14px;
        padding: 0 5px;
    }
}

html.no-touch .header-navigation--submenu .menu a.current .hover-block,
html.no-touch .menu a:hover .hover-block {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.menu a span {
    position: relative;
    display: block;
}

.header-navigation--submenu .menu a {
    font-size: 13px;
    padding: 0 3px;
}

@media (min-width: 1390px) {
    .header-navigation--submenu .menu a {
        padding: 0 4px;
    }
}

a.current {
    background: #e5282a;
}

li.category-sport a.current,
li.category-sport li.current {
    background: #27d050;
}

li.category-pop-i-kultura a.current,
li.category-pop-i-kultura li.current {
    background: #9144c4;
}

li.category-zanimljivosti a.current,
li.category-zanimljivosti li.current {
    background: #29b2a3;
}

li.category-zivot-i-stil a.current,
li.category-zivot-i-stil li.current {
    background: #f7a324;
}

a.current,
li.current {
    color: #fff;
}

#main-menu>li>a.current .hover-block,
#main-menu>li>li.current .hover-block {
    display: none !important;
}

.header-navigation--submenu.category-vesti .submenu-item .current,
.submenu-item .current {
    background: transparent;
    color: #e5282a;
}

.header-navigation--submenu.category-pop-i-kultura .submenu-item .current {
    color: #9144c4;
    background: transparent;
}

.header-navigation--submenu.category-sport .submenu-item .current {
    color: #27d050;
    background: transparent;
}

.header-navigation--submenu.custom-biznis .submenu-item .current {
    color: #3cbaee;
    background: transparent;
}

.header-navigation--submenu.category-zanimljivosti .submenu-item .current {
    color: #29b2a3;
    background: transparent;
}

.header-navigation--submenu.category-zivot-i-stil .submenu-item .current {
    color: #f7a324;
    background: transparent;
}

.submenu-item .current .hover-block {
    display: block;
    background: #e5282a;
    opacity: 1;
    visibility: visible;
}

.category-vesti {
    background: #e5282a;
    padding: 2px 5px;
}

.header-navigation--submenu.category-sport .submenu-item .current .hover-block {
    background: #27d050;
}

.header-navigation--submenu.custom-biznis .submenu-item .current .hover-block {
    background: #3cbaee;
}

.header-navigation--submenu.category-pop-i-kultura .submenu-item .current .hover-block {
    background: #9144c4;
}

.header-navigation--submenu.category-zanimljivosti .submenu-item .current .hover-block {
    background: #29b2a3;
}

.header-navigation--submenu.category-zivot-i-stil .submenu-item .current .hover-block {
    background: #f7a324;
}

.logo_icon-wrapper {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    left: 2.04121%;
    width: 100%;
    max-width: 100px;
}

@media (min-width: 1390px) {
    .logo_icon-wrapper {
        left: 2.5%;
    }
}

@media (min-width: 1587px) {
    .logo_icon-wrapper {
        max-width: 110px;
    }
}

.logo_icon-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
}

body.auto #main-menu a {
    color: #fff;
}

body.auto #main-menu a.current {
    color: #231f20 !important;
    background: #fff !important;
}

body.auto #main-menu a.current .hover-block {
    background: #fff !important;
}

body.auto #main-menu a .hover-block {
    background: #fff;
}

#main-menu li {
    display: none;
}

#main-menu li:nth-child(-n + 15) {
    display: inline-block;
}

@media (min-width: 1587px) {
    #main-menu li:nth-child(-n + 15) {
        display: inline-block;
    }
}

#hamburger-nav-icon {
    height: 26px;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    cursor: pointer;
    z-index: 3;
    width: 26px;
}

@media (max-width: 995px) {
    #hamburger-nav-icon {
        right: calc(2.0412% + 10px);
    }
}

@media (min-width: 995px) {
    #hamburger-nav-icon {
        width: 22px;
        height: 16px;
    }
}

#hamburger-nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    opacity: 1;
    left: 0;
    background: #0c0c0d;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

body.auto #hamburger-nav-icon span {
    background: #fff;
}

body.auto #hamburger-nav-icon.open-menu span {
    background: #0c0c0d;
}

#hamburger-nav-icon span:first-child {
    top: 0;
}

#hamburger-nav-icon span:nth-child(2),
#hamburger-nav-icon span:nth-child(3) {
    top: 12px;
}

@media (min-width: 995px) {
    #hamburger-nav-icon span:nth-child(2),
    #hamburger-nav-icon span:nth-child(3) {
        top: 7px;
    }
}

#hamburger-nav-icon span:nth-child(4) {
    top: 24px;
}

@media (min-width: 995px) {
    #hamburger-nav-icon span:nth-child(4) {
        top: 14px;
    }
}

#hamburger-nav-icon.open-menu span:first-child {
    top: 13px;
    width: 0;
    left: 50%;
}

@media (min-width: 995px) {
    #hamburger-nav-icon.open-menu span:first-child {
        top: 8px;
    }
}

#hamburger-nav-icon.open-menu span:nth-child(2) {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

#hamburger-nav-icon.open-menu span:nth-child(3) {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

#hamburger-nav-icon.open-menu span:nth-child(4) {
    top: 13px;
    width: 0;
    left: 50%;
}

@media (min-width: 995px) {
    #hamburger-nav-icon.open-menu span:nth-child(4) {
        top: 8px;
    }
}

footer {
    background: #0c0c0d;
    position: relative;
    z-index: 2;
}

footer .page-wrapper {
    padding-bottom: 3.22754%;
    padding-top: 3.22754%;
}

@media (min-width: 1390px) {
    footer .page-wrapper {
        padding-bottom: 4.00093%;
        padding-top: 4.00093%;
    }
}

@media (min-width: 600px) {
    footer .page-wrapper {
        padding-top: 2.04121%;
        padding-bottom: 2.04121%;
    }
}

@media (min-width: 600px) and (min-width: 1390px) {
    footer .page-wrapper {
        padding-top: 2.5%;
        padding-bottom: 2.5%;
    }
}

footer .copyright {
    text-align: center;
    font-size: 0.875rem;
    line-height: 20px;
    color: #fff;
    padding: 5px 0;
    margin-top: 10px;
    width: 100%;
}

@media (min-width: 995px) {
    footer .copyright {
        font-size: 14px;
        text-align: left;
        margin-top: 0;
        width: auto;
        text-align: center;
    }
}

footer .copyright span:last-child {
    font-size: 0.75rem;
}

@media (min-width: 995px) {
    footer .copyright span:last-child {
        font-size: 12px;
    }
}

.single-article {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    font-weight: 500;
    color: #0c0c0d;
    width: 100%;
}

.single-article .subtitle {
    color: #666;
    font-size: 21px;
}

.single-article .article-content:after,
.single-article .article-content:before {
    content: " ";
    display: table;
}

.single-article .article-content:after {
    clear: both;
}

.single-article .article-content a,
.single-article .article-content div,
.single-article .article-content em,
.single-article .article-content h1,
.single-article .article-content h2,
.single-article .article-content h3,
.single-article .article-content h4,
.single-article .article-content label,
.single-article .article-content p,
.single-article .article-content strong {
    -webkit-touch-callout: text !important;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

.single-article .article-content h2,
.single-article .article-content h3,
.single-article .article-content h4 {
    font-weight: 700;
    color: #231f20;
    margin-bottom: 1rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3;
}

@media (min-width: 600px) {
    .single-article .article-content h2,
    .single-article .article-content h3,
    .single-article .article-content h4 {
        margin-bottom: 3.22754%;
    }
}

@media (min-width: 600px) and (min-width: 1390px) {
    .single-article .article-content h2,
    .single-article .article-content h3,
    .single-article .article-content h4 {
        margin-bottom: 4.00093%;
    }
}

@media (min-width: 995px) {
    .single-article .article-content h2,
    .single-article .article-content h3,
    .single-article .article-content h4 {
        font-size: 17px;
    }
}

.single-article .article-content ul {
    margin: 1rem 0;
}

@media (min-width: 600px) {
    .single-article .article-content ul {
        margin-bottom: 3.22754%;
        margin-top: 3.22754%;
    }
}

@media (min-width: 600px) and (min-width: 1390px) {
    .single-article .article-content ul {
        margin-bottom: 4.00093%;
        margin-top: 4.00093%;
    }
}

.article-content .block-red {
    border: 2px solid #e5282a;
    padding: 20px;
}

.article-content .block-red p {
    margin: 0;
}

.article-content ul>li {
    padding-left: 30px;
    position: relative;
    line-height: 20px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25rem;
    padding-bottom: 8px;
}

.article-content ul>li:before {
    position: absolute;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #0c0c0d;
    border-radius: 50%;
    left: 20px;
    top: 8px;
    top: 0.5rem;
}

.single-article .article-content .button {
    color: #fff;
    background-color: #e5282a;
    border-radius: 15px;
    padding: 15px 30px;
    text-decoration: none;
    width: 300px;
    max-width: 100%;
}

.single-article strong {
    font-weight: 700;
}

.single-article h1 {
    font-weight: 700;
    color: #231f20;
    letter-spacing: -0.01em;
    margin-bottom: 1rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
}

@media (min-width: 600px) {
    .single-article h1 {
        margin-bottom: 20px;
    }
}

@media (min-width: 600px) and (min-width: 1390px) {
    .single-article h1 {
        margin-bottom: 20px;
    }
}

@media (min-width: 995px) {
    .single-article h1 {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 32px;
        line-height: 2rem;
    }
}

.single-article h2 {
    font-weight: 700;
    color: #231f20;
    margin-bottom: 1rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3;
}

@media (min-width: 600px) {
    .single-article h2 {
        margin-bottom: 2.15169%;
    }
}

@media (min-width: 600px) and (min-width: 1390px) {
    .single-article h2 {
        margin-bottom: 2.66729%;
    }
}

@media (min-width: 995px) {
    .single-article h2 {
        font-size: 19px;
    }
}

.single-article .article-header h2 {
    font-weight: 600;
    font-style: italic;
}

.text-red {
    border: 2px solid #e5282a;
    text-align: center;
    padding: 10px;
    color: #e5282a;
}

.single-article .article-header h1,
.single-article .article-header h2 {
    -webkit-touch-callout: text !important;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

.single-article p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin: 1rem 0;
}

@media (min-width: 600px) {
    .single-article p {
        margin-bottom: 3.22754%;
        margin-top: 3.22754%;
    }
}

@media (min-width: 600px) and (min-width: 1390px) {
    .single-article p {
        margin-bottom: 4.00093%;
        margin-top: 4.00093%;
    }
}

.single-article .article-content a {
    color: #e5282a;
    text-decoration: underline;
}

.single-article .article-content a:hover {
    opacity: 0.8;
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.single-article .c-s-wrapper {
    margin-top: 0;
}

.single-article .c-s-wrapper li {
    margin-right: 6px;
    line-height: 20px;
}

@media (min-width: 600px) {
    .single-article .c-s-wrapper li {
        margin-right: 20px;
        line-height: 40px;
    }
}

.single-article .c-s-wrapper li:last-child {
    margin-right: 0;
}

.single-article .c-s-wrapper li span {
    margin-right: 5px;
}

.single-article .c-s-wrapper li a {
    text-decoration: none;
}

.single-article .c-s-wrapper li>span,
.single-article .c-s-wrapper li a>span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    vertical-align: top;
}

@media (min-width: 480px) {
    .single-article .c-s-wrapper li>span,
    .single-article .c-s-wrapper li a>span {
        font-size: 18px;
        font-size: 1.1rem;
        font-weight: 600;
        letter-spacing: 0.02em;
    }
}

@media (min-width: 600px) {
    .single-article .c-s-wrapper li>span,
    .single-article .c-s-wrapper li a>span {
        line-height: 40px;
        vertical-align: middle;
    }
}

.single-article .c-s-wrapper li .comments_icon-wrapper {
    width: 19px;
    vertical-align: top;
}

@media (min-width: 600px) {
    .single-article .c-s-wrapper li .comments_icon-wrapper {
        vertical-align: middle;
    }
}

.single-article .c-s-wrapper li .share_icon-wrapper {
    width: 18px;
    vertical-align: top;
}

@media (min-width: 600px) {
    .single-article .c-s-wrapper li .share_icon-wrapper {
        vertical-align: middle;
    }
}

.article-header-top {
    margin-bottom: 2%;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 1390px) {
    .article-header-top {
        margin-bottom: 2%;
    }
}

@media (max-width: 600px) {
    .single .article-header-top {
        margin-bottom: 3.94737%;
    }
}

.single-time {
    align-self: flex-end;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #b4bac1;
    line-height: 20px;
}

.comments-wrapper-header {
    text-align: center;
}

@media (max-width: 600px) {
    .comments-wrapper-header {
        display: block;
    }
}

.comments-wrapper .single-time a,
.comments-wrapper .single-time li,
.comments-wrapper .single-time time {
    color: #0c0c0d;
    font-size: 10px;
    font-size: 0.65rem;
}

.single-time a:hover {
    text-decoration: underline;
}

.single-time {
    overflow: hidden;
    margin-bottom: 1rem;
}

@media (min-width: 600px) {
    .single-time {
        margin-top: 15px;
        margin-bottom: 0;
    }
}

.comments-wrapper .single-time {
    float: right;
    margin-bottom: 0;
}

.single-article .socials-wrapper li.facebook-wrapper a {
    background: #3c5898;
}

.single-article .socials-wrapper li.twitter-wrapper a {
    background: #1ab2e8;
}

.single-article .socials-wrapper li.linkedin-wrapper a {
    background: #0073b0;
}

.single-article .socials-wrapper li.envelope-wrapper a {
    background: #e5282a;
}

.single-article .socials-wrapper {
    margin: 0 -1px;
}

.single-article .socials-wrapper:after,
.single-article .socials-wrapper:before {
    content: " ";
    display: table;
}

.single-article .socials-wrapper:after {
    clear: both;
}

@media (min-width: 600px) {
    .single-article .socials-wrapper {
        margin: 20px 0;
    }
}

.single-article .socials-wrapper li {
    margin: 0;
    display: block;
    float: left;
    width: 16.66%;
    height: 40px;
    padding: 0 1px;
}

@media (min-width: 600px) {
    .single-article .socials-wrapper li {
        width: 40px;
        margin-right: 10px;
        padding: 0;
    }
}

.single-article .socials-wrapper li:last-child {
    margin-right: 0;
}

.single-article .socials-wrapper li:hover {
    opacity: 0.8;
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.single-article .socials-wrapper li a {
    height: 100%;
    width: 100%;
    display: block;
}

.single-article .socials-wrapper .facebook_icon-wrapper {
    width: 8px;
}

.single-article .socials-wrapper .envelope_icon-wrapper,
.single-article .socials-wrapper .twitter_icon-wrapper {
    width: 20px;
}

.comments-wrapper {
    padding: 40px 60px;
    background: #edf1f2;
    margin: 40px 0;
}

@media (max-width: 425px) {
    .comments-wrapper {
        padding: 20px;
    }
}

.comments-wrapper h3 {
    text-transform: uppercase;
    font-weight: 700;
    color: #0c0c0d;
    font-size: 16px;
    font-size: 1.0625rem;
    line-height: 20px;
    margin-bottom: 1rem;
}

@media (min-width: 850px) {
    .comments-wrapper h3 {
        margin-bottom: 3.22754%;
    }
}

@media (min-width: 850px) and (min-width: 1390px) {
    .comments-wrapper h3 {
        margin-bottom: 4.00093%;
    }
}

.comments-content__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user-avatar img {
    max-width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.comments-wrapper .comments-content-header {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.comment-right {
    margin-top: 45px;
    margin-left: 70px;
}

@media (max-width: 375px) {
    .comments-wrapper .comments-content-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .comments-wrapper .single-time {
        margin-left: 64px;
        /* margin-right: auto; */
    }
    .comment-right {
        margin-top: 20px;
        margin-left: 25px;
    }
}

.comments-wrapper .comments-content-header h4 {
    float: left;
    font-size: 16px;
    font-size: 1.0625rem;
    line-height: 20px;
    font-weight: 700;
    color: #231f20;
    word-break: break-word;
}

.comments-wrapper .comments-content-inner.main-comments>li {
    padding: 15px 0;
    border-bottom: 2px solid #fff;
}

.comments-wrapper .comments-content-inner.main-comments>li:last-child {
    border-bottom: 0;
}

.comments-wrapper .comments-content-inner.main-comments>li:first-child {
    border-top: 2px solid #fff;
}

.comments-wrapper p {
    font-weight: 500;
    color: #231f20;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 20px;
    margin-bottom: 16px;
    word-break: break-word;
    -webkit-touch-callout: text !important;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

@media (min-width: 600px) {
    .comments-wrapper p {
        margin-bottom: 20px;
    }
}

.comments-wrapper .comment-content-wrapper {
    position: relative;
}

.btn-bottom {
    text-align: center;
    margin: 0 auto;
    background-color: #e5282a;
    border-radius: 15px;
    text-decoration: none;
    width: 100%;
    max-width: 455px;
}

.btn-bottom a {
    display: block;
    padding: 15px 30px;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s ease-out;
}

.btn-bottom a:hover {
    transform: scale(1.1);
}

.footer-bottom .main-wrapper {
    background-color: #000;
}

.product {
    margin-bottom: 111px;
}

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

@media screen and (max-width: 500px) {
    .product img {
        max-width: 80%;
    }
}

form {
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.new_price {
    border-bottom: 2px solid #f00;
    margin: 0 auto;
    width: 100px;
}

label {
    display: block;
    margin: 10px auto;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}

.form_group {
    padding: 10px;
    display: block;
    margin: 10px auto;
    border: 2px solid grey;
    border-radius: 8px;
    width: 300px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form_btn {
    display: block;
    margin: 20px auto;
    padding: 20px;
    font-size: 20px;
    text-decoration: none;
    background-color: #de0606;
    text-align: center;
    color: #fff !important;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.form_btn:hover {
    opacity: 0.8;
}

.order_block h2 {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

p.priceс {
    position: relative;
    right: -45px;
    bottom: -69px;
    color: rgb(0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
    width: 175px;
    height: 100px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    transform: rotateZ(-16deg);
    text-align: center !important;
    margin: -160px auto 30px;
    background: linear-gradient( to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 5px;
}
/*
.priceс span {
     display: block;
    font-size: 19px;
    line-height: 27px;
} */

.priceс .old_price {
    display: block;
    text-decoration: line-through;
    font-size: 16px;
}

/*.priceс .old_price span {
    display: inline-block;
    font-weight: normal;
}*/

.new_price {
    border-bottom: 2px solid #f00;
    margin: 0 auto;
    width: 100px;
}

@media (max-width: 425px) {
    .product {
        margin-bottom: 160px;
    }
    p.priceс {
        right: -38px;
        bottom: -95px;
    }
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    appearance: none;
    background: url("../images/customselect.png") center right 15px no-repeat, #ffffff;
}

@media (max-width: 991px) {
    .main-comments li:nth-last-of-type(n+5) {
        display: none;
    }
}