

/* Start:/local/templates/tyanitolkai/assets/css/slick.css?16528839711729*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

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

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/tyanitolkai/assets/js/fancybox/jquery.fancybox.css?165288397117845*/
@charset "UTF-8";
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

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

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none; }

.fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }
/* End */


/* Start:/local/templates/tyanitolkai/assets/css/ion.tabs.css?16528839711313*/
/* Ion.Tabs
// css version 1.0.0
// by Denis Ineshin | ionden.com
// ===================================================================================================================*/

/* =====================================================================================================================
// Ion.Tabs: Base */

.ionTabs {
    position: relative;
}
    .ionTabs__head {
        position: relative; display: block;
        list-style-type: none;
        margin: 0; padding: 0;
        z-index: 1;
    }
    .ionTabs__head:before, .ionTabs__head:after {content: ""; display: table;}
    .ionTabs__head:after {clear: both;}
    .ionTabs__head {zoom: 1;}

        .ionTabs__tab {
            position: relative;
            display: block; float: left;
            list-style-type: none;
            background: none;
            margin: 0; padding: 0;
            cursor: pointer;
        }
            .ionTabs__tab.ionTabs__tab_state_active {
                cursor: default;
            }

    .ionTabs__body {
        position: relative;
        z-index: 2;
    }

    .ionTabs__item {
        position: relative;
        display: none;
    }
        .ionTabs__item.ionTabs__item_state_active {
            display: block;
        }

    .ionTabs__preloader {
        position: relative;
    }
/* End */


