/*

Theme Name: Blog theme

*/

@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

audio, canvas, progress, video {
  display: inline-block;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* ------------------- Fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400|Roboto:300,300i,400,400i,500,500i,700&subset=cyrillic');

/* ------------------- Typography */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: whitesmoke;
  font: 300 15px "Roboto", Arial, sans-serif;
  line-height: 24px;
  color: #565454;
}

h1, .site-h1-tt, h2, .site-h2-tt, h3, .site-h3-tt, h4, .site-h4-tt, h5, .site-h5-tt, h6, .site-h6-tt {
  display: block;
  margin: 20px 0;
  padding: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  color: #000;
}

h1, .site-h1-tt {
  font-size: 19px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #282828;
  margin: 0 0 20px;
}

h1 > a, .site-h1-tt > a {
  text-decoration: none;
  color: #282828;
}

h1 > a:hover, .site-h1-tt > a:hover {
  text-decoration: underline;
  color: #282828;
}

h2, .site-h2-tt {
  font-size: 19px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #282828;
  margin: 0 0 20px;
}

h2 > a, .site-h2-tt > a {
  text-decoration: none;
  color: #282828;
}

h2 > a:hover, .site-h2-tt > a:hover {
  text-decoration: underline;
  color: #282828;
}

h3, .site-h3-tt {
  font-size: 20px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
}

h4, .site-h4-tt {
  font-size: 18px;
}

h5, .site-h5-tt {
  font-size: 16px;
}

h6, .site-h6-tt {
  font-size: 14px;
}

ul, ol {
  margin: 20px 0;
  padding: 0;
  list-style-position: inside;
}

li {
  margin: 10px 0;
  padding: 0;
}

p {
  margin: 20px 0;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

img {
  vertical-align: middle;
  max-width: 100%;
  margin-bottom: 17px;
}

a {
  color: #4a93df;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #2579d1;
}

.st-inner-block-text {
  margin: 40px 0;
  border: 1px solid #000;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  h1, .site-h1-tt {
    font-size: 22px;
  }
  h2, .site-h2-tt {
    font-size: 22px;
  }
  h3, .site-h3-tt {
    font-size: 22px;
  }
  h4, .site-h4-tt {
    font-size: 18px;
  }
  h5, .site-h5-tt {
    font-size: 16px;
  }
  h6, .site-h6-tt {
    font-size: 14px;
  }
  /* end media min width 768 pixels */
}

/* ------------------- Icons */
.icon {
  display: inline-block;
  font-style: normal;
}

.icon-address {
  background-image: url(img/sprite.png);
  background-position: -182px -91px;
  width: 10px;
  height: 14px;
}

.icon-ava {
  background-image: url(img/sprite.png);
  background-position: 0px 0px;
  width: 40px;
  height: 39px;
}

.icon-list {
  background-image: url(img/sprite.png);
  background-position: -182px 0px;
  width: 14px;
  height: 14px;
}

.icon-mail {
  background-image: url(img/sprite.png);
  background-position: -18px -155px;
  width: 15px;
  height: 12px;
}

.icon-mail2 {
  background-image: url(img/sprite.png);
  background-position: -182px -79px;
  width: 14px;
  height: 10px;
}

.icon-massage {
  background-image: url(img/sprite.png);
  background-position: -42px 0px;
  width: 35px;
  height: 35px;
}

.icon-megafone {
  background-image: url(img/sprite.png);
  background-position: -60px -41px;
  width: 17px;
  height: 16px;
}

.icon-message {
  background-image: url(img/sprite.png);
  background-position: -182px -16px;
  width: 14px;
  height: 12px;
}

.icon-pers {
  background-image: url(img/sprite.png);
  background-position: -182px -107px;
  width: 10px;
  height: 12px;
}

.icon-pers2 {
  background-image: url(img/sprite.png);
  background-position: -182px -64px;
  width: 11px;
  height: 13px;
}

.icon-phone {
  background-image: url(img/sprite.png);
  background-position: -182px -30px;
  width: 8px;
  height: 19px;
}

.icon-quotes {
  background-image: url(img/sprite.png);
  background-position: -144px -128px;
  width: 15px;
  height: 15px;
}

.icon-rubr1 {
  background-image: url(img/sprite.png);
  background-position: -161px -98px;
  width: 16px;
  height: 18px;
}

.icon-rubr2 {
  background-image: url(img/sprite.png);
  background-position: -161px -60px;
  width: 18px;
  height: 17px;
}

.icon-rubr3 {
  background-image: url(img/sprite.png);
  background-position: -161px -41px;
  width: 18px;
  height: 17px;
}

.icon-rubr4 {
  background-image: url(img/sprite.png);
  background-position: -161px 0px;
  width: 19px;
  height: 19px;
}

.icon-rubr5 {
  background-image: url(img/sprite.png);
  background-position: 0px -155px;
  width: 16px;
  height: 13px;
}

.icon-rubr6 {
  background-image: url(img/sprite.png);
  background-position: -161px -21px;
  width: 18px;
  height: 18px;
}

.icon-rubr7 {
  background-image: url(img/sprite.png);
  background-position: -161px -79px;
  width: 17px;
  height: 17px;
}

.icon-search {
  background-image: url(img/sprite.png);
  background-position: -90px -71px;
  width: 16px;
  height: 16px;
}

.icon-smile1 {
  background-image: url(img/sprite.png);
  background-position: -52px -101px;
  width: 24px;
  height: 25px;
}

.icon-smile2 {
  background-image: url(img/sprite.png);
  background-position: 0px -128px;
  width: 24px;
  height: 25px;
}

.icon-smile3 {
  background-image: url(img/sprite.png);
  background-position: -135px -54px;
  width: 24px;
  height: 25px;
}

.icon-smile4 {
  background-image: url(img/sprite.png);
  background-position: -135px -27px;
  width: 24px;
  height: 25px;
}

.icon-smile5 {
  background-image: url(img/sprite.png);
  background-position: -135px 0px;
  width: 24px;
  height: 25px;
}

.icon-smile6 {
  background-image: url(img/sprite.png);
  background-position: -104px -101px;
  width: 24px;
  height: 25px;
}

.icon-smile7 {
  background-image: url(img/sprite.png);
  background-position: -78px -101px;
  width: 24px;
  height: 25px;
}

.icon-smile8 {
  background-image: url(img/sprite.png);
  background-position: -26px -128px;
  width: 24px;
  height: 25px;
}

.icon-smile9 {
  background-image: url(img/sprite.png);
  background-position: -26px -101px;
  width: 24px;
  height: 25px;
}

