.body-innerwrapper:before {
    content: '';
    display: block;
    position: absolute;
    width: 800px;
    height: 800px;
    right: 18vw;
    top: -350px;
    background: #252525;
    -moz-border-radius: 800px;
    -webkit-border-radius: 800px;
    border-radius: 800px;
    z-index: -1;
}

#sp-header {
	position: fixed !important;
    box-shadow:none !important;
	background: none !important;
    color: #fff;
	transition: 0.6s;
}
#sp-header.header-sticky {
    background: #252525 !important;
    transition: 0.6s;
}
#sp-header a {
    color: #fff;
}
#sp-header a:hover {
    color: #fec601;
}
#offcanvas-toggler > .fa {
    color: #ffffff !important;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    font-size: 18px !important;
    padding: 0 10px !important;
    font-weight: 600 !important;
}

.sp-megamenu-parent > li.active > a {
    font-weight: 600 !important;
}
.top-phone {
    display: grid;
    grid-template-rows: 90px;
  grid-template-columns: auto auto;
    align-items: center;
    text-align: center;
}
.top-phone p.contact {
    font-weight: 500;
    line-height: 24px;
    text-align: right;
	margin-bottom: 0;
}

.top-phone p.contact a {
    font-weight: 600;
    margin-left: 5px;
}

.top-phone p.contact a span {
    font-weight: 500;
}
.top-phone p.contact a:before {
    content: '\f10b';
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-size: 20px;
}
.top-mail {
    font-size: 32px;
	margin-left: 20px;
}
.sp-module.link {
    top: -80px;
    position: relative;
}

section#sp-slider {
    padding: 100px 0px 50px 0px;
}

#sp-slider:before {
    content: '';
    display: block;
    position: absolute;
    top: -100px;
    background: url('/images/page/man-taxi.jpg');
    background-size: cover;
    width: 100%;
    height: 700px;
    z-index: -2;
}

.title-slide {
    padding: 100px 0px;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 28px;
    font-weight: 500;
    line-height: 50px;
}
.sub {
    width: 280px;
    border-bottom: 4px solid #ffc107;
	line-height: 0px;
}
form#registrationForm {
    margin-top: 30px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}

#registrationForm .formControls {
    padding-bottom: 5px;
}
.title-form {
    font-family: 'Montserrat';
    font-size: 20px;
    padding-bottom: 10px;
	text-align: center;
}
.rsform-block.rsform-block-city, .form-check-label, input[type=checkbox] {
    font-family: 'Montserrat';
}
.rsform-block.rsform-block-send {
    text-align: center;
	margin-top: 20px;
}
input#send {
    background: #ffc107;
    border-color: #ffc107;
    color: #252525;
    font-family: 'Montserrat';
    font-weight: 500;
	width: 100%;
}

input#send:hover {
    background: #252525;
    border-color: #fff;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
	width: 100%;
}
div#rsfp-thankyou-popup-container3 {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    line-height: 30px;
    margin-top: 120px;
}

button.rsform-submit-button.rsform-thankyou-button.btn.btn-primary {
    background: #ffc107;
    color: #252525;
    border-color: #ffc107;
    margin-top: 50px;
}
form a {
    color: #ffc107;
}
form a:hover {
    text-decoration: underline;
    color: #ffc107;
}
.phone-btn {
    line-height: 90px;
    font-size: 20px;
}
p.contactbtn {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.contactbtn a {
    color: #252525;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
}
p.contactbtn > a {
    float: right;
}
.contactbtn a:before {
    content: '\f10b';
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-size: 20px;
    color: #ffc107;
}
.callbtn a {
    background: #ffc107;
    border-color: #ffc107;
    color: #252525;
    font-family: 'Montserrat';
    font-weight: 500;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 30px;
}

.callbtn a:hover {
    background: #252525;
    border-color: #fff;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
}
#rstbox_2 label.form-check-label {
    margin-top: 20px;
}
/* Top1 */
section#sp-phones #sp-top1 {
    position: relative;
    top: 90px;
    color: #fff;
    right: 20px;
    left: auto;
}
section#sp-phones  .top-phones {
    text-align: right;
}
section#sp-phones  p.contact {
    font-family: 'Montserrat';
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0px;
}
section#sp-phones #sp-top1 a {
    color: #fff;
    margin-right: 20px;
}
section#sp-phones  .top-mail {
    font-size: 32px;
    margin-left: 20px;
    display: inline-block;
}

@media (max-width: 767px) {
.title-slide {
    padding: 0px 0px;
}
  #sp-slider:before {
    height: 800px;
}

