@import "variables.css";
@import "intlTelInput.min.css";

.iti__flag {background-image: url(../img/flags.png);}

html {
	box-sizing: border-box;
}


*,
*:before,
*:after {
	box-sizing: inherit;
}

img {
	box-sizing: content-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a {
	text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

* {
	outline: 0 none !important;
}

b,
strong {
	font-weight: 700;
}

@font-face {
	font-family: custom-icons;
	src: url(../fonts/custom-icons.eot?1603972301131);
	src: url(../fonts/custom-icons.eot?#iefix-1603972301131) format("embedded-opentype"), url(../fonts/custom-icons.woff2?1603972301131) format("woff2"), url(../fonts/custom-icons.woff?1603972301131) format("woff"), url(../fonts/custom-icons.ttf?1603972301131) format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'Proxima Nova';
	src: url(../fonts/Proxima-Nova-Regular.otf);
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url(../fonts/Proxima-Nova-Semibold.otf);
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url(../fonts/Proxima-Nova-Bold.otf);
	font-weight: 600;
	font-style: normal;
}

body{
	font-family: 'Proxima Nova';
	transition:padding 0.5s ease;
}

[class*=" icon-"]:before,
[class^=icon-]:before {
	font-family: custom-icons;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	font-size: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-check:before {
	content: '\ea01';
}
.icon-coupe:before {
	content: '\ea02';
}
.icon-left-arrow:before {
	content: '\ea03';
}
.icon-next-slide:before {
	content: '\ea04';
}
.icon-prev-slide:before {
	content: '\ea05';
}
.icon-quote:before {
	content: '\ea06';
}
.icon-right-arrow:before {
	content: '\ea07';
}
.icon-search:before {
	content: '\ea08';
}
.icon-sedan:before {
	content: '\ea09';
}
.icon-suv:before {
	content: '\ea0a';
}
.icon-truck:before {
	content: '\ea0b';
}
.icon-van:before {
	content: '\ea0c';
}

.st0 {
	fill: #0C0B36;
}

.st1 {
	fill: #EF9021;
}

.home .st0 {
	fill: #fff;
}

body {
	line-height: 1.75;
	background: #fff;
	color: #0C0B36;
	font-size: 16px;
	overflow-x: hidden;
	min-height: 100vh;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 100%;
	width: 100%;
	font-family: "Proxima Nova" !important;
}

svg {
	max-width: 178px;
}

body.page {
	padding-top: 30px;
}

body.page.admin-bar {
	padding-top: 62px;
}

body:not(.home) {
/* 	padding-top: 102px; */
}

body:not(.home) footer {
	padding-bottom: 0px;
}

body.admin-bar:not(.home) {
/* 	padding-top: 156px; */
}

.page-id-172 {
	padding-top: 0px !important;
}

.page-id-172.admin-bar {
	padding-top: 32px !important;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

div.wpcf7 .ajax-loader {
	display: none !important;
}

body.admin-bar header {
	top: 32px;
}

body:not(.home) header .top-header-menu {
	margin-right: auto;
	margin-left: auto;
}

body:not(.home) header {
	background: #fff;
}

body header .menu-top a {
	color: #0C0B36;
}
body header .menu-top a:hover{
	color: #EF9021; 
}
header .current-menu-item a{
	color: #EF9021 !important;  
}
body.page-id-13.admin-bar:not(.home) {
	padding-top: 54px;
}

body.page-id-13:not(.home) header {
	background-color: transparent;
}

body.page-id-13:not(.home) header .top-header-menu {
	margin-right: 0;
}

body.page-id-13:not(.home) header .top-header-menu a {
	color: #fff;
}

body.page-id-13:not(.home) header .top-header-menu a:hover {
	color: #EF9021;
}

body.page-id-13:not(.home) .min-header {
	background: #0C0B36;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background-color: white;
}

section h1.title {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.35;
	color: #0C0B36;
	margin-bottom: 40px;
}

.banner .vc_btn3-color-warning,
.banner .vc_btn3-color-grey{
	height: 64px;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 2.7px;
	text-transform: uppercase;
	padding-left: 32px !important;
	padding-right: 32px !important;
}
.min-header {
	background: white;
}

.min-header .top-header {
	padding: 8px 0;
}

.dfr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.top-bar {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}

.vc_row-fluid:not([data-vc-full-width]) {
	max-width: 1200px;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100%;
}

.top-header-menu {
	margin: 0 auto 0 auto;
}

.top-header {
	padding: 15px 0;
	transition: all 0.3s ease;
}

.top-header .logo {
	width: 174px;
}

.top-header .log {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
}

.menu-top-bar {
	padding: 1px 0;
}

.menu-top-bar,
.menu-top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}

.menu-top-bar a {
	color: #0C0B36;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.home .top-header .tel {
	color: #fff;
}

.top-header .tel a {
	color: #EF9021;
	font-size: 22px;
	display: block;
	transition: all 0.3s ease;
}

.top-header .tel.text{
	color: var(--blue);
	text-decoration: underline;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	margin-top:5px;
	transition: 0.7s all ease-in-out;
}

.top-header .tel.number{
	color: var(--black);
	font-size: 20px;
	font-weight: 500;
	line-height: 22px;
	transition: 0.7s all ease-in-out;
}

.top-header .call-us-column{
	display: none;
	flex-direction: column-reverse;
	align-items: flex-end;
}

.top-header .get-quote-btn{
	margin-left:24px;
	padding: 10px 44px;
	display: none;
}

.menu-top li,
.menu-top-bar li {
	margin-right: 19px;
}

.menu-top li:last-of-type,
.menu-top-bar li:last-of-type {
	margin-right: 0;
}

.menu-top li.menu-item-has-children{
	position: relative;
	margin-right: 50px;
}

.menu-top li.menu-item-has-children::before{
	content: "";
	position: absolute;
	bottom: -30px;
	left:0px;
	width:100%;
	background-color: transparent;
	height:40px;
	z-index:10;
}

.menu-top li.menu-item-has-children::after{
	content: '';
	position: absolute;
	top:50%;
	right:-17px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid var(--blue);
	transition: 0.7s all ease-in-out;
}

.menu-top li.menu-item-has-children .sub-menu{
	position: absolute;
	top:60px;
	left:0px;
	width:100%;
	transition: 0.7s all ease-in-out;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	visibility: hidden;
	opacity: 0;
	z-index:-10;
	padding: 25px 32px;
	width:auto;
	background-color: white;
}




.menu-top li.menu-item-has-children .sub-menu li{
	padding-bottom: 10px;
	white-space: nowrap;
	margin-right:0px;
	margin-bottom: 0px;
}

.menu-top li.menu-item-has-children .sub-menu li:hover a{
	color: var(--green);
}

.menu-top li.menu-item-has-children .sub-menu li a{
	font-size: 16px;
	font-weight: 400;
	color: var(--blue);
	text-decoration: underline;
}

.menu-top li.menu-item-has-children .sub-menu li:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.menu-top li.menu-item-has-children:hover::after{
	transform: translateY(-50%) rotate(-180deg);
}

.menu-top a {
	color: var(--black);
	transition: all 0.3s ease;
	text-transform: none;
    font-weight: normal;
	letter-spacing: 0.05em;
}

.menu-top-bar a:hover,
.menu-top a:hover {
	color: var(--blue);
}

.landing-banner {
	overflow: visible !important;
}

.landing-banner .form {
	background: #0C0B36;
	border-radius: 6px;
	padding: 25px 30px !important;
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.15);
	transform: translateY(60px);
	position: relative;
}


.landing-banner .form:before {
	content: '';
	position: absolute;
	bottom: -10px;
	transform: translateY(100%);
	left: 0;
	right: 0;
	height: 18px;
	background: #000000;
	opacity: 0.34;
	filter: blur(10px);
	border-radius: 50%;
}

.landing-banner .form .from-input {
	margin-bottom: 20px;
}

.landing-banner .form h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 32px;
}

.landing-banner .form .wpcf7-text {
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	padding: 0 15px;
	height: 50px;
	width: 100%;
	font-weight: 400;
	font-size: 14px;

}

.landing-banner .form .wpcf7-submit {
	height: 58px;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

.landing-banner h1 {
	text-shadow: 4.32934px 4.32934px 28.8623px rgba(0, 0, 0, 0.8);
	margin-bottom: 20px;
}

.landing-banner h1 strong {
	display: block;
}

.landing-banner p {
	color: #FFFFFF;
	text-shadow: 4.32934px 4.32934px 28.8623px rgba(0, 0, 0, 0.8);
	font-weight: 500;
	font-size: 16px;
	line-height: 1.75;
}

.landing-banner h1 strong {
	font-size: 32px !important;
}

.banner p {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.75;
	color: #fff;
}

.banner .vc_btn3-inline + .vc_btn3-inline {
	margin-left: 30px;
}

.banner .vc_btn3-inline + .vc_btn3-inline .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
	color: #0C0B36 !important;
	border: 1px solid #fff !important;
}

.banner .vc_btn3-inline + .vc_btn3-inline .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
	color: #DB7600 !important;
}

.banner h1 {
	font-size: 71px;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
	margin: 0;
}

.banner h1 b {
	display: block;
	font-size: 40px;
}

.vc_btn3,
.button {
	align-items: center;
	justify-content: center;
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
	border: none !important;
	font-weight: 700;
	border-radius: 4px;
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
	flex-direction: column;
	border: none;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.vc_btn3,
.button:not(.transparent):not(.vc_btn3-container) {
	border: 2px solid #EF9021 !important;
	background: -webkit-linear-gradient(bottom, #EF9021, #EF9021);
	background: -o-linear-gradient(bottom, #EF9021, #EF9021);
	background: linear-gradient(to top, #EF9021, #EF9021);
	color: #fff !important;
}

.vc_btn3:hover,
.button:not(.transparent):hover {
	background: linear-gradient(0deg, #DB7600, #DB7600);
}

.button.transparent:hover {
	border: 2px solid #DB7600;
	color: #DB7600;
}

.button.transparent {
	color: #0C0B36;
	background-color: transparent;
}

.description-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.description-block .text h2 {
	font-weight: 600;
	font-size: 32px;
	color: #1D181A;
	margin-bottom: 20px;
}

.description-block .text .wpb_text_column {
	margin-bottom: 10px;
}

.description-block .text h2 strong {
	color: #F26B36;
}
.description-block .img:first-of-type > .vc_column-inner {
	padding-left: 0;
}
.description-block .img:last-of-type > .vc_column-inner {
	padding-right: 0;
}
.description-block .text:first-of-type > .vc_column-inner {
	padding-right: 60px !important;
	padding-left: 0;
}

.description-block .text:last-of-type > .vc_column-inner {
	padding-left: 60px !important;
	padding-right: 0;
}

.description-block .text .vc_btn3-container.vc_btn3-center {
	text-align: left;
}

.description-block .text .vc_btn3-container.vc_btn3-center .vc_btn3 {
	width: 205px;
	height: 48px;
	background: #F26B36;
	box-shadow: 0px 1.73396px 0px #BE542A;
	border-radius: 4px;
}

.description-block p {
	font-size: 18px;
	line-height: 1.75;
	color: #0C0B36;
}

.model-list .list-item {
	padding: 0 15px;
	width: calc(100% / 4);
}

.model-list .list-item .labels ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.model-list .list-item .image {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}

.model-list .list-item .labels ul li {
	background: #F0EFF8;
	padding: 3px 5px;
	font-size: 11px;
	text-transform: uppercase;
	color: #898899;
	margin-right: 10px;
	margin-bottom: 10px;
}

.model-list h2 {
	font-size: 38px;
	line-height: 1.25;
	text-align: center;
	font-weight: 700;
	color: #fff;
	margin-bottom: 30px;
}

.model-list h2 strong {
	color: #EF9021;
	display: block;
}

.model-list .button {
	width: 245px;
	height: 60px;
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	font-size: 18px !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0 auto;
}

.model-list .vc_col-lg-3 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.model-list .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.model-list .list-item .rmv_txt_drctn {
	background: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.model-list .list-item .title-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.model-list .list-item .car-title {
	font-size: 18px;
	margin-top: 0px;
	width: calc(100% - 80px);
	color: #1D181A;
	line-height: 1.25;
}

.model-list .list-item .monthly-price {
	font-size: 18px;
	line-height: 23px;
	text-align: right;
	color: #FF9D0A;
	margin-left: 0 !important;
}

.model-list .list-item .carnance-price-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: auto 0 0;
}

.model-list .list-item .mileage {
	font-weight: 500;
	font-size: 13px;
	color: #888;
	margin-bottom: 0;
	width: 50%;
}

.model-list .list-item .car-title + .price {
	margin: 0 0 0 auto;
}

.model-list .list-item .discounted-price {
	font-weight: 500;
	line-height: normal;
	font-size: 13px;
	text-align: right;
	color: #888888;
	width: 50%;
}

.model-list .list-item .monthly-price span {
	font-size: 11px;
	display: block;
	text-align: right;
}

.model-list .list-item .car-meta-top {
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}

.model-list .list-item img {
	width: 100%;
	height: auto;
}

.model-list .vc_column_container > .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.model-list .list-item .listing-car-item-meta {
	padding: 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100% - 156px);
}

.description-block .button {
	background: linear-gradient(0deg, #EF9021, #EF9021);
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16) !important;
	border-radius: 4px;
	width: 175px;
	height: 56px;
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 15px;
}

.description-block .vc_general.vc_btn3 {
	width: 173px;
	height: 56px;
	background: linear-gradient(0deg, #EF9021, #EF9021);
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
	border-radius: 4px;
	margin-top: 15px;
	transition: all 0.3s ease;
}

.description-block .vc_general.vc_btn3:hover {
	background: linear-gradient(0deg, #DB7600, #DB7600);
}

.no-cars {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.model-list .col-xs-9 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.description-block .wpb_single_image,
.description-block .vc_btn3-container {
	margin-bottom: 0 !important;
}

.form-block {
	overflow: visible !important;
}

.form-block .form.transparent-form {
	background-color: transparent;
}

.form-block .form.transparent-form h2 {
	color: #0C0B36;
}

.form-block .form {
	max-width: 440px;
	background: #0C0B36;
	border-radius: 6px;
	padding: 25px 15px !important;
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.15);
	position: relative;
	margin: 40px auto 60px;
}

.form-block .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .vc_row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.form-block .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .vc_row .vc_col-sm-6:first-of-type {
	margin: auto 0 0 0;
}

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-not-valid-tip {
	position: absolute;
	font-size: 12px;
	bottom: -20px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900;
	color: #ffb900;
	text-align: center;
	font-size: 12px;
}

.form-block .form .from-input {
	margin-bottom: 20px;
}

.form-block .form .wpcf7-text {
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	padding: 0 15px;
	height: 50px;
	width: 100%;
	font-weight: 400;
	font-size: 14px;

}

.form-block .wpb_single_image img {
	width: 525px;
}

.form-block .wpb_single_image {
	margin-bottom: 0 !important;
	transform: translateY(-115px);
	margin-bottom: -115px !important;
}

.form-block .form .wpcf7-submit {
	height: 58px;
	width: 100%;
	line-height: 20px;
	text-transform: uppercase;
	background: linear-gradient(0deg, #EF9021, #EF9021);
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
	border: none;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.1em;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 5px;
}

.form-block .form .wpcf7-submit:hover {
	background: linear-gradient(0deg, #DB7600, #DB7600);
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
}

.form-block .form h2 {
	font-size: 23px;
	line-height: 1.25;
	color: #fff;
	margin-bottom: 30px;
}

.form-block .form h2 span {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.25;
	display: block;
}

footer {
	background: #0C0B36;
	padding-top: 20px;
	padding-bottom: 0px;
}

footer .footer-logo {
	width: 174px;
}

footer .copyright {
	font-size: 14px;
	line-height: 1.50;
	color: #898899;
	text-align: right;
}

.slick-slide img {
	width: 100%;
}

footer .vc_col-sm-12 > .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}



footer .copyright p {
	text-align: center;
	padding: 20px 0;
}



.footer-top h2 {
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 30px;
}

.footer-top h2 a {
	color: #EF9021;
	transition: all 0.3s ease;
}

.footer-top h2 a:hover {
	color: #DB7600;
}

.footer-top h2 span {
	display: block;
	font-size: 24px;
}

.footer-bottom {
	padding: 25px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom .log {
	width: 174px;
}

.footer-bottom .log {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}

#footer-menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}

.footer-bottom .tel a {
	color: #EF9021;
	font-size: 22px;
	display: block;
	transition: all 0.3s ease;
}

.footer-bottom .tel a:hover {
	color: #DB7600;
}

.footer-bottom .tel {
	line-height: 1.35;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	text-align: right;
}

#footer-menu li {
	margin-right: 20px;
}

#footer-menu li:last-of-type {
	margin-right: 0;
}

#footer-menu a {
	color: #fff;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.05em;
}

#footer-menu a:hover {
	color: #ffc233;
}

.features h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.35;
	margin-bottom: 30px;
}

.features .icon {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #F4F8F9;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
}

.features .icon img {
	width: 40px;
	height: 40px;
}

.features .item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 15px;
	position: relative;
}

.features .descriptiom {
	width: calc(100% - 102px);
	padding-top: 10px;
}

.features .descriptiom h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 5px;
}

.features .descriptiom p {
	font-size: 16px;
	line-height: 1.75;
	color: #898899;
}

.cars-list h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.35;
	margin-bottom: 30px;
	text-align: center;
}
.cars-list .item{
	cursor: pointer;
}
.cars-list .item:hover .car-title{
	color: #EF9021;
}
.cars-list .item .title-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 5px;
}

