/*
Theme name: infotrubi
Description: Тема Wordpress для сайта infotrubi
Author: Aleksandrlao
Author URI: http://aleksandrlao.ru
*/


@font-face {
    font-family: "ProximaNova";
    src: url("fonts/ProximaNovaRegular/ProximaNovaRegular.eot");
    src: url("fonts/ProximaNovaRegular/ProximaNovaRegular.eot?#iefix")format("embedded-opentype"),
    url("fonts/ProximaNovaRegular/ProximaNovaRegular.woff") format("woff"),
    url("fonts/ProximaNovaRegular/ProximaNovaRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "ProximaNova";
    src: url("fonts/ProximaNovaLight/ProximaNovaLight.eot");
    src: url("fonts/ProximaNovaLight/ProximaNovaLight.eot?#iefix")format("embedded-opentype"),
    url("fonts/ProximaNovaLight/ProximaNovaLight.woff") format("woff"),
    url("fonts/ProximaNovaLight/ProximaNovaLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "ProximaNova";
    src: url("fonts/ProximaNovaBold/ProximaNovaBold.eot");
    src: url("fonts/ProximaNovaBold/ProximaNovaBold.eot?#iefix")format("embedded-opentype"),
    url("fonts/ProximaNovaBold/ProximaNovaBold.woff") format("woff"),
    url("fonts/ProximaNovaBold/ProximaNovaBold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}



*, *::before, *::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
  color: #282929;
	font: 17px/24px "ProximaNova", Arial, sans-serif;
}
.m_box {
	width: 100%;
	min-width: 320px;
	position: relative;
}
.m_inb {
	width: 97%;
  min-width: 320px;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  border-top: 0px solid transparent;
}
.m_inb::after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  height: 0;
}

a {
  color: #1c6f90;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

input, textarea, select {
  font-family: "ProximaNova", Arial, sans-serif;
}





/* Header ----------------------------------------------------------------------------- */
.header {
	padding-top: 40px;
  padding-bottom: 40px;
  background: url('i/bg-head.jpg') top center no-repeat;
  background-size: cover;
  color: #d5e7ef;
}
.header__front::before {
  content: '';
  position: absolute;
  bottom: -64px;
  left: calc(50% - 80px);
  width: 635px;
  height: 446px;
  background: url('i/bg-head-man.png') left top no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 10;
}
.h_logo {
  display: inline-block;
  vertical-align: top;
  min-height: 51px;
  padding-top: 7px;
  padding-left: 62px;
  position: relative;
  color: #fff;
  font-size: 21px;
  line-height: 25px;
  text-decoration: none;
  text-transform: uppercase;
}
.h_logo span {
  color: #c3c420;
  font-weight: bold;
}
.h_logo::before {
  content: '';
  position: absolute;
  top: -14px;
  left: -14px;
  width: 76px;
  height: 78px;
  background: url('i/bg-logo.png') center no-repeat;
}
.h_logo::after {
  content: "вся информация о трубах здесь";
  position: absolute;
  top: 32px;
  left: 62px;
  color: #9a9a9a;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  text-transform: none;
}
.header h1 {
  width: 100%;
  max-width: 600px;
  margin-top: 50px;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
  font-size: 27px;
  font-weight: bold;
  line-height: 33px;
  text-transform: uppercase;
}
.header h1 span {
  font-size: 30px;
}
.h_list {
  max-width: 450px;
  padding-bottom: 5px;
  position: relative;
}
.h_list::before, .h_list::after {
  content: '';
  position: absolute;
  top: -152px;
  right: -172px;
  width: 147px;
  height: 150px;
  background: url('i/bg-question-box.png') repeat;
  border: 3px solid #1c6f90;
  border-left: none;
}
.h_list::after {
  right: -25px;
  width: 3px;
  background: transparent;
  border: none;
  border-top: 20px solid #1c6f90;
  border-bottom: 20px solid #1c6f90;
}
.h_item {
  padding-left: 30px;
  padding-bottom: 15px;
  position: relative;
  font-size: 18px;
  line-height: 24px;
}
.h_item::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 3px solid #c3c420;
  border-radius: 50%;
  background-color: transparent;
}
.h_search {
  float: right;
  width: 380px;
  min-height: 52px;
  background-color: rgba(255, 255, 255, .2);
  position: relative;
}
.h_search::before {
    content: '\f002';
    position: absolute;
    top: 0;
    right: 19px;
    pointer-events: none;
    color: #1c6f90;
    font-family: 'fontAwesome';
    font-size: 26px;
    line-height: 52px;
}
.h_search::after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  height: 0;
}
.h_search input {
  float: left;
  width: calc(100% - 50px);
  height: 52px;
  padding-left: 22px;
  border: none;
  outline: none;
  background-color: transparent;
}
.h_search input:focus {color: #adadad;}
.h_search input::-webkit-input-placeholder {color: #adadad;}
.h_search input::-moz-placeholder {color: #adadad;}
.h_search input:-moz-placeholder {color: #adadad;}
.h_search input:-ms-input-placeholder {color: #adadad;}
.h_search input[type="submit"] {
  float: right;
  width: 34px;
  margin-right: 15px;
}

.h_nav {
  background-color: #0b0d0e;
}
.h_nav-single {
  background-color: #1c6f90;
}
.h_nav-btn {
  display: none;
  text-transform: uppercase;
  width: 100%;
  height: 57px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  cursor: pointer;
}
.h_nav-btn span {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 4px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #fff;
  margin: 7px 0 0;
  position: relative;
}
.h_nav-btn span::before, .h_nav-btn span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 4px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.h_nav-btn span::before {
  top: -8px;
}
.h_nav-btn span::after {
  bottom: -8px;
}
.h_nav.active .h_nav-btn span {
  background: transparent;
}
.h_nav.active .h_nav-btn span::before {
  top: 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.h_nav.active .h_nav-btn span::after {
  bottom: 0;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.h_nav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.h_nav li {
  display: block;
  position: relative;
}
.h_nav li::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 1px;
  height: 40px;
  background-color: #111416;
}
.h_nav-single li::before {
  background-color: #19607d;
}
.h_nav li:first-child::before {
  display: none;
}
.h_nav li a, .h_nav li span {
  display: block;
  padding: 16px 20px 16px 60px;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
}
.h_nav li a:hover, .h_nav li span {
  text-decoration: underline;
}
.h_nav li a::before, .h_nav li span::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 24px;
  color: #d5d51e;
  font-family: 'fontAwesome';
  font-size: 29px;
  line-height: 40px;
}
.h_nav li span::before {
  color: #fff;
}
.h_nav li.menu-item-3072 a::before, .h_nav li.menu-item-3072 span::before {content: '\f05a';}
.h_nav li.menu-item-3073 a::before, .h_nav li.menu-item-3073 span::before {content: '\f0b1';}
.h_nav li.menu-item-3122 a::before, .h_nav li.menu-item-3122 span::before {content: '\f059';}
.h_nav li.menu-item-3174 a::before, .h_nav li.menu-item-3174 span::before {content: '\f02d';}
.h_nav li.menu-item-3173 a::before, .h_nav li.menu-item-3173 span::before {content: '\f1ec';}
.h_nav li.menu-item-3128 a::before, .h_nav li.menu-item-3128 span::before {content: '\f03d';}


/* breadcrumbs ------------------------------------------------------ */
.c_breadcrumbs {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #bcab90;
  font-size: 15px;
  line-height: 22px;
}
.c_breadcrumbs a, .c_breadcrumbs span {
  display: inline-block;
  vertical-align: top;
}
.c_breadcrumbs a {
  color: #1c6f90;
}
.c_breadcrumbs a:hover {
  color: #b2b2b2;
}





.c_head {
  margin-bottom: 50px;
  color: #1e1e1e;
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}
.c_head span {
  color: #1c6f90;
  font-weight: bold;
}

.c_data {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.c_data-item {
  display: block;
  min-width: 55px;
  padding-left: 24px;
  margin-right: 10px;
  position: relative;
  color: #bbb;
  font-size: 14px;
  line-height: 20px;
}
.c_data-item::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 15px;
  background-image: url('i/bg-data.png');
  background-repeat: no-repeat;
}
.c_data-comm::before {background-position: 0 0;}
.c_data-views::before {background-position: -24px 0;}
.c_data-likes::before {background-position: -48px 0;}





/* Main search --------------------------------------------------- */
.c_search {
  background-color: #1c6f90;
  padding-top: 20px;
  padding-bottom: 24px;
  margin-bottom: 42px;
}
.c_search-box {
  background-color: #fff;
  overflow: hidden;
}
.c_search-box::before {
  content: '\f002';
  position: absolute;
  top: 0;
  right: 19px;
  pointer-events: none;
  color: #1c6f90;
  font-family: 'fontAwesome';
  font-size: 26px;
  line-height: 52px;
}
.c_search-box input {
  float: left;
  width: calc(100% - 65px);
  height: 52px;
  padding-left: 24px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #adadad;
  font-size: 19px;
  font-weight: 300;
}
.c_search-box input[type="submit"] {
  float: right;
  width: 62px;
  cursor: pointer;
}


/* Main nav ------------------------------------------------- */
.c_mainmenu {
  padding-top: 42px;
  padding-bottom: 70px;
}
.c_mainmenu ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  list-style: none;
}
.c_mainmenu li {
  display: block;
  width: calc(50% - 40px);
  margin-bottom: 30px;
  position: relative;
}
.c_mainmenu a {
  display: block;
  width: 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.c_mainmenu a::before {
  content: '\f101';
  position: absolute;
  top: 130px;
  left: calc(50% - 27px);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: rgba(213, 213, 30, .9);
  color: #fff;
  font-family: 'fontAwesome';
  font-size: 35px;
  line-height: 54px;
  text-align: center;
}
.c_mainmenu a:hover {
  text-decoration: underline;
}

.c_mainmenu li.menu-item-3074 > a {
  height: 406px;
  padding-right: 200px;
  padding-top: 200px;
  background-image: url('i/bg-menu-material.jpg');
}
.c_mainmenu li.menu-item-3074 > a::before {
  left: 140px;
}
.c_mainmenu li.menu-item-3075 > a {
  height: 318px;
  padding-top: 206px;
  padding-left: 210px;
  background-image: url('i/bg-menu-soed.jpg');
}
.c_mainmenu li.menu-item-3075 > a::before {
  top: 138px;
  left: 350px;
}
.c_mainmenu li.menu-item-3078 {
  position: absolute;
  top: -30px;
  left: calc(50% - 235px);
  width: 440px;
  border: 30px solid #fff;
  z-index: 20;
}
.c_mainmenu li.menu-item-3078 > a {
  height: 456px;
  padding-top: 265px;
  background-image: url('i/bg-menu-prednazn.jpg');
}
.c_mainmenu li.menu-item-3078 > a::before {
  top: 206px;
}
.c_mainmenu li.menu-item-3077 > a {
  height: 318px;
  padding-top: 105px;
  padding-left: 30px;
  background-image: url('i/bg-menu-hendmade.jpg');
  text-align: left;
}
.c_mainmenu li.menu-item-3077 > a::before {
  top: 40px;
  left: 110px;
}
.c_mainmenu li.menu-item-3075, .c_mainmenu li.menu-item-3077 {
  width: calc(50% + 10px);
}
.c_mainmenu li.menu-item-3076 {
  margin-top: -88px;
}
.c_mainmenu li.menu-item-3076 > a {
  height: 406px;
  padding-top: 310px;
  padding-right: 50px;
  background-image: url('i/bg-menu-armatura.jpg');
  text-align: right;
}
.c_mainmenu li.menu-item-3076 > a::before {
  top: 245px;
  left: inherit;
  right: 85px;
}

.c_mainmenu .sub-menu {
  position: absolute;
  top: 244px;
  left: 0;
  width: 100%;
  justify-content: center;
}
.c_mainmenu li.menu-item-3074 .sub-menu {
  left: 20px;
  width: calc(100% - 235px);
}
.c_mainmenu li.menu-item-3075 .sub-menu {
  top: 250px;
  left: 230px;
  width: calc(100% - 245px);
}
.c_mainmenu li.menu-item-3078 .sub-menu {
  top: 320px;
  left: 30px;
  width: calc(100% - 60px);
}
.c_mainmenu li.menu-item-3077 .sub-menu {
  top: 150px;
  left: 30px;
  width: calc(100% - 70px);
  justify-content: flex-start;
}
.c_mainmenu li.menu-item-3076 .sub-menu {
  top: 355px;
  left: 50px;
  width: calc(100% - 100px);
  justify-content: flex-end;
}
.c_mainmenu .sub-menu li {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0;
}
.c_mainmenu .sub-menu a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  text-transform: none;
}
.c_mainmenu .sub-menu li a::after {
  content: ',';
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
.c_mainmenu .sub-menu a::before, .c_mainmenu .sub-menu li:last-child a::after {
  display: none;
}





/* Content --------------------------------------------------------------------------- */
.c_txt {
  overflow: hidden;
}
.c_txt p {
  margin-bottom: 20px;
}
.c_txt h2, .c_txt h3 {
  margin-top: 55px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 65px;
  color: #282929;
  font-size: 25px;
  font-weight: bold;
  line-height: 29px;
}
.c_txt h2::before, .c_txt h3::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 50px;
  height: 4px;
  border-top: 1px solid #d5d51e;
  border-bottom: 2px solid #1c6f90;
}
.c_txt h3 {
  margin-top: 45px;
  padding-left: 45px;
  font-size: 22px;
}
.c_txt h3::before {
  width: 30px;
}
.c_txt blockquote {
  min-height: 150px;
  padding: 40px 40px 40px 145px;
  margin-bottom: 40px;
  background: url('i/bg-question-box.png') repeat;
  position: relative;
  color: #fff;
}
.c_txt blockquote.info, .c_txt blockquote.dang {
  background: url('i/bg-blockquote-box.png') repeat;
}
.c_txt blockquote.info {
  color: #282929;
}
.c_txt blockquote::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background-color: #1c6f8f;
  z-index: -1;
}
.c_txt blockquote.info::before {
  background-color: #d0d01d;
}
.c_txt blockquote.dang::before {
  background-color: #000;
}
.c_txt blockquote::after {
  content: '';
  position: absolute;
  top: calc(50% - 47px);
  left: 34px;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: url('i/bg-question-box.png') repeat, url('i/bg-blockquote.png') 26px center no-repeat;
  background-color: #fff;
  z-index: 20;
}
.c_txt blockquote.info::after {
  background: url('i/bg-blockquote-box.png') repeat, url('i/bg-blockquote-info.png') 26px center no-repeat;
  background-color: #fff;
}
.c_txt blockquote.dang::after {
  background: url('i/bg-blockquote-box.png') repeat, url('i/bg-blockquote-dang.png') 26px center no-repeat;
  background-color: #fff;
}
.c_txt blockquote :last-child {
  margin-bottom: 0;
}
.c_txt blockquote a {
  color: #fff;
}

.c_txt table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.c_txt table tr td {
  border-bottom: 1px solid #aeaeae;
  border-left: 1px solid #aeaeae;
  padding: 12px;
}
.c_txt table thead {
  border-top: 2px solid #1c6f90;
}
.c_txt table thead tr td {
  border-bottom: 1px solid #1c6f90;
  border-left: 1px solid #1c6f90;
  font-size: 18px;
  font-weight: bold;
}
.c_txt table tr td:first-child {
  border-left: none;
}

.c_txt img {
  max-width: 100%;
  height: auto;
}

.c_txt ul, .c_txt ol {
  list-style: none;
  margin: 0 0 25px 20px;
}
.c_txt li {
  margin-bottom: 7px;
  padding-left: 25px;
  position: relative;
}
.c_txt ul li::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 3px solid #c3c420;
  border-radius: 50%;
  background-color: transparent;
}
.c_txt ol {
  counter-reset: li;
}
.c_txt ol li::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #c3c420;
  border-radius: 50%;
  background-color: transparent;
  color: #c3c420;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.c_txt-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.c_txt-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.toc_transparent {
  display: block !important;
  width: 100% !important;
  margin-top: 25px;
  margin-bottom: 40px;
  border-top: 2px solid #1c6f90;
  border-bottom: 2px solid #1c6f90;
}
.toc_transparent.contracted {
  border-bottom-color: transparent;
}
.toc_title {
  padding: 12px 16px;
  border-bottom: 1px solid #1c6f90;
  margin-bottom: 27px;
  position: relative;
  color: #282929;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}
.toc_title::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: 18px;
  height: 18px;
  border-bottom: 1px solid #1c6f90;
  border-right: 1px solid #1c6f90;
  background-color: #fff;
  transform: rotate(45deg);
}
.toc_toggle {
  float: right;
  color: #fff;
  padding-right: 25px;
  position: relative;
}
.toc_toggle::before, .toc_toggle::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 0;
  width: 27px;
  height: 1px;
  background-color: #1c6f90;
  transition: all .2s ease-in;
}
.toc_toggle::before {
  transform: rotate(45deg);
}
.toc_toggle::after {
  transform: rotate(-45deg);
}
.toc_transparent.contracted .toc_toggle::before, .toc_transparent.contracted .toc_toggle::after {
  opacity: 0;
}
.toc_toggle a {
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}
.toc_list {
  list-style: none;
  counter-reset: li;
  padding: 10px;
}
.toc_list li {
  min-height: 36px;
  position: relative;
  padding-left: 0;
}
.toc_list li::before {
  display: none;
}
.toc_list > li > a {
  padding-left: 45px;
  padding-top: 7px;
  position: relative;
}
.toc_list > li > a::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  border: 6px solid #1c6f90;
  border-radius: 50%;
  color: #1c6f90;
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}
.toc_list > li > ul {
  margin: 10px 0 0 40px;
}
.toc_list > li > ul li a {
  padding-left: 24px;
}
.toc_list > li > ul li a::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 3px solid #1c6f90;
  border-radius: 50%;
}


