@font-face {
    font-family: 'Helvetica-Neue-LT-Std-Hv';
    src: url('../fonts/HelveticaNeueLTStd-Hv.eot');
    src: url('../fonts/HelveticaNeueLTStd-Hv.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTStd-Hv.woff') format('woff'),
        url('../fonts/HelveticaNeueLTStd-Hv.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Neue';
    src: url('../fonts/HelveticaNeue-LightCond.eot');
    src: url('../fonts/HelveticaNeue-LightCond.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-LightCond.woff') format('woff'),
        url('../fonts/HelveticaNeue-LightCond.ttf') format('truetype'),
        url('../fonts/HelveticaNeue-LightCond.svg#HelveticaNeue-LightCond') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Neue';
    src: url('../fonts/HelveticaNeue-CondensedRegular.eot');
    src: url('../fonts/HelveticaNeue-CondensedRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-CondensedRegular.woff') format('woff'),
        url('../fonts/HelveticaNeue-CondensedRegular.ttf') format('truetype');
	font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Neue';
    src: url('../fonts/HelveticaNeueBoldCondensed.eot');
    src: url('../fonts/HelveticaNeueBoldCondensed.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueBoldCondensed.woff') format('woff'),
        url('../fonts/HelveticaNeueBoldCondensed.ttf') format('truetype'),
        url('../fonts/HelveticaNeueBoldCondensed.svg#HelveticaNeueBoldCondensed') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Neue';
    src: url('../fonts/HelveticaNeueBlackCondensed.eot');
    src: url('../fonts/HelveticaNeueBlackCondensed.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueBlackCondensed.woff') format('woff'),
        url('../fonts/HelveticaNeueBlackCondensed.ttf') format('truetype'),
        url('../fonts/HelveticaNeueBlackCondensed.svg#HelveticaNeueBlackCondensed') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Light.eot');
    src: url('../fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'),
        url('../fonts/HelveticaNeueCyr-Light.ttf') format('truetype'),
        url('../fonts/HelveticaNeueCyr-Light.svg#HelveticaNeueCyr-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'League-Gothic';
    src: url('../fonts/LeagueGothic-Regular.eot');
    src: url('../fonts/LeagueGothic-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LeagueGothic-Regular.woff') format('woff'),
        url('../fonts/LeagueGothic-Regular.ttf') format('truetype'),
        url('../fonts/LeagueGothic-Regular.svg#LeagueGothic-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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, strong, 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 {
	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;
}
:focus{
	outline: none;
}

*:before, 
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
{
	color: #65686d;
}
input:-moz-placeholder,
textarea:-moz-placeholder
{
	opacity: 1;
	color: #65686d;
}
input::-moz-placeholder,
textarea::-moz-placeholder
{
	opacity: 1;
	color: #65686d;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder
{
	color: #65686d;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder
{
	color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder
{
	color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder
{
	color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder
{
	color: transparent;
}
input.placeholder,
textarea.placeholder
{
	color: #65686d !important;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	min-width: 320px;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
}
*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icons/icomoon.eot?jecruz');
  src:  url('../fonts/icons/icomoon.eot?jecruz#iefix') format('embedded-opentype'),
    url('../fonts/icons/icomoon.ttf?jecruz') format('truetype'),
    url('../fonts/icons/icomoon.woff?jecruz') format('woff'),
    url('../fonts/icons/icomoon.svg?jecruz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shape-1:before {
  content: "\e906";
}
.icon-castle:before {
  content: "\e905";
}
.icon-arrow-01:before {
  content: "\e900";
}
.icon-arrow:before {
  content: "\e901";
}
.icon-star:before {
  content: "\e902";
}
.icon-eye:before {
  content: "\e903";
}
.icon-heart:before {
  content: "\e904";
}


body {
	font-family: 'Helvetica-Neue', sans-serif;
	font-weight: 400;
	font-size: 16px;
	min-width: 320px;
	background: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	font-family: 'Helvetica-Neue', sans-serif;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.hidden {
	display: none;
}

.container {
	max-width: 1260px;
	padding: 0 10px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.container.position {
	position: relative;
}

.header {
	background: rgba(0,0,0,.95);
	position: fixed;
	z-index: 3;
	width: 100%;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}

.header-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-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;
}

.header-holder .logo {
	padding: 0 0 0 20px;
}

.logo a{
	color: #ffffff;
	font-family: "League-Gothic";
	font-size: 60px;
	font-weight: 400;
	text-transform: uppercase;
}

.main-menu .menu {
	font-size: 0;
	line-height: 0;
}

.main-menu .menu .item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 0 0;
}

.main-menu .menu .item:last-of-type {
	margin: 0;
}

.main-menu .menu .item .link {
	display: inline-block;
	padding: 0 20px;
	color: #fff;
	font-size: 16px;
	line-height: 100px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.52px;
	-webkit-transition: background .3s, color .3s;
	-o-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
}

@media screen and (min-width: 1024px) {
	.main-menu .menu .item:hover .link{
		background: #fff;
		color: #000;
	}
}

.main-menu .menu .item.register .link,
.main-menu .menu .item.profile .link {
	color: #f42f2f;
}

.header.scroll {
	background: rgba(0,0,0,.95);
}

.header.scroll .main-menu .menu .item .link {
	line-height: 80px;
}

.btn-menu {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.btn-mobile-menu {
    display: none;
    margin: 0 10px 0 0;
    width: 30px;
    height: 22.5px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    z-index: 11;
}

.btn-mobile-menu span {
    display: block;
    position: absolute;
    height: 4.5px;
    width: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.btn-mobile-menu span:nth-child(even) {
    left: 47%;
    border-radius: 0 9px 9px 0;
}

.btn-mobile-menu span:nth-child(odd) {
    left:0px;
    border-radius: 9px 0 0 9px;
}

.btn-mobile-menu span:nth-child(1), .btn-mobile-menu span:nth-child(2) {
    top: 0px;
}

.btn-mobile-menu span:nth-child(3), .btn-mobile-menu span:nth-child(4) {
    top: 9px;
}

.btn-mobile-menu span:nth-child(5), .btn-mobile-menu span:nth-child(6) {
    top: 18px;
}

body.open .btn-mobile-menu span {
	background: #f42f2f;
}

body.open .btn-mobile-menu span:nth-child(1),
body.open .btn-mobile-menu span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}

body.open .btn-mobile-menu span:nth-child(2),
body.open .btn-mobile-menu span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

body.open .btn-mobile-menu span:nth-child(1) {
    left: 2.5px;
    top: 3.5px;
}

body.open .btn-mobile-menu span:nth-child(2) {
    left: calc(50% - 2.5px);
    top: 3.5px;
}

body.open .btn-mobile-menu span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

body.open .btn-mobile-menu span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

body.open .btn-mobile-menu span:nth-child(5) {
    left: 2.5px;
    top: 14.5px;
}

body.open .btn-mobile-menu span:nth-child(6) {
    left: calc(50% - 2.5px);
    top: 14.5px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #000;
}

.swiper-slide img {
	width: 100%;
	height: auto;
	opacity: .6;
}

.swiper-button {
	width: auto;
	height: auto;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: transparent;
	z-index: 2;
	display: inline-block;
	cursor: pointer;
}

.slider-block .slider {
	padding: 0;
}

.slider-block .slick-slide {
	margin: 0;
}

.slider-block .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
}

.swiper-button {
	top: 50%;
	right: 10px;
	position: absolute;
}

.swiper-button-prev {
	left: 10px;
	right: auto;
}

.variable .swiper-button {
	right: 10px;
}

.variable .swiper-button-prev {
	left: 10px;
	right: auto;
}

.swiper-button .border {
	height: 105px;
	width: 105px;
	border-radius: 50%;
	border: 2px solid #fff;
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

@media screen and (min-width: 1024px) {
	.swiper-button .border:hover,
	.variable2 .swiper-button .border:hover {
		border: 2px solid #f42f2f;
	}
}

.swiper-button-next .border {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.swiper-button i {
	font-size: 47px;
	color: #fff;
	opacity: 0.7;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

@media screen and (min-width: 1024px) {
	.swiper-button .border:hover i,
	.variable2 .swiper-button .border:hover i {
		color: #f42f2f;
	}
}

.slider {
	padding: 15px 0;
	background: #000;
	margin: 0;
}

.variable .swiper-button .border {
	height: 70px;
	width: 70px;
}

.slider .swiper-button i {
	font-size: 32px;
}

.slider-block {
	position: relative;
}

.slick-slide {
  margin: 0px 1px;
}

.slick-slide a {
	display: block;
}

.slider .img {
  width: 100%;
}

.slider .slick-list .slick-track .link {
	position: relative;
}

.slider .slick-list .slick-track .link:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	background: rgba(255, 14, 2, 0.45);
}

@media screen and (min-width: 1024px) {
	.slider .slick-list .slick-track .link:hover:after {
	    opacity: 1;
	}
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

/*
.slick-slide {
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}*/

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

.subscribe-block {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	max-width: 680px;
	width: 100%;
	z-index: 1;
	margin: 0 0 0 110px;
}

.subscribe-block .text-holder {
	display: inline-block;
}

.subscribe-block .text-holder .text {
	color: #fff;
	text-transform: uppercase;
	font-size: 107px;
	line-height: 107px;
	letter-spacing: -2.67px;
	font-weight: 400;
	margin: 0 0 35px;
}

.subscribe-block .text-holder .text .big {
	display: block;
	color: #f42f2f;
	font-size: 160px;
	font-weight: 900;
	letter-spacing: -4px;
	font-family: 'Helvetica-Neue', sans-serif;
}

.subscribe-form .report .text {
	color: #ffffff;
	font-size: 25px;
	line-height: 27px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.subscribe-form input {
	font-family: 'HelveticaNeueCyr', sans-serif;
	height: 50px;
	line-height: 18px;
	border-radius: 25px;
	background: #fff;
	margin: 0 10px 0 0;
	border: none;
	padding: 0 0 0 15px;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 300px);
	color: #878787;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.35px;
}

.subscribe-form .link {
	width: 150px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: hsla(0,0%,7%,.2);
	border-radius: 25px;
	border: 1px solid #fff;
	display: inline-block;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 400;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 1024px) {
	.subscribe-form .link:hover {
		background: #f42f2f;
		border: 1px solid #f42f2f;
	}
}

.main-holder {
	padding: 45px 0 0;
}

.headline {
	color: #252525;
	font-size: 30px;
	font-weight: 400;
	line-height: 32px;
	text-transform: uppercase;
	padding: 0 0 30px;
	text-align: center;
}

.light {
	font-weight: 400;
	line-height: 32px;
	color: #848484;
}

.sort-by,
.headline .light {
	display: inline-block;
	vertical-align: top;
}

.sort-by .item {
	vertical-align: top;
	display: inline-block;
}

.sort-by .item .link {
	color: #252525;
	font-size: 30px;
	font-weight: 400;
	line-height: 32px;
	text-transform: uppercase;
	color: #252525;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

@media screen and (min-width: 1024px) {
	.sort-by .item .link:hover {
		color: #f42f2f;
	}
}

.thumbs-holder {
	margin: -40px -20px 0;
	font-size: 0;
	line-height: 0;
}

.models-block .thumbs-holder {
	margin: -30px -15px 0;
}

.thumbs-holder .thumb {
	padding: 40px 20px 0;
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
}

.thumbs-holder .thumb a {
	position: relative;
	display: block;
}

.thumbs-holder .thumb a:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.thumb.pictures a:after {
	background: rgba(255, 14, 2, .45);
}

.thumb.videos a:after {
	background: rgba(2, 191, 255, .45);
}

.thumb.extras a:after {
	background: rgba(110, 204, 54, .45);
}

@media screen and (min-width: 1024px) {
	.thumbs-holder .thumb a:hover:after {
		opacity: 1;
	}
}

.main-info {
	position: absolute;
	left: 0;
	right: 0;
	top: 39%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	padding: 0 30px;
	opacity: 0;
	z-index: 1;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.main-info-content .main-info {
	display: none;
}

.main-info .item {
	width: 100%;
	height: 52px;
	border-radius: 25px;
	border: 1px solid #fff;
	display: inline-block;
	text-align: center;
	margin: 0 0 10px;
}

.main-info .item:last-of-type {
	margin: 0;
}

.main-info .item .data {
	font-size: 20px;
	font-weight: 400;
	line-height: 52px;
	color: #fff;
	font-family: 'Helvetica-Neue', sans-serif;
}

.main-info .item i {
	font-size: 23px;
	color: #000;
	line-height: 52px;
	margin: 0 5px 0 0;
}

.main-info .item i.active {
	color: #fff;
}

.main-info .item i:last-of-type {
	margin: 0;
}

@media screen and (min-width: 1024px) {
	.thumbs-holder .thumb a:hover .main-info {
		opacity: 1;
	}

	.main-info-content .thumb a:hover .main-info {
		display: block;
	}
}

.thumbs-holder .thumb .img {
	position: relative;
	padding-bottom: 129%;
}

.thumbs-holder .thumb .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.thumbs-holder .thumb .img .text {
	color: #000;
	font-family: "League-Gothic";
	font-size: 97px;
	font-weight: 400;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	width: 100%;
	text-align: center;
	display: inline-block;
	opacity: .3;
}

.thumbs-holder .thumb:nth-child(2n) .img .text {
	color: #fff;
}

.thumbs-holder .thumb .img .text.bottom {
	bottom: 50px;
	top: auto;
	color: #fff;
	opacity: .55;
	font-family: 'Helvetica-Neue', sans-serif;
	font-weight: 700;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

@media screen and (min-width: 1024px) {
	.thumbs-holder .thumb a:hover .text.bottom {
		opacity: 0.45;
	}
}

.main-info-content .thumbs-holder .thumb .img .text.bottom {
	bottom: 20px;
}

.thumbs-holder .thumb .title-thumb {
	padding: 20px;
	background: #fff;
}

.thumbs-holder .thumb .text-title {
	color: #000000;
	font-size: 30px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	padding: 0 0 5px;
}

.thumbs-holder .thumb .description {
	color: #707070;
	font-family: 'HelveticaNeueCyr';
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 0.35px;
}

.show-more {
	margin: 20px 0;
	display: inline-block;
	width: 100%;
}

.show-more .show-more-btn {
	width: 100%;
	height: 52px;
	border-radius: 25px;
	border: 1px solid #c8c8c8;
	display: inline-block;
	color: #a3a3a3;
	font-size: 18px;
	font-weight: 400;
	line-height: 52px;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: color .3s, border .3s;
	-o-transition: color .3s, border .3s;
	transition: color .3s, border .3s;
}

@media screen and (min-width: 1024px) {
	.show-more .show-more-btn:hover {
		border: 1px solid #000;
		color: #000;
	}
}

.pagination {
	margin: 20px 0;
}

.pagination .pagination-list {
	text-align: center;
}

.pagination .pagination-list .item {
	margin: 0 3px 0 0;
	display: inline-block;
}

.pagination .pagination-list .item .link i {
	font-size: 14px;
}

.pagination .pagination-list .item.btn-next .link i {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	display: inline-block;
}

.pagination .pagination-list .item .link {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 1px solid #c8c8c8;
	display: inline-block;
	height: 52px;
	color: #c1c1c1;
	font-size: 18px;
	font-weight: 400;
	line-height: 52px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.pagination .pagination-list .item .link:hover {
		border: 1px solid #000;
		color: #000;
	}
}

.pagination .pagination-list .item.active .link {
	background-color: #f42f2f;
	border: 1px solid #f42f2f;
	color: #fff;
}

.bottom-block {
	background: #090909;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	padding: 45px 0 25px;
}

.bottom-block .headline {
	color: #fff;
}

.thumbs-holder.sponsor {
	text-align: center;
}

.thumbs-holder.sponsor .thumb .img {
	padding-bottom: 56%;
}

.thumbs-holder.sponsor .thumb .title-thumb {
	background: transparent;
	padding: 20px 20px 20px 0;
}

.thumbs-holder.sponsor .thumb .text-title {
	color: #fff;
	text-align: left;
}

.bottom-block .show-more .show-more-btn {
	border: 1px solid #4a4a4a;
	color: #efefef;
	letter-spacing: 0.45px;
}

@media screen and (min-width: 1024px) {
	.bottom-block .show-more .show-more-btn:hover {
		border: 1px solid #f42f2f;
		color: #f42f2f;
	}
}

.footer {
	background: #fff;
	display: table-row;
  	height: 1px;
}

.footer-holder {
	padding: 45px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: flex-start;
	        align-items: flex-start;
}

.footer-holder .logo-text .text p {
	color: #7d7d7d;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	text-transform: uppercase;
	padding: 0 0 20px;
}

.footer-holder .logo a {
	color: #000;
}

.footer-items .item {
	padding: 0 0 12px;
}

.footer-items .item .link {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	display: inline-block;
}

@media screen and (min-width: 1024px) {
	.footer-items .item .link:hover {
		color: #f42f2f;
	}
}

.main-content-img {
	line-height: 0;
}

.main-content-img img {
	width: 100%;
}

.main-content-img .title-logo-content {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 40px;
	padding: 0 10px;
}

.main-content-img .name-model {
	color: #ffffff;
	font-size: 150px;
	font-weight: 400;
	line-height: 140px;
	padding: 0 0 100px;
}

.main-content-img .name-model .bold {
	font-weight: 700;
}

.main-content-img .logo-label {
	opacity: 0.8;
	color: #000000;
	font-family: "League-Gothic";
	font-size: 72px;
	line-height: 72px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: right;
}

.models-block,
.main.top {
	padding: 100px 0 0;
}

.models-block .thumb {
	padding: 30px 15px 0;
}

.thumbs-holder .models-block {
	margin: -30px -15px 0;
}

.models-block .thumb .model {
	font-size: 0;
	line-height: 0;
	background: #fff;
	position: relative;
	display: block;
}

.thumbs-holder .thumb .model:after {
	display: none;
}

.models-block .img,
.models-block .info-model {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.models-block .img {
	width: 46.54%;
}

.models-block .info-model {
	width: 53.46%;
}

.models-block .thumb .img {
	padding-bottom: 69.93%;
}

.models-block .thumb .img:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	background: rgba(255, 14, 2, 0.4);
}

@media screen and (min-width: 1024px) {
	.models-block .thumb .model:hover .img:after {
		opacity: 1;
	}
}

.models-block .thumb .img .btn {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 1;
}

.models-block .thumb .img .btn .link {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	line-height: 52px;
	text-transform: uppercase;
	border-radius: 25px;
	border: 1px solid #ffffff;
	display: block;
	margin: 0 10px;
}

@media screen and (min-width: 1024px) {
	.models-block .thumb .model:hover .btn {
		opacity: 1;
	}
}

.models-block .info-model {
	padding: 10px 15px;
}

.models-block .info-model .name {
	color: #000;
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
}

.models-block .info-model .item {
	color: #707070;
	font-family: 'HelveticaNeueCyr';
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
	margin: 0 0 5px;
	letter-spacing: 0.45px;
}

.models-block .info-model .item .color {
	color: #000000;
}

.edit-profile {
	padding: 145px 0 0;
}

.form-holder {
	text-align: center;
	margin: 0 0 40px;
}

.form-holder .headline {
	padding: 0 0 13px;
}

.form-holder .text-form {
	color: #707070;
	font-family: 'HelveticaNeueCyr';
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 0.35px;
	padding: 0 0 20px;
}

.form-block {
	background: #fff;
	padding: 40px 0;
}

.form-block .form {
	max-width: 430px;
	margin: 0 auto;
	padding: 0 10px;
}

.form-block .user-name {
	font-family: 'HelveticaNeueCyr';
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 0.35px;
	color: #000000;
	padding: 0 0 15px;
}

.form-block .user-name .light {
	color: #707070;
	line-height: 18px;
}

.form-block .textfield {
	border-radius: 25px;
	border: 1px solid #c8c8c8;
	background-color: #ffffff;
	color: #878787;
	font-family: 'HelveticaNeueCyr';
	font-size: 14px;
	font-weight: 300;
	line-height: 52px;
	letter-spacing: 0.35px;
	width: 100%;
	padding: 0 0 0 20px;
	margin: 0 0 15px;
	height: 52px;
}

.form-block .form-button .but {
	border-radius: 25px;
	background-color: #96c14a;
	color: #ffffff;
	font-family: 'Helvetica-Neue';
	font-size: 18px;
	font-weight: 400;
	line-height: 52px;
	text-transform: uppercase;
	padding: 0 50px;
	display: inline-block;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}

@media screen and (min-width: 1024px) {
	.form-block .form-button .but:hover {
		background: rgba(0, 0, 0, .6);
	}
}

.unsubscribe .unsubscribe-text {
	color: #707070;
	font-family: 'HelveticaNeueCyr';
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: 0.35px;
	padding: 0 45px 15px;
}

.form-block.unsubscribe .form-button .but {
	background-color: #f42f2f;
}

@media screen and (min-width: 1024px) {
	.form-block.unsubscribe .form-button .but:hover {
		background-color: rgba(0, 0, 0, .6);
	}
}

.main-menu .menu .item.profile {
	position: relative;
}

@media screen and (min-width: 1024px) {
	.main-menu .menu .item.profile:hover .link{
		background: #fff;
		color: #000;
	}
}

.main-menu .menu .item.profile i {
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	display: inline-block;
	font-size: 10px;
	margin: 0 0 3px 5px;
	vertical-align: middle;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.main-menu .menu .item.profile .dropable {
	position: absolute;
	top: 69%;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	padding: 0 0 12px;
	z-index: -1;
}

@media screen and (min-width: 1024px) {
	.main-menu .menu .item.profile:hover .link{
		background: #fff;
		color: #000;
	}
}

@media screen and (min-width: 900px) {
	.main-menu .menu .item.profile:hover .dropable {
		opacity: 1;
		visibility: visible;
		z-index: 1;
		display: block !important;
	}

	.main-menu .menu .item.profile:hover i {
		-webkit-transform: rotate(-270deg);
		    -ms-transform: rotate(-270deg);
		        transform: rotate(-270deg);
	}
}

.main-menu .menu .item.profile .dropable .item {
	display: block;
	margin: 0;
}

.main-menu .menu .item.profile .dropable .link {
	display:block;
	width: 100%;
	padding: 10px 0;
	color: #000;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 0.52px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-align: center;
	text-transform: none;
}

@media screen and (min-width: 1024px) {
	.main-menu .menu .item.profile .dropable .link:hover {
		color: #f42f2f;
	}
}
.player {
	font-size: 0;
	line-height: 0;
}

.player img {
	width: 100%;
}

.video .main-holder {
	padding: 0;
}

.main-info-content {
	background: #fff;
}

.download-favorit {
	padding: 15px 0;
	position: relative;
}

.download-favorit .item {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 0 0;
}

.download-favorit .item:last-of-type {
	margin: 0;
}

.download-favorit .item .but {
	color: #a3a3a3;
	font-family: 'Helvetica-Neue';
	font-size: 18px;
	font-weight: 400;
	line-height: 52px;
	text-transform: uppercase;
	border-radius: 25px;
	border: 1px solid #c8c8c8;
	text-align: center;
	padding: 0 50px;
	display: inline-block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

@media screen and (min-width: 1024px) {
	.download-favorit .item .but:hover {
		background: #f42f2f;
		color: #fff;
		border: 1px solid #f42f2f;
	}
}

.favorit-buttons {
	display: inline-block;
	vertical-align: middle;
    right: 0;
    position: absolute;
    top: 15px;
}

.favorit-buttons .but {
	display: inline-block;
	font-size: 22px;
	border-radius: 25px;
	border: 1px solid #c8c8c8;
	text-align: center;
	padding: 15px 20px;
	color: #ababab;
	vertical-align: middle;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	line-height: 0;
}

@media screen and (min-width: 1024px) {
	.favorit-buttons .but:hover {
		background: #f42f2f;
		color: #fff;
		border: 1px solid #f42f2f;
	}
}

.models-block.columns {
	font-size: 0;
	line-height: 0;
	padding: 0 0 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.main-info-content .first {
	display: inline-block;
	vertical-align: top;
	width: calc(33% - 10px);
	margin: 0 10px 0 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #efefef;

}

.main-info-content .first .thumb {
	width: 100%;
	padding: 0;
}

.main-info-content .first .thumb .model {
	background: transparent;
}

.main-info-content .first .thumb .img {
    padding-bottom: 80.2%;
    width: 54%;
}

.main-info-content .first .thumb .info-model {
	width: 46%;
	padding-bottom: 10px;
}

.main-info-content .first .thumb .name {
	margin: 0 0 10px;
}

.main-info-content .first .thumb .item {
	margin: 0 0 15px;
}

.main-info-content .first .thumb .item:last-of-type {
	margin: 0;
}

.main-info-content .two {
	display: inline-block;
	vertical-align: top;
	width: 67%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	background: #efefef;
	padding: 20px 10px;
}

.main-info-content .two .thumb {
	padding-top: 0;
	width: 25%;
	padding: 0 10px;
}

.main-info-content .two .thumb .img {
	width: 100%;
    padding-bottom: 121%;
}

.main-info-content .two .img .text {
    font-size: 40px;
    top: 24px;
}

.main-info-content .two .title-thumb {
    padding: 6px;
}

.main-info-content .two .text-title {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; 
}

.main-info-content .two .description {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; 
}

.main-info-content .two .main-info {
	padding: 0 15px;
}

.main-info-content .two .main-info .item {
    height: 32px;
    border-radius: 15px;
    margin: 0 0 5px;
}

.main-info-content .two .main-info .item .data {
	font-size: 13px;
    line-height: 32px;
}

.main-info-content .two .main-info .item i {
	font-size: 11px;
    line-height: 32px;
}

.comments-block {
	padding: 15px 0;
}

.comments-block .headline {
	padding: 0 0 15px;
}

.comments-block .new-comments {
	padding: 0 0 25px;
}

.new-comments textarea {
	border-radius: 25px;
	border: 1px solid #c8c8c8;
	background-color: #ffffff;
	color: #707070;
	font-family: 'Helvetica-Neue';
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 0.35px;
	padding: 25px;
	resize: none;
	height: 108px;
	width: calc(100% - 146px);
	display: inline-block;
	vertical-align: top;
}

.new-comments .link {
	color: #a3a3a3;
	font-family: 'Helvetica-Neue';
	font-size: 18px;
	font-weight: 400;
	line-height: 52px;
	text-transform: uppercase;
	border-radius: 25px;
	border: 1px solid #c8c8c8;
	text-align: center;
	padding: 0 46px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin: 0 0 0 10px;
	display: inline-block;
	vertical-align: top;
}

@media screen and (min-width: 1024px) {
	.new-comments .link:hover {
		background: #f42f2f;
		color: #fff;
		border: 1px solid #f42f2f;
	}
}

.thumb-comm {
	border-bottom: 1px solid #c8c8c8;
	padding: 0 0 20px;
	margin: 0 0 20px;
}

.thumb-comm:last-of-type {
	border: none;
	margin: 0;
}

.thumb-comm .user .user-name {
	color: #000000;
	font-family: 'Helvetica-Neue';
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	margin: 0 5px 0 0;
}

.thumb-comm .user .data-comm {
	color: #707070;
	font-family: 'HelveticaNeueCyr';
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 0.3px;
}

.thumb-comm .text {
	color: #000000;
	font-family: 'HelveticaNeueCyr';
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: 0.35px;
} 

.video .thumbs-block,
.album .thumbs-block{
	padding: 0 0 35px;
}

.form-block.popup {
	max-width: 510px;
	margin: 0 auto;
	padding: 0 0 40px;
	-webkit-box-shadow: 0 0 27px 2px rgba(0, 0, 0, 0.68);
	        box-shadow: 0 0 27px 2px rgba(0, 0, 0, 0.68);
}

.form-block.popup .headline {
	padding: 35px 0 0;
}

.form-block.popup .text-form {
	padding: 0 0 30px;
}

.form-block.popup .relative {
	margin: 0 0 15px;
}

.form-block.popup .textfield {
	margin: 0;
}

.form-block.popup .form-button {
	padding: 0 0 25px;
	border-bottom: 1px solid #c8c8c8;;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-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;
}

.form-block.popup .form-button .link {
	color: #000000;
	font-family: 'Helvetica-Neue';
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	position: relative;
	display: inline-block;
}

.form-block.popup .form-button .link:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	height: 1px;
	width: 0;
	background: #000000;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

@media screen and (min-width: 1024px) {
	.form-block.popup .form-button .link:hover {
		color: #f42f2f;
	}

	.form-block.popup .form-button .link:hover:after {
		width: 100%;
		background: #f42f2f;
	}
}

.form-block.popup .form-button .link.help {
	font-family: 'Helvetica-Neue';
	font-weight: 300;
	line-height: 24px;
	color: #f42f2f;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

.form-block.popup .form-button .link:after {
	background: #f42f2f;
}

@media screen and (min-width: 1024px) {
	.form-block.popup .form-button .link.help:hover {
		color: #000000;
	}

	.form-block.popup .form-button .link.help:hover:after {
		width: 100%;
		background: #000000;
	}
}

.form-block.popup .join-now {
	padding: 25px 0 0;
	text-align: center;
}

.form-block.popup .join-now .headline {
	padding: 0;
}

.form-block.popup .join-now .text-form {
	max-width: 320px;
	display: inline-block;
}

.form-block.popup .join-now .form-button {
	padding: 0;
	border: none;
	display: block;
}

.form-block.popup .join-now .form-button .but {
	font-size: 60px;
	line-height: 104px;
	text-transform: uppercase;
}

.error-block {
	padding: 20px 25px 0;
}

.message-error {
	font-size: 0;
	line-height: 0;
	padding: 10px 20px;
	border-radius: 25px;
	background-color: #f42f2f;
}

.message-error .icon-block {
	display: inline-block;
	width: 35px;
	vertical-align: middle;
}

.message-error i {
	font-size: 47px;
	color: #fff;
}

.message-error .error-text {
	display: inline-block;
	width: calc(100% - 35px);
	vertical-align: middle;
	color: #ffffff;
	font-family: 'Helvetica-Neue';
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	text-align: left;
	padding: 0 0 0 10px;
}

.message-error .error-text .uppercase {
	font-size: 18px;
	text-transform: uppercase;
	display: block;
}

.form-block.upload {
	max-width: 732px;
}

.scroll-pane {
	height: 200px;
    overflow: auto;
}

.form-block.upload .unsubscribe-text {
	border-radius: 25px;
	border: 1px solid #c8c8c8;
	max-width: 632px;
	margin: 0 auto;
	padding: 20px;
}

.form-block.upload .unsubscribe-text p {
	padding: 0 15px 0 0;
	text-align: justify;
}

.form-block.popup.upload .text-form {
	max-width: 556px;
	padding: 20px 0 30px;
	text-align: center;
	margin: 0 auto;
}

.form-block.upload .form-button {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: none;
	padding: 0;
}

.form-block.upload .form-button .but {
	background: #96c14a;
	margin: 0 15px 0 0;
}

.form-block.upload .form-button .link.help {
	color: #f42f2f;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
}

.form-block.sign {
	max-width: 1080px;
}

.form-block.sign .form {
	max-width: 100%;
	padding: 0 35px;
}

.form-block.sign .two-columns {
	font-size: 0;
	line-height: 0;
	padding: 0 0 25px;
	border-bottom: 1px solid #c8c8c8;
}

.form-block.sign .two-columns .column {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.form-block.sign .two-columns .column.first {
	padding: 0 20px 0 0;
}

.form-block.sign .relative {
	max-width: 430px;
}

.radio,
.checkbox{
	position:relative;
	display:block;
	margin-top:8px;
}

.radio{
	padding-left:20px;
}

.radio input[type='radio']{
	z-index:1;
	opacity:0;
	outline:none;
}

input[type='radio'],input[type='checkbox']{
	line-height:normal;
}

.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox']{
	position:absolute;
	margin-top:4px \9; 
	margin-left:-20px;
}

.radio label,.checkbox label{
	font-weight:normal;
	margin-bottom:0;
	padding-left:20px;
	cursor:pointer;
}

.radio label{
	position:relative;
	display:inline-block;
	padding-left:5px;
	letter-spacing: -0.33px;
}

.radio label::after{
	position:absolute;
	top:5px;
	left:3px;
	display:inline-block;
	display:none; 
	width:6px;
	height:6px;
	margin-left:-18px;
	content:' ';
	border-radius:50%;
	background-color: #f42f2f;
}

.radio label::before{
	position:absolute;
	left:0;
	display:inline-block;
	width:16px;
	height:16px;
	margin-left:-20px;
	content:'';
	border:1px solid #ababab;
	border-radius:50%;
	background-color:#fff;
}

.radio label::after{
	opacity:.8; 
	background-color: #f42f2f;
}

.radio input[type='radio']:checked+label::after{
	display:block;
}

.radio-container .radio-box{
	margin: 0 0 10px;
	padding:0 0 0 30px;
	cursor:pointer;
	background:#fff;
	border-radius: 25px;
	overflow: hidden;
	background-color: #efefef;
}

.radio-container .radio-box:last-of-type {
	margin: 0;
}

.radio-container .radio-box:hover{
	background: #f42f2f;
}

.radio-container .radio-box:hover small,
.radio-container .radio-box:hover .element-group .title,
.radio-container .radio-box:hover .price{
	color:#fff;
}

.radio-container .element-group>.element-group{
	float:left;
}

.radio-container .element-group-justified>.element-group{
	display:table-cell;
	float:none;
	width:1%;
}

.radio-container .radio-box label{
	display:block;
	height:100%;
}

.radio-container .radio-box label::before{
	top:50%;
	margin-top:-9px;
}

.radio-container .radio-box label::after{
	top:50%;
	margin-top:-4px;
}

.radio-container .text-right{
	text-align:right;
}

.radio-container .element-group{
	height:100%;
}

.radio-container .element-group .title{
	display:block; 
	color: #000000;
	font-size: 28px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	text-align: left;
	padding: 4px 0;
}

.radio-container small{
	display:block;
	color: #707070;
	font-family: 'HelveticaNeueCyr';
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 0.35px;
}

.radio-container .element-group .element-group{
	width:auto;
}

.radio-container .element-group-justified{
	display:table;
	width:100%;
	border-collapse:separate;
}

.radio-container .element-group,
.radio-container .element-group-vertical{
	position:relative;
	vertical-align:middle;
}

.radio-container .radio-box .price{
	line-height:1;
	display:block;
	padding:15px 10px 15px 5px;
	text-align: right; 
	color: #000000;
	font-size: 48px;
	font-weight: 400;
	text-transform: uppercase;
}

.form-block.sign .list {
	font-size: 0;
	line-height: 0;
	padding: 25px 0;
	border-bottom: 1px solid #c8c8c8;
}

.form-block.sign .list .item {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	margin: 0 0 15px;
	padding: 0 15px 0 0;
}

.form-block.sign .list .item .icon {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	text-align: left;
}

.form-block.sign .list .item .icon i {
	font-size: 33px;
	color: #000;
}

.form-block.sign .list .item .text {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 50px);
	text-align: left;
	color: #252525;
	font-size: 30px;
	font-weight: 400;
	line-height: 32px;
	text-transform: uppercase;
}

.form-block.sign .form-button {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 25px 0 0;
	border: none;
}

.form-block.sign .form-button .but {
	color: #ffffff;
	font-size: 60px;
	font-weight: 400;
	line-height: 60px;
	text-transform: uppercase;
	padding: 25px 50px;
}

.form-block.sign .form-button .but .text {
	font-size: 18px;
	font-weight: 300;
	display: block;
	line-height: 18px;
}

.wrapper {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	overflow: hidden;
}
.popup-block-test {
	padding: 65px 0 0;
	position: absolute;
	background: rgba(0,0,0,.75);
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 33;
	overflow-x: hidden;
}

.album .main-holder {
	padding: 0;
}

.album .main-content-img .name-model {
    font-size: 150px;
    font-weight: 700;
    line-height: 140px;
    padding: 0 0 100px;
	color: #000000;
}

.album .main-content-img .name-model .color {
	color: #fff;
}

.album .main-content-img .name-model .text {
	display: block;
	font-size: 60px;
	font-weight: 400;
}

.fancybox-overlay-fixed {
	position: absolute;
	}

.fancybox-lock body,
.fancybox-lock {
	overflow: auto !important;
}

.fancybox-buttons .fancybox-button {
	display: none !important;
}

.fancybox-controls {
	top: 50%;
	text-align: left;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: opacity 0s !important;
	-o-transition: opacity 0s !important;
	transition: opacity 0s !important;
}

.fancybox-button--right {
	right: 70px;
    position: absolute;
}

.fancybox-button--left {
	left: 70px;
}

.fancybox-infobar__body {
	display: none;
}

.fancybox-button--left:after, 
.fancybox-button--right:after {
	width: 30px;
	height: 30px;
	top: 31px;
	right: auto;
	left: 31px;
}

.fancybox-button--left:after {
	right: 31px;
	left: auto;
}

.fancybox-button, 
.fancybox-infobar__body {
	background: transparent;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	border: 2px solid #fff;
	-webkit-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}

.fancybox-button:hover {
	background: transparent;
	border: 2px solid #f42f2f;
	color: #f42f2f;
}

body {
	position: relative;
}

.main{
	margin-top: 70px;
	padding-bottom: 20px;
}

@media (max-width: 1024px) {
	.main{
		margin-top: 90px;
	}
}

@media (max-width: 900px) {
	.main{
		margin-top: 65px;
	}
}

.popup+.main {
	display: none;
}

.popup {
	position: absolute;
	background: #ffffff;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.first-visible .main {
	display: none;
}

.popup .header {
	background-color: #000;
}

.popup .img-holder {
	text-align: center;
	position: relative;
	overflow: hidden;
}

.popup .img-holder  img {
	position: relative;
   left: 50%;
   height: 100vh;    
	width: auto;
   display: block;
   transform: translateX(-50%);	
}

.popup .img-holder .block {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	display: inline-block;
	top: 47%;
	transform: translateY(-53%);
}

.popup .logo a {
    line-height: 80px;
}

.popup .img-holder .link {
	color: #ffffff;
	font-family: "League-Gothic";
	font-size: 80px;
	font-weight: 400;
	line-height: 82px;
	text-transform: uppercase;
	padding: 24px 41px;
	background-color: rgba(255, 0, 198, .7);;
	border-radius: 100px;
	transition: all .3s;
}

.popup .img-holder .link:hover {
	background-color: rgba(110, 204, 54, .7);
}

.popup .text-holder {
	text-align: center;
	color: #727272;
	font-family: "Helvetica-Neue-LT-Std-Hv";
	font-size: 20px;
	font-weight: 400;
	padding: 40px 0;
}

.popup .text-holder .title {
	color: #ff00c6;
	padding: 0 0 30px;
}

.popup .text-holder .text {
	padding: 0 0 30px;
}

.popup .text-holder .text:first-of-type {
	padding: 0 0 25px;
}

.popup .container {
	max-width: 1450px;
}

.popup .text-holder .text .link {
	color: #ff00c6;
	font-family: "Helvetica-Neue-LT-Std-Hv";
}


.popup .main-holder {
	background-color: #fff;
}

@media screen and (min-width: 1600px) {
	.popup .img-holder {
		max-width: 1200px;
		margin: 0 auto;
	}

}

@media screen and (max-width: 2000px) {
	.popup .img-holder .link {
		font-size: 60px;
		line-height: 62px;
		padding: 24px 41px;
	}
}

@media screen and (max-width: 1400px) {
	.popup .logo a {
		font-size: 60px;
	}

	.popup .img-holder .link {
		font-size: 50px;
		line-height: 52px;
		padding: 23px 41px;
	}
}
@media screen and (max-width: 900px) {
	.popup .logo a {
		line-height: 65px;
	}

	.popup .header-holder .logo {
		margin: 0 auto;
		padding: 5px 0 0;
	}
}

@media screen and (max-width: 767px) {
	.popup .img-holder .link {
		font-size: 40px;
		line-height: 42px;
		padding: 25px;
		border-radius: 55px;
	}

	.popup .text-holder {
		font-size: 18px;
		padding: 20px 0;
	}

	.popup .text-holder .text {
		padding: 0 0 15px;
	}

	.popup .text-holder .text:first-of-type {
		padding: 0 0 15px;
	}

	.popup .text-holder .title {
		padding: 0 0 15px;
	}
	
	
}

@media screen and (max-width: 550px) {
	.popup .text-holder {
		font-size: 17px;
		padding: 15px 0;
	}

	.popup .text-holder .text {
		padding: 0 0 10px;
	}

	.popup .text-holder .text:first-of-type {
		padding: 0 0 10px;
	}
}

@media screen and (max-width: 440px) {

	.popup .img-holder .link {
		font-size: 31px;
		line-height: 33px;
		padding: 20px;
		border-radius: 38px;
	}

	.popup .text-holder {
		font-size: 12px;
		padding: 10px 0;
	}

	.popup .text-holder .title {
		padding: 0 0 10px;
		font-size: 14px;
	}

	.popup .text-holder .text:first-of-type {
		padding: 0 0 7px;
	}

	.popup .text-holder .text {
		padding: 0 0 7px;
	}
}

.masonry-wrap{
	font-size: 0;
}

.item-masonry{
	padding: 6px;
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

@media (max-width: 1024px) {
	.item-masonry{
		padding: 3px;
	}
}

@media (max-width: 639px) {
	.item-masonry{
		width: 33.33%;
	}
}

@media (max-width: 479px) {
	.item-masonry{
		width: 50%;
	}
}

.item-masonry a{
	display: block;
}

.item-masonry img{
	width: 100%;
    height: auto;
    display: block;
}

.item-masonry .wrap{
	position: relative;
	display: block;
}

.item-masonry .wrap.large{
	padding-bottom: 150%;
}

.item-masonry .wrap.small{
	padding-bottom: 66.7%;
}

.item-masonry .wrap.middle{
	padding-bottom: 100%;
}

.item-masonry .wrap.video{
	padding-bottom: 100%;
}

.item-masonry img, .item-masonry video{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	opacity: 0;
}

.item-masonry img.lazyloaded, .item-masonry .loaded-video video{
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.timer-wrap{
	background-color: #ffff00;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0px;
	color: #000;
	font-size: 80px;
	font-weight: bold;
	z-index: 999;
	padding: 20px 10px;
	text-transform: uppercase;
}

@media (max-width: 1120px) {
	.timer-wrap{
		font-size: 50px;
	}
}

@media (max-width: 768px) {
	.timer-wrap{
		font-size: 33px;
	}
}

@media (max-width: 479px) {
	.timer-wrap{
		padding: 12px 5px;
		font-size: 23px;
	}
}

.timer-child{
	margin-left: 10px;
}

.timer-save{
	text-transform: lowercase;
}

.btn-more{
	width: 100%;
	border-radius: 25px;
	border: 1px solid #c8c8c8;
	display: inline-block;
	color: #a3a3a3;
	font-size: 18px;
	font-weight: 400;
	margin-top: 25px;
	cursor: pointer;
	-webkit-transition: color .3s, background .3s;
	-o-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
	padding: 14px;
	background-color: transparent;
	text-transform: uppercase;
}

@media (max-width: 900px) {
	.btn-more{
		margin-top: 20px;
		font-size: 16px;`
	}
}

@media (max-width: 479px) {
	.btn-more{
		font-size: 15px;`
	}
}

@media screen and (min-width: 1025px) {
	.btn-more:hover{
		background-color: #c8c8c8;
		color: #fff;
	}
}