/* Start:/local/templates/tyanitolkai/assets/css/styles.css?175082680589269*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

::selection {
  background: #004581;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #004581;
  color: #FFF;
  text-shadow: none;
}

* {
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

*::before,
*::after {
  box-sizing: border-box;
}

*:focus,
*:active,
a,
img {
  outline: none !important;
}

b,
strong {
  font-weight: bold;
}



@font-face {
  font-family: 'Calibri';
  font-style: italic;
  font-weight: 400;
  src: local('Calibri Italic'), local('Calibri-Italic'), url(https://fonts.gstatic.com/l/font?kit=J7adnpV-BGlaFfdAhLQo6btPMDoTpA&skey=36a3d5758e0e2f58&v=v9) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Calibri';
  font-style: italic;
  font-weight: 700;
  src: local('Calibri Bold Italic'), local('Calibri-BoldItalic'), url(https://fonts.gstatic.com/l/font?kit=J7aYnpV-BGlaFfdAhLQgUp5aHRgejiMIKQ&skey=8b00183e5f6700b6&v=v9) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 400;
  src: local('Calibri'), url(https://fonts.gstatic.com/l/font?kit=J7afnpV-BGlaFfdAhLEY67FIEjg&skey=a1029226f80653a8&v=v9) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 700;
  src: local('Calibri Bold'), local('Calibri-Bold'), url(https://fonts.gstatic.com/l/font?kit=J7aanpV-BGlaFfdAjAo9_pxqHxIZrCE&skey=cd2dd6afe6bf0eb2&v=v9) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html,
body {
  background: #fff;
  color: #111;
  height: 100%;
  font-family: 'Calibri', Segoe, "Segoe UI", Arial, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
}

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

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Fira Sans', Arial, sans-serif;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.4;
  color: inherit;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  font-weight: 700;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #111;
}

.h1,
h1 {
  font-size: 2.5rem;
  margin-bottom: 40px;
}

.h2,
h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.h3,
h3 {
  font-size: 1.75rem;
  margin-bottom: 20px;
}

.h4,
h4 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.h5,
h5 {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.h6,
h6 {
  font-size: 1rem;
  margin-bottom: 20px;
}

img,
svg {
  vertical-align: middle;
}

.underline {
  position: relative;
  padding-bottom: 20px;
}

.underline:before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #004581;
  position: absolute;
  bottom: 0;
  left: 0;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

body.disabled-scroll,
html.disabled-scroll {
  overflow: hidden;
}

p {
  width: 100%;
}

p:not(:last-child) {
  margin: 0;
  margin-bottom: 1.875rem;
}

p.bold {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.47;
  text-align: left;
}

img {
  vertical-align: middle;
}

img[align="left"],
img[align="right"],
img[align="center"] {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
  padding: 5px;
  border: 1px solid #e3e3e3;
}

img[align="right"] {
  margin-right: 0;
  margin-left: 30px;
}

.btn {
  border: none;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #f48726;
  padding: 12px 20px;
  height: 44px;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-family: 'Fira Sans', Arial, sans-serif;
  position: relative;
  cursor: pointer;
  margin: 0 14px 7px;
}

.btn svg {
  margin-top: -2px;
  vertical-align: top;
  margin: 0 10px;
}

.btn svg:first-child:not(:last-child) {
  margin-left: 0;
}

.btn svg:last-child:not(:first-child) {
  margin-right: 0;
}

.btn:before,
.btn:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
}

.btn:before {
  left: -13px;
  border-bottom: 44px solid #f48726;
  border-left: 14px solid transparent;
}

.btn:after {
  right: -13px;
  border-top: 44px solid #f48726;
  border-right: 14px solid transparent;
}

.btn:hover {
  cursor: pointer;
  color: #fff;
  background-color: #f4a741;
}

.btn:hover svg g {
  fill: #fff !important;
}

.btn:hover:before {
  border-bottom-color: #f4a741;
}

.btn:hover:after {
  border-top-color: #f4a741;
}

.btn_blue {
  background-color: #3fc7f1;
}

.btn_blue:before {
  border-bottom-color: #3fc7f1;
}

.btn_blue:after {
  border-top-color: #3fc7f1;
}

.btn_blue:hover {
  background-color: #57d3f9;
}

.btn_blue:hover:before {
  border-bottom-color: #57d3f9;
}

.btn_blue:hover:after {
  border-top-color: #57d3f9;
}

a {
  color: #004581;
  text-decoration: underline;
}

a:hover {
  color: #f48726;
}

blockquote {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.5rem;
  padding: 45px 40px 45px 80px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
  position: relative;
  background-image: url('/local/templates/tyanitolkai/assets/css/../images/quote.svg');
  background-position: 32px 45px;
  background-repeat: no-repeat;
  width: auto;
  margin-left: -30px;
  margin-right: -30px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

body.disableScroll {
  overflow: hidden;
}

.hide {
  display: none;
}

label.styler {
  width: 100%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  max-width: 260px;
}

label.styler.wide {
  max-width: 100%;
}

label.styler span {
  font-size: 11px;
  line-height: 15px;
  color: #999;
  margin-top: 5px;
  display: block;
  cursor: text;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label.styler>span.label {
  color: #999;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 7px;
  transform: translateY(-22px);
  margin: 0;
  transition: transform .2s ease;
  will-change: transform;
}

label.styler>span.label h1,
label.styler>span.label h2,
label.styler>span.label h3,
label.styler>span.label h4,
label.styler>span.label h5,
label.styler>span.label h6 {
  color: #000;
  margin-top: -2px;
}

label.styler p {
  font-size: 0.875rem;
  color: #000;
  margin: 0;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="email"],
textarea {
  font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  width: 100%;
  height: 50px;
  border: 1px solid #dbe3e4;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background: #fefefe;
  padding: 3px 15px 0;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: #ccc;
}

form.form {
  display: block;
}

form.form input[type="text"],
form.form input[type="number"],
form.form input[type="password"],
form.form input[type="email"],
form.form textarea {
  margin-bottom: 18px;
}

form.form a {
  text-decoration: none;
}

div.jq-selectbox+span.label {
  transform: translateY(0);
}

div.jq-selectbox.opened+span.label,
div.jq-selectbox.changed+span.label {
  transform: translateY(-22px);
}

input[value=""]+span.label {
  transform: translateY(0);
  top: 7px;
}

textarea {
  width: 100%;
  max-width: 100%;
  resize: none;
  height: auto;
  border: 1px solid #e0e0e0;
  padding: 15px;
  min-height: 200px;
}

label.checkbox {
  display: block;
  width: 100%;
  padding: 3px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 20px;
  clear: both;
}

label.checkbox input[type="checkbox"] {
  display: none;
}

label.checkbox span {
  position: relative;
  cursor: pointer;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

label.checkbox input[type="checkbox"]+span {
  padding-left: 30px;
}

label.checkbox input[type="checkbox"]+span:before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #ccc;
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  background-color: #fff;
}

label.checkbox input[type="checkbox"]:required+span:before {
  border-color: red;
}

label.checkbox input[type="checkbox"]:checked+span:before {
  border-color: rgba(242, 116, 3, .85);
  box-shadow: 0px 0px 3px 0px rgba(242, 116, 3, 0.53);
  background-image: url('/local/templates/tyanitolkai/assets/css/../images/checkbox.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}

label.checkbox-gray input[type="checkbox"]+span:before {
  border-color: #999;
}

label.checkbox-gray input[type="checkbox"]:checked+span:before {
  background-color: #999;
  border-color: #999;
}

label.checkbox input[type="checkbox"]:disabled+span:before {
  background-color: #999;
  border-color: #999;
  opacity: .7;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;

}

label.label {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  position: relative;
  text-align: left;
}

label.label:after {
  content: '';
  display: block;
  clear: both;
}

label.label span {
  font-size: 13px;
  line-height: 20px;
}

label.label input {
  margin-bottom: 0;
}

label.label.flt-lbl-up>span {
  top: 5px;
  font-size: 11px;
  line-height: 20px;
  color: #9a9a9a;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]+span {
  margin: 10px 0 10px;
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  color: #666;
  font-size: 13px;
  line-height: 16px;
}

input[type="radio"]+span::before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  background: #fff;
  box-shadow: 0px 0px 0px 1px rgba(204, 204, 204, 1);
}

input[type="radio"]:checked+span {
  color: #000;
}

input[type="radio"]:checked+span::before {
  width: 16px;
  height: 16px;
  background-color: #8bc53f;
  border: 4px solid #fff;
  box-shadow: 0px 0px 0px 1px rgba(204, 204, 204, 1);
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
  max-width: 260px;
  margin: 10px 0;
}

.jq-selectbox__select {
  width: 100%;
  max-width: 260px;
  height: 34px;
  border: 1px solid #ebebeb;
  padding: 0 30px 0 10px;
  position: relative;
}

.jq-selectbox__select:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 10px;
  width: 8px;
  height: 6px;
  background-image: url(/local/templates/tyanitolkai/assets/css/../images/svg/ionmob.svg);
  background-repeat: no-repeat;
  transition: transform .4s ease;
}

.jq-selectbox.focused .jq-selectbox__select {
  border-color: #ccc;
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
  color: #000;
  font-size: 13px;
  line-height: 20px;
  padding: 7px 0;
}

.jq-selectbox .placeholder {
  display: none;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: url('/local/templates/tyanitolkai/assets/css/../images/select-arrow.png') center no-repeat;
}

.jq-selectbox__dropdown {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(204, 204, 204);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox ul li {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: #231F20;
}

.jq-selectbox li:before {
  display: none;
}

.jq-selectbox li.selected {
  background-color: #8bc53f;
  color: #FFF;
}

.jq-selectbox li:hover {
  background-color: #68a642;
  color: #FFF;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: 700;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-file {
  width: 100%;
  max-width: 300px;
}

hr {
  display: block;
  width: 100%;
  height: 0;
  border: none;
  border-bottom: 1px solid #efefef;
  margin: 20px 0;
}

#main {
  width: 100%;
  overflow: hidden;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.75rem;
  clear: both;
  height: auto !important;
  height: 100%;
  position: relative;
  background-image: url(/local/templates/tyanitolkai/assets/css/../images/bg_header.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.crow {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

#header {
  width: 100%;
  padding: 25px 0 90px;
  position: relative;
  z-index: 980;
}

#close_menu {
  display: none;
}

.header {
  background-color: #fff;
  height: 110px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 30px;
  box-shadow: -19px 10px 28px -13px rgba(198, 175, 155, 0.52);
}

.header:before,
.header:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
}

.header:before {
  left: -38px;
  border-bottom: 110px solid #fff;
  border-left: 38px solid transparent;
}

.header:after {
  right: -38px;
  border-top: 110px solid #fff;
  border-right: 38px solid transparent;
}

.header__menu {
  margin: 0 auto;
}

.header__menu li {
  padding: 0 15px;
}

.header__menu a {
  display: block;
  color: #000;
  font-family: 'Fira Sans', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
}

.header__menu a:hover {
  color: #f48726;
}

.header__contacts {
  margin-left: auto;
  margin-right: 30px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  font-family: 'Fira Sans', Arial, sans-serif;
}

.header__contacts a {
  text-transform: uppercase;
  color: #000;
  text-decoration: underline;
}

.header__contacts a:hover {
  text-decoration: none;
}

.header__phone {
  font-size: 22px;
  font-weight: 700;
  font-family: 'Fira Sans', Arial, sans-serif;
  line-height: 28px;
}

.header__phone a {
  text-decoration: none;
  color: #000;
}

.header__phone-text {
  color: #b4b2b0;
}

.header__search {
  display: block;
  margin-left: auto;
}

.header__search svg {
  fill: #000;
}

.header__search svg:hover {
  fill: #f48726;
}

.header__mobile {
  display: none;
}

.ul-inline:after {
  content: "";
  display: table;
  clear: both;
}

.ul-inline li {
  float: left;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#push {
  position: relative;
  z-index: -1;
}

#footer {
  height: 420px;
  position: relative;
  font-size: 1rem;
  line-height: 1.75rem;
  background-color: #efefef;
}

#footer .flexbox {
  padding: 0 30px;
}

#footer a {
  text-decoration: none;
  color: #000;
}

#footer a:hover {
  color: #f48726;
}

#footer .h5 a:hover svg {
  fill: #f48726 !important;
  stroke: #f48726 !important;
}

#footer a.stmd {
  color: #5d5751;
}

#footer a.stmd img {
  margin-top: -2px;
  vertical-align: middle;
  filter: grayscale(100);
}

#footer a.stmd:hover {
  color: #5d5751;
}

#footer a.stmd:hover img {
  filter: grayscale(0);
}

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

.bx_breadcrumbs {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #bbb8b6;
  margin-bottom: 20px;
}

.bx_breadcrumbs li:not(:last-child) {
  margin-right: 5px;
}

.bx_breadcrumbs a {
  text-decoration: none;
  color: #bbb8b6;
}

.bx_breadcrumbs a:hover {
  color: #f48726;
}

.content {}

.flexbox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flexbox__container {
  -ms-flex: 1;
  flex: 1;
  padding: 0 30px 0 30px;
}

.flexbox__sidebar {
  width: 300px;
}

.flexbox__sidebar+.flexbox__container {
  padding-left: 70px;
}

.flexbox__container+.flexbox__sidebar {
  width: 370px;
  padding-left: 70px;
}

.flexbox__sidebar .form {
  max-width: 295px;
  width: auto;
  margin-right: -15px;
  margin-left: -15px;
}

.flexbox__container ul:not([class]):not(:last-child) {
  margin-bottom: 30px;
}

.flexbox__container ul:not([class]) li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

.flexbox__container ul:not([class]) li:before {
  content: '';
  margin-right: 5px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #f29c0c;
  border-radius: 4px;
  position: absolute;
  left: 3px;
  top: 5px;
}

.flexbox__container ol {
  counter-reset: item;
}

.flexbox__container ol:not(:last-child) {
  margin-bottom: 30px;
}

.flexbox__container ol li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.flexbox__container ol>li {
  counter-increment: item;
}

.flexbox__container ol>li:before {
  content: counters(item, ".") ".";
  margin-right: 5px;
  font-size: 80%;
  color: #f39801;
  font-weight: 700;
  padding: 0px;
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.flexbox__container ol ol {
  margin-top: 10px;
}

.flexbox__container ol ol li {
  padding-left: 35px;
}

.flexbox__container table {
  display: table;
  border-collapse: collapse;
  border-spacing: 0px;
  margin-bottom: 30px;
  background-color: transparent;
  border: 2px solid #eaeaea;
  overflow: hidden;
  overflow-x: auto;
}

.flexbox__container table td,
.flexbox__container table th {
  padding: 15px 28px;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

.flexbox__container table th {
  color: #000;
  font-family: 'Fira Sans', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #f4f4f4;
}

.date-h1 {
  color: #aaa;
  font-weight: 700;
  font-size: 0.9375rem;
  margin-bottom: 1.25rem;
}

.photogallery {
  background-color: #f4f4f4;
  padding: 30px;
  width: auto;
  margin-left: -30px;
  margin-right: -30px;
}

.photogallery:not(:last-child) {
  margin-bottom: 30px;
}

.photogallery__title {
  margin-bottom: 30px;
}

.photogallery__container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.photogallery__block {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% * 1/3 - (20px - 20px * 1/3));
  max-width: calc(100% * 1/3 - (20px - 20px * 1/3));
  width: calc(100% * 1/3 - (20px - 20px * 1/3));
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.photogallery__block:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0;
}

.photogallery__block:last-child {
  margin-right: 0;
}

.photogallery__block:nth-child(3n) {
  margin-right: 0;
  margin-left: auto;
}

.photogallery__block_hide {
  display: none;
}

.photogallery__block_show {
  display: block;
}

.photogallery__block a {
  cursor: pointer;
}

.photogallery__block a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: url('/local/templates/tyanitolkai/assets/css/../images/phg-plus.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(244, 167, 65, .54);
  transition: all .3s ease;
}

.photogallery__block a:hover {
  cursor: pointer;
}

.photogallery__block a:hover:before {
  opacity: 1;
}

.photogallery__more {
  width: 100%;
}

.photogallery__more>span {
  display: block;
  max-width: 70%;
  margin: 0 auto;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  background-color: #e1e1e1;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  padding: 13px 40px;
  font-weight: 700;
  position: relative;
  height: 44px;
  cursor: pointer;
  margin-top: 10px;
}

.photogallery__more>span:before,
.photogallery__more>span:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
}

.photogallery__more>span:before {
  left: -14px;
  border-bottom: 44px solid #e1e1e1;
  border-left: 14px solid transparent;
}

.photogallery__more>span:after {
  right: -14px;
  border-top: 44px solid #e1e1e1;
  border-right: 14px solid transparent;
}

.photogallery__more>span:hover {
  cursor: pointer;
  color: #fff;
  background-color: #f48726;
}

.photogallery__more>span:hover:before {
  border-bottom-color: #f48726;
}

.photogallery__more>span:hover:after {
  border-top-color: #f48726;
}

.news__bottom {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
}

.news__share {
  margin-left: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.news__share>span {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Fira Sans', Arial, sans-serif;
  margin-right: 12px;
}

.news-preview {
  width: 100%;
}

.news-preview:not(:last-child) {
  margin-bottom: 50px;
}

.news-preview__image {
  width: 375px;
  height: 160px;
  margin-left: -40px;
  position: relative;
  box-shadow: -25px 46px 28px -40px rgba(198, 175, 155, 0.52);
  text-align: center;
}

.news-preview__image:before,
.news-preview__image:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
}

.news-preview__image:before {
  right: 0;
  border-bottom: 160px solid #fff;
  border-left: 50px solid transparent;
}

.news-preview__image:after {
  left: 0;
  border-top: 160px solid #fff;
  border-right: 50px solid transparent;
}

.news-preview__title {
  font-family: 'Fira Sans', Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 20px;
}

.news-preview__title a {
  display: block;
  color: #000;
  text-decoration: none;
}

.news-preview__title a:hover {
  color: #f48726;
}

.sidebar-news {
  margin-bottom: 50px;
}

.sidebar-block {
  width: 100%;
}

.sidebar-block:not(:last-child) {
  margin-bottom: 40px;
}

.footer-menu:not(:last-child) {
  margin-bottom: 20px;
}

.footer-menu li:not(:last-child) {
  margin-bottom: 5px;
}

.footer-bottom {
  display: block;
  color: #5d5651;
  font-size: 13px;
  line-height: 20px;
  margin-top: 30px;
}

.footer-bottom>div {
  margin-top: 10px;
}

.social {
  display: block;
}

.social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  overflow: hidden;
}

.social a:not(:last-child) {
  margin-right: 6px;
}

.category {
  position: relative;
}

.category__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  width: 100%;
  max-width: 80%;
  z-index: 1;
  text-align: center;
}

.category__image {
  width: 100%;
  /* height:214px; */
  position: relative;
  transform-origin: top left;
}

.category__image img {
  max-width: 120%;
  margin-left: -10%;
}

.category__main-cat {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 0 30px;
}

.category__main-cat a {
  font-family: 'Fira Sans', Arial, sans-serif;
  color: #fff;
  background-color: rgba(243, 134, 36, 0.85);
  text-decoration: none;
  font-weight: 700;
  padding: 6px 20px;
  font-size: 28px;
  line-height: 34px;
  display: block;
  margin: 0 auto;
}

.category__main-cat a:hover {
  background-color: rgba(243, 134, 36, 0.97);
}

.category__main-cat a svg {
  margin-top: -3px;
  vertical-align: middle;
  margin-left: 8px;
}

.category__sub-cat:after {
  content: '';
  display: block;
  clear: both;
}

.category__sub-cat {
  margin-top: 15px;
}

.category__sub-cat a {
  display: inline-block;
  background-color: rgba(243, 134, 36, 0.85);
  font-family: 'Fira Sans', Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 3px 9px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.category__sub-cat a:hover {
  background-color: rgba(243, 134, 36, 0.97);
}

.category__sub-cat a svg {
  margin-top: -3px;
  vertical-align: middle;
  margin-left: 4px;
}

.category__sub-cat a:not(:last-child) {
  margin-right: 5px;
}

.categories-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 50px;
}

.slick-overflow {
  display: block;
  overflow: hidden;
  width: 100%;
}

.catalog-section {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  z-index: 10;
}