.icon-smile10 {
  background-image: url(img/sprite.png);
  background-position: -109px -54px;
  width: 24px;
  height: 25px;
}

.icon-smile11 {
  background-image: url(img/sprite.png);
  background-position: -109px -27px;
  width: 24px;
  height: 25px;
}

.icon-smile12 {
  background-image: url(img/sprite.png);
  background-position: 0px -101px;
  width: 24px;
  height: 25px;
}

.icon-smile13 {
  background-image: url(img/sprite.png);
  background-position: -109px 0px;
  width: 24px;
  height: 25px;
}

.icon-smile14 {
  background-image: url(img/sprite.png);
  background-position: -135px -81px;
  width: 24px;
  height: 25px;
}

.icon-soc1 {
  background-image: url(img/sprite.png);
  background-position: -30px -71px;
  width: 28px;
  height: 28px;
}

.icon-soc2 {
  background-image: url(img/sprite.png);
  background-position: 0px -71px;
  width: 28px;
  height: 28px;
}

.icon-soc3 {
  background-image: url(img/sprite.png);
  background-position: -79px -30px;
  width: 28px;
  height: 28px;
}

.icon-soc4 {
  background-image: url(img/sprite.png);
  background-position: -79px 0px;
  width: 28px;
  height: 28px;
}

.icon-soc5 {
  background-image: url(img/sprite.png);
  background-position: -30px -41px;
  width: 28px;
  height: 28px;
}

.icon-soc6 {
  background-image: url(img/sprite.png);
  background-position: -60px -71px;
  width: 28px;
  height: 28px;
}

.icon-soc7 {
  background-image: url(img/sprite.png);
  background-position: 0px -41px;
  width: 28px;
  height: 28px;
}

.icon-theme {
  background-image: url(img/sprite.png);
  background-position: -161px -139px;
  width: 15px;
  height: 14px;
}

.icon-totop {
  background-image: url(img/sprite.png);
  background-position: -182px -132px;
  width: 12px;
  height: 8px;
}

.icon-menu1 {
  background-image: url(img/sprite.png);
  background-position: -135px -108px;
  width: 21px;
  height: 18px;
}

.icon-menu2 {
  background-image: url(img/sprite.png);
  background-position: -52px -128px;
  width: 23px;
  height: 22px;
}

.icon-menu3 {
  background-image: url(img/sprite.png);
  background-position: -161px -118px;
  width: 15px;
  height: 19px;
}

.icon-menu4 {
  background-image: url(img/sprite.png);
  background-position: -77px -128px;
  width: 21px;
  height: 20px;
}

.icon-menu5 {
  background-image: url(img/sprite.png);
  background-position: -100px -128px;
  width: 20px;
  height: 20px;
}

.icon-menu6 {
  background-image: url(img/sprite.png);
  background-position: -109px -81px;
  width: 20px;
  height: 15px;
}

.icon-menu7 {
  background-image: url(img/sprite.png);
  background-position: -122px -128px;
  width: 20px;
  height: 19px;
}

.icon-drop {
  background-image: url(img/sprite.png);
  background-position: -182px -121px;
  width: 12px;
  height: 9px;
}

.icon-talk {
  background-image: url(img/sprite.png);
  background-position: -182px -51px;
  width: 13px;
  height: 11px;
}

/*  ------------------- Page structure */
.clear {
  clear: both;
}

.group:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

#wrapper {
  position: relative;
  left: 0;
  min-width: 320px;
  width: 100%;
  transition: left 0.2s linear;
}

.section-st {
  padding: 15px 0 58px;
}

.container {
  padding: 1px 15px;
}

.hidden-mobile,
.hidden-devices {
  display: none;
}

/*  ------------------- Bread crumbs */
.bread-crumbs {
  padding: 0;
  list-style-type: none;
  margin: 0 0 22px;
}

.bread-crumbs li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: #302f2f;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.bread-crumbs li:before {
  content: '/ ';
  margin-left: 4px;
}

.bread-crumbs li:first-child:before {
  display: none;
}

.bread-crumbs li a {
  text-decoration: none;
  color: #302f2f;
}

.bread-crumbs li a:hover {
  color: #302f2f;
  text-decoration: underline;
}

/*  ------------------- Pagination */
.pagination {
  list-style-type: none;
  float: right;
  margin: 0 0 46px;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}

.pagination .active a {
  background: url("img/box-hover.png") no-repeat 50% 0;
  color: #fff;
}

.pagination a,
.pagination span {
  display: block;
  width: 26px;
  height: 25px;
  background: url("img/box.png") no-repeat 50% 0;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 white;
  color: #717171;
  font-size: 12px;
  font-weight: 700;
}

.pagination a:hover {
  background: url("img/box-hover.png") no-repeat 50% 0;
  color: #fff;
  text-decoration: none;
}

.pagin-prev a,
.pagin-next a {
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
}

/* ------------------- Header */
.header {
  position: relative;
  background: url("img/header-bg.jpg") no-repeat center 0;
  /*background-size: cover;*/
}

.logo {
  width: 219px;
  margin: 0 auto 47px;
  background-color: rgba(48, 47, 47, 0.78);
  text-align: center;
  padding: 9px 20px 10px;
}

.logo h1,
.logo > div {
  color: #fff;
  margin: 0;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  line-height: 16.73px;
  font-weight: normal;
}

.logo > p {
  display: block;
  font-size: 10px;
  line-height: 16.73px;
  margin: 6px 0 0;
  color: #fff;
}

.logo > p > a {
  text-decoration: none;
  color: #fff;
}

.logo > p > a:hover {
  text-decoration: none;
}

.logo a {
  color: #fff;
}

.logo-img {
  display: block;
  width: 55px;
  margin: 0 auto 8px;
}

/* ------------------- Footer */
.footer {
  position: relative;
  left: 0;
  min-width: 320px;
  width: 100%;
  margin: 0;
  opacity: 1;
  background: #f5f5f5;
}

.footer .container {
  overflow: hidden;
}

.copy {
  display: block;
  line-height: 50px;
  text-align: center;
  color: #302f2f;
  font-weight: 400;
  font-size: 14px;
}

.footer-bl {
  background: #302f2f;
  padding: 20px 0 11px;
}

.nav-footer {
  list-style: none;
  padding: 0;
  margin: 0;
  word-spacing: -0.36em;
  font-family: Verdana;
}

.nav-footer > li {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 10px;
}

.nav-footer > li:nth-child(3), .nav-footer > li:nth-child(6) {
  text-align: right;
}

