/* Обнуляем чего нет в normalize.css */
*,
*::before,
*::after {
  box-sizing: border-box; /* внутренний отступ-padding не расширяет указанный размер блока, а находится внутри блока */
}
a {
  text-decoration: none;
  /* display: inline-block; */
  color: #1682fe;
  /*color: inherit;*/ /* inherit - свойство наследуется */
}
a:hover {
  color: #c80000;
  text-decoration: underline;
  /*background-color: #f9f9f9;*/
}

a:hover img.lupa,
.mycursor {
  cursor: url("/image/zoom.cur"), pointer;
}

.hirli li {
  margin-top: 0.5em;
}
.normli li {
  margin-top: 0;
}

ol,
ul {
  /* list-style-type: decimal; */
  margin-top: 0px;
}

.typ-li-no li {
  list-style-type: none;
}

.marker-disc li {
  list-style-type: disc;
}
.marker-square li {
  list-style-type: square;
}

mark {
  background-color: #fff;
  border-bottom: 2px dashed #4407a7;
}

h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
h1 {
  font-size: 27px;
  margin-bottom: 0px;
}
/* h1 a,
h2 a,
h3 a {
  text-decoration: none;
  color: #3b424a;
} */
img {
  width: 100%;
  margin: 0;
  padding: 0;
  border-style: none;
  border: none;

  /* box-sizing: border-box; */
}

.nobr {
  white-space: nowrap;
}
hr {
  border: none; /* Убираем границу для браузера Firefox */
  color: #c0c0c0; /* Цвет линии для остальных браузеров */
  background-color: #c0c0c0; /* Цвет линии для браузера Firefox и Opera */
  height: 1px; /* Толщина линии */
}
hr.black {
  border: none; /* Убираем границу для браузера Firefox */
  color: #000; /* Цвет линии для остальных браузеров */
  background-color: #000; /* Цвет линии для браузера Firefox и Opera */
  height: 1px; /* Толщина линии */
}
hr.kor {
  background-color: #7e5a25;
}
/* hr.grad {
  background: repeating-linear-gradient(
    45deg,
    Olive,
    Teal 10px,
    Coral 10px,
    Maroon 20px
  );
  height: 5px;
  margin: 0px;
} */

hr.grad {
  background: repeating-linear-gradient(
    45deg,
    #607d65,
    #bbc7be 10px,
    #bbc7be 10px,
    #253128 20px
  );
  height: 5px;
  margin: 0px -15px;
}

body {
  font-family: "Open Sans", Arial, sans-serif;

  /* font-family: "Open Sans", "Roboto", Arial, sans-serif; */
  line-height: 1.5; /* Высота линии\строк в тексте */
  font-size: 16px;
  color: #293848; /* #3b424a #293848 */
  font-weight: 400;
  margin: 0;
}
body.fon {
  background-image: url(/image/fon/fon-001.png);
  /* background-color: #2F4F4F;  */
}
.container {
  max-width: 1600px; /* 1480+10+10(padding) = 1600*/
  margin: 0 auto; /* по центру слева и справа auto */
  padding: 0; /* внутренний отступ */
  /* внутренний отступ-padding не расширяет указанный размер блока, а находится внутри блока */
  box-sizing: border-box;
}

/* Основной цвет */
.header,
.footer,
.header__menu-list {
  background-color: #2f4f4f;
}

.header__menu-list-glavn {
  background-color: transparent; /* прозрачный */
}

.header {
  /*margin-top: 10px;*/
  padding-top: 10px;
  /* background-image: url(/image/fon/fon-001.jpg); */
  /*border-bottom: 3px solid #d9dfda;*/
}
.header__inner {
  display: flex; /* строит родительские блоки div в строку */
  /* justify-content: space-between; */
  /* раскидывает блоки div  равномерно по всей ширине container по углам */
  /* justify-content: end; */
  justify-content: space-between;
  /*height: 71px;*/ /* высота выравневаемого контейнера по вертикали */
        align-items: flex-end; /* выравнивание контейнеров по вертикали */
        padding-bottom: 5px;

  /*padding: 10px 10px 10px 0;*/
  /*z-index: 30;*/
}

