html {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}

body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	font-family:'Open Sans',sans-serif;
	color:#333;
	background:#fff;
	font-size:13px;
	font-weight:400;
	line-height:100%;
}

a img {
	border:none;
}

a {
	text-decoration:none;
	color:#19a9b1;
	outline:0;
	-webkit-transition:color 2s ease-in;
	-moz-transition:color .2s ease-in;
	-o-transition:color .2s ease-in;
	transition:color .2s ease-in;
}

a:hover {
	color:#000;
	text-decoration:none;
}

a:focus {
	outline:none;
}

input:-webkit-autofill {
	-webkit-box-shadow:0 0 0 1000px #fff inset;
}

.clear {
	clear:both;
}

.relative {
	position:relative;
}

.center {
	text-align:center;
}

.disabled {
	display:none;
}

div,label,ul,li,a,span,i,h1,h2,h3,h4,h5,h6,header,footer,article,section,textarea,input {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.outer {
	position:relative;
	width:100%;
	min-height:100%;
}

header {
	height:177px;
	background-size:100% 100%;
	position:relative;
}

header .top {
	height:45px;
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
}

header .top .names {
	position:absolute;
	top:8px;
	left:0;
	color:#666;
	font-size:12px;
	line-height:150%;
}

header .top .names span {
	color:#edbc1c;
	font-size:14px;
}

header .top .menu {
	height:37px;
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}

header .top .menu li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}

header .top .menu li.left {
	width:82px;
	height:37px;
	background:url(../include/img/header-top-left.png) no-repeat;
	background-size:100%;
}

header .top .menu li.right {
	width:82px;
	height:37px;
	background:url(../include/img/header-top-right.png) no-repeat;
	background-size:100%;
}

header .top .menu a {
	display:inline-block;
	height:37px;
	text-transform:uppercase;
	line-height:37px;
	color:#000;
	font-weight:400;
	font-size:13px;
	margin:0;
	padding:0 15px;
	background:url(../include/img/header-top-middle.png) repeat-x;
	background-size:100%;
}

header .top .menu a:hover {
	background:#dadada;
}

header .top .member {
	position:absolute;
	top:10px;
	right:0;
	color:#666;
}

header .top .member span {
	display:inline-block;
	height:19px;
	text-transform:uppercase;
	font-size:11px;
	padding:0;
	cursor:pointer;
}

header .top .member span.login {
	background:url(../include/img/icon-login.png) no-repeat;
	background-size:25px 17px;
	padding:3px 0 0 32px;
	color: olive;
}

header .top .member span.logout {
	background:url(../include/img/icon-logout.png) no-repeat;
	background-size:15px 19px;
	padding:3px 0 0 22px;
	color: olive;
}

header .top .member span.mydata {
	background:url(../include/img/icon-login.png) no-repeat;
	background-size:25px 17px;
	padding:3px 0 0 32px;
	color: olive;
}

header .top .member span.login a,header .top .member span.register a {
	color:#666;
}

.member a {
	color: olive;
}

header .top .member span.line {
	padding:0 10px;
	cursor:none;
}

header .bottom .stamps {
	float:left;
	margin:14px 0 0;
}

header .bottom .stamps div {
	float:left;
	width:80px;
	height:80px;
	margin:0 15px 0 0;
	cursor:pointer;
}

header .bottom .stamps div img {
	width:100%;
	height:auto;
}

header .bottom .logo {
	position:absolute;
	top:70px;
	left:50%;
	margin-left:-180px;
	width:360px;
	height:67px;
}

header .bottom .contacts {
	float:right;
	text-align:right;
	color:#666;
	font-weight:700;
	font-size:13px;
	margin:0;
}

header .bottom .contacts .phone {
	background:url(../include/img/icon-phone.png) no-repeat;
	background-size:21px 21px;
	padding:3px 0 0 30px;
	height:21px;
	margin:0 0 7px;
	float:right;
	clear:both;
}

