/* Start:/bitrix/templates/main/styles.css?152629861517390*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline:none;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a:focus{text-decoration: none;}

html {
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;    
}
body {
  margin: 0; padding: 0;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1cb5cf;
  text-decoration: none;
}
a:hover{
  color: #1265a7;
  text-decoration: underline;
}

figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 1220px;
  padding: 0 20px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, col-sm-5, .col-md-5, .col-md-6, .col-sm-7, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
  position: relative;
  min-height: 1px;
}

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  
  .col-md-9{
    width: 880px;
    margin-right: 20px;
  }
  
  .col-md-2{
    width: 220px;
  }  
  
  .col-md-3{
    width: 280px;
  }
  
  .col-md-5{
    width: 480px;
  }  
.col-md-6 {
width: 50%;
} 

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

.pfixed{
  position: fixed;
  top:10px;
}

.fixedb{
  position: fixed;
  bottom:210px;
}

.sticky {
  position: fixed;
  z-index: 101;
}
.stop {
  position: relative;
  z-index: 101;
}

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

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}


@font-face {
  font-family: 'Lobster';
  src: url('/bitrix/templates/main/fonts/lobster.eot?#iefix') format('embedded-opentype'),  url('/bitrix/templates/main/fonts/lobster.woff') format('woff'), url('/bitrix/templates/main/fonts/lobster.ttf')  format('truetype'), url('/bitrix/templates/main/fonts/lobster.svg#Lobster') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* RUR */
@font-face {
    font-family: 'ALSRublRegular';
    src: url('/bitrix/templates/main/fonts/rouble-webfont.eot');
    src: url('/bitrix/templates/main/fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/main/fonts/rouble-webfont.woff') format('woff'),
         url('/bitrix/templates/main/font/rouble-webfont.ttf') format('truetype'),
 		 url('/bitrix/templates/main/fonts/rouble-webfont.otf') format('opentype'),
         url('/bitrix/templates/main/fonts/rouble-webfont.svg#ALSRublRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.price {font-weight: normal; }
span.rub {font-family:"ALSRublRegular"; /*position:relative;*/ font-size:100%; }    
span.rub span {/*position: absolute; overflow: hidden; width: .5em; height: 1em; margin: .25ex 0 0 -.6em; _margin: .15ex 0 0 -.95em;*/display:none; }
/*span.rur span:before { content: '\2013'; }*/

h1, .h1{
  font-size: 24px;
  font-family: 'Lobster';
  font-weight: normal;  
  line-height: 60px;
  margin: 0 0 25px 0;
  text-align: center;
  background: url(/bitrix/templates/main/images/bg-text-title.png) no-repeat bottom center; 
}

h3.nostyle, .h3.nostyle{
  font-size: 18px;
  line-height: 24px;
  font-family: 'Lobster';
  margin:0 0 20px;
  background: none;
  text-align: left;
}

h3, .h3{
  font-size: 24px;
  line-height: 60px;
  font-family: 'Lobster'; 
  font-weight: normal;
  text-align:center;
  margin: 0 0 25px 0;
  background: url(/bitrix/templates/main/images/bg-text-title.png) no-repeat bottom center;
}

.btn{
    height: 55px;
    display: inline-block;
    line-height: 55px;
    min-width: 200px;
    text-align: center;
    text-decoration: none;
    color:#1cb5cf;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    border: 2px solid #1cb5cf;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;    
   -webkit-user-select: none;
   -moz-user-select: none;
    user-select: none;
    
}

.btn:hover{
  color:#1cb5cf;
  text-decoration: none;
  background: url(/bitrix/templates/main/images/btn-hover.png) no-repeat bottom; 
}

.btn:active{
    color:#fff;
    background: #1cb5cf;
    text-decoration: none;
}

.btn-blue{
    color:#1265a7;
    border: 2px solid #1265a7;
    font-weight: normal;
}

.btn-blue:hover{
  color:#1265a7;
  text-decoration: none;
  background: url(/bitrix/templates/main/images/btn-blue-hover.png) no-repeat center 47px;  
}

.btn-blue:active{
	color:#fff;
	background: #1265a7;
        text-decoration: none;
}

.slider .flex-direction-nav a{margin-top: -25px;}
.slider .flex-control-nav{bottom: 30px}

/*
 jQuery FlexSlider v2.6.0
 http://www.woothemes.com/flexslider/
*/

.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
  overflow:hidden;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: auto;
  display: block;
  height: auto;
  -moz-user-select: none;  
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 660px;
}

.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 49px;
  height: 49px;
  position: absolute;
  top: 50%;
  margin-top: -53px;
  z-index: 10;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  background:url(/bitrix/templates/main/images/slider-arrows.png) no-repeat;
}