.header__logo-glavn {
  min-width: 170px;
  /* width: 20%;  */
  /*background: #f1d3d3;*/
  text-align: center;
}
.header__logo-glavn img {
  max-width: 170px;
}
.header__logo {
  min-width: 120px;
  /* background: #2f4f4f; */
  text-align: center;
  padding-left: 7.4%;
        padding-bottom: 0px;
}

.header__logo img {
  max-width: 120px;
  border-radius: 50%;
  border: 3px solid #c5a099;
  padding: 0px;
}

/* буквы В ЛОГО*/
.header__logo-text {
  /* letter-spacing: 5px; */
    letter-spacing: 3px;

  padding-left: 20px;
        padding-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #e0e3e3;
}

.header__menu {
  margin-left: auto; /* сдвигаем меню влево */
  /* box-sizing: border-box;  */
  /* внутренний отступ-padding не расширяет указанный размер блока, а находится внутри блока */
}

.header__menu-list,
.header__menu-list-mini {
  display: flex;
  margin: 0;
  padding: 0;
}
/*
.header__menu-list li {
    display: inline-block;  Отображать как строчный элемент
  }
 */
.header__menu a {
  text-decoration: none;
  /*opacity: 0.5;*/
}

/* прибавляет отсту к элементу li кроме первого у нас-слева 15px
  .header__menu-item + .header__menu-item{ padding-left: 15px; }
*/

.header__menu-item {
  padding: 0 8px;
}
.header__menu-item a {
  text-transform: uppercase; /* заглавные буквы */
  font-size: 12px;
  letter-spacing: 1px; /* расстояние между буквами */
  color: #e0e3e3; /*   #d9dfda     цвет без прозрачности */
  opacity: 0.85; /*прозрачность */
  transition: all 0.5s; /* плавность при наведении */
  /*color: rgba(0,0,0,.85);*/ /* не прзрачность 85% */
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  padding: 0 2px;
}
.header__menu-item a:hover {
  color: #ff0033;
  background-color: #fff;
  /* font-weight: 400; */
}
/* 
.header__menu-item-sub:hover .header__menu-sub-list {
  display: block;
  background-color: #3b424a;
  width: 100%;
  min-width: 160px;
  overflow: auto;
  padding: 5px 12px;
  z-index: 10;
}

.header__menu-sub-list,
.disp-none {
  display: none;
}
.header__menu-sub-list {
  position: absolute;
}
.header__menu-sub-list a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 0;
  text-transform: none;
}
.header__menu-sub-list li:hover {
  display: block;
} */
.ads-goriz,
.ads-vert {
  display: none;
  /* display: block; */
}
.pagen__inner,
.blok-item-center {
  display: flex;
  justify-content: center;
  /*justify-content: space-around;*/ /* расстояния одинаковые*/
  /*align-items: center;*/
  /*width: 100%;*/
  /*border-bottom: 1px solid #000000;*/
}

.pagen__inner {
  font-size: 15px;
  color: #828683;
  align-items: center;
  margin: 10px 0 10px 0;
}
.main__page {
  display: flex;
  justify-content: space-between; /* строим элементы по краям */
  /*align-items: center;*/
  width: 100%;
  padding: 0;
  margin: 0;
}
.main__page-left,
.main__page-left-map {
  width: 20%;
  min-width: 300px;
}
.main__page-right {
  width: 18%;
  min-width: 250px;
}
.main__page-center {
  width: 60%;
}
.main_page-otstup-l,
.main_page-otstup-r {
  width: 1%;
}
.main_page-otstup-l {
  order: 2;
}
.main__page-center {
  order: 3;
  position: relative;
  z-index: 10;
}
.main__page-left {
  order: 1;
  position: relative;
  z-index: 10;
}
.main_page-otstup-r {
  order: 4;
}
.main__page-right {
  order: 5;
  position: relative;
  z-index: 1;
}

