* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@font-face {
    font-family: atyp-text;
    src: url(/fonts/atyp-text.ttf);
}

@font-face {
    font-family: bowler;
    src: url(/fonts/bowler.ttf);
}

@font-face {
    font-family: gangofthreerusbydaymarius;
    src: url(/fonts/gangofthreerusbydaymarius.ttf);
}

@font-face {
    font-family: gilroy-extrabold;
    src: url(/fonts/gilroy-extrabold.otf);
}

@font-face {
    font-family: gilroy-light;
    src: url(/fonts/gilroy-light.otf);
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background-color: #EEEEEE;
}

::-webkit-scrollbar-thumb {
    background-color: #DB2A2C;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #AB282B;
}

body {
    margin: 60px 200px;
    background-image: url('/images/bg1.png');
    background-color: #07090D;
    background-position: 100% 0;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

#cookie-notice {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	max-width: 450px;
	margin: auto;
	padding: 0.5rem;
	border: 1px solid #eee;
	background-color: #fefefe;
	box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.05);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-size: 15px;
	text-align: center;
	color: #555;
}
.cookie-notice-more {
	margin: 0 0.25rem;
	text-decoration-style: dashed;
	color: inherit;
}
.cookie-notice-close {
	padding: 0 0.5rem;
	border: 1px solid #ddd;
	border-radius: 0.125rem;
	line-height: 20px;
	text-decoration: none;
	color: #888;
}
@media only screen and (min-width: 768px) {
	#cookie-notice {
		bottom: 1rem;
		border-radius: 0.25rem;
	}
	.cookie-notice-close {
		float: right;
	}
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.desktop .menu-modal {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 180px;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 100;
}

.desktop .modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 150;
}

.desktop .loader {
    position: fixed;
    top: 30px;
    right: 30px;
    padding: 10px 15px;
    background: linear-gradient(315.82deg, #DB2A2C -16.1%, #751618 71.28%);
    border: 2px solid #DB2A2C;
    border-radius: 15px;
    z-index: 150;
}

.desktop .loader .wrap {
    font-family: gilroy-light;
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
}

.desktop .scroll-top {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 105;
    opacity: 0.5;
    transition: all 0.2s;
    cursor: pointer;
}

.desktop .scroll-top:hover {
    opacity: 1;
}

.desktop .form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    padding: 20px 25px;
    background-color: #07090D;
    border: 1px solid #FFFFFF;
    border-radius: 7px;
    z-index: 175;
}

.desktop .form .close {
    position: absolute;
    top: 25px;
    right: 25px;
}

.desktop .form .wrap {
    margin: 15px 0 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.desktop .form .wrap #parkour-list-desktop {
    display: none;
}

.desktop .form .wrap #formats-list-desktop {
    display: none;
}

.desktop .form .wrap #inventory-list-desktop {
    display: none;
}

.desktop .form .wrap #media-list-desktop {
    display: none;
}

.desktop .form .wrap .input {
    margin: 0 0 35px 0;
    width: 100%;
    text-align: center;
}

.desktop .form .wrap .input input {
    padding: 5px;
    background: none;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    outline: none;
    font-family: gilroy-light;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    width: 95%;
}

.desktop .form .wrap .input select {
    padding: 5px;
    background: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #FFFFFF;
    outline: none;
    font-family: gilroy-light;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    width: 97%;
}

.desktop .form .wrap .input select option {
    background: #000;
    color: #FFFFFF;
}

.desktop .form .wrap .agree {
    margin: 0 0 25px 0;
    width: 100%;
    text-align: left;
    color: #ffffff;
}

