@font-face {
	font-family: 'Benzin-Bold';
	src: url('./fonts/benzin-bold.eot'); /* IE 9 Compatibility Mode */
	src: url('./fonts/benzin-bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('./fonts/benzin-bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('./fonts/benzin-bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('./fonts/benzin-bold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('./fonts/benzin-bold.svg#benzin-bold') format('svg'); /* Chrome < 4, Legacy iOS */
}

* {

}
body {
	background: #FFFFFF;
	background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(220, 219, 250, 0.75) 100%);
	background-size: 100% 65%;
	background-repeat:no-repeat;
	min-height:750px;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
}



.header, .footer {
	font-weight: 500;
	white-space: nowrap;
}

.footer {
	font-weight: 500;
	background:#3E384C;
	min-height:130px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	color: rgba(255, 255, 255, 0.5);
	color:#ffffff;
}

.footer a {
    color: #ffffff;
}

.footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.logo {
	width:160px;
}

.page-content {
	/*max-width:1115px !important;*/
	/*min-width:1114px !important;*/
}

.container {
    max-width: 1400px;
}


a {
    color: #3E384C;
}

a:hover {
    color: #6B50A0;
    text-decoration: underline;
}

h1 {
	color:#6B50A0;
	text-transform: none;
	font-weight: 700;
}

h2 {
	font-size:32px;
}

h3 {
	font-size:24px;
}

.social {
    margin: 0px 7px 0px 7px;
}



.swiper {
  width: 100%;
  height: 510px;
}

.swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
	  object-fit: cover;
    }
	
.swiper-slide img {
      display: block;
      width: 100%;
    }
	
.calculators {
    position: relative;
    width: 450px;
    margin: -80px 0px 0px 0px;
    float: right;
}	

.form-contact {
	background:transparent;
	border:2px solid #ffffff;
	border-radius:25px;
	height:40px;
	color:#ffffff;
	padding:0px 0px 0px 10px;	
}

.form-contact:focus {
	background:transparent;
	border:2px solid #ffffff;
	outline: none;
}

.form-button {
    background: #4819a5;
	/*background: radial-gradient(circle,rgba(147, 104, 232, 1) 0%, rgba(72, 25, 165, 1) 100%);*/
    border-radius: 25px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border: 0px;
    transition: all 0.3s;
	padding: 0px 20px 0px 20px;
	height:40px;	
}
.form-button:focus {
	outline: 2px solid #ffffff;
}
.form-button:hover {
    background: #5d35ac;
    border-radius: 25px;
    color: #ffffff;
    transition: all 0.3s;
	cursor:pointer;
}
.form-contact::placeholder {
  color: #ffffff;
  font-size:15px;
  padding:0px 0px 0px 10px;
}


.reels {
	color:#9368E8;
	font-weight:700;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 70px);
    right: auto;
}

.swiper-button-next:active, .swiper-button-prev:active {
    opacity:0.5;
}

.promoblock {
	background:#ffffff;
	border-radius:15px;
	height:320px;
	box-shadow: 12px 12px 43px 10px rgba(110, 110, 110, 0.15);
	width: 100%;
}

.subpromoblock {
	background:#ffffff;
	border-radius:15px;
	box-shadow: 12px 12px 43px 10px rgba(110, 110, 110, 0.15);
	width: 100%;
}

.promo .row  {
	margin-right: -3px;
    margin-left: -3px;	
	min-height:320px;
}

.subpromo .row  {
	margin-right: -3px;
    margin-left: -3px;	

}

.promoblock .icons {
	width:48px;
	margin:0px 0px 15px 0px;
}

.card-body {
position: relative;
font-size:16px;
font-weight:500;
}

.card-button {
position: absolute; 
bottom: 0;
margin-left: -12px;
}


.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 2px solid rgba(0, 0, 0, .125);
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px;
    border-radius: .25rem;
}


.faq-section .mb-0 > a {
  display: block;
  position: relative;
	font-family: 'Benzin-Bold';
	text-transform: uppercase;
	font-size:20px;
	font-weight:800;
	color:#3E384C;
}

.faq-section .mb-0 > a:after {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
	transition: all 0.3s;	  
}

.faq-section .mb-0 > a[aria-expanded="true"]:after {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
	transition: all 0.3s;	  
}



.description {
color:#3E384C;
font-size:10px;
line-height:13px;

}
.title {
	font-size:16px;
	font-weight:800;
	line-height:18px;
	margin:0px 0px 10px 0px;	
}

.maintitle {
	font-family: 'Benzin-Bold';
	text-transform: uppercase;
	font-size:20px;
	font-weight:800;
	color:#9368E8;
	line-height:23px;
	margin:15px 0px 10px 0px;
}

.subtitle {
	font-size:12px;
	font-weight:700;
	margin:0px 0px 10px 0px;	

}

.slogan-back {
	position:relative;
    margin-left: 7px;
}

.slogan {
	font-size:18px;
	line-height:36px;
}

.slogan strong {
	font-weight:900;
}

.white {
	color:#ffffff;
	display:inline-block;
}