header .bottom .contacts .email {
	background:url(../include/img/icon-email.png) no-repeat;
	background-size:21px 14px;
	padding:1px 0 0 30px;
	height:21px;
	margin:0 0 7px;
	float:right;
	clear:both;
}

header .bottom .contacts .email a {
	color:#666;
}

header .bottom .contacts .languages {
	float:right;
	clear:both;
	margin:2px 0 0;
}

header .bottom .contacts .languages a {
	display:inline-block;
	width:28px;
	height:19px;
	margin:0 0 0 10px;
	border:1px solid #efefef;
}

header .bottom .contacts .languages img {
	width:100%;
	height:auto;
}

header .filter {
	position:absolute;
	top:177px;
	right:20px;
	width:auto;
	text-align:right;
	margin:0;
	z-index:999;
}

header .filter span {
	height:52px;
	line-height:52px;
	text-transform:uppercase;
	font-size:13px;
	float:left;
	padding:2px 0;
}

header .filter .placeholder {
	float:left;
	height:32px;
	line-height:25px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	background:#efefef;
	margin:11px 0 10px 10px;
	padding:0 10px 0 15px;
	font-size:15px;
	cursor:pointer;
	width:170px;
	text-align:center;
}

header .filter .placeholder:hover {
	background:#e9e9e9;
}

header .filter .placeholder sup {
	font-size:10px;
	font-weight:300;
}

header .filter ul {
	margin:0;
	padding:0;
	background:#efefef;
	position:absolute;
	top:45px;
	right:0;
	width:170px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:none;
}

header .filter ul li {
	list-style-type:none;
	text-align:center;
}

header .filter ul li a {
	display:block;
	line-height:120%;
	color:#000;
	padding:8px 10px;
}

header .filter ul li a:first-child {
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}

header .filter ul li a:last-child {
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
}

header .filter ul li a:hover {
	background:#f6f6f6;
}

header .filter i {
	float:right;
	width:20px;
	height:32px;
	background:url(../include/img/filter-down.png) no-repeat right center;
	background-size:10px 6px;
}

nav {
	height:50px;
	border-top:2px solid #efefef;
	border-bottom:2px solid #efefef;
	width:100%;
	position:relative;
	float:left;
	margin-bottom:25px;
	min-width:900px;
}

nav:after {
	content:'';
	display:block;
	clear:both;
}

#centeredmenu {
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	z-index:998;
	position:relative;
	height:50px;
	border-top:2px solid #efefef;
	border-bottom:2px solid #efefef;
	float:left;
	margin-bottom:25px;
	min-width:900px;
}

#centeredmenu:after {
	content:'';
	display:block;
	clear:both;
}

#centeredmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	right:50%;
	height:50px;
	position:relative;
}

#centeredmenu ul li {
	margin:0;
	padding:0 0 10px;
	float:left;
	position:relative;
	left:50%;
	top:0;
	height:60px;
}

#centeredmenu ul li a {
	display:block;
	height:50px;
	text-transform:uppercase;
	line-height:50px;
	color:#000;
	font-weight:700;
	font-size:18px;
	margin:0;
	padding:0;
	background-size:100%;
	width:200px;
	text-align:center;
}

#centeredmenu ul li:hover a {
	background:#f9f9f9;
	color:#edbc1c;
}

#centeredmenu ul ul {
	display:none;
	position:absolute;
	top:60px;
	left:-25%;
	right:-25%;
	width:150%;
	float:left;
	height:auto;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:2px 0;
	background:#efefef;
	border-right:2px solid #efefef;
	border-left:2px solid #efefef;
}

#centeredmenu ul ul li {
	left:0;
	margin:0;
	clear:left;
	float:left;
	width:100%;
	height:auto;
	padding:0;
}

#centeredmenu ul ul li a,#centeredmenu ul li.active li a,#centeredmenu ul li:hover ul li a,#centeredmenu ul li.hover ul li a {
	font-weight:400;
	background:#fff;
	color:#444;
	float:left;
	width:100%;
	line-height:120%;
	height:auto;
	font-size:13px;
	text-align:center;
	font-weight:600;
	padding:8px 0;
}

