

/* Start:/bitrix/templates/ikoroll/css/jquery.fancybox.css?178600608018086*/
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #000;
  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: .4;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; 
  opacity:1;
  visibility:visible;
}

.video .fancybox-toolbar {
  right: 12px;
  top: -44px; 
  opacity:1;
  visibility:visible;
}

.fancybox-is-fullscreen .fancybox-toolbar {
  right: 0;
  top: 0;
position:fixed;  
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin:0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  position: relative;
  text-align: left;
  vertical-align: middle; 
  box-shadow:5px 21px 40px rgba(144, 138, 132, 0.4);}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

/*.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }*/

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 0 }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 60px;
  width: 100%; 
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 13px 10px 10px;
  transition: color .2s;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  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 {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* 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 {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* 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); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
	overflow-y:hidden;
 }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  /*max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);*/
  outline: none;

  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before { 
  content: '';
  position: absolute;
  }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }
/* End */


/* Start:/bitrix/templates/ikoroll/css/slick.css?17860060801727*/
/* 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:/bitrix/templates/ikoroll/css/jquery.formstyler.css?178600608012109*/
.jq-checkbox {
	top: -1px;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin: 0 10px 0 0;
	border: 1px solid #ccc;
	background: #fff;
	cursor: pointer;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.jq-checkbox:hover {
	box-shadow:0px 0px 10px rgba(207, 183, 157, 0.4);
	border: 1px solid #fff;
}
.jq-checkbox.checked {
	background:#b2814a;
	border: 1px solid #b2814a;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 12px;
	height: 8px;
	background: url(/bitrix/templates/ikoroll/css/../images/check-icon.svg) no-repeat center center / cover;
	margin:5px 0 0 3px;
}
.jq-checkbox.focused {
	/*border: 1px solid #08C;*/
}
.jq-checkbox.disabled {
	opacity: .55;
}
.jq-radio {
	top: -1px;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin: 0 10px 0 0;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.jq-radio:hover {
	box-shadow:0px 0px 10px rgba(207, 183, 157, 0.4);
	border: 1px solid #fff;
}
.jq-radio.checked {
	background:#b2814a;
	border: 1px solid #b2814a;
}
.jq-radio.checked .jq-radio__div {
	width: 5px;
	height: 5px;
	margin: 7px auto 0 auto;
	border-radius: 50%;
	background: #fff;
}
.jq-radio.focused {
	/*border: 1px solid #08C;*/
}
.jq-radio.disabled {
	opacity: .55;
}


.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	height: auto;
	line-height: 1em;
	cursor: pointer;
}
.jq-file__name {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-number {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
	text-align: left; /* для Opera Presto */
	-moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}


.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	width:100%;
}
.jq-selectbox__select {
	background:none;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:2px solid #e8e8e8;
	height:20px;
	padding:15px 0;
	width:100%;
	display:block;
	outline:none;
	font-family: 'latolight', sans-serif;
	font-size:13px;
	letter-spacing:0.75px;
	color: #2c2c2c;
	margin:0 0 20px;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	bottom:0;
	height: 100%;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	width:10px;
	height:7px;
	background:url(/bitrix/templates/ikoroll/css/../images/select.svg) no-repeat center center / cover;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow {
	transform:rotate(180deg);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	
}
.jq-selectbox__dropdown {
	background: #FFF;
	width:100%;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	margin:-20px 0 0;
}
.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;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	color: #231F20;
}
.jq-selectbox li.selected {
	color:#be8c56;
}
.jq-selectbox li:hover {
	color:#be8c56;
}
.jq-selectbox li.disabled {
	color: #bcbdc0;
}
.jq-selectbox li.disabled:hover {
	
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/bitrix/templates/ikoroll/components/bitrix/menu/nav/style.min.css?1786006080490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/ikoroll/components/bitrix/menu/nav/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/templates/ikoroll/components/bitrix/menu/nav_footer/style.min.css?1786006080490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/ikoroll/components/bitrix/menu/nav_footer/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/templates/ikoroll/components/bitrix/search.title/search/style.css?17860060802108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/ikoroll/components/bitrix/search.title/search/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/bitrix/templates/ikoroll/components/bitrix/menu/top_menu/style.min.css?1786006080490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/ikoroll/components/bitrix/menu/top_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:/bitrix/templates/ikoroll/components/bitrix/breadcrumb/bread/style.min.css?1786006080467*/
.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:0}
/* End */


/* Start:/bitrix/templates/ikoroll/components/bitrix/menu/footer/style.min.css?1786006080490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/ikoroll/components/bitrix/menu/footer/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/templates/ikoroll/components/bitrix/menu/footer_right/style.min.css?1786006080490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/ikoroll/components/bitrix/menu/footer_right/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/templates/ikoroll/styles.css?1786006080670*/
/* Стили для визуального редактора*/

.full-image {width: 100%;}
.image40left {width: 40%; float: left; margin-right: 15px;}
.image40right {width: 40%; float: right; margin-left: 15px;}
.type_text {line-height: 1.5; color: #4A4A4A; font-weight: 400; }
.font400 {font-weight: 400; line-height: 1.5; color: #4A4A4A;}
.font500 {font-weight: 500; line-height: 1.5; color: #4A4A4A;}
.font700 {font-weight: 700; line-height: 1.5; color: #4A4A4A;} 
.mini_title {font-size: 16px; font-weight: 300; padding-left: 10px;}
.forchange {font-weight: 400; line-height: 1.5; color: #4A4A4A;}
.page_wrap p {font-weight: 400; line-height: 1.5; color: #4A4A4A;}
/* End */


/* Start:/bitrix/templates/ikoroll/template_styles.css?178600608024771*/
@font-face {
    font-family: 'book_antiquaitalic';
    src: url('/bitrix/templates/ikoroll/fonts/antquai-webfont.eot');
    src: url('/bitrix/templates/ikoroll/fonts/antquai-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/ikoroll/fonts/antquai-webfont.woff2') format('woff2'),
         url('/bitrix/templates/ikoroll/fonts/antquai-webfont.woff') format('woff'),
         url('/bitrix/templates/ikoroll/fonts/antquai-webfont.ttf') format('truetype'),
         url('/bitrix/templates/ikoroll/fonts/antquai-webfont.svg#book_antiquaitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoblack';
    src: url('/bitrix/templates/ikoroll/fonts/lato-black-webfont.eot');
    src: url('/bitrix/templates/ikoroll/fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/ikoroll/fonts/lato-black-webfont.woff2') format('woff2'),
         url('/bitrix/templates/ikoroll/fonts/lato-black-webfont.woff') format('woff'),
         url('/bitrix/templates/ikoroll/fonts/lato-black-webfont.ttf') format('truetype'),
         url('/bitrix/templates/ikoroll/fonts/lato-black-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latolight';
    src: url('/bitrix/templates/ikoroll/fonts/lato-light-webfont.eot');
    src: url('/bitrix/templates/ikoroll/fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/ikoroll/fonts/lato-light-webfont.woff2') format('woff2'),
         url('/bitrix/templates/ikoroll/fonts/lato-light-webfont.woff') format('woff'),
         url('/bitrix/templates/ikoroll/fonts/lato-light-webfont.ttf') format('truetype'),
         url('/bitrix/templates/ikoroll/fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
	box-sizing:content-box;
}
body {
	background:#f7f7f7;
	font-family: 'latolight', sans-serif;
	font-size:13px;
	letter-spacing:0.75px;
	line-height:30px;
	font-weight: normal;
	color: #2c2c2c;
	padding:0;
	margin:0;
}
a {
	font-family: 'latolight', sans-serif;
	font-size:13px;
	line-height:30px;
	letter-spacing:0.75px;
	font-weight: normal;
	color: #d2a97c;
	outline:none!important;
	border:0!important;
	text-decoration:none!important;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color:#fff;
	background:#b2814a;
}
a:active {
	color:#fff;
	background:#8c6130;
}
H1 {
	padding:0;
	margin:0 0 30px;
	font-family: 'book_antiquaitalic', serif;
	font-size:35px;
	letter-spacing:0.25px;
	line-height:45px;
	color:#2c2c2c;
	font-weight:normal;
	line-height:normal;
}
H2 {
	padding:0;
	margin:0 0 30px;
	font-family: 'book_antiquaitalic', serif;
	font-size:30px;
	line-height:40px;
	letter-spacing:0.25px;
	color:#2c2c2c;
	font-weight:normal;
	line-height:normal;
}
H3 {
	padding:0;
	margin:0 0 25px;
	font-family: 'book_antiquaitalic', serif;
	font-size:20px;
	line-height:30px;
	letter-spacing:0.25px;
	color:#2c2c2c;
	font-weight:normal;
	line-height:normal;
}
H4 {
	padding:0;
	margin:0 0 15px;
	font-family: 'latoblack', serif;
	font-size:13px;
	line-height:18px;
	text-transform:uppercase;
	color: #2c2c2c;
	font-weight: normal;
	letter-spacing:2px;
}
img {
	border:none;
	outline:none;
}
img.alignLeft {
	float:left;
	margin:0 35px 25px 0;
}
img.alignRight {
	float:right;
	margin:0 0 25px 35px;
}
ul, ol {
	padding:0;
	margin:0;
}
ul li, ol li {
	list-style:none;
}
main input[type=text], main input[type=email], header input[type=text], header input[type=email], .fancybox-container input[type=text] {
	background:none;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:2px solid #e8e8e8;
	height:20px;
	padding:15px 0;
	width:100%;
	display:block;
	outline:none;
	font-family: 'latolight', sans-serif;
	font-size:13px;
	letter-spacing:0.75px;
	color: #2c2c2c;
	margin:0 0 20px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
main input[type=text]:focus, maininput[type=email]:focus, maintextarea:focus, .fancybox-container input[type=text]:focus {
	border-bottom:2px solid #be8c56;
}
main textarea, .fancybox-container textarea {
	background:none;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:2px solid #e8e8e8;
	height:20px;
	padding:15px 0;
	width:100%;
	display:block;
	outline:none;
	font-family: 'latolight', sans-serif;
	font-size:13px;
	letter-spacing:0.75px;
	color: #2c2c2c;
	margin:0 0 20px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
main input[type=submit], .fancybox-container input[type=submit] {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding:20px 30px;
	display:inline-block;
	font-family: 'latoblack', serif;
	font-size:13px;
	line-height:13px;
	text-transform:uppercase;
	letter-spacing:2px;
	background:none;
	outline:none;
	cursor:pointer;
	border:2px solid #be8c56;
	color:#be8c56;
	margin:30px 0 0;
}
main input[type=submit]:hover, .fancybox-container input[type=submit]:hover {
	background:#be8c56;
	border:2px solid #be8c56;
	color:#fff;
}
main input[type=submit]:active, .fancybox-container input[type=submit]:active {
	background:#8c6130;
}
.input.error input[type=text], .input.errorinput[type=email], .input.error input[type=phone] {
	border-color:#ff0054;
}
font.errortext, .fancybox-container font.errortext {
	color:#ff0054!important;
}
.fix {
	clear:both!important;
	font-size:1px!important;
	vertical-align:1px!important;
	float:none!important;
}
.wrapper {
	max-width:1200px;
	margin:0 auto;
}
/*Header*/
#topHeader {
	position:relative;
	padding:20px 0;
	height:60px;
	text-align:center;
}
#menuBtn {
	position:absolute;
	z-index:101;
	top:40px;
	left:65px;
	font-family: 'latoblack', serif;
	font-size:13px;
	text-transform:uppercase;
	color: #2c2c2c;
	font-weight: normal;
	letter-spacing:2px;
	cursor:pointer;
}
#menuBtn span {
	background:url(/bitrix/templates/ikoroll/images/menu-icon.svg) no-repeat center left / cover;
	display:inline-block;
	width:12px;
	height:10px;
	margin-right:15px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#menuBtn.active span {
	background:url(/bitrix/templates/ikoroll/images/close-icon.svg) no-repeat center left / cover;
	width:10px;
	margin-right:17px;
}
#menuCatalog {
	position:absolute;
	z-index:100;
	top:0;
	left:0;	
	width:490px;
	box-shadow:0 16px 38px rgba(121, 100, 77, 0.4);
	display:none;
}
#menuCatalog .topMenu {
	background:#fff;
	padding:100px 90px 0;
}
#menuCatalog #topMenu {
	background:#fff;
	padding:100px 90px 60px;
}
#menuCatalog #bottomMenu {
	background:#f7f7f7;
	padding:50px 90px;
	text-align:left;
}
#topMenu {
	text-align:left;
}
#topMenu > li {
	padding:15px 0;
}
#topMenu > li > a {
	font-family: 'latoblack', serif;
	font-size:13px;
	text-transform:uppercase;
	color: #2c2c2c;
	font-weight: normal;
	letter-spacing:2px;
	position:relative;
}
#topMenu > li > a:before {
	position:absolute;
	content:'';
	width:0px;
	height:2px;
	background:#d2a97c;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	left:-45px;
	top:8px;
}
#topMenu > li > a:hover, #topMenu > li > a.selected {
	background:none;
	color:#d2a97c;
}
#topMenu > li > a:hover:before, #topMenu > li > a.selected:before {
	width:38px;
}
.subMenu > li {
	margin:15px 0 0;
	line-height:18px;
}
.subMenu > li > a, #bottomMenu > li > a, .subCatalog > li > a {
	color:#2c2c2c;
	background:none;
	line-height:18px;
}
.subMenu > li > a:hover, .subMenu > li > a.selected, #bottomMenu > li > a:hover, #bottomMenu > li > a.selected, .subCatalog > li > a:hover, .subCatalog > li > a.selected {
	color:#d2a97c;
	background:none;
}
.subCatalog {
	text-align:left;
}
.subCatalog > li {
	margin:15px 0 0;
	display:inline-block;
	vertical-align:top;
	width:45%;
}
.subCatalog > li:nth-child(2n) {
	margin-left:5%;
}
.subCatalog > li > span {
	font-family: 'latoblack', serif;
	font-size:13px;
	text-transform:uppercase;
	color: #bcbdc0;
	font-weight: normal;
	letter-spacing:2px;
}
#bottomMenu > li {
	margin:7px 0;
}
header {
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	position:relative;
}
header .menu .subCatalog {
	background:#fff;
	position:absolute;
	z-index:100;
	padding:60px;
	left:0;
	min-width:310px;
	top:92px;
	opacity:0;
	visibility:hidden;
	box-shadow:5px 21px 40px rgba(207, 183, 157, 0.4);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
header .menu > ul > li:hover .subCatalog {
	opacity:1;
	visibility:visible;
}
header .menu .subCatalog > li {
	margin-top:0;	
}
#blackBg {
	background:rgba(0,0,0,0.4);
	position:fixed;
	z-index:99;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	display:none;
}
#logo {
	width:165px;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
}
#logo img {
	width:100%;
	height:auto;
	display:block;	
}
header .phone, header .search {
	float:right;
}
#searchBox {
	position:absolute;
	z-index:2;
	width:0px;
	right:85px;
	height:55px;
	overflow:hidden;
	background:#f7f7f7;
	top:0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#searchBox.active {
	width:460px;
}
#searchBox input {
	background:#f7f7f7;
	border:0;
	display:block;
	width:95%;
	height:98%;
	border-bottom:2px solid #e8e8e8;
	position:relative;
	padding:0 5% 0 0;
	line-height:100%;
	outline:none;
	font-family: 'latolight', sans-serif;
	font-size:13px;
	letter-spacing:0.75px;
}
#searchBox form, #searchBox #title-search {
	dipslay:block;
	height:inherit;
}
#searchPopup {
	background:#fff;
	padding:60px;	
}
div.title-search-result {
	box-shadow:5px 21px 40px rgba(207, 183, 157, 0.4);
	border:0!important;
}
#searchPopup h4 {
	color:#bcbdc0;
}
#searchPopup a {
	color:#2c2c2c;
	background:none;
}
#searchPopup a:hover {
	color:#d2a97c;
}
#searchPopup ul {
	margin:0 0 25px;
}
#searchPopup ul:last-child {
	margin:0;
}
.menu {
	background:#fff;
	text-align:center;
}
#searchBtn {
	display:block;
	width:12px;
	height:12px;
	background:url(/bitrix/templates/ikoroll/images/search-icon.svg) no-repeat center center / cover;
	cursor:pointer;
	z-index:10;
	position:relative;
}
.search {
	padding:26px 65px 0 40px;
	position:relative;
}
.phone {
	padding:17px 0 0;
}
.phone, .phone a {
	font-family: 'latoblack', serif;
	font-size:13px;
	text-transform:uppercase;
	color: #2c2c2c;
	letter-spacing:1px;
}
.phone a:hover {
	background:none;
}
.menu > ul {
	margin:0 auto;
	padding:0;
	display:table;
}
.menu > ul > li {
	display:table-cell;
	vertical-align:middle;
	position:relative;
	line-height:13px;
}
.menu > ul > li > a {
	font-family: 'latoblack', serif;
	font-size:13px;
	text-transform:uppercase;
	color: #2c2c2c;
	letter-spacing:2px;
	line-height:13px;
	display:inline-block;
	position:relative;
	padding:40px;
}
.menu > ul > li > a:hover, .menu > ul > li > a.selected, .menu > ul > li:hover > a {
	background:none;
	color:#d2a97c;
}
.menu > ul > li > a:before {
	position:absolute;
	bottom:0;
	height:0px;
	content:'';
	width:2px;
	background:#d2a97c;
	left:50%;
	margin-left:-1px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.menu > ul > li > a:hover:before, .menu > ul > li > a.selected:before, .menu > ul > li:hover > a:before {
	height:28px;
}
#slider {
	max-height:550px;
}
#slider .wrapper {
	position:relative;
	max-width:1160px;
}
/*.sliderTxt {
	position:absolute;
	background:#fff;
	left:0;
	top:90px;
	padding:100px 80px 150px;
	max-height:260px;
	box-shadow:5px 21px 40px rgba(207, 183, 157, 0.4);
	z-index:1;
}
.sliderTxt h1 {
	font-size:65px;
	line-height:65px;
	position:relative;
}
.sliderTxt h1:before {
	position:absolute;
	content:'';
	background:#be8c56;
	width:115px;
	height:3px;
	left:-145px;
	top:30px;
}
.sliderTxt p {
	margin:25px 0;
	max-width:500px;
}*/
.sliderTxt {
	position:absolute;
	left:0;
	top:50px;
	padding:100px 80px 150px;
	max-height:260px;
	z-index:1;
	color:#fff;
}
.sliderTxt h1 {
	font-size:65px;
	line-height:65px;
	position:relative;
	color:#fff;
}
.sliderTxt h1:before {
	position:absolute;
	content:'';
	background:#be8c56;
	width:115px;
	height:3px;
	left:-145px;
	top:30px;
}
.sliderTxt p {
	margin:25px 0;
	max-width:500px;
}
.btn {
	padding:20px 30px;
	color:#fff;
	background:#be8c56;
	display:inline-block;
	font-family: 'latoblack', serif;
	font-size:13px;
	line-height:13px;
	text-transform:uppercase;
	letter-spacing:2px;
	border-radius:0;
	outline:none;
}
.btn:hover {
	background:#d2a97c;
	color:#fff;
}
.btn.line {
	background:none;
	border:2px solid #be8c56!important;
	color:#be8c56;
}
.btn.line:hover {
	background:#be8c56;
	border:2px solid #be8c56!important;
	color:#fff;
}
.btn:active, .btn.line:active {
	background:#8c6130;
	color:#fff;
	outline:none;
}
.btn.line.margin {
	margin:30px 0 0;
}
.sliderTxt .btn {
	background:none;
	border:2px solid #fff!important;
}
.slider .item {
	padding:0 0 90px 0;
}
.slick-dots {
	position:absolute;
	bottom:130px;
	left:0;
	right:0;
	display:block;
	margin:0 auto;
	max-width:1160px;
	z-index:10;
}
.slick-dots li {
	display:inline-block;
	vertical-align:middle;
	margin:0 7px;
	outline:none;
}
.slick-dots li:first-child {
	margin-left:80px;
}
.slick-dots li button {
	display:block;
	cursor:pointer;
	outline:none;
	padding:0;
	width:5px;
	height:5px;
	background:#bcbdc0;
	border:0;
	font-size:0;
	border-radius:50%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.slick-dots li.slick-active button {
	transform:scale(2);
}
.owl-carousel .owl-stage-outer {
	height:520px!important;
}
.owl-carousel .owl-stage-outer img {
	height:100%;
	width:auto!important;
}
#catalog {
	background:#fff;
	margin:85px 0 0;
	padding:0 0 50px;
	position:relative;
	z-index:1;
}
#catalog:after, #page:after {
	position:absolute;
	top:0;
	left:0;
	right:0;
	content:'';
	height:300px;
	background:#f7f7f7;
	z-index:1;
}
#catalog .wrapper, #page .wrapper {
	position:relative;
	z-index:2;
}
#page {
	background:#fff;
	margin:50px 0 0;
	padding:0 0 50px;
	position:relative;
	z-index:1;
}
#contact {
	margin:50px 0 0;
	position:relative;
	z-index:1;
}
.linkAll {
	float:right;
	margin-right:20px;	
	padding:15px 0 0;
}
.linkAll a {
	font-family: 'latoblack', serif;
	font-size:13px;
	text-transform:uppercase;
	color: #2c2c2c;
	letter-spacing:2px;
	background:none;
}
.linkAll a:hover {
	color:#be8c56;
}
.catalog-list, .content {
	clear:both;
	background:#fff;
}
.catalogTitle {
	float:left;
	margin:0 0 50px 20px;
	padding:0 0 0 75px;
	position:relative;
        
}
h1.catalogTitle {text-transform: capitalize;}
.catalogTitle:before {
	position:absolute;
	content:'';
	left:0;
	top:50%;
	background:#be8c56;
	width:38px;
	height:2px;
	margin-top:-1px;
}
.catalog-item {
	background:#fff;
	float:left;
	width:calc(100% / 4);
	margin:0 0 40px;
	position:relative;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.catalog-item img {
	width:100%;
	height:auto;
	display:block;
}
.catalog-item a {
	display:block;
	padding:20px;
	min-height:385px;
	background:none;
	color: #2c2c2c;
}
.catalog-item a h3 {
	font-family: 'latoblack', serif;
	font-size:13px;
	text-transform:uppercase;
	color: #2c2c2c;
	line-height:20px;
	letter-spacing:2px;
	margin:13px 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position:relative;
}
.catalog-item a:hover h3 {
	color:#be8c56;
}
.catalog-item a h3:after {
	content:'\2192 ';
	margin-left:5px;
	opacity:0;
	color:#be8c56;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.catalog-item a:hover h3:after {
	opacity:1;
}
.catalog-item:hover {
	box-shadow:5px 10px 40px rgba(241, 234, 227, 1);
	z-index:1;
}
.catalog-item:nth-child(4n+1) {
	clear:left;
}
.map {
	background:#fff;
}
.contact.map {
	padding:0 0 60px;
	position:relative;
}
.map .bx-yandex-map {
	height:540px!important;
	width:100%!important;
	position:relative;
	z-index:1;
}
[class*="ymaps"][class*="-layers-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
}
.mapPopup {
	background:#fff;
	padding:25px;
	box-shadow:0 16px 38px rgba(121, 100, 77, 0.4);
	width:470px;
}
.mapImg {
	width:40%;
	display:inline-block;
	vertical-align:middle;
}
.mapImg img {
	width:100%;
	height:auto;
}
.mapTxt {
	width:53%;
	display:inline-block;
	vertical-align:middle;
	margin-left:5%;
}
.subscribtion {
	position:relative;
	padding:65px 0 0;
}
.subscribtion:after {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	content:'';
	height:170px;
	background:#fff;
	z-index:1;
}
.subscribtion .wrapper {
	z-index:2;
	position:relative;
	max-width:1160px;
}
.subImg {
	float:left;
	width:50%;
}
.subImg img {
	width:100%;
	height:auto;
	display:block;
	position:relative;
	z-index:2;
}
.subTxt {
	float:right;
	width:50%;
	background:#fff;
	margin-top:55px;
	box-shadow:5px 10px 40px rgba(241, 234, 227, 1);
	position:relative;
	z-index:1;
}
.subTxt > div {
	padding:60px;
}
.subTxt p {
	margin:15px 0 35px;
}
.breadcrumbs {
	max-width:1160px;
	margin:50px auto 0;
}
.breadcrumbs a {
	color:#2c2c2c;
	background:none;
	margin: 0 40px 0 0;
	position:relative;
	display:inline-block;
	vertical-align:top;
}
.breadcrumbs a:hover {
	color:#be8c56;
}
.breadcrumbs a:after {
	content:'';
	background:#2c2c2c;
	width:9px;
	height:1px;
	position:absolute;
	top:15px;
	right:-25px;
}
.breadcrumbs span {
	margin:0;
}
#see {
	padding:65px 0;
	position:relative;
	z-index:2;
}
#see .catalog-item {
	margin-bottom:0;
}
#itemGallery {
	float:left;
	width:50%;
	position:relative;
}
#itemGallery img {
	width:100%;
	height:auto;
	display:block;
}
.itemTxt {
	float:right;
	width:46%;
	padding-left:4%;
	background:#fff;
}
.itemTxtIn {
	padding:40px 80px 0 0;
}
.itemTxtIn p {
	margin:20px 0;
}
.galleryItem {
	overflow:hidden;
}
.galleryThumbs .slick-slide {
	width:calc(100% / 4)!important;
	outline:none;
	cursor:pointer;
	display:block!important;
	float:left;
	margin:20px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.galleryThumbs .slick-track {
	padding:0 0 30px;
}
.galleryThumbs .slick-slide > div > div {
	display:block!important;
}
.galleryThumbs .slick-track {
	width:100%!important;
	transform:none!important;
}
.zoom {
	position:absolute;
	top:25px;
	left:20px;
	background:#fff;
	padding:5px 10px;
	line-height:13px;
	z-index:10;
	color:#2c2c2c;
}
.galleryThumbs .slick-current, .galleryThumbs .slick-slide:hover {
	box-shadow:5px 21px 40px rgba(207, 183, 157, 0.4);
}
.newsItem {
	width:calc(96% / 2);
	float:left;
	margin:0 40px 40px 0;
	display:table;
	background:#fff;
}
.newsItem:nth-child(2n) {
	margin:0 0 40px;	
}
.newsItem:nth-child(2n+1) {
	clear:left;
}
.newsItem a {
	display:block;
	color: #2c2c2c;
	min-height:230px;
}
.newsItem a:hover {
	background:none;
	box-shadow:5px 10px 40px rgba(241, 234, 227, 1);
	z-index:1;
}
.newsImg, .newsTxt {
	display:table-cell;
	vertical-align:middle;
}
.newsImg {
	width:40.7%;
}
.newsImg img {
	width:100%;
	height:auto;
	display:block;
}
.newsTxt {
	width:43%;
	padding:20px 50px 20px 40px;
}
.newsItem h4 {
	line-height:20px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.newsItem p {
	line-height:25px;
	margin:0;
}
.newsDate {
	margin:0 0 15px;
}
.newsItem a:hover h4 {
	color:#d2a97c;
}
.pageBox {
	padding:50px 50px 0 50px;
}
#contact .pageBox {
	padding:50px;
}
.contactBox {
	padding:40px 60px;
	position:absolute;
	right:0;
	top:75px;
	background:#fff;
	box-shadow:5px 10px 40px rgba(241, 234, 227, 1);
	max-width:475px;
	width:100%;
	z-index:2;
}
.contactBox .field label {
	display:none;
}
.map .wrapper {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	/*z-index:2;*/
}
.leftCol {
	float:left;
	width:28%;
	margin-right:40px;
}
.leftCol a {
	color:#2c2c2c;
	background:none;
}
#priceForm {
	background:#fff;
	width:100%;
	max-width:1160px;
	padding: 50px 50px 0;
}
#priceForm .catalogTitle {
	float:none;
}
#subForm {
	background:#fff;
	width:100%;
	min-width:600px;
	padding:50px;
}
#subForm input[type=text] {
	height:auto;
}
#subForm label, #priceForm label {
	display:none;
}
.itemAddress {
	background:#f7f7f7;
	margin:40px 0 0 -50px;
	padding:30px 50px;
}
.itemAddress .leftCol {
	width:55%;
}
.itemAddress .leftCol:nth-child(2) {
	margin:0;
	width:35%;
}
#priceClose {
	position:absolute;
	top:60px;
	right:60px;
	font-family: 'latoblack', serif;
	font-size:13px;
	line-height:18px;
	text-transform:uppercase;
	color: #2c2c2c;
	font-weight: normal;
	letter-spacing:2px;
	z-index:10;
	cursor:pointer;
}
#priceClose span {
	background:url(/bitrix/templates/ikoroll/images/close-icon.svg) no-repeat center left / cover;
	display:inline-block;
	width:10px;
	height:10px;
	margin-right:15px;
}
#priceForm .itemTxtIn {
	padding: 0;
}
#priceForm .catalogTitle {
	margin:
}
#priceForm input[type=text], #priceForm input[type=email], #priceForm textarea, #priceForm .jq-selectbox__select {
	height:50px;
	line-height:normal;
}
#priceFormMessage {
	padding:0 0 35px;
}
.itemDesc {
	margin:15px 0 0;
}
.newsItemDate {
	color:#bcbdc0;
	font-family: 'latoblack', serif;
	font-size:13px;
	line-height:18px;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-bottom:15px;
}
.content ul, .content ol {
	margin:0 0 0 30px;
}
.content ul li {
	padding:0 0 0 40px;
	position:relative;
}
.content ul li:after {
	position:absolute;
	content:'';
	width:7px;
	height:7px;
	top:12px;
	left:0;
	background:url(/bitrix/templates/ikoroll/images/list-icon.svg) no-repeat center center / cover;
}
.content ol li {
	counter-increment: li;
}
.content ol li:before {
	content: counter(li)'.'; 
	font-family: 'book_antiquaitalic', serif;
	font-size:17px;
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
}
blockquote {
	padding:50px;
	margin:0;
	background:#f7f7f7;
	font-family: 'book_antiquaitalic', serif;
	font-size:35px;
	letter-spacing:0.25px;
	line-height:45px;
}
.content iframe {
	width:100%;
}
.galleryNews {
	box-shadow:0px 0px 5px rgba(0,0,0,0.05);
}
.slick-prev {
	position:absolute;
	top:50%;
	margin-top:-25px;
	left:0;
	background:#be8c56;
	color:#fff;
	width:50px;
	height:50px;
	outline:none;
	border:0;
	text-align:center;
	line-height:50px;
	font-size:15px;
	cursor:pointer;
	z-index:2;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.slick-next {
	position:absolute;
	top:50%;
	right:0;
	background:#be8c56;
	color:#fff;
	width:50px;
	margin-top:-25px;
	height:50px;
	outline:none;
	border:0;
	text-align:center;
	line-height:50px;
	font-size:15px;
	cursor:pointer;
	z-index:2;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.slick-prev i, .slick-next i {
	line-height:50px;
}
.slick-prev:hover, .slick-next:hover {
	background:#2c2c2c;
}
.galleryThumbsNews {
	padding:20px 80px;
}
.galleryThumbsNews .slick-slide {
	cursor:pointer;
	outline:none;
}
.galleryThumbsNews .slick-slide img {
	display:block;
	width:100%;
	height:auto;
margin:0 auto;
}
.slick-slide {
	height:auto!important;
}
.galleryThumbsNews .slick-slide > div {
	padding:10px;
}
.galleryThumbsNews .slick-slide > div > div {
	position:relative;
}
.galleryThumbsNews .slick-slide > div > div:after {
	position:absolute;
	border:5px solid #be8c56;
	content:'';
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity:0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.galleryThumbsNews .slick-slide.slick-current > div > div:after, .galleryThumbsNews .slick-slide:hover > div > div:after {
	opacity:1;
}
.galleryThumbsNews .slick-prev {
	left:20px;
	width:30px;
	height:30px;
	line-height:30px;
}
.galleryThumbsNews .slick-next {
	right:20px;
	width:30px;
	height:30px;
	line-height:30px;
}
.galleryThumbsNews .slick-prev i, .galleryThumbsNews .slick-next i{
	line-height:30px;
}
.galleryItemNews .slick-slide img {
	margin:0 auto;
}
.galleryItemNews .slick-slide a {
	display:block;
	background:none!important;
}
.row {
	margin:0!important;
}
.brandBlock > div {
	width:calc(96%/4);
	float:left;
	margin:0 2% 35px;
}
.brandBlock > div img {
	display:block;
	width:100%;
	height:auto;
}
.imgAbout {
	float:left;
	width:calc(100%/3);
	height:auto;
}
/*Footer*/
footer {
	background:#fff;
	padding:65px 0;
	position:relative;
	z-index:1;
}
footer .wrapper {
	max-width:1160px;
}
footer nav {
	float:left;
	width:20%;
	margin-right:5%;
}
footer .address {
	float:left;
	width:25%;
	margin-right:5%;
}
footer .address .leftCol {
	float:none;
	width:auto;
	display:block;
}
footer .footerRight {
	float:right;
	text-align:right;
}
footer nav > ul > li {
	margin:7px 0 0;
}
footer nav > ul > li > a, .address a, .subFooter > li > a {
	color:#2c2c2c;
	background:none;
}
footer nav > ul > li > a:hover, footer nav > ul > li > a.selected, .subFooter > li > a:hover, .subFooter > li > a.selected {
	color:#d2a97c;
	background:none;
}
.subFooter > li {
	display:inline-block;
	vertical-align:middle;
	margin-left:35px;
}
.copy {
	margin:70px 0 0;
}
.made {
	margin:20px 0 0;
}

.tablebodytext
{
	display:none;	
}
/* End */
/* /bitrix/templates/ikoroll/css/jquery.fancybox.css?178600608018086 */
/* /bitrix/templates/ikoroll/css/slick.css?17860060801727 */
/* /bitrix/templates/ikoroll/css/jquery.formstyler.css?178600608012109 */
/* /bitrix/templates/ikoroll/components/bitrix/menu/nav/style.min.css?1786006080490 */
/* /bitrix/templates/ikoroll/components/bitrix/menu/nav_footer/style.min.css?1786006080490 */
/* /bitrix/templates/ikoroll/components/bitrix/search.title/search/style.css?17860060802108 */
/* /bitrix/templates/ikoroll/components/bitrix/menu/top_menu/style.min.css?1786006080490 */
/* /bitrix/templates/ikoroll/components/bitrix/breadcrumb/bread/style.min.css?1786006080467 */
/* /bitrix/templates/ikoroll/components/bitrix/menu/footer/style.min.css?1786006080490 */
/* /bitrix/templates/ikoroll/components/bitrix/menu/footer_right/style.min.css?1786006080490 */
/* /bitrix/templates/ikoroll/styles.css?1786006080670 */
/* /bitrix/templates/ikoroll/template_styles.css?178600608024771 */
