@font-face {
	font-family: 'PF Centro Sans Pro Light';
	src: url('../font/PFCentroSansPro-Light.eot');
	src: url('../font/PFCentroSansPro-Light.eot?#iefix') format('embedded-opentype'),
		url('../font/PFCentroSansPro-Light.woff') format('woff'),
		url('../font/PFCentroSansPro-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PF Centro Sans Pro Bold Italic';
	src: url('../font/PFCentroSansPro-BoldItalic.eot');
	src: url('../font/PFCentroSansPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../font/PFCentroSansPro-BoldItalic.woff') format('woff'),
		url('../font/PFCentroSansPro-BoldItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PF Centro Sans Pro Black Italic';
	src: url('../font/PFCentroSansPro-BlackItalic.eot');
	src: url('../font/PFCentroSansPro-BlackItalic.eot?#iefix') format('embedded-opentype'),
		url('../font/PFCentroSansPro-BlackItalic.woff') format('woff'),
		url('../font/PFCentroSansPro-BlackItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PF Centro Sans Pro Ultra Black Italic';
	src: url('../font/PFCentroSansPro-UBlackItalic.eot');
	src: url('../font/PFCentroSansPro-UBlackItalic.eot?#iefix') format('embedded-opentype'),
		url('../font/PFCentroSansPro-UBlackItalic.woff') format('woff'),
		url('../font/PFCentroSansPro-UBlackItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	box-sizing: border-box;
}
h1 {
	font-size: 22px;
}
a:hover {
	text-decoration: underline;
}
a {
	text-decoration: none;
}

body {
	color: #628fa0;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

.main {
	background-color: white;
	width: 100%;
	height: 100%;
	float: left;
	display: table;
}
.blocks {
	float: left;
	clear: both;
	width: 100%;
}
.block_dummy {
	display: block;
	height: 70px;
	background: green;
}
.block1 {
	z-index: 100;
	position: fixed;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.block1 .head {
	padding-left: 3%;
	float: left;
	clear: both;
	background: #fff;
	display: table;
	height: 70px;
	width: 100%;
	z-index: 100;
}
.block1 .head>div {
	display: table-cell;
	vertical-align: middle;
}
@media (max-width: 1326px) {
	.block1 .head {
		padding-left: 3%;
		padding-right: 0%;
	}
}
@media (max-width: 1120px) {
	.block1 .head {
		height: 55px;
	}
	.block_dummy {
		height: 55px;
	}
}
@media (max-width: 400px) {
	.block_dummy {
		height: 55px;
	}
}
.sticky {
	position: fixed;
}
.sticky .head {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.dropshadow(offX=5, offY=5, color=#000000);
}
.unsticky {
	position: relative;
}
.block1 .head .logo img {
	position: static;
}
@media (max-width: 1120px) {
	.block1 .head .logo {
		text-align: left;
	}
	.block1 .head .logo img {
		transform: scale(0.85);
	}
}
.block1 .head .social .svg {
	fill: #77999b;
	stroke: #77999b;
	display: block;
	float: left;
	margin-left: 6px;
}
.block1 .head .social .svg:hover {
	fill: #fff;
	stroke: #fff;
	background: #77999b;
	border-radius: 25px;
}
@media (max-width: 1626px) {
	.block1 .head .social .svg {
		margin-left: -4px;
		transform: scale(0.85);
	}
}
.tel_header_number {
	font-family: Arial;
	font-size: 18px;
	color: #77999b;
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
}
@media (max-width: 1226px) {
	.block1 .head .tel_header_number {
		display: none;
	}
}
@media (max-width: 1120px) {
	.block1 .head .social .instagram_icon {
		display: none;
	}
	.block1 .head .social .facebook_icon {
		display: none;
	}
	.block1 .head .social .tel_header {
		transform: scale(1);
	}
}
@media (max-width: 550px) {
	.block1 .head .social .tel_header {
		transform: scale(0.8);
	}
}
@media (max-width: 320px) {
	.block1 .head .social .tel_header {
		display: none;
	}
}
.block1 .head .menu a {
	color: #6a9299;
	font-size: 14px;
	display: inline-block;
	margin-left: 22px;
}
@media (max-width: 1350px) {
	.block1 .head .btn_cart {
		position: fixed;
		display: inline-block;
		top: 100px;
		right: 50px;
		max-width: 180px;
		transform: scale(1.2);
	}
}
@media (max-width: 1120px) {
	.block1 .head .btn_cart {
		position: static;
		display: table-cell;
		transform: scale(0.9);
	}
}
@media (max-width: 550px) {
	.block1 .head .btn_cart {
		transform: scale(0.8);
	}
}
.block1 .head .btn_cart a {
	background: #fff;
	display: inline-block;
	border: 1px solid #6a9299;
	border-radius: 25px;
	position: relative;
	padding: 3px 15px 3px 15px;
}
.block1 .head .btn_cart svg {
	width: 35px;
	height: 35px;
	fill: #6a9299;
	stroke: #6a9299;
	display: block;
	float: left;
}
.block1 .head .btn_cart .labels {
	display: block;
	float: left;
	margin-left: 8px;
	position: relative;
	top: 3px;
}
.block1 .head .btn_cart .labels span {
	position: relative;
}
.block1 .head .btn_cart .s1 {
	color: #6a9299;
	font-size: 14px;
}
.block1 .head .btn_cart .b {
	color: #6a9299;
	font-size: 14px;
}
.block1 .head .btn_cart .s2 {
	color: #6a9299;
	font-size: 12px;
}
.block1 .head .btn_cart a:hover {
	background: #ddeef5;
}

.block1 .head .language a {
	font-size: 14px;
	color: #007071;
}
.block1 .head .language .del {
	font-size: 14px;
	color: #d3d3d3;
	display: inline-block;
	transform: scale(.5, 2.1);
	margin-left: 4px;
	margin-right: 4px;
	position: relative;
	top: -3px;
}
@media (max-width: 1120px) {
	.block1 .head .language {
		display: none;
	}
}
@media (max-width: 1320px) {
	.block1 .head .language .del {
		margin-left: 1px;
		margin-right: 1px;
	}
}
.block1 .head .language .active {
	font-weight: bold;
	font-style: italic;
}

.block1 .head .mobile_menu_icon {
	display: none;
	cursor: pointer;
	position: relative;
	width: 55px;
}
@media (max-width: 550px) {
	.block1 .head .mobile_menu_icon {
		transform: scale(0.8);
	}
}
.block1 .head .mobile_menu_icon svg {
	display: inline-block;
	position: static;
}
@media (max-width: 1120px) {
	.block1 .head .mobile_menu_icon {
		display: table-cell;
	}
	.block1 .head .menu {
		display: none;
	}
}

.block1 .head .mobile_menu_icon .opened_icon {
	display: none;
}
.block1 .head .mobile_menu_icon .cart_close_icon {
	display: none;
}
.mobile_menu {
	z-index: 90;
	width: 100%;
	display: none;
	overflow: auto;
	background: #b5cbd4;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}
.mobile_menu .menu {
	clear: both;
	float: right;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 15px;
}
.mobile_menu .menu a {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 14px;
	clear: both;
	float: right;
	text-align: right;
	font-weight: bold;
}
.mobile_menu .language {
	display: block;
	clear: both;
	float: right;
	margin-bottom: 15px;
}
.mobile_menu .language a {
	color: #7199aa;
	font-size: 14px;
	display: inline-block;
	text-align: left;
	font-weight: bold;
}
.mobile_menu .language .del {
	font-size: 14px;
	color: #999;
	display: inline-block;
	transform: scale(.5, 2.1);
	margin-left: 4px;
	margin-right: 4px;
	position: relative;
	top: -3px;
}
.mobile_menu .hr {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	border-top: 1px dashed #fff;
	margin-bottom: 10px;
}
.mobile_menu .social {
	display: block;
	clear: both;
	float: right;
	margin-bottom: 4px;
}
.mobile_menu .social svg {
	display: inline-block;
	fill: #fff;
	stroke: #fff;
	float: left;
}
.mobile_menu .social .label {
	display: inline-block;
	left: 1px;
	color: #fff;
	font-size: 16px;
	top: 13px;
	float: left;
	position: relative;
	margin-left: 5px;
}

.dark_bg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	z-index: 80;
	position: fixed;
	top: 0px;
	left: 0px;
}

.window {
	width: 600px;
	display: none;
	margin: 0 auto;
	position: relative;
	top: 80px;
	overflow: auto;
}
.cart_layer_cont {
	width: 530px;
	max-height: 90vh;
	display: none;
	overflow-y: auto;
	margin: 0 auto;
	position: relative;
	background: #fff;
	float: left;
}
@media (max-width: 650px) {
	.window {
		width: 100%;
		top: 55px;
	}
	.cart_layer_cont {
		width: 100%;
		max-height: 94%;
	}
}
.cart_layer {
	width: 100%;
	color: #000;
	font-size: 14px;
	padding: 30px;
	padding-top: 10px;
	top: 20px;
}
.cart_checkout_success {
	width: 100%;
	background: #a1c2c2;
	padding: 40px;
	color: #fff;
	text-align: center;
}
.cart_checkout_success .f1 {
	font-size: 24px;
	margin-bottom: 14px;
	text-align: center;
	font-weight: bold;
}
.cart_checkout_success .f2 {
	font-size: 22px;
	margin-bottom: 24px;
	text-align: center;
}
.cart_checkout_success .f3 {
	font-size: 16px;
	//display: inline-block;
	margin-bottom: 14px;
	text-align: center;
}

.cart_layer .cart_details {
	float: left;
	clear: both;
	width: 100%;
	padding-top: 10px;
}
.cart_layer .cart_details .caption {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.cart_layer .cart_details .weight_warning {
	font-size: 12px;
	margin-bottom: 40px;
	line-height: 130%;
}
.cart_layer .weight_warning2 {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
	float: left;
	line-height: 130%;
	clear: both;
	font-size: 14px;
	text-align: center;
	width: 100%;
}
.cart_layer .btn_cart_done {
	padding: 10px;
	background: #78cdac;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 15px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	width: 70%;
}

.cart_layer .cart_layer svg {
	display: inline-block;
	fill: #000;
	stroke: #000;
	float: left;
}
.cart_layer .cart_details .product {
	float: left;
	clear: both;
	margin-bottom: 26px;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 7px;
	display: flex;
}
.cart_layer .cart_details .product img {
	float: left;
}
.cart_layer .cart_details .product .item_photo {
	width: 110px;
	height: 80px;
}
@media (max-width: 800px) {
	.cart_layer .cart_details .product .item_photo {
		width: 80px;
		height: 80px;
	}
}
.cart_layer .cart_details .product .info {
	float: left;
	display: block;
	margin-left: 3%;
}
.cart_layer .cart_details .product .counter {
	float: left;
	clear: both;
}
.cart_layer .cart_details .product .info .gift {
	margin-left: 15px;
	width: 70%;
}
.window .btn_cart_close {
	float: right;
	text-align: right;
	position: relative;
	cursor: pointer;
}
@media (max-width: 1350px) {
	.window .btn_cart_close {
		display: none;
	}
	.cart_layer_cont {
		width: 100%;
	}
}
.cart_layer .cart_details .caption_close svg {
	fill: none;
	stroke: #888;
	stroke-width: 3;
}
.cart_layer .cart_details .caption_close svg:hover {
	fill: none;
	stroke: #000;
	stroke-width: 4;
}
.cart_layer .cart_details .product svg {
	fill: none;
	stroke: #888;
	stroke-width: 3;
}
.cart_layer .cart_details .product svg:hover {
	fill: none;
	stroke: #000;
	stroke-width: 4;
}

.cart_layer .cart_details .product .info .s0 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
	float: left;
}
.cart_layer .cart_details .product .info .s1 {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 0px;
	float: left;
}
.cart_layer .cart_details .product .info .s2 {
	font-size: 14px;
	font-style: italic;
	display: inline-block;
	clear: both;
	float: left;
}
.cart_layer .cart_details .product .info .s3 {
	font-size: 16px;
	font-style: normal;
	display: inline-block;
	top: -7px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}
.cart_layer .cart_summ,
.cart_layer .user_info,
.cart_layer .cart_total_summ,
.cart_layer .cart_total_summ_desc {
	float: left;
	clear: both;
}
.cart_layer .cart_total_summ_desc {
	float: right;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.cart_layer .cart_summ {
	float: right;
	font-size: 16px;
	clear: both;
}
.cart_layer .cart_summ b {
	font-size: 16px;
	font-weight: bold;
}
.cart_layer .cart_total_summ {
	float: right;
	font-size: 16px;
	font-weight: bold;
	clear: both;
}
.cart_layer .cart_total_summ b {
	font-size: 18px;
	font-weight: bold;
}

.cart_layer .user_info {
	width: 100%;
}
.cart_layer .user_info .label {
	float: left;
	clear: both;
	width: 100%;
	font-size: 17px;
	margin-top: 15px;
	margin-bottom: 3px;
}
.cart_layer .user_info .error_desc {
	float: left;
	clear: both;
	font-size: 14px;
	color: red;
}
.cart_layer .user_info .input_text {
	float: left;
	clear: both;
	font-size: 16px;
	border-radius: 20px;
	border: 1px solid #aaa;
	background: #ddeeee;
	padding: 10px;
	width: 100%;
}
.cart_layer .user_info .error_input {
	float: left;
	clear: both;
	font-size: 16px;
	border-radius: 20px;
	border: 1px solid red;
	background: #eedddd;
	padding: 10px;
	width: 100%;
}
.cart_layer .user_info .ch {
	float: left;
	clear: both;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.cart_layer .user_info .ch input {
	border-radius: 15px;
	border: 1px solid #aaa;
	background: #ddeeee;
	padding: 5px;
}
.cart_layer .btn_checkout {
	padding: 12px;
	background: #78cdac;
	margin: 0 auto;
	margin-top: 18px;
	margin-bottom: 25px;
	cursor: pointer;
	display: inline-block;
	float: right;
	text-align: center;
	color: #fff;
	clear: both;
	font-size: 20px;
	font-weight: bold;
}


.icecream_basket {
	position: absolute;
	top: 400px;
	left: 400px;
	z-index: 9999;
	display: none;
}

.block12 {
	position: relative;
	background-image: url("../img/bg2.jpg");
	background-position: left top;
}

.block2 {
	position: relative;
	background-image: url("../img/bg2.jpg");
	background-position: left top;
	background-color: #fff;
}
.block2 .desc {
	font-family: 'PF Centro Sans Pro Light';
}
.plitka {
	background-image: url("../img/bg1.jpg");
	height: 80px;
	background-position: left top;
	width: 100%;
	background-size: contain;
	float: left;
	clear: both;
	position: relative;

}
.header_photo {
	position: relative;
	background-image: url("../img/bg_11.png");
	height: 30vw;
	width: 100%;
	background-position: 30% -35px;
	background-size: 85%;
	background-repeat: no-repeat;
}
@media (max-width: 1120px) {
	.header_photo {
		position: relative;
		background-image: url("../img/bg_112.png");
		height: 44vw;
		width: 100%;
		background-position: 30% 30%;
		background-size: 60%;
		background-repeat: no-repeat;
	}
}
@media (max-width: 600px) {
	.header_photo {
		margin-top: 25px;
		background-image: url("../img/bg_112.png");
		height: 47vw;
		width: 100%;
		background-position: 45% 0%;
		background-size: 69%;
	}
}
.block2 .txt {
	position: relative;
	float: right;
	margin-top: -6%;
	margin-bottom: 35px;
	margin-right: 8%;
	width: 53vw;
	min-width: 500px;
	z-index: 40;
}
@media (max-width: 1120px) {
	.block2 .txt {
		margin-top: -5%;
		margin-bottom: 20px;
		width: 60vw;
	}
}
@media (max-width: 800px) {
	.block2 .txt {
		float: none;
		padding-left: 4%;
		padding-right: 4%;
		text-align: center;
		margin: 0px;
		margin-top: -2%;
		margin-bottom: 60px;
		width: 100%;
		min-width: 0px;
	}
}
@media (max-width: 600px) {
	.block2 .txt {
		padding: 0%;
		width: 100%;
		margin-bottom: 40px;
	}
	.block2 .txt .font1 {
		font-size: 36px;
	}
	.block2 .txt p {
		transform: scale(0.85, 0.85);
	}
}


.block2 .font1 {
	font-family: 'PF Centro Sans Pro Bold Italic';
	font-size: 48px;
	color: #628fa0;
	margin: 0px;
}
.block2 .font2 {
	font-family: 'PF Centro Sans Pro Light';
	font-size: 24px;
	color: #628fa0;
	font-weight: bold;
	margin: 0px;
}
.block2 .font3 {
	font-family: 'PF Centro Sans Pro Light';
	font-size: 16px;
	color: #628fa0;
	font-weight: bold;
	line-height: 150%;
	margin: 0px;
	margin-top: 25px;
}
.block2 .bg_linear {
	clear: both;
	float: left;
	width: 100%;
	height: 100px;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
	margin-top: -5%;
	position: relative;
	z-index: 39;
}
@media (max-width: 720px) {
	.block2 .bg_linear {
		height: 20px;
		margin-top: -5%;
	}
}


.block3 {
	background-color: #a4b9b2;
	padding-bottom: 40px;
}
.block3 .podtek {
	position: relative;
	background-image: url("../img/podtek.png");
	width: 100%;
	height: 60px;
	background-size: contain;
	background-repeat: repeat-x;
	z-index: 41;
}
@media (max-width: 720px) {
	.block3 .podtek {
		width: 100%;
		height: 50px;
		background-size: contain;
	}
}
.block3 .in {
	margin: 0 auto;
	width: 80%;
}
@media (max-width: 850px) {
	.block3 .in {
		width: 100%;
		margin-top: 15px;
	}
}
.block3 .cools_img_cont {
	float: left;
	width: 280px;
	height: 280px;
	margin-top: -140px;
}
.block3 .cools_img {
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 42;
	border-radius: 50%;
}

@media (max-width: 1320px) {
	.block3 .cools_img_cont {
		width: 24vw;
		height: 24vw;
		max-width: 330px;
	}
}
@media (max-width: 850px) {
	.block3 .cools_img_cont {
		width: 50vw;
		height: 50vw;
		max-width: 330px;
		float: none;
		margin: 0 auto;
		margin-top: 20px;
		position: relative;
	}
}
.block3 .txt {
	margin-top: 30px;
	padding-left: 4%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width: 850px) {
	.block3 .txt {
		width: 100%;
		text-align: center;
		padding-left: 0%;
	}
}
.block3 .cools_col:first-child {
	width: 100%;
}
.block3 .cools_col:not(:first-child) {
	flex: 1 1 33%;
	max-width: 550px;
	min-width: 350px;
}
@media (max-width: 850px) {
	.block3 .cools_col:not(:first-child) {
		flex: 1 1;
	}
}
.block3 .font1 {
	font-size: 32px;
	font-family: 'PF Centro Sans Pro Light';
	margin-bottom: 20px;
}
.block3 .font2 {
	font-size: 32px;
	font-family: 'PF Centro Sans Pro Light';
	margin-bottom: 30px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	line-height: 100%;
}
.block3 .font3 {
	font-size: 20px;
	font-family: 'PF Centro Sans Pro Light';
	color: #fff;
}
.block3 .txt .font4,
.block3 .txt .font4 a {
	font-size: 16px;
	font-family: 'PF Centro Sans Pro Light';
	color: #fffcce;
}
.block3 .txt .font4 a {
	text-decoration: underline;
}
.block3 .txt .font4 a:hover {
	text-decoration: underline;
}
.block3 .cools_icon {
	position: relative;
	float: left;
	width: 20%;
}
@media (max-width: 850px) {
	.block3 .cools_icon {
		position: relative;
		float: left;
		text-align: center;
		width: 100%;
		margin-bottom: -10px;
	}
}
.block3 .cools_col .cools_desc {
	float: left;
	position: relative;
	width: 80%;
}
@media (max-width: 850px) {
	.block3 .cools_col .cools_desc {
		text-align: center;
		width: 100%;
		margin-bottom: 30px;
	}
}
.block3 .font1 {
	display: block;
}
.block3 .font2 {
	display: none;
}
@media (max-width: 850px) {
	.block3 .font1 {
		display: none;
	}
	.block3 .font2 {
		display: block;
	}
}

.block4 {
	background: #fff;
	display: flex;
	align-content: flex-start;
	justify-content: center;
	padding-top: 60px;
}
.block4 .in {
	width: 680px;
    display: flex;
}
@media (max-width: 800px) {
	.block4 .in {
		width: 100%;
		padding-left: 2%;
		padding-right: 2%;
	}
}
.block4 .in>div {
	margin-left: 15px;
}
.block4 p {
	margin: 0px;
}
.block4 .f1 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 5px;
}
.block4 .f2 {
	font-size: 20px;
	margin-bottom: 20px;
}
.block4 .f3,
.block4 .f3 p,
.block4 .f3 strong,
.block4 .f3 span {
	font-size: 16px;
	line-height: 130%;
}

.block5 {
	background: #fff;
	padding-top: 60px;
}
.catalog_items_info {
	margin: 0 auto;
	width: 85%;
}
.block5 .catalog_items {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 1.5rem;
	background-color: #f7f7f7;
	padding: 2rem;
}
@media (max-width: 1000px) {
	.block5 .catalog_items {
		width: 95%;
	}
}
.block5 .catalog_item {
	color: #000;
	border-radius: 12px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.block5 .catalog_item:hover {
	transform: translateY(-4px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.catalog_item img {
	/* background-color: #fff; */
	width: 100%;
	object-fit: contain;
	aspect-ratio: 1 / 1;
}
.catalog_item h3 {
	font-size: 1.5rem;
	font-weight: normal;
	margin: 1rem;
	text-transform: uppercase;
	text-align: center;
}

.catalog_item .font3 {
	font-size: 16px;
}
.catalog_item .s2 {
	font-size: 14px;
	margin-top: 20px;
	display: block;
}
.catalog_item .s2 p {
	margin: 0px;
	line-height: 140%;
	margin-bottom: 6px;
}
.catalog_item .caption {
	margin: 0 auto;
	color: #000;
	font-size: 20px;
	text-align: center;
	display: inline-block;
	margin-top: 18px;
	margin-bottom: 5px;
	transition: 0.5s;
}
.block5 .catalog_item .caption:hover {
	color: #598691;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
}
.block5 .catalog_item .photo {
	margin: 0 auto;
	background-position: 60% 22%;
	background-size: 210%;
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.5s;
}
.block5 .catalog_item .photo:hover {
	margin: 0 auto;
	background-position: 60% 22%;
	background-size: 270%;
}
.window .catalog_item .photo {
	margin: 0 auto;
	background-position: 10% 25%;
	background-size: 100%;
	background-repeat: no-repeat;
	width: 80vw;
	height: 40vw;
	overflow: auto;
	max-width: 100%;
	max-height: 370px;
	border-radius: 50px;
	margin-bottom: 20px;
}

.btn_buy {
	padding: 2px 8px 2px 8px;
	color: #fff;
	font-size: 16px;
	background: #aad6c7;
	display: inline-block;
	cursor: pointer;
	transition: 0.5s;
}
.btn_buy:hover {
	background: #59917b;
	transform: scale(1.1, 1.1);
	display: inline-block;
	margin-left: 10px;
	margin-bottom: -4px;
	position: relative;
	text-decoration: none;
}
.block5 .catalog_item .md1 {
	transform: scale(1.5, 1);
	color: #999;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}

.block6 .podtek {
	position: relative;
	background-image: url("../img/podtek.png");
	width: 100%;
	height: 60px;
	background-size: contain;
	background-repeat: repeat-x;
}
@media (max-width: 720px) {
	.block6 .podtek {
		width: 100%;
		height: 50px;
		background-size: contain;
	}
}
.block6 {
	background-image: url("../img/bg3.jpg");
	background-repeat: repeat;
}

.block6 .top_txt {
	margin-top: 20px;
	margin: 0 auto;
	text-align: left;
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	align-content: center;
	justify-content: center;
	margin-bottom: 20px;
}
@media (max-width: 720px) {
	.block6 .top_txt {
		width: 100%;
	}
}
.block6 .top_txt object {
	display: block;
	margin-right: 3%;
	top: 15px;
	position: relative;
}
@media (max-width: 720px) {
	.block6 .top_txt object {
		transform: scale(0.85);
		top: 20px;
	}
}
.block6 .top_txt span {
	line-height: 100%;
}
.block6 p {
	line-height: 100%;
}
.block6 .top_txt .font1 {
	font-family: 'PF Centro Sans Pro Light';
	font-size: 36px;
	color: #507b8b;
	display: block;
}
.block6 .top_txt .font2 {
	font-family: 'PF Centro Sans Pro Light';
	font-size: 20px;
	color: #507b8b;
	display: block;
	margin-top: -25px;
}
@media (max-width: 720px) {
	.block6 .top_txt .font1 {
		font-size: 27px;
	}
	.block6 .top_txt .font2 {
		font-size: 16px;
		margin-top: -15px;
	}
}
.block6 .addresses {
	margin-top: 20px;
	margin: 0 auto;
	text-align: left;
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	align-content: center;
	justify-content: center;
}
@media (max-width: 720px) {
	.block6 .addresses {
		width: 100%;
	}
}
.block6 .addr {
	background: #fff;
	clear: both;
	width: 100%;
	max-width: 1000px;
	border-radius: 50px;
	padding: 30px;
	padding-top: 5px;
	padding-bottom: 25px;
	margin-bottom: 50px;
}
.block6 .addr iframe {
	height: 240px;
}
.block6 .addr .left {
	color: #000;
	width: 70%;
	float: left;
}
@media (max-width: 720px) {
	.block6 .addr .left {
		color: #000;
		width: 100%;
		float: left;
		text-align: center;
	}
}
.block6 .addr .left p,
.block6 .addr .right p {
	font-family: 'PF Centro Sans Pro Light';
	margin-top: 15px;
}
.block6 .addr .font1 {
	font-size: 28px;
	line-height: 1.3em;
}
.block6 .addr .font3 {
	font-size: 20px;
	line-height: 0%;
}
@media (max-width: 720px) {
	.block6 .addr .font1 {
		font-size: 20px;
	}
}
.block6 .addr .right {
	color: #000;
	width: 30%;
	float: right;
}
@media (max-width: 720px) {
	.block6 .addr .right {
		color: #000;
		width: 100%;
		float: left;
		clear: both;
		text-align: center;
	}
	.cart_checkout_success {
		padding: 15px 0;
	}
	.cart_checkout_success .f1 {
		padding: 0 15px;
	}
	.cart_checkout_success .f2 {
		padding: 0 15px;
	}
	.cart_checkout_success .f3 {
		padding: 0 15px;
	}
}
.block6 .addr .right p {
	font-size: 20px;
	line-height: 150%;
}
@media (max-width: 720px) {
	.block6 .addr .right p {
		font-size: 18px;
	}
}
.block6 .addr iframe {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.cools_icon svg {
	fill: #6b8b7f;
	stroke: #6b8b7f;
}

.inn {
	top: 20px;
	position: relative;
	width: 85%;
	margin: 0 auto;
	padding-bottom: 40px;
	padding-top: 40px;
	margin-top: 30px;
	/* //border-bottom: 1px dashed #ddd; */
}
.inn * {}
.about_pic {
	height: 300px;
	width: 300px;
	border-radius: 80px;
	margin-bottom: 20px;
	float: left;
}
.f16 * {
	font-family: 'PF Centro Sans Pro Light';
	font-size: 20px;
}
.f16 {
	top: 30px;
	margin-left: 20px;
	color: #000;
}
.f17 * {
	font-family: 'PF Centro Sans Pro Light';
	font-size: 20px;
}
.f17 {
	top: 30px;
	margin-left: 20px;
	color: #000;
}
.liqpay-info {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1180px;
	align-items: center;
	margin: 0 auto;
	padding: 30px 15px;
}
.liqpay-info img {
	height: 50px;
	margin-left: 20px;
}
.liqpay-info a {
	color: #000;
	text-decoration: underline;
}
.liqpay-info a:hover {
	text-decoration: none;
}