/******** шапка *********/
:root {
	--animate-delay: 0.5s;
}
.navbar {
	margin-top: 10px;
}
.company-name {
	font-size: 20px;
	font-weight: 700;
	line-height: 21px;
}
.company-name-mob {
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	padding: 5px 15px 0px 15px;
	margin-bottom: 20px;
	display: none;
	text-align: center;
	width: 100%;
}
.address-top {
	font-size: 20px;
	font-weight: 700;
	line-height: 21px;
	padding-left: 50px;
	background: url(img/sprite.png) no-repeat 0px 0px;
}
.address-top span {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
}

.phone-top {
	font-size: 20px;
	font-weight: 700;
	line-height: 21px;
	padding-left: 50px;
	background: url(img/sprite.png) no-repeat 0px -109px;
}
.phone-top a.phonelink {
	color: #333333;
}
.phone-top a.phonelink:hover {
	color: #d76703;
}
.phone-top a.callback {
	font-size: 13px;
	font-weight: 400;
	line-height: 14px;
	color: #ff7900;
	display: inline-block;
	border-bottom: 1px dotted #ff7900;
}
.phone-top a.callback:hover {
	color: #d76703;
	border-color: #d76703;
	text-decoration: none;
}

a.fast-order-btn {	
    padding: 0.5rem 0.75rem;
	width: 100%;
}

.mail-top {
	padding-left: 25px;
	line-height: 42px;
	background: url(img/sprite.png) no-repeat 0px -207px;
}
.mail-top a.mail-top-link {
	font-size: 14px;
	line-height: 14px;
	color: #ff7900;
	display: inline-block;
	border-bottom: 1px dotted #ff7900;
}
.mail-top a.mail-top-link:hover {
	color: #d76703;
	border-color: #d76703;
	text-decoration: none;
}

.search-form {
	position: relative;
	margin-top: 7px;
}
.search-inp {
	width: 100%;
	height: 30px;
	padding-right: 50px;
	padding-left: 0px;
	font-size: 13px;
	border: 1px solid transparent;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, padding 0.15s ease-in-out;
	outline: none;
}
.search-inp:focus {
	background: #f1f1f1;
	padding-left: 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	outline: none;
}
.search-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	border: none;
	border-left: 1px solid #cccccc;
	padding: 0;
	background: #ffffff;
}
.search-icon {
	display: inline-block;
	background: url(img/sprite.png) no-repeat 8px -284px;
	width: 29px;
	height: 30px;
}

.menu-top {
	margin-top: 10px;
}
.navbar-light .navbar-nav .nav-item {
	padding-right: 0.8rem;
    padding-left: 0.8rem;
}
.navbar-light .navbar-nav .nav-item:first-child {
    padding-left: 0rem;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
	font-size: 1rem;
	font-weight: 700;	
	border-bottom: 2px solid transparent;
	padding: 0.1rem 0rem;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #ff7900;
	border-color: #ff7900;
}

.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
	background: #ff7900;
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.menu-top-mob {
	margin-right: 10px;
	margin-bottom: 20px;
}
.navbar-toggler-mob {
	display: none;
}
	

@media (max-width: 1199.98px) {
	.company-logo {
		float: left;
		height: 38px;
		width: auto;
	}
	.company-logo img {
		height: 38px;
		width: auto;
	}
	.navbar-toggler {
		float: right;
	}
	.company-name {
		margin: 0px 0px 15px 0px;
		float: left;
		font-size: 18px;
	}
	.mail-top {
		margin-top: 0px;
	}
	.search-form {
		margin-top: 10px;
	}
	.navbar-light .navbar-nav .nav-item {
		padding-right: 0.4rem;
		padding-left: 0.4rem;
	}
}
@media (max-width: 767.98px) {
	.navbar {
		margin-top: 65px;
		padding-top: 0;
	}
	.company-logo {
		position: fixed;
		height: auto;
		padding: 8px 15px 6px 15px;
		background: #ffffff;
		float: none;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		z-index: 5000;
		border-bottom: 1px solid #cccccc;
	}
	.company-name {
		display: none;
	}
	.company-name-mob {
		display: block;
	}
	.navbar-toggler-md {
		display: none;
	}
	.navbar-toggler-mob {
		display: block;
	}
	.menu-top-mob-mob {
		padding-top: 10px;
	}
	.navbar-light .navbar-nav .nav-item {
		padding-right: 0rem;
		padding-left: 0rem;
	}
	.address-top {
		margin-bottom: 10px;
	}
	.phone-top {
		margin-bottom: 10px;
	}
}

