html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none !important
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.8;
	color: #442c58
}


a {
	color: #5f2f7e;
	text-decoration: none
}

a:hover {
	color: #774399;
}

table {
	width: 100%
}

table, table * {
	font-family: inherit !important
}

table th, table td {
	text-align: center
}

table th {
	word-break: break-all
}

/* ALERTS */

.fixed-alert {
	position: fixed;
    left: 1vw;
    top: 1vw;
    width: 280px;
    z-index: 100;
    font-size: 0.8rem
}

.fixed-alert ul {
	margin: 10px 20px;
}

.fixed-alert ul li {
	margin-bottom: 10px;
}


.alert {
	border-radius: 0;
	border: none;
}

.chevron > span{
    top: 14px;
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
}

.chevron > * {
	position: relative;
	z-index: 3;
}
	
.chevron {
  height: 30px;
  position: relative;
  margin: -16px -16px 40px;
  text-align: center
}
.chevron:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  height: 100%;
  width: 50%;
  -webkit-transform: skew(0deg, 6deg);
  -moz-transform: skew(0deg, 6deg);
  -ms-transform: skew(0deg, 6deg);
  -o-transform: skew(0deg, 6deg);
  transform: skew(0deg, 6deg);
  z-index: 2
}
.chevron:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 0;
  height: 100%;
  width: 50%;
  -webkit-transform: skew(0deg, -6deg);
  -moz-transform: skew(0deg, -6deg);
  -ms-transform: skew(0deg, -6deg);
  -o-transform: skew(0deg, -6deg);
  transform: skew(0deg, -6deg);
  z-index: 2
}

.chevron.success, .chevron.success:after, .chevron.success:before {
	background-color: #72B55F;
	z-index: 2
}

.chevron.error, .chevron.error:after, .chevron.error:before {
	background-color: #9D0B0E;
	z-index: 2;
}


.chevron.list, .chevron.list:before, .chevron.list:after {
	background-color: #F5F6F7;
	z-index: 1
}
	
.chevron.list {
	margin-top: -30px;
    padding-top: 25px;
    height: auto;
    text-align: left
}

.chevron.list * {
	color: #888888
}
	
	
.alert {
	background-color: #fff;
	box-shadow: 0px 30px 30px #33333388;
}

.alert-footer {
	text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    color: #333333;
    cursor: pointer;
    padding: 5px 0
}


/* COMMON */

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

h1, h2, h3, h4, h5, h6 {
	line-height: 1.8;
	font-weight: 600;
	color: #5f2f7e /* #442855 */;
}

strong {
	font-weight: 600
}

.h5, h5 {
    font-size: 16px;
    font-weight: 400 !important;
}

.subtitle {
	color: #818181
}

.small {
	font-size: 12px;	
}

.color-muted {
	color: #999
}

.container-middle {
	width: 100%;
	margin: 0 auto;
	max-width: 1024px;
	padding: 0 15px;
}


