/*!
 * Start Bootstrap - Blog Post (https://startbootstrap.com/template-overviews/blog-post)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-blog-post/blob/master/LICENSE)
 */

body {
  padding-top: 0px;
}
@font-face {
	    font-family: Proxima Nova1; /* имя шрифта для CSS правил */
	    src: local("Proxima Nova Black"), /* проверяем наличие шрифта в ОС пользователя */
         url(fonts/Proxima Nova Black.otf); /* если шрифт не установлен, тогда загружаем его по указанному пути */
}
@font-face {
	    font-family: Proxima Nova; /* имя шрифта для CSS правил */
	    src: local("Proxima Nova Light"), /* проверяем наличие шрифта в ОС пользователя */
         url(fonts/Proxima Nova Light.otf); /* если шрифт не установлен, тогда загружаем его по указанному пути */
}
@font-face {
	    font-family: Proxima Nova Semibold; /* имя шрифта для CSS правил */
	    src: local("Proxima Nova Semibold"), /* проверяем наличие шрифта в ОС пользователя */
         url(fonts/Proxima Nova Semibold.otf); /* если шрифт не установлен, тогда загружаем его по указанному пути */
}
@font-face {
	    font-family: Proxima Nova Thin; /* имя шрифта для CSS правил */
	    src: local("Proxima Nova Thin"), /* проверяем наличие шрифта в ОС пользователя */
         url(fonts/Proxima Nova Thin.otf); /* если шрифт не установлен, тогда загружаем его по указанному пути */
}
h1,h2,h3,h4 {
  font-family: "Proxima Nova";
}
p {
  font-family: "Proxima Nova";
}
a {
  font-family: "Proxima Nova";
}
img {
	width:100%;
}
@media (min-width: 992px) {
  body {
    padding-top: 0px;
  }
}
section.header {
  padding-top: 20px;
  padding-bottom: 20px;
}
section.header img{
  width:100%;
}
section.mainbanner img {
  width:100%;
}
.navbar {
  min-height: 10px;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }
.navbar-default {
  text-align:center;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  border-radius: 0px;
}
.navbar-center {
  display: flex;
  float: none;
}
.navbar-center > span {
  position: relative;
  display: block;
  padding: 15px 15px;
}
.navbar-nav > li {
  width: 20%;
}
.navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 8px;
  border-right: 1px solid gray;
  margin-top: 6px;
  margin-bottom: 6px;
  color: black;
}
.navbar-nav > li:last-child > a {
  border-right: 0px solid gray;
  color: white;
}
.navbar-nav > li:last-child {
  background: #d0280f;
  color: white!important;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: white;
  background-color: #d0280f;
}
.contact p {
  line-height: 10px;
  text-align: right;
}
.contact p.phone {
  font-size: 28px;
  font-weight: lighter;
}
.contact a {
  text-transform: uppercase;
  color: #d0280f;
  font-size: 10px;
  padding-right: 5px;
}
.contact a img {
  width: 12px;
}
section.social {
  padding-top: 10px;
  padding-bottom: 10px;
}
.social p {
  font-size: 15px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 12px;
}
.social_icon a img {
  width: 15%;
}
.navbar-cat > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 8px;
  border-right: 1px solid gray;
  margin-top: 6px;
  margin-bottom: 6px;
  color: black;
  font-weight: bold;
}
.navbar-cat > li {
  width: 20%;
}
.navbar-cat > li:last-child > a {
  /* border-right: 0px solid gray;
  color: white; */
}
.navbar-cat > li:last-child {
  /* background: #d0280f;
  color: white!; */
}
.navbar-default .navbar-cat > li > a:hover,
.navbar-default .navbar-cat > li > a:focus {
  color: white;
  background-color: #d0280f;
}
.mmail {
	padding-top: 20px;
}
.mmail p {
    font-size: 24px;
    font-weight: lighter;
    color: white;
    margin-bottom: -11px;
    text-align: right;
}
.mmail p.phone {
	font-size: 28px;
    font-weight: lighter;
    color: white;
}