.wp-caption {
  position: relative;
}
.wp-caption::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 10px);
  height: calc(100% - 5px);
  border: 3px solid #1c6f90;
  background-color: transparent;
  z-index: 10;
}
.wp-caption-text {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0 0 20px 0;
}
.alignleft {display: inline;float: left;margin: 5px 40px 30px 0;position: relative;}
.alignright {display: inline;float: right;margin: 5px 0 30px 40px;position: relative;}
.aligncenter {clear: both;display: block;margin: 10px auto;position: relative;}

.alignright::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -12px;
  width: calc(100% - 7px);
  height: calc(100% - 5px);
  border: 3px solid #1c6f90;
  background-color: transparent;
}

.c_share {
  border-top: 3px solid #d8e6e9;
  border-bottom: 3px solid #d8e6e9;
  padding-bottom: 35px;
  margin-top: 60px;
  margin-bottom: 30px;
}
.c_share-title {
  width: 220px;
  margin: -14px auto 35px;
  background-color: #fff;
  color: #404040;
  font-size: 19px;
  line-height: 23px;
  text-align: center;
}
.c_share-body::after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  height: 0;
}
.c_share-box {
  float: left;
}
.c_share-rate {
  float: right;
}
.c_share-head {
  margin-bottom: 15px;
  color: #404040;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.c_single-prev, .c_single-next {
  position: fixed;
  top: 40%;
  width: 45px;
  height: 187px;
  background: url('i/bg-single-prev.png') center no-repeat;
}
.c_single-prev {
  left: 175px;
}
.c_single-next {
  right: 175px;
  transform: rotate(180deg);
}
.c_single-prev a, .c_single-next a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}


