body {
  background-image: url(../img/body.png);
  background-position: left 90px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

p {
  margin-top: 0;
  margin-bottom: 0.7rem;
}

.news_article h2 {
  font-size: 1.29rem;
  font-weight: 600;
  margin-bottom: 20px;
  background: #ececec;
  padding: 15px;
  text-align: left;
}

.news_article h3 {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 20px;
  background: #f7f7f7;
  padding: 15px;
  line-height: 1.7rem;
  text-align: left;
}

/*
.img-fluid{  
     filter: grayscale(50%);
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    filter: url(grayscale.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(0.5); 
}

*/

.slogan {
  font-size: 1.05rem;
  font-weight: normal;
  display: block;
  color: #808080;
  font-style: italic;
}

.img_home_adv {
  border-radius: 0px;
}

.padding_right_5 {
  padding-right: 5px;
}

.padding_left_5 {
  padding-left: 5px;
}

.padding_left_right_10-5 {
  padding-left: 10px;
  padding-right: 10px;
}

/* prealoader site*/
.loaderArea {
  background: linear-gradient(90deg, #293a5b 10%, #4573ae 90%);
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
}

/* -------------- Clock -------------- */

.loader1 {
  position: relative;
  height: 80px;
  width: 80px;
  border-radius: 80px;
  border: 3px solid rgba(255, 255, 255, 0.7);

  top: 28%;
  top: -webkit-calc(50% - 43px);
  top: calc(50% - 43px);
  left: 35%;
  left: -webkit-calc(50% - 43px);
  left: calc(50% - 43px);

  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader1 3s linear infinite;
  animation: loader1 3s linear infinite;
}

.loader1:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 20px;
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background-color: #fff;
}

@-webkit-keyframes loader1 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes loader1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* prealoader site*/

/* last news categores*/

.ins_1 {
  position: relative;
  border-top: 0px solid #2b487a;
  padding: 0;
  margin: 0 0 25px 0;
}

.date_publish_1 {
  color: #ffe16b;
  font-size: 0.8rem;
  font-weight: normal;
}

.blok_last_cat_news {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0px;
  margin: 0;
  border: 0px solid red;
}

.blok_last_cat_news img {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0;
  border: 0px solid red;
}

.blok_last_cat_news .cl_1 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 0, 0, 0.4);*/
  background-image: linear-gradient(to top, black 0%, transparent 75%);
  top: 0;
  left: 0;
  border: 0px solid lime;
  text-align: center;
}

.blok_last_cat_news .cl_1:before {
  content: "";
  position: absolute;
  top: 0px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  left: 50%;
  left: calc(50% - 10px);
}

.cl_1_text {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  color: white;
  padding: 5px;
  line-height: 1.2rem;
  font-weight: bold;
  font-size: 1rem;
  padding: 0 10px 15px 10px;
}

/**/

.konsult {
  padding: 10px;
  margin: 50px auto 25px;
  display: block;
  background: #536caa;
  border: none;
  border-radius: 5px;
  color: white;
  font-weight: normal;
  font-size: 1.05rem;
}

.news_article .excretion {
  background: #f2f2f2;
  padding: 10px 15px;
  border-bottom: 0px solid #293a5b;
}

.style_block {
  background: #f2f2f2;
  padding: 15px;
  border-bottom: 0px solid #c09734;
  font-weight: normal;
  color: black;
  background-image: url(../img/exclamation.png);
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding-top: 43px;
  padding-left: 30px;
  margin-top: 0px;
  position: relative;
  margin-bottom: 20px;
}

.style_block::before {
  content: "";
  position: absolute;
  bottom: 12px;
  border: 12px solid transparent;
  border-top: 12px solid #ae892e;
  left: calc(50% - 12px);
}

/*
.style_block::before {
    content: '';
    display: block;
    width: 0px;
    height: 3px;
    background: #B88934;
    margin: 20px 20px 20px 0;
}
*/

.style_block::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #b88934;
  margin: 20px 20px 20px 0;
}

.news_article ul {
  list-style: none;
  font-family: inherit;
  margin-top: -10px;
}

.news_article ul li {
  position: relative;
  padding: 13px 0 5px 30px;
  color: inherit;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.9rem;
  text-align: left;
}