.article__post {
  background-color: #fff;
  padding: 15px;
  padding-bottom: 20px;
  border: 1px solid #b9c5bf;
  border-radius: 4px;
  margin: 10px 0px;
  overflow-x: auto;
}
/* 
.width-2 {
  width: 150px;
}
.img-wrap {
  width: 250px;
  height: 150px;
  overflow: hidden;
  float: left;
  margin-right: 25px;
  margin-bottom: 30px;
} */
.article_img {
  /*float: left;*/
  /*margin-right: 25px;*/
  margin-bottom: 25px;
  /*max-width: 250px;*/
  /*width: 100%;*/
}

/* левая КОЛОНКА меню */
.accordion {
  background-color: #c7cfd9;
  color: #293848;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  transition: 0.5s;
  /* margin-bottom: 20px; */
  padding: 0px;
}
.active,
.accordion:hover {
  background-color: #729c7f;
  color: #fff;
}
/* .fa {
    font-family: "FontAwesome";    
} */
.ico-menu {
  /* content: "\f0f6"; */
  /* font-family: 'FontAwesome'; */
  color: #fff;
  background-color: #385847;
  border: none;
  margin-right: 10px;
  padding: 10px 15px 10px 15px;
}
.ico-menu::before {
  content: "\f0f6";
  font-family: "FontAwesome";
}
.accordion::after {
  /* content: "\002B"; плюс*/
  content: "\f078"; /* вниз-открыть */
  font-family: "FontAwesome";
  color: #293848;
  font-size: 14px;
  padding: 9px 7px 0 0;
  float: right;
  /* margin-left: 5px; */
  font-weight: 400;
}
.active::after {
  /* content: "\2212";  минус */
  content: "\f077"; /* верх-закрыть */
  font-family: "FontAwesome";
  color: #fff;
}
.fa-code::before,
.fa-all::before {
  color: #385847;
  padding-right: 10px;
}
.fa-code::before {
  content: "\f121";
  font-family: "FontAwesome";
}
.fa-all::before {
  content: "\f15c";
  font-family: "FontAwesome";
}