.c_head-min {
  margin-bottom: 20px;
  color: #33393c;
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
}
.c_head-min span {
  color: #1c6f90;
  font-weight: bold;
}


.c_relate {
  padding-top: 25px;
  padding-bottom: 25px;
}
.c_relate-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c_relate-item {
  display: block;
  width: calc(33.3% - 20px);
  margin-bottom: 30px;
  position: relative;
}
.c_relate-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  cursor: pointer;
}
.c_relate-thumb img {
  display: block;
  width: 100%;
  height: auto;
  transition: all .3s ease-in;
}
.c_relate-thumb:hover img {
  transform: scale(1.1);
}
.c_relate-cat {
  position: absolute;
  bottom: 12px;
  left: 10px;
  padding: 3px 12px;
  background-color: #1c6f90;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  z-index: 10;
  pointer-events: none;
}
.c_relate-views {
  position: absolute;
  bottom: 12px;
  right: 10px;
  padding-top: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  z-index: 10;
  pointer-events: none;
}
.c_relate-views::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  width: 24px;
  height: 15px;
  background: url(i/bg-data.png) -24px -33px no-repeat;
}
.c_relate-item a {
  display: inline-block;
  vertical-align: top;
  color: #1c6f90;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: underline;
}
.c_relate-comp .c_relate-item a {
  height: auto;
  padding-bottom: 90px;
  font-weight: bold;
}




/* Comment --------------------------------------------------------------------------- */
.c_comment {
  padding-top: 10px;
  padding-bottom: 15px;
}
.c_comment-head {
  margin-bottom: 35px;
  color: #33393c;
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
}
.c_comment-head__btn {
  float: right;
  width: 200px;
  height: 46px;
  padding-left: 65px;
  background-color: #1c6f90;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 46px;
  cursor: pointer;
}
.c_comment-head__btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 46px;
  background-color: rgba(255, 255, 255, .1);
  transition: all .4s ease-in;
}
.c_comment-head__btn::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  width: 21px;
  height: 18px;
  background: url('i/bg-data.png') -72px -23px no-repeat;
  z-index: 10;
}
.c_comment-head__btn:hover::before {
  width: 100%;
}

.c_comment-list {
  list-style: none;
  padding-top: 50px;
}
.c_comment-item {
  margin-bottom: 35px;
  padding: 5px 25px 20px 30px;
}
.c_comment-list li .c_comment-item {
  border-left: 3px solid #4591af;
}
.c_comment-list li:nth-child(even) .c_comment-item {
  border-left: 3px solid #c3c420;
}
.c_comment-list li .children {
  list-style: none;
  margin-left: 20px;
}
.c_comment-item__top {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 25px;
  position: relative;
}
.c_comment-item__top::before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 190px;
  height: 1px;
  background-color: #e5e5e5;
}
.c_comment-item__name {
  float: left;
  color: #33393c;
  font-size: 17px;
  font-weight: bold;
  font-style: italic;
  line-height: 20px;
}
.c_comment-item__date {
  float: left;
  padding-left: 10px;
  position: relative;
  color: #a8a8a8;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 21px;
}
.c_comment-item__date::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 1px;
  height: 10px;
  background-color: #a8a8a8;
}
.c_comment-item__golos {
  float: right;
  width: 165px;
  margin-top: -15px;
  overflow: hidden;
}
.c_comment-item__golos .likebtn-button.lb-like, .c_comment-item__golos .likebtn-button.lb-dislike {
  display: block;
  min-width: 73px;
  height: 42px !important;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 42px;
  text-align: center;
}
.c_comment-item__golos .likebtn-button.lb-like .lb-like-icon, .c_comment-item__golos .likebtn-button.lb-dislike .lb-dislike-icon {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 23px;
  margin-right: 4px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
}
.c_comment-item__golos .likebtn-button.lb-like {
  float: left;
  background-color: #65a928;
}
.c_comment-item__golos .likebtn-button.lb-like .lb-like-icon,
.c_comment-item__golos .likebtn-button.lb-like .lb-like-icon:hover {
  background-image: url('i/bg-like-white.png') !important;
}
.c_comment-item__golos .likebtn-button.lb-dislike {
  float: right;
  background-color: #da5050;
}
.c_comment-item__golos .likebtn-button.lb-dislike .lb-dislike-icon,
.c_comment-item__golos .likebtn-button.lb-dislike .lb-dislike-icon:hover {
  background-image: url('i/bg-dislike-white.png') !important;
}
.c_comment-item__golos .lb-style-white .lb-count, .c_comment-item__golos .lb-style-padded .lb-count, 
.c_comment-item__golos .lb-count {
  vertical-align: top;
  border: none;
  color: #fff !important;
}

.c_comment-item__text {
  color: #1b1b1b;
  font-size: 16px;
  line-height: 22px;
}


