:root {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.clr {
  clear: both;
}

.flex, .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.inline-flex, .btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex.container:before, .flex.container:after, .flex.container-fluid:before, .flex.container-sm:before, .flex.container-md:before, .flex.container-lg:before, .flex.container-xl:before, .flex.container-xxl:before, .flex.container-fluid:after, .flex.container-sm:after, .flex.container-md:after, .flex.container-lg:after, .flex.container-xl:after, .flex.container-xxl:after, .flex.row:before, .flex.row:after {
  display: none;
}

.row {
  margin-left: calc(var(--bs-gutter-x) * -.5);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-bottom: calc(var(--bs-gutter-y) * -1);
}

.row::before,
.row::after {
  content: normal;
}

.row > * {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /*width: 100%;*/
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
  margin-bottom: var(--bs-gutter-y);
  position: static;
}

.no-gutters {
  --bs-gutter-x: 0px;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 768px) {
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

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

.flex-center, .btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-ver-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-ver-center, .btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-ver-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-fill {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-wrap, .row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.owl-carousel .owl-stage,
.tns-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.owl-carousel .owl-stage:after {
  content: normal;
}

.owl-carousel .owl-item {
  height: auto;
}

.owl-carousel .owl-item > * {
  height: 100%;
}

.owl-carousel .owl-dots .owl-dot span {
  background-color: #ffffff;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.tns-controls button[data-controls=prev],
.tns-controls button[data-controls=next] {
  font-size: 32px;
  text-indent: 0;
  overflow: hidden;
  margin-top: -.5em;
  padding: 0;
  background-image: none;
}

@media (min-width: 992px) {
  .owl-carousel.nav-lg-visible .owl-nav {
    display: block;
  }
}

@media (min-width: 1200px) {
  .owl-carousel.nav-between button.owl-prev {
    left: -50px;
  }

  .owl-carousel.nav-between button.owl-next {
    right: -50px;
  }
}

.owl-dots,
.tns-nav {
  margin-top: 10px;
}
.tns-nav,
.owl-dots {
  line-height: 0;
  width: 100%;
  text-align: center;
}

.tns-nav button,
.owl-carousel .owl-dots .owl-dot span {
  border: 0;
  font-size: 10px;
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  padding: 0;
}

.owl-carousel .owl-dots .owl-dot span {
  background-color: #f0f0f0;
  margin: 0;
}

.tns-nav .tns-nav-active,
.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #e9405f;
}

.tns-nav button,
.owl-carousel .owl-dots .owl-dot {
  margin: 0 3.5px;
}
.tns-nav button:first-child,
.owl-carousel .owl-dots .owl-dot:first-child {
  margin-left: 0;
}
.tns-nav button:last-child,
.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.innova-slider-wrap .tns-ovh {
  border-radius: 6px;
}

.svg-icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  min-width: 1em;
  -webkit-transition: fill .3s;
  transition: fill .3s;
  flex: 0 auto;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: currentColor;
}
symbol .stroke,
symbol [stroke],
symbol [stroke-width],
symbol [stroke-linecap],
symbol [stroke-linejoin] {
  stroke: currentColor;
  fill: none;
}
.svg-list {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.innova-slider .tns-ovh {
  border-radius: 6px;
}
.innova-slider button[data-controls=prev],
.innova-slider button[data-controls=next] {
  top: 0;
  width: 6vw;
  height: 100%;
  margin: 0;
}

.innova-slider button[data-controls=prev]::before,
.innova-slider button[data-controls=next]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.innova-slider button[data-controls=prev] {
  left: 0;
}

.innova-slider button[data-controls=prev]::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.innova-slider button[data-controls=next] {
  right: 0;
}

.innova-slider button[data-controls=next]::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.30) 100%);
}

.innova-slider button[data-controls=prev],
.innova-slider button[data-controls=next] {
  color: #fff;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.w-full {
  width: 100%;
}

.br-6 {
  border-radius: 6px;
}

.mt-2 {
  margin-top: 8px;
}

.mt-3 {
  margin-top: 12px;
}

.mt-5 {
  margin-top: 20px;
}

.mt-6 {
  margin-top: 24px;
}

.mt-8 {
  margin-top: 32px;
}

.mt-10 {
  margin-top: 40px;
}

.ml-2 {
  margin-left: 8px;
}

.ml-3 {
  margin-left: 12px;
}

.ml-7 {
  margin-left: 24px;
}

.ml-auto {
  margin-left: auto;
}

a,
a:link,
a:visited,
a:focus {
  text-decoration: none;
  border: 0;
}

h2 a,
h2 a:hover,
h2 a:link,
h2 a:visited ,
h2 a:focus {
  border-bottom: 1px solid transparent;
}
h2 a,
h2 a:hover,
h2 a:visited,
h2 a:focus  {
  color: #970e1d;
  border-bottom-color: #ffc1ca;
}

p {
  margin: 0px;
  padding: 0px 0px 13px;
}

.table-wrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2px 0px;
  margin: -2px 0;
}

/***HEADER***/
.header-wrapper {
  width: 100%;
  /*padding-top: 24px;*/
  /*padding-bottom: 23px;*/
}
.header-wrapper.fixed {
  position: absolute;
  top: 0;
  z-index: 100;
}
.header-wrapper.scrolled {
  position: fixed;
  top: 0;
}