.news_article ul li:before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 0%;
  background: #b88934;
  content: "";
  left: 0;
  transition: 0.3s ease-in-out;
  top: 24px;
}

.news_article ul li:after {
  position: absolute;
  border-left: 1px dotted #4f5151;
  width: 1px;
  bottom: -12px;
  content: "";
  left: 3px;
  top: 48px;
}

.news_article ul li:hover:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.2);
}

.news_article ul li:last-child:after {
  content: none;
}

.news_article ul li > ul {
  margin-top: 20px;
}

.soc_networks {
  margin: 10px 0;
}

.soc_networks ul li:hover:before {
  box-shadow: none;
}

.soc_networks ul li:before {
  display: none;
}

.display_yes {
  display: none;
}

.b-content__addinfo {
  display: block;
  font-size: 0.95rem;
  color: #3c5785;
  margin: 10px 0;
}

.menu_footer_service {
  border-left: 1px solid white;
}

/*��������� � ������������� ����� Youtube*/
iframe {
  margin: 0 auto;
  display: block;
}

.iframe_video {
  height: 0px;

  padding-bottom: 56.2%;

  position: relative;
}

.iframe_video iframe {
  width: 100%;

  height: 100%;

  position: absolute;
}

/**/

.date_publish {
  color: #6a6a6a;
  font-size: 0.8rem;
  font-weight: normal;
}

.fa-lg {
  font-size: 1.7rem;
}

.gallery_news {
  /*height: 250px;*/
  display: block;
}

.b-addinfo {
  margin-bottom: 10px;
}

.b-addinfo__item {
  float: left;
  margin-right: 1em;
}

.add_info_page {
  background: #e3e3e3;
  margin-top: 0px;
  font-size: 0.9rem;
  color: #090808;
  padding: 0 5px;
  border-radius: 2px;
  display: inline;
}

.add_info_page + div {
  color: black;
  line-height: 1.3rem;
  font-weight: 600;
}

.padding_0 {
  padding: 0;
}

.img_logo_article {
  position: relative;
  top: -22px;
  right: 0;
  z-index: 10;
}

.korrect {
  top: 0;
}

.b-content__item-title {
  font-size: 1.5rem;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #afccfa;
}

.latest_news {
  border: 0px solid red;
}

.line_main {
  height: 10px;
  background: #2b487a;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  text-align: center;

  margin: 30px auto 0px;
  border-right: 10px solid #83b0de;
  position: relative;
}

.line_main::before {
  content: "";
  position: absolute;
  border: 20px solid transparent;
  border-bottom: 20px solid #2b487a;
  top: -43px;
  left: calc(50% - 20px);

  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -o-transform: skew(10deg);
}

.line_main::after {
  content: "";
  position: absolute;
  border: 20px solid transparent;
  border-top: 20px solid #2b487a;
  bottom: -43px;
  left: calc(50% - 10px);

  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -o-transform: skew(10deg);
}

.netkanka {
  font-weight: bold;
  font-size: 2.3rem;
  font-style: normal;
  color: #b88934;
}

#search {
  position: relative;
  height: 50px;
}

/* ����� ������ */
#footer ul > li:nth-child(1) {
  border-left: none;
}

.form-wrapper {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 4px 4px;
  margin: 0px auto;
  overflow: hidden;
  border: none;
  border-bottom: 1px solid #2b487a;
}

.form-wrapper .search_s {
  width: 100%;
  padding: 3px;
  /*font: bold 16px 'lucida sans', 'trebuchet MS', 'Tahoma';*/
  border: none;
  height: 50px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #444444;
}

.form-wrapper .search_s:focus {
  outline: 0;
  border: none;
}

.form-wrapper .search_s::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
}

.form-wrapper .search_s:-moz-placeholder {
  color: #999;
  font-weight: normal;
}

.form-wrapper .search_s:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
}