/* Comment form ----------------------------------- */
.c_comment-form {
  padding-top: 20px;
  padding-bottom: 40px;
}
.c_comment-form__head {
  font-size: 25px;
}
.c_comment-form__body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c_comment-form__label {
  width: 100%;
  margin-bottom: 24px;
  position: relative;
}
.c_comment-form__label::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 42px;
  height: calc(100% - 6px);
  background-repeat: no-repeat;

}
.c_comment-form__mess::before {
  background-image: url('i/bg-comment-mess.png');
  background-position: center 12px;
}
.c_comment-form__name, .c_comment-form__email {
  width: calc(50% - 10px);
}
.c_comment-form__name::before {
  background-image: url('i/bg-comment-name.png');
  background-position: center;
}
.c_comment-form__email::before {
  background-image: url('i/bg-comment-email.png');
  background-position: center;
}
.c_comment-form input, .c_comment-form textarea {
  display: block;
  width: 100%;
  height: 44px;
  border: 3px solid #cfcfcf;
  background-color: #fff;
  outline: none;
  padding-left: 52px;
  color: #656565;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  line-height: 19px;
}
.c_comment-form textarea {
  height: 172px;
  padding-top: 14px;
  resize: none;
}
.c_comment-form__agree {
  margin-bottom: 20px;
  text-align: center;
}
.c_comment-form__agree input {
  display: none;
}
.c_comment-form__agree label {
  display: inline-block;
  vertical-align: top;
  margin: auto;
  padding-left: 25px;
  position: relative;
  color: #000;
  font-size: 15px;
  font-style: italic;
  line-height: 16px;
  cursor: pointer;
}
.c_comment-form__agree label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #43484e;
  background-color: #f7f8fc;
  border-radius: 3px;
}
.c_comment-form__agree label::after {
  content: '';
  position: absolute;
  top: -4px;
  left: -3px;
  width: 20px;
  height: 12px;
  opacity: 0;
  border-bottom: 2px solid #43484e;
  border-left: 2px solid #43484e;
  transform: rotate(-45deg);
  transition: all .2s ease;
}
.c_comment-form__agree input:checked + label::after {
  top: 4px;
  left: 3px;
  width: 10px;
  height: 6px;
  opacity: 1;
}
.c_comment-form input[type="submit"] {
  display: block;
  width: 200px;
  height: 50px;
  margin: auto;
  background: #1c6f90;
  padding-left: 0;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  cursor: pointer;
  transition: all .3s ease-in;
}
.c_comment-form input[type="submit"]:hover {
  background-color: #06425a;
}






/* Latest post ----------------------------------------------------------------------------- */
.c_latest {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url('i/bg-latest.jpg') center no-repeat;
  background-size: cover;
}
.c_latest-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c_latest-item {
  width: calc(33.3% - 12px);
  margin-bottom: 15px;
  background-color: #fff;
  position: relative;
}
.c_latest-item__thumb {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.c_latest-item__thumb img {
  display: block;
  width: 100%;
  height: auto;
  transition: all .2s ease;
  cursor: pointer;
}
.c_latest-item__thumb img:hover {
  transform: scale(1.1);
}
.c_latest-item__cat {
  display: inline-block;
  vertical-align: top;
  min-height: 40px;
  padding: 0 25px;
  margin-top: -20px;
  background-color: #1c6f90;
  position: relative;
  z-index: 20;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}
.c_latest-item__info {
  min-height: 210px;
  margin-top: 20px;
  padding: 0 25px 5px;
  border-bottom: 1px solid #ebebeb;
}
.c_latest-item__title {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-decoration: none;
}
.c_latest-item__title:hover {
  text-decoration: underline;
}
.c_latest-item__desc {
  margin-top: 12px;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}
.c_latest-item__data {
  padding: 17px 26px;
}




/* Master ---------------------------------------------------------------------------- */
.c_master {
  padding-top: 80px;
  padding-bottom: 50px;
}
.c_master-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c_master-item {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
.c_master-item__thumb {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
}
.c_master-item__thumb img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  cursor: pointer;
  transition: all .3s ease-in;
}
.c_master-item__thumb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 10;
  pointer-events: none;
  transition: all .3s ease-in;
}
.c_master-item__thumb::after {
  content: '';
  position: absolute;
  top: calc(42% - 57px);
  left: calc(50% - 57px);
  width: 114px;
  height: 114px;
  border-radius: 50%;
  background-color: rgba(28, 111, 114, .7);
  background-image: url('i/bg-video-btn.png');
  background-position: 40px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px rgba(0, 0, 0, .7);
  z-index: 20;
  pointer-events: none;
  transition: all .3s ease-in;
}
.c_master-item__thumb:hover::before {
  background-color: rgba(0, 0, 0, .8);
}
.c_master-item__thumb:hover img {
  transform: scale(1.1);
}
.c_master-item__data {
  width: 100%;
  max-width: 240px;
  justify-content: space-between;
  position: absolute;
  bottom: 15%;
  left: 50%;
  margin-left: -110px;
  z-index: 20;
  pointer-events: none;
}
.c_master-item__data .c_data-item {
  margin: 0 5px;
}
.c_master-item__title {
  color: #272727;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}
.c_master-item__title:hover {
  text-decoration: underline;
}




/* Question --------------------------------------------------------------------------- */
.c_question {
  background: url('i/bg-question.jpg') center no-repeat;
  background-size: cover;
}
.c_question::before, .c_question::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  background: url('i/bg-question-box.png') center repeat;
}
.c_question::before {
  top: 0;
  height: 10px;
  opacity: .5;
}
.c_question::after {
  bottom: -20px;
  height: 20px;
}
.c_question .m_inb {
  min-height: 900px;
  padding-top: 82px;
  padding-bottom: 30px;
}
.c_question .m_inb::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 503px;
  height: 864px;
  background: url('i/bg-question-expert.png') center no-repeat;
  background-size: cover;
  z-index: 10;
}
.c_question-box {
  width: 100%;
  max-width: 555px;
  padding: 85px;
  background: url('i/bg-question-box.png') center repeat;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.c_question-cat {
  max-width: 100%;
  margin-bottom: 30px;
}
.c_question-cat .c_question-form {
  max-width: 440px;
}
.c_question-box::before {
  content: '';
  position: absolute;
  top: 35px;
  left: 35px;
  width: calc(100% - 70px);
  height: calc(100% - 70px);
  background: #2c2f31 url('i/bg-question-form.jpg') center repeat;
  z-index: 1;
  pointer-events: none;
}
.c_question-head {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
  position: relative;
  z-index: 10;
}
.c_question-head span {
  display: block;
  font-weight: bold;
}
.c_question-form {
  width: 100%;
  max-width: 365px;
  margin: auto;
  position: relative;
  z-index: 10;
}
.c_question-form input, .c_question-form textarea {
  display: block;
  width: 100%;
  height: 48px;
  margin-bottom: 30px;
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 3px solid #d5d51e;
  color: #a4bbc4;
  font-size: 18px;
  font-weight: 300;
  line-height: 44px;
}
.c_question-form input::-webkit-input-placeholder, .c_question-form textarea::-webkit-input-placeholder {
  color: #a4bbc4;
  font-style: italic;
}
.c_question-form input::-moz-placeholder, .c_question-form textarea::-moz-placeholder {
  color: #a4bbc4;
  font-style: italic;
}
.c_question-form input:-moz-placeholder, .c_question-form textarea:-moz-placeholder {
  color: #a4bbc4;
  font-style: italic;
}
.c_question-form input:-ms-input-placeholder, .c_question-form textarea:-ms-input-placeholder {
  color: #a4bbc4;
  font-style: italic;
}
.c_question-form textarea {
  height: 110px;
  resize: none;
}
.c_question-form input[type="submit"] {
  max-width: 285px;
  height: 62px;
  margin: 50px auto 0;
  background-color: #d5d51e;
  border-bottom: none;
  color: #242222;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  transition: all .3s ease;
  cursor: pointer;
}
.c_question-form input[type="submit"]:hover {
  background-color: #4f87a1;
  color: #fff;
}

.c_question-faq {
  margin-top: 30px;
  margin-left: 20px;
  color: #0b0d0e;
  font-size: 23px;
  line-height: 24px;
}
.c_question-faq a {
  font-weight: bold;
}



/* Popular ---------------------------------------------------------------------------- */
.c_popular {
  padding-top: 110px;
  padding-bottom: 70px;
}
.c_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c_post {
  width: calc(33.3% - 16px);
  margin-bottom: 25px;
}
.c_post-full {
  width: 100%;
}
.c_post-thumb {
  position: relative;
  margin-bottom: 27px;
  overflow: hidden;
  cursor: pointer;
}
.c_post-bg .c_post-thumb {
  margin-bottom: 0;
}
.c_post-full .c_post-thumb, .c_post-full .c_post-info {
  float: left;
  width: 50%;
  margin: 0;
}
.c_post-fullright .c_post-thumb {
  float: right;
}
.c_post-full .c_post-info {
  padding: 15px 20px 15px 30px;
}
.c_post-thumb img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  transition: all .3s ease-in;
  z-index: 5;
}
.c_post-thumb:hover img {
  transform: scale(1.1);
}
.c_post-thumb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  z-index: 10;
}
.c_post-cat {
  position: absolute;
  bottom: 20px;
  left: 20px;
  min-height: 35px;
  padding: 0 15px;
  background-color: #1c6f90;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 35px;
  z-index: 20;
  pointer-events: none;
}
.c_post-views {
  position: absolute;
  bottom: 20px;
  right: 20px;
  min-width: 42px;
  padding-top: 30px;
  color: #bbb;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  z-index: 10;
  pointer-events: none;
}
.c_post-bg .c_post-cat, .c_post-bg .c_post-views {
  bottom: inherit;
  top: 20px;
}
.c_post-views::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 16px);
  width: 33px;
  height: 22px;
  background: url('i/bg-data.png') -72px 0 no-repeat;
}
.c_post-info {
  position: relative;
}
.c_post-bg .c_post-info {
  position: absolute;
  bottom: 100px;
  left: 20px;
  width: calc(100% - 40px);
  color: #fff;
  z-index: 20;
  pointer-events: none;
}
.c_post-title {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-decoration: none;
}
.c_post-bg .c_post-title {
  color: #fff;
}
.c_post-title:hover {
  text-decoration: underline;
}
.c_post-desc {
  margin-top: 10px;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}

