*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body,html{
	overflow-x:hidden;
}
body {
	font-family: "LatoRegular", sans-serif;
	font-size: 16px;
	color:#252525;
}
/*Alert*/
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #4CAF50;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 30px;
    right: 30px;
    font-size: 17px
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein .5s, fadeout .5s 2.5s;
    animation: fadein .5s, fadeout .5s 2.5s
}

@-webkit-keyframes fadein {
    from {
        top: 0;
        right: 0;
        opacity: 0
    }
    to {
        top: 30px;
        right: 30px;
        opacity: 1
    }
}

@keyframes fadein {
    from {
        top: 0;
        right: 0;
        opacity: 0
    }
    to {
        top: 30px;
        right: 30px;
        opacity: 1
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 30px;
        right: 30px;
        opacity: 1
    }
    to {
        top: 0;
        right: 0;
        opacity: 0
    }
}

@keyframes fadeout {
    from {
        top: 30px;
        right: 30px;
        opacity: 1
    }
    to {
        top: 0;
        right: 0;
        opacity: 0
    }
}
/*Alert Ends*/
.padding {
	padding:5px;
}
.padding_bottom{
	padding-bottom: 30px;
}
/*Header & main menu styles starts*/
.position_parent {
	position: relative;
}
.header{
	padding: 20px 0;
}
.logo_top{
	height: 42px;
	display: block;
}
.main_menu {
	color: #13343b;
}
.main_menu a {
	color: #13343b;	
	display: block;
	font-weight: bold;
}
.main_menu a:hover {
	color: #f52e58;
}
.main_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

.main_menu>ul>li {
	display: inline-block;
	padding: 10px;
}
.main_menu ul {
	z-index: 12;
}

.download_price_btn{
	display: inline-block;
	/*width:170px;*/
	padding: 10px;
	background: #f52e58;
	color:#fff;
	font-family:"LatoBlack";
	font-size: 16px;
}
.download_price_btn:hover {
	-webkit-box-shadow: inset 10px 10px 300px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 10px 10px 300px 20px rgba(0,0,0,0.1);
	box-shadow: inset 10px 10px 300px 20px rgba(0,0,0,0.1);
}
#user_nav{
	float: right;
	position: relative;
	margin-left: 10px;
}
#lang_switcher{
	float: left;
	position: relative;
	text-align: center;
}
.has-submenu{
	position: relative;
}
/*#lang_switcher button{
	min-width: 100px;
}*/
#user_nav button{
	outline: none;
	display: inline-block;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #f52e58;
	color:#fff;
	font-family: "LatoBlack";
    border: none;
}
#lang_switcher button{
	color: #252525;
	background: transparent;
	border: none;
	outline: none;
	line-height: 42px;
	height: 42px;
	width: 50px;
	font-weight: bolder;
}
#user_nav button:hover{
	-webkit-box-shadow: inset 10px 10px 300px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 10px 10px 300px 20px rgba(0,0,0,0.1);
	box-shadow: inset 10px 10px 300px 20px rgba(0,0,0,0.1);
}
#lang_switcher button:hover{
	background: #f52e58;
	color: #fff;
}
#lang_switcher .dropdown-content, #user_nav .dropdown-content, .has-submenu .dropdown-content{
	width: 100%;
	margin:0;
	padding: 5px 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 42px;
	right: 0;
	background-color: #fff;
	z-index: 999;
	border: 1px solid #ebebeb;
}
p.greetings{
	margin: 0;
    padding: 15px 10px 5px;
    font-weight: bolder;
}
.has-submenu .dropdown-content{
	min-width: 350px;
}
#lang_switcher .dropdown-content li a, #user_nav .dropdown-content li a, .has-submenu .dropdown-content li a{
	padding: 5px 10px;
	color: #252525;
	display: block;
}
#lang_switcher .dropdown-content li:hover a, #user_nav .dropdown-content li:hover a, .has-submenu .dropdown-content li:hover a{
	background: #f52e58;
	color:#fff;
}
.fotorama__nav{
	position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
}
.product-card-container .fotorama__nav{
	position: relative;
}
.fotorama__thumb {
    border: 1px solid #cdcdcd;
}
.fotorama__thumb-border{
	border-color:#f52e58;
}
.product-card-container .fotorama__stage{
	border: 1px solid #cdcdcd;
}
.breadcrumbs{
	display: block;
	width: 100%;
	background-color: #13343b;
	padding: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}
