html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
a:focus,
a:active,
a:hover{
	outline: none;
	background: inherit;
	color: inherit;
	text-decoration: none;
}
input{
	outline: none;
}
body{
	font-size: 100%;
	line-height: 1;
	overflow-x: hidden;
	font-family: Book;
}
ol, ul{
	list-style: none;
}
blockquote, q{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content: '';
	content: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
	font-family: 'Bold';
	src: url('../fonts/Gilroy-Bold.eot');
	src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gilroy-Bold.woff2') format('woff2'),
		url('../fonts/Gilroy-Bold.woff') format('woff'),
		url('../fonts/Gilroy-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Book';
	src: url('../fonts/Gilroy-Light.eot');
	src: url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gilroy-Light.woff2') format('woff2'),
		url('../fonts/Gilroy-Light.woff') format('woff'),
		url('../fonts/Gilroy-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
body::-webkit-scrollbar{
	width: 8px;
	background: #fafafa;
}
body::-webkit-scrollbar-thumb{
	border-radius: 5px;
	background: linear-gradient(124.06deg, #1188EA 23.34%, #0FE96F 69.87%);
}
main{
	background: #fff;
}
.dropdown-toggle::after{
	display: none;
}
.nopadding{
	padding: 0;
}
.fade{
	opacity: 1;
}
.modal-open{
	padding: 0;
}
.owl-carousel .owl-item img{
	display: inline;
	width: auto;
}
.owl-theme .owl-dots .owl-dot,
.owl-theme .owl-dots .owl-dot:hover,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next img:hover,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev img:hover{
	outline: none!important;
	background: transparent!important;
}
.main-btn{
	position: relative;
	display: inline-block;
	font-family: Bold;
	font-size: 1em;
	color: #fff;
	background: #0E73E2;
	border: none;
	border-radius: 50px;
	padding: 15px 20px 13px;
	transition: all 0.2s ease-in-out;
}
.main-btn:hover{
	background: #0b57a8;
	color: #fff;
}
.main-btn.gradient{
	background: linear-gradient(124.06deg, #1188EA 23.34%, #0FE96F 69.87%);
}
.main-btn.gradient:hover{
	background: linear-gradient(124.06deg, #0FE96F 23.34%, #1188EA 69.87%);
}
.main-btn.green{
	background: #0FE96F;
	color: #212529;
}
.main-btn.green:hover{
	background: #0cc05a;
}
.main-btn.shadow {
	filter: drop-shadow(0px 4px 34px rgba(28, 40, 64, 0.3));
}
.main-btn img{
	position: relative;
	top: 1px;
	margin-left: 10px;
}
header{
	position: relative;
	width: 100%;
	background: #fff;
	padding: 20px;
	z-index: 1;
	z-index:10000;
}
header.transparent {
	background: transparent;
}
header .nav {
	margin-right: 20px;
}
header ul{
	margin-left: 20px;
	margin-right: 0px;
}
header ul li{
	position: relative;
	margin-right: 10px;
}
header ul li:last-of-type{
	margin: 0;
}
header ul li img{
	position: relative;
  top: 0px;
  left: 7px;
}
header ul li .nav-item img {
	width: 14px;
}
header ul li a {
	position: relative;
	font-family: 'Book';
	font-size: 1.1em;
	color: #374151;
}
header.transparent ul li a {
	color: #ACBBD8;
}
header ul li a:after {
	height: 3px;
	background: transparent;
	display: block;
	width: 100%;
	content: '';
	margin-top:4px;
}
header ul li a:hover:after, header ul li.active a:after {
	background: linear-gradient(124.06deg, #1188EA 23.34%, #0FE96F 69.87%);
}
header .navbar {
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.navbar-toggler {
	position: relative;
	outline: none !important;
	padding: 0;
	z-index: 2;
}
.hamburger, .navbar-expand-lg .navbar-toggler {
	display: block;
}
.navbar-expand-lg .navbar-toggler {
	border:none;
}
.hamburger span {
	display: block;
	width: 20px;
	height: 3px;
	background: linear-gradient(124.06deg, #1188EA 23.34%, #0FE96F 69.87%);
	margin-bottom: 5px;
	transition: 0.4s;
	border-radius:10px;
}
.hamburger .bar2 {
	width:12px;
}
.hamburger:hover span {
	background: linear-gradient(124.06deg, #0FE96F 23.34%, #1188EA 69.87%);
}
.change .bar1{
    -webkit-transform: rotate(-45deg) translate(-10px, 6px);
    transform: rotate(-45deg) translate(-10px, 6px);
}
.change .bar2{
	opacity: 0;
}
.change .bar3{
	-webkit-transform: rotate(45deg) translate(-5px, -1px);
	transform: rotate(45deg) translate(-5px, -1px);
}
.nav-2 {
	position: absolute;
    top: 100%;
    right: -20px;
    width: 0px;
    background: #fff;
    padding: 20px;
    min-height: 100vh;
	transition: 0.5s;
	display:none;
}
.navbar-collapse.open .nav-2 {
	width:300px;
	display:block;
	transition: 0.5s;
}
.nav-2 .sidenav {
	margin-left:0;
}
.nav-2 .sidenav li {
	margin-bottom:20px;
}
.nav-2 .sidenav a {
	color:#030E23;
}
header .right-links {
	display: flex;
	z-index: 10;
}
header .phone {
	display: flex;
	align-items: center;
	position: relative;
	background: #030C20;
	background-clip: padding-box;
	border: solid 2px transparent;
	border-radius: 50px;
	margin-right: 20px;
}
header.white .phone {
	background: #fff;
	border:none;
}
header .phone:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -2px;
	border-radius: inherit;
	background: linear-gradient(124.06deg, #1188EA 23.34%, #0FE96F 69.87%);
}
header .phone a {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	border-radius: 50px;
	color: #ACBBD8;
}
header.white .phone a {
	color: #374151;
}
.chip {
	background: linear-gradient(124.06deg, #1188EA 23.34%, #0FE96F 69.87%);
	border-radius: 50px;
	padding:2px;
	display:inline-block;
}
.chip-inside {
	background: #030C20;
	color: #fff;
	padding: 4px 8px;
	display:inline-block;
	border-radius: 50px;
}
header .phone a img {
	margin-right:8px;
}
.big {
	font-size: 2em;
	font-weight: Bold;
	line-height:1.3em;
}
.small {
	font-size: 0.9em;
}
.green {
	color: #0FE96F;
}
.blue {
	color: #0E73E2;
}
.red {
	color: #E2420F;
}
.bold {
	font-family: 'Bold';
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.uppercase {
	text-transform: uppercase;
}
ul.list {
	list-style:none;
}
ul.list li {
	background: url('../media/side-arrow.svg') no-repeat left 50%;
	color:#fff;
	margin-bottom:10px;
	padding-left:30px;
	color:#030E23;
}
.image {
	width: 100%;
	height: auto;
}
main {
	line-height: 1.3em;
}
main.blog {
	position:relative;
}
main h2 {
	color: #030E23;
	font-family: 'Bold';
	font-size: 2em;
	line-height:1.3em;
	margin-bottom: 20px;
}
main h3 {
	color: #030E23;
	font-family: 'Bold';
	font-size: 1.5em;
	line-height:1.2em;
	margin-bottom: 10px;
}
main h4 {
	color: #030E23;
	font-family: 'Bold';
	font-size: 1.1em;
	line-height:1.1em;
	margin-bottom: 10px;
}
main a {
	color: #030E23;
}
main a:hover {
	color: #0FE96F;
}
.hero-top {
	padding-top: 700px;
}
.hero-top.promo {
	padding-top:590px;
}
.hero-top.about {
	padding-top:650px;
	background: url('../media/about-bg1.png') no-repeat right 700px, url('../media/about-bg2.png') no-repeat -60px 1800px;
	background-size:20%, 12%;
}
.hero {
	position: absolute;
	padding: 140px 0 0;
	width: 100%;
	background: #020d21 url('../media/home-hero.png') no-repeat top center;
	box-sizing: border-box;
	display: block;
	background-size: auto 100%;
	top: 0;
	box-shadow: 0px 4px 134px rgba(0, 0, 0, 0.25);
}
.promo .hero {
	background: #020d21 url('../media/promo-hero.jpg') no-repeat top center;
	background-size: auto 100%;
}
.about .hero {
	background: #020d21 url('../media/about-hero.jpg') no-repeat;
	padding: 240px 0 230px;
	background-size: auto 100%;
}
.hero .txt {
	margin-left: 8%;
	max-width:480px;
	color:#fff;
	margin-bottom: 30px;
}
.hero h2 {
	color: #fff;
	font-size: 64px;
	font-family: Book !important;
}
.promo .hero h2, .about .hero h2 {
	font-size: 45px;
}
.hero h2 .bold {
	display: block;
}
.promo .hero h2 .bold, .about .hero h2 .bold {
	display:inline-block;
}
.hero .txt p {
	color: #8FA0C0;
}
.hero .subtitle {
	font-size:1.2em;
	margin-top:10px;
	color:#fff;
	display:flex;
	align-items:center;
}
.hero .subtitle .chip {
	margin-left:10px;
}
.hero .green-line-wrap{
	display:flex;
	align-items:flex-start;
	margin-top:20px;
}
.about .hero .green-line-wrap {
	margin-bottom: 30px;
}
.hero .green-line {
	display: inline-block;
	background: #0FE96F;
	width:100px;
	height:1px;
	margin:8px 20px 0 0;
}
.hero .arrowed {
	color:#fff !important;
	font-size:1.2em;
	font-family:Bold;
	display:flex;
	align-items:center;
	margin:65px 0 8px;
}
.hero .arrowed img {
	margin-right:10px;
}
.calc {
	margin:0 0 1px !important;
}
.calc .col-lg-9 {
	padding-left:0;
	padding-right:0;
}
.calc .col-lg-3 {
	padding-right:0;
}
.calc .col-lg-9 form {
	display:flex;
	width:100%;
	justify-content:space-between;
}
.calc-sliders {
	background: #fff;
    padding: 40px 0;
    display: flex;
    width: 100%;
    justify-content: center;
}
.slider-range {
	position:relative;
	display:flex;
	background: #FAFAFA;
	border: 1px solid #c5ccd3;
	border-radius: 7px;
}
.slider-range-wrap {
	width:33%;
}
.slider-range-wrap.price, .slider-range-wrap.first-payment {
	max-width:270px;
}
.slider-range-wrap.time {
	max-width:190px;
	margin: 0 30px;
}
.slider-range-wrap p {
	margin-bottom:8px;
	font-family: Bold;
}
.slider-range .value-wrap {
	display:flex;
	justify-content:space-between;
	padding: 10px 10px 15px;
    width: 100%;
}
.slider-range p {
	font-size:1.2em;
	font-family: Bold;
	color:#374151;
}
.slider-range input[type="range"] {
	-webkit-appearance:none !important;
	width:100%;
	height:8px;
	background:linear-gradient(124.06deg, #1188EA 23.34%, #0FE96F 69.87%);
	border:none;
	outline:none;
	position:absolute;
	bottom:0;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.slider-range input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance:none !important;
	width:18px;
	height:18px;
	background:#fff;
	border:4px solid #0FE96F;
	border-radius:50%;
	cursor:pointer;
}
.slider-range input[type="range"]::-webkit-slider-thumb:hover {
	background:#0FE96F;
}
.slider-range-wrap .values {
	display: flex;
	width:100%;
	justify-content:space-between;
	font-size: 0.8em;
	color: #677a98;
}
.calc .monthly-payment-wrap {
	background:#ccc;
	padding:37px 0 0;
	position:relative;
	text-align:center;
	color:#374151;
	display:flex;
	justify-content:center;
	align-items:center;
}
.calc .monthly-payment-wrap p{
	padding:0 20px 20px;
}
.calc .monthly-payment-wrap .apply-btn {
	background:#0E73E2;
	color:#fff;
	padding:10px 20px;
	text-align:center;
	width:100%;
	margin-top:5px;
}
.calc .col-lg-3 ul {
	margin-top:20px;
}
.calc .col-lg-3 ul li {
	color:#fff;
}
input[type="submit"] {
	outline:none;
	border:none;
}
.col-lg-4 {
	padding: 15px;
}
.row {
	margin: 10px auto 50px;
}
.row.container {
	max-width: 86%;
}
.asterix-note {
	font-size:0.7em;
}
.new-line {
	display:block;
}
.advantages h3 {
	font-size:1.8em;
	font-family: Book;
	margin: 60px 0 40px;
}
.advantages h3, .advantages .list {
	margin-left:30px;
}
.promo .advantages h3, .promo .advantages .list {
	margin-left:60px;
}
.advantages p.big {
	margin:10px auto 0;
	max-width:70%;
}
.promo .advantages p.big {
	margin-top: 150px;
    margin-left: 290px;
}
.promo .advantages {
	background: url('../media/arrow_bg.png') no-repeat 20px 120px;
    background-size: 65%;
    padding-top: 50px;
    padding-bottom: 750px;
}
.row.why {
	width: 100%;
	background: url('../media/dark-arrow-bg.jpg') no-repeat;
	background-size:cover;
	padding: 60px 0 0px;
	margin-bottom:0;
	color:#fff;
}
.promo .row.why {
	background:transparent;
	margin-top:-730px;
	color: #030E23;
}
.why .row.container {
	margin: 10px auto;
}
.row.why h3 {
	margin-bottom:20px;
}
.promo .row.why h3 {
	margin-bottom:270px;
}
.row.why h3, .row.why p {
	color:#fff;
}
.promo .row.why h3, .promo .row.why p {
	color:#030E23;
}
.why .col-lg-4 p {
	font-size:1.3em;
	padding-right:40%;
}
.why p.count {
	font-size:2em;
	border-bottom:2px solid #0FE96F;
	margin-bottom:30px;
	padding-bottom:10px;
	display: inline-block;
    padding-right: 10px;
}
.why .col-12 {
	margin-top:10px;
}
.why .main-btn {
	margin-top:30px;
}
.about .dark-box {
	background:url('../media/about1.jpg') no-repeat;
	position:relative;
	padding: 50px 30px 80px;
	margin-bottom: 160px;
}
.about .dark-box h3 {
	color:#fff;
	font-family:Book;
}
.about .dark-box p {
	color:#AFB6C5;
	padding-right: 40px;
}
.about .dark-box .image {
	position:absolute;
	bottom: -50px;
    left: 25%;
	max-width: 600px;
}
.about .who {
	margin-top:100px;
}
.about .who h3 {
	font-family:Book;
	margin: 30px 0 20px;
}
.about .who h3 .bold {
	display:block;
}
.about .who .team h3 .bold {
	display:inline;
}
.about .who .col-lg-6 {
	padding:0 20px;
}
.about .who .col-lg-6 p {
	margin-bottom:20px;
}
.about .team h3 {
	font-family:Book;
}
.about .team .thumb {
	border-radius:8px;
	width: 100%;
    height: 300px;
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
	margin: 0 auto 20px;
}
.about .team .col-lg-4 {
	text-align:center;
}
.blog-title {
	position:absolute;
	top: 20px;
    left: 2%;
    font-size: 2.5em;
}
.faq .blog-title {
    line-height: 1em;
    width: 200px;
}
.feature-post {
	overflow: hidden;
	position: relative;
	background:#000;
	border-radius: 10px;
	padding: 50px;
}
.feature-post.main {
	padding-top:8%;
	padding-bottom:8%;
}
.post-image {
	opacity: 0.5;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	min-height:100%;
}
.feature-post .post-content {
	position: relative;
	color:#fff;
	max-width: 400px;
}
.feature-post h3 {
	font-size:1.6em;
	line-height: 1.2em;
}
.feature-post a, .feature-post a:hover, .feature-post h3{
	color:#fff;
}
.feature-post a.bold {
	margin-top:20px;
	display:block;
}
.feature-post a.bold img {
	margin-left:10px;
}
.feature-post .green {
	margin-bottom:20px;
}
.post {
    max-height: 340px;
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
}
.blog-posts {
	margin-top:40px;
}
.blog-posts .col-lg-6 {
	margin-bottom:40px;
}
.blog-posts .post-content {
	margin-top: 20px;
}
.blog-posts .post-content a.bold {
	margin-top:10px;
	display:block;
}
.blog-posts .post-content a.bold img {
	margin-left:10px;
}
.post-wrap {
	margin-left:120px;
	padding-top: 28px;
}
.post-wrap h2 {
	font-family: Book;
}
.post-content-wrap {
	position:relative;
	padding-top:30px;
}
.post-content-wrap .post-content, .post-content-wrap .prev-next {
	padding-left:420px;
}
.post-content-wrap .post-date {
	position:absolute;
}
.post-content-wrap .post-content .image {
	margin: 20px 0;
	border-radius: 10px;
}
.post-content-wrap .prev-next {
	display:flex;
	justify-content: space-between;
	padding-top:20px;
}
.post-content-wrap .prev-next a {
	display:flex;
	align-items: center;
}
.post-content-wrap .prev-next img {
	width:24px;
}
.post-content-wrap .prev-article img {
	margin-right:10px;
}
.post-content-wrap .next-article {
	text-align:right;
}
.post-content-wrap .next-article img {
	margin-left:6px;
}
.post-content-wrap .related-wrapper {
	position:absolute;
	top:80px;
}
.feature-post.related {
	width:380px;
	height:360px;
	padding: 20px;
}
.feature-post.main-image {
	background: none;
	padding-top: 500px;
}
.feature-post.main-image .post-image {
	opacity: 1;
}
.feature-post.related .post-content {
	max-width: none;
	padding-left: 0;
}
.feature-post.related .post-image {
	width:auto;
}
.feature-post.related .top {
	margin-bottom: 150px;
    display: flex;
    justify-content: space-between;
}
.feature-post.related .bottom {
	display: flex;
    justify-content: space-between;
	margin-top: 40px;
}
.feature-post.related .bottom a {
	margin-top:0;
}
.feature-post.related .bottom img {
	width:30px;
	height:30px;
	margin:0;
}
.dots {
	list-style:none;
}
.dots .dot {
	display:inline-block;
	width:8px;
	height:8px;
	background:#677693;
	border-radius:50%;
	margin:0 10px;
	cursor:pointer;
}
.dots .dot.active {
	background:#0FE96F;
}
.faq h3 {
	font-family: Book;
	margin-bottom:20px;
}
.contact-top {
	position:relative;
}
.contact-top .arrow-bg {
	position:absolute;
	bottom:-150px;
	left:48%;
	width:450px;
	z-index:0;
}
.contact-top .info {
	padding-right:40px;
	z-index:1;
	padding-top:60px;
}
.contact-top .info h2 {
	font-size:2.5em;
}
.contact-top .map {
	text-align:right;
	z-index:2;
}
.contact-top .map iframe {
	max-width:500px;
}
.contact-top .contact-detail {
	display:flex;
	align-items:flex-start;
	margin:20px 0;
}
.contact-top .contact-detail .txt {
	margin-left:10px;
}
.row.dark {
	background: #030D22;
	padding:100px 0 0px;
	border-bottom: 10px solid #0FE96F;
	color:#fff;
	margin-top: -60px;
	margin-bottom:0;
}
.row.dark h3, .row.dark p {
	color:#fff;
}
.row.dark p {
	margin-bottom:30px;
}
.row.dark textarea {
	height: 165px;
    border-radius: 30px;
}
.row.dark .main-btn {
	padding: 15px 60px;
}
.forms {
	position:relative;
	margin-top: 0px;
    background: #f8f8f8 url('../media/forms-bg.png') no-repeat 0px -100px;
    background-size: 100% auto;
    padding: 20px 60px 60px 180px;
}
.form-wrap{
	background: #FFFFFF;
	box-shadow: 0px 4px 74px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	padding: 20px 0 20px 33px;
	margin-bottom:15px;
	width:100%;
}
.form-wrap .header{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: Bold;
	font-size: 1em;
	color: #374151;
}
.form-wrap .header .title, .form-wrap .header .buttons, .form-wrap .header .buttons a,
.form-wrap .header .buttons .fillin-btn {
	display:flex;
	align-items: center;
}
.form-wrap .header .title img {
	margin-right:10px;
}
.form-wrap .header .buttons a, .form-wrap .header .buttons .fillin-btn {
	padding:10px 15px;
}
.form-wrap .header .buttons img {
	margin-left: 10px;
}
.form-wrap .header .buttons .fillin-btn {
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	cursor:pointer;
	color: #030E23;
}
.form-wrap .header .buttons .fillin-btn.no-border {
	border-left:none;
}
.form-wrap .header .arrow{
	transition: all 0.2s ease-in-out;
}
.form-wrap .header .arrow.rotate{
	transform: rotate(-180deg);
}
.form-content{
	padding: 40px 0 20px;
}
.faq .form-content {
    padding: 20px 20px 10px;
    border-left: 2px solid #0FE96F;
}
.form-content .row {
	margin-bottom:10px;
	margin-left: -30px;
}
.form-content p {
	margin-bottom:20px;
}
.form-content .option {
	display:inline-block;
	padding:0 10px;
}
.form-content ul {
	list-style: none;
}
.form-content li {
	background: url('../media/list-dot.svg') no-repeat 0 8px;
	background-size: 6px;
	padding-left: 16px;
	margin-bottom: 10px;
}
label {
	margin-bottom:10px;
	display:flex;
	align-items:center;
}
label img {
	margin-right:10px;
}
input[type="text"], textarea{
	width: 100%;
	background: #F2F2F2;
	padding: 14px 15px 12px;
	border-radius: 50px;
	border: none;
	outline: none;
	display:inline-block;
	color:#374151;
	font-family:Book;
}
.dropdown label{
	width: 100%;
	display: inline-block;
	font-family: Book;
	font-size: 1em;
	color: #374151;
}
.dropdown .dropdown-toggle{
	width: 100%;
	display: inline-block;
	position: relative;
	font-family: Book;
	font-size: 1em;
	color: #374151;
	background: #F2F2F2;
	border-radius: 50px;
	padding: 14px 15px 12px;
}
.dropdown .dropdown-toggle img{
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.dropdown .dropdown-menu{
	width: 100%;
	font-family: Book;
	font-size: 1em;
	color: #fff;
	top: 15px!important;
	left: auto!important;
	right: 0;
	background: #fff;
	border: none;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	transform: translate3d(0, 60px, 0px)!important;
}
.dropdown .dropdown-item{
	padding: 12px 20px;
}
.dropdown .dropdown-item:hover{
	background: #0FE96F;
	color: #fff;
}
.dropdown .dropdown-item:last-of-type{
	margin-bottom: 0;
}


input[type="checkbox"], input[type="radio"]{
	position: relative;
	display: none;
}
input[type="checkbox"] + label:before{
	content: "";
	position: relative;
	top: 4px;
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url('../media/checkbox.svg') no-repeat;
	background-size:20px;
	background-clip: content-box;
	padding: 0px;
	margin-right: 10px;
	cursor: pointer;
}
input[type="radio"] + label:before{
	content: "";
	position: relative;
	top: 0px;
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url('../media/radio.svg') no-repeat;
	background-size:20px;
	background-clip: content-box;
	padding: 0px;
	margin-right: 10px;
	cursor: pointer;
}
input[type="checkbox"]:checked + label:before{
	content: '';
	background: url('../media/checkbox-checked.svg') no-repeat;
}
input[type="radio"]:checked + label:before{
	content: '';
	background: url('../media/radio-checked.svg') no-repeat;
}

.on-off{
    width:100%;
    display: flex;
    align-items: center;
}
.on-off .switch{
    position: relative;
    display: inline-block;
    width: 48px;
    height: 30px;
    margin:0 10px;
}
.on-off .switch input{
    opacity: 0;
    width: 0;
    height: 0;
}
.on-off .slider{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #EAF6FF;
	border:2px solid #E2420F;
    -webkit-transition: .4s;
    transition: .4s;
    height:30px;
    border-radius: 30px;
}
.on-off .slider:before{
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 1px;
    top: calc(50% - 12px);
    background: #E2420F;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
.on-off input:focus + .slider{
    box-shadow: 0 0 1px #C4C4C4;
}
.on-off input:checked + .slider:before{
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
	background:#04C96C;
}
.on-off input:checked + .slider {
	border:2px solid #04C96C;
}
.on-off .slider:after{
	content: 'Off';
	font-family: 'Book';
	position: absolute;
    right: -35px;
    top: 6px;
}
.on-off input:checked  + .slider:after{
	content: 'On';
}

footer{
	color: #ACBBD8;
	background: #030D22;
	padding: 10px 0px !important;
	margin-top: 0px;
	border-top: 4px solid #0FE96F;
}
footer .container {
	position:relative;
	margin-bottom:0;
}
footer .container .row {
    width: 100%;
	margin-bottom:20px;
}
footer .img-fluid {
    width: 130px;
}
footer .row a{
	display: block;
	font-family: Book;
	font-size: 1em;
	letter-spacing: -0.01em;
	color: #ACBBD8;
	margin-bottom: 15px;
	transition: all 0.2s ease-in-out;
}
footer .row a:hover{
	color: #dce2ef;
}
footer .skype-btn {
	background:#fff;
	display:flex !important;
	align-items:center;
	justify-content:center;
	width:70px;
	height:70px;
	border-radius:50%;
	position:absolute;
	right:0;
	top:-62px;
}
footer .skype-btn img {
    width: 40px;
}
footer .footer-nav {
	list-style:none;
	display:flex;
	align-items:center;
	line-height:30px;
}
footer .footer-nav li {
	margin-right:20px;
    width:25%;
}
footer .social li{
	display: inline-block;
	margin-right: 20px;
}
footer .social li:last-of-type{
	margin-right: 0;
}
footer .social img{
	opacity: 0.7;
	transition: all 0.2s ease-in-out;
	width: 30px;
}
footer .social a:hover img{
	opacity: 1;
}
footer .policy {
	font-size:0.8em;
	line-height:1.1em;
}
footer .bottom{
	font-family: Book;
	font-size: 0.8em;
	letter-spacing: -0.01em;
	border-top: 1px solid #49659c;
	padding-top: 30px;
}

.modal-header{
	border-bottom: none;
	padding-bottom: 0;
}
.modal-body{
	padding-top: 0;
}
.footer-modal{
	font-family: 'Medium';
}
.footer-modal .bold{
	font-family: 'Bold';
}
.footer-modal p.bold{
	text-decoration: underline;
}
.footer-modal .red{
	color: #E54B4B;
}
.modal-dialog{
	max-width: 55%;
	margin: 50px auto;
}
.footer-modal h2{
	font-size: 28px;
	text-align: center;
	margin-bottom: 30px;
}
.footer-modal p{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 15px;
}
#cookiebar{
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background: #ccc;
	padding: 20px 40px;
	z-index: 100;
}
#cookiebar .flex {
	display:flex;
	justify-content: space-between;
	align-items: center;
}
#cookiebar .cookie {
	padding-right:30px;
}
#cookiebar .cookie img {
	width:70px;
}
#cookiebar .txt {
	max-width:900px;
}
#cookiebar p{
	font-family: 'Book';
	font-size: 0.9em;
	line-height: 1.5;
	color: #030E23;
}
#cookiebar .links {
	margin-left:30px;
	text-align: center;
	min-width: 300px;
}
#cookiebar .cancel{
	display: inline-block;
	font-family: Bold;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	color: #030E23;
	margin: 15px 0px 0 0;
	transition: all 0.2s ease-in-out;
	text-decoration:underline;
}
#cookiebar .cancel:hover{
	color: #030E23;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){

}
/* Promo car import */
.pci-head-container {
    padding-bottom: 5rem;
}

.pci-head-subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 30px;
}

.pci-head-img {
    padding-right: 1rem;
}

.pci-green-hr {
    border: 4px solid #0FE96F;
    margin: 0;
}

.pci-container {
    width: 100%;
}

.hero-top.promo-car-import {
    padding-top: 550px;
}

.promo-car-import .hero {
    /*background-color: #020d21;*/
    background: #020d21;
    padding: 110px 0 0px 0;
    background-size: auto 100%;
}

.promo-car-import .hero .txt {
    max-width: 450px;
}

.pci-section {
    margin-bottom: 10rem;
    width: 1355px;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}

.section-title {
    font-size: 4rem;
    font-family: 'Book';
    margin-bottom: 4rem;
}

.pci-section-left {
    margin-right: 9rem;
}

.pci-section-2-left {
    margin-right: 4rem;
}

.promo-card {
    height: 6rem;
    box-shadow: 0px 4px 74px 0px #00000014;
    width: 110%;
    margin-bottom: 3rem;
    padding: 2rem;
    border-radius: 8px 0px 0px 0px;
}

.promo-card:hover, .promo-card.active {
    height: 9rem;
    margin-bottom: 2rem;
}

.promo-car-import-sections {
    background: #fff url('../media/promo-car-import-bg-desktop.png') no-repeat top 350px right 0;
    margin-top: 10rem;
    margin-bottom: 10rem;
    min-height: 1500px;
}

.promo-card-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
}

.promo-card-number {
    font-size: 2.5rem;
    line-height: 2rem;
    font-weight: bolder;
    margin-right: 1rem;
    padding-top: 8px;
    font-family: 'Bold';
    background: #dcdcdc;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.promo-card-title {
    font-size: 1.25rem;
    font-family: 'Bold';
    padding-top: 8px;
}

.promo-card:hover .promo-card-number, .promo-card.active .promo-card-number {
    background: linear-gradient(124.06deg, #1188EA 23.34%, #0FE96F 69.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.promo-card-text {
    display: none;
}

.promo-card:hover .promo-card-text, .promo-card.active .promo-card-text {
    display: block;
}

.pci-card-content-text {
    font-size: 1.125rem;
    line-height: 2.188rem;
    text-align: justify;
    margin-bottom: 5rem;
}

.card-content {
    margin-top: 8rem;
}

.pci-card2-content {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    margin-bottom: 1.69rem;
    font-size: 1.125rem;
    line-height: 3rem;
}

.pci-card2-text {
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
}

.pci-card2-up {
    margin-bottom: 5rem;
    width: 55%;
    margin-right: 1rem;
}

.card3-top-container {
    display: flex;
    margin-bottom: 2rem;
}
.card3-title {
    font-size: 2.5rem;
    line-height: 3rem;
    font-family: 'Bold';
    margin-right: 2rem;
}

.card3-text {
    font-size: 1.25rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
}

.card3-image {
    max-width: 200px;
    max-height: 80px;
}

.promo-car-import .advantages-list {
    font-size: 1.5rem;
    line-height: 3rem;
}

.pci-section-2-right {
    margin-top: 10rem;
}

.pci-section-2-image-desktop {
    display: block;
}
.pci-section-2-image-mobile {
    display: none;
}

.pci-section-3 {
    display: block;
    min-height: 800px;
    background: #fff url('../media/pci-section3.png') no-repeat center center;
}

.pci-section-3-main {
    min-height: 800px;
}

.pci-section-3-main .why-list p {
    font-size: 2.25rem;
    line-height: 2.625rem;
    max-width: 20rem;
}

.pci-section-3-main p.count {
    font-size: 4rem;
    border-bottom:2px solid #0FE96F;
    margin-bottom:30px;
    padding-bottom:10px;
    display: inline-block;
    padding-right: 10px;
}

.pci-section-3-image-mobile {
    display: none;
}

.pci-section-3-col-2 {
    max-width: 300px;
    text-align: right;
}

.pci-section-3-2-col-2 {
    text-align: right;
}

.pci-section-4 {
    display: flex;
    justify-content: space-evenly;
    color: #fff;
    background-color: #030d22;
    min-height: 10rem;
    margin: 0 auto;
    padding: 0;
    line-height: 1.625;
}

.pci-section-4-mobile {
    margin-bottom: 1rem;
}

.pci-section-4 .contact-detail {
    display:flex;
    align-items:flex-start;
    margin: 2rem 0;
    color: #fff;
}

.pci-section-4 .contact-detail .txt {
    margin-left:10px;
}

.pci-section-4 .contact-detail .txt p:first-child {
    margin-bottom: 0.5rem;
}

.pci-section-4-contacts {
    margin-left: unset;
    margin-right: unset;
}

.section-4-title {
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.pci-section-4-right {
    margin-left: 15px;
}

.big-green {
    font-size: 5rem;
    color: #0FE96F;
}

.only-mobile {
    display: none;
}

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

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

}
@media screen and (max-width: 1600px){
	.about .dark-box p {
		padding-right: 0px;
	}
}
@media screen and (max-width: 1440px){
	.promo .hero, .about .hero {
		background-position: 60% 0;
	}
	.hero .txt {
		margin-left: 4%;
	}
	.promo .advantages p.big {
		margin-left: 270px;
		max-width: 90%;
	}
	.promo .row.why h3 {
		margin-bottom: 200px;
	}
	.promo .row.why {
		margin-top: -780px;
	}
}
@media screen and (max-width: 1367px){
	.blog-title {
		position: static;
		top: 0;
		left: auto;
		max-width: 82%;
		margin: 20px auto;
	}
	.post-wrap {
		margin-left: auto;
		padding-top: 10px;
	}
	.feature-post.main-image {
		padding-top: 300px;
	}
	.forms {
		padding: 20px 60px 60px 60px;
		margin-top: 0px;
	}
}
@media screen and (max-width: 1280px){
	footer .container .row {
		margin-bottom: 0px;
	}
	footer .container .row .col-lg-2, footer .container .row .col-lg-8 {
		max-width: 100%;
		flex: 0 0 100%;
		text-align: center;
	}
	footer .footer-nav {
		align-items: flex-start;
		justify-content: center;
	}
	.slider-range-wrap.time {
		max-width: 170px;
		margin: 0 10px;
	}
	.slider-range-wrap p {
		font-size: 0.85em;
	}
	.promo .row.why {
		margin-top: -600px;
	}
	.promo .row.why h3 {
		margin-bottom: 30px;
	}
	.about .who h3 {
		margin: 0px 0 20px;
	}
	.forms .row.container {
		width: 100%;
	}
}
@media screen and (max-width: 1100px){
	body{
		font-size: 90%;
	}
	header ul li {
		margin-right: 0;
	}
	.hero-top {
		padding-top: 600px;
	}
	.hero {
		background-position:50% 0;
	}
	.promo .hero {
		background-position: 40% 0;
	}
	.hero .txt {
		margin-left: 3%;
		margin-bottom: 30px;
	}
	.hero h2 {
		font-size: 45px;
	}
	.hero .green-line {
		width: 50px;
		margin: 8px 10px 0 0;
	}
	.calc-sliders {
		padding: 30px 0;
	}
	.slider-range-wrap.time {
		margin: 0 10px;
	}
	.calc .col-lg-3 {
		padding-left: 0;
	}
	.calc .col-lg-3 ul {
		margin-top: 20px;
		padding: 0 10px;
	}
	.calc .monthly-payment-wrap {
		padding: 25px 0 0;
	}
	.calc .monthly-payment-wrap p {
		padding: 0 20px 16px;
	}
	ul.list li {
		padding-left: 24px;
	}
	.big {
		font-size: 1.8em;
	}
	header .nav {
		margin-right: 10px;
	}
	.about .dark-box {
		background-position: 40% 0;
	}
	.feature-post.main-image {
		padding-top: 250px;
	}
	.feature-post.main-image .post-image {
		min-height: auto;
		border-radius: 10px;
		height: auto;
	}
	.post-content-wrap .post-date {
		position: static;
		margin-bottom: 20px;
	}
	.post-content-wrap .post-content, .post-content-wrap .prev-next {
		padding-left: 15px;
	}
	.post-content-wrap .related-wrapper {
		position: static;
		top: auto;
		margin-top: 50px;
	}
	.feature-post.related {
		width: 100%;
	}
	.feature-post.related .post-image {
		width: 100%;
	}
	.promo .advantages p.big {
		margin-left: 170px;
		max-width: 100%;
	}
	.promo .row.why {
		margin-top: -650px;
	}
}
@media screen and (max-width: 990px){
	header .logo {
		height: 35px;
	}
	header .nav {
		flex-direction: column;
		position: absolute;
		width: 0px;
		right: -30px;
		top: 70px;
		background: #fff;
		padding-top: 20px;
		padding-left: 20px;
		display:none;
		transition: 0.5s;
	}
	.navbar-collapse.open .nav {
		width:300px;
		display:block;
		transition: 0.5s;
	}
	header .nav li a {
		color:#030E23 !important;
	}
	header ul li {
		margin-right: 0;
		margin-bottom: 20px;
	}
	/*.navbar-collapse.open .nav-2 {*/
	/*	top: 305px;*/
	/*}*/
	header .phone {
		width: 310px;
	}
	.hero .txt {
		max-width: 400px;
	}
	.hero {
		background-position: 55% 0px;
		padding-bottom: 10px;
		padding-top: 130px;
	}
	.hero .arrowed {
		margin: 55px 0 8px;
	}
	.calc .col-lg-3 ul {
		margin-top: 20px;
		margin-left: 30px;
	}
	.calc .col-lg-3 ul li {
		color: #fff;
		width: 48%;
		display: inline-block;
	}
	.calc .monthly-payment-wrap .apply-btn {
		margin-top: 10px;
	}
	.hero .green-line, .hero .text {
		display:none;
	}
	.about .hero .green-line-wrap, .about .hero .text {
		display:block;
	}
	.row.why .col-lg-4 {
		max-width: 250px;
		width:100%;
	}
	.promo .advantages {
		background-position: 200px 0px;
		padding-bottom: 550px;
	}
	.promo .advantages p.big {
		margin-top: 30px;
		margin-left: 0;
	}
	.promo .advantages h3, .promo .advantages .list {
		margin-left: 0px;
	}
	.promo .row.why h3 {
		margin-bottom: 30px;
	}
	.row.why .col-lg-4 {
		max-width: 320px;
		margin-bottom: 30px;
	}
	.why .col-lg-4 p {
		padding-right: 0;
	}
	.why p.count {
		margin-bottom: 20px;
	}
	.dark-box .col-md-12, .dark-box .col-lg-4 {
		flex: 0 0 50% !important;
	}
	.about .dark-box .image {
		bottom: -120px;
    	left: 10%;
	}
	.about .dark-box {
		background-position: 30% 0;
	}
	.post-image {
		opacity: 0.3;
	}
	.forms {
		background-position: 0 0;
	}
	.form-content .option {
		width: 100%;
		text-align:left;
		padding: 0;
	}
	#cookiebar .cookie {
		padding-right: 10px;
	}
	#cookiebar .cookie img {
		width: 40px;
	}
	#cookiebar .links {
		margin-left: 0px;
	}
	.contact-top .map {
		text-align: left;
		margin-top: -30px;
	}
	.contact-top .map iframe {
		max-width: none;
	}
	.contact-top .arrow-bg {
		left: 30%;
	}
}
@media screen and (max-width: 800px){
	.row.container {
		max-width: 95%;
	}
	.about .hero {
		background-position: 50% 0;
	}
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 730px){
	.hero-top, .hero-top.promo, .hero-top.about {
		padding-top: 0;
		margin-top: -100px;
	}
	.hero, .promo .hero {
		background-position: 73% 0px;
		position:relative;
		background-color: #ccc;
		background-size: auto 64%;
	}
	.about .hero {
		background-position: 40% 0px;
	}
	.hero .txt {
		max-width: none;
		text-align: center;
		margin-left: 0;
		margin-top:250px;
	}
	.hero .txt {
		margin-bottom: 10px;
	}
	.about .hero .txt {
		margin-top: 0;
    	text-align: left;
    	padding-left: 40px;
		padding-right: 40px;
	}
	.hero h2 {
		font-size: 40px;
		width: 100%;
		margin-bottom: 10px;
	}
	.hero .txt p {
		text-align: center;
		display: inline;
		width:100%;
	}
	.about .hero .txt p {
		text-align: left;
		width:auto;
		padding-right: 200px;
	}
	.hero .arrowed {
		margin: 0px 0 8px;
	}
	.calc .col-lg-9 {
		flex:0 0 96%;
		max-width:96%;
		margin-left:2%;
	}
	.calc .col-lg-9 form {
		display: block;
	}
	.calc .monthly-payment-wrap {
		padding: 10px 0 0;
		display: block;
	}
	.calc .monthly-payment-wrap p {
		padding: 0 20px 0px;
	}
	.calc .col-lg-3 ul li {
		color: #374151;
	}
	.promo .advantages {
		background-position: 100px 0px;
	}
	.promo .advantages p.big {
		margin-top: 0px;
		font-size: 1.6em;
	}
	.advantages h3 {
		margin: 100px 0 40px;
	}
	.row.why .col-lg-4 {
		max-width: none;
	}
	.why .col-lg-4 p {
		padding-right: 0;
	}
	.hero-top.about {
		background:none;
	}
	.about .dark-box {
		background: #030D22;
		background-image:none;
	}
	.dark-box .col-md-12, .dark-box .col-lg-4 {
		flex: 0 0 100% !important;
		margin-bottom: 30px;
	}
	.post img, .post-image {
		width: 100%;
		height: auto;
	}
	.post {
		width: auto;
	}
	.blog-title {
		max-width: 90%;
	}
	.feature-post.main-image {
		padding-top: 190px;
	}
	.feature-post.related {
		height: auto;
	}
	.forms {
		padding: 20px 0px 60px;
	}
	.form-wrap {
		padding: 20px 0 20px 20px;
	}
	.form-content .row {
		margin-left: -15px;
	}
	.contact-top .arrow-bg {
		left: 10%;
	}
	footer .footer-nav {
		display:block;
	}
	footer .container .row .col-lg-8 {
		margin: 20px 0;
	}
	footer .row a {
		margin-bottom: 10px;
	}
	footer .footer-nav li {
		margin-right: 0px;
        width: 100%;
	}
	#cookiebar .flex {
		display: block;
	}
	#cookiebar .cookie {
		display: none;
	}
	#cookiebar .txt {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 610px){
	header {
		padding:20px 0;
	}
	header .right-links {
		margin-right: 40px;
	}
	header .phone {
		width: 270px;
	}
	header .phone a {
		padding: 8px 10px;
	}
	header .logo {
		height: 25px;
	}
	.hero, .promo .hero {
		background-size: auto 55%;
	}
	.promo .hero {
		background-position: 68% 0;
	}
	.hero h2, .promo .hero h2, .about .hero h2 {
		font-size: 30px;
		width: 100%;
		margin-bottom: 10px;
	}
	.hero .txt p {
		font-size: 1em;
	}
	.hero .subtitle {
		margin-top: 10px;
	}
	.calc-sliders {
		padding: 15px;
		display:block;
	}
	.slider-range-wrap.price, .slider-range-wrap.first-payment, .slider-range-wrap.time {
		max-width: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.slider-range-wrap.time {
		margin: 0 0 10px;
	}
	.row.advantages {
		margin-bottom: 0px;
	}
	.row.why {
		background-position: 10% 0;
		padding-bottom: 40px;
	}
	.row.why .container .row {
		margin-bottom:20px;
	}
	.advantages p.big {
		max-width: 100%;
	}
	.advantages h3 {
		margin: 50px 0 40px;
	}
	.about .hero {
		background-position: 45% 0px;
	}
	.about .hero .txt p {
		padding-right: 130px;
	}
	.about .dark-box .image {
		bottom: -90px;
		left: 0;
	}
	.post-image {
		width: auto;
    	height: 100%;
    	left: -20%;
	}
	.feature-post.main-image .post-image {
		left: 0;
		width: 100%;
	}
	.feature-post.main-image {
		padding-top: 150px;
	}
	.post-content-wrap {
		padding-top: 20px;
	}
	.feature-post.related .post-image {
		width: auto;
		height: auto;
		left: 0;
	}
	.feature-post {
		padding:20px;
	}
	.form-wrap .header .buttons span {
		display:none;
	}
}
@media screen and (max-width: 500px){
	body{
		font-size: 80%;
	}
	.advantages h3, .advantages .list {
		margin-left: 0px;
	}
	.advantages p.big {
		max-width: 100%;
	}
	.row.why {
		background-size: cover;
	}
	.navbar-collapse {
		flex-basis: 0;
	}
	header .phone {
		width: 100%;
	}
	/*.navbar-collapse.open .nav-2 {*/
	/*	top: 295px;*/
	/*}*/
	.promo .hero {
		background-position: 63% 0;
	}
	.promo .advantages {
		background-position: 0px 40px;
		background-size: 72%;
	}
	.post-wrap h2 {
		font-size: 1.7em;
	}
	.feature-post.main-image {
		padding: 0;
		height: 100%;
		position: static;
		border-radius: 0;
	}
	.feature-post.main-image .post-image {
		left: 0;
		width: 100%;
		position: static;
		border-radius: 5px;
		height: auto;
	}
	.post-content-wrap {
		padding-top: 0px;
	}
	.contact-top .arrow-bg {
		display:none;
	}
}
@media screen and (max-width: 430px){
	.hero, .promo .hero {
		background-size: auto 50%;
	}
	.calc .col-lg-9 {
		flex:0 0 92%;
		max-width:92%;
		margin-left:4%;
	}
	.hero .txt {
		margin-top: 200px;
	}
	.hero .subtitle {
		margin-top: 0px;
	}
	.hero .arrowed img {
		vertical-align: middle;
	}
}
@media screen and (max-width: 390px){
	.main-btn{
		padding: 11px 20px 13px;
	}
	header .right-links {
		margin-right: 10px;
	}
	.hero {
		background-position: 68% 0px;
	}
	.advantages h3 {
		margin: 50px 0 40px;
	}
	.row.team {
		margin: 10px -15px 50px;
	}
	.row.team .col-lg-4 {
		padding: 0;
		margin-bottom: 30px;
	}
	.about .team .thumb {
		width:auto;
	}
	.row.container {
		max-width: 100%;
	}
	.about .hero .txt p {
		padding-right: 20px;
	}
	.thumb img {
		width: 100%;
		height: auto;
	}
	.form-wrap .header .title img {
		display:none;
	}
	.hero h2, .promo .hero h2, .about .hero h2 {
		font-size: 25px;
	}
}
@media screen and (max-width: 321px){
	.hero .txt {
		margin-bottom: 0px;
	}
}

.popUpContainer{
	position:absolute;
	display:none;
	top:0;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	background-color: rgba(76, 76, 76, 0.5);
	z-index:1000;
}
.popUpBody {
	overflow-y: scroll;
	min-height: 200px;
	color: #212529;
	font-family: Book;
	font-size: 0.9em;
	max-height: 390px;
}
.popUpBody h2{
	color:#212529;
	font-size:1.4em;
	margin: 18px 0;
}
.popUpBody h3 {
	color: #030E23;
	font-family: 'Bold';
	font-size: 1.5em;
	line-height:1.2em;
	margin-bottom: 10px;
}
.popUpBody::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3);
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 10px;
}
.popUpBody::-webkit-scrollbar{
	width: 10px;
	background-color: #fafafa;
}
.popUpBody::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background: #0FE96F;
	background: linear-gradient(124.06deg, #1188EA 23.34%, #0FE96F 69.87%);
}

