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

a:hover {
  color: #c80000;
  text-decoration: underline;
  /*background-color: #f9f9f9;*/
}

a:hover img.lupa,
.mycursor {
  cursor: url("/1-rubrika/02-css/images/kursor/zoom.cur"), pointer;
}

.hirli li {
  margin-top: 1em;
}
.hirli05 li {
    margin-top: 0.5em;
  }
.hirli02 li {
    margin-top: 0.2em;
  }  

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

ul.typno li {
  list-style-type: none;
}

.marker-disc li {
  list-style-type: disc;
}
.marker-disc li ol li {
  list-style-type: decimal;
}
.mark-li-red li {
  list-style: none;
} 
.mark-li-red li::before {
content: "\2022";
color: #de3568;
font-size: 26px;
position: absolute;
margin-left: -16px;
margin-top: -7px;
}
mark {
  background-color: #fff;
  border-bottom: 2px dashed #4407a7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0px 0px 10px 0px;
}
h1 {
  font-size: 27px;
  margin-bottom: 10px;
}
h1 a,
h2 a,
h3 a {
  text-decoration: none;
  color: #3b424a;
}
img {
  margin: 0;
  padding: 0;
  /* width: 100%; */
   /* max-width: 100%; */
  
  /* запрет на копирование */
  /* pointer-events: none; */
}

.hr-bold {
  border: none; height: 10px; 
  background-color: #eaeaea; 
  margin: 80px -15px;
}

.ala__tab-wid-100 {
  width: 100%;
  margin: 0;
  padding: 0;
}

.ala__tab-widl {
  width: 60%;
  padding: 0;
}
.ala__tab-widp {
  width: 40%;
  padding: 0;
  overflow-x:auto;
}

pre {
  /* white-space: pre; */
  white-space: pre-wrap;
  overflow-x: auto;
  padding-bottom: 5px;
}
code {
  color:#b1500f;
  padding: 0 1px;
}
.nobr {
  white-space: nowrap;
}

kbd {
  font-weight: 400;
}

blockquote {
  margin: 0 20px;
}
blockquote blockquote {
  margin: 0 40px;
}

iframe {
  border: 0;
}
iframe.meny-big {
    height: 820px;
    width: 100%;
}
iframe.meny-mini {
    height: 670px;
    width: 100%;
}
.pusto {
    display: block;
    height: 130px;
}
/*
body {
    font-family: "Open Sans", Arial, sans-serif;

    font-family: "Open Sans", "Roboto", Arial, sans-serif; 
    line-height: 1.5; /* Высота линии\строк в тексте
    font-size: 16px;
    font-weight: 400;
    color: #293848; /* #3b424a #293848 
    background-color: #d9dfda;
  
  /* background-color: #fff; */

  /*background-image: url(../images/fon-1-s-001.png);*/
  
}
.container {
  max-width: 1580px; /* 1480+10+10(padding) = 1600*/
  margin: 0 auto; /* по центру слева и справа auto */
  padding: 0; /* внутренний отступ */
}

.header {
  /*margin-top: 10px;*/
  padding-top: 5px;
  background-color: #3b424a; /* #cdd6d0 #7f8c8d */
  /*border-bottom: 3px solid #d9dfda;*/
}
.header__inner {
  display: flex; /* строит родительские блоки div в строку */
  justify-content: space-between; /* раскидывает блоки div  равномерно по всей ширине container по углам */
  /*height: 71px;*/ /* высота выравневаемого контейнера по вертикали */
  align-items: center; /* выравнивание контейнеров по вертикали */
  padding: 10px 10px 10px 0;
  /*z-index: 30;*/
}

.header__logo {
  min-width: 250px;
  /*background: #f1d3d3;*/
  text-align: center;
}