.calculate-block {
	min-height:200px;
	width:100%;
	background:#9368E8;
	border-radius:15px;
	padding:25px;
}

.bottom-align-text {

	position: absolute;
    bottom: 0;
  }

.getprice {
	background:#ffffff;
	padding:10px 15px 10px 15px;
	border-radius:25px;
	color:#9368E8;
	font-size:16px;
	font-weight:700;
	border:2px solid #9368E8;
	transition: all 0.3s;
}

.getprice:hover {
	background:#9368E8;
	color:#ffffff;
	border:2px solid #9368E8;
	transition: all 0.3s;	
	cursor:pointer;
}

.getprice:focus {
	background:#9368E8;
	outline: 5px auto #9368E8;
	color:#ffffff;
	transition: all 0.3s;	
}


.call-me {
	background:#9368E8;
	padding:15px 15px 15px 15px;
	border-radius:25px;
	color:#ffffff;
	font-size:16px;
	font-weight:700;
	border:0px;
	transition: all 0.3s;
	margin:0px 30px 0px 0px;
}


.footer .call-me {
	background:#FFFFFF;
	padding:15px 15px 15px 15px;
	border-radius:25px;
	color:#9368E8;
	font-size:16px;
	font-weight:700;
	border:0px;
	transition: all 0.3s;
	margin:0px 30px 0px 0px;
}

.call-me:hover {
    background: #6b50a0;
	color:#ffffff;
    border: 0;
    text-decoration: none;
	cursor:pointer;
}
.call-me:active { 
    background-color: #9368E8;
	border: 0;
	outline: 0;
} 
.call-me:focus { 
	border: 0;
	outline: 0;
}
.call-me-phone {
	background: linear-gradient(180deg, rgba(146,120,197,1) 0%, rgba(107,80,160,1) 100%);	
	padding:15px 20px 15px 20px;
	border-radius:25px;
	color:#ffffff;
	font-size:24px;
	font-weight:700;
	border:0px;
	transition: all 0.3s;
	opacity:1.0;
}
.call-me-phone:hover {
	background: linear-gradient(180deg, rgba(146,120,197,1) 0%, rgba(107,80,160,1) 100%);	
	color:#ffffff;
    border: 0;
    text-decoration: none;
	cursor:pointer;
	opacity:1.0;
}
.call-me-phone:active { 
    background-color: #ffffff;
	border: 0;
	outline: 0;
} 


.call-me-phone:focus { 
	border: 0;
	outline: 0;
}

.form-wrapper {
    box-sizing: border-box;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(251, 251, 251, 0.2);
    padding: 30px;
    border-radius: 5px;
}

.contact-form {
    box-sizing: border-box;
    width: 100%;
    background: #fff;

}

.contact-form__title {
    box-sizing: border-box;
    padding: 15px 0px 0px 15px;
    width: 100%;
    line-height: 1.5;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
	font-size: 28px;
	color:#6B50A0;
}

.contact-form__description {
    display: none;
    text-align: center;
    font-size: 18px;
}

.contact-form-calculate-description {
color:#ffffff;	
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.contact-form__input-wrapper, .contact-form__input-wrapper_modal {
    margin-bottom: 20px;
}

.contact-form__input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    background: #fbfbfb;
    border-radius: 5px;
    font-size: 16px;
}

.contact-form__error {
    font-size: 14px;
	color:#6B50A0;
}

.calculate-block .contact-form__error {
    font-size: 14px;
	color:#ffffff;
}

.contact-form__button, .contact-form__button_modal {
    background: #6B50A0;
    width: 100%;
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
	background: linear-gradient(180deg, rgba(146,120,197,1) 0%, rgba(107,80,160,1) 100%);	
	padding:15px 20px 15px 20px;
	border-radius:25px;
	color:#ffffff;
	font-size:20px;
	font-weight:700;
	transition: all 0.3s;
	opacity:1.0;	
}

.contact-form__button:focus { 
	border: 0;
	outline: 0;
}

.contact-form__button:hover {
	transition: all 0.3s;
    opacity:0.9;
}

.modal-content {
	border-radius:30px;
}











/* Adaptive start */
@media (max-width: 575.98px) {
.calculators {
display:none;
}
.logo {
	width:85%;
}

.slogan {
display:none;	
}
.calculate-block {
	text-align:center;
}


.footer {
    min-height: 230px;
	text-align:center;
}
.slogan {
    font-size: 13px;
    line-height: 15px;
}
}

@media (min-width: 576px) and (max-width: 767.98px) {
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.header {
	font-size: 14px;
}

.slogan {
    font-size: 15px;
    line-height: 36px;
}
.calculators {
    width: 450px;
    margin: -60px 0px 0px 60px;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.header {
	font-size: 15px;
}
.slogan {
    font-size: 17px;
    line-height: 36px;
}
.call-me {
    padding: 13px;
    font-size: 16px;
    transition: all 0.3s;
    margin: 0px 30px 0px 0px;
}
.calculators {
    width: 450px;
    margin: -80px 0px 0px 0px;
}
}


@media (min-width: 1200px) and (max-width: 1399.98px) {
}

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

}
/**************** Adaptive end ***************/
