/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*
Note: any .css or .scss files included in the 'styles' directory
will be correctly compiled during `gulp serve` and `gulp`
 */
@font-face {
	font-family: "PFKidsPro-GradeFive";
	src: url("font/PFKidsPro-GradeFive.ttf") format("truetype");
}

@font-face {
	font-family: 'Geometria-Light';
	src: url('font/Geometria_Light.eot');
	src: url('font/Geometria_Light.eot?#iefix') format('embedded-opentype'), url('font/Geometria_Light.woff') format('woff'), url('font/Geometria_Light.ttf') format('truetype');
}

@font-face {
	font-family: "OpenSans";
	src: url("font/OpenSans.ttf") format("truetype");
}

@font-face {
	font-family: "OpenSansBold";
	src: url("font/OpenSansBold.ttf") format("truetype");
}

.grecaptcha-badge {
	display: none;
}

.numberbutton {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border: 2px solid #fff;
	border-radius: 50px;
	padding: 5px;
	margin: 0 0 0 10px;
}

.wrapper {
	max-width: 500px;
	margin: 0 auto;
}

img {
	max-width: 100%;
	height: auto;
}

.portfolio-thumb-slider .slick-slider-item {
	padding: 5px;
}

.portfolio-thumb-slider {
	margin: 0 -5px 5px -5px;
}

.portfolio-thumb-slider .slick-active img {
	outline: 2px solid transparent;
}

.portfolio-thumb-slider .slick-current img {
	outline-color: #ff9d01;
}

.slick-slider {
	margin-bottom: 0px;
}

.controls {
	text-align: center;
	padding: 10px;
	font-family: monospace;
	font-weight: bold;
}

.slick-slider {
	margin-bottom: 0px !important;
}

.i-top-panel ul.inline-list {
	display: none;
}

.i-block-valign.b-header_height_121 {
	display: none;
}

html, body {
	font-family: 'Roboto', 'Helvetica', sans-serif;
	margin: 0;
	padding: 0;
}

.panel {
	margin-bottom: 20px;
	background-color: transparent !important;
}

.menlis ul {
	margin-left: 3px;
}

h2 {
	padding: 0;
	margin: 10px 0 17px;
	line-height: 1.1;
	color: #ff3300;
	font-size: 18px;
	font-weight: bold;
}

.gallery {
	line-height: 0;
	font-size: 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.panel-title a {
	background: #0175be;
	color: #fff;
	font-weight: bold;
}

.b-news-item__date, .b-newspage__date {
	background: #b43890;
	color: #fff;
	border-radius: 3px;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 25px;
}

.gallery .image {
	display: inline;
	margin: 0 3px 10px 0 !important;
	width: 32%;
}

.b-guide__button-block .left {
	float: left !important;
}

.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: none;
}

/*.row {
	padding: 0 20px;
}*/

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	-webkit-tap-highlight-color: transparent;
	width: 90%;
	overflow: hidden;
	margin: 0 auto;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	padding: 0;
	max-width: 940px;
}

.slick-list:focus {
	outline: none;
}

.slick-loading .slick-list {
	background: white url('/ajax-loader.gif') center center no-repeat;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.maintext {
	width: 90%;
	margin: 10px auto;
}

.i-calc .down-panel .panel.panel-default .panel-heading .panel-title a.collapsed {
	height: 63px;
}

.i-calc .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
	background: #0175be;
}

.divider {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 2px dotted #B3B3B3;
}

/* Icons */
/* Arrows */
.slick-prev, .slick-next, .slick-prev-fake, .slick-prev-fake_compare, .slick-next-fake, .slick-next-fake_compare {
	position: absolute;
	display: block;
	height: 60px;
	width: 60px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -30px;
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before, .slick-prev-fake.slick-disabled:before, .slick-disabled.slick-prev-fake_compare:before, .slick-next-fake.slick-disabled:before, .slick-disabled.slick-next-fake_compare:before {
	opacity: 0;
}

.slick-prev-fake_compare {
	width: 30px;
	height: 30px;
	background-size: contain !important;
}

.slick-next-fake_compare {
	width: 30px;
	height: 30px;
	left: 50px;
	background-size: contain !important;
}

.slick-prev {
	display: none;
	left: -9999px;
	background: url("../images/sk-slider-left.png");
}

.slick-prev:hover, .slick-prev:focus {
	outline: none;
	color: transparent;
	background: url("../images/sk-slider-left.png");
}

.slick-next {
	display: none;
	left: -9999px;
	background: url("../images/sk-slider-right.png");
}

.slick-next:hover, .slick-next:focus {
	outline: none;
	color: transparent;
	background: url("../images/sk-slider-right.png");
}

.slick-prev-fake, .slick-prev-fake_compare {
	position: relative !important;
	margin-left: 5px;
	background: url("../images/sk-slider-left.png");
}

.slick-prev-fake:hover, .slick-prev-fake_compare:hover, .slick-prev-fake:focus, .slick-prev-fake_compare:focus {
	outline: none;
	color: transparent;
	background: url("../images/sk-slider-left.png");
}

.slick-next-fake, .slick-next-fake_compare {
	position: relative !important;
	margin-right: 5px;
	background: url("../images/sk-slider-right.png");
}

.slick-next-fake:hover, .slick-next-fake_compare:hover, .slick-next-fake:focus, .slick-next-fake_compare:focus {
	outline: none;
	color: transparent;
	background: url("../images/sk-slider-right.png");
}

/* Dots */
.slick-slider {
	margin-bottom: 60px;
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\2022";
	width: 20px;
	height: 20px;
	font-family: "Verdana";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0;
}

.flickity-enabled.flickity-enabled.is-draggable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.flickity-enabled .flickity-viewport {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100% !important;
}

.flickity-enabled .flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

#lightbox {
	background: rgba(51, 50, 50, 0.9);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 999;
}

#lightbox .slider {
	width: 100%;
	height: 100%;
}

#lightbox .slider .slide {
	width: 100%;
	height: 100%;
}

#lightbox .slider .slide .frame {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
}

#lightbox .slider .slide .frame .valign {
	width: 100%;
	height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	line-height: 0;
}

#lightbox .slider .slide .frame .valign img {
	max-width: 100%;
	height: auto;
}

#lightbox .exit {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	padding: 10px 0;
	text-align: center;
	background: #ddd;
	cursor: pointer;
}

#lightbox .exit::after {
	content: 'X';
}

#lightbox .prev, #lightbox .next {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	width: 44px;
	padding: 10px 0;
	text-align: center;
	background: rgba(255, 157, 1, 0.7);
	cursor: pointer;
	color: #fff;
	border-radius: 50%;
	font-size: 31px;
}

.bit {
	display: block;
	/* width: 220px; */
	/* height: 45px; */
	background: #0175be;
	border: 2px solid #0175be;
	border-radius: 4px;
	text-align: center;
	padding: 10px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px auto;
	line-height: 14px;
}

#lightbox .prev {
	left: 0;
}

#lightbox .prev::after {
	content: '<';
}

#lightbox .next {
	right: 0;
}

#lightbox .next::after {
	content: '>';
}

.textl ul li a {
	color: #207ab3;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana;
	display: inline-block;

	text-decoration: underline;
}

h4.panel-title {
	font-size: 14px !important;
}

.b-calc-res__res-block-l .b-calc-res-block__price {
	display: none;
}

.mobile-menu .textl ul li:before,
.b-profile-orders-list ul li:before {
	display: none !important;
}

h2 {

	line-height: 1.1;
	color: #00488b !important;
}

.zashita {
	display: none !important;
}

.textl ul {
	margin-bottom: 0 !important;
}

.panel-body {
	padding: 5px !important;
}

.mdl-demo .mdl-layout__header-row {
	padding-left: 40px;
}

.mdl-demo .mdl-layout.is-small-screen .mdl-layout__header-row h3 {
	font-size: inherit;
}

.mdl-demo .mdl-layout__tab-bar-button {
	display: none;
}

.mdl-demo .mdl-layout.is-small-screen .mdl-layout__tab-bar .mdl-button {
	display: none;
}

.mdl-demo .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar,
.mdl-demo .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar-container {
	overflow: visible;
}

.mdl-demo .mdl-layout__tab-bar-container {
	height: 64px;
}

.mdl-demo .mdl-layout__tab-bar {
	padding: 0;
	padding-left: 16px;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}

.calc__discount__lines {
	margin: 0 auto;
	width: 90%;
}

.calc__discount__line .right {
	display: inline-block;
	line-height: 30px;
	padding-top: 0 !important;
	vertical-align: middle;
	margin-bottom: 30px;
	width: 100% !important;
	text-align: left !important;
}

.calc__discount__line input[type="radio"] {
	display: none !important;
}

.calc__discount__line input[type="radio"] + label {
	cursor: pointer !important;
	color: #0662af !important;
	font-weight: normal !important;
	line-height: 1.4 !important;
	border-bottom: 1px dashed #0662af !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 3px !important;
	padding-right: 3px !important;
	width: 45%;
	text-align: center;
	margin-top: 5px;
}

