/* container and column */
.container {
	margin: 0 auto;
	max-width: 1140px;
	width: 100%;
}

.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9,
.column-10,
.column-11,
.column-12 {
	margin-bottom: 20px;
	float: left;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.column-1 {
	width: 8.3%;
}

.column-2 {
	width: 16.6%;
}

.column-3 {
	width: 25%;
}

.column-4 {
	width: 33.3%;
}

.column-5 {
	width: 41.6%;
}

.column-6 {
	width: 50%;
}

.column-7 {
	width: 58.3%;
}

.column-8 {
	width: 66.6%;
}

.column-9 {
	width: 75%;
}

.column-10 {
	width: 83.3%;
}

.column-11 {
	width: 91.6%;
}

.column-12 {
	width: 100%;
}

@media (max-width: 768px) {

	.column-1,
	.column-2,
	.column-3,
	.column-4,
	.column-5,
	.column-6,
	.column-7,
	.column-8,
	.column-9,
	.column-10,
	.column-11,
	.column-12 {
		margin: 0 !important;
		padding: 0 !important;
		float: none;
		width: 100% !important;
	}
}

/* Basic styles */
section {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}

footer,
header,
nav,
section {
	display: block;
	overflow: hidden;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
}

body {
	font-family: 'Poppins', sans-serif;
	background-color: #fff;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	color: var(--text-color);
	line-height: 1;
}

:focus {
	outline: none;
}

:root {
	--text-color: #000000;
	--title-color: #000;
}

a {
	text-decoration: none;
}

a:hover,
a:active {
	outline: 0;
}

p {
	margin: 0;
	font-size: 15px;
	line-height: 20px;
	color: var(--text-color);
}

h1 {
	font-size: 48px;
	line-height: 54px;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 15px;
}

h2,
h2 a {
	font-weight: 600;
	font-size: 36px;
	line-height: 47px;
	letter-spacing: -0.01em;
	color: #000000;
}

h3,
h3 a {
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
	letter-spacing: -0.01em;
}

h4,
h4 a {
	font-size: 20px;
	line-height: 28px;
}

h5,
h5 a {
	font-size: 17px;
	line-height: 24px;
}

h6,
h6 a {
	font-size: 14px;
	line-height: 19px;
}

h1,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
	color: var(--title-color);
	font-family: 'Poppins', sans-serif;

}

ul {
	list-style: disc inside;
}

ol {
	list-style: decimal inside;
}

li {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px;
	color: var(--text-color);
	list-style: none;
	font-family: 'Poppins', sans-serif;
}

li ul,
li ol {
	margin-left: 15px;
	margin-bottom: 0;
}

iframe,
img {
	max-width: 100%;
}

header {
	padding: 13px 16px;
	border-bottom: 0.5px solid #000;
}

.logo {
	width: 96px;
	float: left;
}

.main-menu.desktop {
	display: none;
}

.swiper {
	width: 100%;
	height: 100%;

}

.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.swiper-pagination-fraction {
	text-align: left !important;
	font-style: italic;
	font-size: 13px;
	bottom: 0 !important;
	padding-left: 24px;
}

.hero {
	margin-top: 80px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 137, 0.4)), color-stop(40%, rgba(255, 255, 255, 1)), to(rgba(233, 233, 233, 1)));
	background: -o-linear-gradient(top, rgba(255, 255, 137, 0.4) 0%, rgba(255, 255, 255, 1) 40%, rgba(233, 233, 233, 1) 100%);
	background: linear-gradient(180deg, rgba(255, 255, 137, 0.4) 0%, rgba(255, 255, 255, 1) 40%, rgba(233, 233, 233, 1) 100%);
}

.hero .container {
	padding: 32px 24px;
	position: relative;
}

.hero {
	position: relative;
}

.hero h1 {
	font-size: 48px;
	line-height: 53px;
	letter-spacing: -0.02em;
	color: #000000;
	margin-bottom: 8px;
}

.hero p.large {
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: #000000;
	width: 48%;
	position: relative;
	z-index: 9;
}

.hero p.large::after {
	background: url(images/underline-mobile.svg) no-repeat;
	content: "";
	bottom: -12px;
	left: 0;
	width: 100%;
	height: 21px;
	position: absolute;
	z-index: -1;
}

.hero #apliciraj {
	padding-top: 68px !important;
}

.hero .mascot {
	position: absolute;
	right: 15px;
	top: 152px;
	z-index: 999;
	max-width: 196px !important;
}

.hero .sign.mobile {
	opacity: 0.8;
	position: absolute;
	top: -25px;
	right: 0;
	z-index: -1;
	width: 300px;
}

.hero .sign.desktop {
	display: none;
}

.hero h2 {
	font-weight: 600;
	font-size: 36px;
	line-height: 47px;
	letter-spacing: -0.01em;
	color: #000000;
	margin-bottom: 8px;
	margin-top: 8px;
}

.calculate {
	padding-bottom: 40px;
}

.hero .calculator {
	padding: 32px 24px 32px 24px;
}

.why-choose-us h2 {
	margin-bottom: 24px;
}

.why-choose-us .container {
	padding: 0 24px;
	overflow: hidden;
}

.why-choose-us {
	padding: 48px 0 80px 0;
}

.why-choose-us .box-info {
	padding: 32px 24px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	height: 100%;
}

