

/* Start:/local/templates/main/css/style.css?17538613211547*/
div.news-list
{
    word-wrap: break-word;
}
div.news-list img.preview_picture
{
    float:left;
    margin:0 4px 6px 0;
}
.news-date-time {
    color:#486DAA;
}
div.feedback-block{
    width: 840px;
    padding-left: 30px;
}
div.feedback{
    display: inline-table;
    background-color: #F0F2F4;
    max-width:220px;
    height:490px;
    margin:20px;
    padding:20px;
    text-align: left;
    line-height: 1.49;
}
img.feedback-picture{
    object-fit: contain;
    width: 180px;
    height: 250px;
}
p.feedback-text{
    margin:15px 0px;
    font-family: Arial;
    font-size: 14px;
    max-height: 100px;
    max-width: 180px;
    overflow: hidden;
}
a.feedback-link{
    font-family: GothamPro;
    font-size: 17px;
    font-weight: bold;
    color:#1D1B29;
}
div.reviews-detail
{
    word-wrap: break-word;
    float:left;
    margin:0 10px 85px;
}
div.reviews-detail h1
{
    font-family: GothamPro;
    font-size: 46px;
    margin:14px 0 40px 0;
    font-weight: bold;
    line-height: 57px;
    text-align:left;
}
img.reviews-detail-picture
{
    object-fit: contain;
    width: 353px;
    height: 493px;
    margin-bottom: 30px;
}
div.reviews-detail-text
{
    display:block;
    font-family: Arial;
    font-size: 16px;
    width:700px;
}
div.reviews-breadcrumbs
{
    font-family: Arial;
    font-size: 15px;
    color: #1A1A34;
    opacity: 0.6;
    line-height: 17px;
    text-align: left;
}
div.reviews-breadcrumbs a
{
    font-size: 15px;
    text-decoration: none;
    color: #1A1A34;
}
.reviews-date-time
{
    color:#486DAA;
}
/* End */


/* Start:/local/templates/main/css/tinyscrollbar.css?17538613211773*/
#scrollbarY {
    width: 528px;
    margin: 20px 0 10px;
    margin-right: -25px;
}
#scrollbarY .viewport {
    width: 508px;
    height: 610px;
    overflow: hidden;
    position: relative; }
#scrollbarY .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbarY .scrollbar{
    border: solid 1px #3F3E4B;
    border-radius: 6.5px;
    position: relative;
    float: right;
    width: 10px;
}
#scrollbarY .track { height: 100%; width:10px; top: -1px; position: relative; padding: 0 1px; }
#scrollbarY .thumb {
    background: #3F3E4B;
    border-radius: 6.5px;
    border: solid 1px #929198;
    height: 20px;
    width: 10px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -1px; }
#scrollbarY .thumb .end { overflow: hidden; height: 5px; width: 10px; }
#scrollbarY .disable { display: none; }


#scrollbarX {
    width: 1105px;
    margin: 20px 0 10px;
}
#scrollbarX .viewport {
    width: 1105px;
    height: 700px;
    overflow: hidden;
    position: relative; }
#scrollbarX .overview {
    list-style: none;
    width: 1487px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0; top: 0;
}
#scrollbarX .scrollbar{
    border: solid 1px #929198;
    position: relative;
    margin: 10px 0 0 0;
    clear: both;
    height: 10px;
    border-radius: 6.5px;
}
#scrollbarX .track {
    width: 100%;
    height:10px;
    position: relative;
    left: -1px;
}
#scrollbarX .thumb {
    background: #B9B9BE;
    height: 10px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -1px;
    border-radius: 6.5px;
}
#scrollbarX .thumb .end{
    overflow: hidden;
    height: 25px;
    width: 5px;
}
#scrollbarX .disable {
    display: none;
}
/* End */


/* Start:/local/templates/main/js/libs/fancybox/jquery.fancybox.css?17538613214832*/
html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/local/templates/main/js/libs/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('/local/templates/main/js/libs/fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/local/templates/main/js/libs/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/local/templates/main/js/libs/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/local/templates/main/js/libs/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/local/templates/main/js/libs/fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/local/templates/main/js/libs/fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/local/templates/main/js/libs/fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/local/templates/main/js/libs/fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/local/templates/main/js/libs/fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/local/templates/main/js/libs/fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/local/templates/main/js/libs/fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/local/templates/main/js/libs/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/local/templates/main/js/libs/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(/local/templates/main/js/libs/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/local/templates/main/js/libs/fancybox/fancy_title_right.png) repeat-x;
}
/* End */


/* Start:/local/templates/main/template_styles.css?175386132158006*/
@charset "UTF-8";

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

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

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

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

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

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

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

