/* vikarfo */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
strong {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    outline: none;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

input,
textarea,
select,
button {
    margin: 0;
    font: 100% Arial, sans-serif;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input[type="submit"] {
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: none;
}

:-moz-placeholder {
    color: #d3d7db;
}

::-moz-placeholder {
    color: #d3d7db;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #d3d7db;
}

:-ms-input-placeholder {
    color: #d3d7db;
}

::placeholder {
    color: #d3d7db;
}

:focus:-moz-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus:-ms-input-placeholder {
    color: transparent;
}

:focus::placeholder {
    color: transparent;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*------------general------------*/
body {
    margin: 0;
    color: #fff;
    font: 14px/1.2 Arial, sans-serif;
    min-width: 320px;
    background-color: #10171e;
}

.container-vikarfo {
    /* max-width: 1240px; */
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 10px;
}

@media screen and (max-width: 2024px) {
    .container-vikarfo {
        padding: 0 5px;
    }
}

.textfield {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: none;
    font-size: 14px;
    color: #d3d7db;
    background: linear-gradient(to bottom, #151e28 0, #1d262f 100%);
    /*    border-radius: 20px;*/
}

textarea.textfield {
    height: auto;
    resize: vertical;
    padding: 10px;
    line-height: 20px;
}

.headline-vikarfo {
    margin: 0 0 15px 0;
}

.main-title-vikarfo {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
    position: relative;
    /*    display: inline-block;*/
    padding-bottom: 8px;
    border-bottom: 1px solid #263342;
}

.headline-vikarfo .main-title-vikarfo {
    /*    margin: 0 0 5px;*/
    /*    color: #2b94e1;*/
}

.main-title-vikarfo i {
    margin: 0 5px 0 0;
}

.main-title-vikarfo.center {
    text-align: center;
    justify-content: center;
}

@media screen and (max-width: 2024px) {
    .main-title-vikarfo {
        margin: 0 0 10px 0;
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .main-title-vikarfo.mobile-center {
        text-align: center;
        justify-content: center;
    }
}

.main-text-vikarfo p {
    text-align: justify;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    color: #d3d7db;
}

.main-text-vikarfo {
    text-align: center;
}

.btn-full-text {
    display: none;
    margin: 5px 0 0 0;
    vertical-align: top;
    /*    color: #303030;*/
    text-align: center;
    border-radius: 3px;
    font-weight: 700;
    cursor: pointer;
}

.btn-full-text .text-less {
    display: none;
}

.main-text-vikarfo.full .btn-full-text .text-more {
    display: none;
}

.main-text-vikarfo.full .btn-full-text .text-less {
    display: block;
}

@media screen and (max-width: 480px) {
    .btn-full-text {
        display: inline-block;
    }

    .main-text-vikarfo p {
        height: 54px;
    }

    .main-text-vikarfo.full p {
        height: auto;
    }
}


/* .lazyload,
.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
} */

.flag-icon {
    display: inline-block;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;

    height: 1em;
    width: 1.335em;
    font-size: 16px;
}

.svg-icon {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.icon-arrow-left {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border: solid #303030;
    border-width: 0 3px 3px 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin: 0 0 0 6px;
}

.icon-arrow-right {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border: solid #303030;
    border-width: 0 3px 3px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: 0 6px 0 0;
}

.skip-link {
    display: none;
}

/*------------/general------------*/

/*------------flags------------*/
.item-flag:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    width: 21px;
    height: 16px;
    background-size: 100px;
    margin: 0 5px 0 0;
}

.flag-es:before {
    background-position: center -92px;
}

.flag-si:before {
    background-position: center -32px;
}

.flag-sk:before {
    background-position: center -52px;
}

.flag-sv:before {
    background-position: center -72px;
}

.flag-gb:before {
    background-position: center -112px;
}

.flag-ua:before {
    background-position: center -132px;
}

.flag-ru:before {
    background-position: center -152px;
}

.flag-pl:before {
    background-position: center -172px;
}

.flag-kr:before {
    background-position: center -192px;
}

.flag-no:before {
    background-position: center -212px;
}

.flag-jp:before {
    background-position: center -232px;
}

.flag-it:before {
    background-position: center -252px;
}

.flag-hu:before {
    background-position: center -272px;
}

.flag-gr:before {
    background-position: center -292px;
}

.flag-de:before {
    background-position: center -312px;
}

.flag-fr:before {
    background-position: center -332px;
}

.flag-fi:before {
    background-position: center -352px;
}

.flag-nl:before {
    background-position: center -372px;
}

.flag-dk:before {
    background-position: center -392px;
}

.flag-cz:before {
    background-position: center -412px;
}

.flag-ae:before {
    background-position: center -432px;
}

.flag-pt:before {
    background-position: center -452px;
}

.flag-in:before {
    background-position: center -472px;
}

.flag-my:before {
    background-position: center -492px;
}

/*------------/flags------------*/

/*------------header------------*/
.header-vikarfo {
    margin: 0 0 15px 0;
    background: linear-gradient(to bottom, #151e28 0, #1d262f 100%);
    border-bottom: 2px solid #252e36;
}

.header-vikarfo .container-vikarfo {
    padding: 0;
}

.row-header-vikarfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 10px;
    /*  background: #0e0e0e;*/
}

@media screen and (max-width: 2024px) {
    .row-header-vikarfo {
        padding: 10px 5px;
        justify-content: flex-end;
    }
}

/*------------/header------------*/

/*------------navigation------------*/
.main-menu-vikarfo {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-grow: 1;
    margin: 0 15px;
}

.main-menu-vikarfo > li {
    /* display: inline-block; */
    /* vertical-align: top; */
    /* margin: 0 15px; */
}

.main-menu-vikarfo > li:last-child {
    border-bottom: none;
}

.main-menu-vikarfo > li.dropdown {
    position: relative;
}

.main-menu-vikarfo > li.dropdown .link:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin: -4px 0 0 6px;
}

.main-menu-vikarfo > li.dropdown.open .link:after {
    margin: 4px 0 0 6px;
    transform: rotate(225deg);
}

.main-menu-vikarfo .link {
    color: #d3d7db;
    display: flex;
    padding: 24px 16px;
    position: relative;
    align-items: center;
    font-size: 18px;
}

.main-menu-vikarfo .link .flag-icon {
    margin: 0;
}

.main-menu-vikarfo .link * + * {
    margin: 0 0 0 5px;
}

.no-touch .main-menu-vikarfo .link:hover:before,
.main-menu-vikarfo .link.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #2b94e1;
    width: 100%;
}

.main-menu-vikarfo .link.active,
.main-menu-vikarfo .link:hover {
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .main-menu-vikarfo > li {
        margin: 0 8px;
    }

    .main-menu-vikarfo .link {
        font-size: 16px;
    }
}

@media screen and (max-width: 2024px) {
    .main-menu-vikarfo {
        display: block;
        position: absolute;
        top: 100%;
        background-color: #181818;
        left: 0;
        right: 0;
        z-index: 201;
        margin: 1px 0 0 0;
        visibility: hidden;
        opacity: 0;
        transition: transform .3s, opacity .6s;
        transform: translateY(-50px);
    }

    body.menu-opened .main-menu-vikarfo {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        display: block;
    }

    .main-menu-vikarfo > li {
        display: block;
        margin: 0;
    }

    .main-menu-vikarfo .link {
        justify-content: center;
        /*        color: #c6c6c6;*/
        padding: 10px 6px;
    }

    .main-menu-vikarfo > li.dropdown .link:after {
        border-color: #fff;
        width: 8px;
        height: 8px;
        margin: -8px 0 0 5px;
    }

    .main-menu-vikarfo > li.dropdown.open .link:after {
        margin: 2px 0 0 5px;
    }

}

/*------------/navigation------------*/

/*------------mobile menu button------------*/
.btn-menu-vikarfo {
    display: none;

    flex-shrink: 0;
    width: 44px;
    height: 34px;
    position: relative;
    margin: 0 0 0 10px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.btn-menu-vikarfo span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #2b94e1;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.btn-menu-vikarfo span:nth-child(1) {
    top: 0px;
}

.btn-menu-vikarfo span:nth-child(2),
.btn-menu-vikarfo span:nth-child(3) {
    top: 14px;
}

.btn-menu-vikarfo span:nth-child(4) {
    top: 28px;
}

body.menu-opened .btn-menu-vikarfo span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

body.menu-opened .btn-menu-vikarfo span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.menu-opened .btn-menu-vikarfo span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body.menu-opened .btn-menu-vikarfo span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

@media screen and (max-width: 2024px) {
    .btn-menu-vikarfo {
        display: block;
    }
}

/*------------/mobile menu button------------*/

/*------------dropdown container------------*/
.dropdown-container {
    position: absolute;
    right: 50%;
    z-index: 111;
    background: #fff;
    border: 1px solid #fff;
    visibility: hidden;
    opacity: 0;
    transition: transform .3s, opacity .3s;
    transform: translate(50%, 50px);
    width: 400px;
}

.open .dropdown-container {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translate(50%, 0);
}

.dropdown-link {
    width: 33.333%;
    float: left;
    color: #303030;
    padding: 8px 5px;
    font-size: 13px;
    text-align: left;
    display: flex;
    align-items: center;
}

.no-touch .dropdown-link:hover {
    color: #2b94e1;
}

@media screen and (max-width: 1650px) {
    .dropdown-container {
        right: 0;
        transform: translate(0, 50px);
    }

    .open .dropdown-container {
        transform: translate(0, 0);
    }
}

@media screen and (max-width: 2024px) {
    .dropdown-container {
        width: 100%;
    }

    .dropdown-link {
        justify-content: center;
    }
}

/*------------/dropdown container------------*/


/*------------search------------*/
.btn-search-vikarfo {
    background: #2b94e1;
    padding: 8px 10px;
    border-radius: 5px;
    margin: 0 0 0 10px;
    cursor: pointer;
    transition: background .3s;
    width: 42px;
    height: 42px;
    position: relative;
    flex-shrink: 0;
}

.icon-search {
    position: absolute;
    display: inline-block;
    border-radius: 30px;
    height: 22px;
    width: 22px;
    border: 3px solid #fff;
    transform: rotate(-45deg);
    top: 7px;
    left: 7px;
}

.icon-search:after {
    content: "";
    height: 12px;
    width: 4px;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

body.search-opened .btn-search-vikarfo .icon-search {
    display: none;
}

body.search-opened .btn-search-vikarfo:after,
body.search-opened .btn-search-vikarfo:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 28px;
    background: #fff;
    border-radius: 5px;
}

body.search-opened .btn-search-vikarfo:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

body.search-opened .btn-search-vikarfo:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.search-form-vikarfo {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: linear-gradient(to bottom, #151e28 0, #1d262f 100%);
    padding: 10px;
    margin: 1px 0 0 0;
    visibility: hidden;
    opacity: 0;
    transition: transform .3s, opacity .6s;
    transform: translateY(-50px);
    z-index: 201;
    border-top: none;
}

body.search-opened .search-form-vikarfo {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.search-form-vikarfo .form {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.search-form-vikarfo .input {
    width: 100%;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    padding: 0 50px 0 12px;
    border: none;
    /*    box-shadow: 0 2px 2px rgba(0, 0, 0, .6);*/
    /*    text-shadow: 0 2px 2px #10171e;*/
    color: #1c1818;
    background: #d3d7db;
    /*    border-radius: 20px;*/
}

.search-form-vikarfo .btn-submit {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    height: 40px;
    width: 46px;
    background: none;
}

.search-form-vikarfo .btn-submit .icon-search {
    border-color: #2b94e1;
    top: 5px;
    left: 10px;
}

.search-form-vikarfo .btn-submit .icon-search:after {
    background: #2b94e1;
}

/*------------/search------------

/*------------sorts------------*/
.sorts {
    margin: 0 0 10px 0;
}

.sorts .item-sort {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    padding: 5px 0;
    display: inline-block;
    vertical-align: top;
}

.sorts .item-sort + .item-sort {
    margin: 0 0 0 20px;
}

.sorts .item-sort.active {
    color: #2b94e1;
    border-color: #2b94e1;
}

.no-touch .sorts .item-sort:hover {
    color: #2b94e1;
}

/*------------sorts------------*/

/*------------related-categories------------*/
.related-list-categories-vikarfo {
    margin: 0 0 10px 0;
    font-size: 0;
}

.related-list-categories-vikarfo::-webkit-scrollbar {
    display: none;
}

.related-list-categories-vikarfo .title {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
    color: #2b94e1;
}

.related-list-categories-vikarfo .title i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 0 0;
}

.related-list-categories-vikarfo .title span {
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

.related-list-categories-vikarfo .item {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    color: #fff;
    padding: 8px 10px;
    font-size: 14px;
    margin: 2px 4px 2px 0;
    border-radius: 2px;
    white-space: nowrap;
}

.related-list-categories-vikarfo .item i {
    margin: 0 4px 0 0;
    font-size: 15px;
}

.no-touch .related-list-categories-vikarfo .item:hover {
    background: #2b94e1;
}

@media screen and (max-width: 768px) {
    .related-list-categories-vikarfo {
        display: inline-flex;
        width: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
    }
}

/*------------/related-categories------------*/

/*------------thumbs------------*/
.thumbs {
    font-size: 0;
    /* overflow: hidden; */
    margin: 0 0 15px 0;
}

.thumb {
    display: inline-block;
    vertical-align: top;
    width: calc(20% - 4px);
    margin: 2px;
}

.thumb .img-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 56.666%;
}

.thumb .img-wrap a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.thumb .img-wrap a:before,
.thumb .img-wrap a:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    transition: width 0.5s, height 0.5s, opacity 0.5s;
    z-index: 1;
    opacity: 0;
}

.thumb .img-wrap a:before {
    border-bottom: 2px solid #2b94e1;
    border-left: 2px solid #2b94e1;
    left: 0;
    bottom: 0;
}

.thumb .img-wrap a:after {
    border-top: 2px solid #2b94e1;
    border-right: 2px solid #2b94e1;
    top: 0;
    right: 0;
}

.no-touch .thumb:hover .img-wrap a:before,
.no-touch .thumb:hover .img-wrap a:after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

/* .thumb .img-wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0;
    border: 2px solid #2b94e1;
    transition: opacity 0.3s;
}
.no-touch .thumb:hover .img-wrap:before {
    opacity: 1;
} */

.thumb .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.thumb .duration {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 13px;
    color: #fff;
    background: rgb(0 0 0 / 60%);
    padding: 2px 4px;
    border-radius: 3px;
}

.thumb .title {
    font-size: 18px;
    display: block;
    padding: 4px;
    color: #d3d7db;
    text-align: center;
}

.no-touch .thumb:hover .title {
    color: #2b94e1;
}

.thumb .text-holder {
    display: block;
    padding: 5px 0;
}

.thumb .text {
    font-size: 14px;
    line-height: 18px;
    color: #d3d7db;
    max-height: 36px;
    overflow: hidden;
}

.thumbs .thumbs-sites {
    border-bottom: 2px solid #2b94e1;
    padding: 0 0 5px 0;
}

.thumbs-sites .thumb .row-title {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.thumbs-sites .thumb .row-title .text {
    margin: 0 5px 0 0;
}


@media screen and (max-width: 1250px) {
    .thumb {
        width: calc(25% - 4px);
    }

    .thumbs-sites.desktop .thumb:last-child {
        display: none;
    }
}

@media screen and (max-width: 2024px) {
    .thumb {
        width: calc(33.333% - 4px);
    }

    .thumbs-sites.desktop .thumb:nth-last-child(-n+2) {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .thumb {
        width: calc(50% - 4px);
    }

    .thumb .title {
        font-size: 16px;
    }

    .thumbs-sites.desktop .thumb:nth-last-child(-n+2) {
        display: inline-block;
    }

    .thumbs-sites.desktop .thumb:last-child {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .thumb .text-holder {
        padding: 3px 0;
    }

    .thumb .text {
        font-size: 13px;
        line-height: 16px;
        max-height: 32px;
    }
}

/* fix for trade */
.thumb.hide-next + .thumb {
    display: none;
}

/*------------/thumbs------------*/

/*------------footer------------*/
.footer-vikarfo {
    padding: 25px 0;
    text-align: center;
    color: #2b94e1;
    margin: 20px 0 0 0;
    background-color: #10171e;
    border-top: 3px solid #16202a;
}

.footer-vikarfo .container-vikarfo {
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    border-radius: 10px 10px 0 0;
}

.footer-links-vikarfo {
    margin: 5px 0;
    padding: 0;
}

.footer-links-vikarfo a {
    margin: 3px 5px;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
}

.footer-vikarfo p {
    color: #d3d7db;
    font-size: 15px;
    margin: 0 0 8px 0;
}

.footer-vikarfo p:last-child {
    margin: 0;
}

.footer-vikarfo a {
    color: #2b94e1;
    /*  text-decoration: underline;*/
}

@media screen and (min-width: 1025px) {
    .footer-vikarfo a:hover {
        text-decoration: underline;
    }
}

.no-touch .footer-vikarfo a:hover {
    text-decoration: underline;
}

/*------------/footer------------*/


/*------------bottom text------------*/
.bottom-text {
    margin: 15px 0;
    text-align: justify;
    color: #e1e1e1;
}

.bottom-text .title {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 10px 0;
}

.bottom-text p {
    margin: 0 0 15px 0;
    font-size: 15px;
    line-height: 20px;
    color: #d3d7db;
}

.bottom-text p:last-child {
    margin: 0;
}

/*------------/bottom text------------*/

/*------------categories------------*/
.tag-cloud-vikarfo {
    margin: 0 0 15px 0;
    display: flex;
    flex-wrap: wrap;
}

.tag-cloud-vikarfo a {
    margin: 2px;
    padding: 4px 10px 4px 4px;
    border-radius: 5px;
    /*  border: 2px solid #fff;*/
    white-space: nowrap;
    position: relative;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: center;
    /*    background-color: #080b0e;*/
    /*    color: #fff;*/
    /*  background-color: #313131;*/
    /*    border: 1px solid #313131;*/
    /*    background: #10171e;*/
    border: 1px solid #263342;
    background-color: #121c25;
    color: #d3d7db;
}

.no-touch .tag-cloud-vikarfo a:hover,
.tag-cloud-vikarfo a.active {
    color: #fff;
    /*    background-color: #2b94e1;*/
    border-color: #fff;
}

.tag-cloud-vikarfo a:before {
    margin: 0 4px 0 0;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    border: 2px solid transparent;
    text-align: center;
    line-height: 24px;
    color: #2b94e1;
}

.no-touch .tag-cloud-vikarfo a:hover:before,
.tag-cloud-vikarfo a.active:before {
    border-color: #fff;
}

.tag-cloud-vikarfo.cs a:before,
.tag-cloud-vikarfo a.cs:before {
    content: '\2724';
    font-size: 23px;
}

.tag-cloud-vikarfo.models a:before,
.tag-cloud-vikarfo a.models:before {
    content: '\2605';
    font-size: 18px;
}

.tag-cloud-vikarfo.categories a:before,
.tag-cloud-vikarfo a.categories:before {
    content: '\2731';
    font-size: 24px;
}

/* .tag-cloud-vikarfo.sites a:before,
.tag-cloud-vikarfo a.sites:before {
    content: '\2661';
    font-size: 18px;
} */

.tag-cloud-vikarfo .heart {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 28px;
    border: 2px solid transparent;
    border-radius: 50%;
    margin: 0 4px 0 0;
}

.tag-cloud-vikarfo .heart:before,
.tag-cloud-vikarfo .heart:after {
    content: "";
    position: absolute;
    top: 5px;
    width: 10px;
    height: 16px;
    border-radius: 20px 20px 0 0;
    background: #2b94e1;
}

.tag-cloud-vikarfo .heart:before {
    left: 12px;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
}

.tag-cloud-vikarfo .heart:after {
    left: 2px;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
}

.no-touch .tag-cloud-vikarfo a:hover .heart,
.tag-cloud-vikarfo a.active .heart {
    border-color: #2b94e1;
}

.no-touch .tag-cloud-vikarfo a:hover .heart:before,
.no-touch .tag-cloud-vikarfo a:hover .heart:after,
.tag-cloud-vikarfo a.active .heart:before,
.tag-cloud-vikarfo a.active .heart:after {
    background: #2b94e1;
}

.no-touch .tag-cloud-vikarfo a:hover:before {
    border-color: #fff;
}

.no-touch .tag-cloud-vikarfo a:hover:before {
    color: #fff;
}

.no-touch .tag-cloud-vikarfo a:hover:after {
    background: #2b94e1;
}

.tag-cloud-vikarfo.one-row::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 768px) {
    .tag-cloud-vikarfo.one-row {
        display: inline-flex;
        flex-wrap: nowrap;
        width: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
    }
}


.tag-cloud-vikarfo.searches a {
    border: none;
    padding: 0;
    margin: 2px 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

.tag-cloud-vikarfo.searches a:hover {
    color: #2b94e1;
}

.tag-cloud-vikarfo.searches a:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #2b94e1;
    margin: 0 6px 0 4px;
    position: relative;
    top: -3px;
    flex-shrink: 0;
}

.tag-cloud-vikarfo.searches a:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 8px;
    background: #2b94e1;
    left: 4px;
    top: 16px;
    transform: rotate(40deg);
}

.no-touch .tag-cloud-vikarfo.searches a:hover:before {
    border-color: #2b94e1;
}

.no-touch .tag-cloud-vikarfo.searches a:hover:after {
    background: #2b94e1;
}

@media screen and (max-width: 768px) {
    .tag-cloud-vikarfo.searches {
        justify-content: center;
    }

    .tag-cloud-vikarfo.searches a {
        font-size: 14px;
    }
}


.tag-cloud-vikarfo.columns {
    margin: 0 0 15px 0;
    column-count: 5;
    display: block;
}

.tag-cloud-vikarfo.columns a {
    margin: 0 0 10px 0;
    /*    background: #252525;*/
}

.tag-cloud-vikarfo.columns a.hidden {
    display: none;
}

@media screen and (max-width: 2024px) {
    .tag-cloud-vikarfo.columns {
        column-count: 4;
    }
}

@media screen and (max-width: 768px) {
    .tag-cloud-vikarfo.columns {
        column-count: 3;
    }
}

@media screen and (max-width: 640px) {
    .tag-cloud-vikarfo.columns {
        column-count: 2;
    }
}

@media screen and (max-width: 480px) {
    .tag-cloud-vikarfo.columns {
        column-count: 1;
    }
}

/*------------/categories------------*/

/*------------pagination------------*/
.pagination {
    font-size: 0;
    text-align: center;
    margin: 0 0 15px;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
    margin: 2px 1px 0;
}

.pagination a,
.pagination span {
    /*    border: 1px solid #080b0e;*/
    color: #fff;
    background-color: #1e2b39;
    box-sizing: content-box;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    min-width: 30px;
    font-size: 16px;
    text-transform: uppercase;
    /*    border-radius: 3px;*/
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .55);
}

.no-touch .pagination a:hover,
.pagination a.active,
.pagination li.active a {
    /*  background-color: #2b94e1;*/
    background-color: #2b94e1;
}

.pagination li.active a {
    background-color: #2b94e1 !important;
    /*    border: 2px solid #2b94e1;*/
    color: #fff !important;
}

@media (max-width: 640px) {
    .pagination ul.mobile {
        display: table;
        width: 100%;
        border-collapse: separate;
        border-spacing: 2px;
        padding: 0 5px;
    }

    .pagination ul.mobile li {
        display: table-cell;
    }
}

/*------------/pagination------------*/

/*------------album link------------*/
.caption-link {
    background: #2b94e1;
    display: inline-block;
    vertical-align: middle;
}

.caption-link a {
    color: #303030;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
}

.caption-link a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 22px;
}

.caption-link a .svg-icon {
    margin: 0 0 0 5px;
    font-size: 22px;
}

/*------------/album link------------*/

/*------------player------------*/
.player {
    position: relative;
    margin-bottom: 10px;
    background-color: #303030;
}

.fluid-player {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}

.fluid-player .fluid_video_wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

.fluid-player video {
    display: none;
}

.fluid-player .fluid_video_wrapper video {
    display: block;
}

.fluid-player .fluid_initial_play {
    display: none;
}

.fake-player {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
}

.fake-player .fake-player-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;

    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: #333333;
}

.fake-player .fake-player-play:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 23px;
    border-style: solid;
    border-width: 15px 0 15px 21px;
    border-color: transparent transparent transparent #ffffff;
}

/*------------/player------------*/

/*------------spot in player------------*/
.spot-player {
    display: none;

    z-index: 20;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: Arial, serif;
    text-align: center;
}

.spot-player.visible {
    display: block;
}

.spot-player-text {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 2px 8px;
    font-size: 14px;
}

.spot-player .spot {
    padding: 2px;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    box-sizing: content-box;
}

.spot-player.desktop .spot {
    width: 300px;
    min-height: 172px;
    max-height: 250px;
}

.spot-player.mobile .spot {
    width: 300px;
    min-height: 86px;
}

.spot-continue {
    display: none;

    outline: 0;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    margin: 5px 0 0 0;
    background: #2b94e1;
    border: none;
    padding: 8px 10px;
    font-weight: 700;
}

.spot-close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 20px;
    width: 20px;
    background: #2b94e1;
    border: none;
    outline: none;
}