.why-choose-us .wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.why-choose-us .box-info img {
	width: 96px;
	height: 96px;
}

.why-choose-us .box-info h3 {
	margin: 16px 0;
}

.how-to-apply {
	padding: 56px 24px 48px 24px;
	background-color: #F8F8D4;
}

.how-to-apply h3 {
	line-height: 26px;
	position: relative;
	z-index: 2;
	margin-bottom: 24px;
}

.how-to-apply h3::after {
	background: url(images/underline.svg) no-repeat;
	content: "";
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 21px;
	position: absolute;
	z-index: -1;
}

.how-to-apply iframe {
	margin: 16px 0 32px 0;
	width: 560px;
	height: 220px;
}

.play-youtube-video-prim {
	margin: 16px 0 32px 0;
	cursor: pointer;
}

.how-to-apply li {
	margin-bottom: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.how-to-apply li .number {
	width: 13%;
	vertical-align: middle;
}

.how-to-apply li p {
	width: 85%;
	font-weight: 600;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: -0.01em;
}

.how-to-apply li .number span {
	width: 32px;
	height: 32px;
	display: block;
	background-color: #000;
	border-radius: 100%;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-weight: 600;
}

.conditions {
	padding: 56px 24px 40px 24px;
}


.conditions h2 {
	margin-bottom: 40px;
}

.conditions li {
	margin-bottom: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.conditions li img {
	width: 96px;
	height: 96px;
}

.conditions li span {
	width: 50%;
	font-weight: 600;
	font-size: 17px;
	line-height: 19px;
	letter-spacing: -0.01em;
	display: block;
}

.conditions li span:nth-child(even) {
	text-align: left;
	padding-left: 40px;
}

.conditions li span:nth-child(odd) {
	text-align: right;
	padding-right: 40px;
}

.packages {
	padding: 0 24px 40px 24px;
}

.packages .row {
	overflow: hidden;
}

.packages h2 {
	margin-bottom: 24px;
}

.packages .box {
	border: 1px solid rgba(0, 0, 0, 0.5);
	padding: 24px;
	text-align: center;
	margin-bottom: 16px;
}

.packages .box .title {
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
	letter-spacing: -0.01em;
	color: rgba(0, 0, 0, 0.5);
	display: block;
	margin-bottom: 40px;
}

.packages .box .sum {
	font-weight: 600;
	font-size: 56px;
	line-height: 62px;
	letter-spacing: -0.02em;
	color: #000000;
	margin-bottom: 8px;

}

.packages .box .sum sup {
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	margin-left: 4px;
}

.packages .box p {
	font-weight: 400;
	font-size: 17px;
	line-height: 23px;
	text-align: center;
	letter-spacing: -0.03em;
	color: rgba(0, 0, 0, 0.8);
}

.packages .box.custom p {
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -0.02em;
	color: #000000;
}

.colored-button {
	background: #46EA41;
	border: 0.5px solid #000000;
	border-radius: 16px;
	padding: 24px 40px;
	font-weight: 600;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	letter-spacing: -0.01em;
	color: #000000;
	margin-top: 40px;
	display: block;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.colored-button:hover {
	background: #08ff00;
}

.packages .button {
	background: #fff;
	border: 0.5px solid #000000;
	border-radius: 16px;
	padding: 24px 40px;
	font-weight: 600;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	letter-spacing: -0.01em;
	color: #000000;
	margin-top: 40px;
	display: block;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.button:hover {
	background: #f5f5f5 !important;
}

.join {
	padding: 62px 24px;
	background-color: #FFFF00;
}

.join p {
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
	text-align: center;
	letter-spacing: -0.01em;
	color: #000000;
	margin-bottom: 24px;
}

.join .button-dark {
	background: #000;
	border-radius: 16px;
	padding: 24px 40px;
	font-weight: 600;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	letter-spacing: -0.01em;
	color: #fff;
	display: block;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.button-dark:hover {
	background: #222;
}

.purpose {
	padding: 16px 0 40px 0;
}

.purpose .container {
	padding: 0 24px 0 24px;
	overflow: hidden;
}

.purpose h2 {
	margin-bottom: 24px;
}

.purpose .info-box {
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}

.purpose .info-box p {
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
	letter-spacing: -0.01em;
	color: #000000;
	background: #46EA41;
	padding: 16px 24px 24px 24px;
	margin-top: -4px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.purpose .info-box img {
	width: 100%;
	height: 217px;
	margin-bottom: 0;
	-o-object-fit: cover;
	   object-fit: cover;
}

.testimonials {
	padding: 56px 0;
	background: -webkit-gradient(linear, left bottom, left top, from(#E9E9E9), to(rgba(233, 233, 233, 0)));
	background: -o-linear-gradient(bottom, #E9E9E9 0%, rgba(233, 233, 233, 0) 100%);
	background: linear-gradient(0deg, #E9E9E9 0%, rgba(233, 233, 233, 0) 100%);
}

.testimonials .container {
	padding: 0 24px 0 24px;
	overflow: hidden;
}

.testimonials h2 {
	margin-bottom: 24px;
}

.testimonials .info-box {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}

.testimonials .text-box {
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #fff;
	padding: 16px 24px 32px 24px;
	margin-top: -3px;
	z-index: 9;
	height: 100%;
}

.testimonials .text-box p {
	font-weight: 500;
	font-size: 21px;
	line-height: 28px;
	letter-spacing: -0.01em;
	color: #000000;
	margin-bottom: 32px;
}

.testimonials .text-box .name {
	font-weight: 600;
	font-size: 24px;
	line-height: 25px;
	letter-spacing: -0.01em;
	color: #000000;
}

.testimonials .text-box .name span,
.testimonials .text-box .location {
	font-size: 20px;
	line-height: 25px;
	color: rgba(0, 0, 0, 0.7);
	font-weight: 600;
}

.testimonials .info-box img {
	width: 100%;
	height: 100%;
	max-height: 250px;
	min-height: 250px;
	margin-bottom: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	overflow: hidden;
}

.about {
	padding-bottom: 56px;
	background-color: #E9E9E9;
}

.about .container {
	padding: 0 24px;
}

.about h3 {
	font-size: 24px;
	line-height: 31px;
	letter-spacing: -0.01em;
	color: #000000;
	margin-bottom: 16px;
	margin-top: 56px;
}

.about h3.margin {
	padding-left: 24px;
	padding-right: 24px;
}

.about p {
	font-weight: 400;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: -0.03em;
	color: rgba(0, 0, 0, 0.8);
	margin: 0;
	max-width: 100%;
}

.about .name {
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	letter-spacing: -0.03em;
	color: rgba(0, 0, 0, 0.8);
	margin-top: 8px;
	display: block;
}

.about img {
	width: 100%;
	margin: 8px 0;
}

.about .swiper-slide {
	background: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.about .swiper-slide img {
	width: 100%;
	height: 208px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.about p.centered {
	padding: 0 24px;
	text-align: center;
}
.open-overlay {
	background-image: -o-linear-gradient(left, #0db14b 0%, #2fed77 51%, #0db14b 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(#0db14b), color-stop(51%, #2fed77), to(#0db14b));
	background-image: linear-gradient(to right, #0db14b 0%, #2fed77 51%, #0db14b 100%);
	padding: 12px 15px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 32px;
	font-weight: 500;
	font-size: 18px;
	display: block;
	text-align: center;
	margin: 30px 0 15px 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background-size: 200% auto;
	font-family: 'Montserrat', sans-serif;
	border: none;
}
/* custom */
/*#vdz_cb_widget, */
.animal_green_top, #CalcBottomText, .calculator-box-header {
	display: none;
}
.calculate .noUi-connect {
    background: #FFFF0080!important;
    border-radius: 4px;
    box-shadow: none!important;

}
@media all and (-ms-high-contrast:none) {
	.calculate .noUi-connect {
		background: #FFFF00!important;
}
}
.calculate .noUi-target {
    background: transparent!important;
    border-radius: 0!important;
    border: none!important;
    box-shadow: none!important;
}
.calculate .noUi-horizontal {
	height: 11px!important;
	position: relative;
}
.calculate .noUi-horizontal::before {
	content: '';
	display: block;
	position: absolute;
	top: 49%;
	border-TOP: 1px solid rgba(0, 0, 0, 0.5);
	width: 98%;
	margin: 0 5px;
	z-index: 0;
}
.calculate .noUi-horizontal .noUi-handle {
	width: 41px!important;
	height: 41px!important;
	top: -15px!important;
	background: url('/wp-content/themes/forzatheme/home-static/images/button.png')!important;
	background-size: contain!important;
	background-position: center center;
	background-repeat: no-repeat;
	
}
.calculate .noUi-handle:after, .noUi-handle:before {
    display: none!important;
  
}
.calculate .noUi-handle {
    border: none!important;
    border-radius:100%!important;
    background: #46EA41!important;
	box-shadow: none!important;

}
.calculate .chk-container.bump-bottom-xs {
	position: relative;
	padding-left: 56px;
}
.calculate span.chkbox {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	border-radius: 100%
}
.calculate span.chkbox.contrast.unchecked {
	background-color: #ddd;
}
.calculate span.chkbox.contrast.unchecked:hover {
	background-color: #ccc;
}

.calculate span.chkbox.contrast {
	background-color: #46EA41;
	height: 40px;
	width: 40px;
}


.calculate span.chkbox.contrast.unchecked:after {
	content: '';
	display: none;
}
.calculate span.chkbox.contrast:after {
	content: '';
	display: block;
	left: 15px;
	top: 7px;
	width: 7px;
	height: 18px;
	position: absolute;
	border-radius: 2px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.calculate .chk-container.bump-bottom-xs {
	font-weight: 400;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: -0.03em;
	color: rgba(0, 0, 0, 0.8);
}

.calculate .chk-container.bump-bottom-xs a {
	display: block;
	font-weight: 500;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: -0.03em;
	color: rgba(0, 0, 0, 0.8);
	text-decoration: underline;
}
.calculate button.btn-lg {
	background: #46EA41;
    border: 0.5px solid #000000;
    border-radius: 16px;
    padding: 24px 40px;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
    margin-top: 40px;
    display: block;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
	transition: all .2s;
	margin: 0 auto 32px;
}
.calculator-box-footer {
	margin-top: 40px;
}
.calculate #loan_term_text-simple {
	padding-top: 40px;
}
.calculate .noUi-label {
	display: block;
	font-weight: 600;
font-size: 36px;
line-height: 47px;
letter-spacing: -0.01em;
color: #000000;
padding-bottom: 8px;
}
.box.calculator-box .col {
	float: left;
	margin-top: 14px;

}
.box.calculator-box .col.text-right {
	float: right;
	margin-top: 14px;

}
.box.calculator-box .col span{
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: -0.02em;
	color: rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}
.row.bump-bottom-sm {
	overflow: hidden;
}
.calculator-box-details.bump-bottom-xs .d-flex {
	overflow: hidden;
	margin-bottom: 8px;
}
.calculator-box-details.bump-bottom-xs .d-flex .p14  {
	float: left;
	font-size: 15px;
    line-height: 17px;
}
.calculator-box-details.bump-bottom-xs .ml-auto.text-right {
float: right;
font-size: 15px;
    line-height: 17px;
}
.calculator-box-details.bump-bottom-xs .d-flex .p14 > span {
	/*font-weight: bold;*/
}
.calculator-box-details.bump-bottom-xs .d-flex .p14.bold {
	font-weight: 600;
}
.loan-amount-display.slider-value-amount.AmountToPayspan {
	/*font-weight: 600;*/
}
.slider-value {
	overflow: hidden;
	margin-bottom: 8px;
	display: block;
}
.slider-value .slider-value-unit {
	font-weight: 500;
font-size: 16px;
line-height: 18px;
letter-spacing: -0.02em;
color: #000000;
vertical-align: top;
text-transform: uppercase;
}
.slider-value .slider-value-amount {
	border: none;
	font-weight: 600;
font-size: 56px;
line-height: 62px;
letter-spacing: -0.02em;
color: #000000;
width: 200px;
display: inline-block;
text-align: right;
background-color: transparent!important;
}
.text-right {
    text-align: right!important;
}
.help-block.form-error {
	color: red;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
    display: block;
    margin-top: -10px;
    margin-bottom: 24px;
}


button {
	cursor: pointer;
}

#callback-modal {
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 9999;
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
	width: 95%;
	height: auto;
	background: #fff;
	border: 1px solid #000;
	padding: 24px;
	border-radius: 16px;
	position: relative;
	margin: 1.75rem auto;

}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}


.modal-dialog h2 {
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 16px;
}

.modal-dialog label {
	margin-top: 16px;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 8px;
}

.modal-dialog input {
	border: 1px solid #404040;
	padding: 10px;

}

.modal-dialog select {
	border: 1px solid #404040;
	width: 48%;
	margin: 8px 1% 0 0;
	float: left;
	padding: 10px;
}

.close {
	position: absolute;
	top: 8px;
	right: 10px;
	cursor: pointer;
	border: none;
	background: transparent;

}
.close span {
	font-size: 22px;

}


#callback-modal #callback-button {
	margin: 32px auto 0;
	padding: 8px 16px;
	font-size: 20px;
	line-height: 26px;
	border-radius: 8px;
    background: #46EA41;
    border: 0.5px solid #000000;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
    display: block;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
#callback-modal #callback-button:hover {
	background: #08ff00;
}
.switch {
	background-color: #efefef;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 4px;
	width: 100%;
	margin: 0px auto 0px auto;
}

.switch-option.active {
	background-color: #46EA41;
	color: #000;
}

.switch-option {
	padding: 8px 20px;
	background-color: transparent;
	width: 50%;
	color: #666666;
	font-size: 0.88em;
	text-align: center;
	cursor: pointer;
	z-index: 2;
}

#schedule-fields {
	display: none;
}
#callback-modal .row.no-gutters.mb-3 {
	overflow: hidden;
}
#callback-modal .text-center.mb-2 {
	text-align: center;
	margin-top: 16px;
}
#callback-modal .text-center.mb-2 a{
	color: red;
}
#callback-modal .text-center.mb-2 a:hover {
	color: #000;
	text-decoration: underline;
}
@media (min-width: 769px){
.hero .calculate button.btn-lg {
    width: 312px;
    margin: 0 auto 32px;
}
.calculate #loan_term_text-simple {
	padding-top: 24px;
}
.calculator-box-footer {
	margin-top: 24px;
}
}
footer {
	position: relative;
	background-color: #000000;
}

footer > .container {
  padding: 40px 24px 72px 24px;	
  overflow: hidden;
}

footer h4 {
	font-weight: 600;
	font-size: 13px;
	line-height: 21px;
	color: #FFFFFF;
	margin-bottom: 8px;
	display: block;
}

footer li {
	margin-bottom: 0;
}

footer li a {
	font-weight: 400;
	font-size: 12px;
	line-height: 23px;
	letter-spacing: -0.03em;
	color: rgba(255, 255, 255, 0.8);

}

footer li a:hover {
	text-decoration: underline;
}

footer .contact li {
	margin-bottom: 8px;
}

footer li a img {
	vertical-align: middle;
	margin-right: 8px;
}

footer .column-4 {
	width: 50% !important;
	float: left;
	margin-bottom: 32px !important;
}

footer .footer-bottom {
	display: block;
	padding: 18px 24px;
	background-color: #1C1C1C;
	text-align: center;
}

footer .footer-bottom span {
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	letter-spacing: -0.03em;
	color: rgba(255, 255, 255, 0.5);
	display: block;
}

footer .footer-bottom a {
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	letter-spacing: -0.03em;
	color: #fff;
}

footer .footer-bottom span.separator {
	display: inline-block;
	padding: 0 2px;
}

footer img.sign {
	position: absolute;
	right: 0;
	bottom: 120px;
}

input {
	width: 100%;
}


.contain {
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.contain input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}



.contain input:checked~.checkmark:after {
	display: block;
}

.contain .checkmark:after {
	left: 15px;
	top: 8px;
	width: 7px;
	height: 18px;
	border-radius: 2px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

p.consent {
	margin-left: 48px;
	font-weight: 400;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: -0.03em;
	color: rgba(0, 0, 0, 0.8);
}

p.consent a {
	display: block;
	font-weight: 500;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: -0.03em;
	color: rgba(0, 0, 0, 0.8);
	text-decoration: underline;
}

.container.desktop {
	display: none;
}

.fixed-bar {
	background: rgba(0, 0, 0, 0.6);
	-webkit-backdrop-filter: blur(60px);
	        backdrop-filter: blur(60px);
	padding: 16px;
	position: fixed;
	width: 100%;
	z-index: 999;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.fixed-bar .button {
	background: #fff;
	border: 0.5px solid #000000;
	border-radius: 16px;
	padding: 24px 40px;
	font-weight: 600;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	letter-spacing: -0.01em;
	color: #000000;
}

.fixed-bar .colored-button,
.fixed-bar .button {
	width: 47%;
	margin: 0 1%;
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
	padding: 12px;
	border-radius: 12px;
	border: none;
}

.fixed-bar .colored-button img,
.fixed-bar .button img {
	vertical-align: middle;
	margin-right: 8px;
}


#loading {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 3px solid #000;
	border-radius: 50%;
	border-top-color: #FFFF00;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
	position: absolute;
	top: 42%;
	left: 46%;
	z-index: -1;
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

.video-load {
	position: relative;
	z-index: 0;
}
.column-12.one {
	text-align: center;
}
.column-12.one img {
	width: 24%;
	display: inline-block;
	margin: 0 0 20px 0!important;

}



@media all and (-ms-high-contrast:none) {

	.purpose .info-box img,
	.purpose .info-box p {
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
	}

	.testimonials .info-box {
		display: inline-block;
	}

	.testimonials .text-box {
		height: auto;
	}


}
.facts .container {
    padding: 0 24px 0 24px;
    overflow: hidden;
}
.facts  {
	padding: 20px 0 40px 0;
}
.facts h2 {
    margin-bottom: 24px;
}
@media (min-width: 769px) {
	header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;

	}

	.hero {
		margin-top: 0px;
	}

	.hero .column-5.wrap {
		padding: 32px !important;
	}

	.hero #apliciraj {
		padding-top: 0 !important;
		overflow: visible;
		min-height: 500px;
	}

	.swiper-pagination-fraction {
		text-align: center !important;
		font-size: 16px;
		padding-left: 40px;
	}

	.container.desktop {
		display: block;
	}

	.main-menu.desktop .apply {
		font-weight: 600;
		font-size: 15px;
		line-height: 17px;
		letter-spacing: -0.01em;
		color: #FFFFFF;
		padding: 8px 14px;
		border-radius: 8px;
		margin-left: 16px;
		background-color: #000;
	}

	.main-menu.desktop .apply img {
		margin-left: 8px;
	}

	.logo {
		width: 140px;

	}

	.main-menu.desktop ul li {
		display: inline-block;
		margin-bottom: 0;
		margin-left: 16px;
	}

	.main-menu.desktop ul li a {
		font-weight: 500;
		font-size: 16px;
		line-height: 32px;
		letter-spacing: -0.01em;
		color: rgba(0, 0, 0, 0.7);

	}

	.main-menu.desktop ul li a:hover {
		text-decoration: underline;
	}

	.hero {
		display: block;
		overflow: hidden;
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 137, 0.4)), color-stop(70%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 1)));
		background: -o-linear-gradient(top, rgba(255, 255, 137, 0.4) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 1) 100%);
		background: linear-gradient(180deg, rgba(255, 255, 137, 0.4) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 1) 100%);
		padding: 16px 0 64px 0;
		position: relative;
	}

	.hero .container {
		overflow: hidden;
	}

	.hero h1 {
		font-weight: 600;
		font-size: 110px;
		line-height: 122px;
		letter-spacing: -0.02em;
		color: #000000;
	}

	.hero p.large {
		font-weight: 600;
		font-size: 40px;
		line-height: 40px;
		letter-spacing: -0.01em;
		color: #000000;
		width: 100%;
	}

	.hero p.large::after {
		background: url(images/underline-desktop.svg) no-repeat;
		content: "";
		bottom: -12px;
		left: 5%;
		width: 100%;
		height: 31px;
		position: absolute;
		z-index: -1;
		background-size: contain;
	}

	.hero .wrap {
		background: #FFFFFF;
		border: 0.5px solid #000000;
		border-radius: 16px;
	}

	.calculate {
		padding-bottom: 24px;
	}

	.hero .calculator {
		width: 312px;
		margin: 24px auto 0;
		background: transparent;
		padding: 0;
	}

	.calculator li {
		margin-bottom: 8px;
	}

	.hero .colored-button {
		width: 312px;
		margin: 32px auto 0;
	}

	.hero .consent-box {
		width: 312px;
		margin: 0 auto;
	}

	.hero .column-7 {
		position: relative;
	}

	.hero .column-7 img.mascot {
		position: absolute;
		right: -6%;
		top: 80%;
		width: 580px !important;
		max-width: 580px !important;
	}

	.hero .sign.desktop {
		opacity: 0.8;
		position: absolute;
		right: 2.85%;
		top: 8%;
		z-index: -1;
		width: 95%;
		display: block;

	}

	.hero .sign.mobile {
		display: none;
	}
	
    .why-choose-us .swiper {
  max-width: 1140px;
  margin: 0 auto;
	}

