/* ::::: http://moi-blogi.ru/eroforce/association-news-ru/index.css ::::: */

.text p {
    text-align: left;
}

a {
    text-decoration: none;
}

.under-href {
    text-decoration: underline;
}

.under-href:hover {
    text-decoration: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    outline: 0px none;
    vertical-align: top;
    background: transparent none repeat scroll 0% 0%;
}

body {
    line-height: 1;
    /*background: rgb(125,255,252);*/
    /*background: linear-gradient(180deg, rgba(125,255,252,1) 34%, rgba(255,252,252,1) 100%);*/
    background: rgb(250 239 228);
    background: linear-gradient(180deg, rgb(250 239 228) 0%, rgba(255,252,252,1) 19%);
}

.fadepopup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 1000;
}

img, table {
    max-width: 100%;
}

a {
    color: rgb(70, 108, 199);
}

a:hover {
    text-decoration: none;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
}

header {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    background-position: center center;
    background-size: 100% 100%;
}

.text h2 {
    text-align: center;
    font-size: 1.8em;
    margin-bottom: 30px;
}

div.conContent {
    text-align: center;
    display: inline;
    width: 100%;
    font-size: 18px;
    padding: 10px 0px;
}

.images-logo {
    display: block;
}

.images-logo img {
    max-width: 100%;
    float: left;
    padding: 0px 10px;
    height: auto;
}

.images-logo img:last-child {
    width: 130px;
    padding-top: 25px;
}

div.text-header {
    display: block;
    text-align: center;
    padding-top: 10px;
}

div.text-header p {
    padding: 10px;
}

.container {
    width: 990px;
    position: relative;
    margin: 0px auto;
}

.content {
    /*background: rgb(255, 255, 255) none repeat scroll 0% 0%;*/
    border-radius: 10px;
    margin: 0px 0px 15px;
    overflow: hidden;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 10px rgb(230, 230, 230);
    box-shadow: 0px 0px 10px rgb(230, 230, 230);
    display: flex;
    justify-content: space-between;
}

.sidebar {
    /*float: right;*/
    font-size: 14px;
    line-height: 1.2;
    position: relative;
}

@media (max-width: 1000px) {
    .sidebar {
        /*float: right;*/
        font-size: 14px;
        line-height: 1.2;
        position: relative;
    }
}

.itemfirst {
    width: 249px;
    padding: 12px;
    background: #fff none repeat scroll 0% 0%;
   box-shadow: 0 2px 5px #757575;
    float: left;
    border-radius: 4px;
}

.sidebar .author {
    text-align: left;
    overflow: hidden;
    padding: 0px 0px 15px;
}

.sidebar .author h3 {
    margin: 0px;
    text-decoration: underline;
}

.sidebar .author img {
    float: right;
}

.sidebar .author ul {
    position: relative;
    top: 13px;
    margin: 0px;
    font-weight: bold;
    padding: 0px 0px 30px 15px;
    overflow: hidden;
}

.text {
    /*width: 655px;*/
    /*float: left;*/
    font-size: 17px;
    line-height: 1.2;
    text-align: justify;
    padding: 0px 15px 0px 0px;
}

.content h1 {
    font-size: 28px;
    /*width: 655px;*/
    margin: 0px 0px 40px;
    text-align: left;
}

.content h1 span {
    color: red;
}

.content h3 {
    font-size: 17px;
    margin: 15px 0px 10px;
}

.content p {
    margin: 0px 0px 15px;
    font-weight: 400;
}

.content .red {
    font-size: 16px;
    padding: 10px 0px 0px;
    color: rgb(244, 11, 11);
}

.text3 img {
    width: 65px;
    margin: 5px 0px 0px;
}

.content .red2 {
    font-size: 16px;
    padding: 10px 0px 0px;
    color: rgb(244, 11, 11);
}

#comments {
}

#comments h1 {
    color: rgb(204, 0, 0);
    margin: 0px 0px 5px;
}

