/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

@import url(https://fonts.googleapis.com/css?family=Roboto);
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    font-weight: 400
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h1 span {
    color: #fbca45
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

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

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

ul {
    padding: 0;
    list-style-type: none
}

@font-face {
    font-family: custom;
    src: url(../fonts/custom.eot);
    src: url(../fonts/custom.eot?#iefix) format("embedded-opentype"), url(../fonts/custom.woff) format("woff"), url(../fonts/custom.ttf) format("truetype"), url(../fonts/custom.svg#custom) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=icon-]:before {
    display: inline-block;
    font-family: custom;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arr_dn:before {
    content: '\0041'
}

.icon-menu:before {
    content: '\0042'
}

.icon-right:before {
    content: '\0043'
}

.icon-left:before {
    content: '\0044'
}

.icon-eye:before {
    content: '\0045'
}

.icon-pictures:before {
    content: '\0046'
}

.icon-calendar:before {
    content: '\0047'
}

.icon-search:before {
    content: '\0048'
}

.icon-treugl_right:before {
    content: '\0049'
}

body {
    background-color: #3a3b30;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    position: relative
}

.container {
    width: 100%;
    max-width: 1942px;
    padding: 0 5px;
    margin: 0 auto
}

.main {
    margin-top: 49px
}

.main-second {
    margin-top: 98px
}

.menu-toggle {
    display: none;
    width: 30px;
    height: 30px;
    text-align: right;
    cursor: pointer
}

.menu-toggle.active:before {
    color: #fbca45
}

.menu-toggle:before {
    font-family: custom;
    content: '\0042';
    font-size: 19px;
    color: #f4f4f4
}

.header {
    font-size: 0;
    background-color: #282920;
    padding: 3px 0;
    height: 49px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10
}

.header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 3px
}

.header-second {
    height: 98px
}

.header-second .header-content {
    height: 100%;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.header-second .nav {
    margin-left: 0
}

.header-text {
    color: #787878;
    font-family: Roboto;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    margin: 0;
    padding: 0 0 0 20px;
    height: 56px;
    overflow: hidden
}

.header-wrapper,
.logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.logo-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.logo {
    font-size: 0
}

.nav {
    white-space: nowrap;
    margin-left: 30px;
    margin-right: auto
}

.nav>a,
.nav>span {
    display: inline-block;
    color: #96999d;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    margin-right: 30px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
    position: relative
}

.nav>a:before,
.nav>span:before {
    content: '';
    height: 3px;
    width: 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #212227;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.nav>a.active,
.nav>a:hover,
.nav>span.active,
.nav>span:hover {
    color: #fbca45
}

.nav>a.active:before,
.nav>a:hover:before,
.nav>span.active:before,
.nav>span:hover:before {
    -webkit-box-shadow: 0 2px 4px #0b432f;
    box-shadow: 0 2px 4px #0b432f;
    width: 100%;
    background-color: #fbca45
}

.nav>span:hover .dropdown {
    display: block
}

.nav>span:after {
    color: #525862;
    position: absolute;
    font-size: 7px;
    right: -10px;
    top: 3px;
    font-family: custom;
    content: '\0041'
}

.dropdown {
    position: absolute;
    top: 100%;
    left: -10px;
    background-color: #111217;
    padding: 12px 10px 5px;
    display: none
}

.dropdown a {
    display: block;
    color: #96999d;
    font-size: 14px;
    line-height: 30px
}

.dropdown a:hover {
    color: #fff
}

.search {
    position: relative;
    width: 100%;
    max-width: 335px
}

.search input {
    width: 100%;
    border: none;
    color: #fff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    height: 36px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #21221e;
    padding: 5px 15px 5px 30px
}

.search input:focus {
    outline: 0
}

.search input::-webkit-input-placeholder {
    color: #595959
}

.search input::-moz-placeholder {
    color: #595959
}

.search input:-ms-input-placeholder {
    color: #595959
}

.search input::placeholder {
    color: #595959
}

.search button {
    position: absolute;
    left: 6px;
    top: 0;
    height: 100%;
    text-align: center;
    width: 20px;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer
}

.search button:before {
    content: '\0048';
    font-family: custom;
    font-size: 13px;
    color: #f4f4f4
}

.search button:focus {
    outline: 0
}

.title {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 0 10px
}

.thumbs {
    font-size: 0
}

.thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 158px;
    height: 220px;
    overflow: hidden;
    position: relative;
    margin: 0 3px 3px 0;
    display: inline-block
}

.thumb img {
    height: 100%!important;
    width: 100%
}

.thumb:hover .thumb-overlay {
    display: block
}

.thumbs:not(.thumbs-models) .thumb:hover .thumb-extra {
    display: none
}

.thumb-extra {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(24, 25, 29, .6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3px 5px
}

.thumbs-models .thumb-extra {
    z-index: 1
}

.thumb-added,
.thumb-count,
.thumb-views {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    padding-left: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.thumb-added:before,
.thumb-count:before,
.thumb-views:before {
    position: absolute;
    left: 1px;
    top: 0;
    font-family: custom;
    font-size: 10px;
    color: #fbca45;
}

.thumb-added:before {
    content: '\0047'
}

.thumb-views:before {
    content: '\0045'
}

.thumb-count:before {
    content: '\0046'
}

.thumb-extra-model {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.thumb-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2)
}

.thumb-model {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    background-color: rgba(24, 25, 29, .8);
    padding-left: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.thumb-model:before {
    position: absolute;
    left: 5px;
    top: 0;
    font-family: custom;
    font-size: 10px;
    color: #fbca45;
    content: '\0049'
}

.pagination {
    font-size: 0;
    text-align: center;
    margin: 10px 0
}

.pagination a,
.pagination span {
    color: #96999d;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding: 0 5px;
    vertical-align: middle
}

.pagination a:not(.prev):not(.next):hover,
.pagination span:not(.inactive) {
    color: #fbca45
}

.pagination a:not(.prev):not(.next):hover:before,
.pagination span:not(.inactive):before {
    content: '';
    height: 3px;
    -webkit-box-shadow: 0 2px 4px #0b432f;
    box-shadow: 0 2px 4px #0b432f;
    width: 100%;
    background-color: #fbca45;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0
}

.pagination .next,
.pagination .prev {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #1d1e24;
    width: 38px;
    height: 38px;
    position: relative
}

.pagination .next:before,
.pagination .prev:before {
    font-family: custom;
    content: '\0044';
    color: #efefef;
    font-size: 16px;
    line-height: 38px
}

.pagination .next:hover,
.pagination .prev:hover {
    -webkit-box-shadow: 0 2px 4px #0b432f;
    box-shadow: 0 2px 4px #0b432f;
    background-color: #fbca45
}

.pagination .next:before {
    content: '\0043'
}

.promo {
    text-align: center;
    font-size: 0;
    max-height: 270px;
    overflow: hidden;
    margin: 30px 0 10px
}

.promo-item {
    display: inline-block;
    margin: 0 5px 20px
}

.list-unordered {
    font-size: 0;
    -webkit-columns: 10;
    -moz-columns: 10;
    columns: 10;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    -webkit-column-gap: 1px;
    -moz-column-gap: 1px;
    column-gap: 1px
}

.list-unordered li {
    display: inline-block;
    width: 100%
}

.list-unordered li a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 31px;
    white-space: nowrap;
    overflow: hidden;
    background-color: #3a3b30;
    text-overflow: ellipsis;
    margin-bottom: 1px;
    padding: 0 15px
}

.list-unordered li a:hover {
    color: #fff;
    -webkit-box-shadow: 0 2px 4px #0b432f;
    box-shadow: 0 2px 4px #0b432f;
    background-color: #282920
}

.list-unordered li a:hover span {
    color: #fbca45;
}

.list-unordered li a span {
    color: #fbca45;
    font-size: 14px
}

.list-ordered {
    font-size: 0;
    -webkit-columns: 8;
    -moz-columns: 8;
    columns: 8;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    counter-reset: li-counter
}

.list-ordered li {
    display: inline-block;
    width: 100%;
    display: list-item;
    font-size: 0;
    position: relative
}

.list-ordered li a {
    display: block;
    color: #fff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1px;
    padding: 0 15px 0 5px;
    border-top: 1px solid #282920;
    position: relative
}

.list-ordered li a:before {
    content: counter(li-counter, decimal-leading-zero);
    counter-increment: li-counter;
    color: #fbca45;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    width: 30px;
    text-align: right;
    margin-right: 10px
}

.list-ordered li a:after {
    position: absolute;
    left: 5px;
    top: 0;
    font-family: custom;
    font-size: 10px;
    color: #fbca45;
    content: '\0049'
}

.list-ordered li a:hover {
    background-color: #282920;
    color: #fbca45
}

.footer-cr,
.footer-text,
.text-section {
    color: #787878;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center
}

.footer-cr,
.footer-text {
    text-align: left
}

.footer-cr a {
    text-decoration: none;
    color: #ffffff;
}

.footer-cr a:hover {
    text-decoration: underline;
}

.footer {
    background-color: #282920;
    padding: 10px 0
}

.footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer-info {
    padding-left: 20px
}

.header-content {
    position: relative
}

@media screen and (max-width:1980px) {
    .container {
        max-width: 1781px
    }
    .list-unordered {
        -webkit-columns: 9;
        -moz-columns: 9;
        columns: 9
    }
    .list-ordered {
        -webkit-columns: 7;
        -moz-columns: 7;
        columns: 7
    }
}

@media screen and (max-width:1820px) {
    .container {
        max-width: 1620px
    }
    .list-unordered {
        -webkit-columns: 8;
        -moz-columns: 8;
        columns: 8
    }
    .list-ordered {
        -webkit-columns: 6;
        -moz-columns: 6;
        columns: 6
    }
}

@media screen and (max-width:1660px) {
    .container {
        max-width: 1459px
    }
}

@media screen and (max-width:1490px) {
    .container {
        max-width: 1298px
    }
    .list-unordered {
        -webkit-columns: 7;
        -moz-columns: 7;
        columns: 7
    }
    .list-ordered {
        -webkit-columns: 5;
        -moz-columns: 5;
        columns: 5
    }
}

@media screen and (max-width:1340px) {
    .container {
        max-width: 1137px
    }
}

@media screen and (max-width:1167px) {
    .container {
        max-width: 976px
    }
    .list-unordered {
        -webkit-columns: 5;
        -moz-columns: 5;
        columns: 5
    }
    .list-ordered {
        -webkit-columns: 4;
        -moz-columns: 4;
        columns: 4
    }
    .menu-toggle {
        display: block
    }
    .header-wrapper {
        position: absolute;
        left: -500px;
        top: 49px;
        background-color: #111217;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 300px;
        padding: 10px;
        height: 100vh;
        border-top: 1px solid rgba(255, 255, 255, .2);
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-transition: left .25s ease-in-out;
        transition: left .25s ease-in-out
    }
    .header-wrapper.active {
        left: 0
    }
    .nav {
        margin-left: 0;
        margin-top: 20px
    }
    .nav a,
    .nav span {
        display: block;
        font-size: 20px;
        line-height: 40px
    }
    .nav a:before,
    .nav span:before {
        display: none
    }
    .nav .dropdown {
        display: block;
        position: relative;
        padding-left: 20px;
        left: auto;
        padding-top: 0
    }
    .nav .dropdown a {
        font-size: 16px
    }
    .header-second .menu-toggle {
        position: absolute;
        right: 0;
        top: 6px
    }
    .header-second {
        height: 49px
    }
    .header-second .header-text {
        padding-right: 20px;
        height: 42px
    }
    .main-second {
        margin-top: 49px
    }
}

@media screen and (max-width:1010px) {
    .container {
        max-width: 815px
    }
    .list-unordered {
        -webkit-columns: 4;
        -moz-columns: 4;
        columns: 4
    }
    .list-ordered {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3
    }
}

@media screen and (max-width:840px) {
    .container {
        max-width: 654px
    }
    .list-unordered {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3
    }
    .list-ordered {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2
    }
}

@media screen and (max-width:680px) {
    .container {
        max-width: 493px
    }
    .list-unordered {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2
    }
    .list-ordered {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2
    }
    .footer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer-info {
        padding-left: 0
    }
    .header-text {
        display: none
    }
}

@media screen and (max-width:520px) {
    .container {
        max-width: 332px
    }
}

@media screen and (max-width:350px) {
    .container {
        max-width: none
    }
    .thumb {
        width: -webkit-calc(50% - 3px);
        width: calc(50% - 3px)
    }
}

.container280 {
    max-width: 1708px;
}

.thumb280 {
    width: 280px;
}

.player-section {
    font-size: 0;
    margin: 0 auto 10px;
    max-width: 1350px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.player-container {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
}

.player-promo {
    width: 300px;
    margin-left: 10px;
    padding-top: 50px;
}

.player-promo-item {
    margin-bottom: 10px;
}

.player-bottom-promo {
    text-align: center;
    margin-bottom: 2px;
}

.player {
    position: relative;
    padding-bottom: 60%;
}

.player > iframe,
.player > video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1740px) {
    .container280 {
        max-width: 1425px;
    }
}

@media screen and (max-width: 1460px) {
    .container280 {
        max-width: 1142px;
    }
}

@media screen and (max-width: 1180px) {
    .container280 {
        max-width: 859px;
    }
}

@media screen and (max-width: 900px) {
    .container280 {
        max-width: none;
    }
    .thumb280 {
        width: -webkit-calc(33.33% - 3px);
        width: calc(33.33% - 3px);
    }
    .player-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .player-bottom-promo {
        display: none;
    }
    .player-promo {
        width: 100%;
        text-align: center;
        max-height: 270px;
        overflow: hidden;
        padding-top: 10px;
        margin: 0;
    }
    .player-promo-item {
        display: inline-block;
        margin: 0 5px 20px;
    }
}

@media screen and (max-width: 650px) {
    .thumb280 {
        width: -webkit-calc(50% - 3px);
        width: calc(50% - 3px);
    }
    .title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media screen and (max-width: 400px) {
    .thumb280 {
        width: -webkit-calc(100% - 3px);
        width: calc(100% - 3px);
    }
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 100px;
    right: 10px;
    display: none;
    text-indent: -9999px;
    background: url('icon_top.png') no-repeat;
}


.splink {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    line-height: 33px;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 0 10px
}

.splink span {
    color: #fbca45
}

.splink a {
    text-decoration: none;
    color: #ffffff;
}

.splink a:hover {
    text-decoration: underline;
}

.scrollup{
width:40px;
height:40px;
opacity:0.3;
position:fixed;
bottom:100px;
right:10px;
display:none;
text-indent:-9999px;
background: url('/assets/img/icon_top.png') no-repeat;
}
