*{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box; 
	font-family: Roboto;
}


.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 50;
	max-width: 1050px;
}

.df {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

img{
	width: 100%;

}


.wrapsectionHeader{
	margin: 20px 0 30px;
	justify-content: space-between;	
	-ms-align-items: center;
	align-items: center;

}

.wrapHeaderLeft{
	flex: 0 0 370px;
	max-width: 370px;
}

.logo{
	flex: 0 0 80px;
	max-width: 80px;
	margin-bottom: -12px;
}

.wrapData{
	margin: 0 30px 0 15px;
	color: rgba(0, 0, 0, 0.54);
	font-size: 14px;
	font-family: Roboto;
	-webkit-align-self: flex-end; /* Safari */
	align-self: flex-end;




}


.wpapViewing{
	color: rgba(0, 0, 0, 0.54);	
	font-size: 14px;
	-webkit-align-self: flex-end; /* Safari */
font-family: Roboto;
	align-self: flex-end;

}


.viewing{
	position: relative;
	padding-left: 20px;
}

.viewing:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	display: block;
	height: 15px;
	background-image: url("viewing.png");
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}

.comments{
	position: relative;
	padding-left: 20px;
	margin-left: 7px;
	margin-right: 7px;
}

.comments:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	display: block;
	height: 15px;
	background-image: url("comment.png");
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}

.socials{
	width: 80px;
	justify-content: space-between;		

}