#centeredmenu ul ul li a:hover,#centeredmenu ul li.active ul li a:hover,#centeredmenu ul li:hover ul li a:hover,#centeredmenu ul li.hover ul li a:hover {
	background:#f9f9f9;
	color:#edbc1c;
	float:left;
}

#centeredmenu ul ul li:first-child a {
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

#centeredmenu ul ul li:last-child a {
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}

#centeredmenu ul ul.last {
	left:auto;
	right:0;
}

#centeredmenu ul ul.last li {
	float:right;
	position:relative;
	right:.8em;
}

#centeredmenu ul li:hover ul,#centeredmenu ul li.hover ul {
	display:block;
}

#centeredmenu a {
	text-decoration:none;
	color:#19a9b1;
	outline:0;
	-webkit-transition:color 1s ease-in;
	-moz-transition:color .1s ease-in;
	-o-transition:color .1s ease-in;
	transition:color .1s ease-in;
}

main {
	padding-top:54px;
}

main .banner {
	max-height:288px;
	margin:25px auto;
	width:1203px;
	clear:both;
}

main .banner p {
	margin: 0;
	padding: 0;
}

main .banner img {
	width:100%;
	height:auto;
}

main .text {
	color:#000;
	font-size:14px;
	line-height:150%;
	text-align:justify;
	padding-bototm:20px;
}

main .text a {
	color:#000;
	text-decoration:underline;
}

main .text h1,main .text h1 span {
	color:#000;
	font-size:25px!important;
	margin:0;
	padding:0;
	font-weight:700;
	color:#edbc1c;
}

main .text h1 {
	margin:10px 0 30px;
}

main .text h2 {
	color:#000;
	font-size:16px;
	line-height:150%;
	margin:0;
	padding:0;
	font-weight:700;
}

main .bottom-menu {
	height:45px;
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
	border-top:2px solid #efefef;
	border-bottom:2px solid #efefef;
	margin:20px 0;
}

main .bottom-menu .menu {
	height:45px;
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}

main .bottom-menu .menu li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}

main .bottom-menu .menu a {
	display:inline-block;
	height:45px;
	text-transform:uppercase;
	line-height:45px;
	color:#333;
	font-weight:700;
	font-size:13px;
	margin:0;
	padding:0 15px;
	background-size:100%;
}

main .bottom-menu .menu a:hover {
	background:#efefef;
}

main .resources {
	text-align:center;
	padding:0 0 10px;
}

main .resources a img {
	height:100%;
}

main .resources a {
	display:inline-block;
	height:20px;
	padding:0 20px;
}

main .products {
	padding-bottom:20px;
}

main .products .product {
	float:left;
	width:31.33%;
	margin-left:1%;
	margin-right:1%;
	text-align:center;
	border:1px solid #fff;
	margin-bottom:20px;
}

main .products .product:hover {
	border:1px solid #d4d7dd;
}

main .products .product a {
	display:block;
	padding:15px;
}

main .products .product img {
	width:100%;
	height:auto;
	aspect-ratio: 1 / 1;
}

main .products .product .price {
	float:left;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	border:1px solid #d4d7dd;
	padding:5px 8px 8px;
	color:#000;
	font-size:15px;
	font-weight:400;
	margin:10px 0 0;
	line-height: 100%;
	height: 34px;
}

main .products .product .price .old-price {
	text-decoration: line-through;
	font-size: 11px;
	float: right;
	padding: 3px 6px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	background: #DC143C;
	margin: 2px 0 0 5px;
	color: white;
	line-height: 120%;
}



main .products .product .buy {
	float:right;
	background:url(../include/img/buy-green.png) right center no-repeat;
	background-size:20px 20px;
	height:20px;
	color:olive;
	padding:7px 27px 0 0;
	font-size:12px;
	font-weight:600;
	margin:15px 0 0;
}