.main-news .col-md-4 {
  margin-bottom: 30px;
      min-height: 450px;
}
.main-news img {
  width: 100%;
  margin-bottom: 10px;
}.main-news a {
  color: #dc4f2c;
  font-size: 12px;
  text-transform: none;
  text-align: right;
}
.main-news a.teg {
  color: #dc4f2c;
  font-size: 12px;
  text-transform: uppercase;
}
.main-news h2 {
  font-size: 18px;
      text-transform: uppercase;
      font-weight: 600;
      margin-top: 0px;
      margin-bottom: 0px;
}
.main-news a h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    color: black;
    padding-bottom: 2px;
}
.main-news p.autor {
  font-size: 19px;
  font-weight: lighter;

}
.main-news p {
  font-size: 12px;
  margin-bottom: 0px;

}
/*
.main_ex p{
    min-height: 72px;      
}
*/
.main-banners img {
  width: 100%;
}
.last-gazeta {
  background: #db4f2b;
  padding:5px 25px;
  text-align: center;
  margin-bottom: 20px;
  margin-top:20px;
}
.last-gazeta h2 {
  color: white;
  font-size: 25px;
  border-bottom: 1px solid white;
  text-transform: uppercase;
}
.last-gazeta a {
  color: white;
  font-size:15px;
  text-transform: uppercase;
  text-align: left;
}
.last-gazeta img {
  width: 100%;
}


.sidebar {
  background: #575755;
  padding:3px 10px;
  text-align: center;
}
.sidebar h2 {
  color: white;
  font-size: 22px;
  border-bottom: 1px solid white;
  text-transform: uppercase;
}
.sidebar a {
  color: white;
  font-size:15px;
  text-transform: uppercase;
  text-align: left;
}
.sidebar img {
  width: 100%;
}
/*
.side-news p{
  color: white;
  font-weight: lighter;
  font-size: 12px;
  text-align: left;
}
.side-news p.teg {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
      padding-top: 20px;
}
.side-news h3{
  color: white;
  font-weight: lighter;
  font-size: 14px;
}
a.but-news {
  padding: 18px 25px 18px 25px;
  border: 2px solid #575755;
  color: #575755;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 10px;
  display: block;
  text-align: center;
}
*/

.side-news ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}
.side-news ul li a {
    text-align: left!important;
    font-size: 14px;
    float: left;
    font-weight: bold;
}
.side-news ul li {
    margin-top: 20px;
}
.side-news .wprss-feed-meta a {
    text-decoration: underline;
    text-transform: lowercase;
    font-weight: 100;
}
.side-news .wprss-feed-meta span.feed-date {
    text-decoration: none;
    text-transform: lowercase;
    font-size: 14px;
    color: white;
}
.side-news1 > .feedzy-rss > ul > li > .rss_image {
	float: left;
	width:100px!important;
	height: 100px!important;
}
.side-news1 > .feedzy-rss > ul > li > span.title > a{
    font-size: 11px;
    text-align: left;
    font-weight: 100;
    line-height: 11px!important;
}
.side-news1 > .feedzy-rss > ul > li {
	text-align: left;
}

.special  {
  background: #f0efed;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
}
.special > .col-md-4 {

}
.special .every {
  max-width: 88px;
  float: left;
  background: gray;
  color: white;
  padding: 10px 4px 10px 4px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 10px;
}
.special h2 {
  color: #dc4f2c;
  font-size: 27px;
  font-weight: bolder;
  text-transform: none;
}
.special h3 {
  color: #383838;
  font-size: 22px;
  font-weight: lighter;
  text-transform: uppercase;
}
.special a {
  color: #dc4f2c;
}
.special p {
  margin-bottom: 0px;
}

