

/* Start:/local/css/jquery.fancybox.css?15610911604895*/
/*! 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;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.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;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	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, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/css/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('/local/css/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('/local/css/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

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

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.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('/local/css/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;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	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('/local/css/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('/local/css/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/empty/components/bitrix/menu/main_menu2/style.css?15677782676672*/
@media (min-width:993px) {
  .only_mobile {
    display: none !important
  }

  .internal_page ul.main-menu path {
    fill: #444;
  }

  ul.main-menu li .search_button {
    position: relative;
    top: 4px;
    height: 69px;
    line-height: 74px;
    cursor: pointer;
  }

  .search_form_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(4, 4, 4, 0.5);
    display: flex;
    align-items: baseline;
    z-index: 999999;
  }

  .search_form_wrap {
    background: #fff;
    height: 77px;
    padding-top: 45px;
    width: 100%;
    transition: all 0.2s linear;
    position: relative;
    top: -126px;
  }

  .search_form form {
    width: 100%;
  }

  .search_form input.search {
    border: 0px none;
    border-bottom: 1px solid #dadada;
    outline: 0px none;
    MARGIN-RIGHT: 50PX;
    font-size: 16px;
    line-height: 23px;
    font-family: Source Sans Pro;
    flex-grow: 4;
    height: 42px;
  }

  .search_form .button.red {
    MARGIN-RIGHT: 50PX;
  }

  .search_form_close_button {
    width: 40px;
    height: 40px;
    position: relative;
    /*    MARGIN-RIGHT:50PX*/
    cursor: pointer;
  }

  .search_form_close_button:before, .search_form_close_button:after {
    content: " ";
    position: absolute;
    width: 25px;
    height: 1px;
    background: #000;
    top: 21px;
  }

  .search_form_close_button:before {
    transform: rotate(45deg)
  }

  .search_form_close_button:after {
    transform: rotate(-45deg)
  }

  ul.main-menu li a {
    font-size: 13px;
    line-height: 18px;
    color: #E8E8E8;
    text-decoration: none;
    height: 71px;
    line-height: 71px;
    display: block;
    width: 100%;
    height: 100%;
  }

  ul.main-menu li {
    list-style: none;
    margin: 0px;
    display: inline-block;
  }

  ul.main-menu {
    justify-content: space-between;
    display: flex;
    margin: 0 0 0 60px;
    padding: 0px;
  }

  .page_header_menu_line {
    padding: 0px !important
  }

  .page_header_menu_line.internal_page ul.main-menu li a {
    color: #444;
  }

  ul.main-menu li {
    position: relative;
  }

  .page_header_menu_line.internal_page ul.main-menu li a.selected {
    color: #DD1D2E;
  }

  ul.main-menu li a:hover:after, ul.main-menu a.selected:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #DD1D2E;
    bottom: -1px;
  }
}

@media (min-width:1199px) {
  ul.main-menu li a {
    font-size: 14px;
  }

  ul.main-menu {
    justify-content: space-between;
    display: flex;
    margin: 0;
    padding: 0px;
  }
}