.social img{
	width: 20px;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.menu{
	position: absolute;
	left: 15px;
	top: 5px;
	background-image: url("menu.png");
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}
.search{
	position: absolute;
	right: 15px;
	top: 5px;
	background-image: url("search.png");
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}

.social img:hover{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.25;
	cursor: pointer;
}




.heading{
	font-size: 60px;
	font-family: Roboto;
}



.sectionLeft{
	flex: 1 0 680px;
	max-width: 100%;
}


.descrTextArticle{
	font-size: 25px;
	color: rgba(0, 0, 0, 0.54);	
	line-height: 1.5;
	margin: 25px 0;
	font-family: Roboto;
}

.wrapImgArticle{
	margin-bottom: 15px;
}

.ImgArticle{
	width: 100%;
	max-width: 100%;
}

.wrapTexrArticle p{
	font-size: 18px;
	color: rgba(0, 0, 0, 0.85);		
	letter-spacing: 1px;
	line-height: 1.5;
	margin: 18px 0;
	font-family: Roboto;
}

.wrapTexrArticle p.bold {
	font-family: Roboto;
}


.wrapLikeArticle{
	margin: 8px 0;
	justify-content: space-between;	
}


.bigTextHref{
	font-size: 18px;
	color: rgb(56, 167, 254);
	text-decoration: none;
	display: inline-block;	
	padding: 5px;
	font-family: Roboto;
}

.bigTextHref:hover{
	cursor: pointer;
}

.likeArticleGood,
.likeArticleBad
{
	font-size: 18px;
	color: rgba(0, 0, 0, 0.54);	
	margin: 0 4px;
	padding: 5px 0;
	font-family: Roboto;
}


.likeArticleGoodIcon,
.likeArticleBadIcon
{
	height: 30px;
	width: 30px;
	padding: 5px;
	opacity: 0.7;
}

.likeArticleGoodIcon:hover,
.likeArticleBadIcon:hover
{
	cursor: pointer;
	opacity: 1;
}

.likeArticleGoodIcon{
	margin-right: 5px;
}

.likeArticleGoodIcon img,
.likeArticleBadIcon img{
	max-width: 100%;

}

.likeArticleBadIcon img{
	transform: rotate(180deg);
}

.wrapArticleComments{
	margin: 15px 0;
}

.quantityCommentsArticle{
	font-size: 18px;
	color: rgba(0, 0, 0, 0.64);
	font-family: Roboto;
}

.wrapArticleCommentsItems{
	margin: 20px 0;
}

.articleComment{
	padding: 20px 0;
	border-bottom: 1px solid rgb(234, 234, 234);
}

.wrapCommentAvatar{
	flex: 0 0 50px;
	max-width: 50px;
	height: 50px;
	margin-right: 15px;
}

.commentAvatar{
	border-radius: 100px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.commentBody{
	flex: 1 0 50%;
}

.commentBodyInfo{
	justify-content: space-between;	
	margin-bottom: 15px;
}

.wrapComentArticle{

}

.commentNameUser{
	font-size: 16px;
	color: rgba(0, 0, 0, 0.84);
	font-family: Roboto;
	font-weight: 600;
	margin-right: 20px;
	line-height: 1;

}

.commentDateTime{
margin-top: -3px;
}

.commentDate{
	font-size: 12px;
	color: rgba(0, 0, 0, 0.64);
		font-family: Roboto;
		line-height: 1;

}

.commentBodyText{
	font-size: 16px;
	color: rgba(0, 0, 0, 0.84);	
	padding-right: 75px;
	font-family: Roboto;
}


.commentBodyText{

}

/* News_Mob */
.wrapNews{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.wrapNews a{
	text-decoration: none;
}
.newsDescr{
	font-size: 20px;
	color: rgba(0, 0, 0, 0.68);
	font-family: Roboto;
	margin: 20px 0;
}
.newsContent{
	display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    overflow: visible;
}
.newsColumn{
	display: flex;
    flex-direction: column;
}
.newsBlock{
	display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}
.newsImage{
	position: relative;
    min-width: 124px;
    min-height: 70px;
    overflow: visible;
}
.newsImage img{
	width: 124px;
    height: 70px;
    border-radius: 6px;
}
.newsBlock .Descr{
	display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 12px;
    height: 100%;
    margin-top: -3px;
}
.newsBlock .title{
	color: rgba(0, 0, 0, 0.84);
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    text-overflow: ellipsis;
    font-family: Roboto;
}
.newsBlock .info{
	color: rgba(0, 0, 0, 0.54);	
	font-size: 12px;
	font-family: Roboto;
	margin-top: 10px;

}

/* Comment */

.ImgContent{
	max-width: 65%;
	display: block;
	margin: 10px auto 20px;
}
.likeArticle{
	display: flex;
	position: absolute;
	right: 15px;
}
.wrapOffer{
	width: 650px;
	height: auto;
	border-radius: 10px;
	border: dashed 2px #000;
	margin: 10px auto 25px;
	display: block;
	padding: 10px;
	text-align: center;
}
.offerImage{
	width: 40%;
	display: inline-block;
	vertical-align: middle;
}
.offerDescr{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.offerDescr p{
	font-family: Roboto;
	margin: 18px 0;
	font-size: 18px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1px;
    line-height: 1.5;
}
.offerBtn{
	background-color: red;
	padding: 15px;
	text-decoration: none;
	display: table;
	margin: auto;
	color: white;
	font-family: Roboto;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;

}
hr.endContent{
	border-top: 1px solid grey;
    opacity: 0.5;
}

@media only screen and (max-width : 991px){
	.heading{
		font-size: 40px;
	}

	.wrapsectionMain{
		-webkit-justify-content: center; /* Safari */

		justify-content: center;
	}

}



@media only screen and (max-width : 767px){
	.wrapsectionHeader{
		margin: 0px 0 30px;
	}
	.sectionHeader{
		display: block;
    	position: sticky;
    	top: 0px;
    	z-index: 99;
	}
	.container{
		position: sticky;
    	top: 0px;
    	z-index: 40;
    	box-shadow: rgba(223, 223, 223, 0.58) 0px 1px 2px 0px;
    	transition: all 0.1s ease-in-out 0s;
    	padding: 0 15px;
    	background: rgb(255, 255, 255);
	}
	.wrapHeaderLeft{
		margin: 0 auto;
		flex: 0 0 60px;
	}
	.wrapHeaderLeft.mob{
		margin-left: 0px;
	}
	.logo{
		margin-bottom: 0px;
		max-width: 55px;
		margin-top: 10px;
	}
	.wrapData{
		display: none;
	}
	.wrapData.mob{
		margin-left: 0;
	}
	.wpapViewing{
		display: none;
	}
	.socials{
		display: none;
	}
	.sectionHeading .mob{
		display: flex;
		margin-top: 10px;
	}
	.ImgContent{
		max-width: 80%;
	}
	.wrapOffer{
		width: 550px;
	}
	.offerImage{
		width: 30%;
	}

}
@media only screen and (min-width : 767px){
	.wrapData.mob{
		display: none;
	}
	.wpapViewing.mob{
		display: none;
	}
	.wrapMenu,.wrapSearch{
		display: none;
	}
}

@media only screen and (max-width : 575px){
	.heading{
		font-size: 28px;
	}
	.container{
		padding: 0 10px;
	}
	.menu{
		left: 10px;
	}
	.search{
		right: 10px;
	}
	.descrTextArticle{
		font-size: 20px;
		line-height: 1.5;
	}
	.wrapHeaderLeft{
		flex: 0 0 60px;
	}
	.commentDateTime{
		flex: 1 0 100%;
		margin-top: 3px;
	}
	.ImgContent{
		max-width: 100%;
	}
	.wrapOffer{
		width: 360px;
		padding: 20px 10px 20px 10px; 
	}
	.offerImage{
		display: block;
		width: 65%;
		margin: auto;
	}
	.offerDescr{
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	.offerDescr p{
		font-size: 16px;
	}
	
	
}

@media only screen and (max-width : 480px){
	.socials{
		margin-top: 15px;
	}
	.wpapViewing{
		margin-top: 18px;
	}
	.commentBodyText{
		padding-right: 0;
	}



}

@media only screen and (max-width : 375px){
	.container{
		padding: 0 5px;
	}
	.likeArticleGoodIcon, .likeArticleBadIcon{
		width: 25px;
	}
	.likeArticleGood, .likeArticleBad{
		font-size: 16px;
	}
	.ImgContent{
		max-width: 100%;
	}
	.wrapOffer{
		width: 300px;
		padding: 20px 10px 20px 10px; 
	}
	.offerImage{
		display: block;
		width: 65%;
		margin: auto;
	}
	.offerDescr{
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	.offerDescr p{
		font-size: 16px;
	}

}
*{
	outline: solid red 0px;
}

.mybutton2 {
    
    font-family: "Open Sans";
    cursor: pointer;
    padding: 0px 24px;
    border-width: medium medium 2px;
    border-style: none none solid;
    border-color: currentcolor currentcolor rgb(9 161 212);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    display: block;
    margin: 0px;
    font-size: 24px;
    height: 51px;
    line-height: 51px;
    background: rgb(255 19 40) none repeat scroll 0% 0%;
    font-weight: 700;
    border-radius: 3px;
    color: rgb(245 239 239) ! important;
    text-decoration: none ! important;
    text-transform: none;
    text-align: center;
}
.fix-footer {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 9999;
}
.fadein {
    animation: fadein 0.5s ease-in-out;
}
.fix-footer-center {
    position: fixed;
    left: 0px;
    width: 100%;
    bottom: 0px;
    padding: 10px 0;
    background: #b4edff7d;
}


.formFb {
   box-sizing: border-box;
   margin-bottom: 20px;
}
.formFb{
width: 100%;
font-size: 17px;
padding: .6em 1em;
display: inline-block;
border-radius: .5em;
background-image: linear-gradient(90deg, #3580ed 50%, transparent 50%), linear-gradient(90deg, #3580ed 50%, transparent 50%), linear-gradient(0, #3580ed 50%, transparent 50%), linear-gradient(0, #3580ed 50%, transparent 50%);
background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
background-size: 10px 2px, 10px 2px, 2px 10px, 2px 10px;
animation: marching-ants 400ms infinite linear;
}
@keyframes marching-ants {
0% {
background-position: 0 0, 10px 100%, 0 10px, 100% 0;
}
100% {
background-position: 10px 0, 0 100%, 0 0, 100% 10px;
}
}
.formFb__container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.formFb__text {
display: block;
margin: 0;
}
.formFb__action {
margin-bottom: .5em !important;
text-align: center;
}
.formFb__counter {
font-size: .925em;
text-align: center;
}
.formFb__counter span {
font-weight: bold !important;
}
.formFb__counter .red {
color: #f20 !important;
}
.formFb__img {
max-width: 250px;
margin: 1em 0;
}
.formFb__img img {
width: 100%;
max-width: 100%;
display: block;
}
.formFb__price {
display: flex;
align-items: center;
flex-direction: column;
}
.formFb__price--p {
 display: flex;
 align-items: center;
}
.formFb__price--old {
font-size: 1.15em;
text-decoration: line-through;
}
.formFb__price--txt {
font-weight: bold;
font-size: 1.25em;
}
.formFb__price--new {
font-size: 2em;
font-weight: bold;
color: #f20;
}
.formFb__timer {
margin: 1em 0;
display: flex;
flex-direction: column;
align-items: center;
}
.formFb__timer p {
/*margin-right: .5em;*/
margin-bottom: .25em;
}
.formFb__timer .timer {
display: flex;
font-size: 2em;
color: rgb(88, 88, 88);
}
.formFb__timer .timer .hour {
margin-right: .15em;
}
.formFb__timer .timer .minute {
margin: 0 .15em;
}
.formFb__timer .timer .second {
margin-left: .15em;
}
.formFb__inputs {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 1em;
max-width: 300px;
width: 100%;
}
.formFb__inputs label {
font-size: .941175em;
margin-bottom: .25em;
}
.formFb__inputs input {
display: block;
border: 1px solid #3776dd;
padding-left: 10px;
padding: .5em .65em;
width: 100%;
margin: 0 auto;
}
.formFb__btn {
display: block;
width: 100%;
max-width: 300px;
padding: .65em 0;
margin-bottom: 1em;
background: #3580ed;
border: 1px solid #3580ed;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
text-decoration: none !important;
color: #fff;
font-size: 1em;
transition: transform .4s;
}
.formFb__btn:hover, .formFb__btn:active {
transform: scale(.95);
}
.formFb__steps {
 display: flex;
 width: 100%;
 max-width: 300px;
 justify-content: space-between;
 margin-bottom: 1em;
}
.formFb__step {
 width: 50px;
 min-width: 50px;
 max-width: 50px;
 height: 50px;
 position: relative;
}
.formFb__step--line {
 flex-grow: 1;
 padding: .5rem;
 display: flex;
 align-items: center;
 justify-content: center;
 position: relative;
}
.formFb__step--line:after {
 position: absolute;
 width: 80%;
 content: '';
 height: 1px;
 top: 50%;
 transform: translateY(-50%);
 left: 10%;
 border-bottom: 2px dashed #3580ed;
}
.formFb__step img {
 width: 100%;
 max-width: 100%;
}
#formFb {
	position: relative;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 20px;
	display: block;
}
#formFb1 {
	position: relative;
	position: absolute;
	top: -50px;
}
#formFb p {
	margin: 0;
}
.formb {
	display: flex;
	align-items: center;
	margin: 15px auto;
	flex-direction: column;
}
.formb img {
	max-width: 250px;
}

.wpapViewing .viewing {
	margin-right: 10px;
}
.wpapViewing  * {
	line-height: 1.15;
}
.fix-footer-center * {
	box-sizing: border-box;
}
.bnt {
	width: 100%;
	padding: 15px 20px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ff0000;
	color: #fff;
	font-size: 18px;
	font-family: Arial;
}


		#commentForm {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    /* max-width: 600px; */
    background-color: transparent;
    padding: 10px;
    border-radius: 10px;
    margin-top: 1.5rem;
  }

  #commentForm .form__avatar {
      position: relative;
      display: flex;
      background-color: #fff;
      background: url(userpic.png) no-repeat center center / cover;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      overflow: hidden;
  }

  #commentForm .form__avatar img {
    width: 100%;  
    max-width: 100%;
  }

  
  #commentForm .form__avatar::before {
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: rgba(0, 0, 0, .3);
      font-size: 12px;
  }

  #commentForm .form__avatar--loaded::before {
      display: none;
  }
  
  #commentForm label {
    color: #fff;
  }
  
  #inputCommentName {
    margin-bottom: 10px;
  }
  
  #commentForm input,
  #commentForm textarea {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 20px;
    background-color: #f8f8f8;
    resize: none;
  }

    
  #commentForm input:focus,
  #commentForm textarea:focus {
      outline: none;
  }

  #commentForm .form__inputs {
    position: relative;
    width: 100%;
    margin-right: 50px;
}

  
  #commentPush {    
    position: absolute;
    top: 0;
    right: -50px;
    width: 50px;
    height: 40px;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 8px 5px;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
  }

  #commentPush img {
      width: 30px;
  }



  .form__item {
    /* width: 100%; */
    margin-right: 10px;
    color: snow;
    border-radius: 50%;
  }

  .form__label {
      font-size: 12px;
  }

  .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%;
  }

  .error {
    outline: 3px solid #A12000;
  }
  
    .center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

  .btn__order {
      display: block;
      padding: 15px 25px;
      text-align: center;
      background: linear-gradient(
        90deg, #041e37 0, rgba(9, 70, 121, 1) 35%, #5181b0 100%);;
      color: #fff;
      font-family: Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-weight: 600;
      border-radius: 5px;
      text-decoration: none;
  }

  .ac_footer {
    position: relative;
    top: 10px;
    height: 0;
    text-align: center;
    margin-bottom: 70px;
    color: rgba(9, 70, 121, 1);
  }

  .ac_footer a {
    color: rgba(9, 70, 121, 1);
  }

  .ac_footer p {
    text-align: center;
  }

  @media (max-width: 480px) {
      #commentForm {
          justify-content: center;
          padding: 0;
      }
      #commentForm .form__avatar {
          width: 60px;
          height: 60px;
      }

      #commentForm .form__avatar::before {
          font-size: 10px;
      }
      
      #commentForm input,
      #commentForm textarea {
          border-width: 1px;
          padding: 10px 45px 10px 15px;
          border-radius: 20px;
          font-size: 14px;
      }

      #commentPush {
          padding: 5px;
          width: 45px;
          right: 0;
      }
    
      #commentForm .form__inputs {
          margin: 0;
      }
  }