.catalog-section:hover {
  z-index: 11;
}

.catalog-section .catalog-section-element {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% * 1/4 - (20px - 20px * 1/4));
  max-width: calc(100% * 1/4 - (20px - 20px * 1/4));
  width: calc(100% * 1/4 - (20px - 20px * 1/4));
  margin-bottom: 20px;
}

.catalog-section .catalog-section-element:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0;
}

.catalog-section .catalog-section-element:last-child {
  margin-right: 0;
}

.catalog-section .catalog-section-element:nth-child(4n) {
  margin-right: 0;
  margin-left: auto;
}

.catalog-section.slick-slider {
  margin-bottom: 30px;
}

.catalog-section.slick-slider .slick-arrow {
  position: absolute;
  top: 115px;
  z-index: 99;
  padding: 10px;
  background: rgba(242, 116, 3, .85);
  height: 50px;
}

.catalog-section.slick-slider .slick-arrow:before,
.catalog-section.slick-slider .slick-arrow:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
}

.catalog-section.slick-slider .slick-arrow:before {
  left: -14px;
  border-bottom: 50px solid rgba(242, 116, 3, .85);
  border-left: 14px solid transparent;
}

.catalog-section.slick-slider .slick-arrow:after {
  right: -14px;
  border-top: 50px solid rgba(242, 116, 3, .85);
  border-right: 14px solid transparent;
}

.catalog-section.slick-slider .slick-arrow.slick-next {
  right: -36px;
}

.catalog-section.slick-slider .slick-arrow.slick-prev {
  left: -36px;
}

.catalog-section.slick-slider .slick-arrow:hover {
  background: rgba(242, 116, 3, 1);
}

.catalog-section.slick-slider .slick-arrow:hover:before {
  border-bottom-color: rgba(242, 116, 3, 1);
}

.catalog-section.slick-slider .slick-arrow:hover:after {
  border-top-color: rgba(242, 116, 3, 1);
}

.catalog-section.slick-slider .catalog-section-element {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% * 1/4 - (20px - 20px * 1/4));
  max-width: calc(100% * 1/4 - (20px - 20px * 1/4));
  width: calc(100% * 1/4 - (20px - 20px * 1/4));
  margin: 0px 10px !important;
  margin-bottom: 0;
}

.catalog-section.slick-slider .catalog-section-element:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0;
}

.catalog-section.slick-slider .catalog-section-element:last-child {
  margin-right: 0;
}

.catalog-section.slick-slider .catalog-section-element:nth-child(4n) {
  margin-right: 0;
  margin-left: auto;
}

.catalog-section.catalog-section-part .catalog-section-element {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% * 1/3 - (20px - 20px * 1/3));
  max-width: calc(100% * 1/3 - (20px - 20px * 1/3));
  width: calc(100% * 1/3 - (20px - 20px * 1/3));
  margin-bottom: 20px;
}


.catalog-section.catalog-section-part .catalog-section-element:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0;
}

.catalog-section.catalog-section-part .catalog-section-element:last-child {
  margin-right: 0;
  margin-left: 0;
}

.catalog-section.catalog-section-part .catalog-section-element:nth-child(3n) {
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .catalog-section.catalog-section-sub .catalog-section-element {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% * 1/2 - (10px - 10px * 1/2));
    max-width: calc(100% * 1/2 - (10px - 10px * 1/2));
    width: calc(100% * 1/2 - (10px - 10px * 1/2));
    margin-bottom: 10px;
  }
  .catalog-section.catalog-section-sub .catalog-section-element:nth-child(1n) {
    margin-right: 10px;
    margin-left: 0;
  }
  .catalog-section.catalog-section-sub .catalog-section-element:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .catalog-section.catalog-section-sub .catalog-section-element {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% * 1/3 - (10px - 10px * 1/3));
    max-width: calc(100% * 1/3 - (10px - 10px * 1/3));
    width: calc(100% * 1/3 - (10px - 10px * 1/3));
    margin-bottom: 10px;
  }
  .catalog-section.catalog-section-sub .catalog-section-element:nth-child(1n) {
    margin-right: 10px;
    margin-left: 0;
  }
  .catalog-section.catalog-section-sub .catalog-section-element:nth-child(3n) {
    margin-right: 0;
    margin-left: auto;
  }
}

@media screen and (min-width: 1024px) {
  .catalog-section.catalog-section-sub .catalog-section-element {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% * 1/4 - (20px - 20px * 1/4));
    max-width: calc(100% * 1/4 - (20px - 20px * 1/4));
    width: calc(100% * 1/4 - (20px - 20px * 1/4));
    margin-bottom: 20px;
  }

  .catalog-section.catalog-section-sub .catalog-section-element:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0;
  }


  .catalog-section.catalog-section-sub .catalog-section-element:nth-child(4n) {
    margin-right: 0;
    margin-left: auto;
  }
}
.catalog-section.catalog-section-sub .catalog-section-element:last-child {
  margin-right: 0;
  margin-left: 0;
}

.catalog-section-element {
  display: block;
  width: 100%;
  position: relative;
  box-shadow: 0px 0px 0px 0 rgba(176, 176, 176, 0.7);
  transition: box-shadow .3s ease;
  z-index: 3;
}

.catalog-section-element__image {
  height: 240px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.catalog-section-element__image a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 5px;
}

.catalog-section-element__image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  /* max-height: 200px; */
}

.catalog-section-element__content {
  padding: 0 40px 0px;
}

.catalog-section-element__title a {
  display: block;
  text-decoration: none;
}
.catalog-section-element_mob {
  display: none;
}
.catalog-section-element_mob + span {
  display: block;
}
@media screen and (max-width: 767px) {
  .catalog-section-element__title a {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .catalog-section-element_mob {
    display: block;
  }
  .catalog-section-element_mob + span {
    display: none;
  }
}

.catalog-section-element__chars {
  text-align: left;
  margin-bottom: 20px;
}

.catalog-section-element__chars dl {
  margin-bottom: 10px;
}

.catalog-section-element__chars dt {
  color: #b4b2b0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  font-family: 'Fira Sans', Arial, sans-serif;
  line-height: 16px;
}

.catalog-section-element__chars dd {
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.catalog-section-element__hide {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  padding: 0 40px 30px;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0px 0px 0px 0 rgba(176, 176, 176, 0.7);
  transition: box-shadow .3s ease;
  width: 100%;
}

.catalog-section-element.element-sidebar {
  box-shadow: none !important;
}

.catalog-section-element.element-sidebar:not(:last-child) {
  margin-bottom: 20px;
}

.catalog-section-element.element-sidebar:before {
  display: none;
}

.catalog-section-element.element-sidebar .catalog-section-element__image {
  height: 170px;
}

.catalog-section-element.element-sidebar .catalog-section-element__content {
  padding: 0;
}

.catalog-detail__badges,
.catalog-element-section__badges {
  position: absolute;
  top: 5px;
  right: 5px;
}

.catalog-detail__badges {
  top: 0;
}

.badge {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.detail_badge {
  display: inline-block;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .badge svg {
    width: 24px;
    height: 24px;
  }
}

.badge+.badge {
  margin-left: -12px;
  z-index: 2;
}

.elements-sidebar-flexbox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

#content {
  padding-bottom: 180px;
  background-image: url('/local/templates/tyanitolkai/assets/css/../images/bg_footer.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.present {
  position: relative;
  width: 100%;
  min-height: 294px;
  background: #ffcd00;
  z-index: 1;
  margin: 220px 0;
}

.present:before,
.present:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  background-image: url('/local/templates/tyanitolkai/assets/css/../images/present.png');
  height: 220px;
  z-index: -1;
  background-size: cover;
}

.present.present_pink {
  background: #ffe0c9;
}

.present.present_pink:before,
.present.present_pink:after {
  background-image: url('/local/templates/tyanitolkai/assets/css/../images/present_pink.png');
}

.present:before {
  top: -220px;
  background-position: top center;
}

.present:after {
  bottom: -220px;
  background-position: bottom center;
}

.present__content {
  width: 45%;
}

/* .present__image{
	width:630px;
	height:460px;
	transform:skew(-16deg);
	position:relative;
	overflow:hidden;
	transform-origin:top left;
	position:absolute;
	right:90px;
	top:50%;
	margin-top:-230px;
	box-shadow:0px 5px 28px 0px rgba(198, 175, 155, 0.52);
}

.present__image img{
	display:none;
} */
.present.vertical-center {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.slick-list {
  overflow: visible;
}

#main-slider {
  position: relative;
  z-index: 1;
  height: 608px;
  margin-top: -225px;
  background: #ffcd00;
}

#main-slider:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  background-image: url('/local/templates/tyanitolkai/assets/css/../images/present.png');
  height: 327px;
  z-index: -1;
  bottom: 0;
  background-position: bottom center;
  background-size: 100% auto;
}

#main-slider .crow {
  height: 100%;
  position: relative;
}

#main-slider .slide__content {
  padding-top: 160px;
}

#main-slider .slider,
#main-slider .slide {
  height: 608px;
  overflow: hidden;
}

#main-slider .slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}

#main-slider .slide__content {
  width: 60%;
  padding-left: 30px;
  padding-right: 30px;
  height: 550px;
}

#main-slider .slide__content .h1, #main-slider .slide__content h1 {
  margin-bottom: 15px;
}

.main-slider-form span{
  display:none;
}

#main-slider .slide__image {
  width: 630px;
  height: 550px;
  transform: skew(-20deg);
  position: relative;
  overflow: hidden;
  transform-origin: top left;
  position: absolute;
  right: -150px;
  top: 50%;
  margin-top: -305px;
  box-shadow: 0px 5px 28px 0px rgba(198, 175, 155, 0.52);
}

#main-slider .slide__image::before {
  content: "";
  transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  background-repeat: no-repeat;
  background-position: top left;
  left: -32%;
  position: absolute;
  transform-origin: top left;
  width: 1000%;
  height: 1000%;
}

#main-slider .slide__image img {
  display: none;
}

#main-slider .slide.vertical-center {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

#main-slider .slide-mobile {
  display: none;
}

#main-slider .slick-arrow {
  position: absolute;
  bottom: 150px;
  right: 50%;
  margin-right: -84px;
  z-index: 99;
  padding: 10px 10px;
  background: rgba(242, 116, 3, .85);
  height: 50px;
}

#main-slider .slick-arrow:before,
#main-slider .slick-arrow:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
}

#main-slider .slick-arrow:before {
  left: -14px;
  border-bottom: 50px solid rgba(242, 116, 3, .85);
  border-left: 14px solid transparent;
}

#main-slider .slick-arrow:after {
  right: -14px;
  border-top: 50px solid rgba(242, 116, 3, .85);
  border-right: 14px solid transparent;
}

#main-slider .slick-arrow.slick-next {
  bottom: 210px;
  right: 50%;
  margin-right: -100px;
}

#main-slider .slick-arrow:hover {
  background: rgba(242, 116, 3, 1);
}