.c_post-info .c_post-cat, .c_post-info .c_post-views {
  position: relative;
  bottom: inherit;
  left: inherit;
  right: inherit;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.c_post-info .c_post-desc {
  padding-bottom: 20px;
}
.c_post-info .c_post-views {
  margin-top: 8px;
  padding-top: 0;
  padding-left: 38px;
  line-height: 22px;
}
.c_post-info .c_post-views::before {
  left: 0;
}


/* Pagenavi ---------------------------------------------------- */
.c_pagenavi {
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}
.c_pagenavi a, .c_pagenavi span {
  display: inline-block;
  vertical-align: top;
  height: 34px;
  background-color: #e1e1e1;
  padding: 0 10px;
  margin: 0 4px 10px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}
.c_pagenavi .current {
  background-color: #1c6f90;
  color: #fff;
}




/* Predbook --------------------------------------------------------------------------- */
.c_predbook {
  background: url('i/bg-predbook.jpg') center no-repeat;
  background-size: cover;
  margin-bottom: 65px;
}
.c_predbook .m_inb {
  padding-top: 90px;
  padding-bottom: 80px;
}
.c_predbook .m_inb::before {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -20px;
  width: 521px;
  height: 514px;
  background: url('i/bg-predbook-man.png') right top no-repeat;
  background-size: cover;
}
.c_predbook-box {
  float: right;
  width: 650px;
}
.c_predbook-head {
  margin-bottom: 60px;
  overflow: hidden;
  color: #1e1e1e;
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
  text-transform: uppercase;
}
.c_predbook-head span {
  color: #1c6f90;
  font-weight: bold;
}
.c_predbook-head::after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 440px);
  height: 2px;
  background-color: #ddddc5;
  margin-top: 22px;
  margin-left: 10px;
}
.c_predbook-head a {
  float: right;
  display: block;
  min-height: 34px;
  padding-left: 44px;
  position: relative;
  color: #3e3e3e;
  font-size: 15px;
  font-weight: 300;
  line-height: 34px;
  text-transform: none;
  text-decoration: underline;
}
.c_predbook-head a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  background-color: #c3c420;
  background-image: url('i/bg-arrows.png');
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.c_predbook-head a:hover {
  text-decoration: none;
}
.c_predbook-list {
  position: relative;
}
.c_predbook-list .slick-list {
  overflow: hidden;
}
.c_predbook-item {
  float: left;
  outline: none;
  overflow: hidden;
  position: relative;
}
.c_predbook-item__thumb {
  float: left;
  width: 160px;
}
.c_predbook-item__thumb img {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.c_predbook-item__info {
  float: right;
  width: calc(100% - 190px);
}
.c_predbook-item__info a {
  outline: none;
  color: #1c6f90;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
}
.c_predbook-item__info a:hover {
  text-decoration: underline;
}
.c_predbook-item__desc {
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
  color: #515151;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}
.c_predbook-item__desc::before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #ddd;
}
.c_predbook-item__line {
  margin-bottom: 4px;
  color: #515151;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.c_predbook-item__line span {
  font-weight: bold;
}

.c_predbook-list .slick-dots {
  position: absolute;
  top: 0;
  left: -45px;
  width: 15px;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-self: center;
  list-style: none;
}
.c_predbook-list .slick-dots li {
  margin: 6px 0;
}
.c_predbook-list .slick-dots li button {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #ddddc5;
  border: 2px solid transparent;
  outline: none;
  font-size: 0;
  cursor: pointer;
  transition: all .3s ease;
}
.c_predbook-list .slick-dots li button:hover {
  border-color: #c3c420;
}
.c_predbook-list .slick-dots li.slick-active button {
  background-color: #c3c420;
  cursor: default;
}



/* PAGE -------------------------------------------------------- */
.c_main {
  padding-top: 10px;
  padding-bottom: 100px;
}
.c_cont {
  float: left;
  width: calc(100% - 370px);
}
.c_cont h1 {
  margin-bottom: 40px;
  color: #0a0a0a;
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
}
.c_side {
  float: right;
  width: 320px;
}
.s_box {
  margin-bottom: 45px;
}
.s_head {
  margin-bottom: 17px;
  position: relative;
  color: #111;
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
}
.s_head span {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.s_head i {
  font-style: normal;
  font-weight: bold;
}
.s_head::before {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1c6f90;
  z-index: 1;
}

.s_data {
  padding-top: 25px;
}
.s_data .c_data-item {
  color: #5e5e5e;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
}
.s_data .c_data-item span {
  color: #a0a0a0;
  font-size: 13px;
}
.s_data .c_data-item::before {
  height: 18px;
}
.s_data .c_data-comm::before {background-position: 0 -15px;}
.s_data .c_data-views::before {background-position: -24px -15px;}
.s_data .c_data-likes::before {background-position: -48px -15px;}
.s_data .c_data-star::before {background-position: 0 -33px;}

.s_nav ul {
  list-style: none;
}
.s_nav ul li {
  position: relative;
  transition: all .3s ease-in;
}
.s_nav > ul > li:hover {
  transform: scale(1.1);
}
.s_nav ul li a, .s_nav ul li span {
  display: block;
  position: relative;
  margin-bottom: 15px;
  padding: 9px 15px;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  color: #323c40;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none;
}
.s_nav ul li a::before, .s_nav ul li span::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 15px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-bottom: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  transform: rotate(45deg);
  z-index: 10;
}

.s_nav ul li .sub-menu {
  padding: 0 0 15px 10px;
}
.s_nav ul li .sub-menu li a, .s_nav ul li .sub-menu li span {
  border: none;
  padding: 0 0 0 30px;
  margin-bottom: 12px;
  color: #1c6f90;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: underline;
}
.s_nav ul li .sub-menu li a::before, .s_nav ul li .sub-menu li span::before {
  bottom: inherit;
  top: 7px;
  left: 8px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid #cacaca;
  transition: all .2s ease;
}
.s_nav ul li .sub-menu li a:hover, .s_nav ul li .sub-menu li span {
  text-decoration: none;
}
.s_nav ul li .sub-menu li a:hover::before, .s_nav ul li .sub-menu li span::before {
  border-color: #1c6f90;
}

.s_question a {
  display: block;
  position: relative;
  border: 5px solid #d5d51e;
  padding: 25px 15px 15px;
  color: #252525;
  font-size: 17px;
  font-weight: bold;
  line-height: 25px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s ease;
}
.s_question a span {
  display: block;
  font-size: 30px;
  line-height: 30px;
}
.s_question a::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 166px;
  height: 285px;
  background: url('i/bg-question-expert.png') center no-repeat;
  background-size: cover;
}
.s_question a:hover {
  border-color: #1c6f90;
}