.form-wrapper .submit {
  position: absolute;
  right: 5px;

  border: 1px solid #00748f;
  height: 27px;
  width: 100px;
  padding: 0;
  cursor: pointer;
  font: bold 15px Arial, Helvetica;
  color: #fafafa;
  text-transform: uppercase;
  background-color: #0483a0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#31b2c3), to(#0483a0));
  background-image: -webkit-linear-gradient(top, #383c9a, #01033b);
  background-image: -moz-linear-gradient(top, #6267f0, #2f33a3);
  background-image: -ms-linear-gradient(top, #31b2c3, #0483a0);
  background-image: -o-linear-gradient(top, #31b2c3, #0483a0);
  background-image: linear-gradient(top, #31b2c3, #0483a0);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
}

.form-wrapper .submit:hover,
.form-wrapper .submit:focus {
  background-color: #31b2c3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0483a0), to(#31b2c3));
  background-image: -webkit-linear-gradient(top, #0483a0, #31b2c3);
  background-image: -moz-linear-gradient(top, #2f33a3, #6267f0);
  background-image: -ms-linear-gradient(top, #0483a0, #31b2c3);
  background-image: -o-linear-gradient(top, #0483a0, #31b2c3);
  background-image: linear-gradient(top, #0483a0, #31b2c3);
}

.form-wrapper .submit:active {
  outline: 0;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

.form-wrapper .submit::-moz-focus-inner {
  border: 0;
}

.add_main_text {
  border-left: 0px solid #2b487a;
  border-top: 0px solid #2b487a;

  position: relative;
  background: #f4f4f4;
  margin: 20px 15px;
}

#services::before {
  content: "";
  display: block;
  width: 300px;
  height: 3px;
  background: #b88934;
  margin: 20px auto 20px;
}

.add_main_text::after {
  content: "";
  position: absolute;
  /* top: calc(50% - 15px); */
  top: 20px;
  border: 10px solid transparent;
  border-left: 15px solid #2b487a;
  left: 15px;
}

.add_main_text > div {
  padding: 18px 20px 5px 45px;
}

.push {
  list-style: none;
}

.push li {
  position: relative;
  padding: 8px 0 0px 30px;
  color: #2b487a;
  font-variant: small-caps;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.3rem;
  text-align: left;
}

.push li a {
  color: #293a5b;
}

.push li:before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 0%;
  background: #d29d25;
  content: "";
  left: 0;
  transition: 0.3s ease-in-out;
  top: 20px;
}

.push li::after {
  position: absolute;
  border-left: 2px dotted #4f5151;
  width: 1px;
  bottom: -18px;
  content: "";
  left: 4px;
  top: 30px;
}

.push li:hover:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.2);
}

.push li:last-child:after {
  content: none;
}

.parallelogram-block {
  /*width: 250px;*/
  /*height: 90px; */
  background: #3583e6;
  /*������� ����*/
  color: #fff;
  /*���� ������*/
  /*

-moz-transform: skew(-10deg);
-o-transform: skew(-10deg);
*/
  text-align: center;
  /*������������ ������ �� ������*/
  padding: 15px;
  /*���������� �������*/
  margin: 20px auto;
  /*������������ ����� �� ������ � ������� ������ � �����*/
  border-right: 10px solid #83b0de;
  /*����� ������*/
  position: relative;
}

.parallelogram-block:before {
  content: "";
  position: absolute;
  border: 15px solid transparent;
  border-right: 20px solid #3583e6;
  left: -30px;
  top: calc(50% - 15px);
}

.img-angle-right {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 45px;
}

.ins {
  position: relative;
  border-top: 0px solid #2b487a;
}

a:hover {
  color: #69a1d0;
}

.img_name_site {
  margin: 0px 0px;
  display: block;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
}

.name_site {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin: 22px 0 0px;
  display: block;
  line-height: 2.1rem;
}

.d_img {
  margin: 0 auto;
}

.img_main_roll {
  position: relative;
  right: -30px;
}

.name_site::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #b88934;
  margin-top: 5px;
}

.man_block {
  /*background-image: url(../img/man_disin.png);*/
  background-position: left bottom;
  background-repeat: no-repeat;
}

p {
  text-align: left;
  font-size: 1.1rem;
  padding-bottom: 10px;
  line-height: 1.9rem;
}

.menu_ {
  background: #293a5b;
}

.search {
  position: absolute;
  right: 120px;
  font-size: 1.5rem;
}

.latest_news {
  margin-bottom: 5px;
}

.latest_news div.block {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0px;
  margin: 0;
  border: 0px solid red;

  margin-bottom: 25px;
}

.latest_news div.block a div .cl_1 {
  display: block;
  padding: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
  font-size: 1.1rem;
  color: black;
  background-image: url(../img/last_news_fon.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  line-height: 25px;
  /*text-transform: uppercase;*/
  font-weight: 600;
}

.latest_news div.block a div .cl_1 .sp_1 {
  display: block;
}

.latest_news div.block a div .cl_1 .sp_2 {
  display: block;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  color: black;
}

.sp_2 {
  color: black;
  font-weight: 700;
}

.add_cl_1 {
  font-size: 0.8rem;
}

.add_sp_2 {
  font-size: 1rem;
  line-height: normal;
}

.add_date_publish {
  font-size: 0.8rem;
}

.breadcrumb {
  background: #fff;
  padding-left: 35px;
  line-height: 1.5rem;
  border-left: 1px solid #2b487a;
  border-radius: 0;
  border-bottom: 1px solid #2b487a;
  position: relative;
  overflow: hidden;
  top: 5px;
}

.breadcrumb:before {
  content: "";
  position: absolute;
  top: 20px;
  border: 7px solid transparent;
  border: 4px solid #2b487a;
  left: 14px;
  /*left: calc(50% - 24px);  */
}

.breadcrumb a {
  color: #777;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.3rem;
  color: #6c757d;
  content: "/";
  padding-left: 0.3rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0rem;
}

.main_actual {
  font-weight: bold;

  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
}

.align-items-center {
  position: relative;
}

.bl_advertising {
  width: 100%;
  height: auto;
  background: none;
  margin-bottom: 10px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_advertising span {
  font-size: 2rem;
  font-weight: bold;
  color: white;
}

.bar-mobil {
  display: none;
  margin: 0;
}

.language-bar {
  position: absolute;
  right: 15px;
}

.language-bar a {
  display: inline;
  color: black;
  font-weight: bold;
}

.padding_0 {
  padding: 0;
}

#main {
  border: 0px solid red;
  position: relative;
  top: 85px;
  padding-bottom: 120px;

  background-image: url(../img/body_right.png);
  background-position: right 500px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#main_ {
  border: 0px solid red;
  position: relative;
  top: 100px;
  padding-bottom: 120px;

  background-image: url(../img/body_right.png);
  background-position: right 500px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

div.scrollmenu {
  background-color: #293a5b;
  overflow: auto;
  white-space: nowrap;
  position: relative;
}

div.scrollmenu ul {
  display: inline;
}

div.scrollmenu ul li {
  display: inline;
}

div.scrollmenu li a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 17px;
  text-decoration: none;
  position: relative;
}

div.scrollmenu li:first-child a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 17px 14px 7px;
  text-decoration: none;
  position: relative;
}

div.scrollmenu li a:before {
  content: "";
  position: absolute;
  top: 23px;
  border: 20px solid transparent;
  border: 3px solid #7cceff;
  right: -7px;
}

div.scrollmenu li a:hover {
  /*background-color: #6CA3FE;*/
  color: #dcbd85;
}

div.scrollmenu li:last-child a:before {
  content: "";
  position: absolute;
  top: 23px;
  border: 50px solid transparent;
  border: 0px solid #fff;
  right: -7px;
}

.main_block {
  margin-top: 0px;
  position: relative;
  padding-top: 0px;
  border: 0px solid red;
  margin-top: 0px;
}

.main_block .div_wrapper {
  border-left: 1px solid #293a5b;
  margin-left: 0px;
  padding: 15px 10px 10px 15px;
}

.main_block .div_wrapper .div_inner {
  margin-top: -45px;
}

.main_block .div_wrapper .div_inner .div_h1 {
  border: none;
  margin-right: 0px;
  font-size: 1rem;
  background: #ffffff;
  padding: 12px 10px 5px 40px;
  margin: 25px -10px 0px -23px;
  border: 1px solid #293a5b;
  border-left: none;
  border-right: none;
  color: #293a5b;
}

.main_block .div_wrapper .div_inner .div_h1 h1 {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1px 0 0 10px;
}

.main_block .div_wrapper .div_inner .div_text {
  margin-top: 20px;
  text-align: justify;
}

.main_block .div_wrapper .div_inner .div_text img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto 20px;
}

.img_prevu_news {
  width: 100%;
  /*float: left;*/
  margin: -5px 10px 10px 0;
}

.main_block:before {
  content: "";
  position: absolute;
  top: 17px;
  border: 13px solid transparent;
  border: 7px solid #293a5b;
  left: 10px;
  /*left: calc(50% - 24px);  */
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

/* --- */

/*********************************************/
/***** Pagination BEGIN *****/
/*********************************************/
.b-pagination {
  padding-left: 0;
}

.b-pagination__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.b-pagination__item:first-child {
  margin-left: 0;
}

.b-pagination__item a,
.b-pagination_page-active {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  color: #333;
  text-decoration: none;
  vertical-align: middle;
}

.b-pagination_page a,
.b-pagination_page-active {
  width: 35px;
  text-align: center;
}

.b-pagination_page-active {
  background-color: #f4f4f4;
}

.b-pagination__arrow {
  color: #999;
  position: relative;
  top: 3px;
}

.b-pagination_first {
  margin-right: 20px;
}

.b-pagination_last {
  margin-left: 20px;
}

/*********************************************/
/***** END Pagination *****/
/*********************************************/

/*********************************************/
/***** Comments BEGIN *****/
/*********************************************/

.g-section-m__title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.b-comments {
}

.b-comments__message_info {
  margin-bottom: 1.5em;
}

.b-comments__form {
  margin-bottom: 2em;
}

#b-comments__form-anchor {
  position: absolute;
  margin-top: -250px;
}

/* S */
@media (max-width: 768px) {
  #b-comments__form-anchor {
    margin-top: -50px;
  }
}

.b-comments__list {
  margin-bottom: 2em;
}

.b-comments__post {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #e4e4e4;
}

.b-comments__post:first-child {
  margin-top: 0px;
  padding-top: 10px;
  border-top: 0;
}

.b-comments__post-header {
  padding-bottom: 5px;
  font-size: 0;
}

.b-comments__post-author {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
}

.b-comments__post-date {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  font-size: 1rem;
  color: #999;
}

.b-comments__post-rate {
  display: inline-block;
  margin-top: 4px;
  vertical-align: top;
  font-size: 1rem;
}

.b-comments__post-text {
  margin-bottom: 10px;
}

.b-comments__post-vote {
  font-size: 0;
  color: #999;
}

.b-comments__post-vote-item {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  font-size: 1rem;
  color: #999;
  text-decoration: none;
}

.b-star-number {
}

.b-star-number__ico {
  float: left;
  margin-left: 1px;
  color: #ffb300;
}

.b-star-number__ico:first-child {
  margin-left: 0;
}

.b-star-rating {
  font-size: 0;
}

.b-star-rating__wrap {
  display: inline-block;
  font-size: 1rem;
}

.b-star-rating__wrap:after {
  content: "";
  display: table;
  clear: both;
}

.b-star-rating__ico {
  float: right;
  padding-left: 2px;
  cursor: pointer;
  color: #ffb300;
}

.b-star-rating__ico:last-child {
  padding-left: 0;
}

.b-star-rating__input {
  display: none;
}

.b-star-rating__ico:hover:before,
.b-star-rating__ico:hover ~ .b-star-rating__ico:before,
.b-star-rating__input:checked ~ .b-star-rating__ico:before {
  content: "\f005";
}

/*********************************************/
/***** END Comments *****/
/*********************************************/

/*������ - �����������*/

.g-form-m__buttons {
  margin-top: 7px;
}

.blok_comment {
  border: 0px solid red;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px;
  border-left: 3px solid #00a9c1;
}

.b-comments__post {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  background: #f7f7f7;
  padding: 10px;
  border-radius: 2px;
  margin-bottom: 10px;
}

.g-section-m {
  padding: 0rem 0 2rem;
  margin-top: 20px;
}

.b-comments h3 {
  color: #373737;
}

.b-comments__post-author {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
}

.b-comments__post-vote-item {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  font-size: 1.05rem;
  color: #999;
  text-decoration: none;
}

.b-comments__post-text {
  margin-bottom: 10px;
  border: 0px solid;
  text-align: justify;
}

.b-comments__post-rate i,
.b-star-rating__ico {
  color: #4f9bec;
}

.b-star-number {
  font-size: 1.2rem;
}

.b-comments__post-date {
  display: block;
  margin-left: 0px;
  text-indent: 0;
  font-size: 1rem;
}

.g-form-m__field-captcha-image {
  float: none;
  position: relative;
}

.b-comments__form {
  background: #fff;
  background-image: none;
  border-radius: 0px;
  border-top: 1px solid #e0dddd;
  border-left: 1px solid #e0dddd;
  background-image: url("../img/commets_show.jpg");
  font-size: 1.3rem;
}

.g-form-m_main {
  background: none;
  padding: 15px;
  text-align: left;
}

.g-form-m__field_title-left .g-form-m__field-title {
  font-size: 1.05rem;
}

.g-form-m__field-title {
  margin-bottom: 0rem;
  color: #000;
  font-weight: bold;
  font-size: 1.05rem;
}

.g-form-m__field_title-left .g-form-m__field-section {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.05rem;
}

.g-form-m__field-input {
  display: block;
  border: 1px solid #e4e4e4;
  font-size: 1.05rem;
  color: #333;
  font-style: italic;

  width: 100%;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 1px solid #ddd;
}

.g-form-m__field-area {
  display: block;
  border: 1px solid #e4e4e4;
  font-size: 1.2rem;
  color: #333;
  font-style: italic;
  padding: 10px;
}

.b-star-rating__wrap {
  display: inline-block;
  font-size: 1.3rem;
}

.g-btn_l {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 2px;
  font-size: 1.05rem;
  border: 0;
  color: #fff;
  background-color: #3c5785;
  text-decoration: none;
}

.g-btn_l:hover {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 2px;
  font-size: 1.3rem;
  border: 0;
  color: #fff;
  background-color: #6f83a5;
  text-decoration: none;
}

.g-form-m__field {
  display: block;
  margin-top: 0.2em;
}

/**/

/**/

.result_recaptcha {
  border: 1px solid red;
  padding: 5px;
  color: red;
  margin-bottom: 10px;
  display: block;
  font-size: 1.05rem;
}

.comments_title {
  margin: 30px 5px;
  font-weight: bold;
  border-bottom: 3px solid #0b5a67;
  font-size: 2.3rem;
  color: #0c6270;
}

.comments_text {
  margin: 5px;
}

/* */

/*����� �������� �����*/

.fos {
  /*
	-webkit-transform: skew(-5deg);
	   -moz-transform: skew(-5deg);
	     -o-transform: skew(-5deg);
*/

  padding: 10px;
  text-align: center;
  font-size: 1.2rem;
  background: #3583e6;
  color: white;
}

.obratnaia-sviaz input,
textarea {
  border-radius: 0px;
  font-size: 1.05rem;
  color: black;
  font-style: normal;
  background: none;
  border: none;
  border-bottom: 1px solid #3c3c3c;
  height: auto;
  outline: none;
  padding: 10px 0;
  width: 100%;
  margin-bottom: 10px;
}

.obratnaia-sviaz textarea {
  height: 150px;
}

.obratnaia-sviaz input[name="captcha"] {
  width: 100%;
}

.obratnaia-sviaz textarea {
  border-bottom: 1px solid #1d1d1d;
}

.obratnaia-sviaz input.submit {
  margin-top: 10px;
  width: 200px;
  border: 0px solid #dc6c2a;
  background: #2d656e;
  color: white;
  font-style: normal;
}

.obratnaia-sviaz p {
  color: red;
  font-size: 1.05rem;
  font-weight: normal;
  text-indent: 0px;
  padding: 0;
  text-align: left;
}

.obratnaia-sviaz p.sprav {
  color: #2f2f2f;
}

.obratnaia-sviaz label {
  font-size: 17px;
}

.send_message_button {
  display: block;
  margin: 50px auto 20px;
  color: white;
  background: #3c5785;
  border: none;
  border-radius: 3px;
  font-size: 1.05rem;
}

/* */

/*table scroll*/
.table-wrap2 {
  overflow-x: auto;
}

table.table-2 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table.table-2 tr {
  background-color: #f8f8f8;
}

table.table-2 th,
table.table-2 td {
  text-align: center;
  padding: 8px;
  border: 1px solid #ddd;
}

table.table-2 th {
  font-weight: bold;
}

table.table-2 tr:nth-child(odd) {
  background-color: #efefef;
  /* ôîí íå÷åòíûõ ñòðîê */
}

table.table-2 tr:nth-child(even) {
  background-color: #ffffff;
  /* ôîí ÷åòíûõ ñòðîê */
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1570px;
  }
}

/**/