/* начало буквы В ЛОГО*/
.header__logo-text {
  letter-spacing: 8px;
  padding-left: 7px;
  font-size: 14px;
  color: #a9b5bd;
}
.header__logo span {
  color: #ffffff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px; /* буквы В ЛОГО*/
  border-radius: 50%;
  margin: 0; /* 	5px 0; */
  text-align: center;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
}
.header__logo span:nth-child(odd) {
  background: #009966; /* буквыыыыыыыыыыыы*/
}
.header__logo span:nth-child(even) {
  background: #c80000;
}
/* конец буквы В ЛОГО*/

.header__menu {
  margin-left: auto; /* сдвигаем меню влево */
}

.header__menu-list {
  display: flex;
  margin: 0;
  padding: 0;
}
.header__menu-list li{
    list-style-type:none;
}
.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 10px;
}
.header__menu-item a,
.header__menu-item-sub a {
  text-transform: uppercase; /* заглавные буквы */
  font-size: 12px;
  letter-spacing: 1px; /* расстояние между буквами */
  color: #ffffff; /*   #d9dfda     цвет без прозрачности */
  opacity: 0.85; /*прозрачность */
  transition: all 0.5s; /* плавность при наведении */
  /*color: rgba(0,0,0,.85);*/ /* не прзрачность 85% */
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}
.header__menu-item a:hover {
  color: #c80000;
}
.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;
  /*display: block;*/
}
.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: none;*/
  display: block;
}

.pagen__inner {
  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%;*/
  /*border-bottom: 1px solid #000000;*/
}
.main__page-left,
.main__page-left-map {
  width: 19%;
  min-width: 300px;
}
.main__page-right {
  width: 18%;
  min-width: 250px;
}
.main__page-center {
  width: 61%;
}
.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;
}
.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: #d9dfda;
  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: #009966;
  color: #fff;
}
/* .fa {
    font-family: "FontAwesome";    
} */
.ico-menu {
  /* content: "\f0f6"; */
  /* font-family: 'FontAwesome'; */
  color: #fff;
  background-color: #009966;
  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: #009966;
  padding-right: 10px;
}
.fa-code::before {
  content: "\f121";
  font-family: "FontAwesome";
}
.fa-all::before {
  content: "\f15c";
  font-family: "FontAwesome";
}

.panel {
  /* margin-top: -10px;   */
  padding: 5px 0px 0px 5px;
  color: #212121;
  background-color: #fff;
  /* font-weight: 400; */
  max-height: 0;
  /* max-height: 300px; */
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.panel ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
/* .panel ul li {

} */

/* .info-razdel,
.title-sprav {
  color: #638173;
  padding-right: 5px;
}
*/

.blok__flex-70,
.blok__flex-100 {
  display: flex;
  justify-content: space-between;
}
.blok__flex-100 {
  width: 100%;
}
.blok__flex-70 {
  width: 70%;
}
.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;
}

.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; */
}
.ala__tab-primer-cod {
  font-family: monospace;
  line-height: normal;
  padding: 10px;
  padding-right: 2px;
  overflow: auto;
}
.zag-koso {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  padding: 26px 0;
  background-color: #fa9006;
  margin-bottom: 20px;
 }
 .zag-koso div {
   transform: rotate(-2deg);
 }
 .zag-koso div div {
   padding: 10px 0;
   background-color: #fbf7ee;
   max-width: 80%;
   width: 100%;
   margin: 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;
}

.tab1,
.tab2,
.tab3,
.tab28 {
  margin: 0px;
  padding: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
  /* border: 1px solid #7e5a25; */
}
.tab1 td,
.tab3 td,
.tab28 td {
  padding: 6px;
  /* border-collapse: collapse; */
  border: 1px solid #7e5a25;
  vertical-align: top;
  text-align: left;
  /* font-size: 15px; */
}
.tab1 td,
.tab3 td {
  font-size: 15px;
}
.tab3 tr:nth-child(even) {
  background-color: #f2f2f2;
}

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

.tab2 td {
  padding: 4px;
  border-collapse: collapse;
  border: 1px solid #c0c0c0;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
}
.nobord,
.nobord td {
  /* border: 0px; */
  border: none;
}

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