.cars-list .item .car-title {
	font-size: 14px;
	margin-top: 0px;
	width: calc(100% - 80px);
	color: #1D181A;
	line-height: 1.25;
	transition: all 0.3s ease;
}

.cars-list .item .monthly-price {
	font-size: 18px;
	line-height: 23px;
	text-align: right;
	color: #000;
	margin-left: 0 !important;
}

.cars-list .item .carnance-price-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: auto 0 0;
}

.cars-list .item .mileage {
	font-weight: 500;
	font-size: 13px;
	color: #888;
	margin-bottom: 0;
	width: 50%;
}

.cars-list .item .car-title + .price {
	margin: 0 0 0 auto;
}

.cars-list .item .discounted-price {
	font-weight: 500;
	line-height: normal;
	font-size: 13px;
	text-align: right;
	color: #888888;
	width: 50%;
}

.cars-list .item .monthly-price span {
	font-size: 11px;
	display: block;
	text-align: right;
}

.cars-list .item .car-meta-top {
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}

.cars-list .item {
	margin-bottom: 30px;
}

.cars-list .item img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.cars-list .item a.link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.vc_btn3-container.vc_btn3-center {
	text-align: center;
	margin: 0 auto;
	display: table;
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern {
	background: #0C0B36 !important;
	border: 1px solid #0C0B36 !important;
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
	border-radius: 4px;
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:hover {
	background: #292859 !important;
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
}

.how-it-works h2 {
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.35;
}

.how-it-works h3 {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.35;
	margin-bottom: 15px;
}

.how-it-works p {
	color: #fff;
	font-size: 16px;
	line-height: 1.35;
}

.how-it-works .vc_col-sm-4:before {
	position: absolute;
	color: #fff;
	right: -24px;
	font-size: 48px;
	top: 48px;
}

.news h1 {
	font-weight: 700;
	color: #0C0B36;
	font-size: 40px;
	line-height: 1.35;
}

.news h2 {
	font-size: 40px;
	line-height: 1.35;
	color: #0C0B36;
	margin-bottom: 30px;
	font-weight: 700;
}

.news .news-item {
	position: relative;
	margin-bottom: 40px;
}

.news .news-item img {
	width: 100%;
	height: auto;
	border-radius: 4px; 
	margin-bottom: 20px;
}

.news .news-item h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.35;
}

.news .news-item .meta p {
	font-size: 14px;
	line-height: 135%;
	color: #898899;
}

.news .news-item .meta a {
	position: relative;
	z-index: 1;
	color: #ffc233;
}

.news .news-item .meta {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
}

.news .news-item .link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.reviews h2 {
	font-size: 40px;
	line-height: 1.35;
	font-weight: 700;
	color: #0C0B36;
	margin-bottom: 25px;
}

.reviews-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.reviews-item img {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	margin-right: 30px;
}

.reviews-item .description {
	background: #F6F7F9;
	border-radius: 4px;
	width: calc(100% - 102px);
	padding: 80px 30px 30px;
	position: relative;
}

.reviews-item .description:before {
	font-size: 28px;
	position: absolute;
	left: 30px;
	top: 35px;
	color: #EF9021;
}

.reviews-item .description:after {
	content: '';
	position: absolute;
	border: 10px solid transparent;
	border-right: 10px solid #F6F7F9;
	left: -20px;
	top: 30px;
}

.reviews-item .description p {
	font-size: 16px;
	line-height: 1.75;
	color: #0C0B36;
	margin-bottom: 15px;
}

.reviews-item .description h5 {
	text-align: right;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.75;
	color: #0C0B36;
}

.reviews-item .description h5 span {
	font-size: 14px;
	display: block;
	color: #898899;
}

.desc p {
	font-size: 20px;
	line-height: 1.75;
	color: #000;
	margin-bottom: 15px;
}

.desc h2.vc_custom_heading,
.desc h3.vc_custom_heading,
.desc h4.vc_custom_heading,
.desc h5.vc_custom_heading,
.desc h6.vc_custom_heading {
	font-weight: 700;
	line-height: 1.35;
	color: #0C0B36;
	margin-bottom: 30px;
}

.desc h2.vc_custom_heading {
	font-size: 36px;
}

.desc h3.vc_custom_heading {
	font-size: 32px;
}

.desc h4.vc_custom_heading {
	font-size: 26px;
}

.desc h5.vc_custom_heading {
	font-size: 22px;
}

.desc h6.vc_custom_heading {
	font-size: 18px;
}

.contact-us .wrapper-from {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.contact-us .from-input {
	width: calc((100% - 30px) / 3);
	margin-right: 15px;
	margin-bottom: 15px;
}

.contact-us .from-input input {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #DBE1E9;
	border-radius: 4px;
	height: 56px;
	padding: 0 15px;
}

.contact-us .from-input:nth-of-type(3) {
	margin-right: 0;
}

.contact-us .from-textarea {
	width: 100%;
	margin-bottom: 15px;
}

.contact-us .from-textarea textarea {
	background: #FFFFFF;
	border: 1px solid #DBE1E9;
	border-radius: 4px;
	height: 140px;
	width: 100%;
	resize: none;
	padding: 15px;
}

.contact-us .button {
	height: 54px;
	width: 176px;
	margin-top: 30px;
	margin-bottom: 80px;
}
.contact-us h2{
	font-weight: 700;
	font-size: 32px;
	color: #0C0B36;
}
.contact-us ul li{
	font-size: 16px;
	line-height: 1.75;
	color: #0C0B36;
	position: relative;
	padding-left: 20px;
}
.contact-us ul li:before{
	content: '-';
	position: absolute;
	left: 0;
	top: 0px;
}
.contact-us p:not(.hours){
	margin-bottom: 15px;
}
.contact-us .vc_column-inner{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.contact-us p a{
	color: #0C0B36;
	font-weight: 700;
	margin-left: 5px;
	display: inline-block;
	transition: all 0.3s ease;
}
.contact-us p a:hover{
	color: #EF9021 ;
}
.contact-us p,
.contact-us .hours{
	font-size: 16px;
	line-height: 1.75;
	color: #0C0B36;
}
.wp-pagenavi {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 40px;
	justify-content: center;
	align-items: center;
	position: relative;
}
.page-id-11582 section h1.title{
	margin-bottom: 20px;
	text-align: center;
}
.page-id-11586 section h1.title{
	display: none;
}
/*
.wp-pagenavi .first{
	margin: 0 0 0 auto;
}
.wp-pagenavi .last{
	margin: 0 auto 0 0 ;
}
.wp-pagenavi .previouspostslink + .page{
	margin: 0 0 0 auto;
}
*/
.wp-pagenavi a:not(.previouspostslink):not(.nextpostslink):hover,
.wp-pagenavi span.current {
	background: #0C0B36;
	color: #fff;
}

.wp-pagenavi a:not(.previouspostslink):not(.nextpostslink),
.wp-pagenavi span {
	width: 56px;
	height: 56px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border: 1px solid #DBE1E9;
	border-radius: 4px;
	font-weight: 700;
	font-size: 16px;
	color: #0C0B36;
	margin-top: 0 !important;
	margin-bottom: 0 !important;

}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi .nextpostslink{
	order: 1; 
}
.previouspostslink{
	order: -1; 
}
/*
.current:last-of-type {
    margin: 0 auto 0 0;
}
*/
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: none;
	font-weight: 700;
	font-size: 16px;
	color: #0C0B36;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}


.wp-pagenavi .previouspostslink {
	left: 0;
}

.wp-pagenavi .nextpostslink {
	right: 0;
}

/*
.wp-pagenavi .pages + .current {
	margin: 2px 2px 2px auto !important;
}
*/

.single-post .content-wrapper img{
	width: 100%; 
	border-radius: 4px;
	margin-bottom: 30px;
	height: auto;
}
.single-post .content-wrapper ul:not(.meta):not(.blocks-gallery-grid) li{
	position: relative;
	padding-left: 20px;
	font-size: 18px;
	line-height: 1.75;
	color: #000;
}
.single-post .content-wrapper .blocks-gallery-grid img{
	margin-bottom: 0;
}
.single-post .content-wrapper .blocks-gallery-grid{
	margin-bottom: 15px;
}
.single-post .content-wrapper p img{
	margin-bottom: 0;
}
.single-post .content-wrapper p:empty{
	display: none;
}
.single-post .content-wrapper ul.meta li{
	font-size: 16px;
	color: #898899;
}
.single-post .content-wrapper blockquote{
	background: #F4F8F9;
	border-radius: 4px;
	padding: 30px;
	margin-bottom: 30px;
}
.single-post .content-wrapper blockquote p{
	margin-bottom: 0;
}
.single-post .content-wrapper ul.meta{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.single-post .content-wrapper{
	max-width: 800px;
	margin: 0 auto;
}
.single-post .content-wrapper ul:not(.meta):not(.blocks-gallery-grid) li:before{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 50%;
	background: #EF9021;
	left: 0;
	top: 11px;
}
.single-post .content-wrapper h1,
.single-post .content-wrapper h2,
.single-post .content-wrapper h3,
.single-post .content-wrapper h4,
.single-post .content-wrapper h5,
.single-post .content-wrapper h6{
	font-weight: 700;
	color: #000;
	line-height: 1.35;
	margin-bottom: 15px;
	margin-top: 30px;
}
.single-post .content-wrapper .wp-caption {
    width: 100% !important;
}
.single-post .content-wrapper figcaption,
.single-post .content-wrapper .wp-caption-text{
	font-weight: 500;
	font-size: 24px;
	line-height: 1.75;
	color: #898899;
	margin-top: 0;
	margin-bottom: 0;
}
.single-post .content-wrapper h1{
	font-size: 40px;
}
.single-post .content-wrapper h2{
	font-size: 36px;
}
.single-post .content-wrapper h3{
	font-size: 32px;
}
.single-post .content-wrapper h4{
	font-size: 28px;
}
.single-post .content-wrapper h5{
	font-size: 24px;
}
.single-post .content-wrapper h6{
	font-size: 20px;
}

.single-post .content-wrapper em,
.single-post .content-wrapper i{
	font-style: italic;
}
.single-post .content-wrapper b,
.single-post .content-wrapper strong{
	font-weight: 700;
}
.single-post .content-wrapper p{
	font-size: 18px;
	line-height: 1.75;
	margin-bottom: 30px;
	color: #000;
}
.single-post .content-wrapper a{
	color: #EF9021;
}
.single-post .content-wrapper a:hover{
	text-decoration: underline;
}
.single-post .content-wrapper ol{
		margin-bottom: 20px;
		counter-reset: li;
}
.single-post .content-wrapper ul ul,
.single-post .content-wrapper ol ol{
	margin-left: 20px;
	margin-bottom: 0;
}
.single-post .content-wrapper ol li{
	font-size: 18px;
	line-height: 1.75;
	margin-bottom: 5px;
}
.single-post .content-wrapper ol li:before{
	counter-increment: li;
	content: counters(li, ".") " ";
}
.single-post .content-wrapper ol > li:before{
	counter-increment: li;
	content: counters(li, ".") ". ";
}
.form-block .vc_col-sm-7 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
@media only screen and (max-width: 1680px) {}

@media only screen and (max-width: 1380px) {}

@media only screen and (max-width: 1230px) {
	.footer-bottom {
		padding: 25px 15px;
	}
	.footer-top .vc_column-inner {
     padding-top: 0px !important;
	}
}
@media only screen and (max-width: 1199px) {
	.model-list h2 {
		font-size: 30px;
	}

	.model-list .button {
		width: 100%;
	}

	.banner h1 {
		font-size: 42px;
	}

	body .banner .vc_custom_1605000317056 {
		padding-top: 130px !important;
		padding-bottom: 50px !important;
	}

	.banner .vc_col-sm-6 > .vc_column-inner {
		padding-left: 0;
		padding-right: 0;
	}
	
}

@media only screen and (max-width: 1023px) {

	.top-header .tel {
		display: none;
	}

	.burger {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		width: 40px;
		height: 30px;
		z-index: 1;
		order:1;
	}
	body.page-id-13:not(.home) .burger span{
		background: #fff !important;
	}
	.burger.close span:first-of-type {
		transform: rotate(45deg) translate(9px, 9px);
	}

	.burger.close span:last-of-type {
		transform: rotate(-45deg) translate(9px, -9px);
	}

	.burger.close span:nth-of-type(2) {
		opacity: 0;
	}

	.burger span {
		width: 100%;
		height: 4px;
		background: var(--black);
		transition: all 0.3s ease;
	}
	body:not(.home) .burger span{
		background: #0C0B36 !important; 
	} 
	body:not(.home) .burger.close span{
		background: black !important;
	}
	.burger.close + .top-header-menu {
		transform: translate(0, 0);
	}
	body header .menu-top a{
		color: #000000;
	}
	body:not(.home) header .menu-top a:hover{
		color: #EF9021;
	}
	.top-header-menu {
		position: fixed;
		right: 0;
		max-width: 320px;
		top: 0px;
		height: 100%;
		background: white;
		padding: 110px 30px 30px;
		width: 100%;
		transform: translateX(100%);
		transition: all 0.3s ease;
	}

	.top-header-menu li.menu-item-has-children::after{
		top:13px;
		transform: translateY(0px);
	}

	.top-header-menu li.menu-item-has-children .sub-menu{
		position: inherit;
		top:0px;
		visibility: visible;
		opacity: 1;
		padding: 0px 0px;
		height:0px;
		overflow: hidden;
	}

	.top-header-menu window.innerWidth .sub-menu li:last-child{
		margin-bottom: 0px;
	}

	.top-header-menu li.menu-item-has-children.open::after{
		transform: rotate(-180deg);
	}

	.top-header-menu li.menu-item-has-children.open .sub-menu{
		height:auto;
		margin-bottom: 20px;
		padding: 10px 0px;
		box-shadow: none;
	}

	.admin-bar .top-header-menu {
		top: 62px;
		padding: 82px 30px 30px;
	}

	.menu-top {
		display: block;
	}

	.menu-top li {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.landing-banner .form {
		padding: 25px 0px !important;
	}

	.landing-banner h1 {
		font-size: 44px !important;
	}

	.admin-bar .top-header-menu {
		top: 32px;
	}
}

@media only screen and (max-width: 991px) {
	.landing-banner h1 {
		font-size: 38px !important;
	}

	.landing-banner p br {
		display: none;
	}

	.description-block .text:last-of-type > .vc_column-inner {
		padding-left: 0px !important;
	}

	.description-block .text:first-of-type > .vc_column-inner {
		padding-right: 0px !important;
	}

	.description-block .text h2 {
		font-size: 28px !important;
	}

	.model-list .list-item {
		margin-bottom: 30px;
	}

	body .model-list {
		padding-bottom: 0 !important;
	}


	footer .copyright {
		text-align: center;
	}

	.model-list .list-item {
		width: 50%;
	}

	.banner h1 {
		font-size: 24px;
	}

	.banner .vc_btn3-color-grey {
		width: 160px;
		font-size: 12px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.banner .vc_btn3-color-warning {
		width: 190px;
		font-size: 12px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.banner .vc_btn3-inline + .vc_btn3-inline {
		margin-left: 15px;
	}
	.form-block .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .vc_row {
		align-items: flex-end; 
	}
	body .carcalc_col.carcalc_col_left {
		min-width: 350px;
	}
	body .carcalc_col_right {
		max-width: 350px;
		margin-left: 15px;
	}
	.carcalc_result .carcalc_result-sub{
		font-size: 24px;
	}
	.carcalc_result-text{
		font-size: 36px;
	}
	.model-list.vc_custom_1604060036319 .vc_column-inner{
		padding-top: 0 !important;
	}
	.model-list.vc_custom_1604060036319{
		padding-top: 30px !important;
		padding-bottom: 30px !important; 
	}
	
}

@media only screen and (max-width: 780px) {
	#wpadminbar {
		position: fixed;
	}

	body.admin-bar header {
		top: 46px;
	}

	body.admin-bar {
		padding-top: 76px;
	}
}

@media only screen and (max-width: 767px) {
	.landing-banner .vc_col-lg-8 > .vc_column-inner {
		padding-top: 40px !important;
	}

	.landing-banner .form {
		margin-top: -60px;
	}

	.description-block .text:last-of-type > .vc_column-inner {
		padding-left: 0px !important;
	}

	.description-block .text:first-of-type > .vc_column-inner {
		padding-right: 0px !important;
	}

	body .description-block {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		margin-bottom: 40px !important;
	}

	.description-block .text:first-of-type {
		order: 1;
	}

	.description-block .text .vc_column-inner {
		padding-top: 10px !important;
	}

	.description-block img {
		width: calc(100vw - 30px);
	}

	.description-block .text h2 {
		margin-bottom: 5px !important;
	}

	.form-block .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .vc_row .vc_col-sm-6:first-of-type {
		display: none;
	}

	.form-block .vc_col-sm-12 > .vc_column-inner {
		padding-top: 0 !important;
	}

	.form-block .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .vc_row .vc_col-sm-6:last-of-type {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.banner h1 {
		text-align: center !important
	}

	.banner p {
		text-align: center;
	}

	.banner .vc_btn3-inline {
		display: table !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.banner .vc_btn3-color-warning, .banner .vc_btn3-color-grey {
		width: 280px !important;
	}
	.cars-list h2 {
    	font-weight: 700;
		font-size: 28px;
	}
	body .vc_custom_1605000877707 {
		padding-top: 0px !important;
	}
	.form-block .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .vc_row{
		flex-direction: column-reverse;
	}
	body .cars-list{
		padding-bottom: 0 !important;
	}
	.form-block .form,
	.form-block .vc_column-inner .vc_column-inner{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.form-block .form h2  span{
		font-size: 28px;
	}
	.form-block .form h2 {
		text-align: center;
		font-size: 20px;
		
	}
	.how-it-works .icon-right-arrow:before{
		display: none;
	}
	body .how-it-works{
		padding-bottom: 20px !important;
	}
	body .carcalc_col.carcalc_col_left {
		min-width: 100%;
		margin-bottom: 30px;
	}
	body .carcalc_col_right {
		max-width: 100%;
		margin-left: 0px;
	}
	body .jwa_car_calc {
		padding: 32px 0px;
	}
	body .carcalc_heading{
		margin-bottom: 0;
	}
	.carcalc_payment_inputs{
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	body .carcalc_result {
		margin-top: 0px;
	}
	.form-block.vc_custom_1604485704084 .form{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.form-block.vc_custom_1604485704084 .vc_col-sm-7{
		display: none;
	}
	.landing-banner .vc_col-lg-8 > .vc_column-inner{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.landing-banner .form {
		padding: 25px 15px !important;
		margin-left: 15px;
		margin-right: 15px;
		width: calc(100% - 30px);
	}
	.vc_custom_1603814547097 {
		padding-bottom: 0px !important;
	}
	.description-block .text:last-of-type > .vc_column-inner {
		padding-left: 0px !important;
	}
	.model-list .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper{
		justify-content: center;
	}
	.form-block.vc_custom_1603981351015 .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .vc_row .vc_col-sm-6:last-of-type {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.form-block.vc_custom_1603981351015 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.car .gallery-block{
		margin-right: 0;
		max-width: 100%;
	}
	.car .description-block{
		width: 100%;
	}
	.wp-pagenavi a:not(.previouspostslink):not(.nextpostslink), .wp-pagenavi span {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}
	.cars .car-item:last-of-type{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink{
		font-size: 12px;
	}
	.single-post .content-wrapper h1 {
		font-size: 28px;
	}
	.single-post .content-wrapper h2 {
		font-size: 24px;
	}
	.single-post .content-wrapper h3 {
		font-size: 20px;
	}
	.single-post .content-wrapper h4 {
		font-size: 18px;
	}
	.single-post .content-wrapper h5 {
		font-size: 16px;
	}
	.single-post .content-wrapper h6 {
		font-size: 14px;
	}
	.single-post .content-wrapper p{
		font-size: 16px;
	}
}

@media only screen and (max-width: 679px) {}

@media only screen and (max-width: 579px) {
	.contact-us .from-input{
		width: 100%;
		margin-right: 0;
	}
}

@media only screen and (max-width: 479px) {
	.banner .vc_btn3-color-warning, .banner .vc_btn3-color-grey{
		margin: 0 auto;
	}
	.landing-banner h1 {
		font-size: 24px !important;
	}

	.landing-banner h1 strong {
		font-size: 18px !important;
	}

	.description-block .text h2 {
		font-size: 24px !important;
	}

	.description-block .text h2 br {
		display: none;
	}

	.model-list .list-item {
		width: 100%;
	}

	.model-list .vc_col-lg-3:not(.list-item) {
		width: 100%;
	}

	.banner .vc_btn3-color-grey {
		width: 100%;
	}

	.banner .vc_btn3-color-warning {
		width: 100%;
	}

	.banner .vc_btn3-container {
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
	}

	.banner .vc_btn3-inline + .vc_btn3-inline {
		margin-left: 0;
	}
	body .carcalc_col_right{
		padding: 40px 15px;
	}
	body .carcalc_result{
		flex-direction: column;
		text-align: center;
	}
	.carcalc_result .carcalc_result-text,
	.carcalc_result .carcalc_result-sub{
		text-align: center;
		width: 100% !important;
	}
	.carcalc_note{
		text-align: center !important;
	}
	body .carcalc_submit{
		margin: 0px 0 30px;
	}
	body .jwa_car_calc {
		padding: 0px 0px;
	}
	body .reviews {
		padding-bottom: 0px !important;
	}
	.footer-bottom .dfr{
		flex-direction: column;
		justify-content: center
	}
	.footer-bottom .tel{
		text-align: center;
	}
	.footer-top h2{
		font-size: 28px;
	}
	.footer-top h2 a{
		display: block;
	}
	.footer-top .vc_custom_1605097104289{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.footer-bottom .tel{
		display: none;
	}
	footer{ 
		padding-bottom: 0;
	}
	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .previouspostslink{
		width: 30px;
		height: 30px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		border: 1px solid #DBE1E9;
		border-radius: 4px;
		font-weight: 700;
		font-size: 0px;
		color: #0C0B36;
	}
	.wp-pagenavi .nextpostslink:before{
		content: '>';
		font-size: 18px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.wp-pagenavi .previouspostslink:before{
		content: '<';
		font-size: 18px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		transition: all 0.3s ease;
	}
	.wp-pagenavi .nextpostslink:hover,
	.wp-pagenavi .previouspostslink:hover{
		background: #0C0B36;
		color: #fff;
	}
}


.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	background: #FFFFFF;
	border: 1px solid #CBCBCB;
	box-sizing: border-box;
	border-radius: 7px;
	width: 100%;
	height: 50px;
	padding: 0 15px !important;
}

.gform_wrapper .top_label .gfield_label {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	pointer-events: none;
}

.gf_step {
	font-size: none !important;
	background: #F26B36;
	border-radius: 35px;
	width: 38px !important;
	height: 9px;
	margin: 0 5px !important;
	opacity: 1 !important;
}

.gf_step.gf_step_active ~ .gf_step {
	background: #D0D0D0;
}

.gform_wrapper .gf_page_steps {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 35px 0 25px !important;
}

.multipage_gravity_form {
	margin: 40px 0 100px !important;
	position: relative;
	padding-top: 15px;
}

.gf_step .gf_step_label,
.gf_step .gf_step_number {
	display: none !important;
}

.gf_step.gf_step_active .gf_step_number:before {
	content: 'Step';
	position: relative;
	display: inline-block;
	margin-right: 5px;
}

.gf_step.gf_step_last .gf_step_number:before {
	content: 'or';
	position: relative;
	display: inline-block;
	margin-right: 5px;
}

.gf_step.gf_step_active .gf_step_number {
	display: block !important;
	transform: translateX(calc(-100% + 5px));
}

.gf_step.gf_step_active .gf_step_number,
.gf_step.gf_step_last .gf_step_number {
	position: absolute;
	font-size: 18px !important;
	top: 0;
	left: 50%;
	font-weight: 700;

}

.gf_step.gf_step_last .gf_step_number {
	display: block !important;
	transform: translateX(calc(-100% + 52px));
}

.gf_step_active.gf_step_last .gf_step_number {
	transform: translateX(-50%);
	margin: 0 !important;
}

.gf_step_active.gf_step_last .gf_step_number:before {
	content: 'Step';
}

.gf_step.gf_step_active {
	background: #f26b36;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
}

.gform_wrapper .gform_page_footer .button.gform_button,
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer .button.gform_next_button {
	margin-right: 0 !important;
}

.gform_wrapper .focus .gfield_label {
	top: 0;
	font-size: 12px;
	background: #fff;
}

.gform_wrapper #field_5_15 {
	margin-top: 40px;
}

select {
	opacity: 1 !important;
	visibility: visible !important;
}

.gform_wrapper .gravity_inner_input {
	max-width: 370px;
	width: 100%;
	position: relative;
	margin: 0 auto 15px !important;
	display: table;
}

.page-template-single-forms #main {
	padding: 120px 0;
}

.gform_page_footer {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.gform_page_footer .button {
	width: 175px !important;
}

.gform_wrapper .gform_page_footer .button + .button {
	margin-bottom: 20px !important;
}

.gform_wrapper .gform_page_footer,
.gform_wrapper .gf_page_steps {
	border: none !important;
}

.partial_entry_warning {
	display: none;
}

.gform_wrapper h3 {
	font-size: 21px;
	font-weight: 700 !important;
	color: #000;
	text-align: center;
	margin-bottom: 25px;

	text-transform: capitalize;
}

.gform_wrapper select {
	margin-bottom: 15px;
}

.gform_wrapper .gfield_required {
	color: #f00 !important;
}

.select .ginput_container_select {
	max-width: 370px;
	width: 100%;
	margin: 0 auto 15px;
	position: relative;
}

.select .ginput_container_select:before {
	content: '';
	width: 15px;
	height: 15px;
	border-right: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	position: absolute;
	right: 20px;
	top: 50%;
	pointer-events: none;
	transform: translate(-50%, calc(-50% - 4px)) rotate(45deg);
}

.select .gfield_select {
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #CBCBCB;
	border-radius: 7px;
	padding: 0 45px 0 20px !important;
	width: 100% !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	margin-bottom: 0;
}

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

.gfield_radio {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.gfield_radio input {
	display: none !important;
}

.gfield_radio input:checked + label {
	background: #F26B36;
	color: #fff;
}

.gfield_radio label {
	width: 170px !important;
	height: 50px;
	background: #E4E4E4;
	border-radius: 9px;
	font-size: 18px !important;
	color: #7E7E7E;
	font-weight: 700;

	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
}

.car-type label {
	height: 122px;
}

.car-type label:before {
	font-size: 36px !important;
	margin-bottom: 10px;
}

.car-type label.icon-coupe:before,
.car-type label.icon-sedan:before {
	font-size: 26px !important;
	margin-bottom: 15px;
}

.car-type li {
	margin-right: 30px !important;
}

.car-type li:last-of-type {
	margin-right: 0 !important;
}

.form-three {
	max-width: calc(100% - 32px);
	margin: 0 auto;
}

.form-three .select:nth-of-type(3) .gfield_label {
	display: none !important;
}

.form-three .gform_fields {
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.form-three .gravity_inner_input,
.form-three .select {
	max-width: 270px !important;
	width: 100%;
	margin: 0 30px 30px 0px !important;
}

.form-three .ginput_container_select {
	margin-bottom: 0 !important;
}

.form-three .select:last-of-type,
.form-three .select:nth-of-type(3) {
	margin-right: 0 !important;
}

.form-four .gfield_description {
	position: absolute;
}

.form-ten .field_sublabel_below:not(.radio-button) .gfield_label,
.form-ten .field_sublabel_below:not(.radio-button) {
	max-width: 270px;
	width: 100%;
	margin: 0 auto !important;
	position: static;
}

.form-ten .field_sublabel_below:not(.radio-button) .gfield_label,
.form-ten .field_sublabel_below:not(.radio-button) .gfield_description {
	padding: 5px 0 5px 15px !important;
	font-weight: 500;
	font-size: 14px;

	transform: none !important;
}

.form-seven .gfield:not(.gfield_html) {
	max-width: 270px;
	position: relative;
	margin: 0 auto !important;
	width: 100%;
}

.form-seven .gfield_description,
.form-four .gfield_description {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	padding: 0 !important;
	left: 16px;
	width: auto !important;
	pointer-events: none;
}

.radio-button {
	margin-bottom: 30px;
}

.form-four .gfield_label {
	left: 27px !important;
}

.form-seven input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.form-four input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding-left: 27px !important;
}

.form-three .select + .select {
	margin-right: 0 !important;
}

.form-three .select .gfield_label {
	max-width: 270px !important;
	width: 100%;
	position: static !important;
	text-transform: capitalize;
}

.form-four .gfield_radio li label {
	max-width: 270px !important;
	width: 100% !important;
}

.gform_wrapper .gfield_checkbox li input {
	display: none !important;
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label {
	display: inherit !important;
}

.gform_wrapper .gfield_checkbox li label:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 4px;
	width: 17px;
	height: 17px;
	border: 1px solid #B8B8B8;
	border-radius: 2px
}

.gform_wrapper .gfield_checkbox li label {
	font-size: 14px !important;
	line-height: 24px !important;
	padding-left: 30px !important;
	font-weight: 400 !important;
	max-width: 570px !important;
	width: 100% !important;
	margin: 0 auto !important;
	display: table !important;
	position: relative;
}

.gform_wrapper .gfield_checkbox li input:checked + label:before {
	content: '\ea01';
	font-family: custom-icons;
	background: #F26B36;
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 10px;
}

.gf_progressbar_title {
	display: none;
}

.gform_wrapper .gf_progressbar {
	background-color: transparent !important;
	box-shadow: none !important;
	border-radius: 10px !important;
	padding: 0 !important;
	overflow: hidden;
	width: 100% !important;
	max-width: 370px;
	margin: 40px auto 0;
}

.gform_wrapper .gf_progressbar_percentage span {
	display: none !important;
}

.gform_wrapper .gf_progressbar_percentage {
	height: 10px !important;
	background-image: none !important;
}

#gf_progressbar_wrapper_4 {
	max-width: 370px;
	margin: 0 auto 30px;
}

.gform_wrapper .gf_progressbar::after {
	height: 10px !important;
	margin-top: -10px !important;
}
.gform_wrapper li.hidden_label input{
	margin-top: 0 !important;
}
.form-five ul.gfield_radio li,
.form-four ul.gfield_radio li {
	max-width: 280px;
	width: 100%;
	margin: 0 25px 30px 0 !important;
}

.form-five ul.gfield_radio li:last-of-type {
	margin: 0 30px !important;
}
.form-four .gfield_radio li:nth-of-type(3),
.form-five ul.gfield_radio li:nth-of-type(3n),
.form-four ul.gfield_radio li:last-of-type {
	margin-right: 0 !important;
}

.form-three .gfield_html {
	width: 100%;
}

.form-three li.select:nth-of-type(4),
.form-four ul.gfield_radio li:nth-of-type(5) {
	margin-right: 0 !important;
}

#content .vc_column_container > .vc_column-inner,
#content .penci-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100%;
}

.form-five ul.gfield_radio,
.form-four ul.gfield_radio {
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}

.form-five ul.gfield_radio li label {
	width: 100% !important;
	max-width: 100% !important;
}

.form-six .gravity_inner_input {
	margin: 0 30px 0 0 !important;
}

.form-six .gravity_inner_input:last-of-type {
	margin-right: 0 !important;
}

.form-six .gform_fields .gfield_html {
	width: 100% !important;
}

.form-six .gform_fields {
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.gform_previous_button {
	background: transparent !important;
	color: #656565 !important;
	font-weight: 500;
	font-size: 14px;
	box-shadow: none !important;
	border: none !important;
	order: 1;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error#field_7_63 #validation_message_7_63{
	max-width: 570px !important;
	margin: 0 auto !important;
	display: table;
	left: 15px;
}
.gform_button.button,
.gform_next_button.button {
	height: 56px;
	margin-bottom: 40px !important;
}

body .gform_wrapper .gform_previous_button.button {
	height: 56px;
	margin-bottom: 40px !important;
	border: none !important;
	color: #0C0B36 !important;
}

.gform_wrapper .gfield_radio li label {
	max-width: 100% !important;
}

.gform_wrapper .gfield_radio li:first-of-type {
	margin-right: 30px;
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description {
	font-size: 14px;

	color: #424242;
}

.sp-testimonial-free-section .slick-dots li button {
	cursor: pointer;
}

select {
	background: #fff !important;
}

.gform_wrapper div.validation_error {
	color: #f00 !important;
	border-top: none !important;
	border-bottom: none !important;
	padding: 0 0 15px !important;
	margin: 0 !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent !important;
	margin-bottom: 0px !important;
	border-top: none !important;
	border-bottom: none !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
	color: #f00 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	color: #f00 !important;
	padding-top: 5px !important;
	position: absolute;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half):not(#field_1_63) {
	max-width: 270px;
	margin-bottom: 25px !important;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error#field_1_63 {
	max-width: 570px !important;
    margin: 0 auto 25px !important;
	display: table;
	left: 15px;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0 !important;
}

.gform_wrapper .validation_message {
	position: absolute;
	right: 0;
	padding-top: 6px;
	color: #f00 !important;
}

.gfield_contains_required {
	position: relative;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	right: 0;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0px !important;
}
.page-404 h1{
	font-size: 136px;
	line-height: 1.2;
	color: #EF9021;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.page-404 img{
	max-width: 100%;
}
.page-404 h1 span{
	color: #0C0B36;
	display: block;
	font-size: 36px;
}
.page-404 p{
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 1.75;
	color: #0C0B36;
}
.page-404 .content-block{
	max-width: 385px;
}
.page-404 .button{
	width: 175px;
	height: 54px;
	margin: 30px auto;
}

footer .copyright-row a{
	color:#0000EE !important;
}

footer .copyright-row a:hover{
	color: var(--blue) !important;
}

@media only screen and (max-width: 1199px) {
.car-type label {
		width: 140px !important;
	}
	.features .vc_column-inner .vc_column-inner {
		padding-left: 0;
		padding-right: 0;
	}
	.features .descriptiom{
		padding-right: 30px;
	}
	.features .icon {
		margin-right: 15px;
	}
	
	.top-header .call-us-column .tel.number{
		margin-top:5px;
	}
	
	.top-header .header-logo-link{
		display:flex;
	}
	
	footer .copyright-row .tel.number{
		margin-top:7px;
	}
}
@media only screen and (max-width: 991px) {
	.car-type label {
		height: 100px;
		width: 115px !important;
	}
	.form-three .gravity_inner_input, .form-three .select {
		max-width: 195px !important;
	}
	.form-three {
		max-width: calc(100% - 0px);
	}
	.form-five ul.gfield_radio li, .form-four ul.gfield_radio li {
		max-width: 200px;
	}
	.gform_wrapper .gravity_inner_input {
		max-width: 300px;
	}
	.features .vc_col-sm-6:nth-of-type(3) {
		clear: both;
	}
}
@media only screen and (max-width: 767px) {
	.form-two .car-type .gfield_radio li{
		width: calc((100% - 90px) / 4);
		margin-bottom: 30px;
	}
	.form-two .car-type .gfield_radio li:nth-of-type(4n){
		margin-right: 0 !important;
	}
	.form-two  .car-type label {
		height: 100px;
		width: 100% !important;
	}
	.form-three .gravity_inner_input, .form-three .select {
		max-width: 200px !important;
	}
	.form-three .select#field_5_37{
		margin-right: 15px !important;
		align-self: flex-end;
	}
	.form-three .gravity_inner_input#field_5_35{
		margin-right: 0 !important;
	}
	.form-three .gravity_inner_input,
	.form-three .select {
		max-width: calc((100% - 15px) / 2) !important;
		margin-right: 15px !important;
	}
	.form-five ul.gfield_radio li, 
	.form-four ul.gfield_radio li {
		max-width: calc((100% - 15px) / 2);
		width: 100%;
		margin: 0 15px 30px 0 !important;
	}
	.form-five ul.gfield_radio li:nth-of-type(3n) {
		margin-right: 15px !important;
	}
	.form-five ul.gfield_radio li:nth-of-type(2n), 
	.form-four ul.gfield_radio li:nth-of-type(2n) {
		margin-right: 0 !important;
	}
	.gform_wrapper .top_label li ul.gfield_checkbox, 
	.gform_wrapper .top_label li ul.gfield_radio{
		width: 100% !important;
	}
	.gform_wrapper .form-six  .gravity_inner_input {
		max-width: calc((100% - 15px) / 2);
	}
	.form-six .gravity_inner_input {
		margin: 0 15px 0 0 !important;
	}
	.gform_wrapper .gfield_checkbox li label{
		padding-left: 30px;
	}
	.gform_wrapper .gfield_checkbox li label::before{
		left: 0;
	}
	.col-lg-12 .vc_column-inner{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.form-four .gfield_radio li:nth-of-type(3){
		margin-right: 15px !important;
	}
	.features h2 {
		font-size: 28px;
	}
	.features .icon {
    	width: 44px;
		height: 44px;
	}
	.features .descriptiom {
		width: calc(100% - 59px);
		padding-top: 10px;
		padding-right: 0px;
	}
	.page-404 img{
		width: 100%;
	}

	.page-404 .content-block{
		max-width: 385px;
		margin: 0 auto;
	}
}
@media (max-width: 579px) {
	.form-two .car-type .gfield_radio li{
		width: calc((100% - 30px) / 3);
		margin-right: 15px !important;
	}
	.form-two .car-type .gfield_radio li:nth-of-type(3n){
		margin-right: 0 !important;
	}
	.form-two .car-type .gfield_radio li:nth-of-type(4n){
		margin-right: 	15px !important;
	}
	.form-two  .car-type label {
		height: 100px;
		width: 100% !important;
	}
	.news .col-xs-6{
		width: 100%;
	}
}
@media (max-width: 479px) {
	.gfield_radio label {
		width: 140px !important;
	}
	.gform_wrapper .gfield_radio li:first-of-type {
		margin-right: 15px;
	}
	.form-three .gform_fields .ginput_container_select{
		margin: 0 !important;
	}
	.form-three .gform_fields .gravity_inner_input,
	.form-three .gform_fields .select{
		max-width: 100% !important;
		margin-right: 0 !important;
	}
	.form-three .select#field_5_37{
		margin-right: 0 !important;
	}
	.select .ginput_container_select {
		max-width: 100%;
	}
	.form-five ul.gfield_radio li, .form-four ul.gfield_radio li {
		max-width: 100%;
		margin: 0 0px 30px 0 !important;
	}
	.form-four .gfield_radio li:nth-of-type(3){
		margin-right: 0px !important;
	}
	.form-five ul.gfield_radio li:nth-of-type(3n){
		margin-right: 0 !important; 
	}
	.form-five ul.gfield_radio li:last-of-type {
		margin: 0 0px !important;
	}
	.form-seven .gfield:not(.gfield_html) {
		max-width: 100%;
	}
	.gform_wrapper .gravity_inner_input {
		max-width: 100%;
		margin-bottom: 25px !important;
	}
	.form-ten .field_sublabel_below:not(.radio-button) .gfield_label, .form-ten .field_sublabel_below:not(.radio-button){
		width: 100%;
	}
}
@media (max-width: 379px) {
	.form-two .car-type .gfield_radio li{
		width: calc((100% - 15px) / 2);
		margin-right: 15px !important;
	}
	.form-two .car-type .gfield_radio li:nth-of-type(2n){
		margin-right: 0 !important;
	}
	.form-two .car-type .gfield_radio li:nth-of-type(3n){
		margin-right: 	15px !important;
	}
	.gform_wrapper .form-six  .gravity_inner_input {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 25px !important;
	}
	.gform_wrapper ul.gform_fields li.gfield{
		margin-right: 0 !important;
	}
	.gform_wrapper ul.gform_fields li.gfield {
		margin-right: 0 !important;
		margin-left: 0 !important;
		width: 100% !important;
		max-width: 100%;
	}
}
@media (max-width: 359px) {
	.gfield_radio label {
		width: 130px !important;
	}
}
.block-thanks {
	padding: 100px 0 0;
}

.block-thanks h2 {
	font-weight: 600;
	font-size: 32px;
}

.block-thanks p {
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	color: #1D181A;
}
.block-thanks .btn-orange {
	margin: 30px auto;
	background: linear-gradient(0deg, #EF9021, #EF9021);
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
	border-radius: 4px;
	width: 280px;
	height: 63px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	transition: all 0.3s ease;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
}
.block-thanks .btn-orange:hover{
	background: linear-gradient(0deg, #DB7600, #DB7600);
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
}
.ui-datepicker-title select{
	color: #000 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	color: #46b450;
	text-align: center;
	font-size: 12px;
}



/*
***
Styles for Steel Partner
***
 */


/*
Styles that remove links to the stalprtner.ru START
 */
/* .burger{
	display: none;
} */

.top-header .call-us-column{
	display: flex;
}

.top-header .tel.number{
	display: flex;
}

footer{
	padding-top:0px;
}

.footer-top{
	display: none !important;
}

.footer-bottom{
	display: none !important;
}

.copyright-line{
	display: none;
}

/* 
@media screen and (min-width:1024px){
	.top-header-menu{
		display: none;
	}
} */

/* @media screen and (min-width: 1140px){
	.top-header .get-quote-btn {
		display: none !important;
	}
} */

/*
Styles that remove links to the stalprtner.ru END
 */


html{
	scroll-behavior: smooth;
}

h1, h2, h3, h4{
	font-weight: 500;
	color: var(--black);
}

h2{
	font-size:32px;
	line-height: 100%;
}

p{
	line-height:130%;
	font-size: 16px;
}

.owl-item h4{
	font-size: 16px;
}

header{
	z-index:500;
}

.blue-button{
	background: var(--blue);
	border-radius: 0px;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	color: white;
	padding: 15px 50px;
	border: none;
	transition: 0.7s all ease-in-out;
	text-decoration: none;
	cursor:pointer;
}

.blue-button:hover{
	background-color: var(--orange);
	box-shadow: rgba(255, 87, 25, 0.4) 0px 8px 24px;
}

.orange-button{
	background: var(--orange);
	border-radius: 0px;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	color: white;
	padding: 18px 40px;
	border: none;
	transition: 0.7s all ease-in-out;
	text-decoration: none;
	cursor:pointer;
}

.orange-button:hover{
	background-color: var(--blue);
	box-shadow: rgba(0, 130, 255, 0.4) 0px 8px 24px;
}




.home-hero-section{
	margin-top:60px;
	background-size: cover;
	background-position: center;
	margin-bottom: 50px;
	width:100% !important;
}

.home-hero-left{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.home-hero-left h1{
	color: white;
	font-weight: 600;
	font-size: 30px;
	line-height: 110%;
	margin-bottom: 20px;
}

.home-hero-benefits{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.home-hero-benefit{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 15px;
}

.home-hero-benefit:last-child{
	margin-bottom: 0px;
}

.home-hero-benefit img{
	width:10px;
	margin-right:15px;
}

.home-hero-benefits-left .home-hero-benefit img{
	width:20px;
	margin-right:15px;
}

.home-hero-benefit p{
	color: white;
	font-size: 18px;
}

.home-hero-left{
	margin-bottom: 20px;
}

.home-hero-left .vc_column-inner{
	padding-left:0px !important;
}

.home-hero-right{
	background-color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
}

.home-hero-right .vc_column-inner.home-hero-right{
	margin-bottom: 35px;
}

.home-hero-right-top{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top:35px;
	margin-bottom: 25px !important;
}

.home-hero-right-top p{
	text-align: center;
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	line-height: 100%;
	margin-bottom: 5px;
}

.home-hero-right-top h3{
	text-transform: uppercase;
	text-align: center;
	font-size: 26px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 24px;
	line-height: 100%;
}

.home-hero-right .home-hero-benefit p{
	color: black;
	line-height: 120%;
}

.home-hero-right-undertext{
	text-align: center;
	font-size: 16px;
	color:var(--grey);
	font-weight: 400;
	margin-top:20px;
	line-height: 110%;
	margin-bottom:0px !important;
}

.home-hero-right .wpcf7{
	display: flex;
	flex-direction: column;
	align-items: center;
	width:100%;
}

.home-hero-right .wpcf7 form{
	width:100%;
	position:relative;
}

.home-hero-right .wpcf7 form .wpcf7-response-output{
	position: absolute;
    background-color: white;
    left: 50%;
    bottom: -80px;
    width: 90%;
    padding: 10px 0px;
    margin: 0px;
    box-sizing: border-box;
    transform: translateX(-50%);
	text-align: center;
}

.home-hero-right .wpcf7 form .wpcf7-not-valid-tip{
	bottom:48px;
}

.home-hero-right .wpcf7 form .client-name .wpcf7-not-valid-tip{
	bottom:51px;
}

.home-hero-right .wpcf7 form .phone-numberr .wpcf7-not-valid-tip{
	bottom:41px;
}

.grecaptcha-badge{
	visibility:hidden !important;
}

.home-hero-right .wpb_raw_code{
	margin-bottom: 25px !important;
}

.home-hero-right .wpcf7 .iti.iti--allow-dropdown{
	width:100%;
}

.home-hero-right .wpcf7 input.wpcf7-tel {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid var(--grey);
	padding-top: 15px;
	padding-bottom: 15px;
	box-shadow: none;
	padding-left: 10px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.home-hero-right .wpcf7 input.wpcf7-name{
	width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--grey);
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: none;
    padding-left: 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    margin-bottom: 10px;
    -moz-appearance: none;
}

.home-hero-right .wpcf7 input.wpcf7-not-valid{
	border-color:red;
}

.home-hero-right .wpcf7 .phone-numberr .intl-tel-input{
	width:100%;
}

.home-hero-right .wpcf7 .phone-numberr input.wpcf7-intl-tel{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.home-hero-right .wpcf7 .phone-numberr .flag-container .selected-flag{
	background-color: rgba(0,0,0,.05);
}

.home-hero-right .wpcf7 input.wpcf7-submit{
	width: 100%;
	padding: 15px 0px;
	background-color: var(--blue);
	border: none;
	color: white;
	font-weight: 600;
	font-size: 15px;
	margin-top: 16px;
	transition: 0.7s all ease-in-out;
	cursor:pointer;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.home-hero-right .wpcf7 input.wpcf7-submit:hover{
	background-color: var(--light-blue);
	box-shadow: rgba(101, 123, 154, 0.4) 0px 8px 24px;
}

.home-hero-section .vc_row{
	padding-left: 0px;
}



.home-features-section{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
	margin-top: 10px;
}

.home-features-block{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	padding-top: 0px !important;
}

.home-features-block .vc_column-inner.home-features-block{
	margin-bottom: 0px;
}

.home-features-block .wpb_raw_code{
	margin-bottom: 0px !important;
}

.home-features-block .wpb_raw_code .wpb_wrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.home-features-block .wpb_raw_code .wpb_wrapper p{
	text-align: center;
	margin-top:10px;
}


.home-about-section{
	margin-top:40px;
	margin-bottom: 80px;
}

.home-about-section-text h2{
	font-size:28px;
	line-height: 120%;
	margin-bottom: 15px;
}

.home-about-section-text .wpb_text_column{
	margin-bottom: 0px;
}

.home-about-section-text .blue-btn{
	margin-bottom: 0px;
}

.home-about-section-text .wpb_raw_code{
	margin-bottom: 14px !important;
}



.home-partners-section{
	margin-bottom: 50px;
}



.home-products-section{
	margin-bottom: 60px;
}

.home-products-headings{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
}

.home-products-heading{
	font-size:32px;
	font-weight: 500;
	color: #999999;
}

.home-products-heading-active{
	color: black;
}

.home-products-box .wpb_single_image{
	margin-bottom: 10px !important;
}

.home-products-box .home-products-box-text p{
	transition:0.7s all ease-in-out;
}

.home-products-box .home-products-box-text p:hover{
	color: var(--orange);
}

.home-products-button{
	display:flex;
	align-items:center;
}


.home-advantages-section{
	margin-bottom: 0px;
}

.home-advantages-top{
	margin-top:20px;
	margin-bottom: 50px;
}

.home-advantages-top-heading{
	margin-bottom: 16px;
}

.home-advantages-top-text{
	margin-bottom: 0px !important;
}

.home-advantages-box-number{
	width:72px !important;
	height:72px;
	border: 3px solid var(--blue);
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-advantages-box-number .vc_column-inner.home-advantages-box-number{
	border:none;
}

.home-advantages-box-number .wpb_text_column{
	margin-bottom: 0px;
}

.home-advantages-box-number-inner{
	font-size: 32px;
	color: var(--blue);
	font-weight: 500;
}

.home-advantages-box-text{
	padding-left:0px !important;
	padding-right:0px !important;
	margin-top:20px;
}

.home-advantages-box-text h4{
	margin-bottom: 5px;
}

.home-advantages-boxes:last-child{
	padding-bottom: 20px;
}

.home-products-section .vc_tta-panel-title a{
	font-size: 32px;
	font-weight: 500;
	color: #999999 !important;
	padding-left: 0px !important;
}

.home-products-section .vc_tta-tab a{
	background-color: white !important;
	border: none !important;
}

.home-products-section .vc_tta-panel-body{
	background-color: white !important;
}

.home-products-section .vc_active .vc_tta-panel-title a{
	color: #000000 !important;
}

.home-products-section .vc_tta-panels{
	border:none !important;
}

.home-products-section .vc_tta-panel-body{
	border:none !important;
	padding-left: 0px !important;
	padding-right:0px !important;
}

.home-products-section .vc_tta-panel-heading{
	border:none !important;
}


.home-review-section{
	margin-bottom: 70px;
}

.home-review-section h4{
	line-height:120%;
}


.home-review-section .wdo-carosuel-container .owl-item{
	margin-bottom:10px;
}

.home-review-section .wdo-carosuel-container .owl-item .wpb_single_image{
	margin-bottom: 15px !important;
}

.home-review-section .wdo-carosuel-container .owl-next{
	border: 2px solid var(--blue) !important;
	border-radius: 50% !important;
	background-color: white !important;
	transition: 0.7s all ease-in-out;
	display: none !important;
}

.home-review-section .wdo-carosuel-container .owl-next:hover{
	background-color: var(--blue) !important;
}

.home-review-section .wdo-carosuel-container .owl-next:hover:before{
	color:white;
}

.home-review-section .wdo-carosuel-container .owl-next:before{
	color: var(--blue);
	position: absolute;
	font-size: 10px;
	top: 50%;
	left: 45%;
	transform: translate(-50%, -50%);
	transition: 0.7s all ease-in-out;
}

.home-review-section .wdo-carosuel-container .owl-prev{
	border: 2px solid var(--blue) !important;
	border-radius: 50% !important;
	background-color: white !important;
	transition: 0.7s all ease-in-out;
	display: none !important;
}

.home-review-section .wdo-carosuel-container .owl-prev:hover{
	background-color: var(--blue) !important;
}

.home-review-section .wdo-carosuel-container .owl-prev:hover:before{
	color:white;
}

.home-review-section .wdo-carosuel-container .owl-prev:before{
	color: var(--blue);
	position: absolute;
	font-size: 10px;
	top: 50%;
	left: 58%;
	transform: translate(-50%, -50%);
	transition: 0.7s all ease-in-out;
}


.home-review-section-top {
	margin-bottom: 50px;
}

.home-review-section-slider .wpcp-carousel-section{
	padding:0px !important;
}


footer{
	background-color: #F2F6F9;
}

.footer-container{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.footer-contacts{
	width:100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 30px;
}

.footer-logo{
	margin-bottom: 5px;
}

.footer-contacts-about{
	width:100%;
	margin-bottom: 20px;
}

.footer-contact-line{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 15px;
}

.footer-contact-line:last-child{
	margin-bottom: 0px;
}

.footer-contact-line svg{
	width:24px;
	margin-right:10px;
}

.footer-contact-line a{
	color: var(--black);
	text-decoration: none;
	font-size: 14px;
}

.footer-menus{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.footer-menu{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 30px;
}

.footer-menu:last-child{
	margin-bottom: 0px;
}

.footer-menu h4{
	font-size: 18px;
	margin-bottom: 12px;
}

.footer-menu li{
	font-size: 16px;
	margin-bottom: 12px;
}

.footer-menu li:last-child{
	margin-bottom: 0px;
}

.footer-menu li a{
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
	color:var(--blue);
}

.copyright-line{
	height:1px;
	background-color: #DCE0ED;
	margin-top:20px;
	margin-left:15px;
	margin-right: 15px;
}

.copyright-row{
	margin-bottom:20px;
	margin-top:30px;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}

footer .copyright-row p{
	padding-top:10px;
	padding-bottom: 0px;
}

.copyright-line-socials a{
	margin-right:15px;
}

.copyright-line-socials a:last-child{
	margin-right:0px;
}

.min-header{
	 box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}



.top-header .header-logo-link{
	width:150px;
}

.top-header .header-logo-link img{
	width:100%;
}

.home-hero-left .wpb_text_column p{
	color:white;
	width:100%;
	font-size:18px;
}



.bottom-form-section{
	margin-bottom:0px;
}

.bottom-form-container{
	display:flex;
	align-items:center;
	flex-direction:column;
}

.bottom-form-container .bottom-form-container-left{
	margin-bottom:14px;
}

.bottom-form-container .bottom-form-container-left h2{
	margin-bottom:8px;
	color:white;
}

.bottom-form-container .bottom-form-container-left h4{
	color:white;
}

.bottom-form-container .bottom-form-container-right form input{
	width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--grey);
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: none;
    padding-left: 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    margin-bottom: 10px;
    -moz-appearance: none;
}

.bottom-form-container .bottom-form-container-right form input.wpcf7-submit{
	width: 100%;
    padding: 15px 0px;
    background-color: var(--blue);
    border: none;
    color: white;
    font-weight: 600;
    font-size: 15px;
    margin-top: 16px;
    transition: 0.7s all ease-in-out;
    cursor: pointer;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.bottom-form-container .bottom-form-container-right form input.wpcf7-submit:hover{
	background-color: var(--light-blue);
    box-shadow: rgb(101 123 154 / 40%) 0px 8px 24px;
}

.services-container .services-container-boxes .services-container-box{
	margin-bottom:40px;
}

.services-container .services-container-boxes .services-container-box:last-child{
	margin-bottom:0px;
}

.services-container .services-container-boxes .services-container-box .wpb_single_image{
	margin-bottom:17px;
}

.services-container .services-container-boxes .services-container-box h4{
	line-height: 110%;
}



.home-about-section .home-about-section-text{
	margin-bottom:25px;
}

.home-about-section .home-about-section-text h2{
	margin-bottom:25px;
}

.home-about-section .home-about-section-text .wpb_text_column ul{
	margin-top:20px;
	list-style: disc;
	padding-left:17px;
}

.home-about-section .home-about-section-text .wpb_text_column ol li ul{
	margin-top:5px;
}

.home-about-section .home-about-section-text .wpb_text_column ol li ul li{
	margin-bottom:0px;
}

.home-about-section .home-about-section-text .wpb_text_column ol{
	margin-top:20px;
	list-style: numeric;
	padding-left:17px;
}

.home-about-section .home-about-section-text .wpb_text_column ul li{
	margin-bottom:10px;
}

.home-about-section .home-about-section-text .wpb_text_column ul li:last-child{
	margin-bottom:0px;
}

.home-about-section .home-about-section-text .wpb_text_column ol li{
	margin-bottom:10px;
}

.home-about-section .home-about-section-text .wpb_text_column ol li:last-child{
	margin-bottom:0px;
}


.bottom-form-container-right {
	position:relative;
}

.bottom-form-section{
	overflow:hidden;
}

.bottom-form-container-right form .wpcf7-response-output{
	position:absolute;
	bottom:-70px;
	left:0px;
	width:100%;
	padding:10px 0px;
	margin:0px;
	background-color:white;
	text-align:center;
}

.bottom-form-container-right form .wpcf7-form-control-wrap{
	position:relative;
}

.bottom-form-container-right form .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
	position:absolute;
	left:0px;
	bottom:-5px;
	margin:0px;
	padding:0px;
}

.bottom-form-container-right form .wpcf7-form-control-wrap input.wpcf7-not-valid{
	border-color:red;
}

body .wrapper{
	overflow:hidden;
}

body.page {
    padding-top: 0px;
}

body.page.admin-bar {
    padding-top: 62px;
}



@media screen and (min-width:420px){
	.footer-menus{
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.footer-menu:nth-child(2n){
		margin-left:35px;
	}

	.footer-menu:nth-last-child(2){
		margin-bottom: 0px;
	}

}



@media screen and (min-width:630px){
	.footer-menu{
		width:40%;
	}
}


@media screen and (min-width:720px){
	.home-hero-content{
		margin-top:20px;
	}
	
	.top-header .call-us-column{
		align-items: center;
	}
	
	.top-header .call-us-column .email{
		line-height: 100%;
    	margin-bottom: 8px;
		transition: 0.7s all ease-in-out;
	}
	
	.top-header .call-us-column .email:hover{
		color: #FF5719;
	}
	
	.home-hero-left{
		margin-bottom:0px;
	}
	
	.home-hero-left h1{
		margin-top:0px;
	}
	
	.home-hero-left .wpb_raw_code{
		margin-bottom:0px;
	}
	
	.home-hero-right .home-hero-right-undertext{
		margin-bottom:30px !important;
	}
	
	.bottom-form-section .bottom-form-container{
		flex-direction:row;
		align-items:center;
		justify-content:space-between;
	}
	
	.bottom-form-section .bottom-form-container .bottom-form-container-left{
		margin-bottom:0px;
	}
	
	.services-container .services-container-boxes .services-container-box{
		margin-bottom:0px;
	}
	
	
	.home-about-section.home-about-section-reverse{
		flex-direction:row-reverse;
	}
}



@media screen and (min-width:768px){
	.home-hero-image{
		position: relative;
	}

	.home-hero-image img{
		position: absolute;
		left: -25px;
		bottom: -280px;
		height: 270px !important;
		width: auto;
		max-width: initial !important;
		z-index: 200;
	}

	.home-hero-left .vc_column-inner{
		padding-left:0px !important;
	}

	.home-hero-right{
		z-index:250;
	}

	.home-hero-right .wpb_wrapper{
		padding-left:5px;
		padding-right:5px;
	}

	.home-hero-right .wpb_raw_code .wpb_wrapper{
		padding-left:0px;
		padding-right:0px;
	}

	.home-hero-section{
		overflow:visible !important;
		margin-bottom: 50px;
		margin-top:20px;
	}
	
	.home-hero-section .home-hero-content{
		display:flex;
		align-items:center;
		margin-bottom:40px;
	}
	
	.home-hero-section .home-hero-content .home-hero-right{
		margin-bottom:0px;
	}
	
	.home-hero-benefits-numbers .home-hero-benefit{
		align-items:center;
	}

	.home-features-section{
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 10px;
		margin-top: 60px;
		padding-left:15px;
	}

	.home-hero-section .vc_row{
		padding-left: 0px;
		padding-right: 0px;
	}


	.home-features-block .wpb_raw_code .wpb_wrapper{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.home-features-block .wpb_raw_code .wpb_wrapper p{
		text-align: left;
		margin-top:0px;
		margin-left:15px;
	}


	.home-separator-line{
		padding-left:0px;
	}


	.home-about-section{
		padding-left:0px;
	}
	
	.other-about-section-left .wpb_text_column{
		margin-bottom: 0px;
	}


	.home-products-headings{
		margin-bottom: 40px;
	}

	.home-products-headings .wpb_column{
		width: auto !important;
	}


	.home-advantages-top-text{
		width:670px;
	}

	.home-advantages-box{
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		margin-bottom: 40px;
	}

	.home-advantages-box .wpb_column.home-advantages-box{
		margin-bottom: 0px;
	}

	.home-advantages-box-text{
		margin-left: 10px;
		margin-top:10px !important;
		margin-top:0px;
		width:76% !important;
	}

	.home-advantages-box-text .vc_column-inner{
		width:100% !important;
	}

	.home-advantages-box-text h4{
		font-size: 24px;
		line-height: 110%;
		margin-bottom: 10px;
	}

	.home-advantages-box-text .wpb_text_column{
		margin-bottom: 0px;
	}


	.home-products-section .vc_tta-tab a{
		font-size: 32px;
		font-weight: 500;
		color: #999999 !important;
		padding-left: 0px !important;
	}

	.home-products-section .vc_tta-tab:last-child a{
		padding-left: 30px !important;
	}

	.home-products-section .vc_active.vc_tta-tab a{
		color: #000000 !important;
	}



	.footer-contact-line svg{
		width:32px;
	}

	.footer-contact-line a{
		font-size: 16px;
	}

	.footer-menu{
		margin-left:40px;
		margin-bottom: 0px;
		max-width: 230px;
		width:auto;
	 }

	.footer-menu:first-child{
		margin-left:0px;
	}

	.footer-menu:nth-child(2n){
		margin-left:40px;
	}

	.footer-menu:nth-last-child(3){
		margin-left:0px;
	}

	.copyright-row{
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding-left:15px;
		padding-right:15px;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	footer .copyright-row p{
		padding-top:0px;
	}

	.copyright-line-socials a{
		margin-right:15px;
	}

	.copyright-line-socials a:last-child{
		margin-right:0px;
	}
	
	
	body.page {
    	padding-top: 20px;
	}

}



@media screen and (min-width:1024px){

	.home-hero-section{
		margin-bottom: 80px;
		margin-top:30px;
	}

	.top-header .log{
		height:55px;
	}

	.top-header .call-us-column{
		display: flex;
	}

	.top-header .tel.text:hover{
		color: var(--green);
	}

	.top-header .tel.number:hover{
		color: var(--blue);
	}


	.menu-top li.menu-item-has-children:hover .sub-menu{
		visibility: visible;
		opacity: 1;
		top:40px;
		z-index: 20;
		box-shadow: 0 1px 2px rgba(0,0,0,0.02),
					0 2px 4px rgba(0,0,0,0.02),
					0 4px 8px rgba(0,0,0,0.02),
					0 8px 16px rgba(0,0,0,0.02),
					0 16px 32px rgba(0,0,0,0.02),
					0 32px 64px rgba(0,0,0,0.02);
	}

	.menu-top li.menu-item-has-children:hover .sub-menu::before{
		position: absolute;
		top:-5px;
		left:25px;
		z-index:15;
		content:"";
		width:10px;
		height:10px;
		border-radius: 2px;
		transform: rotate(45deg);
		background-color: white;
	}



	.home-features-section{
		margin-top: 60px;
	}

	.home-features-block .wpb_raw_code .wpb_wrapper p{
		margin-left:20px;
	}



	.home-about-section{
		padding-left:15px;
	}

	.home-about-section-video{
		padding-left:0px !important;
	}


	.home-products-heading{
		font-size: 42px;
	}


	.home-advantages-top-heading{
		font-size: 42px;
	}

	.home-advantages-box-text{
	}


	.home-products-section .vc_tta-tab a{
		font-size: 42px;
	}

	.home-review-section-top h2{
		font-size: 42px;
	}


	.footer-menu{
		max-width:450px;
	}
}



@media screen and (min-width:1140px){

	.top-header .call-us-column{
		align-items:flex-end;
	}
	
	.top-header .header-logo-link{
		width:auto;
		height:100%;
	}
	
	.top-header .header-logo-link img{
		height:100%;
		width:auto;
	}
	
	.home-hero-content{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-top:30px;
	}

	.home-hero-left{
		width:100% !important;
	}

	.home-hero-left h1 {
		font-size: 52px;
		line-height: 120%;
		margin-bottom: 25px;
		margin-top:0px;
	}

	.home-hero-benefit p{
		font-size: 20px;
	}

	.home-hero-left .vc_column-inner.home-hero-left {
		padding-left:0px !important;
	}

	.home-hero-right{
		width:416px !important;
	}

	.home-hero-image img{
		bottom: -360px;
    	height: 380px !important;
	}
	
	.home-hero-rgs-image img{
		bottom: -300px;
    	height: 320px !important;
	}
	
	.home-hero-rvs-image img{
		bottom: -340px;
    	height: 360px !important;
		left: 0px;
	}

	.home-features-section {
		margin-top: 20px;
	}


	.home-about-section{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.home-about-section .home-about-section-text{
		width:47% !important;
		
	}
	
	.home-about-section .home-about-section-text .vc_column-inner{
		padding-left:0px;
	}
	
	.home-about-section-reverse .home-about-section-text .vc_column-inner{
		padding-left:15px;
	}
	
	.home-about-section-reverse .home-about-section-image .vc_column-inner{
		padding-left:0px;
	}
	

	.home-about-section .wpb_video_widget{
		margin-bottom: 0px !important;
	}
	
	.other-about-section .wpb_video_widget{
		margin-bottom:30px !important;
	}


	.top-header .get-quote-btn{
		display: flex;
		align-items: center;
		justify-content: center;
		transition: 0.7s all ease-in-out;
		cursor: pointer;
	}

	.top-header .get-quote-btn:hover{
		background-color: var(--orange);
		color: white;
	}


	.footer-container{
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
	}

	.footer-contacts{
		width:390px;
		margin-bottom: 0px;
	}

	.footer-logo{
		margin-bottom: 15px;
	}

	.footer-contact-line a{
		transition: 0.7s all ease-in-out;
		cursor:pointer;
	}

	.footer-contact-line a:hover{
		color: var(--blue);
	}

	.footer-menu{
		max-width:240px;
	}

	.footer-menu ul li a{
		transition: 0.7s all ease-in-out;
		cursor:pointer;
	}

	.footer-menu ul li a:hover{
		color: var(--orange);
	}
	
	
	
	.home-hero-left .wpb_text_column p{
		width:80%;
	}
	
	
	.bottom-form-section .bottom-form-container .bottom-form-container-left{
		padding-left:0px;
		width:32%;
	}
	
	.bottom-form-section .bottom-form-container .bottom-form-container-left .vc_column-inner{
		width:100%;
	}
	
	.bottom-form-section .bottom-form-container .bottom-form-container-right{
		width:65%;
		padding-right:0px;
	}
	
	.bottom-form-section .bottom-form-container .bottom-form-container-right .vc_column-inner{
		width:100%;
	}
	
	.bottom-form-section .bottom-form-container .bottom-form-container-right form{
		width:100%;
		display:flex;
		flex-direction:row;
		align-items:center;
	}
	
	.bottom-form-section .bottom-form-container .bottom-form-container-right form p{
		width:100%;
		display:flex;
		flex-direction:row;
		align-items:flex-start;
		justify-content:space-between;
	}
	
	.bottom-form-section .bottom-form-container .bottom-form-container-right form p .wpcf7-form-control-wrap{
		width:31%;
	}
	
	.bottom-form-section .bottom-form-container .bottom-form-container-right form p .wpcf7-form-control-wrap input{
		margin-bottom:0px;
	}
	
	.bottom-form-section .bottom-form-container .bottom-form-container-right form p input.wpcf7-submit{
		width:31%;
		margin-top:0px;
		margin-bottom:0px;
	}
	
	.home-advantages-section{
		padding-top:50px !important;
		padding-bottom:20px;
	}
	
	
	
	.bottom-form-container-right form .wpcf7-response-output{
		width:auto;
		left:auto;
		right:0px;
		padding:10px 20px;
	}
}



@media screen and (min-width:1200px){
	
	.home-hero-left h1 {
		font-size: 52px;
	}

/* 	.copyright-row{
		padding-left:0px;
		padding-right:0px;
	} */

	.copyright-line{
		margin-left: 0px;
		margin-right:0px;
	}

	.home-hero-section .vc_row{
		padding-right: 0px;
		padding-left: 0px;
	}


	.home-about-section-video{
		padding-left:0px !important;
	}

	.footer-bottom .vc_row.wpb_row{
		padding: 0px 15px;
	}

	.footer-menu{
		max-width:250px;
	}
}



@media screen and (min-width:1220px){
	.home-hero-section .vc_row{
		padding-left: 15px;
		padding-right: 15px;
	}
}


@media screen and (min-width:1300px){
	.home-review-section .wdo-carosuel-container .owl-next{
		display: inline-block !important;
	}

	.home-review-section .wdo-carosuel-container .owl-prev{
		display: inline-block !important;
	}
}



.grecaptcha-badge{
	display:none !important;
}


body.page.scroll{
	padding-top:150px !important;
}

p, h2, h3, h4, li{
	color: black;
}

p, li, a{
	font-size:16px;
}

a{
	color: #0000EE;
}

a:hover{
	color: #FF5719;
}

.call-us-column .email{
	color: #0000EE !important;
}

.call-us-column .email:hover{
	color: var(--blue) !important;
}

.orange-border-btn {
	border: 2px solid #FF5719;
    font-weight: bold;
    color: #FF5719;
}

.top-header .orange-border-btn {
	padding: 11px 28px;
}


.page-id-1064 .top-header .tel a {
	font-weight: bold;
    font-size: 20px;
    color: #000000;
}

/* .page-id-1064 .burger {
	display: none;
} */

.page-id-1064 footer .copyright {
	background: #FFFFFF;
}

.page-id-1064 footer .copyright-row p {
	color: #999999;
}


@media (min-width: 1200px) { 
.page-id-1064 .top-header .vc_column-inner {
	padding: 0;
}
}