.makes ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.makes ul li {
	width: 25%;
	text-align: center;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.flexbet {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 5px;
}

.calc__discount__line input[type="radio"]:checked + label {
	padding: 4px 13px 6px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	color: #fff !important;
	background-color: #0662af !important;
	border: none !important;
	width: 40%;
	text-align: center;
	margin-top: 5px;
}

.calc__discount__line input[type="radio"]:hover + label {
	border: none !important;
}

.mobile-menu .panel-title a {
	background: #0175be !important;
}

.calc__discount__line input[type="submit"], .calc__discount__line input[type="button"] {
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	/*font-family: SUISBold;*/
	text-transform: uppercase;
	background-color: #0662af;
	border: none;
	box-shadow: none;
	border-radius: 4px;
	padding-left: 30px;
	padding-right: 30px;
}

.calc__discount__line .left .ico--hint .hint-text {
	top: -30px;
	left: 20px;
	white-space: normal;
	display: none;
	width: 220px;
	z-index: 9999;
}

.calc__discount__line .left {
	margin-bottom: 0px;
	text-align: left;
	width: 100% !important;
	padding-right: 0px;
}

.calc__discount__line .sp {
	width: 220px;
}

.calc__discount__line .phone_calc {
	height: 37px;
	line-height: 41px;
	font-size: 14px;
	margin-right: 10px;
	text-align: center;
	border: none;
	border-radius: 4px;
	box-shadow: 0 0 0 1px #bababa;
	width: 209px;
}

.calc__discount__line .right {
	margin-bottom: 0px;
}

.calc__discount__title {
	padding-top: 10px;
}


.newsname a {
	font-weight: 600;
}

.mdl-demo .mdl-layout__tab-bar .mdl-layout__tab {
	height: 64px;
	line-height: 64px;
}

.mdl-demo .mdl-layout__tab-bar .mdl-layout__tab.is-active::after {
	background-color: white;
	height: 4px;
}

.mdl-demo main > .mdl-layout__tab-panel {
	padding: 4px 0;
	padding-top: 5px;
}

.mdl-demo .mdl-card {
	height: auto;
	display: flex;
	flex-direction: column;
}

.mdl-demo .mdl-card > * {
	height: auto;
}

.mdl-demo .mdl-card .mdl-card__supporting-text {
	margin: 5px auto;
	flex-grow: 1;
	padding: 0;
	color: inherit;
	width: calc(100% - 10px);
	align-self: center;
}

.mdl-demo.mdl-demo .mdl-card__supporting-text h4 {
	margin-top: 0;
	margin-bottom: 0px;

}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	color: #fff;
	background-color: #ff9d01 !important;
}

.nav-pills > li > a {
	border-radius: 15px !important;
}

.panel {
	margin-bottom: 0px !important;
}

.news-date {
	font-weight: 600;
}

.anons-news {
	color: #616161;
	font: italic 16px Georgia !important;
	border-left: 3px solid #ff9d01;
	padding-left: 5px;
}

/*.textl ul li:before,
.list ul li:before,
.listing ul li:before,
.news-detail ul li:before {
font-family: 'FontAwesome';
content: '\f061';
margin:0 5px 0 -15px;
color: #18a9e4;
}*/
.flex img {
	width: 44%;
	margin-bottom: 10px;
}

.b-news-item__title_main {
	color: #207ab3;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana;
	display: inline-block;
	margin-top: 13px;
	text-decoration: underline;
}

.b-news-item__text_all a {
	font-size: 11px;
	color: #b43890;
}

.b-news__title {
	font-family: 'Geometria-Light';
	font-size: 28px;
	color: #000;
	margin: 70px 0 30px 0;
}

.greyi p {
	font-size: 14px;
}

.i-sk li {
	padding: 0 !important;
}

h3 {
	margin: 5px 0 !important;
	color: #0175be;
}

.news-detail p {
	font-size: 14px;
}

.col-md-6 li:before,
.chart li:before {
	display: none;
}

.mdl-demo .mdl-card__actions {
	margin: 0;
	padding: 4px 40px;
	color: inherit;
}

.down-panel {
	width: 100%;
}

.marki ul {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	/* width: 100%; */
	flex-wrap: wrap;
	justify-content: space-between;
}

}
.mdl-demo .mdl-card__actions a {
	text-decoration: underline;
	margin: 0;
}

.mdl-demo .mdl-card__actions a:hover,
.mdl-demo .mdl-card__actions a:active {
	color: inherit;
	background-color: transparent;
}

.mdl-demo .mdl-card__supporting-text + .mdl-card__actions {
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.mdl-demo #add {
	position: absolute;
	right: 40px;
	top: 36px;
	z-index: 999;
}

.mdl-demo .mdl-layout__content section:not(:last-of-type) {
	position: relative;
	margin-bottom: 10px;
}

.mdl-demo section.section--center {
	max-width: 860px;
	width: calc(100% - 8px);
}

.mdl-demo #features section.section--center {
	max-width: 620px;
}

.mdl-demo section > header {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mdl-demo section > .section__play-btn {
	min-height: 200px;
}

.mdl-demo section > header > .material-icons {
	font-size: 3rem;
}

.mdl-demo section > button {
	position: absolute;
	z-index: 99;
	top: 8px;
	right: 8px;
}

.mdl-demo section .section__circle {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-grow: 0;
	flex-shrink: 1;
}

.fulls {
	width: 83%;
	margin: 0 auto;
}

.mdl-demo section .section__text {
	flex-grow: 1;
	flex-shrink: 0;
	padding-top: 8px;
}

.mdl-demo section .section__text h5 {
	font-size: inherit;
	margin: 0;
	margin-bottom: 0.5em;
}

.mdl-demo section .section__text a {
	text-decoration: none;
}

.mdl-demo section .section__circle-container > .section__circle-container__circle {
	width: 64px;
	height: 64px;
	border-radius: 32px;
	margin: 8px 0;
}

.mdl-demo section.section--footer .section__circle--big {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	margin: 8px 32px;
}

.mdl-demo .is-small-screen section.section--footer .section__circle--big {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	margin: 8px 16px;
}

.mdl-demo section.section--footer {
	padding: 64px 0;
	margin: 0 -8px -8px -8px;
}

.mdl-demo section.section--center .section__text:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, .13);
}

.mdl-demo .mdl-card .mdl-card__supporting-text > h3:first-child {
	margin-bottom: 24px;
}

.mdl-demo .mdl-layout__tab-panel:not(#overview) {
	background-color: white;
}

.mdl-demo #features section {
	margin-bottom: 72px;
}

.mdl-demo #features h4, #features h5 {
	margin-bottom: 16px;
}

.mdl-demo .toc {
	border-left: 4px solid #C1EEF4;
	margin: 24px;
	padding: 0;
	padding-left: 8px;
	display: flex;
	flex-direction: column;
}

.mdl-demo .toc h4 {
	font-size: 0.9rem;
	margin-top: 0;
}

.mdl-demo .toc a {
	color: #ff9d01;
	text-decoration: none;
	font-size: 16px;
	line-height: 28px;
	display: block;
}

.mdl-demo .mdl-menu__container {
	z-index: 99;
}

.mdl-mega-footer--heading, .mdl-mega-footer__heading {
	background: #ff9d01;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}

.mobile-menu {
	background-color: #eee;
}

.nav_menu {
	margin: 0;
	font-size: 24px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding: 5px;
}

.nav_menu-item {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}

.nav_menu-item:hover {
	opacity: 0.8;
	cursor: pointer;
}

.lightbox {
	max-width: 100%;
	height: auto !important;
	top: 350px !important;
}

@media screen and (max-width: 1023px) {
	.sandwich {
		display: inline-block;
		position: absolute;
		height: 40px;
		width: 40px;
		cursor: pointer;
		padding: 0px;
		margin: 0px;
		/* background-color: transparent; */
		background-color: #ff9d01;
		border-radius: 50px;
		overflow: hidden;
		z-index: 1000;
		left: 5px;
		top: 7px;
		box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.37);
	}

	.sandwich-wrap {
		height: 100%;
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
	}

	.sandwich-line {
		height: 3px;
		width: 25px;
		border-radius: 0px;
		background-color: #000;
		position: absolute;
		transition: all ease-in-out 0.5s;
	}

	.sandwich-line--top {
		top: 3px;
	}

	.sandwich-line--middle {
		opacity: 1;
		top: 11px;
	}

	.sandwich-line--bottom {
		top: 19px;
	}

	.sandwich-on .sandwich-line--top {
		transform: rotate(405deg);
		top: 11px;
	}

	.sandwich-on .sandwich-line--middle {
		opacity: 0;
		/*   width: 0; */
		transform: rotate(360deg);
	}

	.sandwich-on .sandwich-line--bottom {
		transform: rotate(-405deg);
		top: 11px;
	}

	.setinner {
		color: red;
		width: inherit;
		margin-bottom: 0;
		text-align: center;
		font-size: 13px;
		line-height: 18px;
	}

	.setinnera {
		color: red;
		width: inherit;
		margin-bottom: 0;
		text-align: center;
		font-size: 16px;
		line-height: 18px;
		text-align: left;
	}

	.right {
		text-align: right;
	}

	/* Кнопка END*/
	.mobile-menu {
		background: #004e96;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		display: block;
		/* float: left; */
		width: calc(100% - 16px);

		height: 100%;
		-moz-transition: all 300ms;
		-webkit-transition: all 300ms;
		transition: all 300ms;
		overflow: auto;
		padding: 0 10px;
	}

	.mobile-menu.show-menu {
		left: -110vw;
	}

	.photo img {
		width: auto;
		text-align: center;
	}

	.nav_menu {
		margin: 0;
		padding: 0 0 0 40px;
		font-size: 1.5em;
	}

	.nav_menu-item {
		display: block;
		padding: 11px;
		color: #fff;
		font-size: 17px;
		font-weight: 300;
	}
}


/* =============================================================================
  DEMO STUFF
============================================================================= */
.demo-title {
	margin-bottom: 24px;
	color: #ff9650;
	font-size: 28px;
}

