*{ 
	outline: none;
	margin: 0;
	padding: 0;
}
*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}
html::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

html::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border-radius: 2px;
	/*border: 2px solid #555555;*/
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
	-ms-touch-action: auto !important;
	touch-action: auto !important;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
a{
	text-decoration: none;
}
html, body{
	overflow-x: hidden;
}
body {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 15px;
	line-height: 150%;
	color: #1C1C1C;

}
body.load{	
	background: url('../img/main-bg.jpg');
	background-position: center;
}
img{
	pointer-events: none;
}
h1{
	font-size: 80px;
	line-height: 94px;
	font-family: 'League Gothic';
}
h2{
	font-family: 'League Gothic';
	font-size: 70px;
	line-height: 83px;	
	text-transform: uppercase;
}

h3{
	font-family: 'League Gothic';	
	font-size: 40px;
	line-height: 47px;
}
.container{
	max-width: 1210px;
}
.text-center{
	text-align: center;
}
.section--black{
	color: #fff;	
	background: center url('../img/bg-black.jpg');
}
#header{
	width:100%;
	background: center repeat-x url('../img/header/bg.png');
	height: 136px;
}
body.webp #header{
	background-image: url('../img/header/bg.webp');
}
#header.header--nobg{
	background: none !important;
	position: absolute;
	z-index: 1;
}
#header.header--nobg a{
	color: #fff;
}
.header{
	width: 100%;
	display: flex;
	align-items: flex-start;
	position: relative;
}
.header__socs{
	position: absolute;
	right: -110px;
	top: 30px;
}
.fix {
	position: fixed;
	z-index: 5;
	transition: all 0.5s ease;
}
.header__logo{
	margin-right: 0px;
}
.header__logo img{
	width: 110px;
}
.link{

	font-weight: 499;
	font-size: 20px;
	line-height: 140%;
}
.link--white{
	color: #FFFFFF;
}
.link--undrelined{
	text-decoration: underline;
}
.header__menu{
	min-width: 630px;
}
.menu{
	display: flex;
	align-items: center;
	list-style-type: none;
	padding-top: 30px;
}
.menu li{
	margin: 0 19px;
}
.menu a{
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
}
button, input{
	appearance: none;
	-webkit-appearance: none;
	font-family: "Source Sans Pro";
	border: none;
	background: none;
}
button{
	cursor: pointer;
}

.button{
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 499;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	color: #FFFFFF;
	width: 270px;
	height: 70px;
	outline: none;
	/*width: 200px;*/
	/*height: 50px;*/
	background: center / cover url('../img/button.png') ;
	background-repeat: no-repeat;
	transition: all .3s;
}
.button:hover{
	filter: saturate(1.9);
}
.button--middle{
	font-size: 14px;
	line-height: 18px;
	width: 191px;
	height: 50px;
}
.button--middle.scale{
	transform: scale(1.15) translateX(14px);
}
.button--bw{
	background-image: url('../img/button--bw.png');
	transition: background .3s;
}
.button--bw:hover{
	background-image: url('../img/button--bw-hover.png');	
	filter: none;
}
.button--full{
	width: 100%;
}
.button--projects{
	width: 234px;
	height: 60px;
	font-size: 15px;
}
.header__button{
	
	margin-left: 136px;
	padding-top: 15px;
}
.header__phone{
	display: block;
	text-align: center;
	font-weight: 499;
	font-size: 16px;
	line-height: 20px;
	text-decoration-line: underline;
	color: #000000;
}
section{
	position: relative;
}
#main{
	min-height: 595px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: center bottom url('../img/main/main-bg.jpg');
	background-repeat: no-repeat;
	/*padding-bottom: 110px;*/
}
#main .container{
	height: 100%;
}
#main .main-hero{
	height: 100%;
	width: 100%;
	display: flex;
	position: relative;
	padding-top: 70px;
}
.main-hero__textthrow{
	font-family: 'League Gothic';
	font-size: 46px;
	line-height: 100%;
	text-transform: uppercase;
	text-decoration: line-through;
}
.main-hero__h1{
	text-transform: uppercase;
	color: #970C0C;
}
.main-hero__sub{
	margin-top: 10px;
	font-size: 18px;
	line-height: 126%;
	color: #000000;
}
.main-hero__image{
	position: absolute;
	right: -50px;
	transform: scale(-1, 1);
	top: -20px;
}
#video{
	height: 800px;
	width: 100%;
}
#video iframe{
	height: 100%;
	width: 100vw;
	/*object-fit: cover;*/
	position: relative;
	left: 0;
	z-index: 0;
}

#video:before{
	content: '';
	background: center url('../img/main/main-border.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 190px;
	position: absolute;
	top: 0;
	z-index: 1;
}
#video:after{
	content: '';
	background: center url('../img/fixes/actual/main-video-bottom-border-3.png');
	width: 100%;
	height: 290px;
	position: absolute;
	bottom: -102px;
	left: 0;
	z-index: 1;
}
#about{
	padding-top: 75px;
	padding-bottom: 50px;
}
#about .container{
	display: flex;
}
.about-left{
	max-width: 560px;
}
.about-staple{
	z-index: 2;
	position: absolute;
	top: -170px;
	width: 377px;
	height: 296px;
	left: calc(50% - 377px / 2);
	/*background: center/cover url('../img/main/paper-with-clip.png');*/
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 50px;
}
#about h2{
	max-width: 520px
}
.about-paper{
	margin-top: 20px;
	font-size: 17px;
	height: 133.15px;
	width: 550.13px;
	background: center/cover url('../img/main/paper.png?ver=1');
	padding: 34px 49px 21px 71px;
	transform: translateX(-71px);
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	position: relative;
}
.about-paper:after{
	position: absolute;
	right: -18px;
	bottom: -22px;
	content: '';
	width: 90px;
	height: 79px;
	display: block;
	background:  center/cover url('../img/main/paper-strip.png');

}
.about-torn{
	position: absolute;
	bottom: 0px;
	left: -20vw;
}
.test-decor{
	display: none;
	position: absolute;
	left: -89px;
	top: 8px;
}
#test{
	min-height: 826px;
	padding-bottom: 332px;
	box-sizing: content-box;
}

#test:after{

	content: '';
	background: center url('../img/border-black.png');
	width: 100%;
	height: 180px;
	position: absolute;
	bottom: 0;
}
#test .container{
	display: flex;
	position: relative;
	justify-content: flex-end;
}
.test-img{
	position: absolute;   
	left: -150px;
	top: 0px;
}
.test-paper{
	margin-top: 60px;
	margin-left: 15px;
	box-sizing: border-box;
	width: 353px;
	height: 482px;
	background: center/cover url('../img/main/test-paper.png?ver=1');
	padding: 73px 25px 109px;
	position: relative;
	z-index: 5;
}
.test-paper svg{
	width: calc(100% + 35px);
	margin-left: -15px;
}
.test-paper__haed{
	font-family: League Gothic;
	font-size: 40px;
	line-height: 47px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}
.test-paper__button{
	margin-top: 25px;
}
.test-paper__button .button{
	margin-left: auto;
	margin-right: auto;
}
.test-paper__bottom{
	text-align: center;
	padding-top: 16px;
	font-size: 16px;
	line-height: 140%;
	color: #000000;
}
.test-paper__bottom span{
	font-weight: bold;
}
.test-arrow{
	position: absolute;right: -170px;
	top: 310px;
	z-index: 0;
}


#help{
	padding-top: 20px;
}
#help h2{
	position: relative;
}
#help h2:before{
	content: '';
	width: 204px;
	height: 64px;
	display: block;
	background: center / cover url('../img/serivces-arrow.png');
	position: absolute;
	right: -260px;
	top: 0;

}
.section-head--withbutton{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.section-head--pin h2{
	position: relative;
	display: inline-block;
}
.section-head--pin h2:after{
	position: absolute;
	top: -18px;
	right: -43px;
	content: '';
	width: 90px;
	height: 84px;
	background: url('../img/pin.png');
	position: absolute;
}
.section-head--white h2{
	color: #fff;
}
.section-head--centered h2{
	text-align: center;
}
.section-head--centered.section-head--pin{
	text-align: center;
}
.section-head--centered.section-head--pin h2{
	display: inline-block;
}
#help .section-head--pin h2:after{
	right: 0;
}
.help-list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 68px;
}
.help-list__item{
	flex: 0 0 25%;
	padding: 12px 30px;
}
.help-list__item:not(:nth-child(4n+4)){
	border-right: 1px solid #3D3D3D;
}
.help-list__icon{
	margin-bottom: 10px;
}
.help-list__text{	
	font-size: 17px;
}
#projects{
	padding-bottom: 34px;
}
.projects-list{
	display: flex;
}
.projects__list{
	margin-top: 41px;
}
.project-item{
	flex: 0 0 25%;
	height: 440px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;
	position: relative;
	overflow: hidden;
	transition: transform 1s, z-index .3s .3s;
}
.project-item:hover {
	/*transform: scale(1.1);*/
	z-index: 3;
	transition: transform 1s, z-index .3s;
}

