/* FONTS */
@font-face {
	font-family: 'Bold';
	src: url('../fonts/noah-bold-webfont.eot');
	src: url('../fonts/noah-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/noah-bold-webfont.woff2') format('woff2'),
		 url('../fonts/noah-bold-webfont.woff') format('woff'),
		 url('../fonts/noah-bold-webfont.ttf') format('truetype'),
		 url('../fonts/noah-bold-webfont.svg#webfontregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Regular';
	src: url('../fonts/noah-regular-webfont.eot');
	src: url('../fonts/noah-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/noah-regular-webfont.woff2') format('woff2'),
		 url('../fonts/noah-regular-webfont.woff') format('woff'),
		 url('../fonts/noah-regular-webfont.ttf') format('truetype'),
		 url('../fonts/noah-regular-webfont.svg#webfontregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* CSS RESET */
*,p{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
figure, footer, header, section{
	display: block;
}
body{
	line-height: 1;
	color: #3E4149;
}
ol, ul{
	list-style: none;
}
a{
	color: inherit;
}
a:hover,
a:active,
a:focus{
	text-decoration: none;
}
button{
	cursor: pointer;
}
button:focus{
	outline: none;
}
button:active{
	outline: none;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
html{
	background: #fff;
	scroll-behavior: smooth;
}
body{
	position: relative;
	overflow-x: hidden;
	/*cursor: none;*/
	z-index: -1;
}
input, textarea{
	outline: none;
}
.nopadding{
	padding: 0;
}
/*.cursor{
	display: none;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	mix-blend-mode: exclusion;
	pointer-events: none;
	margin: -20px 0 0 -20px;
	z-index: 1051;
}*/
body::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

body::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background: linear-gradient(65.25deg, #662383 13.08%, #4FBCBD 86.85%);
}
.owl-carousel .owl-item img{
	display: inline;
	width: auto;
}
.owl-theme .owl-nav [class*=owl-]:hover,
.owl-theme .owl-nav [class*=owl-]{
	background: transparent;
}
.main-btn{
	position: relative;
}
.btn-grad{
	font-family: 'Bold';
	font-size: 24px;
	color: #3E4149;
	border: solid 1px transparent;
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to right, #662383, #4FBCBD);
	background-origin: border-box;
	box-shadow: 2px 1000px 1px #fff inset;
	border-radius: 50px;
	transition: all 0.2s ease-in-out;
}
.btn-grad i{
	font-size: 20px;
	padding-left: 10px;
}
.btn-sm.btn-hover{
	box-shadow: none;
	color: #fff;
}
.btn-lg{
	padding: 5px 65px 5px 35px; 
}
.btn-sm{
	position: absolute;
	top: 3px;
	right: 3px;
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to right, #662383, #4FBCBD);
	padding: 2px 10px 2px 1px;
}
.owl-theme .owl-nav.disabled+.owl-dots{
	margin-top: 80px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
	background: linear-gradient(65.25deg, #662383 13.08%, #4FBCBD 86.85%);
}
.container-fluid{
	max-width: 70%;
}
input[type=checkbox]{
	display:none;
}
input[type=checkbox] + label:before{
	content: "\f18a";
	display: inline-block;
	position: relative;
	top: 3px;
	font-family: FontAwesome;
	font-size: 23px;
	color: #3E4149;
	padding-right: 10px;
}

input[type=checkbox]:checked + label:before{
	content: "\f17c";
	color: #E94E1B;
}
/* PRODUCT RENTAL PERIOD */
.product-sec .period{
	margin: 25px 0 35px;
}
.product-sec .period h3{
	margin-bottom: 15px;
}
.product-sec .period label{
	font-family: 'Bold';
	font-size: 20px;
	margin-right: 40px;
}
.product-sec .period input[type=radio]{
	display:none;
}
.product-sec .period input[type=radio] + label:before{
	content: "\f18a";
	display: inline-block;
	position: relative;
	top: 3px;
	font-family: FontAwesome;
	font-size: 30px;
	color: #3E4149;
	padding-right: 10px;
}
.product-sec .period input[type=radio]:checked + label:before{
	content: "\f17c";
	color: #E94E1B;
}

/* HEADER */
header{
	visibility: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0px 7px 9px 0px #4FBCBD33;
	padding: 15px 150px 14px 200px;
	z-index: 9;
}

header .container-fluid{
	max-width: 25%;
}

header p{
	position: relative;
	font-family: 'Regular';
	font-size: 22px;
	color: #662383;
	margin-top: 30px;
}

header .apps div{
	margin: 50px auto 20px;
}

header .apps a{
	margin-right: 80px;
}

header .apps a:last-of-type{
	margin-right: 0;
}

header .apps img{
	width: 120px;
	transition: all 0.2s ease-in-out;
}

header .apps img:hover{
	transform: scale(1.1);
}

.menu{
	z-index: 2;
}

.menu-items{
	float: right;
}

.menu-items ul li{
	display: inline-block;
	list-style: none;
	margin-right: 60px;
}

.menu li.mobile{
	display: none;
}

.menu-items li a{
	color: #3E4149;
	transition: all 0.2s ease-in-out;
}

.menu-items li a:hover{
	color: #4FBCBD;
}

.menu-items ul li:last-of-type{
	margin: 0;
}

.menu-items ul .lang{
	margin-right: 20px;
}

.menu-items ul .lang{
	border: 3px solid #3E4149;
	border-radius: 50%;
    background: linear-gradient(to right, #00A0E4, #03528C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 10px 9px 11px 8px;
    transition: all 0.2s ease-in-out;
}

.menu-items ul .lang a{
	font-size: 17px;
}

.menu-items ul .lang:hover{
	transform: scale(0.9);
}

.menu-items .dropdown-menu{
	border: none;
	border-radius: 0;
	left: -25px;
	padding: 20px 0;
}

.menu-items .dropdown-item{
	margin-bottom: 15px;
}

.menu-items .dropdown-item:active,
.menu-items .dropdown-item:focus{
	background: transparent;
}

.dropdown-toggle::after{
	display: none;
}

.menu-items a{
	font-family: Bold;
	font-size: 20px;
}

.menu-icon{
	position: relative;
	top: 15px;
}

.close-menu{
	float: right;
	cursor: pointer;
}

.menu-icon.open-menu span{
	top: 50px;
	left: 3px;
	color: #662383;
	margin-left: 0;
}

.menu{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	box-shadow: 0px 7px 9px 0px #4FBCBD33;
	color: #242526;
	z-index: 2;
	padding: 15px 50px 14px;
}

.menu img{
	top: 10px;
	left: 49%;
}

.menu p{
	color: #fff;
}

.menu ul{
	margin: 50px 0 0;
}

.menu li{
	display: block;
	margin-right: 70px;
}

.menu li:after{
	content: '';
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 2px;
	background: red;
	background: -webkit-linear-gradient(to right, #662383 , #4FBCBD);
	background: -o-linear-gradient(to right, #662383 , #4FBCBD);
	background: -moz-linear-gradient(to right, #662383 , #4FBCBD);
	background: linear-gradient(to right, #662383 , #4FBCBD);
	transform: scaleX(0);
	transform-origin: 0% 100%;
	transition: transform 0.15s ease-in-out;
	margin: 20px 0;
}

.menu li:hover:after{
	transform: scaleX(1);
}

.menu .lang:after,
.menu .log-in:after{
	display: none;
}

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

.menu li a{
	font-family: 'Bold';
	font-size: 20px;
	color: #242526;
}

.menu .log-in a{
	font-family: 'Bold';
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #E94E1B;
}

#return-to-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
	visibility: visible;
	opacity: 1;
}

#return-to-top img{
	width: 40px;
}

.fixed-icons{
	position: fixed;
	right: 3%;
	bottom: 10%;
	z-index: 9;
}

.fixed-icons li{
	height: 30px;
	width: 30px;
	background: transparent;
	border: 1px solid #3E4149;
	border-radius: 50%;
	font-family: 'Bold';
	font-size: 13px;
	padding: 8px 5px;
	margin-bottom: 15px;
	transition: all 0.2s ease-in-out;
}

.fixed-icons li:hover{
	background: linear-gradient(to right, #4FBCBD , #F9B233, #E94E1B, #662383);
	border: 1px solid #fff;
	color: #fff;
	transform: scale(1.2);
}

.fixed-icons a:hover{
	color: #fff;
}

.fixed-icons li.call{
	padding: 5px 4px;
	margin-bottom: 0;
}

.fixed-icons li i{
	font-size: 20px;
}

/* 404 */
.error{
	max-width: 100%;
	min-height: 800px;
	position: relative;
	background: #EFF0F6;
	background-image: url('../img/error-img.jpg');
	background-size: 95%;
	background-position: right;
	background-repeat: no-repeat;
	visibility: hidden;
	margin-top: 100px;
}

.error-content{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 200px;
}

.error p{
	font-family: 'Regular';
	font-size: 24px;
	text-align: center;
	color: #662383;
	margin-bottom: 35px;
}

.error img{
	width: 400px;
}

/* HOME */
.hero{
	padding: 110px 0 50px;
}

.hero .item{
	position: relative;
}

.hero .img-fluid.mobile{
	display: none;
}

.hero h3{
	font-family: Bold;
	font-size: 3em;
	line-height: 1;
	color: #4FBCBD;
	padding-right: 25%;
	margin: 50px 0 15px;
}

.hero h4{
	font-family: Regular;
	font-size: 2.8em;
	color: #3E4149;
	margin-bottom: 20px;
}

.hero h4 span{
	font-family: Bold;
}

.hero h5{
	font-family: Bold;
	font-size: 1.8em;
	color: #662383;
	margin-bottom: 5px;
}

.hero p{
	font-family: Regular;
	font-size: 1.3em;
	color: #662383;
}

.hero .slogan{
	font-size: 1.3em;
	position: absolute;
	bottom: 30px;
	left: 15px;
}

.hero-carousel.owl-theme .owl-nav,
.hero-carousel.owl-theme .owl-dots,
.assistant-carousel.owl-theme .owl-nav,
.assistant-carousel.owl-theme .owl-dots{
	position: absolute;
	text-align: left;
}

.hero-carousel.owl-theme .owl-nav,
.assistant-carousel.owl-theme .owl-nav{
	bottom: 90px;
	left: 300px;
}

.hero-carousel.owl-theme .owl-dots,
.assistant-carousel.owl-theme .owl-dots{
	left: 220px;
	bottom: 100px;
}

.hero-carousel .owl-nav button.owl-next,
.assistant-carousel .owl-nav button.owl-next{
	position: relative;
	left: -5px;
}

.hero .special h3{
	color: #3E4149;
}

.hero ul{
	margin-top: 40px;
}

.hero li{
	display: inline-block;
	position: relative;
	padding-right: 20px;
	margin-right: 15px;
}

.hero li:after{
	content: '';
	display: block;
	height: 90px;
	width: 1px;
	background: linear-gradient(180deg, #4FBCBD 13.08%, #662383 86.85%);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.hero li:last-of-type:after{
	display: none;
}

.hero li p{
	font-family: Regular;
	font-size: 1.8em;
	color: #3E4149;
	opacity: 0.5;
	margin-bottom: 5px;
}

.hero li span{
	display: block;
	font-family: Bold;
	font-size: 1.8em;
	color: #4FBCBD;
}

.hero .special .hero-offer{
	font-family: Bold;
	font-size: 1.8em;
}

.hero .special .hero-offer img{
	display: inline-block;
	position: relative;
	top: -5px;
	padding-right: 10px;
}

.shapes img,
.shapes div{
	position: absolute;
}

.shapes img.left{
	top: 60%;
	left: 15%;
	animation: fadeLeft 5s infinite linear;
}

@keyframes fadeLeft{
	0%, 100%{opacity: 1}
	50%{opacity: 0}
}

.shapes img.right{
	width: 230px;
	top: 30%;
	right: 15%;
	animation: fadeRight 5s infinite linear;
}

@keyframes fadeRight{
	0%, 100%{opacity: 0}
	50%{opacity: 1}
}

.shapes div{
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.blue-circle{
	background: #4FBCBD;
	top: 30%;
	left: 10%;
	animation: colorChangeBlue 5s infinite;
}

@keyframes colorChangeBlue{
	0%, 100%{background: #4FBCBD}
	50%{background: #E94E1B}
}

.orange-circle{
	background: #E94E1B;
	top: 12%;
	right: 35%;
	animation: colorChangeOrange 5s infinite;
}

@keyframes colorChangeOrange{
	0%, 100%{background: #E94E1B}
	50%{background: #4FBCBD}
}

section h2{
	font-family: 'Bold';
	font-size: 48px;
	line-height: 90%;
	letter-spacing: -2px;
	margin-bottom: 20px;
}

section p{
	font-family: 'Regular';
	font-size: 22px;
	line-height: 120%;
}

.what-is h2{
	margin: 0 0 45px 170px;
	visibility: hidden;
}

.what-is .video-sec{
	position: relative;
	min-height: 900px;
	background-color: #000;
}
.what-is iframe{
	position: absolute;
	width: 100%;
	min-height: 900px;
	z-index: 1;
}

.what-is .poster{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.what-is .poster p{
	font-family: 'Bold';
	font-size: 40px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.what-is .poster img{
	width: 700px;
}

.car-types{
	padding: 0 200px;
}

.car-types h2{
	margin-top: 70px;
}

.car-types .col-lg-9{
	padding: 0 100px;
}

.car-types .col-lg-4{
	width: 280px;
	height: 310px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 2px 1000px 1px #fff inset;
	border: solid 1px transparent;
	padding: 37px 0;
	margin: 0 auto 30px;
}

.car-types .col-lg-4.active{
	border-radius: 50%;
	border: solid 1px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to right, #662383, #4FBCBD);
    background-origin: border-box;
    box-shadow: 2px 1000px 1px #fff inset;
}

.car-types img{
	display: block;
	margin: 20px auto 10px;
}

.car-types h4{
	color: #030303;
}

.car-types .col-lg-4.active h4{
	color: #662383;
}

.car-types .more{
	display: block;
	font-family: Bold;
	font-size: 16px;
	text-align: center;
	color: #662383;
	margin-bottom: 5px;
}

.car-types .col-lg-4.active .more{
	color: #030303;
}

.car-types .btn-sm{
	position: static;
    display: block;
    height: 40px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to right, #662383, #4FBCBD);
    padding: 2px 9px 1px 1px;
    margin: 0 auto;
}

.car-types .col-lg-4.active .btn-sm{
	box-shadow: none;
}

.car-types .col-lg-4.active .btn-sm i{
	color: #fff;
}

.car-types .btn-sm i{
	font-size: 21px;
	padding-left: 9px;
	display: block;
	color: #662383;
}

.assistant{
	max-width: 79%;
	padding: 150px 0 100px;
	visibility: hidden;
}

.assistant .logo{
	float: right;
	margin: -180px 0 50px;
}

.assistant ul{
	padding: 0 200px;
}

.assistant ul li{
	font-family: Bold;
	font-size: 25px;
	line-height: 1.25;
	margin-bottom: 65px;
}

.assistant ul li:last-of-type{
	margin: 0;
}

.assistant li p:before{
	content: '';
	display: block;
	height: 2px;
	width: 65px;
	background: #4FBCBD;
	margin: 20px 0;
}

.assistant p{
	font-family: Bold;
}

.assistant.promo{
	padding: 120px 100px 40px;
}

.assistant.promo.bottom{
    padding: 100px 0 40px;
}

.assistant.promo li{
	font-size: 28px;
	margin-bottom: 35px;
}

.special-offer{
	position: relative;
	color: #fff;
	background: rgba(124, 196, 202, 0.7);
	padding: 75px 280px  60px;
}

.special-offer.promo{
	background: linear-gradient(121.02deg, #662383 38.07%, #4FBCBD 85.17%);
}

.special-offer .container-fluid{
	max-width: 100%;
}

.special-offer .col-lg-6{
	padding-right: 130px;
}

.special-offer h3{
	font-family: Bold;
	font-size: 28px;
	margin-bottom: 35px; 
}

.special-offer h3 img{
	position: relative;
	top: -3px;
	padding-right: 10px;
}

.special-offer h2{
	width: 440px;
	font-family: Bold;
	font-size: 3em;
	line-height: 1;
	color: #662383;
	margin-bottom: 60px;
	margin-left: -100px;
}

.special-offer .note{
	font-family: Regular;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 60px;
}

.special-offer.promo ul{
	margin: 45px 0 50px;
}

.special-offer li{
	position: relative;
	display: block;
	margin-bottom: 60px;
}

.special-offer li:last-of-type{
	padding: 0;
	margin: 0;
}

.special-offer li p{
	position: relative;
	left: 120px;
	display: inline;
	font-family: Bold;
	font-size: 1.6em;
	letter-spacing: -0.02em;
	color: #662383;
	margin: 0 0 10px -120px;
}

.special-offer li p:before{
	content: '';
	position: absolute;
	top: 50%;
	left: -40px;
	transform: translateY(-50%);
	display: block;
	width: 1px;
	height: 65px;
	background: #662383;
}

.special-offer img{
	padding-right: 80px;
}

.special-offer .main-btn{
	display: block;
	margin: 60px auto 0;
}

.special-offer .btn-grad{
	font-size: 24px;
	box-shadow: 2px 1000px 1px #a3d6da inset;
}

.special-offer .btn-sm.btn-hover{
	box-shadow: none;
	color: #fff;
}

.special-offer .shapes .left{
	width: 145px;
	top: 10%;
}

.special-offer.promo .shapes .left{
	top: 4%;
}

.special-offer .shapes .right{
	width: 170px;
	top: 10%;
}

.special-offer.promo .shapes .right{
	width: 210px;
	right: -280px;
}

.special-offer .shapes .blue-circle{
	top: 24%;
	left: 50%;
}

.special-offer.promo .shapes .blue-circle{
	top: 5%;
	left: 85%;
}

.special-offer .shapes .orange-circle{
	top: auto;
	bottom: 20%;
	right: 0;
}

.special-offer.promo .shapes .orange-circle{
	bottom: 3%;
	right: -140px;
}

.promo-assistant{
	position: relative;
}

.promo-assistant .blue-circle{
	position: absolute;
	top: auto;
	left: 60px;
	bottom: 50px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.promo-assistant:after{
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	background: linear-gradient(to right, #4FBCBD , #F9B233, #E94E1B, #662383);
	margin-top: 80px;
}

.promo-assistant ul li{
	font-size: 28px;
    list-style-image: url(../img/icons/star-icon.svg);
}

.assistant.promo.bottom{
	position: relative;
}

.assistant.promo.bottom .orange-circle{
	position: absolute;
	top: -50px;
	left: 60%;
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.offer{
	position: relative;
	visibility: hidden;
}

.offer .container-fluid{
	max-width: 100%;
}

.offer .text{
	padding: 35px 10% 35px 15%;
}

.offer .slogan{
	font-family: 'Bold';
}

.offer a{
	margin: 50px auto 200px;
}

.offer .letter{
	width: 200px;
	position: absolute;
	top: 20%;
	left: 0;
}

.offer svg{
	visibility: visible;
	width: 215px;
	position: absolute;
	top: 17%;
	left: -2%;
}

.offer svg path{
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: strokeS 2s linear forwards;
}

@keyframes strokeS{
	to{
		stroke-dashoffset: 0;
	}
}

.outline-ie{
	display: none;
}

.packages{
	position: relative;
	padding-top: 150px;
	visibility: hidden;
}

.packages .header img{
	width: 1060px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.packages .header img.letter{
	width: 60px;
	left: 34%;
}

.packages .header svg{
	visibility: visible;
	width: 60px;
	position: absolute;
	top: 1%;
	left: 32.7%;
}

.packages .header svg path{
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: strokeI 7s linear forwards;
}

@keyframes strokeI{
	to{
		stroke-dashoffset: 0;
	}
}

.icons{
	margin-top: 200px;
}

.icons .col-lg-6{
	padding: 0 100px;
	margin-bottom: 80px;
}

.icons .col-lg-9:before{
	content: '';
	position: absolute;
	display: block;
	width: 2px;
	height: 65px;
	background: linear-gradient(to left, #E94E1B 0%, #F9B233 100%);
}

.icons p{
	position: absolute;
	top: 50%;
	font-family: 'Bold';
	margin-left: 30px;
	transform: translateY(-50%);
}

.icons p span{
	color: #662383;
}

#what_is h2{
	position: relative;
	top: 0;
}

.packages .button-row{
	visibility: visible;
}

.packages .button-row .main-btn{
	margin: 0 auto;
}

.quotes{
	position: relative;
	padding: 150px 0 100px;
	overflow-x: hidden;
	visibility: hidden;
}

.quotes h2{
	margin: 0 0 100px 200px;
}

.quotes.promo{
	padding-top: 100px;
}

.quotes .item{
	/*padding: 0 30%;*/
	padding: 0 20px;
}

.quotes .bubble{
	border: solid 1px transparent;
    background: linear-gradient(90deg, #00A0E4 0%, #03528C 100%);
    background-origin: border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    border-radius: 100px;
    padding: 120px 50px 50px;
}

.quotes .bubble .tail{
	position: absolute;
	left: 48%;
	bottom: 127px;
}

.quotes img.open{
	opacity: 1!important;
	position: absolute;
	z-index: 2;
	width: 55px;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
}

.quotes img.closed{
	bottom: 40%;
	right: 22%;
}

.quotes p{
	font-family: 'Regular';
	font-size: 18px;
	line-height: 1.4;
	color: #000;
	margin-bottom: 15px;
}

.quotes .person{
	display: block;
	text-align: center;
	position: relative;
	/*padding: 0 28% 0 40%;*/
	margin: 50px auto 20px;
}

.quotes .avatar-wrapper{
	display: inline-block;
	width: 75px;
	height: 75px;
	position: relative;
	top: 30px;
	right: 20px;
	border-radius: 50%;
	overflow: hidden;
}

.quotes .person p{
	display: inline-block;
	font-size: 17px;

}

.quotes a{
	display: block;
	text-align: center;
	margin: 80px auto 0;
}

.more-services{
	position: relative;
	padding: 100px 0;
	visibility: hidden;
}

.more-services .header img{
	width: 60%;
	position: absolute;
	top: 0;
	right: 5%;
}

.more-services .header img.letter{
	width: 19%;
	top: 5%;
	right: 28%;
}

.more-services .header svg{
	visibility: visible;
	position: absolute;
	width: 21%;
	top: 0;
	right: 29%;
}

.more-services .header svg path{
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: strokeM 10s linear forwards;
}

@keyframes strokeM{
	to{
		stroke-dashoffset: 0;
	}
}

.more-services .text{
	padding-right: 201px;
}

.more-services .icons .col-lg-9:before{
	background: linear-gradient(to left, #662383 0%, #4FBCBD 100%);
}

.more-services .main-btn{
	margin: 0 auto;
}

/* SIMPL ASSISTANT */
.assistant-choice{
	visibility: hidden;
	padding: 80px 200px;
}

.assistant-choice h2{
	color: #662383;
	margin-bottom: 95px;
}

.assistant-choice .col-lg-4{
	-ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
	border: 1px solid #662383;
	border-radius: 50px;
	background: #fff;
	padding: 60px 55px 40px;
	margin-right: 1.3%;
	transition: all 0.2s ease-in-out;
}

.assistant-choice .col-lg-4:hover .top span,
.assistant-choice .col-lg-4:hover .top h3,
.assistant-choice .col-lg-4:hover .top p,
.assistant-choice .col-lg-4:hover .top h4,
.assistant-choice .col-lg-4:hover li{
	color: #fff;
}

.assistant-choice .col-lg-4:hover{
	background: #662383;
}

.assistant-choice .col-lg-4:hover .btn-sm{
	color: #4FBCBD;
	box-shadow: 2px 1000px 1px #662383 inset;
	border: 1px solid #fff;
}

.assistant-choice .col-lg-4:hover .btn-lg{
	color: #fff;
	box-shadow: 2px 1000px 1px #662383 inset;
	border: 1px solid #4FBCBD;
}

.assistant-choice .top{
	border-bottom: 1px solid #4FBCBD;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.assistant-choice .top span{
	display: block;
	font-family: Bold;
	font-size: 1.1em;
	line-height: 1.1;
	color: #000;
}

.assistant-choice .top h3{
	font-family: Bold;
	font-size: 4em;
	color: #000;
	margin: 10px 0;
}

.assistant-choice .top p{
	font-family: Bold;
	font-size: 1.1em;
	color: #662383;
	margin-bottom: 5px;
}

.assistant-choice .top h4{
	font-family: Bold;
	font-size: 3em;
	color: #662383;
}

.assistant-choice ul{
	margin-bottom: 40px;
}

.assistant-choice li{
	font-family: Regular;
	font-size: 1.2em;
	color: #4F4F4F;
	margin-bottom: 25px;
}

.assistant-choice li:last-of-type{
	margin-bottom: 0;
}

.assistant-choice li img{
	float: right;
}

.single{
	padding: 0 200px 70px;
}

.single .row{
	position: relative;
	background: url('../img/single-bg.jpg');
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 55px 150px 40px;
}

.single p{
	display: inline-block;
	font-family: Bold;
	font-size: 2.2em;
	color: #662383;
	margin-right: 25px;
}

.single p:last-of-type{
	margin-right: 5px;
}

.single span{
	display: inline-block;
	font-family: Bold;
	font-size: 1.1em;
	color: #662383;
}

.single .main-btn{
	margin-left: 100px;
}

.single .btn-grad{
	box-shadow: 2px 1000px 1px #E3EEF3 inset;
}

.single .btn-grad.btn-hover{
	box-shadow: none;
}

.single .btn-sm{
	top: -10px;
}

.single .vector{
	position: absolute;
	top: -60px;
	right: 0;
}

.simpl-app{
	padding: 150px 300px 90px;
}

.simpl-app h2{
	font-family: Bold;
	font-size: 3.2em;
	color: #662383;
	padding-right: 100px;
	margin: 80px 0 30px;
}

.simpl-app .app-btn{
	transition: all 0.2s ease-in-out;
}

.simpl-app .app-btn:hover{
	transform: scale(0.8);
}

.special-offer h3{
	font-family: Regular;
	font-size: 1.6em;
	color: #3E4149;
}

.special-offer.additions h2{
	margin-bottom: 15px;
}

.special-offer.additions h3{
	width: 500px;
	margin-left: -100px;
	margin-bottom: 80px;
}

.special-offer.additions .note{
	display: block;
	font-family: Regular;
	color: #000;
	margin-top: 55px;
	margin-bottom: 0;
}

.special-offer.additions ul{
	padding-right: 120px;
}

/* CATALOG */
.catalog{
	visibility: hidden;
	color: #000;
	padding: 200px 0 0 0;
}

.catalog .container-fluid,
.partners .container-fluid{
	max-width: 80%;
}

.owl-carousel.partners-carousel .owl-item img{
	width: 80%;
}

.catalog h3{
	font-family: 'Regular';
	font-size: 30px;
	line-height: 120%;
	padding-right: 55%;
}

.filter{
	padding: 35px 15px;
}

.filter-toggle{
	display: block;
	font-family: 'Bold';
	font-size: 16px;
	color: #8F91A3;
	transition: all 0.2s ease-in-out;
}

.filter-toggle:after{
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #662383, #4FBCBD);
	margin-top: 10px;
}

.filter-toggle:hover{
	color: #000;
}

.filter-toggle i{
	float: right;
	font-size: 25px;
	position: relative;
	top: -7px;
}

.filter ul{
	/*text-align: center;*/
	padding-top: 20px;
}

.filter li{
	position: relative;
	display: inline-block;
	margin-right: 40px;
	margin-bottom: 25px;
}

.filter li:last-of-type{
	margin-right: 0;
}

.filter li img{
	width: 16px;
	position: absolute;
	top: 48px;
	right: 12%;
}
.filter label{
	float: left;
	font-family: 'Regular';
	font-size: 18px;
	margin-bottom: 15px;
}

.filter select{
	width: 210px; 
	font-family: 'Regular';
	font-size: 16px;
	color: rgba(0, 0, 0, 0.4);
	padding: 10px 65px 10px 20px
}

.filter option{
	color: #000;
}

.filter .main-btn .btn-grad{
	font-size: 19px;
}

.filter .main-btn .btn-lg{
	padding: 6px 90px 6px 55px;
}

.filter .btn-sm{
	top: -6px;
	padding: 3px 7px 3px 10px;
}

.filter .btn-sm i{
	position: relative;
	top: 1px;
	left: -2px;
	font-size: 18px;
	padding-left: 0;
}

.cars-catalog{
	padding: 80px 100px 0;
}

.catalog-item{
	width: 280px;
	height: 280px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 2px 1000px 1px #fff inset;
	border: solid 1px transparent;
	padding: 37px 0;
	margin: 0 auto 30px;
}

.catalog-item.active{
	border-radius: 50%;
	border: solid 1px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to right, #662383 , #4FBCBD);
    background-origin: border-box;
    box-shadow: 2px 1000px 1px #fff inset;
}

.catalog-item img{
	width: 150px;
	display: block;
	margin: 0 auto;
}
.catalog-item img.sticker{
	/*width: 65px;*/
	/*margin-top: 15px;*/
	width: 50px;
	display: inline;
	margin: 0;
}
.catalog-item h4{
	font-family: 'Bold';
	font-size: 27px;
	color: #000;
	margin-bottom: 5px;
}

.catalog-item p{
	font-family: 'Bold';
	font-size: 17px;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 10px;
	transition: all 0.2s ease-in-out;
}

.catalog-item.active p{
	color: #E94E1B;
}

.catalog-item i{
	font-size: 23px;
}

.catalog-item.active i{
	color: #000;
}

.catalog-item span.top {
    font-family: 'Bold';
    font-size: 12px;
    letter-spacing: 0.15em;
    color: #fff;
    text-transform: uppercase;
    /*background: #662383;*/
    background: linear-gradient(94.04deg, #662383 -2.38%, #4FBCBD 101.99%);
    border-radius: 58px;
    padding: 5px 10px;
}

.catalog-item span.sold {
    font-family: 'Bold';
    font-size: 12px;
    letter-spacing: 0.15em;
    color: #fff;
    text-transform: uppercase;
    background: linear-gradient(94.04deg, #E94E1B -2.38%, #662383 101.99%);
    border-radius: 58px;
    padding: 5px 10px;
}

.catalog-item span.available {
    font-family: 'Bold';
    font-size: 12px;
    letter-spacing: 0.15em;
    color: #fff;
    text-transform: uppercase;
    background: linear-gradient(94.04deg, #E94E1B -2.38%, #662383 101.99%);
    border-radius: 58px;
    padding: 5px 10px;
}

.top-price {
    font-family: 'Bold';
    font-size: 12px;
    letter-spacing: 0.15em;
    color: #fff;
    text-transform: uppercase;
    background: linear-gradient(126.71deg, #662383 19.55%, #4FBCBD 73.94%);
    border-radius: 58px;
    padding: 5px 10px;
}
.banner{
	padding: 45px 0;
}

.banner img{
	width: 100px;
	margin-bottom: 15px;
}

.banner h4{
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.banner p{
	font-family: 'Regular';
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
}

.banner.active p{
	color: #000;
}

.banner .btn-sm{
	position: static;
	display: block;
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to right, #662383, #4FBCBD);
	padding: 2px 9px 1px 1px;
	margin: 0 auto;
}

.banner.active .btn-sm{
	box-shadow: none;
}

.banner.active .btn-sm i{
	color: #fff;
}

.banner .btn-sm i{
	font-size: 21px;
	padding-left: 9px;
}

.partners{
	visibility: hidden;
	padding: 0 0 110px;
}

.partners h3{
	font-family: 'Bold';
	font-size: 36px;
	letter-spacing: -1px;
	color: #3E4149;
	margin-bottom: 50px;
}

.partners-carousel{
	z-index: 0;
}

.partners-carousel img{
	filter: grayscale(1);
	opacity: 0.5;
	transition: all 0.2s ease-in-out;
}

.partners-carousel img:hover{
	filter: grayscale(0);
	opacity: 1;
}

/* PRODUCT */
.product-nav.desktop{
	padding-top: 200px;
	text-align: center;
	visibility: hidden;
}

.product-nav.mobile{
	display: none;
}

.product-nav:after{
	content: '';
	display: block;
	width: 90%;
	height: 1px;
	background: linear-gradient(66deg, #662383 0%, #4FBCBD 100%);
	margin: 0 auto;
	margin-bottom: 50px;
}

.product-nav li{
	display: inline-block;
	font-family: 'Regular';
	font-size: 18px;
	color: #2C2E3F;
	margin-right: 100px;
}

.product-nav li:last-of-type{
	margin-right: 0;
}

.product-nav li.btn-grad{
	font-family: Bold;
	padding: 7px 35px;
}

.product-nav li:not(.btn-grad) a{
	color: #000;
	transition: all 0.2s ease-in-out;	
}

.product-nav li:hover:not(.btn-grad) a{
	color: #4FBCBD;
}

.product-sec{
	color: #000;
	padding-bottom: 100px;
}

.product-sec h2 span.available {
	position: relative;
	top: -15px;
	font-family: 'Bold';
	font-size: 14px;
	letter-spacing: 0.15em;
	color: #FFFFFF;
	text-transform: uppercase;
	background: linear-gradient(94.04deg, #662383  -2.38%, #4FBCBD  101.99%);
	border-radius: 50px;
	padding: 5px 15px 4px;
	margin-left: 15px;
}

.product-sec h2 span.top-price{
	position: relative;
	top: -25px;
	left: -10px;
	font-family: 'Bold';
	font-size: 12px;
	letter-spacing: 0.15em;
	color: #FFFFFF;
	text-transform: uppercase;
    background: linear-gradient(157deg, #662383 0%, #4FBCBD 100%);
	border-radius: 50px;
	padding: 6px 15px 5px;
	margin-left: 15px;
}

.product-sec h2 span.sold{
	position: relative;
	top: -5px;
	font-family: 'Bold';
	font-size: 14px;
	letter-spacing: 0.15em;
	color: #FFFFFF;
	text-transform: uppercase;
	background: #E94E1B;
	border-radius: 50px;
	padding: 5px 15px 4px;
	margin-left: 15px;
}

.product-sec.main{
	padding-bottom: 0;
}

.product-sec .col-lg-5 .scroll-sec{
	visibility: visible;
	height: 500px;
	overflow-y: scroll;
	padding-right: 30px;
}

.product-sec .col-lg-5 .scroll-sec::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.product-sec .col-lg-5 .scroll-sec::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}

.product-sec .col-lg-5 .scroll-sec::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background: linear-gradient(to bottom, #662383 , #4FBCBD);
}

.product-nav .container-fluid,
.product-sec .container-fluid,
.product-footer .container-fluid{
	max-width: 80%;
}

.product-sec .col-lg-7{
	position: relative;
}

.product-sec.more .col-lg-7 img{
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
}

.product-sec.more.used .col-lg-7 img{
	position: static;
	top: auto;
	transform: none;
}

.product-sec.used h2{
	margin-bottom: 0;
}

.product-sec.main .col-lg-7 img{
	margin: 50px 0;
}

.product-sec.main.used .col-lg-7 img{
	display: block;
	max-width: 90%;
	margin: 0 auto;
}

.product-sec h3{
	font-family: 'Bold';
	font-size: 30px;
	margin-bottom: 15px!important;
}

.product-sec.main h3{
	margin-top: 0;
	margin-bottom: 0;
}

.switcher{
	display: inline-block;
	width: 320px;
	height: 35px;
	position: relative;
	background: #fff;
	border-radius: 30px;
	border: solid 1px transparent;
	background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0)),linear-gradient(to left, #4fbcbd, #662383);
	background-origin: border-box;
	box-shadow: 2px 1000px 1px #fff inset;
	padding: 4px;
	margin-bottom: 30px;
}

.switcher-input{
	display: none;
}

.switcher-label{
	cursor: pointer;
	position: relative;
	float: left;
	width: 50%;
	font-family: Bold;
	font-size: 15px;
	line-height: 30px;
	color: #000;
	text-align: center;
	will-change: transform;
	z-index: 8;
	transition: color 0.2s linear;
}

.product-sec.used .switcher-label{
	width: 33.33%;
}

.switcher-toggle{
	position: absolute;
	float: left;
	height: 29px;
	width: 50%;
	cursor: pointer;
	background: linear-gradient(145.87deg, #662383 19.55%, #4FBCBD 73.94%);
	border-radius: 30px;
	left: 3px;
	top: 2px;
	transition: left 0.2s linear;
	will-change: transform;
}

.product-sec.used .switcher-toggle{
	width: 33.33%;
}

.switcher-input:checked + .switcher-label {
	color: #fff;
}

.switcher-input-last:checked ~ .switcher-toggle{
	left: 156px;
}

.product-sec.used .switcher-input-second:checked ~ .switcher-toggle{
	left: 100px;
}

.product-sec.used .switcher-input-last:checked ~ .switcher-toggle{
	left: 210px;
}

.ui-widget.ui-widget-content{
	width: 86%;
	border: none;
	background: transparent;
}
.ui-widget.ui-widget-content:before{
	content: '';
	display: block;
	width: 100%;
	height: 6px;
	border: none;
	background: rgba(130, 130, 130, 0.5);
}
.ui-widget-header{
	background: transparent;
}
.ui-slider-horizontal .ui-slider-handle{
	width: 25px;
	height: 25px;
	background: linear-gradient(103.56deg, #662383 19.55%, #4FBCBD 73.94%);
	border: 2px solid #fff;
	border-radius: 50%;
	outline: none;
	margin-top: -3px;
}
.period-val{
	position: relative;
	margin-bottom: 80px;
}
.period-val span{
	position: absolute;
}
.period-val span:before{
	content: '';
	cursor: pointer;
	position: relative;
	top: -15px;
	left: 30px;
	display: block;
	height: 15px;
	width: 3px;
	background: #F2F2F2;
}
.period-val .min{
	left: -4%;
}
.period-val .mid{
	left: 44%;
	transform: translateX(-50%);
}
.period-val .max{
	right: 8%;
}

.product-sec.more h3{
	margin-bottom: 10px;
}

.product-sec .col-lg-6{
	margin-bottom: 30px;
}

.product-sec p,
.product-sec li,
.modal-body li{
	font-family: 'Regular';
	font-size: 18px;
	margin-bottom: 3px;
    opacity: 1!important;
}

.label,
.clar{
	color: rgba(0, 0, 0, 0.5);
}

.product-sec li.label span{
	color: rgba(0, 0, 0, 1);
}

.specs-sec{
	margin-bottom: 25px;
}

.product-sec p.clar{
	font-size: 17px;
}

.product-sec p.note,
.modal-body p.note{
	font-size: 14px;
}

.product-sec.main .label .col-lg-3{
	color: #000;
}

.product-sec.main .col-lg-7 p.note{
	margin-bottom: 23px;
}
.product-sec.more p.note{
	position: absolute;
	bottom: 0;
}

.product-sec .links{
    padding: 25px 0 0;
}

.product-sec .links a{
	font-size: 20px;
}

.product-sec p.header-slide{
	margin-bottom: 12px;
}

.product-sec .icons{
	margin-top: 50px;
}

.product-sec .icons p{
	margin-left: 37px;
}

.product-sec .icons .row{
	margin-bottom: 50px;
}

.product-sec .icons .row:last-of-type{
	margin-bottom: 0;
}

.product-sec .icons img{
	display: block;
	margin: 0 auto;
}

.product-sec .icons .col-lg-9:before{
	background: linear-gradient(to left, #662383 0%, #4FBCBD 100%);
}

.product-sec .blue-text{
	position: relative;
}

.product-sec .blue-text .sticker{
	position: absolute;
	top: 0;
	right: 35%;
	margin: 0!important;
	z-index: 1;
}

.product-sec.main .blue-text .sticker{
	right: 50%;
}

.product-sec.video .blue-text .sticker{
    right: 37%;
}

.product-sec .blue-text,
.modal-body .blue-text{
	font-family: 'Bold';
	font-size: 30px;
	color: #4FBCBD;
	margin-bottom: 10px;
}

.product-sec .blue-text,
.product-sec p.disc.offer-term{
	/*display: block!important;*/
}

.product-sec .blue-text.purple{
	color: #662383!important;
}

.product-sec.more .blue-text,
.product-sec.video .blue-text{
	color: #662383!important;
}

.product-sec.specs .blue-text{
	color: #E94E1B;
}

.product-sec.choice .blue-text{
	color: #F2994A;
}

.product-sec .bold-text{
	font-family: 'Regular';
	font-size: 17px;
	margin-bottom: 10px;
}

.product-sec .sm-text{
	font-family: 'Regular';
	font-size: 16px;
}

.product-sec ul{
	margin: 30px 0 50px;
}

.product-sec li,
.modal-body li{
	margin-bottom: 18px;
}

.product-sec li i,
.modal-body li i{
	font-size: 25px;
	color: #E94E1B;
	padding-right: 10px;
}

.product-sec .links{
	padding: 30px 0;
}

.product-sec .links i.fa-plus-circle{
	font-size: 25px;
	color: #662383;
	padding-right: 10px;
}

.product-sec .links a{
	font-family: 'Bold';
	color: #662383;
	transition: all 0.2s ease-in-out;
}

.product-sec .links a:hover{
	color: #4fbcbd;
}

.product-sec p.disc{
	font-size: 15px;
	color: rgba(0, 0, 0, 0.6);
}

.product-sec p.prices{
	font-size: 17px;
}

.product-sec p.prices i{
	font-size: 21px;
	color: #4FBCBD;
	padding-right: 10px;
}

.product-sec p.prices a{
	transition: all 0.2s ease-in-out;
}

.product-sec p.prices a:hover{
	color: #4fbcbd;
}

.product-sec.more .note.mobile,
.product-sec.main .note.mobile{
	display: none;
}

.product-sec.main .prices.mobile{
	display: none;
}

.product-sec .video{
	visibility: hidden;
}

.product-sec .video iframe{
	width: 70%;
	height: 600px;
	display: block;
	margin: 50px auto;
}

.product-sec .receive-offer{
	display: inline-block;
	font-family: Bold;
	font-size: 20px;
	color: #fff;
	border-radius: 50px;
	padding: 11px 30px;
	margin-top: 60px;
	transition: all 0.4s ease-in-out;
}
.product-sec.more .receive-offer,
.product-sec.video .receive-offer,
.product-sec.main .receive-offer{
	background: linear-gradient(153.98deg, #662383 19.55%, #4FBCBD 73.94%);
}
.product-sec.more .receive-offer:hover,
.product-sec.video .receive-offer:hover,
.product-sec.specs .receive-offer:hover,
.product-sec.main .receive-offer:hover{
	color: #4FBCBD;
}

.product-sec.main .receive-offer{
	margin: 40px 0
}

.product-sec.specs .receive-offer{
	background: linear-gradient(102.23deg, #662383 -2.38%, #4FBCBD 101.99%);
}

.product-sec.choice .receive-offer{
	background: linear-gradient(327.18deg, #662383 26.55%, #4FBCBD 68.86%);
}

.product-sec.choice .receive-offer:hover{
	color: rgba(46, 0, 130, 0.8);
}

.product-sec .disc i{
	display: none;
	position: relative;
	top: 2px;
	left: 3px;
	font-size: 21px;
	color: #4FBCBD;
}

.product-sec .note.bottom{
	margin-top: 20px;
}

.product-footer{
	color: #fff;
	padding: 100px 0 20px;
}

.product-footer h2{
	font-size: 28px;
	color: #000;
	margin-bottom: 40px;
}

.product-footer h4{
	font-family: 'Bold';
	margin-bottom: 5px;
}

.product-footer .product-carousel{
	padding: 0 100px;
}

.product-footer .catalog-item{
	visibility: visible!important;
	opacity: 1!important;
	transform: none!important;
}

.product-footer .catalog-item i{
	color: #000;
}

.product-footer .catalog-item img{
	width: 150px;
}

/* CONTACT */
.contact{
	padding: 200px 0 50px;
	visibility: hidden;
}

.contact .col-lg-5{
	position: relative;
}

.map-container{
	height: 400px;
	width: 400px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.map-container iframe{
	height: 650px;
	width: 650px;
	margin: -115px;
}

.shapeBig{
	position: absolute;
	top: 10%;
	height: 400px;
	width: 380px;
	/*background: linear-gradient(to bottom, #4CCDDF, #1DFCB2);
	border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
	animation: morph1 5s linear infinite;*/
	z-index: -1;
}

.shapePurple{
	position: absolute;
	bottom: 3%;
	left: 18%;
	height: 80px;
	width: 70px;
	background: #662383;
	border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
	transform: rotate(45deg);
	animation: morph1 5s linear infinite;
}

@keyframes morph1{
	0%, 100%{
		border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
		transform: translate3d(0,0,0) rotateZ(0.01deg);
	}
	34%{
		border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
		transform:  translate3d(0,5px,0) rotateZ(0.01deg);
	}
	50%{
		transform: translate3d(0,0,0) rotateZ(0.01deg);
	}
	67%{
		border-radius: 100% 60% 60% 100% / 100% 100% 60% 60% ;
		transform: translate3d(0,-3px,0) rotateZ(0.01deg);
	}
}

.shapeYellow{
	position: absolute;
	top: 5%;
	right: 10%;
	height: 130px;
	width: 100px;
	background: #4FBCBD;
	border-radius: 42% 58% 70% 10% / 45% 45% 55% 15%;
	transform: rotate(135deg);
	animation: morph2 5s linear infinite;
}

@keyframes morph2{
	0%, 100%{
		border-radius: 42% 58% 70% 10% / 45% 45% 55% 15%;
	}
	50%{
		border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
	}
}

.shapeGreen{
	position: absolute;
	bottom: -5%;
	right: 10%;
	height: 105px;
	width: 60px;
	background: linear-gradient(to right, #662383, #4FBCBD);
	border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
	transform: rotate(45deg);
	animation: morph3 3s linear infinite;
}

@keyframes morph3{
	0%, 100%{
		border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
		border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
	}
	50%{
		border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
	}
}

.contact .col-lg-7{
	padding: 65px 15% 0 5%;
}

.contact h3{
	font-family: 'Regular';
	font-size: 32px;
	line-height: 120%;
	letter-spacing: 0.02em;
	color: #662383;
	margin-bottom: 30px;
}

.contact .col-lg-7 p{
	font-family: 'Bold';
	margin-bottom: 20px;
}

.contact .email{
	font-size: 52px;
	letter-spacing: 0.02em;
	background: linear-gradient(to right, #662383, #662383);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.contact .email:hover{
	background: linear-gradient(to right, #662383, #4FBCBD);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.contact .email i{
	background: linear-gradient(to right, #662383, #662383);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.contact .email i:hover{
	background: linear-gradient(to right, #662383, #4FBCBD);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.contact .slogan{
	font-size: 20px;
	letter-spacing: 0.5px;
	color: #4FBCBD;
}

.contact .phone{
	font-size: 32px;
	letter-spacing: 0.5px;
	background: linear-gradient(to right, #4FBCBD, #4FBCBD);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.contact .phone a:hover{
	background: linear-gradient(to right, #662383, #4FBCBD);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.contact .phone i{
	font-size: 32px;
	letter-spacing: 0.5px;
	background: linear-gradient(to right, #4FBCBD, #4FBCBD);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.contact .phone a i:hover{
	background: linear-gradient(to right, #662383, #4FBCBD);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.contact .phone span{
	display: block;
	font-size: 14px;
	line-height: 1.2;
	margin-top: 10px;
}

.form-sec{
	font-family: 'Regular';
	color: #3E4149;
	padding: 100px 15% 0;
}

.form-sec p{
	font-size: 20px;
	margin-bottom: 30px;
}

.form-sec .note{
	font-size: 14px;
	margin-top: 10px;
}

.offer-page.second .font-sec .note{
	margin: 10px 0;
}

.inputs input{
	width: 30%;
	padding: 10px 35px;
	margin-right: 4.5%;
}

.inputs input:last-of-type{
	margin-right: 0;
}

.inputs .disc{
	font-size: 16px;
	color: #4FBCBD;
	margin: 25px 0;
}

.contact input,
.contact textarea{
	font-size: 18px;
	/*border: 1px solid rgba(62, 65, 73, 0.8);*/
	border: solid 1px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to right, #662383, #4FBCBD);
    background-origin: border-box;
    box-shadow: 2px 1000px 1px #fff inset;
	border-radius: 25px;
}

.contact input::placeholder,
.contact textarea::placeholder{
	color: #662383;
	opacity: 0.5;
}

.contact textarea{
	height: 200px;
	width: 100%;
	resize: none;
	padding: 15px 30px;
	margin: 40px 0;
}

.checkboxes{
	padding-right: 10%;
}

.checkboxes label{
	font-size: 15px;
	line-height: 130%;
	margin-bottom: 15px;
}

.checkboxes label a:hover{
	color: inherit;
	text-decoration: underline;
}

.offer-page .headers{
	padding-right: 48%;
}

.offer-page .headers h2{
	margin-bottom: 30px;
}

.contact .main-btn,
.offer-page .main-btn{
	float: right;
}

.contact .btn-grad,
.offer-page .btn-grad{
	font-size: 19px;
	padding: 5px 80px 5px 60px;
}

.contact .btn-grad i,
.offer-page .btn-grad i{
	font-size: 17px;
	padding-left: 7px;
}

.contact .btn-sm,
.offer-page .btn-sm{
	padding: 2px 8px 2px 1px;
}

.contact-info{
	max-width: 81%;
}

.contact-info:before{
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	background: linear-gradient(to right, #662383, #4FBCBD);
	margin: 70px auto 50px;
}

.contact-info .row{
	padding: 0 10%;
}

.contact-info h4{
	font-family: 'Bold';
	font-size: 22px;
	margin-bottom: 30px;
}

.contact-info p{
	font-family: 'Regular';
	font-size: 17px;
	line-height: 150%;
}

.contact-info img{
	width: 50px;
	margin-right: 15px;
	transition: all 0.2s ease-in-out;
}

.contact-info img:hover{
	transform: scale(1.2);
}

/* OFFER */
.offer-page{
	visibility: hidden;
	padding: 220px 0 170px;
}

.offer-page .container-fluid{
	max-width: 80%;
}

.offer-page .form-sec{
	padding: 100px 20% 0;
}

.offer-page .form-sec .heading{
	font-family: 'Bold';
	font-size: 20px;
	color: #4FBCBD;
	margin-bottom: 40px;
}

.offer-page .form-sec .subheading{
	margin-top: -30px;
}

.offer-page .form-sec .filter ul{
	text-align: left;
}

.offer-page .form-sec .filter:after{
	content: '';
	display: block;
	height: 3px;
	width: 100%;
	background: linear-gradient(to right, #662383, #4FBCBD);
	margin-bottom: 30px;
}

.offer-page .form-sec .filter{
	padding: 0;
}

.offer-page .form-sec .filter input,
.offer-page .form-sec .filter select{
	width: 210px;
	font-family: 'Regular';
	font-size: 16px;
	border: solid 1px transparent;
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to right, #662383 , #4FBCBD);
	background-origin: border-box;
	box-shadow: 2px 1000px 1px #fff inset;
	padding: 10px 65px 10px 20px;
}

.offer-page .form-sec .filter input{	
	color: #3E4149;
	padding: 7px 20px;
}

.offer-page .form-sec .filter input::placeholder{
	color: #3E4149;
	opacity: 0.4;
}

.offer-page .form-sec h3{
	font-family: 'Bold';
	font-size: 40px;
	letter-spacing: 0.02em;
	margin-bottom: 15px;
}

.offer-page input{
	font-size: 18px;
	border: solid 1px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to right, #662383, #4FBCBD);
    background-origin: border-box;
    box-shadow: 2px 1000px 1px #fff inset;
	border-radius: 25px;
}

.offer-page input::placeholder{
	color: #662383;
	opacity: 0.5;
}

.offer-page .inputs{
	margin: 45px 0 40px;
}

.offer-page .inputs .upload-btn{
	visibility: visible;
	width: 30%;
	margin-top: 30px;
}

.offer-page .checkboxes a{
	font-family: 'Bold';
}

.offer-page .main-btn{
	float: right;
}

.offer-page .shapes img.left{
	width: 9%;
	top: 68%;
	left: 10%;
	animation: none;
}

.offer-page .shapes img.right{
	width: 10%;
	top: 34%;
	right: 10%;
	animation: none;
}

.offer-page .blue-circle{
	top: 37%;
}

.offer-page .orange-circle{
	top: 23%;
	right: 17%;
}

/* Second */
.form-sec p.name{
	font-family: 'Bold';
	font-size: 26px;
	letter-spacing: 0.05em;
	margin: 15px 0 5px;
}

.upload-sec{
	margin-top: 25px;
}

.upload-btn{
	width: 100%;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}

.upload-btn .btn{
	width: 100%;
	font-size: 18px;
	border: 1px solid #E94E1B;
	border-radius: 25px;
	color: rgba(233, 78, 27, 0.5);
}

.upload-btn .btn i{
	position: relative;
	top: 3px;
	float: right;
	padding-right: 5px;
}

.upload-btn input[type=file]{
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.offer-page.second .main-btn{
	float: none;
}

.offer-page.second .btn-grad{
	padding: 5px 100px 5px 85px;
}

.offer-page.second .main-btn .btn-sm{
	top: -9px;
	padding: 2px 8px 2px 1px;
}

.offer-page.second .shapes img.left{
	left: 15%
}

.offer-page.second .orange-circle{
	top: 18%;
	right: 25%;
}

/* QUESTIONS */
.questions{
	padding: 200px 0;
	visibility: hidden;
}

.questions .container-fluid{
	max-width: 80%;
}

.questions .titles .heading{
	font-family: 'Regular';
	font-size: 35px;
	color: #FE7865;
	margin-bottom: 15px;
}

.questions h2{
	font-family: 'Regular';
	font-size: 52px;
	letter-spacing: -1px;
	color: #2C2E3F;
}

.questions .titles p:not(.heading){
	font-family: 'Regular';
	font-size: 18px;
	color: rgba(44, 46, 63, 0.7);
}

.questions .row:not(.titles){
	padding-top: 100px;
}

.questions .row:not(.titles) .col-lg-6{
	padding-right: 5%;
}

.questions .line{
	visibility: hidden;
	display: block;
	width: 50px;
	height: 2px;
	background: #662383;
	margin-bottom: 50px;
}

.panel{
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.product-sec .panel{
	border-bottom: none;
}

.product-sec .panel:after{
	content: '';
	display: block;
	width: 91%;
	height: 2px;
	background: linear-gradient(66deg, #662383 0%, #4FBCBD 100%);
	margin-top: 20px;
}

.panel-heading a span{
	font-family: 'Regular';
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.4px;
	color: #2C2E3F;
	width: 90%;
	display: inline-block;
}

.product-sec .panel-heading a span img{
	float: right;
	position: relative;
	top: -3px;
	transition: all 0.2s ease-in-out;
}

.product-sec .panel-heading a span img.rotate{
	transform: rotate(180deg);
}

.panel-heading i{
	float: right;
	font-size: 30px;
	color: #8F91A3;
}

.panel-body{
	width: 92%;
	margin-top: 30px;
}

.panel-body p{
	font-family: 'Regular';
	font-size: 18px;
	line-height: 130%;
	color: #2C2E3F;
}

.panel-body a{
	color: #FE7865;
	text-decoration: underline;
}

.panel-body a:hover{
	text-decoration: none;
}

.panel-body li{
	line-height: 130%;
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 10px;
}

.questions .row.wrapper{
	padding: 65px 50px;
}

.contact-wrapper{
	border: 1px solid #D9D9D9;
	margin-bottom: 90px;
}

.blog-wrapper{
	box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
}

.questions .wrapper img{
	display: block;
	margin: 0 auto;
}

.questions .wrapper h4{
	font-family: 'Bold';
	font-size: 26px;
	color: #2C2E3F;
	margin-bottom: 20px;
}

.questions .wrapper p{
	font-family: 'Regular';
	font-size: 17px;
	line-height: 2;
	color: rgba(44, 46, 63, 0.7);
}

/* BLOG */
.blog{
	visibility: hidden;
	padding-top: 120px;
}

.blog .container-fluid{
	max-width: 100%;
}

.blog .pinned{
	padding: 170px 0 80px 0;
	margin-top: -110px;
	background: #4FBCBD;
}

.blog .pinned .row,
.blog .overview .row{
	padding: 0 5%;
	margin: 0;
}

.blog .overview .row.nopadding{
	padding: 0;
	margin-top: 20px;
}

.blog .pinned .row.nopadding{
	padding: 0;
	margin-top: 20px;
}

.blog .overview .btn-grad{
	font-size: 18px;
}

.blog .overview .btn-sm{
	padding: 4px 6px 1px 0px;
}

.blog .pinned .post{
	background: #fff;
	border-radius: 30px;
	padding: 80px 60px 55px;
}

.blog .head{
	font-family: 'Regular';
	font-size: 20px;
	letter-spacing: -0.7px;
	color: #fff;
	margin-bottom: 40px;
}

.blog h2{
	font-size: 40px;
	letter-spacing: 0;
	color: #2C2E3F;
	margin: 30px 0;
}

.blog h3{
	height: 100px;
	font-size: 30px;
	color: #2C2E3F;
	margin: 30px 0;
}

.blog p{
	font-family: "Regular";
	font-size: 18px;
	line-height: 2;
	color: rgba(44, 46, 63, 0.7);
}

.blog .read-more{
	display: inline-block;
	font-size: 18px;
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to right, #662383 , #4FBCBD);
	color: #2C2E3F;
	padding: 11px 65px 9px 35px;
	margin-top: 30px;
}

.blog .pinned img{
	display: block;
	border-radius: 30px;
	margin: 0 auto;
}

.blog .post-item{
	padding-right: 40px;
	margin-bottom: 80px;
}

.blog .overview{
	padding: 40px 0 60px;
}

.blog .overview img{
	border-radius: 15px;
}

.blog .load-more .main-btn{
	margin: 0 auto;
}

/* BLOG POST */
.blog-post{
	padding-top: 100px;
	visibility: hidden;
}

.blog-post .container-fluid{
	max-width: 92%;
}

.blog-post h2,
.blog-content{
	padding: 0 20%;
}

.blog-post h2{
	font-size: 45px;
	line-height: 1;
	color: #2C2E3F;
}

.blog-line{
	display: block;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, #4FBCBD, #F9B233, #E94E1B, #662383);
	margin: 40px auto 25px;
}

.blog-post .keywords span{
	display: inline-block;
	font-family: 'Regular';
	font-size: 18px;
	color: #2C2E3F;
	background: #F1F1F1;
	border-radius: 20px;
	padding: 5px 20px;
	margin: 0 30px 30px 0;
}

.blog-post img{
	display: block;
	border-radius: 25px;
	margin: 15px auto;
    max-width:100%;
}

.blog-post p{
	font-family: 'Regular';
	font-size: 19px;
	line-height: 2;
	color: rgba(44, 46, 63, 0.7);	margin-bottom: 20px;
}

.blog-post .main-btn{
	margin: 80px auto 120px;
}

/* SERVICES */
.services{
	padding: 200px 250px 100px;
}

.services .container-fluid{
	max-width: 100%;
}

.services .row.mobile{
	display: none;
}

.services h2{
	font-family: Bold;
	font-size: 3em;
	color: #4FBCBD;
	margin-bottom: 50px;
}

.services h3{
	font-family: Regular;
	font-size: 2.2em;
	margin: 20px 0;
}

.services h4{
	font-family: Bold;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	color: #662383;
}

.services p{
	font-family: Regular;
	font-size: 1.2em;
	line-height: 1.5;
	color: #000;
}

.services .img-fluid{
	display: block;
	border-radius: 25px;
	margin-bottom: 70px;
}

.services .main-btn{
	margin-top: 20px;
}

.services .btn-grad{
	font-size: 18px;
}

.services .btn-sm{
	padding: 1px 3px 2px 1px;
}

.services .btn-grad i{
	font-size: 18px;
	position: relative;
	top: 2px;
	left: -3px;
}

/* STEPS */
.steps{
	padding: 110px 0 50px;
}
.steps .container-fluid:not(.container-steps){
	max-width: 70%;
}
.steps-hero{
	background: url('../img/steps-hero.jpg');
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 800px;
	margin-bottom: 80px;
}
.steps-hero h2{
	font-size: 3.2em;
	line-height: 1.05;
	width: 420px;
	padding: 80px 0 0 100px;
}

/* LOGIN */
.site-login{
	padding: 200px 15px 70px;
}

/* VIDEO SECTION */
.video-section iframe{
	width: 100%;
	height: 1200px;
}

/* FOOTER */
footer{
	background: linear-gradient(65.25deg, #662383 13.08%, #4FBCBD 86.85%);
	color: #fff;
}

footer .container-fluid{
	max-width: 100%;
}

footer .top{
	padding: 100px 5% 50px;
}

footer .col-lg-2 img,
footer .first img{
	margin: -40px 0 20px;
}

footer .col-lg-2 p,
footer .first p{
	font-family: 'Regular';
	font-size: 15px;
	line-height: 125%;
	letter-spacing: 0.4px;
	padding-right: 50px;
}

footer li{
	margin-bottom: 20px;
}

footer li a{
	font-family: 'Regular';
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #fff;
	transition: all 0.2s ease-in-out;
}

footer li a:hover{
	color: #4FBCBD;
}

/*footer li a i{
	background: linear-gradient(to right, #fff, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

footer li a i:hover{
	background: linear-gradient(to right, #4FBCBD, #F9B233, #E94E1B, #662383);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}*/

footer .third img{
	width: 120px;
	display: block;
	margin: 0 auto 30px;
	transition: all 0.2s ease-in-out;
}

footer .third img:hover{
	transform: scale(1.1);
}

footer .btn-grad{
	font-size: 18px;
	color: #fff;
	box-shadow: 2px 1000px 1px #242526 inset;
}

footer .btn-lg{
	width: 75%;
}

footer .btn-sm{
	right: 26%;
	padding: 2px 7px 2px 0;
}

footer .btn-grad i{
	font-size: 18px;
}

footer .btn-sm i{
	font-size: 15px;
}

footer .social p{
	font-family: 'Bold';
	font-size: 14px;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

footer .social img{
	width: 50px;
	margin-right: 15px;
	transition: all 0.2s ease-in-out;
}

footer .social img:hover{
	transform: scale(1.15);
}

footer .social .bottom-link{
	font-family: Regular;
	font-size: 1em;
	display: block;
	color: #fff;
	margin-top: 30px;
	transition: all 0.2s ease-in-out;
}

footer .social .bottom-link:hover{
	color: #662383;
}							

footer .bottom{
	border-top: 1px solid rgba(188, 198, 208, 0.4);
	padding: 25px 10%;
}

footer .bottom p{
	font-family: 'Regular';
	font-size: 14px;
	letter-spacing: 0.5px;
	margin: 0 auto;
}

footer .bottom p a{
	padding-left: 40px;
	transition: all 0.2s ease-in-out;
}

footer .bottom p a:hover{
	color: #662383;
}

.submission-index .form-format span{
	padding-right: 5px;
}
.submission-index .form-format input{
	margin-right: 20px;
}
.submission-index .form-format p{
	margin-bottom: 20px;
}
.used-carousel{
	position: relative;
}
.used-carousel .owl-stage-outer{
	width: 100%;
	margin: 0 auto 30px;
}
.used-carousel .owl-prev,
.used-carousel .owl-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.used-carousel button:hover{
	background: transparent!important;
}
.used-carousel button i{
	font-size: 30px;
}
.used-carousel .owl-prev{
	left: 0;
}
.used-carousel .owl-next{
	right: 0;
}
.used-carousel .wrapper,
.used-carousel img{
	transform: none!important;
	opacity: 1!important;
}
.popup{
	position: fixed;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.4);
	z-index: 10;
	opacity: 0;
}
.popup .wrapper,
.popup .wrapper img{
	opacity: 1!important;
}
.popup .wrapper{
	width: 70%;
	display: block;
	margin: 0 auto;
}

.popup .wrapper img{
	display: block;
	margin: 100px auto!important;
}
.owl-carousel-wrap.sold .owl-item{
	opacity: 0.5;
}

/* MODALS */
.modal-open{
	padding: 0!important;
}

#thank_you .modal-dialog,
#offer_errors .modal-dialog{
	max-width: 45%;
	margin: 100px auto;
}

#thank_you .modal-body,
#offer_errors .modal-body{
	color: #000;
	padding: 120px 75px;
}

#thank_you .logo,
#offer_errors .logo{
	display: block;
	margin: 0 auto;
}

#thank_you p,
#offer_errors p{
	font-family: 'Bold';
	font-size: 24px;
	line-height: 130%;
	padding: 75px 0 75px 170px;
}

#offer_errors p{
	text-align: center;
	padding: 75px 0;
}

#thank_you .menu-icon span,
#offer_errors .menu-icon span{
	position: static;
	margin: 50px 0 0;
}

#thank_you .shape,
#offer_errors .shape{
	position: absolute;
	bottom: 8%;
	left: 5%;
	animation: rotateShape 5s 1 linear;
}

@keyframes rotateShape{
	from{transform: rotate(0)}
	to{transform: rotate(360deg)}
}

#prices .modal-dialog{
	max-width: 50%;
	margin: 80px auto;
}

#prices .modal-content{
	border-radius: 25px;
}

#prices .modal-body{
	padding: 70px 150px;
}

#prices .modal-body .blue-text{
	margin-bottom: 20px;
}

#prices .modal-body .note{
	margin-bottom: 30px;
}

.modal .menu-icon{
	display: block;
	float: none;
	background: transparent;
	margin: 20px auto 0;
}

.modal .menu-icon .center{
	background-color: #3E4149;
}

.footer-modal .modal-body{
	padding: 2rem 1rem;
}

.footer-modal .modal-dialog{
	max-width: 50%;
	margin: 30px auto;
}

.footer-modal .close{
	font-size: 3rem;
	margin-top: -30px;
}

.footer-modal h3{
	font-family: 'Bold';
	font-size: 23px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 35px;
}

.footer-modal h4{
	font-family: 'Bold';
	font-size: 20px;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 30px;
}

.footer-modal p{
	font-family: 'Regular';
	font-size: 18px;
	line-height: 120%;
	margin-bottom: 20px;
}

.footer-modal .bold{
	font-family: 'Bold';
	letter-spacing: 0.4px;
}

.footer-modal a{
	text-decoration: underline;
	color: #E94E1B;
}

.footer-modal a:hover{
	text-decoration: none;
}

#ckr .modal-body{
	padding: 3rem;
}

#ckr p{
	margin-bottom: 50px;
}

#ckr a{
	color: #E94E1B;
}

#offer_errors .logo{
	margin-bottom: 50px;
}

#offer_errors p{
	padding: 0;
}

#offer_errors .menu-icon{
	margin: 75px auto 0;
}

#cookiebar{
	font-family: 'Bold';
	font-size: 15px;
	line-height: 1.3;
	letter-spacing: 0.5px;
	color: #fff;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background: #662383;
	padding: 15px 40px 20px;
	z-index: 100;
}
#cookiebar p{
	font-family: 'Regular';
	font-size: 16px;
	text-align: center;
}
#cookiebar .cookie{
	display: inline-block;
	font-family: 'Bold';
	text-decoration: underline;
	margin-left: 10px;
	transition: all 0.2s ease-in-out;
}
#cookiebar .cookie:hover{
	color: #E94E1B;
}
#cookiebar .cookie-button{
	display: inline-block;
	background: #fff;
	border-radius: 20px;
	font-family: 'Bold';
	color: #662383;
	padding: 5px 20px;
	margin: 10px 10px 0 20px;
	transition: all 0.2s ease-in-out;
}
#cookiebar .cookie-button:hover{
	background: #fff!important;
	color: #E94E1B;
}
.cookies{
	visibility: hidden;
	padding: 50px 0;
}
.cookies .dots{
	margin-bottom: 20px;
}
.cookies .dots span{
	width: 8px;
	height: 8px;
	margin-right: 15px;
}
.cookies h2{
	font-family: 'Bold';
	font-size: 3em;
	letter-spacing: -0.04em;
	color: #2B2D2D;
	margin-bottom: 70px;
}
.cookies h3{
	font-family: 'Bold';
	font-size: 1.5em;
	letter-spacing: -0.04em;
	color: #2B2D2D;
	margin-bottom: 15px;
}
.cookies h4{
	font-family: 'Bold';
	font-size: 1.1em;
	line-height: 1.5;
	letter-spacing: -0.04em;
	color: #2B2D2D;
	text-decoration: underline;
	margin: 30px 0 10px;
}
.cookies p{
	font-family: 'Regular';
	font-size: 1em;
	line-height: 1.5;
	color: #000;
	margin-bottom: 20px;
}
.cookies .section{
	margin-bottom: 70px;
}
.flipswitch{
	position: relative;
	width: 86px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select: none;
	margin:  auto;
}
.flipswitch.disabled{
	opacity: 0.5;
}
.flipswitch input[type=checkbox]{
	display: none;
}
.flipswitch input[type=checkbox]:checked + label:before,
.flipswitch input[type=checkbox] + label:before{
	display: none;
}
.flipswitch-label{
	display: block; 
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #C7DAFF;
	border-radius: 70px;
}
.flipswitch-inner{
	width: 200%;
	margin-left: -100%;
	-webkit-transition: margin 0.1s ease-in-out;
	-moz-transition: margin 0.1s ease-in-out;
	-ms-transition: margin 0.1s ease-in-out;
	-o-transition: margin 0.1s ease-in-out;
	transition: margin 0.1s ease-in-out;
}
.flipswitch-inner:before,
.flipswitch-inner:after{
	float: left;
	width: 50%;
	height: 38px;
	padding: 0;
	font-size: 16px;
	font-family: 'Regular';
	color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.flipswitch-inner:before{
	content: "ON";
	background-color: #44BEA8;
	color: #FFFFFF;
	padding: 10px;
}
.flipswitch-inner:after{
	content: "OFF";
	background-color: #EE4042;
	color: #FFFFFF;
	text-align: right;
	padding: 10px;
}
.flipswitch-switch{
	width: 30px;
	height: 30px;
	margin: -3.5px;
	background: #FFFFFF;
	border: 2px solid #C7DAFF;
	border-radius: 50px;
	position: absolute;
	top: 9px;
	right: 53px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.flipswitch-cb:checked + .flipswitch-label .flipswitch-inner {
	margin-left: 0;
}
.flipswitch-cb:checked + .flipswitch-label .flipswitch-switch {
	right: 11px;
}
#cookies_success p{
	font-family: 'Bold';
	font-size: 1.2em;
	color: #44BEA8;
}
.configure-offer.mobile{
	display: none;
}
.product-sec .back-btn{
    position: absolute;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: none;
    color: #fff;
    padding: 5px 20px 4px 10px;
    bottom: 35px;
}
.product-sec .back-btn i{
	position: relative;
	top: 2px;
	left: -8px;
	font-size: 16px;
	color: #fff;
}
.product-sec .back-btn:hover{
	color: #3E4149;
}
.product-sec.video .back-btn,
.product-sec.specs .back-btn,
.product-sec.choice .back-btn{
	position: static;
	display: inline-block;
	margin-top: 20px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
	body{
		cursor: default;
		z-index: 1;
	}
	select::-ms-expand{
		display: none;
	}
	.cursor{
		display: none!important;
	}
	#svg1, #svg2, #svg3, .letter{
		display: none!important;
	}
	.outline-ie{
		display: block;
	}
	.outline-ie.s{
		width: 320px;
		position: absolute;
		top: 0;
		left: -3%;
	}
	.outline-ie.i{
		position: absolute;
		width: 290px!important;
		top: -9%!important;
		left: 31%!important;
		transform: none!important;
	}
	.outline-ie.m{
		position: absolute;
		width: 19%!important;
		top: 0;
		right: 24%!important;
	}
	.filter label{
		float: none;
	}
	.filter li img{
		top: 50px;
		right: 6%;
	}
	.contact .email{
		background: transparent;
	}
	.contact .email:hover{
		background: transparent;
	}
	.contact .email a{
		color: #662383;
		transition: all 0.2s ease-in-out;
	}
	.contact .email a:hover{
		color: #E94E1B;
	}
	.contact .phone{
		background: transparent;
		color: #4FBCBD;
	}
	.contact .phone a{
		color: #4FBCBD;
		transition: all 0.2s ease-in-out;
	}
	.contact .phone a:hover{
		color: #E94E1B;
		background: transparent;
	}
	.offer-page input{
		color: rgba(233, 78, 27, 0.5);
	}
	footer li a{
		background: transparent;
		transition: all 0.2s ease-in-out;
	}
	footer li a:hover{
		background: transparent;
		color: #E94E1B;
	}
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0){
    	body{
    		cursor: default!important;
    	}
    	.cursor{
    		display: none!important;
    	}
}

@media screen and (max-width: 1680px){
	/* 404 */
	.error img{
		width: 350px;
	}

	/* HEADER */
	header{
		padding: 15px 50px 14px 100px;
	}

	.menu{
		padding: 15px 60px 14px 50px;
	}

	.menu .logo{
		width: 88px;
		padding-top: 10px;
	}

	/* HOME */
	.hero-carousel.owl-theme .owl-dots,
	.assistant-carousel.owl-theme .owl-dots{
		left: 190px;
	}
	.hero-carousel.owl-theme .owl-nav,
	.assistant-carousel.owl-theme .owl-nav{
		left: 270px;
	}
	.car-types{
		padding: 0 100px;
	}

	.assistant{
		max-width: 88%;
	}

	.we-offer.promo{
		min-height: 530px;
	}

	.we-offer.promo h3{
		width: 550px;
	}

	.offer .letter{
		width: 180px;
	}

	.offer svg{
		width: 190px;
	}

	.packages .header svg{
		width: 55px;
		left: 30%;
	}

	.special-offer{
		padding: 75px 200px 60px;
	}

	.special-offer.promo .special-car{
		left: -150px;
	}

	.special-offer.promo .shapes .right{
		width: 190px;
		right: -140px;
	}

	.special-offer.promo .shapes .blue-circle{
		left: 70%;
	}

	.special-offer.promo .shapes .orange-circle{
		right: -70px;
	}

	.packages .header img.letter{
		width: 50px;
		left: 30.3%;
	}

	.more-services{
		padding: 75px 0;
	}

	.more-services .text{
		padding-right: 121px;
	}

	.quotes h2{
		margin: 0 0 80px 130px;
	}

	/* ASSISTANT */
	.assistant-choice{
		padding: 80px 110px;
	}

	.single{
		padding: 0 110px 70px;
	}

	.simpl-app{
		padding: 150px 200px 90px;
	}

	.single .main-btn{
		margin-left: 50px;
	}

	.single .row{
		padding: 50px 100px 40px;
	}

	/* PRODUCT */
	.product-sec .blue-text .sticker{
		right: 26%;
	}

	.product-sec.main .blue-text .sticker{
		right: 43%;
	}

	.product-sec.video .blue-text .sticker{
		right: 28%;
	}

	/* CONTACT */
	.contact .col-lg-7{
		padding: 65px 10% 0 5%;
	}

	.shapeBig{
		top: 8%;
		left: 0;
	}

	.shapeGreen{
		right: 15px;
	}

	.shapeYellow{
		right: 5%;
	}

	/* OFFER */
	.offer-page.second .form-sec{
		padding: 100px 10% 0;
	}

	/* SERVICES */
	.services{
		padding: 200px 200px 100px;
	}

	.steps{
		padding: 110px 0 50px;
	}

	/* MODALS */
	#thank_you p{
		padding: 75px 0 75px 130px;
	}
}

@media screen and (max-width: 1600px){
	/* NAVIGATION */
	.menu-items ul .lang{
		padding: 10px 8px;
	}

	.menu-items .dropdown-menu{
		top: 95%;
	}

	/* 404 */
	.error-content{
		margin-top: 100px;
	}

	/* HOME */
	.hero{
		padding: 110px 0 30px;
	}
	.hero-carousel.owl-theme .owl-dots,
	.assistant-carousel.owl-theme .owl-dots{
		left: 170px;
	}
	.hero-carousel.owl-theme .owl-nav,
	.assistant-carousel.owl-theme .owl-nav{
		left: 250px;
	}
	.car-types .col-lg-9{
		padding: 0 50px;
	}

	.car-types .more{
		margin-bottom: 10px;
	}

	.we-offer.promo h3{
		width: 450px;
		font-size: 43px;
	}

	.assistant.promo{
		padding: 80px 0 0;
	}

	.special-offer{
		padding: 75px 150px 60px;
	}

	.special-offer .col-lg-6{
		padding-right: 100px;
	}

	.special-offer .special-car{
		right: -100px;
	}

	.offer-page .container-fluid{
		max-width: 90%;
	}

	.quotes{
		padding: 100px 0;
	}

	.quotes h2{
		margin: 0 0 80px 100px;
	}

	/* 404 */
	.error{
		min-height: 750px;
	}

	/* HOME */
	.assistant{
		max-width: 87%;
	}

	/* ASSISTANT */
	.single .row{
		background-size: contain;
	}

	/* PRODUCT */
	.product-nav li{
		margin-right: 80px;
	}

	.product-sec .blue-text .sticker{
		right: 22%;
	}

	.product-sec.main .blue-text .sticker{
		right: 38%;
	}

	.product-sec.video .blue-text .sticker{
		right: 22%;
	}

	/* SERVICES */
	.services .left{
		padding-left: 50px;
	}

	.services .right{
		padding-right: 50px;
	}

	/* VIDEO SECTION */
	.video-section iframe{
		height: 950px;
	}

	/* FOOTER */
	footer .social img{
		margin-right: 10px;
	}

	/* MODALS */
	#prices .modal-dialog{
		max-width: 60%;
	}

	.footer-modal .modal-dialog{
		max-width: 60%;
	}
}

@media screen and (max-width: 1440px){
	.container-fluid{
		max-width: 80%;
	}

	/* NAVIGATION */
	header p,
	.menu li a{
		font-size: 20px;
	}

	/* 404 */
	.error{
		max-width: 100%;
		min-height: 660px;
	}

	.error p{
		font-size: 20px;
	}

	/* HOME */
	.assistant{
		max-width: 87%;
	}

	.assistant ul{
		padding: 0 130px;
	}

	.assistant .slogan{
		margin-left: -80px;
	}

	.assistant.promo .slogan{
		margin-bottom: 100px;
	}

	.assistant h2 .logo{
		width: 130px;
	}

	.assistant.promo li{
		font-size: 25px;
	}

	.we-offer{
		min-height: 700px;
		padding: 50px 4%;
	}

	.we-offer .slogan{
		font-size: 20px;
	}

	.we-offer .shapes img.left{
		width: 12%;
		left: 10%;
	}

	.we-offer .shapes img.right{
		width: 200px;
		top: 32%;
		right: 8%;
	}

	section h2{
		font-size: 45px;
	}

	.what-is h2{
		margin: 0 0 30px 120px;
	}

	.what-is .video-sec,
	.what-is iframe{
		min-height: 750px;
	}

	.what-is .poster img{
		width: 600px;
	}

	.offer .text{
		padding: 35px 10% 35px 11%;
	}

	.offer .letter{
		width: 170px;
	}

	.offer svg{
		width: 170px;
	}

	.special-offer.promo h2{
		font-size: 38px;
	}

	.special-offer.promo .special-car{
		width: 700px;
		left: -100px;
	}

	.packages{
		padding-bottom: 110px;
	}

	.packages .header img{
		width: 930px;
		top: 20px;
	}

	.icons .col-lg-6{
		padding: 0 70px;
		margin-bottom: 50px;
	}

	.more-services{
		padding: 20px 0 60px;
	}
	
	.more-services h2{
	    margin-top: 50px;
	}

	.promo-assistant{
		padding: 100px 0 0;
	}

	.assistant.promo.bottom{
		padding: 100px 0 0;
	}

	.assistant.bottom ul li{
		margin-bottom: 50px;
	}

	.assistant-choice{
		padding: 80px 100px;
	}

	.single{
		padding: 0 90px;
	}

	.simpl-app{
		padding: 100px 140px 90px;
	}

	/* ASSISTANT */
	.single .row{
		padding: 40px 100px 35px;
		margin-bottom: 50px;
	}

	/* CATALOG */
	.catalog .container-fluid,
	.partners .container-fluid{
		max-width: 85%;
	}

	.catalog h3{
		font-size: 28px;
		padding-right: 45%;
	}

	.filter li{
		margin-right: 30px;
	}

	/* PRODUCT */
	.product-nav .container-fluid,
	.product-sec .container-fluid,
	.product-footer .container-fluid{
		max-width: 90%;
	}

	.product-sec .blue-text .sticker{
		right: 17%;
	}

	.product-sec.main .blue-text .sticker{
		right: 34%;
	}

	.product-sec.video .blue-text .sticker{
		right: 18%;
	}

	.product-sec .col-lg-5 .scroll-sec{
		height: 400px;
	}

	.product-sec .col-lg-7 img{
		padding-right: 50px;
	}

	.product-sec .icons p{
		margin-left: 30px;
	}

	.product-sec .video iframe{
		height: 510px;
		margin: 20px auto 50px;
	}

	.period-val .min{
		left: -5%;
	}
	.period-val .mid{
		left: 45%;
	}
	.period-val .max{
		right: 7%;
	}

	.product-footer h4{
		font-size: 26px;
	}

	.product-footer p{
		font-size: 18px;
	}

	/* CONTACT */
	.map-container{
		width: 350px;
		height: 350px;
	}

	.map-container iframe{
		width: 600px;
		height: 600px;
		margin: -120px;
	}

	.shapeBig{
		height: 350px;
		width: 330px;
		left: 5%;
	}

	.contact h3,
	.contact .phone{
		font-size: 27px;
	}

	.contact .email{
		font-size: 45px;
	}

	.contact .slogan{
		font-size: 18px;
	}

	.contact input,
	.contact textarea{
		font-size: 16px;
	}

	.checkboxes label{
		font-size: 14px;
	}

	.contact-info .row{
		padding: 0 5%;
	}

	.contact-info h4{
		font-size: 20px;
	}

	.contact-info p{
		font-size: 15px;
	}

	/* OFFER */
	.offer-page .headers{
		padding-right: 40%;
	}

	.offer-page .form-sec{
		padding: 100px 17% 0;
	}

	.offer-page .form-sec h3{
		font-size: 36px;
		letter-spacing: 0;
	}

	.offer-page .checkboxes{
		padding-right: 23%;
	}

	.offer-page .shapes img.right{
		right: 5%;
	}

	.offer-page .shapes img.left{
		left: 5%;
	}

	.offer-page .orange-circle{
		right: 12%;
	}

	.offer-page.second .form-sec{
		padding: 100px 6% 0;
	}

	/* QUESTIONS */
	.questions .container-fluid{
		max-width: 93%;
	}

	.questions .titles .heading{
		font-size: 32px;
	}

	.questions .title{
		font-size: 50px;
	}

	.questions .wrapper img{
		margin: 0;
	}

	/* BLOG POST */
	.blog-post .container-fluid{
		max-width: 93.5%;
	}

	/* SERVICES */
	.services{
		padding: 200px 100px 100px;
	}

	.steps{
		padding: 110px 0 50px;
	}

	.steps-hero{
		height: 700px;
	}

	/* VIDEO SECTION */
	.video-section iframe{
		height: 800px;
	}

	/* FOOTER */
	footer .top{
		padding: 100px 5% 50px;
	}

	footer .col-lg-3 p{
		font-size: 13px;
		padding-right: 85px;
	}

	footer li a{
		font-size: 14px;
	}

	footer .bottom{
		padding: 25px 5%;
	}

	/* MODALS */
	#prices .modal-body .blue-text{
		font-size: 28px;
	}

	#thank_you .modal-dialog,
	#offer_errors .modal-dialog{
		max-width: 55%;
	}

	#thank_you .modal-body,
	#offer_errors .modal-body{
		padding: 100px 75px;
	}

	#thank_you p{
		padding: 75px 0 75px 110px;
	}
}

@media screen and (max-width: 1367px){
	section h2{
		font-size: 38px;
	}

	/* 404 */
	.error img{
		width: 300px;
	}

	/* HOME */
	.hero-carousel.owl-theme .owl-dots,
	.assistant-carousel.owl-theme .owl-dots{
		left: 150px;
		bottom: 70px;
	}
	.hero-carousel.owl-theme .owl-nav,
	.assistant-carousel.owl-theme .owl-nav{
		left: 230px;
		bottom: 60px;
	}
	.btn-grad{
		font-size: 22px;
	}

	.btn-grad i{
		font-size: 18px;
	}

	.btn-sm{
		padding: 2px 9px 2px 0;
	}

	.car-types{
		padding: 0 100px 100px;
	}

	.car-types .col-lg-9{
		padding: 0 20px;
	}

	.car-types .col-lg-4{
		height: 290px;
	}

	.we-offer{
		min-height: 600px;
		padding: 50px 4% 0;
	}

	.we-offer.promo{
		min-height: 480px;
	}

	.we-offer .top-carousel{
		width: 500px;
	}

	.we-offer .top-carousel p{
		font-size: 36px;
	}

	.assistant{
		padding: 80px 0 100px;
	}

	.assistant .logo{
		width: 750px;
	}

	.assistant ul li{
		font-size: 21px;
	}

	.special-offer{
		padding: 75px 100px 60px;
		margin-bottom: 50px;
	}

	.special-offer h3{
		font-size: 21px;
		margin-bottom: 25px;
	}

	.special-offer h2{
		font-size: 36px;
		margin-left: -50px;
	}

	.special-offer .note{
		font-size: 16px;
	}

	.special-offer .btn-grad{
		font-size: 18px;
	}

	.special-offer.promo .special-car{
		width: 650px;
	}

	.special-offer .shapes .right{
		width: 140px;
		top: 5%;
	}

	.special-offer.promo .shapes .right{
		width: 170px;
		right: -100px;
	}

	.special-offer.promo .shapes .left{
		width: 120px;
		top: -6%;
		left: -4%;
	}

	.special-offer.promo .shapes .blue-circle{
		left: 60%;
	}

	.special-offer.promo .shapes .orange-circle{
		right: -25px;
		bottom: -6%;
	}

	.special-offer li p,
	.special-offer li h4{
		font-size: 24px;
	}

	.promo-assistant .blue-circle{
		bottom: 0;
	}

	.offer .letter{
		width: 160px;
	}

	.offer svg{
		width: 160px;
		left: -1%;
	}

	.packages{
		padding-bottom: 30px;
	}

	.packages .header img{
		width: 60%;
	}

	.packages .header img.letter{
		width: 42px;
		left: 32.5%;
	}

	.packages .header svg{
		width: 46px;
		top: -7%;
		left: 31.2%;
	}

	.quotes{
		padding: 50px 0 100px;
	}

	.quotes.promo{
		padding-top: 80px;
	}

	.quotes h2{
		margin: 0 0 70px 70px;
	}

	.quotes p{
		font-size: 17px;
	}

	.quotes .bubble{
		padding: 90px 40px 30px;
	}

	.quotes img.open{
		width: 40px;
		top: 35px;
	}

	.quotes .person{
		margin: 30px auto 20px
	}

	.quotes .bubble .tail{
		bottom: 107px;
	}

	.quotes .owl-theme .owl-nav.disabled+.owl-dots{
		margin-top: 20px;
	}

	/* ASSISTANT */
	.single{
		padding: 0 60px;
	}

	.single p{
		font-size: 2em;
	}

	.simpl-app h2{
		font-size: 2.8em;
	}

	.single .btn-sm{
		top: -7px;
	}

	.special-offer.additions h3{
		margin-left: -50px;
	}

	.special-offer.additions{
		margin-bottom: 0;
	}

	/* CATALOG */
	.banner{
		width: 278px;
		padding: 45px 0; 
	}

	.banner .btn-sm i{
		padding-left: 7px;
	}

	/* PRODUCT */
	.product-sec .blue-text .sticker{
		right: 13%;
	}

	.product-sec.main .blue-text .sticker{
		right: 31%;
	}

	.product-sec.video .blue-text .sticker{
		right: 14%;
	}

	/* OFFER */
	.form-sec .note{
		font-size: 12px;
	}

	.offer-page .shapes img.left{
		top: 65%;
	}

	/* BLOG POST */
	.blog-post h2{
		font-size: 40px;
	}

	.blog-post .main-btn{
		margin: 60px auto 110px;
	}

	/* MODALS */
	#prices .modal-body{
		padding: 70px 100px;
	}

	#ckr p{
		margin-bottom: 40px;
	}

	#ckr .modal-dialog{
		max-width: 80%;
	}

	/* IE */
	_:-ms-fullscreen, :root .outline-ie.s{
		width: 230px;
		left: -1%;
	}

	_:-ms-fullscreen, :root .outline-ie.i{
		width: 200px!important;
		top: -7%!important;
	}

	_:-ms-input-placeholder, :root .outline-ie.s{
		width: 230px;
		left: -1%;
	}

	_:-ms-input-placeholder, :root .outline-ie.i{
		width: 200px!important;
		top: -7%!important;
	}
}

@media screen and (max-width: 1280px){
	/* NAVIGATION */
	header{
		padding: 15px 70px 14px;
	}

	.menu li{
		margin-right: 50px;
	}

	header p,
	.menu li a{
		font-size: 19px;
	}

	/* 404 */
	.error{
		min-height: 600px;
	}

	/* HOME */
	.owl-theme .owl-nav.disabled+.owl-dots{
		margin-top: 50px;
	}

	.hero{
		padding: 109px 0 30px;
	}

	.hero h3{
		font-size: 2.5em;	
	}

	.car-types img{
		width: 200px;
	}

	.car-types .col-lg-4:last-of-type img{
		height: 100px;
		width: auto;
	}

	.car-types{
		padding: 0 80px 100px;
	}

	.we-offer{
		padding: 0 4%;
	}

	.we-offer.promo h3{
		width: 500px;
		font-size: 38px;
	}

	.we-offer .top-carousel p{
		font-size: 45px;
	}

	.we-offer .shapes img.left{
		width: 10%;
	}

	.we-offer .shapes img.right{
		width: 180px;
	}

	.special-offer .special-car{
		width: 720px;
		bottom: -125px;
	}

	.special-offer.promo h2{
		font-size: 36px;
	}

	.special-offer.promo .special-car{
		width: 600px;
	}

	.special-offer.promo .shapes .right{
		width: 150px;
		right: -65px;
	}

	section h2{
		font-size: 40px;
	}

	section p{
		font-size: 20px;
	}

	.assistant h2 .logo{
		width: 110px;
	}

	.assistant ul li{
		font-size: 21px;
	}

	.assistant.promo li{
		font-size: 21px;
	}

	.assistant.bottom ul li{
		margin-bottom: 50px;
	}

	.special-offer .note{
		margin-bottom: 40px;
	}

	.packages .header svg{
		top: 0;
	}

	.offer .text{
		padding: 35px 5% 35px 11%;
	}

	.offer svg,
	.offer .letter{
		width: 145px;
	}

	.icons{
		margin-top: 150px;
	}

	.icons .col-lg-6{
		padding: 0 50px;
	}

	/* ASSISTANT */
	.assistant-choice{
		padding: 80px 50px;
	}

	.assistant-choice h2{
		margin-bottom: 50px;
	}

	.assistant-choice .col-lg-4{
		padding: 50px 40px 40px;
	}

	.assistant-choice .top h3{
		font-size: 3.5em;
	}

	.single{
		padding: 0 30px;
	}

	.simpl-app{
		padding: 80px 100px;
	}

	/* CATALOG */
	.catalog h3{
		font-size: 26px;
	}

	.cars-catalog{
		padding: 60px 60px 0;
	}

	.banner .btn-sm i{
		padding-left: 7px;
	}

	/* PRODUCT */
	.product-sec .blue-text .sticker{
		right: 6%;
	}
	.product-sec.main .blue-text .sticker{
		right: 27%;
	}
	.product-sec.video .blue-text .sticker{
		right: 8%;
	}
	.period-val .min{
		left: -6%;
	}
	.period-val .max{
		right: 6%;
	}
	.product-footer .product-carousel{
		padding: 0 50px;
	}

	/* CONTACT */
	.contact .form-sec{
		padding: 100px 12% 0;
	}

	/* OFFER */
	.offer-page h2{
		margin-bottom: 15px;
	}

	.offer-page .form-sec .heading{
		margin-bottom: 30px;
	}

	.offer-page .form-sec h3{
		font-size: 32px;
		margin-bottom: 10px;
	}

	.offer-page input{
		font-size: 16px;
	}

	.offer-page.second .form-sec{
		padding: 100px 12% 0;
	}

	.offer-page.second .btn-grad{
		padding: 5px 90px 5px 75px;
	}

	/* BLOG */
	.blog h3{
		font-size: 26px;
		height: 80px;
	}

	/* BLOG POST */
	.blog-post h2,
	.blog-content{
		padding: 0 18%;
	}

	.blog-post p{
		font-size: 16px;
	}

	/* SERVICES */
	.services{
		padding: 200px 60px 70px;
	}

	.steps{
		padding: 110px 0 50px;
	}

	.steps-hero{
		height: 600px;
	}

	.steps .container-fluid:not(.container-steps){
		max-width: 80%;
	}

	.steps-hero h2{
		font-size: 2.8em;
		padding: 80px 0 0 60px;
	}

	/* FOOTER */
	footer .social img{
		width: 45px;
		margin-right: 10px;
	}

	/* MODALS */
	.footer-modal .modal-dialog{
		max-width: 70%;
	}
}

@media screen and (max-width: 1200px){
	/* PRODUCT */
	.product-nav .container-fluid,
	.product-sec .container-fluid,
	.product-footer .container-fluid{
		max-width: 95%;
	}

	.product-nav li{
		margin-right: 70px;
	}

	.product-footer h4{
		font-size: 24px;
	}

	.product-footer .product-carousel{
		padding: 0;
	}

	.product-footer p{
		font-size: 17px;
	}

	.product-sec .receive-offer{
		font-size: 18px;
		padding: 11px 60px;
	}

	/* OFFER */
	.offer-page .form-sec{
		padding: 75px 10% 0;
	}

	/* MODALS */
	#prices .modal-dialog{
		max-width: 70%;
	}

	/* FOOTER */
	footer .social img{
		width: 40px;
		margin-right: 5px;
	}
}

@media screen and (max-width: 1024px){
	.container-fluid{
		max-width: 90%;
	}

	/* NAVIGATION */
	header{
		padding: 15px 20px 14px;
	}

	.menu{
		padding: 15px 35px 14px;
	}

	header img{
		top: 30px;
	}

	.menu-items ul li{
		margin-right: 50px;
	}

	/* 404 */
	.error{
		max-width: 100%;
		min-height: 670px;
		background-position: bottom right;
	}

	.error-content{
		margin-top: 70px;
	}

	/* HOME */
	section h2{
		font-size: 32px;
	}

	section p{
		font-size: 18px;
	}

	.hero-carousel.owl-theme .owl-nav,
	.assistant-carousel.owl-theme .owl-nav{
		bottom: 30px;
		left: 200px;
	}

	.hero-carousel.owl-theme .owl-dots,
	.assistant-carousel.owl-theme .owl-dots{
		left: 115px;
		bottom: 40px;
	}

	.hero h3{
		margin: 30px 0 15px;
	}

	.hero h4{
		font-size: 2.3em;
	}

	.hero li p,
	.hero li span{
		font-size: 1.5em;
	}

	.hero .slogan{
		bottom: -10px;
	}

	.car-types{
		padding: 0 20px 100px;
	}

	.car-types .col-lg-4{
		height: 280px;
	}

	.what-is h2{
		margin: 0 0 30px 80px;
	}

	.special-offer{
		padding: 60px 50px 50px;
	}

	.special-offer h2{
		font-size: 32px;
		margin-left: -25px;
	}

	.special-offer.promo h2{
		font-size: 32px;
		line-height: 1.2;
	}

	.special-offer li p{
		margin-bottom: 5px;
	}

	.special-offer .special-car{
		width: 650px;
		right: -50px;
	}

	.special-offer.promo .special-car{
		width: 495px;
		top: 130px;
	}

	.special-offer .shapes .left{
		width: 100px;
		top: 10%;
	}

	.special-offer.promo .shapes .left{
		width: 110px;
		top: 0;
	}

	.special-offer .shapes .right{
		width: 120px;
	}

	.special-offer.promo .shapes .right{
		right: -45px;
	}

	.special-offer.promo .shapes .orange-circle{
		right: 0;
	}

	.assistant .logo{
		width: 700px;
	}

	.assistant ul{
		padding: 0 70px;
	}

	.assistant ul li{
		font-size: 18px;
	}

	.offer svg,
	.offer .letter{
		width: 105px;
	}

	.packages .header img{
		width: 75%;
	}

	.packages .header img.letter{
		width: 35px;
		left: 27%;
	}

	.packages .header svg{
		width: 39px;
		left: 26.5%;
	}

	.icons p{
		margin-left: 20px;
	}

	.quotes h2{
		margin: 0 0 70px 40px;
	}

	.quotes a{
		margin: 50px auto 0;
	}

	.more-services{
		padding: 50px 0;
	}
	
	.more-services h2{
	    margin-top: 0;
	}

	.more-services .header img{
		width: 68%;
	}

	.more-services .header img.letter{
		width: 22%;
		right: 29%;
	}

	.more-services .header svg{
		width: 24%;
		right: 30%;
	}

	/* ASSISTANT */
	.assistant-choice{
		padding: 60px 30px;
	}
	.assistant-choice .top h3{
		font-size: 3em;
	}
	.assistant-choice .top h4{
		font-size: 2.5em;
	}
	.single{
		padding: 0;
	}
	.single .row{
    	background-size: cover;
		padding: 40px 30px 30px;
		margin: 0 0 50px 0;
	}
	.simpl-app{
		padding: 70px 50px;
	}
	.simpl-app h2{
		font-size: 2.5em;
		padding-right: 0;
		margin: 50px 0 30px;
	}
	.single .vector{
		width: 60px;
	}
	.special-offer.additions h3{
		margin-left: -25px;
	}

	/* CATALOG */
	.catalog .container-fluid,
	.partners .container-fluid{
		max-width: 90%;
	}

	.catalog h3{
		font-size: 24px;
		padding-right: 35%;
	}

	.cars-catalog{
		padding: 30px 0 0;
	}

	.filter li{
		margin-right: 20px;
	}

	.filter select{
		width: 185px;
	}

	.filter label{
		font-size: 16px;
		margin-bottom: 10px;
	}

	.filter li img{
		top: 42px;
	}

	.partners{
		padding: 70px 0 90px;
	}

	.partners h3{
		font-size: 32px;
	}

	/* PRODUCT */
	.product-nav{
		padding-top: 70px;
	}

	.product-nav li{
		font-size: 16px;
		margin-right: 40px;
	}

	.product-sec .blue-text .sticker{
		width: 23%;
		top: -40px;
		right: 12%;
	}

	.product-sec.main .blue-text .sticker{
		right: 14%;
	}

	.product-sec h3{
		font-size: 24px;
	}

	.product-sec p,
	.product-sec li{
		font-size: 18px;
	}

	.product-sec .icons p{
		margin-left: 15px;
	}

	.product-sec .video iframe{
		width: 96%;
		height: 525px;
	}

	.period-val .min{
		left: -7%;
	}
	.period-val .mid{
		left: 45%;
	}
	.period-val .max{
		right: 5%;
	}

	.product-footer button{
		font-size: 17px;
	}

	/* CONTACT */
	.map-container{
		width: 330px;
		height: 330px;
	}

	.map-container iframe{
		width: 575px;
		height: 575px;
	}

	.shapeBig{
		height: 330px;
		width: 310px;
		left: 0;
	}

	.shapeYellow{
		height: 100px;
		width: 70px;
	}

	.shapePurple{
		height: 60px;
		width: 50px;
	}

	.shapeGreen{
		height: 85px;
		width: 40px;
	}

	.contact .col-lg-7{
		padding: 60px 0 0 5%;
	}

	.contact h3,
	.contact .phone{
		font-size: 26px;
	}

	.contact h3{
		margin-bottom: 20px;
	}

	.contact .email{
		font-size: 45px;
	}

	.contact .form-sec{
		padding: 100px 5% 0;
	}

	.contact-info .row{
		padding: 0 2%;
	}

	/* OFFER */
	.offer-page{
		padding: 80px 0 120px;
	}

	.offer-page .form-sec{
		padding: 70px 7% 0;
	}

	.offer-page .form-sec .heading{
		font-size: 18px;
	}

	.offer-page .form-sec h3{
		font-size: 28px;
	}

	.form-sec p{
		font-size: 18px;
	}

	.offer-page .shapes img.left,
	.offer-page .shapes img.right{
		display: none;
	}

	.offer-page .blue-circle{
		left: 5%;
	}

	.offer-page.second .form-sec{
		padding: 70px 2% 0;
	}

	.offer-page.second .blue-circle{
		left: 2%;
	}

	/* QUESTIONS */
	.questions{
		padding: 180px 0;
	}

	.questions .row:not(.titles){
		padding-top: 70px;
	}

	.question .title .heading{
		font-size: 29px;
	}

	.questions h2{
		font-size: 43px;
	}

	.questions h3{
		font-size: 27px;
	}

	.questions h3:after{
		margin: 30px 0 40px;
	}

	.questions .row.wrapper{
		padding: 55px 20px;
	}

	.questions .wrapper img{
		width: 60px;
	}

	/* BLOG */
	.blog .head{
		margin-bottom: 30px;
	}

	.blog h2{
		font-size: 35px;
		margin: 0 0 30px;
	}

	.blog h3{
		font-size: 22px;
		height: 70px;
	}

	.blog p{
		font-size: 17px;
		line-height: 1.8;
	}

	.blog h3{
		font-size: 25px;
		margin: 30px 0 20px;
	}

	/* BLOG POST */
	.blog-post h2,
	.blog-content{
		padding: 0 10%;
	}

	.blog-post .keywords span{
		font-size: 17px;
		margin: 0 15px 30px 0;
	}

	.blog-post .main-btn{
		margin: 50px auto 110px;
	}

	/* SERVICES */
	.services{
		padding: 170px 15px 70px;
	}

	.services h2{
		font-size: 2.5em;
	}

	.services h3{
		font-size: 2em;
	}

	.steps{
		padding: 110px 0 50px;
	}

	.steps-hero{
		height: 500px;
	}

	/* VIDEO SECTION */
	.video-section iframe{
		height: 600px;
	}

	/* FOOTER */
	footer .top{
		padding: 70px 1% 50px;
	}

	footer .col-lg-3 p{
		padding-right: 50px;
	}

	footer .social p{
		font-size: 12px;
		letter-spacing: 1px;
	}

	footer .social img{
		margin-right: 5px;
	}

	footer .bottom{
		padding: 25px 1%;
	}

	/* MODALS */
	#prices .modal-dialog{
		max-width: 80%;
		margin: 20px auto;
	}

	#thank_you .modal-dialog,
	#offer_errors .modal-dialog{
		max-width: 65%;
	}

	#thank_you .modal-body,
	#offer_errors .modal-body{
		padding: 70px 75px;
	}

	#thank_you p{
		font-size: 22px;
		padding: 75px 0 75px 100px;
	}

	#thank_you .shape,
	#offer_errors .shape{
		width: 100px;
		bottom: 6%;
	}
}

@media screen and (max-width: 992px){
	.container-fluid{
		max-width: 95%;
	}

	/* NAVIGATION */
	header .apps div{
		margin: 20px 15px;
	}

	.menu ul{
		margin: 70px 0 0;
	}

	.menu-items li.desktop{
		display: none;
	}

	.menu li.mobile{
		display: block;
	}

	.menu li .dropdown-item{
		padding: 0;
	}

	.menu li{
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}

	.menu li a{
		font-size: 22px;
	}

	.menu li:after{
		width: 40%;
		transform-origin: 0% 0%;
		margin: 0;
		margin-top: 10px;
	}

	/* 404 */
	.error{
		max-width: 100%;
	}

	/* HOME */
	.hero{
		padding: 90px 0 30px;
	}

	.hero .slogan{
		position: static;
		display: block;
		margin-top: 20px;
	}

	.hero .img-fluid{
		margin: 20px auto 0;
	}

	.hero-carousel.owl-theme .owl-nav,
	.hero-carousel.owl-theme .owl-dots,
	.assistant-carousel.owl-theme .owl-nav,
	.assistant-carousel.owl-theme .owl-dots{
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
	}

	.hero-carousel.owl-theme .owl-nav,
	.assistant-carousel.owl-theme .owl-nav{
		left: 50%;
		bottom: 20px;
		transform: translateX(-50%);
	}

	.car-types{
		padding: 0 70px 70px;
	}

	.we-offer{
		padding: 50px 4% 0;
	}

	.assistant{
		padding: 80px 0 50px;
	}

	.assistant .logo{
		width: 650px;
		margin: -155px 0 0;
	}

	.assistant ul li{
		margin-bottom: 50px;
	}

	.assistant ul li:last-of-type{
		margin-bottom: 50px;
	}

	.special-offer{
		padding: 60px 50px 40px;
	}

	.special-offer h2{
		margin-left: 0;
		margin-bottom: 30px;
	}

	.special-offer .col-lg-6 ul:last-of-type{
		margin-top: 50px;
	}

	.special-offer .shapes{
		display: none;
	}

	.special-offer .main-btn{
		margin: 40px auto 0;
	}

	.offer .text{
		padding: 35px 5% 35px 4.5%;
	}

	.offer a{
		margin: 50px auto 150px;
	}

	.icons .col-lg-6{
		padding: 0 20px;
	}

	/* ASSISTANT */
	.assistant-choice .col-lg-4{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.single .vector{
		right: -10px;
		width: 60px;
	}
	.simpl-app{
		padding: 50px; 
	}
	.simpl-app .img-fluid{
		display: block;
		margin: 30px auto 0;
	}
	.special-offer.additions h3{
		margin-left: 0;
		margin-bottom: 60px;
	}
	.single .main-btn{
		position: relative;
		top: 10px;
		margin: 10px auto 0;
	}

	/* PRODUCT */
	.product-sec .blue-text .sticker{
		right: 0;
	}

	.product-sec.main .blue-text .sticker{
		right: 2%;
	}

	.product-sec .icons p{
		margin-left: 20px;
	}

	.product-footer h4{
		font-size: 22px;
	}

	.product-footer p{
		font-size: 14px;
	}

	.product-footer .owl-theme .owl-nav [class*=owl-]{
		position: absolute;
		top: 50%;
		font-size: 40px;
		color: #000;
		background: transparent!important;
		transform: translateY(-50%);
	}

	.owl-carousel .owl-nav button.owl-next{
		right: 10px;
	}

	.owl-carousel .owl-nav button.owl-prev{
		left: 10px;
	}

	/* OFFER */
	.offer-page{
		padding: 60px 0 120px;
	}

	.offer-page .container-fluid{
		max-width: 94%;
	}

	.offer-page .form-sec{
		padding: 60px 5% 0;
	}

	.offer-page .form-sec .subheading{
		margin-top: -25px;
	}

	.offer-page .blue-circle{
		left: 2%;
	}

	.offer-page .orange-circle{
		right: 4%;
	}

	/* CONTACT */
	.contact .main-btn{
		float: left;
		position: relative;
		top: 20px;
		left: 15px;
	}

	/* QUESTIONS */
	.questions .wrapper img{
		margin: 0 auto 15px;
	}

	.questions .wrapper h4{
		text-align: center;
	}

	/* BLOG */
	.blog h3{
		font-size: 26px;
		height: 80px;
	}

	.blog .pinned img{
		margin-top: 40px;
	}

	/* BLOG POST */
	.blog-post h2{
		font-size: 35px;
		letter-spacing: -1px;
	}

	.product-sec .back-btn{
		bottom: 60px;
	}

	/* SERVICES */
	.services h2{
		margin-bottom: 0px;
	}

	.services .row.desktop{
		display: none;
	}

	.services .row.mobile{
		display: block;
	}

	.services .left{
		padding-left: 15px;
	}

	.services .right{
		padding-right: 15px;
	}

	.services .img-fluid{
		margin: 80px 0 40px;
	}

	.steps-hero h2{
		font-size: 2.6em;
		padding: 60px 0 0 15px;
	}

	/* FOOTER */
	footer .top{
		padding: 50px 10%;
	}

	footer .col-lg-2 img{
		margin: 0 0 20px;
	}

	footer .col-lg-2 p{
		font-size: 15px;
		padding-right: 65%;
	}

	footer .col-lg-4.col-md-12{
		padding: 0 15px;
		margin: 50px 0 30px;
	}

	footer li a{
		font-size: 16px;
	}

	footer .social p{
		font-size: 14px;
	}

	footer .social img{
		width: 50px;
		margin-right: 15px;
	}

	footer .bottom{
		padding: 25px 10%;
	}

	/* MODALS */
	.footer-modal h3{
		font-size: 21px;
	}

	.footer-modal p{
		font-size: 16px;
		line-height: 130%;
	}
	#cookiebar p{
		text-align: left;
	}
	#cookiebar span{
		display: block;
		margin-bottom: 10px;
	}
	#cookiebar .cookie{
		margin-left: 0;
	}
}

@media screen and (max-width: 850px){
	/* HOME */
	section h2{
		font-size: 32px;
	}

	.car-types{
		padding: 0 50px 70px;
	}

	.car-types .col-lg-9{
		padding: 0 15px;
	}

	.car-types .col-lg-4{
		height: 275px;
	}

	.car-types img{
		width: 180px;
	}

	.car-types .col-lg-4:last-of-type img{
		height: 87px;
	}

	.we-offer{
		min-height: 500px;
	}

	.we-offer .top-carousel{
		width: 400px;
	}

	.we-offer .top-carousel p{
		font-size: 32px;
	}

	.we-offer .shapes div{
		display: none;
	}

	.we-offer .shapes img.right{
		width: 120px;
	}

	.icons img{
		width: 85%;
	}

	.quotes img{
		width: 40px;
	}

	/* CATALOG */
	.filter ul{
		text-align: left;
	}

	.filter li{
		display: block;
		margin: 0;
	}

	.filter label{
		float: none;
	}

	.filter select{
		width: 50%;
		margin-bottom: 25px;
	}

	.filter .main-btn .btn-lg{
		width: 50%;
	}

	.filter li img{
		right: 54%;
	}

	/* OFFER */
	.inputs input{
		margin-right: 4%;
	}

	.offer-page .form-sec .filter input,
	.offer-page .form-sec .filter select{
		width: 100%;
		margin-bottom: 20px;
	}

	.offer-page .form-sec .filter li img{
		right: 3%;
	}

	/* PRODUCT */
	.product-nav li{
		margin-right: 30px;
	}

	.product-sec.choice img{
		top: 50%;
		bottom: auto;
		transform: translateY(-50%);
		padding-right: 20px;
	}

	.product-footer button{
		font-size: 15px;
		padding: 10px 30px;
	}

	/* FOOTER */
	footer .col-lg-3 p{
		padding-right: 60%;
	}
}

@media screen and (max-width: 768px){
	/* NAVIGATION */
	header{
		padding: 10px 20px 9px;
	}

	header .container-fluid{
		max-width: 55%;
	}

	header .logo{
		padding-top: 15px;
	}


	/* 404 */
	.error{
		min-height: 600px;
	}

	/* HOME */
	section h2{
		font-size: 28px;
	}

	.hero{
		padding: 80px 0 30px;
	}

	.car-types .col-lg-9{
		padding: 0 200px;
	}

	.we-offer{
		min-height: 450px;
		padding: 20px 4%;
	}

	.we-offer .top-carousel{
		width: 350px;
	}

	.we-offer .top-carousel p{
		font-size: 28px;
	}


	.what-is .video-sec,
	.what-is iframe{
		min-height: 430px;
	}

	.what-is .poster p{
		font-size: 36px;
	}

	.what-is .poster img{
		width: 500px;
	}

	.assistant ul li{
		font-size: 18px;
	}

	.assistant.promo li,
	.promo-assistant li{
		padding-left: 5px;
	}

	.offer svg,
	.offer .letter{
		width: 75px;
	}

	.packages .header img{
		top: -3%;
	}

	.packages .header img.letter{
		width: 29px;
		left: 26.5%;
	}

	.packages .header svg{
		width: 30px;
		top: -4%;
	}

	.more-services{
		padding: 30px 0;
	}

	.more-services .text{
		padding-right: 35px;
	}
	
	.more-services .header img.letter{
	    top: 2%;
	}

	/* CATALOG */
	.catalog{
		padding: 180px 0 0;
	}

	.catalog .container-fluid{
		max-width: 97%;
	}

	.catalog h3{
		font-size: 21px;
		padding-right: 20%;
	}

	/* PRODUCT */
	.product-nav{
		padding-top: 50px;
	}

	.product-nav li{
		display: block;
		margin: 20px 0 0;
	}

	.product-sec .blue-text .sticker{
		width: 18%;
		right: -1%;
	}

	.product-sec h3{
		font-size: 21px;
		margin-top: 15px;
	}

	.product-sec p,
	.product-sec li{
		font-size: 16px;
	}

	.product-sec p.prices{
		font-size: 16px;
	}

	.product-sec .video iframe{
		height: 400px;
	}

	.product-sec .receive-offer{
		padding: 11px 40px;
	}

	.period-val .min{
		left: -8%;
	}
	.period-val .max{
		right: 3%;
	}

	/* CONTACT */
	.map-container{
		width: 300px;
		height: 300px;
	}

	.map-container iframe{
		width: 550px;
		height: 550px;
	}

	.shapeBig{
		height: 300px;
		width: 280px;
	}

	.shapeYellow{
		top: -4%;
		right: 0;
	}

	.shapeGreen{
		height: 70px;
		right: 0;
		bottom: -7%;
	}

	.contact .col-lg-7{
		padding: 40px 0 0 5%;
	}

	.contact h3,
	.contact .phone{
		font-size: 24px;
	}

	.contact .email{
		font-size: 40px;
	}

	.checkboxes{
		padding-right: 18%;
	}

	/* OFFER */
	.offer-page.second .form-sec{
		padding: 30px 0 0;
	}

	.offer-page.second .form-sec h3{
		font-size: 23px;
		margin-bottom: 5px;
	}

	.form-sec p{
		font-size: 17px;
	}

	.form-sec p.name{
		font-size: 23px;
		margin: 0 0 5px;
	}

	.offer-page h2{
		letter-spacing: -1px;
	}

	.upload-sec{
		margin-top: 0;
	}

	.offer-page.second .blue-circle,
	.offer-page.second .orange-circle{
		display: none;
	}

	.offer-page.second .btn-lg{
		width: 100%;
	}

	/* BLOG */
	.blog-line{
		margin: 25px auto 15px;
	}

	.blog-post h2{
		font-size: 32px;
	}

	/* BLOG POST */
	.blog-post{
		padding-top: 70px;
	}

	.blog-post h2,
	.blog-content{
		padding: 0;
	}

	/* SERVICES */
	.steps{
		padding: 95px 0 50px;
	}

	.steps-hero{
		height: 400px;
		margin-bottom: 0;
	}

	.steps-hero h2{
		font-size: 2.4em;
	}

	/* MODALS */
	#prices .modal-dialog{
		max-width: 90%;
	}

	#prices .modal-body{
		padding: 70px;
	}

	#prices .modal-body li{
		font-size: 17px;
	}

	#thank_you .modal-dialog,
	#offer_errors .modal-dialog{
		max-width: 85%;
	}

	#thank_you p{
		padding: 55px 0 55px 100px;
	}
}

@media screen and (max-width: 768px){
	/* NAVIGATION */
	header p,
	.menu p{
		display: none;
	}

	header .logo{
		width: 65px;
		top: 25px;
		left: 3%;
	}

	.menu .logo{
		top: 0;
		left: 0;
	}

	.menu-icon{
		margin-top: 0;
	}

	/* 404 */
	.error .row{
		width: 100%;
		margin: 0;
	}

	.error-content{
		position: static;
		transform: translateX(0);
	}

	.error p{
		text-align: center;
	}

	.error img{
		display: block;
		width: 45%;
		margin: 0 auto;
	}

	/* HOME */
	.we-offer.promo{
		min-height: 300px;
	}
	
	.we-offer.promo h3{
		width: 350px;
		font-size: 28px;
	}

	section h2{
		margin-bottom: 40px;
	}

	.assistant{
		padding: 50px 0;
	}

	.assistant .logo{
		width: 550px;
	}

	.offer svg,
	.offer .letter{
		width: 145px;
	}

	.offer a{
		margin: 0 auto 150px;
	}

	.packages{
		padding-top: 15px;
	}

	.packages .header svg{
		top: -3%;
	}

	.packages .header h2{
		padding: 0 25%;
	}

	.icons .col-lg-6{
		padding: 0 15%;
	}

	.icons img{
		width: 60%;
	}

	.icons p{
		margin-left: 45px;
	}

	.more-services .header h2{
		margin-bottom: 10px;
	}

	.more-services .header p{
		padding-right: 40%;
	}

	.quotes .item{
		padding: 0 5%;
	}

	.promo-assistant:after{
		margin: 60px 0 0;
	}

	/* PRODUCT */
	.product-nav.desktop{
		display: none;
	}
	.product-nav.mobile{
		display: block;
		padding: 0;
		margin: 160px 0 80px
	}
	.product-sec{
		padding-bottom: 50px;
	}

	.product-sec h2{
		font-size: 32px;
		margin-bottom: 15px;
	}

	.product-sec .col-lg-5 .scroll-sec{
		height: auto;
		overflow-y: hidden;
	}

	.product-nav.mobile:after{
		display: none;
	}

	.product-nav.mobile .dropdown-link{
		text-align: center;
		padding: 10px 20px;
	}

	.product-nav .dropdown-link a{
		display: block;
		width: 100%;
		font-family: Regular;
		font-size: 16px;
		color: #000;
	}

	.product-nav .dropdown-link a img{
		float: right;
		position: relative;
		right: 15px;
		animation: pulse 0.8s linear infinite;
	}

	@keyframes pulse{
		0%, 100% {top: -2px;}
		50% {top: 6px;}
	}

	.product-nav ul:after{
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: linear-gradient(to right, #662383, #4FBCBD);
		margin: 20px auto;
	}

	.product-nav li{
		text-align: center;
	}
	.product-nav li.btn-grad{
		border: none;
		border-radius: 0;
		background-image: none;
	}
	.product-nav li.btn-grad:after{
		content: '';
		display: block;
		width: 20%;
		height: 1px;
		background: linear-gradient(to right, #662383, #4FBCBD);
		margin: 10px auto 0;
	}
	.product-sec.choice .col-lg-7 img,
	.product-sec.specs .col-lg-7 img,
	.product-sec.main .col-lg-7 img,
	.product-sec.more .col-lg-7 img{
		position: static;
		transform: translateY(0);
		padding-right: 0;
		margin: 0;
	}

	.product-sec .blue-text .sticker{
		width: 9%;
		position: absolute!important;
		top: -10px;
	}

	.product-sec.main .blue-text .sticker{
		right: 32%;
	}

	.product-sec.main .col-lg-5,
	.product-sec.more .col-lg-5{
		margin-top: 0;
	}

	.product-sec .icons img{
		width: 40%;
	}

	.product-sec .icons p{
		margin-left: 40px;
	}

	.product-sec.more .note.desk,
	.product-sec.main .note.desk{
		display: none;
	}

	.product-sec.more .note.mobile,
	.product-sec.main .note.mobile{
		display: block;
	}

	.product-sec.more .note.mobile{
		position: static;
		margin-top: 50px;
	}

	.product-sec.main .prices.desk{
		display: none;
	}

	.product-sec.main .prices.mobile{
		display: block;
	}

	.ui-widget.ui-widget-content{
		width: 98%;
	}

	.period-val .min{
		left: -4%;
	}
	.period-val .mid{
		left: 50%;
	}
	.period-val .max{
		right: -3%;
	}
	.modal-body li, .product-sec li{
		margin-bottom: 17px;
	}
	.product-sec p{
		margin-bottom: 15px;
	}
	.configure-offer.mobile{
		display: block;
	}
	.configure-offer.desktop{
		display: none;
	}
	.product-sec .disc i{
		display: inline-block;
	}
	.product-sec.main h3{
		margin-top: 15px;
	}
	.product-sec .note.desktop{
		display: none;
	}
	.product-sec .panel{
		margin-top: 50px;
	}

	/* CONTACT */
	.shapeBig{
		left: 24%;
	}

	.shapePurple{
		left: 31%;
	}

	.shapeYellow,
	.shapeGreen{
		right: 28%;
	}

	.contact .col-lg-7{
		padding: 75px 0 0 5%;
	}

	.contact .form-sec{
		padding: 40px 5% 0;
	}

	.checkboxes{
		padding-right: 0;
		margin-bottom: 30px;
	}

	.checkboxes label{
		font-size: 15px;
	}

	.contact-info:before{
		margin: 70px auto 0;
	}

	.contact-info h4{
		margin: 30px 0 20px;
	}

	.contact .main-btn{
		float: none;
		position: static;
	}

	.contact .btn-lg{
		position: relative;
		display: block;
		margin: 0 auto;
	}

	.contact .btn-sm{
		top: 2px;
		right: 2px;
	}

	/* QUESTIONS */
	.questions{
		padding: 150px 0 100px;
	}

	.questions .container-fluid{
		max-width: 95%;
	}

	.questions .row:not(.titles){
		padding-top: 0;
	}

	.questions .line{
		margin-top: 50px;
	}

	.questions .titles .heading{
		font-size: 30px;
	}

	.questions h2{
		font-size: 40px;
		margin-bottom: 20px;
	}

	.questions h3{
		padding-top: 60px;
	}

	.questions .row.wrapper{
		padding: 50px 20px;
	}

	.contact-wrapper{
		margin: 50px 0;
	}

	.questions .wrapper h4{
		text-align: left;
	}

	.questions .wrapper img{
		width: auto;
	}

	/* BLOG */
	.blog h3{
		height: auto;
	}
	
	.blog .overview img{
		display: block;
		margin: 0 auto;
	}

	.product-sec .back-btn{
		display: none;
	}

	/* VIDEO SECTION */
	.video-section iframe{
		height: 450px;
	}

	/* FOOTER */
	footer .third{
		padding: 0;
	}

	footer .third img{
		display: inline-block;
		margin: 0 50px 0 0;
	}

	footer .social{
		margin-top: 60px;
	}

	footer .social p{
		margin-bottom: 20px;
	}

	/* MODALS */
	#prices .modal-body .blue-text{
		font-size: 24px;
	}
}

@media screen and (max-width: 700px){
	/* HOME */
	.car-types .col-lg-9{
		padding: 0 180px;
	}
	/* PRODUCT */
	.product-sec.main .blue-text .sticker{
		top: -12px;
		right: 37%;
	}

	/* 404 */
	.error{
		min-height: 540px;
	}

	.error p{
		margin-bottom: 20px;
	}

	.error img{
		width: 40%;
	}

	/* FOOTER */
	footer .col-lg-4.col-md-12{
		margin: 50px 0 10px;
	}

	footer li{
		margin-bottom: 30px;
	}

	/* MODALS */
	#thank_you p{
		padding: 55px 0 55px 65px;
	}
}

@media screen and (max-width: 600px){
	/* HOME */
	.car-types .col-lg-9{
		padding: 0 120px;
	}
}

@media screen and (max-width: 576px){
	.btn-grad{
		font-size: 18px;
	}

	.btn-grad i{
		font-size: 16px;
		padding-left: 8px;
	}

	.btn-sm{
		padding: 2px 8px 2px 0;
	}

	.fixed-icons{
		right: 1%;
	}

	/* NAVIGATION */
	header,
	.menu{
		z-index: 2;
	}

	header .container-fluid{
		max-width: 100%;
	}

	header .apps a{
		margin-right: 60px;
	}

	header .apps img{
		width: 100px;
	}

	/* 404 */
	.error img{
		width: 55%;
	}

	/* HOME */
	.car-types{
		padding: 0 20px 70px;
	}

	.we-offer{
		min-height: 400px;
	}

	.we-offer .top-carousel{
		width: 50%;
	}

	.we-offer .top-carousel p{
		font-size: 26px;
	}

	.we-offer .shapes img.left{
		left: 5%;
	}

	.we-offer .shapes img.right{
		width: 85px;
		top: 16%;
	}

	section h2{
		font-size: 26px;
		letter-spacing: -1px;
	}

	section p{
		font-size: 21px;
	}

	.special-offer{
		padding: 50px 20px 40px;
	}

	.special-offer h2{
		font-size: 26px;
		line-height: 1.2;
	}

	.special-offer .note{
		font-size: 15px;
	}

	.special-offer li p{
		font-size: 21px;
	}

	.promo-assistant .blue-circle{
		bottom: 100px;
		left: auto;
		right: 10%;
	}

	.assistant .logo{
		width: 70%;
		margin: -125px 0 50px;
	}

	.assistant ul{
		padding: 0 50px;
	}

	.assistant p{
		font-size: 18px;
	}

	.what-is h2{
		margin: 0 0 15px 20px;
	}

	.what-is .video-sec,
	.what-is iframe{
		min-height: 350px;
	}

	.what-is .poster p{
		font-size: 25px;
	}

	.what-is .poster img{
		width: 400px;
	}

	.offer{
		visibility: visible;
	}

	.offer:before{
		content: '';
		display: block;
		width: 100px;
		height: 2px;
		background: linear-gradient(to right, #662383, #4FBCBD);
		margin: 30px auto;
	}

	.offer .nopadding{
		display: none;
	}

	.offer .text{
		padding: 35px 10%;
	}

	.offer a{
		margin: 0 auto 100px;
	}

	.offer-page .headers{
		padding-right: 15px;
	}

	.offer-page .headers h2{
		margin-bottom: 20px;
	}

	.offer-page .form-sec .subheading{
		margin-top: -5px;
	}
	
	.offer-page .blue-circle,
	.offer-page .orange-circle{
		display: none;
	}

	.packages{
		padding-top: 55px;
		padding-bottom: 70px;
	}

	.packages .header img{
		width: 90%;
		top: 0;
	}

	.packages .header img.letter{
		width: 25px;
		left: 21.5%;
	}

	.packages .header svg{
		width: 27px;
		top: 0;
		left: 21.5%;
	}

	.packages .header h2{
		padding: 0 15% 0 35%;
	}

	.icons img{
		display: block;
		width: 20%;
		margin: 30px auto;
	}

	.icons .col-lg-9:before{
		position: static;
		display: block;
		height: 2px;
		width: 35%;
		margin: 0 auto;
	}

	.icons p{
		position: static;
		text-align: center;
		margin: 30px 0 0 0;
		transform: translateY(0);
	}

	.quotes{
		padding: 30px 0 100px;
	}

	.quotes h2{
		margin: 0 0 50px 30px;
	}

	.quotes .item{
		padding: 0 15px;
	}

	.quotes .bubble{
		border-radius: 90px;
		padding: 70px 40px 20px;
	}

	.quotes p{
		font-size: 16px;
	}

	.quotes img.open{
		width: 30px;
		top: 30px;
	}

	.more-services .header p{
		padding-right: 0;
	}

	.more-services .header img{
		width: 80%;
		top: 9%;
		right: 8%;
	}

	.more-services .header img.letter{
		width: 25%;
		top: 11%;
		right: 39%;
	}

	.more-services .header svg{
		width: 27%;
		top: 9%;
		right: 41%;
	}

	.more-services .icons{
		margin-top: 200px;
	}

	.assistant.promo .slogan{
		margin-bottom: 60px;
	}

	.assistant.promo .col-lg-5{
		padding: 0 15px;
	}

	.assistant.promo .col-lg-7{
		padding: 0 15px 0 45px;
	}

	.special-offer.promo{
		padding: 50px 0 0;
	}

	/* ASSISTANT */
	.assistant-choice .top h3{
		font-size: 2.5em;
	}

	.assistant-choice .top h4{
		font-size: 2em;
	}

	.special-offer.additions h3{
		width: auto;
	}

	.single .main-btn{
		top: 0;
		left: 0;
		margin: 0 0 0 50px;
	}

	.single .btn-sm{
		top: -4px;
	}

	.simpl-app{
		padding: 30px;
	}

	/* CATALOG */
	.catalog{
		padding: 160px 0 0;
	}

	.catalog h2{
		font-size: 32px;
		margin-bottom: 25px;
	}

	.filter select,
	.filter .main-btn .btn-lg{
		width: 100%;
	}

	.filter li img{
		right: 3%;
	}

	.catalog-item{
		margin: 5px auto;
	}

	.banner .btn-sm{
		padding: 8px 8px 1px 1px;
	}

	.partners h3{
		font-size: 28px;
	}

	.owl-carousel.partners-carousel .owl-item img{
		width: 90%;
	}

	/* PRODUCT */
	.product-sec{
		padding-bottom: 25px;
	}

	.product-sec .blue-text .sticker{
		right: 24%;
	}

	.product-sec.main .blue-text .sticker{
		right: 25%;
	}

	.product-sec.video .blue-text .sticker{
		right: 26%;
	}

	.product-sec h3{
		font-size: 21px;
	}

	.product-sec .col-lg-6{
		flex: 0 0 50%;
		max-width: 50%;
	}

	.product-sec .icons img{
		width: 20%;
		margin: 30px auto;
	}

	.product-sec .icons p{
		margin-left: 0;
	}

	.product-sec .video iframe{
		height: 295px;
		margin-top: 0 auto 50px;
	}

	.product-footer p{
		font-size: 16px;
	}

	.product-sec .receive-offer{
		display: block;
		text-align: center;
		font-size: 17px;
		padding: 11px 15px;
	}

	.product-sec.main .label .col-lg-3{
		margin: 10px 0 0 35px;
	}

	.ui-widget.ui-widget-content{
		width: 95%;
	}

	.period-val .min{
		left: -1%;
	}

	.period-val .min:before{
		left: 5px;
	}

	.period-val .mid{
		left: 49%;
	}

	.period-val .max{
		right: 4%;
	}

	.period-val .max:before{
		left: 68px;
	}

	.modal-body li i, .product-sec li i{
		font-size: 20px;
		position: relative;
		top: 1px;
	}

	.product-sec ul{
		margin: 0 0 30px;
	}

	.modal-body .blue-text,
	.product-sec .blue-text{
		font-size: 25px;
	}

	.product-footer h2{
		font-size: 21px;
		margin-bottom: 25px;
	}

	.product-sec.main .receive-offer{
		margin: 20px 0 30px;
	}

	/* CONTACT */
	.contact{
		padding: 150px 0 50px;
	}
	.shapeBig{
		left: 19%;
	}

	.shapeYellow,
	.shapeGreen{
		right: 23%;
	}

	.contact h3,
	.contact .phone{
		font-size: 20px;
	}

	.contact .email{
		font-size: 36px;
	}

	.contact .slogan{
		font-size: 17px;
	}

	.contact .form-sec{
		padding: 30px 5% 0;
	}

	.contact .form-sec p{
		font-size: 18px;
		margin-bottom: 20px;
	}

	.inputs input{
		padding: 10px 20px;
	}

	.contact textarea{
		padding: 15px 20px;
		margin: 25px 0;
	}

	.checkboxes label{
		line-height: 1.5;
	}

	/* OFFER */
	.offer-page p{
		font-size: 18px;
	}

	.offer-page .form-sec{
		padding: 45px 0 0;
	}

	.offer-page .form-sec .heading{
		margin-bottom: 15px;
	}

	.offer-page .form-sec h3{
		font-size: 21px;
		margin-bottom: 5px;
	}

	.offer-page .inputs{
		margin: 30px 0 20px;
	}

	.offer-page .checkboxes{
		padding-right: 0;
	}

	.offer-page .checkboxes label{
		margin-bottom: 5px;
	}

	.offer-page .orange-circle{
		top: 10%;
		right: 6%;
	}

	.offer-page .blue-circle{
		left: 5%;
	}

	.offer-page .inputs .upload-btn{
		width: 100%;
	}

	/* QUESTIONS */
	.questions .titles .heading{
		font-size: 28px;
	}

	.questions h2{
		font-size: 36px;
	}

	.questions h3{
		font-size: 24px;
		padding-top: 45px;
	}

	.questions .wrapper h4{
		text-align: center;
	}

	/* BLOG */
	.blog .pinned .post{
		padding: 45px 15px 30px;
	}

	/* BLOG POST */
	.blog-post h2{
		font-size: 28px;
		margin: 0;
	}

	.blog-line{
		margin: 25px auto;
	}

	.blog-post .keywords span{
		font-size: 15px;
		margin: 0 15px 15px 0;
	}

	.blog-post img{
		margin: 25px auto;
	}

	.blog-post .main-btn{
		margin: 20px auto 80px;
	}

	/* VIDEO SECTION */
	.video-section iframe{
		height: 350px;
	}

	/* FOOTER */
	footer .top{
		padding: 70px 7% 50px;
	}
	footer .col-lg-2 p{
		padding-right: 45%;
	}
	footer .third img{
		margin: 0 50px 10px 0;
	}
	footer .bottom p{
		text-align: center;
	}
	footer .bottom p a{
		display: block;
		padding-left: 0;
		margin-top: 20px;
	}

	/* MODALS */
	#prices .modal-body{
		padding: 50px 30px;
	}

	#prices .col-lg-9{
		flex: 0 0 75%;
		max-width: 75%;
	}

	#prices .col-lg-3{
		flex: 0 0 25%;
		max-width: 25%;
	}

	#thank_you p{
		font-size: 19px;
		padding: 55px 0 55px 30px;
	}

	#thank_you .shape,
	#offer_errors .shape{
		width: 80px;
	}

	.footer-modal .modal-dialog{
		max-width: 90%;
	}

	.footer-modal h3{
		margin-bottom: 25px;
	}

	.footer-modal h4{
		margin-bottom: 20px;
	}
	#cookiebar{
		padding: 15px 20px;
	}
	#cookiebar span{
		margin-bottom: 5px;
	}
	.flipswitch{
		margin: 0 0 20px;
	}
	.cookies .section{
		margin-bottom: 30px;
	}
	.cookies h2{
		font-size: 2.3em;
		margin-bottom: 50px;
	}

	/* SERVICES */
	.steps .container-fluid:not(.container-steps){
		max-width: 100%;
	}
	.steps-hero{
		margin-bottom: 0;
	}
	.steps-hero h2{
		width: 300px;
	}
	.services h3{
		font-size: 1.6em;
	}
	.services p{
		font-size: 1.1em;
	}
	.steps-hero{
		height: 1330px;
		background: url(../img/steps-hero-mobile.jpg);
	}
	.steps-hero h2{
		font-size: 2.5em;
		padding: 50px 0 0 30px;
	}
}

@media screen and (max-width: 500px){
	/* 404 */
	.error{
		min-height: 480px;
	}

	/* HOME */
	.we-offer{
		min-height: 360px;
	}

	.we-offer .top-carousel p{
		font-size: 23px;
	}

	section p{
		font-size: 18px;
	}

	.packages .header h2{
		padding: 0 0 0 35%;
	}

	.packages .icons{
		margin-top: 0;
	}

	.special-offer.promo h2{
		font-size: 26px;
	}

	.special-offer li p,
	.special-offer li h4{
		font-size: 20px;
	}

	.promo-assistant .col-lg-5{
		padding: 0 15px; 
	}

	.promo-assistant h2{
		padding: 0;
		margin-bottom: 25px;
	}

	.promo-assistant ul li{
		padding-left: 5px;
	}

	.promo-assistant .col-lg-7{
		padding: 0 0 0 45px;
	}

	/* CATALOG */
	.catalog h3{
		font-size: 19px;
		padding-right: 0;
	}

	/* PRODUCT */
	.product-sec.main .col-lg-5,
	.product-sec.more .col-lg-5{
		margin-top: -20px;
	}
	.product-footer .container-fluid,
	.product-nav .container-fluid,
	.product-sec .container-fluid{
		max-width: 100%;
	}
	.product-more .container-fluid .row{
		margin: 0;
	}
	.product-sec .col-lg-5 .scroll-sec{
		padding-right: 0;
	}
	.product-sec .col-lg-5 .scroll-sec{
		overflow: hidden;
	}

	/* CONTACT */
	.shapeBig{
		left: 13%;
	}

	.shapePurple{
		left: 24%;
	}

	.shapeYellow,
	.shapeGreen{
		right: 18%;
	}

	.contact .col-lg-7{
		padding: 75px 0 0 2%;
	}

	.contact h3,
	.contact .col-lg-7 p{
		margin-bottom: 10px;
	}

	.contact .form-sec{
		padding: 30px 2% 0;
	}

	.inputs input{
		width: 31%;
		padding: 7px 20px;
		margin-right: 2%;
	}

	.contact textarea{
		margin: 15px 0;
	}

	.checkboxes{
		padding: 0 2%;
	}

	.checkboxes label{
		margin-bottom: 0;
	}

	.contact-info{
		max-width: 100%;
	}

	.contact-info:before{
		margin: 50px auto 0;
	}

	/* OFFER */
	.offer-page.second{
		padding: 60px 0 80px;
	}

	/* BLOG */
	.blog .head{
		margin-bottom: 20px;
	}

	.blog h2{
		font-size: 30px;
	}

	/* BLOG POST */
	.blog-post p{
		font-size: 15px;
	}

	/* MODALS */
	#thank_you .modal-dialog,
	#offer_errors .modal-dialog{
		max-width: 95%;
	}
}

