

/* Start:/local/templates/rivedil/css/jquery.fancybox.css?17643401855882*/
/*! 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;
	color: #444;
	text-shadow: none;
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 0 5px #fff;
	-moz-box-shadow: inset 0 0 0 5px #fff;
	box-shadow: inset 0 0 0 5px #fff;
	border: solid 2px #b4b0b0;
}

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

.fancybox-opened .fancybox-skin {
	padding: 0px !important;
}

.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/templates/rivedil/css/../img/fancybox/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/templates/rivedil/css/../img/fancybox/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/templates/rivedil/css/../img/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: -80px;
}

.fancybox-next {
	right: -80px;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 38px;
	height: 38px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: visible;
}
.fancybox-prev span {
	background: url("/local/templates/rivedil/css/img/arrows_prev.png") no-repeat;
	left: 0;
}

.fancybox-next span {
	background: url("/local/templates/rivedil/css/img/arrows_next.png") no-repeat;
	right: 0;
}
.fancybox-prev:hover span {
	background-image: url("/local/templates/rivedil/css/img/arrows_prev_act.png");
}

.fancybox-next:hover span {
	background-image: url("/local/templates/rivedil/css/img/arrows_next_act.png");
}

.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/templates/rivedil/css/../img/fancybox/fancybox_overlay.png');*/
	background: rgba(37, 37, 36, .73);
}

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

.fancybox-lock .fancybox-overlay {
	/*overflow: auto;*/
	overflow: hidden;
	/*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;
	padding-bottom: 24px;
}

.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: 24px;
}

.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 {
		background-image: url('/local/templates/rivedil/css/../img/fancybox/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/templates/rivedil/css/../img/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
@media screen and (max-width: 1279px) {
	.fancybox-nav span {
		width: 41px;
		height: 56px;
	}
	.fancybox-prev {
		left: 0px;
	}
	.fancybox-next {
		right: 0px;
	}
	.fancybox-prev span {
		background: url("/local/templates/rivedil/css/img/slider_prev_act.png") no-repeat;
		left: 0;
	}
	.fancybox-prev:hover span {
		background-image: url("/local/templates/rivedil/css/img/slider_prev_act.png");
	}
	.fancybox-next span {
		background: url("/local/templates/rivedil/css/img/slider_next_act.png") no-repeat;
		right: -8px;
	}
	.fancybox-next:hover span {
		background-image: url("/local/templates/rivedil/css/img/slider_next_act.png");
	}
}
/* End */


/* Start:/local/templates/rivedil/css/jquery.fancybox-thumbs.css?17643401851264*/
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	left: 0px !important;
	right: 0px !important;
	margin: 0 auto;
}

#fancybox-thumbs ul li {
	display: inline-block;
	vertical-align: top;
	opacity: 1;
	height: 102px;
    width: 95px;
}
#fancybox-thumbs ul li:not(:nth-child(1)) {
	margin-left: 12px;
}

#fancybox-thumbs ul li.active {
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	outline: none;
	height: 102px;
    width: 95px;
}

#fancybox-thumbs ul li a:before {
	position: absolute;
    content: "";
   	top: 0px;
    right: 0px;
    left:0px;
    bottom: 0px;
    height: 102px;
    width: 95px;
    border: 2px solid #b4b0b0;
    z-index: 12;
}
#fancybox-thumbs ul li a:hover:before {
    border-color: #ff7e00;
}
#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-height: 102px;
    max-width: 95px;
    top: 0px !important;
    right: 0px !important;
    left:0px !important;
    bottom: 0px !important;
}
/* End */


/* Start:/local/templates/rivedil/components/bitrix/search.form/search/style.css?17643401851238*/
header .search-form input {
  height: 31px;
  border: none; }

header .search-form input.search-text {
  width: 162px; }

.search-form form {
  font-size: 0px; }
.search-form input {
  display: inline-block;
  vertical-align: top;
  height: 31px;
  border: none;
  font: 12px/14px "GothamPro-Light";
  border-radius: 0; }
.search-form input::-webkit-input-placeholder,
.search-form textarea::-webkit-input-placeholder {
  font: 12px/14px "GothamPro-Light"; }
.search-form input::-moz-placeholder,
.search-form textarea::-moz-placeholder {
  font: 12px/14px "GothamPro-Light"; }
.search-form input:-moz-placeholder,
.search-form textarea:-moz-placeholder {
  font: 12px/14px "GothamPro-Light"; }
.search-form input:-ms-input-placeholder,
.search-form textarea:-ms-input-placeholder {
  font: 12px/14px "GothamPro-Light"; }