#main-slider .slick-arrow:hover:before {
  border-bottom-color: rgba(242, 116, 3, 1);
}

#main-slider .slick-arrow:hover:after {
  border-top-color: rgba(242, 116, 3, 1);
}

#main-slider .slick-dots:after {
  content: '';
  display: block;
  clear: both;
}

#main-slider .slick-dots {
  position: absolute;
  left: 50%;
  margin-left: -626px;
  bottom: 190px;
}

#main-slider .slick-dots li {
  float: left;
  margin-right: 10px;
  display: block;
  background: none;
  border: 3px solid #f48309;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  transition: border-color .3s ease;
  cursor: pointer;
}

#main-slider .slick-dots button {
  display: none;
}

#main-slider .slick-dots .slick-active {
  border-color: #fff;
}

.catalog-detail:after {
  content: '';
  display: block;
  clear: both;
}

.catalog-detail {
  width: 100%;
}

.catalog-detail__image {
  width: 50%;
  float: left;
  padding-right: 20px;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}

.catalog-detail__image:hover .slick-arrow {
  opacity: 1;
}

.catalog-detail__image_slider {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.catalog-detail__image_slider .slick-track,
.catalog-detail__image_slider .slide {
  -moz-display: flex;
  -webkit-display: flex;
  display: flex;
}

.catalog-detail__image_slider .slide {
  height: auto;
}

.catalog-detail__image_slider .slide .video-button,
.catalog-detail__image_nav .slide .video-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.catalog-detail__image_nav .slide {
  max-width: 110px;
  margin-right: 10px;
  position: relative;
  padding: 5px;
  height: 70px;
  text-align: center;
  -moz-display: flex;
  -webkit-display: flex;
  display: flex;
}

.catalog-detail__image_slider .slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.catalog-detail__image_nav .slide img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.catalog-detail__image_nav .slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .2s ease;
  background: rgba(244, 135, 38, .6);
}

.catalog-detail__image_nav .slide.slick-active.slick-current:after {
  opacity: 1;
}

.catalog-detail__image .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 99;
  padding: 10px 10px;
  background: rgba(242, 116, 3, .85);
  height: 50px;
  opacity: 0;
  transition: opacity .2s ease;
}

.catalog-detail__image .slick-arrow:before,
.catalog-detail__image .slick-arrow:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
}

.catalog-detail__image .slick-arrow:before {
  left: -14px;
  border-bottom: 50px solid rgba(242, 116, 3, .85);
  border-left: 14px solid transparent;
}

.catalog-detail__image .slick-arrow:after {
  right: -14px;
  border-top: 50px solid rgba(242, 116, 3, .85);
  border-right: 14px solid transparent;
}

.catalog-detail__image .slick-arrow.slick-prev {
  left: -14px;
}

.catalog-detail__image .slick-arrow.slick-next {
  right: -14px;
}

.catalog-detail__image .slick-arrow:hover {
  background: rgba(242, 116, 3, 1);
}

.catalog-detail__image .slick-arrow:hover:before {
  border-bottom-color: rgba(242, 116, 3, 1);
}

.catalog-detail__image .slick-arrow:hover:after {
  border-top-color: rgba(242, 116, 3, 1);
}

.catalog-detail__info {
  margin-bottom: 60px;
  width: 50%;
  padding-left: 15px;
  float: left;
}

.catalog-detail__info dl:after {
  content: '';
  display: block;
  clear: both;
}

.catalog-detail__info dl {
  width: 100%;
  display: block;
  font-family: 'Fira Sans', Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

.catalog-detail__info dl dd,
.catalog-detail__info dl dt {
  display: block;
  width: 50%;
  float: left;
  font-weight: 700;
  padding-right: 10px;
}

.catalog-detail__info dl dt {
  text-transform: uppercase;
  color: #b4b2b0;
}

.catalog-detail__chars {
  margin-bottom: 35px;
}

.catalog-detail__btns {
  margin-bottom: 20px;
}

.catalog-detail__link {
  margin-bottom: 20px;
}

.catalog-detail__link a {
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: 'Fira Sans', Arial, sans-serif;
  font-weight: 700;
}

.catalog-detail__link a:hover {
  color: #f48726;
}

.catalog-detail__description {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.catalog-menu {
  width: 100%;
}

.catalog-menu__li {
  width: 100%;
}

.catalog-menu__li:not(:last-child) {
  margin-bottom: 10px;
}

.catalog-menu__li a {
  display: block;
  text-decoration: none;
}

.catalog-menu__link {
  color: #000;
  font-family: 'Fira Sans', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.catalog-menu__child {
  margin: 20px 0 20px;
}

.catalog-menu__child-link {
  color: #7b7a7a;
  font-size: 13px;
  line-height: 20px;
}

.sidebar-banner {
  width: 100%;
  height: 220px;
  box-shadow: 0px 5px 28px 0 rgba(195, 187, 180, 0.52);
  background-size: cover;
  background-position: center;
}

.sidebar-banner:not(:last-child) {
  margin-bottom: 40px;
}

.sidebar-banner a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.catalog-mobile-buttons {
  display: none;
}

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

  html,
  body {
    font-size: 15px;
  }

  .flexbox__container table {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }

  .flexbox__container table td,
  .flexbox__container table th {
    padding-left: 13px;
    padding-right: 13px;
  }

  .news-preview:not(:last-child) {
    margin-bottom: 30px;
  }

  .news-preview__image {
    width: 315px;
    height: 133px;
    margin-left: -20px;
    box-shadow: -25px 46px 28px -40px rgba(198, 175, 155, 0.52);
  }

  .news-preview__image:before {
    border-bottom-width: 133px;
  }

  .news-preview__image:after {
    left: 0;
    border-top-width: 133px;
  }

  .news-preview__title {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

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

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

  h1,
  .h1 {
    font-size: 2rem;
  }

  h2,
  .h2 {
    font-size: 1.5rem;
  }

  h3,
  .h3 {
    font-size: 1.25rem;
  }

  h4,
  .h4 {
    font-size: 1rem;
  }

  img[align="left"],
  img[align="right"],
  img[align="center"] {
    display: block;
    margin: 0 auto 15px;
    float: none;
  }

  label.label span {
    font-size: 14px;
    line-height: 20px;
    left: 16px;
  }

  label.label input[type="text"].flt_lbl_inp,
  label.label input[type="number"].flt_lbl_inp,
  label.label input[type="password"].flt_lbl_inp,
  label.label input[type="email"].flt_lbl_inp,
  label.label textarea.flt_lbl_inp {
    padding-left: 16px;
    padding-right: 16px;
  }

  #main {
    background-size: inherit;
    background-position: top -125px center;
  }

  .crow {
    padding-left: 15px;
    padding-right: 15px;
  }

  #header {
    margin-top: 80px;
    padding: 0 0 25px;
  }

  #header .crow {
    padding: 0;
  }

  .header {
    padding: 0;
    box-shadow: 0px 2px 12px 0px rgba(198, 175, 155, 0.52);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 777;
    height: 80px;
  }

  .header__logo {
    width: 110px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .header__search,
  .header__contacts {
    display: none;
  }

  .header:before,
  .header:after {
    display: none;
  }

  .header__mobile {
    display: block;
    margin: 0 25px;
  }

  .header__mobile_right {
    margin-left: auto;
    margin-right: 8px;
  }

  .header__mobile a {
    width: 40px;
    text-align: center;
    padding: 0 !important;
  }

  .header__mobile a svg {
    margin: 0 !important;
  }

  #footer {
    padding-bottom: 20px;
  }

  .flexbox__container+.flexbox__sidebar {
    padding-top: 30px;
    margin-top: 30px;
  }

  .flexbox__sidebar .form {
    margin-right: 0;
    margin-left: 0;
  }

  .flexbox__container table {
    display: block;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }

  .flexbox__container table td,
  .flexbox__container table th {
    min-width: 200px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .photogallery {
    margin-left: 0;
    margin-right: 0;
  }

  .photogallery__block {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% * 1/2 - (20px - 20px * 1/2));
    max-width: calc(100% * 1/2 - (20px - 20px * 1/2));
    width: calc(100% * 1/2 - (20px - 20px * 1/2));
  }

  .photogallery__block:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0;
  }

  .photogallery__block:last-child {
    margin-right: 0;
  }

  .photogallery__block:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }

  .footer-column {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% * 1/2 - (20px - 20px * 1/2));
    max-width: calc(100% * 1/2 - (20px - 20px * 1/2));
    width: calc(100% * 1/2 - (20px - 20px * 1/2));
  }

  .footer-column:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0;
  }

  .footer-column:last-child {
    margin-right: 0;
  }

  .footer-column:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }

  .footer-column:not(:nth-of-type(-n+2)) {
    margin-top: 40px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% * 1/1 - (20px - 20px * 1/1));
    max-width: calc(100% * 1/1 - (20px - 20px * 1/1));
    width: calc(100% * 1/1 - (20px - 20px * 1/1));
  }

  .footer-column:not(:nth-of-type(-n+2)):nth-child(1n) {
    margin-right: 20px;
    margin-left: 0;
  }

  .footer-column:not(:nth-of-type(-n+2)):last-child {
    margin-right: 0;
  }

  .footer-column:not(:nth-of-type(-n+2)):nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }

  .catalog-section.catalog-section-part .catalog-section-element {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% * 1/2 - (10px - 10px * 1/2));
    max-width: calc(100% * 1/2 - (10px - 10px * 1/2));
    width: calc(100% * 1/2 - (10px - 10px * 1/2));
    margin-bottom: 10px;
  }

  .catalog-section.catalog-section-part .catalog-section-element:nth-child(1n) {
    margin-right: 10px;
    margin-left: 0;
  }

  .catalog-section.catalog-section-part .catalog-section-element:last-child {
    margin-right: 0;
    margin-left: 0;
  }

  .catalog-section.catalog-section-part .catalog-section-element:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }

  .catalog-section-element.element-sidebar {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% * 1/2 - (20px - 20px * 1/2));
    max-width: calc(100% * 1/2 - (20px - 20px * 1/2));
    width: calc(100% * 1/2 - (20px - 20px * 1/2));
  }

  .catalog-section-element.element-sidebar:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0;
  }

  .catalog-section-element.element-sidebar:last-child {
    margin-right: 0;
  }

  .catalog-section-element.element-sidebar:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }

  .catalog-section-element.element-sidebar:nth-of-type(n+3) {
    display: none;
  }
}

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

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1140px) {
  blockquote {
    margin-left: -15px;
    margin-right: -15px;
    padding: 25px 30px 25px 70px;
    background-position: 18px 25px;
  }

  .photogallery {
    padding: 25px;
    margin-left: -25px;
    margin-right: -25px;
  }

  .news__share {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
}

@media screen and (min-width: 1024px) {
  #main {
    margin-bottom: -420px;
    min-height: 100%;
  }

  #push {
    margin-bottom: 420px;
  }

  .footer-column {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% * 1/4 - (20px - 20px * 1/4));
    max-width: calc(100% * 1/4 - (20px - 20px * 1/4));
    width: calc(100% * 1/4 - (20px - 20px * 1/4));
  }

  .footer-column:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0;
  }

  .footer-column:last-child {
    margin-right: 0;
  }

  .footer-column:nth-child(4n) {
    margin-right: 0;
    margin-left: auto;
  }

  .footer-bottom {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .footer-bottom>div {
    -ms-flex: 1;
    flex: 1;
  }

  .footer-bottom>div:last-child {
    text-align: right;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .crow {
    padding-left: 45px;
    padding-right: 45px;
  }

  #footer {
    padding-bottom: 30px;
  }

  .flexbox__container {
    margin-top: 20px !important;
  }

  .flexbox__sidebar+.flexbox__container {
    padding-top: 50px;
    margin-top: 50px;
  }

  .footer-column {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% * 1/2 - (20px - 20px * 1/2));
    max-width: calc(100% * 1/2 - (20px - 20px * 1/2));
    width: calc(100% * 1/2 - (20px - 20px * 1/2));
  }

  .footer-column:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0;
  }

  .footer-column:last-child {
    margin-right: 0;
  }

  .footer-column:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }

  .footer-column:not(:nth-of-type(-n+2)) {
    margin-top: 40px;
  }

  .catalog-section-element.element-sidebar {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% * 1/3 - (20px - 20px * 1/3));
    max-width: calc(100% * 1/3 - (20px - 20px * 1/3));
    width: calc(100% * 1/3 - (20px - 20px * 1/3));
  }

  .catalog-section-element.element-sidebar:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0;
  }

  .catalog-section-element.element-sidebar:last-child {
    margin-right: 0;
  }

  .catalog-section-element.element-sidebar:nth-child(3n) {
    margin-right: 0;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  #header {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .header {
    height: 90px;
    padding: 0 20px 0 0;
  }

  .header:before {
    border-bottom-width: 90px;
  }

  .header:after {
    border-top-width: 90px;
  }

  .header__menu {
    margin: 0 auto;
  }

  .header__menu li {
    padding: 0 5px;
  }
}

