html {
	background:#f9f9f9;
	height:100%;
}
body {
	font-family:'Poppins', sans-serif;
	color:#444;
	outline:none;
	margin:0;
	padding:0;
	height:100%;
}
a:link {
	color:#000;
	text-decoration:none;
	outline:none;
	transition:color 0.15s ease-in-out;
}
a:visited {
	color:#000;
	text-decoration:none;
	outline:none;
	transition:color 0.15s ease-in-out;
}
a:hover {
	color:#000;
	text-decoration:none;
	outline:none;
	transition:color 0.15s ease-in-out;
}
* {
	-webkit-tap-highlight-color:transparent;
}
p {
	font-family:"Open Sans", sans-serif;
	font-size:15pt;
	line-height:33px;
	text-align:left !important;
	margin:0;
	padding:10px 0;
}
a img {
	border:0;
}
h1 {
	width:100%;
	font-size:42pt;
	line-height:62px;
	color:#333;
	margin:0;
	font-weight:400;
	padding:0 0 30px 0;
	text-align:left;
	position:relative;
	box-sizing:border-box;
	float:left;
}
h1 a:hover {
	color:#777;
}
h2 {
	font-size:24pt;
	line-height:38px;
	font-weight:400;
	margin:0;
	padding:0;
}
.article-content h2 {
	padding:0 0 15px 0;
}
h2 a:link, h2 a:visited, .obj-nav a {
	background:#fff;
	font-size:13pt;
	line-height:27px;
	margin:0 10px 10px 0;
	padding:7px 15px 5px 15px;
	text-align:left;
	font-weight:400;
	border:1px solid #ccc;
	border-radius:5px;
	box-sizing:border-box;
	color:#444;
	position:relative;
	float:left;
	transition:color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
h2 a:hover, .obj-nav a:hover {
	color:#000;
	border-color:#000;
}
h2 a.current {
	background:#7ac143;
	color:#fff;
	border-color:#7ac143;
}
.bttn-arrow::after {
	content:"";
	position:absolute;
	bottom:-7px;
	left:50%;
	margin-left:-5px;
	background:#fff;
	border:solid #c5c5c5;
	border-width:0 1px 1px 0;
	display:inline-block;
	padding:5px;
	transform:rotate(45deg);
	transition:border-color 0.15s ease-in-out;
}
.bttn-arrow:hover::after {
	border-color:#000;
}
.page-content {
	width:100%;
	background:#f9f9f9;
	min-height:calc(100vh - 152px);
	padding:160px 0 80px 0;
	box-sizing:border-box;
	float:left;
}
.container {
	max-width:1532px;
	width:92%;
	margin:0 auto;
	position:relative;
}
.content {
	width:100%;
	float:left;
}
.page-center {
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	font-size:14pt;
	padding:180px 0 120px 0;
}
.page-center .container {
	max-width:1000px;
}
.page-center p {
	text-align:center !important;
}
.page-center h1 {
	text-align:center;
	padding-bottom:40px;
}
.page-center a {
	text-underline-offset:2px;
	text-decoration:underline;
}
.menu-container {
	width:100%;
	height:120px;
	background:#fff;
	z-index:1001;
	position:fixed;
	top:0;
	left:0;
	transition:height 0.15s ease-in-out;
}
a.logo {
	background:url(img/logo.png) no-repeat center left;
	background-size:34px 34px;
	color:#000;
	font-size:17.4pt;
	line-height:34px;
	padding-left:46px;
	position:absolute;
	top:20px;
	left:0;
	font-weight:500;
	z-index:1000;
}
.lang {
	position:absolute;
	top:26px;
	right:0;
}
.lang a {
	font-size:14pt;
	line-height:24px;
	font-weight:500;
	margin-left:20px;
	color:#ccc;
}
.lang a:hover {
	color:#000;
}
.lang a.current {
	color:#444;
}
a.mail {
	background:url(img/mail_icon.png) no-repeat center left;
	background-size:21px 16px;
	padding-left:28px;
	color:#777;
	position:absolute;
	top:26px;
	right:20%;
	font-size:13pt;
	line-height:24px;
}
a.mail:hover {
	color:#000;
}
input, select, textarea {
	font-family:'Poppins', sans-serif;
}
[rel=travel-bttn], [rel=craft-bttn] {
	font-weight:600;
}
.search-box-top {
	width:50%;
	height:42px;
	background:#f5f5f5;
	border:0;
	border-radius:3px;
	position:absolute;
	top:16px;
	left:210px;
	z-index:2;
}
.search-box-top input {
	background:transparent;
    width:calc(100% - 76px);
	height:30px;
	font-family:'Poppins', sans-serif;
	font-size:12pt;
	line-height:25px;
	color:#444;
	padding:6px 15px 6px 15px;
	border:0;
	float:right;
}
.search-box-top input:focus {
	outline-color:transparent;
	outline-style:none;
}
.search-box-top button {
	background:url(img/search_sml.png) no-repeat center;
	background-size:24px 24px;
	width:46px;
	height:42px;
	padding:0;
	border:0;
	position:relative;
	top:0;
	left:-1px;
	cursor:pointer;
	float:left;
}
.search-box-top button:active {
	top:1px;
	left:0;
}
.cart-items {
	width:40px;
	position:absolute;
	top:17px;
	right:11.5%;
	z-index:999;
}
.cart-items:hover {
	min-height:100px;
}
.cart-items-box {
	width:280px;
	position:absolute;
	top:52px;
	right:-10px;
	display:none;
}
.cart-items:hover .cart-items-box {
	display:block;
}
.cart-items .cart-items-box ul {
	background:#fff;
	width:100%;
	max-height:555px;
	border:1px solid #ccc;
	padding:16px 15px 0 15px;
	margin:0;
	list-style:none;
	overflow:auto;
	border-radius:3px;
	box-sizing:border-box;
	box-shadow:0 3px 5px rgba(0,0,0,0.15);
	scrollbar-color:#999 transparent;
	scrollbar-width:thin;
	float:left;
}
.cart-items .cart-items-box ul li {
	width:100%;
	height:85px;
	margin:0 0 10px 0;
	padding:3px 80px 0 0;
	position:relative;
	list-style:none;
	font-size:13px;
	line-height:23px;
	border-bottom:1px dotted #ddd;
	box-sizing:border-box;
	float:left;
}
.cart-items .cart-items-box ul li:nth-last-child(2) {
	margin:0;
}
.cart-items .cart-arrow {
	position:absolute;
	top:-9px;
	right:19px;
	width:0; 
	height:0; 
	border-left:11px solid transparent;
	border-right:11px solid transparent;  
	border-bottom:9px solid #b5b5b5;
}
.cart-items .cart-arrow:after {
	content:'';
	position:absolute;
	top:1px;
	right:-11px;
	width:0; 
	height:0;
	z-index:99;
	border-left:11px solid transparent;
	border-right:11px solid transparent;  
	border-bottom:9px solid #fff;
}
.cart-items img {
	width:74px;
	height:74px;
	position:absolute;
	top:0;
	right:0;
}
.cart-items .cart-items-box ul li.cart-total {
	border-bottom:0;
	padding:15px 0 6px 0;
	height:auto;
}
.cart-items ul li.cart-total div {
	font-weight:600;
	float:left;
}
.cart-items .cart-items-box ul li.cart-total a {
	background:#7ac143;
	color:#fff;
	width:100%;
	font-size:16px;
	line-height:40px;
	text-align:center;
	font-weight:600;
	display:block;
	margin-top:13px;
	border-radius:3px;
	float:left;
	transition:filter 0.15s ease-in-out;
}
.cart-items .cart-items-box ul li.cart-total a:hover {
	filter:contrast(120%);
}
.remove-bttn-sml {
	background:url(img/remove_sml.png) no-repeat center;
	background-size:20px 20px;
	width:20px;
	height:20px;
	position:absolute;
	top:5px;
	right:5px;
	border-radius:100%;
	border:0;
	outline:none;
	cursor:pointer;
	z-index:2;
	transition:opacity 0.15s ease-in-out;
}
a.cart-box {
	background-image:url(img/cart_icon.png);
	background-repeat:no-repeat;
	background-position:10px 12px;
	background-size:20px 18px;
	background-color:#333;
	border-radius:5px;
	position:absolute;
	top:0;
	right:0;
	width:40px;
	height:40px;
}
a.cart-box span {
	border-radius:9px;
	background:#888;
	font-size:9pt;
	line-height:17px;
	color:#fff;
	position:absolute;
	top:-5px;
	right:-5px;
	min-width:17px;
	height:17px;
	padding:0 4px 0 5px;
	text-align:center;
	box-sizing:border-box;
}
a.cart-box-i {
	background-color:#7ac143;
}
a.cart-box-i span {
	background:#000;
}
.cart-info {
	width:100%;
	font-size:12pt;
	line-height:22px;
	background:#000;
	color:#fff;
	padding:15px;
	margin:10px 0 20px 0;
	border-radius:5px;
	box-sizing:border-box;
	float:left;
}
.menu-content {
	width:92%;
	height:100%;
	max-width:1532px;
	margin:0 auto;
	position:relative;
}
.menu {
	width:100%;
	font-size:0;
	position:absolute;
	top:69px;
	right:0;
	left:0;
	transition:top 0.15s ease-in-out, opacity 0.15s ease-in-out;
}
.menu-hide .menu {
	opacity:0;
	top:39px;
	z-index:-10;
}
.menu-show .menu {
	opacity:1;
	top:69px;
}
.menu-hide {
	height:74px;
}
.menu > ul {
	width:100%;
	padding:0;
	margin:15px 0;
	list-style:none;
	text-align:left;
	float:left;
}
.menu > ul > li {
	margin:0 4.5% 0 0;
	padding:0;
	list-style:none;
	color:#fff;
	position:relative;
	float:left;
}
.menu-lv > ul > li:nth-last-child(-n+4) {
	margin:0 0 0 4.5%;
	float:right;
}
.menu-en > ul > li:nth-last-child(-n+1) {
	margin:0 0 0 4.5%;
	float:right;
}
.menu > ul > li:nth-last-child(1) {
	margin:0 !important;
}
.menu > ul > li > a {
	font-size:13.5pt;
	line-height:19px;
	color:#000;
	transition:color 0.15s ease-in-out;
}
.menu > ul > li > a:hover {
	color:#999;
}
.menu > ul > li > a.current {
	color:#7ac143;
}
.menu-intro {
	background:none;
	box-shadow:none;
	position:absolute;
}
.menu-intro a.logo {
	color:#fff;
}
.menu-intro a.mail {
	background:url(img/mail_icon_white.png) no-repeat center left;
	background-size:21px 16px;
	color:#fff;
	top:26px;
	right:137px;
}
a.mail:hover {
	color:#ccc;
}
.menu-intro #menu-bttn div {
	background:#fff;
}
.menu-intro .menu > ul > li > a {
	color:#fff;
}
.menu-intro .menu > ul > li > a:hover {
	color:#ccc;
}
.menu-intro .menu {
	opacity:1;
	top:69px;
}
.menu-intro .lang a {
	color:#999;
}
.menu-intro .lang a:hover {
	color:#ccc;
}
.menu-intro .lang a.current {
	color:#fff;
}
.menu-sml-content {
	width:100%;
	height:74px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	z-index:999;
	text-align:center;
	display:none;
	transition:background 0.2s ease-in-out;
}
.open {
	background:rgba(255,255,255,0.25);
}
#menu-bttn {
	width:20px;
	height:14px;
	position:absolute;
	top:19px;
	right:calc(3% - 8px);
	padding:10px;
	cursor:pointer;
	z-index:1001;
}
#menu-bttn div {
	background:#000;
	width:22px;
	height:2px;
	position:absolute;
}
.menu-bttn-line-1 {
	top:10px;
}
.menu-bttn-line-2 {
	top:17px;
}
.menu-bttn-line-3 {
	top:24px;
}
#menu-sml {
	background:#000;
	width:100%;
	height:100vh;
	padding:0;
	position:absolute;
	top:74px;
	left:0;
	display:none;
	z-index:1000;
	overflow:auto;
}
.menu-sml-container {
	background:#000;
	width:100%;
	padding:25px 0 150px 0;
	overflow:auto;
	float:left;
}
#menu-sml ul {
	width:100%;
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	float:left;
}
#menu-sml ul li {
	width:100%;
	margin:0 0 4px 0;
	padding:0;
	list-style:none;
	text-align:center;
	float:left;
}
#menu-sml ul li:first-child {
	padding-bottom:15px;
}
#menu-sml ul li a {
	color:#fff;
	font-size:13pt;
	line-height:25px;
	padding:5px;
	position:relative;
	cursor:pointer;
	display:inline-block;
}
#menu-sml ul li a:hover {
	text-decoration:none;
}
#menu-sml ul li:first-child a {
	margin:0 15px;
	padding:3px 0;
	color:#eee;
}
#menu-sml ul li a.current {
	color:#7ac143;
}
#menu-sml ul li:first-child a.current {
	border-bottom:1px solid #eee;
	color:#eee;
}
.menu-sml-container .search-box-top {
	max-width:450px;
	position:static;
	width:88%;
	margin:5px auto 15px auto;
	display:none;
}
.menu-sml-container .search-box-top input {
    width:calc(100% - 66px);
	padding:6px 15px 6px 5px;
}
.intro {
	width:100%;
	height:100%;
	min-height:650px;
	float:left;
}
.intro .bg {
	width:100%;
	height:100%;
	position:relative;
	float:left;
}
.intro .bg:after {
	content:"";
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
}
.search-box {
	width:92%;
	max-width:720px;
	top:32.5%;
	position:relative;
	margin:0 auto;
	z-index:99;
}
.search-box-title {
	width:100%;
	font-size:44pt;
	line-height:68px;
	color:#fff;
	padding:0;
	text-align:center;
	float:none;
}
.search-box form {
	width:100%;
	text-align:center;
	float:left;
	margin-bottom:9px;
}
.search-box-form {
	width:91%;
	height:62px;
	background:#fff;
	border-radius:3px;
	position:relative;
	margin:30px auto 0 auto;
}
.search-box input {
	background:none;
    width:calc(100% - 92px);
	height:30px;
	font-size:20px;
	line-height:30px;
	font-family:'Poppins', sans-serif;
	color:#555;
	padding:16px 20px 16px 0;
	border:0;
	float:right;
}
.search-box input:focus {
	outline-color:transparent;
	outline-style:none;
}
.search-box button {
	background:url(img/search_sml.png) no-repeat 20px 19px;
	background-size:24px 24px;
	width:60px;
	height:62px;
	margin:0;
	padding:0;
	border:0;
	cursor:pointer;
	float:left;
}
.search-box button:active {
	background:url(img/search_sml.png) no-repeat 21px 20px;
	background-size:24px 24px;
}
.search-box span {
	width:100%;
	color:#fff;
	font-size:16pt;
	line-height:28px;
	text-align:center;
	display:block;
	margin-top:28px;
}
.intro-content {
	background:#f5f5f5;
	padding:75px 0 !important;
	min-height:inherit;
	font-family:"Open Sans", sans-serif;
}
.intro-content .container {
	max-width:1500px;
}
.intro-content .content p {
	font-size:18pt;
	line-height:36px;
	padding:5px 0;
	margin:0;
}
.content-images {
	width:100%;
	padding-top:35px;
	opacity:0;
	float:left;
}
.content-images .img {
	background:#eaeee9;
	position:relative;
	display:inline-block;
}
.content-images .img-1 {
	max-width:758px;
}
.content-images .img img {
	max-width:100%;
	height:auto;
	position:relative;
	z-index:11;
	border-radius:3px;
}
.content-images .img a > div, .objects-list ul li > div > .obj-img > div {
	position:absolute;
	z-index:12;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity:0;
	text-align:left;
	overflow:hidden;
	transition:opacity 0.15s ease-in-out;
}
.radosa-latvija .img a > div {
	opacity:1;
}
.content-images .img a > div:before, .objects-list ul li > div > .obj-img > div:before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:50%;
	bottom:0;
	opacity:0.65;
	background:linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
	transition:opacity 0.15s ease-in-out;
}
.radosa-latvija .img:hover a > div:before, .objects-list ul li > div > .obj-img:hover > div:before {
	opacity:1;
}
.content-images .img a > div span, .objects-list ul li > div > .obj-img > div span {
	color:#fff;
	font-size:14pt;
	line-height:22px;
	display:block;
	position:absolute;
	bottom:0;
	padding:22px 26px;
	box-sizing:border-box;
}
.content-images .img:hover a > div {
	opacity:1;
}
.content-images .img label {
	opacity:0;
	font-size:12pt;
	line-height:24px;
	position:absolute;
	top:0;
	left:0;
	background:#fff;
	padding:5px 10px;
	color:#000;
	z-index:99;
	cursor:pointer;
	user-select:none;
	transition:opacity 0.15s ease-in-out, background 0.15s ease-in-out;
}
.content-images .img:hover label {
	opacity:1;
}
.content-images .img label.text-img {
	opacity:1;
	background:#ff0;
}
.related .img a > div span {
	font-size:12pt;
	line-height:20px;
	padding:15px 18px;
}
.descr-images .views {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color:#fff;
	z-index:30;
	text-shadow:0 0 20px #000;
}
.found {
	width:100%;
	color:#777;
	float:left;
}
.pagnav-content {
	width:100%;
	padding-top:25px;
	float:right;
}
.pagnav-top {
	width:auto;
	padding:0;
	position:absolute;
	top:10px;
	right:0;
}
.pagnav {
	float:right;
}
.pagnav-pages {
	background:#e9e9e9;
	border-radius:3px;
	overflow:hidden;
	display:table;
	margin:0 auto;
}
.pagnav a {
	display:inline-block;
	color:#444;
	font-size:13pt;
	line-height:40px;
	text-align:center;
}
.pagnav select {
	width:auto;
}
a.paginate {
	width:40px;
	height:40px;
	transition:background 0.15s ease-in-out;
}
a.paginate:hover {
	background:#fff;
}
a.selected {
	background:#7ac143;
	color:#fff;
	width:40px;
	height:40px;
}
span.inactive {
	display:none;
}
span.dots {
	display:inline-block;
	margin:0;
	width:20px;
	text-align:center;
	color:#444;
}
.pagnav .prev, .pagnav .next {
	font-size:13pt;
	line-height:40px;
	color:#fff;
	width:8px;
	height:40px;
	padding:0 16px;
	text-indent:-9999px;
	transition:background-color 0.15s ease-in-out;
}
.pagnav .prev {
	background:url(img/pagnav_prev.png) no-repeat left 13px center #b5b5b5;
	background-size:10px 17px;
}
.pagnav .next {
	background:url(img/pagnav_next.png) no-repeat right 13px center #b5b5b5;
	background-size:10px 17px;
}
.pagnav .prev:hover, .pagnav .next:hover {
	background-color:#555;
}
.description {
	width:45%;
	max-height:439px;
	overflow:hidden;
	position:relative;
	padding-top:5px;
	margin-bottom:46px;
	float:left;
}
.description p span, .descr p span, .description p em, .descr p em {
	font-size:15pt !important;
	line-height:33px !important;
	font-style:normal !important;
}
.description ul li, .description ol li {
	font-family:"Open Sans", sans-serif;
	font-size:14pt;
	line-height:34px;
	text-align:left !important;
}
.description-media {
	width:48.9%;
	max-height:500px;
	margin:-52px 0 50px 0;
	overflow:hidden;
	display:flex;
	justify-content:center;
	font-size:0;
	float:right;
}
.description-media iframe {
	width:100%;
	height:500px;
}
.description-media img {
	height:auto;
	max-width:auto;
	max-height:500px;
	float:right;
}
a.info-bttn {
	margin:10px 0 12px 0;
	font-weight:600;
	display:inline-block;
	box-sizing:border-box;
	position:relative;
	font-size:13pt;
	line-height:22px;
	border:1px solid #ccc;
	padding:11px 22px 11px 16px;
	border-radius:5px;
	transition:border 0.15s ease-in-out;
}
a.info-bttn:hover {
	border:1px solid #000;
}
a.info-bttn:after {
	content:"";
	background:url(img/info_arrow.png) no-repeat center right;
	background-size:16px 16px;
	display:inline-block;
	top:2px;
	right:-6px;
	width:16px;
	height:16px;
	position:relative;
}
.read-more-bg {
	text-align:center;
	width:100%;
	height:200px;
	position:absolute;
	bottom:30px;
	left:0;
	background:linear-gradient(to top, #f9f9f9 0%, rgba(249, 249, 249, 0.738) 19%, rgba(249, 249, 249, 0.541) 34%, rgba(249, 249, 249, 0.382) 47%, rgba(249, 249, 249, 0.278) 56.5%, rgba(249, 249, 249, 0.194) 65%, rgba(249, 249, 249, 0.126) 73%, rgba(249, 249, 249, 0.075) 80.2%, rgba(249, 249, 249, 0.042) 86.1%, rgba(249, 249, 249, 0.021) 91%, rgba(249, 249, 249, 0.008) 95.2%, rgba(249, 249, 249, 0.002) 98.2%, transparent 100%);
	pointer-events:none;
}
.read-more-bg:after {
	content:"";
	width:100%;
	background:#f9f9f9;
	position:absolute;
	bottom:-30px;
	left:0;
	right:0;
	height:30px;
}
.read-more {
	font-size:14pt;
	line-height:30px;
	color:#111;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
	cursor:pointer;
	display:table;
	transition:color 0.15s ease-in-out;
	z-index:5;
}
.read-more:hover {
	color:#999;
}
.description table {
	width:100% !important;
}
.description table td {
	padding:15px;
	font-size:12pt !important;
	line-height:24px !important;
}
.content-image {
	width:100%;
	padding-bottom:20px;
	float:left;
}
.image-left-content {
    width:calc(100% - 532px);
	float:left;
}
.image {
	background:#eaeee9;
	width:100%;
	text-align:center;
	position:relative;
	float:left;
}
a.image-prev {
	background:url(img/prev.png) no-repeat left 25px center;
	background-size:21px 36px;
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
a.image-next {
	background:url(img/next.png) no-repeat right 25px center;
	background-size:21px 36px;
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	z-index:10;
}
.image-bttns {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}
a.image-close {
	background:url(img/close_white.png) no-repeat center left 11px rgba(0,0,0,0.4);
	background-size:19px 17px;
	max-width:calc(100% - 40px);
	min-width:39px;
	height:39px;
	padding-left:15px;
	padding-right:11px;
	font-weight:500;
	font-size:12pt;
	line-height:39px;
	text-align:left;
	box-sizing:border-box;
	overflow:hidden;
	transition:background-color 0.15s ease-in-out;
	float:left;
}
a.image-close span {
	width:100%;
	padding:0 0 0 25px;
	color:#fff;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	box-sizing:border-box;
	transition:background-color 0.15s ease-in-out;
	float:left;
}
a.image-zoom {
	background:url(img/zoom_white.png) no-repeat top 10px left 10px rgba(0,0,0,0.4);
	background-size:20px 20px;
	width:39px;
	height:39px;
	box-sizing:border-box;
	margin-left:1px;
	border-bottom-right-radius:3px;
	transition:background-color 0.15s ease-in-out;
	float:left;
}
a.descr-bttn {
	background:rgba(0,0,0,0.4);
	width:170px;
	color:#fff;
	font-weight:500;
	font-size:12pt;
	line-height:22px;
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
	margin:0 auto;
	display:table;
	z-index:101;
	padding:10px 0;
	box-sizing:border-box;
	border-radius:5px;
	transition:background-color 0.15s ease-in-out;
}
a.image-close:hover, a.image-zoom:hover, a.descr-bttn:hover {
	background-color:rgba(0,0,0,0.6);
}
.image:hover a.image-prev, .image:hover a.image-next, .image:hover .image-bttns, .image:hover .descr-bttn {
	display:block;
}
.image img {
	width:auto;
	max-width:100%;
	max-height:calc(100vh - 266px);
	height:auto;
}
.descr {
	width:100%;
	max-width:1000px;
	padding-top:25px;
	float:left;
}
.image-descr {
	width:500px;
	font-size:16px;
	line-height:22px;
	float:right;
}
.image-descr h1 {
	font-size:32pt;
	line-height:50px;
	width:100%;
	padding-bottom:20px;
	float:left;
}
.share-icons {
	width:100%;
	height:32px;
	margin:0 0 20px -2px;
	float:left;
}
.image-code {
	width:100%;
	padding-bottom:8px;
	float:left;
}
.image-author {
	width:100%;
	padding-bottom:8px;
	float:left;
}
.image-info {
	width:100%;
	font-size:10pt;
	line-height:18px;
	padding-bottom:8px;
	color:#aaa;
	float:left;
}
.license {
	width:100%;
	color:#777;
	font-size:11pt;
	line-height:22px;
	float:left;
}
.keywords {
	width:100%;
	padding-top:20px;
	margin-bottom:-10px;
	float:left;
}
.more-images {
	width:100%;
	float:left;
}
.more-images a {
	background:#fff;
	font-size:13.8pt;
	line-height:24px;
	padding:11px 19px 10px 19px;
	text-align:center;
	font-weight:400;
	border:1px solid #ccc;
	border-radius:5px;
	box-sizing:border-box;
	color:#777;
	display:table;
	margin:20px auto 10px auto;
	transition:color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.more-images a strong {
	font-weight:600;
}
.more-images a:hover {
	color:#000;
	border-color:#000;
}
.rek-block {
	max-width:1000px;
	width:100%;
	margin:0 auto;
	display:none;
	overflow:auto;
}
iframe {
	width:100%;
	padding:0;
	margin:0;
	border:0 !important;
}
.table {
	color:#333;
	margin:25px 0 30px 0;
	border-top:1px solid #ddd;
	float:left;
}
.table th {
	font-size:10pt;
	line-height:22px;
	font-weight:600;
}
.table tr td {
	border-bottom:1px solid #ddd;
	font-size:15px;
	line-height:18px;
	padding:15px 5px;
	color:#656565;
}
.table tr td:first-child {
	font-weight:600;
	font-size:20pt;
	line-height:26px;
	color:#444;
}
.table tr td:last-child {
	font-weight:600;
	white-space:nowrap;
}
a.download-img {
	background:url(img/download.png) no-repeat center;
	background-size:39px 34px;
	display:block;
	width:39px;
	height:34px;
	cursor:pointer;
	transition:filter 0.15s ease-in-out;
}
a.download-img:hover {
	filter:contrast(120%);
}
.table input {
	width:60px;
	margin:2px 0;
	font-family:'Poppins', sans-serif;
}
.table strong {
	font-weight:600;
	font-size:17px;
	line-height:20px;
}
.table div {
	padding:7px 0 5px 0;
}
.table span {
	font-size:13px;
	line-height:19px;
	padding:0 0 5px 0;
	display:block;
}
input.bttnAddToCart {
	background:url(img/cart_icon_sml.png) no-repeat left 8px center #7ac143;
	background-size:16px 14px;
	color:#fff;
	font-size:15px;
	line-height:30px;
	height:32px;
	width:auto;
	padding:1px 8px 0 31px;
	cursor:pointer;
	border:1px solid #7ac143;
	outline:none;
	border-radius:3px;
	box-sizing:border-box;
	transition:filter 0.15s ease-in-out;
}
input.bttnAddToCart:hover {
	filter:contrast(120%);
}
input.bttnAddToCartSelected {
	background:url(img/check_cart.png) no-repeat left 9px center #fff;
	background-size:16px 12px;
	color:#7ac143;
	font-size:15px;
	height:32px;
	width:auto;
	padding:1px 8px 0 31px;
	cursor:pointer;
	border:1px solid #7ac143;
	outline:none;
	border-radius:3px;
	box-sizing:border-box;
}
#cart-content {
	width:70%;
	overflow-x:auto;
	float:left;
}
.table-cart {
	width:100%;
	background:#fff;
	font-size:12pt;
	line-height:25px;
	margin-bottom:15px;
	border-radius:3px;
	overflow:hidden;
	float:left;
}
.table-cart th {
	background:#eaeee9;
	padding:12px 16px;
	font-weight:600;
	text-align:center;
}
.table-cart-total th:first-child {
	text-align:left;
}
.table-cart td:nth-child(2) {
	text-align:left;
}
.table-cart td {
	border-bottom:1px solid #f8f8f8;
	padding:12px 16px;
	font-size:13pt;
	line-height:21px;
	color:#555;
	text-align:center;
}
.table-cart tr:last-child td {
	border-bottom:0;
}
.table-cart td:first-child {
	text-align:left;
}
.table-cart td > a {
	color:#000;
}
.table-cart img {
	width:100%;
	max-width:98px;
	min-width:65px;
	height:auto;
}
.table-cart tr td:nth-child(3), .table-cart tr td:nth-child(4), .table-cart tr td:nth-child(5) {
	white-space:nowrap;
}
.cart-title {
	width:100%;
	font-size:20pt;
	line-height:27px;
	margin:0 0 15px 0;
	padding:0 0 5px 16px;
	box-sizing:border-box;
	float:left;
}
.empty-cart-bttn {
	width:70%;
	float:left;
}
.empty-cart-bttn form {
	display:table;
	margin:0 auto;
}
.empty-cart-bttn input[type=submit] {
	font-family:'Poppins', sans-serif;
	border:0;
	border-radius:3px;
	background:#bbb;
	font-size:10pt;
	line-height:22px;
	color:#fff;
	padding:5px 12px;
	cursor:pointer;
	margin-top:10px;
	box-sizing:border-box;
	transition:background 0.15s ease-in-out;
}
.empty-cart-bttn input[type=submit]:hover {
	background:#ccc;
}
.cart-title a {
	font-size:14pt;
	line-height:27px;
	float:right;
}
.empty-cart {
	width:100%;
	color:#777;
	padding:5px 0 0 16px;
	float:left;
}
.table-cart-pay {
	width:27%;
	float:right;
}
.table-cart-total {
	width:100%;
	margin-top:0;
	float:left;
}
.table-cart-total th {
	position:relative;
}
.table-cart-total span {
	color:#7ac143;
	margin:0;
	float:right;
}
.table-cart-total strong {
	font-size:16pt;
	line-height:28px;
}
.table-cart-total .scroll-bttn {
	background:#fff;
	border-radius:5px;
	padding:3px 6px;
	color:#777;
	font-size:10pt;
	line-height:20px;
	position:absolute;
	top:11px;
	right:10px;
	display:none;
}
.table-cart-total .scroll-bttn:after {
	content:" >";
	font-size:11pt;
	line-height:20px;
	position:relative;
	top:1px;
}
.remove-bttn {
	background:url(img/remove.png) no-repeat center;
	background-size:20px 20px;
	border:0;
	cursor:pointer;
	opacity:0.3;
	transition:opacity 0.15s ease-in-out;
}
.remove-bttn:hover {
	opacity:0.6;
}
.pay-content {
	width:100%;
	font-size:13pt;
	line-height:22px;
	padding-top:5px;
	float:left;
}
.pay-content strong {
	font-weight:600;
	padding:5px 0;
	display:inline-block;
}
.pay-content > div {
	width:100%;
	padding:0 0 10px 0;
	float:left;
}
.pay-content label {
	margin:5px 0 15px 0;
	float:left;
}
.radio {
	position:relative;
	padding-left:32px;
	cursor:pointer;
	box-sizing:border-box;
	user-select:none;
}
.radio input {
	position:absolute;
	opacity:0;
	cursor:pointer;
	height:0;
	width:0;
}
.checkmark {
	position:absolute;
	top:0;
	left:0;
	height:22px;
	width:22px;
	background-color:#e5e5e5;
	border-radius:100%;
	transition:background 0.15s ease-in-out;
}
.radio:hover input ~ .checkmark {
	background-color:#ccc;
}
.radio input:checked ~ .checkmark {
	background-color:#82c143;
}
.checkmark:after {
	content:"";
	position:absolute;
	opacity:0;
	transition:opacity 0.15s ease-in-out;
}
.radio input:checked ~ .checkmark:after {
	opacity:1;
}
.radio .checkmark:after {
	top:5px;
	left:5px;
	width:12px;
	height:12px;
	border-radius:50%;
	background:#fff;
}
.pay-content button {
	font-family:'Poppins', sans-serif;
	background:orange;
	font-size:15pt;
	line-height:60px;
	border:0;
	color:#fff;
	cursor:pointer;
	margin-top:16px;
	width:100%;
	border-radius:3px;
	transition:background 0.15s ease-in-out;
}
.pay-content button:hover {
	background:#ffb900;
}
.pay-content input[type=text], .pay-content input[type=email] {
	width:100%;
	font-size:16px;
	line-height:22px;
	padding:10px 15px;
	margin:0 0 15px 0;
	border:1px solid #aaa;
	border-radius:3px;
	box-sizing:border-box;
	outline:none;
}
.order-form button {
	background:#7ac143;
}
.order-form button:hover {
	background:#79ce37;
}
.g-recaptcha {
	display:table;
	margin:10px 0 14px 0;
	float:left;
}
.info-content {
	max-width:800px;
	text-align:center;
	font-size:15pt;
	line-height:30px;
}
.info-content > div {
	padding:20px 30px 20px 30px;
	text-align:center;
}
.downl {
	width:100%;
	max-width:400px;
	font-size:17pt;
	line-height:32px;
	padding:15px 20px;
	margin:18px auto 0 auto;
	cursor:pointer;
	background:#7ac143;
	color:#fff;
	text-align:center;
	display:table;
	border-radius:3px;
	transition:filter 0.15s ease-in-out;
}
.downl:hover {
	filter:contrast(120%);
}
.stats {
	width:100%;
	margin:0 0 70px 0;
	overflow:auto;
	float:left;
}
.stats > strong {
	width:100%;
	display:block;
	float:left;
}
.stats > strong form {
	position:relative;
	bottom:-1px;
	float:right;
}
#stats {
	padding:5px 10px;
	margin-left:5px;
	float:right;
}
.stats table {
	width:1532px;
}
.stats-l {
	font-size:11pt;
	line-height:34px;
	margin:-10px 0 18px 0;
	position:relative;
	z-index:1;
	float:right;
}
.table-stats {
	background:#fff;
	border:1px solid #ddd;
	border-collapse:collapse;
	margin-top:15px;
	line-height:24px;
	float:left;
}
.table-stats th, .table-stats td {
	border:1px solid #ddd;
	text-align:center;
	padding:5px 2px 5px 3px;
}
.table-stats th {
	padding:5px 3px;
	font-weight:600;
}
.current-td {
	background:#ffff99;
}
.articles-nav {
	width:100%;
	padding-bottom:30px;
	float:left;
}
.content-articles {
	width:calc(100% + 2.4%);
	padding-bottom:75px;
	margin-top:-10px;
	margin-left:-1.2%;
	opacity:0;
	float:left;
}
.content-articles:last-of-type {
	padding-bottom:0;
}
.content-articles ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	float:left;
}
.content-articles ul > li {
	width:50%;
	margin:0;
	padding:1.2%;
	box-sizing:border-box;
	float:left;
}
.content-articles .article {
	background-position:center;
	background-size:cover;
	background-color:#eaeee9;
	position:relative;
	overflow:hidden;
	border-radius:3px;
	width:100%;
	height:0;
	padding-bottom:66.53279785809906%;
	float:left;
}
.content-articles .article a > div {
	position:absolute;
	z-index:12;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity:1;
	transition:opacity 0.15s ease-in-out;
}
.content-articles ul li > div:last-child {
	width:100%;
	padding:20px 0;
	float:left;
}
.content-articles ul li > div:last-child a {
	font-weight:500;
}
.content-articles ul li > div:last-child a:hover {
	text-decoration:underline;
}
.content-articles .article a > div:before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:50%;
	bottom:0;
	opacity:0.65;
	background:linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
	transition:opacity 0.15s ease-in-out;
}
.content-articles .article:hover a > div:before {
	opacity:1;
}
.content-articles .article a > div span {
	color:#fff;
	font-size:18pt;
	line-height:30px;
	display:block;
	position:absolute;
	bottom:0;
	padding:28px 32px;
	box-sizing:border-box;
}
.content-articles .article:hover a > div {
	opacity:1;
}
.article-content {
	min-height:auto;
	padding:0 0 0 0;
}
.article-content .container {
	max-width:735px;
}
.gallery-slider {
	width:calc(100% + 10px);
	margin:-5px 0 0 -5px;
	height:187px;
	float:left;
}
.article-image.bg {
	height:100%;
	min-height:550px;
	padding:0;
}
.article-image:after {
	content:"";
	position:absolute;
	height:384px;
	left:0;
	bottom:-96px;
	right:0;	
	background:linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
}
.article-image h1 {
	max-width:725px;
	width:92%;
	font-size:40pt;
	line-height:64px;
	color:#fff;
	position:absolute;
	font-weight:600;
	bottom:45px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	z-index:5;
	padding:0;
}
.article-image h1 .share-icons {
	margin:22px 0 0 -2px;
}
.bg-img {
	padding-left:320px;
	box-sizing:border-box;
	width:100%;
	float:left;
}
.bg {
	width:100%;
	height:100vh;
	position:relative;
	overflow:hidden;
	float:left;
}
.article-content ul, .content-descr ul, .description ul, .article-content ol, .content-descr ol, .description ol {
	margin-top:0;
	padding-top:0;
}
.article-content li, .content-descr li, .description li {
	font-size:14pt;
	line-height:34px;
	margin:0;
	padding:3px 0;
}
.content-descr h2, .description h2 {
	font-size:18pt;
	line-height:32px;
}
a.return {
	background:url(img/back.png) no-repeat center;
	background-size:28px 26px;
	width:28px;
	height:26px;
	filter:invert(1);
	transform:scaleX(-1);
	margin-bottom:20px;
	float:left;
}
.true, .warn, .false {
	width:100%;
	color:#fff;
	border-radius:5px;
	font-size:12pt;
	line-height:22px;
	font-weight:500;
	padding:15px;
	margin-bottom:10px;
	box-sizing:border-box;
	float:left;
}
.true {
	background:green;
}
.warn {
	background:orange;
}
.false {
	background:red;
}
.a2a_kit * {
	transition:opacity 0.15s ease-in-out;
}
a.facebook {
	background:url(img/facebook.png) no-repeat;
	background-size:36px 36px;
	width:36px;
	height:36px;
	display:block;
	position:absolute;
	top:-2px;
	left:0;
}
.footer-content {
	background:#111;
	color:#fff;
	font-size:12pt;
	line-height:34px;
	padding:40px 0 80px 0 !important;
	min-height:inherit;
	box-sizing:border-box;
	position:relative;
	z-index:1;
}
.footer-content .content > span:first-of-type {
	margin-left:71px;
}
.footer-content .content > span:nth-child(3) {
	display:none;
}
.footer-content .content > span:last-of-type {
	float:right;
}
.footer-content span a {
	color:#fff;
	margin-right:30px;
}
.footer-content span a:last-child {
	margin:0;
}
.footer-content span a:hover {
	text-decoration:underline;
}
.objects-content {
	padding:50px 0 !important;
}
.objects-content h1 {
	padding:20px;
	box-sizing:border-box;
}
#top {
	background:url(img/top_bttn.png) no-repeat center top 18px rgba(0,0,0,0.35);
	background-size:27px 16px;
	width:55px;
	height:55px;
	position:fixed;
	bottom:30px;
	right:30px;
	z-index:999;
	border-radius:100%;
	transition:background-color 0.15s ease-in-out, filter 0.15s ease-in-out;
	display:none;
}
#top:hover {
	background-color:rgba(0,0,0,0.5);
}
.cookies-container {
	font-size:12pt;
	line-height:22px;
	background:#fff;
	color:#222;
	text-align:center;
	width:100%;
	position:fixed;
	z-index:1006;
	bottom:0;
	left:0;
	box-sizing:border-box;
	box-shadow:0 0 5px rgba(0,0,0,0.15);
}
.cookies-container a {
	color:#000;
	text-decoration:underline;
}
.cookies-container .cookies-content {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	display:table;
	position:relative;
	box-sizing:border-box;
}
.cookies-container .cookies-content .cookies {
	display:table-cell;
	vertical-align:middle;
	padding:22px 140px 22px 40px;
	float:left;
}
.agree-cookies {
	background:#000;
	color:#fff;
	padding:8px 12px;
	display:inline-block;
	cursor:pointer;
	position:absolute;
	top:24px;
	right:40px;
	border-radius:5px;
}