#sp-slide p.contact, #sp-slide .contact a {
    color: #fff;
}

#sp-slide .top-phone {
    grid-template-columns: auto;
    grid-template-rows: auto;
}

#sp-slide p.contact {
    margin-bottom: 15px;
    text-align: left;
}
}
/* feauture */
.feat_icon {
    margin: 30px 0px;
}
.feat_icon img {
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    border: 8px solid #ffc107;
	transition: 0.5s;
}
.feat_icon:hover img {
    opacity: 0.8;
    transform: scale(1.1);
    transition: 0.5s;
}
.feat_txt ul li {
    list-style-type: none;
    padding-bottom: 15px;
}
.feat_txt ul li:before {
    content: '\f1ba';
    font-family: 'FontAwesome';
    font-size: 12px;
    left: 20px;
    position: absolute;
    color: #ffc107;
    background: #252525;
    padding: 4px 7px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
}

/* conditions */
section#sp-conditions,  section#sp-advantage {
    padding: 50px 0px;
}
.slide-content {
    width: 50%;
    padding: 50px;
    background: #ffc107;
    background: #252525;
    color: #fff;
    border-radius: 10px;
    z-index: 1;
}

.slide-back {
    width: 60%;
    height: 300px;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
}

.item.slide {height: 300px;display: flex;align-items: center;}
@media (max-width: 767px) {
.slide-content {
    width: 80%;
    padding: 20px;
}
}

/* Avto */
#sp-avtopark {
    padding: 50px 0px;
}
.img-avto {
    height: 100px;
    width: 220px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}
.text-avto {
    margin-top: 20px;
    padding: 30px;
    background: #eee;
    border-radius: 10px;
    min-height: 305px;
}
.name-avto {
    font-family: 'Montserrat';
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}
p.avto-introtext {
    font-size: 14px;
}
/* sobes */

section#sp-sobesedovanie {
    padding: 50px 0px;
    background: #252525;
}
#sp-sobes .module-title, #sp-sobes label.form-check-label {
    color: #fff;
}
#sp-sobes .rsform-block.rsform-block-send {
    margin-top: 0px;
}
#sp-sobes .rsform-block.col-xs12.col-md-12.rsform-block-agree {
    text-align: center;
    margin-top: 20px;
}
/* Anketa */
.anketa-say {
    padding: 30px;
    border: 4px solid #ffc107;
    margin-top: 50px;
}
.anketa-say a {
	color: #000;
}
.anketa-say:after {
    content: '';
    background: url(/images/page/auto.png);
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    height: 280px;
    width: 480px;
    z-index: 2;
    overflow: visible;
}
form#anketaForm {
    padding: 30px;
    background: #252525;
    border-radius: 10px;
  color: #fff;
}
form#anketaForm label.control-label.formControlLabel, form#anketaForm .form-check-label {
    color: #fff;
}
@media (max-width: 767px) {
.anketa-say:after {
    position: relative;
}
}


/* Questions */
section#sp-questions,section#sp-rezume {
    padding: 30px 0px;
}
.panel-title {
    padding: 10px;
    border-bottom: 4px solid #ffc107;
}
.panel-body {
    padding: 20px;
}
.panel-title a {
    color: #252525 !important;
	font-family: 'Montserrat';
    font-weight: 500;
	font-size: 20px;
}
.panel-title a:hover {
    color: #000 !important;
}
.panel-title a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
}
/* Partners */
#sp-partners {
    padding: 40px 0px;
}
.module-title {
    font-family: 'Montserrat';
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
.partner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    grid-gap: 15px;
}
.partner img {
    /* display: inline-flex; */
    max-height: 130px;
    /* margin: 10px; */
    /* filter: grayscale(1); */
    margin-left: auto;
    margin-right: auto;
}
.partner img:hover {
    /*filter: none;*/
}

@media (max-width: 767px) {
.partner {
    padding: 0px 15px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 100px 100px 100px 100px 100px;
    align-items: center;
    align-content: center;
}
.partner img {
    max-height: 100px !important;
    margin-left: auto;
    margin-right: auto;
}
}

/* Footer */
#sp-footer {
    background: #eee !important;
    color: #252525 !important;
}
#sp-footer a {
    color: #000000 !important;
}
#sp-footer a:hover {
    color: #ffc107 !important;
}
#sp-footer #sp-footer2 {
    padding: 50px;
    text-align: left !important;
}
.title-contacts {
    font-family: 'Montserrat';
    font-size: 34px;
    font-weight: 500;
}