@media screen and (max-width: 1200px) {
  .header__menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    z-index: 95;
    box-shadow: 0px 0px 0px 0px rgba(198, 175, 155, 0.65);
    transform: translateX(-100%);
    transition: box-shadow .2s ease;
  }

  .header__menu li {
    padding: 0;
    width: 100%;
    display: block;
    float: none;
    border-bottom: 1px solid #efefef;
  }

  .header__menu a {
    display: block;
    width: 100%;
    color: #000;
    font-family: 'Fira Sans', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 18px 24px;
  }

  .header__menu a:hover {
    color: #f48726;
  }

  .open-mobile-menu .header__menu {
    transform: translateX(0);
    box-shadow: 0px 3px 5px 0px rgba(198, 175, 155, 0.65);
    transition: transform .3s ease, box-shadow .2s ease;
  }

  .open-mobile-menu.animated-mobile-menu .header__menu {
    transition: transform .3s ease, box-shadow .2s ease;
    transform: translateX(-100%);
  }

  #close_menu {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    background: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease;
  }

  #close_menu svg {
    position: absolute;
  }

  .open-mobile-menu #close_menu {
    visibility: visible;
    opacity: 1;
  }

  .open-mobile-menu.animated-mobile-menu #close_menu {
    opacity: 0;
  }
}

@media screen and (min-width: 426px) and (max-width: 1200px) {
  .header__menu {
    width: 300px;
  }

  #close_menu svg {
    top: 15px;
    left: 320px;
  }
}

@media screen and (max-width: 425px) {
  .header__menu {
    right: 80px;
    width: auto;
  }

  #close_menu svg {
    top: 15px;
    right: 15px;
  }

  .sidebar-block-filter,
  .sidebar-menu-block {
    left: 80px;
    width: auto;
    right: 0;
    max-width: 100%;
  }

  #close_menu.sidebar-menu svg {
    right: auto;
    top: 15px;
    left: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__mobile_left {
    display: block;
    margin: 0 30px;
  }
}

@media screen and (min-width: 1201px) {
  .header__menu {
    display: block !important;
    height: auto !important;
  }
}

@media screen and (max-width: 1400px) {
  #footer {
    height: auto;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  #footer .flexbox {
    padding-left: 0;
    padding-right: 0;
  }

  .bx_breadcrumbs {
    margin-bottom: 20px;
  }

  .flexbox__container {
    padding: 0;
  }
}

@media screen and (max-width: 1023px) {
  #footer {
    /* margin-top:-60px; */
    height: auto;
  }

  .flexbox__container {
    -ms-flex: auto;
    flex: auto;
  }

  .flexbox__container+.flexbox__sidebar {
    width: 100%;
    padding-left: 0;
    border-top: 1px solid #efefef;
  }

  .flexbox__sidebar {
    width: 100%;
  }

  .flexbox__sidebar .form {
    max-width: 100%;
  }

  .flexbox__container {
    padding: 0 !important;
  }

  .flexbox .sidebar-news {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .flexbox .news-preview {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% * 1/2 - (20px - 20px * 1/2));
    max-width: calc(100% * 1/2 - (20px - 20px * 1/2));
    width: calc(100% * 1/2 - (20px - 20px * 1/2));
  }

  .flexbox .news-preview:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0;
  }

  .flexbox .news-preview:last-child {
    margin-right: 0;
  }

  .flexbox .news-preview:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }

  .flexbox .news-preview__image {
    margin: 0 auto;
  }

  #content {
    padding-bottom: 80px;
  }

  .sidebar-banner {
    display: none;
  }

  .catalog-mobile-buttons {
    display: block;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }

  .catalog-mobile-buttons__link {
    display: block;
    width: 100%;
    padding: 14px;
    border-top: 1px solid #ddd;
    text-decoration: none;
    color: #000;
    font-family: 'Fira Sans', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
  }

  .sidebar-block-filter,
  .sidebar-menu-block {
    position: fixed;
    top: 0;
    z-index: 981;
    height: 100%;
    overflow-y: auto;
    transform: translateX(100%);
    background-color: #fff;
    padding: 24px;
    box-shadow: 0px 0px 0px 0px rgba(198, 175, 155, 0.65);
  }

  .sidebar-block-filter .h4,
  .sidebar-menu-block .h4 {
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
  }

  .open-catalog-mobile-menu #close_menu {
    visibility: visible;
    opacity: 1;
  }

  .open-catalog-mobile-menu.animated-mobile-menu #close_menu {
    opacity: 0;
  }

  .open-catalog-mobile-menu .sidebar-menu-block {
    transform: translateX(0);
    box-shadow: 0px 3px 5px 0px rgba(198, 175, 155, 0.65);
    transition: transform .3s ease, box-shadow .2s ease;
  }

  .open-catalog-mobile-menu.animated-mobile-menu .sidebar-menu-block {
    transition: transform .3s ease, box-shadow .2s ease;
    transform: translateX(100%);
  }

  .open-filter-mobile-menu #close_menu {
    visibility: visible;
    opacity: 1;
  }

  .open-filter-mobile-menu.animated-mobile-menu #close_menu {
    opacity: 0;
  }

  .open-filter-mobile-menu .sidebar-block-filter {
    transform: translateX(0);
    box-shadow: 0px 3px 5px 0px rgba(198, 175, 155, 0.65);
    transition: transform .3s ease, box-shadow .2s ease;
  }

  .open-filter-mobile-menu.animated-mobile-menu .sidebar-block-filter {
    transition: transform .3s ease, box-shadow .2s ease;
    transform: translateX(100%);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1140px) {
  .flexbox__container+.flexbox__sidebar {
    width: 335px;
    padding-left: 50px;
  }

  .flexbox__sidebar {
    width: 255px;
  }

  .flexbox__sidebar+.flexbox__container {
    padding-left: 50px;
  }
}

@media screen and (min-width: 1141px) {
  .flexbox__container table {
    width: auto;
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media screen and (min-width: 401px) and (max-width: 767px) {
  .news-preview:not(:last-child) {
    margin-bottom: 20px;
  }

  .news-preview__image {
    width: 100%;
    height: auto;
    margin-left: 0;
    max-width: 100%;
    box-shadow: 0px 5px 28px 0px rgba(198, 175, 155, 0.52);
    overflow: hidden;
  }

  .news-preview__image img {
    width: auto;
    min-width: 100%;
    max-width: inherit;
    min-height: 120px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .news-preview__image:before,
  .news-preview__image:after {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .news-preview:not(:last-child) {
    margin-bottom: 20px;
  }

  .news-preview__image {
    width: 100%;
    height: auto;
    margin-left: 0;
    max-width: 100%;
    box-shadow: 0px 5px 28px 0px rgba(198, 175, 155, 0.52);
    overflow: hidden;
  }

  .news-preview__image img {
    width: auto;
    min-width: 100%;
    max-width: inherit;
    height: 120px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .news-preview__image:before,
  .news-preview__image:after {
    display: none;
  }

  .news-preview__title {
    font-size: 0.9375rem;
    line-height: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .sidebar-block {
    background-color: #ffffff;
    box-shadow: 0px 5px 36px 0 rgba(199, 199, 199, 0.36);
    padding: 30px 40px;
  }
}

@media screen and (min-width: 420px) and (max-width: 768px) {
  .category__content {
    padding: 0;
  }

  .category__image {
    height: 180px;
    transform: none !important;
  }

  .category__image::before {
    content: "";
    transform: none !important;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
  }

  .category__main-cat a {
    font-size: 22px;
    line-height: 28px;
  }

  .category__main-cat svg {
    display: none;
  }

  .category__sub-cat {
    display: none;
  }

  .categories-list {
    margin-bottom: 50px;
  }

  .categories-list .category {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% * 1/2 - (10px - 10px * 1/2));
    max-width: calc(100% * 1/2 - (10px - 10px * 1/2));
    width: calc(100% * 1/2 - (10px - 10px * 1/2));
    margin-bottom: 10px;
  }

  .categories-list .category:nth-child(1n) {
    margin-right: 10px;
    margin-left: 0;
  }

  .categories-list .category:last-child {
    margin-right: 0;
  }

  .categories-list .category:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }
}

@media screen and (max-width: 420px) {
  .category__content {
    padding: 0;
  }

  .category__image {
    height: 110px;
    transform: none !important;
  }

  .category__image::before {
    content: "";
    transform: none !important;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
  }

  .category__main-cat {
    display: block;
    padding: 0 10px;
  }

  .category__main-cat svg {
    display: none;
  }

  .category__main-cat a {
    font-size: 16px;
    line-height: 22px;
  }

  .category__sub-cat {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .categories-list .category {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% * 1/3 - (40px - 40px * 1/3));
    max-width: calc(100% * 1/3 - (40px - 40px * 1/3));
    width: calc(100% * 1/3 - (40px - 40px * 1/3));
    margin-bottom: 20px;
    box-shadow: -25px 40px 28px -40px rgba(198, 175, 155, 0.52);
    transform: translateY(0px);
    transition: transform .3s ease, box-shadow .5s ease;
    ;
  }

  .categories-list .category:hover {
    box-shadow: -25px 46px 28px -40px rgba(198, 175, 155, 0.52);
    transform: translateY(-5px);
  }

  .categories-list .category:hover .category__main-cat a {
    background: rgba(243, 134, 36, 1);
  }

  .categories-list .category:nth-child(1n) {
    margin-right: 40px;
    margin-left: 0;
  }

  .categories-list .category:last-child {
    margin-right: 0;
  }

  .categories-list .category:nth-child(3n) {
    margin-right: 0;
    margin-left: auto;
  }

  .catalog-section .slick-overflow {
    margin-bottom: -150px;
    padding: 30px 10px 200px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }

  .catalog-section-element:before {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #fff;
    z-index: 5;
  }

  .catalog-section-element:hover {
    z-index: 30;
    box-shadow: 0px 5px 36px 0 rgba(176, 176, 176, 0.7);
  }

  .catalog-section-element:hover .catalog-section-element__hide {
    box-shadow: 0px 5px 26px 0 rgba(176, 176, 176, 0.7);
  }
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .categories-list {
    max-width: 900px;
    margin: 0 auto 50px;
  }

  .categories-list .category {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% * 1/2 - (20px - 20px * 1/2));
    max-width: calc(100% * 1/2 - (20px - 20px * 1/2));
    width: calc(100% * 1/2 - (20px - 20px * 1/2));
    margin-bottom: 20px;
  }

  .categories-list .category:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0;
  }

  .categories-list .category:last-child {
    margin-right: 0;
  }

  .categories-list .category:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }
}

@media screen and (max-width: 419px) {
  .categories-list {
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 30px;
  }

  .categories-list .category {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% * 1/2 - (10px - 10px * 1/2));
    max-width: calc(100% * 1/2 - (10px - 10px * 1/2));
    width: calc(100% * 1/2 - (10px - 10px * 1/2));
    margin-bottom: 10px;
  }

  .categories-list .category:nth-child(1n) {
    margin-right: 10px;
    margin-left: 0;
  }

  .categories-list .category:last-child {
    margin-right: 0;
  }

  .categories-list .category:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }

  .catalog-section.slick-slider .slick-arrow {
    top: 30px;
  }

  .catalog-section-element__image {
    height: 120px;
  }

  .catalog-section-element__content {
    padding: 0;
  }
}