.items {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.item {
	margin: 12px;
}

/* =============================================================================
  MENU TOGGLE SWITCHES
============================================================================= */
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `cmn-toggle-switch` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.cmn-toggle-switch {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.cmn-toggle-switch:focus {
	outline: none;
}

.cmn-toggle-switch span {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	height: 2px;
	background: white;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	content: "";
}

.cmn-toggle-switch span::before {
	top: 18px;
}

.cmn-toggle-switch span::after {
	bottom: -9px;
}

/**
 * Style 1
 *
 * Rotating hamburger icon (rot), that simply rotates 90 degrees when activated.
 * Nothing too fancy, simple transition.
 */
.cmn-toggle-switch__rot {
	background-color: #28aadc;
}

.cmn-toggle-switch__rot span {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

/* active state, i.e. menu open */
.cmn-toggle-switch__rot.active {
	background-color: #166888;
}

.cmn-toggle-switch__rot.active span {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

/**
 * Style 2
 *
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.cmn-toggle-switch__htx {
	background-color: #ff3264;
}

.cmn-toggle-switch__htx span {
	-webkit-transition: background 0s 0.3s;
	transition: background 0s 0.3s;
}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
}

.cmn-toggle-switch__htx span::before {
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}

.cmn-toggle-switch__htx span::after {
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.cmn-toggle-switch__htx.active {
	background-color: #cb0032;
}

.cmn-toggle-switch__htx.active span {
	background: none;
}

.cmn-toggle-switch__htx.active span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cmn-toggle-switch__htx.active span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
	-webkit-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}

/**
 * Style 3
 *
 * Hamburger to left-arrow (htla). Hamburger menu transforms to a left-pointing
 * arrow. Usually indicates an off canvas menu sliding in from left that
 * will be close on re-click of the icon.
 */
.cmn-toggle-switch__htla {
	background: linear-gradient(to bottom, #1aaaed, #11a6c6);
}

.cmn-toggle-switch__htla span {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.cmn-toggle-switch__htla span::before {
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: -webkit-transform 0.3s, width 0.3s, top 0.3s;
	transition: transform 0.3s, width 0.3s, top 0.3s;
}

.cmn-toggle-switch__htla span::after {
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
	-webkit-transition: -webkit-transform 0.3s, width 0.3s, bottom 0.3s;
	transition: transform 0.3s, width 0.3s, bottom 0.3s;
}

.catalog__details-main {
	display: flex;
	flex-direction: column;
}

.catalog__column_half {
	width: 50%;
	float: left;
}

.list-values__value {
	font-size: 16px;
	margin-bottom: 5px;
}

.list-values__label {
	color: rgb(102, 102, 102);
}

.catalog__bodytype {
	position: relative;
	z-index: 1;
	padding: 19px 73px 20px;
}

.catalog__deminsion {
	text-align: center;
	position: absolute;
	height: 20px;
	overflow: hidden;
}

.catalog__deminsion_left {
	left: -25px;
	bottom: 60px;
	width: 86px;
	transform: rotate(-90deg);
}

.catalog__deminsion_bottom {
	bottom: -4px;
	right: 38px;
	left: 38px;
}

.catalog__deminsion_right {
	right: 38px;
	width: 22px;
	bottom: 22px;
	height: 30px;
	transform: rotate(-90deg);
}

.col-sm-6 {
	width: 50%;
	float: left;
}

th {
	text-align: left;
	font-weight: normal;
	color: rgb(102, 102, 102);
	padding-bottom: 10px;
	width: 50%;
	padding-right: 10px;
}

.ui-datepicker-calendar th {
	width: auto;
}

td {
	padding: 0px 13px 10px 0px;
}

td, th {
	vertical-align: top;
}

.catalog__deminsion::after, .catalog__deminsion::before {
	content: '';
	width: 0;
	height: 1px;
	top: 6px;
	position: absolute;
	border: 3px solid transparent;
}

.catalog__deminsion::before {
	left: -3px;
	border-right: 7px solid rgb(102, 102, 102);
}

.catalog__deminsion-inner::after {
	content: '';
	position: absolute;
	z-index: -2;
	height: 1px;
	top: 9px;
	left: 3px;
	right: 3px;
	background: rgb(102, 102, 102);
}

.catalog__deminsion-inner {
	display: inline-block;
	color: rgba(0, 0, 0, .6);
	font-size: 13px;
	line-height: 18px;
	background: #fff;
	padding: 0 10px;
}

.catalog__deminsion::after {
	right: -3px;
	border-left: 7px solid rgb(102, 102, 102);
}

.catalog__deminsion_right .catalog__deminsion-inner {
	margin: 12px 0 0 -12px;
	background: 0 0;
}

div.vkladka-wrap input {
	display: none;
}

div.vkladka-wrap label {
	display: block;
	float: left;
	padding: 5px 10px;
	cursor: pointer
}

div.vkladka-wrap input:checked + label {
	color: #000;
	cursor: default
}

div.vkladka-wrap div.tab {
	display: none;
	padding: 5px 10px;
	clear: left
}

div.vkladka-wrap input:nth-of-type(1):checked ~ .tab:nth-of-type(1),
div.vkladka-wrap input:nth-of-type(2):checked ~ .tab:nth-of-type(2),
div.vkladka-wrap input:nth-of-type(3):checked ~ .tab:nth-of-type(3) {
	display: block;
}

.pricelist-sort-item-straight {
	width: auto;
	height: 24px;
	background: url("../../../images/sort-type-straight.png") repeat-x left top;
	margin: 0;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	color: #fff;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #fff;
}

.pricelist-sort-item-straight:hover {
	color: #000;
}

.glyphicon {
	height: 20px;
	width: 16px;
	position: relative;
	top: 1px;
	display: inline-block;
}

.glyphicon-ok {
	background: url("http://arenda-car.ru/bitrix/templates/arenda_car_inner/../images/ic_07.png") no-repeat 0 6px;
}

.glyphicon-unchecked {
	background: url("http://arenda-car.ru/bitrix/templates/arenda_car_inner/../images/ic_09.png") no-repeat 0 0px;
}

li.option-item {
	background: none;
	padding: 0;
}

.sx-icon-aircondition {
	background: url("http://arenda-car.ru/upload/iblock/db9/char_02.png") no-repeat 2px;
}

.sx-icon-transmission_manual {
	background: url("http://arenda-car.ru/upload/iblock/db9/char_04.png") no-repeat 2px;
}

.sx-icon-person {
	background: url("http://arenda-car.ru//upload/iblock/db9/char_09.png") no-repeat 2px;
}

.sx-icon-door {
	background: url("http://arenda-car.ru//upload/iblock/db9/char_06.png") no-repeat 2px;
}

.sx-icon-luggage_case {
	background: url("http://arenda-car.ru//upload/iblock/db9/char_11.png") no-repeat 2px;
}

.chart li {
	width: 43px;
	float: left;
	padding-left: 30px;
	font-size: 16px;
}

/* active state, i.e. menu open */
.cmn-toggle-switch__htla.active {
	background-color: #ff9d01;
}

.cmn-toggle-switch__htla.active span {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-top: 10px;
}

.cmn-toggle-switch__htla.active span::before,
.cmn-toggle-switch__htla.active span::after {
	width: 50%;
}

.cmn-toggle-switch__htla.active span::before {
	top: 0;
	-webkit-transform: translateX(11px) translateY(1px) rotate(45deg);
	-ms-transform: translateX(11px) translateY(1px) rotate(45deg);
	transform: translateX(11px) translateY(1px) rotate(45deg);
}

.cmn-toggle-switch__htla.active span::after {
	bottom: 0;
	-webkit-transform: translateX(11px) translateY(-1px) rotate(-45deg);
	-ms-transform: translateX(11px) translateY(-1px) rotate(-45deg);
	transform: translateX(11px) translateY(-1px) rotate(-45deg);
}

/**
 * Style 4
 *
 * Hamburger to right-arrow (htra). Hamburger menu transforms to a
 * right-pointing arrow. Usually indicates an off canvas menu sliding in from
 * right that will be close on re-click of the icon.
 */
.cmn-toggle-switch__htra {
	background-color: #ff9650;
}

.cmn-toggle-switch__htra span {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.cmn-toggle-switch__htra span::before {
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition: -webkit-transform 0.3s, width 0.3s, top 0.3s;
	transition: transform 0.3s, width 0.3s, top 0.3s;
}

.cmn-toggle-switch__htra span::after {
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transition: -webkit-transform 0.3s, width 0.3s, bottom 0.3s;
	transition: transform 0.3s, width 0.3s, bottom 0.3s;
}

/* active state, i.e. menu open */
.cmn-toggle-switch__htra.active {
	background-color: #e95d00;
}

.cmn-toggle-switch__htra.active span {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.cmn-toggle-switch__htra.active span::before,
.cmn-toggle-switch__htra.active span::after {
	width: 50%;
}

.cmn-toggle-switch__htra.active span::before {
	top: 0;
	-webkit-transform: translateX(-6px) translateY(3px) rotate(-45deg);
	-ms-transform: translateX(-6px) translateY(3px) rotate(-45deg);
	transform: translateX(-6px) translateY(3px) rotate(-45deg);
}

.cmn-toggle-switch__htra.active span::after {
	bottom: 0;
	-webkit-transform: translateX(-6px) translateY(-3px) rotate(45deg);
	-ms-transform: translateX(-6px) translateY(-3px) rotate(45deg);
	transform: translateX(-6px) translateY(-3px) rotate(45deg);
}

.scroller {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
}

.scroller ul {
	padding: 0;
}

.itens {
	list-style-type: none;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
	-webkit-transition: -webkit-transform 1s ease-in-out;
	transition: -webkit-transform 1s ease-in-out;
	transition: transform 1s ease-in-out;
	transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

.promocode {
	height: 40px;
	background: #333;
	color: #fff;
	position: fixed;
	bottom: 0;
	z-index: 10;
	/* padding: 0px 30px; */
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}

.wrapper {
	position: fixed;
	top: 0;
	right: 59px;
	z-index: 100;
}

.iten {
	padding: 5px;
	display: inline-block;
	white-space: normal;
	font-size: 20px;
	letter-spacing: -0.03em;
	line-height: 1;


}

.black {
	background: #004e96;
	padding-bottom: 5px;
}

.phone-number {
	padding-bottom: 2px;
	color: #fff;
	line-height: 1;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -.7px;
	padding-top: 7px;
	margin-top: 10px;
}

.promo-code-wrapper {
	padding: 3px;
	color: #fff;
	background: #FF3300;
	z-index: 3;
	margin-left: 10px;
}

.promo-code {
	text-align: center;
}

.bxslider h3 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	line-height: 25px;
}

.bxslider p {
	margin: 0;
}

.bxwrapper ul, {
	padding: 0;
}

.bxwrapper ul li, .bxslider li {
	background: none;
	padding: 0;
}

.iten:nth-child(2) {
	color: #fff;
}

button {
	width: 30px;
	border: none;
	background: transparent;
	color: #fd8e00;
	font-size: 40px;
	text-align: center;
	outline: none;
	opacity: 1;

}

button:hover {
	opacity: 1;
}

.wrap {
	display: flex;
	align-items: stretch;
	width: 90%;
	margin: auto;
}

.tagline {
	color: #ff3300;
	font: bold italic 20px Georgia;
}

.name {
	text-transform: uppercase;
	color: #ff9d01;
	line-height: 23px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-left: 15px;
}

.pagination {
	text-align: center;
}

.footer-phone {
	background: url("http://arenda-car.ru/bitrix/templates/arenda_car_main/../images/footer-phone.png") no-repeat 0 17px;
	padding: 9px 0 0 18px;
	margin: 5px 0;
	font-size: 29px;
	font-family: Arial;
}

.pagination [data-rel="pagination"] {
	margin-left: 10px;
}

.pagination [data-rel="pagination"]:first-child {
	margin-left: 0;
}

.icon-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: black;
	border-radius: 50%;
	opacity: 0.7;
}

.icon-dot:hover {
	opacity: 1;
}

[role="button"] {
	cursor: pointer;
}

ul {
	padding: 0;
}

h2 {
	margin: 5px 0 !important;
}

.#mobile-slider ul li {
	background: none;
	padding: 0;
}

.bx-viewport {
	height: auto !important;
}

.calculate-title {
	padding: 0 0 10px;
	margin: 0;
	line-height: 1.1;
	color: #ff3300;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	width: inherit;
}

.remember-site {

	padding-left: 5px;
	display: inline-block;


	font-weight: bold;
}

.mdl-card__actions .fa, .form-item .fa {
	color: #ffa500;
}

li {

	padding: 0 0 5px 20px;
	margin: 0;
	list-style: none outside;
}

.nav_menu li {
	background: none;
}

.paymentblock {
	width: 216px;
	height: 60px;
	background: url(http://arenda-car.ru/bitrix/templates/arenda_car_main/../images/paymentblock.png) no-repeat;
	padding: 17px 0 0 93px;
	background-size: contain;
	display: block;
	font-size: 13px;
}

.payment-cardblock-box {
	width: 294px;
	background: #a4a4a4;
	padding: 8px 0;
	margin-top: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	height: 40px;
}

.payment-cardblock-box img {
	width: 33%;
	float: left;
	height: auto;
}

#toolbar {
	top: 125px;
	position: fixed;
	left: -35px;
	z-index: 99;
}

.vyd p {
	margin: 0;
}

#toolbar {
	width: 100%;

	margin: 25px auto;
}

.button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #ff9d01;
	color: #ffffff;
	text-align: center;
	font-size: 2.3em;
	position: relative;
	left: calc(100% - 20px);
	/* margin-right: -20px; */
	z-index: 1;
	line-height: 1.3em;

}

.button, .icons {
	-webkit-transition: -webkit-all 1s cubic-bezier(.87, -.41, .19, 1.44);
	transition: all 1s cubic-bezier(.87, -.41, .19, 1.44);
}

.button:after {
	content: "+";
}

.button.active {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: calc(100% - 20px);
}


.icons {
	width: 0%;
	overflow: hidden;
	height: auto;
	list-style: none;
	padding: 2px 11px 0px 28px;

	margin: -25px 0 0 calc(100% - 20px);
	border-radius: 2em;

}

.icons.open {
	width: 65%;
	margin: -25px 0 0 15%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	background: #333;
	padding-top: 15px;
}

.icons li {
	display: none;
	width: 10%;
	color: #ff9d01;
	padding: 0 0 10px 5px !important;
}

.icons.open li {
	width: 100%;
	display: inline-block;
}

.icons.open li img {
	width: 35px;
	height: 35px;
	float: left;
	margin-right: 5px;
}


.plug {
	height: 200px;
	background: #eee;
	padding: 25px 0 55px;
	border-top: 1px solid #ececec;
	min-width: 1090px;
}

.plug-title {
	padding-bottom: 22px;
	text-transform: uppercase;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.plug-item {

	width: 240px;
	margin: 10px auto;
	background: #fff;
	position: relative;
	float: left;
	border: 1px solid #999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
	text-align: center;
}

.plug-order {
	width: 167px;
	height: 39px;
	background: url("http://arenda-car.ru/bitrix/templates/arenda_car_main/../images/plug-order.png") no-repeat;
	margin: -4px auto 0;
	display: block;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height: 39px;
	font-size: 16px;
	font-weight: bold;
}

.plug-order:hover {
	text-decoration: underline;
}

.plug-type {
	width: 196px;
	height: 111px;
	display: table-cell;
	border-bottom: 1px solid #939393;
	vertical-align: middle;
	text-align: center;
}

.plug-name {
	text-align: center;
	text-decoration: none;
	color: #000;
	line-height: 1;
	font-size: 16px;
	font-weight: bold;
}

.plug-name:hover {
	text-decoration: underline;
}

.plug-gearbox {
	height: 13px;
	padding: 0;
	text-align: center;
	color: #666;
	line-height: 1;
	font-size: 13px;
	font-weight: bold;
}

.plug-cost {
	font-size: 12px;
	font-weight: bold;
}

.plug-name {
	padding: 0 5px;
	font-size: 12px;
	color: #ff9d01;

}

.plug-name img {
	height: auto;
	display: inline-block;
	margin-bottom: 20px;
}

.plug-cost span {
	font-size: 16px;
}

.footer-link a {
	text-decoration: underline;
	color: #fff;
	margin-bottom: 7px;
	display: block
}

.footer-link a:hover {
	text-decoration: underline;
}

.footer-phone {

	padding: 9px 0 0 18px;
	margin: 5px 0;
	font-size: 27px;
	font-family: Arial;
}

.footer-phone span {
	color: #ff6600;
}

.copyright {
	margin-top: 6px;
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	line-height: 14px;
}

.mdl-mega-footer a {
	color: #fff
}

.call-me {
	margin-left: 14px;
	border-bottom: 1px dashed #fff;
	text-decoration: none;
	color: #fff;
	line-height: 1;
	font-size: 12px;
	cursor: pointer;
}

.question, .call-me {
	position: relative;
	border-bottom: 1px dashed #fff;
	text-decoration: none;
	color: #fff;
	line-height: 1;
	font-size: 12px;
	display: inline-block;
}

.question a, .call-me a {
	color: #fff
}

/*----------------------------------- Offer select page BEGIN -------------------------------------------------*/
.chart li {
	width: 24px;
	float: left;
	padding-left: 28px;
	font-size: 12px;
}

.filter-select {
	width: 100%;
	max-width: 225px;
	height: 26px;
	background: #fff url(http://arenda-car.ru/bitrix/templates/arenda_car_inner/../images/filter-select.png) no-repeat right top;
	position: relative;
	float: left;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

#placef, #depart_start, #depart_stop, .coltime .filter-select option {
	font: normal 11px Verdana !important;
}

a.pressed {
	padding: 0 30px 0 0;
	opacity: 1;
	/*background: #ffffff url("../../images/icon_cross.png") no-repeat 100% 50%;*/
}

.inres {
	display: none;
}

.inresli {
	cursor: pointer;
	color: #fff;
	background: #fff;
	display: inline-block;
	float: left;
	padding: 6px;
	margin-left: 5px;
}

.inresli.active {
	cursor: default;
	color: #000;
	/*border: 2px solid #ff9d01;*/
	background: #ff9d01;
	border-radius: 50px;
	font-weight: bold;
	opacity: 1;
}

.inresli a {
	text-decoration: none;
}

.pfilter-item {
	cursor: pointer;
	width: auto;
	background: #fff;
	padding: 5px 10px;
	margin: 2px 5px;
	text-decoration: none;
	text-align: center;
	color: #000;
	font-size: 12px;
	border-radius: 20px;
	align-content: center;
	opacity: .5;
}

.pfilter-item.active {
	cursor: pointer;
	color: #000;
	border: 2px solid #ff9d01;
	background: #fff;
	font-weight: bold;
	opacity: 1;
}

.pfilter-item a {
	text-decoration: none;
	display: block;
	float: left;
	color: #333;
}

.stock {
	cursor: pointer;
	width: auto;
	background: #fff;
	padding: 5px 10px;
	margin: 2px 5px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	border-radius: 20px;
	align-content: center;
	/*opacity: .5;*/
	border-color: #ccc !important;

	text-transform: uppercase;
	color: #ffa300;
}

.stock.active {
	cursor: pointer;
	border: 2px solid #ff9d01 !important;
}

.stock a {
	text-decoration: none;
	display: block;
	float: left;

	color: #ffa300;
	font-weight: bold;
}

.stock i.i-left {
	color: #ffa300;
	font-size: 16px;
	padding-right: 5px;
}

.stock i.i-right {
	color: #ffa300;
	font-size: 16px;
	padding-left: 5px;
}

.filter_cancel {
	display: block;
	float: right;
	margin-left: 10px;
	width: 15px;
	height: 15px;
	background: url("../../images/icon_cross.png") no-repeat;
}

.inl li {
	display: inline-block;
	border: 2px solid #999;
}

.col-md-4 img {
	max-width: 210px;
	border-top: 1px solid #dedede;
	padding-top: 10px;
}

.sx-icon-aircondition {
	background: url("http://arenda-car.ru/upload/iblock/db9/char_02.png") no-repeat 2px;
}

.sx-icon-transmission_manual {
	background: url("http://arenda-car.ru/upload/iblock/db9/char_04.png") no-repeat 2px;
}

.sx-icon-person {
	background: url("http://arenda-car.ru/upload/iblock/db9/char_09.png") no-repeat 2px;
}

.sx-icon-luggage_case {
	background: url("http://arenda-car.ru/upload/iblock/db9/char_11.png") no-repeat 2px;
}

.price_day {
	float: left;
	color: #ff3300;
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
}

.price_all {
	float: left;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	padding-right: 10px;
}

.glyphicon {
	height: 20px;
	width: 16px;
	position: relative;
	top: 1px;
	display: inline-block;
}

.vyd {
	padding: 10px 0;


}

.glyphicon-ok {
	background: url("http://arenda-car.ru/../images/ic_07.png") no-repeat 0 0px;
}

.col-md-4 {
	width: 100%;

	padding: 0px;
	display: block;
}

.col-md-4t {
	width: 30%;
	float: left;
	padding: 10px;
	display: block;
}

.col-md-4f {

	float: left;

	display: block;
}

.inlist li {
	margin: 10px 0;
	background: none;
}

.inlist li a {
	text-decoration: none;
}

.inlist li a:hover {
	text-decoration: none;
	padding: 6px;
	margin-left: -6px;
	background: #ff9d01;
	border-radius: 50px;
	font-weight: bold;
}

.coltime {
	display: inline-block;
	width: 100%;
}

#depart_start, #depart_stop {
	cursor: pointer;
	background: #ffffff url(http://arenda-car.ru/bitrix/templates/arenda_car_inner/../images/ibe-time.png) no-repeat 0% 50%;
	height: 21px !important;
	padding-top: 1%;
	padding-bottom: 4px;
	border-radius: 3px;
	padding-left: 30px;
	max-width: 74%;
	border: 1px solid #999999;
}

.panel-sort {
	margin: 0;
}

#placef {
	/*max-width: 87%;*/
	background: #ffffff url("http://arenda-car.ru/bitrix/templates/arenda_car_inner/../images/ibe-gps.png") no-repeat 2% 50%;
	height: 21px !important;
	cursor: pointer;
	padding-top: 1%;
	padding-bottom: 0;
	border-radius: 3px;
	padding-left: 30px;
}

#timef {
	width: 51%;
	/* padding: 5px 0 5px 0; */
	cursor: pointer;
	background: #ffffff url("http://arenda-car.ru/bitrix/templates/arenda_car_inner/../images/ibe-date.png") no-repeat 0% 50%;
	height: 21px !important;
	padding-top: 1%;
	padding-bottom: 0;
	border-radius: 3px;
	/* font-size: 14px; */
	padding-left: 30px;
}

.inl {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.inl li {
	display: inline-block;
}

.disabled {
	opacity: 0.3;
	pointer-events: none;
}

h4 {
	padding: 0;
	margin: 10px 0 14px;
	line-height: 1.1;
	color: #000;
	font-size: 13px;
	font-weight: bold;
}

h1 {
	padding: 0;
	margin: 10px 0 17px;
	line-height: 1.1;
	color: #ff3300;
	font-size: 18px;
	font-weight: bold;
}

.content-box {
	width: 100%
}

.sort-table-item-arrow {
	width: 5px;
	height: 10px;
	background-image: url("http://arenda-car.ru/bitrix/templates/arenda_car_inner/../images/sort-arrows.png");
	cursor: pointer;
	background-position: left;
	position: relative;
	left: 3px;
	top: 2px;
	display: inline-block;
}

.sort-table-item-arrow-right {
	background-position: right;
}

.sort-table-item-arrows {
	width: 10px;
	height: 10px;
	background-image: url("http://arenda-car.ru/bitrix/templates/arenda_car_inner/../images/sort-arrows.png");
	cursor: pointer;
	position: relative;
	left: 3px;
	top: 2px;
	display: inline-block;
}

.output_order_link a {
	padding: 0;
	margin-top: 10px;
	line-height: 1.3;
	color: #ff3300;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.output_order_link a:hover {
	text-decoration: underline;
}

.sort-popup {
	width: 550px;
	height: 530px;
	background: #fff;
	padding: 22px 28px 28px 28px;
	border: 1px solid #666;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: -3px 0 15px rgba(0, 0, 0, .3);
	-webkit-box-shadow: -3px 0 15px rgba(0, 0, 0, .3);
	box-shadow: -3px 0 15px rgba(0, 0, 0, .3);
	position: absolute;
	left: 167px;
	top: 102px;
	color: #454545;
}

.sort-popup:before {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 30px solid #666;
	border-bottom: 20px solid transparent;
	position: absolute;
	left: -31px;
	top: 160px;
	content: "";
}

.sort-popup:after {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 30px solid #fff;
	border-bottom: 20px solid transparent;
	position: absolute;
	left: -30px;
	top: 160px;
	content: "";
}

.sort-popup-close {
	width: 11px;
	height: 10px;
	background: url("http://arenda-car.ru/bitrix/templates/arenda_car_inner/../images/x.png") no-repeat;
	position: absolute;
	right: 9px;
	top: 9px;
	cursor: pointer;
}

.sort-popup-title {
	color: #ff3300;
	font: bold 28px Georgia;
	height: 50px;
}

.sort-popup-title-ru {
	color: #ff3300;
	font: italic 24px Georgia;
}

.sort-popup-text {
	width: 170px;
	padding: 20px 0;
	font-size: 10px;
}

.sort-popup-char {
}

.sort-popup-char-title {
	font-weight: bold;
}

.sort-popup-char-item {
	padding-top: 1px;
}

.sort-popup-right {
	width: 252px;
	position: absolute;
	right: 0;
	top: 180px;
}

.sort-popup-right-photo {
	height: 130px;
	margin-bottom: 10px;
}

.sort-popup-right-type {
	padding-top: 20px;
}

.sort-popup-right-type_capitalize {
	text-transform: capitalize;
}

.sort-popup-right-type span {
	font-size: 18px;
}

.sort-popup-right-cost {
	padding-top: 10px;
	color: #ff3300;
	font: italic 18px Georgia;
	padding-bottom: 25px;
}

.sort-popup-right-cost span {
	font-size: 30px;
	font-weight: bold;
}

.sort-popup-right-more {
	height: 21px;
	background: url("http://arenda-car.ru/bitrix/templates/arenda_car_inner/../images/sort-popup-right-more.png") repeat-x;
	padding: 0 8px;
	margin-top: 30px;
	display: inline-block;
	border: 1px solid #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	text-decoration: none;
	color: #ededed;
	line-height: 20px;
	font-size: 11px;
}

.sort-popup-right-bron {
	background: url('http://arenda-car.ru/bitrix/templates/arenda_car_inner/../images/zakaz_btn.png');
	background-repeat: no-repeat;
	display: inline-block;
	height: 23px;
	width: 82px;
	margin-left: 7px;
	position: relative;
	top: 7px;
	float: left;
}

.sort-popup-right-call {
	background: url('http://arenda-car.ru/bitrix/templates/arenda_car_inner/../images/call_btn.png');
	background-repeat: no-repeat;
	display: inline-block;
	height: 23px;
	width: 82px;
	margin-left: 100px;
	position: relative;
	top: 7px;
}


/*----------------------------------- Offer select page END -------------------------------------------------*/

.offer-cost {
	text-align: center;
	color: #ff3300;
	font: bold italic 16px Georgia;
}

.zakaz_avto .offer-cost.zakaz_price {
	font-size: 15px;
	margin: 10px 0;
}

.zakaz_avto .button5proc {
	background: url(http://arenda-car.ru/bitrix/templates/arenda_car_inner/css/../images/button5proc.png);
	display: block;
	height: 30px;
	width: 136px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
	padding-top: 7px;
	float: right;
	margin-top: -19px;
	position: absolute;
	top: 50%;
	right: 0px;
}

.zakaz_avto div.set_inner {
	color: #ff0000;
	font-size: 10px;
}

.zakaz_avto div.cost-filter-total {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	text-align: right;
	color: #000;
	width: inherit;
}

.zakaz_avto div.set {
	border: none;
	background: #FFFFFF;
	padding: 0;
	margin: 18px 0 0;
	text-align: right;
}

.input-calculate-main {
	width: 254px;
	height: 50px;
	background: url(http://arenda-car.ru/bitrix/templates/arenda_car_main/../images/input-calculate.png) no-repeat;
	padding-bottom: 4px;
	border: 0 none;
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-family: Verdana;
	line-height: 1;
	font-size: 15px;
	font-weight: bold;
}

.customSelect {
	border: 1px solid #999;
	border-radius: 3px;
	background-image: url(http://arenda-car.ru/bitrix/templates/arenda_car_main/../images/select-background-small.png);
	background-position: right center;
	background-repeat: no-repeat;
	height: 17px !important;
	overflow: hidden;
	font-size: 12px;
	font-family: Arial;
	padding-left: 5px;
	width: calc(100% - 10px);
}

.calculate-main .form-item-right-select {
	width: 174px;
	text-indent: 2px;
	border-radius: 0;
}

.rentalblock-title {
	width: 100%;
	height: 36px;
	background: url(http://arenda-car.ru/bitrix/templates/arenda_car_main/../images/rentalblock-title.png) repeat-x;
	text-align: center;
	color: #fff;
	line-height: 36px;
	font-size: 12px;
	font-weight: bold;
}

.input-calculate-main {
	max-width: 294px;
	height: 50px;
	background: url(http://arenda-car.ru/bitrix/templates/arenda_car_main/../images/input-calculate.png) no-repeat;
	padding-bottom: 9px;
	border: 0 none;
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-family: Verdana;
	line-height: 1;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	background-size: contain;
}

.calculate-main {
	box-shadow: none;
	height: 308px;
	padding: 18px 20px 16px 20px;
}

.calculate-main .calculate-title {
	line-height: 1.2;
	padding: 0 0 7px;
}

.calculate-main .form-item-checkbox {
	padding-bottom: 10px;
	padding-top: 2px;
	border-radius: 0;
}

.calculate-main .form-item-left {
	width: 112px;
	padding-top: 6px;
}

.calculate-main .form-item-right {
	width: 180px;
}

.calculate-main .form-main-from-day, .calculate-main .form-main-to-day {
	width: 97px !important;
	border-radius: 0;
}

.calculate-main .form-item-right-select {
	width: 174px;
	text-indent: 2px;
	border-radius: 0;
}

.calculate-main .input-day {
	width: 33px;
	border-radius: 0;
}

.form-item-checkbox__item {
	background: #fff !important;
	border-radius: 0;
}

.calculate-main .ui-state-default {
	border: 0;
}

#ui-datepicker-div.date-pickermain .ui-datepicker-calendar .ui-state-hover {
	background: #fff !important;
	color: #ff8000 !important;
}

#ui-datepicker-div.date-pickermain .ui-state-default {
	border: 0;
	background: transparent;
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	width: 18px;
	height: 14px;
}

#ui-datepicker-div.date-pickermain .ui-state-disabled .ui-state-default {
	color: #666;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
}

#ui-datepicker-div.date-pickermain .ui-state-disabled {
	opacity: 1;
}

#ui-datepicker-div.date-pickermain {
	background: #ff8000;
	border-radius: 0;
	border: 1px solid #666666;
	width: 173px;
	margin-top: -1px !important;
	margin-left: 98px !important;
	height: 174px;


}

#ui-datepicker-div.date-pickermain .ui-datepicker-calendar {
	margin-top: -10px;
}


#ui-datepicker-div.date-pickermain th span {
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
}

#ui-datepicker-div.date-pickermain .ui-datepicker-month {
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
}