.maxB {
    margin: 0px auto;
    display: inline-block;
}

.comment {
    padding: 15px 0px;
    border-top: 1px solid rgb(232, 232, 232);
}

.comment .text1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.comment .text2 {
    font-size: 12px;
    float: right;
    color: rgb(136, 136, 136);
    font-weight: normal;
}

.comment .text3 {
    font-size: 15px;
    padding: 10px 0px 0px;
    font-weight: normal;
}

.footer {
    margin: 0px 0px 25px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border-radius: 10px;
    padding: 15px;
    font-weight: 600;
    font-size: 12px;
    color: rgb(119, 119, 119);
}

.block2 {
    width: 650px;
    background: rgb(210 252 255) none repeat scroll 0% 0%;
    padding: 5px;
    border: 1px solid red;
}

.block2 p {
    font-weight: 600;
}

.red {
    font-size: 26px;
    padding: 10px 0px 0px;
    color: rgb(244, 11, 11);
}

.yourChance {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, right top, left top, from(rgb(210 252 255)), to(rgb(0 178 255))) repeat scroll 0% 0%;
    background: rgba(0, 0, 0, 0) linear-gradient(to left, rgb(210 252 255), rgb(0 178 255)) repeat scroll 0% 0%;
    font-size: 18px;
    padding: 20px;
    margin-bottom: 15px;
    font-style: inherit;
}

.button_page, .btn {
    margin: 0px auto;
    border: medium none;
    font: bold 16px Arial, Helvetica, sans-serif;
    max-width: 100%;
    vertical-align: middle;
    text-decoration: none;
    color: rgb(255, 255, 255);
    position: relative;
    padding: 20px 30px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 1px 0px rgb(158, 141, 132) inset, 0px 5px 0px 0px rgb(178, 90, 8), 0px 10px 5px rgb(153, 153, 153);
    box-shadow: 0px 1px 0px rgb(158, 141, 132) inset, 0px 5px 0px 0px rgb(178, 90, 8), 0px 10px 5px rgb(153, 153, 153);
    background-color: #f44336;
    text-transform: uppercase;
    text-align: center;
}

.itemfirst .button_page {
    max-width: 100%;
}

.insite {
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}
.rub-ramka {
    margin-top: 22px;
    margin-bottom: 18px;
    background: rgba(189, 61, 77, 0.04);
    padding: 12px 15px !important;
    color: rgb(8, 8, 8);
    font-size: 18px;
    font-family: roboto condensed, arial;
    border: 2px solid;
    border-radius: 4px;
    border-color: #bd3d4d;
    /* text-shadow: 0 0 0 #616161; */
    text-indent: 0 !important;
    text-align: left;
    line-height: 25px;
}
.product-img{
  max-width: 200px;
  display: inline-block;
}

.js-timer {
	font-style: italic;
	line-height: 77px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-form-box;
	box-sizing: border-form-box;
	width: 300px;
	height: 100px;
	margin: auto;
	padding: 0 50px;
	-webkit-animation: blur 2s ease-out infinite;
	animation: blur 2s ease-out infinite;
	text-align: center;
	color: #e9214f;
	-webkit-border-form-radius: 15px;
	border-form-radius: 15px;
	background-color: #2c303b;
	-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.75);
	text-shadow: 1px 1px 2px #000, 0 0 1em #5d89c1;
}

@-webkit-keyframes blur {
	0% {
		text-shadow: 1px 1px 2px #000, 0 0 1em #5d89c1, 0 0 100px #fff, 0 0 25px #fff, 0 0 25px #fff, 0 0 25px #fff,
			0 0 25px #fff, 0 0 25px #fff, 0 0 25px #fff, 0 0 50px #fff, 0 0 50px #fff, 0 0 50px #ffce44, 0 0 150px #ffce44,
			0 10px 100px #ffce44, 0 10px 100px #ffce44, 0 10px 100px #ffce44, 0 10px 100px #ffce44, 0 -10px 100px #ffce44,
			0 -10px 100px #ffce44;
	}
}