.project-item__overlay_back, .project-item__overlay{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48.64%, #000000 100%);
	z-index: 2;
	top: 0;
	left: 0;
	/*transform: scale(1.01);*/
}
.project-item__overlay{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48.64%, #B71C1C 100%);
	z-index: 1;
	opacity: 0;
	transition: opacity .3s, transform .2s;
}
.project-item__bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	object-fit: cover;
	transition: transform .2s;
}
.project-item:hover .project-item__overlay{
	opacity: 1;
	transform: scale(1.1);
}
.project-item:hover .project-item__bg{
	transform: scale(1.1);
}
.project-item__head{
	font-weight: 499;
	font-size: 20px;
	line-height: 25px;
	color: #FFFFFF;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}
.project-item__text{
	font-size: 15px;
	color: #FFFFFF;
	position: relative;
	z-index: 3;
}
#reviews{
	padding-top: 200px;
	padding-bottom: 340px;
	background: url('../img/main/plenka.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}
#reviews:after{

	content: '';
	background: center url('../img/border-black.png');
	width: 100%;
	height: 180px;
	position: absolute;
	top: 0;
	transform: rotate(180deg);
}
#reviews .section-head{
	text-align: center;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.swiper-companies{
	/*padding: 0 50px;*/
}

.reviews__companies{
	position: relative;
}
.swiper-button-next, .swiper-button-prev{
	background: none;
}
.swiper-companies img{
	max-width: 100%
}
.swiper-companies .swiper-slide{
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.reviews__reviews{
	margin-top: 48px;
	max-width: 477px;
	margin-left: auto;
	margin-right: auto;
}
.review__text{

	font-size: 18px;
	text-align: center;
}
.review-bottom{
	display: flex;
	align-items: center;
}
.review-bottom__socs{
	height: 23px;
}
.review-bottom__photo{
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.review-bottom__photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.swiper-reviews{
	padding-bottom: 60px;
}
.review-bottom__right{
	margin-left: 15px;
}
.review-bottom__name{
	padding-left: 8px;
	
    font-style: normal;
}
.review-bottom__company{
	padding-left: 8px;
	font-size: 13px;
    color: #747474;
}
.review__footer{
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: italic;
	font-size: 17px;
	line-height: 140%;
	margin-top: 30px;
}
.review__footer img{
	margin: 0 5px;
	vertical-align: middle;
}
.swiper-reviews .swiper-button-next,
.swiper-reviews .swiper-button-prev{
	bottom: 9px;
	top: auto;
	height: auto;
	outline: none;

}
.swiper-reviews .swiper-button-next{
	right: 30%;
}
.swiper-reviews .swiper-button-prev{
	left: 30%;
}
.swiper-reviews .swiper-pagination-bullet{
	background: #850000;
}
#services{
	padding-top: 0px;
}
#services .section-head{
	margin-bottom: 20px;
}
.services-list{
	display: flex;
	position: relative;
	/*z-index: 1;*/
}
.services-list:after{
	content: '';
	width: 1320px;
	height: 732px;
	display: block;
	z-index: -1;
	background: url('../img/main-bg-shadow.png');
	background-size: cover;
	position: absolute;
	left: -80px;
	top: -50px;
}
.service-item{
	flex: 0 0 20%;
	padding: 25px 20px 115px;
	position: relative;
}
.service-item{
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: -3px;
}
.service-item:nth-child(1){
	background-image: url('../img/main/services/bg1.png')
}
.service-item:nth-child(2){
	background-image: url('../img/main/services/bg2.png')
}
.service-item:nth-child(3){
	background-image: url('../img/main/services/bg3.png')
}
.service-item:nth-child(4){
	background-image: url('../img/main/services/bg4.png')
}
.service-item:nth-child(5){
	background-image: url('../img/main/services/bg5.png')
}

body.webp .service-item:nth-child(1){
	background-image: url('../img/main/services/bg1.webp')
}
body.webp .service-item:nth-child(2){
	background-image: url('../img/main/services/bg2.webp')
}
body.webp .service-item:nth-child(3){
	background-image: url('../img/main/services/bg3.webp')
}
body.webp .service-item:nth-child(4){
	background-image: url('../img/main/services/bg4.webp')
}
body.webp .service-item:nth-child(5){
	background-image: url('../img/main/services/bg5.webp')
}
.service-item__head{
	font-weight: bold;
	font-size: 25px;
	line-height: 31px;
	margin-bottom: 20px;
}
.service-item__text{

	font-size: 15px;
	line-height: 19px;
	color: #000000;
	margin-bottom: 30px;
}
.service-dop__item{
	margin: 15px 0;
	display: flex;
	align-items: center;
}
.service-dop__item--top{
	/*align-items: flex-start;*/
}
.service-dop__icon img{
	max-width: 24px
}
.service-dop__text{
	padding-left: 10px;
	font-weight: 499;
	font-size: 13px;
	line-height: 16px;
	color: #1C1C1C;
}
.service-item__detail{
	font-weight: 499;
	font-size: 15px;
	line-height: 140%;
	text-decoration-line: underline;
	text-align: center;
	display: block;

	color: #1C1C1C;
	margin-top: 30px;
}
.service-item__button{
	margin-top: 9px;
}
.service-item:nth-child(1) .service-dop{
	position: relative;
	z-index: 1;
}
.service-item:nth-child(1) .service-dop:after{
	content: '';
	width: calc(100% + 40px);
	height: calc(100% + 22px);
	position: absolute;
	background: #F3F3F3;
	top: -11px;
	left: -20px;
	z-index: -1;
	/*padding: 10px 20px;*/
}
.service-item--nodop .service-item__text{
	margin-bottom: 100px;
}

#hollywood{
	background: none;
	padding-top: 50px;
	padding-bottom: 163px;
}
.hollywood-bg{
	position: absolute;
	z-index: 0;
}
.hollywood-content{
	position: relative;
	z-index: 1;
	padding-top: 190px;
}
#hollywood h2{
	font-size: 100px;

}
.hollywood-bg{
	margin-left: -120px;
}
.hollywood-content__head{
	position: relative;
	display: inline-block;
}
.hollywood-content__spec{
	font-weight: 600;
	position: absolute;
	font-size: 20px;
	background:  center / cover url('../img/main/hollywood/spec-bg.png');

	height: 74.68px;
	width: 310px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(-9deg);
	top: 48px;
	right: -110px;
}
.hollywood-content__text{
	font-size: 18px;
	line-height: 140%;
	max-width: 293px;
	margin-top: 15px;
}
.hollywood-content__quote{
	max-width: 470px;
	padding-left: 58px;
	padding-right: 48px;
	position: relative;
	margin-top: 37px;
	box-sizing: content-box;
	font-style: italic;
	font-size: 15px;
	letter-spacing: 0.01em;
}
.hollywood-content__quote:before, .hollywood-content__quote:after{
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='33' height='25' viewBox='0 0 33 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.761 10.8108L10.8001 10.5337L10.5627 11.357L11.3399 11.7178L11.761 10.8108ZM14.341 13.1508L13.4748 13.6505L13.4863 13.6704L13.4987 13.6898L14.341 13.1508ZM13.381 21.5508L14.0768 22.269L13.381 21.5508ZM3.54098 21.5508L2.84518 22.269H2.84518L3.54098 21.5508ZM1.98098 13.9308L1.01336 13.6784L1.98098 13.9308ZM3.60098 9.85078L4.50716 10.2737L4.51266 10.2619L4.51785 10.25L3.60098 9.85078ZM7.44098 1.03078V0.0307789H6.78569L6.52411 0.631597L7.44098 1.03078ZM14.581 1.03078L15.5418 1.30783L15.9101 0.0307789H14.581V1.03078ZM27.481 10.8108L26.5201 10.5337L26.2827 11.357L27.0599 11.7178L27.481 10.8108ZM30.061 13.1508L29.1948 13.6505L29.2063 13.6704L29.2187 13.6898L30.061 13.1508ZM29.101 21.5508L29.7968 22.269L29.101 21.5508ZM19.261 21.5508L18.5652 22.269L19.261 21.5508ZM17.701 13.9308L18.6686 14.1832L17.701 13.9308ZM19.321 9.85078L20.2272 10.2737L20.2327 10.2619L20.2379 10.25L19.321 9.85078ZM23.161 1.03078V0.0307789H22.5057L22.2441 0.631597L23.161 1.03078ZM30.301 1.03078L31.2618 1.30783L31.6301 0.0307789H30.301V1.03078ZM11.3399 11.7178C12.2788 12.1537 12.9808 12.7942 13.4748 13.6505L15.2072 12.6511C14.5012 11.4274 13.4832 10.5078 12.1821 9.90377L11.3399 11.7178ZM13.4987 13.6898C14.0214 14.5065 14.301 15.4933 14.301 16.6908H16.301C16.301 15.1682 15.9406 13.7951 15.1832 12.6117L13.4987 13.6898ZM14.301 16.6908C14.301 18.4564 13.7461 19.8048 12.6852 20.8325L14.0768 22.269C15.5759 20.8168 16.301 18.9252 16.301 16.6908H14.301ZM12.6852 20.8325C11.6151 21.8692 10.2358 22.4108 8.46098 22.4108V24.4108C10.6862 24.4108 12.5868 23.7124 14.0768 22.269L12.6852 20.8325ZM8.46098 22.4108C6.68619 22.4108 5.30683 21.8692 4.23677 20.8325L2.84518 22.269C4.33512 23.7124 6.23577 24.4108 8.46098 24.4108V22.4108ZM4.23677 20.8325C3.17585 19.8048 2.62098 18.4564 2.62098 16.6908H0.620977C0.620977 18.9252 1.3461 20.8168 2.84518 22.269L4.23677 20.8325ZM2.62098 16.6908C2.62098 15.8588 2.72937 15.0236 2.94859 14.1832L1.01336 13.6784C0.752581 14.678 0.620977 15.6828 0.620977 16.6908H2.62098ZM2.94859 14.1832C3.16439 13.356 3.6714 12.0646 4.50716 10.2737L2.69479 9.42789C1.85055 11.237 1.27756 12.6656 1.01336 13.6784L2.94859 14.1832ZM4.51785 10.25L8.35785 1.42996L6.52411 0.631597L2.68411 9.4516L4.51785 10.25ZM7.44098 2.03078H14.581V0.0307789H7.44098V2.03078ZM13.6201 0.753722L10.8001 10.5337L12.7218 11.0878L15.5418 1.30783L13.6201 0.753722ZM27.0599 11.7178C27.9988 12.1537 28.7008 12.7942 29.1948 13.6505L30.9272 12.6511C30.2212 11.4274 29.2032 10.5078 27.9021 9.90377L27.0599 11.7178ZM29.2187 13.6898C29.7414 14.5065 30.021 15.4933 30.021 16.6908H32.021C32.021 15.1682 31.6606 13.7951 30.9033 12.6117L29.2187 13.6898ZM30.021 16.6908C30.021 18.4564 29.4661 19.8048 28.4052 20.8325L29.7968 22.269C31.2959 20.8168 32.021 18.9252 32.021 16.6908H30.021ZM28.4052 20.8325C27.3351 21.8692 25.9558 22.4108 24.181 22.4108V24.4108C26.4062 24.4108 28.3068 23.7124 29.7968 22.269L28.4052 20.8325ZM24.181 22.4108C22.4062 22.4108 21.0268 21.8692 19.9568 20.8325L18.5652 22.269C20.0551 23.7124 21.9558 24.4108 24.181 24.4108V22.4108ZM19.9568 20.8325C18.8959 19.8048 18.341 18.4564 18.341 16.6908H16.341C16.341 18.9252 17.0661 20.8168 18.5652 22.269L19.9568 20.8325ZM18.341 16.6908C18.341 15.8588 18.4494 15.0236 18.6686 14.1832L16.7334 13.6784C16.4726 14.678 16.341 15.6828 16.341 16.6908H18.341ZM18.6686 14.1832C18.8844 13.356 19.3914 12.0646 20.2272 10.2737L18.4148 9.42789C17.5706 11.237 16.9976 12.6656 16.7334 13.6784L18.6686 14.1832ZM20.2379 10.25L24.0778 1.42996L22.2441 0.631597L18.4041 9.4516L20.2379 10.25ZM23.161 2.03078H30.301V0.0307789H23.161V2.03078ZM29.3401 0.753723L26.5201 10.5337L28.4418 11.0878L31.2618 1.30783L29.3401 0.753723Z' fill='%23FF0000'/%3E%3C/svg%3E%0A");
	background-size: cover;
	width: 33px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 0;
}
.hollywood-content__quote:after{
	left: auto;
	right: 0;
	top: auto;
	bottom: 0;
	transform: rotate(180deg);
}
.hollywood-content__buttons{
	margin-top: 40px;
	display: flex;
	align-items: center;
}
.hollywood-content__buttons a:nth-child(2){
	margin-left: 30px;
}
.hollywood-content__paper{
	margin-top: 7px;
	width: 463px;
	height: 158px;
	background: center / cover url('../img/main/paper-2.png');
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	padding-left: 78px;
	padding-right: 65px;
	font-size: 18px;
	line-height: 150%;
	/* or 27px */

	text-align: center;
	letter-spacing: 0.01em;

	color: #000000;
}
#hollywood .container{
	position: relative;
}
.hollywood-decor-1, .hollywood-decor-2, .hollywood-decor-3{
	position: absolute;
	z-index: 1;
}
.hollywood-decor-1{
	right: 120px;
	bottom: -178px;

}
.hollywood-decor-2{
	right: -200px;
}
.hollywood-decor-3{
	right: -309px;
	bottom: 57px;
}
.footer{
	background: url('../img/fixes/new-footer-bg.png');
	min-height: 210px;
	/*padding-top: 80px;*/
	padding-bottom: 38px;
	position: relative;
	margin-top: 188px;
}
.footer:before{
	content: '';

	width: 100%;
	height: 188px;
	background: center bottom/cover url('../img/fixes/top-footer.png');
	position: absolute;
	top: -188px;

}
.footer-h{
	font-weight: bold;
	font-size: 13px;
}


