Theme Name: DirGTO
Theme URI: http://dirgto.ru
Author: AVR Group
Author URI: http://avr.guru/
Version: 1.0.0
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Remove margin
 */

figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/* Blockquote
   ========================================================================== */

blockquote {
  margin: 0;
}

/* Your custom fonts here */

/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('http://dirgto.ru/wp-content/themes/fonts/Custom-Font.eot');
    src: url('http://dirgto.ru/wp-content/themes/fonts/Custom-Font.eot#iefix') format('embedded-opentype'),
         url('http://dirgto.ru/wp-content/themes/fonts/Custom-Font.woff') format('woff'),
         url('http://dirgto.ru/wp-content/themes/fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;       // For normal width. It could has another value   
    font-style: normal;     // Also could has another value
    }


// Var for using custom font
$CustomFont: 'CustomFont', Helvetica, Arial, sans-serif;
*/

html,
body {
  height: 100%;
  font-size: 14px;
}

body {
  font-family: 'PT Sans', sans-serif;
  color: #5c5c5c;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.container:before,
.container:after {
  display: table;
  content: "";
}

.container:after {
  clear: both;
}

.lt-ie8 .container {
  zoom: 1;
}

.clear:before,
.clear:after,
.row:before,
.row:after {
  display: table;
  content: "";
}

.clear:after,
.row:after {
  clear: both;
}

.lt-ie8 .clear,
.lt-ie8
.row {
  zoom: 1;
}

.main__wrapper {
  padding: 30px 0 0;
}

.home .page__main {
  float: left;
}

body:not(.home) .page__main {
  float: right;
  width: calc(100% - 240px);
}

.block__title {
  margin: 0;
  font-size: 21px;
  font-weight: 400;
  color: #000;
}

.block__title:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 15px;
  background: #ba0400;
  margin-left: 2px;
  margin-right: 8px;
}

.alignleft {
  clear: both;
  float: left;
  margin-right: 15px;
  /*margin-bottom: 30px;*/
}

.alignright {
  clear: both;
  float: right;
  margin-left: 15px;
  /*margin-bottom: 30px;*/
}

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

.clear {
  clear: both;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slide--footer img {
	max-width: 210px;
	max-height: 85px;
	object-fit: cover;
}

.page__footer:before {
  content: "";
  width: 100%;
  height: 13px;
  display: block;
  background: -webkit-linear-gradient(top, #b3995d 14%, #fff 15%, #fff 28%, #b3995d 29%, #b3995d 42%, #fff 43%, #fff 57%, #b3995d 58%, #b3995d 71%, #fff 72%, #fff 85%, #b3995d 86%);
  background: linear-gradient(to bottom, #b3995d 14%, #fff 15%, #fff 28%, #b3995d 29%, #b3995d 42%, #fff 43%, #fff 57%, #b3995d 58%, #b3995d 71%, #fff 72%, #fff 85%, #b3995d 86%);
}

.footer__copy {
  background: #b3995d;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
}

.copy__col {
  width: 50%;
  float: left;
}

.copy__col:nth-of-type(2n) {
  text-align: right;
}

.copy__dev {
  text-decoration: none;
}

.copy__dev:hover {
  text-decoration: underline;
  color: #fff;
}

.footer__menus {
  background: #ba0400;
  padding-top: 25px;
  padding-bottom: 35px;
  font-size: 16px;
  color: #fff;
}

.footer__menu {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  width: 240px;
  float: left;
  line-height: 2;
}

.footer__menus__nav {
  width: 935px;
  width: calc(100% - 250px);
  float: left;
}

.footer__menus__nav:before,
.footer__menus__nav:after {
  display: table;
  content: "";
}

.footer__menus__nav:after {
  clear: both;
}

.lt-ie8 .footer__menus__nav {
  zoom: 1;
}

.footer__logo__wrapper {
  padding-top: 15px;
  width: 250px;
  float: right;
}

.slider--footer__wrapper {
  direction: rtl;
  direction: ltr;
}

ul.slider--footer {
  position: relative;
  max-width: 1095px;
  margin: 30px auto;
}

ul.slider--footer a {
  width: 206px;
  height: 85px;
  box-sizing: border-box;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  margin: 0 auto;
}

ul.slider--footer a:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  border: 1px solid white;
  box-shadow: 0 8px 3px rgba(0, 0, 0, 0.14);
}

ul.slider--footer .slide__img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
}

ul.slider--footer .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -20px;
  background: url("img/footer-arrows.png") no-repeat;
  width: 15px;
  height: 50px;
  border: none;
  overflow: hidden;
}