.panel {
  padding: 5px 0px 0px 5px;
  color: #212121;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.panel ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.fon-top80,
.fon-top80-babo {
  height: 80px;
  background-color: #e9efe3;
  background: #e9efe3;
  margin: 0px -15px;
}
.fon-top80-babo {
    background-image:url(../../image/fon/fon-babo-01.jpg);}
.fon-zag-babo {
    font-size: 35px; 
    padding-top: 15px; 
    font-weight: 700;
    text-align: center;
}
.fon-zag-babo::before {
    content: "Бабочки";
  }

.flex_2kol {
  display: flex;
  /* justify-content: space-between; */
  /* justify-content: space-around; space-between*/
  /* justify-content: space-around; */
  /* flex-wrap: wrap; */
  /* элементы переносяться сверху вниз. */
}
.flex_2kol-pic,
.flex_2kol-text {
  margin: 20px 0;
  padding: 0px 10px;
}

.rovno50 {
  width: 50%;
}
.flot-lef10,
.flot-lef10im img {
  float: left;
  margin: 0px 10px 5px 0px;
}
.flot-rigim img {
  float: right;
  margin: 0px 0px 10px 10px;
}
.pic20 .highslide img {
  width: 20%;
}

.pic30 .highslide img,
.pic30 img {
  width: 30%;
}
.pic40 .highslide img,
.pic40 img {
  width: 40%;
}
.pic70 .highslide img {
  width: 70%;
}
.pic100,
.pic100 .highslide img {
  width: 100%;
}
.marka .highslide img {
  border: 5px solid #000000;
  padding: 0px;
}
.marka img.marka {
  border: 5px solid #000000;
  padding: 0px;
}
.marka .highslide:hover img {
  border: 4px solid #000000;
  padding: 1px;
}

.pic-float .highslide img {
  width: 100%;
}

.pic-float img.nobord {
  padding: 0px;
}

.pic-float {
  float: left; /* Обтекание по правому краю */
  background: #ffffff; /* Цвет фона */
  border: 1px solid #c0c0c0;

  /* Параметры рамки */
  padding: 10px; /* Поля вокруг текста */
  margin-right: 10px; /* Отступ справа */
  width: 40%; /* Ширина блока */
}

.krug-sim1::before {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  border: 2px solid #006f37;
  border-radius: 50%;
  border-color: #729c7f;
  background-color: #385847;
  content: "\276F";
  color: #ffffff;
  margin: 10px 10px 0 0;
}
.krug-sim1:hover::before {
  text-decoration: none;
  color: #f8044d;
  background-color: #fae73f;
  border-color: #026320;
}

.krug li:before {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 13px 0 -40px;
  text-align: center;
  border: 2px solid #006f37;
  border-radius: 50%;
  border-color: #808080;
  background-color: #006f37;
  color: #ffffff;

  counter-increment: list;
  content: counter(list) "";
}
.krug ol {
  counter-reset: list 0;
}
.krug li {
  list-style-type: none;
  margin-top: 0.8em;
}

.spravka {
  font-size: 14px;
  font-style: italic;
  color: #5d0d00;
  padding: 10px;
  background: #eaeaea;
}
.spravka.line1 {
  border-left: 7px solid #5d0d00;
}

/* .title-sprav {
  font-size: 28px;
  font-weight: 600;
} */

/*стрелка-right*/
/* .info-razdel::after {
  content: "\f061"; 
  font-family: "FontAwesome";
} */

.title-sprav::before {
  content: "\f15c"; /* \f15c \f0f6*/
  font-family: "FontAwesome";
  padding-right: 10px;
  color: #009966;
}
.kroha {
  font-size: 13px;
  color: #3b424a;
  margin-bottom: 15px;
}

.kroha span.strelka::before {
  content: "\f0da";
  font-family: "FontAwesome";
  padding: 0 2px;
}
.kroha a {
  padding-left: 1px;
}

.otstup_bottom-15 {
  margin-bottom: 15px;
}
.otstup_bottom-25 {
  margin-bottom: 25px;
}

.blok__width-gram {
  width: 80%;
  background: #f7f7f7;
  margin: auto;
}
.gram_zag1 {
  font-style: italic;
  color: #009966;
}
.code-teg,
.code-teg2 {
  background-color: #ececea;
  border-radius: 3px;
  border: 1px solid #cccccc;
  font-family: monospace;
  padding: 0 3px;
  white-space: nowrap; /* не переносить */
  /* font-weight: 600; */
}
.code-teg {
  color: #790603;
}
.code-teg2 {
  color: #000;
}

.vajno {
  border: 1px solid #c80000;
  padding: 20px 15px 15px 20px;
  background-color: #fdf4f4;
}

.vajno div {
  padding-left: 35px;
  margin-top: -30px;
}

.pole-cod {
  padding: 10px;
  background-color: #fafae8;
  border: 1px solid #d9dfda;
  border-radius: 4px;
  font-family: monospace;
  font-size: 15px;
  color: #000;
  line-height: normal;

  /*white-space: pre-wrap;*/
  /*overflow-x: auto;*/
  /*white-space: normal;*/
  overflow: auto;
}
.bord-code1 {
  border-left: 10px solid #d9dfda;
}
.pole-zag1 {
  padding: 10px;
  background-color: #f4f7f4;
  border: 1px solid #d9dfda;
  margin: 25px 0px 10px 0px;
}
.bord-zag1 {
  border: 1px solid #009966;
  border-left: 10px solid #009966;
  border-right: 10px solid #009966;
}

table
/* table.tab1,
table.tab2 */ {
  padding: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
  width: auto;
}
table td,
table th
/* table.tab1 td,
table.tab2 td */ {
  padding: 6px;
  border-collapse: collapse;
  vertical-align: top;
  text-align: left;
}

table td,
table th {
  font-size: 15px;
  border: 1px solid #c0c0c0;
}
table th {
  text-align: center;
}
.bord-no,
table.bord-no td {
  border: none;
}
.midd,
table tr th {
  vertical-align:middle;
}
.blok-center,
.tab-center {
  margin: 0 auto;
}

.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
table.w-90,
.w-90 {
  width: 90%;
}
table.w-95,
.w-95 {
  width: 95%;
}
.scrol {
  overflow-x: auto;
}

/* Чередование  четные стр. */
table.tab_chered-chet tr:nth-child(even) {
  background-color: #f0f0f0;
}
/* нечетные номера */
table.tab_chered-nochet tr:nth-child(odd) {
  background-color: #f0f0f0;
}

.tab1 tr.midd td {
  padding: 28px 3px;
  /* height: 140px; */
  vertical-align: middle;
}

.many span {
  font-style: italic;
  color: #cc0000;
}

.prokrut {
  overflow: auto;
  padding-bottom: 5px;
}

.mono,
table.mono td,
td.mono {
  font-family: monospace;
}

.item-center {
  align-items: center;
}
.item-top {
  align-items: top;
}

.termin-blok div {
  padding: 10px;
}

.termin-blok .termin-title {
  padding: 1px 10px;
  color: #7e5a25;
  background-color: #e8e3d4;
  border-bottom: 1px solid #7e5a25;
}

.termin-blok img {
  max-width: 70px;
}

.but-gl {
  margin-top: 30px;
  text-align: right;
}
.but-more-gl,
.but-more-staty {
  border: 1px solid #c9c9c9;
  padding: 5px 20px;
  border-radius: 4px;
  font-size: 14px;
}

.but-more-staty {
  padding: 5px 10px;
}
.but-more-staty:hover {
  background-color: #2f4f4f;
  color: #f3f2f2;
  text-decoration: none;
}

.but-more-gl:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #009966;
  border-color: #009966;
}