#about-main{
	min-height: 729px;
	background: center bottom / cover url('../img/fixes/about-bg-2.png');
	background-repeat: no-repeat;
	padding-top: 190px;
	position: relative;
}
#about-main .container{
	position: relative;
	z-index: 2;
}
/*#about-main:after{
	content: '';
	width: 100%;
	height: 194px;
	background: center bottom/ cover url('../img/about/border-main.png');
	position: absolute;
	bottom: -1px;
	}*/
	.about-image{
		position: absolute;
		left: -402px;
		bottom: -80px;
		width: 650px;
	}
	#about-main h1{
		font-size: 55px;
		line-height: 105.76%;
		text-align: center;
		color: #FFFFFF;
	}
	#about-main h1 span{
		text-decoration-line: line-through;
		color: #C4C4C4;
	}
	.about-h1-wrapper{
		max-width: 588px;
		margin-left: auto;
		margin-right: auto;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	.about__button{
		margin-top: 27px;
	}
	.about__button .button{
		margin-left: auto;
		margin-right: auto;
	}
	.about-h1-wrapper__label{
		position: absolute;
		right: -40px;
		top: -45px;
	}
	.about-main-quote{
		position: absolute;
		bottom: 0;
		right: 0;
		font-style: italic;
		font-weight: normal;
		font-size: 16px;
		line-height: 150%;
		text-align: center;
		color: #FFFFFF;
		transform: rotate(-8.16deg);
		bottom: -120px;
		right: -36px;
	}
	#about-2{
		padding-top: 45px;
		padding-bottom: 51px;
	}
	#about-2 .container{
		position: relative;
	}
	.about-2{
		display: flex;
		margin-left: -10px;
	}
	.about-2__col{
		margin-right: 25px;
		margin-left: 25px;
		width: 33%;
	}
	.about-2__head{
		margin: 15px 0;
		font-weight: 900;
		font-size: 30px;
		line-height: 38px;
		color: #000000;
		position: relative;
	}
	.about-2__text{
		font-size: 18px;
		line-height: 140%;	
		color: #000000;
	}
	.about-2__text p{
		margin: 1em 0;
	}
	.about-2__col:nth-child(1) .about-2__head:after{
		content: '+';
		margin-left: 100px;
	}
	.about-2__col:nth-child(2) .about-2__head:after{
		content: '+';
		margin-left: 100px;
	}
	.about-2-img{
		position: absolute;
		left: -305px;
		bottom: -260px;
		transform: rotate(
			21deg);
	}

	#about-story{
		padding-top: 50px;
		padding-bottom: 200px;
		min-height: 1000px;
	}
	#about-story .container{
		display: flex;
		/*align-items: center;*/
		position: relative;
		z-index: 1;
		padding-top: 400px;
	}
	.about-story__bg{
		position: absolute;
		z-index: 0;
		left: 50%;
		transform: translate(-46.8%);
	}
	.about-story__head{
		max-width: 487px;
		color: #fff;
		position: relative;
		text-transform: none;
		margin-top: 17px;
	}
	.about-story__head:before{
		content: '';	
		width: 58px;
		height: 55px;
		background: center/cover url('../img/pin.png');
		position: absolute;	

		left: -21px;
		top: -11px;
		transform: scale(-1,1);
	}
	.about-story__text{
		max-width: 530px;
		color: #FFFFFF;
		margin-left: 117px;
		padding-top: 17px;
	}
	.about-story__text p{
		margin: 1em 0;
		font-size: 18px;
		line-height: 150%;
	}
	.about-decor{
		position: absolute;
	}
	.about-decor-1 {
		right: 160px;
		bottom: -170px;
	}
	.about-decor-2{	
		bottom: 32px;
		left: -34px;
	}
	.about-decor-3{
		top: 156px;
		right: 130px;
	}
	.about-decor-4{	
		right: 257px;
		bottom: 235px;
		display: none;
	}
	.about-decor-5{	
		left: 80px;
		top: 323px;
	}
	.about-story__bg .light{
		position: absolute;
		left: 187px;
		animation: flickerI 12s linear  reverse infinite;
	}
	@keyframes flickerI {0% {opacity: 0.4; } 5% {opacity: 0.5; } 10% {opacity: 0.6; } 15% {opacity: 0.85; } 25% {opacity: 0.5; } 30% {opacity: 1; } 35% {opacity: 0.1; } 40% {opacity: 0.25; } 45% {opacity: 0.5; } 60% {opacity: 1; } 70% {opacity: 0.85; } 80% {opacity: 0.4; } 90% {opacity: 0.5; } 100% {opacity: 1; } }

	.about-value__cols{
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
	}
	.about-value__col{
		flex: 0 0 360px;
	}
	.about-value__head{
		font-weight: 900;
		font-size: 25px;
		line-height: 31px;
		color: #B71C1C;
	}
	.about-value__text{
		margin-top: 14px;
		font-size: 18px;
		line-height: 150%;
		color: #000000;
	}
	#about-value{
		padding-bottom: 355px;
		padding-top: 51px;
	}
	#about-value .container{
		position: relative;
	}
	.about-value__img{
		position: absolute;
		bottom: 104px;
		right: calc((100vw - 1180px)/2 - 196px);
	}
	#about-process{
		padding-top: 20px;
		padding-bottom: 119px;
		position: relative;
		background: center/cover url('../img/fixes/process-bg.png');
	}
	#about-process:before{
		content: '';
		width: 100%;
		height: 188px;
		background: center bottom/cover url('../img/fixes/process-top-border.png');
		position: absolute;
		top: -188px;

	}
	#about-process:after{
		content: '';
		width: 100%;
		height: 188px;
		background: center bottom/cover url('../img/fixes/process-bottom-border.png');
		position: absolute;
		bottom: -188px;

	}
	#about-process .section-head--pin h2:after{
		right: -33px;
	}
	.process-schem{
		width: 100%;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.about-process__schem{
		margin-top: 109px;
	}
	.process-schem__img{
		width: 460px;
	}
	.process-schem__item{
		position: absolute;
		color: #fff;
		max-width: 318px;
	}
	.process-schem__head{

		font-weight: bold;
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 9px;	
	}
	.process-schem__text{
		line-height: 160%;
	}
	.process-schem__item-1{
		left: 132px;
		top: -52px;
	}
	.process-schem__item-2{
		right: 82px;
		top: -29px;
		max-width: 263px
	}
	.process-schem__item-3{
		left: 107px;
		bottom: 46px;
		max-width: 231px;
	}
	.process-schem__item-4{
		right: 128px;
		bottom: 41px;
		max-width: 189px;
	}
	.process-schem__item-1:after{
		content: '';
		background-image: url("data:image/svg+xml,%3Csvg width='280' height='50' viewBox='0 0 280 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 1.05078H231L279 49.0508' stroke='white'/%3E%3C/svg%3E%0A");
		width: 278.5px;
		height: 48px;
		position: absolute;
		bottom: -60px;
		left: 0;
	}

	.process-schem__item-2:after{
		content: '';
		background-image: url("data:image/svg+xml,%3Csvg width='311' height='50' viewBox='0 0 311 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M311 1.05078H49L1 49.0508' stroke='white'/%3E%3C/svg%3E%0A");
		position: absolute;
		width: 310px;
		height: 48px;
		bottom: -60px;
		right: 0;
	}

	.process-schem__item-3:after{
		content: '';

		background-image: url("data:image/svg+xml,%3Csvg width='284' height='78' viewBox='0 0 284 78' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 77.0508L207 77.0504L283.5 0.550419' stroke='white'/%3E%3C/svg%3E%0A");
		width: 283.5px;
		height: 78px;
		position: absolute;
		bottom: -10px;
		left: 0;
	}

	.process-schem__item-4:after{
		content: '';
		position: absolute;
		background-image: url("data:image/svg+xml,%3Csvg width='296' height='78' viewBox='0 0 296 78' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M296 77.0507L77.5 77.0508L0.999956 0.550818' stroke='white'/%3E%3C/svg%3E%0A");
		bottom: -10px;
		right: 0;
		width: 295px;
		height: 78px;
	}
	.about-process__text-decor{
		position: absolute;
		z-index: 1;

		bottom: -24px;
		right: -21px;
		transform: rotate(-15deg);

		width: 338px;
		height: 65px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: center/cover url('../img/about/process/text-decor.png')
	}
	.about-process__text-decor span{
		margin-left: 7px;

		font-weight: 499;
		font-size: 13px;
		line-height: 140%;
		color: #FFFFFF;
	}
	#about-process .container{
		position: relative;
	}
	.about-process__decor{
		position: absolute;
	}
	.about-process__decor-1{
		left: -256px;
		top: -210px;
	}
	.about-process__decor-2{
		right: -34px;
		top: 33px;
	}
	.about-process__decor-3{
		left: calc(100% - 70px);
		bottom: 160px;
	}


	#about-principles{
		padding-top: 180px;
		padding-bottom: 313px;
		position: relative;
	}
	#about-principles:after{
		content: '';
		position: absolute;
		width: 520px;
		height: 728px;
		background: center / cover url(../img/about/princip_bg.png);
		z-index: -1;
		top: 194px;
		right: calc((100vw - 1210px)/2 + -83px);
		transform: rotate(33deg);
	}
	.principles-cards{
		display: flex;
		justify-content: space-between;
		position: relative;
		margin-top: 30px;

	}
	.principles-card__head{

		font-weight: 900;
		font-size: 25px;
		line-height: 31px;

		color: #000000;
		margin-top: 13px;
	}
	.principles-card__icon img{
		max-width: 40px;
		max-height: 40px;
	}
	.principles-card__text{
		line-height: 140%;
		color: #000000;
	}
	.principles-card__text p{
		margin: 1em 0;
		font-size: 16px;
		line-height: 130%;
	}
	.principles-card{
		flex: 0 0 376px;
		padding: 37px 25px 30px 25px;
		background: #fff;
		position: relative;
	}
	.principles-card:after{
		content: '';
		width: 100%;
		height: 64px;
		background: center / contain url('../img/about/principles/card-border.png');
		position: absolute;
		bottom: -63px;
		left: 0;
	}
	.principles-card:nth-child(2){
		transform: translateY(56px);
	}
	.principles-card:nth-child(3){
		transform: translateY(-81px);
	}

	#about-team{
		padding: 38px 0;
		position: relative;
		background: center/cover url('../img/fixes/process-bg.png');
	}
	#about-team h2{
		margin-left: 10px;
	}
	#about-team:before{
		content: '';
		height: 188px;
		width: 100%;
		position: absolute;
		background: center/cover url('../img/fixes/about-team-top-border.png');
		top: -188px;
	}
	#about-team:after{
		content: '';
		height: 188px;
		width: 100%;
		position: absolute;
		background: center/cover url('../img/fixes/about-team-bottom-border.png');
		bottom: -188px;
		z-index: -1;
	}
	.team-bg{
		position: absolute;
		z-index: 0;    
		opacity: 0.45;
		transform: rotate(
			-8deg);

		left: calc((100vw - 1210px)/2 + -222px);
		top: 87px;
		width: 1320px;
	}
	.page-template-about #faq{
		padding-top: 158px;
	}


	.team-list{
		/*margin-top: -30px;*/
		display: flex;
		align-items: flex-end;
		flex-wrap: wrap;
		/*justify-content: space-between;*/
	}
	.team-member{
		/*border: 1px solid #5a5a5a;*/
		background-size: cover;
		height: 452px;
		width: 267px;
		border-radius: 5px;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding: 20px;
		margin: 10px;
		background-size: cover !important;
	}
	.team-member__name{
		font-weight: 900;
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 5px;
	}
	.team-member--enjoy .team-member__name{
		text-align: center;
	}
	.team-member__position{
		line-height: 140%;
		margin-bottom: 10px;
	}
	.team-member__social{
		margin-right: 5px;
	}
	.team-member__social img{
		transition: filter .3s;
	}
	.team-member__social:hover img{
		filter: invert(19%) sepia(57%) saturate(12645%) hue-rotate(
			353deg
			) brightness(90%) contrast(88%);
	}
	.team-member__button .button{
		margin-left: auto;
		margin-right: auto;
		position: relative;
		right: 20px;
	}
	.team-member--enjoy{
		/*width: 295px;*/
		/*margin-left: 10px;*/
		/*height: 500px;*/
	}
	#faq{
		padding: 60px 0;
	}
	.page-template-video-marketing #faq{
		padding-top: 70px;
	}
	.faq-list{
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}
	#faq h2{

		font-size: 120px;
		line-height: 142px;
	}


	.Accordion_item {
		width: 100%;
		height: auto;
		margin: 15px 0;
	}
	.is-hidden{
		display: none;
	}
	.Accordion_item:first-child {
		margin-top: 50px;
	}
	.Accordion_item .title_tab {
		width: 100%;
		padding: 15px;
		background: #fafafa;
		border: 1px solid #DDDDDD;
		box-sizing: border-box;
		border-radius: 5px;
		cursor: pointer;
		transition: background-color 0.3s ease-in;
	}
	.Accordion_item .title_tab .title {

		padding-right: 30px;
		position: relative;
		font-family: Source Sans Pro;
		font-style: normal;
		font-weight: bold;
		font-size: 20px;
		line-height: 25px;

		color: #000000;
	}
	.Accordion_item .title_tab .title .icon {
		position: absolute;
		right: 1%;
		top: calc(50% - 13px);
		width: 26px;
		height: 26px;
		background-color: transparent;
		transform: rotate(-180deg);
		background-size: cover;
		transition: transform 0.3s ease-in;

		background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 12C24 5.373 18.627 4.69723e-07 12 1.04907e-06C5.373 1.62842e-06 -1.62842e-06 5.373 -1.04907e-06 12C-4.69723e-07 18.627 5.373 24 12 24C18.627 24 24 18.627 24 12ZM11.293 16.707L5.293 10.707C5.098 10.512 5 10.256 5 10C5 9.744 5.098 9.488 5.293 9.293C5.684 8.902 6.316 8.902 6.707 9.293L12 14.586L17.293 9.293C17.684 8.902 18.316 8.902 18.707 9.293C19.098 9.684 19.098 10.316 18.707 10.707L12.707 16.707C12.316 17.098 11.684 17.098 11.293 16.707Z' fill='%23B71C1C'/%3E%3C/svg%3E%0A");
	}
	.inner_content {
		width: 100%;
		height: auto;
		display: none;
		overflow: hidden;
	}
	.inner_content p {
		width: 98%;
		margin: auto;
		padding: 18px 15px;
		font-size: 16px;
		line-height: 150%;
		color: #000000;
		opacity: 0;
		transform: translate3d(0px, 60px, 0px);
		transition: transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01), opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
	}

	/* ================================= */
	.Accordion_item .title_tab.active {
		transition: background-color 0.3s ease-in;
	}
	.Accordion_item .title_tab.active .title .icon {
		transform: rotate(0deg);
		transition: transform 0.3s ease-in;
	}
	.Accordion_item .title_tab:hover {
		transition: background-color 0.3s ease-in;
	}
	.Accordion_item .inner_content p.show {
		opacity: 1;
		transform: translate3d(0px, 0px, 0px);
		transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
	}

	/* ================================= */
	.inner_content p span {
		font-size: 14px;
		line-height: 30px;
	}
	.inner_content p b {
		color: #F44336;
		font-size: 18px;
	}
	#services-main{
		min-height: 819px;	
		background: center bottom / cover url('../img/fixes/about-bg-2.png');
		background-repeat: no-repeat;
		/*padding-top: 200px;*/
		position: relative;
		display: flex;
		/*align-items: center;*/
		justify-content: center;
		padding-top: 140px;
	}
	#services-main:after{
		/*content: '';*/
		background: left center url('../img/services/main/border.png');
		height: 174px;
		position: absolute;
		bottom: -174px;
		width: 100%;
	}
	#services-main .container{
		z-index: 2;
	}
	.services-main__head{
		font-size: 80px;
		line-height: 75px;
		text-align: center;
		color: #FFFFFF;
	}
	.services-main__text{
		font-style: italic;
		font-weight: normal;
		font-size: 18px;
		line-height: 150%;
		text-align: center;
		letter-spacing: 0.02em;
		color: #F8F8F8;
		text-align: center;
		margin-top: 32px;
		max-width: 550px;
		margin-left: auto;
		margin-right: auto;
	}
	.services-main__subhead{
		text-align: center;
		margin-bottom: 5px;
	}
	.services-main__wrapper{
		max-width: 596px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 1;
		padding-top: 80px;
	}
	.services-main-img{
		position: absolute;
		z-index: 0;
		left: 50%;
		top: calc(50% - 22px);
		z-index: 1;
		transform: translate(-50%, -50%);
	}
	.service-text p{
		font-size: 18px;
		margin: 1em 0;
		line-height: 150%;
	}
	#service-marketing{
		padding-top: 40px;
		padding-bottom: 120px;

	}
	#service-marketing .container{
		display: flex;
	}
	#service-marketing .service-head{
		flex: 0 0 392px;
		margin-right: 120px;
	}
	#service-marketing .service-head{
		position: relative;
	}

	#service-marketing .service-head img{
		position: absolute;
		right: -50px;
	}
	#service-work{
		padding-top: 160px;
		padding-bottom: 200px;
		min-height: 900px;
		display: flex;
		align-items: center;
		background: none;
		z-index: 1;
	}
	#service-work .container{
		position: relative;
	}
	.service-work__bg{
		position: absolute;
		left: 50%;
		transform:translateX(calc(-50% - 71px));
	}
	.service-work__img{
		position: absolute;
		right: calc((100vw - 1180px) / 2 - 33px);
		top: -56px;
	}
	.service-work__cols{
		display: flex;
		justify-content: space-between;
		margin-top: 54px;
	}
	.service-work__col{
		max-width: 235px;
	}
	.service-work__head{
		font-weight: 900;
		font-size: 20px;
		line-height: 25px;
		margin-top: 20px;
	}
	.service-work__text{
		line-height: 140%;
		margin-top: 9px;
		font-size: 16px;
	}
	.service-work__icon{
		position: relative;
		display: flex;
		align-items: center;
	}
	.service-work__icon:after{
		content: '01';
		position: absolute;
		right: 0;
		-webkit-text-stroke-width: 2px;
		-webkit-text-stroke-color: #C4C4C4;
		font-weight: 800;
		font-size: 50px;
		letter-spacing: 0.01em;
		color: #000;
		opacity: .3;
	}
	.service-work__col:nth-child(2) .service-work__icon:after{
		content: '02';
	}
	.service-work__col:nth-child(3) .service-work__icon:after{
		content: '03';
	}
	.service-work__col:nth-child(4) .service-work__icon:after{
		content: '04';
	}


	#service-services{
		padding-bottom: 0px;
	}
	.service-s-item{
		width: 460px;
		position: relative;
	}
	.service-s-item #true-ad{
		margin-left: 30px;
	}
	.service-s-item #video-marketing{
		margin-left: 30px;
		margin-bottom: 180px;
	}
	.services-s-list__item{
		margin: 200px 0;
	}
	.services-s-list__item:last-child{
		margin-top: 0px;
	}
	.services-s-list__item:first-child{
		margin-top: 17px;
	}
	.service-s-item:nth-child(odd){
		margin-left: auto;
		margin-right: 107px;
	}
	.service-s-item__head{
		font-family: League Gothic;
		font-style: normal;
		font-weight: normal;
		font-size: 70px;
		line-height: 83px;
		text-transform: uppercase;
		color: #000000;
		margin-bottom: 5px;
	}
	.service-s-item__text{
		max-width: 440px;
		line-height: 140%;
		color: #000000;
	}
	#true-ad .service-s-item__text{
		max-width: 470px;
	}
	#video-marketing .service-s-item__text{
		max-width: 450px;
	}
	.service-s-item__text p{
		margin: 1em 0;
		font-size: 16px;
		line-height: 150%;
	}
	.service-s-item__icons{
		margin-top: 35px;
		display: flex;
		justify-content: space-between;
	}
	.service-s-item__icon img{
		max-width: 40px;
		max-height: 40px;
	}
	.service-s-item__icon-text{
		max-width: 125px;
		font-weight: 499;
		font-size: 14px;
		line-height: 140%;
		color: #000000;
		margin-top: 4px;
	}
	.service-s-item__buttons{
		display: flex;
		align-items: center;
		margin-top: 20px;
	}
	.service-s-item__buttons .button:first-child{
		margin-right: 10px;
	}
	.service-s-item__subtext{
		margin-top: 20px;
		display: flex;
		font-size: 14px;
		line-height: 120%;
		align-items: center;
	}
	#combo-pack .service-s-item__subtext{	
		max-width: 400px;
	}
	#smm-podpiska .service-s-item__subtext{
		max-width: 400px;
	}
	.service-s-item__subtext img{
		max-width: 30px;
		max-height: 30px;
		margin-right: 10px;
		display: block;
	}
	.service-s-decor{
		position: absolute;
	}
	.service-s-decor-1{
		top: -550px;
		right: calc((100vw - 770px)/2);
		z-index: -1;
	}
	.service-s-decor-2{
		left: calc(100% + 70px);
		top: -140px;
	}
	.service-s-decor-3{
		left: calc(-100% - 300px);
		top: -230px;
	}
	.service-s-decor-4{
		left: calc(100% + 50px);
		top: -140px;
	}
	.service-s-decor-5{
		left: calc(-100% - 140px);
		top: -130px;
	}
	#team-power{
		padding: 50px 0;
		padding-bottom: 0;
		margin-bottom: -60px;
	}
	.team-power__content{
		margin-left: 6px;
	}
	.team-power__text{
		font-size: 18px;
		line-height: 150%;
		margin-top: 10px;
		max-width: 630px;
	}
	.team-power{
		display: flex;
		align-items: center;
	}
	.team-power__subtext{
		display: flex;
	}
	.team-power__subtext p{
		font-size: 16px;
		line-height: 120%;
		color: #000000;
		max-width: 330px;
		margin-left: 10px;
	}
	.team-power__subtext{
		margin-top: 16px;
	}
	.team-power__button{
		margin-top: 30px;
	}
	.team-power__img{
		margin-left: -170px;
	}

	#video-marketing{
		min-height: 630px;
		padding-top: 80px;
		margin-bottom: 100px;
	}
	#smm-podpiska{
		margin-bottom: 150px;
	}
	#video-marketing .container{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100%;
		position: relative;
	}
	#video-marketing h1{
		text-align: center;
		max-width: 780px;
		font-size: 80px;
		line-height: 98.5%;
	}
	.video-marketing__text{
		margin-top: 18px;
		max-width: 370px;
		font-size: 17px;
		line-height: 145%;
		text-align: center;
		color: #000000;
	}
	.video-marketing__button{
		margin-top: 45px;
	}
	.video-marketing__button .button{
		margin-left: -40px;
	}
	.video-marketing__subtext{
		font-weight: 499;
		font-size: 14px;
		line-height: 18px;
		color: #000000;
	}
	.decor-video-1{
		position: absolute;

		right: -250px;
		bottom: -167px;
		transform: scale(1.15);
	}
	.decor-video-2{
		position: absolute;
		left: -326px;
		top: -70px;
		transform: scale(1.15);
	}
	#video-section2{
		display: flex;
		align-items: center;
	}
	#video-section2 .container{
		display: flex;
		align-items: flex-start;
		position: relative;
		z-index: 1;
	}
	.video-section2__content {
		font-size: 18px;
		line-height: 145%;
		color: #FFFFFF;
		max-width: 528px;
	}
	.video-section2__content p{
		margin: 1em 0;
	}
	#video-section2{
		background: center/cover url('../img/fixes/process-bg.png');
		background-repeat: no-repeat;
		position: relative;
		padding-top: 10px;
		padding-bottom: 110px;
	}
	#video-section2:before{
		content: '';
		width: 100%;
		height: 188px;
		background: center bottom/cover url('../img/fixes/process-top-border.png');
		position: absolute;
		top: -188px;

	}
	#video-section2:after{
		content: '';
		width: 100%;
		height: 188px;
		background: center bottom/cover url('../img/fixes/process-bottom-border.png');
		position: absolute;
		bottom: -188px;

	}
	#video-section2 .section-head{
		flex: 0 0 460px;
		margin-right: 137px;
		padding-left: 30px;
	}
	#video-section2 .section-head h2{
	/*font-size: 65px;
	line-height: 93%;*/
}
#video-section2 .section-head--pin h2:after{
	right: -33px;
}
.decor-video-3, .decor-video-4{
	position: absolute;
}
.decor-video-3{
	/*top: -110px;*/
	bottom: 0;
	left: calc((100vw - 1180px)/2 + 134px);
}
.decor-video-4{
	bottom: -60px;
	right: calc((100vw - 1180px)/2 - 130px);
	z-index: 1;
}
#reviews-videomarketing{
	padding-bottom: 110px;
	padding-top: 160px;
}
#reviews-videomarketing .section-head{
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 17px;
}
.decor{
	position: absolute;
}
.reviews-videomarketing__decor{
	left: calc((100vw - 1180px)/2 - 112px);
	bottom: 11px;
}
#video-strategy{
	padding: 0;
	padding-bottom: 0;
	background-image: url('../img/video-marketing/strategy/bg.png');
}
#video-strategy:before{
	content: '';
	position: absolute;
	background: center / cover url('../img/video-marketing/strategy/top-border.png');
	width: 100%;
	height: 188px;
	position: absolute;
	top: -118px;
}
#video-strategy:after{
	content: '';
	position: absolute;
	background: center / cover url('../img/video-marketing/strategy/bottom-border.png');
	width: 100%;
	height: 194px;
	position: absolute;
	bottom: -134px;
}
.video-strategy__head{
	position: relative;

	width: 100%;
	height: 493px;

	margin-left: auto;
	margin-right: auto;
	background: center / cover url('../img/video-marketing/strategy-bg.png');
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.video-strategy__text{
	max-width: 780px;
	margin-top: 20px;
	text-align: center;
	font-size: 18px;
	line-height: 150%;
}
.video-strategy__head-clips{
	position: absolute;
	top: -36px;
	left: -24px;
}
.video-strategy__features{
	margin-top: 20px;
}
.video-strategy__features-head{
	font-weight: bold;
	font-size: 25px;
	line-height: 140%;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 42px;
}
.video-strategy-features-list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 50px;
}
.video-strategy-features-list__item{
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 330px;
}
.video-strategy-features-list__text{
	max-width: 330px;
	text-align: center;
}
.video-strategy-features-list__item:nth-child(1), .video-strategy-features-list__item:nth-child(2){
	flex: 1 1 410px;
	max-width: 410px;
}
.video-strategy-features-list__head{
	margin-top: 15px;
	margin-bottom: 9px;

	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
}
.video-strategy__features-button{
	margin-top: 45px;
}
.video-strategy__features-button .button{
	margin-left: auto;
	margin-right: auto;
}