@media screen and (max-width: 425px){
	/* 404 */
	.error{
		min-height: 455px;
	}

	.error img{
		width: 70%;
	}

	/* HOME */
	.hero{
		padding: 60px 0 30px;
	}

	.hero .img-fluid{
		display: block!important;
	}

	.hero .img-fluid.desktop{
		display: none!important;
	}

	.hero h3{
		font-size: 2.2em;
		padding-right: 0;
	}

	.hero h4{
		font-size: 2em;
	}

	.hero .img-fluid{
		margin: 40px auto 0;
	}

	.car-types h2{
	    margin-top: 50px;
	}

	.car-types .col-lg-9{
		padding: 0 50px;
	}

	.we-offer{
		min-height: 320px;
	}

	.we-offer.promo{
		min-height: 250px;
	}

	.we-offer .top-carousel{
		width: 60%;
	}

	.we-offer .top-carousel p{
		font-size: 21px;
	}

	.we-offer.promo h3{
		width: 60%;
		font-size: 21px;
	}

	.we-offer .shapes img.right{
		width: 60px;
		right: 5%;
	}

	section h2{
		font-size: 20px;
		letter-spacing: -1px;
	}

	.what-is .video-sec,
	.what-is iframe{
		min-height: 250px;
		height: 250px;
	}

	.what-is .poster img{
		width: 300px;
	}

	.assistant{
		padding: 50px 0 30px;
	}

	.assistant h2{
		font-size: 25px;
	}

	.assistant .logo{
		margin: -102px 0 40px;
	}

	.assistant ul{
		padding: 0 20px;
	}

	.offer:after{
		width: 70px;
		margin: 0 auto;
	}

	.special-offer{
		padding: 40px 10px 30px;
	}

	.special-offer.promo h2{
		font-size: 24px;
	}

	.special-offer.promo ul{
		margin: 30px 0 40px;
	}

	.special-offer .btn-grad{
		margin-right: 15px;
	}

	.special-offer li p{
		display: inline-block;
		width: 200px;
	}

	.packages{
		padding-top: 35px;
		padding-bottom: 30px;
	}
	
    .packages .header h2{
        padding: 0 0 0 30%;
    }

	.packages .icons{
		margin-top: 0;
	}
	.packages .header svg{
		width: 20px;
	}

	.icons .col-lg-6{
		margin-bottom: 30px;
	}

	.icons .col-lg-9:before{
		width: 20%;
	}

	.icons img{
		margin: 20px auto;
	}

	.icons p{
		margin-top: 20px;
	}

	#what_is h2{
		position: relative;
		top: 0;
	}
	
	.more-services .header img,
	.more-services .header svg{
	    top: 5%;
	}
	
	.more-services .header img.letter{
	    top: 7%;
	}

	.quotes{
		padding: 30px 0 60px;
	}

	.quotes h2{
		font-size: 1.8em;
		margin: 0 0 50px 15px;
	}

	.quotes .bubble{
		border-radius: 50px;
		padding: 60px 35px 10px;
	}

	.quotes .bubble .tail{
		left: 43%;
	}

	.quotes img.open{
		width: 25px;
		top: 25px;
	}

	.assistant.promo .col-lg-7{
		padding: 0 15px 0 35px;
	}

	.promo-assistant .col-lg-7{
		padding: 0 15px 0 35px;
	}

	/* ASSISTANT */
	.assistant-choice h2{
		font-size: 2em;
		margin-bottom: 30px;
	}
	.assistant-choice .col-lg-4{
		padding: 40px 30px 30px;
	}
	.assistant-choice .top h3{
		font-size: 2.3em;
	}
	.single .row{
		padding: 30px 0;
		margin: 0;
	}
	.single .vector{
		width: 40px;
		top: -50px;
		right: 10px;
	}
	.simpl-app h2{
		font-size: 2em;
		margin: 20px 0 30px;
	}
	.special-offer.additions h3{
		margin-bottom: 0;
	}
	.special-offer.additions li p:before{
		content: '';
		display: block;
		position: static;
		height: 2px;
		width: 65px;
		background: #4FBCBD;
		transform: translateY(0);
		margin: 20px 0;
	}

	/* CATALOG */
	.partners{
		padding: 70px 0;
	}

	.partners h3{
		font-size: 24px;
		letter-spacing: 0;
	}

	.owl-carousel.partners-carousel .owl-item img{
		width: 80%;
	}

	/* PRODUCT */
	.product-sec .blue-text .sticker{
		top: -25px;
		right: 6%;
		width: 12%;
		z-index: 1;
	}

	.product-sec.main .blue-text .sticker{
		right: 6%;
	}

	.product-sec.choice img{
		padding-right: 0;
		margin: 40px 0;
	}

	.product-sec p,
	.product-sec .bold-text{
		font-size: 17px;
	}

	.product-sec p{
		margin-bottom: 10px;
	}

	.product-sec .bold-text{
		margin-bottom: 5px;
	}

	.product-sec .sm-text{
		font-size: 14px;
	}

	.product-sec p.clar{
		font-size: 15px;
	}

	.product-sec p.note{
		font-size: 12px;
	}

	.product-sec .icons{
		margin-top: 30px;
	}

	.product-sec .icons img{
		margin: 15px auto;
	}

	.product-sec .blue-text{
		font-size: 26px;
	}

	.product-sec h2 span.top-price,
	.product-sec h2 span.available{
		display: inline-block;
		position: relative;
		/*top: 0;*/
		/*padding: 3px 15px 2px;*/
		margin: 10px 5px 0 0;
	}

	.product-sec .links{
		padding: 10px 0 30px;
	}

	.product-sec .video iframe{
		height: 215px;
		margin-top: 0 auto 50px;
	}

	.product-footer .catalog-item{
		width: 260px;
		height: 260px;
	}

	.used-carousel button i{
		font-size: 24px;
	}

	.owl-carousel .owl-nav button.owl-next{
		right: -5px;
	}

	.owl-carousel .owl-nav button.owl-prev{
		left: -5px;
	}

	/* CONTACT */
	.shapeBig{
		left: 3%;
	}

	.shapePurple{
		left: 15%;
	}

	.shapeYellow,
	.shapeGreen{
		right: 8%;
	}

	.inputs input{
		width: 100%;
		padding: 10px 20px;
		margin: 0 0 20px 0;
	}

	.contact textarea{
		margin: 0;
	}

	/* OFFER */
	.offer-page{
		padding: 60px 0 80px;
	}

	.offer-page .blue-circle,
	.offer-page .orange-circle{
		display: none;
	}

	.offer-page .main-btn{
		float: none;
		display: block;
		text-align: center;
	}

	.offer-page .btn-lg{
		position: relative;
	}

	.offer-page .btn-sm{
		top: 2px;
	}

	.offer-page.second .form-sec h3{
		font-size: 19px;
	}

	.form-sec p.name{
		font-size: 18px;
	}

	.offer-page.second .main-btn .btn-sm{
		top: 2px;
	}

	.offer-page .inputs .upload-btn{
		margin-top: 0;
	}

	/* QUESTIONS */
	.questions .container-fluid{
		max-width: 100%;
	}

	.questions .titles .heading{
		font-size: 24px;
	}

	.questions h2{
		font-size: 30px;
	}

	.questions .titles p:not(.heading){
		font-size: 16px;
		line-height: 140%;
	}

	.questions h3,
	.questions .wrapper h4{
		font-size: 22px;
	}

	.questions h3:after{
		margin: 20px 0 30px;
	}

	.panel{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	/* BLOG */
	.blog .post-item{
		margin-bottom: 60px;
	}

	.blog h3{
		font-size: 23px;
		margin: 30px 0 15px;
	}

	.blog .read-more{
		margin-top: 20px;
	}

	/* BLOG POST */
	.blog-post h2{
		font-size: 25px;
	}

	.blog-post p{		margin-bottom: 15px;
	}

	/* SERVICES */
	.services{
		padding: 150px 0 50px;
	}

	.services h2{
		font-size: 2.2em;
	}

	.services h3{
		font-size: 1.8em;
		margin: 15px 0;
	}

	.services .img-fluid{
		margin: 60px 0 40px;
	}

	/* SERVICES */
	.services{
		padding: 80px 0 50px;
	}

	.steps-hero h2{
		font-size: 2.4em;
		padding: 70px 0 0 30px;
	}

	/* VIDEO SECTION */
	.video-section iframe{
		height: 230px;
	}

	/* FOOTER */
	footer .col-lg-3 p{
		padding: 0;
	}

	footer .third img{
		width: 110px;
		margin: 0 30px 0 0;
	}

	/* MODALS */
	#prices .modal-dialog{
		max-width: 95%;
	}

	#prices .modal-body{
		padding: 40px 25px;
	}

	#prices .modal-body .blue-text{
		font-size: 19px;
	}

	#prices .modal-body .note{
		font-size: 13px;
	}

	#prices .modal-body li{
		font-size: 15px;
	}

	#prices .modal-body li i{
		font-size: 20px;
	}

	#thank_you .modal-body,
	#offer_errors .modal-body{
		padding: 50px 25px;
	}

	#thank_you .shape,
	#offer_errors .shape{
		width: 65px;
	}

	#ckr .modal-body{
		padding: 2rem 1rem;
	}

	#ckr .modal-dialog{
		max-width: 95%;
	}

	#ckr p{
		margin-bottom: 30px;
	}
	.modal-body li, .product-sec li{
		margin-bottom: 7px;
	}
}