@keyframes blur {
	0% {
		text-shadow: 1px 1px 2px #000, 0 0 1em #5d89c1, 0 0 100px #fff, 0 0 25px #fff, 0 0 25px #fff, 0 0 25px #fff,
			0 0 25px #fff, 0 0 25px #fff, 0 0 25px #fff, 0 0 50px #fff, 0 0 50px #fff, 0 0 50px #ffce44, 0 0 150px #ffce44,
			0 10px 100px #ffce44, 0 10px 100px #ffce44, 0 10px 100px #ffce44, 0 10px 100px #ffce44, 0 -10px 100px #ffce44,
			0 -10px 100px #ffce44;
	}
}

.fancybox-margin {
	margin-right: 0px;
}

.minute,
.second {
	font-size: 37px;
	line-height: 50px;
	position: relative;
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	border-form: 3px solid #fff;
	-webkit-border-form-radius: 50%;
	border-form-radius: 50%;
}

.colon {
	font-size: 40px;
	display: inline-block;
	padding: 0 9px;
}

.minute:after,
.second:after {
	font-size: 12px;
	position: absolute;
	bottom: -10px;
	display: block;
	width: 100%;
	color: #fff;
}

.minute:after {
	content: "минут";
}

.second:after {
	content: "секунд";
}

.row-form {
	text-align: center;
	font-family: Helvetica, sans-serif;
}

.head-form img {
	width: auto;
	display: block;
	margin: 0 auto;
}

form h3 {
	margin-bottom: 0px;
	font-size: 22px;
	line-height: 29px;
	display: inline-block;
	padding-bottom: 3px;
	color: #070707;
}

form h2 {
	padding-top: 4px;
	font-size: 15px;
	margin: 0;
	color: #070707;
	font-weight: 400;
	line-height: 22px;
}

.head-form {
	border-radius: 10px 10px 0 0;
	background: #fff;
}

.oportunity {
	margin-top: 40px;
	display: inline-block;
	margin-bottom: 30px;
}

.product,
.quality {
	width: 50%;
	float: left;
}

.top-q img {
	width: 75%;
}

.top-q,
.bottom-q {
	display: block;
	width: 100%;
}
.comment__text img {
    max-width: 600px;
    margin-top: 20px;
    display: block;
    width: 100% !important;
}
.bottom-q li {
	list-style-type: none;
	text-align: left;
	font-size: 12px;
    line-height: 150%;
	margin-bottom: 10px;
}

.bottom-q li img {
	vertical-align: top;
	margin-top: -4px;
}

.bottom-q {
	box-shadow: 0px 0px 6px #82c9f6;
	width: 100%;
	margin: 8px auto 0;
	padding: 10px 8px;
}

.bottom-q ul {
	padding: 0;
}

.zakazat {
	font-size: 18px;
	padding: 5px 55px;
	line-height: 27px;
}

.zakazat span {
	color: red;
}

.zakazat i {
	font-style: normal;
	border: 1px solid red;
	padding: 2px;
}

form button {
	margin: 0 auto;
	display: block;
	webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	-ms-border-radius: 21px;
	-o-border-radius: 21px;
	border-radius: 21px;
	text-align: center;
	text-transform: none;
	background-color: #e31c23;
	color: #fff;
	transition: opacity 0.2s ease-out;
	border: none;
	font-size: 22px;
	font-weight: bold;
	padding: 17px 0;
	width: 100%;
	outline: none;
	cursor: pointer;
	box-shadow: 0px 2px 5px #000;
}

.star {
	display: block;
	font-weight: 600;
	font-size: 20px;
	margin-top: 13px;
	margin-bottom: -4px;
	color: #070707;
}

.star i {
	color: red;
}

