
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   =======================================#slider_main .first_word=================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */.container_header .site-header p a
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  
}
input {
  -webkit-border-radius:0px; 
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
 font-family: 'Roboto-CondensedBold';
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* = Preloader.
-------------------------------------------------------------- */
#preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #f7941d;
}
.cssload-thecube {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0072bc;
  animation: cssload-fold-thecube 2.76s infinite linear both;
  -o-animation: cssload-fold-thecube 2.76s infinite linear both;
  -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
  -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
  -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
  transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
  transform: scale(1.1) rotateZ(90deg);
  -o-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
  transform: scale(1.1) rotateZ(180deg);
  -o-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
  transform: scale(1.1) rotateZ(270deg);
  -o-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
  animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  -ms-animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
}
.cssload-thecube .cssload-c3:before {
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
}
.cssload-thecube .cssload-c4:before {
  animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s;
}
@keyframes cssload-fold-thecube {
  0%,
  10% {
    transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}
@-o-keyframes cssload-fold-thecube {
  0%,
  10% {
    -o-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -o-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -o-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}
@-ms-keyframes cssload-fold-thecube {
  0%,
  10% {
    -ms-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -ms-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -ms-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes cssload-fold-thecube {
  0%,
  10% {
    -webkit-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cssload-fold-thecube {
  0%,
  10% {
    -moz-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -moz-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -moz-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}
/* = Mixins.
-------------------------------------------------------------- */
/* = Clearfix.
-------------------------------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* = Social Buttons.
-------------------------------------------------------------- */
.social_buttons {
  zoom: 1;
  display: inline-block;
  vertical-align: middle;
}
.social_buttons:before,
.social_buttons:after {
  content: "";
  display: table;
}
.social_buttons:after {
  clear: both;
}
.social_buttons .icon-button {
  float: left;
  width: 44px;
  height: 44px;
  margin: 0 1px;
  line-height: 44px;
  position: relative;
  text-align: center;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f7941d;
}
.social_buttons .icon-button.facebook span,
.social_buttons .icon-button.vk span,
.social_buttons .icon-button.twitter span,
.social_buttons .icon-button.google-plus span,
.social_buttons .icon-button.instagram span,
.social_buttons .icon-button.youtube span {
  background-color: #ffffff;
}
.social_buttons .icon-button:hover i.fa-facebook {
  background-color: #3b5998;
}
.social_buttons .icon-button:hover i.fa-vk {
  background-color: #2a5885;
}
.social_buttons .icon-button:hover i.fa-twitter {
  background-color: #4099ff;
}
.social_buttons .icon-button:hover i.fa-google-plus {
  background-color: #db5a3c;
}
.social_buttons .icon-button:hover i.fa-instagram {
  background-color: #873ec1;
}
.social_buttons .icon-button:hover i.fa-youtube {
  background-color: #cc181e;
}
.social_buttons .icon-button:hover span {
  width: 44px;
  height: 44px;
  margin: -22px;
}
.social_buttons .icon-button i {
  top: 0;
  left: 0;
  z-index: 10;
  width: 44px;
  height: 44px;
  color: white;
  background: none;
  line-height: 44px;
  position: absolute;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.social_buttons .icon-button i.fa-facebook,
.social_buttons .icon-button i.fa-vk,
.social_buttons .icon-button i.fa-twitter,
.social_buttons .icon-button i.fa-google-plus,
.social_buttons .icon-button i.fa-instagram,
.social_buttons .icon-button i.fa-youtube {
  color: #ffffff;
}
.social_buttons .icon-button span {
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0;
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* = Fonts.
-------------------------------------------------------------- */
/* = Main styles.
-------------------------------------------------------------- */
body#main_page {
  font-size: 16px;
  max-width: 1920px;
  margin: 130px auto 0;
  /*text-align: justify;*/
}
body#main_page a {
  display: block;
  text-decoration: none;
}
@-moz-document url-prefix() {
  body#main_page {
    margin-top: 136px;
  }
}

/* = Header.
-------------------------------------------------------------- */
#breadit{
	width:auto;
    float:left;
    margin-right:10px;
}
li#menu-item-12777 a{    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight:bold;
    }
li#menu-item-12778 a{    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight:bold;}
li#menu-item-12779 a{    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight:bold;}
li#menu-item-12780 a{    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight:bold;}
ul#menu-foot-new{list-style:none;}


li#menu-item-12781 a{    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight:bold;}
li#menu-item-12782 a{    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight:bold;}
li#menu-item-12783 a{    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight:bold;}
    
.lastbread{
    display: contents;
}
.container_header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  position: fixed;
  background-image: url("https://studix.eu/wp-content/themes/studix/images/bg_header.jpg");
}
.container_header .site-header {
  zoom: 1;
  margin: 1px auto;
  padding-left: 10px;
  max-width: 1280px;
}
.container_header .site-header:before,
.container_header .site-header:after {
  content: "";
  display: table;
}
.container_header .site-header:after {
  clear: both;
}
.container_header .site-header p {
  margin: 0;
  float: left;
  width: 244px;
  padding: 0px 0px;
}
.container_header .site-header p a {
  font-size: 16px;
    color: #f7941d;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
        font-weight: bold;
}
.container_header .site-header #polylang-4 {
  float: left;
  display: inline-block;
  margin: 20px 0 0 20px;
  font-family: 'PT Sans', sans-serif;
}
.container_header .site-header #polylang-4 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.container_header .site-header #polylang-4 ul li {
  margin-bottom: 6px;
}
.container_header .site-header #polylang-4 ul li a {
  color: #ffffff;
}
.container_header .site-header #polylang-4 ul li a img {
  margin-right: 8px;
}
.container_header .site-header #polylang-4 ul li:hover span,
.container_header .site-header #polylang-4 ul li.current-lang span {
  font-weight: bold;
  color: #f7941d;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.container_header .site-header .contacts_header,
.container_header .site-header .schedule_header {
  zoom: 1;
  float: left;
  width: 346px;
  margin: 20px 0 10px 18px;
  border-left: 1px solid #696969;
}
.container_header .site-header .contacts_header:before,
.container_header .site-header .schedule_header:before,
.container_header .site-header .contacts_header:after,
.container_header .site-header .schedule_header:after {
  content: "";
  display: table;
}
.container_header .site-header .contacts_header:after,
.container_header .site-header .schedule_header:after {
  clear: both;
}
.container_header .site-header .contacts_header span,
.container_header .site-header .schedule_header span {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0 38px;
  color: #f7941d;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.contacts_header_right img {
  margin-top: -3px;
}
.contacts_header_right img,
.schedule_header_left img,
.contacts_footer_bottom img,
.schedule_footer_top img{
  vertical-align: middle;
  margin-right: 5px;
}
.container_header .site-header .contacts_header .contacts_header_left,
.container_header .site-header .schedule_header .contacts_header_left,
.container_header .site-header .contacts_header .contacts_header_right,
.container_header .site-header .schedule_header .contacts_header_right,
.container_header .site-header .contacts_header .schedule_header_left,
.container_header .site-header .schedule_header .schedule_header_left {
  float: left;
  margin: 0 0 0 38px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
.container_header .site-header .contacts_header .contacts_header_left p,
.container_header .site-header .schedule_header .contacts_header_left p,
.container_header .site-header .contacts_header .contacts_header_right p,
.container_header .site-header .schedule_header .contacts_header_right p,
.container_header .site-header .contacts_header .schedule_header_left p,
.container_header .site-header .schedule_header .schedule_header_left p {
  margin: 3px 0 0 0;
}
.container_header .site-header .contacts_header .schedule_header_left p.sched,
.container_header .site-header .schedule_header .schedule_header_left p.sched {
  font-weight: 500;
}
.container_header .site-header .contacts_header .schedule_header_left p.email,
.container_header .site-header .schedule_header .schedule_header_left p.email {
  font-weight: 500;
}
.container_header .site-header .schedule_header {
  width: 268px;
  margin: 30px 0 0 0;
  border-right: 1px solid #696969;
}
.container_header .site-header .right-column {
  float: right;
  padding: 42px 0 0 0;
}
.container_nav {
  background-color: #fff;
}
.container_nav .site-nav {
  zoom: 1;
  margin: 0 auto;
  max-width: 1280px;
  font-family: 'Roboto', sans-serif;
}
.container_nav .site-nav:before,
.container_nav .site-nav:after {
  content: "";
  display: table;
}
.container_nav .site-nav:after {
  clear: both;
}
.container_nav .site-nav ul {
  zoom: 1;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.container_nav .site-nav ul:before,
.container_nav .site-nav ul:after {
  content: "";
  display: table;
}
.container_nav .site-nav ul:after {
  clear: both;
}
.container_nav .site-nav ul li:last-child {
  border-right: 0;
}
.container_nav .site-nav ul li {
  float: left;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-right: 1px solid #ededed;
}
.container_nav .site-nav ul li.current-menu-item a {
  color: #ffffff;
  background-color: #f7941d;
}
.container_nav .site-nav ul li:hover {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #f7941d;
}
.container_nav .site-nav ul li a {
  font-size: 20px;
  padding: 20px 12px;
  color: #252525;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: uppercase;
  font-family: 'Roboto-Condensed';
}
.container_nav .site-nav ul li a:hover {
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.container_nav .site-nav ul li ul {
  display: none;
  background-color: #ebebeb !important;
}
.container_nav .site-nav ul li ul li {
  float: none;
  display: block;
}
.container_nav .site-nav ul li:first-child:hover ul {
  left: 0;
  top: 68px;
  z-index: 1000;
  display: block;
  position: absolute;
  background: #ffffff;
}
.container_nav .site-nav {
  position: relative;
}
.container_nav .site-nav:before,
.container_nav .site-nav #search_form:before { 
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  background: #ebebeb;
  right: 0px;
  margin-right: -100%;
  height: 68px;
}
.container_nav .site-nav:before {
  right: 100px;
}
.container_nav .site-nav #search_form {
  float: left;
  position: relative;
  background: #ebebeb;
  width: 245px;
}
.container_nav .site-nav #search_form form.search button,
.container_nav .site-nav #search_form form.search input {
  background-color: #ebebeb;
  border: 0;
}
.container_nav .site-nav #search_form form.search button {
  cursor: pointer;
  padding: 0 20px;
}
.container_nav .site-nav #search_form form.search button .fa {
  padding: 24px 0;
  color: #4e4c4c;
  font-size: 20px;
}
.container_nav .site-nav #search_form form.search input {
  /* Firefox 19+ */
  /* Firefox 18- */
}
.container_nav .site-nav #search_form form.search input:focus {
  outline: none;
}
.container_nav .site-nav #search_form form.search input::-webkit-input-placeholder {
  color: #4e4c4c;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