.desktop .form .wrap .agree a {
    font-family: gilroy-light;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

.desktop .line {
    position: relative;
    margin: -3px 0 0 0;
}

.desktop .button-main {
    display: inline-block;
    padding: 20px 45px;
    background: linear-gradient(91.07deg, #DB2A2C 0.91%, #751618 104.46%);
    border: 1px solid #751618;
    border-radius: 100px;
    font-family: gilroy-light;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    cursor: pointer;
    user-select: none;
}

.desktop .button-main:hover {
    background: linear-gradient(93.59deg, #FFFFFF 6.61%, #999999 100.04%);
    border: 1px solid #999999;
    color: #DB2A2C;
}

.desktop .button-main:active {
    background: #000000;
    border: 1px solid #999999;
    color: #FFFFFF;
}

.desktop .button-red {
    display: inline-block;
    padding: 15px 55px;
    background: linear-gradient(91.07deg, #DB2A2C 0.91%, #751618 104.46%);
    border: 1px solid #751618;
    border-radius: 70px;
    font-family: gilroy-light;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
    user-select: none;
}

.desktop .button-red:hover {
    background: linear-gradient(93.59deg, #FFFFFF 6.61%, #999999 100.04%);
    border: 1px solid #999999;
    color: #DB2A2C;
}

.desktop .button-red:active {
    background: #000000;
    color: #FFFFFF;
}

.desktop .button-white {
    display: inline-block;
    padding: 15px 55px;
    background: linear-gradient(93.59deg, #FFFFFF 6.61%, #999999 100.04%);
    border: 1px solid #999999;
    border-radius: 70px;
    font-family: gilroy-light;
    font-weight: 500;
    font-size: 20px;
    color: #DB2A2C;
    cursor: pointer;
    user-select: none;
}

.desktop .button-white:hover {
    background: linear-gradient(91.07deg, #FF5B5D 0.91%, #CB2C2E 104.46%);
    border: 1px solid #FF7A7B;
    color: #FFFFFF;
}

.desktop .button-white:active {
    background: #000000;
    border: 1px solid #999999;
    color: #FFFFFF;
}

.desktop .button-black {
    display: inline-block;
    padding: 15px 55px;
    background: #000000;
    border: 1px solid #751618;
    border-radius: 70px;
    font-family: gilroy-light;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
    user-select: none;
}

.desktop .button-black:hover {
    background: linear-gradient(91.07deg, #FF5B5D 0.91%, #CB2C2E 104.46%);
    border: 1px solid #FF7A7B;
    color: #FFFFFF;
}

.desktop .button-black:active {
    background: #000000;
    border: 1px solid #999999;
    color: #FFFFFF;
}

.desktop .button-rgb {
    display: inline-block;
    padding: 15px 55px;
    background: radial-gradient(146.46% 112.69% at 24.02% 68.69%, #000000 0%, #000000 50%, #DB2A2C 100%);
    border: 1px solid #751618;
    border-radius: 70px;
    font-family: gilroy-light;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
    user-select: none;
}

.desktop .button-rgb:hover {
    background: linear-gradient(93.59deg, #FFFFFF 6.61%, #999999 100.04%);
    border: 1px solid #999999;
    color: #DB2A2C;
}

.desktop .button-rgb:active {
    background: #000000;
    color: #FFFFFF;
}

.desktop .head-out {
    position: fixed;
    top: 60px;
    width: 77%;
    z-index: 150;
}

.desktop .head-out .header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.desktop .head-out .header .nav a {
    margin: 0 0 0 23px;
    font-family: gilroy-light;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    text-decoration: none;
    transition: all 0.2s ease-in;
}

.desktop .head-out .header .nav a:hover {
    font-size: 20px;
    color: #FFFFFF;
}

.desktop .head-out .header .nav a:active {
    color: #DB2A2C;
}

.desktop .head-out .header .social a {
    margin: 0 0 0 16px;
}

.desktop .header-second {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 860px 0 0 0;
}

.desktop .header-second .callarrow img {
    width: 719px;
    height: 15px;
}

.desktop .header-second .callbutton a img {
    width: 84px;
    height: 81px;
}

.desktop .whoweare {
    margin: 200px 0 0 0;
    background: linear-gradient(300.69deg, #DB2A2C -8.63%, #751618 65.64%);
    border-radius: 30px;
}

.desktop .whoweare .title {
    padding: 67px 0 0 0;
    font-family: bowler;
    font-weight: 400;
    font-size: 50px;
    color: #FFFFFF;
    text-align: center;
}

.desktop .whoweare .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 100px 60px;
}

.desktop .whoweare .wrap .text {
    padding: 0 0 67px 0;
    width: 100%;
    font-family: gilroy-light;
    font-weight: 400;
    font-size: 25px;
    color: #FFFFFF;
}

.desktop .whoweare .wrap .video {
    text-align: center;
}

.desktop .whoweare .wrap .video img {
    width: 90%;
    border: 5px solid #FFFFFF;
    border-radius: 15px;
}

.desktop .show {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 150px 0 0 0;
}

.desktop .show .title {
    font-family: bowler;
    font-weight: 400;
    font-size: 50px;
    color: #FFFFFF;
    text-align: center;
}

.desktop .show .wrap {
    margin: 140px 0 0 0;
}

.desktop .show .wrap .block {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    width: 952px;
    height: 497px;
    background-image: url('/show/MixTricks-Short.jpg');
    background-size: cover;
    border: 2px solid #FFFFFF;
    border-radius: 17px;
    text-align: center;
}

.desktop .show .wrap .block .name {
    margin-right: auto;
    font-family: gilroy-light;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
}

.desktop .show .wrap .block .content {
    width: 100%;
}

.desktop .show .wrap .block .content img {
    cursor: pointer;
}

.desktop .show .wrap .block .bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.desktop .show .wrap .block .bottom .text {
    font-family: gilroy-light;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    text-align: left;
}

.desktop .parkour {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 150px 0 0 0;
}

.desktop .parkour .title {
    font-family: bowler;
    font-weight: 400;
    font-size: 50px;
    color: #FFFFFF;
    text-align: center;
}

.desktop .parkour .left {
    position: absolute;
    margin: 550px 0 0 0;
    left: 50px;
    cursor: pointer;
    opacity: 0.3;
}

.desktop .parkour .right {
    position: absolute;
    margin: 550px 0 0 0;
    right: 50px;
    cursor: pointer;
}

.desktop .parkour .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
    margin: 140px 0 0 0;
    width: 87%;
    overflow-x: hidden;
}

.desktop .parkour .wrap .block {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 50px 0 50px;
    padding: 25px;
    min-width: 780px;
    background: radial-gradient(126.46% 98.69% at 24.02% 68.69%, #000000 0%, #000000 50%, #DB2A2C 100%);
    border: 2px solid #DB2A2C;
    border-radius: 17px;
    text-align: center;
}

.desktop .parkour .wrap .block:last-child {
    margin: 0 0 0 50px;
}

.desktop .parkour .wrap .block .name {
    margin-right: auto;
    font-family: gilroy-light;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
}

.desktop .parkour .wrap .block .content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0 0;
    width: calc(95%);
    height: 350px;
    background-size: cover;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    cursor: pointer;
}

.desktop .parkour .wrap .Lache-To-Cat-Leap .content {
    background-image: url('/parkour/Lache-To-Cat-Leap3.jpg');
}

.desktop .parkour .wrap .Cat-Leap .content {
    background-image: url('/parkour/Cat-Leap1.jpg');
}

.desktop .parkour .wrap .Wall-Run .content {
    background-image: url('/parkour/Wall-Run3.jpg');
}

.desktop .parkour .wrap .Vault-Jump .content {
    background-image: url('/parkour/Vault-Jump3.jpg');
}

.desktop .parkour .wrap .Up-Ward .content {
    background-image: url('/parkour/Up-Ward1.jpg');
}

.desktop .parkour .wrap .block .content .play {
    pointer-events: none;
}

.desktop .parkour .wrap .block .photos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 45px 0 0 0;
}

.desktop .parkour .wrap .block .photos img {
    margin: 0 0 20px 0;
    width: 90%;
    height: 150px;
    border-radius: 15px;
}

.desktop .parkour .wrap .block .bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    margin: 45px 0 0 0;
    width: 100%;
}

.desktop .parkour .wrap .block .bottom .text {
    font-family: gilroy-light;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    text-align: left;
}

.desktop .formats {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 300px 0 0 0;
}

.desktop .formats .title {
    font-family: bowler;
    font-weight: 400;
    font-size: 50px;
    color: #FFFFFF;
    text-align: center;
}

.desktop .formats .left {
    position: absolute;
    margin: 620px 0 0 0;
    left: 50px;
    cursor: pointer;
    opacity: 0.3;
}

.desktop .formats .right {
    position: absolute;
    margin: 620px 0 0 0;
    right: 50px;
    cursor: pointer;
}

.desktop .formats .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
    margin: 140px 0 0 0;
    width: 82%;
    overflow-x: hidden;
}

.desktop .formats .wrap .block {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 50px 0 50px;
    padding: 25px;
    min-width: 720px;
    background: linear-gradient(315.82deg, #DB2A2C -16.1%, #751618 71.28%);
    border: 2px solid #DB2A2C;
    border-radius: 17px;
    text-align: center;
}

.desktop .formats .wrap .block:last-child {
    margin: 0 0 0 50px;
}

.desktop .formats .wrap .block .name {
    margin-right: auto;
    font-family: bowler;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.desktop .formats .wrap .block .content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0 0;
    width: calc(95%);
    height: 350px;
    background-size: cover;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    cursor: pointer;
}

.desktop .formats .wrap .Skillathon .content {
    background-image: url('/formats/Skillathon6.jpg');
}

.desktop .formats .wrap .Speedrun .content {
    background-image: url('/formats/Speedrun1.jpg');
}

.desktop .formats .wrap .Freestyle .content {
    background-image: url('/formats/Freestyle2.jpg');
}

.desktop .formats .wrap .Tag .content {
    background-image: url('/formats/Tags.png');
}

.desktop .formats .wrap .MasterClass .content {
    background-image: url('/formats/MasterClass5.jpg');
}

.desktop .formats .wrap .block .photos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 45px 0 0 0;
    height: 175px;
    overflow-y: auto;
}

.desktop .formats .wrap .block .photos img {
    margin: 0 0 20px 0;
    width: 90%;
    height: 150px;
    border-radius: 15px;
}

.desktop .formats .wrap .block .bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    margin: 15px 0 0 0;
    width: 100%;
}

.desktop .formats .wrap .block .bottom .text {
    font-family: gilroy-light;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    text-align: left;
}

.desktop .inventory {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 300px 0 0 0;
}

.desktop .inventory .title {
    font-family: bowler;
    font-weight: 400;
    font-size: 50px;
    color: #FFFFFF;
    text-align: center;
}

.desktop .inventory .left {
    position: absolute;
    margin: 550px 0 0 0;
    left: 50px;
    cursor: pointer;
    opacity: 0.3;
}

.desktop .inventory .right {
    position: absolute;
    margin: 550px 0 0 0;
    right: 50px;
    cursor: pointer;
}

.desktop .inventory .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
    margin: 140px 0 0 0;
    width: 82%;
    overflow-x: hidden;
}

.desktop .inventory .wrap .block {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 50px 0 50px;
    padding: 25px;
    min-width: 700px;
    border: 2px solid #DB2A2C;
    border-radius: 17px;
    text-align: center;
}

.desktop .inventory .wrap .block:last-child {
    margin: 0 0 0 50px;
}

.desktop .inventory .wrap .block .name {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.desktop .inventory .wrap .block .name .info {
    font-family: bowler;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.desktop .inventory .wrap .block .videos {
    width: calc(100%);
    height: 400px;
    overflow-y: auto;
}

.desktop .inventory .wrap .block .videos .content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0 0;
    width: calc(95%);
    height: 350px;
    background-size: cover;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    cursor: pointer;
}

.desktop .inventory .wrap .Rental .videos .content:nth-child(1) {
    background-image: url('/inventory/Rental.png');
}

.desktop .inventory .wrap .Rental .videos .content:nth-child(2) {
    background-image: url('/inventory/Rental1.png');
}

.desktop .inventory .wrap .Rental .videos .content:nth-child(3) {
    background-image: url('/inventory/Rental2.png');
}

.desktop .inventory .wrap .Production .videos .content:nth-child(1) {
    background-image: url('/inventory/Production.png');
}

.desktop .inventory .wrap .Production .videos .content:nth-child(2) {
    background-image: url('/inventory/Production1.png');
}

.desktop .inventory .wrap .block .videos .content .play {
    pointer-events: none;
}

.desktop .inventory .wrap .block .photos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 45px 0 0 0;
    height: 170px;
    overflow-y: auto;
}

.desktop .inventory .wrap .block .photos img {
    margin: 0 0 20px 0;
    width: 90%;
    height: 150px;
    border-radius: 15px;
}

.desktop .inventory .wrap .block .bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    margin: 15px 0 0 0;
    width: 100%;
}

.desktop .inventory .wrap .block .bottom .text {
    font-family: gilroy-light;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    text-align: left;
}

.desktop .media {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 300px 0 0 0;
}

.desktop .media .title {
    font-family: bowler;
    font-weight: 400;
    font-size: 50px;
    color: #FFFFFF;
    text-align: center;
}

.desktop .media .left {
    position: absolute;
    margin: 550px 0 0 0;
    left: 50px;
    cursor: pointer;
    opacity: 0.3;
}

.desktop .media .right {
    position: absolute;
    margin: 550px 0 0 0;
    right: 50px;
    cursor: pointer;
}

.desktop .media .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
    margin: 140px 0 0 0;
    width: 92%;
    overflow-x: hidden;
}

.desktop .media .wrap .block {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 50px 0 50px;
    padding: 25px;
    min-width: 820px;
    background: linear-gradient(330.52deg, #FFFFFF -5.56%, #121212 97.13%);
    border: 2px solid #696969;
    border-radius: 17px;
    text-align: center;
}

.desktop .media .wrap .block:last-child {
    margin: 0 0 0 50px;
}

.desktop .media .wrap .block .name {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.desktop .media .wrap .block .name .info {
    font-family: bowler;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.desktop .media .wrap .block .content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0 0;
    width: calc(100%);
    height: 350px;
    background-size: cover;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    cursor: pointer;
}

.desktop .media .wrap .Videoprod .content {
    background-image: url('/media/Videoprod.png');
}

.desktop .media .wrap .block .content .play {
    pointer-events: none;
}

.desktop .media .wrap .block .photos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 45px 0 0 0;
    height: 250px;
    overflow-y: auto;
}

.desktop .media .wrap .block .photos img {
    margin: 0 0 20px 0;
    width: 90%;
    height: 150px;
    border-radius: 15px;
}

.desktop .media .wrap .Social .photos img {
    margin: 0 0 10px 10px;
    width: 90%;
    height: 250px;
}

.desktop .media .wrap .block .bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    margin: 15px 0 0 0;
    width: 100%;
}

.desktop .media .wrap .block .bottom .text {
    font-family: gilroy-light;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    text-align: left;
}

.desktop .meta {
    margin: 200px 0 0 0;
    background: linear-gradient(300.69deg, #DB2A2C -8.63%, #751618 65.64%);
    border-radius: 30px;
}

.desktop .meta .title {
    padding: 67px 60px 0 60px;
    font-family: bowler;
    font-weight: 400;
    font-size: 35px;
    color: #FFFFFF;
    text-align: left;
}

.desktop .meta .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 60px 60px;
}

.desktop .meta .wrap .text {
    padding: 0 0 60px 0;
    width: 100%;
    font-family: gilroy-light;
    font-weight: 400;
    font-size: 25px;
    color: #FFFFFF;
}

.desktop .meta .wrap .video {
    text-align: center;
}

.desktop .meta .wrap .video img {
    width: 90%;
    border: 5px solid #FFFFFF;
    border-radius: 15px;
}

.desktop .footer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 230px 0 0 0;
}

.desktop .footer .title {
    font-family: bowler;
    font-weight: 400;
    font-size: 50px;
    color: #FFFFFF;
    text-align: center;
}

.desktop .footer .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 120px 0 0 0;
    width: 100%;
    border-radius: 30px;
    border: 2px solid #FFFFFF;
}

