.header-restyle .secondary-bar{
    display: none;
}
.header-restyle {
    height: 100px;
}

.article__content__unit--text figure {
    margin-bottom: 2rem;
}
.article__content__unit--text figure img {
    border-radius: 2px;
}
.article__content__unit--text figure figcaption {
    font-size: .84em;
    color: #787878;
    font-family: 'Flama Semicondensed';
}
.article__content__unit--text .note {
    background: #eef1fc;
    padding: 20px 20px 1px;
    border-radius: 2px;
    margin-bottom: 2rem;
}
.article__content__unit--text ul.decimal {
    list-style: decimal;
}
.article__content__unit--text center {
    line-height: 2.5em;
    display: block;
}
.attention {
    background: #fafafa;
    color: red;
    border-radius: 2px;
    padding: 20px;
    font-weight: 900;
    margin-bottom: 30px;
    font-family: 'Flama Semicondensed';
    font-size: 24px;
    line-height: 1.5;
}


.comments {

}
.comments h2 {
    font-size: 26px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.comments__item {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 1em;
    font-size: 20px;
    margin-bottom: 50px;
}
.comments__ava img {
    border-radius: 2px;
    width: 100%;
}
.comments__content {
}
.comments__content img {
    margin-top: 10px;
    border-radius: 2px;
}
.comments__title {
    line-height: 1em;
    margin-bottom: 10px;
}
.comment-date {
}
.comments__text {
    line-height: 1.4em;
}
.comments__text a {
    color:#f6524d;
    text-decoration: underline;
}
.comments__text a:hover,
.comments__text a:active {
    text-decoration: none;
}

.botbtn {
    display: block;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    max-height: 100px;
    line-height: 1.3;
    background: rgb(255, 94, 0);
    color:white!important;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    border-radius: 60px;
    padding: 20px 0px;
}
.botbtn:hover,
.botbtn:active {
    background: rgb(255, 151, 33) ;
    color:#eef1fc !important;
}

@media (max-width: 480px) {
    .botbtn {
        font-size: 22px;
		  line-height: 1.3;
    }
}

/* footer {
    padding: 30px 0;
    text-align: center;
    font-size: 15px;
    background: #252a3f;
    
} */
/* .footer-box {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    gap: 2em;
}
footer a {
    display: block;
    text-decoration: none;
    color:#fff !important;
}
footer img {
   width: auto;
}
footer p {
    padding: 0;
    margin: 0;
}
.footer-logo {
    width: 48px;
    height: 48px;
    fill: #fff;
}
.footer-wrap {
    max-width: 1272px;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
} */


@media screen and (max-width: 1295px) {
    .header-restyle {
        height: 80px;
    }
}
@media screen and (max-width: 1023px) {
    .header-restyle {
        height: 67px;
    }
}
@media screen and (max-width: 767px) {
    .header-restyle {
        height: 93px;
    }
}
@media screen and (max-width: 480px) {
    .comments__item {
        display: block;
    }
    .comments__ava {
        float: left;
        width: 70px;
        margin-right: 13px;
    }
} 
@media screen and (max-width: 370px) {
    .footer-box {
        flex-direction: column;
        gap: 1em;
    }
}






.file {
	width: 100%;
	max-width: 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
 }

 .file__item {
	position: relative;
 }

 .file__input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	font-size: 0;
	cursor: pointer;
 }

 .file__button {
	display: inline-flex;
	min-height: 40px;

	justify-content: center;
	align-items: center;
	background-color: #bf0909;
	color: whitesmoke;
	border-radius: 5px;
	padding: 0px 20px;
 }

 .file__preview {
	display: inline-block;
	max-width: 100px;
	padding: 10px 0px 0px 0px;
 }

 .file__preview img {
	max-width: 100%;
 }

.comments__ava img {
    width: 60px;
    height: 60px;
}


.form__avatar {
	position: relative;
	display: flex;
	background-color: #fff;
	background: url(../images/a0.jpg) no-repeat center center / cover;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}

.form__avatar img {
 width: 100%;  
 max-width: 100%;
}