.tab-chap,
.tab-chap-norm,
.ala__tab-chap {
  background-color: #e8e3d4;
  color: #7e5a25;
}
.tab-chap {
  font-weight: 700;
}

.ala__tab-chap {
  border-top: 1px solid #7e5a25;
  border-bottom: 1px solid #7e5a25;
  padding-left: 5px;
  font-weight: 400;
}

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

.ala__tab {
  display: flex;
  justify-content: space-around; /* расстояния одинаковые*/
  /*justify-content: space-between;*/
  /*justify-content: center;*/
  /*justify-content:flex-start;*/ /*по умолчанию*/
  /*justify-content: inherit;*/
}

.ala__tab-razdel {
  border-left: 1px solid #7e5a25;
}

.ala__tab {
  text-align: left;
}
.item-center {
  align-items: center;
}
.item-top {
  align-items: top;
}

.tabzvet1 {
  border-spacing: 10px 0px;
  padding: 20px 10px;
  background-color: #202020;
  font-size: 14px;
  color: #cccccc;
}

.tabzvet1 tr {
  height: 60px;
}
.tabzvet1 td {
  background-color: #423737;
}
.tabzvet1 tr.mini {
  height: 40px;
}
.tabzvet1 tr.mini2 {
  height: 20px;
}
.tabzvet1 tr.mini2 td {
  background-color: #202020;
}

.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,
.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 span {
  white-space: nowrap; /* не переносить */
}
.but-demo:hover {
  color: #009966;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #009966;
}

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

.bg-10 {
  background-color: #e6e6ff;
}
.bg-11 {
  background-color: #ffdbdb;
}

/* .ser-svet {
  color: #7e858f;
} */
.zvet-boody {
  color: #d9dfda;
}
.red {
  color: #cc0000;
}
.bordo {
    color: #790603;
  }
.blue {
    color:#167ad2;
  }
.green {
  color: #009966;
}
.fiol {
  color: #6633cc;
}
.oran {
  color: #b1500f;
}
.kor {
  color: #7e5a25;
}
.ser {
  color: #808080;
}
.osnovn {
  color: #3b424a;
}
.bord-kor,
.termin-blok {
  border: 1px solid #7e5a25;
}

.bord-kor-ala__tab {
  border: 1px solid #7e5a25;
  border-top: none;
}
.bord-s {
  border: 1px solid #c0c0c0;
}
.bord-red {
  border: 1px solid #c80000;
}
.bord-green {
  border: 1px solid #009966;
}
.tright,
.right,
td.right {
  text-align: right;
}
.tcenter,
.center,
tr.center td,
td.center {
  text-align: center;
  margin: 0 auto;
}
.tleft,
.left {
  text-align: left;
  /* margin: 0 auto; */
}
.tjust,
.just {
  text-align: justify;
  /* margin: 0 auto; */
}
.bold {
  font-weight: 700;
}

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

.pad-l-p {
  padding: 0px 10px;
}
.pad-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,
.ala__tab-primer-cod {
  font-size: 14px;
}
.content-13,
.content-13 td {
  font-size: 13px;
}
.content-10,
.content-10 td {
  font-size: 10px;
}
.font-ital {
  font-style: italic;
}

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

.dop,
.cm,
.cm-2,
.primer {
  font-weight: 400;
  font-size: 18px;
}
.primer-bold, .primer-bold::before {
  font-weight: 700;
  font-family:"Open Sans", Arial, sans-serif;
}
.dop li {
  font-size: 16px;
}
.dop ul {
  margin-top: 0px;
}