.modal-content {
	border-radius: 20px;
	padding-bottom: 20px;
}

.verticalMid{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.navBtn{
	position: relative;
	display: inline-block;
	font-family: Book;
	transition: all 0.2s ease-in-out;
	font-size:3rem;
}
.topBorder{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:4px;
	background-color: rgba(229, 75, 75, 0.8);
}
.activeThumb{
	background-color: rgba(42, 42, 114, 0.8);
}
.popUpBody p {
	margin-bottom: 10px;
}
.popUpBody .main-btn.green {
	width:100%;
	margin-bottom:30px;
}
.popUpBody a {
	color: #212529;
}

.navbar-collapse.open .nav-2 {
    width: 305px;
}

.nav-2 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 8px 0 0 0;
}

.nav-hidden-desktop {
    display: none;
}

.hero .subtitle {
    margin-bottom: 50px;
}

.big-btn {
    padding: 1.5rem 5rem;
    font-size: 1.25rem;
}

.popUpContainer {
    background-color: rgba(55, 65, 81, 0.6);
}

.modal-body {
    padding: 2rem;
    line-height: 1.2rem;
}

.modal-header {
    padding-left: 2rem;
}

.modal-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: bold;
}

.credit-example {
    padding-left: 0;
}

.container-centered-1200 {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

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

.container-margin-bottom {
    margin-bottom: 4rem;
}

em {
    font-style: italic;
}

strong {
    font-family: 'Bold';
}

#calculator-iframe {
    min-height: 260px;
}