.flex-direction-nav .flex-prev {
  left: 20px;
  background-position: 15px;
}
.flex-direction-nav .flex-next {
  right:20px;
  text-align: right;
  background-position: -16px;
}

.flex-direction-nav .flex-prev:hover{
  background-color: #8edae7;
  border-radius: 50%; 
}

.flex-direction-nav .flex-next:hover{
  background-color: #8edae7;
  border-radius: 50%;
}

.flex-direction-nav .flex-prev:active{
   background:url(/bitrix/templates/main/images/slider-arrow-focus.png) no-repeat;  
}

.flex-direction-nav .flex-next:active{
   background:url(/bitrix/templates/main/images/slider-arrow-focus.png) no-repeat;
   background-position: -50px;   
}

.flex-direction-nav .flex-disabled {}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 74px;
    text-align: center;
    z-index: 999;
}
.flex-control-nav li {
  margin: 0 7px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.flex-control-paging li a:hover {}

.flex-control-paging li a.flex-active {
   width: 20px;
   height:20px;
   border:2px solid #ede334;
   background:none;
   cursor: default;
   line-height: 25px;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	padding: 0 !important;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close{
      background-image: url('/bitrix/templates/main/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/templates/main/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
      position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
   background: transparent url('/bitrix/templates/main/images/blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
  visibility: visible;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
      position: absolute;
      top: 50%;
      width: 50px;
      height: 50px;
      margin-top: -25px;
      cursor: pointer;
      z-index: 8040;
      display: block;
      border-radius: 50%; 
}

.fancybox-prev span {
      left: 36px;      
    background-position: 15px 10px;
}

.fancybox-next span {
    right: 36px;
    background-position: -16px;
}


.fancybox-prev span, .fancybox-next span{
  background-image: url('/bitrix/templates/main/images/slider-arrows.png');  
  background-repeat: no-repeat;  
}

.fancybox-nav:hover span {
  background-color: #8edae7;
}

.fancybox-nav:active span{background: url(/bitrix/templates/main/images/slider-arrow-focus.png) no-repeat}

.fancybox-next:active span {
  background-position: -50px 0;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/templates/main/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/templates/main/images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/templates/main/images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/main/template_styles.css?152629861511529*/
.wrapper{width: 100%; min-width: 1342px;}

.content{min-height: 400px;}
.content:before, .content:after {content: " "; display: table;}

.header{min-height: 177px; color:#2b2a2a;}
.head-box{height: 92px; font-size: 14px; border-bottom: 1px solid #e6e6e6; font-weight: 400;}

.logo-box{margin-right: 200px;;}
.logo{height: 90px; display: block; padding-top: 12px;}
.head-phone{height: 45px; line-height: 45px; text-align: right; background: url(/bitrix/templates/main/images/icon-phone.png) 15px no-repeat;}
.head-address{height: 92px; line-height: 92px; padding-left: 34px; background: url(/bitrix/templates/main/images/icon-addess.png) no-repeat 0px; }

.btn-delivery{
display:block;
float: right;
width:198px;
text-align:center;
height:32px;
line-height:32px;
background:#2bb6cd;
color:#fff;
border-radius:15px;
-moz-border-radius:15px;
-webkit-border-radius:15px;
text-transform:uppercase;
}

.btn-delivery:hover{background:#30cee8; text-decoration:none;color:#fff;}
.btn-delivery:active{background:#259aad;}

.top-menu{
    height: 85px;
    border-top: 1px solid  #2bb5cc;
    position: relative;
    z-index: 99;
    -webkit-box-shadow: 2px 2px 3px 0 rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    2px 2px 3px 0 rgba(50, 50, 50, 0.4);
    box-shadow:         2px 2px 3px 0 rgba(50, 50, 50, 0.4);
}

.top-menu ul{list-style: none; margin: 0; padding: 0;}
.top-menu li{float: left; color: #2b2a2a; font-size:16px; line-height: 84px; text-transform: uppercase; cursor: pointer;}
.top-menu a{display: block;  margin-left: 19px; margin-right: 19px; color: #2b2a2a; font-size:16px; text-transform: uppercase; text-decoration: none;}
.top-menu a:hover{color: #1cb5cf; }
.top-menu .selected{color:#1cb5cf;}
.top-menu .selected a{color:#1cb5cf;}

.ie11 .top-menu a, .bx-ie .top-menu a{font-size: 15px !important;}

.top-menu ul li:hover .top-menu-sub{
    display: block;
}

.top-menu-sub{
    display: none;
    position: absolute;
    top: 84px;
    height: 59px;
    border-top: 1px solid #def4f8;
    background: #fff;
    width: 100%;
    left: 0;
    -webkit-box-shadow: 2px 2px 3px 0 rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    2px 2px 3px 0 rgba(50, 50, 50, 0.4);
    box-shadow:         2px 2px 3px 0 rgba(50, 50, 50, 0.4);    
}
.top-menu-sub ul {
    background: #fff;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: table;
}

.top-menu-sub li{ background: #fff; color: #2b2a2a; font-size:16px; float: left; line-height: 58px; text-transform: uppercase; margin-left: 12px; margin-right: 12px;}
.top-menu-sub a{display: block; color: #2b2a2a; font-size:16px; text-transform: uppercase; text-decoration: none;}
.top-menu-sub a:hover{color: #1cb5cf; }
.top-menu-sub a.selected{color:#1cb5cf;}

.bgslider-wrapp{position: relative;}

.slider-box{    
    overflow: hidden;
    background: url(/bitrix/templates/main/images/patern_slider.jpg);
}

.slider-box .flexslider{
    height:665px;
    overflow:hidden;   
}

.bgslider-wrapp .slider-clouds{
    width: 100%;
    height: 77px;
    position: absolute;
    bottom: 41px;
    z-index: 999;
    background: url(/bitrix/templates/main/images/slider-clouds.png) no-repeat bottom center;     
}

.slider-wrapp{width: 1342px; margin: 0 auto;}
.slider-wrapp:before, .slider-wrapp:after {
    content: " ";
    display: table;
}

.bgslider-wrapp .slider-rainbow {
    background: url(/bitrix/templates/main/images/slider-rainbow.png) no-repeat center;
    position: absolute;
    bottom: 40px;
    z-index: 1;
    height: 141px;
    width: 100%;
}

.gallery-wrapp{height: 480px; overflow: hidden;}


.home-text{
    margin-top: 35px;
    overflow: hidden;
}

.text-wrapp{
    padding: 0 100px;
    text-align: center;
}

.home-text .text-wrapp{position: relative;}

.home-text .text-wrapp:after, .home-text .text-wrapp:before{
    content: "";
    display: block;
    height: 100%;
    
    position: absolute;
    top: 0;
    width: 101%;
    z-index: 1;  
    
}

 .home-text .text-wrapp:before{
    left: -95%;
    background: url(/bitrix/templates/main/images/bg-text1.png) no-repeat right; 
 }

.home-text .text-wrapp:after{
   right: -95%;
   background: url(/bitrix/templates/main/images/bg-text2.png) no-repeat left;  
}


.gallery-wrapper{width: 100%; background: url(/bitrix/templates/main/images/bg-gallery.jpg); padding-top: 50px; padding-bottom:45px; text-align: center;}

.home-action{margin-bottom:40px;}
.home-action img{
	width:100%;
}


.footer{
    height: 216px;
    color: #2b2a2a;
	border-top: 1px solid #d1f0f5;
}

.footer-menu{height:40px; margin-top: 33px; position: relative;}
.footer-menu ul{list-style: none; margin: 0; padding: 0;     margin-left: -11px;}
.footer-menu li{color: #2b2a2a; font-size:16px; line-height: 40px; float: left; text-transform: uppercase; margin-left: 12px; margin-right: 12px; }
.footer-menu a{color: #2b2a2a; font-size: 12px;  text-decoration: none; font-weight: 400;}
.footer-menu a:hover{color: #1cb5cf; text-decoration: underline;}


.footer-address{
    height: 65px;
    padding-left: 21px;
    line-height: 1;
    font-size: 12px;
    font-weight: 400;
	margin-top: 8px;    
    background: url(/bitrix/templates/main/images/f-address-poing.png) no-repeat;
}

.footer-phone{
    height: 65px;
    font-weight: 400;
    padding-left: 21px;
    font-size: 12px;
    line-height: 1;
	margin-top: 8px;
    background: url(/bitrix/templates/main/images/icon-f-phone.png) no-repeat;
}

.socail-links{
    width: 120px;
    height: 17px;
    background: url(/bitrix/templates/main/images/social-icons.png) no-repeat;
    position: absolute;
    top: 10px;
    right: 0;
}

.socail-links a{ width: 10px;  display: block;  float: left; margin-right: 19px; text-indent: -9999px;}

.copyright{
    background: #03747e;
    height: 70px;
    line-height: 70px;
    color: #f5f5f4;
}
.copyright_krayt{
float: right;
    line-height: 20px;
    margin-top: 16px;
}
.copyright_krayt, .copyright_krayt a {
	color: #fff;
}
.copyright_krayt a:hover {
	text-decoration: underline;
}
.copyright_text {
    float: left;
}
#bx-composite-banner {
    float: left;
margin-left: 30px;
}

.right-contacts .item-title{
   font-size: 18px;
   line-height: 25px;
   font-weight: normal;
   padding-left: 36px;
}

.right-contacts .item-text{
   margin-bottom: 30px;
   padding-left: 39px;   
}

.right-contacts .icon-address{
    width: 25px;
    height: 25px;
    background: url(/bitrix/templates/main/images/icons-sprite.png) no-repeat;
    float: left;    
}

.right-contacts .icon-worktime{
    width: 25px;
    height: 25px;
    float: left;  
    background: url(/bitrix/templates/main/images/icons-sprite.png) no-repeat;
    background-position: -26px;      
}

.right-contacts .icon-phones{
    width: 25px;
    height: 25px;
    float: left;
    background: url(/bitrix/templates/main/images/icons-sprite.png) no-repeat;
    background-position: -52px;        
}

.right-contacts .icon-person{
    width: 25px;
    height: 25px;
    float: left;
    background: url(/bitrix/templates/main/images/icons-sprite.png) no-repeat;
    background-position: -78px;        
}

.right-contacts .icon-duration{
    width: 25px;
    height: 25px;
    float: left;
    background: url(/bitrix/templates/main/images/icons-sprite.png) no-repeat;
    background-position: -156px;        
}

.right-contacts .icon-price{
    width: 25px;
    height: 25px;
    float: left;
    background: url(/bitrix/templates/main/images/icons-sprite.png) no-repeat;
    background-position: -130px;        
} 


.right-contacts .down-title a{font-size: 14px; color: #2b2a2a; line-height: 25px; display: block; padding-left: 36px; margin-bottom:15px; background: url(/bitrix/templates/main/images/icon-download.png) no-repeat;}
.right-contacts .down-title a:hover{color:#1cb5cf; text-decoration: none; background: url(/bitrix/templates/main/images/icon-download-hover.png) no-repeat;}


.col-md-3.block-contacts{
    padding-left: 40px; position: relative;
}

.col-md-3.block-contacts.fixed{
    position: fixed;
    top:180px;
    right: 0;
}

.news-head, .page-head{
   width: 100%;
   height: 250px;
   color: #fff;
   font-size: 30px;
   font-family: 'Lobster';
   text-align: center;
   font-weight: normal;
   margin-bottom: 40px;
   background-size: cover !important;
   display: table;
   position: relative;
}

.news-head .clouds, .page-head .clouds{
    width: 100%;
    height: 39px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: url(/bitrix/templates/main/images/head-clouds.png) no-repeat bottom center;
}

.news-head h1, .news-head .h1, .page-head h1, .page-head .h1, .news-head .head-title{
    vertical-align: middle;
    display: table-cell;
    background: none;
}

.news-head-title{display: table-cell; vertical-align: middle;}

.news-head .time{font-size: 18px; font-family: 'Lobster';}

.page-head.kafe{background: url(/bitrix/templates/main/images/bg-kafe.jpg);}
.page-kafe .slider{margin-bottom: 80px;}

.page-head.zakaz-prazdnika{background: url(/bitrix/templates/main/images/bg-zakaz-prazdnika.jpg);}

.zakaz-prazdnika-content{margin-bottom: 40px;}
.zakaz-prazdnika-content h3{margin-bottom: 55px}


.zakaz-box{
	width:671px;
	height:421px;
	margin:90px auto 76px auto;
	text-align:center;
	font-size:36px;
	color:#1265a7;
	font-family:'Lobster';
	padding-top:136px;
	background:url(/bitrix/templates/main/images/bg-zakaz-box.png);
}

.zakaz-box a{color:#1265a7; text-decoration: none;}
.zakaz-box a{border-bottom: 1px dashed #1265a7; }
.zakaz-box a:hover{text-decoration: none; border-bottom:none;}

.page-head.lazertag{
	background: url(/bitrix/templates/main/images/bg-lazertag.jpg);
}
.lazertag-wrapp .items-list {float:left; margin-left: -20px; margin-bottom:100px;}
.lazertag-wrapp .items-list .item{width:580px; height:315px; margin-right:20px; overflow:hidden; float:left; position:relative;}
.lazertag-wrapp .items-list .item .item-text{
	width:280px; height:111px; position:absolute; top:150px; left:150px;
	color:#1265a7; font-size:24px; font-family:'Lobster'; text-align:center; line-height:111px;
	background:url(/bitrix/templates/main/images/bg-label.png);
}
.lazertag-wrapp .items-list .item .item-text a{color:#1265a7; text-decoration:none;}


.page-content{padding:0 100px; text-align:center;}

.cafe-slider-box{margin-bottom: 60px;}
.page-kafe .page-text{margin-bottom: 50px;}

.contact-map{width:100%; height:623px; margin-bottom:100px;float:left;}
.contacts{width:100%;  margin-bottom:80px;}
.contacts .contact-info{width:30%; height:100px; float:left;}
.contacts .address, .worktime, .phones{font-size:24px; font-variant:normal;}
.contacts .address{background:url(/bitrix/templates/main/images/icon-address2.png) no-repeat; padding-left: 39px; margin-bottom: 5px;}
.contacts .address-text{font-size:18px; padding-left: 39px;}
.contacts .worktime{background:url(/bitrix/templates/main/images/icon-worktime.png) no-repeat; padding-left: 39px; margin-bottom: 5px;}
.contacts .worktime-text{font-size:18px; padding-left: 39px;}
.contacts .phones{background:url(/bitrix/templates/main/images/icon-phones.png) no-repeat; padding-left: 39px; margin-bottom: 5px;}
.contacts .phones-text{font-size:18px; padding-left: 39px;}

div.modern-page-navigation{
	clear:both;
	margin-bottom: 75px;
}

.error-404{height: 723px; text-align: center; background:url(/bitrix/templates/main/images/patern_slider.jpg); position: relative;}
.e404{color:#fff; font-size: 200px; font-family: 'Lobster'; margin-top: 100px;}
.txt-notfound{margin-bottom: 40px; color:#fff; font-size: 48px; font-family: 'Lobster'; text-align: center;}
.txt-notfound-desc{color:#fff; font-size: 30px; text-align: center;}
.txt-notfound-desc a{color:#fff; text-decoration: none;}
.txt-notfound-desc a{border-bottom: 1px dotted #fff;}
.txt-notfound-desc a:hover{text-decoration: none;}

.error-404 .clouds {
    width: 100%;
    height: 77px;
    position: absolute;
    bottom: -1px;
    z-index: 9;
    background: url(/bitrix/templates/main/images/clouds.png) no-repeat bottom center;
}

.error-404 .rainbow-bigger{
	position: absolute;
    bottom: -1px;
	width: 100%;
	height: 173px;
	z-index:7;
	background: url(/bitrix/templates/main/images/rainbow-bigger.png) no-repeat bottom center;
}
.tablebodytext{
	display:none;
}
/* End */
/* /bitrix/templates/main/styles.css?152629861517390 */
/* /bitrix/templates/main/template_styles.css?152629861511529 */