.funnel{
	width: 1028px;
	margin-left: auto;
	margin-right: auto;
}
.funnel-item{
	display: flex;
}
.funnel-item__name{
	width: 480px;
	flex: 0 0 480px;
	height: 270px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;

	font-weight: 499;
	font-size: 43px;
	line-height: 54px;

	color: #E2E2E2;

	text-shadow: 2px 4px 25px rgba(0, 0, 0, 0.25);
}
.funnel-item--1 .funnel-item__name{
	background-image: url('../img/video-marketing/funnel/1.png');
}
.funnel-item--2 .funnel-item__name{
	background-image: url('../img/video-marketing/funnel/2.png');
}
.funnel-item--3 .funnel-item__name{
	background-image: url('../img/video-marketing/funnel/3.png');
}
.funnel-item--4 .funnel-item__name{
	background-image: url('../img/video-marketing/funnel/4.png');
}

.funnel-item--1 .funnel-item__name{
	height: 282px;
}
.funnel-item--2 .funnel-item__name{
	height: 245px;
}
.funnel-item--3 .funnel-item__name{
	height: 265px;
}
.funnel-item--4 .funnel-item__name{
	height: 257px;
}

#funnel{
	padding-top: 100px;
}
#funnel .section-head__subhead{
	max-width: 932px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	text-align: center;
	font-size: 18px;
	line-height: 140%;
}
.funnel{
	margin-top: 55px;
}
.funnel-item__content{
	padding-left: 75px;
}
.funnel-item__head{
	width: 677px;
	height: 127px;
	background: center / cover url('../img/video-marketing/funnel/head-bg.png');
	transform: translateX(-175px);
	z-index: -1;
	position: relative;
	padding-left: 175px;
	padding-top: 30px;
	padding-right: 99px;
	font-weight: 499;
	font-size: 16px;
	line-height: 140%;
	color: #FFFFFF;
}
.funnel-item__head span{
	font-weight: 499;
	font-size: 13px;
	line-height: 16px;
	color: #C6C6C8;
	margin-bottom: 5px;
	display: block;
}
.funnel-item__list-item{
	display: flex;
	align-items: center;
	margin: 15px 0;
}
.funnel-item__list-item:first-child{
	margin-top: -10px;
}
.funnel-item__icon{
	margin-right: 15px;
}
.funnel-item__text{
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	max-width: 370px
}
.funnel__item {
	margin: 5px 0;
}
.funnel-item--1{
	position: relative;
}
.funnel-item--1:before{
	content: '';

	width: 480px;
	height: 56px;
	position: absolute;
	top: -28px;
	background: center / cover url('../img/video-marketing/funnel/0.png');
}