#sp-footer2 .row {
    margin-left: 0px;
    margin-right: 0px;
}
#sp-footer2 .row > div {
    padding-right: 50px;
}
#sp-footer2 .sub {
    margin-bottom: 20px;
}
p.contact {
    font-family: 'Montserrat';
    font-weight: 600;
}
p.social {
    float: right;
}
.social .fa {
    font-size: 24px;
    cursor: pointer;
    margin-right: 10px;
}
/* Price */

.price-info {
    margin-right: 50px;
    /* margin-top: 22px; */
    border: 4px solid #ffc107;
    padding: 50px;
}

.price-info-item {
    padding: 30px;
    background: #252525;
    border-radius: 10px;
    color: #fff;
    font-size: 28px;
    font-family: 'Montserrat';
    display: grid;
    align-content: center;
    min-height: 372px;
    text-align: center;
}


price-box {
	margin: 0 auto;
	background: #E9E9E9;
	border-radius: 10px;
	padding: 40px 15px;
	width: 500px;
}
.form-group .price-txt {
    font-weight: 200;
    display: block;
    color: #7f8c8d;
    font-size: 14px;
    line-height: normal;
    position: absolute;
    right: 20px;
    top: 15px;
}

.ui-widget-content {
	border: 4px solid #bdc3c7;
	background: #e1e1e1;
	color: #222222;
	margin-top: 4px;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 5.2em;
	height: 2.2em;
	cursor: default;
	margin: 0 -40px auto !important;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 15px;
}

.ui-slider .ui-slider-handle .glyphicon {
	color: #FFFFFF;
	font-size: 13px;
	opacity: 0.5;
}

.glyphicon-chevron-left:before { content: "\f053"; font-family: 'FontAwesome';}
.glyphicon-chevron-right:before { content: "\f054"; font-family: 'FontAwesome';} 

.ui-corner-all {
	border-radius: 20px;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.9em;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
	border: 1px solid #f9f9f9;
	background: #ffc107;
}

.ui-slider-horizontal .ui-slider-handle {
	margin-left: -0.5em;
}

.ui-slider .ui-slider-handle {
	cursor: pointer;
}

.ui-slider span,
.ui-slider span:focus {
	cursor: pointer;
	outline: none;
}

.price, .lead p {
	font-weight: 600;
	font-size: 32px;
	display: inline-block;
	line-height: 40px;
	margin-bottom: 0px;
}

h4.great {
	background: #252525;
	margin: 0 0 25px -60px;
	padding: 7px 15px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	border-radius: 5px;
	display: inline-block;
	-moz-box-shadow:    2px 4px 5px 0 #ccc;
  	-webkit-box-shadow: 2px 4px 5px 0 #ccc;
  	box-shadow:         2px 4px 5px 0 #ccc;
}

.total {
	/*display: inline;
	padding: 10px 5px;*/
	position: relative;
	padding-bottom: 20px;
}

.total:before {
	content: "";
	display: inline;
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 3px;
	background: #7f8c8d;
	opacity: 0.5;
}

.price-slider {
	margin-bottom: 70px;
}

.price-slider span {
	font-weight: 200;
	display: inline-block;
	color: #7f8c8d;
	font-size: 13px;
}

.form-pricing {
	background: #ffffff;
	padding: 20px;
	border-radius: 4px;
}

.price-form {
	background: #ffffff;
	margin-bottom: 10px;
	padding: 20px;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	/*-moz-box-shadow:    0 5px 5px 0 #ccc;
  	-webkit-box-shadow: 0 5px 5px 0 #ccc;
  	box-shadow:         0 5px 5px 0 #ccc;*/
}

.form-group {
	margin-bottom: 0;
}

.form-group span.price {
	font-weight: 200;
	display: inline-block;
	color: #7f8c8d;
	font-size: 14px;
}

.help-text {
	display: block;
	margin-top: 32px;
	margin-bottom: 10px;
	color: #737373;
	position: absolute;
	/*margin-left: 20px;*/
	font-weight: 200;
	text-align: right;
	width: 188px;
}

.price-form label {
	font-weight: 200;
	font-size: 21px;
	margin-bottom: 0px;
	line-height: 40px;
	padding-top: 0px !important;
}

img.payment {
	display: block;
    margin-left: auto;
    margin-right: auto
}

.ui-slider-range-min {
	background: #2980b9;
}

@media (max-width: 767px) {
	.price-info {
		padding: 20px;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.price-info-item {
		min-height: max-content;
		font-size: 20px;
	}
	h4.great {
    margin-left: -20px;
}

.price-form {
    padding: 0px;
    border: none;
}

.price-form label {
    padding: 0px !important;
    margin-right: 5px;
}

.form-group .price-txt {
    top: -10px;
}
}