.breadcrumbs ul{
	margin:0;
	padding:0;
}
.breadcrumbs ul li{
	display: inline-block;
}
.breadcrumbs ul li,.breadcrumbs ul li a{
	color: #fff;
}
.breadcrumbs ul li a:hover{
	color:#f52e58;
}
.breadcrumbs ul li .fa{
	margin: 0 5px;
	font-size: 10px;
}
/*Header & main-menu styles eends*/

/* CART */
	.cart-label{
		float: right;
		position: relative;
	}
	.cart-label img{
		max-height: 42px;
	}
	#cart_total_items{
		color: #fff;
		background-color: #f52e58;
		display: block;
		width: 25px;
		height: 25px;
		position: absolute;
		right: -10px;
		top: 0;
		text-align: center;
		line-height: 24px;
		border-radius: 50%;

	}
/* //CART */


/*Columns section styles starts*/
.section_title{
	font-family: "LatoBlack";
	color:#252525;
	font-size: 30px;
	margin-bottom: 0;
	text-align: center;
}
.section_title_subs{
	font-family: "LatoLight";
	color:#252525;
	font-size: 20px;
	margin-top: 0;
	text-align: center;
	line-height: 0.5;
}
.column_container{
	border:1px solid #efefef;
	padding-left:0;
	float: left;
	/*margin-bottom: 15px;*/
}
.column-img-wrapper{
	float: left;
	margin-right:20px;
	width:235px;
	height:235px;
	overflow: hidden;
	display: block;
    position: relative;
}
.column-img-wrapper img {
	height:100%;
	position: absolute;
}

.column_title{
	font-family: "LatoBlack";
	margin-bottom: 0;
	margin-top: 10px;
}
.column_title span {
	color:#f52e58;
}
.column_content{
	font-family: "LatoRegular";
	font-size: 15px;
	margin-top: 5px;
	padding-right: 10px;
}
.view_more_btn, .add-to-cart-btn{
	display: block;
	background: #f52e58;
	color:#fff;
	font-family: "LatoBlack";
	padding: 10px;
	width:150px;
	float: right;
	text-align: center;
	margin-right: 15px;
}
.add-to-cart-btn{
	margin-right: 0;
	width:75px;
	font-size: 32px;
    line-height: 42px;
    padding: 0;
}
.def-button{
 	display: block;
	background: #f52e58;
	color:#fff;
	font-family: "LatoBlack";
	padding: 10px;
	max-width:200px;
	text-align: center;
	margin-right: 15px;
}
.view_more_btn:hover, .add-to-cart-btn:hover, .def-button:hover{
	-webkit-box-shadow: inset 10px 10px 300px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 10px 10px 300px 20px rgba(0,0,0,0.1);
	box-shadow: inset 10px 10px 300px 20px rgba(0,0,0,0.1);
	color: #fff;
}
.item-price{
	color: #f52e58;
    line-height: 42px;
    font-size: 20px;
    font-weight: bolder;
}
/*Columns section styles ends*/

/*Carousel section styles starts*/
.height{
	height:345px !important;
}
.carousel_row{
	background: #ebebeb;
	padding-bottom: 30px;
}
.product-carousel{
	text-align:center;
	/*margin-bottom: 40px;*/
}
.ourparteners-carousel{
	text-align: center;
}
.product_container{
	width:260px;
	/*height:325px;*/
	background: #fff;
	border:1px solid #cdcdcd;
	display: inline-block;
	margin:0 10px;
	padding-top: 10px;
}
.product_container img {
	max-width:220px;
	height:170px;
}

.ourparteners_container{
	width:170px;
	height:110px;
	border:1px solid #cdcdcd;
	display: inline-block;
	position:relative;
}
.ourparteners_container img {
	width:150px;
	max-height:108px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translateY(-50%,-50%);
	-moz-transform:translateY(-50%,-50%);
}
.ourparteners_container:hover{
	border:1px solid #f52e58;
}
.product_container h3{
	margin:5px;
	line-height: 1.1;
	height: 50px;
}
.product_container a {
	display: block;
	width:100%;
	font-size: 18px;
	font-family: "LatoBlack";
	color:#252525;
}

.product_container a.add-to-cart {
	color:#fff;
}

.product_container:hover{
	border:1px solid #f52e58;
}
.product_container a:hover {
	color:#f52e58;
}
.product_container a.add-to-cart:hover {
	color:#fff;
}