.modal-dialog {
	width: 50%;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0,20%);
    transform: translate(0,20%);
}
	.why-choose-us {
		background-color: #e9e9e9;
		padding: 96px 0;
	}

	
	.why-choose-us h2 {
		font-weight: 600;
		font-size: 64px;
		line-height: 71px;
		letter-spacing: -0.02em;
		margin-bottom: 64px;
	}
  .why-choose-us .swiper-wrapper, .about .swiper-wrapper {
	  flex-wrap: wrap;
	  transform: translate3d(0px, 0, 0) !important;
  }
	.why-choose-us .swiper-slide {
		width: 48%!important;
		margin: 1%!important;
		background-color: #fff;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		height: 100%;
		position: relative;
		-webkit-transition-property: -webkit-transform;
		transition-property: -webkit-transform;
		-o-transition-property: transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform;
		min-height: 350px;
	}

	.why-choose-us .swiper-slide:last-child {
		width: 98%!important;
		float: left;
		margin: 1% 2% 0 1%!important;
		background-color: #fff;
	}
	.why-choose-us .box-info {
		width: 100%;
	}
	.why-choose-us .swiper-pagination-fraction {
		display: none!important
	}
	.why-choose-us .box-info h3 {
		font-weight: 600;
		font-size: 32px;
		line-height: 42px;
		letter-spacing: -0.01em;
		margin-bottom: 24px;

	}
	.facts {
		padding: 96px 0 0 0;
	}
	.facts h2 {
		font-weight: 600;
		font-size: 64px;
		line-height: 71px;
		letter-spacing: -0.02em;
		margin-bottom: 64px;
	}
	.packages {
		background-color: #e9e9e9;
		padding: 0 0 96px 0;
	}

	.packages h2 {
		font-weight: 600;
		font-size: 64px;
		line-height: 71px;
		letter-spacing: -0.02em;
		margin-bottom: 64px;
	}

	.packages .box {
		width: 48%;
		margin: 1%;
		float: left;
		background-color: #fff;
	}

	.packages .center {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;

	}

	.packages .box.custom {
		position: relative;
		padding-top: 64px;
	}

	.packages .box.custom .button {
		position: absolute;
		bottom: 24px;
		right: 24px;
		left: 24px;
		width: auto;
	}

	.how-to-apply {
		padding: 96px 0;

	}

	.how-to-apply h2 {
		font-weight: 600;
		font-size: 64px;
		line-height: 71px;
		letter-spacing: -0.02em;
		margin-bottom: 64px;
		text-align: center;
	}

	.how-to-apply h3 {
		font-size: 30px;
		line-height: 36px;
	}

	.how-to-apply .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.how-to-apply iframe {
		height: 315px;
		margin: 0px 0 32px 0;
	}

	.how-to-apply .column-6:last-child {
		padding-left: 40px;
	}

	.play-youtube-video-prim {
		margin: 0px 0 32px 0;
	}

	.purpose {
		padding: 96px 0;
	}

	.purpose .info-box img {
		width: 100%;
		height: 340px;
	}

	.purpose .info-box p {
		font-size: 27px;
		line-height: 34px;
	}

	.purpose h2 {
		font-weight: 600;
		font-size: 64px;
		line-height: 71px;
		letter-spacing: -0.02em;
		margin-bottom: 64px;
		text-align: center;
	}

	.testimonials .swiper,
	.purpose .swiper,
	.why-choose-us .swiper {
		padding-left: 40px !important;
		padding-bottom: 32px !important;
	}

	.about .swiper {
		padding-bottom: 32px !important;
	}
	.about .swiper-slide {
		width: 31%!important;
		margin: 0 1%!important;
	}
	.testimonials .info-box img {
		width: 100%;
		height: 100%;
		max-height: 294px;
		min-height: 294px;

	}

	.testimonials {
		padding: 96px 0;
	}

	.testimonials h2 {
		font-weight: 600;
		font-size: 64px;
		line-height: 71px;
		letter-spacing: -0.02em;
		margin-bottom: 64px;
		text-align: center;
	}


	.conditions h2 {
		font-weight: 600;
		font-size: 64px;
		line-height: 71px;
		letter-spacing: -0.02em;
		margin-bottom: 64px;
		text-align: center;
	}

	.conditions {
		padding: 96px 0 72px 0;
	}
   .conditions ul {
	   overflow: hidden;
   }
	.conditions li img {
		width: 150px;
		height: 150px;
	}

	.conditions li span {
		width: 100%;
		font-size: 26px;
		line-height: 35px;

	}

	.conditions  li {
		width: 48%;
		float: left;
		margin: 1%;
	}
	.conditions li span:nth-child(odd) {
		text-align: left;
		padding-left: 20px;
	}
	.conditions li:nth-child(even) {
		flex-direction: row-reverse;
	}
	.conditions li span:nth-child(even) {
		text-align: left;
		padding-left: 20px;
	}
	.join {
		padding: 96px 0;
	}

	.join p {
		font-size: 48px;
		line-height: 66px;
		margin-bottom: 40px;
	}

	.join .button-dark {
		max-width: 312px;
		margin: 0 auto;
		width: 100%;
	}

	.about .row {
		overflow: hidden;
	}

	.about .center {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin: 64px 0;
		width: 100%;
	}


	.about .center p {
		font-size: 24px;
		line-height: 30px;
	}

	.about .center .name {
		font-size: 24px;
		line-height: 30px;
		margin-top: 16px;
		display: block;
	}

	.about .container {
		padding: 0;
	}

	.swiper-button-next {
		right: -5px !important;
		left: auto;
	}

	.swiper-button-prev {
		left: -5px !important;
		right: auto;
	}

	.swiper-button-next,
	.swiper-button-prev {
		color: #46EA41 !important;
	}

	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 30px !important;
	}

	.about h2 {
		font-weight: 600;
		font-size: 64px;
		line-height: 71px;
		letter-spacing: -0.02em;
		margin-bottom: 64px;
		text-align: center;
	}

	.about h3 {
		font-weight: 600;
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 24px;
		text-align: center;
	}