.but-demo {
  background-color: #009966;
  border-color: #009966;
  color: #ffffff;
  border: 1px solid #c9c9c9;
  padding: 5px 20px;
  border-radius: 4px;
  font-size: 14px;
}
.but-demo:hover {
  color: #009966;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #009966;
}

/* Классификация */
.klasif ol li {
  font-weight: 600;
}
.klasif ol li ol li {
  color: #8d161e;
  font-weight: 400;
}

/* Цвета */
.bg-0 {
  background-color: #fff;
}
.bg-1 {
  background-color: #e8e3d4;
}
.bg-2 {
  background-color: #ececea;
}
.bg-3 {
  background-color: #fffff0;
}
.bg-4 {
  background-color: #009966;
}
.bg-5 {
  background-color: #eee9e5;
}
.bg-6 {
  background-color: #e2f7eb;
}
.bg-boody {
  background-color: #c7cfd9;
}

.bg-10 {
  background-color: #e6e6ff;
}
.bg-11 {
  background-color: #ffdbdb;
}
.bg-12 {
  background-color: #f0f0f0;
}
.bg-13 {
  background-color: #385847;
}
.bg-14 {
  background-color: #729c7f;
}

.osnovn,
ul.gram06 li div {
  color: #293848;
}
.bel {
  color: #fff;
}
.black {
  color: #000;
}
.red {
  color: #cc0000;
}
.bordo {
  color: #8d161e;
}
.green {
  color: #006f37;
}
.fiol {
  color: #2b0499;
}
.fiol2 {
  color: #8a2be5;
}

.oran {
  color: #ed5500;
}
.kor {
  color: #7e5a25;
}
.ser {
  color: #808080;
}
.blue {
  color: #1682fe;
}

ul.grm05-child li:nth-child(even) {
  color: #4e25c0;
}
.bord-kor,
table.bord-kor td,
.termin-blok {
  border: 1px solid #7e5a25;
}

.bord-s {
  border: 1px solid #c0c0c0;
}
.bord-red {
  border: 1px solid #c80000;
}
.bord-bordo {
  border: 1px solid #8d161e;
}

.bord-green {
  border: 1px solid #006f37;
}
.bord-jol {
  border: 1px solid #f0f0bf;
}

.tcenter {
  text-align: center;
}
.tleft {
  text-align: left;
}
.tright {
  text-align:right;
}
.tjust {
  text-align: justify;
  /* margin: 0 auto; */
}
.bold {
  font-weight: 600;
}