@media screen and (max-width: 1139px) {
  .catalog-section.slick-slider .slick-arrow {
    height: 40px;
    padding: 7px;
  }

  .catalog-section.slick-slider .slick-arrow svg {
    width: 12px;
    height: auto;
  }

  .catalog-section.slick-slider .slick-arrow:after {
    border-top-width: 40px;
  }

  .catalog-section.slick-slider .slick-arrow:before {
    border-bottom-width: 40px;
  }

  .catalog-section.slick-slider .slick-arrow.slick-next {
    right: -15px;
  }

  .catalog-section.slick-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
  #main-slider {
    margin-top: -165px;
  }

  #main-slider,
  #main-slider .slider,
  #main-slider .slider .slide {
    height: 450px;
  }

  #main-slider .slider .slide .h1 {
    font-size: 1.5rem;
  }

  #main-slider {
    margin-bottom: 50px;
  }

  #main-slider .slick-dots {
    max-width: 1400px;
    margin-left: 0;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media screen and (max-width: 1023px) {
  #main-slider .slick-arrow {
    height: 40px;
    padding: 7px;
    top: 50%;
    margin-top: -25px !important;
    bottom: auto;
  }

  #main-slider .slick-arrow svg {
    width: 12px;
    height: auto;
  }

  #main-slider .slick-arrow:before {
    border-bottom: 40px solid rgba(242, 116, 3, .85);
  }

  #main-slider .slick-arrow:after {
    border-top: 40px solid rgba(242, 116, 3, .85);
  }

  #main-slider .slick-arrow.slick-next {
    right: 0;
    margin: 0;
  }

  #main-slider .slick-arrow.slick-prev {
    right: auto;
    left: 0;
    margin: 0;
  }

  #main-slider {
    height: auto;
    /* max-width:768px; */
    margin: -65px auto 25px;
  }

  #main-slider:after {
    display: none;
  }

  #main-slider .slider img {
    width: 100%;
  }

  #main-slider .slider {
    height: auto;
  }

  #main-slider .slide {
    margin-top: 0;
  }

  #main-slider .slide__content {
    display: none;
  }

  #main-slider .slide__image {
    display: none;
  }

  #main-slider .slide-mobile {
    display: block;
    /* height:250px; */
  }
}

@media screen and (min-width: 420px) and (max-width: 1023px) {
  .catalog-section.slick-slider .slick-arrow {
    top: 70px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1139px) {
  .catalog-section-element__content {
    padding: 20px 10px 0;
  }

  .catalog-section-element__image {
    height: 200px;
  }
}

@media screen and (min-width: 420px) and (max-width: 767px) {
  .catalog-section-element__content {
    padding: 20px 10px;
  }

  .catalog-section-element__image {
    height: 180px;
  }
}

@media screen and (max-width: 1439px) {
  .catalog-section-element__hide {
    display: none !important;
  }

  /* .present{
		display:none !important;
	} */
}

@media screen and (max-width: 600px) {
  .catalog-detail__image {
    width: 100%;
    padding-right: 0;
  }

  .catalog-detail__info {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (min-width: 426px) and (max-width: 1023px) {

  .sidebar-block-filter,
  .sidebar-menu-block {
    width: 100%;
    max-width: 300px;
    right: 0;
  }

  #close_menu.sidebar-menu svg {
    right: 320px;
    left: auto;
  }
}

.modal {
  display: none;
  width: 95%;
  max-width: 500px;
}

.error-span {
  color: red;
  display: block;
  margin-top: 5px;
}

.modal input[type="submit"] {
  display: block;
  margin: 0 auto;
}

.modal h3 {
  margin-bottom: 40px;
}

.form-add-ok {
  padding: 25px 30px;
  border: 2px solid green;
  color: green;
  width: 100%;
  font-size: 15px;
  line-height: 24px;
}

.catalog-section-margin {
  margin-bottom: 70px;
}

.news-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .news-list .news-preview {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% * 1/3 - (20px - 20px * 1/3));
    max-width: calc(100% * 1/3 - (20px - 20px * 1/3));
    width: calc(100% * 1/3 - (20px - 20px * 1/3));
    margin-bottom: 20px;
  }
  .news-list .news-preview:nth-child(1n) {
    margin-left: 0;
    margin-right: 20px;
  }
  .news-list .news-preview:nth-child(3n) {
    margin-left: auto;
    margin-right: 0;
  }
  .news-list .news-preview:last-child {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .news-list .news-preview {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% * 1/4 - (20px - 20px * 1/4));
    max-width: calc(100% * 1/4 - (20px - 20px * 1/4));
    width: calc(100% * 1/4 - (20px - 20px * 1/4));
    margin-bottom: 20px;
  }

  .news-list .news-preview:nth-child(1n) {
    margin-left: 0;
    margin-right: 20px;
  }

  .news-list .news-preview:nth-child(4n) {
    margin-left: auto;
    margin-right: 0;
  }

  .news-list .news-preview:last-child {
    margin-left: 0;
    margin-right: 0;
  }
}

.news-list .news-preview__image {
  width: 100%;
  height: auto;
  margin-left: 0;
}
.news-list .news-preview__image:before,
.news-list .news-preview__image:after {
  display: none;
}

.result {
  padding-left: 75px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  min-height: 54px;
  margin-bottom: 30px;
  position: relative;
}

.result>svg {
  position: absolute;
  top: 0;
  left: 0;
}

.result__num {
  font-size: 49px;
  font-family: 'Fira Sans';
  font-weight: bold;
  color: rgb(0, 0, 0);
  white-space: nowrap;
}

.result__text {
  font-family: 'Fira Sans';
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .result {
    display: block;
    padding-left: 0;
    text-align: center;
  }

  .result__text {
    margin-left: 0;
  }

  .result>svg {
    position: relative;
    margin-bottom: 20px;
  }

  .result__num {
    margin-bottom: 20px;
  }
}

.transport {
  width: 33.33%;
  float: left;
}

.transport__icon {
  position: relative;
  height: 68px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.transport__icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  line-height: 20px;
  font-size: 15px;
  font-family: 'Fira Sans';
  color: #fff;
  font-weight: bold;
  z-index: 10;
}

.transport__desc {
  margin-top: 20px;
}

.certificates {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.certificate-item__title {
  font-weight: bold;
  font-family: 'Fira Sans';
  font-size: 20px;
  line-height: 26px;
  margin-top: 20px;
}

.certificate-item__photo a {
  position: relative;
  display: inline-block;
  height: 100%;
}

.certificate-item__title a {
  text-decoration: none;
  color: #111;
}

.certificate-item__photo a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: url(/local/templates/tyanitolkai/assets/css/../images/phg-plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(244, 167, 65, .54);
  transition: all .3s ease;
}

.certificate-item__title a:hover {
  color: #f48726;
}

.certificate-item__photo a:hover:before {
  opacity: 1;
}

.ul-advantages {
  float: left;
  text-align: left;
  width: 50%;
  font-size: 18px;
  line-height: 26px;
}

.ul-advantages li:not(:last-child) {
  margin-bottom: 20px;
  display: block;
}

.ul-advantages li {
  padding-top: 2px;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M8.5%2020a1.5%201.5%200%200%201-1.061-.439L.379%2012.5%202.5%2010.379l6%206%2013-13L23.621%205.5%209.561%2019.561A1.5%201.5%200%200%201%208.5%2020z%22%20fill%3D%22%23f48726%22%2F%3E%3C%2Fsvg%3E');
}

@media screen and (min-width: 1024px) {
  .certificates .certificate-item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/4 - (20px - 20px * 1/4));
    max-width: calc(99.9% * 1/4 - (20px - 20px * 1/4));
    width: calc(99.9% * 1/4 - (20px - 20px * 1/4));
    margin-bottom: 20px;
  }

  .certificates .certificate-item:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0;
  }

  .certificates .certificate-item:nth-child(4n+4) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .certificates .certificate-item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/4 - (20px - 20px * 1/4));
    max-width: calc(99.9% * 1/4 - (20px - 20px * 1/4));
    width: calc(99.9% * 1/4 - (20px - 20px * 1/4));
    margin-bottom: 20px;
  }

  .certificates .certificate-item:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0;
  }

  .certificates .certificate-item:nth-child(4n+4) {
    margin-right: 0;
  }

  .certificate-item__title {
    font-size: 14px;
    line-height: 21px;
  }
}

@media screen and (max-width: 767px) {
  .transport {
    width: 100%;
    margin-bottom: 15px;
  }

  .ul-advantages {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .certificates .certificate-item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/2 - (20px - 20px * 1/2));
    max-width: calc(99.9% * 1/2 - (20px - 20px * 1/2));
    width: calc(99.9% * 1/2 - (20px - 20px * 1/2));
    margin-bottom: 20px;
  }

  .certificates .certificate-item:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0;
  }

  .certificates .certificate-item:nth-child(2n+2) {
    margin-right: 0;
  }

  .certificate-item__title {
    font-size: 14px;
    line-height: 21px;
  }
}