.spot-close:after,
.spot-close:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 3px;
    height: 18px;
    background: #fff;
}

.spot-close:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.spot-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    .spot-continue {
        display: none;
    }
}

/*------------/spot in album------------*/

/*------------block-info------------*/
.block-info {
    margin: 0 0 20px 0;
    border: 1px solid #fff;
    background: #fff;
    padding: 15px;
}

.row-info {
    margin: 0 0 10px 0;
    font-size: 16px;
}

.row-info:last-child {
    margin: 0;
}

.info-title {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.info-title .icon-holder {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 3px 0 0;
    width: 18px;
}

.info-title .svg-icon {
    margin: 0 auto;
    font-size: 16px;
}

.info-title .icon-star {
    font-size: 18px;
}

.info-title .icon-categories {
    font-size: 15px;
}

/* .info-link {
    color:#af0d6d;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
} */

.tag-link {
    padding: 5px 8px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 1px;
    background: #676767;
}

.no-touch .tag-link:hover {
    background: #2b94e1;
}

.source-link {
    display: flex;
    padding: 15px 10px;
    text-align: center;
    background: #af0d6d;
    color: #fff;
    font-size: 20px;
    border-radius: 3px;
    transition: opacity .3s;
    justify-content: center;
    align-items: center;
}

.source-link .svg-icon {
    margin: 0 0 0 5px;
    font-size: 22px;
}

.no-touch .source-link:hover {
    background: #2b94e1;
}

/*------------/block-info------------*/

/*------------alphabet------------*/
.alphabet-vikarfo {
    display: flex;
    margin: 0 0 15px 0;
    flex-wrap: wrap;
}

.alphabet-vikarfo::-webkit-scrollbar {
    display: none;
}

.alphabet-vikarfo a {
    text-align: center;
    font-size: 16px;
    line-height: 31px;
    min-width: 35px;
    margin: 0 2px 2px 0;
    flex-shrink: 0;
    color: #fff;
    padding: 0 3px;
    border-radius: 20px;
    border: 2px solid #fff;
}

.no-touch .alphabet-vikarfo a:hover,
.alphabet-vikarfo a.active {
    border-color: #2b94e1;
    color: #2b94e1;
}

@media screen and (max-width: 768px) {
    .alphabet-vikarfo {
        display: inline-flex;
        flex-wrap: nowrap;
        width: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
    }
}

/*------------/alphabet------------*/

/*------------list-group------------*/
.list-group-vikarfo {
    overflow: hidden;
    padding: 30px 0 20px 0;
    border-top: 1px solid #fff;
}

.list-group-vikarfo .letter {
    float: left;
    width: 100px;
    font-size: 20px;
    line-height: 24px;
    color: #2b94e1;
    font-weight: 700;
}

.list-group-vikarfo .items {
    overflow: hidden;
    font-size: 0;
}

.list-group-vikarfo .items .item {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0 10px 10px 0;
    box-sizing: border-box;
}

.list-group-vikarfo .items .item a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.no-touch .list-group-vikarfo .items .item a:hover {
    color: #303030;
}

@media only screen and (max-width: 1200px) {
    .list-group-vikarfo .items .item {
        width: 25%;
    }
}

@media only screen and (max-width: 2024px) {
    .list-group-vikarfo .items .item {
        width: 33.333%;
    }
}

@media only screen and (max-width: 768px) {
    .list-group-vikarfo .items .item {
        width: 50%;
    }
}

@media only screen and (max-width: 540px) {
    .list-group-vikarfo .letter {
        text-align: center;
        width: 40px;
    }

    .list-group-vikarfo .items .item a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }
}