@media (max-width:992px) {
  .header.open .page_header_menu_line {
    margin-top: 50px
  }

  .header.open .page_header_line {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 9999;
  }

  .menubox {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 50px;
    ;
    max-height: 0px;
    z-index: -1;
    transition: all 0.4s ease;
    max-width: auto;
    overflow: hidden;
    background: #202020;
    max-width: 99999px !important;
    margin: 0px;
    padding: 0px;
    bottom: 80%;
  }

  .header.open .menubox {
    max-height: 100%;
    z-index: 999999;
    bottom: 0;
  }

  .menubox ul.main-menu {
    text-align: center;
    position: absolute;
    ;
    top: 61px;
    /*top:22%*/
    ;
    width: 100%;
    left: 0px;
    margin: 0px;
    padding: 0px
  }

  .menubox ul.main-menu li {
    list-style: none;
    padding-bottom: 5px;
  }

  .menubox ul.main-menu li a, .menubox ul.main-menu li form {
    padding: 20px;
    display: block;
    text-decoration: none;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #E8E8E8;
    position: relative
  }

  .menubox ul.main-menu li a:after {
    content: " ";
    height: 4px;
    background: red;
    position: absolute;
    bottom: 0px;
    left: 40%;
    right: 40%;
  }

  .mobile-menu-button {
    /*border: 1px solid green;*/
    width: 30px;
    height: 30px;
    position: relative;
    text-align: center;
    z-index: 999999;
    margin: 5px 0px 5px 5px;
  }

  .mobile-menu-button .small-line, .mobile-menu-button .big-line-1, .mobile-menu-button .big-line-2 {
    border: 1px solid white;
    margin-bottom: 20%;
    POSITION: RELATIVE;
    transition: all 0.4s ease;
  }

  .internal_page .mobile-menu-button .small-line, .internal_page .mobile-menu-button .big-line-1, .internal_page .mobile-menu-button .big-line-2 {
    border: 1px solid #444;
  }

  .mobile-menu-button .small-line {
    width: 50%;
    margin-left: 39%
  }

  .mobile-menu-button:hover .small-line, .mobile-menu-button .big-line-1, .mobile-menu-button .big-line-2 {
    width: 90%;
    margin-left: 0%
  }

  .header.open .mobile-menu-button .big-line-1 {
    transform: rotate(45deg);
    TOP: 26%;
    border: 1px solid white;
  }

  .header.open .mobile-menu-button .big-line-2 {
    transform: rotate(-45deg);
    TOP: -26%;
    border: 1px solid white;
  }

  .header.open .mobile-menu-button .small-line {
    WIDTH: 0% !IMPORTANT;
    OPACITY: 0;
    margin-left: 100%;
    border: 1px solid white;
  }

  .header.open .mobile-menu-button .small-line.l2 {
    margin-left: 0%;
    border: 1px solid white;
  }

  .main-menu li input, .main-menu li button {
    display: none;
  }

  .header.open .main-menu li input {
    width: 80%;
    height: 60px;
    max-width: 480px;
    padding: 0px 5px;
    border: 0px none;
    display: inline-block;
  }

  .header.open .main-menu li button {
    height: 60px;
    width: 60px;
    background: red;
    border: 0px none;
    margin: 0px;
    position: relative;
    vertical-align: bottom;
    display: inline-block;
  }
}

@media (max-width:767px) {
  .mobile-menu-button:hover .small-line {
    width: 50%;
    margin-left: 39%
  }

  .page_header_menu_line {
    padding: 0px !important;
  }

  .header.open .page_header_menu_line {
    margin-top: 66px;
  }

  .mobile-menu-button {
    position: absolute;
    top: 14px;
    right: 23px;
  }

  .header.open .mobile-menu-button {
    position: fixed;
    top: 14px;
    right: 23px;
  }

  .menubox {
    top: 66px;
  }

  .internal_page .mobile-menu-button .small-line, .internal_page .mobile-menu-button .big-line-1, .internal_page .mobile-menu-button .big-line-2 {
    border: 1px solid #fff;
  }
}

/* End */


/* Start:/local/templates/empty/style.css?17479898305835*/
h2,
h3,
h4,
ul {
  margin: 0;
}

body {
  line-height: 1.6
}

a {
  color: #DD1D2E;
}

.page_header_line {
  background: #DD1D2E;
  color: #E8E8E8;
  padding: 10px 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}

.page_header_line .address {
  padding-left: 25px;
  position: relative;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
}

.page_header_line .address img {
  height: 20px;
  position: absolute;
  left: 0px;
  top: 4px
}

.page_header_line .working_hours {
  padding-left: 30px;
  position: relative;
  font-size: 12px;
  line-height: 15px;
}