ul.slider--footer .slick-prev {
  left: -20px;
  background-position: -1px 5px;
}

ul.slider--footer .slick-prev:hover {
  background-position: -1px -54px;
}

ul.slider--footer .slick-next {
  right: -20px;
  background-position: -82px 5px;
}

ul.slider--footer .slick-next:hover {
  background-position: -82px -54px;
}

ul.slider--footer .slick-list {
  padding-top: 10px;
}

.page__header {
  background: #ba0400;
  min-height: 205px;
  padding-bottom: 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  overflow: hidden;
}

.logo__wrapper {
  float: left;
  width: 185px;
  min-height: 205px;
  position: relative;
}

.logo__wrapper .logo {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: none;
}

.home .logo__wrapper .logo__replacement {
  display: none;
}

.header__content {
  width: calc(100% - 185px);
  box-sizing: border-box;
  float: right;
  padding-left: 15px;
  padding-top: 20px;
}

.header__col--left {
  width: calc(100% - 315px);
  float: left;
}

.header__col--right {
  width: 315px;
  float: right;
  text-align: right;
}

.version-site__links {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}

.version-site__links li {
  display: inline-block;
}

.version-site__lang {
  width: 28px;
  height: 28px;
  line-height: 26px;
  font-size: 13px;
  text-align: center;
  text-decoration: underline;
  display: inline-block;
  border-radius: 50%;
  background: #a20300;
  border: 1px solid transparent;
  margin-right: 5px;
}

.version-site__lang.active {
  background: transparent;
  border-color: #f8f3f1;
  text-decoration: none;
  cursor: default;
}

.version-site__for-blind {
  margin-left: 25px;
}

.form--search input {
  border: none;
  border-radius: 13px;
  height: 25px;
  line-height: 20px;
  font-size: 15px;
}

.form--search [type="search"] {
  color: #b3995d;
  background-color: #fff;
  background-image: url("img/sprite.png");
  background-repeat: no-repeat;
  background-position: left center;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.29);
  width: 225px;
  max-width: calc(100% - 80px);
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
}

.form--search [type="search"]::-webkit-input-placeholder {
  color: #b3995d;
}

.form--search [type="search"]:-moz-placeholder {
  color: #b3995d;
}

.form--search [type="search"]::-moz-placeholder {
  color: #b3995d;
}

.form--search [type="search"]:-ms-input-placeholder {
  color: #b3995d;
}

.form--search [type="submit"] {
  background: #bc9d52;
  width: 65px;
  margin-left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  top: 0;
}

.form--search [type="submit"]:hover {
  background-color: #d0b471;
  box-shadow: 0 6px 2px rgba(0, 0, 0, 0.09);
  top: -2px;
}

.header__full-name {
  font-size: 18px;
  margin: 0;
  font-weight: normal;
  padding-right: 10px;
}

.header__full-name .fz-large {
  font-size: 1em;
}

.header__adress {
  font-size: 16px;
}

.header__adress a {
  text-decoration: none;
}

.header__links--other a,
.header__links--other .soc-btns,
.header__links--other .soc-btns li,
.header__links--other .soc-btn {
  display: inline-block;
  vertical-align: middle;
}

.soc-btns {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  margin-left: 10px;
}

