.main_top_144_1 {   
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
	margin-bottom: 50px;
}

.main_gl_kn a {
    margin: 0px auto 15px;
    display: block;
    width: fit-content;
    margin-bottom: 50px;
    font-size: 20px;
    background-color: #4963a7;
    color: #FFF;
    padding: 5px 10px;
    height: 42px;
}

@media screen and (min-width: 640px){
	.main_top_144_1 {  
		display: flex;
	}
	
	.main_gl_144_1.main_gl_opis {
		width: 70%;
	}
}

.block_gl_text {
    padding: 30px 15px;
}

span.gl_h1 {
	display: block;
    font-size: 60px;
    color: #FFF;
    background: -webkit-gradient(linear,left top,right top,color-stop(33.19%,#ffffff),color-stop(83.33%,#79deff));
    background: -webkit-linear-gradient(left,#ffffff 33.19%,#79deff 83.33%);
    background: -o-linear-gradient(left,#ffffff 33.19%,#79deff 83.33%);
    background: linear-gradient(90deg,#ffffff 33.19%,#79deff 83.33%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
	text-align: center;
	text-transform: uppercase;
}

span.gl_h2 {
    display: block;
    color: #FFF;
    font-size: 20px;
	font-weight: 300;
}

.block_gl_img {
    display: flex;
    justify-content: center;
}

.block_gl_img img {
    width: 140px;
	display: block;
}

.block_gl_img_left, .block_gl_img_right {
    padding-top: 50px;
}

span.main_gl_text {
    padding: 30px 10px;
    display: block;
    font-size: 20px;
    font-weight: 300;
    color: #FFF;
}

#container {
    color: #999;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    bottom: 45%;
    display: block;
    text-align: center;
    color: #FFF;
    margin: 30px auto 15px;
}

#flip {
  height:38px;
  overflow:hidden;
}

#flip > div > div {
  color:#fff;
  padding:4px 12px;
  height: 50px;
  margin-bottom:45px;
  display:inline-block;
}

#flip div:first-child {
  animation: show 10s linear infinite;
}

#flip div div {
  background:#42c58a;
}
#flip div:first-child div {
  background:#4ec7f3;
}
#flip div:last-child div {
  background:#DC143C;
}

@keyframes show {
  0% {margin-top:-270px;}
  5% {margin-top:-180px;}
  33% {margin-top:-180px;}
  38% {margin-top:-90px;}
  66% {margin-top:-90px;}
  71% {margin-top:0px;}
  99.99% {margin-top:0px;}
  100% {margin-top:-270px;}
}


/**/
.main_top_144_author {
    border-top: 1px solid #ffffff4d;
    margin-top: 100px;
    padding-top: 80px;
	align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
	margin-bottom: 50px;
}



@media screen and (min-width: 640px){
	.main_top_144_author {  
		display: flex;
	}
	
	.main_author_text {
		width: 50%;
	}
	
	.old-film {
		width: 50%;
	}
}



.author_h1 {
    font-size: 40px;
    text-align: center;
    display: block;
    color: #FFF;
    width: 100%;
}

.author_text {
    padding: 30px 30px;
    display: block;
    font-size: 20px;
    font-weight: 300;
    color: #FFF;
    text-align: justify;
}

.author_slog {
    font-size: 22px;
    color: #FFF;
    text-align: center;
    display: block;
    text-transform: uppercase;
    padding-top: 30px;
}

.old-film *, 
.old-film *:before, 
.old-film *:after {
	position: absolute;
}
.old-film {
    --filmbg: #fff;
    height: 350px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--filmbg);
    background-image: url(/files/assets/images/b_autor.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease 0s;
    margin: 20px 0;
    border-radius: 30px;
    max-width: 600px;
}

.old-film:after {
	content: "";
	width: 100%;
	height: 100%;
	box-shadow: 0 0 180px 0 var(--filmbg) inset, 0 0 40px 5px var(--filmbg) inset, 0 0 10px 10px var(--filmbg);
	position: absolute;
}
.film, 
.effect {
	width: 100%;
	height: 100%;
	filter: blur(0.45px) drop-shadow(0 0 0 #fff1);
}
.film:after, 
.effect:after {
	content: '';
	width: 120%;
	height: 100%;
	top: 0;
	left: 0;
	padding-left: 100px;
	opacity: 0.5;
	animation: film-scratch 0.45s steps(1) infinite;
	background: repeating-linear-gradient(90deg, #0002 0 2px, transparent 4px 37%);
}
.effect:after {
	left: 30%;
	animation: effect-scratch 2s infinite;
}
.grain {
	width: 100%;
	height: 100%;
}
.grain:after {
	content: '';
	width: 110%;
	height: 110%;
	top: -5%;
	left: -5%;
	opacity: .25;
	background-image: repeating-conic-gradient(var(--filmbg) 0%, transparent .00003%, transparent .0005%, transparent .00095%), repeating-conic-gradient(var(--filmbg) 0%, transparent .00005%, transparent 0.00015%, transparent 0.0009%);
	animation: grain 0.5s steps(1) infinite;
}
@keyframes grain {
	0%, 100% { transform: translate(0, 0); }
	10% { transform: translate(-1%, -1%); }
	20% { transform: translate(1%, 1%); }
	30% { transform: translate(-2%, -2%); }
	40% { transform: translate(3%, 3%); }
	50% { transform: translate(-3%, -3%); }
	60% { transform: translate(4%, 4%); }
	70% { transform: translate(-4%, -4%); }
	80% { transform: translate(2%, 2%); }
	90% { transform: translate(-3%, -3%); }
}
@keyframes film-scratch {
	0%, 100% { transform: translateX(0); opacity: 0.5; }
	10% { transform: translateX(-1%); }
	20% { transform: translateX(1%); }
	30% { transform: translateX(-2%); opacity: 0.75; }
	40% { transform: translateX(3%); }
	50% { transform: translateX(-3%); opacity: 0.5; }
	60% { transform: translateX(8%); }
	70% { transform: translateX(-3%); }
	80% { transform: translateX(10%); opacity: 0.25; }
	90% { transform: translateX(-2%); }
}
@keyframes effect-scratch {
	0% { transform: translateX(0); opacity: 0.75; }
	10% { transform: translateX(-1%); }
	20% { transform: translateX(1%); }
	30% { transform: translateX(-2%); }
	40% { transform: translateX(3%); }
	50% { transform: translateX(-3%); opacity: 0.5; }
	60% { transform: translateX(8%); }
	70% { transform: translateX(-3%); }
	80% { transform: translateX(10%); opacity: 0.25; }
	90% { transform: translateX(20%); }
	100% { transform: translateX(30%); }
}
.old-film.sepia {
	filter: sepia(0.75);
}
.old-film.invert .film {
	filter: invert(1)
}