.header .logo {
  display: table;
}

.header .logo .logo-pic {
  margin-right: 20px;
}

.header .tagline,
.header .location p {
  padding: 0px;
}

.header .location .map {
  float: right;
  margin-top: 20px;
}

.header .contacts {
  margin-top: -5px;
}

.header .contacts p {
  width: 100%;
  display: table;
  padding: 0px;
}

.header .contacts .icon {
  width: 20px;
  float: right;
  margin-left: 7px;
  margin-top: 2px;
}

.header .contacts .icon i {
  width: 20px;
  height: 20px;
  display: block;
}

.header .contacts .callback {
  float: right;
  margin-top: 6px;
}

.header-wrapper.scrolled .verhpolosa {
  height: auto;
  padding-top: 5px;
}
.header-wrapper.scrolled #header #logo {
  border: 0 !important;
  background-image: none;
  width: auto;
  height: auto;
  margin: 0;
}
.header-wrapper.scrolled #logo .header {
  display: block;
  margin-top: 0;
  line-height: 39px;
}
.header-wrapper.scrolled #logo .body {
  display: none;
}
.header-wrapper.scrolled .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-wrapper.scrolled #search {
  margin-top: 7px;
}
.header-wrapper .navbar {
  min-height: 0;
}
.header-wrapper .navbar-nav {
  height: auto;
}

/***TOP_MENU***/
.top-menu-wrapper,
.top-menu {
  width: 100%;
}

/***RIGHT_MENU***/
.menu-sitemap-tree {
  line-height: normal;
}
.content-wrapper .menu-sitemap-tree ul li {
  list-style-type: none;
}
.menu-sitemap-tree > ul ul {
  padding-left: 1em;
}
.menu-sitemap-tree li,
.menu-sitemap-tree > ul li ul {
  margin-top: 1em;
}
.menu-sitemap-tree ul > li:first-child {
  margin-top: 0;
}
.menu-sitemap-tree a {
  border-bottom: 1px solid #ccc;
}
.menu-sitemap-tree a:visited {
  border-bottom: 1px solid #e0b2e0;
}
.menu-sitemap-tree a:hover {
  border-bottom: 1px solid #fa97a2;
}

.float-right {
  float: right !important;
}

.container-fluid > .navbar-header {
  margin-left: 0;
  margin-right: 0;
}

.top-menu.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
}

.navbar {
  min-height: 56px;
  margin-bottom: 0px;
  position: relative;
}

.navbar-toggle {
  margin: 10px 0 10px 0px;
}

.navbar-brand {
  height: 56px;
  float: none;
  vertical-align: middle;
  padding-left: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.navbar-brand > img {
  max-height: 32px;
  display: inline-block;
}

.navbar-brand .logo-pic {
  margin-right: 10px;
}

.navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}

.navbar-nav {
  height: 56px;
  overflow: hidden;
}

.navbar-nav > li {
  position: static;
}

.navbar-nav > li > a {
  padding: 18px 16px;
}

/***SUBMENU***/
.dropdown-menu {
  left: auto;
  padding: 8px 0px;
}

.dropdown-menu > .dropdown > .dropdown-menu {
  left: 100%;
  top: -8px;
  margin: 0px;
}

.open > .dropdown-menu {
  display: none;
}

.dropdown-menu > li > a {
  padding: 0px 30px 0px 16px;
}

.navbar-default .caret {
  border: 0;
  font-size: 20px;
}

.dropdown-menu > li > a .caret {
  position: absolute;
  right: 5px;
  top: 30%;
  margin-top: -3px;
  border: 0;
  /*background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.06291 15.7071C6.67239 15.3166 6.67239 14.6834 7.06291 14.2929L11.3558 10L7.06291 5.70711C6.67239 5.31658 6.67239 4.68342 7.06291 4.29289C7.45344 3.90237 8.0866 3.90237 8.47713 4.29289L13.4771 9.29289C13.8677 9.68342 13.8677 10.3166 13.4771 10.7071L8.47713 15.7071C8.0866 16.0976 7.45344 16.0976 7.06291 15.7071Z" fill="%23FFE1DD"/></svg>');*/
}

/***LOCATION_CONTACTS***/
.loc-cont-buttons {
  margin-top: 12px;
  margin-bottom: 12px;
}

.loc-cont-buttons .col-xs-6:first-child,
.loc-cont-buttons .col-sm-6:first-child {
  padding-right: 3px;
}

.loc-cont-buttons .col-xs-6:last-child,
.loc-cont-buttons .col-sm-6:last-child {
  padding-left: 3px;
}

.loc-cont-buttons .btn {
  width: 100%;
  overflow: hidden;
}

.loc-cont-buttons .btn .caret {
  right: 25px;
}

.contacts-collapse {
  margin-left: -15px;
  margin-right: -15px;
}

.contacts-nav li p {
  width: 100%;
  display: table;
  margin: 0px;
  padding: 9px 15px 10px;
}

.contacts-nav li .icon,
.contacts-nav li .phone,
.contacts-nav li .call {
  display: table-cell;
  vertical-align: middle;
}