.rub-ramka {
     margin-top: 22px;
     margin-bottom: 18px;
     background: rgba(189, 61, 77, 0.04);
     padding: 12px 15px !important;
     color: rgb(8, 8, 8);
     font-size: 18px;
     font-family: roboto condensed, arial;
     border: 2px solid;
     border-radius: 4px;
     border-color: #bd3d4d;
     /* text-shadow: 0 0 0 #616161; */
     text-indent: 0 !important;
     text-align: left;
     line-height: 25px;
 }

#slidebox {
    width: 200px;
    height: 100px;
    padding: 0px 10px;
    background-color: rgb(255, 255, 255);
    border-top: 3px solid rgb(226, 132, 9);
    position: fixed;
    bottom: 10px;
    left: -100%;
    -webkit-box-shadow: -2px 0px 5px rgb(170, 170, 170);
    box-shadow: -2px 0px 5px rgb(170, 170, 170);
    z-index: 999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.text3 img {
    max-width: 600px;
    width: 100%;
}
.insight {
    position: relative;
    width: 100%;
    height: 100px;
    padding: 5px;
}

.close {
    position: absolute;
    top: 1px;
    right: 5px;
    font-size: 25px;
    padding: 0px 10px;
    cursor: pointer;
    z-index: 999;
    font-weight: 600;
    color: rgb(204, 204, 204);
}

.box img {
    max-width: 30%;
    float: left;
    padding-right: 10px;
}

.box {
    width: 100%;
    height: 100px;
    position: relative;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#slidebox p {
    font-size: 11px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    color: rgb(85, 85, 85);
    margin-right: 18px;
}

.box .read {
    font-size: 14px;
    color: rgb(22, 151, 206);
    text-decoration: underline;
}

.inform {
	display: inline-block;
	width: 75%;
	border: 1px solid #82c9f6;
	padding: 30px 40px 10px;
	margin-top: 25px;
	box-shadow: 0px 0px 2px #82c9f6;
}

.col-md-12 input {
	width: 94%;
	height: 47px;
	padding: 8px 10px 8px 10px;
	font-size: 17px;
	border-radius: 14px;
	border: 1px solid #ccc;
	margin-bottom: 25px;
	outline: none;
	color: #757575;
}
.col-md-12 select {
	width: 98%;
	height: 47px;
	padding: 8px 10px 8px 10px;
	font-size: 17px;
	border-radius: 14px;
	border: 1px solid #ccc;
	background: #fff;
	margin-bottom: 25px;
	outline: none;
	color: #757575;
}

.name label,
.phone label,
label {
	display: block;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 20px;
	font-weight: bold;
}

form {
	box-shadow: none !important;
	max-width: 650px;
	margin: 25px auto;
	background: #fff;
	padding: 0px 15px;
	border-radius: 15px;
	border-style: solid;
	border-width: 25px 25px 25px 25px;
	-moz-border-image: url("./images/border.jpg") 42 26 42 26 round round;
	-webkit-border-image: url("./images/border.jpg")
		42 26 42 26 round round;
	-o-border-image: url("./images/border.jpg") 42 26 42 26 round round;
	border-image: url("./images/border.jpg") 42 26 42 26 round round;
}

form img {
	margin: 0 0 -3px 0;
}
.head-form h2{
	font-size: 18px;
	line-height: 120%;
}
.text3 img{
    max-width: 300px;
    display: block;
}


.vk-container {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 15px;
	color: black;
	text-decoration: none;
}

.vk-header {
	background: rgb(218, 226, 232) none repeat scroll 0% 0%;
	padding: 4px 4px 4px 6px;
	margin-bottom: 10px;
}

.vk-logo {
	background: transparent none no-repeat scroll 0% 0%;
	width: 16px;
	height: 16px;
	float: right;
	margin-top: -1px;
}

.vk-header-text {
	padding: 2px 3px 1px;
	line-height: 100%;
	color: rgb(69, 104, 142);
	font-weight: bold;
}

.vk-comment,
.vk-comment-load {
	margin-bottom: 15px;
	position: relative;
	border-bottom: 1px solid rgb(218, 225, 232);
	padding-bottom: 15px;
}