#calculator-iframe iframe {
    min-height: 238px;
    height: 100%;
}

#calculator-iframe iframe html {
    min-height: 238px;
    height: 100%;
}

#calculator-iframe iframe html #app {
    min-height: 238px;
    height: 100%;
}

.calculator-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.calculator-text__container {
    max-width: 300px;
}

.calculator-text__title {
    margin-bottom: 1rem;
    max-width: 100%;
}

.calculator-text__table, .euribor-data {
    max-width: 100%;
}

.calculator-text__table td.right{
    text-align: right;
}

.calculator-text__table td.strong, .euribor-data .strong{
    font-family: 'Bold';
}

.calculator-text__table thead td {
    padding: 7px 5px 12px 0;
    font-size: 12px;
}

.calculator-text__table tbody td, .euribor-data div {
    padding: 7px 5px 12px 0;
    border-top: 1px solid #0FE96F;
}

.euribor-data div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.calculator-text table thead {
    opacity: 0.5;
}

.mt-remark {
    margin-top: 7rem;
}

/* About page*/
.about .container-centered-1200 {
    margin: 5rem auto;
}

.about-btn {
    padding-left: 3rem;
    padding-right: 3rem;
}

.h1-inside-pages {
    font-size: 3rem;
    padding: 4.5rem 0;
}