.s_calc-btn a {
  display: block;
  width: 100%;
  height: 285px;
  position: relative;
  background: url('i/bg-calc-btn.jpg') center no-repeat;
  background-size: cover;
  padding: 100px 20px 0;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
  text-decoration: none;
}
.s_calc-btn a span {
  font-weight: 300;
}
.s_calc-btn a::before {
  content: '';
  position: absolute;
  top: 40px;
  left: calc(50% - 65px);
  width: 130px;
  height: 135px;
  border-bottom: 1px solid #7ab8d3;
  background: url('i/bg-calc-icon.png') center top no-repeat;
  background-size: 62px 64px;
}
.s_calc-btn a::after {
  content: 'Для расчета основных работ с трубами';
  position: absolute;
  bottom: 40px;
  left: calc(50% - 100px);
  width: 200px;
  color: #fff;  
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
}

.s_popular-list .c_latest-item {
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}






/* Category ---------------------------------------------------------------------------- */
.c_list-cat .c_post {
  width: calc(50% - 20px);
}
.c_list-cat .c_post-full {
  width: 100%;
  background-color: #f1f5f7;
}
.c_more {
  display: block;
  width: 220px;
  height: 46px;
  margin: auto;
  position: relative;
  background-color: #d5d51e;
  padding-right: 15px;
  color: #000;
  font-size: 17px;
  font-weight: 300;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.c_more::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 2px solid #d5d51e;
  background-color: transparent;
  transition: all .3s ease-in;
}
.c_more:hover::before {
  top: -6px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
}

.c_list-books .c_predbook-item {
  margin-bottom: 30px;
}




/* Single ---------------------------------------------------------------------------- */
.c_single-thumb {
  width: 100%;
  height: auto;
  padding: 15px 0;
  margin: 15px 0 25px;
  position: relative;
}
.c_single-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.c_single-thumb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 27px;
  width: calc(100% - 54px);
  height: 100%;
  border: 3px solid #0e3748;
  background-color: transparent;
  z-index: 20;
}
.c_single-thumb::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
  background-color: rgba(0, 0, 0, .5);
  z-index: 10;
}
.c_single-excerpt {
  position: absolute;
  bottom: 20px;
  left: 40px;
  width: calc(100% - 80px);
  color: #fff;
  z-index: 30;
}






/* Now look ---------------------------------------------------------------------------- */
.c_nowlook {
  padding-top: 60px;
  padding-bottom: 55px;
}
.c_nowlook-single {
  padding-top: 90px;
  padding-bottom: 100px;
  background: url('i/bg-latest.jpg') center top no-repeat;
  background-size: cover;
}
.c_nowlook-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c_nowlook-item {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
.c_nowlook-item__thumb {
  width: 100%;
  margin-bottom: 25px;
  overflow: hidden;
}
.c_nowlook-item__thumb img {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: all .3s ease-in;
}
.c_nowlook-item__thumb:hover img {
  transform: scale(1.1);
}
.c_nowlook-item__title {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-decoration: none;
}
.c_nowlook-item__title:hover {
  text-decoration: underline;
}
.c_nowlook-item__desc {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}
.c_nowlook-item__bot {
  overflow: hidden;
}
.c_nowlook-item__cat {
  float: left;
  padding: 7px 12px;
  background-color: #1c6f90;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
}
.c_nowlook-item__data {
  float: left;
  margin-top: 9px;
  margin-left: 32px;
}




/* Portal ---------------------------------------------------------------------------- */
.c_portal {
  padding-top: 100px;
  padding-bottom: 80px;
  background: url('i/bg-portal.jpg') center top no-repeat;
  background-size: cover;
}
.c_portal .m_inb {
  width: 100%;
  max-width: 650px;
  margin: auto;
  color: #fff;
  text-align: center;
}
.c_portal .c_head {
  padding-bottom: 80px;
  margin-bottom: 0;
  color: #fff;
  position: relative;
}
.c_portal .c_head::before {
  content: '';
  position: absolute;
  bottom: 45px;
  left: calc(50% - 147px);
  width: 294px;
  height: 2px;
  border-left: 137px solid rgba(255, 255, 255, .35);
  border-right: 137px solid rgba(255, 255, 255, .35);
}
.c_portal .c_head::after {
  content: '';
  position: absolute;
  bottom: 36px;
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid rgba(28, 111, 144, .55);
}
.c_portal-not {
  padding-top: 40px;
  padding-bottom: 20px;
  color: #a7cad8;
  font-size: 19px;
  font-weight: bold;
  line-height: 21px;
  text-transform: uppercase;
}
.c_portal-btn {
  display: block;
  width: 380px;
  height: 70px;
  margin: auto;
  background-color: #1c6f90;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .2s ease;
}
.c_portal-btn:hover {
  background-color: #04394e;
}



/* Footer ----------------------------------------------------------------------------- */
.footer {
	background: url('i/bg-footer.jpg') center repeat;
}
.f_nav {
  padding-top: 62px;
  padding-bottom: 12px;
}
.f_nav .m_inb::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 316px;
  height: 469px;
  background: url('i/bg-footer-man.png') center no-repeat;
  background-size: contain;
}
.f_nav-box {
  margin-left: 330px;
  -webkit-column-count: 4;
  column-count: 4;
}
.f_nav-box ul {
  list-style: none;
}
.f_nav-box > ul > li {
  margin-bottom: 36px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
.f_nav-box ul.footer_menu > li > a, .f_nav-box ul.footer_menu > li > span {
  color: #c3c420;
  font-size: 19px;
  font-weight: bold;
  line-height: 21px;
  text-decoration: none;
}
.f_nav-box ul.footer_menu > li > a:hover, .f_nav-box ul.footer_menu > li > span {
  text-decoration: underline;
}
.f_nav-box .sub-menu {
  margin-top: 24px;
}
.f_nav-box .sub-menu li {
  margin-bottom: 7px;
}
.f_nav-box .sub-menu a, .f_nav-box .sub-menu span {
  color: #7b7b7b;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: underline;
}
.f_nav-box .sub-menu a:hover, .f_nav-box .sub-menu span {
  text-decoration: none;
}
.f_info {
  padding-top: 15px;
  padding-bottom: 42px;
}
.f_group {
  float: right;
  display: block;
  width: 175px;
  padding-top: 2px;
  padding-left: 58px;
  position: relative;
  color: #525252;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  text-decoration: underline;
}
.f_group:hover {
  text-decoration: none;
}
.f_group::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #0f3b54;
  background-image: url('i/bg-group.png');
  background-position: center;
  background-repeat: no-repeat;
}
.f_group span {
  display: block;
}

.f_bot {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: rgba(213, 232, 239, .05)
}
.f_copy {
  float: left;
  color: #686868;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 30px;
}
.f_copy strong {
  color: #939798;
  font-weight: bold;
}
.f_copy span {
  font-style: normal;
}
.f_menu {
  float: right;
}
.f_menu ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
}
.f_menu ul li {
  margin: 0 14px 0 30px;
}
.f_menu ul li a, .f_menu ul li span {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: underline;
}
.f_menu ul li a:hover, .f_menu ul li span {
  text-decoration: none;
}


.m_intop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  border: 1px solid #1c6f90;
  padding-top: 20px;
  color: #1c6f90;
  font-size: 12px;
  font-weight: 300;
  line-height: 21px;
  text-align: center;
  cursor: pointer;
  z-index: 40;
}
.m_intop::before {
  content: '';
  position: absolute;
  top: -3px;
  left: calc(50% - 12px);
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom: 14px solid #1c6f90;
}
.m_intop:hover::before {
  animation: 1s intop infinite ease-in;
}

@keyframes intop {
  from {top: -3px;}
  70% {top: -7px;}
  to {-webkit-transform: translate3d(tx, ty, tz);
  -ms-transform: translate3d(tx, ty, tz);
  -o-transform: translate3d(tx, ty, tz);
  transform: translate3d(tx, ty, tz);}
}