.norm {
  font-weight: 400;
}
.dop::before {
  /* content: "\f015 "; */
  content: "Дополнительно: ";
}
.cm::before {
  content: "Смотри: ";
}
.cm-2::before {
  content: "См. ";
}
.tema, .note {
  margin-top: 10px;
  padding: 5px;
  padding-left: 10px;
  /* border-radius: 5px; */
  border: 1px solid #d9dfda;
  border-left: 10px solid #3b424a;
  background-color: #f0f5f0;
}
.tema {
    color: #009966;
}
.note {
    border-left: 3px solid #3b424a;
    padding-left: 20px;
    /* color: #009966; */
    margin-bottom: 20px;
}
.tema ul {
  margin-top: 0px;
}
.tema::before {
  content: "По теме: ";
  font-size: 19px;
  color: #3b424a;
  font-weight: 700;
}
.punkt111::before {
    content: "\f015 "; /* 276F 273B 2731 2713 25CF 25A0  25BA 25C6 */
    font-size: 16px;
    color: #3b424a;
    font-weight: 700;
    padding-right: 10px;
    padding-left: 0px;
     color:#009966;
  }


.primer::before, .primer-bold::before {
  content: "Пример ";
}

.zvezda::before {
  content: " * ";
  color: #cc0000;
  font-weight: 600;
}

.marker-style1 div {
  color: #293848;
}
ul.marker-style1 li {
  list-style: square;
  color: #c80000;
  /* margin-left: 40px; */
}
.teg-html5,
.teg-html52 {
  background: url(../images/html5-20.png) no-repeat;
}
.teg-html5 {
  color: #e64d26;
}
.teg-html52 {
  color: #3b424a;
}
.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%;
}

.footer {
  background-color: #3b424a;
  color: #636262;
  border-top: 1px solid #bbb9b9;
}

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

.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 {
  list-style: none;
}

/* 
.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 {
  /*max-width: 200px;*/
  /*padding-left: 10px;*/
  text-align: center;
  padding: 20px;
  /*background: #fff;*/
}
.footer__bottom-copy {
  /*background-color: #d9dfda;*/
  color: #ffffff;
  opacity: 0.6; /* получаем #d9dfda*/
  /*border-top: 1px solid #a3a0a0;*/
  border-top: 1px dashed #636262;
  text-align: center;
  font-size: 13px;
  padding: 10px 0;
}

.footer-link {
  color: #d9dfda;
}
.footer-link:hover {
  color: #d9dfda;
  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("../images/icon_top.png") no-repeat;
}
#scrollup:hover,
.scrollup:hover {
  opacity: 0.7;
}

/******* widget о сайте ******/
.widget__title {
  position: relative;
  /* cursor: pointer; */
}

.widget__title::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 01px;
  background-image: url("../images/ico-01.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position: center;
  cursor: pointer;
}

.widget__title--active::after {
  transform: rotate(180deg);
}

.widget__body {
  display: none;
}

.widget__body--active {
  display: block;
}

figcaption {
  background-color:#525252;
  color: white;
  padding: 5px;
  text-align: center;
}

.w-600,
.w-600 img {
  max-width: 600px;
}
.w-700 {
  max-width: 700px;
}
.ads-goriz {
  /* display: none; */
   display: block;
}
.ads-vert {
  display: none;
  /* display: block; */
}

.font-awesome-list {
  border: 1px solid #c0c0c0;
}
.font-awesome-list ul {
  -webkit-column-count: 2; /* Для Safari и Chrome */
  -moz-column-count: 2; /* Для Firefox */
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.font-awesome-list i {
  width: 30px;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 10px;
}

.font-awesome-list li i::before {
  font-size: 24px;
  position: relative;
  top: 4px;
  color: #666;
}
.font-awesome-list li:hover i::before {
  color: #009966;
}

.font-awesome-list li:hover {
  background-color: #d9dfda;
}

.font-awesome-list span {
  display: inline-block;
  font-size: 18px;
}

.font-awesome-list .icon-name {
  width: 180px;
  /* text-align: left; */
}

.font-awesome-list .icon-value {
  color: #009966;
}

.font-awesome-font-group li {
  list-style-type: none;
}