/*------------/list-group------------*/

/*------------spots------------*/
.mobile-block {
    display: none;

    width: 300px;
    margin: 10px auto;
    padding: 3px;
    background: #ececec;
    border: 1px solid #c8c8c8;
    box-sizing: content-box;
}

.mobile-block-title {
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin: 0 0 3px 0;
}

.mobile-block-content {
    width: 300px;
    background-color: #fafafa;
    overflow: hidden;
}

@media only screen and (max-width: 480px) {
    .mobile-block {
        display: block;
    }
}


.item-spot {
    width: 300px;
    height: 250px;
    padding: 2px;
    position: relative;
    box-sizing: content-box;
}

.thumb .item-spot {
    transform: translateX(-50%);
    left: 50%;
}

.item-spot-text {
    position: absolute;
    left: 2px;
    top: 2px;
    font-size: 14px;
    background: rgb(0 0 0 / 40%);
    padding: 5px 8px;
    border-radius: 0 0 3px 0;
    color: #fff;
    z-index: 1;
}

/*------------/spots------------*/

/*------------show all------------*/
.link-all-holder-vikarfo {
    text-align: center;
    margin: 0 0 15px;
    position: relative;
    overflow: hidden;
}

.link-all-holder-vikarfo.hidden {
    display: none;
}