.about h3.desktop-title{
	width: 80%;
	margin: 56px auto 24px;
}
.about h3.margin {
	width: 70%;
	margin: 0 auto;
}
	.about {
		padding: 96px 0;
		background-color: #fff;
	}
	.about .swiper {
		padding-bottom: 32px !important;
		padding-top: 40px!important;
	}
	.about .swiper-slide img {
		width: 100%;

	}

	footer>.container {
		padding: 56px 24px 72px 24px;
	}

	footer .column-4 {
		width: 33.3% !important;
	}

	footer h4 {
		font-size: 17px;
		line-height: 29px;
	}

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

	.mySwiper-four.mobile,
	.mySwiper-five.moblie {
		display: none;
	}


	.swiper-wrapper {
		position: relative;
		width: 100%;
		height: 100%;
		z-index: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}

	.swiper-slide {
		height: auto !important;
	}

	.testimonials .swiper-slide,
	.purpose .swiper-slide {
		width: 28% !important;
	}
	}



@media all and (-ms-high-contrast:none) {

	.purpose .info-box img,
	.testimonials .info-box img {
		height: auto !important;
	}
}


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

	.purpose .info-box img {
		height: 530px;
	}
	
}


@media screen and (min-width: 2560px) {
	.purpose .info-box img {
		height: 600px;
	}
}