.desktop .footer .wrap .tg {
    margin: 60px;
}

.desktop .footer .wrap .tg .name {
    font-family: gilroy-light;
    font-weight: 500;
    font-size: 13px;
    color: #B0B0B0;
    text-align: center;
}

.desktop .footer .wrap .tg .qr {
    margin: 10px 0 0 0;
}

.desktop .footer .wrap .vk {
    margin: 0 40px 0 0;
}

.desktop .footer .wrap .vk .name {
    font-family: gilroy-light;
    font-weight: 500;
    font-size: 13px;
    color: #B0B0B0;
    text-align: center;
}

.desktop .footer .wrap .vk .qr {
    margin: 10px 0 0 0;
}

.desktop .footer .wrap .links {
    margin: 0 0 0 30px;
}

.desktop .footer .wrap .links .link {
    margin: 14px 0 0 0;
}

.desktop .footer .wrap .links .link a {
    font-family: gilroy-light;
    font-weight: 500;
    font-size: 20px;
    color: #B0B0B0;
    text-decoration: none;
}

.desktop .footer .wrap .logo {
    margin: 70px 60px 60px 60px;
    margin-left: auto;
}

.desktop .footer .wrap .logo img {
    width: 120px;
    height: 120px;
}

@media screen and (max-width: 480px) {

    body {
        margin: 20px 30px;
        background-image: none !important;
        background-color: #07090D;
    }

    .mobile .bg .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 391px;
        background: url(/bg-mobile1.png);
        background-size: 100%;
        z-index: 95;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .mobile .modal {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 150;
    }

    .mobile .loader {
        position: fixed;
        top: 30px;
        right: 30px;
        padding: 10px 15px;
        background: linear-gradient(315.82deg, #DB2A2C -16.1%, #751618 71.28%);
        border: 2px solid #DB2A2C;
        border-radius: 15px;
        z-index: 150;
    }

    .mobile .loader .wrap {
        font-family: gilroy-light;
        font-weight: 500;
        font-size: 13px;
        color: #FFFFFF;
    }

    .mobile .scroll-top {
        display: none;
        position: fixed;
        bottom: 90px;
        right: 20px;
        z-index: 105;
        opacity: 0.7;
        transition: all 0.2s;
    }

    .mobile .scroll-top img {
        width: 64px;
        height: 62px;
    }

    .mobile .scroll-top:hover {
        opacity: 1;
    }

    .mobile .form {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60%;
        padding: 20px 25px;
        background-color: #07090D;
        border: 1px solid #FFFFFF;
        border-radius: 7px;
        z-index: 175;
    }

    .mobile .form .close {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .mobile .form .close img {
        width: 12px;
        height: 12px;
    }

    .mobile .form .wrap {
        margin: 10px 0 0 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }

    .mobile .form .wrap #parkour-list-mobile {
        display: none;
    }

    .mobile .form .wrap #formats-list-mobile {
        display: none;
    }

    .mobile .form .wrap #inventory-list-mobile {
        display: none;
    }

    .mobile .form .wrap #media-list-mobile {
        display: none;
    }

    .mobile .form .wrap .input {
        margin: 0 0 25px 0;
        width: 100%;
        text-align: center;
    }

    .mobile .form .wrap .input input {
        padding: 5px;
        background: none;
        border: 0;
        border-bottom: 1px solid #FFFFFF;
        outline: none;
        font-family: gilroy-light;
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
        width: 95%;
    }

    .mobile .form .wrap .input select {
        padding: 5px;
        background: none;
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid #FFFFFF;
        outline: none;
        font-family: gilroy-light;
        font-weight: 400;
        font-size: 12px;
        color: #999;
        width: 99%;
    }

    .mobile .form .wrap .input select option {
        background: #000;
        color: #FFFFFF;
    }
    
    .mobile .form .wrap .agree {
    margin: 0 0 25px 0;
    width: 100%;
    text-align: left;
    color: #ffffff;
}