.nav-footer > li:nth-child(2), .nav-footer > li:nth-child(5) {
  text-align: center;
}

.nav-footer > li > a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: white;
}

.nav-footer > li > a:hover {
  color: white;
  text-decoration: underline;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  /*  ------------------- Page structure */
  .container {
    margin: 0 auto;
  }
  .hidden-mobile {
    display: block;
  }
  /* ------------------- Header */
  .logo {
    width: 316px;
    margin-bottom: 100px;
    padding: 19px 30px 31px;
  }
  .logo h1,
  .logo > div {
    font-size: 19px;
    line-height: 23px;
  }
  .logo > p {
    font-size: 14px;
    line-height: 17px;
    margin: 8px 0 0;
  }
  .logo-img {
    width: 73px;
    margin-bottom: 15px;
  }
  /* ------------------- Footer */
  .nav-footer {
    display: table;
    width: 100%;
  }
  .nav-footer > li {
    width: auto;
    display: table-cell;
    text-align: center;
  }
  .nav-footer > li > a {
    font-size: 16px;
    line-height: 20px;
  }
  .nav-footer > li:nth-child(3), .nav-footer > li:nth-child(6) {
    text-align: center;
  }
  .footer-bl {
    padding: 24px 0 18px;
  }
  .copy {
    float: left;
    text-align: left;
    line-height: 55px;
    font-size: 13px;
  }
  .counters {
    float: right;
  } 
  /* end media min width 768 pixels */
}

/* Min width 1024 pixels */
@media only screen and (min-width: 1024px) {
  /*  ------------------- Page structure */
  .section-st {
    padding: 17px 0 52px;
  }
  .container {
    max-width: 1000px;
    padding: 1px 10px;
  }
  .hidden-devices {
    display: block;
  }
  .hidden-desktop {
    display: none;
  }
  /* ------------------- Header */
  .logo {
    width: 316px;
    margin-bottom: 249px;
  }
  .header {
    /*background-size: auto 509px;*/
  }
  .head-menu .search {
    float: right;
  }
  /* ------------------- Footer */
  /* end media min width 1024 pixels */
}

/* ------------------- Button styles */
.btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-width: 80px;
  margin: 0;
  padding: 10px 15px 9px;
  border: none;
  background-color: #a29b0c;
  border-radius: 0;
  font: 700 16px/23px "Roboto", Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  color: white;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #736e08;
  text-decoration: none;
  color: #fff;
}

.btn.btn-max {
  width: 100%;
}

/* ------------------- Form styles */
.st-form {
  margin: 20px 0;
}

.form-group {
  margin: 20px 0;
}

.form-label-tt {
  display: block;
  margin: 10px 0;
}

.form-group-inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-group-inline .form-label-tt {
  min-width: 120px;
  max-width: 120px;
  line-height: 20px;
  padding: 10px 0;
  margin: 0;
}

.placeholder {
  color: rgba(48, 47, 47, 0.56);
}

input,
textarea {
  border-radius: 0;
  padding: 0 20px 0 38px;
  height: 52px;
  position: relative;
  outline: none;
  font: 14px "Roboto Condensed", Arial, sans-serif;
  color: rgba(48, 47, 47, 0.56);
  background-color: whitesmoke;
  border: 1px solid rgba(0, 0, 0, 0.09);
  background: #fff;
}

input:-moz-placeholder, input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(48, 47, 47, 0.56);
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(48, 47, 47, 0.56);
  opacity: 1;
}

input:focus:-moz-placeholder, input:focus::-moz-placeholder,
textarea:focus:-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input[type="text"],
input[type="password"] {
  width: 100%;
}

textarea {
  height: 130px;
  width: 100%;
  vertical-align: top;
  padding: 10px 15px 10px 38px;
  resize: none;
}

.search {
  width: 230px;
  position: relative;
}

.search input {
  padding: 0 35px 0 20px;
  height: 38px;
  border: none;
  font-size: 11px;
}

.search .btn-search {
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -8px;
  box-shadow: none;
  border: none;
  background: none;
  cursor: pointer;
}

.comment-respond {
  background: #fff;
  padding: 10px 20px 40px;
}

.comment-respond form {
  max-width: 450px;
  margin: 0 auto;
}
.comment-respond p {
  margin: 0 0 1rem 0;
}

.inp-form {
  margin-bottom: 8px;
  position: relative;
}

.inp-form:before {
  position: absolute;
  content: ' ';
  left: 19px;
  top: 50%;
  z-index: 2;
}

.inp-pers:before {
  background-image: url(img/sprite.png);
  background-position: -182px -64px;
  width: 11px;
  height: 13px;
  margin: -7px 0 0 0;
}

.inp-mail:before {
  background-image: url(img/sprite.png);
  background-position: -182px -79px;
  width: 14px;
  height: 10px;
  margin: -7px 0 0 -1px;
}

.inp-web:before {
  background-image: url(img/sprite.png);
  background-position: -163px -142px;
  width: 15px;
  height: 14px;
  margin: -7px 0 0 0;
}

.inp-comment:before {
  background-image: url(img/sprite.png);
  background-position: -182px -51px;
  width: 13px;
  height: 11px;
  margin: 0px 0 0 1px;
  top: 14px;
}

.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 14px;
  width: 13px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  background-color: #f4f4f4;
  background-image: linear-gradient(to top, #e6e9ed 0%, #f0f5fb 100%);
  float: left;
  margin-top: -1px;
}

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 16px;
  width: 16px;
  top: 0;
  left: 0;
}

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-checkbox.jcf-checked span {
  background: url("img/icon-check.png") no-repeat 50% 0;
  background-size: 100% 100%;
  width: 9px;
  height: 6px;
  top: 50%;
  left: 50%;
  display: block;
  margin: -3px 0 0 -5px;
}

.jcf-checkbox.jcf-disabled {
  background-color: #e1e1e1;
}

.check-comment {
  margin: 20px 0 21px;
}

.check-comment label {
  display: block;
  margin-left: 23px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 14px;
  cursor: pointer;
}