@media screen and (min-width: 1201px) {
	.navbar-area.mobile {
		display: none;
	}

	.main-menu.desktop {
		display: block;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		text-align: right;
	}

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

	.fixed-bar .colored-button,
	.fixed-bar .button {
		width: 25%;
	}

	.about .swipe {
		position: relative;
		padding: 0 30px;
		max-width: 1140px;
		margin: 0 auto;
	}

	.nav-toggler {
		display: none;
	}
	.modal-dialog {
		width: 40%;
		max-width: 500px;
	}
	.testimonials .info-box img {
		max-height: 400px;
		min-height: 400px;

	}
	.about p {
		font-size: 19px;
		line-height: 25px;
}
}
@media all and (-ms-high-contrast:none), only screen and (min-width : 1201px)  {
  .about .swiper-slide {
    width: 31%;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
	.hero {
		padding-top: 80px;
	}

	.hero #apliciraj {
		padding-top: 32px !important;
	}

	.hero h1 {
		margin-top: 16px;
		font-size: 95px;
		line-height: 105px;
	}

}


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

	.nav-toggler {
		border: none;
		display: block;
		background-color: transparent;
		cursor: pointer;
		height: 80px;
		float: right;
		border-left: 1px solid #000;
		padding: 0 4px 0 24px;
	}

	.navbar-area.mobile {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		text-align: right;
	}

	.nav-toggler span,
	.nav-toggler span:before,
	.nav-toggler span:after {
		width: 24px;
		height: 2px;
		background-color: #000;
		display: block;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.nav-toggler span:before {
		content: '';
		-webkit-transform: translateY(-6px);
		    -ms-transform: translateY(-6px);
		        transform: translateY(-6px);
	}

	.nav-toggler span:after {
		content: '';
		-webkit-transform: translateY(4px);
		    -ms-transform: translateY(4px);
		        transform: translateY(4px);
	}

	.nav-toggler.toggler-open span {
		background-color: transparent;
	}

	.nav-toggler.toggler-open span:before {
		-webkit-transform: translateY(0px) rotate(45deg);
		    -ms-transform: translateY(0px) rotate(45deg);
		        transform: translateY(0px) rotate(45deg);
	}

	.nav-toggler.toggler-open span:after {
		-webkit-transform: translateY(-2px) rotate(-45deg);
		    -ms-transform: translateY(-2px) rotate(-45deg);
		        transform: translateY(-2px) rotate(-45deg);
	}

	header {
		height: 80px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		position: fixed;
		top: 0;
		width: 100%;
		background: #fff;
		z-index: 9999;
	}

	.site-navbar ul {
		position: fixed;
		bottom: 0;
		width: 100%;
		height: calc(100vh -80px);
		left: 0;
		top: 80px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		background-color: rgb(255, 255, 255, 1);
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
		z-index: 9999;
		padding: 0 24px;
	}

	.site-navbar ul li:first-child {
		padding-top: 16px;
	}

	.site-navbar ul li {
		width: 100%;
		text-align: left;
	}

	.site-navbar ul li a {
		font-weight: 600;
		font-size: 24px;
		line-height: 48px;
		letter-spacing: -0.01em;
		color: #000000;
	}

	.site-navbar ul li a:hover {
		background-color: rgba(255, 255, 255, .1);
	}

	.site-navbar ul.open {
		max-height: 100%;
		overflow: visible;
		background-color: #fff;
	}

	.recommend-box {
		position: absolute;
		bottom: 24px;
		text-align: center;
		width: 100%;
		right: 0;
		left: 0;
		padding: 0 24px;
	}

	.recommend-box p {
		font-weight: 400;
		font-size: 20px;
		line-height: 28px;
		text-align: center;
		letter-spacing: -0.01em;
		color: #000000;
		margin-bottom: 16px;
	}

	.recommend-box .colored-button {
		margin: 0 auto;
		max-width: 312px;
		width: 100%;
	}

}
@media(min-width: 768px) and (max-width: 1023px) {
	.purpose .swiper-slide, .testimonials .swiper-slide {
		width: 38% !important;
	}
	span.izdati-krediti {
		font-size: 75px!important;
		display: block;
		text-align: center;
		margin-bottom: 80px;
	}
}
@media (max-width: 768px) {
	.about .swiper-slide {
		background: transparent;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 85% !important;
	}
.about img {
	max-height: 280px;
	object-fit: cover;
}
	.swiper-wrapper {
		position: relative;
		width: 100%;
		height: 100%;
		z-index: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}

	.swiper-slide {
		width: 75% !important;
		height: auto !important;
	}

	.testimonials .swiper,
	.purpose .swiper,
	.why-choose-us .swiper {
		padding-left: 24px !important;
		padding-bottom: 24px !important;
	}
	.about .swiper {
		padding-left: 24px !important;
		padding-bottom: 16px !important;
	}

}