.link-all {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 24px;
    padding: 16px 26px;
    text-transform: uppercase;
    border-radius: 5px;
    /*  border: 2px solid #fff;*/
    position: relative;
    z-index: 1;
    /*    border: 1px solid #313131;*/
    background-color: #1e2b39;
    color: #fff;
    cursor: pointer;
}

.link-all:before,
.link-all:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 1000px;
    background: #1e2b39;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.link-all:before {
    right: 100%;
}

.link-all:after {
    left: 100%;
}

.no-touch .link-all:hover {
    background-color: #2b94e1;
    color: #fff;
}

.no-touch .link-all:hover:before,
.no-touch .link-all:hover:after {
    background-color: #2b94e1;
}

@media screen and (max-width: 640px) {
    .link-all {
        font-size: 15px;
        line-height: 20px;
        padding: 12px 20px;
    }
}

/*------------/show all------------*/


/*------------video-row------------*/
.video-row-vikarfo {
    display: flex;
    align-items: flex-start;
    margin: 0 0 5px 0;
    flex-wrap: wrap;
}

.sidebar-vikarfo {
    margin: 0 0 0 10px;
    flex-shrink: 0;
    width: 59%;
}

.sidebar-vikarfo .thumbs {
    margin: 0;
}

.sidebar-vikarfo .items-thumbs {
    margin: 0;
}