.container_nav .site-nav #search_form form.search input::-moz-placeholder {
  color: #4e4c4c;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
.container_nav .site-nav #search_form form.search input:-moz-placeholder {
  color: #4e4c4c;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
.container_nav .site-nav #search_form form.search input:-ms-input-placeholder {
  color: #4e4c4c;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
/* = Slider Main.
-------------------------------------------------------------- */
* {
  outline: none;
}
.post-one-gallery-img {
  float: left;
  width: 250px;
  height: 245px;
}
.slider_main_text {
  position: absolute;
  top: 145px;
  left: 0;
  width: 100%;
}
.slider_main_text_container {
  width: 1280px;
  margin: auto;
}
#slider_main {
  height: 615px;
  position: relative;
}
#slider_main .n2-ss-layers-container {
  
  
}
.n2-ss-layer-add {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  margin-top: 10px;
  padding-bottom: 15px;
}
#slider_main .n2-ss-layer {
  
  position: relative;
  
  font-family: 'Open Sans', sans-serif !important;
}
.n2-ss-layer2:after {
  display: none !important;
}
#slider_main .n2-ss-layer p br {
  display: block;
}
#slider_main .n2-ss-layer span {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase !important;
}
#slider_main .n2-ss-layer p {
  font-size: 18px !important;
  color: #ffffff !important;
  margin: 0;
  margin-top: 20px;
  line-height: 1.4;
}
#slider_main .n2-ss-layer:after {
  bottom: 0;
  content: "";
  width: 164px;
  height: 2px;
  position: absolute;
  background-color: #f7941d;
}
#slider_main .first_word {
  color: #f7941d !important;
}
.slider-bar > div {
  height: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 0;
  background: #f7941d;
}
.slider-bar {
  background: #acacac;
  height: 4px;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
/* = Contact Forms.
-------------------------------------------------------------- */
.contact_form {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}

.contact_form .wpcf7 {
  right: 0;
  top: 90px;
  z-index: 5;
  width: 422px;
  position: absolute;
  padding: 32px 24px 20px 24px;
  background: rgba(0, 0, 0, 0.5);
}
.contact_form .wpcf72 a {
  font-family: 'Roboto-Condensed';
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  width: 100%;
  display: block;
  color: #fff;
  border: 1px solid #0072bc;
  background: #0072bc;
  padding: 19px 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.contact_form .wpcf72 a:hover {
  background: 0;
}
.contact_form .wpcf72 {
  top: 450px;
  padding: 24px;
}
.contact_form .wpcf7 form p {
  margin: 0;
  font-family: 'Roboto-CondensedRegular';
}
.contact_form .wpcf7 form:nth-child(2) {
  font-size: 24px;
  text-align: center;
  color: #f7941d;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.contact_form .wpcf7 form input {
  border: none;
  height: 40px;
  width: 410px;
  margin-top: 20px;
  padding-left: 10px;
  font-size: initial;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.contact_form .wpcf7 form input:focus {
  outline: none;
}
.contact_form .wpcf7 form input::-webkit-input-placeholder {
  font-size: 14px;
  color: #252525;
  font-family: 'Open Sans', sans-serif;
}
.contact_form .wpcf7 form input::-moz-placeholder {
  font-size: 14px;
  color: #252525;
  font-family: 'Open Sans', sans-serif;
}
.contact_form .wpcf7 form input:-moz-placeholder {
  font-size: 14px;
  color: #252525;
  font-family: 'Open Sans', sans-serif;
}
.contact_form .wpcf7 form input:-ms-input-placeholder {
  font-size: 14px;
  color: #252525;
  font-family: 'Open Sans', sans-serif;
}
.contact_form .wpcf7 form input[type=text] {
  margin-top: 35px;
}
.contact_form .wpcf7 form input[type=submit] {
  width: 420px;
  height: 52px;
  cursor: pointer;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: uppercase;
  background-color: #f7941d;
  font-family: 'Roboto', sans-serif;
}
.contact_form .wpcf7 form input[type=submit]:hover {
  color: #252525;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #ffffff;
}
.contact_form .wpcf7 form .ajax-loader {
  position: absolute;
}
.contact_form #button_not {
  top: 10px;
  right: 48px;
  z-index: 1;
  width: 420px;
  height: 52px;
  border: none;
  display: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 52px;
  position: absolute;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: uppercase;
  background-color: #f7941d;
}
.contact_form #button_not:hover {
  color: #000;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #ffffff;
}
.contact_form #button_not:focus {
  outline: none;
}
.contact_form_page {
  margin: 0 auto;
  max-width: 100%;
}
.contact_form_page .wpcf7 {
  padding: 32px 24px 20px 24px;
  background: rgba(0, 0, 0, 0.5);
}
.contact_form_page .wpcf7 form p {
  font-size: 24px;
  text-align: center;
  color: #f7941d;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.contact_form_page .wpcf7 form p input {
  border: none;
  height: 40px;
  padding-left: 10px;
  font-size: initial;
  display: inline-block;
  vertical-align: middle;
  /* Firefox 19+ */
  /* Firefox 18- */
 box-sizing: border-box;
}
.contact_form_page .wpcf7 form p input:focus {
  outline: none;
}
.contact_form_page .wpcf7 form p input::-webkit-input-placeholder {
  font-size: 14px;
  color: #252525;
  font-family: 'Open Sans', sans-serif;
}
.contact_form_page .wpcf7 form p input::-moz-placeholder {
  font-size: 14px;
  color: #252525;
  font-family: 'Open Sans', sans-serif;
}
.contact_form_page .wpcf7 form p input:-moz-placeholder {
  font-size: 14px;
  color: #252525;
  font-family: 'Open Sans', sans-serif;
}
.contact_form_page .wpcf7 form p input:-ms-input-placeholder {
  font-size: 14px;
  color: #252525;
  font-family: 'Open Sans', sans-serif;
}
.contact_form_page .wpcf7 form p .wpcf7-list-item-label {
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
.contact_form_page .wpcf7 form p input[type=submit] {
  width: 420px;
  height: 52px;
  cursor: pointer;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: uppercase;
  background-color: #f7941d;
  font-family: 'Roboto', sans-serif;
}
.contact_form_page .wpcf7 form p input[type=submit]:hover {
  color: #252525;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #ffffff;
}
.contact_form_page .wpcf7 form p .ajax-loader {
  position: absolute;
}
#sidebar {
  width: 23%;
  float: left;
  margin-left: 6px;
}
#sidebar #page_questionary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar #page_questionary ul a {
  height: 58px;
  font-size: 18px;
  line-height: 58px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: uppercase;
  background-color: #0072bc;
  font-family: 'Roboto', sans-serif;
}
#sidebar #page_questionary ul a:hover {
  color: #252525;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #ffffff;
}
#sidebar h3 {
  color: #000;
  font-size: 24px;
  margin-top: 0px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