#ui-datepicker-div.date-pickermain .ui-datepicker-header {
	background: transparent;
	border: 0px;
}

#ui-datepicker-div.date-pickermain .ui-state-active {
	background: #fff;
	color: #ff8000;
	border: 0px;
}

#ui-datepicker-div.date-pickermain .ui-datepicker-prev, #ui-datepicker-div.date-pickermain .ui-datepicker-next {
	background: none;
	border: 0;
}

#ui-datepicker-div.date-pickermain .ui-state-disabled .ui-icon-circle-triangle-w {
	background: url("ui-lightness/../images/icon-left-arrow.png") !important;
	width: 7px;
	height: 11px;
	left: 14px;
	top: 16px;
}

#ui-datepicker-div.date-pickermain .ui-datepicker-prev .ui-icon-circle-triangle-w {
	background: url("ui-lightness/../images/icon-left-arrow-active.png");
	width: 7px;
	height: 11px;
	left: 14px;
	top: 16px;
}

#ui-datepicker-div.date-pickermain .ui-datepicker-prev-hover {
	top: 2px;
	left: 2px;

}

#ui-datepicker-div.date-pickermain .ui-icon-circle-triangle-e {
	background: url("ui-lightness/../images/icon-right-arrow.png");
	width: 7px;
	height: 11px;
	left: 20px;
	top: 16px;
}