.about .dark-box p {
    padding-right: 0;
}

.about p {
    line-height: 1.625rem;
    padding-bottom: 2rem;
}

.about h3.big {
    font-size: 2.25rem;
    padding-bottom: 2rem;
    font-weight: normal;
    font-family: 'Book';
}

.employee-container {
    width: 346px;
    display: flex;
    padding-right: 1rem;
}

.employee-image {
    width: 300px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

/* Contact page */

.contact .container-centered-1200 {
    padding-bottom: 3rem;
}

.contact-top {
    width: 100%;
    margin-bottom: 0;
}

.contact-top .info {
    padding-left: 0;
    padding-right: 0;
}

.contact .h1-inside-pages {
    padding-top: 0;
    font-family: 'Book';
}

.contact p {
    font-size: 1rem;
    line-height: 1.2rem;
}

/* FAQ */

.blog-title {
    top: 55px;
}

.faq .blog-title.h1-inside-left, .h1-inside-left {
    font-size: 3.5rem;
    line-height: 3.5rem;
    font-family: 'Bold';
    max-width: 320px;
    padding-bottom: 3rem;
}

.faq h3 {
    font-size: 2rem;
    line-height: 2.5rem;
}

.faq .form-title-wrap {
    max-width: 1024px;
    width: 100%;
}

.faq .form-wrap {
    max-width: 1024px;
}

.faq .form-content {
    line-height: 1.5rem;
}

.forms, .blog {
    padding: 4rem 60px 0 36px;
    display: flex;
    flex-direction: row;
}

.form-wrap .header {
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.form-item-mb {
    margin-bottom: 4.5rem;
}

.text-normal {
    font-weight: normal;
    font-family: 'Book';
}

/* Forms */
.forms .pdf-btn span, .forms .fillin-btn span {
    font-weight: normal;
    font-family: 'Book';
    font-size: 0.9rem;
}

.form-content {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    padding-top: 4rem;
}

.form-input {
    margin-bottom: 2.3rem;
}

.form-input input, .form-input select {
    width: 330px;
    max-width: 80%;
}

input[type="text"], textarea, select {
    background: #fafafa;
    border: 1px solid rgba(101, 118, 133, 0.2);
    border-radius: 30px;
}

select {
    padding: 14px 15px 12px;
    outline: none;
}

.form-divider {
    border-top: 1px solid rgba(101, 118, 133, 0.2);
    margin-top: 2.75rem;
    margin-bottom: 2rem;
}

.form-spacer {
    margin-top: 2.75rem;
    margin-bottom: 2rem;
}

.form-section {
    font-size: 0.8rem;
    color: #687792;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}

label.required:after {
    content: "*";
    color: red;
}

.form-legal-text {
    margin-bottom: 1rem;
}

.form-field-notice {
    font-size: 0.8rem;
    color: #687792;
}

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

.form-button {
    padding: 1.2rem 6rem;
}

.interactive-input {
    display: none;
    margin-bottom: 1rem;
}

.add-another-auth-person {
    margin-bottom: 3rem;
    position: relative;
}

.add-another-auth-person::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(124.06deg, #1188EA 23.34%, #0FE96F 69.87%);
}

.remove-auth-person {
    color: red;
    background: white;
    padding: 0.6rem 4rem;
    border: 2px solid red;
}

/* Blog */
.blog .h1-inside-left {
    width: 250px;
    text-align: right;
}

.blog .post-content {
    width: 500px;
    max-width: 100%;
}

.blog .post {
    overflow: unset;
    object-fit: contain;
}

.blog .post a {
    max-width: 100%;
}

.blog .post img {
    max-width: 100%;
    border-radius: 10px;
}

.feature-post {
    width: 100%;
}

.feature-post h3 {
    font-size: 2.25rem;
    line-height: 2.625rem;
}

.blog-posts {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.a-post {
    width: 48%;
    margin-bottom: 4rem;
}

.load-more__container {
    margin-bottom: 3rem;
}

.loading-animation {
    display: none;
    text-align: center;
}

/* Blog post */

.h1-post {
    margin-bottom: 2rem;
    max-width: 600px;
    width: 100%;
    font-size: 3.6rem;
    line-height: 4rem;
    text-align: left;
    align-self: normal;
}

.blog-post__image {
    filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.25));
    width: 100%
}

.blog-post__container {
    display: flex;
    margin-bottom: 3rem;
    margin-top: 3rem;
    width: 100%;
}

.blog-post__left {
    width: 40%;
    margin-right: 2rem;
}

.blog-post__date {
    margin-bottom: 3rem;
}

.blog-post__tags {
    margin-bottom: 3rem;
}

.blog-post__tags a {
    color: #687792;
    font-size: 0.9rem;
    line-height: 2rem;
}

.blog-post__tags a::after {
    content: "| ";
    color: #0fe96f;
}

.blog-post__tags a:last-child::after {
    content:"";
}

.blog-post__right h3, .blog-post__right h2, .blog-post__right h4 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.blog-post__right img {
    max-width: 100%;
    height: auto;
}

.blog-post__right p {
    margin-bottom: 1.6rem;
}

.blog-post__right a {
   font-family: 'Bold';
}

.blog-post__right ul {
    list-style: circle;
    padding-left: 2rem;
    padding-bottom: 1rem;
}

.blog-post__right ol {
    list-style: decimal;
    padding-left: 2rem;
    padding-bottom: 1rem;
}

.post-nav__container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.prev-article, .next-article {
    font-size: 1.5rem;
}

.prev-article img, .next-article img {
    width: 20px;
    height: 20px;
}

#related-carousel {
    background-image: url('../media/related-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.related-post__wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Others */

footer .skype-btn {
    right: 10px;
}

#terms, #privacy, #adult {
    display: flex;
    visibility: hidden;
}

.agreement-checkbox {
    display: flex;
}

.agreement-checkbox a {
    color: #0FE96F;
}

.error {
    color: red;
    padding: 5px;
}

input.error, textarea.error {
    border: 3px solid red;
}

.thank-you {
    padding-top: 4rem;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
}

.thank-you__image {
    width: 200px;
}

.thank-you__h1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 4rem;
    line-height: 4.5rem;
    color: #1188ea;
}

.thank-you__text {
    padding-bottom: 2rem;
}

.popUpBody {
    text-align: justify;
}

.popUpBody ol {
    list-style: decimal;
    padding-left: 1rem;
    padding-bottom: 1rem;
}

.popUpBody ul {
    list-style: circle;
    padding-left: 1rem;
    padding-bottom: 1rem;
}

.calc .monthly-payment-wrap .apply-btn {
    padding: 2.3rem 20px;
    font-size: 1.5rem;
}

.calculator-loading {
    display: flex;
    justify-content: center;
}

.ch2-style-light .ch2-switch label:before {
    background-image: none;
}

.animate-spin {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}

.agreement-checkbox input[type="checkbox"] + label {
    align-items: normal;
}

.agreement-checkbox input[type="checkbox"] + label:before {
    width: 40px;
    margin-right: 9px;
}

/* Responsive */

@media screen and (min-width: 1600px) {
    .pci-container {
        min-width: 1600px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1599px) {
    .why .row.container {
        max-width: 1200px;
    }

    .hero .subtitle {
        margin-bottom: 100px;
    }

    h3.advantages-title {
        font-size: 3.5rem;
    }

    ul.advantages-list li {
        font-size: 1.5rem;
    }

    .advantages p.big {
        font-size: 1.6rem;
    }

    .row.why h3.why-title {
        font-size: 3rem;
        font-weight: normal;
    }

    .why .why-list p {
        padding-left: 0;
        padding-right: 30%;
        font-size: 1.7rem;
        line-height: 2.5rem;
    }

    .about .hero {
        padding-bottom: 130px;
        padding-top: 150px;
    }

    .about p.subtitle {
        margin-bottom: 0;
    }

    .hero-top.about {
        padding-top: 480px;
    }

    .why .why-list p.count {
        font-size: 3rem;
    }

    .pci-container {
        max-width: 1500px;
    }

    .promo-card:hover, .promo-card.active {
        height: 8rem;
    }
}

@media screen and (max-width: 1280px) {
    #uplease-calc {
        flex-direction: column;
    }

    #calculator-iframe {
        max-width: 100%;
    }

    .calculator-text {
        max-width: 100%;
    }

    .mt-remark {
        margin-top: 17rem;
    }

    .calculator-remark {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .calculator-text__container {
        max-width: 100%;
        width: 100%;
    }

    .euribor-data {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }

    .pr-5rem {
        padding-right: 5rem;
    }

    .promo-car-import .hero .txt {
        max-width: 400px;
    }

    .pci-head-img {
        padding-left: 1rem;
    }

    .promo-card:hover, .promo-card.active {
        height: 10rem;
    }

    .pci-section-3 {
        background: none;
    }

    .pci-section-3-row-1, .pci-section-3-row-2 {
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }

    .pci-section-3-main .why-list p {
        max-width: 100%;
    }

    .pci-section-3-col-2 {
        max-width: 100%;
        text-align: left;
    }

    .pci-section-3-2-col-2 {
        text-align: left;
    }

    .pci-section-3-main .why-list {
        margin-bottom: 4rem;
    }

    .pci-section-4-mobile {
        flex-direction: column;
    }
}

@media screen and (max-width: 1024px) {
    .hero h2, .promo .hero h2, .about .hero h2 {
        font-size: 2rem;
    }

    .hero .arrowed {
        margin-bottom: 0;
    }

    h3.advantages-title {
        font-size: 2rem;
    }

    ul.advantages-list li {
        font-size: 1rem;
    }

    .row.why h3.why-title {
        font-size: 2rem;
        font-weight: normal;
    }

    .why .why-list p {
        padding-left: 0;
        padding-right: 30%;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .why .why-list p.count {
        font-size: 2.125rem;
    }

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

    #uplease-calc {
        display: flex;
        flex-direction: column;
    }

    #calculator-iframe {
        max-width: 100%;
        min-height: 300px;
    }

    #calculator-iframe iframe {
        min-height: 300px;
    }

    .calculator-text {
        max-width: 100%;
    }

    .calculator-ul {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .promo-car-import ul.advantages-list li {
        font-size: 1.5rem;
    }

    .promo-car-import-sections {
        background: #fff url('../media/promo-car-import-bg-desktop.png') no-repeat top 40% right 0;
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 990px) {
    .nav-hidden-desktop {
        display: block;
    }

    .navbar-collapse.open .nav {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-radius: 8px 0 0 0;
        display: none;
    }

    .forms, .blog {
        padding: 4rem 1rem 0 1rem;
        flex-direction: column;
    }

    .container-centered-1200 {
        width: 100%;
        padding: 0;
    }

    .h1-inside-left {
        width: 100%;
        max-width: 98%;
    }

    .a-post {
        width: 100%;
    }

    .blog .post-content {
        width: 100%;
    }

    .blog-post__left {
        width: 100%;
    }

    .blog-post__container {
        flex-direction: column-reverse;
    }

    .blog .post {
        max-width: 70%;
    }

    .post-nav__container {
        flex-direction: column;
    }

    .post-nav__container a {
        margin-bottom: 1rem;
    }

    .prev-article img, .next-article img {
        height: 15px;
        width: 15px;
    }

    .prev-article, .next-article {
        font-size: 1rem;
    }

    .blog-post__date {
        margin-bottom: 1rem;
    }

    .big-btn {
        padding: 1.5rem 3rem;
        font-size: 1rem;
    }

    .about-team {
        padding-left: 15px;
        padding-right: 15px;
    }

    #calculator-iframe {
        min-height: 300px;
        height: 100%;
    }

    #calculator-iframe iframe {
        min-height: 300px;
    }

    .mt-remark {
        margin-top: 9rem;
    }

    .calculator-remark {
        padding-top: 10px;
    }

    .promo-card {
        width:100%;
    }

    .pci-section-left, .pci-section-2-left {
        margin-right: 0;
    }

    .promo-card:hover, .promo-card.active {
        height: 8rem;
    }

    .card3-image {
        margin-top: -22px;
    }

    .pci-section-2 {
        flex-direction: column-reverse;
    }

    .pci-section-4 {
        flex-direction: column;
    }
}