.owl-prev > span, .owl-next > span {
	display: none;
}
.slider {
	margin-top: 20px;
}
.slider h3 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: -19px;
}
.slider .owl-prev {
    position: absolute;
    left: -16px;
    background: url(/wp-content/themes/gazeta/img/arrow-l.jpg)!important;
    background-repeat: no-repeat!important;
    /* background-size: auto!important; */
    width: 8px;
    height: 52px;
    background-size: 8px 52px!important;
    margin-top: -54px;
}
.slider .owl-next {
	position: absolute;
    right: -16px;
    background: url(/wp-content/themes/gazeta/img/arrow-r.jpg)!important;
    background-repeat: no-repeat!important;
    /* background-size: auto!important; */
    width: 8px;
    height: 52px;
    background-size: 8px 52px!important;
    margin-top: -54px;

}
.fullhr {
    margin-top: 17px;
    margin-bottom: 17px;
    border: 0;
    border-top: 3px solid #dad9d9;
}
section.footer {
	background: #144391;
	padding-top: 20px;
	padding-bottom: 20px;
}
ul.foot {
    list-style: none;
    margin-left: 0px;
    padding-left: 19px;
}
ul.foot > li{
	line-height: 18px;
}
ul.foot > li > a {
	color: white;
}
ul.submenu {
	position: absolute;
	display:none;
	z-index: 30000;
	list-style: none;
	margin-left: 0px;
	padding-left: 10px;
	background: white;
	padding: 10px;
    text-align: left;
    width: auto;
    min-width: 196px;
    border-top: 1px solid gray;
	-webkit-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.58);
	-moz-box-shadow:    0px 4px 7px 0px rgba(50, 50, 50, 0.58);
	box-shadow:         0px 4px 7px 0px rgba(50, 50, 50, 0.58);
	
}
ul li:hover ul.submenu {
	display: block;
}

section.about h1 {
	text-transform: uppercase;
	font-weight: bolder;
}
section.about h3 {
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 17px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #575756;
}
section.about p {
    color: #6f6f6f;
    line-height: 14px;
    margin-bottom: 33px;
}
section.about .info_about {
	padding-top: 15px;
}
section.about .info_about p {
    line-height: 8px;
    margin-bottom: 7px;
    font-size: 12px;
}
section.about .info_about p span {
	font-weight: bolder;
	color: black;
}
.auditor h2 {
    font-size: 41px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-top: 0px;
    color: #6f6f6f;
}
.auditor p {
    font-size: 21px;
    font-weight: lighter;
    line-height: 20px!important;
}
.grafic_about p {
    margin-bottom: 13px!important;
}
.pasp_abot p {
    font-size: 19px;
    text-transform: uppercase;
}
.pasp_abot p span{
       font-size: 42px;
       font-weight: bold;
           color: #4a4a4a;
}
.pasp_abot h3 {
	    font-size: 29px!important;
}
.pasp_abot h3 span{
       font-size: 42px;
       font-weight: bold;
           color: #4a4a4a;
}
.pasp_abot .block {
	display: inline-table;
	    margin-top: 10px;
}
.pasp_abot .block_1 {
	margin-top: 40px;
}
.pasp_abot .block img{
    width: 11%;
    float: left;
    margin-right: 31px;
        margin-bottom: 20px;
}
.pasp_abot .block h4{
	font-weight: bold;
	margin-top: 0px;
}
.pasp_abot .block p{
    font-size: 14px;
    margin-bottom: 10px;
    color: gray;
    line-height: 17px;
}
section.about .about_karta {
	
}
section.about .about_karta img{
	width: 6%;
	float: left;
	margin-right: 31px;
        margin-bottom: 20px;
}
section.about .about_karta h3 {
    font-size: 38px;
    color: black;
}
section.about .about_karta p {
    font-size: 23px;
    padding-top: 14px;
}
section.about .about_karta a.but-news {
    padding: 18px 25px 18px 25px;
    border: 2px solid #575755;
    color: #575755;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
    /* position: relative; */
    display: block;
    text-align: center;
    width: 23%;
    float: right;
}
section.grafic h1 {
	text-transform: none;
    font-weight: bolder;
    margin-bottom: 30px;
}
section.grafic a.but-news {
    padding: 13px 25px 13px 25px;
    border: 2px solid #575755;
    color: #575755;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
    /* position: relative; */
    display: block;
    text-align: center;
    width: 20%;
    float: right;
}
section.grafic h2 {
	font-size: 36px;
	text-transform: none;
    font-weight: bolder;
    margin-bottom: 30px;
}
section.grafic p {
	    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 4px;
    font-weight: lighter;
    color: #6b6b6b;
}
section.formmain {
	margin-bottom: 40px;
}
section.formmain .container .row {
    background: #bcd7ec;
    padding-bottom: 10px;
}
section.formmain h3 {
	font-size: 30px;
	text-transform: uppercase;
}
section.formmain h4 {
	font-size: 20px;
	text-transform: uppercase;
	    padding-bottom: 30px;
}
section.formmain .col-md-12 {
    text-align: center;
}
section.formmain form.wpcf7-form label {
	display: unset;
}
section.formmain form.wpcf7-form p {
    text-transform: uppercase;
        text-align: center;
}
section.formmain form.wpcf7-form input.wpcf7-text {
    width: 100%;
    height: 35px;
}
section.formmain form.wpcf7-form select.wpcf7-select {
    width: 100%;
    height: 35px;

    border: none;
    border-radius: 1px!important;
    background: white;
}
section.formmain form.wpcf7-form input.wpcf7-date {
    width: 100%;
    height: 35px;

}
section.formmain form.wpcf7-form textarea.wpcf7-textarea {
    width: 100%;
    height: 75px;

}
section.formmain form.wpcf7-form input.wpcf7-submit {
    background: none;
    color: black;
    border: 2px solid black;
    text-transform: uppercase;
    padding: 10px 58px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin: 0 auto;

}
section.price {
	margin-bottom: 40px;
}
section.price h1 {
    text-transform: none;
    font-weight: bolder;
    margin-bottom: 30px;
}
section.price img {
    width: 83%;
	    display: flex;
}
section.price img.down {
	width: 40px;
	float: right;
    margin-top: -30px;
    margin-right: 33px;
}
img.down1 {
    width: 40px;
    float: right;
    margin-top: 22px;
    margin-right: 8px;
}
section.treb h1 {
    text-transform: none;
    font-weight: bolder;
    margin-bottom: 30px;
}
section.treb img {
	    width: 80px;
    float: right;
    margin-top: 30px;
}
section.media {
	
}
section.media h1 {
    text-transform: none;
    font-weight: bolder;
    margin-bottom: 30px;
}
.owl-slider .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.owl-slider.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-slider .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-dots, .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    padding-top: 4px;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
        margin-top: -103px;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: white;
    border: 1px solid #144391;
}
.owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 7px;
    background: #144391;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-slider img {
	width:60%;
}
.owl-item {
	text-align: center;
}
.post_crop {
	width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 14px;
}
.post_crop img{
    height: auto!important;
    width: 100%!important;
    vertical-align: middle;
    max-width: 300%!important;
    display: inline-grid;
    position: relative;
    margin: 0 auto;
}
.post_crop1 {
    width: 100%;
    overflow: hidden;
    max-height: 269px;
    min-height: 269px;
}
.post_crop1 img{
     height: auto!important;
    width: 100%!important;
    vertical-align: middle;
    max-width: 300%!important;
    display: inline-grid;
    position: relative;
    margin: 0 auto;
}
.teg p {
    margin-top: 11px;
    margin-bottom: 9px;
    line-height: 13px;
}
a.mytitle h2{
    text-align: left;
    color: black;
}