.mobile .form .wrap .agree a {
    font-family: gilroy-light;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

    .mobile .outline {
        margin: 30px 0 0 0;
        text-align: center;
    }

    .mobile .menu {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        padding: 25px;
        width: 80%;
        height: 90%;
        background: radial-gradient(180.71% 120.08% at -2.8% 78.29%, #07090D 0%, #07090D 59.13%, #811617 100%);
        border: 1px solid #DB2A2C;
        border-radius: 10px;
        z-index: 105;
    }

    .mobile .menu .head {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }

    .mobile .menu .wrap {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .mobile .menu .wrap .point {
        margin: 32px 0 0 0;
    }

    .mobile .menu .wrap .point a {
        font-family: gilroy-light;
        font-weight: 400;
        font-size: 15px;
        color: #999999;
        text-decoration: none;
    }

    .mobile .menu .cont {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: flex-end;
        margin: 42px 0 0 0;
    }

    .mobile .menu .cont a {
        margin: 0 0 0 16px;
    }

    .mobile .button-main {
        display: inline-block;
        padding: 20px 45px;
        background: linear-gradient(91.07deg, #DB2A2C 0.91%, #751618 104.46%);
        border: 1px solid #751618;
        border-radius: 70px;
        font-family: gilroy-extrabold;
        font-weight: 500;
        font-size: 15px;
        color: #FFFFFF;
        user-select: none;
    }

    .mobile .button-main:hover {
        background: linear-gradient(93.59deg, #FFFFFF 6.61%, #999999 100.04%);
        border: 1px solid #999999;
        color: #DB2A2C;
    }

    .mobile .button-main:active {
        background: #000000;
        border: 1px solid #999999;
        color: #FFFFFF;
    }

    .mobile .button-red {
        display: inline-block;
        padding: 15px 55px;
        background: linear-gradient(91.07deg, #DB2A2C 0.91%, #751618 104.46%);
        border: 1px solid #751618;
        border-radius: 56px;
        font-family: gilroy-extrabold;
        font-weight: 500;
        font-size: 13px;
        color: #FFFFFF;
        user-select: none;
    }

    .mobile .button-red:hover {
        background: linear-gradient(93.59deg, #FFFFFF 6.61%, #999999 100.04%);
        border: 1px solid #999999;
        color: #DB2A2C;
    }

    .mobile .button-red:active {
        background: #000000;
        color: #FFFFFF;
    }

    .mobile .button-white {
        display: inline-block;
        padding: 15px 55px;
        background: linear-gradient(93.59deg, #FFFFFF 6.61%, #999999 100.04%);
        border: 1px solid #999999;
        border-radius: 56px;
        font-family: gilroy-extrabold;
        font-weight: 500;
        font-size: 13px;
        color: #DB2A2C;
        user-select: none;
    }

    .mobile .button-white:hover {
        background: linear-gradient(91.07deg, #FF5B5D 0.91%, #CB2C2E 104.46%);
        border: 1px solid #FF7A7B;
        color: #FFFFFF;
    }

    .mobile .button-white:active {
        background: #000000;
        border: 1px solid #999999;
        color: #FFFFFF;
    }

    .mobile .button-black {
        display: inline-block;
        padding: 15px 55px;
        background: #000000;
        border: 1px solid #DB2A2C;
        border-radius: 56px;
        font-family: gilroy-extrabold;
        font-weight: 500;
        font-size: 13px;
        color: #FFFFFF;
        user-select: none;
    }

    .mobile .button-black:hover {
        background: linear-gradient(91.07deg, #FF5B5D 0.91%, #CB2C2E 104.46%);
        border: 1px solid #FF7A7B;
        color: #FFFFFF;
    }

    .mobile .button-black:active {
        background: #000000;
        border: 1px solid #999999;
        color: #FFFFFF;
    }

    .mobile .button-rgb {
        display: inline-block;
        padding: 15px 55px;
        background: radial-gradient(146.46% 112.69% at 24.02% 68.69%, #000000 0%, #000000 50%, #DB2A2C 100%);
        border: 1px solid #DB2A2C;
        border-radius: 56px;
        font-family: gilroy-extrabold;
        font-weight: 500;
        font-size: 13px;
        color: #FFFFFF;
        user-select: none;
    }

    .mobile .button-rgb:hover {
        background: linear-gradient(93.59deg, #FFFFFF 6.61%, #999999 100.04%);
        border: 1px solid #999999;
        color: #DB2A2C;
    }

    .mobile .button-rgb:active {
        background: #000000;
        color: #FFFFFF;
    }

    .mobile .header {
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        z-index: 100;
    }

    .mobile .header .nav {
        position: fixed;
        right: 30px;
    }

    .mobile .header-second {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        margin: 350px 0 0 0;
    }

    .mobile .header-second .callbutton {
        margin: 0 0 -3px 0;
    }

    .mobile .header-second .callbutton a img {
        width: 64px;
        height: 62px;
    }

    .mobile .whoweare {
        margin: 65px 0 0 0;
        background: linear-gradient(300.69deg, #DB2A2C -8.63%, #751618 65.64%);
        border-radius: 10px;
    }

    .mobile .whoweare .title {
        padding: 30px 0 0 0;
        font-family: bowler;
        font-weight: 400;
        font-size: 36px;
        color: #FFFFFF;
        text-align: center;
    }

    .mobile .whoweare .wrap {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        margin: 10px 40px;
    }

    .mobile .whoweare .wrap .text {
        width: 100%;
        font-family: gilroy-light;
        font-weight: 400;
        font-size: 15px;
        color: #FFFFFF;
    }

    .mobile .whoweare .wrap .video {
        margin: 15px 0 30px 0;
    }

    .mobile .whoweare .wrap .video img {
        width: 100%;
        border: 1px solid #FFFFFF;
        border-radius: 10px;
    }

    .mobile .show {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        margin: 62px 0 0 0;
    }

    .mobile .show .title {
        font-family: bowler;
        font-weight: 400;
        font-size: 36px;
        color: #FFFFFF;
        text-align: center;
    }

    .mobile .show .wrap {
        margin: 24px 0 0 0;
    }

    .mobile .show .wrap .block {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        background-image: url('/show/MixTricks-Short.jpg');
        background-size: cover;
        border: 1px solid #FFFFFF;
        border-radius: 10px;
        text-align: center;
    }

    .mobile .show .wrap .block .name {
        margin-right: auto;
        padding: 15px 18px;
        font-family: gilroy-light;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
    }

    .mobile .show .wrap .block .content {
        width: 100%;
    }

    .mobile .show .wrap .block .bottom {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .mobile .show .wrap .block .bottom .text {
        margin-right: auto;
        padding: 15px 18px;
        font-family: gilroy-light;
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
        text-align: left;
    }

    .mobile .parkour {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        margin: 62px 0 0 0;
    }

    .mobile .parkour .title {
        font-family: bowler;
        font-weight: 400;
        font-size: 36px;
        color: #FFFFFF;
        text-align: center;
    }

    .mobile .parkour .left {
        position: absolute;
        margin: 300px 0 0 0;
        left: 7px;
        opacity: 0.3;
    }

    .mobile .parkour .right {
        position: absolute;
        margin: 300px 0 0 0;
        right: 7px;
    }

    .mobile .parkour .wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: baseline;
        margin: -4px 0 0 0;
        width: 100%;
        overflow-x: hidden;
    }

    .mobile .parkour .wrap .block {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        margin: 10px 20px 0 0;
        min-width: calc(100% - 5px);
        background: radial-gradient(126.46% 98.69% at 24.02% 68.69%, #000000 0%, #000000 50%, #DB2A2C 100%);
        border: 1px solid #DB2A2C;
        border-radius: 10px;
        text-align: center;
    }

    .mobile .parkour .wrap .block:last-child {
        margin: 20px 0 0 0;
    }

    .mobile .parkour .wrap .block .name {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .mobile .parkour .wrap .block .name .info {
        padding: 18px 15px;
        font-family: gilroy-light;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
    }

    .mobile .parkour .wrap .block .up-down {
        margin: 0 20px 15px 20px;
        font-family: gilroy-light;
        font-weight: 400;
        font-size: 15px;
        color: #878787;
        margin-right: auto;
    }

    .mobile .parkour .wrap .block .up-down img {
        margin: 0 0 -3px 7px;
        width: 16px;
        height: 16px;
    }

    .mobile .parkour .wrap .block .content {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        margin: 0 0 15px 0;
        width: calc(100% - 45px);
        height: 150px;
        background-size: cover;
        border: 1px solid #FFFFFF;
        border-radius: 10px;
    }

    .mobile .parkour .wrap .Lache-To-Cat-Leap .content {
        background-image: url('/parkour/Lache-To-Cat-Leap3.jpg');
    }

    .mobile .parkour .wrap .Cat-Leap .content {
        background-image: url('/parkour/Cat-Leap1.jpg');
    }

    .mobile .parkour .wrap .Wall-Run .content {
        background-image: url('/parkour/Wall-Run3.jpg');
    }

    .mobile .parkour .wrap .Vault-Jump .content {
        background-image: url('/parkour/Vault-Jump3.jpg');
    }

    .mobile .parkour .wrap .Up-Ward .content {
        background-image: url('/parkour/Up-Ward1.jpg');
    }

    .mobile .parkour .wrap .block .content .play {
        pointer-events: none;
    }

    .mobile .parkour .wrap .block .photos {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        margin: 10px 0 0 0;
        width: calc(100% - 45px);
        overflow-x: auto;
    }

    .mobile .parkour .wrap .block .photos img {
        margin: 0 20px 20px 0;
        border-radius: 10px;
    }

    .mobile .parkour .wrap .block .line-photos {
        position: relative;
        margin: -19px 0 20px 0;
    }

    .mobile .parkour .wrap .block .line-photos img {
        width: 95%;
    }

    .mobile .parkour .wrap .block .bottom {
        display: none;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .mobile .parkour .wrap .block .bottom .text {
        margin: 5px 20px 20px 20px;
        font-family: gilroy-light;
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
        text-align: left;
    }

    .mobile .formats {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        margin: 62px 0 0 0;
    }

    .mobile .formats .title {
        font-family: bowler;
        font-weight: 400;
        font-size: 36px;
        color: #FFFFFF;
        text-align: center;
    }

    .mobile .formats .left {
        position: absolute;
        margin: 300px 0 0 0;
        left: 7px;
        opacity: 0.3;
    }

    .mobile .formats .right {
        position: absolute;
        margin: 300px 0 0 0;
        right: 7px;
    }

    .mobile .formats .wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: baseline;
        margin: -4px 0 0 0;
        width: 100%;
        overflow-x: hidden;
    }

    .mobile .formats .wrap .block {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        margin: -20px 20px 0 0;
        min-width: calc(100% - 5px);
        background: linear-gradient(315.82deg, #DB2A2C -16.1%, #751618 71.28%);
        border: 1px solid #DB2A2C;
        border-radius: 10px;
        text-align: center;
    }

    .mobile .formats .wrap .block:last-child {
        margin: 20px 0 0 0;
    }

    .mobile .formats .wrap .block .name {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .mobile .formats .wrap .block .name .info {
        padding: 18px 15px;
        font-family: bowler;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        text-transform: uppercase;
    }

    .mobile .formats .wrap .block .up-down {
        margin: 0 20px 15px 20px;
        font-family: gilroy-light;
        font-weight: 400;
        font-size: 15px;
        color: #878787;
        margin-right: auto;
    }

    .mobile .formats .wrap .block .up-down img {
        margin: 0 0 -3px 7px;
        width: 16px;
        height: 16px;
    }

    .mobile .formats .wrap .block .content {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        margin: 0 0 15px 0;
        width: calc(100% - 45px);
        height: 150px;
        background-size: cover;
        border: 1px solid #FFFFFF;
        border-radius: 10px;
    }

    .mobile .formats .wrap .Skillathon .content {
        background-image: url('/formats/Skillathon6.jpg');
    }

    .mobile .formats .wrap .Speedrun .content {
        background-image: url('/formats/Speedrun1.jpg');
    }

    .mobile .formats .wrap .Freestyle .content {
        background-image: url('/formats/Freestyle2.jpg');
    }

    .mobile .formats .wrap .Tag .content {
        background-image: url('/formats/Tags.png');
    }

    .mobile .formats .wrap .MasterClass .content {
        background-image: url('/formats/MasterClass5.jpg');
    }

    .mobile .formats .wrap .block .photos {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        margin: 10px 0 0 0;
        width: calc(100% - 45px);
        overflow-x: auto;
    }

    .mobile .formats .wrap .block .photos img {
        margin: 0 20px 20px 0;
        border-radius: 10px;
    }

    .mobile .formats .wrap .block .line-photos {
        position: relative;
        margin: -19px 0 20px 0;
    }

    .mobile .formats .wrap .block .line-photos img {
        width: 95%;
    }

    .mobile .formats .wrap .block .bottom {
        display: none;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .mobile .formats .wrap .block .bottom .text {
        margin: 5px 20px 20px 20px;
        font-family: gilroy-light;
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
        text-align: left;
    }

    .mobile .inventory {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        margin: 62px 0 0 0;
    }

    .mobile .inventory .title {
        font-family: bowler;
        font-weight: 400;
        font-size: 36px;
        color: #FFFFFF;
        text-align: center;
    }

    .mobile .inventory .left {
        position: absolute;
        margin: 300px 0 0 0;
        left: 7px;
        opacity: 0.3;
    }

    .mobile .inventory .right {
        position: absolute;
        margin: 300px 0 0 0;
        right: 7px;
    }

    .mobile .inventory .wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: baseline;
        margin: -4px 0 0 0;
        width: 100%;
        overflow-x: hidden;
    }

    .mobile .inventory .wrap .block {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        margin: -20px 20px 0 0;
        min-width: calc(100% - 5px);
        border: 1px solid #DB2A2C;
        border-radius: 10px;
        text-align: center;
    }

    .mobile .inventory .wrap .block:last-child {
        margin: 20px 0 0 0;
    }

    .mobile .inventory .wrap .block .name {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .mobile .inventory .wrap .block .name .info {
        padding: 18px 15px;
        font-family: bowler;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
    }

    .mobile .inventory .wrap .Retail .name .info {
        font-size: 16px;
    }

    .mobile .inventory .wrap .block .up-down {
        margin: 0 20px 15px 20px;
        font-family: gilroy-light;
        font-weight: 400;
        font-size: 15px;
        color: #878787;
        margin-right: auto;
    }

    .mobile .inventory .wrap .block .up-down img {
        margin: 0 0 -3px 7px;
        width: 16px;
        height: 16px;
    }

    .mobile .inventory .wrap .block .videos {
        width: calc(100% - 45px);
        height: 200px;
        overflow-y: auto;
    }

    .mobile .inventory .wrap .block .videos .content {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        margin: 0 0 15px 0;
        width: calc(98%);
        height: 150px;
        background-size: cover;
        border: 1px solid #FFFFFF;
        border-radius: 10px;
    }

    .mobile .inventory .wrap .Rental .videos .content:nth-child(1) {
        background-image: url('/inventory/Rental.png');
    }

    .mobile .inventory .wrap .Rental .videos .content:nth-child(2) {
        background-image: url('/inventory/Rental1.png');
    }

    .mobile .inventory .wrap .Rental .videos .content:nth-child(3) {
        background-image: url('/inventory/Rental2.png');
    }

    .mobile .inventory .wrap .Production .videos .content:nth-child(1) {
        background-image: url('/inventory/Production.png');
    }

    .mobile .inventory .wrap .Production .videos .content:nth-child(2) {
        background-image: url('/inventory/Production1.png');
    }

    .mobile .inventory .wrap .block .videos .content .play {
        pointer-events: none;
    }

    .mobile .inventory .wrap .block .photos {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        margin: 10px 0 0 0;
        width: calc(100% - 45px);
        overflow-x: auto;
    }

    .mobile .inventory .wrap .block .photos img {
        margin: 0 20px 20px 0;
        border-radius: 10px;
    }

    .mobile .inventory .wrap .block .line-photos {
        position: relative;
        margin: -19px 0 20px 0;
    }

    .mobile .inventory .wrap .block .line-photos img {
        width: 95%;
    }

    .mobile .inventory .wrap .block .bottom {
        display: none;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .mobile .inventory .wrap .block .bottom .text {
        margin: 5px 20px 20px 20px;
        font-family: gilroy-light;
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
        text-align: left;
    }

    .mobile .media {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        margin: 62px 0 0 0;
    }

    .mobile .media .title {
        font-family: bowler;
        font-weight: 400;
        font-size: 36px;
        color: #FFFFFF;
        text-align: center;
    }

    .mobile .media .left {
        position: absolute;
        margin: 250px 0 0 0;
        left: 7px;
        opacity: 0.3;
    }

    .mobile .media .right {
        position: absolute;
        margin: 250px 0 0 0;
        right: 7px;
    }

    .mobile .media .wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: baseline;
        margin: -4px 0 0 0;
        width: 100%;
        overflow-x: hidden;
    }

    .mobile .media .wrap .block {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        margin: 0 20px 0 0;
        min-width: calc(100% - 5px);
        background: linear-gradient(330.52deg, #FFFFFF -5.56%, #121212 97.13%);
        border: 1px solid #696969;
        border-radius: 10px;
        text-align: center;
    }

    .mobile .media .wrap .block:last-child {
        margin: 20px 0 0 0;
    }

    .mobile .media .wrap .block .name {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .mobile .media .wrap .block .name .info {
        padding: 18px 15px;
        font-family: bowler;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
    }

    .mobile .media .wrap .block .up-down {
        margin: 0 20px 15px 20px;
        font-family: gilroy-light;
        font-weight: 400;
        font-size: 15px;
        color: #000000;
        margin-right: auto;
    }

    .mobile .media .wrap .block .up-down img {
        margin: 0 0 -3px 7px;
        width: 16px;
        height: 16px;
    }

    .mobile .media .wrap .block .content {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        margin: 0 0 15px 0;
        width: calc(100% - 45px);
        height: 150px;
        background-size: cover;
        border: 1px solid #FFFFFF;
        border-radius: 10px;
    }

    .mobile .media .wrap .Videoprod .content {
        background-image: url('/media/Videoprod.png');
    }

    .mobile .media .wrap .block .content .play {
        pointer-events: none;
    }

    .mobile .media .wrap .block .photos {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        margin: 10px 0 0 0;
        width: calc(100% - 45px);
        overflow-x: auto;
    }

    .mobile .media .wrap .block .photos img {
        margin: 0 20px 20px 0;
        border-radius: 10px;
    }

    .mobile .media .wrap .block .line-photos {
        position: relative;
        margin: -19px 0 20px 0;
    }

    .mobile .media .wrap .block .line-photos img {
        width: 95%;
    }

    .mobile .media .wrap .Social .photos img {
        margin: 0 8px 8px 0;
    }

    .mobile .media .wrap .block .bottom {
        display: none;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .mobile .media .wrap .block .bottom .text {
        margin: 5px 20px 20px 20px;
        font-family: gilroy-light;
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
        text-align: left;
    }

    .mobile .meta {
        margin: 65px 0 0 0;
        background: linear-gradient(300.69deg, #DB2A2C -8.63%, #751618 65.64%);
        border-radius: 10px;
    }

    .mobile .meta .title {
        padding: 30px 20px 0 30px;
        font-family: bowler;
        font-weight: 400;
        font-size: 15px;
        color: #FFFFFF;
        text-align: left;
    }

    .mobile .meta .wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        margin: 10px 30px;
    }

    .mobile .meta .wrap .text {
        padding: 0 0 30px 0;
        width: 100%;
        font-family: gilroy-light;
        font-weight: 400;
        font-size: 15px;
        color: #FFFFFF;
    }

    .mobile .meta .wrap .video {
        margin: 15px 0 30px 0;
    }

    .mobile .meta .wrap .video img {
        width: 100%;
        border: 1px solid #FFFFFF;
        border-radius: 10px;
    }

    .mobile .footer {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        margin: 60px 0 0 0;
    }

    .mobile .footer .title {
        font-family: bowler;
        font-weight: 400;
        font-size: 36px;
        color: #FFFFFF;
        text-align: center;
    }

    .mobile .footer .wrap {
        margin: 14px 0 0 0;
        width: 100%;
        border-radius: 10px;
        border: 1px solid #FFFFFF;
    }

    .mobile .footer .wrap .links {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-end;
        width: 100%;
    }

    .mobile .footer .wrap .links .link {
        margin: 18px;
    }

    .mobile .footer .wrap .links .link a {
        font-family: gilroy-light;
        font-weight: 500;
        font-size: 12px;
        color: #B0B0B0;
        text-decoration: none;
    }

    .mobile .footer .wrap .soc {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .mobile .footer .wrap .soc .tg {
        margin: 0 18px 18px 18px;
    }

    .mobile .footer .wrap .soc .tg .name {
        font-family: gilroy-light;
        font-weight: 500;
        font-size: 10px;
        color: #B0B0B0;
        text-align: center;
    }

    .mobile .footer .wrap .soc .tg .qr {
        margin: 10px 0 0 0;
    }

    .mobile .footer .wrap .soc .vk {
        margin: 0 18px 18px 18px;
    }

    .mobile .footer .wrap .soc .vk .name {
        font-family: gilroy-light;
        font-weight: 500;
        font-size: 10px;
        color: #B0B0B0;
        text-align: center;
    }

    .mobile .footer .wrap .soc .vk .qr {
        margin: 10px 0 0 0;
    }

    .mobile .footer .wrap .soc .logo {
        margin: 0 18px 18px 18px;
    }

    .mobile .footer .wrap .soc .logo .name {
        font-family: gilroy-light;
        font-weight: 500;
        font-size: 10px;
        color: #B0B0B0;
        text-align: center;
    }

    .mobile .footer .wrap .soc .logo .qr {
        margin: 10px 0 0 0;
    }

    .mobile .footer .wrap .soc .logo .qr img {
        width: 67px;
        height: 69px;
    }

}