/* FONTS */

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin'), local('Roboto-Thin'), url('../fonts/Robotothin.woff2') format('woff2'), url('../fonts/Robotothin.woff') format('woff'), url('../fonts/Robotothin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url('../fonts/Robotothinitalic.woff2') format('woff2'), url('../fonts/Robotothinitalic.woff') format('woff'), url('../fonts/Robotothinitalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto-Light';
    src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/Robotolight.woff2') format('woff2'), url('../fonts/Robotolight.woff') format('woff'), url('../fonts/Robotolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('../fonts/Robotolightitalic.woff2') format('woff2'), url('../fonts/Robotolightitalic.woff') format('woff'), url('../fonts/Robotolightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: local('Roboto-Regular'), local('Roboto-Regular'), url('../fonts/Roboto.woff2') format('woff2'), url('../fonts/Roboto.woff') format('woff'), url('../fonts/Roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Italic'), local('Roboto-Italic'), url('../fonts/Robotoitalic.woff2') format('woff2'), url('../fonts/Robotoitalic.woff') format('woff'), url('../fonts/Robotoitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto-Medium';
    src: local('Roboto-Medium'), local('Roboto-Medium'), url('../fonts/Robotomedium.woff2') format('woff2'), url('../fonts/Robotomedium.woff') format('woff'), url('../fonts/Robotomedium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('../fonts/Robotomediumitalic.woff2') format('woff2'), url('../fonts/Robotomediumitalic.woff') format('woff'), url('../fonts/Robotomediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: local('Roboto-Bold'), local('Roboto-Bold'), url('../fonts/Robotobold.woff2') format('woff2'), url('../fonts/Robotobold.woff') format('woff'), url('../fonts/Robotobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('../fonts/Robotobolditalic.woff2') format('woff2'), url('../fonts/Robotobolditalic.woff') format('woff'), url('../fonts/Robotobolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black'), local('Roboto-Black'), url('../fonts/Robotoblack.woff2') format('woff2'), url('../fonts/Robotoblack.woff') format('woff'), url('../fonts/Robotoblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('../fonts/Robotoblackitalic.woff2') format('woff2'), url('../fonts/Robotoblackitalic.woff') format('woff'), url('../fonts/Robotoblackitalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}


@font-face {
    font-family: 'Casper';
    src: local('Casper'),
        url('../fonts/Casper.woff2') format('woff2'),
        url('../fonts/Casper.woff') format('woff'),
        url('../fonts/Casper.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Casper Bold';
    src: local('Casper Bold'), local('CasperBold'),
        url('../fonts/CasperBold.woff2') format('woff2'),
        url('../fonts/CasperBold.woff') format('woff'),
        url('../fonts/CasperBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}



/* STYLES */

.h2, h2 {
	font-size: 1.6rem;
}
.h3, h3 {
	font-size: 1.4rem;
}

.container {
	max-width: 100%;
}	

.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: transparent;
	border-radius: .25rem;	
	justify-content: flex-end;
}
.breadcrumb a {	
	
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .3rem;
	padding-left: .3rem;
	color: #6c757d;
	content: "/";
}	
.breadcrumb-item + .breadcrumb-item {
	padding-left: 0rem;
}

body {
	font-family: Roboto-Regular;
	color: #222C3A;
	font-size: 1rem;
	background: #F0F0F2;
}

.btn {			
	position: relative;
	border: 0;
	padding: 0.5rem 1rem 0.5rem 1rem;
	background: #3B93FE;
	text-align: center;
	color: #fff;
	font-size: 0.9rem;
}	
.btn:active {
	opacity: 0.75;
}	
.btn-pred {
	padding-left: 2.5rem;
	margin-right: 0.3rem;
}
.btn-pred:hover {
	background: #5984FD;
	color: #fff;
}	
.btn-pred:before {
	content: "";
	display: inline-block;	
	width: 22px;
	height: 20px;			
	position: absolute;	
	left: 0.7rem;
	top: 0.45rem;
	background: url(/assets/template/img/button_pred.png);
	background-size: cover;
}	
.btn-home {
	padding-left: 2.5rem;	
	background: #5984FD;
}
.btn-home:hover {
	color: #fff;
	background: #3B93FE;
}	
.btn-home:before {
	content: "";
	display: inline-block;	
	width: 22px;
	height: 20px;		
	position: absolute;
	left: 0.7rem;
	top: 0.45rem;
	background: url(/assets/template/img/button_home.png);
	background-size: cover;
}	
.btn-cart {
	width: 100%;	
	background: #fff;
	border: 1px solid #ADADAD;
	color: #212B39;
	padding-left: 2rem;
	margin-bottom: .8rem;
}	
.btn-cart:before {
	content: "";
	display: inline-block;	
	width: 20px;
	height: 19px;
	position: absolute;
	left: 4.5rem;
	top: 0.45rem;
	background: url(/assets/template/img/icon_cart.png);
	background-size: cover;
}	
.btn-zapros {
	background: #3EABCF;
}	
.btn-director {
	background: #5983FE;
}	

.topnav {
	color: #fff;
	background: #232B3A;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}	
.logo {
	position: relative;
	font-family: Casper;
	font-size: 1.7rem;
	line-height: 1.4rem;
}
.logo div {	
	height: 100%;	
	float: left;
	margin-right: 0.7rem;
}
.logo a {
	color: #fff;
	display: block;
	padding: 0.4rem 0 0 0;		
}
.logo a:hover {
	text-decoration: none;
}
.logo span {
	color: #79D1F5;
}
.logo b {
	display: block;
	font-family: Casper Bold;
	font-size: 1rem;	
	color: #fff;
}
.navbar-light {
	display: inline-block;
	margin-top: -20px;	
	margin-left: -20px;	
}	
.navbar-light .navbar-toggler {
	color: rgba(255, 255, 255, 1);
	border-color: rgba(255, 255, 255, 0.7);		
}	
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}	

.top-phone a {	
	color: #fff;
}
.top-phone a:hover {	
	text-decoration: none;
}
.top-phone:before {
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 24px;
	top: 2px;
	left: -12px;
	background: url(/assets/template/img/icon_phone.png);
	background-size: cover;
}	
.top-email:before {
	content: "";
	display: block;
	position: absolute;
	width: 25px;
	height: 19px;
	top: 2px;
	left: -31px;
	background: url(/assets/template/img/icon_email.png);
	background-size: cover;
}
.top-email {
	padding-left: 0rem;
	padding-right: 0rem;
}	
.top-email div {
	margin-top: -2px;
}
.top-email a {
	font-size: 0.85rem;
	color: #78CFF6;
	margin-right: 0.3rem;
	text-decoration: underline;	
}	
.top-email a:hover {	
	color: #fff;	
}	
.top-email a:before {		
	content: "";
	display: inline-block;	
	width: 4px;
	height: 4px;	
	margin-right: 0.5rem;
	margin-bottom: .18rem;
	background: url(/assets/template/img/icon_dot.png);
	background-size: cover;
}	

.sidebar {
	background: #fff;
	padding-top: 1.5rem;	
}
.order-link {		
	margin-top: -5px;	
	margin-bottom: 1.5rem;	
}
.order-link a {
	color: #0260b7;
	font-size: 0.9rem;	
	text-decoration: underline;	
}

.content {
	padding-top: 15px;
	padding-bottom: 30px;
}
	
.sidebar {
	padding-bottom: 3rem;
}	
.sidebar ul {
	position: relative;	
}	
.sidebar ul .active a {
	color: #0260b7;
}	
.sidebar .mtitle {
	color: #222C3A;
	display: block;
	text-transform: uppercase;
	margin-left: -.2rem;
	margin-bottom: .45rem;
	font-size: 0.9rem;
	font-family: Roboto-Bold;
}	
.menu1:before, .menu2:before, .menu3:before, .menu4:before, .menu5:before {
	content: "";
	position: absolute;
	display: inline-block;	
	background-size: cover;
}	
.menu1:before {	
	width: 31px;
	height: 31px;
	top: -5px;
	left: 0;
	background: url(/assets/template/img/menu_teh_gaz.png);	
}
.menu2:before {	
	width: 18px;
	height: 23px;
	top: 0px;
	left: 5px;
	background: url(/assets/template/img/menu_gaz.png);	
}
.menu3:before {	
	width: 15px;
	height: 30px;
	top: 0px;
	left: 5px;
	background: url(/assets/template/img/menu_balon.png);	
}	
.menu4:before {	
	width: 26px;
	height: 24px;	
	left: 0;
	background: url(/assets/template/img/menu_snab.png);	
}	
.menu5:before {	
	width: 25px;
	height: 19px;	
	left: 0;
	background: url(/assets/template/img/menu_autonomy.png);	
}	
.sidebar ul li {
	list-style: none;
	line-height: 2rem;
	font-size: 1.0rem;
	padding-left: 0.2rem;
}	
.sidebar ul li:before {
	content: "";
	display: inline-block;	
	width: 3px;
	height: 5px;	
	margin-right: 0.5rem;
	margin-bottom: .18rem;
	background: url(/assets/template/img/menu_dot.png);
	background-size: cover;
}	
.sidebar ul li a {
	color: #222C3A;
}	
.sidebar ul li a:hover {
	color: #245EB6;
	text-decoration: underline;
}

.menu-link {
	padding-left: 0.3rem;
}	
.menu-link a {
	display: block;
	text-transform: uppercase;	
	margin-bottom: .15rem;
	font-size: 0.9rem;
	font-family: Roboto-Bold;
	line-height: 2.2rem;
	color: #000;
}
.menu-link span {
	display: block;
	text-transform: uppercase;	
	margin-bottom: .15rem;
	font-size: 0.9rem;
	font-family: Roboto-Bold;
	line-height: 2.2rem;
	color: #17457c;
}
.menu-link a img, .menu-link span img {
	margin-right: 7px;
	margin-top: -3px;
}

.cat-items {
	padding: 1.5rem 0 1rem 1rem;
}
.cat-items .item {
	background-size: cover!important;
}	
.cat-items > div {
	padding-left: 0.2rem;
}	

.cat-shadow {
	position: absolute;	
	top: 0px;
	left: 0px;
	width: 100%;	
	height: 100%;
	opacity: 0.55;
	z-index: 10;
}	
.cat-icon {
	position: absolute;	
	top: 20px;
	right: 20px;
	z-index: 20;
}	

.cat-items .item {
	position: relative;
	background-size: cover;
	min-height: 20rem;
	padding: 20px;
	margin-bottom: 1rem;
	color: #fff;	
}
.cat-items .card-title {	
	position: relative;	
	font-size: 22px;
	font-weight: 400;
	line-height: 1.7rem;
	z-index: 20;
}
.cat-items .big {		
	font-size: 28px;
	font-weight: 400;
	line-height: 2.0rem;	
}
.pred-card .big {		
	font-size: 26px;
	font-weight: 400;
	line-height: 2.0rem;	
}
.cat-items .item p {
	position: relative;
	font-size: 16px;
	line-height: 1.4rem;
	margin-top: 1.2rem;
	z-index: 20;
}
.cat-items .item span {	
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2rem;	
	margin-top: 0.8rem;
	z-index: 20;
}
.cat-items .item a {
	position: relative;
	color: #fff;
	font-size: 15px;
	z-index: 20;	
	border-bottom: 1px solid #fff;
	padding-bottom: 0px;
	line-height: 1.7rem;
}
.cat-items .item a:hover {
	text-decoration: none;
}
.cat-items .links-bottom {
	position: absolute;
	width: 100%;
	bottom: 2rem;
}


.main-banner {
	min-height: 280px;
	background-color: #22447C;	
	margin-top: -.25rem;	
	margin-left: 0.2rem;	
	margin-right: 0;		
	color: #fff;
	padding-top: 20px;
	padding-bottom: 35px;
}
.main-banner div {
	
}

.main-banner span {
	font-size: 2rem;
	line-height: 2.4rem;
}
.main-banner p {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-top: 2rem;
}
.main-banner button {
	width: 100%;	
	margin-top: 20px;
}
.main-banner .btn-zapros:hover, .btn1:hover {
	color: #fff!important;
	background: #5983FE!important;
}
.main-banner .btn-middle button:hover, .btn2:hover {
	color: #fff!important;
	background: #3EABCF!important;
}
.main-banner .btn-director:hover, .btn3:hover {
	color: #fff!important;
	background: #3EABCF!important;
}



.subtitle {
	font-family: Roboto-Bold;
	text-transform: uppercase;
	font-size: 1.5rem;
	margin-bottom: 1.2rem;
}	

.main_teh {
	margin-top: 2.3rem;
	margin-bottom: 1.6rem;
}
.teh_cards {
	padding-left: 25px;
	padding-right: 22px;
}	
.main_teh a {
	padding: 8px;
}
.main_teh img {	
	max-width: 100%;
	height: auto;	
}


.pre-footer {	
	position: relative;
	background: #232B3A;
	color: #fff;
}	
.pre-footer ul {
	position: relative;
	padding-left: 0;
	margin-left: -15px;
}	
.pre-footer li {
	width: 25%;
	float: left;
	min-height: 100%;
	padding-left: 0;	
	list-style: none;	
	text-align: left;		
	border-right: 1px solid #464D58;
}	
.pre-footer li:last-child {	
	border-right: 0px;
}	
.pre-footer li a {
	width: 100%;
	text-align: center;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	padding: 1rem 1.2rem 1rem 1.2rem;
}	
.pre-footer li a:hover {
	text-decoration: none;
	background: #3B93FE;
}	
.pre-footer .phone {
	font-size: 1.1rem;
	text-align: right;
	padding-right: 0;
}	
.pre-footer .phone b {
	font-weight: 600;
}
.pre-footer .phone2 {	
	text-align: ledt;	
}
.pre-footer .phone:before {
	content: "";
	display: inline-block;
	position: relative;
	width: 18px;
	height: 24px;
	top: 5px;	
	margin-right: 12px;
	background: url(/assets/template/img/icon_phone.png);
	background-size: cover;
}	
.pre-footer .phone2:before {	
	left: 10px;	
}	
.pre-footer .phone a, .pre-footer .phone2 a {	
	color: #fff;
}
.pre-footer .phone a:hover, .pre-footer .phone2 a:hover {	
	text-decoration: none;
}

.drop-menu {
	display: none;
	position: absolute!important;
	top: -150px;
	left: 0;
	width: 100%;	
	background: rgba(54,62,75,.95);
	margin-left: 0px!important;	
	padding: 1rem 0;
}	
.drop-menu li {
	text-transform: uppercase;
	font-size: 1rem;
	width: 20%;
	padding-left: 5%;
	line-height: 2.5rem;
}
.drop-menu li a {
	width: auto;	
	padding: 0;
}
.drop-menu li a:hover {
	color: #66d1f5;
	background: transparent;
}
.drop-menu .active a {
	color: #66d1f5;
}
.drop-menu li:before {
	content: "";
	display: inline-block;
	position: relative;
	width: 13px;
	height: 13px;
	top: 0px;	
	margin-right: 12px;
	background: url(/assets/template/img/point.png);
	background-size: cover;
}


.fix {	
	position: fixed;
	bottom: 0;
	z-index: 50;	
}
.move {	
	position: relative!important;	
}

.footer {
	font-size: .95rem;
	color: #fff;
	background: #23447C;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}	
.footer .logo {
	font-family: Casper;
	font-size: 2rem;
	line-height: 1.4rem;
}
.footer .logo div {	
	height: 100%;	
	float: left;
	margin-right: 0.7rem;
}
.footer .logo a {
	color: #fff;
	display: block;
	padding: 0.4rem 0 0 0;		
}
.footer .logo span {
	color: #fff;
}
.footer .logo b {
	display: block;
	font-family: Casper Bold;
	font-size: 1rem;	
	color: #fff;
}	
	
.sendok {
	color: green;
	padding: 10px 45px 45px 45px;
	font-size: 24px;
	text-align: center;
}

#sendme_file {
	display: none;
}
.add-file {
	background: #487daa;
	cursor: pointer;
}	
#file-name {
	display: inline-block;
	padding-left: 1rem;
	font-weight: bold;
}	

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .6rem .9rem!important;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.modal-header {
	text-align: center;
	border-bottom: 0px;	
}	
.modal-header .close {	
	font-size: 32px;
}	
.modal-title {
	width: 100%;
	text-align: center;
	padding-left: 30px;
	color: #434681;
}
.form-check {
	color: #434681;
	font-size: 1rem;
}	
.modal-content {
	background: #dce9f5;
}	
.modal-content input {
	padding: .5rem 1rem .5rem 1rem;
}	
.modal-dialog {	
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}
.modal button[type="submit"] {
	margin-top: 1.5rem;
}


.content h1 {
	font-family: Roboto-Bold;
	text-transform: uppercase;
	font-size: 1.5rem;
	margin-bottom: 2rem;
	margin-top: .3rem;
}	

.auto-image, .auto-item, .auto-gazgolder-image {
	position: relative;
	width: 100%;	
	padding: 15px;
	min-height: 600px;
	background: url(/assets/template/img/auto_image.jpg);
	background-size: cover;
	background-repeat: no-repeat!important;
	text-transform: uppercase;
	margin-bottom: 1.7rem;	
}	
.auto-image div {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;	
	text-align: center;
	color: #fff;		
	font-size: 1.5rem;
}	
.auto-gazgolder-image div {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;	
	text-align: center;
	color: #fff;		
	font-size: 1.5rem;
}
.auto-image div:before, .auto-item div:before, .auto-gazgolder-image div:before {
	content: "";
	position: absolute;	
	width: 100%;
	left: 0;
	min-height: 100%;
	background: #000;
	opacity: 0.55;	
}
.auto-image span, .auto-gazgolder-image span {
	display: inline-block;
	margin-top: 1rem;
	font-family: Roboto-Bold;	
}	
.auto-image p, .auto-gazgolder-image p {
	font-family: Roboto-Regular;	
}	
.auto-image span, .auto-image p, .auto-item span, .auto-item p, .auto-gazgolder-image span, .auto-gazgolder-image p {
	position: relative;
	z-index: 20;	
}	
.auto-item div {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;	
	text-align: center;
	color: #fff;		
	font-size: 1.5rem;
	padding: 1rem 2.5rem 1rem 2.5rem;	
	font-family: Roboto-Regular;
}
.auto-item div a {	
	text-align: center!important;
	text-transform: none;	
	padding: .55rem .1rem .55rem .1rem;
	font-size: 1.3rem;
}
.auto-item p {
	padding: 0;
	margin: 0;
}	
.auto-item span {
	font-family: Roboto-Bold;
}	


.auto-balon-image {
	position: relative;
	width: 100%;	
	padding: 15px;
	min-height: 450px;
	background: url(/assets/template/img/auto_balon_image.jpg);
	background-size: cover;
	background-repeat: no-repeat!important;
	text-transform: uppercase;
	margin-bottom: 1.7rem;
}
.auto-balon-image:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;	
	min-height: 75%;
	top: 0;
	left: 0;
	background: url(/assets/template/img/gradient.png);
	background-size: cover;
	background-repeat: no-repeat!important;
	opacity: 0.7;			
	margin-bottom: 1.7rem;
}
.auto-balon-image div {
	position: relative;
	margin-top: 20%;
	text-align: center;
	color: #fff;
	font-family: Roboto-Bold;
	z-index: 20;
}	
.auto-balon-image span {
	font-size: 2.2rem;	
}	
.auto-balon-image p {
	font-size: 1.4rem;
}	


.card_item {
	position: relative;
	min-height: 200px;
	background: #e0e0e4;
	margin: 0px;
	margin-left: 3px;
	margin-bottom: 1rem;
	padding: 5px;
}
.card_item div {
	background: #e5e4e9;
}
.card_item .img img {		
	padding-top: 7px;
	padding-bottom: 7px;		
}
.card_item .img {		
	padding: 15px;
	background: #fff;
	text-align: center;
}
.card_item .desc a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.25rem;
	color: #0260b7;
	font-family: Roboto-Medium;	
	margin-bottom: 1rem;
}
.card_item .desc:hover > a {	
	color: #3B95FE;	
}
.card_item .desc {
	position: relative;
	padding: 1.49rem 1rem;
	padding-bottom: 2rem;
}	
.card_item .desc div {
	margin-top: .65rem;
	padding: 0 .3rem;
	font-family: Roboto-Regular;
	text-transform: uppercase;
	
}
.card_item .desc img {
	padding-right: .8rem;
	margin-top: -3px;
}
.card_item .desc div span {	
	font-family: Roboto-Bold;	
}

.card_item .desc div a {	
	position: absolute;	
	left: 33%;	
	text-transform: none;
	padding: .2rem 1.3rem;
	font-family: Roboto-Regular;
	font-size: .9rem;
	color: #fff;
	background: #17457c;
}

.card_item .price {	
	min-height: 100%;
	background: transparent;
	font-family: Roboto-Medium;	
	padding-left: 25px;
	padding-right: 25px;
}
.card_item .price form {	
	display: block;
	margin-top: 15%;
}
.card_item .price span {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #;
	font-size: 2rem;	
	color: #0260b7;
}
.card_item .price b {
	color: #000;
	font-weight: normal;
	font-family: Roboto-Medium;	
}
.card_item .price .btn {
	display: inline-block;
	width: 100%;	
	background: #17457c;
}
.card_item .price .btn:hover, .prod-item .kup .btn:hover {	
	background: #3B95FE;
	color: #fff;}

.card_item .desc div a:hover {
	background: #3B95FE;
	color: #fff;
}
.card_item:hover {	
	background: #3B95FE;	
}
.card_item:hover .price {	
	background: #E0E0E4;	
}


.balon-img2 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}		
.informer {
	margin-top: 2rem;
	margin-bottom: 2rem;
	text-align: center;
	background: #0096ff;
	min-height: 200px;
	padding: 30px 15px 5px 15px;
	margin-left: 0px;
	margin-right: 0px;
	color: #fff;
	text-transform: uppercase;
}	
.informer img {
	margin-bottom: 1.9rem;	
}	
.informer span {
	width: 100%;
	display: inline-block;
	font-size: 2.0rem;	
	line-height: 1.2rem;
	font-family: Roboto-Medium;		
}	
.informer p {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-family: Roboto-Regular;	
}	
	
.auto-gaz-image {
	position: relative;
	width: 100%;	
	padding: 15px;
	min-height: 380px;
	background: url(/assets/template/img/auto_gaz_image.jpg);
	background-position: 0 80%;
	background-size: cover;
	background-repeat: no-repeat!important;
	text-transform: uppercase;
	margin-bottom: 1.7rem;	
}	
.auto-gaz-image div {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;	
	text-align: center;
	font-size: 2.2rem;
	line-height: 2.7rem;
	color: #fff;			
}	
.auto-gaz-image div:before {
	content: "";
	position: absolute;	
	width: 100%;
	left: 0;
	min-height: 100%;
	background: #000;
	opacity: 0.55;	
}
.auto-gaz-image span {
	position: relative;
	display: inline-block;
	margin-top: 1rem;	
	font-family: Roboto-Bold;
	z-index: 20;	
}	
.auto-gaz-image p {
	position: relative;	
	font-family: Roboto-Regular;	
	z-index: 20;	
}	



.auto-gaz-item {
	margin-bottom: 1rem;
	min-height: 400px;
	background: #fff;
	padding: 20px;
	padding-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	font-family: Roboto-Medium;
}
.auto-gaz-item h2 {
	font-family: Roboto-Bold;
	text-transform: uppercase;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.auto-gaz-item img {
	padding: 10px;
}
.auto-gaz-item ul {
	width: 100%;
	text-align: left;
}
.auto-gaz-item ul li {
	padding-left: 50px;
	line-height: 3.5rem;	
	font-size: 2rem;
	list-style: none;
}
.auto-gaz-item ul li:first-child {
	background: url(/assets/template/img/auto_gaz_value.png) no-repeat;
	background-position: 0px .75rem;
}
.auto-gaz-item ul li:last-child {
	background: url(/assets/template/img/auto_gaz_rub.png) no-repeat;
	background-position: 6px .75rem;
}
.auto-gaz-item .btn {
	width: 100%;
	margin-top: 1rem;
}


.auto_form {
	margin-top: 2.5rem;
	margin-bottom: 2rem;
}
.auto_form .subtitle {
	display: inline-block;	
	margin-bottom: 1.2rem;
}
.auto_form .form-group {
	padding: 0 15px;
}	
.auto_form input, .auto_form select {
	height: auto;
	padding: .9rem 1.3rem!important;	
	border: 2px solid #ccc;
	color: #000;
}
.auto_form .select {
	width: 100%;
	position: relative;
}
.auto_form .select:after {
	content: "";  		
	position: absolute; 
	right: 20px; 
	top: 26px;
	z-index: 1;	
	width: 20px;
	height: 9px;
	pointer-events: none;
	box-sizing: border-box; 
	background: url(/assets/template/img/select_arrow.jpg) no-repeat;	
	background-size: cover;
}
.auto_form select {  
  padding-right: 25px;
  border: 1px solid #ABADB3;  
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.auto_form button {
	width: 100%;
	text-align: center;
	padding: .9rem 1.3rem!important;
	font-family: Roboto-Regular;	
	font-size: 1.1rem;
}


.calc-title {
	display: block;
	width: 100%;
	padding: 1rem;
	background: #17457c;
	color: #fff;
	font-family: Roboto-Regular;	
	font-size: 2.1rem;
	text-align: center;
	margin-top: 2rem;
	padding-top: 1.2rem;
}
.calc-title img {
	margin-top: -.2rem;
	margin-right: 2rem;
}
.calc-title span {
	display: inline: block;
	margin-top: .3rem;
	font-family: Roboto-Medium;	
	text-transform: uppercase;
}
.calc-title-btn {
	width: 100%;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	padding: 1.2rem 1rem 1.2rem 1rem;
	font-size: 1.4rem;
}
	
.calc {
	background: #fff;
	min-height: 450px;
	padding: 25px 25px 0 15px;
	margin: 20px auto 20px auto;
	max-width: 800px;	
}	
.calc .current {
	margin-bottom: 2.3rem;
}	
.calc .custom-checkbox {
	margin-bottom: 1rem;
	padding-left: 1.8rem;
}	

.calc-img {	
	min-height: 200px;
	position: relative;
	width: 100%;		
}
.calc-img img {	
	width: 100%;
	height: auto;
}
.calc-img span {	
	position: absolute;
	top: 46%;
	right: 23.5%;
	font-family: Roboto-Medium;
	font-size: 1.5rem;
	color: #fff;
}
.calc-img div {	
	position: absolute;
	width: 20.3%;
	min-height: 0%;	
	bottom: 18.1%;
	left: 40.0%;
	background: url(/assets/template/img/calc_value.png);		
}
.ostalos {
	display: none;
	padding: 10px;
	text-align: center;
	color: red;
	font-family: Roboto-Medium;
	font-size: 1.0rem;
}	
.calc .custom-control-label::before {
	position: absolute;
	top: .05rem;
	left: -2.0rem;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px;
}
.calc .custom-control-label::after {
	position: absolute;
	top: .05rem;
	left: -2.0rem;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	content: "";
	background: no-repeat 50%/50% 50%;
}

.calc-footer {
	background: #e6e6e6;
	margin: -25px 0 25px 0;
	padding: 25px 15px 5px 15px;
	font-family: Roboto-Medium;
	font-size: 1.2rem;
	margin: -25px auto 20px auto;
	max-width: 800px;
}
.calc-footer span {
	font-size: 1.9rem;
	font-family: Roboto-Bold;
}
.calc-footer p {
	font-size: .85rem;
	font-family: Roboto-Medium;
	margin-top: .6rem;
}	
.calc-footer .btn {
	font-size: 1rem;
	width: 100%;
	font-family: Roboto-Regular;
	padding: .7rem 1rem .7rem 1rem;
}


.zap-info-block {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.zap-info-block .subtitle {	
	display: inline-block;
	margin-bottom: 2rem;
}	
.zap_info {
	text-align: center;	
}	
.zap_info img {	
	margin-right: 1rem;
	margin-top: -1.6rem;
}	
.zap_info p {
	display: inline-block;
	line-height: 1.4rem;	
	text-align: left;	
	padding-top: 20px;
}	
.zi2 img {		
	margin-top: -2.7rem;
}	


.zap-banner div {
	min-height: 170px;
	background: #fff;
	padding: 23px;
	color: #000;
	font-family: Roboto-Regular;
	font-size: 1rem;
	margin-bottom: 2rem;
}
.zap-banner span {
	display: block;	
	font-family: Roboto-Bold;
	margin-top: 1rem;
	margin-bottom: 1rem;
}


.zap-faq {
	margin-bottom: 2rem;
}
.zap-faq .subtitle {
	display: inline-block;
	margin-top: -.5rem;
	margin-bottom: 2rem;
}	
.zap-faq li {	
	list-style: none;
	background-color: #fff;
	padding: 1.5rem;		
	padding-left: 5.5rem;		
	cursor: pointer;
	background-image: url(/assets/template/img/zap_plus.png);	
	background-repeat: no-repeat;
	background-size: 33px 33px;
	background-position: 26px 19px;
	margin-top: -.3rem;
}
.zap-faq .spoiler {		
	display: none;
	padding: 1rem 2rem 1rem 7rem;		
}
.zap-faq .minus li {
	background-image: url(/assets/template/img/zap_minus.png)!important;	
}	


.balon-item {
	position: relative;
	max-width: 280px;
	float: left;
}	
.balon-item span {
	position: absolute;
	top: 15px;
	left: 25px;
	padding-right: 25px;
	color: #fff;
	font-family: Roboto-Regular;
	font-size: 1.4rem;
	width: 50%;
	line-height: 1.5rem;
}	

	
.prod-item {
	min-height: 450px;
	background: #FFF;
	padding: 0px;
	margin-left: 3px;
	margin-right: 0px;
	border: 4px solid #E0DFE4;	
}

.prod-item .left {
	width: 55%;
	float: left;
	text-align: center;
	background: #fff;	
	padding: 2rem;
}
.prod-item img {
	max-height: 380px;
}
.prod-item .right {
	position: relative;
	width: 45%;
	float: left;
	background: #F2F2F2;	
	padding-top: 1rem;	
	padding-bottom: 1rem;	
	padding-left: .75rem;	
}
.prod-item .zap-btn {
	width: 100%;
	text-align: center;
	margin-top: 1rem;
}
.prod-item .zap-btn button {
	width: 77%;	
	font-size: 1.1rem;
}
.prod-item .kup {
	position: relative;
	text-align: center;	
	font-size: 1.7rem;
	color: #255EB5;
}
.prod-item .kup span {	
	color: #000;
}
.prod-item .kup .btn {	
	display: inline-block;
	background: #22447C;
	width: 10rem;
	padding: .37rem 1rem;
	margin-top: -1rem;
}
.prod-item ul {	
	margin-top: 1rem;
	list-style: none;
	text-transform: uppercase;
	font-size: 1.0rem;
	text-align: left;
	width: 100%;
	padding-left: .7rem;
}
.prod-item ul li {	
	padding-left: 2.2rem;
	line-height: 2.6rem;
}
.prod-item ul span {	
	font-weight: bold;
}
.prod-item ul .val {
	background: url(/assets/template/img/icon_val.png) no-repeat;	
	background-position: -1px 5px;
}	
.prod-item ul .mass {
	background: url(/assets/template/img/icon_mass.png) no-repeat;	
	background-position: 0 7px;
}	
.prod-item ul .count {
	background: url(/assets/template/img/icon_count.png) no-repeat;	
	background-position: 0 6px;
}	
.prod-item .oneclick {	
	color: #2256A6;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 1.2rem;
	margin-left: .65rem;
	padding-left: 2.3rem;
	background: url(/assets/template/img/icon_cart2.png) no-repeat;	
	background-position: 0px -5px;
}
.prod-item .nal {	
	color: #000;	
	text-transform: uppercase;
	font-size: 1.0rem;
	margin-top: .9rem;
	margin-left: .65rem;
	padding-left: 2.3rem;		
}	
.prod-item .nal span {
	color: #DC0D2F;
}
.prod-item .nal img {	
	width: 180px;
	margin-top: -5px;
}

.prod-ttx .subtitle {
	margin: 3rem 0 2rem 0;
}	
.prod-ttx .table  {
	background-color: #F6F6F6;
}
.padding {
	margin: 2.5rem 0 2rem 0;
}	

.gazgolder-card {
	background: #fff;
	min-height: 350px;
	padding: 2rem 1rem;
}	
.gazgolder-card img {
	margin-bottom: 3rem;
}
.gazgolder-card .btn {
	width: 100%;
	margin-top: -.2rem;
}
.gazgolder-card span {
	display: inline-block;
	text-transform: uppercase;
	font-family: Roboto-Medium;
	font-size: 1.4rem;
	padding-left: 1.2rem;
}
.gazgolder-card .gval img, .gazgolder-card .grub img {
	padding: 0;
	margin: 0;
	margin-right: .2rem;
	width: 25px;
}	
.gazgolder-card .grub img {
	width: 20px;
}
	
#oneclick_form .form-control:disabled, #oneclick_form  .form-control[readonly] {
	background-color: transparent;
}	
#oneclick_form label {
	margin-top: 5px;
	padding-left: 5px;
}	


.tocart {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 250px;	
	max-height: 190px;
	border: 1px solid #22447C;	
	border-radius: 5px;
	background: #F2F2F2;
	text-align: center;
	-webkit-box-shadow: 8px 8px 5px -4px rgba(176,176,176,1);
	-moz-box-shadow: 8px 8px 5px -4px rgba(176,176,176,1);
	box-shadow: 8px 8px 5px -4px rgba(176,176,176,1);
}
.tocart form {	
	background: #F2F2F2;
}
.tocart h4 {
	font-size: 1.2rem;
	text-align: center;
	background: #E9E9E9;
	padding: 1rem;
}	
.tocart input {
	width: 47px;
	padding: 3px;
	font-size: 1rem;
	text-align: center;
	margin-bottom: 1rem;
	border-radius: 5px;
	border: 1px solid #aaa;
}	
.tocart span {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	color: #fff!important;
	background: #22447C;
	font-size: 1.0rem;
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px;
	margin-top: -3px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
}	
.tocart .btn {
	display: inline-block;
	width: 7rem!important;
	padding: 0.2rem .5rem;
	background: #22447C;
	color: #fff;
}	

#msCart .count .form-control {    
    padding: .6rem .5rem!important;
}	
#msCart .header, #msCart .footer {    
    background: #23447C;
	color: #fff;
	letter-spacing: 1px;
}	

.orderok h2 {
	color: green;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2.2rem;
	padding: 1rem .5rem;
	text-transform: uppercase;
}

.fgallery {
    width: 100%;
	margin-top: 2rem;
}
.fgallery ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.fgallery li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.fgallery img {
    display: block;
    height: auto;
	width: 100%;
    max-width: 100%;
}
.lSPager .active {
	border: 4px solid #3B93FE;
}	
.lSAction > a {
	width: 72px!important;
	display: block;
	top: 50%;
	height: 72px!important;;
	background-image: url(../img/controls.png);
	cursor: pointer;
	position: absolute;
	z-index: 99;
	margin-top: -16px;
	opacity: .5;
	-webkit-transition: opacity .35s linear 0s;
	transition: opacity .35s linear 0s;
}
.lSAction > .lSNext {
	background-position: -72px 0!important;;
	right: 10px;
}

.gother {
	min-height: 60px;	
	padding: 1rem;
	background: #fff;	
	font-family: Roboto-Medium;
	font-size: 1.2rem;
	margin-top: 2rem;
}
.gother a {
	color: #000;
	line-height: 3rem;
}
.gother img {
	height: 45px!important;
	width: auto!important;
}	
	
.ordergaz-btn {
	display: inline-block;
	width: 180px!important;
	margin-left: 5rem;
	background: #3EABCF;
}

form textarea {
	border: 2px solid #ccc!important;
}

	
#CartMob, #CartBottom {
	display: none;
}
.cartfix {	
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 50;
}
.cart-bottom {
	position: fixed;
	bottom: 10%;
	right: 1%;
	background: rgba(45, 17, 62, 0.85);
	border-radius: 15px;
	padding: 1rem 2rem;
	color: #fff;
	z-index: 99999;
}	
.cart-bottom span {
	
}	
.cart-bottom a {
	color: #fff;
	text-decoration: underline;
}
.cart-bottom img {
	display: inline-block;
	margin-top: -8px;
	margin-left: -5px;
	margin-right: 8px;
}	
.upper {
	right: -100%;
}	

#msOrder input {
	border: 2px solid #ccc !important;
}	
.order-notice {
	width: 100%;
	text-align: right;
	font-size: 1.1rem;
	padding-bottom: 1rem;
	color: #777;
	padding-right: 0;
}


#msOrder #payments, #msOrder #deliveries {
	margin-top: 1rem;
	margin-bottom: 1rem;
}	
#msOrder .order-done {	
	display: inline-block;
	margin-left: 1.5rem!important;
}	

	
.ribbon {
	position: absolute;
	
	top: 1rem;
	left: 0px;
	height: 20px;
	padding: .2rem .5rem .15rem 1rem;
	background: #246D1F !important;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	font-size: .6rem;
	font-weight: 300;
	letter-spacing: 1px;
}
.rekom:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 0;
	right: -10px;
	top: 0px;
	border-width: 10px 7px;
	border-style: solid;
	border-color: #246D1F transparent #246D1F #246D1F!important;
}
.rekom:after {
	border-color: #246D1F transparent #246D1F #246D1F!important;
}
	


.spoiler li {
	list-style: none;
	background-color: transparent;
	padding: .5rem;
	padding-left: 3rem;
	cursor: pointer;
	background-image: url('/assets/template/img/dot-icon.png');
	background-repeat: no-repeat;
	background-size: 10px 10px;
	background-position: 24px 16px;
	margin-top: -.3rem;
	/* line-height: -1rem; */
}