.vk-avatar img {
	float: left;
	margin-right: 10px;
}

.vk-comment-name {
	color: rgb(43, 88, 122);
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

.vk-comment-text {
	margin-left: 60px;
	text-align: left;
}

.vk-comment-date {
	margin-left: 60px;
	color: rgb(153, 153, 153);
	text-align: left;
}

.row-form {
	text-align: center;
	font-family: Helvetica, sans-serif;
}

.head-form img {
	width: auto;
	display: block;
	margin: 0 auto;
}
.img-ava{
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #0a888e;
    float: left;
    margin-right: 12px;
}
.img-ava img{
    width: 100%;
}
form h3 {
	margin-bottom: 0px;
	font-size: 22px;
	line-height: 29px;
	display: inline-block;
	padding-bottom: 3px;
	color: #070707;
}

form h2 {
	padding-top: 4px;
	font-size: 15px;
	margin: 0;
	color: #070707;
	font-weight: 400;
	line-height: 22px;
}

.head-form {
	border-radius: 10px 10px 0 0;
	background: #fff;
}

.oportunity {
	margin-top: 40px;
	display: inline-block;
	margin-bottom: 30px;
}

.product,
.quality {
	width: 50%;
	float: left;
}

.top-q img {
	width: 75%;
}

@media screen and (max-width: 999px) {
    .content h1 {
        width: auto;
    }

    .container {
        width: 95%;
    }

    .text {
        width: auto;
        float: none;
        text-align: justify;
        padding: 0px;
    }

    .block2 {
        width: auto;
    }

    .conteinerCenter {
        width: 550px;
        margin: 0px auto;
    }

   
    #slidebox {
        display: none;
    }
}
@media (max-width: 767px) {
	form {
		box-shadow: none !important;
		border-width: 12px;
		padding: 0px 5px;
	}

	form h2 br {
		display: none;
	}

	.product,
	.quality {
		width: 100%;
		float: none;
	}

	.bottom-q {
		box-shadow: none;
	}

	.zakazat {
		font-size: 17px;
		padding: 5px 8px;
		line-height: 27px;
	}

	.inform {
		display: inline-block;
		width: 100%;
		padding: 30px 10px 10px;
		margin-top: 25px;
        box-sizing: border-box;
	}
    .oportunity{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
	.name label,
	.phone label {
		font-size: 15px;
	}

	#order button {
		margin: 0 auto;
		display: block;
	}

	img {
		margin: 0 0 -5px 0;
	}

	form button {
		margin: 0 auto;
		display: block;
		font-size: 20px;
	}
    .content{
        padding: 10px ;
    }
	.footer {
		background: none;
		min-width: auto;
		padding: 20px 0px;
		text-align: center;
	}

	.footer img {
		float: none;
		display: block;
		margin: 0 auto 15px;
	}
}
@media screen and (max-width: 767px) {
    img.imgFl {
        float: none !important;
        margin: 0px auto 10px;
        display: block;
    }

    .conteinerCenter {
        width: 100%;
    }

    .button_page {
        width: 100% !important;
        font-size: 14px;
    }
}

@media screen and (max-width: 479px) {
    .content h1 {
        width: auto;
        font-size: 22px;
    }

    .text p {
        text-align: left;
    }

    .block2 {
        text-align: left;
    }

    .text3 {
        text-align: left;
    }

    .comment {
        text-align: left;
    }

    .footer {
        text-align: center;
    }
}