#subscribe{
	padding-bottom: 214px;
}
.subscribe-card{
	width: 350px;
	height: 100%;
	background: center bottom / cover url('../img/video-marketing/subscribe/bg.png');
	padding: 18px 28px 60px 28px;
	color: #FFFFFF;
}
.subscribe-card__name, .subscribe-card__price{
	font-weight: 900;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	margin-top: 15px;
}
.subscribe-card__text{
	margin-top: 15px;
	text-align: center;
}
.subscribe-card__list-item{
	font-size: 15px;
	line-height: 140%;
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #AC7878;
}
.subscribe-card__list-item:first-child{
	font-weight: bold;
	margin-top: 20px;
}
.subscribe-card__list-item:last-child{
	border-bottom: 0;
}
.subscribe-card__button{
	margin-top: 27px;
}
.subscribe-card__button .button{
	margin-left: auto;
	margin-right: auto;
}
.subscribe-card__button .button.button--middle.scale{
	position: relative;
	right: 20px;
}
.subscribe-cards{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.subscribe-decor{
	position: absolute;
	z-index: -1;
	bottom: -60px;
	left: -65px;
}

#main-service{
	display: flex;
	flex-direction: column;
	/*align-items: center;*/
	justify-content: center;
	
	min-height: 700px;
	padding-bottom: 220px;
	box-sizing: content-box;
}
.page-template-combo #main-service{
	min-height: 570px;
}
#main-service.main-service--combo{
	padding-bottom: 70px;
	padding-top: 40px;
}
.hollywood-main-image{
	position: absolute;
	right: calc((100vw - 1180px)/2);
}
.main-service__subhead{	
	font-size: 18px;
	line-height: 145%;
	max-width: 480px
}
.main-service__button{
	margin-top: 15px;
}
#main-service .container{
	padding-bottom: 120px;
}
#service-cards{
	/*background: url('../img/services-page/bg.png');*/
	padding: 60px 0;
}
#service-cards:before{
	content: '';
	position: absolute;
	background: center / cover url('../img/video-marketing/strategy/top-border.png');
	width: 100%;
	height: 188px;
	position: absolute;
	top: -118px;
}
#service-cards:after{
	content: '';
	position: absolute;
	background: center / cover url('../img/video-marketing/strategy/bottom-border.png');
	width: 100%;
	height: 194px;
	position: absolute;
	bottom: -134px;
	z-index: 1;
}
.page-template-true-ad #service-cards:before{

	transform: scale(-1, 1);
}
/*.service-cards--combo#service-cards{
	padding-top: 145px;
	}*/