.contacts-nav li .icon {
  width: 20px;
  padding-right: 9px;
}

.contacts-nav li .icon i {
  width: 20px;
  height: 20px;
  display: block;
}

.contacts-nav li .call {
  width: 141px;
}

.contacts-nav li .callback {
  margin: 10px 15px 9px;
}

.contacts-nav li .callback .btn {
  width: 100%;
}

/***BLOCK_SLIDER***/
.slider-wrapper {
  width: 100%;
}

.slider {
  /*overflow: hidden;*/
}

.slider .slider-item {
  display: block;
  position: relative;
}

.slider .item-caption {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 73px;
}

.slider .item-title,
.slider .item-text {
  display: block;
}

.slider .item-text {
  margin-top: 11px;
  margin-bottom: 4px;
}

.slider .owl-prev,
.slider .owl-next {
  width: 60px;
  height: 80px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.slider .owl-prev {
  left: -60px;
}

.slider:hover .owl-prev {
  left: 0px;
}

.slider .owl-next {
  right: -60px;
}

.slider:hover .owl-next {
  right: 0px;
}

.slider .owl-prev.disabled,
.slider .owl-next.disabled {
  display: none;
}

.slider .owl-controls {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 32px;
}

.slider .owl-dots {
  position: absolute;
  bottom: 20px;
  right: 32px;
  width: auto;
  min-width: auto;
}

.slider .owl-dot {
  /*float: left;*/
  /*margin-right: 10px;*/
}

.slider .owl-dot:last-child {
  /*margin: 0px;*/
}

.slider .owl-dot span {
  /*width: 16px;*/
  /*height: 16px;*/
  /*display: block;*/
}

/***BLOCK_ADVANTAGES***/
.advantages {
  padding-top: 29px;
  padding-bottom: 12px;
}

.adv-caption {
  display: table;
  margin-bottom: 20px;
}

.adv-icon,
.adv-text {
  display: table-cell;
  vertical-align: middle;
}

.adv-icon {
  padding-right: 22px;
}

.advantages .col-md-3:first-child .adv-icon {
  padding-left: 24px;
}

/***BLOCK_SERVICES***/
/***SECTIONS***/
.services-wrapper {
  width: 100%;
}

.services {
  padding-top: 37px;
  padding-bottom: 31px;
}

.services .h1 {
  padding-bottom: 33px;
}

.services .col-md-3,
.services .col-sm-6,
.sections .col-md-3,
.sections .col-sm-6 {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.services .services-item,
.sections .section-item {
  width: 100%;
  display: table;
  margin-bottom: 29px;
}

.services-item .item-pic-wrapper,
.section-item .item-pic-wrapper {
  width: 100%;
  display: table;
  overflow: hidden;
}

.services-item .item-icon-wrapper,
.section-item .item-icon-wrapper {
  width: 180px;
  height: 180px;
  display: table;
  margin: 0px auto;
}

.services-item .item-icon,
.section-item .item-icon {
  display: table-cell;
  vertical-align: middle;
}

.services-item .item-caption,
.section-item .item-caption {
  width: 100%;
  display: table;
}

.services-item .item-title,
.section-item .item-title {
  margin-top: 18px;
}

.services-item .item-text,
.section-item .item-text {
  margin-top: 13px;
}

/***CONTENT***/
.content-wrapper {
  width: 100%;
}

.content-wrapper.internal {
  padding-top: 21px;
  /*padding-bottom: 64px;*/
}

.content {
  padding-top: 57px;
  padding-bottom: 66px;
}

h1,
.h1,
h2,
.h2 {
  /*margin: 0px;*/
  /*padding-top: 32px;*/
  margin-bottom: 1em;
}

.container.mt-5 h1 {
  margin-bottom: 0;
}

/***BREADCRUMBS***/
.breadcrumb {
  width: 100%;
  display: table;
  margin-bottom: 0px;
  padding: 0px;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .separate {
  float: left;
  margin-right: 8px;
}

/***SHARE***/
.share {
  width: 100%;
  display: table;
  padding-top: 14px;
}

/***BLOCK_GALLERY***/
.gallery-wrapper {
  width: 100%;
}

.gallery {
  padding-top: 37px;
  padding-bottom: 34px;
}

.gallery.no_h1 {
  padding-top: 64px;
}

.gallery .h1 {
  padding-bottom: 33px;
}

.gallery .gallery-item {
  display: block;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.gallery .item-image {
  display: block;
}

.gallery .item-image:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.gallery .gallery-item:hover .item-image:after {
  opacity: 1;
}

.gallery .item-caption-wrap {
  width: 100%;
  display: table;
  position: absolute;
  left: 0;
  top: 100%;
}

.gallery .gallery-item:hover .item-caption-wrap {
  top: 0;
}

.gallery .item-caption {
  display: table-cell;
  vertical-align: middle;
  padding-top: 6px;
}

.gallery .item-title,
.gallery .item-text {
  display: block;
}

.gallery .item-text {
  margin-top: 7px;
}

.gallery .gallery-item-bg {
  margin-bottom: 30px;
}

/***BLOCK_NEWS***/
.news-wrapper {
  width: 100%;
}

/*.news {
  padding-top: 37px;
  padding-bottom: 64px;
}*/

.news.last {
  padding-bottom: 32px;
}

.news .h1 {
  padding-bottom: 33px;
}

/*.news [class*="col-md-"] {
	float: none;
	display: inline-block;
	vertical-align: top;
}*/

.news .news-item {
  width: 100%;
  /*display: table;*/
  margin-bottom: 32px;
}

.news .item-pic-wrapper {
  width: 100px;
  /*display: table-cell;*/
  vertical-align: top;
}

.news .item-pic {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

.news .item-pic img {
  width: auto;
  max-width: 100px;
  height: auto;
  max-height: 100px;
}

.news .item-caption {
  display: table-cell;
  vertical-align: top;
  padding-left: 18px;
}

.news .item-date {
  display: table;
  margin-top: 8px;
}

.news .item-title {
  margin-top: 5px;
}

.news .all-news {
  display: table;
  margin: 0px auto;
}

/***BLOCK_SITE_CLOSED***/
.site-closed-outer {
  width: 100%;
  height: 520px;
  display: table;
}

.site-closed-inner {
  display: table-cell;
  vertical-align: middle;
}

.site-opening .h2 {
  padding-top: 9px;
}

.site-opening {
  display: table;
  margin: 0px auto;
}

.site-opening .countdown-row {
  display: block;
}

.site-opening .countdown-section {
  width: 80px;
  display: inline-block;
  margin-right: 10px;
}

.site-opening .countdown-section:last-child {
  margin: 0px;
}

.site-opening .countdown-amount,
.site-opening .countdown-period {
  display: block;
}

.site-opening .countdown-period {
  margin-top: 2px;
}

.site-opening .countdown-period .short {
  display: none;
}

/***BLOCK_LOCATION***/
.map-wrapper {
  width: 100%;
  position: relative;
}

.map-caption {
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 0px 32px 32px;
  position: relative;
  left: -32px;
  z-index: 2;
}

.map-caption .h1 {
  padding-top: 23px;
  padding-bottom: 14px;
}

.map-caption .address p {
  padding: 0px;
}

.map-caption .contacts {
  margin-top: 18px;
}

.map-caption .contacts p {
  width: 100%;
  display: table;
  padding: 0px;
}

.map-caption .contacts .icon {
  width: 20px;
  float: left;
  margin-right: 7px;
  margin-top: 2px;
}

.map-caption .contacts .icon i {
  width: 20px;
  height: 20px;
  display: block;
}

.map-caption .contacts .callback {
  display: table;
  margin-top: 23px;
}

.map-direction {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.map-direction div {
  width: 100%;
  height: 100%;
}

/***FEEDBACK***/
.feedback-wrapper {
  width: 100%;
}

.feedback {
  padding-top: 37px;
  padding-bottom: 52px;
}

.feedback .h1 {
  padding-bottom: 33px;
}

.feedback .form-group-checkbox {
  display: table;
  margin: 0 auto;
  padding: 0 42.5px;
}

/***FOOTER***/
.footer-wrapper {
  width: 100%;
  padding-top: 29px;
  padding-bottom: 32px;
}

.footer {
  margin-bottom: 2em;
}
.footer #logo {
  margin-bottom: 20px;
}
.footer-copyright.rollable .text {
  max-height: 3.8em;
  overflow: hidden;
}
.footer-copyright.rolled .text {
  max-height: 100%;
}
.footer-copyright .toggle {
  display: inline-block;
}
.footer-copyright:not(.rollable) .toggle,
.footer-copyright.rolled .toggle .lbl-show,
.footer-copyright:not(.rolled) .toggle .lbl-hide {
  display: none;
}

  /***JOIN_US***/
.join-us {
  float: left;
  margin-bottom: 0px;
  padding-left: 0px;
}

.join-us li {
  float: left;
  display: table;
  margin-right: 5px;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}

.join-us li:last-child {
  margin-right: 0px;
}

.join-us li a {
  width: 30px;
  height: 30px;
  display: table-cell;
  vertical-align: middle;
}

/***FOOTER_MENU***/
.footer-menu {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu > li {
  float: left;
}

.footer-menu > li > a {
  display: block;
}

/***FOOTER_DEVELOPER***/
.footer .developer {
  float: right;
  padding-right: 42px;
  position: relative;
}

.footer .developer .logo {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0px;
  top: 2px;
}

/***PREVIEW***/
.preview {
  margin-bottom: 36px;
}

/***DESCRIPTION***/
.description {
  margin-top: 30px;
}

/***SERVICES_LIST***/
/***GALLERY_LIST***/
.services-sect-list .row:first-child,
.gallery-sect-list .row:first-child {
  padding-top: 0px;
  padding-bottom: 31px;
}

.services-sect-list .row:last-child,
.gallery-sect-list .row:last-child {
  padding-top: 0px;
  padding-bottom: 0px;
}

/***SERVICES_DETAIL***/
.services-detail-banner {
  width: 100%;
  margin-top: 36px;
  margin-bottom: 16px;
}

/***NEWS_LIST***/
.news-list .news {
  padding-top: 0px;
  padding-bottom: 0px;
}

/***DETAIL_BLOCKS***/
.detail-blocks-wrapper > div:first-child {
  margin-top: -24px;
}

/***FILES_DOCS***/
.files-docs-wrapper {
  width: 100%;
}

.files-docs {
  padding-top: 17px;
  padding-bottom: 38px;
}

.files-docs .h2 {
  padding-bottom: 33px;
}

.files-docs .col-md-3,
.files-docs .col-sm-6 {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.files-docs .files-docs-item {
  display: table;
  margin-bottom: 20px;
}

.files-docs .item-icon,
.files-docs .item-caption {
  display: table-cell;
  vertical-align: top;
}

.files-docs .item-icon {
  padding-right: 18px;
}

.files-docs .item-name {
  display: block;
  margin-top: 7px;
}

.files-docs .item-size {
  display: block;
  margin-top: 3px;
}

/***PAGINATION***/
.pagination {
  display: table;
  margin: 20px auto 0px;
}

.services .pagination {
  margin-top: 11px;
}

.gallery .pagination {
  margin-top: 10px;
}

.pagination > li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 6px;
}

.pagination > li:last-child {
  padding-right: 0px;
}

.pagination > li > a,
.pagination > li > span {
  margin: 0px;
  padding: 0px;
}

/***SCROLL_UP***/
.scroll-up {
  width: 40px;
  height: 40px;
  display: none;
  position: fixed;
  right: 24px;
  bottom: 22px;
  z-index: 2;
}

/***MODAL***/
.modal-dialog {
  width: 374px;
}

.modal-content {
  overflow: hidden;
}

.modal-header {
  width: 100%;
  display: table;
  padding: 25px 32px 28px;
}

.modal-title,
.modal-close {
  display: table-cell;
  vertical-align: middle;
}

.modal-close {
  width: 15px;
}

.modal-body {
  padding: 21px 32px 20px;
}

.modal-caption {
  display: block;
  margin-bottom: 21px;
}

/***FORMS***/
.form-group {
  margin-bottom: 12px;
}

.form-control {
  height: 36px;
  padding-top: 0px;
  padding-bottom: 0px;
}

textarea.form-control {
  width: 100%;
  height: 84px;
  padding-top: 6px;
  padding-bottom: 6px;
  resize: none;
  overflow: hidden;
}

.form-control-feedback {
  height: 36px;
}

.form-group-checkbox .form-control-feedback {
  height: auto;
}

.has-success .form-control-feedback.fv-icon-no-has,
.has-error .form-control-feedback.fv-icon-no-has {
  display: none;
}

.form-group.captcha {
  width: 100%;
  display: table;
}

.form-group.captcha .pic,
.form-group.captcha input {
  display: table-cell;
  vertical-align: top;
}

.form-group.captcha .pic {
  width: 100px;
  padding-right: 10px;
}

.form-group .btn {
  width: 100%;
}

.form-group.no-captcha .btn {
  height: 84px;
}

.form-group .checkbox {
  margin: 0;
  padding: 0;
}

.form-group .checkbox label {
  min-height: auto;
  display: table;
  margin: 0;
  padding: 0;
}

.form-group .checkbox input {
  margin: 0;
  z-index: -1;
}

.form-group .checkbox .check-cont {
  display: table-cell;
  vertical-align: top;
}

.form-group .checkbox .check {
  width: 18px;
  height: 18px;
  display: block;
}

.form-group .checkbox .check i {
  display: none;
}

.form-group .checkbox input:checked + .check-cont .check i {
  display: inline-block;
}

.form-group .checkbox .check-title {
  display: table-cell;
  vertical-align: middle;
  padding-left: 9px;
}

.help-block {
  margin-top: 7px;
  margin-bottom: 0px;
}

.alert {
  margin-top: 3px;
  margin-bottom: 21px;
  padding: 9px 12px 12px;
}

/***BUTTONS***/
.btn {
  padding: 10px 17px;
}

.btn i {
  padding-right: 10px;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 10px;
}

.advretising-bnr-row img {
  width: 100%;
  height: auto;
}

.audio-block {
  display: inline-block;
  vertical-align: middle;
}
.content-wrapper .audio-block {
  margin-top: 1em;
  margin-bottom: 1em;
}

.content-wrapper ul li,
.content-wrapper ol li {
  list-style-position: inside;
}
.content-wrapper ul li {
  list-style-type: disc;
}
.content-wrapper ol li {
  list-style-type: numeric;
}

.video-row iframe {
  aspect-ratio: 3 / 2;
}

/***<390px***/
@media screen and (max-width: 389px) {

  /***LOCATION_CONTACTS***/
  .contacts-nav li .call {
    width: auto;
  }

  .contacts-nav li .call .btn i {
    padding: 0px;
  }

  .contacts-nav li .call .btn span {
    display: none;
  }
}

/***<768px***/
@media screen and (max-width: 767px) {
  /*.container {*/
  /*padding-left: 16px;*/
  /*padding-right: 16px;*/
  /*}*/
  /*.row {*/
  /*margin-left: -16px;*/
  /*margin-right: -16px;*/
  /*}*/
  /*.col-md-2,*/
  /*.col-md-3,*/
  /*.col-md-4,*/
  /*.col-md-6,*/
  /*.col-md-12 {*/
  /*width: 100%;*/
  /*float: left;*/
  /*padding-left: 16px;*/
  /*padding-right: 16px;*/
  /*}*/
  #cboxClose {
    top: -25px;
    right: -25px;
  }
  #cboxPrevious,
  #cboxNext {
    width: 20px;
  }
  #cboxPrevious {
    left: -25px;
  }
  #cboxNext {
    right: -25px;
  }
  .col-xs-6 {
    width: 50%;
  }
  .header-wrapper .verhpolosa{
    height: auto;
    padding-top: 5px;
  }
  .header-wrapper #header {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header-wrapper #logo .header,
  .header-wrapper.scrolled #logo .header {
    line-height: 32px;
  }
  .header-wrapper #search,
  .header-wrapper.scrolled #search {
    margin-top: 0;
  }
  .header-wrapper .navbar-toggle {
    margin-top: 0;
    margin-bottom: 0;
  }
  .header-wrapper .navbar-collapse {
    max-height: calc(100vh - 71px);
    overflow: auto;
  }
  #logo {
    font-size: 1em;
    border: 0 !important;
    background-image: none !important;
    height: auto;
    width: auto;
    margin: 0;
  }
  #logo > div.header {
    line-height: 57px
  }
  #header #logo {
    margin: 0;
  }
  .footer #logo {
    width: auto;
    height: auto;
    color: inherit;
  }
  .footer #logo .header {
    font-size: 2em;
    line-height: 1;
    margin-top: 0;
  }

  /***TOP_MENU***/
  /*.container>.navbar-header {*/
  /*margin-left: 16px;*/
  /*margin-right: 16px;*/
  /*}*/
  .visible-xs.navbar-brand {
    display: table-cell !important;
  }

  .navbar-collapse {
    padding: 0px;
    position: absolute;
    left: 0px;
    margin: 0px;
    width: 100%;
    top: 100%;
    white-space: normal;
  }
  body:not(.special) .navbar-collapse {
    background-image: linear-gradient(to right, rgb(216, 10, 88) 0%, rgb(230, 110, 30) 100%);
  }

  .navbar-nav {
    margin: 0;
  }
  .navbar {
    position: static;
  }
  .dropdown-menu>li>a {
    white-space: normal;
  }

  /***SUBMENU***/
  .dropdown-menu {
    padding: 0px;
  }

  /***LOCATION_CONTACTS***/
  .contacts-collapse {
    margin-left: -16px;
    margin-right: -16px;
  }

  .contacts-nav li p {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contacts-nav li .callback {
    margin-left: 16px;
    margin-right: 16px;
  }

  /***BLOCK_SLIDER***/
  .slider {
    /*height: 160px;*/
  }

  .slider .slider-item {
    height: 160px !important;
  }

  .slider .item-caption {
    bottom: 13px;
  }

  .slider .item-text {
    margin-top: 2px;
    margin-bottom: 8px;
  }

  .slider .owl-prev,
  .slider .owl-next {
    display: none !important;
  }

  .slider .owl-dots {
    /*display: none;*/
    right: 0;
    bottom: 0;
  }

  /***BLOCK_ADVANTAGES***/
  .advantages {
    padding-top: 21px;
    padding-bottom: 9px;
  }

  .adv-caption {
    margin-bottom: 12px;
  }

  .advantages .col-md-3:first-child .adv-icon {
    padding-left: 0px;
  }

  .adv-icon {
    padding-right: 18px;
  }

  /***BLOCK_SERVICES***/
  /***SECTIONS***/
  .services {
    padding-top: 25px;
    padding-bottom: 8px;
  }

  .services .h1 {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .services .col-md-3,
  .services .col-sm-6,
  .sections .col-md-3,
  .sections .col-sm-6 {
    float: left;
    display: block;
  }

  .services .services-item,
  .sections .section-item {
    margin-bottom: 21px;
  }

  .services-item .item-icon-wrapper,
  .section-item .item-icon-wrapper,
  .services-item .item-pic-wrapper,
  .section-item .item-pic-wrapper {
    width: 98px;
    height: auto;
    display: table-cell;
    vertical-align: top;
    padding-right: 18px;
  }

  .services-item .item-icon,
  .section-item .item-icon {
    width: 80px;
    height: 80px;
  }

  .services-item .item-caption,
  .section-item .item-caption {
    width: auto;
    display: table-cell;
    vertical-align: top;
  }

  .services-item .item-title,
  .section-item .item-title {
    margin-top: 3px;
  }

  .services-item .item-text,
  .section-item .item-text {
    margin-top: 10px;
  }

  /***CONTENT***/
  .content-wrapper.internal {
    padding-top: 1px;
    padding-bottom: 32px;
  }

  .content {
    padding-top: 25px;
    padding-bottom: 16px;
  }

  h1,
  .h1,
  h2,
  .h2 {
    /*padding-top: 0px;*/
    /*padding-bottom: 9px;*/
  }

  /***SHARE***/
  .share {
    padding-top: 12px;
  }

  /***BLOCK_GALLERY***/
  .gallery {
    padding: 25px 13px 26px;
  }

  .gallery.no_h1 {
    padding-top: 32px;
  }

  .gallery .h1 {
    padding-bottom: 20px;
  }

  .gallery .col-md-12,
  .gallery .col-xs-6 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .gallery .gallery-item {
    margin-bottom: 6px;
  }

  .gallery .item-text {
    margin-top: 4px;
  }

  .gallery .gallery-item-bg {
    margin-bottom: 6px;
  }

  /***BLOCK_NEWS***/
  ./* news {
    padding-top: 25px;
    padding-bottom: 32px;
  } */

  .news.last {
    padding-bottom: 8px;
  }

  .news .h1 {
    padding-bottom: 20px;
  }

  .news .news-item {
    margin-bottom: 21px;
  }

  .news .item-pic-wrapper {
    width: 80px;
  }

  .news .item-pic {
    width: 80px;
    height: 80px;
  }

  .news .item-pic img {
    max-width: 80px;
    max-height: 80px;
  }

  .news .item-date {
    margin-top: 2px;
  }

  /***PAGINATION***/
  .pagination > li {
    padding-right: 15px;
  }

  /***BLOCK_SITE_CLOSED***/
  .site-closed-outer {
    height: auto;
    padding-top: 25px;
    padding-bottom: 28px;
  }

  .site-opening .h2 {
    padding-top: 0px;
  }

  .site-opening .countdown-section {
    width: 50px;
    margin-right: 5px;
  }

  .site-opening .countdown-period .short {
    display: block;
  }

  .site-opening .countdown-period .full {
    display: none;
  }

  /***BLOCK_LOCATION***/
  .map-caption {
    padding: 25px 0px 32px;
  }

  .map-caption .h1 {
    padding-top: 0px;
    padding-bottom: 9px;
  }

  .map-caption .contacts {
    margin-top: 13px;
  }

  .map-caption .contacts p {
    padding-bottom: 4px;
  }

  .map-caption .contacts .icon {
    margin-top: 0px;
  }

  .map-caption .contacts .callback {
    margin-top: 12px;
  }

  .map-direction {
    height: 320px;
  }

  /***FEEDBACK***/
  .feedback {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .feedback .h1 {
    padding-bottom: 19px;
  }

  /***FOOTER***/
  .footer-wrapper {
    padding-top: 21px;
    padding-bottom: 24px;
  }

  .footer-menu,
  .join-us,
  .footer .developer {
    float: none;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-menu,
  .join-us {
    margin-top: 12px;
  }

  .footer .developer {
    margin-top: 16px;
  }

  /***PREVIEW***/
  .preview {
    margin-bottom: 21px;
  }

  /***DESCRIPTION***/
  .description {
    margin-top: 27px;
  }

  /***SERVICES_LIST***/
  /***GALLERY_LIST***/
  .services-sect-list .row:first-child,
  .gallery-sect-list .row:first-child {
    padding-bottom: 8px;
  }

  /***SERVICES_DETAIL***/
  .services-detail-banner {
    height: 130px !important;
    margin-top: 15px;
    margin-bottom: 13px;
  }

  /***DETAIL_BLOCKS***/
  .detail-blocks-wrapper > div:first-child {
    margin-top: 0px;
  }

  /***FILES_DOCS***/
  .files-docs {
    padding-top: 13px;
    padding-bottom: 8px;
  }

  .files-docs .h2 {
    padding-bottom: 21px;
  }

  .files-docs .col-md-3,
  .files-docs .col-sm-6 {
    float: left;
    display: block;
  }

  .files-docs .files-docs-item {
    margin-bottom: 21px;
  }

  .files-docs .item-name {
    margin-top: 3px;
  }

  .files-docs .item-size {
    margin-top: 7px;
  }

  /***PAGINATION***/
  .gallery .pagination {
    margin-top: 26px;
  }

  /***MODAL***/
  .modal-dialog {
    width: auto;
  }
  
  .innova-slider button[data-controls=prev],
  .innova-slider button[data-controls=next] {
    width: 10vw;
  }
  .innova_slider_inner {
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 5vw;
  }
  .innova_iblockgallery_grid, .video-row {
    --bs-gutter-y: 0;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .advretising-bnr-row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
  }

  .content-wrapper iframe {
    max-width: 100%;
    aspect-ratio: 500 / 315;
    height: auto;
  }
}

/***768px-991px***/
@media (min-width: 768px) and (max-width: 991px) {

  /***TOP_MENU***/
  .top-menu .container {
    width: auto;
  }

  /*.container-fluid>.navbar-collapse,*/
  /*.container-fluid>.navbar-header,*/
  /*.container>.navbar-collapse,*/
  /*.container>.navbar-header {*/
  /*margin-left: -15px;*/
  /*margin-right: -15px;*/
  /*}*/
  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .visible-sm.navbar-brand {
    display: table-cell !important;
  }

  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .navbar-nav,
  .navbar-nav > li {
    float: none;
  }

  /***SUBMENU***/
  .navbar-nav .open .dropdown-menu {
    width: auto;
    float: none;
    padding: 0px;
    position: static;
  }

  /***LOCATION_CONTACTS***/
  .loc-cont-buttons-wrapper.container {
    width: auto;
  }

  /***BLOCK_ADVANTAGES***/
  .advantages .col-md-3:first-child .adv-icon {
    padding-left: 0px;
  }

  /***BLOCK_SITE_CLOSED***/
  .site-closed {
    height: auto;
    padding-top: 37px;
    padding-bottom: 60px;
  }

  /***BLOCK_LOCATION***/
  .map-caption {
    padding: 32px 0px 64px;
  }

  .map-direction {
    height: 400px;
  }

  /***JOIN_US***/
  /***DEVELOPER***/
  .join-us,
  .footer-menu,
  .footer .developer {
    margin-top: 10px;
  }
}

/***<992px***/
@media screen and (max-width: 991px) {

  /***CARET***/
  .caret,
  .navbar-nav .dropdown > a .caret:after {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -2px;
  }

  .navbar-nav .dropdown > a .caret {
    width: 20px;
    height: 100%;
    margin: 0px;
    right: 10px;
    top: 0;
  }

  /***TOP_MENU***/
  .navbar-nav {
    height: auto;
  }

  .navbar-nav > li > a {
    padding-right: 40px;
  }

  /***SUBMENU***/
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 40px 9px 16px;
    position: relative;
  }

  .dropdown-menu > .open > .dropdown-menu > li > a {
    padding-left: 24px;
  }

  /***FANCYBOX***/
  .fancybox-nav span {
    visibility: visible;
  }

  /***BLOCK_NEWS***/
  .news [class*="col-md-"] {
    width: 100%;
    float: left;
    display: block;
  }

  /***BLOCK_LOCATION***/
  .map-wrapper {
    position: static;
  }

  .map-caption {
    margin: 0px;
    position: static;
    z-index: auto;
  }

  .map-caption .contacts .call {
    display: none;
  }

  .map-direction {
    position: static;
    z-index: auto;
  }

  .innova_slider_inner .innova_slide_innerH1 {
    font-size: 1.5em;
    margin-top: -1.5em;
  }
}

@media (min-width: 992px) {
  .owl-carousel.nav-lg-visible .owl-nav {
    display: block;
  }
}

/***992px-1199px***/
@media (min-width: 992px) and (max-width: 1199px) {

  /***HEADER***/
  .header .logo img {
    max-height: 51px;
  }
}

/***>=769px***/
@media (min-width: 769px) {
  .footer #logo {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
/***>=992px***/
@media (min-width: 992px) {

  /***HEADER***/
  .header,
  .head-blocks {
    width: 100%;
    display: table;
  }

  .header [class*="col-md-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }

  .head-blocks .col-md-6 {
    vertical-align: top;
  }

  /***FOOTER***/
  .footer {
    /*width: 100%;*/
    /*display: table;*/
  }

  /*.footer>[class*="col-md-"] {*/
  /*float: none;*/
  /*display: table-cell;*/
  /*vertical-align: middle;*/
  /*}*/
}

.new_slider_wrap {
  display: flex;
  justify-content: center;
}

.new_slider_wrap_left {
  width: 65%;
}

.new_slider_wrap_right {
  width: 35%;
  padding: 0 0 0 20px !important;
}

.new_slider_wrap_right a {
  display: block;
  height: 100%;
}

.new_slider_wrap_right img {
  padding: 0;
  background-size: cover;
  width: 100%;
}

.owl-carousel {
  height: auto !important;
}

.slider {
  /*height: 405px;*/
  position: relative;
}

.slider-wrapper {
  /*height: 425px;*/
}

.owl-carousel .owl-stage-outer {
  height: auto;
}
.owl-carousel img.colorbox {
  margin: 0;
}

.slider .owl-dots {
  /*top: 0 !important;*/
  /*bottom: 20px;*/
}

body:not(.special) .special-text {
  display: none;
}

#colorbox.cbox-content #cboxLoadedContent {
  padding: 30px;
  background-color: #fff;
}
/*#colorbox.cbox-content #cboxClose {
  text-indent: 0;
  top: 10px;
  right: 10px;
  width: 1em;
  height: 1em;
  font-size: 24px;
  color: #000;
  background-image: none;
  stroke-width: 3px;
}*/

.file-link {
  display: inline-block;
}
.content-wrapper .file-list li {
  list-style-type: none;
}

/* @media screen and (max-width:1076px) {
	.new_slider_wrap_right img {
		height: auto;
		display: block;
		margin: 0 auto;
	}

} */

.after_menu img {
  max-width: 100%;
}

.fotorama__caption__wrap {
  color: #fff;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.usefull-links a {
  border-radius: 6px;
  border: 1px solid #EEE;
}
.usefull-links a:not(:hover) img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.culture-menu-item {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: 6px;
}

.culture-menu-item:link {
  color: #000;
}
.culture-menu-item,
.culture-menu-item:link,
.culture-menu-item:visited {
  border: 1px solid #DEDEDE;
}
.culture-menu-item img {
  margin-right: 4px;
}
.culture-menu-item span {
  padding: 10px 12px;
}

.fotorama__thumb,
.fotorama__thumb-border,
.fotorama__stage__frame,
.fotorama__stage__frame img
{
 border-radius: 6px !important;
}