main .products .product .price sup {
	font-size:10px;
	display:inline-block;
	padding:0 0 0 2px;
}

main .products .product h3 {
	margin:0;
	padding:10px 0 0;
	font-weight:400;
	color:#000;
	line-height:130%;
	font-size:15px;
	clear:both;
}

main .products .row:after {
	content:'';
	display:block;
	clear:both;
}

main .pagination {
	height:70px;
	background:#efefef;
	text-align:center;
}

main .pagination a {
	display:inline-block;
	color:#666;
	font-size:14px;
	width:32px;
	height:32px;
	text-align:center;
	line-height:32px;
	margin:19px 3px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
}

main .pagination a:hover {
	background:#fff;
}

main .pagination a.active {
	background:#edbc1c;
	color:#fff;
}

main .reviews {
	padding-top:20px;
	padding-bottom:20px;
}

main .reviews .title {
	color:#edbc1c;
	font-size:25px;
	font-weight:600;
	line-height:150%;
	padding:0 0 15px;
}

main .reviews .review {
	width:22%;
	float:left;
	min-height:100px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #b6bcc9;
	padding:15px;
	line-height:130%;
	font-size:12px;
	margin-right:4%;
	position:relative;
}

main .reviews .review.color1 {
	background:#fae9f5;
}

main .reviews .review.color2 {
	background:#fdf1e8;
}

main .reviews .review.color3 {
	background:#fcf6d2;
}

main .reviews .review.color4 {
	background:#f3f3f3;
}

main .reviews .review .arrow1 {
	position:absolute;
	left:50px;
	bottom:-18px;
	background:url(../include/img/arrow1.png) center center no-repeat;
	background-size:100%;
	width:23px;
	height:18px;
}

main .reviews .review .arrow2 {
	position:absolute;
	left:50px;
	bottom:-18px;
	background:url(../include/img/arrow2.png) center center no-repeat;
	background-size:100%;
	width:23px;
	height:18px;
}

main .reviews .review .arrow3 {
	position:absolute;
	left:50px;
	bottom:-18px;
	background:url(../include/img/arrow3.png) center center no-repeat;
	background-size:100%;
	width:23px;
	height:18px;
}

main .reviews .review .arrow4 {
	position:absolute;
	left:50px;
	bottom:-18px;
	background:url(../include/img/arrow4.png) center center no-repeat;
	background-size:100%;
	width:23px;
	height:18px;
}

main .reviews .review.last {
	margin-right:0;
}

main .reviews .review .name {
	font-weight:700;
	font-size:13px;
}

main .reviews:after {
	content:'';
	display:block;
	clear:both;
}

main .videos {
	padding-top:20px;
	padding-bottom:20px;
}

main .videos .title {
	color:#edbc1c;
	font-size:25px;
	font-weight:600;
	line-height:150%;
	padding:0 0 15px;
}

main .videos .video {
	position:relative;
	width:23%;
	float:left;
	margin:0 1.33%;
}

main .videos .video.first {
	margin-left:0;
}

main .videos .video.last {
	margin-right:0;
	float:right;
}

main .videos .video .play {
	position:absolute;
	left:50%;
	top:50%;
	width:51px;
	height:51px;
	margin-left:-25px;
	margin-top:-25px;
	background:url(../include/img/play.png) no-repeat;
	background-size:51px 51px;
	cursor:pointer;
}

main .videos .video img {
	float:left;
	width:100%;
}

main .videos:after {
	content:'';
	display:block;
	clear:both;
}

main .row {
	width:90%;
	margin:auto;
	position:relative;
}

main .years {
	min-height:10px;
	background:url(../include/img/review-circle.png) center center repeat-x;
	background-size:17px 11px;
	position:relative;
}

main .years:after,main .years .row:after {
	content:'';
	display:block;
	clear:both;
}