#sidebar .sidebar-nav {
  
  overflow: hidden;
  margin-top: 22px;
}
#sidebar .sidebar-nav.katovice,
#sidebar .sidebar-nav.zheshuv,
#sidebar .sidebar-nav.opole,
#sidebar .sidebar-nav.brno {
  height: 140px;
}
#sidebar .sidebar-nav.vroclav,
#sidebar .sidebar-nav.praha {
  height: 230px;
}
#sidebar .sidebar-nav.torun,
#sidebar .sidebar-nav.gdynya,
#sidebar .sidebar-nav.shchetsin,
#sidebar .sidebar-nav.radom {
  height: 92px;
}
#sidebar .sidebar-nav ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub-menu.noshow li:nth-child(n+5) {
  display: none;
}
#sidebar .sidebar-nav ul.menu li {
  margin-top: 4px;
}
#sidebar .sidebar-nav ul.menu li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 28px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  padding: 14px 0 0 14px;
  text-transform: uppercase;
  background-color: #0072bc;
  font-family: 'Roboto Condensed', sans-serif;
}
#sidebar .sidebar-nav ul.menu li ul.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar .sidebar-nav ul.menu li ul.sub-menu li a {
  color: #474747;
  font-size: 16px;
  text-transform: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #f9f9f9;
  border-left: 3px solid #f9f9f9;
  font-family: 'Roboto', sans-serif;
}
#sidebar .sidebar-nav ul.menu li ul.sub-menu li a:hover {
  color: #0072bc;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-left: 3px solid #0072bc;
}
#sidebar .sidebar-nav ul.menu li#menu-item-540 > a,
#sidebar .sidebar-nav ul.menu li#menu-item-775 > a,
#sidebar .sidebar-nav ul.menu li#menu-item-966 > a,
#sidebar .sidebar-nav ul.menu li#menu-item-1275 > a,
#sidebar .sidebar-nav ul.menu li#menu-item-1303 > a,
#sidebar .sidebar-nav ul.menu li#menu-item-1327 > a {
  background-color: #3898d7;
}
#sidebar .sidebar-nav ul.menu li#menu-item-540 > ul.sub-menu li a:hover,
#sidebar .sidebar-nav ul.menu li#menu-item-775 > ul.sub-menu li a:hover,
#sidebar .sidebar-nav ul.menu li#menu-item-966 > ul.sub-menu li a:hover,
#sidebar .sidebar-nav ul.menu li#menu-item-1275 > ul.sub-menu li a:hover,
#sidebar .sidebar-nav ul.menu li#menu-item-1303 > ul.sub-menu li a:hover,
#sidebar .sidebar-nav ul.menu li#menu-item-1327 > ul.sub-menu li a:hover {
  color: #3898d7;
  border-left: 3px solid #3898d7;
}
#sidebar .sidebar-nav ul.menu li#menu-item-733 > a,
#sidebar .sidebar-nav ul.menu li#menu-item-850 > a,
#sidebar .sidebar-nav ul.menu li#menu-item-968 > a,
#sidebar .sidebar-nav ul.menu li#menu-item-1292 > a,
#sidebar .sidebar-nav ul.menu li#menu-item-1307 > a,
#sidebar .sidebar-nav ul.menu li#menu-item-1503 > a {
  background-color: #2594b0;
}
#sidebar .sidebar-nav ul.menu li#menu-item-733 > ul.sub-menu li a:hover,
#sidebar .sidebar-nav ul.menu li#menu-item-850 > ul.sub-menu li a:hover,
#sidebar .sidebar-nav ul.menu li#menu-item-968 > ul.sub-menu li a:hover,
#sidebar .sidebar-nav ul.menu li#menu-item-1292 > ul.sub-menu li a:hover,
#sidebar .sidebar-nav ul.menu li#menu-item-1307 > ul.sub-menu li a:hover,
#sidebar .sidebar-nav ul.menu li#menu-item-1503 > ul.sub-menu li a:hover {
  color: #2594b0;
  border-left: 3px solid #2594b0;
}
.button_sidebar_more span {
  margin-left: 5px; 
  vertical-align: middle;
  display: inline-block;
  margin-top: -3px;
}
.button_sidebar_more {
  width: 100%;
  height: 28px;
  cursor: pointer;
  margin-top: 4px;
  font-size: 14px;
  line-height: 28px;
  padding-left: 16px;
  color: #f7941d;
  text-transform: uppercase;
  font-family: 'Roboto-Condensed';
  box-sizing: border-box;
}
.inscribe {
  font-family: 'Roboto-CondensedRegular';
  position: relative;
  width: 400px;
  background: white;
  text-align: center;
  font-size: 18px;
  padding: 20px;
  margin: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* = Main page.
-------------------------------------------------------------- */
.slider_main_text_container-wrp {
  width: 650px;
  padding-left:20px;
}
.container_content {
  zoom: 1;
  max-width: 1280px;
  margin: 0px auto 0;
  padding: 50px 0;
}
.container_content:before,
.container_content:after {
  content: "";
  display: table;
}
.container_content:after {
  clear: both;
}
.container_content .main-column {
  width: 74%;
  float: right;
  /* = Sliders Sert & Gallery.
    -------------------------------------------------------------- */
  /* = Main Column Bottom.
    -------------------------------------------------------------- */
}
.container_content .main-column h3 {
  color: #000;
  font-size: 24px;
  font-weight: 300;
  margin-top: 0;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.container_content .main-column #popular_suggestions {
  overflow: hidden;
}
.container_content .main-column #popular_suggestions .popular_suggestions_posts {
  zoom: 1;
  margin-top: 20px;
}
.container_content .main-column #popular_suggestions .popular_suggestions_posts:before,
.container_content .main-column #popular_suggestions .popular_suggestions_posts:after {
  content: "";
  display: table;
}
.container_content .main-column #popular_suggestions .popular_suggestions_posts:after {
  clear: both;
}
.container_content .main-column #popular_suggestions .popular_suggestions_posts .post {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}
.container_content .main-column #popular_suggestions .popular_suggestions_posts .post:nth-child(3n) {
  margin-right: 0;
}
.container_content .main-column #popular_suggestions .popular_suggestions_posts .post a {
  font-size: 0;
  position: relative;
}
.container_content .main-column #popular_suggestions .popular_suggestions_posts .post a span {
  left: 0;
  width: 100%;
  position: absolute;
  text-align: center;
}
.container_content .main-column #popular_suggestions .popular_suggestions_posts .post a span.top_post {
  top: 0;
  width: 98%;
  height: 50px;
  padding: 0 1%;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.75);
  font-family: 'Roboto Condensed', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container_content .main-column #popular_suggestions .popular_suggestions_posts .post a span.bottom_post {
  bottom: 0;
  color: #000;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  background: rgba(247, 148, 29, 0.75);
  font-family: 'Open Sans', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container_content .main-column #popular_suggestions .popular_suggestions_posts .post a img {
  width: 100%;
  height: auto;
  max-height: 249px;
}
.container_content .main-column #button_more_suggestions,
.container_content .main-column #button_more_feedbacks,
.container_content .main-column #button_more_certificates {
  width: 100%;
  height: 64px;
  color: #474747;
  cursor: pointer;
  font-size: 14px;
  
  line-height: 64px;
  text-align: center;
  background-color: #f9f9f9;
  text-transform: uppercase;
  font-family: 'Roboto-CondensedBold';
}
.container_content .main-column #advantages h3 {
  display: none;
  text-align: center;
}
.container_content .main-column #advantages .advantages_posts {
  zoom: 1;
  margin-top: 46px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e1e1e1;
}
.container_content .main-column #advantages .advantages_posts:before,
.container_content .main-column #advantages .advantages_posts:after {
  content: "";
  display: table;
}
.container_content .main-column #advantages .advantages_posts:after {
  clear: both;
}
.container_content .main-column #advantages .advantages_posts .post {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}
.container_content .main-column #advantages .advantages_posts .post:nth-child(3n) {
  margin-right: 0;
}
.container_content .main-column #advantages .advantages_posts .post a img {
  width: auto;
  height: 64px;
  margin: 0 auto;
  display: block;
}
.container_content .main-column #advantages .advantages_posts .post a h4 {
  color: #1d1d1d;
  font-size: 18px;
  margin-top: 28px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.container_content .main-column #advantages .advantages_posts .post a p {
  color: #6b6b6b;
  font-size: 16px;
  margin-top: 14px;
  line-height: 24px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
.container_content .main-column #feedback {
  margin-top: 42px;
}
.container_content .main-column #feedback h3 {
  text-align: center;
}
.container_content .main-column #feedback .feedback_posts {
  zoom: 1;
  margin-top: 34px;
  padding-bottom: 36px;
}
.container_content .main-column #feedback .feedback_posts:before,
.container_content .main-column #feedback .feedback_posts:after {
  content: "";
  display: table;
}
.container_content .main-column #feedback .feedback_posts:after {
  clear: both;
}
.container_content .main-column #feedback .feedback_posts .post {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}
.container_content .main-column #feedback .feedback_posts .post:nth-child(3n) {
  margin-right: 0;
}
.review-photo-radius {
  width: 137px;
  height: 137px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  margin-top: 30px;
}
.container_content .main-column #feedback .feedback_posts .post a p {
  height: 120px;
  
  font-size: 16px;
  text-align: left;
  margin-top: 14px;
  margin-bottom: 0;
  line-height: 19px;
  color: #ffffff;
  padding: 20px 10px;
  background-color: #f7941d;
  font-family: 'Roboto', sans-serif;
}
.container_content .main-column #feedback .feedback_posts .post a h4 {
  font-size: 18px;
  margin-top: 28px;
  font-weight: 700;
  text-align: center;
  color: #f7941d;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.container_content .main-column #feedback .feedback_posts .post a span p {
  padding: 0;
  height: auto;
  color: #707070;
  margin-top: 6px;
  font-size: 14px;
  text-align: center;
  background-color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
.container_content .main-column #feedback .feedback_posts .post a img {
  display: block;
  margin: 30px auto 0;
  
}
.container_content .main-column #feedback .feedback_posts .post .triangle {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #f7941d transparent transparent transparent;
}
.container_content .main-column #certificates h3,
.container_content .main-column #gallery h3 {
  text-align: center;
}
.container_content .main-column #certificates {
  margin-bottom: 26px;
}
.container_content .main-column #certificates h3 {
  margin: 48px 0 34px;
}
.container_content .main-column #gallery h3 {
  margin: 50px 0 30px;
}
.container_content .main-column .amazingcarousel-list-wrapper {
  position: relative;
}
.container_content .main-column .amazingcarousel-list-wrapper .click-left,
.container_content .main-column .amazingcarousel-list-wrapper .click-right {
  top: 4px;
  content: '';
  width: 38px;
  display: block;
  cursor: pointer;
  position: absolute;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: rgba(0, 0, 0, 0.68);
}
.container_content .main-column .amazingcarousel-list-wrapper .click-left {
  z-index: 1;
  left: 0;
}
.container_content .main-column .amazingcarousel-list-wrapper .click-right {
  right: 0;
}
.container_content .main-column #slider_certificates .amazingcarousel-list-wrapper .click-left,
.container_content .main-column #slider_certificates .amazingcarousel-list-wrapper .click-right {
  height: 300px;
}
.container_content .main-column #slider_gallery .amazingcarousel-list-wrapper .click-left,
.container_content .main-column #slider_gallery .amazingcarousel-list-wrapper .click-right {
  height: 147px;
}
.container_content .main-column .amazingcarousel-item-container {
  padding: 0 !important;
  border: none !important;
}
.container_content .main-column .amazingcarousel-item-container .amazingcarousel-title {
  display: none;
}
.container_content .main-column .amazingcarousel-prev {
  z-index: 2;
  margin-left: 2px !important;
}
.container_content .main-column .amazingcarousel-next {
  margin-right: 2px !important;
}
.container_content .main-column .main-column-bottom {
  zoom: 1;
  margin-top: 58px;
  /* = Social Widgets.
      -------------------------------------------------------------- */
}
.container_content .main-column .main-column-bottom:before,
.container_content .main-column .main-column-bottom:after {
  content: "";
  display: table;
}
.container_content .main-column .main-column-bottom:after {
  clear: both;
}
.container_content .main-column .main-column-bottom .left-column {
  float: left;
  width: 640px;
}
.container_content .main-column .main-column-bottom .left-column h3 {
  font-size: 23px;
  font-weight: 700;
  color: #0072bc;
  font-family: 'Open Sans', sans-serif;
}
.container_content .main-column .main-column-bottom .left-column p {
  color: #474747;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
}
.container_content .main-column .main-column-bottom .social-widgets {
  width: 280px;
  float: right;
}
.container_content .main-column .main-column-bottom .social-widgets #vk_groups {
  margin-top: 24px;
  margin-bottom: 24px;
}
.container_content .main-column .main-column-bottom .social-widgets #null-instagram-feed-2 {
  width: 276px;
  list-style: none;
  margin: 24px auto 0;
}
.container_content .main-column .main-column-bottom .social-widgets #null-instagram-feed-2 ul {
  zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.container_content .main-column .main-column-bottom .social-widgets #null-instagram-feed-2 ul:before,