#ui-datepicker-div.date-pickermain .ui-datepicker-next-hover {
	top: 2px;
	margin-right: 1px;

}

.calculate-main__checkbox {
	width: 9px;
	height: 9px;
	display: inline-block;
	background: #fff;
	border: 1px solid #666666;
	position: relative;
}

.calculate-main__checkbox-item {
	position: relative;
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url("http://arenda-car.ru/bitrix/templates/arenda_car_main/../images/checkbox-main-form.png") left;
	top: 1px \0/;
	right: 5px \0/;
}

.calculate-main__checkbox-item_checked {
	background: url("http://arenda-car.ru/bitrix/templates/arenda_car_main/../images/checkbox-main-form.png") right !important;
}

#genser, #return {
	width: 0;

}

@-moz-document url-prefix() {
	#genser, #return {
		display: none;

	}
}


@media all and (min-width: 0px) {
	#genser, #return {
		display: none;
	}
}

@media (min-width: 400px) {
	.flex {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
}

.customSelectBig, .customSelectBig100, .customSelectBigCalc {
	border: 1px solid #999;
	border-radius: 3px;
	background-image: url(http://arenda-car.ru/bitrix/templates/arenda_car_inner/../images/select-background.png);
	background-position: right center;
	background-repeat: no-repeat;
	height: 26px !important;
	overflow: hidden;
	color: #666666;
	font: bold 12px Verdana;
	line-height: 26px;
	padding-left: 7px;
}

.customSelectBigCalcInner {
	width: 220px !important;
	padding-right: 33px;
}

.rentalblock__link {
	color: #fff;
	text-decoration: none;
}


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

.rentalblock {
	width: 100%;
	margin-top: 0px;
}

.rentalblock-box {
	position: relative;
	border: 1px solid #adadad;
	border-top: 0 none;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.rentalblock-box img {
	display: block;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.rentalblock-cutaway {
	width: 270px;
	height: 110px;
	background: #ffa300;
	padding: 12px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 30;
	border: 1px solid #ffba40;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	font-size: 10px;
}

.form-item-checkbox {
	padding-left: 5px;
}


.logo-link {
	margin-left: 30px;
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

.logo-link:hover {
	text-decoration: underline;
}

.pricelist + .pricelist {
	padding-top: 35px;
}

.pricelist-header {
	margin: 0 -24px 0 0;
	position: relative;
	border-bottom: 1px dashed #666;
}

.pricelist-header h2 {
	padding-bottom: 6px;
}

.pricelist-sort {
	height: 24px;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	right: 24px;
	bottom: 4px
}

.pricelist-sort-item {
	width: 93px;
	height: 24px;
	background: url("../../images/sort-type.png") no-repeat left top;
	padding: 0;
	margin: 0 0 0 -16px;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	color: #fff;
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
}

.pricelist-sort-item:hover {
	color: #000;
}

.pricelist-sort-item-last {
	width: 65px;
	padding-left: 12px;
	padding-right: 2px;
}

.pricelist-sort-item.active {
	cursor: default;
	color: #000;
}

.pricelist-title {
	margin-top: 20px;
	display: inline-block;
	color: #000;
	font: bold 16px Georgia;
}

.pricelist-box {
	display: flex;
	flex-direction: column-reverse;
}

.pricelist-char {

	font-size: 13px;
}

.pricelist-char div + div {
	padding-top: 6px;
}

.pricelist-table {

}

.car_property_title {
	text-transform: uppercase;
}

.pricelist-table th,
.pricelist-table td {
	border-left: 1px dashed #666;
	border-right: 1px dashed #666;
	font-size: 12px;
	font-weight: normal;
}

.pricelist-table th {
	padding-top: 0;
	text-transform: uppercase;
}

.pricelist-table-item-1 {
	/*width: 110px;*/
	padding: 6px;
}

.pricelist-table-item-1-tvd {
	text-align: left;
}

.pricelist-table-item-2 {
	width: 136px;
	padding: 6px 0 6px 14px;
	text-align: left;
}


.pricelist-right {
	padding-bottom: 10px;
	text-align: center;
}

.pricelist-photo {

}

.pricelist-photo-more {
	width: 20px;
	height: 18px;
	background: url("../../images/photo-more-2.png") no-repeat;
	/*position: absolute;*/
	left: 37px;
	top: 0;
	cursor: pointer;
}

.pricelist-cost {

	color: #ff3300;
	font: italic 16px Georgia;
}

.pricelist-cost span {
	font-size: 24px;
	font-weight: bold;
}

.pricelist-order {
	height: 27px;
	background: url("http://arenda-car.ru/bitrix/templates/arenda_car_inner/../images/pricelist-order.png") repeat-x;
	padding: 0 15px;
	margin-top: 10px;
	display: inline-block;
	border: 1px solid #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
	color: #fff;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
}

.pricelist-all-expand,
.pricelist-all-collapse {
	background: url("../../images/pricelist-all.png") no-repeat 0 -18px;
	padding-left: 17px;
	display: inline-block;
	cursor: pointer;
	color: #ff3300;
	font-size: 10px;
	font-weight: bold;
}

.pricelist-all-collapse {
	background-position: 0 3px;
}

.pricelist-all-expand {
	display: inline-block;

}

.pricelist.active .pricelist-all-expand {
	display: none;
}

.pricelist-all-collapse {
	display: none;
}

.pricelist.active .pricelist-all-collapse {

	display: inline-block;
}

.text {
	display: none;
}

.nav_menu-item li a {
	color: #fff;
}

.nav_menu-item li a:hover {
	color: #ff9d01;
}

.form {
	width: 251px;
	margin: 0 auto;
}

.butnew {
	color: #fff;
	background: #ff9d01;
	display: block;
	width: 100%;
	padding: 5px;
	text-align: center;
}

.butnewd {
	color: #fff;
	background: #333538;
	display: block;
	width: 100%;
	padding: 5px;
	text-align: center;
}

.texts {
	display: none;
}

.butinputs {
	text-align: center;

}

.pricelist-table th, .car_property_title {

	font-size: 11px;
	font-weight: bold;
	color: #ff3300;
}

.down-panel .panel {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
}

.down-panel .panel .image {
	float: left;
	margin: 0 20px 10px 0;
}

.down-panel .panel .panel-heading {
	background: none;
	padding: 0;
}

.down-panel .panel .panel-heading .panel-title a {
	position: relative;
	display: block;
	padding: 12px 15px 15px 35px;
	text-decoration: none;
	background: #0175be;
	font-weight: bold !important;
}

.blue a {

	background: #16a8de !important;
}

.down-panel .panel .panel-heading .panel-title a i.fa {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -10px;
	font-size: 20px;
}

.down-panel .panel .panel-heading .panel-title a i.fa:before {
	content: "\f056";
}

.down-panel .panel .panel-heading .panel-title a.collapsed i.fa:before {
	content: "\f055";
}

.down-panel .panel .panel-collapse .panel-body {
	border: none;
}

.down-panel .panel.panel-default {
	border: none;
}

.down-panel .panel.panel-default .panel-heading .panel-title a {
	color: #fff;
	border: solid #0175be;
	border-width: 0 0 1px 0;
	display: flex;
	justify-content: space-between;
}

.down-panel .panel.panel-default .panel-heading .panel-title a i.fa:before {
	content: "\f147";
}

.down-panel .panel.panel-default .panel-heading .panel-title a.collapsed {
	color: #fff !important;
	font-weight: bold;
	/*height: 45px;*/
	border-radius: 4px;
	background: #0175be;
	text-align: left;
	line-height: 15px;
	text-decoration: none !important;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
}

.b-insurance-form__input-text__err {
	color: red;
}

.star {
	display: inline-block;
	height: 16px;
	width: 16px;
	background: url(images/stars.png) bottom center no-repeat;
}

.star.full, .star.active {
	background-position: center center;
}

.star.half {
	background-position: top center;
}

.panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: transparent !important;
}

.down-panel .panel.panel-default .panel-heading .panel-title a.collapsed i.fa {
	color: #fff;
}

.down-panel .panel.panel-default .panel-heading .panel-title a.collapsed i.fa:before {
	content: "\f196";
}

.down-panel .panel.panel-default .panel-heading .panel-title a.collapsed:hover,
.down-panel .panel.panel-default .panel-heading .panel-title a.collapsed:focus {
	text-decoration: underline;
}

.down-panel .panel.panel-primary {
	border-color: #ff9d01;
}

.down-panel .panel.panel-primary .panel-heading {
	border-color: #ff9d01;
}

.down-panel .panel.panel-primary .panel-heading .panel-title a {
	color: #fff;
	background: #ff9d01;
}

.textd {
	display: none;
}

.flex {
	display: flex;
	flex-direction: column-reverse;
}

@font-face {
	font-family: "Flaticon-lexprofit-call-button";
	src: url("data:font/opentype;charset=utf-8;base64,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");
	src: url("data:application/font-woff;charset=utf-8;base64,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") format("woff"), url("data:application/font-ttf;charset=utf-8;base64,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") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.lexprofit-form-call-wrapper {
	display: block;
	background: none;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	position: static;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: none;
	font-style: normal;
	text-transform: none;
	height: auto;
	width: auto;
	max-width: none;
	max-height: none;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	outline: 0;
	overflow: visible;
	text-decoration: none;
	vertical-align: top;
	word-spacing: normal;
	letter-spacing: normal;
}

.lexprofit-form-call-wrapper * {
	transition: 0.5s;
}

.lexprofit-form-call-wrapper {
	/* color: rgb(220,220,226); */
	position: fixed;
	bottom: 60px;
	right: 15px;
	/* margin-left: -40px; */
	margin-top: -40px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 5px;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	z-index: 99;
	cursor: pointer;
}

.lexprofit-form-call-wrapper:after,
.lexprofit-form-call-wrapper:before {
	content: "";
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	transform-origin: center center;
	box-sizing: border-box;
	z-index: 9;
	transition: 0.5s;
}

.lexprofit-form-call-wrapper:after {
	background: #ddd;
	animation: lexprofitBackAnim 3s linear infinite;
}

.lexprofit-form-call-wrapper:before {
	border: 1px solid 1px solid #ff9d01;
	animation: lexprofitBorderAnim 3s -0.5s linear infinite;
}

.lexprofit-form-call-wrapper .lexprofit-form-call-btn {
	z-index: 10;
	position: absolute;
	background-color: #16a8de;
	border-radius: 100%;
	width: 100%;
	height: 100%;
}

.lexprofit-form-call-wrapper .lexprofit-form-call-btn .lexprofit-form-call-phone-icon {
	font-family: Flaticon-lexprofit-call-button;
	font-size: 28px;
	font-style: normal;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.lexprofit-form-call-wrapper .lexprofit-form-call-btn .lexprofit-form-call-phone-icon:before {
	content: "\e907";
	color: #fff;
}

.lexprofit-form-call-wrapper:hover .lexprofit-form-call-btn {
	background-color: #bbb;
}

.lexprofit-form-call-wrapper:hover:after {
	background-color: #aaa;
}

.lexprofit-form-call-wrapper:hover:before {
	border-color: #aaa;
}

.lexprofit-form-call-wrapper:hover .lexprofit-form-call-btn {
	animation: lexprofitBoundingAnim 1s linear infinite;
}

/*
 * Animations
 */
@keyframes lexprofitBackAnim {
	0% {
		transform: scaleX(0.7) scaleY(0.7);
	}
	25% {
		transform: scaleX(1.2) scaleY(1.2);
	}
	50% {
		transform: scaleX(1.5) scaleY(1.5);
	}
	65% {
		transform: scaleX(1.2) scaleY(1.2);
		opacity: 0.7;
	}
	100% {
		transform: scaleX(0.7) scaleY(0.7);
		opacity: 0.0;
	}
}

@keyframes lexprofitBorderAnim {
	0% {
		transform: scaleX(1) scaleY(1);
	}
	50% {
		transform: scaleX(1.5) scaleY(1.5);
	}
	100% {
		transform: scaleX(2) scaleY(2);
		opacity: 0.0;
	}
}

@keyframes lexprofitBoundingAnim {
	0% {
		transform: rotate(0deg);
	}
	15% {
		transform: rotate(15deg);
	}
	30% {
		transform: rotate(0deg);
	}
	45% {
		transform: rotate(-15deg);
	}
	60% {
		transform: rotate(0deg);
	}
}

.go-top {
	width: 64px;
	height: 64px;
	background: url(http://arenda-car.ru/../images/go-top.png) no-repeat;
	cursor: pointer;
	position: fixed;
	display: none;
	right: 20px;
	bottom: 157px;
	z-index: 200;
}

.plug-inner-order {
	width: 216px;
	height: 25px;
	background: url(http://arenda-car.ru/../images/plug-inner-order.png) repeat-x;
	display: block;
	border: 1px solid #ff3300;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	text-align: center;
	text-decoration: none;
	color: #fff !important;
	line-height: 25px;
	font-size: 12px;
}

.butnew {
	font-size: 13px;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
}

.paymentblock a {
	color: #333;
}


.flex-container {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
}

.flex-item {

	padding: 5px;
	width: 240px;


}

.flexf {
	flex-direction: column;
}

@media (min-width: 479px) {
	.col-md-4 img {
		max-width: 210px;
		border-top: 0px solid #dedede;
		padding-top: 10px;
	}

	.flexf {
		flex-direction: row;
	}

	.clear {
		clear: both;
	}

	.vyd {
		padding: 10px 0;
		float: none;
		clear: both;
	}

	.chart li {
		width: 21px;
		float: left;
		padding-left: 28px;
		font-size: 12px;
	}

	.col-md-4 {
		width: 43%;

		padding: 0px;
		display: block;
	}
}

.date-picker, .hours, .minutes {
	margin: 5px auto 0 auto;
}

.dtiver_kbm {
	padding: 5px 10px 5px 10px;
	background: #fdfdfd;
	border-radius: 17px;
	width: 34px;
	color: #0662af;
	font-weight: 600;
}

.greyi .vod {
	margin-bottom: 5px;
}

.vod ::-webkit-input-placeholder {
	color: #616161;
}

.vod ::-moz-placeholder {
	color: #616161;
}

/* Firefox 19+ */
.vod :-moz-placeholder {
	color: #616161;
}

/* Firefox 18- */
.vod :-ms-input-placeholder {
	color: #616161;
}


::-webkit-input-placeholder {
	color: #fff;
}

::-moz-placeholder {
	color: #fff;
}

/* Firefox 19+ */
:-moz-placeholder {
	color: #fff;
}

/* Firefox 18- */
:-ms-input-placeholder {
	color: #fff;
}

.textov input, .textov {
	width: 100% !important;
	margin-bottom: 5px;
	background: transparent !important;
	border: 2px solid #fff;
	border-radius: 5px !important;
	color: #fff !important;
}

.greyi input, .textov {
	width: 100% !important;
	margin-bottom: 5px;
	background: transparent !important;
	border: 2px solid #ccc /* !important*/;
	border-radius: 5px !important;
	color: #616161 !important;
}

.date-picker, .minutes, .hours, .select, .textov {
	width: 90%;
	height: auto;
	max-height: 44px;

	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
	border-radius: 15px;
}

.date-picker .input, .input, select {
	width: 100%;
	height: 44px;
	font-size: 0;
	cursor: pointer;
}

.flexc {
	display: flex;
	flex-direction: column;
	width: 90%;
	margin: 0 auto;
}

.flexr {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}

.minutes, .hours {
	width: 48%;
}

.date-picker .input .result, .date-picker .input button {
	display: inline-block;
	vertical-align: top;
}

.date-picker .input .result, .input .result, select .result {
	width: calc(100% - 44px);
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	padding: 0 10px;
	color: grey;
	box-sizing: border-box;
	/*border-style: hidden;*/
}

/* style all input elements with a required attribute */

/**
 * style input elements that have a required
 * attribute and a focus state
 */
input:required:focus {
	border: 1px solid red;
	outline: none;
}

.marb {
	margin-bottom: 5px !important;
}

.marzero .date-picker {
	width: 100%;
}

/**
 * style input elements that have a required
 * attribute and a hover state
 */
input:required:hover {
	opacity: 1;
}

textarea {
	min-height: 100px;
}

.input .resulted, textarea {
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	padding: 0 10px;
	color: grey;
	box-sizing: border-box;
	border-style: hidden;
	margin-bottom: 5px;
	border-radius: 20px;
}

.date-picker .input button {
	width: 44px;
	height: 44px;
	background-color: #ff9d01;
	color: white;
	line-height: 44px;
	border: 0;
	font-size: 18px;
	padding: 0;
}

.date-picker .input button:hover {
	background-color: #fb9b01;
}

.date-picker .input button:focus {
	outline: 0;
}

.date-picker .calendar {
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 0px;
	overflow: hidden;
}

.date-picker .ui-datepicker-inline {
	position: relative;
	width: 100%;
}

.date-picker .ui-datepicker-header {
	height: 100%;
	line-height: 50px;
	background: #ff9d01;
	color: #fff;
	margin-bottom: 10px;
}

.date-picker .ui-datepicker-prev, .date-picker .ui-datepicker-next {
	width: 20px;
	height: 20px;
	text-indent: 9999px;
	border: 2px solid #fff;
	border-radius: 100%;
	cursor: pointer;
	overflow: hidden;
	margin-top: 12px;
}

.date-picker .ui-datepicker-prev {
	float: left;
	margin-left: 12px;
}

.date-picker .ui-datepicker-prev:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -43px 0px 0px 8px;
}

.date-picker .ui-datepicker-next {
	float: right;
	margin-right: 12px;
}

.date-picker .ui-datepicker-next:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin: -43px 0px 0px 6px;
}

.date-picker .ui-datepicker-prev:after, .date-picker .ui-datepicker-next:after {
	content: "";
	position: absolute;
	display: block;
	width: 4px;
	height: 4px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.date-picker .ui-datepicker-prev:hover, .date-picker .ui-datepicker-next:hover, .date-picker .ui-datepicker-prev:hover:after, .date-picker .ui-datepicker-next:hover:after {
	border-color: #fb9b01;
}

.date-picker .ui-datepicker-title {
	text-align: center;
}

.date-picker .ui-datepicker-calendar {
	width: 100%;
	text-align: center;
}

.date-picker .ui-datepicker-calendar thead tr th span {
	display: block;
	width: 100%;
	color: #ff9d01;
	margin-bottom: 5px;
	font-size: 13px;
}

.date-picker .ui-state-default {
	display: block;
	text-decoration: none;
	color: #b5b5b5;
	line-height: 40px;
	font-size: 12px;
}

.date-picker .ui-state-default:hover {
	background: rgba(0, 0, 0, 0.02);
}

.date-picker .ui-state-highlight {
	color: #fb9b01;
}

.date-picker .ui-state-active {
	color: #fb9b01;
	background-color: rgba(131, 146, 167, 0.12);
	font-weight: 600;
}

.date-picker .ui-datepicker-unselectable .ui-state-default {
	color: #eee;
	border: 2px solid transparent;
}

.date-picker.open {
	max-height: 400px;
}

.date-picker.open .input button {
	background: #fb9b01;
}

.select {
	position: relative;
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 5px;
	width: 100%;
	margin: 0 auto;
}

span.b-profile-form__label_long,
span.b-profile-form__label {
	color: #00488b;
	font-weight: 600;
}

.vod .select {
	border: 2px solid #ccc;
}

.vod .select select {
	color: #333;
}

.vod .select__arrow {
	border-color: #585757 transparent transparent transparent;
}

.headingflex b {
	color: #0175be;
	text-transform: uppercase;
}

.headingflex p {
	font-size: 14px;
}

.b-calc-res__res-block-l {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.select select {
	display: inline-block;
	width: 100%;
	cursor: pointer;
	padding: 10px 15px;
	outline: 0;
	width: calc(100% - 50px);
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	padding: 0 10px;
	color: #fff;
	box-sizing: border-box;
	border-style: hidden;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.select select::-ms-expand {
	display: none;
}

.select select:hover,
.select select:focus {
	color: #000;
	background: #ccc;
}

.select select:disabled {
	opacity: 0.5;
	pointer-events: none;
}

.select__arrow {
	position: absolute;
	top: 16px;
	right: 15px;
	width: 0;
	height: 0;
	pointer-events: none;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
	border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
	border-top-color: #ccc;
}

.butinput .control {
	max-width: 100%;
}

.control {
	display: block;
	position: relative;
	padding-left: 36px;
	margin-bottom: 5px;
	cursor: pointer;
	font-size: 14px;
	width: 100%;
	margin: 0 auto;
	line-height: 30px;
	color: grey;
}

.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.control__indicator {
	position: absolute;
	top: 0px;
	left: 0;
	height: 29px;
	width: 29px;
	background: #e6e6e6;
	border-radius: 8px;
}

.control--radio .control__indicator {
	border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
	background: #ccc;
}

.control input:checked ~ .control__indicator {
	background: #004e96;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
	background: #004e96;
}

.control input:disabled ~ .control__indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}

.control__indicator:after {
	content: '';
	position: absolute;
	display: none;
}

.control input:checked ~ .control__indicator:after {
	display: block;
}

.control--checkbox .control__indicator:after {
	left: 8px;
	top: 6px;
	width: 12px;
	height: 12px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
	left: 7px;
	top: 7px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
	background: #7b7b7b;
}

.pay {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

.submit a, .submit button {
	margin: 5px auto 0px;
	font-size: 16px;
	padding: 1.05rem 1.2rem;
	display: block;
	text-align: center;
	background-color: #ff9d01;
	border: 1px solid transparent;
	color: #ffffff;
	font-weight: 300;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 90%;
	border-radius: 15px;
}

.submit a:hover, .submit button:hover {
	background-color: #ffffff;
	color: #ff9d01;
	border-color: #ff9d01;
}

.formn {
	padding: 5px 0;
	width: 100%
}

.marki {
	width: 100%;
	max-width: 500px;
	display: flex;
	justify-content: space-around;
	background: #f5f5f5;
}

.marki li {
	float: left;
	width: 30%;
	margin: 1%;
	text-align: center;
	background: #fbfbfa;
	transform: scale(0);
	opacity: 0;
	padding: 0;
	border-bottom: 2px solid #feffff;
	transition: all .3s ease-out;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	border-radius: 15px;
}

.marki li:nth-child(odd) {
	background: #fff;
}

.marki li.show {
	opacity: 1;
	transform: scale(1);
}

.marki img {
	max-width: 100%
}

.full {
	/*width: 100%;*/
}

@media screen and (min-width: 560px) {
	.flexf img {
		margin: 0 10px;
		width: 300px;
	}

	.flexf {
		display: flex;
		flex-direction: row;
		align-items: center;
		width: 100%;
		margin: 0 auto;
	}

	.icons {
		width: 0%;
		overflow: hidden;
		height: 80px;
		list-style: none;
		padding: 0 10px;

		margin: -40px 0 0 calc(100% - 20px);
		border-radius: 2em;

	}

	.icons.open {
		width: 70%;
		margin: -40px 0 0 15%;
		overflow: hidden;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}

	.icons li {
		display: none;
		width: 10%;
		color: #ff9d01;
		padding: 0 !important;
	}

	.icons.open li {
		width: 16%;
		display: inline-block;
	}

	.open a {
		display: block;
		text-align: center;
		line-height: 14px;
	}

	.icons.open li img {
		width: 35px;
		height: 35px;
		margin: 0 auto;
		float: none;
	}

	.wid {
		width: 90%;
		margin: 0 auto;
	}

	.date-picker {
		margin-right: 5px;
	}

	.mar {
		margin-right: 5px;
	}

	.list-values__value {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.catalog__bodytype {
		position: relative;
		z-index: 1;
		padding: 30px 55px 15px 22px;
	}

	.catalog__deminsion_bottom {
		bottom: -4px;
		right: 54px;
		left: 16px;
	}

	.catalog__details-main {
		flex-direction: row;
	}

	.sorok {
		width: 46%;
	}

	.pat {
		width: 53%;
	}

	.pat h2 {
		font-size: 14px;
	}

	.marki li {
		float: left;
		width: 14%;
		margin: 1%;
		text-align: center;
		background: #fbfbfa;
		transform: scale(0);
		opacity: 0;
		padding: 0;
		border-bottom: 2px solid #feffff;
		transition: all .3s ease-out;
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	}

	.pay {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row;
	}

	.paymentblock {
		width: 216px;
		height: 60px;
		background: url(http://arenda-car.ru/bitrix/templates/arenda_car_main/../images/paymentblock.png) no-repeat;
		padding: 17px 0 0 93px;
		background-size: contain;
		display: block;
		font-size: 13px;
		margin-right: 5px;
	}

	.payment-cardblock-box img {
		width: 100%;
		float: left;
		height: auto;
	}

	.payment-cardblock-box {
		width: 294px;
		background: #a4a4a4;
		padding: 8px 0;
		margin-top: 0;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		text-align: center;
		height: 57px;
		display: flex;
		align-items: center;
	}
}