.carousel_head{
	text-align: center;
	width:100%;
	padding:30px 0;
}
.carousel_head div{
	vertical-align: middle;
	display: inline-block;
	margin: 0 10px;
}
.carousel_nav_left, .carousel_nav_right,.our_parteners_carousel_nav_left,.our_parteners_carousel_nav_right{
	display: inline-block;
	border:none;
	background:#f52e58;
	color:#fff;
	font-size: 20px;
	padding: 10px 20px;
	vertical-align: middle;
}
.carousel_nav_left:hover, .carousel_nav_right:hover,.our_parteners_carousel_nav_left:hover,.our_parteners_carousel_nav_right:hover{
	-webkit-box-shadow: inset 10px 10px 300px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 10px 10px 300px 20px rgba(0,0,0,0.1);
	box-shadow: inset 10px 10px 300px 20px rgba(0,0,0,0.1);
}
.carousel_head .section_title{
	margin:0;
}
.ourparteners-carousel{
	margin-bottom: 20px;
}
/*Carousel styles ends*/

/*Footer styles starts*/
.logo_bottom_row {
	background: #f52e58;
}
.logo_bottom {
	display: block;
	margin:15px auto;
}
.bottom_contacts_row{
	background: #13343b;
	color:#fff;
	text-align: center;
	font-size: 18px;
	padding:10px 0;

}
.bottom_contacts_row .fa {
	margin-left:10px;
	margin-right:5px;
}
.copiright_row{
	text-align: center;
	color:#8a8a8a;
	padding: 10px;
}
.copiright_row span {
	color:#1c1c1d;
	font-family: "LatoBlack";
	font-size: 14px;
}
.copiright_row a:hover {
	text-decoration: underline;

}
/*Footer styles ends*/

/*About us page styles starts*/
.aboutus_header_row{
	background: url("../images/headers/about_us_page_header.jpg") center center no-repeat;
	color:#fff;
	font-family: "LatoBlack";
	text-align: center;
	font-size:30px;
	padding: 75px;
	margin-bottom: 30px;
}
.about_us_title{
	font-family: "LatoBold";
	font-size:18px;
	color:#474747;
}
.about_us_content{
	color:#474747;
}
.about_us_container{
	background: url("../img/about_us_img.jpg")left center no-repeat;
}
.about_us_img{
	display: block;
	margin:0 auto;
	width: 100%;
    max-width: 300px;
}
.border{
	border:1px solid #eeeeee;
}
.grafic{
	width:100%;
	max-width: 335px;
	display: block;
	margin:0 auto;
}
.grafic_title{
	font-family: "LatoBold";
	font-size:18px;
	color:#474747;
	text-align:center;
	margin-bottom: 0;
}
/*About us page styles ends*/

