body {
	font-family: Raleway, Helvetica, Arial, sans-serif;
	counter-reset: item1;
	counter-reset: item2;
}

.mywrapper a {
	transition: all 0.2s;
	color: #0099c9;
}

.mywrapper a:hover {
	transition: all 0.2s;
	text-decoration: none;
	color: #025d79;
}

.topbar {
	padding: 20px 20px;
	border-bottom: 1px solid #ccc
}

.logo img {
	height: 40px;
	width: auto;
}

.topnav {
	margin: 0;
	padding: 9px 0;
}

.topnav li {
	display: inline-block;
}

.topnav li a {
	color: #777 !important;
	font-weight: 800;
	text-transform: uppercase;
	padding: 11px 11px;
	font-size: 0.9rem;
}

.topbar li a .fa {
	font-size: 12px;
	position: relative;
	bottom: 1px;
	margin-left: 4px;
}

.topnav li.nav-path-selected a {
	color: #000 !important;
}

.topnav li a:hover,
.topnav li a:focus,
.topnav li a:active
{
	text-decoration: none;
	background-color: #eee;
	cursor: pointer;
}



.topnav li.nav-path-selected>a:hover {
	background-color: #fff;
	color: #50bbb8;
}

.topnav .dropdown-item {
	text-transform: none;
	font-weight: normal;
	color: #333 !important;
	padding: 5px 15px;
	
}

.topnav .dropdown.show #dropdownMenuButton {
	background-color: #eee;
}

@media screen and (min-width: 768px) {
	.topnav .dropdown.show #dropdownMenuButton {
		border-radius: 99px;
	}

	.topnav li a:hover,
	.topnav li a:focus,
	.topnav li a:active
	{
		text-decoration: none;
		background-color: #eee;
		cursor: pointer;
		border-radius: 99px;
	}


}

.langnav {
	margin: 0;
	padding: 6px 0;
}

.langnav li {
	display: inline-block;
}

.langnav li a {
	color: #939598;
	font-size: 12px;
	border: 1px solid #ccc;
	width: 26px;
	display: inline-block;
	text-align: center;
	line-height: 22px;
}

.langnav li a:hover {
	border: 1px solid #888;
	color: #555;
	text-decoration: none;
}

.langnav li.active a {
	color: #888;
	background-color: #eee;
}

.langnav li.active a:hover {
	color: #888;
	background-color: #eee;
	border: 1px solid #ccc;
	cursor: default;
}

.frontpage .hero {
	padding: 50px 0;
	background-size: cover;
	max-width: 1600px;
}

.mywrapper h1 {
	font-weight: 600;
	line-height: 2.6rem;
	color: #7c7f83;
}

.hero .lead {
	margin-top: 30px;
}

.frontpage .banner {
	max-width: 1571px;
	padding: 0;
}

.frontpage .banner .text-content {
	position: absolute;
	margin-left: 10%;
	margin-top: 8%;
	width: 35%;
	color: #fff;
	text-align: center;
}

.frontpage .banner .content-right .text-content {
	right: 10%;
	margin-top: 8%;
	margin-left: auto;
}

.frontpage .banner .content-center .text-content {
	right: auto;
	margin-top: 3%;
	margin-left: auto;
	width: 100%;
}

.frontpage .banner .text-content h3 {
	font-size: 40px;
	margin-bottom: 15px;
}

.frontpage .banner .text-content h4 {
	font-size: 20px;
}

.frontpage .banner .text-dark h2,
.frontpage .banner .text-dark h3,
.frontpage .banner .text-dark h4 {
	color: #7d7f83;
}

.frontpage .banner .text-content img {
	width: 320px;
	margin-bottom: 10px;
}


.featured-products {
	padding-top: 60px;
	padding-bottom: 20px;
	background-color: #eee;
}

.frontpage .card-container:after {
	content: "";
	display: block;
	margin-bottom: 30px;
}

.mywrapper .btn-primary {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
}

.card-link {
	color: #0099c9;
	font-weight: 700;
}

.card-link:after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 8px;
}

.spacer10 {
	padding: 5px 0;
}


.spacer20 {
	padding: 10px 0;
}

.spacer30 {
	padding: 15px 0;
}

.spacer40 {
	padding: 20px 0;
}

.footer {
	background-color: #888;
	padding: 40px 0 20px 0;
	margin-top: 30px
}

.footer p {
	color: #fff;
}

.footer .separator {
	opacity: 0.6;
	margin: 0px 5px;
}

.footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.footer a:hover {
	border-bottom: 1px solid #fff;
	color: #fff;
}


.popoverclose {
	position: absolute;
	top: -10px;
	right: 0px;
	font-size: 24px;
	color: #aaa;
}