main .years .year {
	float:left;
	font-weight:800;
	font-size:28px;
	color:#e4e3e3;
	width:12.5%;
	text-align:right;
	height:60px;
	line-height:60px;
}

main .years .row.bottom .year {
	width:11.11%;
}

main .years .year.active {
	color:#edbc1c;
}

main .years .row.top .year {
	text-align:right;
}

main .years .row.bottom .year {
	text-align:left;
}

footer {
	background:#919191;
	clear:both;
	color:#fff;
	padding-bottom:10px;
}

footer .footer-google {
	padding:0 0 20px;
}

footer .footer-google strong {
	padding:20px 0 0;
	display:inline-block;
	font-size:20px;
	font-weight:400;
	line-height:130%;
}

footer .footer-google ul {
	margin:0;
	padding:0;
	float:left;
	width:25%;
}

footer .footer-google ul li {
	color:#fff;
	font-size:8px;
	margin:0 0 0 15px;
}

footer .footer-google ul li a {
	color:#fff;
	font-size:13px;
	line-height:150%;
}

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

footer .copyright {
	line-height:130%;
	padding:10px 0;
	text-align: center;
	margin: auto;
}

footer .payments {
	width:233px;
	height:25px;
	background: white url(../include/img/payments-2021.png) no-repeat center center;
	background-size:90% auto;
	
	padding: 20px 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
}

footer:after {
	content:'';
	display:block;
	clear:both;
}

.inner {
	margin:auto;
	position:relative;
	padding:0 20px;
	max-width:1243px;
	min-width:900px;
}

.titul-popup {
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/popup-background.png);
	padding:0;
	margin:0;
	z-index:9999;
	top:0;
	left:0;
	min-width:1000px;
	text-align:center;
	display:none;
}

#titul-popup-content {
	position:relative;
	text-align:left;
	background:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.black {
	background:#000;
}

.titul-pxxlarge {
	width:905px;
	padding:25px;
}

.titul-pclose {
	position:absolute;
	top:8px;
	right:5px;
	cursor:pointer;
	font-size:20px;
	color:#fff;
}

.titul-pclose:hover {
	color:#666;
}

.popup-register-content {
	behavior:url(../pie/PIE.htc);
	position:fixed;
	top:30px;
	right:-350px;
	width:335px;
	text-align:left;
	background:#efefef;
	border:1px solid #829a1c;
	padding:25px 10px 25px 5px;
	font-family:Arial,Helvetica,sans-serif;
	-webkit-border-top-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-bottomleft:4px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	border-right:none;
	-webkit-box-shadow:0 0 10px 5px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 10px 5px rgba(0,0,0,0.1);
	box-shadow:0 0 10px 5px rgba(0,0,0,0.1);
	line-height:110%;
	z-index:9999;
}

.popup-register-close {
	cursor:pointer;
	width:21px;
	height:21px;
	background:url(../images/popup-register-close-1.png) no-repeat;
	position:absolute;
	top:7px;
	left:7px;
}

.pr-row {
	clear:both;
	padding:10px 10px 5px;
}

.pr-left {
	float:left;
	width:180px;
	padding:8px 0 0;
	font-size:14px;
}

.pr-left span {
	font-size:12px;
	line-height:120%;
	display:block;
	padding:2px 0 0;
	color:gray;
}

.pr-right {
	float:left;
	width:110px;
	padding:0 0 0 10px;
}

