@charset "UTF-8";
/* Mixins */
/* Base */
/* Site reset */
html,
body,
a,
table,
th,
td,
p,
picture,
div,
ul,
ol,
li,
dd,
dl,
input,
img,
textarea,
blockquote {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

img {
  border: 0 none;
  vertical-align: top;
}

hr {
  border: 0 none;
}

:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

blockquote,
q {
  quotes: none;
}

/* Site colors */
/* Typography */
@font-face {
  font-family: "Cuprum";
  font-display: block;
  font-style: normal;
  font-weight: 400;
  /**src: url('../fonts/cuprum-v12-cyrillic-regular.eot');**/
  /* IE9 Compat Modes */
  src: local("Cuprum Regular"), local("Cuprum-Regular"), url("../fonts/cuprum-v12-cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/cuprum-v12-cyrillic-regular.woff2") format("woff2"), url("../fonts/cuprum-v12-cyrillic-regular.woff") format("woff"), url("../fonts/cuprum-v12-cyrillic-regular.ttf") format("truetype"), url("../fonts/cuprum-v12-cyrillic-regular.svg#Cuprum") format("svg");
  /* Legacy iOS */
}

h1,
._h1,
h2,
._h2,
h3,
._h3,
h4,
._h4,
h5,
h6 {
  font-family: "Cuprum", "Arial", sans-serif;
}

h1,
._h1 {
  color: #0178C6;
  font-size: 168%;
  line-height: 115%;
  margin-bottom: 16px;
}

h2,
._h2 {
  color: #0178C6;
  font-size: 150%;
  line-height: 120%;
  margin-bottom: 8px;
}

h3,
._h3 {
  color: #c68113;
  font-size: 125%;
  line-height: 120%;
  margin-bottom: 8px;
}

h4,
._h4,
h5,
h6 {
  color: #c68113;
  font-size: 125%;
  line-height: 130%;
  margin-bottom: 8px;
}

/* Site settings */
body {
  color: #485156;
  font-family: "Helvetica";
  line-height: 130%;
  font-size: 14px;
}

dfn {
  font-style: normal;
}

table {
  margin-bottom: 10px;
}

p {
  margin-bottom: 12px;
}

ul,
ol {
  margin-bottom: 12px;
}

li {
  margin: 0 0 0 30px;
}

ul > li {
  list-style-type: square;
}

hr {
  border: 0px none;
  border-bottom: 2px solid #c9c8c8;
  margin: 12px 0 12px;
}

a {
  color: #485156;
}

a:hover {
  color: #0178C6;
  text-decoration: none;
}

a:hover img {
  opacity: 0.75;
}

/* Layouts */
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header {
  background: #f5f5f5;
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

.header-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  position: relative;
  max-width: 1420px;
  margin: auto;
}

.header-body > div + div {
  margin-left: 15px;
}

.header-logo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header-logo__img {
  aspect-ratio: attr(width)/attr(height);
  height: auto !important;
  max-width: 521px;
  width: 100% !important;
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-right-top, .header-right-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-address {
  margin-right: 40px;
}

.header-mail {
  margin-right: 20px;
}

.header-contacts, .header-address {
  color: grey;
  font-size: 13px;
}

.header-address__title, .header-contacts__title {
  margin-bottom: 4px;
  font-size: 17px;
  color: #0178C6;
}

.header-search {
  position: relative;
  max-width: 460px;
  width: 100%;
}

.header-search__input {
  background: white;
  height: 34px;
  border: 1px solid #ededed;
  border-right: none;
  padding: 5px;
  width: calc(100% - 40px);
}

.header-search__button {
  color: white;
  background: #0178C6;
  border-left: 8px solid #d98e18;
  height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  right: 1px;
  top: 1px;
}

.header-search__button:hover {
  opacity: 0.7;
}

.header-button {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-button > div + div {
  margin-left: 15px;
}

.header-button-mail__img {
  height: 40px;
  width: 40px;
}

.header-lines {
  width: 100%;
}

.header-lines > div {
  background: #6b6966;
  height: 2px;
  margin-bottom: 3px;
  width: 100%;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px 0 8px;
  margin-bottom: 10px;
  max-width: 1220px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
}

.content-main {
  margin-bottom: 15px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 40px 0 0;
  width: calc(100% - 300px);
}

.content-main-before {
  width: 100%;
}

.content-main-after {
  padding: 20px 0 15px 0;
  width: 100%;
}

.leftbar {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 300px;
  width: 100%;
}

.rightbar {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  max-width: 300px;
  width: 100%;
}

.footer {
  background: #f5f5f5;
  border-top: 6px solid #0178C6;
  font-size: 13px;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  width: 100%;
}

.footer-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 10px 10px 10px;
  max-width: 1320px;
  margin: auto;
  width: 100%;
}

.footer-body > div {
  margin-bottom: 20px;
}

.footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-address, .footer-contacts {
  margin: 0 20px 15px 0;
  min-width: 300px;
}

.footer__title {
  color: #0178C6;
  font-size: 20px;
  padding-left: 25px;
}

.footer__title::before {
  content: "";
  border: 6px solid #0178C6;
  height: 3px;
  float: left;
  margin: 6px 0 0 -25px;
  width: 3px;
}

.footer__copy {
  color: #0178C6;
  display: block;
  float: left;
  font-size: 26px;
  margin: 5px 10px 10px 0;
}

/* Menu */
/** Main menu **/
.menu-main {
  margin: 0 0 15px 0;
  padding: 0;
  width: 100%;
}

.menu-main-title {
  background: #0178C6;
  color: white;
  font-family: "Cuprum", "Arial", sans-serif;
  font-size: 17px;
  height: 34px;
  line-height: 34px;
  margin: -55px 0 15px 0;
  text-align: center;
  width: 100%;
}

.menu-main li {
  list-style: none;
}

.menu-main li a, .menu-main div {
  color: #485156;
  border-bottom: 2px dotted #dddddd;
  display: block;
  font-family: "Cuprum", "Arial", sans-serif;
  font-size: 17px;
  line-height: 21px;
  padding: 2px 5px 2px 0;
  text-decoration: none;
}

.menu-main a::before,
.menu-main div.active::before {
  background: #c9c8c8;
  content: "";
  display: block;
  float: left;
  height: 8px;
  margin: 7px 0 0 -24px;
  width: 8px;
}

.menu-main li a:hover {
  color: #d98e18;
}

.menu-main li a:hover::before {
  background: #d98e18;
}

.menu-main div.active {
  color: #d98e18;
}

.menu-main div.active::before {
  background: #d98e18;
}

.header-button-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #d98e18;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 40px;
  margin: auto;
  padding: 5px 0 5px 0;
  width: 40px;
}

.header-button-menu__line {
  width: 70%;
  height: 4px;
  background: white;
}

/* Block */
/* Blocks */
.breadcrumb-container {
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 10px 0 10px;
  width: 100%;
}

.breadcrumb-body {
  background: #ededed;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  margin: auto;
  max-width: calc(1420px - 20px);
  width: 100%;
}

.breadcrumb {
  height: 34px;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-right: 10px;
  white-space: nowrap;
}

.breadcrumb::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.breadcrumb a {
  color: #0178C6;
  font-size: 14px;
  line-height: 34px;
  text-decoration: none;
  white-space: nowrap;
}

.breadcrumb__home {
  margin-right: 4px;
}

.cat h1 {
  display: none;
}

.cat-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
  width: 100%;
}

