@font-face { 
	font-family: 'Neuehaas'; 
	src: url('fonts/NeueHaasDisplay-Roman.ttf')  format('truetype');
	font-weight: normal; 
	font-style: normal; 
}
@font-face { 
	font-family: 'Neuehaas'; 
	src: url('fonts/NeueHaasDisplay-Medium.ttf')  format('truetype');
	font-weight: 600; 
	font-style: normal; 
}
@font-face { 
	font-family: 'Monument'; 
	src: url('fonts/PPMonument-Regular.otf')  format('opentype');
	font-weight: normal; 
	font-style: normal; 
}
@font-face { 
	font-family: 'Monument'; 
	src: url('fonts/PPMonument-Black.otf')  format('opentype');
	font-weight: bold; 
	font-style: normal; 
}

* {margin:0; padding:0; box-sizing:border-box;}
body {font-size:16px; line-height:1.2; font-family:'Neuehaas',tahoma,sans-serif; font-weight: normal; color: #fff; background: #000;}
a {color:#fff;text-decoration:none;}
ol, ul {list-style:none;}
table {border-collapse:collapse; border-spacing:0;}
img {border:0;}
p{margin-bottom: 16px;}
.fixfloat{content:''; display:block; clear:both;}
/* Fonts */
.font-n12{
	font-family: 'Neuehaas';
	font-size: 12px;
	line-height: 0.75rem;
	font-weight: normal;
}
.font-n16b{
	font-family: 'Neuehaas';
	font-size: 16px;
	line-height: 1rem;
	font-weight: 600;
}
.font-n21{
	font-family: 'Neuehaas';
	font-size: 21px;
	line-height: 1.312rem;
	font-weight: normal;
}
.font-n21b{
	font-family: 'Neuehaas';
	font-size: 21px;
	line-height: 1.312rem;
	font-weight: 600;
}

.font-mn16{
	font-family: 'Monument';
	font-size: 16px;
	line-height: 1rem;
	font-weight: bold;
}
.font-mn21{
	font-family: 'Monument';
	font-size: 21px;
	line-height: 1.312rem;
	font-weight: bold;
}

.h1{
	font-family: 'Monument';
	font-size: 67px;
	line-height: 4.188rem;
	font-weight: bold;
}
.h3{
	font-family: 'Monument';
	font-size: 38px;
	line-height: 2.375rem;
	font-weight: bold;
}
.h4{
	font-family: 'Monument';
	font-size: 28px;
	line-height: 1.75rem;
	font-weight: bold;
}

.preload {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;  
    background: #000;
    transition: all 0.5s;
    opacity: 1;
}
.preload-remove {
    opacity: 0;
    z-index: -10;
}
.preloader svg {
    overflow: visible;
    width: 100px;
    height: 150px;
}
.preloader svg g {
    animation: preloader-slide 2s linear infinite;
}
.preloader svg g:nth-child(2) {
    animation-delay: 0.5s;
}
.preloader svg g:nth-child(2) path {
    animation-delay: 0.5s;
    stroke-dasharray: 0px 158px;
    stroke-dashoffset: 1px;
}
.preloader svg path {
    stroke: url(#gradient);
    stroke-width: 20px;
    stroke-linecap: round;
    fill: none;
    stroke-dasharray: 0 157px;
    stroke-dashoffset: 0;
    animation: preloader-escalade 2s cubic-bezier(0.8, 0, 0.2, 1) infinite;
}
@keyframes preloader-slide {
    0% {
        transform: translateY(-50px);
    }
    100% {
        transform: translateY(50px);
    }
}
@keyframes preloader-escalade {
    0% {
        stroke-dasharray: 0 157px;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 156px 157px;
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dasharray: 156px 157px;
        stroke-dashoffset: -156px;
    }
}


/* Colors */
.cl_white{
	color: #fff;
}
.cl_white5{
	color: rgba(255, 255, 255, 0.5);
}
.cl_pink{
	color: #ff3998;
}

/* Margin & Padding */
.mr_b_5{
	margin-bottom: 5px;
}


/* Other */
.fl{
	display: flex;
	width: 100%;
}
.jus_sb{
	justify-content: space-between;
}
.txtup{
	text-transform: uppercase;
}
.txtcenter{
	text-align: center;
}
.txtright{
	text-align: right;
}
#preload_bg {position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: #000; z-index: 1000000;}
.preload_txt {
	font-family: 'Monument'; font-weight: bold; font-size: 128px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
#preload_bg.preload-remove{z-index:-100;}

/* Agency */
.page_block{
	height: 100vh;
	padding: 32px 32px 16px;
	position: relative;	
	margin-bottom: 320px;
}
.ag_block1_fon{
	background: url('../img/noname_agency_geneva_creative_solutions.jpg')no-repeat top center;
	background-size: cover;
}
.page_block.ag_block1_fon{
	margin-bottom: 140px;
}
.block_head{
	display: flex;
	justify-content: right;
	width: 100%;
	position: relative;
	height: 100px;
}
.menu_but{
	width: 32px;
}
.menu_but img{
	width: 100%;
}
.logo{
	width: 90px;
}
.logo img{
	width: 90px;
}
.block_head_right{
	text-align: right;
}
.bhr_link a{
	text-transform: uppercase;
}
.bhr_link img{
	margin-right: 5px;
}
.ag_block1_center{
	width: 100%;
	max-width: 1184px;
	padding: 0 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ag_block1_center_hd{
	margin-bottom: 20px;
}
.big_noname_img{
	margin-bottom: 20px;
}
.big_noname_img img{
	width: 100%;
}
.ag_block1_center_descr{
	margin-bottom: 30px;
}
.ag_block1_center_links{
	width: 100%;
	max-width: 710px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.ag_block1_center_links div{
	margin-right: 5px;
	margin-bottom: 10px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
}
.ag_block1_center_links a{
	margin-left: 5px;
	transition: all .4s ease;
}
a:hover, #top_nav_bt:hover{
	color: #ff3998;
}
.menu_block_wrap{
	height: 88px;
	margin-bottom: 120px;
}
.menu_block{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0 32px;
	margin-top: 32px;
}
.fixed {
	position: fixed;
	z-index: 999;
	top: 0;
}
.menu_bt_modal{
	cursor: pointer;
	margin-right: 15px;
}
.menu_block_left{
	display: flex;
	align-items: center;
}
.block_head_center{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.block_base_url{
	width: 220px;
	height: 56px;
	border: 2px solid #fff;
	border-radius: 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.base_url_cur{
	width: 100px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	background: #fff;
	border-radius: 20px;
}
.bb_agency{
	margin-left: 10px;
	line-height: 1;
}
.bb_studio{
	margin-right: 10px;
	line-height: 1;
}
.ag_block2_fon{
	width: 100%;
	height: auto;
	padding: 0 !important;
	margin-bottom: 160px;
}

.we_work_block{
	margin-bottom: 0;
}
.wwb_biftxt{
	font-family: 'Monument';
	font-size: 120px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-align: center;
}
.wwb_descr{
	text-transform: uppercase;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-family: 'Monument';
	font-size: 28px;
	line-height: 1.75rem;
	font-weight: bold;
}
.wwb_biftxt img, .wwb_descr img{
	width: 80px;
	margin: 0 15px;
}

.wecr_block{
	padding-top: 10%;
}
.wecr_text{
	position: relative;
	text-transform: uppercase;
	max-width: 1020px;
	margin-left: auto;
	z-index: 3;
}
.wecr_block img{
	position: absolute;
}
.wecr_rup{width: 77px; top: 10%; left: 40%;}
.wecr_fire{width: 90px; top: 13%; right: 10%;}
.wecr_seel{width: 40px; top: 30%; left: 10%;}
.wecr_prize{width: 62px; top: 22%; left: 45%;}
.wecr_boom{width: 90px; top: 40%; left: 65%;}
.wecr_ufo{width: 90px; top: 50%; left: 45%;}
.wecr_mhands{width: 54px; top: 50%; left: 70%;}
.wecr_diamond{width: 45px; top: 60%; left: 60%;}
.wecr_freeze{width: 88px; top: 70%; left: 7%;}
.wecr_rockhand{width: 142px; top: 70%; left: 30%;}
.wecr_bot_bt{
	font-family: 'Neuehaas';
	font-size: 16px;
	line-height: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	position: absolute;
	right: 8%;
	bottom: 5%;
	padding: 8px 16px;
	border: 1px solid #fff;
	border-radius: 18px;
}
.wecr_bot_bt img{
	position: relative;
	margin-bottom: -2px;
}
.wecr_bot_seel{
	width: 16px;
	margin-left: 8px;
}

.page_block.our_metrics{
	margin: 0 0 160px;
	height: 400px;
}
.om_title{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
	text-transform: uppercase;	
	z-index: 5;
}
.om_title span{
	display: inline-block;	
}
.om_title span.lw{
	left: calc(50% - 90px);
	position: absolute;
}
.om_title span.rw{
	right: calc(50% - 190px);
	position: absolute;
}
.om_container{
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 300px;
	transform: translate(0, -50%);
	overflow: hidden;
	z-index: 3;
}
.om_contitem{
	position: absolute;
	top: 105%;
	left: 0;
	width: 100%;
	text-align: center;
}
.om_ci_text{
	font-family: 'Monument';
	font-size: 180px;
	line-height: 1;
	font-weight: bold;
	color: rgb(255, 57, 152);
}
.om_ci_descr{
	font-family: 'Neuehaas';
	font-size: 21px;
	line-height: 1;
	font-weight: normal;
}
.our_metrics.actshow span.lw{animation: span_left 1s ease-in 0s forwards;}
.our_metrics.actshow span.rw{animation: span_right 1s ease-in 0s forwards;}
.our_metrics.actshow .om_block_1{animation: bl1_anim 10s ease-in 1s infinite forwards;}
.our_metrics.actshow .om_block_2{animation: bl2_anim 10s ease-in 1s infinite forwards;}
.our_metrics.actshow .om_block_3{animation: bl3_anim 10s ease-in 1s infinite forwards;}
.our_metrics.actshow .om_block_4{animation: bl4_anim 10s ease-in 1s infinite forwards;}
@keyframes span_left {
	100%{left: 20px;}
}
@keyframes span_right {
	100%{right: 20px;}
}
@keyframes bl1_anim {
	0%{top: 105%; opacity: 1;}
	13%{opacity: 0.9;}
	25%{top: -100%; opacity: 0;}		
	100%{top: -100%; opacity: 0;}
}
@keyframes bl2_anim {
	0%{top: 105%; opacity: 1;}
	25%{top: 105%; opacity: 1;}
	38%{opacity: 0.9;}
	50%{top: -100%; opacity: 0;}
	100%{top: -100%; opacity: 0;}
}
@keyframes bl3_anim {
	0%{top: 105%; opacity: 1;}
	50%{top: 105%; opacity: 1;}
	63%{opacity: 0.9;}
	75%{top: -100%; opacity: 0;}
	100%{top: -100%; opacity: 0;}
}
@keyframes bl4_anim {
	0%{top: 105%; opacity: 1;}
	75%{top: 105%; opacity: 1;}
	88%{opacity: 0.9;}
	100%{top: -100%; opacity: 0;}
}

.page_block.our_service{
	height: 1600px;
}
.os_strih{
	text-align: center;
	margin-bottom: 20px;
}
.os_slidehd{
	font-family: 'Monument';
	font-size: 120px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 50px;
	width: 100%;
	overflow: hidden;
	text-transform: uppercase;
}
.cr_fon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	z-index: -1;
}
.cr_fon img{
	height: 100%;
	min-width: 1440px;
}
.cr_fon_top{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 25%;
	background: linear-gradient(#000000ff, #00000000);
}
.cr_fon_bot{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 25%;
	background: linear-gradient(#00000000, #000000ff);
}
.cr_block{
	border: 5px solid #fff;
	margin-bottom: 16px;
}
.cr_tab_hd{
	padding: 16px 24px 32px;
	font-family: 'Monument';
	font-size: 50px;
	line-height: 0.9;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.crt_img{
	width: 51px;
	height: 46px;
	overflow: hidden;
	margin-right: 15px;
	display: inline-block;
}
.crt_img img{
	height: 100%;
}
.cr_tab_hd span{
	display: inline-block;
}
.cr_tab_hd_title{
	display: flex;
	align-items: center;
}
.cr_tab_text{
	height: 0;
	overflow: hidden;	
	display: flex;
}
.cr_block.active .cr_tab_text{
	height: auto;
	padding-bottom: 20px;
}
.crt_txt_left{
	width: 51%;
	padding-left: 90px;
	font-family: 'Neuehaas';
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
.crt_txt_right{
	width: 49%;
	padding-left: 8%;
	padding-right: 15px;
	font-family: 'Monument';
	font-size: 21px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.footer{
	padding: 0 32px;
}
.footer_block{
	display: flex;
	margin-bottom: 130px;
}
.footer_left, .footer_right{
	width: 50%;
	text-transform: uppercase;
}
.footer_right{
	padding-right: 70px;
}
.footer_right_cols{
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}
.our_p{
	font-size: 12px;
	font-weight: 600;
	color: #ffffff80;
	margin-bottom: 8px;
}
ul.bot_menu li{
	margin-bottom: 8px;
}
ul.bot_menu li a{
	font-size: 16px;
}
.fr_col_right{
	text-align: right;
}
.fr_bt{
	border: 2px solid #fff;
	width: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px;
	font-family: 'Monument';
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 20px;
	border-radius: 22px;
}
.fr_bt img{
	width: 24px;
	margin-right: 8px;
}
.ft_lets_title{
	margin-bottom: 8px;
	text-transform: uppercase;
}
.ft_lets_title img{
	margin-left: 15px;
}
.ft_lets_drop{
	text-transform: uppercase;
	color: rgb(255, 57, 152);
}
.ft_lets_drop img{
	width: 10px;
	margin-right: 5px;
}
.footer_bottom{
	width: 100%;
	margin: 0 auto 15px;
}
.fb_socnets{
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.fb_name{
	margin-bottom: 15px;
}
.fb_name img{
	width: 100%;
}
.fb_rights{
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff80;
}
.fb_rights a{
	color: #ffffff80;
}

.fr_bt.expltype{
	width: 128px;
	text-transform: uppercase;
	margin: 0 auto;
}
.fr_bt.expltype img{
	width: 16px;
	margin-right: unset;
	margin-left: 8px;
}

.modal_page{
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100vh;
	z-index: 1000;
	background: #000;
	transition: all .4s;
}
.modal_page .menu_block_wrap {
  margin-bottom: 60px;
}
ul.modal_menu_links{
	text-align: center;
}
ul.modal_menu_links li{
	margin-bottom: 25px;
}
ul.modal_menu_links li a{
	font-family: 'Monument';
	font-size: 38px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
}
ul.modal_menu_links li a.hovoff{
	color: #ffffff80;
}
ul.modal_menu_studio_links{
	text-align: center;
}
ul.modal_menu_studio_links li{
	margin-bottom: 25px;
}
ul.modal_menu_studio_links li a{
	font-family: 'Monument';
	font-size: 38px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
}
ul.modal_menu_studio_links li a:hover{
	color: #ff3998;
}
.menu_bot_block{
	position: absolute;
	bottom: 16px;
	width: 100%;
	left: 0;
	padding: 0 32px;
	text-align: center;
}
.modal_rights{
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff80;
}
.modal_rights a{
	font-size: 12px;
	color: #ffffff80;
}
.modal_socnets{
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
}
.modal_socnets a{
	font-family: 'Monument';
	font-size: 21px;
	line-height: 1;
	margin: 0 8px;
	font-weight: bold;
}
.modal_drop{
	font-family: 'Monument';
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.modal_drop img{
	height: 34px;
	margin-left: 16px;
	margin-bottom: -5px;
}
.modal_logo{
	margin-bottom: 16px;
}
.modal_bg_img{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	opacity: 0;
	transition: all .5s ease;
	display: none;
}
.modal_bg_img.active{
	opacity: 1;
}

/* Agency */
.page_block.st_bl1{
	margin-bottom: 130px;
}
.st_block1_fon{
	position: absolute;
	left: 0;
	top: 0;
	background: url('../img/noname_studio_professional_recording_geneva.jpg')no-repeat top center;
	background-size: 1440px auto;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.page_block.st_block1_fon{
	margin-bottom: 140px;
}
.booking_bt{
	display: inline-block;
	font-family: 'Monument';
	font-weight: bold;
	font-size: 66px;
	line-height: 1;
	text-transform: uppercase;
	padding: 32px;
	border: 2px solid #fff;
	border-radius: 66px;
	margin-bottom: 24px;
}
.st_block1_fon.hover{
	filter: blur(6px);
}
.block1_bot{
	position: absolute;
	left: 0;
	bottom: 12%;
	width: 100%;
	text-align: center;
}
.block1_logo{
	margin-bottom: 16px;
}
.block1_txt{
	font-family: 'Monument';
	font-size: 28px;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
	max-width: 970px;
	margin: 0 auto;
}
.our_serv_title{
	font-family: 'Monument';
	font-size: 90px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 180px;
}
.our_serv_img_list{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.our_serv_img_list .slick-arrow{
	display: none !important;
}
.our_serv_slide_item{
	position: relative;
}
.our_serv_img{
	width: 100%;
}
.our_serv_img_txt{
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(50%);
}
.our_serv_img_txt span{
	display: block;
}
.our_serv_numb{
	margin-bottom: 24px;
	font-style: normal;
	font-weight: 600;
	font-size: 38px;
	line-height: 1;
}
.our_serv_descr{
	font-family: 'Monument';
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
}
.page_block.st_creative_hub{
	height: auto;
}
.st_creative_hub{
	text-align: center;
}
.st_creative_hub_title{
	display: inline-block;
	position: relative;
	font-family: "Monument";
	font-size: 90px;
	font-weight: bold;
	margin-bottom: 120px;
	text-transform: uppercase;
}
.st_creative_hub_title img{
	position: absolute;
	top: 20px;
	height: 72px;
}
.st_creative_hub_title img:first-child{
	left: -90px;
}
.st_creative_hub_title img:last-child{
	right: -90px;
}
.st_creative_hub_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.st_creative_hub_item{
	width: calc(50% - 12px);
	margin-bottom: 64px;
	text-align: left;
}
.st_creative_hub_img{
	margin-bottom: 24px;
}
.st_creative_hub_img img{
	width: 100%;
}
.st_creative_hub_item_title{
	font-family: "Monument";
	font-size: 38px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.st_creative_hub_item_txt{
	max-width: 490px;
}
.st_creative_hub_item .serv_slide_more{
	text-transform: uppercase;
}
.block_interest{
	margin-bottom: 320px;
	text-align: center;
}
.interest_title{
	font-family: 'Monument';
	font-weight: 800;
	font-size: 51px;
	line-height: 1;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.interest_drop .ft_lets_drop{
	font-size: 21px;
}
.interest_drop{
	margin-bottom: 30px;
}
.block_our_works{
	text-align: center;
	max-width: 1440px;
	padding: 0 32px;
	margin: 0 auto 300px;
}
.our_works_title{
	position: relative;
	display: inline-block;
	margin: 0 0 120px;
	font-family: 'Monument';
	font-weight: bold;
	font-size: 90px;
	line-height: 1;
	text-transform: uppercase;
}
.our_works_title span{
	position: absolute;
	right: -170px;
	top: 20px;
	font-weight: 600;
	font-size: 38px;
	line-height: 1;
}

.our_works_bt{
	text-align: center;
}
.our_works_bt a{
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid #ff3998;
	border-radius: 18px;
	color: #ff3998;
}
.our_works_bt a img {
  width: 16px;
  margin-left: 8px;
  margin-bottom: -2px;
}
.our_works_list{
	
}
.our_works_row{
	display: flex;
	justify-content: space-between;
	margin-bottom: 130px;
}
.our_works_item{
	width: 49%;
}
.our_works_item_img{
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
}
.our_works_item_img img{
	height: 100%;
	width: auto;
}
.our_works_item_img a{
	font-size: 0;
	line-height: 0;
}
.img_angls{
	position: absolute;
	left: 1%;
	top: 1%;
	width: 98%;
	height: 98%;
	/*background: url('../img/img_angls.png')no-repeat center top;*/
	background-size: contain;
	display: none;
}
.learn_more{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	font-weight: 600;
	font-size: 21px;
	line-height: 1;
	text-transform: uppercase;
}
.learn_more img{
	height: 16px !important;
	width: auto !important;
	margin-bottom: -3px;
}
.our_works_item_img:hover .img_angls, .our_works_item_img:hover .learn_more{
	display: block;
}
.our_works_item_bot{
	display: flex;
	text-align: left;
}
.descr_wrap{
	width: 50%;
	position: relative;
}
.ow_wrap_name{
	font-size: 21px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.ow_wrap_descr{
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
}
.our_works_item.item_sm{
	width: 38%;
}
.our_works_item.item_big{
	width: 60%;
}

/* About */
.ab_block1_fon{
	background: url('../img/noname_agency_team_creative_strategies.png')no-repeat top center;
	background-size: contain;
}
.page_block.ab_block1_fon {
  margin-bottom: 0;
}
.ab_block1_center{
	width: 100%;
	max-width: 1184px;
	padding: 0 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.ab_block1_center_hd{
	line-height: 1.2;
	margin-bottom: 10px;	
}
.ab_block1_center_sec{
	margin-bottom: 25px;
}
.ab_block1_center_descr{
	display: inline-block;
	position: relative;
}
.ab_block1_lefth, .ab_block1_righth{
	position: absolute;
	top: 10%;
	
}
.ab_block1_lefth{
	left: -60px;
}
.ab_block1_righth{
	right: -60px;
}
.page_block.atcore_block{
	height: auto;
	margin-bottom: 170px;
}
.atcore_txtblock{
	position: relative;
	z-index: 2;
}
.atctxt_1{
	max-width: 1050px;
}
.atctxt_2{
	max-width: 1260px;
}
.atctxt_3{
	max-width: 1000px;
}
.atctxt_first{
	text-align: right;
}
.atcore_descr1{
	text-align: right;
	position: relative;
	z-index: 2;
}
.atcore_descr2, .atcore_descr3{
	text-align: center;
	position: relative;
	z-index: 2;
}
.atcore_descr_txt{
	max-width: 650px;
	display: inline-block;
	margin: 140px 0;
	text-align: left;
	text-transform: uppercase;
}
.atcore_block img{
	position: absolute;
}
.atc_fire{
	top: 0;
	right: 10%;
	width: 70px;
}
.atc_rup{
	top: 5%;
	left: 3%;
	width: 96px;
}
.atc_msph{
	top: 17%;
	left: 28%;
	width: 70px;
}
.atc_boom{
	top: 22%;
	right: 30%;
	width: 160px;
}
.atc_uni{
	top: 42%;
	left: 8%;
	width: 140px;
}
.atc_palet{
	top: 42%;
	right: 10%;
	width: 90px;
}
.atc_diamond{
	top: 58%;
	right: 32%;
	width: 80px;
}
.atc_rockhand{
	top: 70%;
	left: 8%;
	width: 160px;
}
.atc_thands{
	top: 70%;
	right: 15%;
	width: 80px;
}
.atc_mask{
	top: 85%;
	left: 40%;
	width: 40px;
}
.atc_ninja{
	top: 82%;
	right: 23%;
	width: 80px;
}
.about_video{
	height: auto;
	margin: 0;
	padding: 0 !important;
}
.ab_video_block{
	height: 100%;
}
.ab_tmp_txt{
	font-family: 'Monument';
	font-size: 50px;
	line-height: 1.2;
	font-weight: bold;
	color: #000;
}
.page_block.ab_weworks{
	height: auto;
	margin-bottom: 0;
	padding-top: 0;
}
.ab_weworks_block{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	background: url('../img/onyoufon.png')no-repeat top left;
	padding: 240px 0 200px;
}
.ab_weworks_hd{
	text-align: center;
	margin-bottom: 70px;
}
.ab_weworks_title{
	display: inline-block;
	font-family: 'Monument';
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 15px;
}
.ab_weworks_title img{
	height: 40px;
	margin: 0 10px;
}
.ab_weworks_descr{
	width: 360px;
	display: inline-block;
	text-transform: uppercase;
}
.ab_weworks_next{
	text-align: center;
	margin-bottom: 70px;
}
.ab_weworks_next img{
	height: 38px;
}
.ab_weworks_grtxt{
	font-family: 'Monument';
	font-size: 90px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}
.ab_weworks_grtxt2{
	font-family: 'Monument';
	font-size: 145px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}
.ab_weworks_grtxt2 span{
	display: inline-block;
	border-bottom: 10px solid #fff;
}
.ab_weworks_smltxt{
	text-align: center;
	text-transform: uppercase;
}
.ab_weworks_smltxt span{
	display: inline-block;
	max-width: 420px;
}
.page_block.ab_approach{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto 240px;
	padding: 32px 0 0;
}
.ab_appr_title{
	font-family: 'Monument';
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 70px;
}
.ab_slide_block{
	height: calc(100vh - 137px);
	width: 100%;
}
.ab_slide_item{
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.ab_slide_img{
	height: 100%;
	width: 100%;
	max-width: 640px;
	overflow: hidden;
}
.ab_slide_img img{
	height: 100%;
}
.ab_slide_right{
	width: 100%;
	max-width: 675px;
	padding-left: 50px;
	padding-top: 30px;
	position: relative;
	text-transform: uppercase;
}
.ab_slide_right_title{
	position: relative;
	font-family: 'Monument';
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 80px;
}
.ab_slide_right_title .ab_slide_numb{
	position: absolute;
	left: -70px;
	top: 14px;
	font-family: 'Monument';
	font-size: 22px;
	font-weight: bold;
}
.ab_slide_right_title span{
	font-weight: normal;
}
.ab_slide_right_descr{
	font-size: 21px;
	font-weight: 600;
}
.ab_slide_right_icons{
	position: absolute;
	bottom: 45px;
	left: 70px;
	display: flex;
	align-items: center;
}
.ab_slide_right_icons img{
	width: 48px;
	margin-right: 8px;
}
.slick-list, .slick-track{
	height: 100%;
}

.ab_explore{
	text-align: center;
}
.ab_bt_expl{
	display: inline-block;
	padding: 8px 16px;
	border: 2px solid #fff;
	border-radius: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.ab_bt_expl img{
	height: 16px;
	margin-left: 5px;
	margin-bottom: -2px;
}

/* Service page */

.service_block1_fon{
	background: url('../img/creative_services_noname_agency.jpg')no-repeat top center;
	background-size: 1440px auto;
	margin-bottom: 0;
}
.serv_block1_center{
	width: 100%;
	max-width: 970px;
	padding: 0 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.serv_block1_center_hd{
	margin-bottom: 20px;
}
.serv_block1_center_sec{
	max-width: 800px;
	margin: 0 auto 20px;
}
.serv_block1_center_descr{
	display: flex;
	justify-content: center;
	align-items: center;
}
.serv_block1_center_descr img{
	height: 44px;
	margin: 0 24px;
}
.serv_explore{
	text-align: center;
}
.page_block.serv_mission{
  width: 100%;
  height: 100vh;
  margin: 0 auto 240px;
  padding: 0;
}
.serv_slide_block{
	width: 100%;
	height: 100%;
}
.serv_slide_item{
	position: relative;
}
.serv_slide_txtblock{
	position: absolute;
	left: 32px;
	bottom: 32px;
	width: 100%;
	max-width: 645px;
}
.serv_slide_item{
	text-transform: uppercase;
	height: 100%;
}
.serv_slide_img img{
	width: 100%;
}
.serv_slide__title{
	font-family: 'Monument';
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 15px;
}
.serv_slide_descr{
	margin-bottom: 15px;
}
.serv_slide_more{
	font-size: 21px;
	font-weight: 600;
}
.serv_slide_more img{
	display: inline;
	height: 14px;
	margin-right: 10px;
	width: auto;
}
.page_block.serv_list{
	height: auto;
	margin-bottom: 200px;
}
.serv_list .cr_block{
	border: none;
	margin-bottom: 32px;
}
.serv_list .cr_tab_hd{
	font-size: 38px;
	padding: 0;
	color: #7f7f7f;
}
.serv_list .cr_tab_hd:hover{
	color: #fff;
}
.serv_list .crt_img {
  width: 38px;
  height: auto;
}
.serv_list .crt_img img {
  width: 100%;
}
@media (min-width: 767px){
	.serv_list .cr_tab_hd span {
		font-size: 26px;
		display: none;
	}
}
.serv_list .cr_tab_text{
	position: absolute;
	top: 32px;
	right: 32px;
	width: 540px;
	opacity: 0;
	transition: opacity ease .5s;
	height: auto;
	display: block;
}
.serv_list .cr_tab_text.view{
	opacity: 1;
}
.serv_list .crt_txt_right {
  width: 100%;
  padding: 0;
  line-height: 26px;
  margin-bottom: 25px;
}
.crt_txt_descr{
	text-transform: uppercase;
}

/* Our works */

.page_block.vlog{
  height: auto;
  margin-bottom: 240px;
}
.works_block1_fon{
	background: url('../img/noname_portfolio_branding_digital_content.jpg')no-repeat top center;
	background-size: 1440px auto;
	margin-bottom: 0;
}
.vlog_hd_block{
	text-align: center;
	text-transform: uppercase;
	font-family: 'Monument';
	font-weight: bold;
	margin-bottom: -25px;
	z-index: 2;
	position: relative;
}
.vlog_title{
	font-size: 90px;
}
.vlog_descr{
	font-size: 50px;
}
.vlog_tmp_img img{
	width: 100%;
}
.vlog_video{
	position: relative;
}
.vlog_hover{
	position: absolute;
	left: 50%;
	bottom: 24px;
	width: 100%;
	max-width: 525px;
	transform: translate(-50%,0);
	text-align: center;
	text-transform: uppercase;
	opacity: 0;
	transition: opacity ease .4s;
}
.vlog_hover_text{
	margin-bottom: 16px;
}
.vlog_learn{
	font-size: 20px;
	font-weight: 600;
}
.vlog_learn img{
	height: 16px;
	margin-right: 5px;
}
.vlog_video:hover .vlog_hover{
	opacity: 1;
}
.page_block.transf{
	height: auto;
	margin-bottom: 240px;
}
.transf_hd_block{
	text-align: center;
	text-transform: uppercase;
	font-family: 'Monument';
	font-weight: bold;
	margin-bottom: -20px;
	z-index: 2;
	position: relative;
}
.transf_title{
	max-width: 1120px;
	margin: 0 auto 16px;
	font-size: 90px;
}
.transf_descr{
	font-size: 38px;
}
.transf_img_block{
	position: relative;
}
.transf_img img{
	width: 100%;
}
.transf_text_block{
	position: absolute;
	left: 50%;
	bottom: 24px;
	width: 100%;
	max-width: 510px;
	transform: translate(-50%,0);
	text-align: center;
	text-transform: uppercase;
}
.transf_text{
	margin-bottom: 16px;
}
.page_block.coming{
	height: auto;
	margin-bottom: 240px;
}
.coming_block{
	text-align: center;
	text-transform: uppercase;
	font-family: 'Monument';
	font-weight: bold;
	font-size: 38px;
	padding: 0 46px;
	width: 575px;
	margin: 0 auto;
	position: relative;
}
.coming_block img{
	position: absolute;
	width: 38px;
	top: 3px;
}
.coming_block img:nth-child(1){
	left: 0;
}
.coming_block img:nth-child(2){
	right: 0;
}

/* Case Pages */
.page_block.case_top{
	margin-bottom: 60px;
}
.case_block1_center {
  width: 100%;
  max-width: 1240px;
  padding: 0 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.case_block1_center_hd{
  font-family: 'Monument';
  font-size: 90px;
  font-weight: bold;
}
.case_block1_center_sec{
  font-family: 'Monument';
  font-size: 50px;
  font-weight: bold;
}
.case_block1_img{
	padding-top: 24px;
}
.case_block1_img img{
	height: 44px;
}
.case_page .serv_explore{
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%);
}
.case_page .menu_block_wrap{
	margin-bottom: 80px;
}
.page_block.overview{
	height: auto;
	margin-bottom: 120px;
}
.overview_table{
	max-width: 1440px;
	margin: 0 auto;
}
.overview_row{
	display: flex;
	margin-bottom: 90px;
}
.ovrow_col1{
	font-family: 'Monument';
	font-size: 28px;
	font-weight: bold;
	flex-shrink: 1;
	width: 660px;
	text-transform: uppercase;
}
.ovrow_col2{
	width: 110px;
	flex-shrink: 1;
}
.ovrow_col2 img{
	height: 44px;
}
.ovrow_col3{
	width: 470px;
	flex-shrink: 0;
	text-transform: uppercase;
}
.case_page .vlog_video{
	margin-bottom: 120px;
}
.arrow_play{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 88px;
	height: 88px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.arrow_play img{
	height: 24px !important;
	margin-left: 6px !important;
}
.see_case{
	text-align: center;
}

/* Content page */

.content_block1_fon{
	background: url('../img/noname_custom_content_creation.jpg')no-repeat top center;
	background-size: 1440px auto;
	margin-bottom: 0;
}
.cont_block1_center{
	width: 100%;
	max-width: unset;
	padding: 0 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.cont_block1_center_hd{
	font-family: 'Monument';
	font-size: 67px;
	font-weight: bold;
}
.hdimg{
	position: relative;
	display: inline-block;
}
.hdimg img{
	position: absolute;
	top: 5px;
	height: 62px;
}
.hdimg img.block1_img_left{
	left: -84px;
}
.hdimg img.block1_img_right{
	right: -84px;
}
.content_explore{
	position: absolute;
    left: 0;
    bottom: 100px;
    width: 100%;
	text-align: center;
}
.page_block.c_songs{
	height: auto;
	margin-bottom: 240px;
}
.c_songs_title{
	font-family: 'Monument';
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.title_img{
	display: inline-block;
	position: relative;
}
.title_img img{
	position: absolute;
	top: 0;
	height: 58px;
}
.title_img img:nth-child(1){
	left: -75px;
}
.title_img img:nth-child(2){
	right: -75px;
}
.c_songs_descr{
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 70px;
	text-align: center;
}
.slider_block{
	max-width: 1440px;
	margin: 0 auto;
	padding-bottom: 100px;
	position: relative;
}
.slider_cont_wrap{
	display: flex;
	justify-content: space-between;
}
.slider_cont_item_wrap{
	width: 442px;
}
.slider_cont_item_img{
	margin-bottom: 24px;
}
.slider_cont_item_img{
	width: 100%;
	position: relative;
}
.slider_cont_item_bot{
	display: flex;
	justify-content: space-between;
}
.ow_wrap_plus{
	font-size: 24px;
}
.slarleft{
	position: absolute;
	bottom: -96px;
	left: calc(50% - 45px);
	cursor: pointer;
}
.slarleft img, .slarright img{
	height: 32px;
}
.slarright{
	position: absolute;
	bottom: -96px;
	right: calc(50% - 45px);
	cursor: pointer;
}
.page_block.c_videos{
	height: auto;
	margin-bottom: 240px;
}
.c_videos .slider_cont_item_wrap{
	width: 676px;
}
.page_block.c_reels{
	height: auto;
	margin-bottom: 240px;
}
.c_reels .slider_cont_item_wrap{
	width: 326px;
}
.content_page .img_angls{
	display: block;
}

/* Privacy Policy Page */

.page_block.priv_block1{
	height: auto;
	margin-bottom: 160px;
}
.priv_block1_wrap{
	padding-bottom: 60px;
	border-bottom: 5px solid #fff;
	margin-bottom: 50px;
}
.priv_block1_string{
	overflow: hidden;
}
.priv_slidehd{
	font-family: "Monument";
	font-size: 90px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF3998;
}
.priv_slidehd img{
	height: 48px;
	margin: 0 28px 8px;
}
.page_block.priv_list{
	height: auto;
	margin-bottom: 240px;
}
.pl_block{
	margin-bottom: 32px;
}
.pl_tab_hd{
	font-family: 'Monument';
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pl_tab_hd_title{
	display: flex;
}
.plt_num{
	width: 75px;
}
.pl_tab_text{
	height: 0;
	overflow: hidden;
}
.plt_txt{
	width: 620px;
	margin-left: 75px;
	text-transform: uppercase;
}
.pl_block.active .pl_tab_hd{
	margin-bottom: 32px;
}
.pl_block.active .pl_tab_text {
	height: auto;
}

/* Contact Page */

.page_block.contact_block1{
	margin-bottom: 0;
}
.cont_block1_hd{
	font-family: "Monument";
	font-size: 100px;
	font-weight: bold;
	color: #FF3998;
	margin-bottom: 25px;
}
.cont_block1_descr{
	font-family: "Monument";
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 34px;
}
.cont_block1_dbot{
	font-family: "Monument";
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 70px;
}
.hdimg.hdimg_center img{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	height: 56px;
}
.cont_block1_hd.hdimg img.block1_img_left {
  left: -96px;
}
.cont_block1_hd.hdimg img.block1_img_right {
  right: -96px;
}
.contact_explore{
	text-align: center;
}
.page_block.contacts_list{
	height: auto;
	margin-bottom: 240px;
}
.contacts_list_wrap{
	text-align: center;
}
.clw_title{
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.clw_title img{
	height: 28px;
	margin-left: 8px;
}
.clw_txt{
	margin-bottom: 60px;
}
.clw_txt, .clw_txt a{
	font-family: "Monument";
	font-size: 28px;
	font-weight: bold;	
}
.clw_socnets{
	display: flex;
	justify-content: center;
}
.clw_socnets a{
	display: flex;
	align-items: center;
}
.clw_socnets img{
	max-height: 32px;
	max-width: 32px;
	margin: 0 12px;
}
.page_block.contact_form{
	max-width: 1440px;
	height: auto;
	margin: 0 auto 240px;
}
.contact_form{
	text-transform: uppercase;
}
.cform_title{
	font-family: "Monument";
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 24px;
}
.cform_title span{
	color: #FF3998;
}
.cform_title img{
	height: 65px;
	margin-left: 24px;
	margin-bottom: -14px;
}
.cform_title_under{
	font-weight: 600;
	margin-bottom: 100px;
}
.cform_hd{
	font-family: "Monument";
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 40px;
}
.subj_list{
	display: flex;
	margin-bottom: 60px;
	flex-wrap: wrap;
}
.subj_list span{
	display: block;
	font-weight: 600;
	line-height: 1;
	padding: 8px 16px;
	border: 2px solid #fff;
	border-radius: 16px;
	margin-right: 20px;
	cursor: pointer;
}
.subj_list span.active{
	color: #FF3998;
	border-color: #FF3998;
}
.form_row{
	margin-bottom: 48px;
}
.form_row input{
	padding: 0 0 16px;
	background: transparent;
	border: none;
	border-bottom: 2px solid #fff;
	width: 100%;
	color: #fff;
}
.dinp{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.form_row.dinp input{
	width: calc(50% - 12px);
}
.form_row textarea{
	width: 100%;
	height: 100px;
	background: transparent;
	resize: none;
	border: none;
	border-bottom: 2px solid #fff;
	color: #fff;
}
.form_row.tarea{
	margin-bottom: 32px;
}
.form_agree{
	font-size: 12px;
	margin-bottom: 32px;
}
.bt_cr{
	font-weight: 600;
	text-transform: uppercase;
	padding: 8px 16px;
	border: 2px solid #fff;
	border-radius: 20px;
	background: transparent;
	color: #fff;
}
.bt_cr img{
	height: 14px;
	margin-bottom: -3px;
}
.retsend{
	display: none;
}
.retsend.ok{
	display: inline;
}

/* Artist Page */

.page_block.artist_block{
	height: auto;
	padding: 0;
	margin-bottom: 90px;
}
.art_block1_fon{
	max-height: 100vh;
	overflow: hidden;
	height: 800px;
}
.art_block1_fon img{
	width: 100%;
}
.art_block1_content{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 32px 32px 0;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(16px);
}
.art_block1_content:after{
	position: absolute;
	content: '';
	display: block;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 100px;
	background: linear-gradient(to bottom, #0000 10%, #000 90%);
}
.art_block1_content .menu_block {
  margin-top: 0;
}
.art_block1_content .menu_block_wrap {
  height: auto;
  margin-bottom: 50px;
}
.art_block1{
	height: calc(90% - 56px);
	text-align: center;
}
.art_block1_hd{
	margin-bottom: 30px;
}
.art_block1_title{
	font-family: "Monument";
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 16px;
}
.art_block1_descr{
	font-size: 20px;
}
.art_block1_img{
	position: relative;
	margin-bottom: 50px;
}
.art_block1_img img{
	max-width: 100%;
	height: 500px;
}
.art_block1_bot{
	text-align: center;
	margin-bottom: 20px;
}
.art_block1_bot_txt{
	font-family: "Monument";
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 32px;
	text-transform: uppercase;
}
.art_block1_bot_img img{
	height: 34px;
}
.page_block.artist_links{
	height: auto;
	margin-bottom: 240px;
}
.artist_links_urls{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.artist_links_urls a{
	display: inline-block;
	margin: 0 50px 70px;
	width: 125px;
}
.artist_links_urls img{
	height: 92px;
	margin-bottom: 16px;
}
.bt_pink{
	color: #FF3998;
	border-color: #FF3998;
}

/* Creative Hub Page */
.page_block.hub_block1_fon{
	margin-bottom: 140px;
}
.hub_block1_fon{
	background: url('../img/noname_creative_hub_geneva.jpg')no-repeat top center;
	background-size: 1440px auto;
}
.hub_block1_center{
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.hub_block1_center_hd{
	font-family: "Monument";
	font-size: 67px;
	font-weight: 800;
	margin-bottom: 16px;
}
.hub_block1_center .hdimg img {
	position: absolute;
	top: 18px;
	height: 44px;	
}
.hub_block1_center .hdimg img.block1_img_left {
	left: -54px;
}
.hub_block1_center .hdimg img.block1_img_right {
	right: -54px;
}
.hub_block1_center_sec{
	max-width: 400px;
	margin: 0 auto;
}
.hub_explore{
	position: absolute;
	bottom: 100px;
	left: 0;
	width: 100%;
	text-align: center;
}
.page_block.hub_works{
	margin-bottom: 240px;
	padding: 0;
}
.hub_slide_block{
	max-width: 1440px;
	margin: 0 auto;
}
.hub_slide_item{
	width: 100%;
	display: flex;
}
.hub_slide_txtblock{
	width: 50%;
	position: relative;
	padding: 0 20px 60px 34px;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.hub_slide_img{
	width: 50%;
}
.hub_slide_img img{
	width: 100%;
}
.hub_slide_descr{
	margin-bottom: 32px;
}
.hub_slide_bot{
	font-family: "Monument";
	font-size: 38px;
	font-weight: 800;
	display: flex;
	justify-content: space-between;
}

/* Hub Deatail Page */

.hub_block1_fon.nofon{
	background: none;
}
.page_block.hub_det{
	height: auto;
	
}
.page_block.hub_block1_fon.hub_det{
	height: auto;
	margin-bottom: 75px;
}
.hub_det .hub_block1_center {
	text-align: center;
	position: relative;
	left: unset;
	top: unset;
	transform: unset;
	width: 100%;
}
.page_block.hub_det_img{
	height: auto;
	margin-bottom: 240px;
	padding: 0;
}
.page_block.hub_det_img img{
	width: 100%;
}
.hub_det_descr{
	margin: 0 auto 120px;
	max-width: 480px;
	text-align: center;
	text-transform: uppercase;
}
.page_block.hub_det_imgblock{
	height: auto;
	display: flex;
	max-width: 1440px;
	margin: 0 auto 240px;
	justify-content: center;
}
.page_block.hub_det_imgblock img{
	width: 100%;
	max-width: 326px;
	margin: 0 1%;
}
.popup_img{
	cursor: pointer;
}
.page_block.hub_det_equip{
	height: auto;
	text-align: center;
}
.hub_det_equip_title{
	font-family: "Monument";
	font-size: 50px;
	font-weight: 800;
	margin-bottom: 90px;
	text-transform: uppercase;
}
.hub_det_equip_img{
	margin-bottom: 90px;
}
.hub_det_equip_img img{
	max-width: 990px;
	width: 100%;
}
.hub_det_equip_list p{
	font-family: "Monument";
	font-size: 21px;
	font-weight: 800;
	margin-bottom: 24px;
	text-transform: uppercase;
}

@keyframes preload_less {
   0% {
      opacity: 1;
   }
   25% {
      opacity: 1;
   }
   26%{opacity: 0;}
   50% {
      opacity: 0;
   }
   51%{opacity: 1;}
   75% {
      opacity: 1;
   }
   76% {
      opacity: 0;
   }
   100% {
      opacity: 0;
   }
}
@-webkit-keyframes preload_less {
   0% {
      opacity: 1;
   }
   25% {
      opacity: 1;
   }
   26% {
      opacity: 0;
   }
   50% {
      opacity: 0;
   }
   51% {
      opacity: 1;
   }
   75% {
      opacity: 1;
   }
   76% {
      opacity: 0;
   }
   100% {
      opacity: 0;
   }
}
@keyframes preload_more {
   0% {
      opacity: 0;
   }
   25% {
      opacity: 0;
   }
   26% {
      opacity: 1;
   }
   50% {
      opacity: 1;
   }
   51% {
      opacity: 0;
   }
   75% {
      opacity: 0;
   }
   76% {
      opacity: 1;
   }
   100% {
      opacity: 1;
   }
}

@-webkit-keyframes preload_more {
   0% {
      opacity: 0;
   }
   25% {
      opacity: 0;
   }
   26% {
      opacity: 1;
   }
   50% {
      opacity: 1;
   }
   51% {
      opacity: 0;
   }
   75% {
      opacity: 0;
   }
   76% {
      opacity: 1;
   }
   100% {
      opacity: 1;
   }
}
.keyf1{
   -webkit-animation: preload_less 8s linear infinite;
   -moz-animation: preload_less 8s linear infinite;
   -ms-animation: preload_less 8s linear infinite;
   -o-animation: preload_less 8s linear infinite;
   animation: preload_less 8s linear infinite;
}
.keyf2 {
   -webkit-animation: preload_more 8s linear infinite;
   -moz-animation: preload_more 8s linear infinite;
   -ms-animation: preload_more 8s linear infinite;
   -o-animation: preload_more 8s linear infinite;
   animation: preload_more 8s linear infinite;
}

#cookie_notification {
   display: none;
   position: fixed;
   bottom: 0;
   left: 0;
   width: 100%;
   background-color: #BD3675;
   z-index: 100000;
}
#cookie_notification.show {
   display: block;
}
#cookie_notification p{
   width: calc(100% - 140px);
}
.cookie_block{
   justify-content: space-between;
   align-items: center;
   display: flex;
   padding: 20px;
   width: 100%;
}
.bt_white{
   background: #FFFFFF;
   border-radius: 30px;
   font-family: 'Monument';
   font-size: 16px;
   line-height: 1;
   padding: 12px 45px 10px;
   border: 0;
   cursor: pointer;
}
.bt_mob{
   display: none;
   background: transparent;
   border: 0;
   cursor: pointer;
}

.page_block.prices{
	max-width: 1440px;
	margin: 0 auto 120px;
	height: auto;
}
.prices_title{
	font-family: "Monument";
	font-size: 40px;
	font-weight: 800;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #ff3998;
}
.prices_title img{
	margin-left: 5px;
	margin-bottom: -4px;
}
.fl_block{
	display: flex;
	justify-content: space-between;
}
.prices_block_list{
	width: calc(50% - 16px);
	margin-bottom: 16px;
	padding: 25px 32px;
	border: 1px solid #fff;
	border-radius: 10px;
}
.fl_row{
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}
.pb_row_val{
	font-weight: 600;
}
.pb_row_name.pb_less{
	font-size: 14px;
}
.fl_row.block_listing{
	margin-bottom: 12px;
}
.fl_descr{
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}
.pr_block_bt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pr_block_email{
	position: relative;
	padding-right: 40px;
}
.pr_block_email:after{
	position: absolute;
	content: '';
	display: block;
	width: 34px;
	height: 34px;
	right: 0;
	top: 12px;
	background: url('/img/ico_ring.png')no-repeat right top;
}
.pr_block_email a{
	font-family: "Monument";
	font-size: 48px;
	font-weight: 800;
	text-transform: uppercase;
}
a.def_hover:hover{
	color: #ff3998;
}
a.pr_bt{
	text-transform: uppercase;
	background: #ff3998;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 10px;
}
a.pr_bt:hover{
	color: #fff;
	background: #d20165;
}
.pr_one_txt{
	text-align: right;
	margin-bottom: 15px;
}
.fl_row.only_one{
	margin-bottom: 0;
}
.pr_space{
	height: 30px;
}
.pr_inner_block{
	margin-bottom: 50px;
}
.fl_row.mrgb30{
	margin-bottom: 30px;
}
.popup_block{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.85);
	z-index: 99998;
}
.popup_block.active{
	display: block;
}
.popup_img_wrap{
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	position: relative;
	display: inline-block;
	opacity: 0;
	transition: opacity ease 0.6s;
}
.popup_img_wrap.active{
	opacity: 1;
}
.popup_img_wrap .popup_big_img{
	max-height: 90vh;
	max-width: 90%;
}
.popup_close{
	position: absolute;
	top: -15px;
	right: -15px;
	background: #fff;
	padding: 7px;
	border-radius: 15px;
	cursor: pointer;
	width: 30px;
	height: 30px;
}
.popup_close img{
	width: 16px;
}


@media (min-width: 768px){
	.fortable{
		display: none !important;
	}
}
@media (min-width: 461px){
	.formob{
		display: none !important;
	}
}
@media (max-width: 1440px){
	.cr_fon img {
		height: auto;
		width: 100%;
	}
	.page_block.our_service {
	  height: 1400px;
	  margin-bottom: 100px;
	}
	ul.modal_menu_links li a, ul.modal_menu_studio_links li a{
		font-size: 28px;
	}
	.wwb_biftxt {
		font-size: 70px;
	}
	.wwb_biftxt img{
		width: 50px;
	}
	.block_head {
		height: 80px;
	}
	.art_block1_fon{
		height: 800px;
		overflow: hidden;
	}
	.art_block1_fon img {

	}
	.art_block1_hd {
		margin-bottom: 30px;
	}
	.art_block1_img {
		margin-bottom: 30px;
	}
	.art_block1_bot{
		padding-bottom: 30px;
	}
	.art_block1_img img {
		max-height: 320px;
	}
	.page_block.artist_block {

	}
	
}

@media (max-width: 767px){
	.notabl{
		display: none !important;
	}
	.page_block {
		padding: 32px 24px 16px;
		margin-bottom: 160px;
	}
	.page_block.we_work_block{
		height: auto;
	}
	.menu_block_wrap {
		margin-bottom: 60px;
	}
	.block2_cntrbig {
		font-size: 67px;
	}
	.wwb_biftxt {
		font-size: 60px;
	}
	.wwb_biftxt img, .wwb_descr img {
		width: auto;
		margin: 0 5px;
		height: 45px;
	}
	.wwb_descr {
		font-size: 16px;
	}
	.wecr_rup {
		top: -10%;
		left: 20%;
	}
	.wecr_prize {
		top: 0%;
		left: 40%;
	}
	.wecr_fire, .wecr_seel, .wecr_freeze{
	  display: none;
	}
	.wecr_boom {
		top: 10%;
	}
	.wecr_ufo {
		top: 20%;
		left: 40%;
	}
	.wecr_mhands {
		top: 40%;
		left: auto;
		right: 0;
	}
	.wecr_diamond {
		top: 55%;
	}
	.wecr_rockhand {
		top: 30%;
		left: 3%;
	}
	.wecr_bot_bt {
		right: 50%;
		transform: translate(50%, 0);
	}
	.om_title {
		position: relative;
		top: 50px;
		transform: none;
		text-align: center;
	}
	.om_title span.lw, .om_title span.rw {
		left: auto;
		right: auto;
		position: relative;
	}
	.our_metrics.actshow span.lw, .our_metrics.actshow span.rw{
	  animation: none;
	}
	.om_ci_text {
		font-size: 120px;
	}
	.om_container {
		height: 250px;
	}
	.os_slidehd{
		font-size: 90px;
	}
	.cr_tab_hd {
		font-size: 28px;
	}
	.cr_tab_text {
		display: block;
	}
	.crt_txt_left {
		width: 100%;
		padding: 0 24px;
		margin-bottom: 30px;
	}
	.crt_txt_right {
		width: 100%;
		padding-left: 24px;
	}
	.cr_fon img {
		height: auto;
		width: 100%;
	}
	.page_block.our_service {
		height: auto;
	}
	.footer_left{
		width: 30%;
	}
	.footer_right{
		width: 70%;
		padding-right: 0;
	}
	.ft_lets_title.h3{
		font-size: 28px;
	}
	.ft_lets_title img {
		margin-left: 10px;
		margin-bottom: -6px;
	}
	.footer_block {
		margin-bottom: 100px;
	}
	.fb_socnets {
		justify-content: space-evenly;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.fb_socnets a{
		margin-bottom: 15px;
	}
	.ag_block1_fon {
		background-size: cover;
	}
	.modal_rights {
		display: block;
	}
	.modal_rights span{
		display: block;
		margin-bottom: 16px;
	}
	.our_serv_title {
		font-size: 50px;
		margin-bottom: 120px;
	}
	.our_serv_img1 {
		width: 80%;
		top: 0;
		bottom: unset;
	}
	.our_serv_img2 {
		width: 90%;
		top: 40px;
		bottom: unset;
	}
	.our_serv_img3{
		top: 80px;
		bottom: unset;
	}
	.our_serv_img_txt{
		top: 30%;
		bottom: unset;
	}
	.page_block.st_our_serv{
		margin-bottom: 0;
	}
	.block_interest {
		margin-bottom: 160px;
	}
	.our_works_title {
		font-size: 66px;
		margin: 0 0 50px;
	}
	.our_works_title span {
		position: relative;
		right: unset;
		top: unset;
		font-size: 34px;
		display: block;
		margin-top: 30px;
	}
	.our_works_row {
		display: block;
		margin-bottom: 0;
	}
	.our_works_item {
	  width: 100%;
	  margin-bottom: 90px;
	}
	.our_works_item.item_sm {
	  width: 100%;
	}
	.our_works_item_img img {
	  height: unset;
	  width: 100%;
	}
	.our_works_item.item_big {
		width: 100%;
	}
	.block_our_works {
		padding: 0 24px;
		margin: 0 auto 150px;
	}
	.footer {
	  padding: 0 24px;
	}
	.page_block.ab_block1_fon {
		height: auto;
		margin-bottom: 80px;
	}
	.ab_block1_fon{
		background: unset;
	}
	.ab_block1_fon .block_head {
		margin-bottom: 120px;
	}
	.ab_block1_center {
		padding: 0;
		position: relative;
		top: unset;
		left: unset;
		transform: unset;
		background: url('../img/about_fon.png')no-repeat top center;
		background-size: cover;
		padding-top: 100px;
	}
	.ab_block1_center_hd {
		font-size: 50px;
		margin-bottom: 35px;
	}
	.ab_block1_center_sec {
	  font-size: 24px;
	}
	.ab_block1_center_descr{
		margin-bottom: 200px;
	}
	.atctxt_1, .atctxt_2, .atctxt_3{
	  max-width: 620px;
	  font-size: 38px;
	  line-height: 1.2;
	}
	.atcore_descr_txt {
	  max-width: 520px;
	  margin: 70px 0;
	  text-transform: uppercase;
	}
	.atc_fire, .atc_palet, .atc_thands{
		display: none;
	}
	.atc_rup{
		width: 70px;
	}
	.atc_boom {
		right: 10%;
		width: 110px;
	}
	.atc_uni {
		width: 100px;
	}
	.atc_rockhand {
		width: 110px;
	}
	.atc_mask {
		top: 80%;
	}
	.page_block.atcore_block {
		margin-bottom: 150px;
	}
	.page_block.about_video{
		padding: 0;
		margin-bottom: 0;
	}
	.ab_weworks_block{
		padding-top: 160px;
	}
	.ab_weworks_hd {
		margin-bottom: 50px;
	}
	.ab_weworks_title {
		font-size: 38px;
	}
	.ab_weworks_next {
	  margin-bottom: 40px;
	}
	.ab_weworks_grtxt {
		font-size: 66px;
	}
	.ab_weworks_grtxt2 {
		font-size: 88px;
	}
	.page_block.ab_approach {
		padding: 32px 24px 0;
		height: auto;
	}
	.ab_slide_block {
		height: auto;
	}
	.ab_slide_item {
		display: block;
		margin-bottom: 90px;
	}
	.ab_slide_img {
		max-width: unset;
	}
	.ab_slide_img img {
	  height: unset;
	  width: 100%;
	}
	.ab_slide_right {
	  max-width: 100%;
	  padding-top: 60px;
	}
	.ab_slide_right_title {
		font-size: 50px;
		margin-bottom: 48px;
	}
	.ab_slide_right_title .ab_slide_numb {
		top: 15px;
	}
	.ab_slide_right_descr {
	  margin-bottom: 90px;
	}
	.ab_slide_right_icons {
	  position: relative;
	  bottom: unset;
	  left: unset;
	}
	.serv_block1_center_hd{
		font-size: 50px;
	}
	.serv_block1_center_sec{
		font-size: 22px;
	}
	.serv_block1_center_hd, .serv_block1_center_sec {
		margin-bottom: 16px;
	}
	.serv_explore{
		position: absolute;
		left: 0;
		bottom: 110px;
		width: 100%;
	}
	.page_block.serv_mission {
		height: auto;
		margin-bottom: 160px;
	}
	.serv_slide_txtblock {
	  left: 24px;
	  bottom: 24px;
	  max-width: 525px;
	}
	.serv_slide__title {
		font-size: 38px;
	}
	.serv_slide_wrap{
		margin-bottom: 80px;
	}
	.serv_slide_img img{
		width: 100%;
	}
	.serv_list .cr_tab_hd{
		font-size: 28px;
	}
	.serv_list .cr_tab_text{
		position: relative;
		width: 100%;
		opacity: 1;
		padding-bottom: 0;
		height: 0;
		overflow: hidden;
		top: 0;
		right: 0;
		padding-left: 53px;
	}
	.serv_list .cr_block.active .cr_tab_hd{
		color: #fff;
	}
	.serv_list .cr_block.active .cr_tab_text{
		margin-top: 24px;
	}
	.serv_list .cr_tab_text.view{
		height: auto;
	}
	.page_block.works_block1_fon{
		margin-bottom: 50px;
	}
	.works_page .menu_block_wrap{
		margin-bottom: 20px;
	}
	.page_block.vlog{
		padding-top: 0;
		margin-bottom: 160px;
	}
	.vlog_hd_block {
		margin-bottom: -20px;
	}
	.vlog_title {
		font-size: 50px;
	}
	.vlog_descr{
		font-size: 38px;
	}
	.vlog_hover {
		opacity: 1;
	}
	.page_block.transf, .page_block.coming{
		margin-bottom: 160px;
	}
	.transf_title{
		font-size: 50px;
	}
	.transf_descr{
		font-size: 38px;
	}
	.case_block1_center_hd {
		font-size: 50px;
	}
	.case_block1_center_sec {
		font-size: 28px;
	}
	.overview_row {
		margin-bottom: 60px;
	}
	.ovrow_col1 {
		margin-right: 24px;
		font-size: 20px;
		width: 180px;
		flex-shrink: 0;
	}
	.ovrow_col2 {
		width: auto;
		flex-shrink: 0;
		margin-right: 16px;
	}
	.ovrow_col3 {
		width: auto;
		flex-shrink: 1;
	}
	.cont_block1_center_hd {
	  font-size: 50px;
	}
	.hdimg img {
		height: 50px;
	}
	.hdimg img.block1_img_left{
		left: -72px;
	}
	.hdimg img.block1_img_right {
		right: -72px;
	}
	.slider_cont_item_wrap {
		width: auto;
		max-width: 335px;
	}
	.title_img img {
		height: 42px;
	}	
	.c_songs_title {
		font-size: 38px;
	}
	.title_img img:nth-child(1) {
		left: -65px;
	}
	.title_img img:nth-child(2) {
		right: -65px;
	}
	.ow_wrap_name {
		font-size: 16px;
	}
	.page_block.c_songs, .page_block.c_videos, .page_block.c_reels {
		margin-bottom: 160px;
	}
	.c_videos .slider_cont_item_wrap {
		width: 100%;
		max-width: unset;
	}
	.page_block.priv_block1 {
		margin-bottom: 80px;
	}
	.priv_block1_wrap {
		padding-bottom: 48px;
		margin-bottom: 48px;
	}
	.priv_slidehd {
		font-size: 60px;
	}
	.priv_slidehd img{
		height: 24px;
		margin: 0 20px 10px;
	}
	.pl_tab_hd {
		font-size: 20px;
	}
	.plt_num {
		width: 60px;
	}
	.pl_block{
		margin-bottom: 24px;
	}
	.pl_block.active .pl_tab_hd{
		margin-bottom: 24px;
	}
	.plt_txt {
		width: 100%;
		margin-left: 0;
		padding-left: 60px;
	}
	.page_block.priv_list {
		margin-bottom: 160px;
	}
	.cont_block1_hd {
		font-size: 110px;
	}
	.hdimg.hdimg_center img {
		height: 50px;
	}
	.cont_block1_hd.hdimg img.block1_img_left {
		left: -74px;
	}
	.cont_block1_hd.hdimg img.block1_img_right {
		right: -74px;
	}
	.page_block.contacts_list {
		margin-bottom: 160px;
	}
	.cform_title {
		font-size: 38px;
	}
	.cform_title img {
		height: 48px;
		margin-left: 24px;
		margin-bottom: -10px;
	}
	.cform_title_under {
		margin-bottom: 64px;
	}
	.subj_list span{
		margin-bottom: 24px;
	}
	.subj_list {
		margin-bottom: 30px;
	}
	.page_block.contact_form {
		margin-bottom: 160px;
	}
	.art_block1_title {
		font-size: 38px;
	}
	.artist_links_urls a {
		margin: 0 35px 50px;
	}
	.artist_links_urls img {
		height: 87px;
	}
	.page_block.artist_links {
		margin-bottom: 160px;
	}
	.page_block.hub_works{
		padding: 0 24px;
		height: auto;
		margin-bottom: 160px;
	}
	.hub_block1_center_hd {
		font-size: 50px;
	}
	.hub_block1_center .hdimg img {
		top: 8px;
	}
	.hub_slide_item {
		margin-bottom: 60px;
		flex-wrap: wrap;
	}
	.hub_slide_txtblock {
	  width: 100%;
	  padding: 0;
	  display: block;
	  order: 2;
	}
	.hub_slide_img {
	  width: 100%;
	  margin-bottom: 24px;
	}
	.hub_slide_bot {
		font-size: 28px;
	}
	.hub_block1_fon .menu_block{
		margin-top: 0;
	}
	.hub_det .menu_block_wrap {
		margin-bottom: 150px;
	}
	.page_block.hub_block1_fon.hub_det {
		margin-bottom: 60px;
	}
	.page_block.hub_det_img {
		margin-bottom: 120px;
	}
	.hub_det_descr {
		margin: 0 auto 60px;
	}
	.page_block.hub_det_imgblock {
		margin: 0 auto 160px;
	}
	.page_block.hub_det_imgblock{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.page_block.hub_det_imgblock img {
		width: calc(50% - 12px);
		max-width: unset;
		margin-right: unset;
		margin-bottom: 24px;
	}
	.hub_det_equip_title {
		margin-bottom: 60px;
	}
	.hub_det_equip_img {
	  margin-bottom: 60px;
	}
	.st_creative_hub_title {
		font-size: 50px;
	}
	.st_creative_hub_title img {
		top: 12px;
		height: 37px;
	}
	.st_creative_hub_title img:first-child {
		left: -58px;
	}
	.st_creative_hub_title img:last-child {
		right: -58px;
	}
	.st_creative_hub_list {
		display: block;
	}
	.st_creative_hub_item {
		width: 100%;
	}
	.st_creative_hub_item_title {
		font-size: 28px;
	}
	.page_block.artist_block {
		height: 100vh;
		margin-bottom: 70px;
	}
	.art_block1_fon{
		height: 100%;
		overflow: hidden;
	}
	.art_block1_fon img {
		width: auto;
		height: 100%;
	}
	.preload_txt {
      font-size: 40px !important;
	}
	.preload_txt img{
      height: 40px !important;
	}
	.fl_block {
		display: block;
	}
	.prices_block_list {
		width: 100%;
		padding: 16px 24px;
	}
	.pr_block_email a {
		font-size: 32px;
	}
	.pr_block_email {
		padding-right: 30px;
	}
	.pr_block_email:after{
		width: 24px;
		height: 24px;
		right: 0;
		top: 6px;
		background-size: cover;
	}
}

@media (max-width: 600px){
	.pr_block_email a {
		font-size: 24px;
	}
	.pr_block_email:after{
		width: 20px;
		height: 20px;
		right: 0;
		top: 4px;
	}
}

@media (max-width: 480px){
	.nomob{
		display: none;
	}
	.onmob{
		display: block;
	}
	.logo {
	  width: unset;
	  height: 22px;
	}
	.logo img {
	  width: auto;
	  height: 100%;
	}
	.page_block {
		padding: 32px 16px;
	}
	.block_head_center{

	}
	.ag_block1_center {
		padding: 0 16px;
		top: 50%;
	}
	.ag_block1_center_hd{
		margin-bottom: 10px;
	}
	.ag_block1_center_hd.font-mn16{
		font-size: 9px;
	}
	.ag_block1_center_descr.font-n21{
		font-size: 16px;
		line-height: 19px;
	}
	.big_noname_img {
	  margin-bottom: 8px;
	}
	.menu_lang, .menu_block_right, .block2_play{
		display: none;
	}
	.menu_bt_modal {
		margin-right: 0;
	}
	.menu_block_left {
		order: 2;
	}
	.menu_block{
		padding: 0 16px;
	}
	.base_url_cur{
		height: 30px;
		border-radius: 15px;
	}
	.base_url_cur.font-n21b, .block_base_url .font-n21b{
		font-size: 16px;
	}
	.block_base_url {
		width: 190px;
		height: 46px;
	}
	 .block2_cntrbig {
		font-size: 28px;
	}
	.wwb_biftxt {
		font-size: 28px;
		line-height: 32px;
	}
	.wwb_biftxt img, .wwb_descr img {
		margin: 0;
		height: 26px;
	}
	.wwb_descr img{
		order: 2;
	}
	.wecr_prize {
		top: 10%;
		left: 60%;
	}
	.wecr_boom, .wecr_mhands, .wecr_diamond{
		display: none;
	}
	.wecr_ufo {
		top: 35%;
		left: 60%;
	}
	.h4.wecr_text{
		font-size: 21px;
		line-height: 24px;
		text-align: center;
	}
	.wecr_rockhand {
		top: 60%;
		width: 120px;
	}
	.wecr_bot_bt {
		width: 254px;
	}
	.om_ci_text {
		font-size: 66px;
	}
	.os_strih img{
		width: 100%;
	}
	.os_slidehd{
		font-size: 38px;
	}
	.cr_fon img {
		height: 100%;
		width: auto;
		margin-left: 50%;
		transform: translate(-50%,0);
	}
	.crt_img {
		width: 32px;
		height: auto;
		margin-right: 8px;
	}
	.crt_img img{
		width: 100%;
		height: auto;
	}
	.cr_tab_hd {
		font-size: 18px;
	}
	.footer {
	  padding: 0 16px;
	}
	.footer_block {
		margin-bottom: 60px;
		display: block;
	}
	.footer_left {
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}
	.footer_left img{
		height: 35px;
	}
	.footer_right {
		width: 100%;
	}
	.footer_right_cols {
	  display: block;
	  margin-bottom: 60px;
	}
	.our_p {
	  font-size: 16px;
	  color: #fff;
	  margin-bottom: 40px;
	  text-align: center;
	  cursor: pointer;
	}
	.our_p span{
		padding-left: 5px;
	}
	.fr_col{
		margin-bottom: 40px;
	}
	.bot_menu{
		display: none;
		text-align: center;
	}
	.bot_menu.active{
		display: block;
	}
	ul.bot_menu li {
		margin-bottom: 16px;
	}
	.fr_bt {
		width: 180px;
		margin: 0 auto 20px;
	}
	.ft_lets_title.h3 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 16px;
		text-align: center;
	}
	.ft_lets_title img {
		margin-left: 5px;
		height: 28px;
	}
	.ft_lets_drop {
	  text-align: center;
	}
	.fb_socnets{
		margin-bottom: 60px;
		justify-content: center;
	}
	.fb_socnets a {
		margin-bottom: 0;
	}
	.fb_socnets img{
		height: 32px;
		margin: 0 12px;
	}
	.fb_rights {
		display: block;
		text-align: center;
	}
	.fb_rights span{
		display: block;
		margin-bottom: 16px;
	}
	.modal_drop {
		font-family: 'Monument';
		font-size: 20px;
	}
	.modal_drop img {
		height: 30px;
		margin-left: 10px;
		margin-bottom: -5px;
	}
	ul.modal_menu_links li a {
		font-size: 20px;
	}
	.modal_page .menu_block_wrap {
	  margin-bottom: 20px;
	}
	.st_block1_fon {
		background-size: cover;
	}
	.booking_bt {
	  font-size: 38px;
	  border-radius: 53px;
	}
	.block1_txt {
	  font-size: 16px;
	  padding: 0 16px;
	}
	#top_nav_bt{
		border: 2px solid #fff;
		border-radius: 28px;
		height: 46px;
		display: flex;
		align-items: center;
		padding: 0 16px;
	}
	.our_serv_title {
		font-size: 28px;
		margin-bottom: 50px;
	}
	.our_serv_img_txt {
		top: 50%;
		transform: translateY(-50%);
	}
	.page_block.st_our_serv {
		height: auto;
		margin-bottom: 100px;
	}
	.interest_title {
		font-size: 20px;
		margin-bottom: 40px;
	}
	.block_interest {
		margin-bottom: 120px;
	}
	.our_works_title {
		font-size: 38px;
	}
	.our_works_title span {
		font-size: 24px;
	}
	.block_our_works {
		padding: 0 16px;
	}
	.page_block.ab_block1_fon {
		padding: 0;
	}
	.ab_block1_center_hd, .ab_block1_center_sec, .ab_block1_center_descr{
		padding: 0 16px;
	}
	.ab_block1_center {
		background-size: 170%;
	}
	.ab_block1_fon .block_head {
		margin-bottom: 50px;
	}
	.ab_block1_center_hd {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.ab_block1_center_sec {
		font-size: 20px;
	}
	.ab_block1_center_descr{
		margin-bottom: 160px;
	}
	.ab_block1_center_descr br{
		display: none;
	}
	.atctxt_1, .atctxt_2, .atctxt_3{
		max-width: 300px;
		font-size: 21px;
	}
	.atcore_descr_txt {
		margin: 48px 0;
	}
	.atc_rup {
		width: 40px;
	}
	.atc_msph {
	  top: 15%;
	  left: 45%;
	  width: 30px;
	}
	.atc_boom {
		right: 5%;
		width: 65px;
		top: 18%;
	}
	.atc_uni {
		width: 65px;
		top: 25%;
	}
	.atc_diamond {
	  top: 34%;
	  right: 5%;
	  width: 34px;
	}
	.atc_rockhand {
		width: 80px;
		top: 50%;
	}
	.atc_mask {
		top: 50%;
	}
	.atc_ninja {
	  top: 65%;
	  right: 0;
	  width: 40px;
	}
	.ab_weworks_title {
		font-size: 28px;
		max-width: 300px;
		position: relative;
	}
	.ab_weworks_title img{
	  height: 24px;
	  margin: 0;
	  position: absolute;
	}
	.ab_weworks_title img:nth-child(1){
		left: 10px;
		top: 5px;
	}
	.ab_weworks_title img:nth-child(2){
		right: 10px;
		top: 5px;
	}
	.ab_slide_right {
		padding-left: 50px;
	}
	.ab_weworks_grtxt {
		font-size: 38px;
	}
	.ab_weworks_grtxt2 {
		font-size: 44px;
	}
	.page_block.ab_approach {
		padding: 24px 16px 0;
		height: auto;
		margin-bottom: 120px;
	}
	.ab_slide_right_title {
		font-size: 28px;
		margin-bottom: 32px;
	}
	.ab_slide_right_title .ab_slide_numb {
		top: 8px;
		font-size: 14px;
		left: -50px;
	}
	.ab_slide_right_descr {
		margin-bottom: 64px;
		font-size: 16px;
	}
	.ab_slide_right_icons img {
		width: 40px;
	}
	.ab_block1_lefth, .ab_block1_righth {
		display: none;
	}
	.page_block.serv_mission {
		margin-bottom: 120px;
	}
	.serv_block1_center_hd {
		font-size: 28px;
		line-height: 1.2;
	}
	.serv_block1_center_sec {
		font-size: 16px;
		line-height: 1.2;
	}
	.serv_block1_center_descr img {
		margin: 0 5px;
	}
	.serv_explore {
		bottom: 50px;
	}
	.serv_slide__title {
		font-size: 22px;
	}
	.serv_slide_descr{
		display: none;
	}
	.serv_slide_wrap {
		margin-bottom: 60px;
	}
	.serv_list .cr_tab_hd {
		font-size: 16px;
	}
	.serv_list .crt_img {
		width: 32px;
	}
	.serv_list .cr_tab_text {
		padding-left: 40px;
	}
	.serv_list .crt_txt_right {
		font-family: 'Neuehaas';
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 25px;
	}
	.serv_list .cr_block {
		margin-bottom: 12px;
	}
	.page_block.serv_list {
		margin-bottom: 90px;
	}
	.works_page .serv_block1_center_sec {
		font-size: 20px;
	}
	.page_block.vlog {
		margin-bottom: 90px;
	}
	.vlog_hd_block {
		margin-bottom: -10px;
	}
	.vlog_title {
		font-size: 28px;
	}
	.vlog_descr {
		font-size: 20px;
	}
	.vlog_tmp_img{
		margin-bottom: 24px;
	}
	.vlog_hover {
	  position: relative;
	  left: unset;
	  bottom: unset;
	  max-width: 100%;
	  transform: unset;
	}
	.page_block.transf{
		margin-bottom: 120px;
	}
	.vlog_hd_block, .transf_hd_block{
		margin-bottom: -10px;
	}
	.transf_title {
		font-size: 28px;
	}
	.transf_descr {
		font-size: 20px;
	}
	.transf_text_block {
	  position: relative;
	  left: unset;
	  bottom: unset;
	  max-width: 100%;
	  transform: unset;
	}
	.transf_img{
		margin-bottom: 24px;
	}
	.page_block.coming{
		display: none;
	}
	.case_block1_center_hd {
		font-size: 28px;
	}
	.case_block1_center_sec {
		font-size: 20px;
	}
	.overview_table {
		margin-bottom: 90px;
	}
	.case_page .menu_block_wrap {
		margin-bottom: 50px;
	}
	.case_page .page_block.overview {
		margin-bottom: 90px;
	}
	.overview_row {
		display: block;
		margin-bottom: 48px;
	}
	.ovrow_col1 {
		margin-right: unset;
		margin-bottom: 32px;
		max-width: 200px;
	}
	.ovrow_col2 {
		width: 40px;
		margin-right: unset;
		float: left;
	}
	.ovrow_col2 img {
		height: 23px;
	}
	.case_page .vlog_video {
		margin-bottom: 90px;
	}
	.case_page .page_block.coming {
		display: block;
		padding: 0 16px;
		margin-bottom: 120px;
	}
	.case_page .coming_block {
		font-size: 20px;
		text-align: center;
		width: auto;
		max-width: 340px;
		padding: 0;
	}
	.case_page .coming_block img {
	  position: relative;
	  width: 32px;
	  top: unset;
	  display: block;
	  margin: 0 auto 16px;
	}
	.case_page .coming_block img:nth-child(1) {
		left: unset;
	}
	.case_page .coming_block img:nth-child(2){
		margin: 16px auto 0;
	}
	.cont_block1_center_hd {
		font-size: 38px;
	}
	.hdimg img.block1_img_left {
		left: 50%;
		transform: translate(-50%);
		top: -70px;
	}
	.hdimg img.block1_img_right {
		right: 50%;
		transform: translate(50%);
		top: unset;
		bottom: -70px;
	}
	.page_block.content_block1_fon{
		margin-bottom: 30px;
	}
	.c_songs_title {
		font-size: 28px;
	}
	.title_img img {
		display: none;
	}
	.slider_cont_item_wrap {
		width: 100%;
		max-width: unset;
	}
	.page_block.c_songs, .page_block.c_videos, .page_block.c_reels {
		margin-bottom: 120px;
	}
	.c_reels .slider_cont_item_wrap {
		width: 288px;
		margin: 0 auto;
	}
	.page_block.priv_block1 {
		margin-bottom: 30px;
	}
	.priv_slidehd {
		font-size: 32px;
	}
	.priv_block1_wrap {
		padding-bottom: 32px;
		margin-bottom: 32px;
	}
	.priv_slidehd img{
		height: 20px;
		margin: 0 12px 2px;
	}
	.pl_tab_hd{
		font-size: 16px;
	}
	.plt_num {
		width: 50px;
	}
	.plt_txt {
		padding-left: 50px;
	}
	.page_block.priv_list {
		margin-bottom: 120px;
	}
	.cont_block1_hd {
		font-size: 56px;
	}
	.hdimg.hdimg_center img {
		height: 28px;
		top: 50%;
		transform: translate(0,-50%);
	}
	.cont_block1_hd.hdimg img.block1_img_left {
		left: -44px;
	}
	.cont_block1_hd.hdimg img.block1_img_right {
		right: -44px;
	}
	.cont_block1_hd {
		margin-bottom: 16px;
	}
	.cont_block1_descr {
		font-size: 20px;
		margin-bottom: 16px;
	}
	.cont_block1_dbot {
		font-size: 16px;
		margin-bottom: 48px;
	}
	.menu_block_wrap {
		margin-bottom: 40px;
	}
	.clw_title {
	  font-size: 16px;
	  margin-bottom: 16px;
	}
	.clw_title img {
		height: 24px;
	}
	.clw_txt, .clw_txt a {
		font-size: 16px;
	}
	.clw_txt {
		margin-bottom: 32px;
	}
	.clw_socnets img {
		max-height: 26px;
		max-width: 26px;
	}
	.page_block.contacts_list {
		margin-bottom: 120px;
	}
	.cform_title {
		font-size: 20px;
	}
	.cform_title img {
		height: 24px;
		margin-left: 12px;
		margin-bottom: -4px;
	}
	.cform_hd {
		font-size: 20px;
		margin-bottom: 32px;
		max-width: 320px;
	}
	.subj_list span {
		margin-bottom: 16px;
		margin-right: 16px;
		font-size: 12px;
	}
	.dinp {
		display: block;
		margin-bottom: 0;
	}
	.form_row.dinp input {
		width: 100%;
		margin-bottom: 48px;
	}
	.page_block.contact_form {
		margin-bottom: 120px;
	}
	.artist_links_urls {
		justify-content: space-between;
	}
	.artist_links_urls a {
		display: inline-block;
		margin: 0 10px 48px;
		width: 125px;
	}
	.page_block.artist_links {
		margin-bottom: 120px;
	}
	.hub_block1_center_hd {
		font-size: 28px;
	}
	.hub_block1_center .hdimg img {
		display: none;
	}
	.page_block.hub_block1_fon {
		margin-bottom: 120px;
	}
	.page_block.hub_works {
		padding: 0 16px;
		margin-bottom: 120px;
	}
	.hub_slide_bot {
		font-size: 21px;
	}
	.hub_det .menu_block_wrap {
		margin-bottom: 90px;
	}
	.page_block.hub_block1_fon.hub_det {
		margin-bottom: 40px;
	}
	.page_block.hub_det_img {
		margin-bottom: 90px;
	}
	.hub_det_descr {
		padding: 0 16px;
	}
	.page_block.hub_det_imgblock {
		margin-bottom: 120px;
	}
	.hub_det_equip_list p {
		font-size: 16px;
	}
	.page_block.hub_det_equip{
		margin-bottom: 120px;
	}
	.st_creative_hub_item {
		margin-bottom: 48px;
	}
	.st_creative_hub_title {
		font-size: 28px;
		margin-bottom: 90px;
	}
	.st_creative_hub_title img{
		display: none;
	}
	.cr_fon{
		height: 900px;
	}
	ul.modal_menu_studio_links li a {
		font-size: 20px;
	}
	ul.modal_menu_studio_links li a.font-n16b {
		font-size: 16px;
	}
	.bt_white{
      display: none;
	}
	.bt_mob{
      display: block;
	}
	.pb_row_name b{
		font-size: 18px;
	}
	.prices_title {
		font-size: 26px;
	}
	.prices_title img{
		margin-left: 2px;
		margin-bottom: -3px;
		width: 26px;
	}
	.fl_row.block_listing{
		font-size: 14px;
		margin-bottom: 16px;
	}
	.fl_descr{
		display: block;
		margin: 0 0 30px;
		font-size: 12px;
		text-align: center;
		padding-top: 20px;
	}
	.fl_descr br{
		display: none;
	}
	.fl_mob_bt{
		text-align: center;
	}
	.pr_block_email a {
		font-size: 20px;
	}
	.pr_block_email a {
		font-size: 24px;
	}
	.pr_block_email {
		padding-right: 25px;
	}
	.pr_block_email:after{
		width: 18px;
		height: 18px;
		right: 0;
		top: 3px;
	}
	.block_head {
		height: 60px;
	}
	.art_block1_fon {
		height: 100vh;
	}
	.art_block1_hd {
		margin-bottom: 20px;
	}
	.art_block1_img {
		margin-bottom: 20px;
		padding: 0 15px;
	}
	.art_block1_img img {
		max-height: unset;
		width: 100%;
		height: auto;
	}
	.page_block.artist_block {
		margin-bottom: 40px;
	}
	.art_block1_bot {
		padding-bottom: 0;
	}
}


/* Center the Emoji */
.scroll-arrow {
    text-align: center;
    margin-top: 50px; /* Adjust spacing if necessary */
}

/* Emoji Bounce Animation */
.scroll-arrow .bounce-emoji {
    width: 2.5em; /* Reduced size to make it a bit smaller */
    animation: bounce 2s infinite; /* Bounce animation */
}

/* Bounce Keyframes */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-7px);
    }
}