input
{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.rub
{
  font-family: rubsvg!important;
  font-size: 72%;
  font-weight: 700!important;
  font-style: normal!important;
  font-variant: normal!important;
  line-height: 1;
  text-transform: none!important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rub:before
{
  content: 'p';
}

*
{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

body
{
  font-family: Arial,sans-serif;
  background: #f0f2f4;
}

body.modal-open
{
  overflow: hidden;
}

body,p
{
  margin: 0;
  padding: 0;
}

a
{
  cursor: pointer;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

.wrap
{
  display: block;
  width: 1170px;
  margin: 0 auto;
}

@media only screen and (max-width:640px)
{
  .wrap
  {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }
}

.clear
{
  clear: both;
}

h2
{
  font-family: GothamPro-Bold;
  font-size: 20px;
  line-height: 57px;
  margin: 0;
  color: #1d1b29;
}

body .no-opacity
{
  opacity: 1!important;
}

body .detail-opacity
{
  opacity: .46!important;
}

.checkbox
{
  display: none;
}

.checkbox-custom
{
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  background: url(/local/templates/main/images/checkbox.svg) no-repeat center -18px;
}

.checkbox-custom.black
{
  background: url(/local/templates/main/images/checkbox_black.svg) no-repeat center -18px;
}

.checkbox .label,.checkbox-custom
{
  display: inline-block;
  vertical-align: text-bottom;
}

.checkbox:checked+.checkbox-custom::before
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  background: url(/local/templates/main/images/checkbox.svg) no-repeat center 0;
}

.button
{
  font-size: 12px;
  line-height: 44px;
  position: relative;
  right: 0;
  bottom: 0;
  display: block;
  width: 182px;
  height: 44px;
  cursor: pointer;
  text-align: center;
  text-decoration: none!important;
  letter-spacing: .74px;
  text-transform: uppercase;
  color: #1d1b29;
  background: #ffa931;
  -webkit-appearance: none;
}

.button:before
{
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 3px;
  content: '';
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: #cc7212;
  -webkit-backface-visibility: hidden;
}

.button:after
{
  position: absolute;
  top: 0;
  right: -3px;
  bottom: 0;
  width: 3px;
  content: '';
  -webkit-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  transform: skewY(45deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: #e68f25;
  -webkit-backface-visibility: hidden;
}

.button:active
{
  right: -3px;
  bottom: -3px;
}

.button:active:after,.button:active:before
{
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
}

.call,.popup
{
  position: relative;
  width: 960px;
  margin: 0 auto;
  margin-top: 70px;
  border: 1px solid #979797;
  background: #fff;
}

.call-wrap,.popup-wrap
{
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: rgba(197,199,200,.52);
}

.call-wrap.active,.popup-wrap.active
{
  display: block;
}

.print-style
{
  font-size: 150%!important;
  line-height: 2!important;
  width: 100%!important;
}

.call
{
  width: 525px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 42px;
}

.call-wrap
{
  position: fixed;
  z-index: 1000;
}

.call-inner
{
  width: 362px;
  margin: 0 auto;
}

.call-inner label
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
}

.call-inner label .label
{
  font-size: 13px;
  line-height: 19px;
  cursor: pointer;
}

.call-inner label .checkbox-custom
{
  margin-right: 9px;
  cursor: pointer;
}

.call-topic
{
  font-family: GothamPro-Black;
  font-size: 30px;
  line-height: 80px;
  height: 84px;
  letter-spacing: 1.85px;
  color: #1d1b29;
  border-bottom: solid 10px #ffa931;
}

.call-desc
{
  font-family: Arial;
  font-size: 15px;
  line-height: 22px;
  margin-top: 13px;
  color: #97979e;
}

.call-desc.space
{
  margin-top: 35px;
}

.call-input
{
  position: relative;
  padding: 10px 12px;
  border: 1px solid #c6cfd7;
  background: #f0f2f4;
}

.call-input.focus
{
  border: 1px solid #ffa931;
}

.call-input-desc
{
  font-family: GothamPro-Bold;
  font-size: 14px;
  color: #1d1b29;
}

.call-input.red
{
  border: solid 1px red;
}

.call-other
{
  position: relative;
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid #c6cfd7;
  background: #f0f2f4;
}

.call-other input
{
  width: 100%;
  height: 30px;
  margin: 0 0 -6px 0;
  border: none;
  outline: 0;
  background: #f0f2f4;
}

.call-other input::-webkit-input-placeholder
{
  font-family: Arial;
  font-size: 13px;
  color: #a1a2ab;
}

.call-img
{
  margin-top: 5px;
}

.call #call-name
{
  overflow: hidden;
  margin-top: 20px;
}

.call #call-name input
{
  width: 100%;
  height: 30px;
  margin: 0;
  border: none;
  outline: 0;
  background: #f0f2f4;
}

.call #call-name input::-webkit-input-placeholder
{
  font-family: Arial;
  font-size: 13px;
  color: #a1a2ab;
}

.call #call-connect
{
  height: 76px;
  margin-top: 8px;
}

.call #call-connect textarea
{
  width: 100%;
  height: 37px;
  margin-top: 5px;
  resize: none;
  border: none;
  outline: 0;
  background: #f0f2f4;
}

.call #call-connect textarea::-webkit-input-placeholder
{
  font-family: Arial;
  font-size: 13px;
  color: #a1a2ab;
}

.call-text
{
  position: relative;
  height: 137px;
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid #c6cfd7;
  background: #f0f2f4;
}

.call-text.focus
{
  border: 1px solid #ffa931;
}

.call-text.red
{
  border: solid 1px red;
}

.call-text textarea
{
  width: 100%;
  height: 100px;
  margin-top: 5px;
  resize: none;
  border: none;
  outline: 0;
  background: #f0f2f4;
}

.call-text textarea::-webkit-input-placeholder
{
  font-family: Arial;
  font-size: 13px;
  color: #a1a2ab;
}

.call-sent
{
  width: 230px;
  height: 54px;
  margin-top: 30px;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.call-sent input
{
  font-family: Arial;
  font-size: 13px;
  line-height: 54px;
  width: 100%;
  height: 100%;
  letter-spacing: .8px;
  color: #1d1b29;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #ffa931;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.call-sent.disabled input
{
  background: #f0f2f4;
}

.call-sent.disabled:after,.call-sent.disabled:before
{
  background: #e8ebef!important;
}

.close
{
  position: absolute;
  top: 27px;
  right: 32px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(/local/templates/main/images/close.svg) no-repeat center;
}

.close.gray
{
  background: url(/local/templates/main/images/close_gray.svg) no-repeat center;
}

.close.close-call
{
  top: 21px;
  right: 21px;
  width: 21px;
  height: 21px;
}

table
{
  width: 100%;
  margin-top: 44px;
  border-spacing: 0;
  border-collapse: collapse;
}

td
{
  font-size: 16px;
  line-height: 31px;
  padding: 8px 10px;
  color: #1d1b29;
  border: solid 1px #c6cfd7;
}

td sub
{
  font-size: 8px;
}

.p-tab
{
  width: 1112px;
  padding: 57px 63px 58px 64px;
}

.p-tab-topic
{
  font-family: GothamPro-Bold;
  font-size: 25px;
  color: #1d1b29;
}

.p-tab table
{
  width: 100%;
  margin-top: 44px;
  border-spacing: 0;
  border-collapse: collapse;
}

.p-tab td
{
  font-size: 16px;
  line-height: 31px;
  padding: 8px 10px;
  color: #1d1b29;
  border: solid 1px #c6cfd7;
}

.p-tab td sub
{
  font-size: 8px;
}

.p-tab td:first-child
{
  font-weight: 700;
  line-height: 31px;
  width: 237px;
  background: #f0f2f4;
}

.p-tab-btn
{
  line-height: 17px;
  width: 230px;
  height: 54px;
  margin-top: 45px;
  padding-top: 12px;
  padding-left: 97px;
  text-align: left;
  background-image: url(/local/templates/main/images/save_all.svg);
  background-repeat: no-repeat;
  background-position: 58px 15px;
  -webkit-background-size: 26px 26px;
  background-size: 26px;
}

.p-compar
{
  width: 960px;
  padding: 52px 77px 65px 59px;
}

.p-compar table
{
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.p-compar table tr:first-child td
{
  font-family: GothamPro-Bold;
  font-size: 20px;
  line-height: 30px;
  color: #1d1b29;
}

.p-compar table tr+tr td
{
  border-top: solid 1px #c6cfd7;
}

.p-compar table tr:nth-child(3) td,.p-compar table tr:nth-child(6) td
{
  padding-top: 0;
  border: none;
}

.p-compar table tr:nth-child(2) td,.p-compar table tr:nth-child(5) td
{
  padding-bottom: 8px;
}

.p-compar table td
{
  font-family: Helvetica;
  font-size: 16px;
  line-height: 28px;
  padding-top: 16px;
  padding-right: 10px;
  padding-bottom: 16px;
  color: #000;
}

.p-compar table td:first-child
{
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  width: 200px;
  padding-right: 30px;
  color: #1d1b29;
}

.p-compar-print
{
  font-size: 13px;
  line-height: 15px;
  width: 230px;
  height: 54px;
  margin-top: 29px;
  padding-top: 19px;
  padding-left: 96px;
  cursor: pointer;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: #1d1b29;
  background: url(/local/templates/main/images/printer.svg) no-repeat 51px 12px;
}

.p-info
{
  width: 912px;
  padding: 65px 120px 71px 122px;
}

.p-info-topic
{
  font-family: GothamPro-Bold;
  font-size: 45px;
  line-height: 57px;
  color: #1d1b29;
}

.p-info-desc
{
  font-size: 16px;
  line-height: 28px;
  margin-top: 30px;
  color: #86868e;
}

.p-info-desc a
{
  text-decoration: underline;
  color: #00baff;
}

.p-info-desc a:hover
{
  text-decoration: none;
}

.p-info table
{
  width: 100%;
  margin-top: 59px;
  border-spacing: 0;
  border-collapse: collapse;
}

.p-info table td
{
  font-family: Helvetica;
  font-size: 16px;
  line-height: 28px;
  padding-top: 16px;
  padding-bottom: 16px;
  vertical-align: top;
  color: #000;
  border-top: solid 1px #c6cfd7;
  border-bottom: solid 1px #c6cfd7;
}

.p-info table td:first-child
{
  font-size: 18px;
  font-weight: 700;
  width: 255px;
  padding-right: 60px;
  color: #1d1b29;
}

.p-info-btns
{
  margin-top: 50px;
}

.p-info-btns a,.p-info-btns div
{
  display: inline-block;
  width: 180px;
  height: 54px;
  margin-right: 40px;
}

.p-info-price
{
  font-size: 13px;
  line-height: 54px;
}

.p-info-print
{
  font-size: 13px;
  line-height: 15px;
  padding-top: 19px;
  padding-left: 66px;
  cursor: pointer;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: #1d1b29;
  background: url(/local/templates/main/images/printer.svg) no-repeat 20px 12px;
}

.p-info-print.print
{
  margin-right: 0;
}

body .full-width
{
  width: 100%!important;
}

.p-container
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-container .p-info-price.button.save
{
  line-height: 48px;
  margin-top: 35px;
}

body
{
  min-width: 1280px;
}

header.index
{
  height: 842px;
  background: #f0f2f4;
  background: url(/local/templates/main/images/index.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

header.index .header .menu-el
{
  color: #fff;
}

header.index .header .menu-el.logo
{
  width: 114px;
  height: 120px;
  background: #fff url(/local/templates/main/images/logo-index.svg) no-repeat center;
}

header.index .header .contacts a
{
  color: #fff;
}

header.index .header .contacts a+a
{
  margin-top: 7px;
}

header.index .header .contacts p
{
  color: #fff;
}

header.cat-index
{
  padding-bottom: 41px;
  background: url(/local/templates/main/images/catalog.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

header .header
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .header .menu-el
{
  font-family: GothamPro;
  font-size: 16px;
  line-height: 50px;
  display: block;
  float: left;
  border-bottom: solid 3px transparent;
  text-shadow: transparent 0 0 2px;
  margin-top: 27px;
  margin-right: 30px;
  text-decoration: none!important;
  opacity: .9;
  color: #1d1b29;
}

header .header .menu-el.active,header .header .menu-el:hover
{
  font-weight: 300;
  text-shadow: red 0 0 2px;
  border-bottom: solid 3px #fc9529;
}

header .header .menu-el.logo
{
  width: 94px;
  height: 99px;
  margin-top: 0;
  margin-right: 46px;
  opacity: 1;
  border-bottom: none!important;
  background: url(/local/templates/main/images/logo.svg) no-repeat center;
}

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

header .header .contacts
{
  margin-top: 20px;
  text-align: right;
}

header .header .contacts a
{
  font-family: GothamProNarrow-Medium;
  font-size: 16px;
  display: block;
  text-align: right;
  color: #1d1b29;
}

header .header .contacts a+a
{
  margin-top: 7px;
}

header .header .contacts p
{
  font-family: GothamPro-Medium;
  font-size: 14px;
  margin-top: 8px;
  opacity: .5;
  color: #1d1b29;
}

header .for-name
{
  font-family: GothamPro-Bold;
  font-size: 36px;
  line-height: 57px;
  display: none;
  width: 500px;
  margin-top: 21px;
  margin-right: 110px;
  color: #1d1b29;
}

header .call-back
{
  font-size: 13px;
  line-height: 54px;
  display: block;
  width: 230px;
  height: 54px;
  margin-top: 20px;
  margin-left: 0px;
  letter-spacing: .8px;
  color: #1d1b29;
}

header.fixed
{
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
}

header.fixed .call-back,header.fixed .for-name
{
  display: block;
}

header.fixed .menu-el
{
  display: none;
}

header.fixed .menu-el.logo
{
  display: block;
  margin-right: 30px;
}

.pulsar
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pulsar-img
{
  position: absolute;
  right: 22px;
  bottom: 24px;
  width: auto;
  max-width: 136px;
  height: auto;
  max-height: 136px;
}

.pulsar-l
{
  width: 590px;
  /*padding-top: 99px;*/
}

.pulsar-l-topic
{
  font-family: GothamPro-Bold;
  font-size: 56px;
  line-height: 57px;
  color: #fff;
}

.pulsar-l-desc
{
  font-family: GothamPro;
  font-size: 22px;
  line-height: 33px;
  margin-top: 20px;
  opacity: .6;
  color: #fff;
}

.pulsar-r-wrap
{
  margin-top: 8px;
  margin-left: 8px;
}

.pulsar-r-el
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 500px;
  height: 180px;
  margin-bottom: 18px;
  padding: 15px 22px 24px 30px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-decoration: none!important;
  background: #dfe5eb;
}

.pulsar-r-el:before
{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  content: '';
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: #c6ced6;
  -webkit-backface-visibility: hidden;
}

.pulsar-r-el:after
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  content: '';
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  transform: skewY(45deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: #e1e8ee;
  -webkit-backface-visibility: hidden;
}

.pulsar-r-el.hover,.pulsar-r-el:hover
{
  top: -8px;
  left: -8px;
  background: #fff;
}

.pulsar-r-el.hover:before,.pulsar-r-el:hover:before
{
  bottom: -8px;
  height: 8px;
}

.pulsar-r-el.hover:after,.pulsar-r-el:hover:after
{
  right: -8px;
  width: 8px;
}

.pulsar-r-seria
{
  font-family: GothamProNarrow-Medium;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: .74px;
  color: #767685;
}

.pulsar-r-name
{
  font-family: GothamPro-Black;
  font-size: 25px;
  margin-top: 7px;
  color: #ff9330;
}

.pulsar-r-desc
{
  font-size: 13px;
  margin-top: 8px;
  opacity: .6;
  color: #1a1a34;
}

.pulsar-param
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pulsar-param-el
{
  margin-top: 20px;
}

.pulsar-param-name
{
  font-size: 13px;
  text-decoration: none;
  opacity: .6;
  color: #1a1a34;
}

.pulsar-param-value
{
  font-family: GothamPro-Bold;
  font-size: 14px;
  line-height: 23px;
  color: #000;
}

.wehelp
{
  font-family: GothamPro;
  font-size: 22px;
  cursor: pointer;
  opacity: .6;
  color: #fff;
}

.wehelp:hover
{
  text-decoration: underline;
}

footer
{
  height: 134px;
  opacity: .95;
  background: #f0f2f4;
}

footer.f-cat
{
  background: #fff;
}

footer .wrap
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-right: 330px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .wrap .f-cont a
{
  font-family: GothamPro;
  font-size: 15px;
  line-height: 23px;
  display: block;
  opacity: .6;
  color: #1d1b29;
}

footer .wrap .f-copy
{
  font-family: GothamPro;
  font-size: 15px;
  line-height: 23px;
  opacity: .6;
  color: #1d1b29;
}

footer.index
{
  background-image: -webkit-radial-gradient(50% 103%,#373642 43%,#181624 100%);
  background-image: -o-radial-gradient(50% 103%,#373642 43%,#181624 100%);
  background-image: radial-gradient(50% 103%,#373642 43%,#181624 100%);
}

footer.index .wrap .f-cont a,footer.index .wrap .f-copy
{
  color: #f5f9fd;
}

.f-redstarda a
{
  font-family: GothamPro;
  font-size: 15px;
  line-height: 21px;
  position: relative;
  display: inline-block;
  padding-left: 41px;
  color: rgba(29,27,41,.6);
}

.f-redstarda a .starda
{
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 35px;
  height: 33px;
  margin-top: -16px;
  content: '';
  background: url(/local/templates/main/images/redstarda.svg) no-repeat;
  fill: #8b949d;
}

.f-redstarda a:hover
{
  text-decoration: none;
  color: #cf313c!important;
}

.f-redstarda a:hover .starda
{
  background-image: url(/local/templates/main/images/redstarda_hover.svg);
}

.f-redstarda a:hover [fill-rule=evenodd]
{
  fill: #cf313c!important;
}

.redstarda-gen-1
{
  color: rgba(66,32,45,.64)!important;
}

.redstarda-gen-1 .starda
{
  color: #928a93!important;
}

.redstarda-gen-2
{
  color: rgba(95,35,48,.68)!important;
}

.redstarda-gen-2 .starda
{
  color: #99808a!important;
}

.redstarda-gen-3
{
  color: rgba(118,38,51,.72)!important;
}

.redstarda-gen-3 .starda
{
  color: #9f7680!important;
}

.redstarda-gen-4
{
  color: rgba(137,40,53,.76)!important;
}

.redstarda-gen-4 .starda
{
  color: #a66c76!important;
}

.redstarda-gen-5
{
  color: rgba(154,42,54,.8)!important;
}

.redstarda-gen-5 .starda
{
  color: #ad636d!important;
}

.redstarda-gen-6
{
  color: rgba(167,44,56,.84)!important;
}

.redstarda-gen-6 .starda
{
  color: #b45963!important;
}

.redstarda-gen-7
{
  color: rgba(179,46,57,.88)!important;
}

.redstarda-gen-7 .starda
{
  color: #bb4f59!important;
}

.redstarda-gen-8
{
  color: rgba(190,47,58,.92)!important;
}

.redstarda-gen-8 .starda
{
  color: #c1454f!important;
}

.redstarda-gen-9
{
  color: rgba(199,48,59,.96)!important;
}

.redstarda-gen-9 .starda
{
  color: #c83b46!important;
}

.redstarda-gen-10
{
  color: #cf313c!important;
}

.redstarda-gen-10 .starda
{
  color: #cf313c!important;
}

.index .f-redstarda a
{
  position: relative;
  display: inline-block;
  padding-left: 41px;
  color: rgba(245,249,253,.6);
}

.index .f-redstarda a .starda
{
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 35px;
  height: 33px;
  margin-top: -16px;
  content: '';
  background: url(/local/templates/main/images/redstarda.svg) no-repeat;
  fill: #8b949d;
}

.index .f-redstarda a:hover
{
  text-decoration: none;
  color: #cf313c!important;
}

.index .f-redstarda a:hover .starda
{
  background-image: url(/local/templates/main/images/redstarda_hover.svg);
}

.index .f-redstarda a:hover [fill-rule=evenodd]
{
  fill: #cf313c!important;
}

.index .redstarda-gen-1
{
  color: rgba(237,208,213,.64)!important;
}

.index .redstarda-gen-1 .starda
{
  color: #928a93!important;
}

.index .redstarda-gen-2
{
  color: rgba(231,175,182,.68)!important;
}

.index .redstarda-gen-2 .starda
{
  color: #99808a!important;
}

.index .redstarda-gen-3
{
  color: rgba(226,149,157,.72)!important;
}

.index .redstarda-gen-3 .starda
{
  color: #9f7680!important;
}

.index .redstarda-gen-4
{
  color: rgba(222,127,136,.76)!important;
}

.index .redstarda-gen-4 .starda
{
  color: #a66c76!important;
}

.index .redstarda-gen-5
{
  color: rgba(218,109,118,.8)!important;
}

.index .redstarda-gen-5 .starda
{
  color: #ad636d!important;
}

.index .redstarda-gen-6
{
  color: rgba(215,93,103,.84)!important;
}

.index .redstarda-gen-6 .starda
{
  color: #b45963!important;
}

.index .redstarda-gen-7
{
  color: rgba(213,80,90,.88)!important;
}

.index .redstarda-gen-7 .starda
{
  color: #bb4f59!important;
}

.index .redstarda-gen-8
{
  color: rgba(211,68,79,.92)!important;
}

.index .redstarda-gen-8 .starda
{
  color: #c1454f!important;
}

.index .redstarda-gen-9
{
  color: rgba(209,58,69,.96)!important;
}

.index .redstarda-gen-9 .starda
{
  color: #c83b46!important;
}

.index .redstarda-gen-10
{
  color: #cf313c!important;
}

.index .redstarda-gen-10 .starda
{
  color: #cf313c!important;
}

.figures
{
  padding-top: 68px;
  padding-bottom: 78px;
}

.figures-el
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.figures-els
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.figures-count
{
  font-family: GothamPro-Black;
  font-size: 73px;
  line-height: 73px;
  margin-right: 10px;
  opacity: .9;
  color: #ff9629;
}

.figures-text
{
  font-family: GothamPro;
  font-size: 20px;
  line-height: 22px;
  max-width: 230px;
  margin-top: 12px;
  color: #1d1b29;
}

.figures-desc
{
  font-family: Arial;
  font-size: 20px;
  line-height: 31px;
  width: 862px;
  margin-top: 58px;
  color: #1d1b29;
}

.figures-desc p+p
{
  margin-top: 20px;
}

.newind
{
  padding-top: 59px;
  padding-bottom: 69px;
  background-image: -webkit-radial-gradient(50% 103%,#373642 43%,#181624 100%);
  background-image: -o-radial-gradient(50% 103%,#373642 43%,#181624 100%);
  background-image: radial-gradient(50% 103%,#373642 43%,#181624 100%);
}

.newind *
{
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.newind-topic
{
  font-family: GothamPro-Bold;
  font-size: 35px;
  margin-bottom: 30px;
  color: #fff;
}

.newind-list
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.newind-all,.newind-el
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 260px;
  height: 294px;
  text-decoration: none!important;
}

.newind-all:before,.newind-el:before
{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  content: '';
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: #c56212;
  -webkit-backface-visibility: hidden;
}

.newind-all:after,.newind-el:after
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  content: '';
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  transform: skewY(45deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: #e2771c;
  -webkit-backface-visibility: hidden;
}

.newind-all-img,.newind-el-img
{
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 10px 40px 0 rgba(157,56,12,.3);
  box-shadow: 0 10px 40px 0 rgba(157,56,12,.3);
}

.newind-all-body,.newind-el-body
{
  position: relative;
  height: 100%;
  padding: 19px 20px;
  background-color: #f5f9fd;
}

.newind-all:hover,.newind-el:hover
{
  top: -8px;
  left: -8px;
}

.newind-all:hover:before,.newind-el:hover:before
{
  bottom: -8px;
  height: 8px;
}

.newind-all:hover:after,.newind-el:hover:after
{
  right: -8px;
  width: 8px;
}

.newind-all:hover .newind-el-img,.newind-el:hover .newind-el-img
{
  display: block;
}

.newind-all:hover .newind-el-body,.newind-el:hover .newind-el-body
{
  background-color: rgba(255,136,0,.9);
}

.newind-all:hover .newind-all-text,.newind-all:hover .newind-city,.newind-all:hover .newind-date,.newind-all:hover .newind-text,.newind-all:hover .newind-type,.newind-el:hover .newind-all-text,.newind-el:hover .newind-city,.newind-el:hover .newind-date,.newind-el:hover .newind-text,.newind-el:hover .newind-type
{
  color: #fff;
}

.newind-all:hover .newind-date,.newind-el:hover .newind-date
{
  opacity: .7;
}

.newind-type
{
  font-size: 13px;
  line-height: 15px;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: #1d1b29;
}

.newind-info
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 33px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.newind-date
{
  font-size: 14px;
  line-height: 15px;
  margin-right: 13px;
  text-transform: lowercase;
  opacity: 1;
  color: #1d1b29;
}

.newind-city
{
  font-size: 14px;
  line-height: 15px;
  opacity: .7;
  color: #5d5d68;
}

.newind-text
{
  font-size: 19px;
  line-height: 23px;
  margin-top: 12px;
  color: #1d1b29;
}

.newind-all:hover .newind-el-body
{
  background-image: url(/local/templates/main/images/arrow-btn-white.svg);
}

.newind-all .newind-el-body
{
  display: block;
  padding-top: 174px;
  background-image: url(/local/templates/main/images/arrow-btn.svg);
  background-repeat: no-repeat;
  background-position: 95px 101px;
}

.newind-all-text
{
  font-family: GothamPro-Bold;
  font-size: 19px;
  line-height: 23px;
  text-align: center;
  color: #004282;
}

.cont
{
  position: relative;
  top: -12px;
  left: -12px;
  width: 840px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-top: 12px;
  margin-left: 12px;
  background: #fff;
}

.cont:before
{
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 8px;
  content: '';
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: #cfd5da;
  -webkit-backface-visibility: hidden;
}

.cont:after
{
  position: absolute;
  top: 0;
  right: -8px;
  bottom: 0;
  width: 8px;
  content: '';
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  transform: skewY(45deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: #e2e6ea;
  -webkit-backface-visibility: hidden;
}

.cont-wrap
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 38px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cont-sidemenu
{
  position: relative;
  top: -8px;
  left: -8px;
  width: 270px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-top: 8px;
  margin-left: 8px;
  background: #fff;
}

.cont-sidemenu:before
{
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 8px;
  content: '';
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: #d1d9e0;
  -webkit-backface-visibility: hidden;
}

.cont-sidemenu:after
{
  position: absolute;
  top: 0;
  right: -8px;
  bottom: 0;
  width: 8px;
  content: '';
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  transform: skewY(45deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: #e1e8ee;
  -webkit-backface-visibility: hidden;
}

.cont-sidemenu ul
{
  margin: 0;
  padding: 0;
  list-style: none;
}

.cont-sidemenu ul ul a
{
  padding-left: 50px;
}

.cont-sidemenu *+*
{
  border-top: solid 1px #c5ced6;
}

.cont-sidemenu a
{
  font-size: 19px;
  line-height: 23px;
  display: block;
  padding: 18px 20px 17px 20px;
  text-decoration: none;
  color: #1d1b29;
}

.cont-sidemenu a.active,.cont-sidemenu a:hover
{
  color: #fff;
  background: #2a2936;
}

.cont-top
{
  position: relative;
  height: 390px;
  padding: 33px 80px 0 60px;
  background: #2a2936;
}

.cont-topic
{
  font-family: GothamPro-Bold;
  font-size: 46px;
  line-height: 57px;
  margin-top: 14px;
  color: #fff;
}

.cont-topic.black
{
  color: #1d1b29;
}

.cont-top-img,.cont-top-map
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .4;
}

.cont-top-img.cap
{
  margin: 50px auto;
}

.cont-top-map
{
  opacity: 1;
}

.cont-top-wrap
{
  position: relative;
}

.cont-date
{
  font-family: GothamPro;
  font-size: 30px;
  margin-top: 29px;
  color: #fff;
}

.cont-text
{
  font-size: 20px;
  line-height: 31px;
  max-width: 700px;
  margin-top: 24px;
  color: #fff;
}

.cont-text-page
{
  font-size: 16px;
  line-height: 28px;
  width: 700px;
  color: #1d1b29;
}

.cont-text-page--right
{
  position: absolute;
  top: 31px;
  right: 80px;
}

.cont-body
{
  line-height: 2;
  position: relative;
  padding: 31px 80px 53px 60px;
}

.cont-body-topic
{
  font-family: GothamPro-Bold;
  font-size: 30px;
  line-height: 57px;
  color: #1d1b29;
}

.cont-body .pagination
{
  margin-top: 89px;
}

.cont-new
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none!important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cont-new:hover .cont-new-img
{
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.cont-new:hover .cont-new-name
{
  color: #ffa931;
}

.cont-news
{
  margin-top: 29px;
}

.cont-new-wrap
{
  width: 432px;
}

.cont-new+a
{
  margin-top: 52px;
}

.cont-new-img
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 175px;
  margin-right: 26px;
  opacity: .7;
  border: 1px solid #e1e8ee;
  background: #fff;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cont-new-top
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cont-new-city,.cont-new-date,.cont-new-review
{
  font-size: 13px;
  margin-right: 15px;
  color: #98989f;
}

.cont-new-review
{
  text-decoration: underline;
}

.cont-new-name
{
  font-family: GothamPro-Bold;
  font-size: 20px;
  line-height: 31px;
  margin-top: 19px;
  text-decoration: underline;
  color: #000;
}

.cont-new-text
{
  font-size: 16px;
  line-height: 28px;
  margin-top: 26px;
  color: #a5a5ab;
}

.cont-detail-topic
{
  font-family: GothamPro-Bold;
  font-size: 20px;
  line-height: 57px;
  color: #1d1b29;
}

.cont-detail-text
{
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 37px;
  color: #1d1b29;
}

.cont-detail-img-text
{
  font-size: 16px;
  line-height: 28px;
  margin-top: 6px;
  margin-bottom: 20px;
  color: #a5a4a9;
}

.pagination
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pagination a,.pagination span
{
  font-size: 14px;
  line-height: 39px;
  display: inline-block;
  width: 46px;
  height: 39px;
  margin-right: -1px;
  text-align: center;
  text-decoration: none!important;
  color: rgba(26,26,52,.6);
  border: 1px solid #c6cfd7;
  background: #f0f2f4;
}

.pagination a.active,.pagination a:hover,.pagination span.active,.pagination span:hover
{
  z-index: 1;
  color: #000;
  border: 1px solid #e68f25;
  background: #ffa931;
}

.breadcrumbs
{
  font-size: 15px;
  color: #fff;
}

.breadcrumbs a,.breadcrumbs span
{
  color: #fff;
}

.breadcrumb-dark
{
  padding-bottom: 40px;
}

.breadcrumb-dark .breadcrumbs,.breadcrumb-dark a,.breadcrumb-dark span
{
  opacity: .7;
  color: #1d1b29;
}

.breadcrumb-black
{
  margin-top: 25px;
}

.breadcrumb-black .breadcrumbs,.breadcrumb-black a,.breadcrumb-black span
{
  color: #1d1b29;
}

.catalog
{
  padding-top: 53px;
}

.catalog-topic
{
  font-family: GothamPro-Bold;
  font-size: 56px;
  line-height: 57px;
  color: #1d1b29;
}

.catalog-desc
{
  font-size: 20px;
  line-height: 31px;
  width: 722px;
  margin-top: 23px;
  color: #1d1b29;
}

.catalog-list
{
  margin-top: 56px;
  margin-bottom: 43px;
}

.catalog-list:last-child
{
  display: block;
  clear: both;
  content: ' ';
}

.catalog-el
{
  position: relative;
  display: block;
  float: left;
  width: 350px;
  height: 690px;
  padding: 25px 30px 43px 30px;
  cursor: pointer;
  text-decoration: none!important;
  background: #fff;
}

.catalog-el:hover .catalog-el-name
{
  color: #ffa03e;
}

.catalog-el-type
{
  font-size: 12px;
  line-height: 15px;
  letter-spacing: .74px;
  color: #767685;
}

.catalog-el-name
{
  font-family: GothamPro-Black;
  font-size: 25px;
  margin-top: 13px;
  color: #000;
}

.catalog-el+.catalog-el
{
  margin-left: 27px;
}

.catalog-el:before
{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  content: '';
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: #a6b2be;
  -webkit-backface-visibility: hidden;
}

.catalog-el:after
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  content: '';
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  transform: skewY(45deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: #bbd4ec;
  -webkit-backface-visibility: hidden;
}

.catalog-el.hover:before,.catalog-el:hover:before
{
  bottom: -8px;
  height: 8px;
}

.catalog-el.hover:after,.catalog-el:hover:after
{
  right: -8px;
  width: 8px;
}

.catalog-pa
{
  position: absolute;
  right: 30px;
  bottom: 43px;
  left: 30px;
}

.catalog-pa-name
{
  font-size: 13px;
  margin-top: 25px;
  opacity: .6;
  color: #1a1a34;
}

.catalog-pa-val
{
  font-family: GothamPro-Bold;
  font-size: 14px;
  line-height: 23px;
  margin-top: 1px;
  color: #000;
}

.catalog-pa-img
{
  margin-top: 30px;
}

.catalog-more
{
  font-size: 16px;
  margin-top: 16px;
  text-decoration: underline;
  color: #007fff;
}

.catalog-still
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1104px;
  margin-top: 37px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog-sm
{
  display: block;
  width: 726px;
  height: 218px;
  padding: 30px 25px;
  cursor: pointer;
  text-decoration: none!important;
  background: #fff url(/local/templates/main/images/catalog-smart.jpg) no-repeat right bottom;
}

.catalog-sm-type
{
  font-size: 12px;
  line-height: 15px;
  letter-spacing: .74px;
  color: #767685;
}

.catalog-sm-name
{
  font-family: GothamPro-Black;
  font-size: 25px;
  color: #1d1b29;
}

.catalog-sm-desc
{
  font-size: 14px;
  line-height: 20px;
  width: 350px;
  margin-top: 13px;
  color: #1a1a34;
}

.catalog-ch
{
  display: block;
  width: 350px;
  height: 218px;
  padding: 32px 0 0 25px;
  cursor: pointer;
  background: #fff;
}

.catalog-ch-name
{
  font-family: GothamPro-Black;
  font-size: 25px;
  color: #1d1b29;
}

.catalog-ch-desc
{
  font-size: 14px;
  line-height: 20px;
  width: 300px;
  margin-top: 13px;
  color: #1a1a34;
}

.cat-p
{
  padding-top: 53px;
}

.cat-p-topic
{
  font-family: GothamPro-Bold;
  font-size: 56px;
  line-height: 57px;
  color: #1d1b29;
}

.cat-p-desc
{
  font-size: 20px;
  line-height: 28px;
  width: 700px;
  margin-top: 22px;
  opacity: .5;
  color: #1d1b29;
}

.cat-calc
{
  position: relative;
  width: 710px;
  margin-top: 42px;
  padding: 31px 56px 57px 36px;
  background: #fff;
}

.cat-calc:before
{
  position: absolute;
  right: 0;
  bottom: -11px;
  left: 0;
  height: 11px;
  content: '';
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: #cfd5da;
  -webkit-backface-visibility: hidden;
}

.cat-calc:after
{
  position: absolute;
  top: 0;
  right: -12px;
  bottom: 0;
  width: 12px;
  content: '';
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  transform: skewY(45deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: #e2e6ea;
  -webkit-backface-visibility: hidden;
}

.cat-calc-line
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cat-calc-line input
{
  font-family: GothamPro;
  font-size: 16px;
  position: absolute;
  top: auto!important;
  bottom: 0;
  display: block;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 38px;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  color: #000;
  border: none;
  background: #f0f2f4;
}

.cat-calc-line>label
{
  font-family: GothamPro-Bold;
  font-size: 18px;
  line-height: 24px;
  display: block;
  width: 275px;
  color: #1d1b29;
}

.cat-calc-line+*
{
  margin-top: 13px;
}

.cat-calc-input
{
  position: relative;
  display: inline-block;
  width: 319px;
  height: 40px;
  padding-left: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border: 1px solid #c6cfd7;
  background: #f0f2f4;
}

.cat-calc-input.focus
{
  border: 1px solid #ffa931;
}

.cat-calc-input label
{
  font-family: GothamPro;
  font-size: 10px;
  position: absolute;
  top: 8px;
  color: #86868e;
}

.cat-calc-input.filled
{
  height: 58px;
}

.cat-calc-input.filled input
{
  margin-top: 10px;
}

.cat-calc-wrap
{
  margin-top: 24px;
  padding-left: 300px;
}

.cat-calc-wrap label
{
  font-size: 15px;
  cursor: pointer;
  color: #1d1b29;
}

.cat-calc-desc
{
  font-size: 15px;
  line-height: 19px;
  margin-top: 31px;
  color: #98989f;
}

.cat-calc-desc a
{
  text-decoration: underline;
  color: #00baff;
}

.cat-calc-desc a:hover
{
  text-decoration: none;
}

.cat-fit
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1072px;
  padding-top: 40px;
  padding-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cat-fit-img
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cat-fit img
{
  display: block;
  max-width: 100%;
  max-height: 112px;
  margin: 0 auto;
  text-align: center;
}

.cat-fit-topic
{
  font-family: GothamPro-Bold;
  font-size: 36px;
  line-height: 57px;
  color: #1d1b29;
}

.cat-fit-name
{
  font-family: GothamPro-Black;
  font-size: 25px;
  line-height: 37px;
  margin-top: 10px;
  text-align: center;
  text-decoration: underline;
  color: #1d1b29;
}

.cat-fit-wrap
{
  margin-top: 62px;
}

.cat-fit-el
{
  position: relative;
  display: block;
  width: 334px;
  height: 421px;
  margin-bottom: 36px;
  padding: 35px 30px 27px 30px;
  cursor: pointer;
  text-decoration: none!important;
  background: #fff;
}

.cat-fit-el:nth-child(3n+2),.cat-fit-el:nth-child(3n+3)
{
  margin-left: 34px;
}

.cat-fit-el:before
{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  content: '';
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: #cfd5da;
  -webkit-backface-visibility: hidden;
}

.cat-fit-el:after
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  content: '';
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  transform: skewY(45deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: #e2e6ea;
  -webkit-backface-visibility: hidden;
}

.cat-fit-el.hover:before,.cat-fit-el:hover:before
{
  bottom: -11px;
  height: 11px;
}

.cat-fit-el.hover:after,.cat-fit-el:hover:after
{
  right: -12px;
  width: 12px;
}

.cat-fit-param
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 214px;
  margin: 0 auto;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cat-fit label
{
  display: block;
  margin-top: 12px;
  margin-left: 58px;
  cursor: pointer;
  color: #1d1b29;
}

.cat-fit-p-name
{
  font-size: 13px;
  opacity: .6;
  color: #1a1a34;
}

.cat-fit-p-val
{
  font-family: GothamPro-Bold;
  font-size: 14px;
  line-height: 23px;
  color: #000;
}

.cat-fit-btn
{
  line-height: 44px;
  width: 182px;
  height: 44px;
  margin: 26px auto 0 auto;
}

.isdev-topic
{
  font-family: GothamPro-Black;
  font-size: 24px;
  line-height: 37px;
  margin-top: 20px;
  color: #1d1b29;
}

.isdev-desc
{
  font-family: Arial;
  font-size: 15px;
  margin-top: 18px;
  opacity: .6;
  color: #1a1a34;
}

.isdev-list
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.isdev-list a
{
  font-family: GothamPro-Medium;
  font-size: 18px;
  text-decoration: none;
  color: #1d1b29;
  border-bottom: dashed 1px #000;
}

.isdev-list a+a
{
  margin-left: 48px;
}

.har
{
  padding-top: 63px;
  padding-bottom: 30px;
  background: url(/local/templates/main/images/block.png) no-repeat right 13px;
}

.har-topic
{
  font-family: GothamPro-Bold;
  font-size: 56px;
  line-height: 57px;
  color: #1d1b29;
}

.har-desc
{
  font-size: 20px;
  line-height: 28px;
  width: 580px;
  margin-top: 16px;
  opacity: .5;
  color: #1d1b29;
}

.har-pa
{
  display: table;
  margin-top: 40px;
}

.har-pa-line
{
  display: table-row;
}

.har-pa-line+*
{
  margin-top: 20px;
}

.har-pa-line:last-child .har-pa-el
{
  padding-top: 20px;
}

.har-pa-el
{
  display: table-cell;
}

.har-pa-el:last-child
{
  padding-left: 42px;
}

.har-pa-name
{
  font-size: 15px;
  opacity: .6;
  color: #1a1a34;
}

.har-pa-val
{
  font-family: GothamPro-Black;
  font-size: 24px;
  line-height: 37px;
  margin-top: 1px;
  color: #1d1b29;
}

.har-btnwrap
{
  height: 130px;
  margin-top: 61px;
}

.har-req
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.har-req-btn
{
  line-height: 54px;
  width: 230px;
  height: 54px;
  margin-right: 19px;
}

.har-req-btn-desc
{
  font-size: 15px;
  width: 146px;
  height: 54px;
  padding-top: 10px;
  vertical-align: middle;
  opacity: .6;
  color: #1a1a34;
}

.har-ques
{
  line-height: 54px;
  display: block;
  width: 230px;
  height: 54px;
  margin-top: 20px;
}

.har-menu
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 154px;
  padding: 0;
  list-style: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.har-menu a
{
  font-family: GothamProNarrow-Medium;
  font-size: 16px;
  line-height: 55px;
  display: block;
  height: 55px;
  padding: 0 15px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  letter-spacing: .98px;
  text-transform: uppercase;
  color: #1d1b29;
}

.har-menu a.active,.har-menu a:hover
{
  color: #fff;
  background: #2a2936;
}

.har-menu.is-dev a:hover
{
  cursor: default;
  color: #1d1b29;
  background: 0 0;
}

.har-menu.is-dev a.active
{
  color: #fff!important;
  background: #2a2936!important;
}

.category
{
  padding-top: 46px;
  background: #fff;
}

.category .wrap>div
{
  display: none;
}

.category .wrap>div.active
{
  display: block;
}

.char
{
  padding-bottom: 50px;
}

.char-topic
{
  font-family: GothamPro-Bold;
  font-size: 46px;
  line-height: 57px;
  color: #1d1b29;
}

.char-topic2
{
  font-family: GothamPro-Bold;
  font-size: 39px;
  line-height: 31px;
  margin-top: 50px;
  color: #1d1b29;
}

.char-topic3
{
  font-family: GothamPro-Bold;
  font-size: 46px;
  line-height: 57px;
  margin-top: 60px;
  color: #1d1b29;
}

.char-desc
{
  font-size: 20px;
  line-height: 31px;
  width: 762px;
  color: #1d1b29;
}

.char-desc2
{
  font-size: 20px;
  line-height: 31px;
  width: 738px;
  margin-top: 67px;
  color: #1d1b29;
}

.char-desc a
{
  text-decoration: underline;
  color: #00baff;
}

.char-desc a:hover
{
  text-decoration: none;
}

.char-calc
{
  width: 620px;
  margin-top: 35px;
}

.char-file
{
  font-family: GothamPro-Bold;
  font-size: 18px;
  line-height: 40px;
  display: table;
  cursor: pointer;
  text-decoration: none!important;
  color: #1d1b29;
}

.char-files
{
  margin-top: 9px;
}

.char-file:hover
{
  color: #ffa931;
}

.char-file span
{
  font-family: GothamPro-Medium;
  font-size: 16px;
}

.char-file span span
{
  text-decoration: underline;
}

.char-save
{
  line-height: 17px;
  width: 262px;
  height: 62px;
  margin-top: 60px;
  margin-bottom: 10px;
  padding-top: 16px;
  padding-left: 109px;
  text-align: left;
  background-image: url(/local/templates/main/images/save_all.svg);
  background-repeat: no-repeat;
  background-position: 67px 17px;
}

.char-tov-topic
{
  font-family: GothamPro-Bold;
  font-size: 36px;
  line-height: 57px;
  margin-top: 60px;
  color: #1d1b29;
}

.char-tov-el
{
  position: relative;
  display: block;
  width: 283px;
  height: 421px;
  margin-bottom: 31px;
  padding: 35px 30px 27px 30px;
  cursor: pointer;
  border: 1px solid #d5dce2;
  background: #f0f2f4;
}

.char-tov-el:hover
{
  border: 1px solid #cc7212;
}

.char-tov-el:hover .char-tov-name
{
  color: #ffa931;
}

.char-tov-el:nth-child(3n+2),.char-tov-el:nth-child(3n+3)
{
  margin-left: 30px;
}

.char-tov-els
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 913px;
  margin-top: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.char-tov-name
{
  font-family: GothamPro-Black;
  font-size: 25px;
  line-height: 37px;
  margin-top: 19px;
  text-decoration: underline;
  color: #1d1b29;
}

.char-tov-param
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.char-tov label
{
  font-size: 15px;
  display: block;
  margin-top: 12px;
  cursor: pointer;
  color: #1d1b29;
}

.char-tov-p-name
{
  font-size: 13px;
  opacity: .6;
  color: #1a1a34;
}

.char-tov-p-val
{
  font-family: GothamPro-Bold;
  font-size: 14px;
  line-height: 23px;
  color: #000;
}

.char-tov-img
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.char-tov img
{
  max-width: 100%;
  max-height: 112px;
  text-align: center;
}

.char-tov-btn
{
  line-height: 41px;
  width: 179px;
  height: 41px;
  margin: 26px auto 0 auto;
}

.adva-topic
{
  font-family: GothamPro-Bold;
  font-size: 46px;
  line-height: 57px;
  color: #1d1b29;
}

.adva-desc
{
  font-size: 20px;
  line-height: 31px;
  color: #1d1b29;
}

.adva-block
{
  margin-top: 67px;
}

.adva-l1:nth-child(even) .adva-l2:nth-child(even),.adva-l1:nth-child(odd) .adva-l2:nth-child(odd)
{
  background: #f7f9fa;
}

.adva-l1:after
{
  display: block;
  clear: both;
  content: ' ';
}

.adva-l2
{
  float: left;
  width: 50%;
  height: 340px;
  padding: 18px 47px 41px 54px;
}

.adva-name
{
  font-family: GothamPro-Black;
  font-size: 30px;
  line-height: 57px;
  color: #1d1b29;
}

.adva-text
{
  font-size: 16px;
  line-height: 28px;
  color: #1d1b29;
}

.adva-link
{
  font-size: 16px;
  margin-top: 10px;
  cursor: pointer;
  text-decoration: underline;
  color: #007fff;
}

.adva-link:hover
{
  text-decoration: none;
}

table.type1
{
  width: 1004px;
  margin-top: 17px;
  border-spacing: 0;
  border-collapse: collapse;
}

table.type1 td
{
  font-size: 16px;
  line-height: 31px;
  padding: 6px 11px;
  color: #1d1b29;
  border: solid 1px #c6cfd7;
}

table.type1 td:first-child
{
  font-weight: 700;
  width: 198px;
  background: #f0f2f4;
}

.set-wraptable2 table,table.type2
{
  width: 832px;
  margin-top: 17px;
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
}

.set-wraptable2 table td,table.type2 td
{
  font-family: Helvetica;
  font-size: 16px;
  line-height: 28px;
  padding-top: 21px;
  padding-bottom: 21px;
  color: #000;
  border: none;
  border-top: solid 1px #c6cfd7;
  border-bottom: solid 1px #c6cfd7;
}

.set-wraptable2 table td:first-child,table.type2 td:first-child
{
  font-family: Arial;
  font-weight: 700;
  line-height: 26px;
  padding-right: 29px;
  color: #1d1b29;
}

.set
{
  padding-bottom: 50px;
}

.set-topic
{
  font-family: GothamPro-Bold;
  font-size: 46px;
  line-height: 57px;
  color: #1d1b29;
}

.set-topic2
{
  font-family: GothamPro-Black;
  font-size: 25px;
  line-height: 57px;
  margin-top: 40px;
  color: #1d1b29;
}

.set-desc
{
  font-size: 20px;
  line-height: 31px;
  width: 762px;
  margin-top: 30px;
  color: #1d1b29;
}

.set-desc a
{
  text-decoration: underline;
  color: #00baff;
}

.set-desc a:hover
{
  text-decoration: none;
}

.set *+.set-topic
{
  margin-top: 70px;
}

.set-save-cat
{
  margin-top: 36px;
}

.set-mod
{
  font-family: GothamPro-Black;
  font-size: 25px;
  line-height: 57px;
  display: block;
  margin-top: 40px;
  cursor: pointer;
  text-decoration: none;
  color: #1d1b29;
}

.set-mod:hover
{
  color: #ffa931;
}

.set-mod+.set-mod
{
  margin-top: 12px;
}

.set-options
{
  font-size: 16px;
  line-height: 20px;
  width: 647px;
  padding-bottom: 5px;
  color: #1d1b29;
}

.set-options p
{
  margin: 0;
  margin-top: 20px;
}

.set-table
{
  display: block;
  overflow: hidden;
  height: 400px;
  -webkit-transition: .5s height;
  -o-transition: .5s height;
  transition: .5s height;
}

.set-table.closed
{
  height: 0;
}

.doc-list
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 762px;
  margin-top: 30px;
  padding-bottom: 120px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.doc-el
{
  display: block;
  width: 81px;
  height: 90px;
  margin: 0 auto;
  cursor: pointer;
  text-decoration: none!important;
  background: url(/local/templates/main/images/doc.svg) no-repeat center;
}

.doc-el-wrap
{
  width: 160px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.doc-el-wrap:hover .doc-el-name
{
  text-decoration: underline!important;
}

.doc-el-format
{
  font-size: 18px;
  line-height: 95px;
  text-align: center;
  color: #1d1b29;
}

.doc-el-name
{
  font-size: 14px;
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  color: #1d1b29;
}

.fluid-label
{
  position: relative;
  display: inline-block;
  padding: 15px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.fluid-label input,.fluid-label textarea
{
  position: relative;
  border: none;
  outline: 0;
}

.fluid-label label
{
  position: absolute;
  top: 5px;
}

.gallery
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery a
{
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.call-other.red
{
  border: solid 1px red;
}
/* End */
/* /local/templates/main/css/style.css?17538613211547 */
/* /local/templates/main/css/tinyscrollbar.css?17538613211773 */
/* /local/templates/main/js/libs/fancybox/jquery.fancybox.css?17538613214832 */
/* /local/templates/main/template_styles.css?175386132158006 */