.bg-color-1 {
	background-color: #351a47;
	background: -moz-linear-gradient(90deg, #351a47 0%, #440070 100%);
	background: -webkit-linear-gradient(90deg, #351a47 0%, #440070 100%);
	background: linear-gradient(90deg, #351a47 0%, #440070 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#351a47",endColorstr="#440070",GradientType=1);
}

.warning-bg {
	background: #FFD645;
}

.primary-bg {
	background-color: #643085;
	color: #fff;
}

.section {
	padding: 30px 0;
}

.huge-padding {
	padding: 60px 0;	
}

.content p {
	margin-bottom: 15px;
}

/* INPUTS */

input[type="text"], input[type="search"], input[type="password"], input[type="email"],input[type="number"], select, textarea{
	border-radius: 50px !important;
	border: 2px solid #bdbdbd !important;
	outline: none !important;
    padding: 0 !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	height: 40px;
    line-height: 40px;
    width: 100%;
    background-color: #fff;
    box-shadow: none !important;
}

input[type="text"].input-sm {	 
	border: 1px solid #ddd !important;
	height: 33px !important;
	line-height: 33px !important;
}

textarea {
	height: auto;
	border-radius: 15px !important;
	line-height: 1.6;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

select {
	height: 36px;
	line-height: 36px
}

.input-grp {
	position: relative;
}

.input-grp button {
	position: absolute;
	height: 27px;
	line-height: 27px;
	padding-left: 5px;
	padding-right: 5px;
	right: 3px;
	top:3px;
    border: none;
    font-size: 12px;
    color: #643085;
    background-color: #FFC700;
    border-radius: 50px
}


/* HEADER */

.languages {
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 5px
}

.languages a{
/* 	display: inline !important; */
    padding-right: 0 !important;
}

.languages a.active {
	font-weight: 700
}

header {
	padding: 10px 0
}

header form {
	margin-left: 30px;
	margin-right: 30px;
}

header form input[type="text"] {
	border-color: #D0D0D0 !important
}

header form button {
    position: absolute;
    right: 2px;
    top:1px;
    background-color: transparent;
    border: none;
    transform: scale(0.9);
    padding: 0
}

header form button .icon {
	background-color: #FFC700 !important;
	font-size: 18px !important;
}

.secondary-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}

.secondary-menu li {
	display: inline-block
}

.secondary-menu a {
	white-space: nowrap
}

.secondary-menu a, footer .contact-address a {
	text-decoration: none;
	color: #643085;
	font-weight: 600;
	display: block;
	padding-right: 10px;	
}

.secondary-menu .icon, .circle-icon{
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #643085;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	border-radius: 50px;
	/* padding-top: 7px; */
}

.secondary-menu .info {
	margin-left: 5px;
	font-size: 14px;
}

/* SLIDER */

.slide-container {
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
}

.slide-container a {
	height: 100%;
	text-indent: -9999px;
	display: block
}

.carousel-indicators {
	left: auto;
	right: 30px;
	margin-right: 0
}

.carousel-indicators [data-bs-target] {
	width: 15px;
	height: 15px;
	border: 1px solid #643085;
	background-color: transparent;
	border-radius: 50px;	
}

.carousel-indicators .active {
	background-color: #643085;
}

/* NAV */

nav .nav-link, nav a {
	padding-left: 15px !important;
	padding-right: 15px !important;	
	font-size: 14px;
	color: #6E6E6E;
}

.dropdown-menu {
	border-radius: 10px;
}

.dropdown-menu a {
	white-space: nowrap
}

/* BUTTONS */

.btn {
	border-radius: 50px;
	font-size: 14px;
	padding-left: 30px;
	padding-right: 30px;
}

.btn-primary {
	background-color: #643085;
	border-color: #643085;
	transition: all 0.2s ease-in-out;
	box-shadow: none !important;
	outline: none !important
}

.btn-lg {
	font-weight: 700;
    text-transform: uppercase;
    height: 50px;
    padding: 13px 40px;
}

.btn-full {
	display: block;
	margin-bottom: 30px
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background-color: #643085;
	border-color: #643085;
	opacity: 0.8;
}

.btn-secondary {
	color: #643085 !important;
	background-color: #FFC700 !important;
	border-color: #FFC700 !important
}

.btn-secondary:hover {
	opacity: 0.9
}

.btn-danger {
	background-color: #D90000	
}
	


.btn-primary-gradient, nav .nav-link.active, .btn-gradient, .navbar-nav > li.nav-item:first-child a {
	border-radius: 50px;
	background: linear-gradient(274.07deg, #FF007A -4.95%, #A300DC 106.14%);	
	color: #fff !important;
}

.nav-btn {
	background-color: #643085;
	color: #fff !important;
	border-radius: 50px;
}

.btn-call-to-action {
	max-width: 400px;
	font-size: 1.6rem;
	font-weight: 600;
	padding-left: 60px;
	padding-right: 60px;
	text-align: center;
	color: #fff !important;
	background-color: #F31111
}

/* CONTENT */

section.hero {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 40vh;
	position: relative;
	margin-bottom: 30px
}

section.hero-low {
	height: 20vh
}

section.hero:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
	z-index: 0
}

section.hero .container {
	position: relative;
	z-index: 1
}

section.hero h1 {
	color: #fff;
}

.nav-link:focus, .nav-link:hover {
	color: #643085
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #643085;
	color: #fff !important
}

.map-iframe {
	position: relative;
	padding-bottom: 66%;
}

.map-iframe  iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.map-iframe:before {
	content: "";
	position: absolute;
	z-index: 40;
	left: 0;
	right: 0;
	top:0;
	height: 55px;
	background-color: #fff;
}

.section-title {
	color: #442D57;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	padding: 30px 15px;	
	padding-bottom: 5px;
}

.section-subtitle {
	color: #6E6E6E;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	margin-top: -15px;
	margin-bottom: 60px;
	max-width: 960px;
}

/* CALCULATOR */

.calculator .item {
	border-radius: 10px;
	padding: 15px;
	height: 90px;
	margin-bottom: 30px;
}

.calculator .item a {
	position: relative;
	display: block;
	height: 100%;
	line-height: 58px;
	font-weight: 600;
	font-size: 20px;
}

.calculator .item img{
    position: absolute;
    height: 110%;
    width: auto;
    right: -9px;
    top: -2px;
}

.calculator .item a{
	color: #fff;
	text-decoration: none;
}

.calculator .item a span {
	max-width: 60%;
	display: block;
}

.calculator .item-1 {
	background: linear-gradient(101.56deg, #A40E0E 3.12%, #CC0C0C 92.68%);
}
.calculator .item-2 {
	background: linear-gradient(101.56deg, #EFBE0E 3.12%, #FBD03B 92.68%);
}
.calculator .item-3 {
	background: linear-gradient(100.17deg, #D7D7D7 7.13%, #E2E2E2 93.62%);
}
.calculator .item-4 {
	background: linear-gradient(100.02deg, #3B0F57 9.4%, #5A1884 90.72%);
}

.calculator .item-5 {
	background: linear-gradient(101.56deg, #0e7fa4 3.12%, #3fd5a8 92.68%);
}

.calculation-title{
	color: #442D57
}

.expected-sum h4{
	line-height: 1.3
}

.expected-sum h3 {
	color: #333;
	font-weight: 400;
	text-align: center
}

.pricePerGramm {
    text-align: center;
}

.pricePerGramm.selected{
	font-weight: 600;
    color: #442d57 /* #351a47 */;
	font-size: 28px;
}

section .container.description {
	position: relative;
}

section.contact-us {
	background-color: #FCFCFC;
	padding-top: 60px
}

section.contact-us .container {
	position: relative
}

section.contact-us .support-img{
	position: absolute;
	bottom: -48px;
	left: 0;
	width: 32% !important;
}


section .container.description:before {
	content: "";
	position: absolute;
	display: block;
	right: 50%;
	width: 3px;
	background-color: #7100ad;
	top: 50px;
	bottom: 60px;
	margin-right: 1px;
}






section .container.description:after {
	content: ""
}

.border-1 {
	border: 2px solid #ffc107 !important;
    border-radius: 50px;
    display: block;
    width: 75px;
    height: 75px;
    color: #643085;
    font-size: 40px;
    font-weight: 600;
    position: absolute;
    text-align: center;
    background-color: #fff;
    right: -35px;  
    top: 23px; 
    line-height: 1.7
}

.border-2 {
	right: auto;
	left: -40px;
}



section.contact-us .support-img{
	width: 100%;
	height: auto
}


.social-items {
    margin-top: 5px;
	
}

.social-items ul {
	margin-left: 0;
	padding-left: 0
}

.social-items li {
	display: inline-block;
	line-height: 30px;
	margin-right: 10px;
}

.bg-circle-1 {
    display: inline-block;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-right: 5px;
    color: #fff;
    line-height: 32px;
	padding-top: 8px;
}

.viber-bg {
	background-color: #7F4DA0;	
}


/*
.bg-color-1 {
	background-color: #351a47;
	background: -moz-linear-gradient(90deg, #351a47 0%, #440070 100%);
	background: -webkit-linear-gradient(90deg, #351a47 0%, #440070 100%);
	background: linear-gradient(90deg, #351a47 0%, #440070 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#351a47",endColorstr="#440070",GradientType=1);
}


.bg-color-1 i {
	color: #fff;
}

.bg-color-1 {
	background-color: #442e58;
}


.bg-color-1 i {
	color: #fff;
	padding-top: 4px;
}

.icon-size {
	font-size: 14px !important;
}
*/

/* FOOTER */

footer {
	margin-top: 60px
}

footer .nav-link{
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}

footer .contact-address a {
	display: inline-block;
	margin-bottom: 15px;
}

footer nav {
	border-right: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
/*
	padding-left: 30px !important;
	padding-right: 30px !important;
*/
}

footer .click-image {
	position: absolute;
    right: -15px;
    bottom: -15px;
    width: 35px;
}

.copyrights {
	background-color: #201029;
	color: #D0D0D0;
	font-size: 12px;
	padding: 5px;
}




/* REVIEWS */

.review-item {
	border-bottom: 2px solid #ededed;
	padding-bottom: 30px;	
}
.review-item .item-content {
	font-size: 0.9rem
}
/*---------- star rating ----------*/
.star-rating, .back-stars, .front-stars {
  display: flex;
}

.star-rating {
  align-items: center;
  font-size: 1rem;
  justify-content: left;
}

.back-stars {
  color: #d6d6d6;
  position: relative;
}

.front-stars {
  color: #FFBC0B;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: all 0.5s;
}

/* PAGINATION */

.pagination .page-item:first-child, .pagination .page-item:last-child {
	display: none
}

.pagination .page-item .page-link {
	border-color: #5f2e7e;
	color: #5f2e7e;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    padding: 0 !important;
    border-radius: 50%;
    font-weight: 700;
    margin: 0;
    margin-right: 10px;
    outline: none !important;
    box-shadow: none !important
}

.pagination .page-item:hover .page-link {
	background-color: rgba(95, 46, 126, 0.1)
}

.pagination .page-item.active .page-link {
	color: #fff;
	background-color: #5f2e7e;
}

/* CHAT */


@media (min-width:1200px) and (max-width:1399px){
	header form {
		width: 120px;
	}
	
	nav .nav-link, nav a {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

@media (min-width:992px) and (max-width:1199px){
	
	header form {
		width: 100px;
	}
	
	.secondary-menu a {
		padding-right: 2px
	}
	
	.secondary-menu .info {
		font-size: 12px;
	}
	
	nav .nav-link, nav a {
		font-size: 12px !important;
		padding-left: 7px !important;
		padding-right: 7px !important;
	}
	
}

.navbar-toggler {
	color: #fff;
	outline: none !important;
	box-shadow: none !important;
	display: none;
}


/* MAP */

.select-wrapper {
	border: 2px solid #bdbdbd !important;
	border-radius: 50px;	
	padding-right: 15px;
	background-color: #fff
}

.select-wrapper select {
	border: none !important;
}

/* RADIO BUTTONS */

label {
	color: #5f2f7e;
	
}

label.radio{
	font-size: 14px
}

label.radio input{
	margin-right: 5px;
	
}

input[type='radio'] {
	position: relative	
}

input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0;
    left: -1px;
    position: absolute;
    background-color: #f9f9f9;
    content: '';
    visibility: visible;
    border: 2px solid #56356a;
}

input[type='radio']:checked:after, input[type='radio']:checked:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0;
    left: -1px;
    background-color: #56356a;
    visibility: visible;
}

input[type='radio']:checked:after {
	width: 11px;
    height: 11px;
    border-radius: 11px;
    top: 2px;
    background-color: transparent;
    border-color: #fff;
    border-width: 2px;
    left: 1px; 
}



@media (max-width:991px){
	
	.navbar-toggler {
		display: block
	}
	
	.menu .dropdown-menu {
		margin-bottom: 5px;
	}
	
	.secondary-menu-col {
		padding-left: 0
	}
	
	.languages a {
		color: #fff !important;
	}
	
	header form {
		margin-left: 5px;
		margin-right: 10px;
	}
	
	footer nav {
		border: none;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	footer .contact-address a {
		padding-right: 5px
	}
	
	.section-title {
		font-size: 22px;
		line-height: 1.2;
	}
	
	.navbar-nav > .nav-item > a:not(.nav-btn) {
		color: #d1d1d1 !important;
	}
	
	.nav-btn {
		color: #643085 !important;
		background-color: #FFC700 !important;
		margin-top: 10px
	}
	
	header .menu {
		padding-top: 10px;
		padding-left: 0;
	}
	
	.secondary-menu a {
		padding-right: 0
	}
	
	.secondary-menu .icon {
		background-color: transparent
	}
	
	header .secondary-menu .info, .secondary-menu .social-link {
		display: none
	}
	
	header .navbar-nav{
		padding: 30px;
		padding-bottom: 10px;
	}
	
	header nav {
		margin-left: -36%;
	}
	
	header .logo img  {
		width: 210px;
		margin-top: 3px;
	}
	
	header {
		background-color: #636
	}
	
	section .container.description:before {
		left: 45px;
		right: auto;
		bottom: 110px;
	}
	
	section .container.description .row > div {
		padding-left: 90px;
	}
	
	section .container.description .row > div *:not(.border-1) {
		text-align: left !important;
	}
	
	.border-1 {
		width: 55px;
		height: 55px;
		left: 20px;
		right: auto;
	    top: -6px;
	    line-height: 51px;
	    font-size: 30px;
	}
	
	.btn-call-to-action {
		font-size: 1.2rem
	}	
		
	.logo img {
		max-width: 300px;
	}
	
	footer .partner img{
		max-width: 240px;
	}
	
	footer .contact-address{
		text-align: left
	}
	
	footer {
		text-align: center
	}
	
}

@media (max-width:767px){
	section.contact-us .support-img {
		display: none
	}
	
	section.hero-low, .hero-4, .hero-6 {
		height: 10vh !important
	}
	
	section.hero h1 {
		line-height: 1.1
	}
	
}

@media(max-width:467px){
	
	table {
		width: 620px;
	}
	
	.calculator .item a {
		font-size: 14px;
	}
	
	.calculator .item img {
	    height: 90%;
	    top: 5px;
	}
	
	.carousel-indicators {
		right: 50%;
		bottom: -45px;
		transform: translateX(50%);
	}
	
	.carousel-indicators [data-bs-target] {
		margin-right: 10px;
	}
	
}