.soc-btn {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url("img/sprite-soc-btns.png") no-repeat;
  height: 25px;
  width: 40px;
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

.soc-btn:hover {
  top: -2px;
}

.soc-btn--vk {
  background-position: 0 -25px;
}

.soc-btn--vk:hover {
  background-position: 0 2px;
}

.soc-btn--inst {
  background-position: -51px -25px;
}

.soc-btn--inst:hover {
  background-position: -51px 2px;
}

.soc-btn--youtube {
  background-position: -106px -25px;
}

.soc-btn--youtube:hover {
  background-position: -106px 2px;
}

.slider {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}

.slider--index--top {
  position: relative;
  margin-bottom: 30px;
}

.slider--index--top .slick-dots {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  position: absolute;
  right: 0;
  bottom: -20px;
}

.slider--index--top .slick-dots li {
  display: inline-block;
}

.slider--index--top .slick-dots li button {
  height: 6px;
  width: 6px;
  padding: 0;
  margin-left: 3px;
  box-sizing: border-box;
  border: 2px solid #fff;
  background: transparent;
  font-size: 0;
  display: inline-block;
}

.slider--index--top .slick-dots li.slick-active button {
  height: 8px;
  width: 8px;
  background: #fff;
}

.slide--index {
  position: relative;
  height: 460px;
}

.slide--index__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.slide--index__title {
  position: absolute;
  right: 0;
  top: 245px;
  background: #b79856;
  background: rgba(183, 152, 86, .8);
  font-size: 32px;
  font-weight: 600;
  width: 830px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px;
  padding-top: 0;
}

.menu__wrapper {
  background: #b79856 url("img/bg-top-menu.jpg") no-repeat center top;
  overflow: hidden;
  color: #fff;
}

.top-menu {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  margin: 15px 0;
}

.top-menu .menu-item {
  display: inline-block;
}

.top-menu .menu-item + .menu-item {
  margin-left: 40px;
}

.top-menu .menu-item a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  text-decoration: none;
  position: relative;
}

.top-menu .menu-item a:after,
.top-menu .menu-item a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-menu .menu-item a:before {
  opacity: 0;
}

.top-menu .menu-item a:hover:before {
  bottom: 100%;
  opacity: 1;
}

.top-menu .menu-item a:hover:after {
  bottom: -1px;
}

.home .page__main {
  max-width: 500px;
  box-sizing: border-box;
  padding: 0 15px 0 20px;
}

.home .block__title {
  min-height: 40px;
  box-sizing: border-box;
}

.news__list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}

.news__list__item {
  padding: 5px 15px 10px 0;
  border-bottom: 1px dotted #b79856;
  margin-bottom: 15px;
}