@media screen and (max-width: 376px){
	/* NAVIGATION */
	header .logo,
	.menu .logo{
		width: 60px;
	}

	header .logo{
		top: 20px;
		left: 5%;
	}

	.menu li{
		margin-bottom: 25px;
	}

	.menu li:after{
		width: 25%;
	}

	.menu li a{
		font-size: 19px;
	}

	/* 404 */
	.error{
		min-height: 400px;
	}

	.error-content{
		margin-top: 50px;
	}

	.error p{
		font-size: 18px;
	}

	/* HOME */
	.car-types{
		padding: 0 15px 70px;
	}

	.we-offer .slogan{
		font-size: 16px;
	}

	.what-is .video-sec,
	.what-is iframe{
		min-height: 230px;
		height: 230px;
	}

	.assistant{
		padding: 30px 0;
	}

	.assistant ul li,
	.assistant p{
		padding-left: 5px;
	}

	.assistant ul li{
		font-size: 16px;
	}

	section h2{
		font-size: 20px;
	}

	section p{
		font-size: 16px;
	}

	.special-offer .col-lg-6{
		padding-right: 15px;
	}

	.special-offer h2{
		font-size: 23px;
	}

	.special-offer.promo h2{
		font-size: 22px;
	}

	.special-offer li p,
	.special-offer li h4{
		font-size: 18px;
	}

	.special-offer .note{
		font-size: 14px;
	}

	.special-offer .special-car{
		width: 100%;
		top: 40px;
	}

	.special-offer.promo .special-car{
		width: 90%;
		left: 10px;
	}

	.assistant.promo.bottom{
		padding: 100px 0 0;
	}

	.quotes .bubble .tail{
		bottom: 106px;
	}

	.quotes p,
	.quotes .person p{
		font-size: 14px;
	}

	.more-services .header img,
	.more-services .header svg{
		top: 11%;
	}

	.more-services .header img.letter{
		top: 13%;
	}

	/* PRODUCT */
	.product-sec .blue-text .sticker{
		top: -15px;
		right: 0;
	}

	.product-sec.main .blue-text .sticker{
		top: -15px;
		right: 2%;
	}

	.product-sec h3{
		font-size: 20px;
		margin-bottom: 20px;
	}

	.product-footer h4{
		font-size: 19px;
	}

	.product-footer p{
		font-size: 15px;
		line-height: 115%;
	}

	.product-footer .owl-theme .owl-nav [class*=owl-]{
		font-size: 30px;
	}

	.product-footer .owl-carousel .owl-nav button.owl-next{
		right: 0;
	}

	.product-footer .owl-carousel .owl-nav button.owl-prev{
		left: 0;
	}

	/* BLOG */
	.blog h2{
		font-size: 26px;
		margin: 0 0 20px;
	}

	.blog p{
		font-size: 16px;
	}

	.blog .read-more{
		font-size: 16px;
	}

	/* MODALS */
	#thank_you .logo,
	#offer_errors .logo{
		width: 65px;
	}

	#thank_you p{
		padding: 55px 0 55px 10px;
	}
	.product-sec.main h3{
		margin-top: 15px;
	}
	.product-sec ul{
		margin: 0 0 30px;
	}
}