/* ------------------- Content Accordion */
.content-accordion {
  clear: both
}
.content-accordion .tab-section {
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 20px;
  border-left: 4px solid #a29b0c;
  box-shadow: 0 0 5px rgba(0, 0, 0, .17)
}
.content-accordion .tab-title {
  background: #eee;
  padding: 10px 20px;
  margin: 0;
  cursor: pointer
}
.content-accordion .tab-content {
  padding: 20px;
  display: none
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.wp-caption .wp-caption-text {
  margin: .8075em 0
}
.wp-caption-text {
  text-align: center
}
.gallery {
  margin-bottom: 1.5em
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 10px 0
}
.gallery-columns-2 .gallery-item {
  max-width: 50%
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%
}
.gallery-columns-4 .gallery-item {
  max-width: 25%
}
.gallery-columns-5 .gallery-item {
  max-width: 20%
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%
}
.gallery-caption {
  display: block
}

/* ------------------- Navigation */
.head-menu {
  background: #302f2f;
  padding: 7px 0;
}

.head-menu > div {
  position: relative;
}

.menu-icon-wrap {
  display: block;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 6px;
  width: 34px;
  text-align: right;
  z-index: 101;
}

.menu-icon {
  width: 34px;
  display: inline-block;
  vertical-align: middle;
  z-index: 101;
  padding: 8px 0;
}

.menu-icon span {
  display: block;
  height: 3px;
  background-color: #fff;
  position: relative;
}

.menu-icon span:before, .menu-icon span:after {
  content: ' ';
  position: absolute;
  left: 0;
  height: 3px;
  background-color: #fff;
  width: 100%;
}

.menu-icon span:before {
  top: -8px;
}

.menu-icon span:after {
  bottom: -8px;
}

.menu-wrapper-fixed {
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 100;
  height: 100%;
  width: 100%;
  display: none;
  margin-top: 3px;
}

.menu-open-wrapper {
  background-color: rgba(40, 40, 40, 0.95);
  padding: 25px 25px 39px;
  height: auto;
  overflow: auto;
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #fff;
  min-height: 52px;
  border-bottom: 1px solid #5f5f5f;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: normal;
  position: relative;
}

.menu > li:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
}

.menu > li:last-child {
  border-bottom: none;
}

.menu > li > a,
.menu > li .menu-dd-open-link {
  text-decoration: none;
  display: block;
  color: white;
  font-size: 20px;
  line-height: 21px;
  padding: 15px 8px 15px 40px;
}

.menu > li > a:hover,
.menu > li .menu-dd-open-link:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}

.menu-item-4:before {
  background-image: url(img/sprite.png);
  background-position: -135px -108px;
  width: 21px;
  height: 18px;
  margin: 15px 0 0 9px;
}

.menu-item-32:before,
.menu-ic2:before {
  background-image: url(img/sprite.png);
  background-position: -52px -128px;
  width: 23px;
  height: 22px;
  margin: 14px 0 0 8px;
}

.menu-item-54:before {
  background-image: url(img/sprite.png);
  background-position: -161px -118px;
  width: 15px;
  height: 19px;
  margin: 16px 0 0 12px;
}

.menu-item-28:before {
  background-image: url(img/sprite.png);
  background-position: -77px -128px;
  width: 21px;
  height: 20px;
  margin: 15px 0 0 9px;
}

.menu-item-76:before {
  background-image: url(img/sprite.png);
  background-position: -100px -128px;
  width: 20px;
  height: 20px;
  margin: 13px 0 0 10px;
}

.menu-item-57:before {
  background-image: url(img/sprite.png);
  background-position: -109px -81px;
  width: 20px;
  height: 15px;
  margin: 18px 0 0 10px;
}

.menu-ic7:before {
  background-image: url(img/sprite.png);
  background-position: -122px -128px;
  width: 20px;
  height: 19px;
  margin: 15px 0 0 10px;
}