/****** слайдер *********/

.topslider {
	background: url(img/top-bg.png) repeat-x 0px 0px;	
}
.carousel-item {
	/*******/
	min-height: 418px;
}
.carou-big-cap {
	margin-top: 60px;
	font-size: 5rem;
	color: #babec2;
	font-weight: 700;
	text-transform: uppercase;
}
.carou-small-cap {
	font-size: 2rem;
	color: #333333;
	font-weight: 700;
}
.carou-small-cap span {
	color: #ff7900;
}
.carou-price {
	font-size: 1.2rem;
	margin-top: 20px;
	color: #ff7900;
	font-weight: 700;
}
.carou-btn {
	margin-top: 40px;
	padding: 20px;
	background-color: #ffffff;
}
.carousel-control-prev {
    top: auto;
    right: 35px;
	left: auto;
    bottom: 55px;
    width: 28px;
    height: 28px;
	opacity: 0.8;
}
.carousel-control-next {
    top: auto;
    right: 0px;
    bottom: 55px;
    width: 28px;
    height: 28px;
	opacity: 0.8;
}
.carousel-control-prev-icon {
	width: 28px;
    height: 28px;
	background: url(img/sprite.png) no-repeat 0px -372px;
}
.carousel-control-next-icon {
	width: 28px;
    height: 28px;
	background: url(img/sprite.png) no-repeat 0px -452px;
}
.carousel-indicators {
    top: auto;
    right: 0px;
    bottom: 16px;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
	width: auto;
	justify-content: flex-end;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
	border-radius: 5px;
    margin-right: 0px;
    margin-left: 6px;
    background-color: #ff7900;
    background-clip: padding-box;
    border-top: 0px;
    border-bottom: 0px;
    opacity: .5;
}

@media (max-width: 1199.98px) { 
	.carou-big-cap {
		margin-top: 30px;
		font-size: 3rem;
	}
	.carou-small-cap {
		font-size: 1.5rem;
	}
	.carousel-item {
		min-height: auto;
	}
	.carou-btn {
		margin-top: 20px;
		padding: 10px;
	}
}
@media (max-width: 767.98px) {
	.topslider {
		padding: 0px;
	}
	.carou-big-cap {
		margin-top: 20px;
		font-size: 2rem;
	}
	.carou-small-cap {
		font-size: 1.25rem;
	}
	.carou-price {
		font-size: 1.1rem;
		margin-top: 10px;
	}
	.carou-btn {
		margin-top: 20px;
		padding: 0px;
	}
	.carousel-control-prev {
		bottom: 18px;
	}
	.carousel-control-next {
		bottom: 18px;
	}
	.carousel-indicators {
		bottom: -15px;
	}
}
/******* преимущества ****/
.preimuschestva {
	margin-top: 40px;
	margin-bottom: 40px;
}
.preim {
	padding: 15px;
	background: url(img/preim-bg.png) no-repeat 0px 30px;
}
.pic-icon {
	background-color: #ff7900;
	width: 120px;
	height: 120px;
}
.preim-cap {
	font-size: 1.2rem;
	line-height: 1.25rem;
	color: #333333;
	font-weight: 700;
	margin-top: 30px;
}

/**********************/

.bigser {
	font-size: 5rem;
	line-height: 5rem;
	color: #333333;
	font-weight: 700;
	padding: 8px 0px;
	text-transform: uppercase;
}
.lead {
	font-size: 1.25rem;
	line-height: 1.4rem;
	display: inline-block;
	padding-left: 20px;
	border-left: 5px solid #ff7900;
	margin: 30px 0px;
	font-weight: 500;
}