.pr-row a {
	display:block;
	background:#829a1c;
	padding:7px 10px;
	text-align:center;
	width:100px;
	color:#fff;
	float:left;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.popups {
	position:absolute;
	width:100%;
	height:100%;
	background:url(../include/img/popup.png);
	padding:0;
	margin:0;
	z-index:9999;
	top:0;
	left:0;
	min-width:1000px;
	text-align:center;
	display:none;
}

.popups.visible {
	display:block;
}

.popup-content {
	position:relative;
	text-align:left;
	background:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	line-height:150%;
}

.popup-content.large {
	width:900px;
	margin:200px auto 50px;
	padding:20px 25px;
}

.popup-content.small {
	width:600px;
	margin:200px auto 50px;
	padding:20px 25px;
}

.popup-content.xsmall {
	width:500px;
	margin:200px auto 50px;
	padding:20px 25px;
}

.popup-content.middle {
	width:700px;
	padding:40px 25px;
	text-align:center;
}

.popup-content.middlev {
	width:900px;
	padding:40px 25px;
	text-align:center;
	background:#000;
}

.popup-content.middlexx {
	width:700px;
	margin:150px auto 50px;
	padding:40px 25px;
	text-align:center;
}

.popup-content.bmiddle {
	width:960px;
	margin:150px auto 50px;
	padding:30px;
	text-align:center;
}

.close {
	position:absolute;
	top:12px;
	right:10px;
	cursor:pointer;
	font-size:20px;
	color:#333;
}

.close:hover {
	color:#666;
}

.close1 {
	position:absolute;
	top:12px;
	right:10px;
	cursor:pointer;
	font-size:20px;
	color:#333;
}

.close1:hover {
	color:#666;
}


.all-review {
	position:absolute;
	top:15px;
	right:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	border:1px solid #edbc1c;
	padding:5px 15px 8px;
	color:#fff;
	font-size:14px;
	font-weight:400;
	margin:10px 0 0;
	background:#edbc1c;
}

.all-review a {
	color:#fff;
}

.paragraph {
	color:gray;
	padding:10px;
	background:#fafafa;
	border:1px solid #efefef;
	margin:5px;
	font-size:14px;
	line-height:110%;
}

.paragraph p {
	text-align:justify;
	margin:0;
	padding:10px 0;
	line-height:120%;
}

.paragraph-result {
	color:gray;
	padding:10px;
	background:#fafafa;
	border:1px solid #efefef;
	margin:15px 20px 10px;
	font-size:14px;
}

.paragraph-result p {
	text-align:justify;
	line-height:130%;
}

.message {
	color:red;
	padding:10px 10px 0;
	margin:0 15px;
	font-size:14px;
}

.message p {
	text-align:justify;
	color:#000;
	line-height:130%;
}

.message a {
	text-decoration:underline;
}

.textarea textarea {
	background:#fff;
	border:1px solid #ccc;
	width:100%;
	height:150px;
	padding:10px;
	font-size:14px;
	color:#666;
}

.submit input {
	background:#fc9827;
	border:none;
	text-align:center;
	color:#fff;
	margin:10px 0 0;
	padding:5px 10px;
	font-size:14px;
	cursor:pointer;
	float:left;
}

#resultmsgloading {
	float:left;
	background:url(../images/ajax-loader.gif) no-repeat;
	width:16px;
	height:16px;
	margin:15px 0 0 10px;
	display:none;
}

main .text .menu_top3 a {
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	border:1px solid #edbc1c;
	padding:3px 15px;
	color:#fff;
	font-size:13px;
	font-weight:400;
	margin:0;
	display:inline-block;
	background:#edbc1c;
	text-decoration:none;
}

main .text .menu_top3 a:hover {
	background:#dcaa05;
}

.underline {
	text-decoration:underline;
}

.resultmsgajax {
	display:none;
	color:red;
	margin:10px 0;
	padding:10px;
	font-size:14px;
	background:#fafafa;
	border:1px solid #efefef;
}

.resultmsgajax p {
	text-align:justify;
	margin:0;
	padding:2px 0;
	line-height:120%;
}

.submit input:hover {
	background:#fd3f1d;
}

.textred {
	color:red;
}

.menu-right ul .textred a {
	color:red;
}

.bottomno {
	margin-bottom:0;
}

.topno {
	margin-top:0;
}



