html {
   background: #e6e9e9;
    background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
    -webkit-font-smoothing: antialiased;
    margin: 0;  
}

body {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 auto;
    max-height: 100%;
    max-width:100%;
    margin: 0;
   // padding: -20px;
}

.content {
    margin-left: auto;
    margin-right: auto;
    min-width: 220px;
    max-width: 1340px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    display: block;
    width: 100%;
  
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3;
}

.layer {
    background: #fc3; /* Цвет фона */
    border: 2px solid black;  /* Параметры рамки */
    padding: 20px; /* Поля вокруг текста */
   }

.layer1, .layer2 {
    background: #F2EFE6;
    border: 1px solid #B25538;
    padding: 10px;
    margin: 20px;
   }

.head {
 background-color: #fdfdff;
  background-image: ;
  background-repeat: no-repeat;
  background-position: center; 
  background-size: auto 100%; 
  max-width:850px; margin:0 auto; min-width:255px;
   
}

.head2 {

  background-image: ;
  background-repeat: no-repeat;
  background-position: center; 
  background-size: auto 100%; 
  max-width:1080px; margin:0 auto; min-width:255px;
   
}

.liner {
    border-bottom: 1px solid #28c3c3;
    width: 0;
    transition: width .3s ease-in .4s;
    width: 100%;
}

h2 {
    margin-top: 1.3em;
}

.blog_head {
    height: 100%;
  background-color: #f2f6ff;
   // position: relative;   
    margin: 0px;
    padding: 20px;
   // border: 1px solid #000;
      
} 
.back {
    font-size: 14px;
    color: #00afff;
}

#a {
 #   color: #0dd149;
#}
a {
    text-decoration: none; /* Отменяем подчеркивание у ссылки */
     color:#0dd149;

}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

img {
    animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
    background: transparent;
   // border: 10px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    display: block;
    margin: 1.3em auto;
    max-width: 95%;
}

@keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
}