@media screen and (max-width: 321px){
	.btn-grad{
		font-size: 16px;
	}

	.btn-grad i{
		font-size: 14px;
	}

	.menu-icon span{
		font-size: 14px;
	}

	.menu-icon.open-menu span{
		top: 46px;
	}

	.fixed-icons li{
		width: 25px;
		height: 25px;
		font-size: 10px;
		padding: 7px 5px;
	}

	.fixed-icons li.call{
		padding: 4px;
	}

	.fixed-icons li i{
		font-size: 15px;
	}

	/* HEADER */
	header .logo{
		top: 15px;
	}
	header .apps a{
		margin-right: 40px;
	}

	.menu-icon{
		height: 40px;
		width: 40px;
	}

	/* 404 */
	.error{
		min-height: 350px;
	}

	/* HOME */
	.car-types .col-lg-9{
		padding: 0 30px;
	}

	.we-offer{
		min-height: 300px;
	}

	.we-offer .shapes img.right{
		width: 50px;
		right: 3%;
	}

	.we-offer .top-carousel p{
		font-size: 19px;
	}

	.what-is .video-sec,
	.what-is iframe{
		min-height: 200px;
		height: 200px;
	}

	.what-is .poster p{
		font-size: 21px;
		margin-bottom: 10px;
	}

	.what-is .poster img{
		width: 250px;
	}

	.assistant img{
		width: 80px;
		margin-bottom: 20px;
	}

	.assistant ul li{
		font-size: 15px;
	}

	section h2{
		font-size: 21px;
		line-height: 1;
		letter-spacing: 0;
		margin-bottom: 20px;
	}

	section p{
		font-size: 14px;
	}

	.packages{
		padding-top: 25px;
	}

	.packages .header img.letter,
	.packages .header svg{
		width: 15px;
	}

	.quotes{
		padding: 70px 0;
	}

	.quotes p, .quotes .person p{
		font-size: 12px;
	}

	.more-services .icons{
		margin-top: 140px;
	}

	.more-services .btn-lg{
		padding: 5px 45px 5px 20px;
	}

	/* CATALOG */
	.catalog{
		padding: 75px 0 0 0;
	}

	.catalog .container-fluid,
	.partners .container-fluid{
		max-width: 95%;
	}

	.catalog h2{
		font-size: 28px;
		margin-bottom: 20px;
	}

	.catalog h3{
		font-size: 18px;
	}

	.filter li img{
		right: 6%;
	}

	.catalog-item{
		width: 100%;
		height: 274px;
		padding: 30px 0;
	}

	.banner{
		padding: 45px 0;
	}

	.banner .btn-sm{
		padding: 6px 8px 2px 1px;
	}

	.banner .btn-sm i{
		font-size: 18px;
	}

	/* PRODUCT */
	.product-sec .blue-text{
		font-size: 20px;
	}

	.product-sec .blue-text .sticker{
		width: 16%;
		top: -30px;
		right: 3%;
	}

	.product-sec.main .blue-text .sticker{
		right: 5%;
	}

	.product-sec .video iframe{
		height: 165px;
		margin-top: 0 auto 30px;
	}

	.switcher{
		width: 270px;
	}

	.product-sec.used .switcher-input-second:checked ~ .switcher-toggle {
	    left: 89px;
	}
	.product-sec.used .switcher-input-last:checked ~ .switcher-toggle {
	    left: 175px;
	}

	.product-footer .catalog-item{
		height: 230px;
		width: 230px;
	}

	/* CONTACT */
	.map-container{
		width: 250px;
		height: 250px;
	}

	.map-container iframe{
		margin: -140px;
	}

	.shapeBig{
		height: 250px;
		width: 230px;
	}

	.shapeYellow{
		height: 70px;
		width: 50px;
	}

	.shapePurple{
		height: 40px;
		width: 30px;
	}

	.shapeGreen{
		height: 50px;
		width: 30px;
	}

	.contact h3,
	.contact .phone{
		font-size: 18px;
	}

	.contact .email{
		font-size: 30px;
	}

	.contact .slogan{
		font-size: 15px;
	}

	.contact .form-sec p{
		font-size: 16px;
	}

	/* OFFER */
	.offer-page p{
		font-size: 16px;
	}
	.offer-page.second h2{
		font-size: 23px;
	}
	
	.offer-page.second .form-sec{
		padding: 10px 0 0;
	}

	/* QUESTIONS */
	.questions{
		padding: 60px 0;
	}

	.questions .titles .heading{
		font-size: 22px;
	}

	.questions h2{
		font-size: 27px;
		margin-bottom: 10px;
	}

	.questions .titles p:not(.heading){
		font-size: 15px;
		line-height: 120%;
	}

	.questions h3,
	.questions .wrapper h4{
		font-size: 20px;
	}

	.panel{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.panel-heading a span,
	.panel-body p{
		font-size: 17px;
	}

	.panel-heading i{
		font-size: 24px;
	}

	.questions .row.wrapper{
		padding: 35px 5px;
	}

	.questions .wrapper p{
		font-size: 15px;
		line-height: 1.8;
	}

	/* BLOG */
	.blog .head{
		font-size: 18px;
	}

	.blog .pinned .post{
		padding: 30px 10px 25px;
	}

	.blog h2{
		font-size: 24px;
		margin: 0 0 15px;
	}

	.blog .read-more{
		padding: 10px 30px;
	}

	.blog h3{
		font-size: 21px;
	}

	/* BLOG POST */
	.blog-post .container-fluid{
		max-width: 100%;
	}

	.blog-post p{
		line-height: 1.8;
	}

	/* FOOTER */
	footer .col-lg-3 p{
		font-size: 13px;
	}

	footer .col-lg-4.col-md-12{
		margin: 30px 0 0;
	}

	footer li a{
		font-size: 14px;
	}

	footer .third img{
		width: 90px;
	}

	/* MODALS */
	#thank_you p{
		font-size: 16px;
		padding: 40px 0;
	}

	#thank_you .shape,
	#offer_errors .shape{
		width: 50px;
	}
}
.product-sec.main .navigation-icons img {
    width: 100%;
    height: auto;
    padding-right: 0px;
    margin: 0;
}
.product-sec.main .navigation-icons p {
    font-weight: bold;
    text-align: center;
    vertical-align: top;
}
.navigation-icon-container {
    padding: 20%;
}