.sidebar-vikarfo .item-thumb {
    width: 100%;
    margin: 0 0 10px 0;
}

.sidebar-vikarfo .thumb {
    width: calc(33.333% - 4px);
}

.video-holder-vikarfo {
    flex-grow: 1;
}

@media screen and (max-width: 1250px) {
    .sidebar-vikarfo {
        width: 50%;
    }

    .sidebar-vikarfo .thumb {
        width: calc(50% - 4px);
    }

    .sidebar-vikarfo .thumb:nth-last-child(-n+2) {
        display: none;
    }
}

@media screen and (max-width: 2024px) {
    .video-row-vikarfo {
        margin: 0;
    }

    .video-holder-vikarfo {
        order: 1;
    }

    .sidebar-vikarfo {
        width: 100%;
        margin: 0;
        flex-shrink: 1;
        order: 3;
    }

    .sidebar-vikarfo .thumb {
        width: calc(33.333% - 4px);
    }

    .sidebar-vikarfo .thumb:nth-last-child(-n+2) {
        display: inline-block;
    }
}

@media screen and (max-width: 700px) {
    .sidebar-vikarfo .thumb {
        width: calc(50% - 4px);
    }
}

/*------------/video-row------------*/

/*------------player info------------*/
.player-wrap {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.player-wrap iframe,
.player-wrap .preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.player-message {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    border-radius: 0 2px 2px 0;
    opacity: 0.8;
    background: #fff;
    font-size: 15px;
    line-height: 18px;
    padding: 5px 10px;
    z-index: 1;
}

.player-message.hidden {
    display: none;
}

.player-message a {
    color: #2b94e1;
}

.player-link {
    display: block;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    overflow: hidden;
    background-color: #2b94e1;
    /*    border: 1px solid #2b94e1;*/
    opacity: 0.9;
    color: #fff;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 10px;
    font-weight: 700;
}

.no-touch .player-link:hover {
    opacity: 1;
}

.video-action-vikarfo {
    display: flex;
    align-items: center;
    margin: 10px 0 0 0;
}

.video-action-vikarfo > * + * {
    flex-grow: 1;
}

.info-link {
    color: #fff;
    padding: 5px 0;
    border-bottom: 2px solid transparent;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    text-align: center;
    justify-content: center;
}

.info-link .svg-icon {
    font-size: 18px;
}

.info-link span {
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 0 5px;
}

@media screen and (min-width: 1025px) {
    .no-touch .info-link:hover {
        color: #fff;
    }
}

.info-link.active {
    color: #fff;
    border-color: #2b94e1;
}

@media screen and (max-width: 1200px) {
    .info-link span {
        font-size: 13px;
    }
}

@media screen and (max-width: 2024px) {
    .player-link {
        margin: 0 0 5px 0;
    }

    .video-action-vikarfo {
        margin: 5px 0 0 0;
    }
}

@media screen and (max-width: 640px) {
    .info-link span {
        display: none;
    }

    .info-link .svg-icon {
        font-size: 22px;
    }
}

@media screen and (max-width: 480px) {
    .video-action-vikarfo {
        justify-content: space-between;
        padding: 0 5px;
    }

    .video-action-vikarfo > * + * {
        margin: 0;
    }
}

.info-tabs {
    margin: 0;
    width: 100%;
}

.info-tab {
    /*    background: #10171e;*/
    border: 1px solid #313131;
    padding: 10px;
    border-radius: 3px;
    margin: 0 0 10px;
}

.info-tab.hidden {
    display: none;
}

.info-tab .tag-cloud-vikarfo {
    margin: 0;
}

@media screen and (max-width: 2024px) {
    .info-tabs {
        order: 2;
    }
}

.vote-buttons {
    display: flex;
    align-items: center;
    position: relative;
}

.vote-buttons .btn-vote {
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 6px;
}

@media screen and (min-width: 2024px) {
    .vote-buttons .btn-vote + .btn-vote:hover {
        color: #fff;
    }

    .vote-buttons .btn-vote:hover {
        color: #fff;
    }
}

.vote-buttons .btn-vote.like .svg-icon {
    color: #38a731;
}

.vote-buttons .btn-vote.dislike .svg-icon {
    color: #bf4e4e;
}

.no-touch .vote-buttons .btn-vote.like:hover .svg-icon,
.vote-buttons .btn-vote.like.active .svg-icon {
    color: #34ca2b;
}

.no-touch .vote-buttons .btn-vote.dislike:hover .svg-icon,
.vote-buttons .btn-vote.dislike.active .svg-icon {
    color: #dc3f3f;
}

.vote-buttons .btn-vote + .btn-vote {
    margin: 0 0 0 5px;
}

.vote-buttons .btn-vote .svg-icon {
    font-size: 22px;
}

.vote-buttons .btn-vote span {
    font-size: 16px;
    margin: 0 0 0 5px;
}

.vote-buttons .result-vote {
    display: none;
    position: absolute;
    font-size: 14px;
    line-height: 34px;
    left: 0;
    width: 100%;
    top: 0;
    background: #fff;
    border: 1px solid #fff;
    text-align: center;
    padding: 0 3px;
    white-space: nowrap;
}

.vote-buttons .result-vote.error {
    background: #c33535;
}

.vote-buttons .result-vote.success {
    background: #289e21;
}

.video-title {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 10px 0;
}

@media screen and (max-width: 640px) {
    .video-title {
        font-size: 18px;
        line-height: 22px;
    }
}

.label {
    margin: 0 0 5px 0;
    font-size: 15px;
    color: #fff;
    display: block;
}

.info-box {
    margin: 0 0 6px -10px;
}

.info-box .item {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin: 4px 10px;
}

.info-box .item strong {
    font-weight: 700;
}

.info-box .item span {
    color: #fff;
}

.item-row {
    margin: 0 0 8px 0;
}

.item-row:last-child {
    margin: 0;
}

.item-row .desc {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}

.item-row .link {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    color: #303030;
    padding: 8px 10px;
    font-size: 14px;
    margin: 2px 2px 2px 0;
    border-radius: 2px;
    opacity: 0.8;
}

.no-touch .item-row .link:hover {
    opacity: 1;
}

.item-row .link i {
    margin: 0 3px 0 0;
}

.item-row .row-title {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin: 2px 5px 2px 0;
}

.report-holder {
    display: flex;
    margin: 0 0 10px;
}

.block-radios {
    margin: 0 20px 0 0;
}

.block-radios .row-radio {
    margin: 0 0 5px 0;
}

.block-radios .row-radio:last-child {
    margin: 0;
}

.block-radios .radio {
    margin: 0;
}

.block-textarea {
    flex-grow: 1;
}

@media screen and (max-width: 640px) {
    .report-holder {
        display: block;
    }

    .block-radios {
        margin: 0 0 5px 0;
    }
}

/*------------/player info------------*/

/*------------comments------------*/
.list-comments {
    margin: 10px 0 0 0;
}

.item-comment {
    margin: 0 0 5px 0;
    padding: 8px 0;
    font-size: 14px;
}

.item-comment:last-child {
    margin: 0;
}

.item-comment .comment-info {
    margin: 0 0 3px 0;
}

.item-comment .username {
    font-weight: 700;
    color: #2b94e1;
    font-size: 15px;
}

.item-comment .date {
    color: #fff;
    font-size: 13px;
    margin: 0 0 0 3px;
}

.item-comment .comment-text {
    font-size: 14px;
    line-height: 20px;
}

/*------------/comments------------*/

/*------------models cams------------*/
.list-view {
    margin: 0 0 20px 0;
}

.list-view .pagination {
    display: none;
}

.list-models-vikarfo {
    font-size: 0;
    margin: 20px 0 0 0;
}

.list-models-vikarfo > div {
    display: inline-block;
    vertical-align: top;
    width: calc(20% - 4px);
    margin: 2px;
    font-size: 14px;
}

.list-models-vikarfo > div > a {
    display: block;
}

.list-models-vikarfo .image-holder {
    padding-bottom: 56.666%;
    position: relative;
    overflow: hidden;
}

.list-models-vikarfo .image-holder img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.list-models-vikarfo .info-holder {
    padding: 5px 3px;
    display: flex;
    justify-content: space-between;
}

.list-models-vikarfo .title {
    color: #303030;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 8px 0 0;
}

.list-models-vikarfo .info {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


@media screen and (max-width: 1250px) {
    .list-models-vikarfo > div {
        width: calc(25% - 4px);
    }
}

@media screen and (max-width: 2024px) {
    .list-models-vikarfo > div {
        width: calc(33.333% - 4px);
    }
}

@media screen and (max-width: 700px) {
    .list-models-vikarfo > div {
        width: calc(50% - 4px);
    }
}

@media screen and (max-width: 480px) {
    .list-models-vikarfo > div {
        font-size: 13px;
    }
}

/*------------/models cams------------*/

/*------------panel-text------------*/
.panel-block {
    border-radius: 3px;
    margin: 0 0 20px;
}

.panel-heading {
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    padding: 8px;
}

.panel-body {
    display: flex;
    text-align: center;
}

.panel-body .col {
    flex-grow: 1;
    flex-basis: 0;
    padding: 10px;
}

.panel-body .title {
    font-size: 18px;
    margin: 0 0 10px 0;
    background: #fff;
    padding: 8px 0 8px 10px;
}

.panel-body .text {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin: 0 0 10px;
}

@media screen and (max-width: 700px) {
    .panel-body {
        flex-wrap: wrap;
    }

    .panel-body .col {
        flex-basis: auto;
    }
}

/*------------/panel-text------------*/

/*------------block-links------------*/
.block-links {
    margin: 0 0 15px;
}

.block-link {
    color: #fff;
    padding: 4px 10px 4px 4px;
    border-radius: 20px;
    border: 2px solid #fff;
    white-space: nowrap;
    position: relative;
    font-size: 16px;
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
}

.block-link:before {
    content: '\2661';
    font-size: 18px;
    margin: 0 4px 0 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 24px;
    border: 2px solid transparent;
    text-align: center;
}

.no-touch .block-link:hover,
.block-link.active {
    color: #2b94e1;
    border-color: #2b94e1;
}

.no-touch .block-link:hover:before,
.block-link.active:before {
    border-color: #2b94e1;
}

/*------------/block-links------------*/

/*------------block-filter------------*/
.form-filter {
    display: flex;
    margin: 0 -5px;
}

.select-holder {
    position: relative;
    flex-grow: 1;
    flex-basis: 0;
    margin: 0 5px;
}

.select-holder:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 15px;
    width: 8px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    pointer-events: none;
}

.select-holder .select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 30px 0 15px;
    height: 40px;
    border: 2px solid #fff;
    background: #303030;
    border-radius: 4px;
    font-size: 14px;
    color: #303030;
    width: 100%;
    cursor: pointer;
}