@media screen and (max-width: 1023px) {
  .present {
    margin: 100px 0;
    padding: 20px 0;
  }

  .present:before {
    top: -100px;
  }

  .present:after {
    bottom: -100px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1219px) {
  .present {
    margin: 130px 0;
  }

  .present:before {
    top: -130px;
    height: 130px;
  }

  .present:after {
    bottom: -130px;
    height: 130px;
  }
}

@media screen and (min-width: 1220px) and (max-width: 1639px) {
  .present {
    margin: 190px 0;
  }

  .present:before {
    top: -190px;
    height: 190px;
  }

  .present:after {
    bottom: -190px;
    height: 190px;
  }
}


.managers {
  margin-bottom: 10px;
}

.managers h3 {
  margin-bottom: 40px;
}

.managers .manager {
  margin-bottom: 40px;
}

.manager {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
}

.manager__photo {
  width: 128px;
  height: 128px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #fff;
}

.manager__photo img {
  border-radius: 50%;
  width: 128px;
  height: 128px;
}

.manager__info {
  flex: 1;
}

.manager__name {
  font-family: 'Fira Sans';
  font-size: 20px;
  line-height: 26px;
  margin-right: 15px;
  font-weight: bold;
}

.manager__city {
  color: #111;
  font-family: 'Fira Sans';
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  font-weight: normal;
  white-space: nowrap;
}

.manager__city svg {
  margin-right: 4px;
  vertical-align: middle;
  margin-top: -2px;
}

.manager__city span {
  /*text-decoration: underline;*/
}

.manager__status {
  font-size: 13px;
  line-height: 20px;
  color: #555;
  margin-top: 10px;
}

.manager__contact {
  margin-top: 15px;
}

.manager__phone {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 15px;
  display: inline-block;
  white-space: nowrap;
}

.manager__phone span {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .manager {
    text-align: center;
    display: block;
  }

  .manager__photo {

    margin: 0 auto 10px;
  }
}

.where-buy__city {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px solid #ccc;
  min-height: 40px;
  margin-bottom: 20px;
}

.where-buy__city .manager__city {
  font-size: 16px;
  line-height: 22px;
}

.where-buy__sidebar {
  width: 100%;
  position: relative;
  display: block;
}

.where-buy__map {
  display: none;
}

.where-buy__map .map-container {
  width: 100%;
  height: 100%;
}

.where-buy__item {
  font-size: 14px;
  line-height: 22px;
}

.where-buy__item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.where-buy__item h4 {
  font-size: 15px;
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .where-buy {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    height: 450px;
  }

  .where-buy__city {
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .where-buy__map {
    display: block;
    flex: 1;
  }

  .where-buy__content {
    position: absolute;
    top: 60px;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 20px;
  }

  .where-buy__sidebar {
    width: 320px;
    margin-right: 30px;
    height: 450px;
  }
}

.part-2 {
  width: 50%;
  float: left;
}

.part-2:first-child {
  padding-right: 50px;
}

@media screen and (max-width: 1023px) {
  .part-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .part-2:first-child {
    padding-right: 0;
  }
}

.geography {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.geography:after {
  content: '';
  display: table;
  clear: both;
}

.geography__content {
  padding-right: 20px;
}

.geography img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .geography {
    margin-top: 10px;
  }

  .geography__content {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .geography__map {
    width: 100%;
  }
}

.catalog-section-element__price,
.catalog-detail__price {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px;
  font-family: 'Fira Sans', sans-serif;
}

.catalog-detail__price .price {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.catalog-detail__price {
  margin-top: 30px;
  text-align: left;
}

.catalog-section-element__price .price {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}

.bx-filter-input-checkbox input[type="checkbox"] {
  display: none;
}

.bx-filter-param-label.checkbox span {
  display: inline;
}

.bx-filter-parameters-box-container button {
  display: block;
  width: 100%;
  margin-left: 0px;
}

.bx-filter-parameters-box-container {
  margin-top: 15px;
}

#del_filter {
  background-color: #f1f1f1;
  color: #111;
}

#del_filter:before {
  border-bottom-color: #f1f1f1;
}

#del_filter:after {
  border-top-color: #f1f1f1;
}

#del_filter:hover {
  opacity: .7;
}

.bx-filter .bx-filter-parameters-box-title span {
  color: #231F20;
  font-family: 'Fira Sans';
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}

.bx-filter-parameters-box-container {
  padding-bottom: 10px;
}

.bx-filter-button-box .bx-filter-parameters-box-container {
  padding-bottom: 0;
}

.bx-filter {
  margin-bottom: 0;
}

.present__image {
  position: absolute;
  right: 0;
  top: 50%;
  width: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .present__image {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .present__content {
    width: 100%;
  }

  .present__content .h1 {
    font-size: 1.6rem;
  }

  .present__image {
    display: none;
  }

  .present {
    min-height: 0;
  }
}

.subscribe-form {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .subscribe-form input[type="submit"] {
    position: absolute;
    bottom: 165px;
    margin: 0;
    right: 3px;
  }
}

.subscribe-form .checkbox {
  text-align: left;
}

.sidebar-banner .btn {
  height: auto;
  min-height: 44px;
}

.sidebar-banner .btn:after,
.sidebar-banner .btn:before {
  display: none;
}

.search-page {
  margin-bottom: 20px;
  max-width: 600px;
}

.search-page:after {
  content: '';
  display: table;
  clear: both;
}

.search-page form {
  display: block;
}

.search-page form:after {
  content: "";
  display: table;
  clear: both;
}

.search-page-form {
  width: 80%;
  float: left;
}

.search-page .submit {
  float: right;
  width: 20%;
  padding-left: 10px;
}

.search-page input[type="submit"].btn {
  width: 100%;
  height: 50px;
  margin: 0;
  min-width: 0;
}

@media screen and (max-width: 767px) {
  .search-page-form {
    width: 70%;
  }

  .search-page .submit {
    width: 30%;
  }
}

table.clear {
  margin-left: -15px;
  margin-right: -15px;
  border: none;
  margin-top: 10px;
}

table.clear th,
table.clear td {
  padding: 0px 15px;
  border: none;
}

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

  table.clear th,
  table.clear td {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.catalog-detail__price-list {
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}

.gallery-block {
  width: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 419px) {
  .gallery-block__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/2 - (10px - 10px * 1/2));
    max-width: calc(99.9% * 1/2 - (10px - 10px * 1/2));
    width: calc(99.9% * 1/2 - (10px - 10px * 1/2));
    margin-bottom: 10px;
  }

  .gallery-block .gallery-block__item:nth-child(1n) {
    margin-right: 10px;
    margin-left: 0;
  }

  .gallery-block .gallery-block__item:nth-child(2n) {
    margin-right: 0px;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .gallery-block__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/4 - (20px - 20px * 1/4));
    max-width: calc(99.9% * 1/4 - (20px - 20px * 1/4));
    width: calc(99.9% * 1/4 - (20px - 20px * 1/4));
    margin-bottom: 20px;
  }

  .gallery-block .gallery-block__item:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0;
  }

  .gallery-block .gallery-block__item:nth-child(4n) {
    margin-right: 0px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) and (min-width: 420px) {
  .gallery-block__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/3 - (10px - 10px * 1/3));
    max-width: calc(99.9% * 1/3 - (10px - 10px * 1/3));
    width: calc(99.9% * 1/3 - (10px - 10px * 1/3));
    margin-bottom: 10px;
  }

  .gallery-block .gallery-block__item:nth-child(1n) {
    margin-right: 10px;
    margin-left: 0;
  }

  .gallery-block .gallery-block__item:nth-child(3n) {
    margin-right: 0px;
    margin-left: 0;
  }
}

.gallery-block__item a {
  position: relative;
  display: inline-block;
  height: 100%;
}

.gallery-block__item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: url(/local/templates/tyanitolkai/assets/css/../images/phg-plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(244, 167, 65, .54);
  transition: all .3s ease;
}

.gallery-block__item a.video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: url(/local/templates/tyanitolkai/assets/css/../images/youtube-play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(244, 167, 65, .54);
  transition: all .3s ease;
}

.gallery-block__item a:hover:before {
  opacity: 1;
}
.container {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%;
}
.container iframe, .container object, .container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.official {
  text-decoration: none;
  color: #000000;
  font-family: Fira Sans, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
}

.official:hover {
  color: #000000;
}

.official p {
  margin-top: 5px;
  width: 130px;
  text-align: center;
  line-height: 1em;
}

@media screen and (max-width: 1024px) {
  .official img,
  .official p {
    width: 110px;
  }

  .official p {
    font-size: 11px;
  }
}

@media screen and (max-width: 425px) {
  .header__logo,
  .official img,
  .official p {
    width: 100px;
  }

  .official p {
    font-size: 10px;
  }
}

/*ИЗМЕНЕНИЕ ДЛЯ ИКОНКИ НОМЕРА*/
.header__mobile a 
{

   	background-image: url(/local/templates/tyanitolkai/assets/css/../images/phone.svg);
    background-repeat: no-repeat;
    background-position: center;
	color:transparent;

}
.header__mobile a:hover {

	color:transparent;

}

.vacancies__row {
  width: 100%;
}

.vacancies__row p {
  font-size: 17px;
}

.vacancies__col-6,
.vacancies__col-12 {
  box-sizing: border-box;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.vacancies__col-12 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .vacancies__col-6 {
    width: calc(100% / 2 - 2px);
  }
}