@media (max-width: 1199.98px) {
	.bigser {
		font-size: 3rem;
		line-height: 3.2rem;
	}
}
@media (max-width: 767.98px) {
	.bigser {
		font-size: 2rem;
		line-height: 2.2rem;
	}
	.lead {
		font-size: 1rem;
		line-height: 1.1rem;
		display: inline-block;
		padding-left: 20px;
		border-left: 3px solid #ff7900;
		margin: 20px 0px;
	}
}
/****** карточки ********/
.cards {
	margin-top: 25px;
}
.card {
	margin-bottom: 30px;
}
.card, .card-img-top {
	border-radius: 0px;
}
.card__pic {
	height: 225px;
	text-align: center;
}
.card__pic img {
	max-height: 225px;
	width: auto;
}
.card-picc img {	
	transition: all 0.15s ease-in-out;
}
.card-picc:hover img {
	filter: grayscale(90%);
}
.card-title.h3 {
	font-weight: 700;
	min-height: 66px;
  font-size: 1.55rem;
}
.card-title a {
	color: #333333;
	text-decoration: none;
}
.card-body {
    padding: 1rem 1rem 0.7rem 1rem;
}
.card-price {
	font-size: 1.2rem;
	line-height: 1.3rem;
	color: #ff7900;
	font-weight: 700;	
  height: 45px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}
.card-price span {
	font-size: 0.8rem;
}


