
::placeholder {
	color: #E0E0E0;
}

::selection {
	background-color: #00695c;
	color: #fff;
}

.lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}

.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #00695c;
	margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}

.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}

.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}

.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}

.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}

.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}

.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}

.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}

@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

html, body {
	height: 100%;
}

html {
	font-size: 16px;
}

body {
	font-size: 1.125rem;
	font-weight: 400;
	min-width: 320px;
	position: relative;
	line-height: 1.1;
	overflow-x: hidden;
	color: #333333;
}

body input, body textarea {
	border: 0;
	outline: none;
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
	border-color: red;
}

body input:required:valid, body textarea:required:valid {
	border-color: green;
}



a:hover {
	text-decoration: none;
	color:initial;
}

.page-template-default #content .customContainer {
	padding-top: 30px;
}

.XXlargeText {
	font-size: 4.5rem;
}
.XMlargeText {
	font-size: 3.75rem; /* 60px */
}
.XlargeText {
	font-size: 3.5rem;
}
.LLargeText {
	font-size: 3rem; /* 48px */
}

.largeText {
	font-size: 2.5rem; /* 40px */
}


.XmediumText {
	font-size: 2rem; /* 32px */
}
.XLmediumText {
	font-size: 1.75rem; /* 28px */
}
.mediumText {
	font-size: 1.5rem;  /* 24px */
}
.XLregularText {
	font-size: 1.25rem; /* 20px */
}
.XregularText {
	font-size: 1.125rem;
}

.regularText {
	font-size: 1rem;
}

.XsmallText {
	font-size: 0.875rem; /* 14px */
}

.smallText {
	font-size: 0.75rem;
}

.LsmallText {
	font-size: 0.625rem; /* 10px */
}

.LXsmallText {
	font-size: 0.5rem;
}
.sItalic{
	font-style: italic;
}
.w300 {
	font-weight: 300;
}
.w400 {
	font-weight: 400;
}

.w500 {
	font-weight: 500;
}

.w600 {
	font-weight: 600;
}

.w700 {
	font-weight: 700;
}
.w900 {
	font-weight: 900;
}
input[type="radio"] {
	display: none;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

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

header {
	min-height: 96px;
	background-color: #fff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.buttonPrimary {
/*	background: linear-gradient(98.17deg, #00897b 0%, #00695c 99.68%);*/
	border-radius: 4px;
	color: #fff;
	padding: 20px 30px;
	transition: all 0.3s;
	width: 100%;
	max-width: 220px;
	display: block;
	border: 0;
}
.buttonPrimaryRed{
/*	background: linear-gradient(180deg, #D44239 0%, #BB2920 100%);*/
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	padding: 10px;
}
.buttonPrimaryGrey{
	background: #939393;
	border-radius: 6px;
	width: auto;
	padding: 10px;
	margin: unset;
	text-transform: initial;
}	
.buttonPrimary:hover {
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	color: #fff;
}
.buttonPrimary:focus{
	outline:none;
}

.btnDisabled {
	background-color: #ccc;
	border: 1px solid #ccc;
}

.btnDisabled:hover {
	background-color: #ccc;
	color: #fff;
	box-shadow: none;
}

.page-template-default #content .customContainer {
	margin-top: 30px;
	margin-bottom: 30px;
}

.page-template-default #content .customContainer > .row {
	padding: 15px;
	margin: 10px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #00695c;
}

header a {
	width: 100%;
	max-width: 200px;
}

header img {
	height: 100%;
	max-height: 90px;
	    width: auto;
}
header nav a{
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 1rem;
	margin-left: 3rem;
}

.customContainer.marketinPartnersContent {
	margin-bottom: 30px;
	margin-top: 30px;
}

.customContainer.marketinPartnersContent article {
	padding: 15px;
	margin: 10px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #00695c;
}

.customContainer.marketinPartnersContent .entry-content {
	max-height: 600px;
	overflow-y: auto;
}

.customContainer.marketinPartnersContent .entry-content p {
	display: block;
	column-count: 4;
}
/*home mobile*/