@media screen and (max-width: 797px) {
    #calculator-iframe {
        min-height: 1200px;
        height: 100%;
    }

    #calculator-iframe iframe {
        min-height: 1200px;
    }

    .mt-remark {
        margin-top: 72rem;
    }
}

@media screen and (max-width: 768px) {
    .hero {
        background: #020d21 url('../media/home-hero-mobile.png') no-repeat top center;
        background-size: contain;
        padding-bottom: 0;
    }

    .row.calc {
        background-color: #ccc;
    }

    .calc .col-lg-3 ul {
        margin-bottom: 2rem;
    }

    .calc .col-lg-3 ul li {
        width: 100%;
        color: #000;
        font-size: 1rem;
        line-height: 2rem;
    }

    .about .container-centered-1200 {
        margin: 0 auto;
    }

    .about h3.big {
        font-size: 2rem;
    }

    .about .dark-box {
        padding: 30px 10px 30px 10px;
    }

    .form-content {
        padding-right: 10px;
    }

    #calculator-iframe {
        min-height: 1200px;
        height: 100%;
    }

    #calculator-iframe iframe {
        min-height: 1200px;
    }

    .calculator-remark {
        padding-top: 425px;
    }

    .calculator-text__container {
        color: #000000;
    }

    .mt-remark {
        margin-top: 46rem;
    }

    .pci-card2-content {
        flex-direction: column;
    }

    .pci-card2-up {
        width: auto;
        margin-right: 0;
        margin-bottom: 0;
    }

    .only-mobile {
        display: inline-block;
    }
}