/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width:1620px) {

  .c_single-prev {left: 50px;}
  .c_single-next {right: 50px;}

}


@media screen and (max-width:1370px) {

  .c_single-prev {left: 0;}
  .c_single-next {right: 0;}

}


@media screen and (max-width:1250px) {

  .c_single-prev, .c_single-next {display: none;}

}


@media screen and (max-width:1150px) {

  .header__front::before {left: inherit;right: 0;width: 570px;}

  .h_nav li a {padding: 15px 15px 15px 52px;}
  .h_nav li a::before {top: 14px;left: 20px;font-size: 24px;}

  .c_mainmenu li.menu-item-3074 > a {padding-right: 160px;padding-top: 140px;}
  .c_mainmenu li.menu-item-3074 > a::before {top: 80px;left: 115px;}
  .c_mainmenu li.menu-item-3074 .sub-menu {width: calc(100% - 200px);top: 180px;}
  .c_mainmenu li.menu-item-3078 {left: calc(50% - 200px);width: 400px;}
  .c_mainmenu li.menu-item-3076 > a {padding-top: 280px;}
  .c_mainmenu li.menu-item-3076 > a::before {top: 210px;}
  .c_mainmenu li.menu-item-3076 .sub-menu {top: 320px;}

  .c_latest-item__info {margin-top: 15px;padding: 0 20px 5px;}

  .c_post-bg .c_post-info {bottom: 40px;}

  .c_list-cat .c_post {width: calc(50% - 10px);}
  .c_list-cat .c_post-full {width: 100%;}

  .c_cont {width: calc(100% - 350px);}

  .c_predbook .m_inb::before {left: -100px;width: 450px;height: 420px;}

  .f_nav .m_inb::before {left: -55px;width: 300px;height: 440px;}
  .f_nav-box {margin-left: 250px;}
  .f_copy, .f_menu {float: none;width: 100%;text-align: center;}
  .f_menu ul {justify-content: center;}

}



@media screen and (max-width:1000px) {

  .header__front::before {width: 490px;}
  .h_nav li a {padding: 12px 10px 12px 40px;font-size: 13px;}
  .h_nav li a::before {top: 12px;left: 12px;font-size: 20px;}

  .c_search {margin-bottom: 15px;}

  .c_mainmenu ul {justify-content: center;}
  .c_mainmenu li.menu-item-3074, .c_mainmenu li.menu-item-3075, .c_mainmenu li.menu-item-3078, .c_mainmenu li.menu-item-3077, 
  .c_mainmenu li.menu-item-3076 {width: calc(50% - 20px);height: 300px;margin: 0 10px 20px;}
  .c_mainmenu li.menu-item-3078 {position: relative;top: inherit;left: inherit;border: none;}
  .c_mainmenu li.menu-item-3074 > a, .c_mainmenu li.menu-item-3075 > a, 
  .c_mainmenu li.menu-item-3078 > a, .c_mainmenu li.menu-item-3077 > a, 
  .c_mainmenu li.menu-item-3076 > a {height: 300px;padding: 100px 0 0 0;text-align: center;}
  .c_mainmenu li.menu-item-3074 > a::before, .c_mainmenu li.menu-item-3075 > a::before, .c_mainmenu li.menu-item-3078 > a::before, 
  .c_mainmenu li.menu-item-3077 > a::before, .c_mainmenu li.menu-item-3076 > a::before {top: 30px;left: calc(50% - 27px);}
  .c_mainmenu li.menu-item-3077 {margin-top: 0;}
  .c_mainmenu li.menu-item-3074 .sub-menu, .c_mainmenu li.menu-item-3075 .sub-menu, 
  .c_mainmenu li.menu-item-3078 .sub-menu, .c_mainmenu li.menu-item-3077 .sub-menu, 
  .c_mainmenu li.menu-item-3076 .sub-menu {width: calc(100% - 40px);top: 150px;left: 20px;
        text-align: center;justify-content: center;}

  .c_latest-item {width: 100%;overflow: hidden;}
  .c_latest-item__thumb {float: left;width: 260px;}
  .c_latest-item__cat {position: absolute;bottom: 10px;left: 10px;margin-top: 0;}
  .c_latest-item__info {min-height: 142px;}
  .c_latest-item__info, .c_latest-item__data {float: right;width: calc(100% - 260px);}
  .c_latest-item__data {padding: 12px 20px;}

  .c_question .m_inb::before {width: 350px;height: 600px;}

  .c_post-bg .c_post-info {bottom: 10px;left: 15px;width: calc(100% - 30px);}
  .c_post-thumb {margin-bottom: 10px;}
  .c_post-cat {bottom: 12px;left: 12px;}
  .c_post-views {bottom: 17px;right: 15px;padding-top: 23px;}
  .c_post-desc {line-height: 20px;}

  .c_list-cat .c_post-full .c_post-thumb, .c_list-cat .c_post-full .c_post-info {float: none;width: 100%;overflow: hidden;}
  .c_list-cat .c_post-full .c_post-info {padding: 12px;}

  .c_predbook .m_inb::before {left: -110px;width: 420px;height: 400px;}
  .c_predbook-box {width: 550px;}

  .c_cont {width: calc(100% - 300px);}
  .c_side {width: 280px;}

  .s_question a {padding: 20px 15px 15px 10px;}
  .s_question a::before {width: 100px;height: 170px;}

  .s_calc-btn a {height: 260px;padding: 90px 10px 0;}
  .s_calc-btn a::before {top: 25px;}

  .s_popular-list .c_latest-item__thumb, .s_popular-list .c_latest-item__info, 
  .s_popular-list .c_latest-item__data {float: none;width: 100%;}
  .s_popular-list .c_latest-item__cat {bottom: inherit;top: 15px;}

  .c_single-excerpt {display: none;}

  .c_txt blockquote {padding: 30px 30px 30px 135px;}
  .c_txt blockquote::before {top: 15px;left: 15px;width: calc(100% - 30px);height: calc(100% - 30px);}
  .c_txt blockquote::after {top: 30px;left: 27px;}

  .f_nav {padding-top: 30px;}
  .f_nav .m_inb::before {left: -20px;}
  .f_nav-box {margin-left: 300px;-webkit-column-count: 2;column-count: 2;}
  .f_nav-box > ul > li {margin-bottom: 30px;}
  .f_nav-box .sub-menu {margin-top: 10px;}
  .f_nav-box .sub-menu li {margin-bottom: 3px;}

}



@media screen and (max-width:850px) {

  .header__front::before {width: 350px;height: 350px;bottom: -50px;}
  .h_nav-btn {display: block;padding-left: 15px;}
  .h_nav ul {position: absolute;top: -40px;left: 10px;width: 300px;background-color: #0b0d0e;padding: 10px;
      -webkit-flex-direction: column;-moz-flex-direction: column;-ms-flex-direction: column;-o-flex-direction: column;
      flex-direction: column;pointer-events: none;opacity: 0;z-index: 30;}
  .h_nav.active ul {top: 50px;opacity: 1;pointer-events: auto;}

  .c_search {padding-top: 12px;padding-bottom: 12px;}
  
  .c_mainmenu li.menu-item-3074 .sub-menu, .c_mainmenu li.menu-item-3075 .sub-menu, 
  .c_mainmenu li.menu-item-3078 .sub-menu, .c_mainmenu li.menu-item-3077 .sub-menu, 
  .c_mainmenu li.menu-item-3076 .sub-menu {top: 145px;}
  .c_mainmenu .sub-menu a, .c_mainmenu .sub-menu li a::after {font-size: 17px;line-height: 15px;}

  .c_latest {padding-top: 50px;padding-bottom: 40px;}
  .c_latest-item__title {display: inline-block;}
  .c_latest-item__title, .c_latest-item__desc {line-height: 20px;}

  .c_master-item {width: calc(50% - 7px);}
  .c_master-item__thumb {margin-bottom: 7px;}
  .c_master-item__data {bottom: 8%;}
  .c_master-item__title {line-height: 26px;}

  .c_question .m_inb {min-height: 750px;padding-top: 50px;}
  .c_question-box {max-width: 500px;padding: 60px;}
  .c_question-faq {margin-top: 20px;margin-left: 0;font-size: 20px;}
  .c_question .m_inb::before {width: 280px;height: 480px;}

  .c_post {width: calc(50% - 16px);}
  .c_post-full .c_post-thumb, .c_post-full .c_post-info {float: none;width: 100%;overflow: hidden;}
  .c_post-full .c_post-info {padding: 0;}
  .c_post-full .c_post-cat {float: left;margin-right: 0;}
  .c_post-full .c_post-views {float: right;margin-right: 10px;}

  .c_predbook {margin-bottom: 0;}
  .c_predbook .m_inb::before {display: none;}
  .c_predbook-box {width: calc(100% - 50px);}

  .c_nowlook-item {width: calc(50% - 10px);}
  .c_nowlook-item__data {margin-left: 0;}

  .c_main {padding-bottom: 40px;}
  .c_cont {float: none;width: 100%;padding-bottom: 40px;}
  .c_side {float: none;width: 300px;margin: 40px auto 0;}

  .s_data {padding-top: 0;padding-bottom: 40px;margin-top: -20px;}
  .s_nav {display: none;}

  .c_nowlook-single {padding-top: 40px;padding-bottom: 40px;}

  .c_relate-list {justify-content: center;}
  .c_relate-item {width: calc(50% - 20px);margin: 0 10px 20px;}

}