.padd-5 {
  padding: 5px;
}
.padd-10 {
  padding: 10px;
}

/* .pad-l-p ==== ПРОВЕРИТЬ */

.padd-l-p {
  padding: 0px 10px;
}
.padd-l-20 {
  padding-left: 20px;
}
.marg-l-40 {
  margin-left: 40px;
}
.content-28 {
  font-size: 28px;
}
.content-24 {
  font-size: 24px;
}
.content-20 {
  font-size: 20px;
}
.content-18 {
  font-size: 18px;
}
.content-16 {
  font-size: 16px;
}
.content-15 {
  font-size: 15px;
}
.content-14 {
  font-size: 14px;
}

.content-13,
.content-13 td {
  font-size: 13px;
}
.content-10,
.content-10 td {
  font-size: 10px;
}
.tital,
.font-ital {
  font-style: italic;
}
.herta {
  text-decoration: underline;
}

/* .cm,
.cm-2 {
  color: #cc0000;
}
.dop,
.primer {
  color: #6633cc;
}
.primer {
  padding-bottom: 10px;
}

.dop,
.cm,
.cm-2,
.primer {
  font-weight: 400;
  font-size: 18px;
}
.dop li {
  font-size: 16px;
}
.dop ul {
  margin-top: 0px;
} */

.norm {
  font-weight: 400;
}
.line-v1 {
  border-left: 5px dotted #009966;
  padding: 1px 10px;
}

.dop::before {
  /* content: "\f015 "; */
  content: "Дополнительно: ";
}
.cm::before {
  content: "Смотри: ";
  color: red;
}
.cm-2::before {
  content: "См. ";
  color: red;
}

/* Грибы */
.grib-yadno1 {
  background: url(/rubrika/03-grib/image/iko-1.png) no-repeat;
  color: #618571;
}
.grib-yadno2 {
  background: url(/rubrika/03-grib/image/iko-2.png) no-repeat;
  color: #ce3a37;
}
.grib-yadno3 {
  background: url(/rubrika/03-grib/image/iko-3.png) no-repeat;
  color: #893e32;
}
.grib-yadno1,
.grib-yadno2,
.grib-yadno3 {
  height: 40px;
  padding-left: 60px;
  background-color: #e2f7eb;
}

/* 
.tema {
  margin-top: 10px;
  padding: 5px;
  padding-left: 10px;
  color: #009966;
  border: 1px solid #d9dfda;
  border-left: 10px solid #3b424a;
  background-color: #f0f5f0;
}
.tema ul {
  margin-top: 0px;
}
.tema::before {
  content: "По теме: ";
  font-size: 19px;
  color: #3b424a;
  font-weight: 700;
} */
/* 
.tema-zag::after {
    font-family: 'FontAwesome';
    content: " \f024 ";
    font-size: 18px;
    color: #3b424a;
  } */

.primer::before {
  content: "Пример ";
}
.zvezda::before {
  content: " * ";
  color: #cc0000;
  font-weight: 600;
}
.tip-knopka-1 {
  color: #009966;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #d9dfda;
  box-shadow: 0 3px #011b0e inset;
}
.tip-knopka-2 {
  padding: 5px;
  border-radius: 5px;
  background-color: #009966;
  box-shadow: 0 -3px #011b0e inset;
}
.tip-knopka-2:hover {
  background-color: #d9dfda;
  color: #fa0707;
  text-decoration: none;
}

.sidebar {
  font-size: 15px;
  margin-bottom: 10px;
}

.main__page-left-social {
  display: flex;
  /*justify-content: space-between;*/
  /*align-items: center;*/
  /*width: 30%;*/
  padding: 20px 0;
  left: 0;
  right: 0;
  margin: 0 50%;
}

.simv-v span,
.simv-v {
  vertical-align: super; /* Символ сверху */
  font-size: small;
}
.simv-n {
  vertical-align: sub; /* Символ снизу */
  font-size: small;
}