@media screen and (max-width: 730px) {
    .calculator-remark {
        padding-top: 0;
    }

    #calculator-iframe {
        width: 100%;
    }

    .calculator-ul {
        flex-direction: column;
    }

    .mt-remark {
        margin-top: 1rem;
    }

    .euribor-data {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
    }

    .hero-top.promo-car-import {
        padding-top: 0px;
    }

    .promo-car-import .hero .txt {
        margin-top: 0px;
        max-width: 100%;
    }

    .pci-head-container {
        flex-direction: column-reverse;
    }

    .pci-head-title {
        justify-content: center;
    }

    .pci-head-img {
        padding-right: 0;
    }

    .card3-top-container {
        flex-direction: column;
    }

    .card3-image {
        margin-top: 0;
    }

    .section-title {
        font-size: 3rem;
        margin-bottom: 2rem;
    }

    .card-content {
        margin-top: 4rem;
    }

    .pci-section-2-right {
        padding-left: 0;
        margin-bottom: 8rem;
    }
    .pci-section-2-image-desktop {
        display: none;
    }
    .pci-section-2-image-mobile {
        display: block;
    }

    .pci-section-3-image-mobile {
        display: block;
    }
}

@media screen and (max-width: 450px) {
    .promo-car-import-sections {
        background: #fff url('../media/promo-car-import-bg-mobile.png') no-repeat bottom 45% right 0;
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .pci-section {
        margin-bottom: 2rem;
    }

    .pci-section-2-right {
        margin-top: 2rem;
    }

    .hero .txt {
        margin-top: 290px;
    }

    .hero .subtitle {
        margin-bottom: 25px;
    }

    .hero .arrowed {
        margin-bottom: 25px;
    }

    .calc .col-lg-9 form {
        position: relative;
        top: -20px;
    }

    .about .hero {
        background: #020d21 url('../media/hero-about-mobile.png') no-repeat top center;
        background-size: cover;
        padding-bottom: 0;
        padding-top: 300px;
    }

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

    #calculator-iframe {
        min-height: 1180px;
        position: relative;
        top: -20px;
        /*width: 96%;*/
    }

    #calculator-iframe iframe {
        min-height: 1180px;
    }

    .ch2-dialog-content, .ch2-dialog-actions {
        left: 1rem !important;
    }

    .ch2-dialog-actions {
        left: 0.4rem !important;
    }

    header .right-links {
         margin-right: 0;
    }
}