.ic-menu {
  width: 23px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.ic-menu .icon {
  margin-top: -2px;
}

.txt-nav {
  display: inline-block;
  vertical-align: middle;
  margin-left: 19px;
}

.txt-nav > span {
  display: inline-block;
  vertical-align: middle;
}

.txt-nav > .icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.menu-dd-open .txt-nav > .icon {
  transform: rotate(180deg);
}

/* ------------------- menu drop down */
.menu-dd-open-link {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menu-dd-open-link > span {
  display: inline-block;
  vertical-align: top;
}

.menu-dd-open > ul {
  display: block;
}

.menu-dd-open .arrow-corner-bottom {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  width: 0;
  height: 0;
  border-top: none;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-bottom-color: #fff;
  margin-left: 5px;
}

.arrow-corner-bottom {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-bottom: none;
  border-left: 6px solid transparent;
  border-top-color: #fff;
  margin-left: 5px;
}

.menu-mobile-open .menu-wrapper-fixed {
  display: block;
}

.menu-drop-down ul {
  display: none;
}

.menu-dd-open ul {
  display: block;
}

.menu-icon-txt {
  display: none;
}

@media only screen and (min-width: 480px) {
  .search {
    width: 254px;
  }
  .menu-icon-txt {
    display: none;
    /*display: inline-block;*/
    vertical-align: middle;
    margin-right: 10px;
    font-size: 18px;
    line-height: 20px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
  }
  .menu-icon-wrap {
    width: 95px;
  }
}

@media only screen and (min-width: 640px) {
  .menu > li > a, .menu > li .menu-dd-open-link {
    font-size: 24px;
    line-height: 25px;
    padding: 13px 8px 13px 40px;
  }
}

/* Min width 1024 pixels */
@media only screen and (min-width: 1024px) {
  .menu-wrapper-fixed {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    transition: none;
    width: 100%;
  }
  .menu-open-wrapper {
    background: none;
    padding: 0;
    height: auto;
    overflow: visible;
    max-width: 730px;
  }
  .menu-icon-wrap {
    display: none;
  }
  .menu {
    text-align: center;
  }
  .menu > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    border-bottom: none;
    min-height: auto;
  }
  .menu > li:last-child {
    margin-right: 0;
  }
  .menu > li.nav-none {
    display: none;
  }
  .menu > li > a {
    padding: 0;
    text-transform: uppercase;
  }
  .menu > li > a .ic-menu {
    display: none;
  }
  .menu-wrapper-fixed {
    display: block;
    float: left;
    width: auto;
  }
  .txt-nav {
    margin-left: 0;
  }
  .menu > li > a, .menu > li .menu-dd-open-link {
    font-size: 16px;
  }
  .head-menu {
    padding: 13px 0;
  }
  /* ------------------- menu drop down */
  .menu-drop-down:hover > ul {
    display: block;
    position: absolute;
    top: 100%;
    width: 270px;
    text-align: left;
    background-color: #000;
    padding: 15px 20px 10px 10px;
  }
  .menu-drop-down .arrow-corner-bottom {
    display: none;
  }
  .menu-dd-open > ul {
    display: none;
  }
  /* end media min width 1024 pixels */
}

.mfp-container, .owl-theme .owl-dots {
  text-align: center;
}

.mfp-arrow, .owl-carousel, .owl-carousel .owl-item, .owl-theme .owl-dots, .owl-theme .owl-nav {
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.mfp-arrow:after, .mfp-arrow:before, .mfp-container:before, .mfp-figure:after {
  content: '';
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.mfp-bg, .mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.mfp-bg, .mfp-container, .mfp-wrap {
  width: 100%;
  height: 100%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8;
}

.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-close, .mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

.mfp-figure:after, .mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-figure, img.mfp-img {
  line-height: 0;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after, .mfp-arrow:before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-image-holder .mfp-content, img.mfp-img {
  max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.mfp-figure:after, img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}

img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure:after {
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* ------------------- Plugins */
/* ------------------- magnific modal window */
.mfp-bg {
  background-color: rgba(0, 0, 0, 0.6);
}

.st-modal {
  position: relative;
  max-width: 500px;
  margin: 30px auto;
  padding: 10px 30px;
  background-color: #fff;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-close {
  top: -24px;
  right: -24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.mfp-close:active {
  top: -24px;
  right: -24px;
}

/* ------------------- Main blocks */
.list-rubr {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-rubr > li {
  margin: 0 0 10px;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.list-rubr > li > a {
  display: block;
  text-decoration: none;
  color: #282828;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  padding: 9px 0 9px 29px;
  position: relative;
}

.list-rubr > li > a:hover {
  text-decoration: none;
  color: #282828;
}

.list-rubr > li > a:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
}

.list-rubr > li:hover {
  background: rgba(0, 0, 0, 0.07);
}

.menu-item-77 > a:before {
  background-image: url(img/sprite.png);
  background-position: -161px -98px;
  width: 16px;
  height: 18px;
  margin: -11px 0 0 1px;
}

.menu-item-78 > a:before {
  background-image: url(img/sprite.png);
  background-position: -161px -60px;
  width: 18px;
  height: 17px;
  margin: -11px 0 0 1px;
}

.menu-item-79 > a:before {
  background-image: url(img/sprite.png);
  background-position: -161px -41px;
  width: 18px;
  height: 17px;
  margin: -11px 0 0 0;
}

.menu-item-80 > a:before {
  background-image: url(img/sprite.png);
  background-position: -161px 0px;
  width: 19px;
  height: 19px;
  margin: -11px 0 0 0;
}

.menu-item-81 > a:before {
  background-image: url(img/sprite.png);
  background-position: 0px -155px;
  width: 16px;
  height: 13px;
  margin: -8px 0 0 1px;
}

.menu-item-82 > a:before {
  background-image: url(img/sprite.png);
  background-position: -161px -21px;
  width: 18px;
  height: 18px;
  margin: -10px 0 0 1px;
}

.menu-item-83 > a:before {
  background-image: url(img/sprite.png);
  background-position: -161px -79px;
  width: 17px;
  height: 17px;
  margin: -8px 0 0 3px;
}

.menu-item-100 > a:before {
  background-image: url(img/sprite.png);
  background-position: -161px -139px;
  width: 20px;
  height: 19px;
  margin: -9px 0 0 2px;
}

.menu-item-135 > a:before {
  background-image: url(img/sprite.png);
  background-position: -140px -148px;
  width: 21px;
  height: 21px;
  margin: -9px 0 0 2px;
}

.menu-item-996 > a:before {
  background-image: url(img/sprite.png);
  background-position: -159px -118px;
  width: 21px;
  height: 21px;
  margin: -9px 0 0 2px;
}

.menu-item-1131 > a:before {
  background-image: url(img/sprite.png);
  background-position: -118px -147px;
  width: 22px;
  height: 22px;
  margin: -9px 0 0 2px;
}

.menu-item-1510 > a:before {
  background-image: url(img/sprite.png);
  background-position: -95px -150px;
  width: 22px;
  height: 22px;
  margin: -9px 0 0 2px;
}


.menu .list-rubr > li {
  border-color: #fff;
}

.menu .list-rubr > li:last-child {
  border-bottom: none;
}

.menu .list-rubr > li > a {
  color: #fff;
}

.ic-rubr {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  text-align: center;
  margin-right: 10px;
}

.txt-rubr {
  display: inline-block;
  vertical-align: middle;
}

.banner-main {
  background-color: #cdcdcd;
  text-align: center;
  padding: 10px;
  margin-bottom: 22px;
}

.banner-main > a {
  display: inline-block;
  text-decoration: underline;
  font-size: 16px;
  line-height: 25px;
  color: red;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: normal;
}

.banner-main > a:hover {
  text-decoration: none;
}

.aside {
  display: none;
}

.cont-bl {
  border: 1px solid rgba(0, 0, 0, 0.09);
  background-color: white;
  padding: 18px 12px 32px;
}

.cont-bl h2 {
  margin: 0 0 16px;
}

.about-bl > span {
  display: block;
  margin-bottom: 12px;
  color: #565454;
  font-size: 14px;
  line-height: 20px;
}

.about-bl > .theme {
  margin-bottom: 12px;
}

.autor > span {
  color: #a29b0c;
  letter-spacing: -0.35px;
  text-decoration: none;
}

.theme {
  position: relative;
}

.theme:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  background-image: url(img/sprite.png);
  background-position: -60px -41px;
  width: 17px;
  height: 16px;
  margin-top: -11px;
}

.theme span,
.theme a {
  display: inline-block;
  vertical-align: middle;
  color: #565454;
  text-decoration: none;
  padding-left: 30px;
}

.theme a:hover {
  text-decoration: underline;
  color: #565454;
}

.cont-img {
  position: relative;
  margin-bottom: 20px;
}

.cont-img img {
  width: 100%;
}

.cont-img-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 169px;
  background: url("img/cont-img-logo.png") no-repeat 50% 0;
  padding: 11px 18px;
}

.cont-img-logo > span {
  float: left;
  width: 24px;
}

.cont-img-logo > div {
  margin-left: 32px;
  color: rgba(255, 255, 255, 0.73);
  font-size: 13px;
  font-weight: 300;
  line-height: 28px;
}

blockquote {
  color: #0d7686;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  background-color: #fdf9f9;
  padding: 30px 30px 50px;
  position: relative;
  border-top: 3px solid #a29b0c;
  margin: 0 0 20px;
}

blockquote:before, blockquote:after {
  content: ' ';
  position: absolute;
  left: 8px;
  top: 24px;
  background-image: url(img/sprite.png);
  background-position: -144px -128px;
  width: 15px;
  height: 15px;
}

blockquote:after {
  top: auto;
  left: auto;
  bottom: 40px;
  right: 15px;
  background: url("img/icon-quotes2.png") no-repeat 50% 0;
}

.cont-bl {
  margin-bottom: 20px;
}

.cont-bl ol {
  list-style: none;
  counter-reset: li;
  font-size: 15px;  
  font-weight: 300;
  margin: 0 0 27px;
  padding: 0 0 0 22px;
}

.cont-bl ol li {
  margin: 0 0 20px;
}

.cont-bl ol li:last-child {
  margin-bottom: 0;
}

.cont-bl ol li ol {
  margin: 10px 0 0;
  padding: 0 0 0 15px;
}

.cont-bl ol li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
  color: #a29b0c;
  font-weight: 700;
}

.cont-bl ul {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
}

.cont-bl ul > li {
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 0 26px;
}

.cont-bl ul > li:before {
  content: ' ';
  position: absolute;
  background-image: url(img/sprite.png);
  background-position: -182px 0px;
  width: 14px;
  height: 14px;
  left: 5px;
  top: 3px;
}

#toc_container {
  color: #fff;
  border: 1px solid #cbcbcb;
  background-color: #a29b0c;
  padding: 30px 20px 30px 0;
  margin-bottom: 25px;
  font-size: inherit;
  display: block;
}

#toc_container ol {
  margin-bottom: 0;
}

#toc_container ol li {
  margin-bottom: 10px;
}

#toc_container ol li:before {
  font-weight: 400;
  color: #fff;
}