.search-form .search-button {
  width: 36px;
  height: 31px;
  color: transparent;
  padding: 0px;
  background: url("/local/templates/rivedil/css/img/icon_search.png") #ffc11a center no-repeat; }
  .search-form .search-button:hover, .search-form .search-button:focus, .search-form .search-button:active {
    background-color: #ff7e00; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/rivedil/components/bitrix/menu/top_menu/style.css?17643401854165*/
.top-menu {
  margin: 0px;
  padding: 0px; }
  .top-menu li {
    display: inline-block;
    margin: 0 28px; }
    .top-menu li:nth-child(1) {
      margin-left: 0px; }
    .top-menu li:last-child {
      margin-right: 0px; }
    .top-menu li a {
      text-transform: uppercase;
      color: #FFFFFF;
      text-decoration: none;
      display: block; }
      .top-menu li a.selected {
        color: #ffb219; }
      .top-menu li a:hover {
        color: #ffb219; }
      .top-menu li a:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px; }
      .top-menu li a span {
        display: inline-block;
        vertical-align: middle; }
      .top-menu li a.menu-main:before {
        width: 18px;
        height: 17px;
        background: url(/local/templates/rivedil/css/img/menu_icon_home.png) no-repeat; }
      .top-menu li a.menu-main:hover:before, .top-menu li a.menu-main.selected:before {
        background: url(/local/templates/rivedil/css/img/menu_icon_home_hov.png) no-repeat; }
      .top-menu li a.menu-about:before {
        width: 18px;
        height: 17px;
        background: url(/local/templates/rivedil/css/img/menu_icon_about.png) no-repeat; }
      .top-menu li a.menu-about:hover:before, .top-menu li a.menu-about.selected:before {
        background: url(/local/templates/rivedil/css/img/menu_icon_about_hov.png) no-repeat; }
      .top-menu li a.menu-partner:before {
        width: 18px;
        height: 17px;
        background: url(/local/templates/rivedil/css/img/menu_icon_partner.png) no-repeat; }
      .top-menu li a.menu-partner:hover:before, .top-menu li a.menu-partner.selected:before {
        background: url(/local/templates/rivedil/css/img/menu_icon_partner_hov.png) no-repeat; }
      .top-menu li a.menu-portfolio:before {
        width: 18px;
        height: 17px;
        background: url(/local/templates/rivedil/css/img/menu_icon_portfolio.png) no-repeat; }
      .top-menu li a.menu-portfolio:hover:before, .top-menu li a.menu-portfolio.selected:before {
        background: url(/local/templates/rivedil/css/img/menu_icon_portfolio_hov.png) no-repeat; }
      .top-menu li a.menu-news:before {
        width: 18px;
        height: 17px;
        background: url(/local/templates/rivedil/css/img/menu_icon_news.png) no-repeat; }
      .top-menu li a.menu-news:hover:before, .top-menu li a.menu-news.selected:before {
        background: url(/local/templates/rivedil/css/img/menu_icon_news_hov.png) no-repeat; }
      .top-menu li a.menu-contacts:before {
        width: 18px;
        height: 17px;
        background: url(/local/templates/rivedil/css/img/menu_icon_contacts.png) no-repeat; }
      .top-menu li a.menu-contacts:hover:before, .top-menu li a.menu-contacts.selected:before {
        background: url(/local/templates/rivedil/css/img/menu_icon_contacts_hov.png) no-repeat; }

@media only screen and (max-width: 1279px) {
  .top-menu li:nth-child(1) {
    display: none; }
  .top-menu li:nth-child(1), .top-menu li:nth-child(2) {
    margin-left: 0px; }
  .top-menu li:last-child {
    margin-right: 0px; }
  .top-menu li a.menu-main {
    display: none; } }
@media only screen and (max-width: 1279px) and (min-width: 1024px) {
  .top-menu {
    margin: 0px;
    padding: 0px; }
    .top-menu li {
      margin: 0 19px; }
      .top-menu li:nth-child(1) {
        display: none; }
      .top-menu li:nth-child(1), .top-menu li:nth-child(2) {
        margin-left: 0px; }
      .top-menu li:last-child {
        margin-right: 0px; }
      .top-menu li a.menu-main {
        display: none; } }
@media screen and (max-width: 1023px) {
  .top-menu {
    margin: 0px 15px;
    padding: 0px; }
    .top-menu li {
      margin: 0 13px; }
      .top-menu li:nth-child(1) {
        display: none; }
      .top-menu li:nth-child(1), .top-menu li:nth-child(2) {
        margin-left: 0px; }
      .top-menu li:last-child {
        margin-right: 0px; }
      .top-menu li a.menu-main {
        display: none; } }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/rivedil/components/bitrix/system.auth.form/top/style.css?17643401851036*/
.topPersonal {
  position: relative; }
  .topPersonal a {
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    position: relative; }
    .topPersonal a:hover {
      color: #ffb219; }
    .topPersonal a span {
      display: inline-block;
      vertical-align: middle; }
    .topPersonal a.logout {
      margin-top: 2px;
      font: 13px "GothamPro-Light"; }
  .topPersonal .menu-personal {
    position: relative;
    text-align: center; }
    .topPersonal .menu-personal:before {
      content: "";
      display: block;
      position: absolute;
      left: -26px; }
    .topPersonal .menu-personal:before {
      width: 14px;
      height: 17px;
      background: url(/local/templates/rivedil/css/img/icon_personal.png) no-repeat; }
  .topPersonal .menu-personal:hover:before, .topPersonal.menu-personal.selected:before {
    background: url(/local/templates/rivedil/css/img/icon_personal_hov.png) no-repeat; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/rivedil/components/bitrix/menu/left_menu/style.css?17643401851500*/
.left-col-menu {
  margin-bottom: 25px; }
  .left-col-menu .menu-name-line a {
    display: block;
    padding: 18px 8px;
    text-align: center;
    height: 49px;
    background-color: #ff9b0d;
    background-image: -webkit-linear-gradient(left, #ffc624, #ff9007);
    background-image: -moz-linear-gradient(left, #ffc624, #ff9007);
    background-image: -o-linear-gradient(left, #ffc624, #ff9007);
    background-image: -ms-linear-gradient(left, #ffc624, #ff9007);
    background-image: linear-gradient(to right, #ffc624, #ff9007); }
  .left-col-menu .menu-name-line, .left-col-menu .menu-name-line a {
    text-transform: uppercase;
    font: 14.5px/17.5px "GothamPro-Medium";
    color: #000000; }
  .left-col-menu .item-line a {
    display: block;
    background: url("/local/templates/rivedil/css/img/light_back.png") repeat center center;
    text-align: left;
    padding: 13px 4px 12px 8px;
    text-transform: uppercase;
    font: 12px/16px "GothamPro-Medium";
    color: #000000;
    margin: 1px 0px; }
  .left-col-menu .item-line:hover a {
    background: #f5d27a; }

.right-column .left-col-menu .item-line a {
  height: 58px; }
  .right-column .left-col-menu .item-line a span {
    display: inline-block;
    height: 100%;
    width: 99%; }
  .right-column .left-col-menu .item-line a:before {
    content: "";
    width: 1px;
    height: 100%;
    vertical-align: middle;
    display: inline-block; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/rivedil/components/bitrix/news.list/banners/style.css?1764340185150*/
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;
}

/* End */


/* Start:/local/templates/rivedil/components/bitrix/breadcrumb/breadcrumb/style.css?1764340185900*/
.breadcrumb {
  width: 100%;
  min-height: 35px;
  padding: 7px 20px 10px;
  margin-bottom: 24px;
  background-color: #2f3031;
  -webkit-box-shadow: inset 0 1px #6a6c6e;
  -moz-box-shadow: inset 0 1px #6a6c6e;
  box-shadow: inset 0 1px #6a6c6e; }
  .breadcrumb .breadcrumb-item {
    display: inline-block; }
    .breadcrumb .breadcrumb-item a {
      color: #88898a;
      font: 14px/21px "GothamPro"; }
      .breadcrumb .breadcrumb-item a span {
        color: #88898a; }
    .breadcrumb .breadcrumb-item span {
      color: #FFFFFF;
      font: 14px/21px "GothamPro"; }
    .breadcrumb .breadcrumb-item .angle-right:before {
      display: inline-block;
      width: 5px;
      height: 10px;
      margin: 0 7px;
      content: '';
      background: url(/local/templates/rivedil/css/img/breadcrumb_arrow.png) no-repeat center; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/rivedil/components/bitrix/menu/bottom_menu/style.css?1764340185419*/
.bottom-menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  vertical-align: top; }
  .bottom-menu li {
    border-bottom: 1px dotted #69696f; }
    .bottom-menu li a {
      display: block;
      font: 13px/30px "GothamPro";
      color: #FFFFFF; }
    .bottom-menu li:hover a, .bottom-menu li.selected a {
      color: #ffb219; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/rivedil/components/bitrix/system.auth.form/footer/style.css?17643401851036*/
.topPersonal {
  position: relative; }
  .topPersonal a {
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    position: relative; }
    .topPersonal a:hover {
      color: #ffb219; }
    .topPersonal a span {
      display: inline-block;
      vertical-align: middle; }
    .topPersonal a.logout {
      margin-top: 2px;
      font: 13px "GothamPro-Light"; }
  .topPersonal .menu-personal {
    position: relative;
    text-align: center; }
    .topPersonal .menu-personal:before {
      content: "";
      display: block;
      position: absolute;
      left: -26px; }
    .topPersonal .menu-personal:before {
      width: 14px;
      height: 17px;
      background: url(/local/templates/rivedil/css/img/icon_personal.png) no-repeat; }
  .topPersonal .menu-personal:hover:before, .topPersonal.menu-personal.selected:before {
    background: url(/local/templates/rivedil/css/img/icon_personal_hov.png) no-repeat; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/rivedil/styles.css?17643401857947*/
@font-face {
    font-family: 'GothamPro';
    src: url("/local/templates/rivedil/fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("/local/templates/rivedil/fonts/GothamPro.woff") format("woff"), url("/local/templates/rivedil/fonts/GothamPro.ttf") format("truetype"), url("/local/templates/rivedil/fonts/GothamPro.svg#GothamPro") format("svg");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'GothamPro-Black';
    src: url("/local/templates/rivedil/fonts/GothamPro-Black.eot?#iefix") format("embedded-opentype"), url("/local/templates/rivedil/fonts/GothamPro-Black.woff") format("woff"), url("/local/templates/rivedil/fonts/GothamPro-Black.ttf") format("truetype"), url("/local/templates/rivedil/fonts/GothamPro-Black.svg#GothamPro-Black") format("svg");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'GothamPro-BlackItalic';
    src: url("/local/templates/rivedil/fonts/GothamPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/rivedil/fonts/GothamPro-BlackItalic.woff") format("woff"), url("/local/templates/rivedil/fonts/GothamPro-BlackItalic.ttf") format("truetype"), url("/local/templates/rivedil/fonts/GothamPro-BlackItalic.svg#GothamPro-BlackItalic") format("svg");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'GothamPro-Bold';
    src: url("/local/templates/rivedil/fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/rivedil/fonts/GothamPro-Bold.woff") format("woff"), url("/local/templates/rivedil/fonts/GothamPro-Bold.ttf") format("truetype"), url("/local/templates/rivedil/fonts/GothamPro-Bold.svg#GothamPro-Bold") format("svg");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'GothamPro-BoldItalic';
    src: url("/local/templates/rivedil/fonts/GothamPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/rivedil/fonts/GothamPro-BoldItalic.woff") format("woff"), url("/local/templates/rivedil/fonts/GothamPro-BoldItalic.ttf") format("truetype"), url("/local/templates/rivedil/fonts/GothamPro-BoldItalic.svg#GothamPro-BoldItalic") format("svg");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'GothamPro-Italic';
    src: url("/local/templates/rivedil/fonts/GothamPro-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/rivedil/fonts/GothamPro-Italic.woff") format("woff"), url("/local/templates/rivedil/fonts/GothamPro-Italic.ttf") format("truetype"), url("/local/templates/rivedil/fonts/GothamPro-Italic.svg#GothamPro-Italic") format("svg");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'GothamPro-Light';
    src: url("/local/templates/rivedil/fonts/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/rivedil/fonts/GothamPro-Light.woff") format("woff"), url("/local/templates/rivedil/fonts/GothamPro-Light.ttf") format("truetype"), url("/local/templates/rivedil/fonts/GothamPro-Light.svg#GothamPro-Light") format("svg");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'GothamPro-LightItalic';
    src: url("/local/templates/rivedil/fonts/GothamPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/rivedil/fonts/GothamPro-LightItalic.woff") format("woff"), url("/local/templates/rivedil/fonts/GothamPro-LightItalic.ttf") format("truetype"), url("/local/templates/rivedil/fonts/GothamPro-LightItalic.svg#GothamPro-LightItalic") format("svg");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'GothamPro-Medium';
    src: url("/local/templates/rivedil/fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/rivedil/fonts/GothamPro-Medium.woff") format("woff"), url("/local/templates/rivedil/fonts/GothamPro-Medium.ttf") format("truetype"), url("/local/templates/rivedil/fonts/GothamPro-Medium.svg#GothamPro-Medium") format("svg");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'GothamPro-MediumItalic';
    src: url("/local/templates/rivedil/fonts/GothamPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/rivedil/fonts/GothamPro-MediumItalic.woff") format("woff"), url("/local/templates/rivedil/fonts/GothamPro-MediumItalic.ttf") format("truetype"), url("/local/templates/rivedil/fonts/GothamPro-MediumItalic.svg#GothamPro-MediumItalic") format("svg");
    font-weight: normal;
    font-style: normal; }

.wrap-img a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 269px;
    height: 198px;
    padding: 4px;
    background-color: #f9f7ea;
    -webkit-box-shadow: inset 0 0 0 5px #fff;
    -moz-box-shadow: inset 0 0 0 5px #fff;
    box-shadow: inset 0 0 0 5px #fff;
    border: solid 1px #b4b0b0;
}
.wrap-img .img {
    max-width: 259px;
    max-height: 188px;
}

.wrap-img-line {
    margin: 0 auto;
    text-align: center; }
.wrap-img-line .wrap-img {
    vertical-align: top;
    display: inline-block;
    margin-right: 0px;
    margin-left: 8px; }
.wrap-img-line .wrap-img:first-child {
    margin-left: 0px; }
.wrap-img-line .wrap-img a {
    width: 254px;
    height: 198px; }
.wrap-img-line .wrap-img .img, .wrap-img-line .wrap-img img {
    max-width: 244px;
    max-height: 188px; }

.two-wrap-img {
    margin: 0 auto;
    text-align: center; }
.two-wrap-img .wrap-img {
    vertical-align: top;
    display: inline-block; }
.two-wrap-img .wrap-img a {
    width: 388px;
    height: 263px; }
.two-wrap-img .wrap-img .img, .two-wrap-img .wrap-img img {
    max-width: 378px;
    max-height: 253px; }

.marks-title {
    height: 38px;
    background-color: #2f3032;
    position: relative;
    margin: 26px 0px 20px; }
.marks-title span, .marks-title p {
    margin: 0px;
    padding: 0px;
    display: inline-block; }
.marks-title span:nth-child(1), .marks-title p:nth-child(1) {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: -6px;
    text-align: center;
    padding-top: 11px;
    background-color: #2f3032;
    border: solid 1px #ffc11a;
    color: #ffc11a;
    font: 23px "GothamPro-Medium"; }
.marks-title span:nth-child(2), .marks-title p:nth-child(2) {
    display: inline-block;
    margin-left: 70px;
    vertical-align: middle;
    color: #FFFFFF;
    font: 15px/21px "GothamPro";
    width: 84%; }
.marks-title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    min-height: 38px; }

.marks {
    margin-left: 0px; }
.marks li {
    list-style: none;
    position: relative;
    min-height: 32px;
    margin-bottom: 7px; }
.marks li span, .marks li p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 45px;
    width: 92%; }
.marks li:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    min-height: 32px; }
.marks li:before {
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    padding-top: 5px;
    background-color: #ff7e00;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    -moz-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff;
    border: solid 1px #b4b0b1;
    font: 17px "GothamPro-Medium";
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle; }
.marks li:nth-child(1):before {
    content: "1"; }
.marks li:nth-child(2):before {
    content: "2"; }
.marks li:nth-child(3):before {
    content: "3"; }
.marks li:nth-child(4):before {
    content: "4"; }
.marks li:nth-child(5):before {
    content: "5"; }
.marks li:nth-child(6):before {
    content: "6"; }
.marks li:nth-child(7):before {
    content: "7"; }
.marks li:nth-child(8):before {
    content: "8"; }
.marks li:nth-child(9):before {
    content: "9"; }
table.visual-var td {
    border: 1px solid #000000;
    padding: 3px 5px;
}
/* End */


/* Start:/local/templates/rivedil/template_styles.css?176434018563854*/
@font-face {
  font-family: 'GothamPro';
  src: url("/local/templates/rivedil/fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("/local/templates/rivedil/fonts/GothamPro.woff") format("woff"), url("/local/templates/rivedil/fonts/GothamPro.ttf") format("truetype"), url("/local/templates/rivedil/fonts/GothamPro.svg#GothamPro") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GothamPro-Black';
  src: url("/local/templates/rivedil/fonts/GothamPro-Black.eot?#iefix") format("embedded-opentype"), url("/local/templates/rivedil/fonts/GothamPro-Black.woff") format("woff"), url("/local/templates/rivedil/fonts/GothamPro-Black.ttf") format("truetype"), url("/local/templates/rivedil/fonts/GothamPro-Black.svg#GothamPro-Black") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GothamPro-BlackItalic';
  src: url("/local/templates/rivedil/fonts/GothamPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/rivedil/fonts/GothamPro-BlackItalic.woff") format("woff"), url("/local/templates/rivedil/fonts/GothamPro-BlackItalic.ttf") format("truetype"), url("/local/templates/rivedil/fonts/GothamPro-BlackItalic.svg#GothamPro-BlackItalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GothamPro-Bold';
  src: url("/local/templates/rivedil/fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/rivedil/fonts/GothamPro-Bold.woff") format("woff"), url("/local/templates/rivedil/fonts/GothamPro-Bold.ttf") format("truetype"), url("/local/templates/rivedil/fonts/GothamPro-Bold.svg#GothamPro-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GothamPro-BoldItalic';
  src: url("/local/templates/rivedil/fonts/GothamPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/rivedil/fonts/GothamPro-BoldItalic.woff") format("woff"), url("/local/templates/rivedil/fonts/GothamPro-BoldItalic.ttf") format("truetype"), url("/local/templates/rivedil/fonts/GothamPro-BoldItalic.svg#GothamPro-BoldItalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GothamPro-Italic';
  src: url("/local/templates/rivedil/fonts/GothamPro-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/rivedil/fonts/GothamPro-Italic.woff") format("woff"), url("/local/templates/rivedil/fonts/GothamPro-Italic.ttf") format("truetype"), url("/local/templates/rivedil/fonts/GothamPro-Italic.svg#GothamPro-Italic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GothamPro-Light';
  src: url("/local/templates/rivedil/fonts/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/rivedil/fonts/GothamPro-Light.woff") format("woff"), url("/local/templates/rivedil/fonts/GothamPro-Light.ttf") format("truetype"), url("/local/templates/rivedil/fonts/GothamPro-Light.svg#GothamPro-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GothamPro-LightItalic';
  src: url("/local/templates/rivedil/fonts/GothamPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/rivedil/fonts/GothamPro-LightItalic.woff") format("woff"), url("/local/templates/rivedil/fonts/GothamPro-LightItalic.ttf") format("truetype"), url("/local/templates/rivedil/fonts/GothamPro-LightItalic.svg#GothamPro-LightItalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GothamPro-Medium';
  src: url("/local/templates/rivedil/fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/rivedil/fonts/GothamPro-Medium.woff") format("woff"), url("/local/templates/rivedil/fonts/GothamPro-Medium.ttf") format("truetype"), url("/local/templates/rivedil/fonts/GothamPro-Medium.svg#GothamPro-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GothamPro-MediumItalic';
  src: url("/local/templates/rivedil/fonts/GothamPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/rivedil/fonts/GothamPro-MediumItalic.woff") format("woff"), url("/local/templates/rivedil/fonts/GothamPro-MediumItalic.ttf") format("truetype"), url("/local/templates/rivedil/fonts/GothamPro-MediumItalic.svg#GothamPro-MediumItalic") format("svg");
  font-weight: normal;
  font-style: normal; }
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn,
em, font, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u,
i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn,
em, font, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u,
i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
  background-clip: padding-box; }

aside, nav, footer, header, section {
  display: block; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html, body {
  padding: 0px;
  margin: 0px; }

body {
  width: 100%;
  height: 100%;
  font: 14px/21px GothamPro;
  color: #000000;
  background: url("/local/templates/rivedil/css/img/back.jpg") repeat;
  -moz-text-size-adjust: auto;
  -ms-text-size-adjust: auto;
  -webkit-text-size-adjust: auto; }

body * {
  -moz-text-size-adjust: auto;
  -ms-text-size-adjust: auto;
  -webkit-text-size-adjust: auto; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ''; }
  .clearfix:after {
    clear: both; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: #ef6b04;
  text-decoration: none; }

ul, ol {
  margin-left: 20px; }

.aj-loader {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 56px;
  height: 56px;
  text-align: center;
  z-index: 1065; }

.cssload-tube-tunnel {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  border: 5px solid;
  border-radius: 50%;
  border-color: #d4d4d4;
  animation: cssload-scale 1.5s infinite linear;
  -o-animation: cssload-scale 1.5s infinite linear;
  -ms-animation: cssload-scale 1.5s infinite linear;
  -webkit-animation: cssload-scale 1.5s infinite linear;
  -moz-animation: cssload-scale 1.5s infinite linear; }

@keyframes cssload-scale {
  0% {
    transform: scale(0);
    transform: scale(0); }
  90% {
    transform: scale(0.7);
    transform: scale(0.7); }
  100% {
    transform: scale(1);
    transform: scale(1); } }
@-o-keyframes cssload-scale {
  0% {
    -o-transform: scale(0);
    transform: scale(0); }
  90% {
    -o-transform: scale(0.7);
    transform: scale(0.7); }
  100% {
    -o-transform: scale(1);
    transform: scale(1); } }
@-ms-keyframes cssload-scale {
  0% {
    -ms-transform: scale(0);
    transform: scale(0); }
  90% {
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  100% {
    -ms-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes cssload-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  90% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes cssload-scale {
  0% {
    -moz-transform: scale(0);
    transform: scale(0); }
  90% {
    -moz-transform: scale(0.7);
    transform: scale(0.7); }
  100% {
    -moz-transform: scale(1);
    transform: scale(1); } }
.success-redraw-block {
  display: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: rgba(37, 37, 36, 0.73);
  z-index: 18; }
  .success-redraw-block .success-content {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
    color: #000000;
    font: 14px/17px "GothamPro-Medium";
    text-transform: uppercase; }

.redraw-block.redraw-block-active {
  -webkit-transition: 0.8s all linear;
  -moz-transition: 0.8s all linear;
  -ms-transition: 0.8s all linear;
  -o-transition: 0.8s all linear;
  transition: 0.8s all linear; }
  .redraw-block.redraw-block-active:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1060;
    -webkit-transition: 0.8s all linear;
    -moz-transition: 0.8s all linear;
    -ms-transition: 0.8s all linear;
    -o-transition: 0.8s all linear;
    transition: 0.8s all linear; }

.popup {
  width: 475px;
  height: 119px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 5px #fff;
  -moz-box-shadow: inset 0 0 0 5px #fff;
  box-shadow: inset 0 0 0 5px #fff;
  border: solid 2px #b4b0b0;
  position: fixed;
  z-index: 1050;
  display: none;
  top: 50%;
  left: 50%; }
  .popup .closePopup {
    display: none; }
  .popup.getconsultext {
    height: 632px; }
  .popup .title {
    color: #ffffff;
    width: 100%;
    height: 64px;
    font: 14px/17px "GothamPro-Medium";
    text-align: center;
    text-transform: uppercase;
    padding-top: 23px; }
  .popup .success-content-inner {
    font: 14px/17px "GothamPro-Medium";
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto; }
    .popup .success-content-inner div.inner {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      width: 471px;
      height: 115px; }
  .popup form {
    width: 100%;
    margin: 0 auto;
    padding: 18px 17px 27px; }
  .popup .input, .popup .textarea {
    margin-bottom: 17px; }
  .popup .inner-add-consult {
    margin-top: 27px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1040;
  background: #000000;
  opacity: .7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  top: 0;
  left: 0;
  display: none; }

.popup.getresult .success-redraw-block {
  display: block;
  position: relative; }
  .popup.getresult .success-redraw-block .success-content {
    position: relative; }

header, .wrapper, .popup {
  /*input.error::-webkit-input-placeholder,
  textarea.error::-webkit-input-placeholder {
    color:#e14040;
  }
  input.error::-moz-placeholder,
  textarea.error::-moz-placeholder {
    color:#e14040;
  }
  input.error:-moz-placeholder,
  textarea.error:-moz-placeholder {
    color:#e14040;
  }
  input.error:-ms-input-placeholder,
  textarea.error:-ms-input-placeholder {
    color:#e14040;
  }*/ }
  header input, header textarea, .wrapper input, .wrapper textarea, .popup input, .popup textarea {
    position: relative;
    padding: 8px 8px 8px 16px;
    width: 164px;
    height: 39px;
    background-color: #FFFFFF;
    border: solid 1px #cccaca;
    color: #5e574e;
    font: 13px/14px "GothamPro";
    border-radius: 0; }
  header input[type='text'].error, header textarea.error, .wrapper input[type='text'].error, .wrapper textarea.error, .popup input[type='text'].error, .popup textarea.error {
    border-color: #d94747; }
  header input[type='button'], header input[type='submit'], .wrapper input[type='button'], .wrapper input[type='submit'], .popup input[type='button'], .popup input[type='submit'] {
    border: none; }
  header input:focus, header textarea:focus, .wrapper input:focus, .wrapper textarea:focus, .popup input:focus, .popup textarea:focus {
    outline: none;
    background-color: #fff; }
  header textarea, .wrapper textarea, .popup textarea {
    width: 398px;
    height: 215px; }
  header input::-webkit-input-placeholder,
  header textarea::-webkit-input-placeholder, .wrapper input::-webkit-input-placeholder,
  .wrapper textarea::-webkit-input-placeholder, .popup input::-webkit-input-placeholder,
  .popup textarea::-webkit-input-placeholder {
    color: #5e574e;
    font: 13px/14px "GothamPro"; }
  header input::-moz-placeholder,
  header textarea::-moz-placeholder, .wrapper input::-moz-placeholder,
  .wrapper textarea::-moz-placeholder, .popup input::-moz-placeholder,
  .popup textarea::-moz-placeholder {
    color: #5e574e;
    font: 13px/14px "GothamPro"; }
  header input:-moz-placeholder,
  header textarea:-moz-placeholder, .wrapper input:-moz-placeholder,
  .wrapper textarea:-moz-placeholder, .popup input:-moz-placeholder,
  .popup textarea:-moz-placeholder {
    color: #5e574e;
    font: 13px/14px "GothamPro"; }
  header input:-ms-input-placeholder,
  header textarea:-ms-input-placeholder, .wrapper input:-ms-input-placeholder,
  .wrapper textarea:-ms-input-placeholder, .popup input:-ms-input-placeholder,
  .popup textarea:-ms-input-placeholder {
    color: #5e574e;
    font: 13px/14px "GothamPro"; }

.col {
  display: inline-block;
  margin-right: -4px;
  vertical-align: middle; }

header {
  width: 1280px;
  padding: 0 10px;
  margin: 0 auto;
  min-height: 223px; }
  header .top-line-head {
    padding: 10px 0px 0px;
    position: relative; }
    header .top-line-head:after {
      content: "";
      display: block;
      background: #e8b873;
      height: 1px;
      width: 100%;
      margin-top: 10px; }
    header .top-line-head .col {
      margin-right: 0px;
      margin-left: -4px; }
    header .top-line-head .logo {
      margin: 5px 21px 0px 0px; }
    header .top-line-head .top-line-phone {
      font: 25.8px/25.8px "GothamPro";
      margin-bottom: 27px; }
    header .top-line-head .top-line-search {
      margin-left: 17px; }
    header .top-line-head .col.top-description {
      margin-right: 7px; }
  header .top-description {
    width: 813px; }
    header .top-description .top-title-bg {
      display: block;
      width: 334px;
      height: 72px;
      margin: 0 auto 10px;
      background: url("/local/templates/rivedil/css/img/logo_text.png") no-repeat; }
    header .top-description .top-title {
      background-image: -webkit-linear-gradient(bottom, #e19d3c, #dfa953 19%, #eec896 41%, #e3b876 61%, #cf8d3e 83%);
      background-image: -moz-linear-gradient(bottom, #e19d3c, #dfa953 19%, #eec896 41%, #e3b876 61%, #cf8d3e 83%);
      background-image: -o-linear-gradient(bottom, #e19d3c, #dfa953 19%, #eec896 41%, #e3b876 61%, #cf8d3e 83%);
      background-image: -ms-linear-gradient(bottom, #e19d3c, #dfa953 19%, #eec896 41%, #e3b876 61%, #cf8d3e 83%);
      background-image: linear-gradient(to top, #e19d3c, #dfa953 19%, #eec896 41%, #e3b876 61%, #cf8d3e 83%);
      -webkit-background-clip: text;
      -moz-background-clip: text;
      background-clip: text;
      font: 26px "GothamPro";
      text-transform: uppercase;
      color: transparent; }
      header .top-description .top-title.sm:before {
        content: "";
        width: 100%;
        height: 9px;
        position: relative;
        margin-bottom: 10px;
        display: block;
        background: url("/local/templates/rivedil/css/img/line.png") no-repeat; }
      header .top-description .top-title span {
        color: #fff; }
  header nav.menu-line {
    padding: 24px 0px; }
  header .personal-link-col {
    float: right;
    margin-right: 0px; }

.line-title {
  text-transform: uppercase;
  font: 22px Verdana;
  color: #000;
  margin: 14px 0;
  text-align: center; }
  .line-title:before {
    content: "";
    width: 100%;
    height: 9px;
    position: relative;
    margin-bottom: 24px;
    display: block;
    background: url("/local/templates/rivedil/css/img/line.png") no-repeat; }

.wrapper {
  position: relative;
  height: auto !important;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
  color: #FFFFFF; }

.wrapper-top {
  position: relative;
  min-height: 100%;
  height: 100%; }

.wrapper-inner {
  width: 1280px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  min-height: 100%;
  height: auto !important; }

.central-column {
  width: 813px;
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 24px; }

.central-column.central-column-large {
  width: 1260px;
  margin: 0 auto; }

.left-column, .right-column {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  position: relative; }

.right-column {
  margin: 0 -4px 0 24px; }

.inner-column {
  background: url("/local/templates/rivedil/css/img/lightt_back.jpg") repeat;
  min-height: 200px;
  padding: 16px 12px;
  color: #000000; }

.central-column-large.central-column-404 .inner-column {
  padding: 120px 70px 120px 60px;
  height: 570px;
  min-width: 570px; }
.central-column-large .inner-column {
  background: #ffffff;
  min-width: 1020px; }

.personal-calc-page .inner-column {
  background: #FFFFFF; }
.personal-calc-page .inner-article {
  padding: 16px 12px; }
.personal-calc-page .calc-page-wrap {
  background: #FFFFFF; }

.personal-page .inner-column {
  padding-left: 0px;
  padding-right: 0px; }
.personal-page .inner-article {
  padding: 0px 12px 16px; }

.wrap-nfound-list {
  font: 18px/20px "GothamPro"; }
  .wrap-nfound-list .col-right {
    text-align: center;
    min-width: 645px; }
    .wrap-nfound-list .col-right div {
      margin-bottom: 24px; }
    .wrap-nfound-list .col-right .ftitle {
      font: 25px "GothamPro-Light";
      text-transform: uppercase; }
      .wrap-nfound-list .col-right .ftitle:after {
        content: "";
        display: block;
        background: #ef6b04;
        height: 1px;
        width: 100%;
        margin-top: 30px; }
    .wrap-nfound-list .col-right .phone:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 38px;
      width: 38px;
      margin-right: 15px;
      background: url("/local/templates/rivedil/css/img/icon_phone_org.png"); }
    .wrap-nfound-list .col-right .phone span {
      display: inline-block;
      font: 28px "GothamPro-Medium";
      text-transform: uppercase; }

.main-central-column .inner-column {
  background: none;
  color: #FFFFFF;
  padding-top: 0px;
  margin-top: 0px; }
.main-central-column .line-title {
  font: 25px/25px "GothamPro-Light";
  color: #FFFFFF;
  margin-bottom: 24px; }
.main-central-column .inner-article {
  margin-bottom: 50px; }

.main-wrap-block .main-block-text {
  margin: 0 0 39px;
  font: 14px/21px "GothamPro"; }
  .main-wrap-block .main-block-text .title {
    margin: 0 0 14px;
    font: 25px "GothamPro";
    text-align: center;
    text-transform: uppercase; }
.main-wrap-block .main-block-item {
  margin-bottom: 39px; }
  .main-wrap-block .main-block-item .more.yellowBtn {
    text-align: right; }

h1 {
  font: 22px/24px "Verdana";
  text-transform: uppercase;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 19px; }

footer {
  /*&:before {
    content: "";
    display: block;
    height: 2px;
    margin: 0px;
    background-color: #e8b873;
  }*/ }
  footer .line-footer {
    width: 100%;
    height: 2px;
    margin: 39px 0px 0px;
    background-color: #e8b873; }
  footer .footer-inner {
    width: 1280px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
    padding: 6px 10px 18px; }
  footer .col {
    vertical-align: top; }
    footer .col ul {
      margin-top: 24px;
      margin-right: 12px; }
    footer .col:first-child ul {
      margin-right: 24px; }
    footer .col.col-right {
      float: right; }
  footer .bottom-logo {
    margin-bottom: 5px; }
  footer .bottom-phone-list {
    color: #fff;
    margin-bottom: 13px;
    text-align: right; }
    footer .bottom-phone-list .personalLink {
      display: none; }
    footer .bottom-phone-list .bottom-phone {
      font: 28.5px "GothamPro";
      margin-bottom: 5px;
      letter-spacing: 1.5px; }
  footer .social-list {
    text-align: right;
    font-size: 0; }
    footer .social-list .col {
      margin-right: 0px; }
      footer .social-list .col:not(:nth-child(1)) {
        margin-left: 25px; }
      footer .social-list .col .social-icon {
        display: block;
        width: 49px;
        height: 49px;
        background: no-repeat center; }
        footer .social-list .col .social-icon.inst-icon {
          background-image: url("/local/templates/rivedil/css/img/icon_inst.png"); }
        footer .social-list .col .social-icon.fb-icon {
          background-image: url("/local/templates/rivedil/css/img/icon_fb.png"); }
        footer .social-list .col .social-icon.odn-icon {
          background-image: url("/local/templates/rivedil/css/img/icon_odn.png"); }
        footer .social-list .col .social-icon.vk-icon {
          background-image: url("/local/templates/rivedil/css/img/icon_vk.png"); }
  footer .create-wrap {
    text-align: right; }
    footer .create-wrap a {
      color: #FFFFFF;
      font: 12px/18px "GothamPro"; }
      footer .create-wrap a:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 58px;
        height: 21px;
        margin-left: 5px;
        background: url(/local/templates/rivedil/css/img/create_icon.png) center no-repeat; }

.scrollup {
  width: 79px;
  height: 79px;
  background: url(/local/templates/rivedil/css/img/up.png) no-repeat;
  position: fixed;
  top: 500px;
  display: none;
  margin: 0 0 0 1320px;
  z-index: 10000;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease; }
  .scrollup:hover {
    background-image: url(/local/templates/rivedil/css/img/up_hover.png); }
  .scrollup.small {
    margin-left: 1222px; }

.inner-title {
  font: 21px/22px "GothamPro"; }

.serviceselect-wrap {
  position: relative; }
  .serviceselect-wrap .service-list {
    cursor: pointer;
    color: #000000;
    font: 14px/14px "GothamPro";
    width: 378px;
    height: 39px;
    padding: 0px 8px 0px 16px;
    background-color: #ffc11a;
    border: solid 2px #ffc11a;
    z-index: 11; }
    .serviceselect-wrap .service-list.active {
      background-color: #f9f7ea;
      border: solid 2px #ffc11a; }
    .serviceselect-wrap .service-list.disabled #btn {
      display: none; }
    .serviceselect-wrap .service-list .service-list-link a {
      display: table-cell;
      vertical-align: middle;
      color: #000000;
      font: 14px/14px "GothamPro";
      width: 350px;
      height: 35px;
      display: table-cell;
      vertical-align: middle; }
    .serviceselect-wrap .service-list .service-list-link span {
      display: block; }
    .serviceselect-wrap .service-list #btn {
      background: url(/local/templates/rivedil/css/img/select.png) center no-repeat;
      width: 12px;
      height: 35px;
      float: right; }
  .serviceselect-wrap .service-select-block {
    background: #ffffff;
    position: absolute;
    left: -12px;
    top: 52px;
    display: none;
    z-index: 10; }
    .serviceselect-wrap .service-select-block .closebtn-wrap {
      height: 36px;
      text-align: right;
      padding: 10px 12px; }
      .serviceselect-wrap .service-select-block .closebtn-wrap a {
        color: #000000;
        display: inline-block;
        font: 15px "GothamPro"; }
      .serviceselect-wrap .service-select-block .closebtn-wrap span {
        height: 17px;
        width: 17px;
        margin-left: 12px;
        color: #000000;
        display: inline-block;
        font: 40px/17px "GothamPro-Light";
        vertical-align: middle; }
  .serviceselect-wrap ul.service-select-list {
    width: 813px;
    padding: 10px 12px;
    margin: 0;
    list-style: none;
    background: #ffffff; }
    .serviceselect-wrap ul.service-select-list li {
      display: inline-block;
      margin-top: 4px;
      margin-left: 12px;
      margin-right: -4px; }
      .serviceselect-wrap ul.service-select-list li:nth-child(odd) {
        margin-left: 0px; }
      .serviceselect-wrap ul.service-select-list li:nth-child(1), .serviceselect-wrap ul.service-select-list li:nth-child(2) {
        margin-top: 0px; }
      .serviceselect-wrap ul.service-select-list li a {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 388px;
        height: 43px;
        text-transform: uppercase;
        color: #000000;
        background-color: #fff;
        border: solid 1px #cccbc1; }
        .serviceselect-wrap ul.service-select-list li a span {
          display: block; }
        .serviceselect-wrap ul.service-select-list li a:hover, .serviceselect-wrap ul.service-select-list li a.active {
          background-color: #ffc11a;
          border: solid 1px #000000; }

.yellowBtn input {
  width: auto; }
.yellowBtn a, .yellowBtn input {
  display: inline-block;
  text-align: left;
  padding: 5px 12px 5px;
  font: 14px/16px "GothamPro";
  text-transform: lowercase;
  color: #000000;
  height: 28px;
  background-color: #ffc11a; }
  .yellowBtn a:hover, .yellowBtn input:hover {
    background: #ff7e00; }
  .yellowBtn a:focus, .yellowBtn a:active, .yellowBtn input:focus, .yellowBtn input:active {
    background: #ff7e00; }
  .yellowBtn a:after, .yellowBtn input:after {
    content: '\2192';
    margin-left: 8px;
    display: inline-block; }

.backlist a:before {
  content: '\2190';
  margin-right: 8px;
  display: inline-block; }
.backlist.yellowBtn a:after {
  content: none; }

.title-inner-list {
  text-transform: uppercase;
  font: 16px "GothamPro-Medium";
  margin-bottom: 20px; }

.calc-page-wrap .title-inner-list {
  text-align: center; }

.wrap-img a, .wrap-img .link-wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 269px;
  height: 198px;
  padding: 4px;
  background-color: #FFFFFF;
  -webkit-box-shadow: inset 0 0 0 5px #fff;
  -moz-box-shadow: inset 0 0 0 5px #fff;
  box-shadow: inset 0 0 0 5px #fff;
  border: solid 1px #b4b0b0; }
.wrap-img .img {
  max-width: 259px;
  max-height: 188px;
  vertical-align: top; }

.tabs {
  border: solid 1px #000; }
  .tabs .tabsNames {
    margin: 0px;
    padding: 0px; }
    .tabs .tabsNames li {
      display: inline-block;
      position: relative;
      width: 20%;
      margin-right: -5px; }
      .tabs .tabsNames li.active a, .tabs .tabsNames li:hover a {
        background: #ff7e00; }
      .tabs .tabsNames li:not(:nth-child(1)) a {
        border-left: 1px solid #000000; }
      .tabs .tabsNames li:nth-child(1) {
        width: 20.4%; }
      .tabs .tabsNames li a {
        color: #000000;
        font: 16px/16px "GothamPro";
        text-transform: lowercase;
        width: 100%;
        height: 48px;
        padding: 3px;
        background-color: #ffc11a;
        -webkit-box-shadow: 0 1px #000;
        -moz-box-shadow: 0 1px #000;
        box-shadow: 0 1px #000;
        display: block;
        text-align: center;
        -webkit-transition: background 0.5s linear;
        -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
        -o-transition: background 0.5s linear;
        transition: background 0.5s linear; }
        .tabs .tabsNames li a:before {
          content: "";
          display: inline-block;
          vertical-align: middle;
          margin-right: -5px;
          width: 1px;
          height: 100%; }
        .tabs .tabsNames li a span {
          display: inline-block;
          vertical-align: middle;
          margin-right: -5px; }
  .tabs .tabsDescriptions {
    background-color: #fff;
    padding: 16px 14px; }
    .tabs .tabsDescriptions .tabsWrap {
      display: none; }
      .tabs .tabsDescriptions .tabsWrap.active {
        display: block; }
      .tabs .tabsDescriptions .tabsWrap .tabsName, .tabs .tabsDescriptions .tabsWrap .tabsName a {
        font: 22px/22px Verdana;
        color: #000;
        text-align: center;
        display: block;
        margin-bottom: 20px;
        text-transform: uppercase; }
    .tabs .tabsDescriptions .tabsDescription {
      font: 15px/22px Verdana; }

.layers-list {
  margin-top: 20px; }
  .layers-list a {
    color: #000; }
    .layers-list a.layer-name {
      font: 19px/21px "GothamPro";
      text-decoration: underline; }
  .layers-list .col {
    vertical-align: top; }
  .layers-list .layer-title {
    background: #2f3031;
    color: #FFFFFF;
    font: 16px/21px "GothamPro";
    text-transform: uppercase;
    padding: 18px 0 16px 22px; }
  .layers-list .layer-content {
    padding: 14px 0px 24px;
    color: #000000;
    font: 15px/31px "GothamPro"; }
    .layers-list .layer-content .layer-info {
      border-bottom: 1px dashed #000000; }
      .layers-list .layer-content .layer-info span {
        min-width: 100px;
        display: inline-block; }
    .layers-list .layer-content .col:nth-child(2) {
      width: 62%; }
    .layers-list .layer-content .layer-img {
      width: 35.5%;
      margin-right: 12px; }
      .layers-list .layer-content .layer-img a {
        width: 269px;
        height: 198px; }
      .layers-list .layer-content .layer-img img {
        max-width: 259px;
        max-height: 188px; }

.detail-photo-wrap {
  margin-bottom: 20px; }
  .detail-photo-wrap .up-line-img {
    position: relative; }
    .detail-photo-wrap .up-line-img a.nextBig, .detail-photo-wrap .up-line-img a.prevBig {
      display: none;
      position: absolute;
      width: 41px;
      height: 100%;
      top: 0;
      cursor: pointer;
      z-index: 12;
      background: transparent no-repeat center; }
    .detail-photo-wrap .up-line-img a.nextBig {
      right: 1px;
      background-image: url("/local/templates/rivedil/css/img/slider_next_act.png"); }
      .detail-photo-wrap .up-line-img a.nextBig:hover {
        background-image: url("/local/templates/rivedil/css/img/slider_next_act.png"); }
    .detail-photo-wrap .up-line-img a.prevBig {
      left: 1px;
      background-image: url("/local/templates/rivedil/css/img/slider_prev_act.png"); }
      .detail-photo-wrap .up-line-img a.prevBig:hover {
        background-image: url("/local/templates/rivedil/css/img/slider_prev_act.png"); }
  .detail-photo-wrap .detail-main {
    position: relative;
    width: 788px;
    height: 360px; }
    .detail-photo-wrap .detail-main .bicon {
      position: absolute;
      width: 788px;
      height: 360px; }
    .detail-photo-wrap .detail-main a {
      width: 788px;
      height: 360px; }
    .detail-photo-wrap .detail-main .hidden-list-img {
      display: none; }
    .detail-photo-wrap .detail-main .img {
      max-width: 778px;
      max-height: 350px; }
  .detail-photo-wrap .sec-line-img {
    width: 100%;
    position: relative; }
  .detail-photo-wrap .prev, .detail-photo-wrap .next {
    position: absolute;
    width: 38px;
    height: 100%;
    top: 0;
    background: transparent center no-repeat;
    z-index: 12; }
  .detail-photo-wrap .prev {
    background-image: url("/local/templates/rivedil/css/img/arrows_prev.png");
    left: 0; }
    .detail-photo-wrap .prev.active, .detail-photo-wrap .prev:hover {
      background-image: url("/local/templates/rivedil/css/img/arrows_prev_act.png"); }
  .detail-photo-wrap .next {
    background-image: url("/local/templates/rivedil/css/img/arrows_next.png");
    right: 0; }
    .detail-photo-wrap .next.active, .detail-photo-wrap .next:hover {
      background-image: url("/local/templates/rivedil/css/img/arrows_next_act.png"); }
  .detail-photo-wrap .wrap-line-icon {
    overflow: hidden;
    margin: 12px 38px 0px; }
    .detail-photo-wrap .wrap-line-icon ul {
      width: 20000em;
      position: relative;
      margin-left: -8px;
      padding: 0; }
    .detail-photo-wrap .wrap-line-icon .jcarousel {
      position: relative;
      overflow: hidden;
      width: 698px;
      margin: 0 auto;
      padding: 0; }
  .detail-photo-wrap .wrap-line-icon-item {
    white-space: nowrap; }
  .detail-photo-wrap .detail-icon-main {
    margin-left: 12px;
    /*&:not(:nth-child(1)) {
      margin-left: 12px;
    }*/ }
    .detail-photo-wrap .detail-icon-main a {
      width: 126px;
      height: 99px;
      padding: 3px;
      -webkit-box-shadow: inset 0 0 0 3px #fff;
      -moz-box-shadow: inset 0 0 0 3px #fff;
      box-shadow: inset 0 0 0 3px #fff; }
      .detail-photo-wrap .detail-icon-main a:hover, .detail-photo-wrap .detail-icon-main a.active {
        padding: 2px;
        -webkit-box-shadow: inset 0 0 0 4px #fff;
        -moz-box-shadow: inset 0 0 0 4px #fff;
        box-shadow: inset 0 0 0 4px #fff;
        border: solid 2px #ff980b; }
    .detail-photo-wrap .detail-icon-main .img {
      max-width: 118px;
      max-height: 92px; }

.filetabs-list {
  font-size: 0px; }
  .filetabs-list .filetabs {
    width: 246px;
    height: 93px;
    background-color: #fff;
    border: solid 1px #b4b0b0;
    color: #000;
    font: 12px/17px "GothamPro-Medium";
    text-transform: uppercase;
    margin-bottom: 11px; }
    .filetabs-list .filetabs:not(:nth-child(3n+1)) {
      margin-left: 14px; }
    .filetabs-list .filetabs:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin-right: 12px; }
    .filetabs-list .filetabs span {
      word-wrap: break-word;
      width: 122px;
      display: inline-block;
      vertical-align: middle; }
    .filetabs-list .filetabs.pdf {
      padding: 14px 14px 14px 24px; }
      .filetabs-list .filetabs.pdf:before {
        width: 72px;
        height: 59px;
        background: url("/local/templates/rivedil/css/img/pdf_tech.png") no-repeat; }
    .filetabs-list .filetabs.pdfcolor {
      padding: 20px 12px 20px 12px; }
      .filetabs-list .filetabs.pdfcolor:before {
        width: 78px;
        height: 59px;
        background: url("/local/templates/rivedil/css/img/pdf_color.png") no-repeat; }

.constructor-icon {
  display: block;
  position: absolute;
  top: -11px;
  z-index: 12;
  right: -83px;
  width: 102px;
  height: 79px;
  background: url("/local/templates/rivedil/css/img/icon_rol_constr.png") no-repeat top center; }

.constructor-block {
  display: block;
  width: 200px;
  height: 326px;
  margin-bottom: 25px;
  position: relative;
  background: url("/local/templates/rivedil/css/img/icon_left_constr.png") no-repeat bottom center; }
  .constructor-block .constructor-link {
    font: 16px/18px "GothamPro-Medium";
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    padding-top: 10px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 208px;
    height: 86px;
    background: url("/local/templates/rivedil/css/img/icon_shad_constr.png") no-repeat top center; }

.contacts-wrap .contact-item {
  margin-bottom: 24px; }
.contacts-wrap .contact-item-title {
  background: #2f3031;
  padding: 12px 17px;
  margin-bottom: 15px;
  font: 16px/21px "GothamPro";
  text-transform: uppercase;
  color: #FFFFFF; }
.contacts-wrap .office-description {
  margin-bottom: 24px; }
  .contacts-wrap .office-description span {
    display: inline-block;
    min-width: 226px;
    font: 15px/17px "GothamPro-Medium"; }
  .contacts-wrap .office-description .office-line {
    padding: 7px 0 8px 17px;
    border-bottom: 1px dotted #979692; }
.contacts-wrap .contacts-map-wrap {
  width: 788px;
  height: 342px;
  padding: 4px;
  border: 1px solid #b4b0b0;
  background: #FFFFFF; }
.contacts-wrap #BX_YMAP_mapOffice, .contacts-wrap #BX_GMAP_mapOffice {
  width: 778px;
  height: 332px; }

.marks {
  margin-left: 0px; }
  .marks li {
    list-style: none;
    position: relative;
    min-height: 32px;
    margin-bottom: 7px; }
    .marks li span, .marks li p {
      display: inline-block;
      vertical-align: middle;
      margin-left: 45px;
      width: 92%; }
    .marks li:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 1px;
      min-height: 32px; }
    .marks li:before {
      content: "";
      display: block;
      position: absolute;
      width: 32px;
      height: 32px;
      padding-top: 5px;
      background-color: #ff7e00;
      -webkit-box-shadow: inset 0 0 0 3px #fff;
      -moz-box-shadow: inset 0 0 0 3px #fff;
      box-shadow: inset 0 0 0 3px #fff;
      border: solid 1px #b4b0b1;
      font: 17px "GothamPro-Medium";
      color: #FFFFFF;
      text-align: center;
      vertical-align: middle; }
    .marks li:nth-child(1):before {
      content: "1"; }
    .marks li:nth-child(2):before {
      content: "2"; }
    .marks li:nth-child(3):before {
      content: "3"; }
    .marks li:nth-child(4):before {
      content: "4"; }
    .marks li:nth-child(5):before {
      content: "5"; }
    .marks li:nth-child(6):before {
      content: "6"; }
    .marks li:nth-child(7):before {
      content: "7"; }
    .marks li:nth-child(8):before {
      content: "8"; }
    .marks li:nth-child(9):before {
      content: "9"; }

.marks-title {
  height: 38px;
  background-color: #2f3032;
  position: relative;
  margin: 26px 0px 20px; }
  .marks-title span, .marks-title p {
    margin: 0px;
    padding: 0px;
    display: inline-block; }
  .marks-title span:nth-child(1), .marks-title p:nth-child(1) {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: -6px;
    text-align: center;
    padding-top: 11px;
    background-color: #2f3032;
    border: solid 1px #ffc11a;
    color: #ffc11a;
    font: 23px "GothamPro-Medium"; }
  .marks-title span:nth-child(2), .marks-title p:nth-child(2) {
    display: inline-block;
    margin-left: 70px;
    vertical-align: middle;
    color: #FFFFFF;
    font: 15px/21px "GothamPro";
    width: 84%; }
  .marks-title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    min-height: 38px; }
  .marks-title.marks-notitle span:nth-child(1), .marks-title.marks-notitle p:nth-child(1) {
    display: none; }
  .marks-title.marks-notitle span:nth-child(2), .marks-title.marks-notitle p:nth-child(2) {
    margin-left: 20px; }

.wrap-img-line {
  margin: 0 auto;
  text-align: center; }
  .wrap-img-line .wrap-img {
    vertical-align: top;
    display: inline-block;
    margin-right: 0px;
    margin-left: 8px; }
    .wrap-img-line .wrap-img:first-child {
      margin-left: 0px; }
    .wrap-img-line .wrap-img a {
      width: 254px;
      height: 198px; }
    .wrap-img-line .wrap-img .img, .wrap-img-line .wrap-img img {
      max-width: 244px;
      max-height: 188px;
      vertical-align: top; }

.two-wrap-img {
  margin: 0 auto;
  text-align: center; }
  .two-wrap-img .wrap-img {
    vertical-align: top;
    display: inline-block; }
    .two-wrap-img .wrap-img a {
      width: 388px;
      height: 263px; }
    .two-wrap-img .wrap-img .img, .two-wrap-img .wrap-img img {
      max-width: 378px;
      max-height: 253px; }

.itemDetail .video-list .video-item {
  width: 245px;
  position: relative;
  margin-bottom: 24px; }
  .itemDetail .video-list .video-item.col {
    vertical-align: top; }
  .itemDetail .video-list .video-item:not(:nth-child(3n+1)) {
    margin-left: 12px; }
  .itemDetail .video-list .video-item .video-name {
    font: 12px/17px "GothamPro-Medium";
    text-transform: uppercase; }
  .itemDetail .video-list .video-item .video-popup {
    position: relative; }
    .itemDetail .video-list .video-item .video-popup:before {
      content: "";
      display: block;
      position: absolute;
      width: 62px;
      height: 62px;
      top: 32%;
      right: 36%;
      background: url("/local/templates/rivedil/css/img/play_video.png") no-repeat center; }
  .itemDetail .video-list .video-item .wrap-img {
    margin-bottom: 10px; }
    .itemDetail .video-list .video-item .wrap-img a {
      width: 245px;
      height: 136px;
      background: none;
      border: none;
      box-shadow: none;
      padding: 0px;
      position: relative; }
    .itemDetail .video-list .video-item .wrap-img .img {
      max-width: 245px;
      max-height: 136px; }
      .itemDetail .video-list .video-item .wrap-img .img.invisible {
        display: none; }

.buttons-name-list {
  display: none; }
  .buttons-name-list .col {
    vertical-align: top;
    margin-bottom: 20px; }
    .buttons-name-list .col a {
      width: 372px; }
    .buttons-name-list .col.last {
      margin-left: 20px; }

.buttons-name-line, .buttons-name-line a {
  text-transform: uppercase;
  font: 14.5px/17.5px "GothamPro-Medium";
  color: #000000; }

.buttons-name-line a {
  display: block;
  padding: 18px 8px;
  text-align: center;
  height: 49px;
  background-color: #ff9b0d;
  background-image: -webkit-linear-gradient(left, #ffc624, #ff9007);
  background-image: -moz-linear-gradient(left, #ffc624, #ff9007);
  background-image: -o-linear-gradient(left, #ffc624, #ff9007);
  background-image: -ms-linear-gradient(left, #ffc624, #ff9007);
  background-image: linear-gradient(to right, #ffc624, #ff9007); }

.line-menu-top {
  display: none; }

.main-list-adaptive2 {
  display: none;
  width: 780px;
  height: 406px;
  margin-bottom: 24px;
  position: relative; }
  .main-list-adaptive2 a.next, .main-list-adaptive2 a.prev {
    position: absolute;
    width: 41px;
    height: 100%;
    top: 0;
    cursor: pointer;
    background: transparent no-repeat center;
    z-index: 12; }
  .main-list-adaptive2 a.next {
    right: 1px;
    background-image: url("/local/templates/rivedil/css/img/slider_next_act.png"); }
    .main-list-adaptive2 a.next:hover {
      background-image: url("/local/templates/rivedil/css/img/slider_next_act.png"); }
  .main-list-adaptive2 a.prev {
    left: 1px;
    background-image: url("/local/templates/rivedil/css/img/slider_prev_act.png"); }
    .main-list-adaptive2 a.prev:hover {
      background-image: url("/local/templates/rivedil/css/img/slider_prev_act.png"); }
  .main-list-adaptive2 .adapt-list {
    width: 780px;
    height: 406px;
    margin-bottom: 0px;
    position: relative; }
    .main-list-adaptive2 .adapt-list .adapt-list-item {
      width: 780px;
      height: 406px;
      position: absolute;
      display: block;
      margin: 0px;
      padding: 0px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.5s linear;
      -moz-transition: opacity 0.5s linear;
      -ms-transition: opacity 0.5s linear;
      -o-transition: opacity 0.5s linear;
      transition: opacity 0.5s linear; }
      .main-list-adaptive2 .adapt-list .adapt-list-item.active {
        opacity: 1;
        visibility: visible; }
      .main-list-adaptive2 .adapt-list .adapt-list-item:not(:nth-child(3n+1)) {
        margin-left: 0px; }
      .main-list-adaptive2 .adapt-list .adapt-list-item .wrap-img a {
        width: 780px;
        height: 352px;
        background: rgba(255, 255, 255, 0.1); }
        .main-list-adaptive2 .adapt-list .adapt-list-item .wrap-img a:before {
          content: "";
          width: 780px;
          height: 352px;
          border: 1px solid #7c7c7c; }
        .main-list-adaptive2 .adapt-list .adapt-list-item .wrap-img a:hover:before {
          border: 1px solid #7c7c7c; }
      .main-list-adaptive2 .adapt-list .adapt-list-item .wrap-img .img {
        max-width: 780px;
        max-height: 352px; }

.catprod-wrap-line.invisible {
  display: none; }

.downloadIcon {
  font: 12px "GothamPro-Medium";
  text-transform: uppercase;
  color: #000000;
  text-align: center; }
  .downloadIcon a {
    font: 12px "GothamPro-Medium";
    color: #000000; }
  .downloadIcon:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 21px;
    margin-right: 6px;
    background: url("/local/templates/rivedil/css/img/sertif_download.png") center no-repeat; }
  .downloadIcon.btnsm {
    width: 226px;
    height: 44px;
    background-color: #fff;
    border: solid 1px #262626;
    padding: 10px; }

table.visual-var td {
  border: 1px solid #000000;
  padding: 3px 5px; }

.inner-article table td {
  border: 1px solid #000000;
  padding: 3px 5px; }

.inner-article table.table-template td {
  border: initial; }

@media only screen and (max-width: 1279px) {
  header .top-line-head .logo {
    display: none; }

  .constructor-block {
    display: none; }

  .constructor-icon {
    display: none; }

  .buttons-name-list {
    display: block; } }
@media only screen and (max-width: 1279px) and (min-width: 1024px) {
  header, .wrapper-inner, footer .footer-inner {
    width: 1004px;
    padding: 0 10px;
    margin: 0 auto; }

  .central-column {
    margin-left: 0px;
    margin-right: 20px;
    width: 764px; }
    .central-column.central-column-large {
      width: 984px; }
      .central-column.central-column-large.central-column-404 .inner-column {
        padding: 20px 70px 20px 60px; }
      .central-column.central-column-large .inner-column {
        min-width: 984px; }

  .left-column {
    float: right;
    margin-right: 0px; }

  .right-column {
    display: none; }

  header .buttons-name-list {
    display: none; }
  header .top-description .top-title {
    font-size: 24px;
    text-align: center; }
  header .top-description {
    width: 764px; }
  header .top-line-head .top-line-phone {
    font-size: 24px;
    text-align: right; }
  header .top-line-head .col.top-description {
    margin-right: 0px;
    margin-left: 0px; }
  header .top-line-head .col.top-right {
    margin-left: 0px; }

  footer .col.col-right {
    width: 200px;
    margin-right: 0px; }
  footer .bottom-menu {
    max-width: 215px; }
  footer .bottom-logo img {
    max-width: 190px; }
  footer .bottom-phone-list .bottom-phone {
    font-size: 21px;
    letter-spacing: 0px; }
  footer .social-list .col .social-icon {
    width: 42px;
    height: 42px; }
  footer .social-list .col:not(:nth-child(1)) {
    margin-left: 10px; }
  footer .create-wrap .in-text {
    display: none; }

  .buttons-name-list.page-constructor .first {
    display: inline-block; }
  .buttons-name-list.page-constructor .col {
    vertical-align: top;
    margin-bottom: 20px; }
    .buttons-name-list.page-constructor .col a {
      width: 320px; }
    .buttons-name-list.page-constructor .col:not(:nth-child(1)) {
      margin-left: 11px; }
  .buttons-name-list .first {
    display: none; }

  .detail-photo-wrap {
    width: 740px; }
    .detail-photo-wrap .detail-main .bicon {
      width: 740px; }
    .detail-photo-wrap .detail-main a {
      width: 740px;
      height: 360px; }
    .detail-photo-wrap .detail-main .img {
      max-width: 730px;
      max-height: 350px; }
    .detail-photo-wrap .wrap-line-icon .jcarousel {
      width: 662px; }

  .filetabs-list .filetabs {
    width: 230px; }
    .filetabs-list .filetabs.pdf:before {
      width: 55px;
      background-size: contain; }
    .filetabs-list .filetabs.pdfcolor:before {
      width: 61px;
      background-size: contain; }

  .itemDetail .video-list .video-item {
    width: 229px; }
    .itemDetail .video-list .video-item .wrap-img {
      margin-bottom: 10px; }
      .itemDetail .video-list .video-item .wrap-img a {
        width: 229px;
        height: 136px; }
      .itemDetail .video-list .video-item .wrap-img .img {
        max-width: 229px;
        max-height: 136px; }
  .itemDetail.catalog-product-detail .preview-img.wrap-img .link-wrap {
    width: 232px;
    height: 267px; }
    .itemDetail.catalog-product-detail .preview-img.wrap-img .link-wrap .img {
      max-width: 222px; }
  .itemDetail.catalog-product-detail .filetabs-list .filetabs.pdfcolor {
    width: 232px; }

  .wrap-img-line .wrap-img a {
    width: 238px;
    height: 198px; }
  .wrap-img-line .wrap-img .img, .wrap-img-line .wrap-img img {
    max-width: 228px;
    max-height: 188px; }

  .two-wrap-img .wrap-img a {
    width: 362px;
    height: 263px; }
  .two-wrap-img .wrap-img .img, .two-wrap-img .wrap-img img {
    max-width: 352px;
    max-height: 253px; }

  .contacts-wrap .contacts-map-wrap {
    width: 740px; }
    .contacts-wrap .contacts-map-wrap #BX_YMAP_mapOffice, .contacts-wrap .contacts-map-wrap #BX_GMAP_mapOffice {
      width: 730px !important; }

  .serviceselect-wrap .service-list {
    width: 347px; }
  .serviceselect-wrap ul.service-select-list {
    width: 764px; }
    .serviceselect-wrap ul.service-select-list li a {
      width: 366px; }

  .wrap-nfound-list .col {
    display: block;
    text-align: center; }
  .wrap-nfound-list .col-right {
    min-width: 645px; }
    .wrap-nfound-list .col-right div {
      margin-bottom: 24px; }

  .detail-photo-wrap .detail-icon-main {
    width: 122px !important;
    margin-right: 0px;
    margin-left: 10px; }
    .detail-photo-wrap .detail-icon-main a {
      width: 122px; }
    .detail-photo-wrap .detail-icon-main .img {
      max-width: 114px; }

  .itemDetail.catalog-product-detail .detail-photo-wrap .detail-icon-main {
    width: 130px !important; } }
@media screen and (max-width: 1023px) {
  .wrapper {
    overflow: inherit;
    min-width: 780px; }
    .wrapper:not(.main-wrapper-wp) .line-footer {
      display: none; }

  header, footer .footer-inner {
    width: 780px;
    padding: 0 10px;
    margin: 0 auto;
    min-width: 780px;
    padding: 0px; }

  .wrapper-inner {
    width: 780px;
    margin: 0 auto;
    min-width: 780px;
    padding: 0px; }

  .central-column {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%; }
    .central-column.central-column-large {
      width: 100%; }
      .central-column.central-column-large.central-column-404 .inner-column {
        padding: 20px 70px 20px 60px; }
      .central-column.central-column-large .inner-column {
        min-width: 780px; }

  .wrap-nfound-list .col {
    display: block;
    text-align: center; }
  .wrap-nfound-list .col-right {
    min-width: 645px; }
    .wrap-nfound-list .col-right div {
      margin-bottom: 24px; }

  header {
    min-height: 288px; }
    header .top-line-head:after {
      content: none; }
    header .top-line-head .top-line-search {
      display: none; }
    header .top-line-head .col.top-description {
      margin: 0px; }
    header .top-description {
      margin: 0px; }
      header .top-description .top-title-bg {
        margin: 0 0 10px 15px; }
    header .top-line-head .top-line-phone {
      position: absolute;
      right: 15px;
      top: 40px; }
    header .personal-link-col {
      display: none; }
    header .top-description .top-title {
      font-size: 24px;
      text-align: center; }
    header .top-description {
      width: 780px; }
    header .buttons-name-list .col {
      margin-top: 30px;
      margin-bottom: 0px; }

  footer .footer-inner {
    padding: 0 15px; }
  footer .col {
    display: block;
    margin-right: 0px; }
    footer .col:first-child ul.top-menu {
      margin: 24px 0px; }
    footer .col.col-right {
      float: none;
      display: block;
      margin-right: 0px; }
      footer .col.col-right .bottom-logo {
        float: left; }
        footer .col.col-right .bottom-logo img {
          max-width: 180px; }
  footer .top-menu {
    margin: 0px; }
  footer .bottom-phone-list {
    float: left;
    text-align: center;
    width: 367px; }
    footer .bottom-phone-list .personalLink {
      display: block;
      margin-bottom: 22px; }
      footer .bottom-phone-list .personalLink a {
        height: 50px;
        padding-top: 18px; }
    footer .bottom-phone-list .bottom-phone {
      font-size: 15px;
      display: inline-block;
      margin-right: 10px; }
  footer .social-list {
    position: absolute;
    right: 0;
    top: 91px; }
    footer .social-list .col {
      display: inline-block;
      vertical-align: top;
      margin-right: -4px; }
      footer .social-list .col .social-icon {
        width: 50px;
        height: 50px; }
      footer .social-list .col:not(:nth-child(1)) {
        margin-left: 17px; }
  footer .catalogs-menu-bottom {
    display: none; }
  footer .create-wrap {
    position: absolute;
    right: 0;
    top: 160px; }
    footer .create-wrap .in-text {
      display: none; }

  .yellowBtn a, .yellowBtn input {
    text-align: center;
    width: 250px;
    height: 63px;
    padding-top: 25px;
    text-transform: uppercase; }
    .yellowBtn a:after, .yellowBtn input:after {
      content: none; }
    .yellowBtn a:before, .yellowBtn input:before {
      content: none; }

  .left-column, .right-column {
    display: none; }

  .buttons-name-list .col {
    vertical-align: top;
    margin-bottom: 20px; }
    .buttons-name-list .col a {
      width: 252px; }
    .buttons-name-list .col:not(:nth-child(1)) {
      margin-left: 11px; }

  .central-column .buttons-name-list {
    display: none; }

  .main-wrap-block .main-block-text {
    padding: 0 15px; }
  .main-wrap-block .main-block-item .more.yellowBtn {
    text-align: center; }

  .main-list-adaptive1 {
    display: none; }

  .main-list-adaptive2 {
    display: block; }

  .detail-photo-wrap {
    width: 756px; }
    .detail-photo-wrap .sec-line-img {
      display: none; }
    .detail-photo-wrap .up-line-img a.nextBig, .detail-photo-wrap .up-line-img a.prevBig {
      display: block; }
    .detail-photo-wrap .detail-main {
      width: 756px; }
      .detail-photo-wrap .detail-main .bicon {
        width: 756px; }
      .detail-photo-wrap .detail-main a {
        width: 756px;
        height: 360px; }
      .detail-photo-wrap .detail-main .img {
        max-width: 746px;
        max-height: 350px; }

  .main-central-column .line-title:before {
    margin-left: 15px;
    margin-right: 15px;
    width: 95%; }

  .backlist {
    text-align: center; }

  .filetabs-list .filetabs {
    width: 236px; }
    .filetabs-list .filetabs.pdf:before {
      width: 61px;
      background-size: contain; }
    .filetabs-list .filetabs.pdfcolor:before {
      width: 61px;
      background-size: contain; }

  .itemDetail .video-list .video-item {
    width: 726px;
    position: relative;
    margin-bottom: 24px; }
    .itemDetail .video-list .video-item.col {
      margin-right: 0px;
      display: block; }
    .itemDetail .video-list .video-item:not(:nth-child(3n+1)) {
      margin-left: 0px; }
    .itemDetail .video-list .video-item .video-name {
      font-size: 17px; }
    .itemDetail .video-list .video-item .video-popup:before {
      width: 92px;
      height: 92px;
      top: 38%;
      right: 42%;
      background: url("/local/templates/rivedil/css/img/play_video_big.png") no-repeat center; }
    .itemDetail .video-list .video-item .wrap-img {
      margin-bottom: 10px; }
      .itemDetail .video-list .video-item .wrap-img a {
        border: 1px solid #7c7c7c;
        width: 726px;
        height: 352px; }
      .itemDetail .video-list .video-item .wrap-img .img {
        max-width: 726px;
        max-height: 352px; }
        .itemDetail .video-list .video-item .wrap-img .img.invisible {
          display: inline-block; }
        .itemDetail .video-list .video-item .wrap-img .img.visible {
          display: none; }
  .itemDetail.catalog-product-detail .catprod-wrap-line.visible {
    display: none; }
  .itemDetail.catalog-product-detail .catprod-wrap-line.invisible {
    display: block; }
  .itemDetail.catalog-product-detail .col-img-right {
    display: none; }
  .itemDetail.catalog-product-detail .col-img-wrap {
    width: 756px; }
    .itemDetail.catalog-product-detail .col-img-wrap .detail-photo-wrap {
      width: 756px; }
      .itemDetail.catalog-product-detail .col-img-wrap .detail-photo-wrap .detail-main {
        width: 756px;
        height: 360px; }
        .itemDetail.catalog-product-detail .col-img-wrap .detail-photo-wrap .detail-main a {
          width: 756px;
          height: 360px; }
        .itemDetail.catalog-product-detail .col-img-wrap .detail-photo-wrap .detail-main .bicon {
          width: 756px; }
        .itemDetail.catalog-product-detail .col-img-wrap .detail-photo-wrap .detail-main .img {
          max-width: 746px;
          max-height: 350px; }

  .wrap-img-line .wrap-img a {
    width: 242px;
    height: 198px; }
  .wrap-img-line .wrap-img .img, .wrap-img-line .wrap-img img {
    max-width: 232px;
    max-height: 188px; }

  .two-wrap-img .wrap-img a {
    width: 370px;
    height: 263px; }
  .two-wrap-img .wrap-img .img, .two-wrap-img .wrap-img img {
    max-width: 360px;
    max-height: 253px; }

  .contacts-wrap .contacts-map-wrap {
    width: 756px; }
    .contacts-wrap .contacts-map-wrap #BX_YMAP_mapOffice, .contacts-wrap .contacts-map-wrap #BX_GMAP_mapOffice {
      width: 746px !important; }

  .serviceselect-wrap .service-list {
    width: 363px; }
  .serviceselect-wrap ul.service-select-list {
    width: 780px; }
    .serviceselect-wrap ul.service-select-list li a {
      width: 371px; } }
@media screen and (max-width: 810px) {
  footer {
    width: 780px;
    margin: 0 auto; }
    footer .line-footer {
      width: 780px;
      margin: 0 auto; } }

/*# sourceMappingURL=template_styles.css.map */

/* End */
/* /local/templates/rivedil/css/jquery.fancybox.css?17643401855882 */
/* /local/templates/rivedil/css/jquery.fancybox-thumbs.css?17643401851264 */
/* /local/templates/rivedil/components/bitrix/search.form/search/style.css?17643401851238 */
/* /local/templates/rivedil/components/bitrix/menu/top_menu/style.css?17643401854165 */
/* /local/templates/rivedil/components/bitrix/system.auth.form/top/style.css?17643401851036 */
/* /local/templates/rivedil/components/bitrix/menu/left_menu/style.css?17643401851500 */
/* /local/templates/rivedil/components/bitrix/news.list/banners/style.css?1764340185150 */
/* /local/templates/rivedil/components/bitrix/breadcrumb/breadcrumb/style.css?1764340185900 */
/* /local/templates/rivedil/components/bitrix/menu/bottom_menu/style.css?1764340185419 */
/* /local/templates/rivedil/components/bitrix/system.auth.form/footer/style.css?17643401851036 */
/* /local/templates/rivedil/styles.css?17643401857947 */
/* /local/templates/rivedil/template_styles.css?176434018563854 */