.more_read {
    
}
.more_read h2{
  text-transform: uppercase;
  color: #808080;  
  font-size: 22px;
  margin-bottom: 3px;
}
.more_read hr{
    margin-top: 0px;
    margin-bottom: -13px;
    border: 0;
    border-top: 5px solid #808080;
}
.more_read .more_date {
    background: #808080;
    padding: 3px 7px;
    margin-bottom: 9px;
    margin-top: 31px;
}
.more_read .more_date p{
    color: white;
    margin-bottom: 0px;
}
.more_read .more_date h2{
    color: white;
    margin-bottom: 0px;
}
.more_read h2.more_title {
   text-transform: uppercase;
   color: #808080;
   margin-top: 11px;
    margin-bottom: 3px;   
}
.more_read .more_text p {
    margin-bottom: 0px;
    line-height: 15px;
       color: #808080;
}
.right_side {
    padding-top: 30px;
}
.right_side a{
    margin-bottom: 5px;
    display: block;
}
.zayavka p{
    text-transform: uppercase;
    color: black!important;
    font-size: 19px;
    line-height: 22px!important;
}

section.spec h1 {
	text-transform: uppercase;
    font-weight: bolder;
    margin-bottom: 0px;
}
section.spec p.sspec {
	font-family: "Proxima Nova";
	font-size: 36px;
	text-transform: uppercase;
    font-weight: bolder;
}