#toc_container a {
  color: #fff;
  text-decoration: none;
}

#toc_container a:hover {
  color: #fff;
  text-decoration: underline;
}

#toc_container p.toc_title {
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.42px;
  margin-bottom: 25px;
}
#toc_container ul > li:before {
  content: none;
}

.tt-cont,
.cont-bl h3 {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px;
}

table {
  text-align: center;
  border: 1px solid #e5ecef;
  border-spacing: 0;
  width: 100%;
}

table thead {
  background-color: whitesmoke;
  font-size: 14px;
  line-height: 20px;
}

table thead td {
  padding: 11px 5px;
}

table tbody {
  font-size: 13px;
  line-height: 16px;
}

table tbody tr:first-child td,
table tbody tr:last-child td {
  padding: 10px 10px;
}

table tbody td {
  border-left: 1px solid #e5ecef;
  border-top: 1px solid #e5ecef;
  min-height: 26px;
  vertical-align: middle;
  padding: 5px;
}

table tbody td:first-child {
  border-left: none;
}

.soc-bl {
  text-align: center;
  margin: 40px 0 40px;
}

.title-soc {
  display: block;
  color: #202629;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}

.soc-ic a {
  display: inline-block;
  vertical-align: middle;
}

.comment-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comment-inner ul > li {
  margin: 0 0 14px;
  padding: 0;
}

.comment-inner ul  ul {
  padding-left: 30px;
}

.comment-block {
  background-color: white;
  padding: 23px 19px;
  margin-bottom: 10px;
}

.comment-block .comments-text {
  font-size: 13px;
  color: rgba(48, 47, 47, 0.75);
  font-style: italic;
  line-height: 18px;
  padding-left: 42px;
}

.comment-block .comments-text img {
  margin-bottom: 0;
  max-width: 100%;
}

.comment-block .comments-text p {
  margin-top: 0;
}

.comment-img {
  background-color: whitesmoke;
  width: 50px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 5px;
}

.comment-img img,
.comment-img .icon {
  vertical-align: bottom;
  display: inline-block;
}

.txt-coment {
  display: inline-block;
  vertical-align: middle;
  color: #302f2f;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}

.smile {
  display: block;
  margin: 20px 0 0;
}

.section-st {
  position: relative;
}

.scrollto {
  position: absolute;
  bottom: -25px;
  width: 50px;
  height: 49px;
  background: url("img/bg-totop.png") no-repeat 50% 0;
  text-align: center;
  left: 50%;
  margin-left: -25px;
  z-index: 10;
}

.banner-cont {
  text-align: center;
}

.aside-form {
  border: 1px dashed #ff3c1f;
  background-color: white;
  padding: 33px 42px 37px;
  margin-bottom: 27px;
  text-align: center;
}

.aside-form .inp-form {
  margin-bottom: 10px;
}

.aside-form input {
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background-color: whitesmoke;
  padding: 0 15px;
  font-size: 12px;
}

.aside-form .btn {
  margin-top: 7px;
  font-size: 16px;
  padding: 15px 10px 12px;
}

.tt-aside-form {
  margin-bottom: 20px;
  display: block;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
}

.tt-aside-form .icon {
  display: block;
  margin: 0 auto 15px;
}

.cont-main-panel {
  border-top: 1px solid #cdcdcd;
  padding-top: 12px;
}

.cont-main-panel-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  color: #303030;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  padding: 5px 0 4px;
}

.cont-main-panel-item:last-child {
  margin-right: 0;
}

.cont-main-panel-item > span {
  display: inline-block;
  vertical-align: middle;
}

.cont-main-panel-item > .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.btn-more {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ff3c1f;
  width: 101px;
  text-align: center;
  color: #ff3c1f;
  font-size: 11px;
  line-height: 21px;
  padding: 5px;
  font-weight: 400;
  text-decoration: none;
}

.btn-more:hover {
  text-decoration: none;
  color: #fff;
  background: #ff3c1f;
}

.cont-main-panel .btn-more {
  margin-top: 15px;
}

.cont-main-bl {
  padding: 14px 12px 12px;
  margin-bottom: 22px;
}

.map {
  overflow: hidden;
  height: 314px;
}

.cont-contacts {
  padding: 30px 23px 30px;
}

.cont-contacts .list-contacts {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cont-contacts .list-contacts br {
  display: none;
}

.cont-contacts .list-contacts > li {
  margin: 0 0 20px;
  padding: 0 0 0 16px;
}

.cont-contacts .list-contacts > li:before {
  display: none;
}

.cont-contacts .list-contacts > li > p {
  margin: 0;
  color: #302f2f;
  font-size: 15px;
  line-height: 23px;
  padding-left: 22px;
}

.tt-list-contacts {
  display: block;
  margin-bottom: 5px;
}

.tt-list-contacts > span {
  display: inline-block;
  vertical-align: middle;
  color: #302f2f;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
}

.tt-list-contacts > span.ic-list-contacts {
  margin-top: -1px;
  margin-right: 5px;
  width: 15px;
  text-align: center;
}

@media only screen and (min-width: 480px) {
  .cont-main-panel {
    overflow: hidden;
  }
  .cont-main-panel-lf {
    float: left;
  }
  .cont-main-panel .btn-more {
    margin-top: 0;
    float: right;
  }
  .content .aside-form {
    overflow: hidden;
  }
  .content .aside-form form {
    display: block;
    margin-left: 170px;
  }
  .content .tt-aside-form {
    float: left;
    padding-top: 30px;
  }
}

@media only screen and (min-width: 640px) {
  .banner-main > a {
    font-size: 20px;
  }
  .content .aside-form {
    padding: 21px 61px 25px;
  }
  .content .aside-form form {
    margin-left: 220px;
  }
  .cont-contacts .list-contacts > li {
    padding: 0 0 0 56px;
  }
  .cont-contacts {
    padding: 30px 23px 50px;
  }
  .map {
    height: 345px;
  }
  .scrollto {
    margin-left: -42px;
  }
  .comment-inner ul ul {
    padding-left: 50px;
  }
  .mob-banners {
    display: none;
  }
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  /* ------------------- Main blocks */
  /* end media min width 768 pixels */
}

/* Min width 1024 pixels */
@media only screen and (min-width: 1024px) {
  /* ------------------- Main blocks */
  .section-container {
    overflow: hidden;
  }
  .content {
    float: left;
    width: 647px;
  }
  .content p {
    margin-bottom: 22px;
  }
  .aside {
    float: right;
    width: 309px;
    display: block;
    padding-top: 42px;
  }
  .cont-img-logo {
    background-size: cover;
    padding-bottom: 8px;
    white-space: nowrap;
  }
  .cont-img-logo > span {
    width: 26px;
  }
  .cont-img-logo > div {
    margin-left: 36px;
    font-size: 14px;
    line-height: 30px;
  }
  blockquote {
    margin: 32px 0 25px;
    padding: 48px 39px 50px;
    font-size: 16px;
    line-height: 24px;
  }
  blockquote:before {
    top: 45px;
    left: 14px;
  }
  blockquote:after {
    bottom: 49px;
    right: 61px;
  }
  blockquote p {
    margin: 0;
  }
  #toc_container {
    margin: 30px 0;
    padding: 25px 20px 31px 27px;
  }
  #toc_container p.toc_title {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .tt-cont,
  .cont-bl h3 {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .cont-bl ol {
    padding-left: 26px;    
  }
  .cont-bl ul > li {
    margin-bottom: 6px;
  }
  table thead td {
    padding: 16px 10px;
    font-size: 16px;
  }
  table td:nth-child(2) {
    
  }
  table tbody td {
    padding: 7px 10px 6px;
    font-size: 14px;
  }
  table tbody tr:first-child td, table tbody tr:last-child td {
    padding: 14px 10px;
  }
  .cont-bl {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  .title-soc {
    font-size: 18px;
    line-height: 30px;
  }
  .soc-bl {
    margin: 31px 0 40px;
  }
  .other-blog-cont {
    word-spacing: -0.36em;
    font-family: Verdana;
    margin-left: -26px;
    padding-top: 19px;
  }
  .other-blog-cont > a {
    display: inline-block;
    vertical-align: top;
    margin-left: 26px;
    word-spacing: normal;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #282828;
    text-decoration: none;
    width: 198px;
    margin-bottom: 30px;
  }
  .other-blog-cont > a:hover {
    text-decoration: underline;
    color: #282828;
  }
  .other-blog-cont > a > span {
    display: block;
    margin-bottom: 10px;
  }
  .other-blog {
    padding: 18px 0 20px;
  }
  .other-blog h3 {
    margin-top: 0;
  }
  .comment-img {
    width: 55px;
    height: 55px;
    margin-right: 15px;
  }
  .txt-coment {
    font-size: 16px;
    line-height: 24px;    
    font-weight: 400;
  }
  .comment-block .comments-text {
    padding-left: 75px;
    margin: 12px 0 9px;
    font-size: 14px;
    line-height: 20px;
  }
  .comment-respond {
    padding: 30px 20px 61px;
  }
  .comment-respond form {
    padding-top: 7px;
    max-width: 497px;
  }
  input {
    height: 60px;
  }
  textarea {
    padding-top: 22px;
    height: 161px;
  }
  .inp-comment:before {
    top: 24px;
  }
  .check-comment {
    margin: 10px 0 26px;
  }
  .jcf-checkbox {
    width: 15px;
    height: 15px;
    margin-top: -2px;
  }
  .check-comment label {
    margin-left: 26px;
    font-size: 14px;
  }
  .btn {
    font-size: 18px;
    padding: 13px 15px 9px;
  }
  .about-autor-cont {
    color: #302f2f;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    font-style: italic;
    text-align: center;
  }
  .about-autor-cont > span {
    display: block;
  }
  .about-autor {
    background-color: white;
    padding: 15px 15px 18px;
    margin-bottom: 24px;
  }
  .tt-about-autor {
    position: relative;
  }
  .tt-about-autor:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.28);
    width: 100%;
    height: 1px;
    z-index: 1;
    margin-top: -2px;
  }
  .tt-about-autor > span {
    display: inline-block;
    padding: 0 20px;
    background: #fff;
    position: relative;
    z-index: 2;
  }
  .img-about-autor {
    display: block;
    margin-bottom: 12px;
  }
  .aside-banner {
    text-align: center;
    margin-bottom: 22px;
  }
  .interesting-bl {
    background: #fff;
    padding: 16px 16px 26px;
    border-top: 5px solid #a29b0c;
    margin-bottom: 25px;
  }
  .btn-int {
    display: block;
    text-align: center;
    position: relative;
    color: #282828;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 14px;
  }
  .btn-int:before {
    content: ' ';
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.25);
  }
  .btn-int > span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 9px;
    background-color: white;
    position: relative;
    z-index: 2;
  }
  .list-rubr > li {
    padding-left: 11px;
    margin-bottom: 0px;
    padding-top: 2px;
  }
  .aside-bl .btn-int > span {
    background-color: whitesmoke;
  }
  .aside-bl {
    border-top: 5px solid #a29b0c;
    padding: 16px 10px 16px;
  }
  .list-best-bl {
    list-style: none;
    padding: 6px 0 0;
    margin: 0;
  }
  .list-best-bl > li {
    margin: 0 0 28px;
  }
  .list-best-bl > li > a {
    display: block;
    text-decoration: none;
    color: #ff3c1f;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }
  .list-best-bl > li > a:hover {
    color: #ff3c1f;
    text-decoration: underline;
  }
  .tt-list-best {
    display: block;
    margin: 11px 0 7px;
    color: #282828;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
  }
  .content .aside-form {
    display: none;
  }
  .cont-main-bl {
    padding-bottom: 12px;
  }
  .menu > li:before {
    display: none;
  }
  /* end media min width 1024 pixels */
}