@media (max-width: 1199.98px) {
	.btn-right-bottom {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.card-price {
		padding-right: 0px;
	}
}
.card-in-shadow {
	display: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
	background-color: rgba(0,0,0,0.9);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #ff7900;
	color: #ffffff;
	padding: 1rem 1rem 1rem 1rem;
}
.card:hover .card-in-shadow {
	display: block;
}
.card-in-shadow-title {
	color: #ffffff;
}
.card-in-shadow-props {
	margin-top: 5px;
}
.card-in-shadow-props li {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	font-size: 0.8rem;
	padding: 2px 0px;
}
.card-in-shadow-props li span:nth-child(2) {
  flex: 1 0;
  border-bottom: 1px dotted #ffffff;
  height: 1rem;
  margin: 0 .4rem;
}
.card-in-shadow-props.white li span:nth-child(2) {
  border-color: #333333;
}
.card-price.bottom-left {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0rem 0rem 1rem 0.82rem;
}
.btn-zakaz-list {
	padding: 0.49rem 1.8rem;
	z-index: 200;
}
.btn-zakaz-list2 {
	padding: 0.49rem 1.8rem;
	z-index: 200;
}
.btn-big.btn-zakaz-list {
	padding: 0.6rem 2rem;
	font-size: 20px;
}
.what-to-order span {
	font-weight: 700;
}
.pickmeup {
    z-index: 10010;
}

.dottedbg {
	background: url(img/preim-bg.png) repeat 0px 0px;
}

.quest-bg {
	background: #283540 url(img/quest-bg.jpg) no-repeat center center;
	background-size: cover;
	color: #ffffff;
	padding: 20px 0px 10px 0px;
}
.quest {
	font-size: 2.5rem;
	font-weight: 700;
}
.quest-btn {
	text-align: right;
	margin: 3rem 0rem;
}
@media (max-width: 767.98px) {
	.quest {
		font-size: 1.9rem;
		font-weight: 700;
	}
	.quest-btn {
		text-align: center;
		margin: 1rem 0rem 2rem 0rem;
	}
}

/****** партнеры ********/
.partners-car {
	margin: 0 -15px; 
}
.partner-logo {
	width: 204px;
	height: 144px;
	margin: 10px;
	border: 2px solid #cccccc;
	background-color: #ffffff;
	transition: all 0.15s ease-in-out;
	filter: grayscale(100%);
}
.partner-logo:hover {
	filter: grayscale(0%);
	border-color: #ff7900;
}
.partner-logo:focus
{
    outline: none;
}

@media (max-width: 767.98px) {
	.partners-car {
		margin-top: 25px; 
	}
}

/****** галерея ********/
.gallery-bg {
	background: #f5f5f5 url(img/gallery-bg.png) no-repeat center top;
}
.gal-small {
	width: 25%;
	padding-right: 4px;
	padding-bottom: 4px;
	position: relative;
}
.gal-big {
	width: 50%;
	padding-right: 4px;
	padding-bottom: 4px;
	position: relative;
}
.pr-0 {
	padding-right: 0px;
}
.gallery-bg a img {	
	transition: all 0.15s ease-in-out;
}
.gallery-bg a:hover img {
	filter: grayscale(90%);
}
@media (max-width: 767.98px) {
	.gal-small {
		width: 50%;
	}
	.gal-big {
		width: 100%;
	}
}

/****** заявка ********/
.request-bg {
	background: #344045 url(img/request-bg.jpg) no-repeat center top;
	background-size: cover;
	color: #ffffff;
}

.form-input {
	margin-top: 30px;
}
.form-input input[type="text"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: none;
	padding: 5px 20px;
	background-color: #ffffff;
}
.form-input input:focus {
	outline: none;
	background-color: #f7ede4;
}
.form-input select {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: none;
	background-color: #ffffff;
}
.form-input .btn-group {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: none;
	background-color: #ffffff;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), 
.form-input .dropdown.bootstrap-select {
	width: 100%;
}
.form-input button.btn.dropdown-toggle {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: none;
	padding: 0px 20px;
	background-color: #ffffff;
}
.form-input button.btn.dropdown-toggle:focus {
	outline: none;
}
.filter-option-inner-inner {
	color: #333333;
	text-transform: none;
}
.dropdown-toggle::after  {
	color: #ff7900;
}
.calend {
	padding-right: 50px;
	background: #ffffff url(img/sprite.png) no-repeat right -698px;
}
.form-input textarea {
	width: 100%;
	height: 120px;
	line-height: 30px;
	border: none;
	background-color: #ffffff;
	padding: 5px 20px;
}
.form-input textarea:focus {
	outline: none;
	background-color: #f7ede4;
}
.box-modal label {
  margin-bottom: 0.2rem;
}
.countsmen {
	width: 66%;
	height: 40px;
  line-height: 40px;
  border: 1px solid #999999;
  padding: 5px 20px;
	text-align: center;
}
.input-prepend textarea:focus, 
.countsmen:focus {
	outline: none;
	background-color: #f7ede4;
}
.feedback.btn {
	font-size: 20px;
	padding: 6px 40px;
}
.sogl {
	font-size: 14px;
	line-height: 15px;
}


/****** о нас ************/
.about-bg {
	background: #ffffff url(img/about-bg.png) no-repeat center top;
}

/******* контакты ***********/

.contacts-bg {
	background: #ffffff url(img/contacts-bg.jpg) no-repeat center top;
	background-size: cover;
	color: #ffffff;
}
.contacts-bg .phone-top a {
	color: #ffffff;
}
.contacts-bg .phone-top a.callback {
	border-color: #ffffff;
}
.contacts-bg .phone-top a.callback:hover {
	border-color: #ff7900;
}

/******** футер *********/

.footer-bg {
	background: #666666;
	color: #e2e2e2;
}
.pm-footer-copyright-col {
	padding-top: 5px;
}
.footer-bg a {
	color: #e2e2e2;
}

/****** элементы ********/

.btn {
    font-weight: 400;
    color: #ffffff;
    background-color: #ff7900;
    border: 1px solid transparent;
    font-size: 1rem;
	text-transform: uppercase;
    line-height: 1.5;
	display: inline-block;
    border-radius: 0px;
}
.btn:hover {
    color: #ffffff;
    background-color: #d76703;	
    border-color: transparent;
}
.btn-right-bottom {
	position: absolute;
	right: 0;
	padding: 1.0rem 28px 0.8rem 28px;
	bottom: 0;
}
.btn-more {
	padding: 1rem 32px 1rem 0.75rem;
	background: #ff7900 url(img/sprite.png) no-repeat right -515px;
}
.btn-more-b {
	padding: 0.7rem 55px 0.7rem 1.2rem;
	font-size: 1.25rem;
	background: #ff7900 url(img/sprite.png) no-repeat right -578px;
}
.btn-form {
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 1.5rem;
	padding: 0rem 1.2rem 0rem 1.2rem;
}
.btn-form span {
	display: inline-block;
	width: 55px;
	height: 53px;
	line-height: 53px;
	background: url(img/sprite.png) no-repeat right -577px;
}

.ui-datepicker .selected-start:not(.selected-end) a,
.ui-datepicker .selected-end:not(.selected-start) a {
  background: #F3FDD5;
}

.ui-datepicker .selected.first-of-month:not(.selected-start) a {
  border-left: 2px dotted #D4E7F6;
  padding-left: 1px;
}

.ui-datepicker .selected.last-of-month:not(.selected-end) a {
  border-right: 2px dotted #D4E7F6;
  padding-right: 1px;
}