.timer-script{
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .timer-script div {
    transform: scale(0.7);
  }
  .timer-script{
    margin-top: 15px;
  }
}
@media screen and (max-width: 500px) {
  .timer-script div {
    transform: scale(0.55);
  }
  .timer-script {
    height: 70px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 370px) {
  .timer-script div {
    transform: scale(0.45);
    height: 50px;
  }
}

.cookie_note {
  display: none;
  position: fixed;
  bottom: 15px;
  left: 15px;
  max-width: 340px;
  padding: 15px;
  background-color: white;
  border: 1px solid #f48726;
  z-index: 999;
  flex-direction: column;
}

.cookie_note p {
  font-size: 0.8rem;
  text-align: justify;
  line-height: 1.2;
  margin-bottom:15px;
}

.cookie_note .cookie_buttons { display:flex;flex-direction: row;justify-content: space-between;gap: 15px; }

.cookie_note .cookie_buttons button, .cookie_note .cookie_buttons a {
width:100%;
padding: 6px;
  font-size: 0.8rem;
  text-align: center;
}

@media (min-width: 576px) {
.cookie_note.show{
      display: flex;
}
}

@media (max-width: 575px) {
  .cookie_note.show{
      display: block;
      text-align: left;
  }
}
/* End */


/* Start:/local/templates/tyanitolkai/components/bitrix/menu/header/style.css?1652883971581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/tyanitolkai/components/bitrix/menu/header/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/tyanitolkai/components/bitrix/breadcrumb/main/style.css?1652883971585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/tyanitolkai/components/bitrix/menu/footer-menu/style.css?1652883971581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/tyanitolkai/components/bitrix/menu/footer-menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/tyanitolkai/components/bitrix/menu/footer-titles/style.css?1652883971581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/tyanitolkai/components/bitrix/menu/footer-titles/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/bitrix/components/bxmaker/geoip.city/templates/.default/style.css?165288396013512*/
.js-bxmaker__geoip__city-name-global {
  cursor: pointer;
  border-bottom: 1px dashed #3585CC;
  color: #3585CC;
}
.js-bxmaker__geoip__city-name-global:hover {
  border-bottom-color: transparent;
}
.bxmaker__geoip__city {
  margin: 0 auto;
  position: relative;
  font-size: 14px;
  padding: 0;
}
.bxmaker__geoip__city * {
  font-weight: normal;
  line-height: normal;
  box-sizing: border-box;
}
.bxmaker__geoip__city__composite__params {
  display: none !important;
}
.bxmaker__geoip__popup {
  margin: 0 auto;
  font-size: 14px;
  padding: 0;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.bxmaker__geoip__popup * {
  font-weight: normal;
  line-height: normal;
  box-sizing: border-box;
}
.bxmaker__geoip__popup::selection,
.bxmaker__geoip__popup *::selection {
  background: transparent;
}
.bxmaker__geoip__popup-background {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 2s easy, background 2s easy;
}
.bxmaker__geoip__popup-content {
  position: fixed;
  z-index: 10001;
  top: 10%;
  left: 45%;
  margin-left: -200px;
  width: 520px;
  background: #FFF;
  padding: 20px;
  border-radius: 4px;
  opacity: 0;
}
.bxmaker__geoip__popup-close {
  position: absolute;
  top: 2px;
  height: 30px;
  right: 7px;
  color: rgba(0, 0, 0, 0.29);
  cursor: pointer;
  display: block;
  line-height: 30px;
  font-weight: normal;
  font-size: 28px;
}
.bxmaker__geoip__popup-close:hover {
  color: #2A4E69;
}
.bxmaker__geoip__popup-header {
  font-weight: bold;
  font-size: 15px;
  color: #585858;
}
.bxmaker__geoip__popup-search {
  margin-top: 15px;
  position: relative;
}
.bxmaker__geoip__popup-search input {
  padding: 7px 10px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 36px;
}
.bxmaker__geoip__popup-search input::selection {
  background-color: #8CDCFC !important;
  color: #232323;
}
.bxmaker__geoip__popup-search-clean {
  position: absolute;
  width: 36px;
  height: 36px;
  display: block;
  right: 0;
  top: 0;
  font-size: 23px;
  text-align: center;
  color: #deabab;
  font-weight: normal;
  padding-top: 2px;
  cursor: pointer;
  line-height: 32px;
}
.bxmaker__geoip__popup-search-clean:hover {
  color: #bb4040;
}
.bxmaker__geoip__popup-search-clean.preloader {
  background-image: url("data:image/gif;base64,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");
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
}
.bxmaker__geoip__popup-search-options {
  display: none;
  position: absolute;
  top: 34px;
  border: 1px solid #ccc;
  background: #FFF;
  z-index: 10002;
  border-radius: 0 0 4px 4px;
  width: 100%;
}
.bxmaker__geoip__popup-search-options.active {
  display: block;
  height: auto;
  max-height: 250px;
}
.bxmaker__geoip__popup-search-options.preloader {
  height: 100px;
  overflow: hidden;
  color: #fff;
}
.bxmaker__geoip__popup-search-options.preloader div {
  border-color: transparent;
}
.bxmaker__geoip__popup-search-option {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  padding: 7px 10px;
  color: #909090;
}
.bxmaker__geoip__popup-search-option:last-child {
  border-bottom: none;
}
.bxmaker__geoip__popup-search-option span {
  color: #5f5f5f;
  font-weight: bold;
}
.bxmaker__geoip__popup-search-option p {
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}
.bxmaker__geoip__popup-search-option:hover {
  background: #f1f1f1;
}
.bxmaker__geoip__popup-search-option.bxmaker__geoip__popup-search-option--empty {
  padding: 20px 10px;
  text-align: center;
  line-height: 18px;
  height: auto;
  width: 100%;
  overflow: visible;
}
.bxmaker__geoip__popup-options {
  font-size: 0.90em;
  padding-top: 10px;
  padding-bottom: 0;
}
.bxmaker__geoip__popup-options:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}
.bxmaker__geoip__popup-options.preloader {
  height: 350px;
  overflow: hidden;
  color: transparent;
}
.bxmaker__geoip__popup-options.preloader div {
  border-color: transparent;
  background: transparent;
  display: none;
}
.bxmaker__geoip__popup-options-col {
  float: left;
  padding: 0 10px 0 0;
  width: 33.33%;
}
.bxmaker__geoip__popup-option {
  margin: 0;
  padding: 4px 5px;
  cursor: pointer;
  font-size: 14px;
}
.bxmaker__geoip__popup-option.bxmaker__geoip__popup-option--bold,
.bxmaker__geoip__popup-option.bxmaker__geoip__popup-option--bold span {
  font-weight: bold;
}
.bxmaker__geoip__popup-option span {
  border-bottom: 1px dashed black;
}
.bxmaker__geoip__popup-option:hover {
  background: #8CDCFC;
  border-radius: 3px;
}
.bxmaker__geoip__popup-option:hover span {
  border-bottom-color: transparent;
  font-weight: bold;
}
@media screen and (min-width: 461px) and (max-width: 767px) {
  body .bxmaker__geoip__popup-content {
    top: 3%;
    left: 3%;
    width: 94%;
    padding: 15px;
    margin-left: 0;
    height: auto;
  }
}
@media screen and (max-width: 460px) {
  body .bxmaker__geoip__popup-content {
    top: 5%;
    left: 5%;
    width: 90%;
    padding: 15px;
    margin-left: 0;
    height: auto;
  }
  body .bxmaker__geoip__popup-header {
    display: none;
  }
  body .bxmaker__geoip__popup-city_search_box {
    margin-top: 25px;
  }
  body .bxmaker__geoip__popup-option {
    width: 100%;
    padding: 0;
  }
  body .bxmaker__geoip__popup-option:nth-child(1) {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/tyanitolkai/components/bxmaker/geoip.city.line/.default/style.css?16528839713434*/
.bxmaker__geoip__city__line-name {
    cursor: pointer;
    text-decoration: underline;
}

.bxmaker__geoip__city__line-context {
    position: relative;
    display: inline;
}

.bxmaker__geoip__city__line-context:hover {
    color: #00ADEF;
}

.bxmaker__geoip__city__line-question,
.bxmaker__geoip__city__line-info {
    display: none;
    position: absolute;
    z-index: 1009;
    top: 35px;
    background: #fff;
    width: 200px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.bxmaker__geoip__city__line-question:before,
.bxmaker__geoip__city__line-info:before {
    content: "";
    display: block;
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border: 12px solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0);
}

.bxmaker__geoip__city__line-question:after,
.bxmaker__geoip__city__line-info:after {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
}

.bxmaker__geoip__city__line-question-text {
    padding: 20px 10px;
    text-align: center;
    vertical-align: middle;
    color: #676767;
    font-size: 12px;
}

.bxmaker__geoip__city__line-question-text span {
    color: #676767;
    cursor: pointer;
    border-bottom: none;
    font-size: 14px;
    font-weight: bold;
    margin: 0 1px;
}

.bxmaker__geoip__city__line-question-btn-box {
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    margin-bottom: -1px;
}

.bxmaker__geoip__city__line-question-btn-box:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
    float: none;
}

.bxmaker__geoip__city__line-question-btn-yes {
    float: right;
    width: 50%;
    text-align: center;
    padding: 8px 0;
    border-left: 1px solid #4696dd;
    margin-left: -1px;
    background: #3585CC;
    border-radius: 0 0 5px 0;
}

.bxmaker__geoip__city__line-question-btn-yes:hover {
    background: #2474bb;
    border-left: 1px solid #2474bb;
}

.bxmaker__geoip__city__line-question-btn-no {
    float: left;
    width: 50%;
    text-align: center;
    padding: 8px 0;
    border-right: 1px solid #1363aa;
    margin-right: -1px;
    background: #3585CC;
    border-radius: 0 0 0 5px;
}

.bxmaker__geoip__city__line-question-btn-no:hover {
    background: #2474bb;
}

.bxmaker__geoip__city__line-info-content {
    padding: 20px 10px;
    text-align: center;
    vertical-align: middle;
    color: #676767;
}

.bxmaker__geoip__city__line-info-content a {
    border-bottom: 1px dashed #3585CC;
    cursor: pointer;
    text-decoration: none;
    color: #3585CC;
}

.bxmaker__geoip__city__line-info-content a:hover {
    border-color: transparent;
}

.bxmaker__geoip__city__line-info-btn-box {
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.bxmaker__geoip__city__line-info-btn {
    float: left;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    border-right: 1px solid #1363aa;
    background: #3585CC;
    border-radius: 0 0 5px 5px;
}

.bxmaker__geoip__city__line-info-btn:hover {
    background: #2474bb;
}

/* End */


/* Start:/local/templates/tyanitolkai/components/bitrix/form.result.new/.default/style.css?1652883971859*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/tyanitolkai/components/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/tyanitolkai/components/bitrix/form.result.new/.default/images/icon_warn.gif);
}

/*Стили для лоадера на кнопке*/
.submit {
	background-size: 30px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
/* End */


/* Start:/local/templates/tyanitolkai/styles.css?16941695973*/
﻿
/* End */
/* /local/templates/tyanitolkai/assets/css/slick.css?16528839711729 */
/* /local/templates/tyanitolkai/assets/js/fancybox/jquery.fancybox.css?165288397117845 */
/* /local/templates/tyanitolkai/assets/css/ion.tabs.css?16528839711313 */
/* /local/templates/tyanitolkai/assets/css/styles.css?175082680589269 */
/* /local/templates/tyanitolkai/components/bitrix/menu/header/style.css?1652883971581 */
/* /local/templates/tyanitolkai/components/bitrix/breadcrumb/main/style.css?1652883971585 */
/* /local/templates/tyanitolkai/components/bitrix/menu/footer-menu/style.css?1652883971581 */
/* /local/templates/tyanitolkai/components/bitrix/menu/footer-titles/style.css?1652883971581 */
/* /bitrix/components/bxmaker/geoip.city/templates/.default/style.css?165288396013512 */
/* /local/templates/tyanitolkai/components/bxmaker/geoip.city.line/.default/style.css?16528839713434 */
/* /local/templates/tyanitolkai/components/bitrix/form.result.new/.default/style.css?1652883971859 */
/* /local/templates/tyanitolkai/styles.css?16941695973 */