@media (min-width: 500px) and (max-width: 768px) {
	.hero .mascot {
		position: absolute;
		right: 20%;
		top: 135px;
		z-index: 999;
		max-width: 260px !important;
	}

	.about .swiper-slide {
		width: 60% !important;
	}

	footer img.sign {
		position: absolute;
		right: -62px;
		bottom: 82px;
	}
	.testimonials .info-box img {
		max-height: 300px;
		min-height: 300px;
	}
}
@media (min-width: 500px) and (max-width: 767px) {
	.purpose .info-box img {
		width: 100%;
		height: 435px;
}
}
@media (min-width: 820px) and (max-width: 1024px) {
	.hero h1 {
		font-size: 80px;
		line-height: 95px;
	}

	.hero p.large {
		font-size: 33px;
		line-height: 36px;
	}

	.hero .column-7 img.mascot {
		top: 80%;
		width: 450px !important;
		max-width: 450px !important;
	}

	.why-choose-us.desktop .box-info {
		min-height: 370px;
	}

	.hero .column-7,
	.hero .column-5 {
		width: 50% !important;
	}

	footer .column-4 {
		width: 50% !important;
		float: left;
		margin-bottom: 32px !important;
	}
}

@media (min-width: 650px) and (max-width: 768px) {
	.hero .sign.mobile {
		width: 360px;
	}

	.play-youtube-video-prim {
		margin: 32px 0;
		width: 100%;
	}

	.how-to-apply iframe {
		margin: 16px 0 32px 0;
		width: 100%;
		height: 370px;
	}
}
@media (max-width: 649px) {
	.column-12.one img {
		width: 49%;
	}
}