@media only screen and (max-width: 768px) {

  .header {
    background-size: cover;
    background-position: -170px 0;
  }

}

span.spanlink{cursor:pointer;text-decoration:underline;    color: #2579d1;
    outline: none;}
span.spanlink:hover{text-decoration:none;}

.smiles {
  list-style:none;
  display:block; 
  margin-bottom: 0px;
  margin-top: 0;
}
 .smiles li{display:inline-block}
.smiles img, .wp-smiley{max-width:24px;margin-right:5px; cursor:pointer; margin-bottom: 0;}

#comment-image-reloaded-wrapper label {
  margin-bottom: 10px;
  display: block;
}
#comment-image-reloaded-error {
  margin: 0;
}
#comment_image_reloaded {
  padding: 0;
  border: none;
  height: auto;
}

.post__text .parentCats {
  list-style: none;
  margin: 2rem 0 !important;
}
.post__text .parentCats > li > a {
  font-weight: bold;
  font-size: 120%;
}
.post__text .parentCats li {
  padding-left: 0;
  margin-bottom: 10px;
}
.post__text .parentCats li:before {
  content: none;
}
.post__text .parentCats li ul {
  padding-left: 20px;  
  margin: 16px 0;
}

.parentCats {
  list-style: none;
  margin-bottom: 40px!important;
}
.parentCats > li > a {
  font-weight: bold;
  font-size: 120%;
}
.parentCats li {
  padding-left: 0!important;
  margin-bottom: 10px!important;
}
.parentCats li:before {
  content: none!important;
}
.parentCats li ul {
  padding-left: 20px;  
  margin: 16px 0;
}