/* Dropdown Button */
.dropbtn {
    -webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	border:1px solid olive;
	padding:5px 15px;
	color:#fff;
	font-size:13px;
	font-weight:400;
	margin:20px 0 5px;
	display:inline-block;
	background:olive;
	text-decoration:none;
	cursor:pointer;
	width: 100%;
}

.dropbtn:hover {
	background:#6d6d1b;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: block;
    width: 100%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #efefef;
    min-width: 160px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
    width: 100%;
    -moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    font-size: 13px;
    line-height: 120%;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f6f6f6;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}


.jssorb05 div,.jssorb05 div:hover,.jssorb05 .av {
	background:url(../jssor/img/b05.png) no-repeat;
	overflow:hidden;
	cursor:pointer;
}

.jssorb05 div {
	background-position:-7px -7px;
}

.jssorb05 div:hover,.jssorb05 .av:hover {
	background-position:-37px -7px;
}

.jssorb05 .av {
	background-position:-67px -7px;
}

.jssorb05 .dn,.jssorb05 .dn:hover {
	background-position:-97px -7px;
}

.jssora12l,.jssora12r,.jssora12ldn,.jssora12rdn {
	position:absolute;
	cursor:pointer;
	display:block;
	background:url(../jssor/img/a12.png) no-repeat;
	overflow:hidden;
}

.jssora12l {
	background-position:-16px -37px;
}

.jssora12r {
	background-position:-75px -37px;
}

.jssora12l:hover {
	background-position:-136px -37px;
}

.jssora12r:hover {
	background-position:-195px -37px;
}

.jssora12ldn {
	background-position:-256px -37px;
}

.jssora12rdn {
	background-position:-315px -37px;
}


.popup-content .input {
	width: 100%;
	padding: 5px 10px;	
}

.popup-content .button {
	padding: 5px 10px;	
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	border:1px solid #edbc1c;
	padding:5px 15px;
	color:#fff;
	font-size:13px;
	font-weight:400;
	margin:5px 0 5px;
	display:inline-block;
	background:#edbc1c;
	text-decoration:none;
	cursor:pointer;
	width: 100%;
}

.popup-content .msg {
	color: red;
	font-weight: bold;
}

.city-alert-container {
	padding: 0 15px;
	line-height: 150%;
	font-size: 14px;
}

.city-alert-container-buttons {
	padding: 15px 15px 0 15px;
}

.city-alert-ok {
	background: olive;
	color: white;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	padding: 5px 10px;
	display: inline-block;
	margin-right: 10px;
}

.city-alert-no {
	background: #efefef;
	color: black;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	padding: 5px 10px;
	display: inline-block;
	margin-right: 10px;
}

.ordertable input[type=text] {
	padding: 0;
	margin: 0;
	border: none;
}
.ordertable td {
	padding: 3px 0;
}



.social-icons {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 0 10px 0;
}

.social-icons a {
  display: inline-block;
  margin: 5px 5px 0 5px;
  text-align: center;
  vertical-align: middle;
}

.social-icons a {
  font-size: 10px;
  color: #4a4a4a;
}
.social-icons a:hover {
  color: #e64031;
}

.social-icons .fa-facebook {
	font-size: 17px;
}

main .text.part {
	max-height: 300px;
	overflow: hidden;
}

.more {
	display: inline-block;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	border:1px solid #edbc1c;
	padding:5px 25px;
	color:#fff;
	font-size:14px;
	font-weight:400;
	margin:10px 0;
	background:#edbc1c;
	cursor: pointer;
}

.more:hover {
	background:#daac16;
	border:1px solid #daac16;
}


.cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #e5e5e5;
	text-align: center;
	z-index: 999999;
	padding: 5px;
}

.cookies span, .cookies a {
	display: inline-block;
	line-height: 150%;
	padding: 15px 0;
	font-size: 12px;
	color: black;
}

.cookies a {
	background: #9bc736;
	padding: 5px 20px;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: white;
	text-decoration: none;
}

.cookies a:hover {
	background: #8eb633;
}

#map {
	margin-top: 30px;
	height:75vh;
}