@media(max-width: 61.9375rem) {
	.h-menu-links {
		display: flex!important;
		flex-direction: column;
		row-gap: .75rem;
		font-weight: 700;
		margin-top: .75rem;
	}
}

.h-menu-links>a {
	color: inherit;
}

@media (min-width: 35.9375rem) {
	.f-app-download .btn-block {
		display: block;
		width: fit-content;
		margin: 0 auto 10px auto;
	}

	.f-app-download .btn-block:last-child {
		margin-bottom: 0;
	}
}

.f-app-download .block .attachment-link::after {
	position: unset;
}

.f-app-main-text {
	word-break: break-word;
}

ul.children {
	margin-left: 1.5rem;
}

.comments {
	margin-top: 3rem;
}

.comment-list {
	position: relative;
	padding-left: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-radius: 1.25rem;
}

.comment-list:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.children {
	margin-bottom: 2rem;
}

.comment-meta {
	padding-left: 2.8rem;
}

.comment-meta img {
	position: absolute;
	left: 0;
	top: 0;
}

.comment-meta h4 {
	margin-bottom: 0;
}

.comment-meta p {
	margin-bottom: 0;
}

.comment-text p {
	word-break: break-word;
	padding-top: 1rem;
	margin-bottom: .5rem;
}

.comment-divider:not(:last-child) {
	height: 1px;
	border: none;
	margin: 10px 0;
	border-radius: 0.125rem;
	background-color: #F2F7F8;
}

@media(max-width: 62rem) {
	.f-menu {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		row-gap: .75rem;
		column-gap: .75rem;
	}

	.foot-social {
		padding: 1rem 0;
	}

	.foot-sep {
		height: .25rem;
		width: 100%;
		border-radius: .125rem;
		background-color: #fff;
		margin-bottom: 1rem;
	}
}

.foot-social {
	padding-bottom: 1.5rem;
}

.f-social-links>a>svg {
	fill: #29B1D8;
	width: 26px;
	height: 26px;
	margin-right: 10px;
}

.f-social-links>a>svg:hover {
	fill: #000000;
	transition: .5s;
}

@charset "UTF-8";

@media (min-width: 62rem) {
	body {
		background-image: url(../img/clouds_bg_dw.svg);
		background-position: 50% 0;
		background-size: 316rem auto;
	}
}

.p-file {
	padding: 1.5rem;
	margin: 0 auto;
}

.p-file-title {
	font-size: 1.375rem;
}

.p-file-cont {
	max-width: 34rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.p-file-back {
	text-align: center;
	margin-bottom: 1.5rem;
}

.p-file-back a {
	display: inline-block;
	padding: .625rem;
	height: 2.5rem;
	line-height: 1.25rem;
	vertical-align: top;
}

.p-file-back a svg {
	width: 3rem;
	height: 1.25rem;
	display: block;
	color: var(--color_text_svg);
}

.p-file-data {
	white-space: nowrap;
}

.p-file-data>* {
	display: inline-block;
	vertical-align: top;
}

@media(min-width:48rem) {
	.p-file-title {
		font-size: 1.5rem;
	}
}

@media(min-width:62rem) {
	.p-file {
		max-width: 54rem;
		padding: 2rem;
	}

	.p-file-back {
		margin-bottom: 2rem;
	}

	.p-file-title {
		font-size: 2rem;
		color: var(--color_text_headings);
	}
}

.page_file-img {
	width: 9rem;
	height: 9rem;
	border-radius: 1.25rem;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
	box-shadow: 0 1.5rem 2rem -.75rem #00000040;
}

.page_file-img img {
	width: 100%;
	height: auto;
	max-height: 100%;
	border-radius: inherit;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.p-file-data-l,.p-file-data-r {
	width: 5.25rem;
	margin-top: 2rem;
}

.p-file-data-l {
	margin-right: .75rem;
}

.p-file-data-r {
	margin-left: .75rem;
}

.p-file-data-l>i,.p-file-data-r>i {
	margin-bottom: .5rem;
}

.p-file-data-l>i svg,.p-file-data-r>i svg {
	display: block;
	margin: 0 auto;
}

.p-file-data-l>*,.p-file-data-r>* {
	display: block;
}

@media(max-width:42.4375rem) {
	.p-file-data {
		margin-left: -1.5rem;
		margin-right: -1.5rem;
		font-size: .875rem;
	}
}

@media(min-width:42.5rem) {
	.page_file-img {
		width: 11rem;
		height: 11rem;
	}

	.p-file-data-l,.p-file-data-r {
		width: 9rem;
		margin-top: 3rem;
	}

	.p-file-data-l {
		margin-right: 2rem;
	}

	.p-file-data-r {
		margin-left: 2rem;
	}
}

.p-file-hide {
	margin-top: 2rem;
	position: relative;
}

.p-file-hide .btn {
	height: 3.5rem;
	padding: 1rem 2rem;
	font-size: 1rem;
	border-radius: 1.75rem;
	margin-bottom: .5rem;
	  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.p-file-timer {
	display: block!important;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 4.5rem;
	height: 4.5rem;
	margin: -2.25rem 0 0 -2.25rem;
	color: #fff;
}

.p-file-timer>svg {
	display: block;
	width: 100%;
	height: 100%;
}

.p-file-timer-sec {
	font-size: 1.5rem;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	text-shadow: 0 .125rem .5rem rgba(0,0,0,.2);
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	margin-top: -1rem;
	text-align: center;
}

.p-file-timer>svg {
	animation: time-rotate 2s linear infinite;
}

@keyframes time-rotate {
	to {
		transform: rotate(360deg);
	}
}

.p-file-timer,.p-file-timer-btn {
	transition: visibility .2s ease,opacity .2s ease;
}

.p-file-hide.del-timer .p-file-timer {
	opacity: 0!important;
	visibility: hidden!important;
	pointer-events: none!important;
}

.p-file-hide.del-timer .p-file-timer-btn {
	opacity: 1!important;
	visibility: visible!important;
	pointer-events: auto!important;
}

.p-file-novirus>p:last-child {
	margin-bottom: 0;
}

@media(max-width:42.4375rem) {
	.p-file-novirus {
		text-align: center;
		padding: 1.5rem;
	}

	svg.p-file-novirus-shield {
		margin-bottom: .75rem;
	}

	.p-file-novirus>p {
		font-size: .875rem;
	}
}

@media(min-width:42.5rem) {
	.p-file-novirus {
		padding: 2rem;
		padding-left: 6.5rem;
		position: relative;
	}

	.p-file-novirus-shield {
		position: absolute;
		left: 2rem;
		top: 2rem;
	}
}

.p-file-related .section-title {
	text-align: center;
}

@media(min-width:30rem) {
	.p-file .list-app .app {
		max-width: 33.333333%;
	}
}

@media(min-width:42.5rem) {
	.p-file .list-app .app {
		max-width: 25%;
	}
}

@media(min-width:30rem) and (max-width:42.4375rem) {
	.p-file .list-app .app {
		display: none;
	}

	.p-file .list-app .app:nth-child(-n+3) {
		display: inline-block;
	}
}

.copyright {
	text-align: center;
	margin-top: 2.5rem;
	font-size: .75rem;
}

@media(min-width:42.5rem) {
	.copyright {
		margin: 2.75rem 0 .75rem;
		font-size: .875rem;
	}
}