/*home desktop*/	





.imageBlock{
	background-image: url(../index_files/imBlock.jpg);
	min-height: 400px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1900px;
    margin: 100px auto 90px ;
}
.partnersLogosBottom{
	margin-bottom: 50px;
	margin-top: 0;
}

/*contact us page*/
.formSide {
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 20px;
	background-color: #fff;
	border: 1px solid #00695c;
	border-radius: 4px;
	padding: 24px;
}

.formSide h1 {
	line-height: 4rem;
	margin-bottom: 16px;
}

.formSide .subtitle {
	margin-bottom: 32px;
	display: block;
}

.formSide .formContact input, .formSide .formContact label, .formSide .formContact textarea {
	width: 100%;
}

.formSide .formContact label {
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 4px;
	line-height: 1.5rem;
}

.formSide .formContact input, .formSide .formContact textarea {
	border: 1px solid #00695c;
	border-radius: 4px;
	min-height: 60px;
	padding: 16px;
	margin-bottom: 16px;
}

.formSide .formContact textarea {
	max-height: 120px;
	margin-bottom: 50px;
}

.formSide .formContact .buttonPrimary {
	font-weight: 700;
	font-family: 'Be Vietnam', sans-serif;
	font-size: 0.875rem;
	margin: auto;
}
/*welcome page*/
.formSectionTop{
/*	background: linear-gradient(270.11deg, #525252 0%, rgba(255, 255, 255, 0) 65%);*/
}
.formSectionTop .customContainer {
	position: relative;
}
.formSectionTop .carImg{
    position: absolute;
    right: 18%;
    top: -35px;
    transform: translate(50%, 10px);
}
.returnFormTop {
	padding: 70px 80px 0;
	
	border-radius: 16px;
	color: #fff;
	margin: 120px 0 0;
}
.returnFormTop .greetingReturn {
	padding-bottom: 24px;
	color: #333;
}