@media screen and (max-width: 320px) {
    .button_page {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .images-logo img {
        float: none;
    }
}

@media screen and (max-width: 720px) {
}

@media screen and (max-width: 468px) {
    .images-logo img {
        float: none;
    }
}

@media screen and (max-width: 468px) {
}

* {
    margin: 0px;
    padding: 0px;
}

.screenLock {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
    top: 0px;
    left: 0px;
    z-index: 99999;
    display: none;
}

.msg {
    position: absolute;
    width: 600px;
    height: auto;
    padding-bottom: 30px;
    text-align: center;
    top: 100px;
    left: 50%;
    margin-left: -300px;
    background: rgb(20, 143, 185) none repeat scroll 0% 0%;
    border: 1px solid rgb(238, 238, 238);
}

.msg > h1 {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.close {
    position: absolute;
    top: 1px;
    right: 5px;
    font-size: 40px;
    cursor: pointer;
}

.submit {
    margin-top: 10px;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    width: 400px;
    text-transform: uppercase;
    font-weight: bold;
    border: 0px none;
    background-color: firebrick;
    color: rgb(255, 255, 255);
    font-size: 26px;
    border-radius: 3px;
}
.content{
    position: relative;
}
.strongRightbar{
    position: absolute;
    top:0;
    right: 0;
}
#last{
    width: 70%;
}
.img-cont{
    max-width: 700px;
    margin: 20px auto;
}
.img-cont img{
    width: 100%;
}
.list-s{
    padding: 30px;
    background: #9c9c9c33;
    border: 2px dashed #e31c23;
    border-radius: 20px;
    box-shadow: 0 4px 10px #333;
}
.list-s ul{
    padding-left: 20px;
}
.list-s ul li {
    margin-bottom: 10px;
}
.img-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    align-items: stretch;
    margin: 20px 0;
    gap: 2px;
}
.ramka{
    padding: 20px;
    border-radius: 10px;
    font-size: 1.2rem;
    background: #aaccf97d;
    box-shadow: 0 2px 5px #5d89c1;
}
.list-b{
    margin-bottom: 30px;
    padding-left: 20px;
}
.under-href{
    color: rgb(210 0 0);
}
.list-b li{
    padding-left: 20px;
    list-style: none;
    margin-bottom: 10px;
    position: relative;
}
.list-b li::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0;
    background: #5d89c1;
    box-shadow: 0 1px 4px #2c303b;
}
.grid-boxx{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 500px;
    margin: 0 auto 40px;
    align-items: stretch;
}
.grid-boxx img{
    width: 100%;
}
.block2{
    padding: 20px;
    border-radius: 20px 20px 0 0 ;
    border: 3px solid red;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 0;
}
.block2 h3{
    font-size: 1.3rem;
}
.block2 p{
    font-size: 18px;
    font-weight: 500;
}
.block-f{
    padding: 20px;
    box-sizing: border-box;
    border-radius: 0 0  20px 20px;
    background: #ccf4c3;
}
@media screen and (max-width: 975px) {
    .itemfirst {
        position: relative;
      }
      .strongRightbar{
          position: relative;
      }
      .content{
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
      #last{
        width: 100%;
      }
      .itemfirst{
        float: none;
        width: 100%;
        box-sizing: border-box;
      }
      .author>div>a{
        max-width: 200px;
        float: left;
        margin-right: 20px !important;
      }
      .sidebar .author ul{
        top: 30px;
        position: relative;
      }
      .sidebar .author ul li{
        margin-bottom: 12px;
      }
      .itemfirst>p{
        display: none;
      }
      .itemfirst>div:last-child{
        display: none;
      }
      .sidebar .author{
        padding-bottom: 0;
      }
      .author h3 br{
        display: none;
      }
}
@media screen and (max-width: 525px) {
    .images-logo img:last-child{
        width: 80px;
    }
    .author>div>a{
        float: none;
        margin: 20px auto !important;
        width: 200px;
    }
    .sidebar .author ul{
        top: auto;
    }
    .sidebar .author img{
        float: none;
    }
    .text-header h1 {
        font-size: 24px;
    }
    .img-grid{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .content h1{
        font-size: 28px;
        text-align: center;
    }
    .header-h{
        font-size: 1.3rem;
        margin: 20px 0 40px;
        color: #ffffff;
        padding: 20px 10px;
        background: #c40420;
        border-radius: 4px;
    }
    .list-s{
        padding: 18px;
    }
}