

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

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

.fancybox-skin {
	position: relative;
	background: #FFFFFF;
	color: #333333;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

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

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

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
	background-image: url('/js/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('/js/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	background: url("/js/fancybox/close.svg");
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 8040;
}

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

/* Overlay helper */

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

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

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

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

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

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

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

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

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

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

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

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

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

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

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/js/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('/js/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/ruspetrol/styles.css?14428478221925*/
* {
    margin: 0;
    outline: none;
}

@font-face {
    font-family: 'Intro';
    src: url('/local/templates/ruspetrol/images/fonts/Intro.eot?#iefix') format('embedded-opentype'),  url('/local/templates/ruspetrol/images/fonts/Intro.otf')  format('opentype'),
    url('/local/templates/ruspetrol/images/fonts/Intro.woff') format('woff'), url('/local/templates/ruspetrol/images/fonts/Intro.ttf')  format('truetype'), url('/local/templates/ruspetrol/images/fonts/Intro.svg#Intro') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Digital';
    src: url('/local/templates/ruspetrol/images/fonts/Digital-7Mono.eot?#iefix') format('embedded-opentype'),  url('/local/templates/ruspetrol/images/fonts/Digital-7Mono.woff') format('woff'), url('/local/templates/ruspetrol/images/fonts/Digital-7Mono.ttf')  format('truetype'), url('/local/templates/ruspetrol/images/fonts/Digital-7Mono.svg#Digital-7Mono') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5em;
    font-family: 'PT Sans', sans-serif;
    height: 100%;
    color: #333333;
}
body {
    position: relative;
    min-height: 100%;
    height: auto;
}
p {
    margin: 1em 0;
}
img.imgleft {
    float: left;
    margin: 0 22px 22px 0;
}
img.imgright {
    float: right;
    margin: 0 0 22px 22px;
}
h1 {
    font-size: 30px;
    line-height: 1.1em;
    margin: 43px 0 20px 0;
    text-transform: uppercase;
    font-family: "Intro", sans-serif;
    letter-spacing: 1px;
}
h2 {
    font-size: 26px;
    line-height: 1.1em;
    margin: 40px 0 20px 0;
}
h3 {
    font-size: 24px;
    line-height: 1.1em;
    margin: 40px 0 20px 0;
}
h4 {
    font-size: 18px;
    line-height: 1.1em;
    margin: 40px 0 20px 0;
}
ul, ol {
    margin: 1em 0;
}
li {
    margin: 0 0 0.5em 0;
}
a {
    color: #B41C05;
    transition: 0.2s all;
}
a:hover {
    color: #D98B7F;
}
input[type=text]:focus, textarea:focus {
    border: 1px solid #333333;
}
ul {
    padding: 0;
    list-style: none;
}
ul li {
    background: url("/local/templates/ruspetrol/images/listyle.svg") 0 7px no-repeat;
    padding-left: 24px;
}
/* End */


/* Start:/local/templates/ruspetrol/template_styles.css?144947551622189*/
.clear {
    clear: both;
}
.b-body {

}
.b-header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 996;
}
.b-header__line {
    background: rgb(194,70,51);
    background: -moz-linear-gradient(top,  rgba(194,70,51,1) 0%, rgba(187,48,27,1) 50%, rgba(179,24,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(194,70,51,1)), color-stop(50%,rgba(187,48,27,1)), color-stop(100%,rgba(179,24,0,1)));
    background: -webkit-linear-gradient(top,  rgba(194,70,51,1) 0%,rgba(187,48,27,1) 50%,rgba(179,24,0,1) 100%);
    background: -o-linear-gradient(top,  rgba(194,70,51,1) 0%,rgba(187,48,27,1) 50%,rgba(179,24,0,1) 100%);
    background: -ms-linear-gradient(top,  rgba(194,70,51,1) 0%,rgba(187,48,27,1) 50%,rgba(179,24,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(194,70,51,1) 0%,rgba(187,48,27,1) 50%,rgba(179,24,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c24633', endColorstr='#b31800',GradientType=0 );
    margin-top: 50px;
    height: 136px;
    box-shadow: 0 5px 10px rgba(62, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 10px rgba(62, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 10px rgba(62, 0, 0, 0.3);
}
.wrapper {
    width: 960px;
    margin: 0 auto;
}
.b-header__logo {
    position: relative;
    top: -36px;
    display: block;
    float: left;
}
.b-header__logo:after {
    background: url("/local/templates/ruspetrol/images/logo.svg") 0 0 no-repeat;
    display: block;
    width: 200px;
    height: 165px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.b-header__logo:before {
    content: '';
    /*background: url("/local/templates/ruspetrol/images/header_shape.png") 0 0 no-repeat;*/
    width: 186px;
    height: 155px;
    display: block;
}
.b-menu {
    width: 536px;
    float: left;
    margin: 28px 0 0 38px;
}
.b-menu__ul {
    padding: 0;
    list-style: none;
    background: none;
}
.b-menu__item {
    display: inline-block;
    float: left;
    margin: 0 42px 21px 0;
    padding-left: 0;
    background: none;
}
.b-menu__link {
    display: inline-block;
    float: left;
    font-weight: bold;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 18px;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    transition: 0.2s all;
}
.b-menu__link:hover, .b-menu__link_active {
    color: #DC9489;
    border-bottom: 1px solid #DC9489;
}
.b-header__phone {
    width: 200px;
    float: right;
    margin-top: 21px;
    text-align: right;
    position: relative;
}
.b-header__phone_title {
    font-size: 1em;
    color: #E8BAB3;
}
.b-header__phone_num {
    font-size: 1.7em;
    color: #E8BAB3;
    margin-top: 2px;
}
.b-header__phone_mail {
    color: #FFFFFF;
    font-size: 17px;
    text-decoration: none;
    border-bottom: 1px dashed #FFFFFF;
    display: inline-block;
    line-height: 17px;
    margin-top: 18px;
    position: relative;
    transition: 0.2s all;
}
.b-header__phone_mail:hover {
    border-bottom: 1px dashed #DC9489;
    color: #DC9489;
}
.b-header__phone_mail:before {
    margin-left: 30px;
    background: url("/local/templates/ruspetrol/images/header_mail.svg") 0 0 no-repeat;
    display: block;
    width: 17px;
    height: 13px;
    content: '';
    position: absolute;
    left: -65px;
    top: 1px;
}
.b-content {
    padding-top: 130px;
    position: relative;
}
.b-content--main {
    padding-top: 170px;
}

.b-content__image {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 756px;
    z-index: -1;
    bottom: 0;
}
.b-main {
    padding: 40px 0 0 0;
    position: relative;
    height: 490px;
}
.b-main:before {
    content: '';
    background: url("/local/templates/ruspetrol/images/main_road.png") 0 0 no-repeat;
    display: block;
    width: 748px;
    height: 535px;
    position: absolute;
    top: -2px;
    left: -160px;
    background-size: cover;
}
.b-main__devider {
    background: url("/local/templates/ruspetrol/images/bottom_line.svg") 0 0 repeat-x;
    display: block;
    height: 8px;
    width: 100%;
    position: relative;
    z-index: 0;
}
.b-main__network {
    width: 55%;
    float: left;
    margin-right: 5%;
    position: relative;
    z-index: 10;
}
.b-main__price {
    width: 40%;
    float: right;
    position: relative;
    z-index: 10;
}
.b-main__title {
    font-family: "Intro", sans-serif;
    font-size: 2em;
    line-height: 2.5em;
    letter-spacing: 2.5px;
}
.b-main__map {
    width: 490px;
    height: 397px;
    margin: 4px 0 0 -18px;
}
.b-main__map img {
    border: none;
}
.b-main__strela {
    background: url("/local/templates/ruspetrol/images/main_strela.svg") 0 0 no-repeat;
    width: 256px;
    height: 420px;
    margin: 15px 20px 0 -93px;
    position: relative;
    float: left;
}
.b-main__strela--large {
    background: url("/local/templates/ruspetrol/images/stela__large.svg") 0 0 no-repeat;
}
.b-main__strela_shdw {
    background: url("/local/templates/ruspetrol/images/main_strela.svg") 0 -8px no-repeat;
}
.b-main__strela_price {
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
}
.b-main__strela_prices {
    width: 110px;
    height: 195px;
    position: absolute;
    top: 136px;
    left: 65px;
}
.b-main__strela_one {
    margin-bottom: 1px;
    display: table;
    height: 32px;
    line-height: 1em;
}
.b-main__strela_left {
    width: 43px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    float: left;
    height: 30px;
    top: 2px;
    display: table;
}
.b-main__strela_sm {
    font-size: 7px;
    display: block;
}
.b-main__strela_right {
    width: 64px;
    float: right;
    background: #333333;
    -webkit-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 1);
    -moz-box-shadow:    inset 0 0 6px 0 rgba(0, 0, 0, 1);
    box-shadow:         inset 0 0 6px 0 rgba(0, 0, 0, 1);
    height: 20px;
    margin: 4px 3px 0 0;
    font-size: 25px;
    line-height: 23px;
    color: #FFFFFF;
    font-family: "Digital", sans-serif;
    padding: 2px 0;
    text-align: center;
    position: relative;
}
.b-main__strela_right:before {
    content: '88.88';
    position: absolute;
    top: 2px;
    left: 4px;
    color: rgba(255, 255, 255, 0.1);
}
.b-main_left {
    width: 201px;
    float: left;
    padding-top: 24px;
}
.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
}
.jq-selectbox__select {
    height: 20px;
    border: 1px solid #AAAAAA;
    color: #555555;
    font-weight: bold;
    line-height: 20px;
    padding: 5px 100px 5px 15px;
    border-radius: 40px;
    width: 76px;
}
.jq-selectbox__select-text {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.jq-selectbox__trigger {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 32px;
    height: 32px;
    background: rgb(194,70,51);
    background: -moz-linear-gradient(top,  rgba(194,70,51,1) 0%, rgba(179,24,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(194,70,51,1)), color-stop(100%,rgba(179,24,0,1)));
    background: -webkit-linear-gradient(top,  rgba(194,70,51,1) 0%,rgba(179,24,0,1) 100%);
    background: -o-linear-gradient(top,  rgba(194,70,51,1) 0%,rgba(179,24,0,1) 100%);
    background: -ms-linear-gradient(top,  rgba(194,70,51,1) 0%,rgba(179,24,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(194,70,51,1) 0%,rgba(179,24,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c24633', endColorstr='#b31800',GradientType=0 );
    border-radius: 0 40px 40px 0;
    border: none;
    opacity: 1;
    transition: 0.2s all;
}
.jq-selectbox__select:hover .jq-selectbox__trigger {
    background: rgb(212,125,112);
    background: -moz-linear-gradient(top,  rgba(212,125,112,1) 0%, rgba(201,93,77,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(212,125,112,1)), color-stop(100%,rgba(201,93,77,1)));
    background: -webkit-linear-gradient(top,  rgba(212,125,112,1) 0%,rgba(201,93,77,1) 100%);
    background: -o-linear-gradient(top,  rgba(212,125,112,1) 0%,rgba(201,93,77,1) 100%);
    background: -ms-linear-gradient(top,  rgba(212,125,112,1) 0%,rgba(201,93,77,1) 100%);
    background: linear-gradient(to bottom,  rgba(212,125,112,1) 0%,rgba(201,93,77,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d47d70', endColorstr='#c95d4d',GradientType=0 );
}
.jq-selectbox.opened .jq-selectbox__select {
    border: 1px solid #333333;
}
.jq-selectbox.opened .jq-selectbox__select:hover .jq-selectbox__trigger {
    opacity: 1 !important;
}
.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 10px;
    right: 13px;
    background: url("/local/templates/ruspetrol/images/select_arrow.svg") 0 0 no-repeat;
    width: 8px;
    height: 13px;
}
.jq-selectbox__dropdown {
    top: 31px;
    right: 31px !important;
    left: auto !important;
    width: 74%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    background: #FFF;
}
.jq-selectbox ul {
    margin: 0;
    padding: 0;
}
.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    white-space: nowrap;
    color: #C13014;
    margin: 0;
    font-weight: bold;
    background: none;
    text-decoration: underline;
}
.jq-selectbox li.selected {
    color: #D98B7F;
}
.jq-selectbox li:hover {
    color: #D98B7F;
}
.b-main__datefrom {
    color: #AAAAAA;
    margin-top: 24px;
}
.b-stations {
    margin-top: 38px;
}
.b-station {
    background: url("/local/templates/ruspetrol/images/station_ico.svg") 0 0 no-repeat;
    padding-left: 30px;
    margin-bottom: 47px;
}
.b-station__address {

}
.b-station__link {
    margin-top: 10px;
}
.b-station__cards {
    text-decoration: none;
    display: inline;
    border-bottom: 1px dashed;
}
.b-page {
    padding: 30px 0;
    min-height: 450px;
}
.b-half {
    width: 45%;
    float: left;
    margin-right: 10%;
}
.b-half__noright {
    margin-right: 0;
}
.arrow--link {
    background: url("/local/templates/ruspetrol/images/arrow__link.svg") 0 center no-repeat;
    padding-left: 20px;
}
.arrow--link-white {
    background: url("/local/templates/ruspetrol/images/arrow__link_white.svg") 0 center no-repeat;
    padding-left: 20px;
    color: #FFFFFF;
}
.benzin--controller {
    position: relative;
    padding-bottom: 204px;
}
.benzin--controller:before {
    content: '';
    background: url("/local/templates/ruspetrol/images/bensine_datchik.svg") 0 0 no-repeat;
    width: 270px;
    height: 288px;
    position: absolute;
    bottom: 0;
    right: -35px;
}
.b-discount {
    background: url("/local/templates/ruspetrol/images/pattern.png"), rgb(194,70,51);
    background: url("/local/templates/ruspetrol/images/pattern.png"), -moz-linear-gradient(top,  rgba(194,70,51,1) 0%, rgba(179,24,0,1) 100%);
    background: url("/local/templates/ruspetrol/images/pattern.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(194,70,51,1)), color-stop(100%,rgba(179,24,0,1)));
    background: url("/local/templates/ruspetrol/images/pattern.png"), -webkit-linear-gradient(top,  rgba(194,70,51,1) 0%,rgba(179,24,0,1) 100%);
    background: url("/local/templates/ruspetrol/images/pattern.png"), -o-linear-gradient(top,  rgba(194,70,51,1) 0%,rgba(179,24,0,1) 100%);
    background: url("/local/templates/ruspetrol/images/pattern.png"), -ms-linear-gradient(top,  rgba(194,70,51,1) 0%,rgba(179,24,0,1) 100%);
    background: url("/local/templates/ruspetrol/images/pattern.png"), linear-gradient(to bottom,  rgba(194,70,51,1) 0%,rgba(179,24,0,1) 100%);
    background-size: contain;
    margin-top: -145px;
    z-index: 1;
    position: relative;
    padding-bottom: 34px;
}
.b-discount__title {
    font-family: "Intro", sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 37px;
    color: #FFFFFF;
    padding: 50px 0 18px 0;
    text-transform: uppercase;
}
.b-discount__left {
    width: 600px;
    margin-right: 40px;
    float: left;
}
.b-discount__right {
    width: 300px;
    float: right;
}
.b-discount__subtitle {
    color: #E8BAB3;
}
.b-discount__blocks {
    margin-top: 20px;
}
.b-discount__block {
    width: 170px;
    float: left;
    margin-right: 40px;
}
.b-discount__block_last {
    margin-right: 0;
}
.b-discount__red {
    width: 150px;
    height: 42px;
    background: #821606;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 20px;
    padding: 13px 0 13px 20px;
}
.b-discount__ul {
    padding: 0;
    list-style: none;
    margin-top: 10px;
}
.b-discount__ul li {
    color: #E8BAB3;
    line-height: 20px;
    margin-bottom: 2px;
    padding-left: 15px;
    position: relative;
    background: none;
}
.b-discount__ul li:first-of-type:before {
    content: '—';
    position: absolute;
    left: 0;
}
.b-discount__card {
    background: url("/local/templates/ruspetrol/images/card.png") 0 0 no-repeat;
    width: 391px;
    height: 204px;
    margin: -63px 0 0 -50px;
    background-size: cover;
}
.b-discount__link {
    margin: 21px 0 0 44px;
}
.b-card {
    padding: 54px 0;
}
.b-card__left {
    width: 310px;
    float: left;
    margin-right: 92px;
}
.b-card__right {
    width: 558px;
    float: right;
}
.b-card__card {
    background: url("/local/templates/ruspetrol/images/card_red.png") 0 0 no-repeat;
    width: 391px;
    height: 204px;
    margin-left: -32px;
    background-size: cover;
}
.b-card__link {
    margin-top: 22px;
}
.b-card__title {
    font-family: "Intro", sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 37px;
    color: #333333;
    padding: 9px 0 4px 0;
    text-transform: uppercase;
}
.b-card__ul {
    list-style: none;
    padding: 0;
}
.b-card__ul li {
    width: 210px;
    float: left;
    position: relative;
    padding-left: 15px;
    margin-right: 18px;
    background: none;
}
.b-card__ul li:nth-child(even) {
    margin-right: 0;
    width: 300px;
}
.b-card__ul li:before {
    content: '—';
    position: absolute;
    left: 0;
}

.b-news {
    padding: 63px 0;
}
.b-news__title {
    width: 50%;
    float: left;
    font-family: "Intro", sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 37px;
    color: #333333;
    padding: 9px 0 4px 0;
    text-transform: uppercase;
}
.b-news__link {
    width: auto;
    float: right;
    text-align: right;
    margin: 21px 20px 0 0;
}
.b-news__one {
    width: 303px;
    float: left;
    margin: 33px 20px 0 0;
}
.b-news__one_last {
    margin-right: 0;
}
.b-news__date {
    background: url("/local/templates/ruspetrol/images/news_bg.svg") 0 0 no-repeat;
    color: #FFFFFF;
    width: 125px;
    padding: 3px 0 3px 23px;
}
.b-news__block {
    padding: 22px;
    background: #EFEFEF;
    -webkit-box-shadow: 0 2px 7px 0 rgba(98, 98, 98, 0.3);
    -moz-box-shadow:    0 2px 7px 0 rgba(98, 98, 98, 0.3);
    box-shadow:         0 2px 7px 0 rgba(98, 98, 98, 0.3);
    height: 164px;
    overflow: hidden;
}
.b-news__tlink {
    display: block;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
}
.b-news__text {
    font-size: 14px;
    line-height: 20px;
}
.b-footer {
    background: url("/local/templates/ruspetrol/images/footer_bg.png") 0 0 no-repeat #424242;
    height: 120px;
    color: #AAAAAA;
    font-family: "Arial", "sans-serif";
    background-size: cover;
}
.b-footer a {
    color: #FFFFFF;
}
.b-footer a:hover {
    color: #AAAAAA;
}
.b-footer__copy {
    width: 400px;
    float: left;
    margin-top: 50px;
}
.b-footer__contacts {
    width: 330px;
    float: left;
    margin-top: 42px;
}
.b-footer__is {
    float: right;
    margin-top: 50px;
}
.prominado {
    background: url("/local/templates/ruspetrol/images/prominado.svg") 0 0 no-repeat;
    width: 120px;
    height: 23px;
    display: block;
    border: none;
    outline: none;
    overflow: hidden;
    text-indent: 130px;
}
.b-terminal {
    margin-top: 47px;
    position: relative;
}
.b-terminal__stela {
    position: absolute;
    bottom: 0;
    right: 0;
}
.b-terminal__text {
    width: 717px;
    float: left;
    background: rgba(255, 255, 255, 0.7);
    margin-top: 32px;
    -webkit-box-shadow: 0 2px 7px 0 rgba(98, 98, 98, 0.3);
    -moz-box-shadow:    0 2px 7px 0 rgba(98, 98, 98, 0.3);
    box-shadow:         0 2px 7px 0 rgba(98, 98, 98, 0.3);
    border-radius: 5px;
    padding: 30px;
}
.b-terminal__text h1 {
    margin-top: 0;
}
.b-terminal__desc {
    width: 620px;
}
.b-terminal__list {
    margin-top: 20px;
}
.b-terminal__one {
    width: 270px;
    margin: 20px 10px 0 0 ;
    float: left;
    padding-left: 40px;
}
.b-terminal__name {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
    border-bottom: 1px dashed;
    text-decoration: none;
}
.b-terminal__name.active {
    border-bottom: none;
}
.b-terminal__address {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    margin-top: 3px;
}
.b-terminal__phone {
    font-size: 16px;
    line-height: 25px;
    margin-top: 2px;
}
.b-terminal__coords {
    margin-top: 10px;
}
.b-terminal__link {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    border-bottom: 1px dashed;
    margin-top: 7px;
}
.b-terminal__map, #mainMap {
    height: 300px;
    width: 100%;
    -webkit-box-shadow: 0 2px 7px 0 rgba(98, 98, 98, 0.3);
    -moz-box-shadow:    0 2px 7px 0 rgba(98, 98, 98, 0.3);
    box-shadow:         0 2px 7px 0 rgba(98, 98, 98, 0.3);
    margin-top: 119px;
}
.b-terminal__photos {
    padding: 65px 0 190px 0;
}
.b-terminal__title {
    font-family: "Intro", sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 37px;
    color: #333333;
    text-transform: uppercase;
}
.b-terminal__photolist {
    margin-top: 45px;
}
.b-terminal__photo {
    -webkit-box-shadow: 0 2px 7px 0 rgba(98, 98, 98, 0.3);
    -moz-box-shadow:    0 2px 7px 0 rgba(98, 98, 98, 0.3);
    box-shadow:         0 2px 7px 0 rgba(98, 98, 98, 0.3);
    display: block;
    width: 300px;
    height: 220px;
    float: left;
    margin: 0 23px 23px 0;
}
.b-terminal__photo img {
    border: none;
}
.b-terminal__photo_last {
    margin-right: 0;
}
.b-cards {

}
.b-cards__one {
    width: 120px;
    float: left;
    margin: 0 30px 45px 0;
}
.b-cards__one img {
    border-radius: 5px;
}
.b-cards__one_last {
    margin-right: 0;
}
.b-cards__img {
    text-align: center;
}
.b-cards__name {
    font-size: 14px;
    line-height: 20px;
}
.b-cards__title {
    font-family: "Intro", sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 37px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.b-cards__search {
    margin-bottom: 30px;
}
.b-cards__label {
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}
.b-cards__input {
    display: inline-block;
    float: left;
    width: 210px;
    height: 30px;
    border-radius: 40px;
    border: 1px solid #AAAAAA;
    padding: 0 15px;
}
.b-cards__nomatch {
    font-family: "Intro", sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    color: #333333;
    text-transform: uppercase;
    padding: 50px 0;
}
.b-error {
    text-align: center;
}
.b-error__404 {
    background: url("/local/templates/ruspetrol/images/404error.svg");
    width: 449px;
    height: 273px;
    margin: 80px auto 65px auto;
}
.b-error__desc {
    font-size: 20px;
    margin-bottom: 160px;
}
.b-feedback {
    width: 338px;
    background: #FFFFFF;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 7px 0 rgba(98, 98, 98, 0.3);
    -moz-box-shadow:    0 2px 7px 0 rgba(98, 98, 98, 0.3);
    box-shadow:         0 2px 7px 0 rgba(98, 98, 98, 0.3);
    z-index: 10;
    padding: 28px;
    text-align: left;
    position: absolute;
    top: 97px;
    right: 0;
    display: none;
    transition: 0.2s all;
}
.b-feedback.opened {
    display: block;
}
.b-feedback__title {
    font-family: "Intro", sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 37px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.b-feedback__label {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    padding-left: 14px;
}
.b-feedback__input {
    display: block;
    width: 306px;
    height: 30px;
    border-radius: 40px;
    border: 1px solid #AAAAAA;
    padding: 0 15px;
    margin-bottom: 15px;
    transition: 0.2s all;
}
.b-feedback__textarea {
    display: block;
    width: 316px;
    height: 92px;
    border-radius: 15px;
    border: 1px solid #AAAAAA;
    padding: 10px;
    margin-bottom: 15px;
    transition: 0.2s all;
}
.b-feedback__submit {
    border: none;
    background: url("/local/templates/ruspetrol/images/mail_red.svg") 0 center no-repeat;
    font-size: 14px;
    color: #C13014;
    font-weight: bold;
    line-height: 20px;
    text-decoration: underline;
    padding-left: 31px;
    margin-left: 14px;
    cursor: pointer;
    transition: 0.2s all;
}
.b-feedback__submit:hover {
    color: #D98B7F;
}
.b-form__error {
    border: 1px solid #B31800;
}
.b-include {
    display: inline-block;
}
.regions-map {
    width: 490px;
    height: auto;
}
.b-files {
    margin: 80px 0 150px 0;
}
.b-files__section {
    width: 380px;
    float: left;
    margin-right: 60px;
    padding: 30px 35px;
    background: #EFEFEF;
    box-shadow: 0 3px 3px rgba(98, 98, 98, 0.3);
}
.b-files__section_last {
    float: right;
    margin-right: 0;
}
.b-files__title {
    font-size: 24px;
    font-family: "Intro", sans-serif;
    line-height: 29px;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.b-files__one {
    padding-left: 40px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
}
.b-files__one:before {
    content: '';
    background: url("/local/templates/ruspetrol/images/icn_doc.svg") 0 0 no-repeat;
    display: block;
    width: 18px;
    height: 26px;
    position: absolute;
    left: 0;
}
.b-section__fake {
    min-height:100%;
    position:relative;
}
.rub {
    display: inline-block;
    font-size: 1em;
    line-height: 0.3em;
    border-bottom: 1px solid;
    width: 0.4em;
}
.close__white {
    background: none;
    border: 3px solid #ffffff;
    border-radius: 50px;
    top: 20px;
    right: 20px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    line-height: 34px;
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
}
.some {
    height: 120px;
}
/* End */
/* /js/fancybox/jquery.fancybox.css?14395510294910 */
/* /local/templates/ruspetrol/styles.css?14428478221925 */
/* /local/templates/ruspetrol/template_styles.css?144947551622189 */