@media (max-width: 375px) {

	h2,
	h2 a {
		font-size: 33px;
		line-height: 43px;
	}

	h3,
	h3 a {
		font-size: 22px;
		line-height: 26px;
	}

	.hero h1 {
		font-size: 42px;
		line-height: 45px;
	}

	.hero p.large {
		font-size: 21px;
		line-height: 23px;
	}

	.colored-button {
		padding: 24px 10px;
	}

	.how-to-apply li .number {
		width: 15%;
	}

	.site-navbar ul li {
		margin-bottom: 10px;
	}

	.site-navbar ul li a {
		font-weight: 600;
		font-size: 20px;
		line-height: 29px;
	}

	.recommend-box .colored-button {
		padding: 16px 10px;
	}


}


@media (max-width: 320px) {

	h2,
	h2 a {
		font-size: 33px;
		line-height: 43px;
	}

	h3,
	h3 a {
		font-size: 22px;
		line-height: 26px;
	}

	.hero h1 {
		font-size: 42px;
		line-height: 45px;
	}

	.hero p.large {
		font-size: 21px;
		line-height: 23px;
	}

	.hero .mascot {
		top: 148px;
		max-width: 188px;
	}

	.colored-button {
		padding: 24px 10px;
	}

	.how-to-apply li .number {
		width: 15%;
	}

	.site-navbar ul li {
		margin-bottom: 10px;
	}

	.site-navbar ul li a {
		font-weight: 600;
		font-size: 20px;
		line-height: 25px;
	}

	.recommend-box p {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 8px;
	}

	.recommend-box .colored-button {
		padding: 14px 10px;
	}


}