.cat-subcat {
  width: 92px;
}

.cat-subcat__link {
  display: block;
  text-decoration: none;
}

.cat-subcat_tags {
  width: 30%;
  padding: 0 10px 0 20px;
}

.cat-subcat_tags .cat-subcat__link::before {
  background: #0178C6;
  content: "";
  display: block;
  float: left;
  height: 8px;
  margin: 7px 0 0 -20px;
  width: 8px;
}

.cat .cat-columns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cat .cat-subcat {
  width: calc(50% - 10px);
}

.cat .cat-subcat__link {
  font-size: 16px;
  margin-left: 20px;
}

.cat .cat-subcat__link::before {
  background: #0178C6;
  content: "";
  display: block;
  float: left;
  height: 8px;
  margin: 7px 0 0 -20px;
  width: 8px;
}

.cat__art-title {
  margin-left: 35px;
  margin-bottom: 10px;
}

.cat__art-link {
  color: #0178C6 !important;
  font-size: 23px;
  text-decoration: none;
}

.cat__art-link:hover {
  text-decoration: underline;
}

.cat__art-anonse h3, .cat__art-anonse h2 {
  margin-left: 35px;
  font-size: 125%;
  text-transform: uppercase;
  color: #d98e18;
}

.cat h6 {
  color: #485156;
  text-align: right;
  font-style: italic;
  font-size: 125% !important;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.columns_2 .columns__col {
  width: calc(50% - 10px);
  margin-bottom: 15px;
}

.common-form {
  margin: auto;
  margin-top: 15px;
}

.common-form-fieldset {
  border: 1px solid #c9c8c8;
}

.common-form__legend {
  padding: 0 10px 0 10px;
}

.common-form__text, .common-form__textarea, .common-form__submit, .common-form__select {
  border: 1px solid #c9c8c8;
  padding: 5px;
  margin-bottom: 15px;
  text-align: left;
}

.common-form__text, .common-form__textarea, .common-form__select {
  width: 100%;
}

.common-form__submit {
  cursor: pointer;
  background: #c9c8c8;
  margin: 10px 0 15px 0;
  padding: 5px 10px 5px 10px;
}

.common-form__submit:hover {
  background: #485156;
  color: white;
}

.content-block {
  margin-bottom: 20px;
  width: 100%;
}

.content-block__title {
  background-image: linear-gradient(to right, #d98e18 30px, white 30px, white 33px, #0178C6 33px);
  color: white;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 12px 0;
  padding: 0 0 0 40px;
}

.content-block__title::before {
  content: "";
  background-image: url(../images/notepad.svg);
  background-size: 100% 100%;
  display: block;
  float: left;
  margin: 0 0 0 -40px;
  height: 30px;
  width: 30px;
}

.content-block_decored {
  background: linear-gradient(-10deg, #efefef 50px, white 50px 75px, #efefef 75px 100px, white 100px);
  padding: 0 15px 10px 15px;
}

.content-block_decored .content-block__title {
  margin: 0 -15px 12px -15px;
}

.facebook {
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 15px 10px 0 0;
  max-width: 100%;
}

.facebook::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.old-big-image,
.old-image,
._img-small,
._img-big {
  aspect-ratio: attr(width)/attr(height);
  border: 1px solid #c9c8c8;
  display: block;
  height: auto;
  padding: 2px;
  margin: 0 auto 10px auto;
  max-width: 600px;
  width: 100%;
}

.old-image,
._img-small {
  float: left;
  margin: 6px 10px 10px 0;
}

.old-image {
  width: auto;
}

._img-small {
  max-width: 350px;
}


.autor {  
  text-align:center;
  margin: 40px auto 15px auto;  
}

.autor p:first-child{    
  border-radius: 50%;
  border: 4px solid #0178C6;
  overflow: hidden;  
  margin: 30px auto 10px auto;
  width: 180px;
  height: 180px;
}
.autor p:nth-child(2){    
	font-family: "Cuprum", "Arial", sans-serif;
	color: #0178C6;
	font-size: 150%;
	line-height: 120%;
	margin-bottom: 4px;  
}
.autor p:last-child{    	
	font-style: italic;  
}
.autor img{
  width:100%;
  height:100%;
  object-fit: cover;
}


.cat__art-anonse .old-image,
.cat__art-anonse ._img-small {
  max-width: 300px;
}

.info-article {
  background: #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
  margin-bottom: 15px;
}

.info-article__logo {
  height: 26px;
  width: 26px;
}

.info-article__tags {
  background: #dfdfdf;
  padding: 4px 15px 4px 10px;
}

.info-article__placeholder {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

.info-article__hits {
  background: #dfdfdf;
  padding: 4px 10px 4px 10px;
  white-space: nowrap;
}

.message {
  margin-bottom: 12px;
}

.message__title {
  color: #0178C6;
}

.message__text {
  margin-bottom: 15px;
}

.message__button {
  cursor: pointer;
  background: #c9c8c8;
  margin: 10px 0 15px 0;
  padding: 5px 10px 5px 10px;
}

.message__button:hover {
  background: #485156;
  color: white;
}

.error {
  margin-bottom: 12px;
}

.error__title {
  color: red;
}

.error__text {
  margin-bottom: 15px;
}

.error__button {
  cursor: pointer;
  background: #c9c8c8;
  margin: 10px 0 15px 0;
  padding: 5px 10px 5px 10px;
}

.error__button:hover {
  background: #485156;
  color: white;
}

/* pages */
.pages {
  width: auto;
  text-align: center;
  color: #0178C6;
}

.pages a,
.pagesempty {
  background: white;
  border: 1px solid #7a7979;
  display: inline-block;
  color: #0178C6;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 5px 10px;
  min-width: 32px;
  text-decoration: none;
}

a.pages:hover {
  background: #0178C6;
  color: white;
}

.pagesempty {
  background: #7a7979;
  color: white;
}

.read {
  margin-bottom: 10px;
}

.read__h1 {
  font-size: 185% !important;
  margin-bottom: 8px;
}

.read h2 {
  font-size: 165% !important;
  color: #d98e18;
}

.read h3 {
  font-size: 145% !important;
  color: #0178C6;
}

.read h6 {
  color: #485156;
  text-align: right;
  font-style: italic;
  font-size: 125% !important;
}

.scroll {
  margin-bottom: 10px;
  overflow: auto;
}

.sidebar-block {
  margin-bottom: 20px;
  width: 100%;
}

.sidebar-block__title {
  background-image: linear-gradient(to right, #d98e18 30px, white 30px, white 33px, #0178C6 33px);
  color: white;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 12px 0;
  padding: 0 0 0 40px;
}

.sidebar-block__title::before {
  content: "";
  background-image: url(../images/pen-orange.svg);
  background-size: 100% 100%;
  display: block;
  float: left;
  margin: 0 0 0 -40px;
  height: 30px;
  width: 30px;
}

/* Modifiers */
/** Images **/
._img100 {
  aspect-ratio: attr(width)/attr(height);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto !important;
  width: 100% !important;
}

._imgratio {
  aspect-ratio: attr(width)/attr(height);
  height: auto !important;
}

/** Fonts **/
._f13 {
  font-size: 13px;
}

._f15 {
  font-size: 15px;
}
._img-shotam {
  height: auto !important;
  width: 100% !important;
  max-width: 800px !important;
  margin:auto;
}

/** Colors **/
._color1 {
  color: #0178C6;
}

._color1 a {
  color: #0178C6;
}

._color2 {
  color: #d98e18;
}

._color2 a {
  color: #d98e18;
}

._colortext {
  color: #485156;
}

._green {
  color: green;
}

._red {
  color: red;
}

._white {
  color: white;
}

._black {
  color: black;
}

/** Width **/
._mw300 {
  max-width: 300px;
}

._mw350 {
  max-width: 350px;
}

._mw400 {
  max-width: 400px;
}

._mw450 {
  max-width: 450px;
}

._mw500 {
  max-width: 500px;
}

._mw550 {
  max-width: 550px;
}

._mw600 {
  max-width: 600px;
}

._mw650 {
  max-width: 650px;
}

._mw700 {
  max-width: 700px;
}

._w100-d {
  width: 100%;
}

/* Tables tr */
._odd tr:nth-child(2n) {
  background: #ededed;
  /* Цвет фона */
}

._even tr:nth-child(2n + 1) {
  background: #ededed;
  /* Цвет фона */
}

/* Align */
._al {
  text-align: left !important;
}

._ar {
  text-align: right !important;
}

._ac,
table.ac td,
ul.ac p {
  text-align: center;
}

._vt {
  vertical-align: top;
}

._vm {
  vertical-align: middle;
}

._vb {
  vertical-align: bottom;
}

/** Float **/
._fl {
  float: left;
  margin-right: 8px;
}

._fr {
  float: right;
}

._clear {
  clear: both;
}

/** Like tag a **/
._a {
  color: #0178C6;
  text-decoration: underline;
  cursor: pointer;
}

._a:hover {
  text-decoration: none;
}

/** Paddings **/
._p0 {
  padding: 0px;
}

._p2 {
  padding: 2px;
}

._p5,
table._p5 td {
  padding: 5px;
}

._p15 {
  padding: 15px;
}

._p10,
table._p10 td {
  padding: 10px;
}

._pl10 {
  padding-left: 10px;
}

._pb10 {
  padding-bottom: 10px;
}

._pr10 {
  padding-right: 10px !important;
}

._pt10 {
  padding-top: 10px;
}

._leftpad {
  padding-left: 30px;
}

/** Margins **/
._mauto {
  margin-left: auto;
  margin-right: auto;
}

._m0 {
  margin: 0px;
}

._mb0 {
  margin-bottom: 0;
}

._m5 {
  margin: 5px;
}

._m10 {
  margin: 10px;
}

._ml10 {
  margin-left: 10px !important;
}

._mb10 {
  margin-bottom: 10px !important;
}

._mr10 {
  margin-right: 10px !important;
}

/** Cursor **/
._hand {
  cursor: pointer;
}

/** Display **/
._dnone {
  display: none !important;
}

._dblock {
  display: block;
}

._inline {
  display: inline;
}

/** Borders **/
._bord,
table._bord td {
  border: 1px solid lightgrey;
}

._bordbot {
  border-bottom: 1px solid lightgrey;
}

._bordbot tr {
  border-bottom: 1px solid lightgrey;
}

._bordnone {
  border: none !important;
}

/** Backgrounds **/
._bg1 {
  background: #f1f6fb;
}

._bg2 {
  background: #f8f8e2;
}

._bg-n-light {
  background: #ededed;
}

._bg-n-dark {
  background: #7a7979;
}
._bg-white {
    background: white;
}

/** Text **/
._upper {
  text-transform: uppercase;
}

._bo {
  font-weight: bold;
}

._decno {
  text-decoration: none;
}

/* Media */
@media only screen and (max-width: 1130px) {
  .header-logo {
    max-width: 480px;
  }
  .header-address {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1000px) {
  ._dnone-p {
    display: none;
  }
  ._dblock-p {
    display: block !important;
  }
  .header {
    margin-bottom: 10px;
  }
  .header-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-body > div + div {
    margin-left: 0;
  }
  .header-left {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .header-right {
    width: 100%;
  }
  .header-logo {
    max-width: 330px;
  }
  .header-address {
    display: none;
  }
  .header-mail {
    display: none;
  }
  .header-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-search {
    max-width: 100%;
    margin-top: 10px;
  }
  .menu-main {
    border-top: 4px solid #0178C6;
    margin-top: 5px;
    padding: 15px 10px 0 20px;
  }
  .menu-main-title {
    display: none;
  }
  .footer-left, .footer-right {
    width: 100%;
  }
  .footer-left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-address, .footer-contacts {
    margin-right: 20px;
    min-width: 0;
  }
  .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content-main {
    padding: 0;
    width: 100%;
  }
  .content-left-side {
    width: 100%;
  }
  .rightbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
  }
  .info-article__tags {
    background: none;
  }
  .sidebar-block {
    width: calc(50% - 10px);
  }
}

@media only screen and (max-width: 830px) {
  .header-contacts {
    display: none;
  }
  .pages .pagesrow {
    display: block;
    margin: 0 auto 10px auto;
  }
}

@media only screen and (max-width: 800px) {
  .header-logo__img {
    max-width: 300px;
  }
}

@media only screen and (max-width: 600px) {
  .columns_2 .columns__col {
    width: 100%;
  }
  .footer-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sidebar-block {
    width: 100%;
  }
  .old-image {
    float: none;
    margin: 0 auto 10px auto;
    max-width: 100%;
  }
  ._img-small {
    float: none;
    margin: 0 auto 10px auto;
    max-width: 394px !important;
  }
  .cat__art-anonse .old-image {
    max-width: 100%;
  }
  .cat .cat-subcat {
    width: 100%;
  }
  .cat-subcat_tags {
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  .header-button-mail {
    display: none;
  }
  .gallery_2 li {
    max-width: 100%;
    width: 100%;
  }
  .gallery_2 li img {
    max-width: 400px;
  }
}

@media only screen and (max-width: 380px) {
  .header-button-search__img {
    height: 33px;
    width: 33px;
  }
  .header-button-menu {
    height: 33px;
    width: 33px;
  }
  .header-button-menu__line {
    height: 3px;
  }
}
/*# sourceMappingURL=style.css.map */