.select-holder .select::-ms-expand {
    display: none;
    /* hide the default arrow in ie10 and ie11 */
}

/*------------/block-filter------------*/

/*------------advertisement------------*/
.text-spots {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 0 0 4px 0;
    text-transform: uppercase;
}

.mobile-spot {
    margin: 5px;
    text-align: center;
    overflow: hidden;
}

.mobile-spot.hidden {
    margin: 0;
}

.container-vikarfo .mobile-spot {
    margin: 5px 0;
}

.thumbs .mobile-spot {
    margin: 2px 2px 10px 2px;
    border-bottom: 2px solid #2b94e1;
}

.mobile-spot.hidden > * {
    display: none;
}

.spot-place {
    /* min-height: auto !important; */
    margin: 0 auto;
    transform-origin: top;
}

.spot-place iframe {
    display: block;
}

.spot-layout {
    min-height: auto !important;
}

.bottom-spots {
    text-align: center;
}

.dynamic-spot {
    text-align: center;
}

.adv-title-holder {
    text-align: center;
    margin: 8px 0;
    position: relative;
    overflow: hidden;
}

.adv-title {
    display: inline-block;
    line-height: 1.2;
    font-weight: 600;
    color: #d3d7db;
    font-size: 18px;
    background: #10171e;
    position: relative;
    padding: 0 15px;
}