/*.service-cards--combo#service-cards:before{
	content: '';
	width: 100%;
	height: 278px;
	background: center bottom / cover url('../img/services-page/combo/combo-cards-border-top.png');
	position: absolute;
	top: -278px;
}
.service-cards--combo#service-cards:after{
	content: '';
	width: 100%;
	height: 175px;
	background: center bottom / cover url('../img/services-page/combo/combo-cards-border-bottom_new.png');
	position: absolute;
	bottom: -175px;
	}*/
/*.page-template-true-stories #service-cards:before{
	content: '';
	width: 100%;
	height: 325px;
	background: center bottom / cover url('../img/fixes/true-stories-top-border.png');
	position: absolute;
	top: -325px;
}
.page-template-true-stories #service-cards:after{
	content: '';
	width: 100%;
	height: 244px;
	background: center bottom / cover url('../img/fixes/true-stories-bottom-border.png');
	position: absolute;
	bottom: -244px;
	}*/

	.service-cards{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 21px;
	}

	.service-card{
		flex: 1 1 calc(33.33% - 14px);
		background:  url('../img/services-page/paper-card.png');
		position: relative;
		color: #000;
		height: auto;
		padding: 23px 28px 23px 28px;
	}
	.page-template-partners .service-card{
		background:  url('../img/Rectangle 221.jpg');
		background-size: 36px;
	}
	.service-card--vertical:before{
		content: '';
		position: absolute;
		width: 44px;
		height: 90px;
		background: center / cover url('../img/services-page/sticker.png');
		top: -50px;
		right: 73px;
	}
	.service-card--horizontal:before{
		content: '';
		position: absolute;
		width: 44px;
		height: 90px;
		background: center / cover url('../img/services-page/sticker.png');
		top: -30px;
		right: 73px;
		transform: rotate(45deg);
	}

	.service-card--horizontal:after{
		content: '';
		position: absolute;
		width: 44px;
		height: 90px;
		background: center / cover url('../img/services-page/sticker.png');
		bottom: -50px;
		left: 40px;
		transform: rotate(45deg);
	}
	.service-card__head{
		font-weight: 900;
		font-size: 25px;
		line-height: 31px;
		color: #000000;
		margin-top: 17px;
		margin-bottom: 14px;
	}
	.service-card__text{
		    line-height: 127%;
    margin-top: -3px;
	}
	.service-card__text p{
		margin: 1em 0;
	}
	.service-card__decor{
		position: absolute;
	}
	.service-card-decor-1{
		bottom: 0;
		right: 0;
	}
	.service-cards--hollywood .service-card--vertical{
		min-height: 583px
	}
	.service-card--horizontal{
		padding: 50px 40px;
		display: flex;
	}
	.service-card--horizontal .service-card__head{
		max-width: 258px;
	}
	.service-card__subhead{
		font-weight: bold;
		font-size: 18px;
		line-height: 23px;
		margin-bottom: 29px;
	}
	.service-card__list{
		display: flex;

	}
	.service-card__list:not(.list--double) li:not(:first-child){
		margin-left: 45px;
	}
	.service-cards--hollywood .service-card__list li{

		font-weight: 499;
		font-size: 16px;
		line-height: 130%;
	}
	.service-cards--hollywood .service-card__button{
		max-width: 570px;
		margin-top: 53px;
	}
	.service-cards--hollywood .service-card__button .button{
		margin-left: auto;
		margin-right: auto;
	}
	.service-cards--hollywood .service-card--horizontal{
		margin-top: 50px;
	}

	#hollywood-quote{
		padding-bottom: 90px;
		padding-top: 120px;
	}
	.hollywood-quote__quote{
		max-width: 850px;
		margin-top: 27px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;

		font-style: italic;
		font-weight: bold;
		font-size: 18px;
		line-height: 190%;
		text-align: center;
		letter-spacing: 0.02em;
		position: relative;
	}
	.hollywood-quote__icons{
		text-align: center;
	}
	.hollywood-quote__quote:before{
		content: '';
		width: 33px;
		height: 25px;
		background: center / cover url('../img/services-page/quote.svg');
		position: absolute;
		bottom: -30px;
		left: -40px;
	}

	.hollywood-quote__quote:after{
		content: '';
		width: 33px;
		height: 25px;
		background: center / cover url('../img/services-page/quote.svg');
		position: absolute;
		right: -40px;
		top: -30px;
		transform: rotate(180deg);
	}
	#hollywood-howwork{
		padding-top: 25px;
		background: center url('../img/fixes/hollywood-projects-background.png');	
	}
	#hollywood-howwork:before{
		content: '';
		width: 100%;
		height: 160px;
		background: center bottom / cover url('../img/services-page/hollyywood-howwork-top-border.png');
		position: absolute;
		top: -160px;
	}
	#hollywood-howwork:after{
		content: '';
		width: 100%;
		height: 389px;
		background: center top / cover url('../img/services-page/hollyywood-howwork-bottom-border.png');
		position: absolute;
		bottom: -389px;
	}
	.how-work{
		display: flex;
		justify-content: space-between;
		margin-top: 73px;
	}
	.how-work-item{
		max-width: 230px;
	}
	.how-work-item__head{
		display: flex;
		justify-content: space-between;
	}
	.how-work-item__icon img{
		width: 45px;
		height: 45px;
	}
	.how-work-item__num{


	}
	.how-work-item__text{
		margin-top: 18px;
	}
	#hollywood-difference{
		padding-top: 20px;	
		padding-bottom: 100px;
	}
	.hollyywood-howwork-decor{
		position: absolute;
		bottom: -300px;
		z-index: 1;
		right: calc((100vw - 1180px)/2 - 200px);
	}
	.hollyywood-difference-decor1{
		left: calc((100vw - 1180px)/2 - 180px);
		top: -210px;
	}
	.hollyywood-difference-decor2{
		right: calc((100vw - 1180px)/2 - 100px);
		top: -30px;
		transform: rotate(-25deg);
	}
	.difference-list{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.difference-item{
		text-align: center;
	}
	.difference-item{
		flex: 0 0 287px;
	}
	.difference-list--4 .difference-item{
		flex: 0 0 400px;
	}
	.difference-list__item{
		margin: 50px 40px;
	}
	.difference-item:nth-child(1),
	.difference-item:nth-child(2){

	}
	.difference-item__text{
		font-weight: 499;
		font-size: 18px;
		line-height: 23px;
		text-align: center;
		margin-top: 15px;
		max-width: 290px;
		margin-left: auto;
		margin-right: auto;
	}
	.difference-section h2{
		margin-bottom: 40px;
	}
	.combo-main-image{
		position: absolute;
		top: -130px;
		right: calc((100vw - 1180px)/2 - 190px);
		z-index: -1;
		width: 880px;
	}
	.service-cards--combo .service-card--vertical{
		height: 522px;
	}
	.combo-service-card-decor-1{
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#combo-difference{
		padding-top: 150px;
		padding-bottom: 150px;
	}
	.footer .container{
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}
	.footer-bottom{
		width: 100%;
		flex: 0 0 100%;
		padding-left: 545px;
		margin-top: 25px;
	}

	.footer-col-1{

	}
	.footer-col-2{
		margin-left: 40px;
		width: 134px;
	}
	.footer-col-3{
		margin-left: 60px;
	}
	.footer-col-4{
		max-width: 175px;
		margin-left: 30px;
	}
	.footer-col-5{
		margin-left: 30px;
		max-width: 234px
	}
	.footer-col-6{
		margin-left: 26px;
	}
	.footer-h{
		font-weight: bold;
		font-size: 13px;
		line-height: 16px;
		letter-spacing: 0.01em;
		color: #E5E5E5;
		margin-bottom: 10px;
	}
	.footer-link{
		font-size: 13px;
		line-height: 16px;
		letter-spacing: 0.01em;
		color: #E5E5E5;
	}
	.footer-pwd{
		font-weight: 499;
		font-size: 12px;
		line-height: 15px;
		color: #E5E5E5;
		margin-top: 17px;
		display: block;
	}
	.footer-menu .footer-link:nth-child(1){
		margin-right: 40px;
	}
	.footer-tel{

		font-weight: bold;
		font-size: 25px;
		line-height: 31px;

		color: #E5E5E5;
	}
	.footer-email{

		font-weight: 499;
		font-size: 20px;
		line-height: 25px;

		color: #E5E5E5;
		margin-top: 10px;
		margin-bottom: 15px;
		display: block;
	}
	.footer-socials__item img{
		width: 20px;
		height: 20px;
	}
	.footer-text{
		font-size: 13px;
		line-height: 150%;
		color: #E5E5E5;
		margin-bottom: 10px;
	}
	.footer-request{
		display: block;
	}
	.footer-policy-link{
		display: inline-block;
		font-size: 13px;
		line-height: 16px;
		color: #737373;
		margin-left: 25px;
	}
	.footer-up{
		position: absolute;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		cursor: pointer;
		font-weight: 499;
		font-size: 13px;
		line-height: 16px;

		color: #E5E5E5;

		position: absolute;
		right: 0;
		bottom: 90px;
	}
	.footer-up svg{
		margin-bottom: 5px;
	}
	.footer-double-policys{
		display: flex;
	}
	.footer-menu{
		display: flex;
	}
	.footer-double-policys .footer-policy-link:nth-child(2){
		margin-left: 30px;
	}
	.footer-col-2,
	.footer-col-3,
	.footer-col-4,
	.footer-col-5,
	.footer-col-6{
		padding-top: 20px;
		padding-bottom: 15px;
	}
	a{
		transition: color .3s;
	}
	a:not(.button):hover{
		color: #B71C1C;
	}
	.section-head__button--mob{
		display: none;
	}
	.test-mob-image{
		display: none;
	}
	.header-toggle{
		display: none;
	}
	.mobile-menu{

		height: 100vh;
		height: calc(var(--app-height) - 57px);
		position: relative;	
		display: none;
	}
	.mobile-menu:after{
		content: '';
		width: 100%;
		height: 47px;
		background: url('../img/mob-menu-border.png');
		position: absolute;
		bottom: -47px;
		left: 0;
	}
	.footer-mobile{
		display: none;
		padding-bottom: 40px;
	}
	.footer-mobile .container{
		max-width: 350px
	}
	.footer-mobile__1{
		display: flex;
	}
	.footer-mobile__contacts{
		padding-top: 20px;
		margin-left: 28px;
	}
	.footer-mobile__phone{
		font-weight: bold;
		font-size: 15px;
		line-height: 19px;
		color: #E5E5E5;
		margin-bottom: 3px;
		display: block;
	}
	.footer-mobile__email{
		display: block;
		font-weight: 499;
		font-size: 13px;
		line-height: 16px;
		color: #E5E5E5;
		margin-bottom: 10px;
	}
	.footer-mobile__subhead{
		font-weight: bold;
		font-size: 13px;
		line-height: 16px;
		letter-spacing: 0.01em;
		color: #E5E5E5;
		margin-bottom: 15px;
	}
	.footer-mobile__menu{
		display: flex;
	}
	.footer-mobile__menu a:first-child{
		margin-right: 70px;
	}
	.footer-mobile__3{
		display: flex;
		max-width: 350px;
		justify-content: space-between;
		margin-top: 25px;
	}
	.footer-mobile__l{
		font-weight: 499;
		font-size: 13px;
		line-height: 16px;
		color: #E5E5E5;
	}
	.footer-mobile__4{
		display: flex;
		margin-top: 33px;
		max-width: 350px;
		justify-content: space-between;
	}
	.footer-mobile__policies a{
		display: block;
		margin: 7px 0;
		font-size: 10px;
		line-height: 13px;
		color: #737373;
	}
	.footer-mobile__policies a:first-child{
		margin-top: 0;
	}
	.service-work-mob-image{
		display: none;
	}
	.service-s-decor-1--mob{
		display: none;
	}
	.funnel-decor-1{
		position: absolute;
		top: 29px;
		right: calc((100vw - 1180px)/2 + -150px);
		z-index: -1;
	}
	.mob-decor-quote-1{
		display: none;
	}
	#call-popup, #work-popup, #partners-popup{
		background: center / cover url('../img/popups/call-popup.png');
		min-height: 466px;
		width: 718px;
		padding: 0;
		padding-top: 80px;
	}
	#work-popup{
		background-image: url('../img/popups/work-popup.png');
	}
	.popup__head{
		max-width: 338px;
		background: center / cover url('../img/popups/header.png');
		padding: 10px 50px;
		font-size: 28px;
		line-height: 91.5%;
		color: #FFFFFF;
		font-family: League Gothic;
	}
	.input-wrap{
		margin: 15px 0;
		width: 100%;
	}
	.input{
		width: 100%;
		appearance: none;
		-webkit-appearance: none;

		font-family: Source Sans Pro;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.01em;
		color: #000;
		outline: none;
		background: #fff;
		padding: 14px;
	}
	.popup-form{
		padding-left: 50px;
		max-width: 240px;

		box-sizing: content-box;
	}
	.popup-form .button{
		width: 240px;
	}
	.popup .fancybox-close-small path{
		fill: #fff;
	}
