/*   
Theme Name: Baz-Studio.pro
Theme URI: https://baz-studio.pro
Version: 1.0
Author: Дмитрий Базалук
*/

@font-face {
	font-family: 'Gotham Pro Regular';
	src: url('font/GothamPro.eot');
	src: url('font/GothamPro.eot?#iefix') format('embedded-opentype'),
		url('font/GothamPro.woff') format('woff'),
		url('font/GothamPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
html {
	scroll-behavior: smooth;  /* свойство scroll-behavior не наследуется, применяется к прокручиваемым блокам */ 
}
body {
	font-family: 'Gotham Pro Regular';
	margin: 0;
	font-size: 1rem;
	color: #151515;
}
input, button {
	font-size: 1rem;
}
a {
	transition: .3s
}
img {
	max-width: 100%;
	height: auto;
	margin: auto;
}
select, button {
	cursor: pointer;
}
input:focus, select:focus, button:focus {
	box-shadow: none !important;
	outline: none;
}
.h1, .h2, h1, h2 {
	font-weight: 700;
	line-height: 2.5rem;
	margin: 1rem auto 1.5rem;
}
.h1, h1 {
	font-size: 2.2rem;
}
.h2, h2 {
	font-size: 1.8rem;
	text-align: center;
}
.h3, h3 {
	font-size: 1.5rem;
	font-weight: 700;
}
p {
	line-height: 1.4rem;
	margin: 1.1rem auto;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.white {
	color: #fff;
}
.black {
	color: #151515 !important;
}
.bold {
	font-weight: bold;
}
.orange-button {
	background: linear-gradient(to right, #f76b1c 0%, #d15f23 51%, #f76b1c 100%);
	transition: 0.5s;
	color: #fff;
	text-decoration: none;
	padding: 1rem 1.5rem;
	display: inline-block;
	border-radius: 50px;
	background-size: 200% auto;
	border: none;
	font-weight: 600;
	cursor: pointer;
}
.orange-button:hover {
	background-position: right center !important;
}
.slider {
	position: relative;
	overflow: hidden;
}
.slider__wrapper {
	display: -ms-flexbox;
	display: flex;
	transition: transform 0.6s ease;
}
.slider__control {
    position: absolute;
    bottom: -10px;
    display: none;
    transform: translateY(-50%);
    background: #f76b1c;
    border-radius: 50%;
	opacity: .6;
	padding: 3px
}
.slider__control_show {
	display: flex;
}
.slider__control:hover,
.slider__control:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 1;
}
.slider__control_left {
	left: 48%;
}
.slider__control_right {
	right: 48%;
}
.slider__control::before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: transparent no-repeat center center;
	background-size: 100% 100%;
}
.slider__control_left::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.slider__control_right::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
/* container */
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.container {
		max-width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 990px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
/* end container */
/* menu */
.navbar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	margin: 0rem auto;
	left: 0;
	right: 0;
	top: 1rem;
}
.topnav {
	overflow: visible;
}
.topnav a {
	float: left;
	display: block;
	color: #fff;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}
.topnav a:hover {
	color: #eee;
}
.topnav .icon {
	display: none;
}
@media screen and (max-width: 990px) {
	.topnav a {display: none;}
	.topnav a.icon {
		float: right;
		display: block;
	}
	.topnav.responsive {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0,0,0,.7);
		z-index: 999;
	}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
		text-align: right;
		margin-right: 1rem;
		width: auto;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		width: 70%;
		margin: auto;
		text-align: center;
		font-size: 1.5rem;
		font-weight: 600;
		margin-top: 1rem;
	}
	#burger_button.small-nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 999;
		background-color: rgba(0,0,0,.05);
		border-radius: 0 0 0 5px;
		padding: 0.5rem;
	}
}
.logo img {
	margin-top: -1rem;
}
.flex-phones {
    position: relative;
}
.insta {
    position: absolute;
}
header .insta {
    right: -40px;
    top: 20px;
}
footer .insta {
    right: 40px;
    top: 15px;
}
.icon.instagram:hover {
    transform: scale(1.1);
}
.icon.instagram {
    width: 40px;
    height: 40px;
    display: block;
    background-image: url('/wp-content/uploads/2020/05/instagram.png');
    background-size: cover;
    border-radius: 7px;
    transition: all .3s;
}
header .insta .icon.instagram {
	width: 30px;
	height: 30px;
}
/* end menu */
/* icon mobile menu */
.container_icon {
	display: inline-block;
	cursor: pointer;
}
.bar1, .bar2, .bar3 {
	width: 35px;
	height: 3px;
	background-color: #fff;
	margin: 6px 0;
	transition: 0.4s;
	border-radius: 5px;
}
.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -5px);
	transform: rotate(45deg) translate(-6px, -5px);
}
/* end icon mibile menu */
/* phones */
.flex-phones {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.phone {
	color: #fff;
	text-decoration: none;
	margin: 0.3rem;
}
.phone:hover {
	color: #eee;
}
/* end phones */
/* header image video */
.header_image {
	background-image: url('img/header1.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	padding: 1rem 0;
	color: #fff;
	margin-bottom: 2rem;
}
.header_image a.logo {
	max-width: 250px;
	margin: 0 1rem;
}
.caption {
	margin: 10rem auto;
}
.caption .row {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.caption p {
	margin: 0;
	margin-bottom: 2rem;
}
.caption p:last-child {
	margin: 0;
	line-height: normal;
}
.caption .desc {
	font-size: 1.5rem;
}
.caption .h1 span {
	color: #f76b1c;
}
.video {
	display: block;
	overflow: hidden;
	border-radius: 30px;
	width: 90%;
	margin: auto;
}
.desctop_form input, .desctop_form button {
    margin: 0.7rem auto !important;
    width: 100%;
    display: block;
}
.desctop_form button {
    max-width: 248px !important;
}
.desctop_form input {
	max-width: 200px !important;
}
/* end header image video */
/* preimuschestva */
.preim-block {
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	border-radius: 20px;
	margin: -7rem auto -5rem;
	background-color: #fff;
	padding: 0;
	position: relative;
}
.preim {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.preim div {
	text-align: center;
	-ms-flex: 0 0 16%;
	flex: 0 0 16%;
	max-width: 16%;
}
/* end preimuschestva */
/* form & document */
.gradient-form {
	background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 50%, #f3f3f3 50%, #f3f3f3 100%);
}
.docs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 1rem;
	flex-flow:wrap;
}
.docs div {
	text-align: center;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.form-call-back {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.gradient-form .form-call-back {
	flex-flow: column;
}
.gradient-form .form-call-back > * {
	margin-top:1rem;
}
.phone.mask_input, form input {
	color: #999;
	border: none;
	padding: 1rem 1.5rem;
	border-radius: 25px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	max-width: 190px;
	font-weight: 600;
	margin-right: 1rem;
	text-align: left;
	letter-spacing: 0.08rem;
}
form input:focus {
	border: 1px solid #eee !important;
}
.form-docs .col-md-6 {
	margin: 3rem auto;
}
/* end form & document */
/* cars */
.cars-block{
	margin: 3rem auto;
}
.slider.cars .slider__item {
	flex: 0 0 33%;
	-ms-flex: 0 0 33%;
	max-width: 33%;
	display: inherit;
	padding: .5rem 0;
	padding-bottom: 2rem;
	margin: auto;
}
.slider.cars .slider__item .car {
	margin: 0 auto;
	position: relative;
	width: 92%;
	text-align: center;
	border-radius: 15px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	-ms-flex-item-align: stretch;
	align-self: stretch;
	overflow:hidden;
}
.slider.cars .slider__item img {
    max-width: 100%;
    padding: 0;
    transition: .3s all;
    height: auto;
	display:block;
}
.dot-block {
	position: absolute;
	bottom: 0rem;
	left: 0;
	right: 0;
	text-align: center;
}
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #fdd2ba;
	border-radius: 50px;
	display: inline-block;
	transition: 0.6s all;
}

.dot.active, .dot:hover {
	background-color: #f76b1c;
	width: 25px;
}
span.icon-desc {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 1.2rem;
	top: 1.2rem;
	padding: 5px;
	background: #fdd2ba;
	transition: 0.2s all;
	border-radius: 25px;
	cursor: pointer;
	z-index: 10;
}
span.icon-desc:hover {
	background-color: #f76b1c;
}
span.icon-desc::before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	left: 25%;
	top: 25%;
	-webkit-mask-size: cover;
	mask-size: cover;
	background: #f76b1c;
	transition: 0.2s all;
}
span.icon-desc:hover::before{
	background-color: #fff;
}
span.desc {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1rem;
	right: 0;
	transition: 0.2s all;
}
span.icon-desc:hover ~ span.desc, span.desc:hover {
	opacity: 1;
	visibility: visible;
}
span.desc ul {
	list-style: none;
	padding: 1rem;
	width: 60%;
	margin: auto;
	background-color: #f76b1c;
	color: #fff;
	text-align: left;
	border-radius: 15px;
}
span.desc ul li {
	margin-bottom: 0.3rem;
}
span.desc ul li:last-child {
	margin: 0;
}
span.desc ul::before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: 1.2rem;
	top: 1.2rem;
	border-top: 1rem solid transparent;
	border-bottom: 1rem solid transparent;
	border-right: 1rem solid #f76b1c;
	border-left: 1rem solid transparent;
}
span.icon-desc::before {
	-webkit-mask-image: url(img/info.svg);
	mask-image: url(img/info.svg);
}
span.car_name {
	position: absolute;
	bottom: 1.4rem;
	left: 0;
	right: 0;
	font-weight: 600;
	text-shadow: 0 0 5px #eee, 0 0 5px #eee, 0 0 5px #eee, 0 0 10px #eee, 0 0 10px #eee;
}
/* end cars */
/* price */
.bg_price {
	background-image: url(img/img1.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	padding-top: 3rem;
}
.price-block {
/*	-ms-flex: 0 0 31%;
	flex: 0 0 31%;
	max-width: 31%;*/
	text-align: center;
	background: #fff;
/*	margin: 0 auto -5rem; */
	margin: 0 auto 3rem; 
	border-radius: 25px;
	box-shadow: 0 5px 15px -5px rgba(100,100,100,0.3);
}
.price-block {
	-ms-flex: 0 0 60% ;
	flex: 0 0 60% ;
	max-width: 60% ;
}
.width_column > p {
	-ms-flex: 0 0 50% ;
	flex: 0 0 50% ;
	max-width: 50% ;
}
.width_column > p:last-child {
	-ms-flex: 0 0 90% ;
	flex: 0 0 90% ;
	max-width: 90% ;
}
.price-block .h3 {
	margin: 2rem auto;
}
.price-block.white {
	background: #f76b1c;
	position:relative;
}
.price-block .bank {
  position: absolute;
  right: 47px;
  top: 55px;
	display:none !important;
}
.price-block.white a.orange-button {
	background: linear-gradient(to right, #fff 0%, #eee 51%, #fff 100%);
	background-size: 200% auto;
	color: #151515;
}
.price-block a.orange-button {
	margin: 1rem auto;
}
.price-block p {
	padding: 0 0rem;
	margin: .7rem auto;
}
.price-block .price {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 0;
}
.price-block .old-price {
	text-decoration: line-through;
	margin: .5rem auto 1rem;
}
.price_caption {
	margin: 7rem auto 3rem;
}
.price_caption .bold p {
	margin-left: 1rem;
}
.price_caption span.ok {
	display: block;
	width: 15px;
	height: 15px;
	background-color: #fdd2ba;
	padding: 5px;
	border-radius: 50%;
	margin: 0.2rem 1rem 1.2rem;
	float: left;
}
.price_caption span.ok::before {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	background: url(img/checked.svg);
	background-size: cover;
}
@media (max-width: 575.98px) {
	.width_column > p {
		-ms-flex: 0 0 90% ;
		flex: 0 0 90% ;
		max-width: 90% ;
	}
}
@media (max-width: 767.98px) {
	.price_caption p {
		margin: .5rem auto;
	}
	.price.price_standart, .old-price.old_price_standart {
	  right: 50px;
	  position: relative;
	  left: -50px;
	}
	.price-block .bank {
	  position: absolute;
	  right: 15px;
	  top: 75px;
	}
}
/* end price */
/* timetable */
.flex-block {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-block > div {
	margin: auto;
}
.flex-block button {
    font-weight: bold;
}
.timetable .post {
    background-color: #fff;
    padding: 2rem;
}
.timetable .title_post {
	background-color: #f1f1f1;
    padding: 1rem 2rem;
}
.timetable .title_post, .timetable .post {
    margin: 2rem 0;
    display: flex;
    display: -ms-flexbox;
	text-align: center;
    border-radius: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.timetable .post > div, .timetable .title_post > div, .flex-block > div  {
    flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    max-width: 20%;
}
.timetable .post > div:first-child, .timetable .title_post > div:first-child {
	margin-left: 0
}
.timetable .post > div:last-child, .timetable .title_post > div:last-child {
	margin-right: 0;
}
.timetable .post > div > div {
	padding-bottom: 1rem;
}
.timetable .post > div > div:last-child  {
	padding-bottom: 0rem;
}
.date_number .date, .time_days .days, .time_days .times, .address_teacher .address, .type_price .type_study, .type_price .price, .count_places span {
    font-weight: 600;
}
.time_days .times, .type_price .price, .count_places span {
	color: #fa7427;
}
.timetable .old_price {
    font-size: .9rem;
    text-decoration: line-through;
}
/* end timetable */
/* 8 shagov */
.eight_steps {
	text-align: center;
	margin: 3rem auto;
}
.eight_steps .step {
	-ms-flex: 0 0 23%;
	flex: 0 0 23%;
	max-width: 23%;
	margin: 1rem auto;
}

.slider.eight_steps_slider .slider__item {
	flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	max-width: 25%;
}
.eight_steps .eight_steps_slider .step {
	-ms-flex: 0 0 90%;
	flex: 0 0 90%;
	max-width: 90%;
	margin: 1rem auto;
}
.slider.timetable_slider .slider__item {
	flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	max-width: 100%;
	position: relative;
}
/* end 8 shagov */
/* MAPS */
.maps {
	margin: 3rem auto;
}
/* END MAPS */
/* simulyator */
.simulyator {
	margin: 3rem auto; 
}
.sim p {
	width: 95%;
}
.image-sim {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}
.simulyator .form p.h2 {
	margin: 1rem;
}
span.circle {
	width: 30px;
	height: 30px;
	display: block;
	background-color: #fdd2ba;
	border-radius: 50%;
	margin: 1rem;
	position: relative;
}
.text-right span.circle {
	float: right;
}
.text-left span.circle {
	float: left;
}
span.circle::before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	background: #f76b1c;
	border-radius: 50%;
	top: 25%;
	bottom: 25%;
	left: 25%;
	right: 25%;
}
.simulyator .form {
	text-align: center;
}
.simulyator .form input {
	margin: 0 0 1rem;
	max-width: 85%;
}
.simulyator .form button {
	margin: 1rem auto;
}
/* end simulyator */
/* gallery */
.bg_grey {
	background-color: #f7f7f7;
	padding: 2rem 0 3rem;
}
.gallery .tab, .teachers .tab, .timetable .tab {
	text-align: center;
}
.teacher img {
    min-height: 197px;
}
.gallery .tablinks, .teachers .tablinks, .timetable .tablinks {
	background-color: inherit;
	border: none;
	margin: 0 1rem;
	padding: 0;
}
.gallery .tablinks.active, .teachers .tablinks.active, .timetable .tablinks.active {
	color: #f78748;
	border-bottom: 2px dashed;
}
.gallery_address {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.gallery_address a.img {
	margin: 1rem auto;
	border-radius: 25px;
	overflow: hidden;
	max-width: 90%;
	display: block;
}
.gallery_address a.img img {
	transition: all .3s;
}
.gallery_address a.img:hover img {
	transform: scale(1.1);
}
.gallery_address .slider__item {
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	max-width: 33%;
	margin: 1rem auto;
	padding-bottom: 1rem;
}
/* end gallery */
/* questions accordion */
.questions {
	margin: 3rem auto;
}
#accordeon {
	max-width: 70%;
	margin: auto;
}
.acc-head {
	padding: 1.2rem 1.5rem;
	cursor: pointer;
	border: 1px solid #ddd;
	border-left: 7px solid #f76b1c;
	border-radius: 7px;
	margin: 2rem auto;
	font-weight: 600;
	position: relative;
}
.acc-body {
	padding: 10px;
	margin-bottom: 5px;
	display: none;
	max-width: 92%;
	margin: -1rem auto;
}
.acc-head::after {
	content: '\002B';
	color: #f76b1c;
	font-weight: bold;
	font-size: 1.1rem;
	background-color: #fdd2ba;
	padding: .3rem;
	border-radius: 50%;
	width: 13px;
	height: 13px;
	position: absolute;
	right: 5px;
	top: 30%;
}
.acc-head.active:after {
	content: "\2212";
}
/* end questions accordion */
/* teachers */
.teachers {
	padding: 2rem 0 3rem;
}
.slider.practice_teachers .slider__wrapper, .slider.theory_teachers .slider__wrapper {
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/* DELETE */
.slider.theory_teachers, .slider.practice_teachers {
	width:100%;
}
/* DELETE */
.slider.practice_teachers .slider__item, .slider.theory_teachers .slider__item {
	flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	max-width: 25%;
	display: inherit;
	padding: .5rem 0;
	/*margin: 0;*/
	margin: 1rem auto;
	padding-bottom: 2rem;
}
.teacher {
	text-align: center;
	background-color: #fff;
	box-shadow: 0 5px 15px -5px rgba(100,100,100,0.3);
	border-radius: 25px;
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
}
.teacher .teacher_name {
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 600;
	color: #f76b1c;
}
.teacher .slogan, .teacher .address {
	color: #444;
	padding: 0 1.5rem;
}
.icon-marker {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: -5px 1rem;
	background-size: cover;
	background-image: url(img/marker.svg);
}
.teachers .tablinks {
	font-size: 1.2rem;
}
/* end teachers */
/* certificate */
.certificate {
	background-color: #f7f7f7;
	padding: 3rem 0 3rem;
}
.certificate .col-lg-6 {
  display: flex;
  flex-flow: column;
  align-self: center;
}
.certificate .col-lg-6 p {
	padding: 0 1rem;
	text-align: center;
}
.certificate .col-lg-6 img {
	box-shadow: 0px 15px 20px -15px #555;
}
.cert-image {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}
/* end certificate */
/* video review */
.video-block {
	padding: 2rem 0 3rem;
}
.slider.videos .slider__item {
	flex: 0 0 33%;
	-ms-flex: 0 0 33%;
	max-width: 33%;
	display: inherit;
	padding: .5rem 0;
	padding-bottom: 2rem;
}
/* end video review */
/* rewievs google */
.rewievs-google {
    padding: 2rem 0 3rem;
}
/* end rewievs google */
/* footer */
.footer {
	background-color: #f7f7f7;
	padding: 3rem 0;
}
.footer .phone {
	color: #151515;
	font-weight: 600;
}
.footer .phone:hover {
	color: #555;
}
.footer p {
	line-height: normal;
	margin: 1rem auto;
}
/* end footer */

/* GALLERY */
#view-gallery {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 100;
}
#view-gallery .big-image {
	width: 90%;
	height: 100%;
	display: flex;
	margin: auto;
	padding: 2%;
}
#view-gallery .big-image img {
	width: auto;
	max-height: 100%;
	margin: auto;
	display: block;
	max-width: 90%;
}
.prev-gal, .next-gal {
	position: absolute;
	top: 0;
	height: 100%;
	width: 5%;
	text-align: center;
}
.prev-gal:hover, .next-gal:hover {
	background: rgba(0,0,0,0.5);
}
.prev-gal {left:0;}
.next-gal {right:0;}
.prev-gal::before, .next-gal::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%;
	top: 50%;
	position: absolute;
	left: 35%;
}
.prev-gal::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.next-gal::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
/* END GALLERY */


@media (max-width: 575.98px) {
	.header_image a.logo {
		margin: auto;
		max-width: 90%;
	}
	.caption {
		margin: 15rem auto 3rem;
	}
	.form-call-back {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.phone.mask_input, form input {
		margin-bottom: 1rem;
	}
	header .insta {
		left: -40px;
		right: 0;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.simulyator .form input {
		max-width: 70%;
		margin: 0 3rem 1rem;
	}
}
@media (max-width: 767.98px) {
	.slider__control_left {
		left: 40%;
	}
	.slider__control_right {
		right: 40%;
	}
	.header_image {
		background-image: url('img/header1-small.jpg');
	}
	.bg_price {
		background-image: url(img/img1-small.jpg);
	}
	.navbar {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.caption {
		text-align: center;
		width: 95%;
	}
	.caption .col-lg-6 {
		margin-bottom: 3rem;
	}
	.preim-block {
		margin: -5rem auto;
	}
	.caption {
		margin-bottom: 3rem;
	}
	.preim div {
		text-align: center;
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		max-width: 48%;
	}
	.gradient-form > div {
		padding-top: 8rem;
	}
	.gradient-form {
		background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 100%);
	}
	.form-docs .col-lg-6 {
		margin-bottom: 3rem;
	}
	.form-docs .docs {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}
	.docs div {
		-ms-flex: 0 0 47%;
		flex: 0 0 47%;
		max-width: 47%;
	}
	.slider.cars .slider__item {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
	}
	.slider.eight_steps_slider .slider__item {
		flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		max-width: 50%;
		display: inherit;
		padding: .5rem 0;
	}
	.price-block {
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		max-width: 90%;
		margin: 0 auto 2rem;
	}
	.price-block:last-child {
	/*	margin: 0 auto -5rem; */
		margin: 0 auto 3rem;
	}
	.eight_steps .eight_steps_slider .step {
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		max-width: 90%;
		margin: 0 auto;
	}
	.eight_steps .step {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	span.circle {
		margin: .7rem;
	}
	.sim p.circle {
		padding: .5rem 0;
	}
	.simulyator .form input {
		max-width: 70%;
	}
	.simulyator .form button {
		margin: 1rem 7rem;
	}
	.gallery_address .slider__item {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#accordeon {
		max-width: 90%;
	}
	.slider.practice_teachers .slider__item, .slider.theory_teachers .slider__item {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
	}
	.certificate .col-lg-6 img {
		margin-bottom: 2rem;
	}
	.slider.videos .slider__item {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
	}
	.footer {
		text-align: center;
	}
	.timetable .post > div, .timetable .title_post > div, .flex-block > div  {
	    flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	    max-width: 100%;
	}
}
@media (max-width: 991.98px) {
	.gallery .tablinks, .teachers .tablinks, .timetable .tablinks {
	    margin: 0 1rem .5rem;
	}
	.timetable .title_post > div, .timetable .post > div {
	    margin-bottom: 1.5rem;
	}
	.timetable .title_post > div:last-child, .timetable .post > div:last-child {
	    margin-bottom: 0rem;
	}
	.desctop_form {
		display: none;
	}
	.timetable .title_post {
		display: none;
	}
	.title_post_mobile {
		font-weight: 700;
		text-decoration: underline;
	}
	.slider__control::before {
		width: 20px;
		height: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.slider__control_left {
		left: 43%;
	}
	.slider__control_right {
		right: 43%;
	}
	.caption {
		text-align: center;
		max-width: 600px;
	}
	.caption .col-lg-6 {
		margin-bottom: 3rem;
	}
	.preim-block {
		margin: -10rem auto -10rem;
	}
	.preim div {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
	.gradient-form {
		background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 100%);
	}
	.gradient-form > div {
		padding-top: 13rem;
	}
	.gradient-form .col-lg-6 {
		margin-bottom: 3rem;
	}
	.slider.cars .slider__item {
		flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		max-width: 50%;
		display: inherit;
		padding: .5rem 0;
	}
	.slider.eight_steps_slider .slider__item {
		flex: 0 0 33%;
		-ms-flex: 0 0 33%;
		max-width: 33%;
	}
	.eight_steps .eight_steps_slider .step {
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		max-width: 90%;
		margin: 1rem auto;
	}
	.eight_steps .step {
		-ms-flex: 0 0 31%;
		flex: 0 0 31%;
		max-width: 31%;
		margin: 1rem 0.5rem;
	}
	.simulyator .sim {
		margin-bottom: 2rem;
	}
	span.circle {
		margin: 1.3rem .5rem;
	}
	.simulyator .form p.h2 {
		max-width: 75%;
		margin: 1rem auto;
	}
	.simulyator .form input {
		margin: 0 1rem 1rem 0;
		max-width: 30%;
	}
	.gallery_address .slider__item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	#accordeon {
		max-width: 90%;
	}
	.slider.practice_teachers .slider__item, .slider.theory_teachers .slider__item {
		flex: 0 0 33%;
		-ms-flex: 0 0 33%;
		max-width: 33%;
	}
	.certificate {
		text-align: center;
		max-width: 650px;
		margin: auto;
	}
	.cert-image {
		display: block !important;
	}
	.slider.videos .slider__item {
		flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		max-width: 50%;
	}
	.order-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.timetable .post > div, .timetable .title_post > div, .flex-block > div  {
	    flex: 0 0 33.33%;
	    -ms-flex: 0 0 33.33%;
	    max-width: 33.33%;
	}
	.timetable .title_post > div:nth-last-child(2), .timetable .post > div:nth-last-child(2) {
	    margin-bottom: 0rem;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.header_image a.logo {
		max-width: 220px;
		margin: 0 1rem;
	}
	.topnav a {
		padding: 14px 7px;
	}
	.caption .col-lg-6 {
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
		max-width: 45%;
		margin: auto;
	}

	.slider.cars .slider__item img {
		max-width: 90%;
	}
	.simulyator .form input {
		max-width: 70%;
	}
	span.circle {
		margin: 1.3rem .5rem;
	}
	.price_caption {
		width: 95%;
	}
	.price_caption span.ok {
		margin: -5px 0.5rem;
	}
	#accordeon {
		max-width: 80%;
	}
}
@media (min-width: 992px) {
	.gradient-form > div {
		padding: 8rem 0 3rem;
	}
	.mobile_buton {
		display: none;
	}
	.title_post_mobile {
		display:none;
	}
}
@media screen and (min-height: 700px) {
	.header_image {
		height: 100vh;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
}

.openPopUp {
    visibility: visible !important;
    opacity: 1 !important;
}
.result_form input {
    margin-bottom: 1rem;
}
.bg_rgb {
    background-color: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;	
    visibility: hidden;
    opacity: 0;
	transition: all .3s;
}
.result_form {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 280px;
    background-color: #fff;
    height: 360px;
    text-align: center;
    padding: 1rem;
    margin: auto;
    z-index: 999999;
    border-radius: 1rem;
}
.result_form .insta {
  margin-left: 10px;
  margin-top: auto;
}
.slider__item .bg_rgb, .slider__item .result_form {
	position: absolute;
}
.close_result {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0.5rem;
    font-size: 1.5rem;
    color: #aaa;
    cursor: pointer;
}
.result {
    font-size: 1.3rem;
}

.grecaptcha-badge {
    opacity: 0 !important;
    visibility: hidden !important;
}
.date_number {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* ==== translate custom ==== */
.btn-group.header-lang {
	position: relative;
	margin-left: 0rem;
	line-height: 2rem;
	width: 40px;
	display: inline-block;
}
.logo .btn-group.header-lang {
	align-self:center;
	margin-left:4rem;
}
.btn-group .btn {
	position: relative;
	padding: 0px 8px;
	text-decoration: none;
	color: #aaa;
	display: block;
}
.btn-group .btn.disabled {
	background-color: #f76b1c;
	color: #fff;
	pointer-events: none;
}
@media (max-width: 768px) {
	.btn-group.header-lang {
		display: none;
	}
	.responsive .btn-group.header-lang {
		display:block;
		text-align: center;
		width: 100%;
	}
}
.cert_image img {
    max-width: 500px;
    max-height: 700px;
    margin: auto;
    display: block;
    width:100%;
}

button[disabled],
input[disabled] {
	opacity: .5;
	cursor: inherit;
}