.news__list .news__title {
  color: #ad7252;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

.news__list .news__main {
  padding-left: 15px;
  padding-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.news__list--index .news__footer {
  font-style: italic;
}

.news__list--index .news__footer:before,
.news__list--index .news__footer:after {
  display: table;
  content: "";
}

.news__list--index .news__footer:after {
  clear: both;
}

.lt-ie8 .news__list--index .news__footer {
  zoom: 1;
}

.news__list--index .news__data {
  color: #333;
  float: left;
}

.news__list--index .permalink {
  float: right;
  color: #0082cc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news__list--index .permalink:hover {
  color: #ba0400;
}

.news__list .news__list__item {
  margin-bottom: 20px;
  padding-right: 0;
}

.kama_breadcrumbs {
  color: #2c2c2c;
  font-size: 12px;
  margin-bottom: 30px;
}


.single.single-face-gto .kama_breadcrumbs {
	display: block;	
}

.kama_breadcrumbs span a {
  color: #118acf;
}

.kama_breadcrumbs .separator {
  color: black;
  font-size: 11px;
  display: inline-block;
  margin: 0 7px;
}

.news__list--inner .news__title {
  float: left;
}

.news__list--inner .news__data {
  float: right;
  font-style: italic;
}

.news__list--inner .news__main {
  padding-left: 15px;
}

.news__list--inner .permalink {
  color: #0082cc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 15px;
}

.news__list--inner .permalink:hover {
  color: #ba0400;
}

.navigation {
  text-align: right;
  margin: 20px 0;
}

.navigation .navigation__pages {
  margin: 0;
  padding: 0;
  padding-left: 5px;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  display: inline-block;
}

.navigation .page-numbers {
  display: inline-block;
  color: black;
  min-width: 17px;
  height: 17px;
  text-align: center;
  line-height: 1.2;
}

.navigation .page-numbers.current {
  background: #b79856;
  color: #fff;
}

.navigation .page-numbers.current a {
  text-decoration: none;
}

.navigation .page-numbers.current:visited {
  color: #fff;
}

.navigation .page-numbers:hover {
  color: #ba0400;
}

.navigation .page-numbers:visited {
  color: #9b9b9b;
}

.single .article--full .block__title {
  float: left;
  max-width: calc(100% - 8em);
}

.single .article--full .news__data {
  float: right;
  max-width: 8em;
}

.page .news__data,
.single:not(.single-post) .news__data {
  display: none;
}

.article--full .news__data {
  color: #333;
  font-style: italic;
}

.article--full h2:not(.block__title),
.article--full h3,
.article--full h4,
.article--full h5,
.article--full h6 {
  color: #ad7252;
}

.article--full .article__main {
  padding-left: 15px;
  color: #4f4f4f;
}

.article--full .article__main strong,
.article--full .article__main .bold,
.article--full .article__main b {
  color: #000;
  font-weight: bold;
}


.sidebar--left {
  float: left;
  width: 220px;
}

.sidebar--left:before,
.sidebar--left:after {
  display: table;
  content: "";
}

.sidebar--left:after {
  clear: both;
}

.lt-ie8 .sidebar--left {
  zoom: 1;
}

.sidebar--left .widget {
  margin-bottom: 20px;
  max-width: 220px;
  font-size: 0;
}

.sidebar--left .widget p {
  font-size: 14px;
}

.widget--calendar {
  background: #ba0400;
  color: #fff;
}

.widget--calendar .widget__main {
  min-height: 200px;
}

.sidebar--right {
  float: right;
  width: 460px;
  max-width: 100%;
}

.sidebar--right:before,
.sidebar--right:after {
  display: table;
  content: "";
}

.sidebar--right:after {
  clear: both;
}

.lt-ie8 .sidebar--right {
  zoom: 1;
}

.sidebar--right .block__title {
  margin-top: 25px;
}

.btn--reception {
    display: block;
    height: 336px;
    box-sizing: border-box;
    margin-bottom: 18px;
    padding-top: calc(336px / 2 - 21px);
    border: 2px solid #ba0400;
    color: #ba0400;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.btn--reception:hover {
  background: #ba0400;
  color: #fff;
}

.sidebar--right .widget:nth-of-type(2) {
  margin-top: 25px;
}

.face-gto__desc {
  background: #ba0400;
  color: #fff;
  padding: 10px;
  max-height: 60px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.face-gto__desc p {
	margin: 0;
	padding: 0;
}

.widget a:hover .face-gto__desc {
  background: #b79856;
}

.widget a:hover .face-gto__desc:after {
  background: -webkit-linear-gradient(top, rgba(183, 152, 86, 0) 0%, rgba(183, 152, 86, 0) 35%, #b79856 100%);
  background: linear-gradient(to bottom, rgba(183, 152, 86, 0) 0%, rgba(183, 152, 86, 0) 35%, #b79856 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b79856', endColorstr='#b79856',GradientType=0 );
}

.face-gto__desc:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 21px;
  background: -webkit-linear-gradient(top, rgba(186, 4, 0, 0) 0%, rgba(186, 4, 0, 0) 35%, #ba0400 100%);
  background: linear-gradient(to bottom, rgba(186, 4, 0, 0) 0%, rgba(186, 4, 0, 0) 35%, #ba0400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ba0400', endColorstr='#ba0400',GradientType=0 );
}

.greeting {
  margin-bottom: 29px;
}

.greeting a {
  text-decoration: none;
}

.greeting__list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}

.greeting__img {
  display: block;
  margin-bottom: 5px;
}

.greeting__name {
  color: #ad7252;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

.greeting__post {
  color: black;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

.greeting__text {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.greeting__text:hover {
  color: #ba0400;
  text-decoration: underline;
}

.useful__link {
  width: 220px;
  height: 81px;
  box-sizing: border-box;
  display: block;
  margin-bottom: 15px;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.useful__link:nth-of-type(2n+1) {
  float: left;
}

.useful__link:nth-of-type(2n) {
  float: right;
}

.useful__link:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  border: 1px solid white;
  box-shadow: 0 8px 3px rgba(0, 0, 0, 0.14);
}

.useful__link {
	width: 220px;
	height: 81px;
	object-fit: cover;
}

.sidebar__col {
  width: 220px;
}

.sidebar__col:nth-of-type(2n+1) {
  float: left;
}

.sidebar__col:nth-of-type(2n) {
  float: right;
}

/* .widget:nth-of-type(n+1) {
  margin-bottom: 20px;
} */

.widget {
  margin-bottom: 20px;
}

.widget__title {
  color: #fff;
  padding: 10px;
  margin: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.widget__title--gold {
  background: #b79856;
}

.widget a:hover .widget__title--gold {
  background: #ba0400;
}

.widget__title--red {
  background: #ba0400;
}

.widget a:hover .widget__title--red {
  background: #b79856;
}

.widget__main {
  position: relative;
}

.widget__img {
  display: block;
}

.widget .widget__icon {
  vertical-align: middle;
}

.widget .widget__icon__wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 62px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7);
  padding: 5px 0 5px 15px;
}

.widget .widget__icon__wrapper:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  box-sizing: border-box;
  vertical-align: middle;
}

.widget a {
  text-decoration: none;
}

@media only screen and (min-width: 481px) {
  .logo__wrapper .logo__replacement {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .header__content .row + .row {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 993px) {
  .desktop-wrap {
    display: block;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0 1%;
  }

  ul.slider--footer:before,
  ul.slider--footer:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    height: 100%;
    width: 40px;
    background: #000;
  }

  ul.slider--footer:before {
    left: 0;
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  }

  ul.slider--footer:after {
    right: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  }

  ul.slider--footer .slick-prev {
    left: -1px;
  }

  ul.slider--footer .slick-next {
    right: -1px;
  }

  .logo__wrapper {
    width: auto;
  }

  .logo__wrapper .logo {
    position: static;
  }

  .header__content {
    width: calc(100% - 250px);
  }
}

@media only screen and (max-width: 993px) {
  .alignleft {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .alignright {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

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

  body:not(.home)  .main__wrapper .container {
  	display: -webkit-flex;
  	display: -moz-flex;
  	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
	flex-direction: column;
  }

  body:not(.home)  .main__wrapper .sidebar--left {
  	margin-top: 20px;
  	order: 2;
  }

  body:not(.home) .page__main {
    width: 100%;
  }

  .header__col--left,
  .header__col--right {
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
  }

  .header__full-name {
    padding-right: 0px;
    font-size: 17px;
  }

  .home .page__main {
    max-width: calc(100% - 220px);
  }

  .sidebar--left {
    float: none;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sidebar--left:before,
  .sidebar--left:after {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0;
    -ms-flex: 0 0 0;
    flex: 0 0 0;
    display: none;
  }

  .sidebar--left .widget {
    width: 220px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
  }

  .sidebar--left .widget:not(.widget--calendar) .widget__main {
    height: 265px;
  }

  .sidebar--left .widget:not(.widget--calendar):not(.widget--face-gto) .widget__main .widget__img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .sidebar--left .widget--face-gto .widget__title,
  .sidebar--left .widget--face-gto .face-gto__desc{
    position: relative;
    top: -25px;
  }

  .article--full{
    clear: both;
    float: none;
    width: inherit;
  }
}

@media only screen and (max-width: 768px) {
  .header__full-name {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .home .page__main {
    float: none;
  }

  .article__thumbnail {
  	float: none;
  	margin-right: 0;
  }

  .alignleft {
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .alignright {
    margin-left: 5px;
    margin-bottom: 5px;
  }

  .logo__wrapper {
    float: none;
  }

  .header__content {
    width: 100%;
    float: none;
  }

  .header__col--left,
  .header__col--right {
    text-align: left;
  }

  .slide--index__title {
    font-size: 30px;
  }

  .top-menu .menu-item + .menu-item {
    margin-left: 0;
  }

  .home .page__main {
    max-width: 100%;
  }

  .sidebar--right {
    float: none;
  }

}

@media only screen and (max-width: 480px) {
  .copy__col:nth-of-type(n) {
    text-align: left;
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .footer__menus__nav {
    width: 100%;
    float: none;
  }

  .footer__logo__wrapper {
    float: none;
    width: 100%;
  }

  .logo__wrapper {
    width: 100%;
    min-height: 0;
    max-height: 200px;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
  }

  .logo__wrapper .header__go-home {
    display: block;
    text-align: left;
    text-decoration: none;
  }

  .logo__wrapper .logo {
    max-height: 100px;
    vertical-align: top;
  }

  .logo__wrapper .logo__replacement {
    display: inline-block;
    padding: 5px;
    text-decoration: underline;
    float: right;
  }

  .version-site__for-blind {
    margin-left: 10px;
  }

  .slide--index {
    height: 300px;
  }

  .slide--index__title {
    top: 10px;
    background: rgba(183, 152, 86, 0.6);
    text-shadow: 1px 1px 0 #b79856;
  }

  .top-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .top-menu .menu-item {
    width: 40%;
    text-align: left;
    padding-right: 5px;
  }

  .news__list .news__list__item {
    margin-bottom: 5px;
  }

  .kama_breadcrumbs {
    margin-bottom: 5px;
  }

  .kama_breadcrumbs .separator {
    margin: 0 3px;
  }

  .single .article--full .block__title {
    float: none;
    max-width: 100%;
  }

  .article--full .article__main {
    padding-left: 5px;
  }
  .sidebar--left .widget {
    margin-left: auto;
    margin-right: auto;
  }

  .sidebar--right .block__title {
    text-align: center;
  }

  .useful__link:nth-of-type(n) {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .sidebar__col:nth-of-type(n) {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .footer__menu {
    width: 230px;
  }

  .home .page__main {
    max-width: calc(100% - 440px);
  }
}

@media only screen and (min-width: 993px) and (max-width: 1280px) {
  .header__full-name {
    font-size: 15px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 640px) {
  .top-menu .menu-item {
    width: 32%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    text-align: center;
  }
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
  .top-menu .menu-item + .menu-item {
    margin-left: 10px;
  }

  .sidebar--left .widget {
    max-width: 30%;
  }

  .widget__title {
    font-size: 19px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
  .sidebar--left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sidebar--left .widget:nth-of-type(2n) {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1200px) {
  .sidebar--right {
    width: 220px;
  }
}

/* Календарь событий */

.widget--calendar {
	position: relative;
    min-width: 220px;
}

.widget--calendar .widget__main {
	padding: 10px;
}

div.em-calendar-wrapper {
	position: static;
	
}

.em-calendar {
	width: 100%;
	margin-bottom: 50px;
	
	color: white;
	font-weight: 700;
	border-collapse: collapse;
}

.widget--calendar div#em-loading {
	min-height: 200px;
}

.em-calendar thead {
	order: 2;
}

table.em-calendar thead {
	font-size: 15px;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 15px;
}

.em-calendar tbody {
	font-size: 14px;
}

.em-calendar tbody td {
	border: 5px solid #ba0400;
	box-sizing: border-box;
}

.em-calnav {
	font-size: 0;
	display: block;
	border: 10px solid transparent; 
}

.em-calnav-prev {
	border-right-color: #fff;  
  	border-left: 0;
}

.em-calnav-next {
	border-left-color: #fff;  
  	border-right: 0;
}

.days-names {
	font-weight: 400;
}

table.em-calendar td.eventless {
	background: #b3995d;
}

table.em-calendar td.eventless-pre, 
.em-calendar td.eventless-post {
	background: #87898e;
	color: #87898e;
}

.eventful {
	background: #fff;
	color: #ba0400;
}

.em-calendar tbody td.eventful:hover {
    position: relative;
    z-index: 1;
    transform: scale(1.05);
}

.em-calendar tbody td.eventful:hover a {
	display: inline-block;
	transform: scale(0.95);
}

@media (max-width: 767px) {
    .table-responsive {
        width:100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive> table {
        margin-bottom: 0
    }

    .table-responsive>table>thead>tr>th,.table-responsive>table>tbody>tr>th,.table-responsive>table>tfoot>tr>th,.table-responsive>table>thead>tr>td,.table-responsive>table>tbody>tr>td,.table-responsive>table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>table {
        border: 0
    }

    .table-responsive>table>thead>tr>th:first-child,.table-responsive>table>tbody>tr>th:first-child,.table-responsive>table>tfoot>tr>th:first-child,.table-responsive>table>thead>tr>td:first-child,.table-responsive>table>tbody>tr>td:first-child,.table-responsive>table>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>table>thead>tr>th:last-child,.table-responsive>table>tbody>tr>th:last-child,.table-responsive>table>tfoot>tr>th:last-child,.table-responsive>table>thead>tr>td:last-child,.table-responsive>table>tbody>tr>td:last-child,.table-responsive>table>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>table>tbody>tr:last-child>th,.table-responsive>table>tfoot>tr:last-child>th,.table-responsive>table>tbody>tr:last-child>td,.table-responsive>table>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

table {border: 1px solid #ddd;}
table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th {border: 1px solid #ddd;}
table>thead>tr>td, table>thead>tr>th {border-bottom-width: 2px;}



.sidebar-right-menu a {
	font-size: 17px;
}
.sidebar-right-menu li{
    	list-style: none;
}
.sidebar-right-menu li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 15px;
    background: #ba0400;
    margin-left: 2px;
    margin-right: 8px;
}

.inline--block{
	display: inline-block;
	padding:10px;
}


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

.partners--block{
	max-width: 418px;
	border: antiquewhite solid 1px;
	margin: 10px;
}
.video--element {
    display: inline-block;
    padding: 5px;
}

video--list{
	text-align: center;
}
.album {
    max-width: 300px;
    display: inline-block;
    text-align: center;
    margin-bottom: 5px;
}

.gallery-item {
    display: inline-block;
    min-width: 300px;
}

.album img {
    height: 200px;
    width: 300px;
    object-fit: cover;
}
.video__list {
    max-width: 300px;
    display: inline-block;
    text-align: center;
    margin-bottom: 5px;
}
.video__list img {
    height: 200px;
    width: 300px;
    object-fit: cover;
}

.video_item {
    position: relative;
}

.playbutton {
    background: url(img/playbutton.png) 0 0;
    opacity: 0.8;
    position: absolute;
    top: 69px;
    left: 119px;
    width: 62px;
    height: 62px;
}
.playbutton:hover {
    background-position: 0 62px;
}

.block__share {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.block__share .block__title {
    display: block;
    float: none!important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    max-width: 100%!important;
    padding-bottom: 15px;
}

.block__share .block__title:before{
    display: none;
}