.page_header_line .working_hours img {
  height: 20px;
  position: absolute;
  left: 0px;
  top: 4px
}

.footer .phone,
.page_header_line .phone {
  font-weight: 600;
  font-size: 20px;
  line-height: 0px;
}

.footer .phone {
  line-height: 1.4;
}

.page_header_line .phone {
  text-align: right
}

.page_header_menu_line.internal_page {
  background: #fff;
  border-bottom: 1PX SOLID #C4C4C4;
}

.section-title {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.title_wrap h1.section-title {
  position: relative;
  PADDING-right: 65px
}

.title_wrap h1.section-title img.flag {
  position: absolute;
  right: 0px;
  top: 5px;
}

.section-title::after {
  content: " ";
  width: 34px;
  height: 4px;
  background: #FF0606;
  display: block;
  position: absolute;
}

@media (min-width: 738px) {
  .section-title {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (min-width: 1140px) {
  .section-title {
    font-size: 40px;
    line-height: 49px;
  }
}

.reply_bottom .show_all,
.show_all {
  Font-Family: Montserrat;
  Font-Size: 14px;
  Line-Height: 17px;
  color: #C4C4C4;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

@media (min-width: 738px) {

  .reply_bottom .show_all,
  .show_all {
    right: 30px;
  }
}

.reply_bottom .show_all:after,
.show_all:after {
  background: url(/local/templates/empty/icons/arrow.svg);
  display: block;
  content: " ";
  position: absolute;
  top: 0px;
  right: -30px;
  width: 25px;
  height: 18px;
}

.button {
  display: inline-block;
  /*  color: #E8E8E8;*/
  color: #fff;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 13px 36px;
  BORDER: 0PX NONE;
  cursor: pointer;
}

.button.black {
  background: #151515;
}

.button.red {
  background: #DD1D2E;
}

@media (max-width:767px) {
  .section_title {
    font-size: 30px;
    line-height: 29px;
  }

  .section-title .show_all {
    top: 8px
  }

  .button.specialist_button {
    Font-Size: 13px;
    Line-Height: 16px;
    padding: 8px 6px;
    z-index: 10;
    position: relative;
  }
}

.white_transparent_button {
  display: inline-block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 13px;
  border: 1px solid #E8E8E8;
  color: #E8E8E8;
}

.page_header_line .phone .white_transparent_button {
  margin-left: 20px;
  vertical-align: middle;
}

.page_header_line .phone a {
  color: #E8E8E8;
}

.footer .phone .white_transparent_button {
  margin-top: 20px;
}

.white_text {
  color: #E8E8E8;
}

.black_text {
  color: #333
}

.page_header_menu_line {
  background: #202020;
  color: #E8E8E8;
  padding: 16px 0px;
}

.page_header_menu_line .menubox {
  width: 100%;
  max-width: 570px;
}

.mobile-icon img {
  height: 30px;
}

.mobile-icon {
  width: 70px;
  text-align: center;
}

.mobile-icon.big_icon img {
  height: 42px;
}

.footer_title {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.left_red_line {
  position: relative
}

.left_red_line:before {
  content: " ";
  width: 34px;
  height: 4px;
  background: #FF0606;
  position: absolute;
  bottom: -8px;
  left: 0px;
}

.footer {
  background: #202020;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #E8E8E8;
}

.footer-box1 {
  flex-grow: 1;
  margin-top: 36px;
}

.footer-bg {
  WIDTH: 100%;
  MIN-HEIGHT: 518px;
  BACKGROUND: URL(/local/templates/empty/pic/smoke-footer.png);
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-position-x: left;
}

.footer_link_external_resource {
  margin-bottom: 12px;
}

.footer_link_external_resource a {
  margin-right: 12px;
}

.footer .company_label {
  font-size: 10px;
  line-height: 13px;
}

.bx-yandex-view-layout {
  filter: grayscale(1) brightness(0.9) invert(1);
}

.footer .logo {
  margin-bottom: -1px;
}

.footer .footer_title {
  margin-bottom: 35px;
}

.footer .adress {
  margin-bottom: 26px;
}

.footer .phone {
  margin-bottom: 26px;
}

.footer .email {
  margin-bottom: 17px;
}

.footer .time {
  padding-bottom: 10px;
  border-bottom: 2px solid #DE2024;
}

@media (max-width:411px) {
  .footer .footer_title {
    margin-bottom: 35px;
    font-size: 14px
  }

  .footer .logo img {
    height: 25px;
  }

  .footer .adress,
  .footer .phone {
    font-size: 15px;
  }
}

/*simple grid*/
div.ask_phone {
  min-width: 200px;
  max-width: 348px;
  background: #fff;
  margin: 61px 0px;
}

div.ask_phone .myform h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}

.footer.internal_page {
  margin-top: 120px;
}

.fancybox-skin,
.fancybox-outer,
.fancybox-inner {
  background: #fff !important
}

.question__title {
  margin-bottom: 48px;
}

.ymaps-b-poi-balloon-content__rubric-item {
  display: none !important;
}

.product-detail__description {
  margin-bottom: 50px;
}
/* End */


/* Start:/local/templates/empty/simple-grid.css?15682010323661*/
html,body{margin:0px;padding:0px;font-family: 'Source Sans Pro', sans-serif;}
.container{width:1024px;margin:auto;}
.flex{display:flex; justify-content: space-between;  align-items: center;}
.flex-top{display:flex; justify-content: space-between;  align-items: flex-start;}

.flex.wrap,.flex-top.wrap{flex-wrap: wrap;}


.hidden{display:none;}
.no_margin_left {margin-left:0px !important}
.no_margin_right{margin-right:0px !important}


.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{ margin:0px 15px; flex-grow:1}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11,  .col-sm-12{ margin:0px 15px; flex-grow:1}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11,  .col-xs-12{ margin:0px 15px; flex-grow:1}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11,  .col-lg-12{ margin:0px 15px; flex-grow:1}


@media (min-width:993px) and (max-width:1199px){
 .container{width:940px;}
 .hidden-md{display:none !important}
 .visible-md{display:block;}
 .col-md-1 {  width: calc(8.3% - 30px);}
 .col-md-2 {  width: calc(16.6% - 30px);}
 .col-md-3 {  width: calc(24.9% - 30px);}
 .col-md-4 {  width: calc(33.2% - 30px);}
 .col-md-5 {  width: calc(41.5% - 30px);}
 .col-md-6 {  width: calc(49.8% - 30px);}
 .col-md-7 {  width: calc(58.1% - 30px);}
 .col-md-8 {  width: calc(66.4% - 30px);}
 .col-md-9 {  width: calc(74.7% - 30px);}
 .col-md-10 {  width: calc(83% - 30px);}
 .col-md-11 {  width: calc(93.1% - 30px);}
 .col-md-12 {  width: calc(100% - 30px);}
}


@media (min-width:1200px){
 .container{width:1140px;}
 .hidden-lg{display:none !important} 
 .visible-lg{display:block;}
 .col-lg-1 {  width: calc(8.3% - 30px);}
 .col-lg-2 {  width: calc(16.6% - 30px);}
 .col-lg-3 {  width: calc(24.9% - 30px);}
 .col-lg-4 {  width: calc(33.2% - 30px);}
 .col-lg-5 {  width: calc(41.5% - 30px);}
 .col-lg-6 {  width: calc(49.8% - 30px);}
 .col-lg-7 {  width: calc(58.1% - 30px);}
 .col-lg-8 {  width: calc(66.4% - 30px);}
 .col-lg-9 {  width: calc(74.7% - 30px);}
 .col-lg-10 {  width: calc(83% - 30px);}
 .col-lg-11 {  width: calc(93.1% - 30px);}
 .col-lg-12 {  width: calc(100% - 30px);}
}


@media (min-width:768px) and (max-width:992px){
.container{width:720px;}
.hidden-sm{display:none !important}
.visible-sm{display:block;}
.col-sm-1 {  width: calc(8.3% - 30px);}
.col-sm-2 {  width: calc(16.6% - 30px);}
.col-sm-3 {  width: calc(24.9% - 30px);}
.col-sm-4 {  width: calc(33.2% - 30px);}
.col-sm-5 {  width: calc(41.5% - 30px);}
.col-sm-6 {  width: calc(49.8% - 30px);}
.col-sm-7 {  width: calc(58.1% - 30px);}
.col-sm-8 {  width: calc(66.4% - 30px);}
.col-sm-9 {  width: calc(74.7% - 30px);}
.col-sm-10 {  width: calc(83% - 30px);}
.col-sm-11 {  width: calc(93.1% - 30px);}
.col-sm-12 {  width: calc(100% - 30px);}

}



@media (max-width:767px){
.container{width:auto !important;padding:0px 15px !important;}
.hidden-xs{display:none !important}
.visible-xs{display:block;}
.col-xs-1 {  width: calc(8.3% - 30px);}
.col-xs-2 {  width: calc(16.6% - 30px);}
.col-xs-3 {  width: calc(24.9% - 30px);}
.col-xs-4 {  width: calc(33.2% - 30px);}
.col-xs-5 {  width: calc(41.5% - 30px);}
.col-xs-6 {  width: calc(49.8% - 30px);}
.col-xs-7 {  width: calc(58.1% - 30px);}
.col-xs-8 {  width: calc(66.4% - 30px);}
.col-xs-9 {  width: calc(74.7% - 30px);}
.col-xs-10 {  width: calc(83% - 30px);}
.col-xs-11 {  width: calc(93.1% - 30px);}
.col-xs-12 {  width: calc(100% - 30px);}

}


/* End */


/* Start:/local/css/modal.window.css?15719043181258*/
.modal-window-wrap {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
    background:rgba(40,40,40,0.6);
    z-index:9999999;
}

.modal-window {
    padding: 0 47px;
    background: #fff;
    box-shadow: darkblue;
    box-shadow: 1px 1px 10px 7px rgba(66,66,66,0.5);
    position:relative;
    max-width: 100%;

}

.modal-window-close{
   width:47px;
   height:47px;
   background:#272A2F;
   position: absolute;
   right: 0px;
   top: 0px;
   cursor: pointer;
   z-index:99999;
}

.modal-window-close:after, .modal-window-close:before
{
   display:block;
   content:" ";
   width:30px;
   height:2px;
   background:#E8E8E8;
   position: absolute;
   top: 24px;
   left: 9px;
}


.modal-window-close:after {
    transform: rotate(45deg);
}
.modal-window-close:before {
    transform: rotate(-45deg);
}

@media (max-width:767px) {

 .modal-window-wrap {
    align-items: baseline;
 }

}

@media (max-width:360px){
 .modal-window {
     padding: 4px;
 }

}


@media (max-height:420px){

 .modal-window-wrap {
    align-items: baseline;
 }

}

/* End */


/* Start:/local/templates/empty/components/bitrix/menu/footer_menu/style.css?1563951428166*/
.footer-menu li a{font-size: 14px;line-height: 200%;color: #FFFFFF;text-decoration:none;}
.footer-menu li{list-style:none}
.footer-menu{margin:0px;padding:0px 15px}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1561107349666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */
/* /local/css/jquery.fancybox.css?15610911604895 */
/* /local/templates/empty/components/bitrix/menu/main_menu2/style.css?15677782676672 */
/* /local/templates/empty/style.css?17479898305835 */
/* /local/templates/empty/simple-grid.css?15682010323661 */
/* /local/css/modal.window.css?15719043181258 */
/* /local/templates/empty/components/bitrix/menu/footer_menu/style.css?1563951428166 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1561107349666 */