/*.page-template-hollywood #projects:before,
.page-template-combo #projects:before,
.page-template-true-stories #projects:before,
.page-template-true-ad #projects:before{
	content: '';
	background: center url('../img/fixes/hollywood-projects-top-border.png');
	width: 100%;
	height: 242px;
	position: absolute;
	top: -242px;
	}*/
	.page-template-hollywood #projects,
	.page-template-combo #projects,
	.page-template-true-stories #projects,
	.page-template-true-ad #projects{
		/*background: center url('../img/fixes/hollywood-projects-background.png');*/
	}

	.page-template-hollywood .footer:before,
	.page-template-combo .footer:before,
	.page-template-true-stories .footer:before,
	.page-template-true-ad .footer:before{
		display: none;
	}
	.page-template-hollywood .footer,
	.page-template-combo .footer,
	.page-template-true-stories .footer,
	.page-template-true-ad .footer{
		margin-top: 0;
		padding-top: 50px;
		background: center url('../img/bg-black.jpg');	
	}
	.page-template-video-marketing #projects{
		/*background: center / cover url('../img/video-marketing/video-projects-bg.png');*/
	}
	/*.page-template-video-marketing #projects:before{*/


		#projects:before{
			content: '';
			width: 100%;
			height: 188px;
			background: center bottom/cover url('../img/fixes/process-top-border.png');
			position: absolute;
			top: -128px;
		}
		.page-template-page-front #projects:before{
			display: none;
		}
		.page-template-video-marketing #projects:after{
			content: '';
			position: absolute;
			background: center / cover url('../img/video-marketing/strategy/bottom-border.png');
			width: 100%;
			height: 194px;
			position: absolute;
			bottom: -134px;
		}
		.list--double{
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			max-width: 690px
		}
		.list--double li{
			flex: 0 0 calc(50% - 20px);
			max-width: 310px;
			margin: 10px 0;
		}
		.combo-v-c-lsd{
			flex: 0 0 206px;
			margin-right: 55px;
		}
		.service-card__additionaltext{
			margin-top: 10px;
		}
		.main-service__quote{
			font-style: italic;
			font-weight: normal;
			font-size: 18px;
			line-height: 150%;
			color: #3C3C3C;
			margin-top: 44px;
			max-width: 540px;
		}
		.page-template-true-stories .main-service__quote{
			text-align: right;
		}
		.ts-hor-card{
			padding-left: 148px;
		}
		.ts-hor-card .service-card__text{
			max-width: 566px;
		}
		.page-template-true-stories .combo-main-image{
			top: -140px;
			right: calc((100vw - 1180px)/2 - 113px);
			width: auto;
		}
		.page-template-true-ad .combo-main-image{
			top: auto;
			right: calc((100vw - 1180px)/2 - -60px);
			z-index: -1;
			bottom: -40px;
			width: 420px;
			opacity: 0.95;
		}

		.difference-section .container{
			position: relative;
		}
		.ts-decor-1{
			position: absolute;
			left: 0;
			top: -172px;
			z-index: -1;
		}
		.ts-decor-2{
			position: absolute;
			right: -70px;
			top: -80px;
		}
		.truead-list{
			display: flex;
			flex-wrap: wrap;
		}
		.truead-list__item{
			color: #fff;
		}
		.truead-hor-card{
			flex-direction: column;
			padding: 40px;
			padding-top: 30px;
		}
		.truead-hor-card .combo-v-c-lsd{
			flex: 0 0 auto;
		}
		.truead-list__item{
			background-image: url('../img/button--bw.png');
			margin: 0 10px;
			height: 60px;
			display: flex;
			align-items: center;
			justify-content: center;
			padding: 0 30px;
			background-size: 100% 100%;
		}
		.truead-decor-2{
			position: absolute;
			right: 27px;
			top: 37px;
		}
		.true-ad-decor{
			position: absolute;
			right: -200px;
			top: -140px;
		}
		.combo-hor{
			padding-left: 127px;
		}
		.page-template-hollywood #main-service{
			min-height: 600px;
			padding-bottom: 80px;
		}
		.page-template-hollywood h1{	
			font-size: 114px;
			padding-left: 17px;
			letter-spacing: 2.1px;
		}
		.page-template-hollywood .main-service__subhead{
			margin-top: 11px;
			padding-left: 17px;
		}
		.page-template-hollywood .main-service__button{
			padding-left: 11px;
		}
		.page-template-hollywood .hollywood-main-image{

			right: calc((100vw - 1180px)/2 + -210px);
		}
		.page-template-combo h1{	
			padding-left: 18px;
			font-size: 120px;
		}
		.page-template-combo .main-service__subhead{

			padding-left: 25px;
			margin-top: 20px;
		}
		.page-template-true-stories h1{
			font-size: 110px;
		}
		.page-template-true-stories #main-service{
			min-height: 510px;
			padding-top: 60px;
			padding-bottom: 100px;
		}
		.page-template-true-stories .main-service__subhead{
			margin-top: 20px;
		}
		.page-template-true-stories .service-cards--combo#service-cards{
			padding-top: 65px;
		}

		.page-template-true-ad h1{
			text-transform: uppercase;
			font-size: 120px;
		}
		.page-template-true-ad .main-service__subhead{
			margin-top: 20px;
		}
		.page-template-true-ad #main-service{
			min-height: 530px;
		}
		.page-template-true-ad #service-cards{
			padding-bottom: 120px;
		}

		.page-template-page-front #header{
			position: absolute;
			z-index: 10;

		}

		.thx-popup{
			background: center / cover url('../img/services-popup/popup-bg.png');
			max-width: 420px;	
			padding: 80px 50px 66px 50px;
		}
		.thx-popup__head{
			font-family: League Gothic;
			font-size: 46px;
			line-height: 91.5%;
			color: #FFFFFF;
			position: relative;
			z-index: 0;
			text-align: center;
			margin-bottom: 30px;
		}
		.thx-popup__text{
			text-align: center;
			font-size: 18px;
			color: #fff;
		}
		.thx-popup .fancybox-button svg path{
			fill: #fff;
		}
		.service-popup{
	/*width: 947px;
	height: 657px;*/
	width: 647px;
	height: auto;
	padding: 80px 50px 66px 50px;
	background: center / cover url('../img/services-popup/popup-bg.png');
	color: #fff;
}
.service-popup_{
	width: 437px;
	padding: 20px 25px;
	color: #000	;
	position: absolute;
	background: #fff;
	z-index: 2;
	right: calc(100% - 60px);
	top: calc(50% - 170px);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.service-popup img{
	position: absolute;
	right: 0;
	top: 0;
}
.service-popup__head{
	font-family: League Gothic;
	font-size: 28px;
	line-height: 91.5%;
	/*color: #FFFFFF;*/
	color: #000;
	position: relative;
	z-index: 0;
}
.service-popup__head:before{
	/*content: '';*/
	display: block;
	height: 57px;
	width: 422px;
	left: -50px;
	background: url('../img/services-popup/head-bg.png');
	position: absolute;
	top: -15px;
	z-index: -1;
}
.service-popup__head:after{
	/*content: '';*/
	position: absolute;
	display: block;
	width: 51px;
	height: 57px;
	background: url('../img/services-popup/head-p.png');
	top: -50px;
	left: 150px;

}
.service-popup__text{
	max-width: 463px;
	margin-top: 15px;
}
.service-popup__text p{
	margin: 1em 0;

	font-size: 18px;
	line-height: 126%;
}
.service-popup .arrow{
	display: block;
	width: 84px;
	height: 82px;
	background: url('../img/services-popup/arrow.png');
	margin-left: 260px;
	position: absolute;
	margin-top: -30px;
}
.faq__button .button{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.faq-decor{
	position: absolute;
	bottom: 0;
	right: calc((100vw - 1210px)/2 - 50px);
}
.stategy-decor{
	position: absolute;
	right: calc((100vw - 1210px)/2 - 380px);
	top: 400px;

	right: -420px;
	top: 320px;
}
.decor-video-5{
	display: none;
}
.sub-menu a{
	display: block;
	font-size: 17px;
	text-align: right;

}
.test-paper__subhead{
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	color: #000000;
	margin-top: 12px;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.header__socs{
	display: flex;
	align-items: center;
}
.header-soc__item{
	margin: 0 10px;
}
.service-item__button .button{
	width: 100%;

}


.footer__item:not(:first-child){
	margin-top: 25px;
}
.footer-item__head{
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #E5E5E5;
	margin-bottom: 5px;
}
.footer-item__text,
.footer-item__text a{
	font-size: 14px;
	line-height: 18px;
	color: #E5E5E5;
}
.footer__logo{
	margin-top: 6px;
}
.footer__right{
	margin-left: 247px;
	display: flex;
}
.footer__col--2{
	margin-left: 100px;
}
.footer-request{
	text-decoration: underline;
}
.footer-text-1{
	max-width: 120px;
}
.footer-text-2{
	max-width: 215px;
}
.footer-copyright{
	font-size: 13px;
	line-height: 16px;
	color: #737373;
	display: inline-block;
}
.label-new{
	position: relative;
	display: inline-block;
}
.label-new:before{
	content: '';
	background: center / cover url('../img/NEW.png');
	width: 51px;
	height: 24px;
	position: absolute;
	left: -60px;
	top: 4px;
}
@media only screen and (min-width: 1100px){
	.label-new{
		margin-left: 65px;
	}
	.label-new:before{
		left: -56px;
		top: -1px;
	}
}
a.footer-socials__item {
	display: inline-block;
	margin: 0 7px;
}
a.footer-socials__item:first-child{
	margin-left: 0;
}
.header-mob-right-menu{
	display: none;
}
.funnel-item__name img{
	display: none;
}

/* partners page */
#partners-main{
	min-height: 719px;
	background: url('../img/partners/main-bg.png?ver=1');
	background-position: center bottom;
	padding-top: 240px;
}
#partners-main .container{
	display: flex;
	align-items: center;
	position: relative;
}
.partners__head{
	font-family: League Gothic;
	font-style: normal;
	font-weight: normal;
	font-size: 80px;
	line-height: 75px;
	text-transform: uppercase;
	color: #FFFFFF;
	max-width: 710px;
}
.partners-main__right{
	position: relative;
}
.partners-main__right img{
	top: -273px;
	right: -553px;
	position: absolute;
	width: 679px;
}
.partners__subhead{
	margin-top: 32px;

	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: #F8F8F8;
	max-width: 400px;
}
#partners-for{
	/*padding: 50px 0;*/
	padding-bottom: 110px;
}
#partners-for .container{
	display: flex;
	align-items: center;
}
#partners-for h2{
	font-size: 80px;
	line-height: 94px;
	text-transform: uppercase;
	color: #000000;
	min-width: 636px;
}
.partners-schem{
	position: relative;
	width: 550px;
	height: 373px;
}
.partners-schem__center{

    width: 254px;
    height: 55px;
	background: center / cover url('../img/partners/agenst.png');
	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 33px;
	font-family: League Gothic;
	line-height: 59px;
	text-transform: uppercase;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.partners-schem__block{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	color: #000000;
	position: absolute;
}
.partners-schem__block svg{
	margin-bottom: 20px;
}
.partners-schem__block-1{
	left: 39px;
	top: 0;
}
.partners-schem__block-2{
	right: 20px;
	top: 0;
}
.partners-schem__block-3{
	left: 0;
	bottom: 0;
}
.partners-schem__block-4{
	right: 0;
	bottom: 0;
}
.partners-schem__block:before{
	content: '';
	position: absolute;
	width: 125px;
	height: 99px;
}
.partners-schem__block-1:before{
	left: 101%;
	top: 39%;
	background-image: url("data:image/svg+xml,%3Csvg width='125' height='99' viewBox='0 0 125 99' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M123.139 98.214C120.525 76.984 106.483 49.086 76.6352 26.7288C46.7876 4.37155 20.0882 4.42361 0.308729 1.39552' stroke='%23831A0F' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.partners-schem__block-2:before{
	background-image: url("data:image/svg+xml,%3Csvg width='125' height='99' viewBox='0 0 125 99' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.58734 98.214C4.20165 76.984 18.2438 49.086 48.0914 26.7288C77.9389 4.37155 104.638 4.42361 124.418 1.39552' stroke='%23831A0F' stroke-width='2'/%3E%3C/svg%3E%0A");
	right: 210%;
	top: 38%;
}
.partners-schem__block-3:before{
	background-image: url("data:image/svg+xml,%3Csvg width='125' height='99' viewBox='0 0 125 99' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M123.139 0.999823C120.525 22.2299 106.483 50.1279 76.6352 72.4851C46.7876 94.8423 20.0882 94.7903 0.308729 97.8183' stroke='%23831A0F' stroke-width='2'/%3E%3C/svg%3E%0A");	
	left: 79%;
	top: -57%;
}

.partners-schem__block-4:before{
	background-image: url("data:image/svg+xml,%3Csvg width='125' height='99' viewBox='0 0 125 99' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.58734 0.999823C4.20165 22.2299 18.2438 50.1279 48.0914 72.4851C77.9389 94.8423 104.638 94.7903 124.418 97.8183' stroke='%23831A0F' stroke-width='2'/%3E%3C/svg%3E%0A");
	left: -144%;
	top: -56%;
}

#partners-offer{
	position: relative;
	background: center url('../img/partners/black-bg.jpg');

}
#partners-offer:before{
	content: '';
	width: 100%;
	height: 152px;
	background: center bottom/cover url('../img/fixes/process-top-border.png');
	position: absolute;
	top: -152px;
}
#partners-offer:after{
	content: '';
	width: 100%;
	height: 188px;
	background: center bottom/cover url('../img/fixes/process-bottom-border.png');
	position: absolute;
	bottom: -188px;
}
.service-cards--partners .service-card--horizontal{
	display: block;
	padding-top: 27px;
	margin-top: 68px;	
}
.service-cards--partners .service-card--vertical{
	padding-top: 52px;	
	padding-bottom: 52px;	
}
.service-cards--partners .service-card--vertical .service-card__head{
font-weight: 900;
font-size: 25px;
line-height: 31px;
}
.service-cards--partners .service-card--horizontal .service-card__head{
font-weight: 900;
font-size: 40px;
line-height: 50px;
margin: 0;
}
.service-cards--partners .service-card--horizontal .service-card__subhead{
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	line-height: 130%;
	margin-top: 2px;
}
.service-cards--partners .service-card--horizontal .service-card__list{
	list-style: none;
}