@media screen and (max-width:700px) {
  
  .header__front::before {display: none;}
  .header {padding-bottom: 20px;}
  .h_logo {display: block;width: 300px;margin: auto;}
  .h_search {float: none;width: 100%;margin-top: 20px;}
  .header h1 {max-width: 100%;margin-top: 35px;font-size: 25px;text-align: center;}
  .h_list {margin: auto;}
  .h_list::before, .h_list::after {display: none;}

  .c_head {margin-bottom: 35px;}

  .c_mainmenu li.menu-item-3074, .c_mainmenu li.menu-item-3075, 
  .c_mainmenu li.menu-item-3078, .c_mainmenu li.menu-item-3077, 
  .c_mainmenu li.menu-item-3076 {width: 100%;}

  .c_latest-list {justify-content: center;}
  .c_latest-item {width: 70%;}
  .c_latest-item__thumb, .c_latest-item__info, .c_latest-item__data {float: none;width: 100%;}
  .c_latest-item__cat {bottom: inherit;top: 15px;}

  .c_master-list {justify-content: center;}
  .c_master-item {width: 90%;}

  .c_question .m_inb::before {display: none;}
  .c_question-box {margin: auto;}
  .c_question-faq {text-align: center;}

  .c_list {justify-content: center;}
  .c_post {width: 60%;}

  .c_list-cat {justify-content: space-between;}

  .wp-caption {text-align: center;}
  .alignleft, .alignright {float: none;display: block;margin: 0 auto 25px;}
  .alignleft::before, .alignright::before {top: 5px;left: 5px;width: calc(100% - 10px);height: calc(100% - 10px);}

  .c_comment-item__name {float: none;}
  .c_comment-item__date {padding-left: 0;}
  .c_comment-item__date::before {display: none;}
  .c_comment-item__golos {margin-top: -25px;}

  .c_portal {padding-top: 50px;padding-bottom: 40px;}
  .c_portal .m_inb {padding-left: 10px;padding-right: 10px;}

  .f_nav .m_inb::before {display: none;}
  .f_nav-box {margin-left: 0;}

  .f_logo {float: left;margin-left: 0;}
  .f_copy {margin-top: 7px;line-height: 18px;}

}



@media screen and (max-width:550px) {

  .c_head {margin-bottom: 30px;font-size: 27px;line-height: 30px;}

  .c_mainmenu {padding-top: 5px;padding-bottom: 5px;}

  .c_latest-item {width: 85%;}

  .c_master {padding-top: 50px;padding-bottom: 30px;}
  .c_master-item {width: 100%;}

  .c_question .m_inb {min-height: 700px;}
  .c_question-box {padding: 40px 35px;}
  .c_question-box::before {top: 20px;left: 20px;width: calc(100% - 40px);height: calc(100% - 40px);}
  .c_question-head {margin-bottom: 40px;font-size: 32px;line-height: 36px;}

  .c_post {width: 82%;}

  .c_cont h1 {margin-bottom: 25px;font-size: 30px;line-height: 34px;}
  .c_list-cat .c_post {width: 100%;}

  .c_txt blockquote {padding: 30px;}
  .c_txt blockquote::after {display: none;}
  .c_txt table tr td {padding: 5px;}

  .c_head-min {margin-bottom: 18px;font-size: 25px;line-height: 30px;}

  .c_relate-item {width: 80%;margin: 0 0 20px;}

  .c_comment-head__btn {float: none;}

  .c_comment-list {padding-top: 10px;}
  .c_comment-item {padding: 5px 15px 15px 15px;}
  .c_comment-item__date {float: none;}
  .c_comment-item__golos {float: none;margin-top: 5px;}

  .c_comment-form__label {margin-bottom: 15px;}
  .c_comment-form__name, .c_comment-form__email {width: 100%;}

  .c_predbook .m_inb {padding-top: 50px;padding-bottom: 40px;}
  .c_predbook-box {width: 100%;}
  .c_predbook-head {text-align: center;margin-bottom: 30px;}
  .c_predbook-head a {float: none;margin: auto;width: 140px;}
  .c_predbook-head::after {display: none;}
  .c_predbook-item__thumb {width: 120px;}
  .c_predbook-item__info {width: calc(100% - 140px);}

  .c_nowlook-item {width: 100%;}
  .c_nowlook-item__data {margin-left: 20px;}

  .f_info {padding-bottom: 20px;}
  .f_logo {float: none;margin: auto;}
  .f_group {float: none;margin: 20px auto 0;}
  .f_menu ul li {margin: 0 10px;}


}



@media screen and (max-width:400px) {

  .m_inb {padding-left: 8px;padding-right: 8px;}
  
  .header {padding-top: 30px;padding-bottom: 25px;}
  .header h1 {margin-top: 30px;margin-bottom: 20px;font-size: 22px;line-height: 29px;}
  .header h1 span {font-size: 25px;}
  .h_item {padding-left: 25px;padding-bottom: 12px;font-size: 17px;}

  .c_mainmenu li.menu-item-3074 .sub-menu, .c_mainmenu li.menu-item-3075 .sub-menu, 
  .c_mainmenu li.menu-item-3078 .sub-menu, .c_mainmenu li.menu-item-3077 .sub-menu, 
  .c_mainmenu li.menu-item-3076 .sub-menu {width: calc(100% - 20px);left: 10px;}
  
  .c_latest-item {width: 100%;}

  .c_master-item__thumb::after {top: calc(40% - 50px);left: calc(50% - 45px);width: 90px;height: 90px;
      background-position: 30px center;}

  .c_question .m_inb {min-height: 640px;}
  .c_question-box::before {top: 5px;left: 5px;width: calc(100% - 10px);height: calc(100% - 10px);}
  .c_question-box {padding: 20px;}
  .c_question-head {margin-bottom: 30px;}
  .c_question-form input, .c_question-form textarea {margin-bottom: 20px;}
  .c_question-form input[type="submit"] {margin-top: 30px;}

  .c_post {width: 100%;}

  .c_cont h1 {margin-bottom: 20px;font-size: 25px;line-height: 29px;}

  .c_txt h2, .c_txt h3 {padding-left: 50px;font-size: 21px;line-height: 25px;}
  .c_txt h3 {font-size: 19px;}
  .c_txt h2::before, .c_txt h3::before {top: 10px;width: 35px;}

  .c_txt table tr {display: block;margin-bottom: 20px;}
  .c_txt table tr td {display: block;border: 1px solid #aeaeae !important;}

  .c_share-box, .c_share-rate {float: none;width: 100%;margin-top: 10px;text-align: center;}

  .c_predbook-item__thumb, .c_predbook-item__info {float: none;margin: auto;}
  .c_predbook-item__thumb {width: 200px;margin-bottom: 20px;}
  .c_predbook-item__info {width: 100%;}

  .c_relate-item {width: 100%;}

  .c_portal-btn {width: 290px;height: 60px;font-size: 18px;line-height: 60px;}

  .f_nav-box {-webkit-column-count: 1;column-count: 1;text-align: center;}

}



