

/* Start:/bitrix/components/bitrix/map.google.system/templates/.default/style.css?168499996230*/
.bx-google-map {color: black;}
/* End */


/* Start:/local/components/tomgif/slick/templates/.default/style.css?1684999946267*/
.b-carousel .slick-list {margin-left: 15px}
.b-carousel .slick-prev {left: -15px}
.b-carousel .slick-next {right: -15px}
.b-carousel .slick-prev:before, .b-carousel .slick-next:before{
	color: #00467f;
	opacity: 1;
}
.b-carousel__image {border: 3px solid #fff}
/* End */


/* Start:/local/libs/slick-1.6.0/slick.css?16849999461729*/
/* 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/libs/slick-1.6.0/slick-theme.css?16849999463145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/libs/slick-1.6.0/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/libs/slick-1.6.0/./fonts/slick.eot');
    src: url('/local/libs/slick-1.6.0/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/libs/slick-1.6.0/./fonts/slick.woff') format('woff'), url('/local/libs/slick-1.6.0/./fonts/slick.ttf') format('truetype'), url('/local/libs/slick-1.6.0/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/libs/lightbox2/css/lightbox.css?16849999464609*/
/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(/local/libs/lightbox2/css/../img/close.png) url(/local/libs/lightbox2/css/../img/loading.gif) url(/local/libs/lightbox2/css/../img/prev.png) url(/local/libs/lightbox2/css/../img/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/local/libs/lightbox2/css/../img/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(/local/libs/lightbox2/css/../img/prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(/local/libs/lightbox2/css/../img/next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/local/libs/lightbox2/css/../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.orgPreview{
	width:88px;
	height:64px;
}

@media all and (-ms-high-contrast:none)
{
  .lb-next {
    background: url(/local/libs/lightbox2/css/../img/next.png) right 48% no-repeat;
  }
  .lb-prev {
    background: url(/local/libs/lightbox2/css/../img/prev.png) left 48% no-repeat;
  }
  *::-ms-backdrop, .lb-next {
    background: url(/local/libs/lightbox2/css/../img/next.png) right 48% no-repeat;
  }
  *::-ms-backdrop, .lb-prev {
    background: url(/local/libs/lightbox2/css/../img/prev.png) left 48% no-repeat;
  }
}
/* End */


/* Start:/local/components/ch/comments20/templates/.default/style.css?16849999464056*/
﻿/*Ratings*/
.rating > span:hover:before  {
   content: "\2605";
   position: absolute;
   
}
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size:24px;
  color: #00467F;
  cursor: pointer;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
}
.rating span.selected:before{
	   content: "\2605";
   position: absolute;
}

/*Textarea*/
.comment-area textarea{
	width:95%;
	height:75px;
	border:none;
	background:rgb(240, 240, 240);
	padding: 15px;
	resize: vertical;
}
.comment-area textarea:focus{
	outline:1px solid #00467F;
}

/*Controls*/
.controls{
	border-bottom: 1px solid rgb(240, 240, 240);
	padding: 0px 0 14px 0;
	float:left;
	width:100%;
}
.controls .lc{
	float:left;
	width:70%;
}
.controls .errors{
	float:left;
	/*width:100%;*/
	color: rgb(218, 115, 110);
	font-style:italic;
	min-height: 15px;
}
.controls .lc .errors span{
	font-weight:bold;	
}
.controls .rc{
	float:left;
	width:30%;
}

.controls .rc .buttons{
	float:left;
	width:100%;
	text-align:right;
}
.controls:after, .controls .buttons:after{
	clear:both;
	content: '';
}
.controls a.load_button.send{
	top: 5px;
    position: relative;
}
.controls label{
	color: #00467F;
	padding-top: 3px;
    display: block;
	float:left;
}
.controls input[type="checkbox"]{
	float:left;
}
.controls ul{
	list-style:none;
	padding:0;
}
.controls ul li{
	float:left;
}

/*Comment list*/
.comment-list{
	float:left;
	width: 100%;
	margin-bottom: 20px;
}
.comment-list .item{
	padding: 12px 0;
	border-bottom: 1px solid rgb(240, 240, 240);
	width:100%;
	float:left;
}
.comment-list .item .user-photo{
	float:left;
	width:75px;
	height:75px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.comment-list .item .user-photo-mini{
	float:left;
	width:50px;
	height:50px;
	background-size: 50px 50px;
	margin-right:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.comment-list .item .inner{
	margin-left:90px;
}
.comment-list .item .inner > div{
	margin-bottom:5px;
}
.comment-list .item .inner .user{
	float:left;
	font-weight:bold;
	color:#00467F;
	margin-bottom:5px;
	text-align: left;
}
.comment-list .item .inner .user span.text{
	font-weight:normal;
	color: #9daece;
}
.comment-list .item .inner .user span.text-rating{
	font-weight:normal;
}
.comment-list .item .inner .comments{
	width:100%;
	float:left;
	color:#000;
	min-height: 40px;
}
.comment-list .item .inner .sub .comments{
/*	min-height: 20px;*/
	min-height: auto;
	margin-bottom: 5px;
}
.comment-list .item .inner .datetime{
	color:#9daece;
	font-size:10px;
	float:left;
}
.comment-list .item:hover .spam{opacity: 1}


.comment-list .item .spam{
	width:12px;
	font-size:14px;
	float:right;
	opacity:0;
}
.comment-list .item .spam.disable{
	visibility:hidden;
}
.comment-list .item .spam a{
	color:#9daece;
	font-size:14px;
}
.comment-list .item.promo{
	text-align:center;
}
.comment-list .item .sub{
	float: left;
    width: 100%;
	margin-top:5px;
	padding-top: 10px;
	border-top: 1px solid rgb(240, 240, 240);
	/*background:rgba(0, 70, 127, 0.2);*/
}
.comment-list .item .sub .answer{
	float:left;
	width:368px;
}
.comment-list .item .sub .spam{
	width:12px;
	font-size:14px;
	float:right;
	opacity:0;
}
.comment-list .item .sub:hover .spam{opacity: 1}
.comment-list .item .sub .answer textarea{
	float:left;
	width:100%;
	min-height:30px;
	border:none;
	background:rgb(240, 240, 240);
	padding: 15px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}
.comment-list .item .sub .answer textarea:focus{
	outline:1px solid #00467F;
}
.comment-list .item .sub .answer .controls{
	border-bottom:none;
	padding: 10px 0 2px 0;
}
.comment-list .item .answer-to-user{
	text-decoration:none;
}

/*General*/
div.comment-title{
	padding-bottom:10px;
}
/* End */


/* Start:/local/libs/liquidslider/liquid-slider.css?16849999463888*/
/*
 *  Liquid Slider v2
 *  Copyright 2012 Kevin Batdorf
 *  http://liquidslider.com
 *  MIT license
 */

.no-js .liquid-slider {
  height:350px;
  overflow:scroll;
}
.ls-preloader {  
  background: url(/local/libs/liquidslider/images/loading.gif) #f2f2f2 no-repeat center 50%;
  opacity:1;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:2;
}

/*** Containers ***/
.ls-wrapper {
  clear: both;
  overflow: auto;
  position: relative;
}
.liquid-slider {
  width: 600px;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  position: relative;
}
.arrows .liquid-slider {
  /* Margin between slider and arrows */
  margin: 0 10px;
}
.ls-responsive .liquid-slider {
  width: 100%;
  margin: 0;
}
.panel-container {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  /* from http://davidwalsh.name/translate3d */
}
.liquid-slider .panel-container .fade {
  width:100%;
  opacity: 0;
  position: absolute;
  top: 0; 
  left: 0;
  display: block;
}

/*** Panels ***/
.liquid-slider .ls-panel {  
  width: 600px;
  float: left;
  margin-right: -0.05%;
  padding-left: 0.05%;
}
.panel-wrapper {  
  position: relative;
  padding-top: 20px;
}

/*** Tabbed Navigation ***/
.ls-nav {
  overflow:hidden;
  border-bottom: 3px solid rgb(0, 70, 127);
  clear:both;
}
.ls-nav a {
  background-color: #00467f;
  font: normal 1.4rem 'Rotonda-Regular', sans-serif;
  color: #d5e04e;
  outline: 0;
  margin-right: 3px;
  margin-top: 16px;
  padding: 5px 23px;
  border-radius: 10px 10px 0 0;
}
.ls-nav a:hover {
  background: #00467f;
  text-shadow: none;
}
.ls-nav .current a {
  background-color: #00467f;
  padding: 13px 23px;
}
.currentCrossLink {
  font-weight: bold;
}
.ls-nav ul {  
  padding:0;
  clear: both;
  display: block;
  margin: auto;
  overflow: hidden;
}
.ls-nav ul li {
  display: inline-block;
  margin-bottom: -3px;
}
.ls-nav ul li a {
  float: left;
  text-decoration: none;
}

/*** Mobile Navigation ***/
.ls-select-box { 
  width: 100%;
  height: 35px;
  overflow: hidden;
  background: url(/local/libs/liquidslider/images/menu.png) no-repeat right #ddd;
}
.ls-select-box select {  
  width: 150%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance:none;
  background: transparent;
  padding: 5px;
  font-size: 110%;
  border: none;
  height: 35px;
  cursor:pointer;
  outline: 0;
}

/*** Arrow Navigation (non-graphical) ***/
.ls-nav-left, .ls-nav-right {
  top:0;
  float: left;
  clear: both;
}
.ls-nav-left a, .ls-nav-right a {
  background: #000;
  color: #fff;
  padding: 5px;
  width: 100px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.ls-responsive .ls-nav-left {
  position: absolute;
  left: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-left a {
  background: #9A9A9A;
  width: 80px;
}
.ls-responsive .ls-nav-left a:hover {
  background: #747474;
}
.ls-responsive .ls-nav-right {
  position: absolute;
  right: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-right a {
  background: #9A9A9A;
  width: 80px;
}
.ls-responsive .ls-nav-right a:hover {
  background: #747474;
}

/*** Arrow Navigation (graphical) ***/
.ls-nav-left-arrow, .ls-nav-right-arrow {
  cursor: pointer;
  float: left;
  clear: both;
}
.ls-nav-left-arrow a, .ls-nav-right-arrow a {
  display: block;
}
.liquid-slider [class$="-arrow"] {
  width: 25px;
  height: 25px;
  background-image: url(/local/libs/liquidslider/images/arrow.png);
  background-repeat: no-repeat;
  margin-top: 50px;
  position:relative;
}
.ls-nav-right-arrow {
  background-position: top right;  
  margin-right: 5px;
}
.ls-nav-left-arrow {
  background-position: top left;  
  margin-left: 5px;
}
.ls-nav-left-arrow:hover {
  background-position: bottom left;
}
.ls-nav-right-arrow:hover {
  background-position: bottom right;
}
.ls-responsive .ls-nav-left-arrow {
  position: absolute;
  left: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-right-arrow {
  position: absolute;
  right: 0;
  z-index: 2;
}

/* End */
/* /bitrix/components/bitrix/map.google.system/templates/.default/style.css?168499996230 */
/* /local/components/tomgif/slick/templates/.default/style.css?1684999946267 */
/* /local/libs/slick-1.6.0/slick.css?16849999461729 */
/* /local/libs/slick-1.6.0/slick-theme.css?16849999463145 */
/* /local/libs/lightbox2/css/lightbox.css?16849999464609 */
/* /local/components/ch/comments20/templates/.default/style.css?16849999464056 */
/* /local/libs/liquidslider/liquid-slider.css?16849999463888 */