.container_content .main-column .main-column-bottom .social-widgets #null-instagram-feed-2 ul:after {
  content: "";
  display: table;
}
.container_content .main-column .main-column-bottom .social-widgets #null-instagram-feed-2 ul:after {
  clear: both;
}
.container_content .main-column .main-column-bottom .social-widgets #null-instagram-feed-2 ul li {
  width: 90px;
  float: left;
  margin-right: 3px;
}
.container_content .main-column .main-column-bottom .social-widgets #null-instagram-feed-2 ul li img {
  width: 90px;
}
.container_content .main-column .main-column-bottom .social-widgets #null-instagram-feed-2 ul li:nth-child(3n) {
  margin-right: 0;
}
.container_content .main-column .main-column-bottom .social-widgets #null-instagram-feed-2 p.clear a {
  font-size: 18px;
  color: #0072bc;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.container_content .main-column .main-column-bottom .social-widgets #null-instagram-feed-2 p.clear a:hover {
  color: #873ec1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* = Other pages. Main Columns.
-------------------------------------------------------------- */
#category .category_posts {
  zoom: 1;
}
#category .category_posts:before,
#category .category_posts:after {
  content: "";
  display: table;
}
#category .category_posts:after {
  clear: both;
}
#category .category_posts .post {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}
#category .category_posts .post:nth-child(3n) {
  margin-right: 0;
}
#category .category_posts .post a {
  position: relative;
}
#category .category_posts .post a span {
  left: 0;
  width: 100%;
  position: absolute;
  text-align: center;
}
#category .category_posts .post a span.top_post {
  top: 0;
  width: 98%;
  color: #ffffff;
  height: 50px;
  padding: 0 1%;
  font-size: 15px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
#category .category_posts .post a span.bottom_post {
  color: #000;
  bottom: 3px;
  height: 50px;
  font-weight: bold;
  background: rgba(247, 148, 29, 0.75);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
#category .category_posts .post a img {
  width: 100%;
  height: 250px;
  display: block;
}
#category .navigation {
  zoom: 1;
  margin-top: 60px;
}
#category .navigation:before,
#category .navigation:after {
  content: "";
  display: table;
}
#category .navigation:after {
  clear: both;
}
#category .navigation span,
#category .navigation a {
  color: #ffffff;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 6px;
  text-align: center;
  background-color: #f7941d;
}
#category .navigation span.pages {
  width: auto;
  padding: 0 6px;
}
#category .navigation span.current {
  background-color: #0072bc;
}
#category .navigation a {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#category .navigation a:hover {
  color: #f7941d;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #ffffff;
}
.main-column-page-contacts {
  zoom: 1;
  padding-top: 40px;
  /* = Social Widgets.
  -------------------------------------------------------------- */
}
.main-column-page-contacts:before,
.main-column-page-contacts:after {
  content: "";
  display: table;
}
.main-column-page-contacts:after {
  clear: both;
}
.main-column-page-contacts .left-column {
  float: left;
  width: 600px;
}
.main-column-page-contacts .left-column .accordion {
  color: #ffffff;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 14px 18px 10px 24px;
  background-color: #f7941d;
  border-left: 3px solid #f7941d;
  font-family: 'Roboto-CondensedBold';
  font-size: 14px;
  margin-top: 20px;
  text-transform: uppercase;
}
.main-column-page-contacts .left-column .accordion.active {
  font-size: 16px;
  font-family: 'Roboto-BoldCondensed';
}
.main-column-page-contacts .left-column .accordion.active,
.main-column-page-contacts .left-column .accordion:hover {
  color: #3898d7;
  
  
  background-color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  border-left: 3px solid #3898d7;
}
.main-column-page-contacts .left-column .accordion.active:after,
.main-column-page-contacts .left-column .accordion:hover:after {
  color: #3898d7;
  content: '\f106';
  margin-top: -2px;
  font-family: FontAwesome;
}
.main-column-page-contacts .left-column .accordion:after {
  color: #ffffff;
  float: right;
  font-size: 20px;
  content: '\f107';
  margin-top: -2px;
  font-family: FontAwesome;
}
.main-column-page-contacts .left-column .panel {
  
  margin: 10px 0;
  
  overflow: hidden;
  
  background-color: white;
}
.main-column-page-contacts .left-column .panel.show {
  opacity: 1;
  display: block;
}
.main-column-page-contacts .left-column .panel .info_block {
  color: #252525;
  margin-top: 2px;
  font-size: 16px;
}
.main-column-page-contacts .left-column .panel .info_block .info_block_top img {
  vertical-align: middle;
  margin-right: 5px;
}
.main-column-page-contacts .left-column .panel .info_block .info_block_top {
  color: #252525;
  font-family: 'Roboto-CondensedRegular';
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.main-column-page-contacts .left-column .panel .info_block .phone_block {
  zoom: 1;
  color: #393939;
  padding-bottom: 6px;
  border-bottom: 1px solid #e1e1e1;
}
.main-column-page-contacts .left-column .panel .info_block .phone_block:before,
.main-column-page-contacts .left-column .panel .info_block .phone_block:after {
  content: "";
  display: table;
}
.main-column-page-contacts .left-column .panel .info_block .phone_block:after {
  clear: both;
}
.main-column-page-contacts .left-column .panel .info_block .phone_block .phone_block_left,
.main-column-page-contacts .left-column .panel .info_block .phone_block .phone_block_center,
.main-column-page-contacts .left-column .panel .info_block .phone_block .phone_block_right {
  float: left;
}
.main-column-page-contacts .left-column .panel .info_block .phone_block .phone_block_left p,
.main-column-page-contacts .left-column .panel .info_block .phone_block .phone_block_center p,
.main-column-page-contacts .left-column .panel .info_block .phone_block .phone_block_right p {
  margin-top: 8px;
}
.main-column-page-contacts .left-column .panel .info_block .phone_block .phone_block_left,
.main-column-page-contacts .left-column .panel .info_block .phone_block .phone_block_center {
  width: 196px;
}
.main-column-page-contacts .left-column .panel .info_block .mail_block {
  zoom: 1;
  color: #5c5c5c;
}
.main-column-page-contacts .left-column .panel .info_block .mail_block:before,
.main-column-page-contacts .left-column .panel .info_block .mail_block:after {
  content: "";
  display: table;
}
.main-column-page-contacts .left-column .panel .info_block .mail_block:after {
  clear: both;
}
.main-column-page-contacts .left-column .panel .info_block .mail_block p img {
  vertical-align: middle;
  margin-right: 5px;
}
.main-column-page-contacts .left-column .panel .info_block .mail_block p {
  width: 240px;
  font-size: 16px;
  display: inline-block;
}
.main-column-page-contacts .social-widgets {
  width: 320px;
  float: right;
}
.main-column-page-contacts .social-widgets .attention_right_block {
  color: #1b1b1b;
  font-size: 16px;
  font-family: 'Roboto-CondensedBold';
  line-height: 1.5;
  padding: 10px 0;  
  font-weight: bold;
  text-align: center;
  background-color: #f9f9f9;
}
.main-column-page-contacts .social-widgets .contacts_right_block,
.main-column-page-contacts .social-widgets .schedule_right_block {
  zoom: 1;
  color: #ffffff;
  background-color: #252525;
  padding: 28px 22px 28px 22px;
}
.main-column-page-contacts .social-widgets .contacts_right_block:before,
.main-column-page-contacts .social-widgets .schedule_right_block:before,
.main-column-page-contacts .social-widgets .contacts_right_block:after,
.main-column-page-contacts .social-widgets .schedule_right_block:after {
  content: "";
  display: table;
}
.main-column-page-contacts .social-widgets .contacts_right_block:after,
.main-column-page-contacts .social-widgets .schedule_right_block:after {
  clear: both;
}
.main-column-page-contacts .social-widgets .contacts_right_block h3,
.main-column-page-contacts .social-widgets .schedule_right_block h3 {
  font-size: 16px;
  color: #f7941d;
  text-transform: uppercase;
  font-family: 'Roboto-BoldCondensed';
}
.contacts_right img {
  margin-top: -3px;
}
.social-widgets h3 {
  margin-bottom: 0;
}
.contacts_left p,
.contacts_right p,
.schedule_top p {
  margin: 0;
}
.schedule_top img,
.contacts_right img {
  vertical-align: middle;
  margin-right: 5px;
}
.main-column-page-contacts .social-widgets .contacts_right_block .contacts_left p,
.main-column-page-contacts .social-widgets .schedule_right_block .contacts_left p,
.main-column-page-contacts .social-widgets .contacts_right_block .contacts_right p,
.main-column-page-contacts .social-widgets .schedule_right_block .contacts_right p,
.main-column-page-contacts .social-widgets .contacts_right_block .schedule_top p,
.main-column-page-contacts .social-widgets .schedule_right_block .schedule_top p {
  margin-top: 8px;
}
.main-column-page-contacts .social-widgets .contacts_right_block .contacts_left,
.main-column-page-contacts .social-widgets .schedule_right_block .contacts_left {
  float: left;
}
.main-column-page-contacts .social-widgets .contacts_right_block .contacts_right,
.main-column-page-contacts .social-widgets .schedule_right_block .contacts_right {
  float: right;
}
.main-column-page-contacts .social-widgets .contacts_right_block {
  margin-top: 2px;
}
.main-column-page-contacts .social-widgets .schedule_right_block {
  margin: 2px 0 24px;
}
.main-column-page-contacts .social-widgets #vk_groups {
  margin-top: 24px;
  margin-bottom: 24px;
}
.main-column-page-contacts .social-widgets #null-instagram-feed-2 {
  width: 276px;
  list-style: none;
  margin: 24px auto 0;
}
.main-column-page-contacts .social-widgets #null-instagram-feed-2 ul {
  zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-column-page-contacts .social-widgets #null-instagram-feed-2 ul:before,