.adv-title:before,
.adv-title:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 1000px;
    background: #263342;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.adv-title:before {
    right: 100%;
}

.adv-title:after {
    left: 100%;
}

@media screen and (max-width: 640px) {
    .adv-title {
        font-size: 16px;
    }
}

/*------------/advertisement------------*/

/*------------description-container------------*/
.description-container {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}

.description-container p {
    margin: 15px 0;
}

.description-container p strong {
    font-weight: 700;
    font-size: 17px;
    color: #303030;
}

.description-container p a {
    color: #303030;
    text-decoration: underline;
}

.no-touch .description-container p a:hover {
    text-decoration: none;
}

/*------------/description-container------------*/

/*------------not-found------------*/
.not-found {
    text-align: center;
    margin-bottom: 15px;
}

.not-found .main-title-vikarfo {
    justify-content: center;
    font-size: 28px;
}

.link-holder .link {
    display: inline-block;
    vertical-align: top;
    color: #303030;
    padding: 4px 10px;
    border-radius: 20px;
    border: 2px solid #fff;
    font-size: 16px;
    line-height: 28px;
}

.no-touch .link-holder .link:hover {
    color: #2b94e1;
    border-color: #2b94e1;
}

@media screen and (max-width: 768px) {
    .not-found .main-title-vikarfo {
        font-size: 20px;
    }
}

/*------------/not-found------------*/


/*------------notice-holder------------*/
body.welcome-popup {
    overflow: hidden;
}

body.welcome-popup .thumb .img {
    -webkit-filter: blur(15px);
    filter: blur(15px);
}

body.welcome-popup .fake-player {
    -webkit-filter: blur(15px);
    filter: blur(15px);
}

.notice-holder-vikarfo {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    color: #fff;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

body.welcome-popup .notice-holder-vikarfo {
    display: flex;
}

.notice-holder-vikarfo .block-notice {
    padding: 0 20px;
    width: 100%;
    max-width: 650px;
    border-radius: 5px;
    background: #fff;
    border: 2px solid #2b94e1;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    max-height: 100%;
    position: relative;
    overflow-y: auto;
}

.notice-holder-vikarfo .title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #303030;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px 0 10px;
}