section.spec .sheme {
	background: #164194;
    padding: 1px 20px;
    margin-bottom: 60px;
}
section.spec .sheme h4{
	color: white;
	font-size: 25px;
	text-transform: uppercase;
}
section.spec .rus p {
    line-height: 29px;
    font-size: 21px;
    margin-bottom: 0px;
}
section.spec .rus img {
	width: 24px;
	margin-right: 10px;
}
section.spec .rus a {
	color: #164194;
}
section.spec .rus a:hover {
	color: #164194;
	text-decoration: underline;
}
section.dopinfo .backlight {

	color: white;
	padding: 23px;
	margin-bottom: 60px;
	margin-top: 30px;
}
section.dopinfo .light1{
	background: #0077b3;
}
section.dopinfo .light2{
	background: #008739;
}
section.dopinfo .light3{
	background: #dc4f2c;
}
section.dopinfo .backlight p.specname {
    border: 2px solid white;
    text-transform: uppercase;
    font-size: 18px;
    display: table;
    padding: 10px 80px;
    margin: 0 auto;
    /* text-align: center; */
    margin-bottom: 30px;
}
section.dopinfo .backlight .redac {
	border-right: 1px dashed white;
}
section.dopinfo .backlight .noborder {
	border-right: 0px dashed white!important;
}
section.dopinfo .backlight .redac h4 {
    font-size: 26px;
    font-weight: 100;
    margin-bottom: 0px;
}
section.dopinfo .backlight .redac h5 {
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 0px;
    margin-top: 0px;
}
section.dopinfo .backlight .redac p {
    font-size: 17px;
    font-weight: 100;
    margin-bottom: 0px;
}
.pagenav {
	text-align: center;
	margin-bottom: 40px;
}
.mypagenav {
	text-align: center;
	    padding-top: 10px;
    padding-bottom: 24px;
}

#contact_form_pop_gazeta h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #2D2D2D;
    padding-top: 0px;
}
.NEW_fomr_page_popup .wpcf7-text {
    width: 100%;
    border: none;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.7); */
    border-bottom: 1px solid #858585;
    height: 49px;
    padding: 0px 17px;
    color: gray!important;
    margin-top: 14px;
    background-image: url(../img/form_page_1.png);
    background-repeat: no-repeat;
    background-position: 96% 16px;
    background-color: transparent;
    margin-bottom: 0px;
    margin-top: 10px;
}

.wpcf7-checkbox .first {
	width: 100%;
    margin-top: 20px
}
.NEW_fomr_page_popup .wpcf7-submit {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    background: #D73076;
    border-radius: 5px;
    padding: 19px 30px;
    border: none;
    margin-top: 58px;
    margin-bottom: 18px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
}


.agree {display:none}



@media (min-width: 922px) and (max-width: 1200px) {
	.main-news .col-md-4 {
	    margin-bottom: 30px;
	    min-height: 326px;
	}
}
@media (max-width: 922px) {
	.post_crop1 {
		max-height: 519px;
	}
}
@media (max-width: 492px) {
	.post_crop1 {
		max-height: 519px;
	}
	body {
	    padding-top: 0px;
	}
	.navbar-center {
	    display: inline-block;
	    float: none;
	}
  	.navbar-nav > li {
    	width: 100%;
	}
	.navbar-nav > li > a {
	    padding-top: 0px;
	    padding-bottom: 0px;
	    font-size: 12px;
	    text-transform: uppercase;
	    padding-left: 8px;
	    padding-right: 8px;
	    border-right: 0px solid gray;
	    margin-top: 6px;
	    margin-bottom: 6px;
	    color: black;
	}
	.contact p.phone {
	    padding-top: 21px;
	}
	.post_crop {
	    width: 100%;
	    height: auto;
	    overflow: hidden;
	}
	.last-gazeta > .post_crop > a > img {
		height: auto!important;
	    width: 100%!important;
	    vertical-align: middle;
	    /* max-width: 300%!important; */
	    display: inline-grid;
	    position: relative;
	    margin: 0 auto;
	}
	.pasp_abot > div > p {
		line-height: 28px;
	}
	section.about .info_about {
	    padding-top: 15px;
	    margin-bottom: 27px;
	}
}