.popoverclose:active, 
.popoverclose:focus,
.popoverclose:hover 
{
	text-decoration: none;
}

.product-image {
	height: 400px;
	width: auto;
	margin-left: 30%;
}

.subpage .hero {
	padding: 20px 0 20px 0;
}

.subpage .hero.dark h1 {
	color: #fff;
	font-size: 50px;
	line-height: 55px;
	margin-top: 40px
}

.subpage .hero.light h1 {
	color: #777;
	font-size: 50px;
	line-height: 55px;
	margin-top: 40px
}

.subpage .hero.light .description {
	color: #777;
}

.subpage .hero .description {
	margin-top: 20px;
	font-size: 18px;
}

.subpage .hero.dark p {
	color: #fff;
}

.subpage .hero .lead {
	font-weight: bold;
}

.lead-container {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.green .hero {
	background-color: #a4c136;
}

.green h2 {
	color: #a4c136;
}

.green ol li:before {
	background: #a4c136;
}

.orange .hero {
	background-color: #e7b156;
}

.orange h2 {
	color: #e7b156;
}

.orange ol li:before {
	background: #e7b156;
}

.turquoise .hero {
	background-color: #99c9c6;
}

.turquoise h2 {
	color: #99c9c6;
}
  
.turquoise ol li:before {
	background: #99c9c6;
}

.blue .hero {
	background-color: #9bcde4;
}  

.blue h2 { 
	color: #9bcde4;
}

.blue ol li:before {
	background: #9bcde4;
}

.blue2 .hero {
	background-color: #50c6db;
}  

.blue2 h2 { 
	color: #50c6db;
}

.blue2 ol li:before {
	background: #50c6db;
}

.lila .hero {
	background-color: #bdb7dc;
}  

.lila h2 { 
	color: #bdb7dc;
}

.lila ol li:before {
	background: #bdb7dc;
}


.lila2 .hero {
	background-color: #9772a4;
}  

.lila2 h2 { 
	color: #9772a4;
}

.lila2 ol li:before {
	background: #9772a4;
}

.pink .hero {
	background-color: #bd5997;
}  

.pink h2 { 
	color: #bd5997;
}

.pink ol li:before {
	background: #bd5997;
}

.gray .hero {
	background-color: #e4e6eb;
}  

.gray h2 { 
	color: #777;
}

.gray ol li:before {
	background: #777;
}


.mywrapper h2 {
	font-weight: bold;
	font-size: 26px;
}


.mywrapper h3 {
	font-weight: bold;
	font-size: 20px;
}

.sidebar li {
	font-weight: bold;
	font-size: 18px;
}

img.responsive {
	width: 100%;
	height: auto;
}

ol {
  list-style: none;
  margin-top: 30px;
}

ol li {
	counter-increment: item1;
	margin-bottom: 15px;
	margin-top: 15px;
}

ol li:before {
	position: absolute;
	font-family: Nunito;
	margin-left: -40px;
	margin-top: -4px;
	content: counter(item1);
	border-radius: 100%;
	color: white;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: 800;
	text-align: center;
	display: inline-block;
}

.somelink {
    font-size: 18px;
    color: #939598 !important;
    display: inline-block;
    margin-right: 2px;
    position: relative;
    width: 36px;
    line-height: 36px;
    transition: all 0.2s;
}

.somelink:before {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    margin-left: -7px;
    border-radius: 99px;
    border: 1px solid #ccc;
    transition: all 0.2s;
}

.somelink:hover {
	color: #777 !important;
}


.somelink:hover:before {
    border-color: #939598 !important;
    transition: all 0.2s;
}

.price-badge {
	position: absolute;
	width: 180px;
	height: 180px;
	margin-right: -50px;
}

.frontpage .price-badge {
	width: 110px;
	height: 110px;
	top: 10px;
}

.btn-webshop {
	margin-bottom: 20px;
	margin-top: 15px;
}

.somelinks {
	position: absolute;
}

@media screen and (min-width: 1199px) {
	.main-content {
		padding-right: 50px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	
	.logo img {
		height: 30px;
	}

	.topnav {
		padding: 3px 0;
	}

	.topnav li a {
	    padding: 8px 10px;
	    font-size: 11px;
	}	

	.langnav {
		padding: 3px 0;
	}

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

	.hero h1 {
		font-size: 32px !important;
		line-height: 36px !important;
	}

	.hero .lead {
		font-size: 15px;
		margin-top: 0;
	}

	.somelinks {
		display: none;
	}


	.frontpage .carousel-item {
		height: 50vw;
		width: 100%;
	}

	.frontpage .carousel-item>img {
		object-fit: cover;
		object-position: 35% 0%;
		height: 56vw;
	}

	.frontpage .carousel-item.content-center>img {
		object-fit: cover;
		object-position: 50% 0%;
		height: 30vh;
	}

	.frontpage .banner .carousel-item .text-content {
		margin-top: 14%
	}

	.frontpage .carousel-item .text-content h3 {
		font-size: 30px;
		margin-bottom: 5px;
	}

	.frontpage .carousel-item .text-content h4 {
		font-size: 16px;
	}

	.frontpage .carousel-item .text-content img {
		width: 70%
	}

	.frontpage .banner .text-content {
	    width: 40%;
	    margin-left: 10%;
	    margin-top: 20px
	}

	.frontpage .banner .content-right .text-content {
	   right: 10%;
	}

	.frontpage .banner .content-center .text-content {
	    margin-top: 20px;
	}

	.carousel-indicators {
	    bottom: -27px;
	}

	p.lead {
		font-size: 1.1rem;
	}

	.frontpage .banner {
		padding: 0;
	}

	.price-badge {
		position: absolute;
		width: 140px;
		height: 140px;
	}

}

html[lang="en"] .btn-webshop,
html[lang="ru"] .btn-webshop {
	display: none;
}


.frontpage .carousel-item .xs {
	display: none;
}

.frontpage .carousel-item .xl {
	display: block;
}


@media screen and (max-width: 767px) {
	
	.topbar {
		padding: 20px 2px
	}
	.logo {
		display: block;
	}
	.logo img {
		height: 30px;
	}

	.langnav {
		position: absolute;
		top: -140px;
		right: 15px;
	}

	.somelinks {
		position: absolute;
		top: -80px;
		right: 19px;
	}

	.topnav {
		margin: 15px 0 0 0;
	}

	.topnav li {
		display: block;
	}

	.topnav li a {
		font-size: 13px;
		padding: 4px 4px 4px 13px;
	}

	.topnav li a:hover,
	.topnav li a:focus,
	.topnav li a:active,
	 {
		background-color: #fff;
	}

	.topnav .dropdown-item {
		white-space: pre-wrap; 
		
	}

	.product-image {
		margin-left: 10%;
		width: 80%;
		height: auto;
	}

	.topnav li.nav-path-selected .dropdown>a {
		background-color: #fff;
		color: #50bbb8 !important;
		border-left: 3px solid #50bbb8;
		border-bottom: 0;
		padding-left: 10px;

	}

	.topnav li.nav-path-selected>a {
		background-color: #fff;
		color: #50bbb8 !important;
		border-left: 3px solid #50bbb8;
		border-bottom: 0;
		padding-left: 10px;

	}

	.topnav .dropdown.show #dropdownMenuButton {
	    background-color: #fff; 
	}

	.subpage .hero.dark h1 {
		color: #fff;
		font-size: 29px;
		line-height: 34px;
		margin-top: 0px
	}

	.subpage .hero.light h1 {
		color: #777;
		font-size: 29px;
		line-height: 34px;
		margin-top: 0px
	}

	.mywrapper h1 {
		font-size: 28px;
		line-height: 32px;
	}

	.frontpage .hero {
		padding: 30px 0;
		background-size: 0;
	}

	.frontpage .hero .lead {
		font-size: 16px;
		margin-top: 0;
	}

	.frontpage .card-container {
		padding: 0;
	}

	.featured-products {
		padding-top: 30px;
		padding-bottom: 00px;
	}

	.frontpage .carousel-item {
		height: 30vh;
		width: 100%;
	}

	.frontpage .carousel-item>img {
		object-fit: cover;
		object-position: 35% 0%;
		height: 56vw;
	}

	.frontpage .carousel-item .xs {
		display: block;
	}

	.frontpage .carousel-item .xl {
		display: none;
	}

	.frontpage .carousel-item.content-center>img {
		object-fit: cover;
		object-position: 50% 0%;
		height: 30vh;
	}

	.frontpage .carousel-item .text-content h3 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.frontpage .carousel-item .text-content h4 {
		font-size: 14px;
	}

	.frontpage .carousel-item .text-content img {
		width: 70%
	}

	.frontpage .banner .text-content {
	    width: 50%;
	    margin-left: 10%;
	    margin-top: 20px
	}

	.frontpage .banner .content-right .text-content {
	   right: 10%;
	}

	.frontpage .banner .content-center .text-content {
	    margin-top: 20px;
	}

	.carousel-indicators {
	    bottom: -27px;
	}

	p.lead {
		font-size: 1.1rem;
	}

	.frontpage .banner {
		padding: 0;
	}

	.price-badge {
		position: absolute;
		width: 140px;
		height: 140px;
	}



}

 