.service-cards--partners .service-card--horizontal .service-card__list li{
	font-size: 16px;
	line-height: 140%;	
}
.service-cards--partners .service-card--horizontal .service-card__list span{
	display: block;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 14px;
}
.service-cards--partners .service-card--horizontal .service-card__list span span{
    color: #850000;
}
.service-cards--partners{
	margin-top: 128px;	
}
#partners-conditions{
	padding-top: 159px;
}
#partners-conditions h2{
	max-width: 634px;

	font-size: 80px;
	line-height: 94px;
}
#partners-conditions .subhead{
	max-width: 540px;
	font-size: 15px;
	line-height: 140%;
	margin-top: 25px;
}
#partners-conditions .container{
	position: relative;
}
.partners-conditions__img{
	position: absolute;
    left: 52%;
    top: 53px;
}
.partners-h3{
	text-align: center;
	margin-top: 125px;
	font-size: 50px;
	line-height: 59px;
	text-transform: uppercase;
	position: relative;
}
.partners-h3:after{
	content: '';
	width: 136px;
	height: 131px;
	background: center / cover url('../img/partners/arr1.png');
	position: absolute;
	z-index: 1;
	top: 10px;
}
.partners-paper{
	width: 100%;
	padding: 75px 135px 36px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.48) 0%, #FFFFFF 100%);
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
	margin-top: 25px;
	position: relative;
}
.partners-paper__skr{
	position: absolute;
	top: -81px;
}
.partners-paper__skr1{
	left: 2%;
}
.partners-paper__skr2{
	right: -1%;
}
.partners-paper:after{
	content: '';
	height: 66px;
	width: 100%;
	position: absolute;
	bottom: -65px;
	left: 0;
	background: url('../img/partners/paper-border.png');
}
.table-head{
	display: flex;
	justify-content: space-between;	
	font-weight: bold;
	font-size: 25px;
	line-height: 31px;
}
.table{

}
.table__row{
	display: flex;

}
.table__td{
	flex: 0 0 50%;
	font-size: 15px;
	line-height: 140%;
	border: 1px solid ;
	padding: 9px 25px;
}
.table__td--100{
	flex: 0 0 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid #000 !important;
}
.table-spec span{
	max-width: 485px;
	text-align: center;
font-size: 18px;
line-height: 23px;
}
.table__td:nth-child(1){
	text-align: left;
	border-right: none;
}
.table__td:nth-child(2){
	text-align: right;
}
.table__row:not(:last-child) .table__td{
	border-bottom: none;
}
.table-head{
	margin-bottom: 9px;
}
.table-spec{
	margin-top: 20px;
}
.table:not(.table-spec) .table__td span{
	color: #B71C1C;
}
.button--big{
	background: center / cover url('../img/partners/button.png');
	width: 376px;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
}
.partners-last{
	position: relative;
}
.partners-last:after{
	content: '';
	width: 1088px;
	height: 257px;
	position: absolute;
	background: center / cover url('../img/partners/ellipse-desktop.svg');
	top: -90px;
    left: 40px;
    z-index: 0;
}
.partners-last__head{
	font-family: Source Sans Pro;
	text-align: center;
	font-weight: 900;
	font-size: 25px;
	line-height: 31px;
	margin-bottom: 30px;
	z-index: 1;
	position: relative;
}
.partners-last__button{

	z-index: 1;
	position: relative;	
}
.partners-last__button .button{
	margin-left: auto;
	margin-right: auto;
}
#reviews-partners{
	padding-top: 100px;
	padding-bottom: 100px;
}
.partners-offer__decor{
	position: absolute;
bottom: -121px;
    right: 120px;
    z-index: 1;
}

.after-table{
	margin-top: 15px;
	text-align: right;
	width: 100%;

	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
}