.main-column-page-contacts .social-widgets #null-instagram-feed-2 ul:after {
  content: "";
  display: table;
}
.main-column-page-contacts .social-widgets #null-instagram-feed-2 ul:after {
  clear: both;
}
.main-column-page-contacts .social-widgets #null-instagram-feed-2 ul li {
  width: 90px;
  float: left;
  margin-right: 3px;
}
.main-column-page-contacts .social-widgets #null-instagram-feed-2 ul li img {
  width: 90px;
}
.main-column-page-contacts .social-widgets #null-instagram-feed-2 ul li:nth-child(3n) {
  margin-right: 0;
}
.main-column-page-contacts .social-widgets #null-instagram-feed-2 p.clear a {
  font-size: 18px;
  color: #0072bc;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.main-column-page-contacts .social-widgets #null-instagram-feed-2 p.clear a:hover {
  color: #873ec1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main-column-page-euroschool,
.main-column-page-questionary {
  /* = Social Widgets.
  -------------------------------------------------------------- */
}
.main-column-page-euroschool .line-content .post,
.main-column-page-questionary .line-content .post {
  margin-bottom: 20px;
}
.main-column-page-euroschool .line-content .post a,
.main-column-page-questionary .line-content .post a {
  zoom: 1;
  color: #000;
}
.main-column-page-euroschool .line-content .post a:before,
.main-column-page-questionary .line-content .post a:before,
.main-column-page-euroschool .line-content .post a:after,
.main-column-page-questionary .line-content .post a:after {
  content: "";
  display: table;
}
.main-column-page-euroschool .line-content .post a:after,
.main-column-page-questionary .line-content .post a:after {
  clear: both;
}
.main-column-page-euroschool .line-content .post a img,
.main-column-page-questionary .line-content .post a img {
  float: left;
  width: 254px;
  height: 150px;
}
.main-column-page-euroschool .line-content .post a .top_post,
.main-column-page-questionary .line-content .post a .top_post {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin: 20px 0 0 20px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.main-column-page-euroschool .line-content .post a .bottom_post p,
.main-column-page-questionary .line-content .post a .bottom_post p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 20px 0 0 274px;
  font-family: "Open Sans";
}
.main-column-page-euroschool .social-widgets,
.main-column-page-questionary .social-widgets {
  width: 280px;
  float: right;
}
.main-column-page-euroschool .social-widgets #vk_groups,
.main-column-page-questionary .social-widgets #vk_groups {
  margin-top: 24px;
  margin-bottom: 24px;
}
.main-column-page-euroschool .social-widgets #null-instagram-feed-2,
.main-column-page-questionary .social-widgets #null-instagram-feed-2 {
  width: 276px;
  list-style: none;
  margin: 24px auto 0;
}
.main-column-page-euroschool .social-widgets #null-instagram-feed-2 ul,
.main-column-page-questionary .social-widgets #null-instagram-feed-2 ul {
  zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-column-page-euroschool .social-widgets #null-instagram-feed-2 ul:before,
.main-column-page-questionary .social-widgets #null-instagram-feed-2 ul:before,
.main-column-page-euroschool .social-widgets #null-instagram-feed-2 ul:after,
.main-column-page-questionary .social-widgets #null-instagram-feed-2 ul:after {
  content: "";
  display: table;
}
.main-column-page-euroschool .social-widgets #null-instagram-feed-2 ul:after,
.main-column-page-questionary .social-widgets #null-instagram-feed-2 ul:after {
  clear: both;
}
.main-column-page-euroschool .social-widgets #null-instagram-feed-2 ul li,
.main-column-page-questionary .social-widgets #null-instagram-feed-2 ul li {
  width: 90px;
  float: left;
  margin-right: 3px;
}
.main-column-page-euroschool .social-widgets #null-instagram-feed-2 ul li img,
.main-column-page-questionary .social-widgets #null-instagram-feed-2 ul li img {
  width: 90px;
}
.main-column-page-euroschool .social-widgets #null-instagram-feed-2 ul li:nth-child(3n),
.main-column-page-questionary .social-widgets #null-instagram-feed-2 ul li:nth-child(3n) {
  margin-right: 0;
}
.main-column-page-euroschool .social-widgets #null-instagram-feed-2 p.clear a,
.main-column-page-questionary .social-widgets #null-instagram-feed-2 p.clear a {
  font-size: 18px;
  color: #0072bc;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.main-column-page-euroschool .social-widgets #null-instagram-feed-2 p.clear a:hover,
.main-column-page-questionary .social-widgets #null-instagram-feed-2 p.clear a:hover {
  color: #873ec1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* = Single page.
-------------------------------------------------------------- */
.top-content-single-page {
  width: 100%;
}
.top-content-single-page .main_block {
  zoom: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.top-content-single-page .main_block:before,
.top-content-single-page .main_block:after {
  content: "";
  display: table;
}
.top-content-single-page .main_block:after {
  clear: both;
}
.top-content-single-page .main_block .logo_vnz {
  float: left;
  cursor: pointer;
  margin: 38px 32px 0 0;
  max-width: 100%;
}
.top-content-single-page .main_block h3 {
  margin-top: 34px;
  font-weight: bold;
  color: #f7941d;
}
.top-content-single-page .main_block .address p {
  display: inline-block;
}
.top-content-single-page .main_block .address,
.top-content-single-page .main_block .site {
  color: #464646;
}
.top-content-single-page .main_block .address .fa,
.top-content-single-page .main_block .site .fa {
  float: left;
}
.top-content-single-page .main_block .address {
  margin-top: 20px;
}
.top-content-single-page .main_block .address .fa {
  margin-right: 16px;
}
.top-content-single-page .main_block .site {
  margin-top: 10px;
}
.top-content-single-page .main_block .site .fa {
  margin-right: 12px;
}
.top-content-single-page .main_block .desc_main {
  margin-top: 10px;
  line-height: 24px;
  text-align: justify;
}
.desc_main2 img {
  max-width: 100%;
}
.top-content-single-page .sert_block {
  zoom: 1;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
}
.top-content-single-page .sert_block p {
  text-align: justify;
}
.view-big span {
  display: block;
  margin-top: 10px;
}
.view-big {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 1.3;
  bottom: 0;
  width: 100px;
  height: 60px;
  background: #f58f00;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  font-family: 'Roboto-CondensedBold';
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.certificates-slider-item:hover .view-big {
  opacity: 1;
}
.certificates-slider-item:hover:before {
  height: 100%;
}
.certificates-slider-item:before {
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  
  background: rgba(0,0,0,.58);
}
.certificates-slider-item {
  height: 300px;
  margin: 0 5px;
  position: relative;
}
.top-content-single-page .sert_block:before,
.top-content-single-page .sert_block:after {
  content: "";
  display: table;
}
.top-content-single-page .sert_block:after {
  clear: both;
}
.top-content-single-page .sert_block .sert_vnz {
  float: right;
  margin-left: 32px;
  width: 240px;
}
.top-content-single-page .sert_block .free_education {
  margin-top: 12px;
  line-height: 24px;
}
.top-content-single-page .sert_block .cardholders_pole {
  color: #626262;
  margin-top: 20px;
  line-height: 26px;
  padding-left: 12px;
  border-left: 3px solid #f7941d;
}
.top-content-single-page .tabs {
  margin-top: 28px;
  display: inline-block;
}
.top-content-single-page .tabs > div {
  padding: 28px 36px;
  border: 1px solid #ebebeb;
}
.top-content-single-page .tabs > div p {
  zoom: 1;
  line-height: 24px;
  text-align: justify;
}
/*.top-content-single-page .tabs > div p:before,
.top-content-single-page .tabs > div p:after {
  content: "";
  display: table;
}
.top-content-single-page .tabs > div p:after {
  clear: both;
}*/
.top-content-single-page .tabs > div p a {
  /*  float: left;*/
 display: inline-block !important;
}
.top-content-single-page .tabs > ul {
  zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-content-single-page .tabs > ul:before,
.top-content-single-page .tabs > ul:after {
  content: "";
  display: table;
}
.top-content-single-page .tabs > ul:after {
  clear: both;
}
.top-content-single-page .tabs > ul li {
  float: left;
  display: block;
  color: #808080;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  padding: 16px 38px;
  background: #f9f9f9;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: uppercase;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  margin: 0 1px;
  
}
.top-content-single-page .tabs > ul li:hover {
  background: #ebebeb;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.top-content-single-page .tabs > ul li.active,
.top-content-single-page .tabs > ul li.active:hover {
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #f7941d;
}
.top-content-single-page .tabs #information_photo_video a {
  width: 214px;
  height: 165px;
  overflow: hidden;
  min-width: 214px;
  margin: 0 4px 4px 0;
}
.top-content-single-page .tabs #information_photo_video a img {
  height: 165px;
  width: auto;
}
.top-content-single-page .tabs .tablepress,
.top-content-single-page .tabs .dataTables_wrapper {
  margin-bottom: 0;
  border-collapse: collapse;
}
.top-content-single-page .tabs .tablepress th,
.top-content-single-page .tabs .dataTables_wrapper th {
  color: #ffffff;
  padding: 18px;
  text-align: center;
  text-transform: uppercase;
  background-color: #0072bc;
  border: 1px solid #ebebeb;
}
.top-content-single-page .tabs .tablepress th.column-1,
.top-content-single-page .tabs .dataTables_wrapper th.column-1 {
  
  width: 200px;
}
.top-content-single-page .tabs .tablepress th.column-2,
.top-content-single-page .tabs .dataTables_wrapper th.column-2 {
  width: 200px;
}
.top-content-single-page .tabs .tablepress th.column-3,
.top-content-single-page .tabs .dataTables_wrapper th.column-3 {
  width: 200px;
}
.top-content-single-page .tabs .tablepress td,
.top-content-single-page .tabs .dataTables_wrapper td {
  padding: 18px 0 18px 14px;
  border: 1px solid #ebebeb;
  background: #fff;
  vertical-align: middle;
}
.top-content-single-page .tabs .tablepress td.column-1,
.top-content-single-page .tabs .dataTables_wrapper td.column-1 {
  color: #3c3b3b;
  font-family: 'Roboto-BoldCondensed';
  text-transform: uppercase;
  background-color: #f9f9f9;
}
.top-content-single-page .tabs .tablepress td.column-2,
.top-content-single-page .tabs .dataTables_wrapper td.column-2 {
  color: #323232;
}
.top-content-single-page .tabs .tablepress td.column-3,
.top-content-single-page .tabs .dataTables_wrapper td.column-3 {
  color: #323232;
  padding: 18px 0;
  text-align: center;
}
.bottom-content-single-page {
  margin-top: 40px;
  overflow: hidden;
  /* = Social Widgets.
  -------------------------------------------------------------- */
}
.bottom-content-single-page .social-widgets {
  zoom: 1;
  width: 620px;
  float: right;
}
.bottom-content-single-page .social-widgets:before,
.bottom-content-single-page .social-widgets:after {
  content: "";
  display: table;
}
.bottom-content-single-page .social-widgets:after {
  clear: both;
}
.bottom-content-single-page .social-widgets .fb-page {
  float: left;
  width: 276px;
  height: 250px;
  margin-top: 32px;
  margin-bottom: 24px;
  margin-right: 30px;
}
.bottom-content-single-page .social-widgets #vk_groups {
  float: right;
  margin-top: 32px;
  margin-bottom: 24px;
}
.main-column-bottom .twitter-timeline, 
.bottom-content-single-page .social-widgets .twitter-timeline {
  float: left;
  margin-top: 18px !important;
}
.bottom-content-single-page .social-widgets #null-instagram-feed-2 {
  float: right;
  width: 276px;
  margin: 0 auto;
  list-style: none;
}
.bottom-content-single-page .social-widgets #null-instagram-feed-2 ul {
  zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bottom-content-single-page .social-widgets #null-instagram-feed-2 ul:before,