.hidden {
  display: none !important;
}

.videoWrapper{
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}
.videoWrapper iframe,.videoWrapper object, .videoWrapper embed{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: inherit!important;
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*! кнопка для школы */

.shiny-button {
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  background-color: #a29b0c;
  background-image: -webkit-linear-gradient(top, #a7a00c 0%, #b2ac24 48%, #a29b0c 49%, #a29b0c 82%, #bcb40e 100%);
  background-image: -moz-linear-gradient(top, #a7a00c 0%, #b2ac24 48%, #a29b0c 49%, #a29b0c 82%, #bcb40e 100%);
  background-image: -o-linear-gradient(top, #a7a00c 0%, #b2ac24 48%, #a29b0c 49%, #a29b0c 82%, #bcb40e 100%);
  background-image: linear-gradient(top, #a7a00c 0%, #b2ac24 48%, #a29b0c 49%, #a29b0c 82%, #bcb40e 100%);
  border-color: hsl(57, 30%, 32%);
  -webkit-box-shadow: inset 0 0 1px 1px #d6cd10, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #d6cd10, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #d6cd10, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #434005;
  -moz-text-shadow: 1px 1px 1px #434005;
  -o-text-shadow: 1px 1px 1px #434005;
  text-shadow: 1px 1px 1px #434005;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  padding: 12px 30px 12px 30px;
}

.shiny-button strong {
  letter-spacing: 1px;
  font-size: 17px;
}

.shiny-button:hover {
  color: #FFFFFF;
  background-color: #b0a90d;
  background-image: -webkit-linear-gradient(top, #b5ae0d 0%, #bfb827 48%, #b0a90d 49%, #b0a90d 82%, #cac20f 100%);
  background-image: -moz-linear-gradient(top, #b5ae0d 0%, #bfb827 48%, #b0a90d 49%, #b0a90d 82%, #cac20f 100%);
  background-image: -o-linear-gradient(top, #b5ae0d 0%, #bfb827 48%, #b0a90d 49%, #b0a90d 82%, #cac20f 100%);
  background-image: linear-gradient(top, #b5ae0d 0%, #bfb827 48%, #b0a90d 49%, #b0a90d 82%, #cac20f 100%);
  border-color: hsl(57, 28%, 31%);
  -webkit-box-shadow: inset 0 0 1px 1px #ede412, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #ede412, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #ede412, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #514e06;
  -moz-text-shadow: 1px 1px 1px #514e06;
  -o-text-shadow: 1px 1px 1px #514e06;
  text-shadow: 1px 1px 1px #514e06;
}

.shiny-button:active {
  color: #FFFFFF;
  background-color: #948d0b;
  background-image: -webkit-linear-gradient(top, #8a840a 0%, #a29b0c 100%);
  background-image: -moz-linear-gradient(top, #8a840a 0%, #a29b0c 100%);
  background-image: -o-linear-gradient(top, #8a840a 0%, #a29b0c 100%);
  background-image: linear-gradient(top, #8a840a 0%, #a29b0c 100%);
  padding: 13px 30px 11px 30px;
}
/*! кнопка для школы */

/*! адаптивное для ютуб */
.videoWrapper{
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.videoWrapper iframe,.videoWrapper object, .videoWrapper embed{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/*стили заметок*/

.shortcodestyle {
    font: 14px arial;
    line-height: 1.4;
    padding: 15px 15px 15px 75px;
    word-wrap: break-word;
    border-radius: 2px;
    clear: both;
    margin: 25px auto;
    max-width: 660px;
    position: relative;
        text-decoration:none;
}
/*Внимание*/
.warning {
    background: #fff2b8 url("img/warning.png") no-repeat scroll 15px 50%;
    border-bottom: 2px solid #EAD18C;
    color: #4F2012;
}
.warning a {
    color: #D15225;
}

/*Информация*/

.info {
    background: #bae5f8 url("img/info.png") no-repeat scroll 15px 50%;
    border-bottom: 2px solid #9BBFC4;
    color: #0F2B33;
}
.info a {
    color: #216CAF;
}

/*Важно*/

.important {
    background: #ffcaca url("img/important.png") no-repeat scroll 15px 50%;
    border-bottom: 2px solid #f4a9a9;
    color: #330D0D;
}
.important a {
    color: #ff3a37;
}

/*Совет*/

.advice {
    background: #ccfacc url("img/advice.png") no-repeat scroll 15px 50%;
    border-bottom: 2px solid #b1dbb1;
    color: #0b280b;
}
.advice a {
    color: #5E9800;
}

/*Нейтральность*/
.neutrality {
    background: #f5f5f5 url("img/neutrality.png") no-repeat scroll 15px 50%;
    border-bottom: 2px solid #dfdfdf;
    color: #222;
}
.neutrality a {
    color: #5587c4;
}