.returnFormTop .greetingReturn .returnName{
	color: #2f97ed
}
.returnFormTop .greetingReturn div {
	padding-bottom: 16px;
}
.returnFormTop .greetingReturn .LLargeText {
	margin-bottom: 20px;
}
.returnFormTop .greetingReturn h1 {
	line-height: 2rem;
	max-width: 345px;
}
.formSection{
	background-image: url(../index_files/Background.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #fff;
}
.returnForm {
	padding: 20px 80px 40px;
	
	border-radius: 16px;
	color: #fff;
	margin: 0 0 55px;
}

.returnForm .inputsReturn span {
	color: #333;
	margin-bottom: 1rem;
	display: block;
}

.returnForm .inputsReturn .vehicleReturnList .vehicleReturn {
	display: inline-flex;
	align-items: center;
	position: relative;
	line-height: 1;
	padding: 5px 20px 10px;
/*	background: linear-gradient(96.98deg, #00897b 0%, #00695c 99.68%);*/
	border-radius: 4px;
	text-transform: uppercase;
}

.returnForm .inputsReturn .vehicleReturnList .vehicleReturn a {
	position: absolute;
	color: #fff;
	display: block;
	font-size: 0.6rem;
	right: 5px;
	top: 5px;
}

.returnForm .inputsReturn .phoneReturn {
	border: 1px solid;
/*  	border-image-source: linear-gradient(98.17deg, #00897b 0%, #00695c 99.68%);*/
 	border-image-slice: 1;
	position: relative;
	border-radius: 4px;
	padding: 15px;
	color:  #00695c;
	line-height: 1rem;
}

.returnForm .inputsReturn .phoneReturn a {
	position: absolute;
	background-image: url(edit_new.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%);
	height: 12px;
	width: 12px;
}

.returnForm .buttonsReturn {
	display: flex;
	width: 100%;
	max-width: 300px;
}

.returnForm .buttonsReturn .buttonPrimary {
	padding: 17px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
/*	background: linear-gradient(98.17deg, #00897b 0%, #00695c 99.68%);*/
	border-radius: 4px;
}


.returnForm .notesReturn .LXsmallText {
	margin-top: 2rem;
	line-height: 0.75rem;
	color: #4F4F4F;
}

.returnForm .returnModel {
	position: relative;
}

.returnForm .returnModel img {
	top: 50%;
	transform: translate(0, -50%);
	position: absolute;
}

.infoBlock h2{
	max-width: 765px;
	border-left: 6px solid #00695c;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 100px;
	margin-bottom: 70px;
}
.infoBlock p{
	max-width: 465px;
	line-height: 1.4;
	color: #4F4F4F;
}
.infoBlock .vehicleReturn{
	box-shadow: 0px 4px 20px rgba(88, 124, 185, 0.6);
	border-radius: 8px;
	max-width: 500px;
	padding: 20px;
	margin-bottom: 2rem;
}
.infoBlock .vehicleReturn img{
	margin-bottom: 15px;
}
.infoBlock .vehicleReturn h4{
	margin-bottom: 1.5rem;
	min-height: 80px;
	text-transform: uppercase;
}
.infoBlock .vehicleReturn .buttonPrimary{
	margin: auto;
	max-width: 300px;
}
.infoBlock .vehiclesBlock{
	margin-top: 80px;
}
.sepBlock{
	padding: 20px;
	margin-top: 90px;
	margin-bottom: 60px;
	background: linear-gradient(109.57deg, #00897b 0%, #00695c 99.68%);
}
.sepBlock h2{
	max-width: 962px;
	margin: auto;
	color: #fff;
}
.contactPartnersLogos{
	margin-top: 120px;
}
footer:not(.entry-footer) {
	color: #fff;
	margin-top: 80px;
	    box-shadow: 0px -4px 6px rgba(0, 0, 0, 0.25);
	padding-bottom: 40px;
}
footer:not(.entry-footer) ul {
	padding: 0;
	list-style: none;
}
footer:not(.entry-footer) .footer-1  {
	max-width: 480px;
	font-size: 1rem;
	font-weight: 400;
}
footer:not(.entry-footer) .footer-1 .copyright{
	border-top: 1px solid #545454;
	padding-top: 15px;
	width: 100%;
}
footer:not(.entry-footer) .widgettitle {
	font-weight: 700;
	font-size: 1rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
footer:not(.entry-footer) .textwidget{
	font-size: 1rem;

}
footer:not(.entry-footer) .footerLogo {
	max-width: 100px;
	padding: 5px;
	margin-bottom: 20px;
}
.socialContainer a{
    margin-right: 1rem;
    text-decoration: underline;
    color: #545454;
}
/*quotes page*/

.page-template-template-quotes .site-content{
/*	background-image: url(../index_files/resultBg.png);*/
	background-size: cover;
	background-position: center;
	padding-bottom: 40px;
	padding-top: 50px;
}
.page-template-template-quotes .formContainer{
	background-color: transparent;
	box-shadow: none;
}
/*new home template*/
.page-template-template-home-new .banerSection{
	min-height: unset;
}
.page-template-template-home-new .buttonPrimary {
	padding: 10px;
}
.page-template-template-home-new input[type="radio"] ~ label{
	padding: 3px 12px 5px;
	border-radius: 6px;
}
.page-template-template-home-new input[type="radio"]:checked ~ label{
	background: linear-gradient(180deg, #D44239 0%, #BB2920 100%);
	color: #fff;
}
.page-template-template-home-new .longList .form-group:nth-child(n+10){display:none!important;}
.page-template-template-home-new .longList.open .form-group:nth-child(n+10){display:inline-block!important;}
.page-template-template-home-new .longList {
	max-height: 500px;
	overflow-y: auto;
	/*min-height: 150px;*/
}
.page-template-template-home-new .longList label{
	min-height: 56px;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
}
.aboutContent .innerPerson img{
	border-radius: 10px; 
	max-width: 200px;
}

.aboutContent .innerDesc p{
	min-height: 105px;
}