.bottom-content-single-page .social-widgets #null-instagram-feed-2 ul:after {
  content: "";
  display: table;
}
.bottom-content-single-page .social-widgets #null-instagram-feed-2 ul:after {
  clear: both;
}
.bottom-content-single-page .social-widgets #null-instagram-feed-2 ul li {
  width: 90px;
  float: left;
  margin-right: 3px;
}
.bottom-content-single-page .social-widgets #null-instagram-feed-2 ul li img {
  width: 90px;
}
.bottom-content-single-page .social-widgets #null-instagram-feed-2 ul li:nth-child(3n) {
  margin-right: 0;
}
.bottom-content-single-page .social-widgets #null-instagram-feed-2 p.clear a {
  font-size: 18px;
  color: #0072bc;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.bottom-content-single-page .social-widgets #null-instagram-feed-2 p.clear a:hover {
  color: #873ec1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* = Footer.
-------------------------------------------------------------- */
#main_page > div.container_footer > footer > div.info-footer > div.contacts_footer > span, #main_page > div.container_footer > footer > div.info-footer > div.schedule_footer > span{
    font-weight: bold;
    text-transform: uppercase;
}
.container_footer {
  background-image: url("https://studix.eu/wp-content/themes/studix/images/bg_footer.jpg");
  background-size: cover;
  padding-bottom: 50px;
  background-position: center;
}
.container_footer footer.site-footer {
  zoom: 1;
  max-width: 1280px;
  margin: 56px auto 0;
}
.container_footer footer.site-footer:before,
.container_footer footer.site-footer:after {
  content: "";
  display: table;
}
.container_footer footer.site-footer:after {
  clear: both;
}
.container_footer footer.site-footer p {
  color: #f7941d;
  font-weight:bold;
  text-transform: uppercase;
}
.container_footer footer.site-footer p a {
  color: #f7941d;
  font-weight:bold;
}
.container_footer footer.site-footer .poland,
.container_footer footer.site-footer .czech,
.container_footer footer.site-footer .slovakia,
.container_footer footer.site-footer .info-footer {
  width: 24%;
  margin-top: 40px;
}
.container_footer footer.site-footer .poland,
.container_footer footer.site-footer .czech,
.container_footer footer.site-footer .slovakia {
  float: left;
}
.container_footer footer.site-footer .poland .menu_footer,
.container_footer footer.site-footer .czech .menu_footer,
.container_footer footer.site-footer .slovakia .menu_footer {
  margin-top: 16px;
}
.container_footer footer.site-footer .poland .menu_footer ul,
.container_footer footer.site-footer .czech .menu_footer ul,
.container_footer footer.site-footer .slovakia .menu_footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.container_footer footer.site-footer .poland .menu_footer ul li,
.container_footer footer.site-footer .czech .menu_footer ul li,
.container_footer footer.site-footer .slovakia .menu_footer ul li {
  margin-top: 14px;
}
.container_footer footer.site-footer .poland .menu_footer ul li a,
.container_footer footer.site-footer .czech .menu_footer ul li a,
.container_footer footer.site-footer .slovakia .menu_footer ul li a {
  color: #ffffff;
}
.container_footer footer.site-footer .info-footer {
  color: #ffffff;
  float: right;
}
.container_footer footer.site-footer .info-footer .contacts_footer .contacts_footer_top p,
.container_footer footer.site-footer .info-footer .schedule_footer .contacts_footer_top p,
.container_footer footer.site-footer .info-footer .contacts_footer .contacts_footer_bottom p,
.container_footer footer.site-footer .info-footer .schedule_footer .contacts_footer_bottom p,
.container_footer footer.site-footer .info-footer .contacts_footer .schedule_footer_top p,
.container_footer footer.site-footer .info-footer .schedule_footer .schedule_footer_top p {
  margin-top: 8px;
}
.container_footer footer.site-footer .info-footer .contacts_footer .contacts_footer_top {
  margin-top: 26px;
}
.container_footer footer.site-footer .info-footer .schedule_footer {
  margin-top: 75px;
}
.container_footer footer.site-footer .info-footer .schedule_footer .schedule_footer_top {
  margin: 26px 0 40px;
}
.container_footer footer.site-footer .social_buttons {
  
}
/* To Top
----------------------------------------------------------*/
.fa.fa-angle-up {
  display: none;
}
#toTop {
  color: #ffffff;
  right: 20px;
  width: 50px;
  height: 50px;
  bottom: 20px;
  z-index: 1001;
  display: none;
  position: fixed;
  cursor: pointer;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: uppercase;
  background-color: #f7941d;
}
#toTop .fa.fa-angle-up {
  display: block;
}
#toTop:hover {
  color: #f7941d;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #ffffff;
}
/* = Breadcrumb.
-------------------------------------------------------------- */
.breadcrumn {
  border-bottom: 1px solid #e1e1e1;
  text-align: left;
  padding-bottom: 5px;
}
.breadcrumn span {
  font-size: 18px;
  display: inline;
  padding: 0 4px 12px 4px;
}
.breadcrumn > span:last-child {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.breadcrumn span:first-child {
  padding: 0 4px 12px 0;
}
.breadcrumn span a {
  color: #6c6c6c;
  display: inline !important;
}
.breadcrumn span a:last-child {
  
}
.arrow-about-right {
  right: 0;
}
.arrow-about-left {
  left: 0;
}
.arrow-about:hover {
  background: rgba(0,0,0,.20);
}
.arrow-about {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 0;
  height: 300px;
  width: 40px;
  z-index: 3;
  font-size: 30px;
  cursor: pointer;
  text-align: center;
  line-height: 300px;
  color: #fff;
  background: rgba(0,0,0,.68);
}
.certificates-slider-item-one {
  width: 200px;
  height: 240px;
  display: inline-block;
  margin: 20px 10px;
}
.certificates-slider-item-img {
  height: 150px;
}
#gallery .arrow-about {
  line-height: 150px;
  height: 150px;
}
.one-post:hover {
  background: #f9f9f9;
}
.one-post {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  height: 245px;
}
.left-column-text p {
  margin: 5px 0;  
}
.left-column-text strong {
  font-family: 'Roboto-CondensedBold';
  font-weight: 500;
}
.left-column-text h1 {
  margin: 0;
  font-size: 23px;
  color: #0072bc;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.left-column-text {
  font-size: 16px;
  color: #474747;
  line-height: 1.3;
  font-family: 'Roboto-CondensedRegular';
}
.post-img-big2 {
  width: 250px;
  height: 200px;
}
.post-img-big {
  width: 303px;
  height: 245px;  
}
.post-img-big-left {
  float: left;
}
.titlefind u {
  color: #f7941d;
  text-decoration: none;
  margin-left: 5px;
}
.post-img-big-info .bottom_post {
  margin-top: 20px;
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif;
}
.post-img-big-info .top_post.titlefind {
  text-transform: uppercase;
  margin-top: 20px;
  display: block;
}
.post-img-big-info .top_post {
  margin-left: 0 !important;
  font-family: 'Roboto-CondensedBold';
}
.post-img-big-info {
  float: right;
  width: calc(100% - 330px);
}
.alink-readmore:hover {
  text-decoration: underline !important;
  color: #0072bc !important;
}
.alink-readmore {
  text-transform: uppercase;
  color: #7c7c7c;
  font-size: 14px;
  text-decoration: none;
  font-family: 'Roboto-CondensedRegular';
  margin-top: 20px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.one-post a {
  display: inline-block !important;
}
.ig-block {
  width: 300px;
  float: left;
  margin-top: 30px;
}
.title-sample-new {
  text-transform: uppercase;
  color: #0072bc;
  font-size: 24px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
.menu-interesting {
  float: left;
  width: 300px;
}
.menu-int-wrp {
  margin-top: 30px;
}
.menu-int-wrp ul {
  padding: 0;
  margin: 0;
}
.menu-int-wrp ul li {
  margin-top: 10px;
}
.menu-int-wrp ul li a:hover {
  text-decoration: underline !important;
}
.menu-int-wrp ul li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #000;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  font-size: 14px;
  text-decoration: none;
}
.copy-footer a {
  color: #d0d0d0;
  display: inline-block !important;
  text-decoration: underline !important;
}
.copy-footer {
  width: 100%;
  color: #d0d0d0;
  float: left;
  margin-top: 40px;
}
.site-footer-left {
  float: left;
  width: 950px;
}
.notice-form {
  border: 1px solid #fff;
  height: 38px;
  width: 260px;
  font-size: 0;
  margin-top: 15px;
}
.notice-form input::placeholder {
  color: #fff;
}
.notice-form input {
  box-sizing:border-box;
  width: 223px;
  font-size: 16px;
  background: none;
  border: 0;
  color: #fff;
  padding-left: 10px;
  height: 38px;
}
.notice-form button {
  background: #f7941d;
  color: #fff;
  height: 38px;
  border: 0;
  padding: 0 8px;
  margin: 0;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
}
.notice-form-wrp h3 {
  margin-top: 25px;
}
.menu_footer_add {
  margin-top: 50px;
}
.menu_footer_add  li {
  margin-top: 8px !important;
}
.menu_footer_add a {
  color: #f7941d !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-top: 8px;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.phone_block_one {
  font-size: 16px;
  font-family: 'Roboto-BoldCondensed';
}
.phone_block_one p {
  width: 190px;
  display: inline-block;
  margin: 7px 0;
}
.title-cont {
  font-size: 24px;
  color: #f7941d;
  font-family: 'Roboto-CondensedBold';
  text-transform: uppercase;
  margin: 0px 0 30px 0;
}
.map-contacts {
  margin-top: 10px;
  height: 200px;
}
.sert_block blockquote {
  color: #626262;
  font-family: 'Roboto-CondensedRegular';
  font-size: 17px;
  margin: 0;
  padding-left: 20px;
  border-left: 2px solid #f58f00;
}
.top-content-single-page .tabs > div div h4 {
  margin: 0;
  text-transform: uppercase;
  color: #0072bc;
  padding-left: 10px;
  border-left: 2px solid #0072bc;
      font-family: sans-serif;
}
.top-content-single-page .tabs > div div strong {
 /* color: #000;*/
  color: #f7941d;
  font-weight: 700;
  font-family: sans-serif;
}
.top-content-single-page .tabs > div div {
  font-family: sans-serif;
  font-size: 16px;
  color: #414142;
}
.top-content-single-page .main_block .site img,
.top-content-single-page .main_block .address img {
  margin-right: 5px;
  vertical-align: middle;
}
.top-content-single-page .main_block .site ,
.top-content-single-page .main_block .address {
  font-family: 'Roboto-CondensedRegular';
}
.top-content-single-page .main_block .site a {
  display: inline-block !important;
  color: #464646;
  text-decoration: underline !important;
}

.information_photo_video-one {
  width: 214px;
  height: 155px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.information_photo_video-triangle img {
  width: 100% !important;
  height: 50px !important;
}
.information_photo_video-triangle:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.information_photo_video-triangle {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: absolute;
  margin: auto !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px !important;
  height: 50px !important;
  min-width: auto !important;
}
.burger {
  float: right;
  width: 45px;
  height: 45px;
  display: none;
  margin-right: 30px;
  margin-top: 35px;
  position: relative;
}
.burger span:before {
  top: -12px;
}
.burger span:after {
  top: 12px;
}
.burger.open span {
  height: 0;
}
.burger.open span:after {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
  top: 0px;
}
.burger.open span:before {
  top: 0px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.burger span:before,.burger span:after {
  content: '';
  position: absolute;
  width: 100%;
  background: #f8f8f8;
  height: 2px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.burger span {
  display: block;
  position: absolute;
  width: 100%;
  background: #f8f8f8;
  height: 2px;
  top: 12px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.button-mobile {
  overflow: hidden;
  display: none;
}

.button-mobile a {
 width: 50%;
 background: #f7941d;
 display: block;
 float: left;
 color: #fff;
 text-transform: uppercase;
 font-size: 18px;
 padding: 20px 0;
 text-align: center;
 font-family: 'Roboto-CondensedRegular'; 
}
.button-mobile a:nth-child(1) {
  font-family: 'Roboto-CondensedBold';
}
.button-mobile a:nth-child(2) {
  background: #0072bc;
}
.contact_form2 .mfp-close {
  color: #fff !important; 
}
.contact_form2 .wpcf7 form input,
.contact_form2 .wpcf7 form input[type=submit] {
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
}
.contact_form2 .wpcf7 {
  position: relative;
  top: 0;
  padding: 20px;
  width: calc(100% - 40px);
  background: #000;
}
.contact_form2 {
  width: 100%;
  position: relative;
  top: 0;
  width: 100%;
  
}
.copy-footer-m {
  display: none;
}
.linkslidermain:hover {
  background: none;
}
.linkslidermain {
  font-family: 'Roboto-Condensed';
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  width: 100%;
  display: block;
  color: #fff;
  border: 1px solid #0072bc;
  background: #0072bc;
  padding: 19px 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  width: 245px;
  margin-top: 30px;
}
img.alignleft {
  float: left;
  margin-right: 25px;
  margin-bottom: 10px;
  margin-top: 10px;
}
img.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.desc_main2 a,
.sert_block a,
.desc_main a,
.template-desc-cat a {
  display: inline !important;
}

.desc_main2 table p {
  text-align: center !important;
} 
.template-desc-cat {
  padding-bottom: 10px;
}
.loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#information_info img {
  max-width:100%;
}
/* = Responsive.
-------------------------------------------------------------- */
@media screen and (max-width: 1280px) {
  .container_content .main-column {
    margin-top: 20px;
  }
  .container_footer footer.site-footer .poland, .container_footer footer.site-footer .czech, .container_footer footer.site-footer .slovakia, .container_footer footer.site-footer .info-footer {
    width: 33.3%;
    margin-top: 20px;
  }
  .copy-footer {
    
  }
  .copy-footer-m {
    display: block !important;
    text-align: center;
  }
  .container_footer footer.site-footer .info-footer {
    float: none;
    width: 100% !important;
    text-align: center;
  }
  .notice-form {
    margin: auto;
  }
  .site-footer-left {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  .container_header .site-header {
    max-width: 100%;
    
  }
  .copy-footer {
    
  }
  .container_footer footer.site-footer {
    width: calc(100% - 20px);
    margin-top: 0 !important;
    padding: 0 10px;
  }
  #search_form {
    display: none;
  }
  .container_nav .site-nav:before {
    display: none;
  }
  .site-header .schedule_header {
    display: none;
  }
  .site-header .right-column {
    margin-right: 14px;
  }
  #search_form,
  #button_more_suggestions,
  #button_more_feedbacks,
  #certificates,
  #button_more_certificates,
  #gallery {
    display: none;
  }
  .container_content .main-column #popular_suggestions {
    height: auto;
  }
  .container_content .main-column #popular_suggestions .popular_suggestions_posts .post {
    width: 48%;
  }
  .container_content .main-column #popular_suggestions .popular_suggestions_posts .post:nth-child(3n) {
    margin-right: 2%;
  }
  .container_content .main-column #popular_suggestions .popular_suggestions_posts .post:last-child {
    display: none;
  }
  .container_content .main-column .main-column-bottom {
    zoom: 1;
    margin-top: 18px;
  }
  .container_content .main-column .main-column-bottom:before,
  .container_content .main-column .main-column-bottom:after {
    content: "";
    display: table;
  }
  .container_content .main-column .main-column-bottom:after {
    clear: both;
  }
  .container_content .main-column .main-column-bottom .left-column {
    float: none;
    width: 100%;
  }
  .container_content .main-column .main-column-bottom .left-column .post {
    padding: 0 6px;
  }
  .container_content .main-column .main-column-bottom .social-widgets {
    display: none;
  }
  .slider_main_text_container {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  #feedback {
    display: none;
  }
}
@media screen and (max-width: 1010px) {
  .container_nav .site-nav:before, .container_nav .site-nav #search_form:before {
    display: none;
  }
  .container_nav .site-nav ul {
    width: 100%;
  }
  .container_nav .site-nav ul li:first-child:hover ul {
    top: 0;
  }
  .container_nav .site-nav ul li:hover {
    
  }
  .container_nav .site-nav ul li ul {
    background: white !important;
    position: relative !important;
  }
  .container_nav .site-nav ul li ul {
    
  }
  .contact_form {
    display: none;
  }
  .contact_form2 {
    display: block;
  }
  .site-header .right-column {
    display: none;
  }
  .burger {
    display: block;
  }
  .container_nav {
    display: none;
    position: absolute !important;
    z-index: 100;
    width: 100%;
  }
  .container_nav .site-nav #search_form form.search button .fa {
    padding: 10px 0;
  }
  #search_form {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .container_nav .site-nav ul li a {
    padding: 10px 0;
  }
  .container_nav .site-nav ul li {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    border-left: 0;
    border-bottom: 1px solid #ededed;
  }
  
}
@media screen and (max-width: 900px) {
  .slider_main_text_container-wrp {
    width: 100%;
    text-align: center;
  }
  .slider_main_text {
    top: 50px;
  }
  .n2-ss-layer-add {
    
  }
  #slider_main .n2-ss-layer2,
  #slider_main .n2-ss-layer:after {
    display: none;
  }
  #slider_main {
    height: 246px;
  }
  #slider_main img {
    height: 246px;
  }
  #slider_main .container_text .sl_text {
    top: 42px;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  #slider_main .container_text .sl_text p {
    display: none;
  }
  #slider_main .container_text .sl_text:before {
    display: none;
  }
  .contact_form .wpcf7 {
    display: none;
  }
  .contact_form2 .wpcf7 {
    display: block;
  }
}
@media screen and (max-width: 850px) {
  .container_content #sidebar {
    width: 35%;
  }
  .container_content .main-column {
    width: 62%;
  }
  .container_content .main-column #popular_suggestions .popular_suggestions_posts .post {
    width: 97%;
  }
  .container_content .main-column #popular_suggestions .popular_suggestions_posts .post:last-child {
    display: block;
  }
  #advantages {
    display: none;
  }
  .slider_main_text_container-wrp {
    width: 100%;
    padding-left:0px;
  }
}
@media screen and (max-width: 730px) {
  .container_header .site-header #polylang-4 {
    margin: 26px 0 0 26px;
    margin-left: 90px;
  }
  .container_header .site-header #polylang-4 ul {
    zoom: 1;
    width: 144px;
  }
  .container_header .site-header #polylang-4 ul:before,
  .container_header .site-header #polylang-4 ul:after {
    content: "";
    display: table;
  }
  .container_header .site-header #polylang-4 ul:after {
    clear: both;
  }
  .container_header .site-header #polylang-4 ul li {
    float: left;
    width: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 1px solid #898989;
  }
  .container_header .site-header #polylang-4 ul li a {
    padding: 4px 8px;
  }
  .container_header .site-header #polylang-4 ul li a img {
    margin-right: 4px;
  }
  .container_header .site-header #polylang-4 ul li:hover,
  .container_header .site-header #polylang-4 ul li.current-lang {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 1px solid #f7941d;
  }
  .container_header .site-header .contacts_header {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .social-widgets {
    display: none;
  }
  .contact_form_page .wpcf7-list-item {
    display: inline-block;
    
  }
  .contact_form_page .wpcf7 form p input[type=radio] {
    width: 20px;
  }
  .contact_form_page .wpcf7 form p input,
  .contact_form_page .wpcf7 form p input[type=submit] {
    box-sizing:border-box;
    width: 100%;
  }
  .contact_form_page .wpcf7 form p {
    margin: 10px 0;
  }
  .contact_form_page .wpcf7 {
    width: calc(100% - 20px);
    padding: 10px;
  }
  .main-column-page-contacts .left-column {
    width: 100%;
    float: none;
  }
  .main-column-page-contacts .social-widgets .attention_right_block {
    padding: 10px;
  }
  .social-widgets {
    float: none;
    width: 100% !important;
    margin-top: 20px;
  }
  #toTop {
    width: 25px;
    height: 25px;
    line-height: 25;
    font-size: 20px;
  }
  .top-content-single-page .tabs > ul li {
    float: none;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .top-content-single-page .tabs > div {
    padding:10px;
    width: calc(100% - 20px);
  }
  #information_photo_video {
    text-align: center;
  }
  .top-content-single-page .sert_block .sert_vnz {
    float: none;
    margin: 5px;
  }
  .top-content-single-page .main_block .logo_vnz {
    float: none;
    margin: 0;
    margin-top: 20px;
  }
  .one-post {
    height: auto;
    border: 1px solid #e1e1e1;
    padding: 10px;
  }
  .one-post a {
    display: block !important;
  }
  .post-img-big-left {
    float: none;
    margin: auto;
  }
  .post-img-big-info {
    float: none;
    width: 100%;
  }
  .bottom-content-single-page .social-widgets {
    width: 100%;
  }
  .container_nav .site-nav ul {
    width: 100%;
  }
  .container_content .main-column #popular_suggestions .popular_suggestions_posts .post a span.top_post {
    width: 340px;
  }
  .button-mobile {
    display: block;
  }
  #sidebar .sidebar-nav ul.menu li ul.sub-menu li a {
    background: white;
  }
  .button_sidebar_more {
    display: none;
  }
  #sidebar .sidebar-nav ul.menu li ul.sub-menu {
    display: none;
  }
  .sub-menu.noshow li:nth-child(n+5) {
    display: block;
  }
  .rs-button {
    display: none !important;
  }
  .post-img-big {
    width: 100%;
    height: 370px;
  }
  .container_content {
    margin-top: 0 !important;
    padding: 30px 0;
  }
  body#main_page {
    margin-top: 94px;
  }
  .container_header .site-header #polylang-4 {
    margin-left: 0;
    margin-top: 15px;
  }
  .container_header .site-header p.ru a span {
    font-size: 11px;
  }
  .container_header .site-header p {
    width: 190px;
  }
  
  .container_header .site-header p a img {
    width: 160px;
    display: block;
  }
  .container_header .site-header p a span {
    display: block;
    font-size: 14px;
    text-align: left;
  }
  .container_header .site-header #polylang-4 {
    
  }
  .container_contentm {
    background: #f9f9f9;
  }
  .container_content {
    zoom: 1;
    margin: 32px auto 0;
    
  }
 
  .container_content:before,
  .container_content:after {
    content: "";
    display: table;
  }
  .container_content:after {
    clear: both;
  }
  .container_content #sidebar {
    width: calc(100% - 40px);
    float: none;
    margin: 0 auto;
    max-width: 620px;
  }
  .container_content #sidebar h3 {
    padding: 12px 0;
    text-align: center;
    border: 1px solid #f7941d;
    margin-bottom: 20px;
    background: white;
  }
  .container_content #sidebar .sidebar-nav {
    margin-top: 0px;
  }
  .container_content #sidebar .sidebar-nav ul.menu li ul a {
    height: auto;
    line-height: 1;
    padding: 15px 5px;
    white-space: normal;
    width: calc(100% - 10px);
  }
  .container_content #sidebar .sidebar-nav ul.menu li a {
    padding: 0;
    height: 44px;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
  }
  .container_content .main-column {
    float: none;
    width: calc(100% - 20px);
    padding: 0 10px;
  }
  .container_content .main-column #popular_suggestions h3 {
    display: none;
  }
  .container_content .main-column #popular_suggestions .popular_suggestions_posts .post {
    width: 100%;
    margin-bottom: 6px;
  }
  .container_content .main-column .main-column-bottom {
    margin-top: 0;
    padding: 30px 10px;
  }
  .container_footer footer.site-footer {
    zoom: 1;
  }
  .container_footer footer.site-footer:before,
  .container_footer footer.site-footer:after {
    content: "";
    display: table;
  }
  .container_footer footer.site-footer:after {
    clear: both;
  }
  .container_footer footer.site-footer .poland,
  .container_footer footer.site-footer .czech,
  .container_footer footer.site-footer .slovakia {
    width: calc(100% - 20px);
    float: none;
    margin: auto;
  }
  .container_footer footer.site-footer .poland h3,
  .container_footer footer.site-footer .czech h3,
  .container_footer footer.site-footer .slovakia h3 {
    padding: 18px 0;
    text-align: center;
    border: 1px solid #f7941d;
  }
  .container_footer footer.site-footer .poland .menu_footer,
  .container_footer footer.site-footer .czech .menu_footer,
  .container_footer footer.site-footer .slovakia .menu_footer {
    display: none;
  }
  .container_footer footer.site-footer .poland {
    
  }
  .container_footer footer.site-footer .czech {
   /* margin: 22px auto 0;*/
  }
  .container_footer footer.site-footer .slovakia {
   /* margin: 20px auto 0;*/
  }
  .container_footer footer.site-footer .info-footer {
    width: 90%;
    float: none;
    margin: 0 auto;
  }
  .container_footer footer.site-footer .info-footer h3 {
    text-align: center;
    padding: 34px 0 0 0;
  }
  .container_footer footer.site-footer .info-footer .contacts_footer {
    zoom: 1;
  }
  .container_footer footer.site-footer .info-footer .contacts_footer:before,
  .container_footer footer.site-footer .info-footer .contacts_footer:after {
    content: "";
    display: table;
  }
  .container_footer footer.site-footer .info-footer .contacts_footer:after {
    clear: both;
  }
  .container_footer footer.site-footer .info-footer .contacts_footer .contacts_footer_top {
    float: left;
    margin: 20px 0 0 106px;
  }
  .container_footer footer.site-footer .info-footer .contacts_footer .contacts_footer_bottom {
    float: right;
    margin: 22px 134px 0px 0;
  }
  .container_footer footer.site-footer .info-footer .schedule_footer {
    margin-top: 4px;
  }
  .container_footer footer.site-footer .info-footer .schedule_footer .schedule_footer_top {
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  .button-mobile a {
    width: 100%;
  }
  .container_footer footer.site-footer .info-footer .contacts_footer .contacts_footer_top,
  .container_footer footer.site-footer .info-footer .contacts_footer .contacts_footer_bottom {
    float: none;
    margin: 0;
  }
  .container_footer footer.site-footer .info-footer h3 {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .button-mobile a:nth-child(2) {
    display: none !important;
  }
  img.alignleft,
  img.alignright {
    float: none;
    margin: 10px 0;
  }
  #main_page > div.container_nav{
      top: 83px;
  }
  .main-column-page-contacts .left-column .panel .info_block .mail_block p {
    width: 100%;
    margin: 5px 0;
  }
  .phone_block_one p {
    width: 100%;
  }
  .inscribe {
    width: calc(100% - 40px);
  }
  .container_content .main-column #popular_suggestions .popular_suggestions_posts .post a span.top_post {
    width: 98%;
  }
  .slider_main_text {
    top: 50px;
  }
  #slider_main .n2-ss-layer span {
    font-size: 28px !important;
  }
  .n2-ss-layer-add {
    font-size: 30px;
  }
   #slider_main {
    height: 190px;
  }
  #slider_main img {
    height: 190px;
  }
  .post-img-big {
    height: 280px;
  }
  body#main_page {
    margin-top: 84px;
  }
  .container_header .site-header #polylang-4 ul li a {
    font-size: 12px;
  }
  .container_header .site-header #polylang-4 ul li {
    width: 50px;
    margin-right: 5px;
  }
  .burger {
    margin-top: 30px;
    width: 30px;
  }
  .container_header .site-header #polylang-4 ul {
    width: 115px;
  }
  .container_header .site-header p.ru a span {
    font-size: 9px;
  }
  .container_header .site-header #polylang-4 ul li a img {
    width: 11px;
  }
  .container_header .site-header p a span {
    font-size: 11px;
  }
  .container_header .site-header p {
    width: 150px;
  }
  .container_header .site-header p a img {
    width: 120px;
  }
  .burger {
    margin-right: 10px;
  }
  .container_header .site-header #polylang-4 {
    margin-left: 10px;
  }
  .container_header .site-header p {
    
  }
}
@media screen and (max-width: 340px) {
  .container_header .site-header p {
    width: 130px;
  }
}
.inscribe .mfp-hide {
  color: #000;
}
 
@media screen and (max-width: 640px){
.container_content #sidebar nav.sidebar-nav {
    display: none;
}
}


body.js .no-js-title {
    display: none!important;
}
body.no-js ul.tabs_list{
    display: none!important;
}

body.no-js .no-js-title {
    font-size: 18px!important;
    font-weight: bold!important;
}

body.no-js div#information_info{
    display: block!important;
}