/*style comment*/

.item {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 0 0 20px 0;
}
.component_ava {
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 10px 0 0;
}
.component_info {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin: 0 0 5px 0;
}
.component_info_inner {
  background-color: #ebedf0;
  border-radius: 18px;
  display: inline-block;
  line-height: 16px;
  margin-top: 0;
  min-width: 0;
  overflow: hidden;
  padding: 6px 12px 7px 12px;
}
.component_name {
  color: #000;
  font-weight: 600;
  font-size: 12px;
  margin: 0 0 3px 3px;
  text-decoration: none;
}
.component_licked {
  position: relative;
  bottom: 3px;
  left: 0;
  display: flex;
}
.component_body {
  width: 100%;
}
.component_voir {
  color: #000;
  font-weight: 600;
  font-size: 12px;
  margin: 7px 0 0 12px;
}
.component_reposy {
  color: #929292;
  font-weight: 600;
  font-size: 12px;
  margin: 6px 0 0 12px;
  display: flex;
  flex-wrap: wrap;
}
.component_reposy b {
  font-weight: 100;
  word-spacing: 0 !important;
  color: #757575;
}
.component_img {
  width: 70%;
  border-radius: 18px;
  overflow: hidden;
  margin: 7px 0 6px 0;
  height: auto;
}
.component_img img {
  width: 100%;
  display: flex;
  height: auto;
  transition: all 3s ease-in;
}
.component_licked {
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 3px 0 #dadde1;
  color: #909192;
  font-size: 11px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  margin-left: -10px;
  padding-right: 4px;
  transform: translateY(-6px);
  z-index: 5;
}

.icons {
  white-space: nowrap;
  display: flex;
  margin: 0;
}

#commentPushBlock {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