.footer {
  color: #e0e3e3;
  border-top: 2px solid #e0e3e3;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  background-color: #3b424a;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 15px 0px 10px 0px;
}

.logo-foot {
  padding-left: 10px; 
  margin-top: -50px;
  color:#b6b4b4;
}

.footer-logo img {
  border: 2px solid #d9dfda;
  border-radius: 50%;
}
.footer__bottom-inner-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__bottom-inner-2 {
  display: block;
  padding-right: 3%;
}
.footer__bottom-menu {
  display: flex;
  margin: 0;
  padding: 0;
}
.footer__bottom-menu ul {
  margin: 0;
  padding: 0;
}

/* 
.footer__bottom-menu li + li{
  отступ кроме первого элемента, +li это соседняя li
   padding-left: 10px;
}
*/

.footer__bottom-menu a {
  color: #ffffff;
  opacity: 0.6;
  padding: 0 10px;
}
.footer-poisk-but {
  border: 1px solid #d9dfda;
  border-radius: 4px; /*  14px */
  padding: 4px 10px;
  font-size: 11px;
  text-align: center;
  width: 140px;
}
.footer-poisk-but:hover {
  background-color: #009966;
}
.footer-poisk-but a {
  color: #ffffff;
  /*opacity: 0.6;*/
  text-decoration: none;
}
.but-social {
  text-align: center;
  padding: 20px 0;
}
.footer__bottom-copy {
  color: #e0e3e3;
  opacity: 0.6; /* получаем #d9dfda*/
  border-top: 1px dashed #636262;
  text-align: center;
  font-size: 13px;
  padding: 10px 0;
}

.footer-link {
  color: #e0e3e3;
}
.footer-link:hover {
  color: #e0e3e3;
  text-decoration: underline;
}

/* Кнопка вверх #top*/
#scrollup,
.scrollup {
  width: 45px;
  height: 45px;
  opacity: 0.4;
  position: fixed;
  bottom: 140px;
  right: 25px;
  display: none;
  text-indent: -9999px;
  background: url("/image/icon_top.png") no-repeat;
}
#scrollup:hover,
.scrollup:hover {
  opacity: 0.7;
}

.w-250,
.w-250 img {
  max-width: 250px;
}
.w-300,
.w-300 img {
  max-width: 300px;
}
.w-400,
.w-400 img {
  max-width: 400px;
}
.w-500,
.w-500 img {
  max-width: 500px;
}
.w-600,
.w-600 img {
  max-width: 600px;
}
.w-700 {
  max-width: 700px;
}
.w-800,
.w-800 img {
  max-width: 800px;
}

/***** Голоса птиц ***** */
.im550 img {
  width: auto;
  max-width: 550px;
  border: 1px solid #7e5a25;
  padding: 3px;
}
.im550 img:hover {
  cursor: pointer;
}
/*  Птицы России */
.ptiz-ross span {
  color: #ed5500;
  font-weight: bold;
  font-size: 20px;
}
.ptiz-ross span.fiol {
  color: #8a2be5;
  font-weight: normal;
  font-style: italic;
}
.ptiz-ross span.red {
  color: #f00021;
  font-weight: bold;
  font-size: medium;
}
.ptiz-ross ul li {
  list-style-type: square;
}

/*  Птицы России  */
.kniga::before,
.god::before,
.kniga-center,
.god-center {
  font-weight: normal;
  white-space: nowrap;
  font-size: 20px;
}
.kniga::before {
  content: " \21C4  Красная книга России "; /* \27BE */
}
.kniga-center::before {
  content: " Красная книга России "; /* \27BE */
}
.god::before {
  content: " \21C4  Птица года России-";
}
.god-center::before {
  content: "  Птица года России-";
}
.kniga,
.kniga-center {
  color: #f00021;
}
.god,
.god-center {
  color: #8a2be5;
  font-weight: normal;
}

.foto-zag {
  color: #8d161e;
  font-weight: bold;
  font-size: 13pt;
  background-color: #e8e8e8;
  padding: 5px 20px;
  margin: 0;
}