/*Parteners page styles starts*/
.parteners_header_row{
	background: url("../img/parteners_page_header.jpg") center center no-repeat;
	color:#fff;
	font-family: "LatoBlack";
	text-align: center;
	font-size:30px;
	padding: 75px;
	margin-bottom: 30px;
}
.ourparteners_content {
	color:#474747;
}
.gallery_img_container {
	border:1px solid #eeeeee;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 240px;
	height: 240px;
	padding:15px;
	margin: 15px;
}
.gallery_img_container img{
	max-width: 95%;
	max-height: 95%;
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);

}
.gallery_img_container h3{
	bottom: 0;
    position: absolute;
    width: 100%;
    background: rgba(19,52,59,.7);
    left: 0;
    margin: 0;
    padding: 10px;
    color: #fff;
}
.gallery_pagination{
	background: #f52e58;
    color: #fff;
    font-family: "LatoBlack";
    padding: 10px 17px;
	display: inline-block;
}
.dropdown-body{
	display: none;
	opacity: 0;
	position: absolute;
	width: 150px;
	background-color: #fff;
	border:1px solid #eeeeee;
}
.dropdown-body li{
	display:block;
}
.dropdown-body.visible{
	display: block;
	opacity: 1;
	transition:.4s;
}
.gallery_pagination.current,.gallery_pagination:hover{
	-webkit-box-shadow: inset 10px 10px 300px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 10px 10px 300px 20px rgba(0,0,0,0.1);
	box-shadow: inset 10px 10px 300px 20px rgba(0,0,0,0.1);
}
.brand_container {
	background: #fff;
	border:1px solid #eeeeee;
	float: left;
	padding:15px;
	margin: 0 0 15px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.brand_container .image-container{
	height: 210px;
	width: 100%;
	position: relative;
	display: block;
}
.brand_container .image-container img {
	max-height:100%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.brand_row{
	padding-bottom: 30px;
}
/*Parteners page styles ends*/

/*Products page styles starts*/
.products_header_row{
	/*background: url("../images/headers/products_page_header.jpg") center center no-repeat;*/
	background-position: center;
	background-repeat: no-repeat; 
	padding: 75px;
	margin-bottom: 30px;
}
.cart_header_row{
	background: url("../images/headers/cart_header.jpg") center center no-repeat;
	padding: 75px;
	margin-bottom: 30px;
}
.cabinet_header_row{
	background: url("../images/headers/cabinet_page_header.jpg") center center no-repeat;
	padding: 75px;
	margin-bottom: 30px;
}
.auth_header_row{
	background: url("../images/headers/auth_page_header.jpg") center center no-repeat;
	padding: 75px;
	margin-bottom: 30px;
}
h1.page-header{
	margin: 0;
	padding:0;
	color:#fff;
	font-family: "LatoBlack";
	text-align: center;
	font-size:30px;
}
.page-header-subs{
	text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    font-family: "LatoLight";
    font-size: 20px;
}
.brand_container h3{
	font-family: "LatoBlack";
	color:#474747;
	line-height: 1.2;
    height: 50px;
	margin-bottom: 0;
}
.products_content {
	color:#474747;
	margin-top: 0;
}
/*Products page styles ends*/

/*Contacts page styles starts*/
.contacts_header_row{
	background: url("../images/headers/contacts_page_header.jpg") center center no-repeat;
	color:#fff;
	font-family: "LatoBlack";
	text-align: center;
	font-size:30px;
	padding: 75px;
	margin-bottom: 30px;
}
form input,.contacts_form input, form textarea,.contacts_form textarea,form button,.contacts_form button{
	width:100%;
	margin-bottom: 15px;
	border:1px solid #eeeeee;
	max-width: 100%;
	padding-left: 15px;
}
form input:focus,.contacts_form input:focus,form textarea:focus,.contacts_form textarea:focus,form button:focus,.contacts_form button:focus{
	outline: 2px solid #f52e58;
}
.contacts_form textarea {
	height:130px;
	padding-top: 15px;
}
form input,.contacts_form input,form button,.contacts_form button{
	height:42px;
	line-height: 42px;
}
.contacts_form button, form button{
	background:#f52e58;
	color:#fff;
	font-family: "LatoBold";
	margin: 0;
	border: 0;
	padding: 0;
	line-height: 42px;
}
.contacts_form button:hover, form button:hover{
	-webkit-box-shadow: inset 10px 10px 300px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 10px 10px 300px 20px rgba(0,0,0,0.1);
	box-shadow: inset 10px 10px 300px 20px rgba(0,0,0,0.1);
}
.map_container{
	height:278px;
	display:block;
	overflow:hidden;
}
.map_container #map{
	width:100%;
	height:100%;
	display:block;
}
.map_container > img {
	width:100%;
}
.contacts_title{
	display: inline-block;
	margin-right: 20px;
	font-family: "LatoBold";
	font-size:18px;
	color:#474747;
	margin-top: 0;
}
.contacts_title span{
	display: block;
	font-family: "LatoRegular";
	font-weight: normal;

}
.contacts_title .fa{
	color:#f52e58;
	margin-right: 5px;
}
/* User */
.login-form,.personal_data_form{
	max-width: 500px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
#user_nav .dropdown-content{
	min-width: 250px;
}
.user-label img{
	max-height: 42px;
	cursor: pointer;
}
/*Payment gateway switcher*/
.payment_gateway{
	display: inline-block;
	width: auto;
	position: absolute;
    z-index: -1;
    outline: none !important;
    display: inline-block !important;
}
.payment_gateway + label{
	border: 1px solid #ebebeb;
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
    height: 52px;
    vertical-align: middle;
    position: relative;
    cursor:pointer;
}
.payment_gateway:checked + label{
	border: 1px solid #f52e58;
}

.payment-block{
	margin-bottom: 15px;
}

.info-block label{
	font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
}
.info-block .line{
	display: block;
    margin-bottom: 15px;
}
.info-block .product .to-right{
	display: block;
    float: right;
}
.column-cont-wrapper{
    width: calc(100% - 255px);
    float: right;
}