.notice-holder-vikarfo .title span {
    color: #2b94e1;
}

.notice-holder-vikarfo .text {
    margin: 0 0 10px;
}

.notice-holder-vikarfo .text a {
    color: #2b94e1;
}

.no-touch .notice-holder-vikarfo .text a:hover {
    text-decoration: underline;
}

.notice-holder-vikarfo .text p {
    margin: 0 0 10px 0;
}

.notice-holder-vikarfo .text ul {
    margin: 0 0 10px 0;
    list-style-type: disc;
    padding: 0 0 0 40px;
}

.notice-holder-vikarfo .text > *:last-child {
    margin: 0;
}

.notice-holder-vikarfo .btn-action-holder {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0 20px;
    background: #fff;
}

.notice-holder-vikarfo .btn-action {
    padding: 10px;
    width: 100%;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
    background: #1bbd56;
}

.no-touch .notice-holder-vikarfo .btn-action:hover {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .notice-holder-vikarfo .block-notice {
        padding: 0 10px;
    }

    .notice-holder-vikarfo .btn-action-holder {
        padding: 10px 0;
    }

    .notice-holder-vikarfo .title {
        padding: 10px 0;
    }

    .notice-holder-vikarfo .title {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }
}

/*------------/notice-holder------------*/

/*------------block-suggest-lang------------*/
.block-suggest-lang-vikarfo {
    position: absolute;
    top: 33px;
    right: 100%;
    background: #fff;
    margin: 0 14px 0 0;
    z-index: 111;
    color: #fff;
    width: 306px;
    padding: 20px 20px 20px;
    border: 3px solid #fff;
}

.block-suggest-lang-vikarfo.hidden {
    display: none;
}

.block-suggest-lang-vikarfo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 10px 0 0;
    z-index: 2;
    border-color: #fff transparent transparent #fff;
}

.block-suggest-lang-vikarfo:after {
    content: "";
    position: absolute;
    top: -3px;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 16px 0 0;
    border-color: #fff transparent transparent #fff;
}

.block-suggest-lang-vikarfo .title {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
}

.block-suggest-lang-vikarfo .title span {
    color: #2b94e1;
}

.block-suggest-lang-vikarfo .subtitle {
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
}

.block-suggest-lang-vikarfo .btn-action {
    padding: 10px 15px;
    display: inline-block;
    color: #303030;
    width: 100%;
    border-radius: 12px;
    background-color: #fff;
    border: 2px solid transparent;
    text-align: center;
}

.block-suggest-lang-vikarfo .btn-action .flag {
    margin-left: 5px
}

.block-suggest-lang-vikarfo .btn-action.btn-go {
    background-color: #e5e5e5;
    opacity: 0.9;
    color: #fff;
}

.no-touch .block-suggest-lang-vikarfo .btn-action.btn-go:hover {
    opacity: 1;
}

.block-suggest-lang-vikarfo .btn-action.btn-continue {
    background-color: #fff;
    border-color: #fff;
    color: #fff;
}

.no-touch .block-suggest-lang-vikarfo .btn-action.btn-continue:hover {
    border-color: #2b94e1;
}

.block-suggest-lang-vikarfo .btn-action + .btn-action {
    margin-top: 10px;
}

.block-suggest-lang-vikarfo .btn-action .item-flag {
    margin: 0 26px 0 0;
    position: relative;
}

.block-suggest-lang-vikarfo .btn-action .item-flag:before {
    position: absolute;
    left: 100%;
    margin: 0 0 0 5px;
}

.block-suggest-lang-vikarfo .btn-close {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    height: 20px;
    width: 20px;
    background: #fff;
    border: none;
    outline: none;
}

.block-suggest-lang-vikarfo .btn-close:after,
.block-suggest-lang-vikarfo .btn-close:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 3px;
    height: 18px;
    background: #fff;
}

.block-suggest-lang-vikarfo .btn-close:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.block-suggest-lang-vikarfo .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 2024px) {
    .block-suggest-lang-vikarfo {
        position: fixed;
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .block-suggest-lang-vikarfo.mob-hidden {
        display: none;
    }

    .block-suggest-lang-vikarfo:before,
    .block-suggest-lang-vikarfo:after {
        display: none;
    }

    .block-suggest-lang-vikarfo .btn-close {
        left: auto;
        right: 0;
    }

    .block-suggest-lang-vikarfo .btn-action.btn-go {
        opacity: 1;
    }
}

/*------------/block-suggest-lang------------*/

/*------------block-img------------*/
.block-img {
    position: relative;
    margin: 0 0 10px 0;
    padding-bottom: 56.25%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
}

.block-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.block-img .link {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #2b94e1;
    color: #fff;
    padding: 14px 18px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
}

@media screen and (max-width: 2024px) {
    .block-img {
        margin: 0 0 5px 0;
    }
}

/*------------/block-img------------*/


/* 
@media screen and (max-width: 1200px) 
@media screen and (max-width: 2024px) 
@media screen and (max-width: 768px) 
@media screen and (max-width: 640px) 
@media screen and (max-width: 480px) 
*/

.logo-new {
    margin: 0 auto 0 0;
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none !important;
}

.footer-vikarfo .logo-new {
    margin-bottom: 15px;
}

.logo-new span {
    color: #2b94e1;
}

.sp-holder {
    margin: 10px 0;
}

.sp-holder .sp {
    width: 300px;
    height: 100px;
    margin: 0 auto;
    display: block !important;
}

.sp-holder .text {
    font-size: 14px;
    text-align: center;
    margin: 0 0 3px 0;
}

.sp-holder .text:last-child {
    margin: 3px 0 0 0;
}

@media (min-width: 641px) {
    .sp-holder {
        display: none;
    }
}


.search-items-vikarfo {
    margin: 0 0 20px 0;
    max-width: 600px;
}

.search-items-vikarfo .input {
    width: 100%;
    font-size: 18px;
    line-height: 44px;
    padding: 0 20px;
    display: block;
    border: none;
    border-radius: 5px;
    color: #d3d7db;
    background: linear-gradient(to bottom, #151e28 0, #1d262f 100%);
}

.searches a {
    background: none !important;
}

.video-container {
    width: 100%;
    height: 56.25vw; /* 16:9比例下的高度 (9/16 = 0.5625) */
    max-height: 70vh; /* 防止在宽屏下过高 */
    position: relative;
    margin: 0 auto;
    background: #000;
}