/*------------------------------------------------------------------------------
 ******************* Файл пользовательских стилей: style.css *******************
 ******************* Собственность компании WEBBERRIES *************************
 ******************* https://webberries.ru (C) 2018-2021 ***********************
 ******************* Для вопросов: webberries@yandex.ru ************************
 ******************* Дата обновления: 21.04.2021 *******************************
-------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
 ******************* ВСПОМОГАТЕЛЬНЫЕ СТИЛИ *************************************
-------------------------------------------------------------------------------*/

/*
Для изменения свойств элементов - раскомментировать и поменять со стандартных на нужные:
*/
/*------------------------------------------------------------------------------
		a.blue:link {color: #006699; text-decoration: underline; }
		a.blue:visited {color: #006699; text-decoration: underline; }
		a.blue:active {color: #006699; text-decoration: underline; }
		a.blue:hover {color: #009999; text-decoration: none; }

		body {
			background: #f5f5f5;
		}

		html, body, h1, h2, h3, h4, h5, h6, div, span, input, textarea, table, td {
			font-family: 'Nunito', sans-serif;
		}



		///////////// Checkbox & Radio

		.checkbox:after {
			border-left: 4px solid #535353 !important;
			border-bottom: 4px solid #535353 !important;
		}

		.radio:after {
			background-color: #535353 !important;
		}

		.radio:before, .checkbox:before {
			border: 1px solid #dddddd !important;
			background-color: #dddddd !important;
		}

		<input type="checkbox" id="cb1" checked> <label class="checkbox" for="cb1">Флажок 1</label>
		<input type="radio" name="rb" id="rb1" checked> <label class="radio" for="rb1">Переключатель 1</label>




		///////////// Кнопки

		input[type=submit], button, .btn {
			background: #232323 !important;
		}

		input[type=submit]:hover, button:hover, .btn:hover {
			background: #363636 !important;
		}
		
-------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');


body {
	background: #111 url(/images/main/header-bg.jpg) center center / cover;
	background-attachment: fixed;
}

header, section, footer, nav {
	padding: 0;
	z-index: 200;
}

/*------------------------------------------------------------------------------
 ******************* SETTINGS **************************************************
-------------------------------------------------------------------------------*/

body:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0,0);
}

.admin-module {
	height: 80px;
	line-height: 80px;
	background: #09f;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
}

header {
	height: 140px;
	margin-top: 25px;
}

header .con {
	height: 100%;
}

header .logo {
	height: 140px;
	width: 420px;
}

header .logo .image {
	background: url(/images/main/logo-compress.png) left bottom / contain no-repeat;
	height: 100px;
	width: 420px;
}

header .logo h1 {
	text-align: left;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	color: #fff;
}

header .socials {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 350px;
}

header .socials .soc-btn {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 8px;
	color: #fff;
	font-size: 2em;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}

header .socials .soc-btn.vk {
	background: #56779b;
	margin-right: 15px;
}

header .socials .soc-btn.ok {
	background: #f17231;
}

header .phone {
	height: 140px;
	width: 320px;
	position: absolute;
	top: 0;
	right: 0;
}

header .phone .phone-number {
	width: 100%;
	height: 100px;
	background: url(/images/main/phone.png) right bottom / contain no-repeat;
}

header .phone .worktime {
	text-align: right;
	height: 40px;
	line-height: 40px;
	font-size: 1em;
	font-weight: 500;
	color: #fff;
}






section.banners {
	margin-top: 25px;
	margin-bottom: 25px;
	height: 320px;
}

section.banners .con {
	height: 100%;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 15px 20px rgba(0,0,0,0.55), 0 10px 10px rgba(0,0,0,0.42);
	position: relative;
}

section.banners .con .owl-carousel-2 {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	width: calc(100% - 10px);
	border-radius: 11px;
	overflow: hidden;
}

section.banners .con .owl-carousel-2 div {
	height: 100%;
}

section.banners .con .owl-carousel-2 .owl-dots {
	position: absolute;
	top: 260px;
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10000;
}

section.banners .con .owl-carousel-2 .owl-dots span {
	background: rgba(255,255,255,0.5);
}

section.banners .con .owl-carousel-2 .owl-dots .active span {
	background: rgba(0,0,0,0.75);
}


.catalog {
	margin-top: 50px;
}

.catalog h2 {
	text-align: center;
	font-size: 2.5em;
	color: #fff;
	text-shadow: 0 5px 10px rgba(0,0,0,0.5);
	font-weight: 700;
	margin: 20px 0 10px 0;
}

.catalog.white {
	margin-top: 0px;
}

.catalog.white h2 {
	text-align: center;
	color: #111;
	font-weight: 700;
	text-shadow: unset;
	margin: 0px 0 30px 0;
}

.catalog .item:before {
	content: "";
	float: left;
	padding-top: 80%;
}

.catalog .item .inside {
	background: #fff;
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	border-radius: 16px;
	box-shadow: 0 15px 20px rgba(0,0,0,0.55), 0 10px 10px rgba(0,0,0,0.42);
	overflow: hidden;
	cursor: pointer;
	transition: 0.15s;
}

.catalog.white .item .inside {
	box-shadow: 0 15px 20px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.08);
}

.catalog .item .inside .image {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	border-radius: 11px;
	z-index: 10;
}

.catalog .item .inside .name {
	position: absolute;
	left: 0;
	right: 0;
	/*top: 50%;
	transform: translateY(-50%);*/
	bottom: 0;
	padding: 10px 15px;
	text-align: center;
	background: rgba(255,255,255,0.75);
	font-weight: 600;
	font-size: 1.5em;
	z-index: 20;
	transition: 0.15s;
}


.catalog .item .inside .caption {
	position: absolute;
	right: 0;
	bottom: -30px;
	left: 0;
	z-index: 20;
	height: 30px;
	line-height: 28px;
	background: #f17231;
	text-align: center;
	transition: 0.15s;
}

.catalog .item .inside:hover .caption  {
	transition: 0.3s;
	bottom: 0;
}

.catalog .item .inside .caption span {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	font-weight: 500;
	font-size: 0.7em !important;
	text-transform: uppercase;
}


.catalog .item .inside:hover {
	transform: scale(1.05);
	transition: 0.3s;
}

.catalog .item .inside:hover .name {
	background: #fff;
	transition: 0.3s;
	bottom: 30px;
}

.catalog .item .inside:hover .image {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 0;
	transform: 0.3s;
}


section.video {
	margin: 50px 0 50px 0;
}

section.video h2 {
	text-align: center;
	font-size: 2.5em;
	color: #fff;
	text-shadow: 0 5px 10px rgba(0,0,0,0.5);
	font-weight: 700;
	margin: 20px 0 30px 0;
}

section.video .con {
	border-radius: 16px;
	background: #fff;
	height: 100%;
	padding: 5px;
	box-shadow: 0 15px 20px rgba(0,0,0,0.55), 0 10px 10px rgba(0,0,0,0.42);
}

section.video .con iframe  {
	display: block;
	width: 100%;
	height: 650px;
	border-radius: 11px;
}



footer {
	padding: 50px 0;
	background: rgba(0,0,0,0.75);
}

footer .con {
	height: 100%;
}

footer .logo {
	height: 100px;
	float: left;
	width: 300px;
}

footer .logo .image {
	background: url(/images/main/logo-compress.png) left top / contain no-repeat;
	height: 70px;
}

footer .logo h3 {
	text-align: left;
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
}

footer .phone {
	height: 100px;
	width: 320px;
	float: left;
	margin-left: 150px;
	text-align: center;
}

footer .phone .phone-number {
	width: 100%;
	height: 60px;
	background: url(/images/main/phone.png) center top / contain no-repeat;
}

footer .phone .button {
	display: inline-block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: 600;
	background: #fff;
	border-radius: 50px;
	color: #111;
	cursor: pointer;
	margin-top: 10px;
}

footer .b-1 {
	margin-top: 50px;
	font-weight: 400;
	font-size: 1em;
	text-align: center;
	color: #ccc;
}


.cart {
	position: fixed;
	bottom: 50px;
	right: 50px;
	box-shadow: 0 15px 20px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.08);
	background: #f17231;
	padding: 0 15px 0 65px;
	height: 60px;
	line-height: 60px;
	border-radius: 60px;
	z-index: 100000;
	cursor: pointer;
}

.cart.disabled {
	background: #777;
	cursor: default;
}

.cart span {
	font-size: 0.8em;
	font-weight: 500;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	color: #fff;
}

.cart .icon {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	position: absolute;
	top: 5px;
	left: 5px;
	background: rgba(255,255,255,.75);
	text-align: center;
	line-height: 50px;
	font-size: 1.5em;
	color: #f17231;
}

.cart.disabled .icon {
	color: #777;
}

.cart .attention {
	position: absolute;
	top: -12px;
	right: -6px;
	height: 32px;
	width: 32px;
	color: #fff;
	background: #4CAF50;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	text-align: center;
	border-radius: 50px;
	line-height: 32px;
	font-size: 0.8em;
	font-weight: 600;
	box-shadow: 0 3px 6px rgba(0,0,0,0.06), 0 3px 6px rgba(0,0,0,0.11);
}


.cart-attention {
	z-index: 99999;
	width: 1000px;
	height: 1000px;
	position: fixed;
	right: -440px;
	bottom: -394px;
	background: #4CAF50;
	border-radius: 50%;
}
/*
.cart-attention:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 6px;
	height: 6px;
	background: red;
	border-radius: 50%;
}
*/



.cart-open {
	position: fixed;
	/*right: 50px;
	bottom: 160px;
	top: 50px;*/
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-radius: 16px;
	background: #fff;
	z-index: 100010;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	overflow: hidden;
	display: none;
}


.cart-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.85);
	z-index: 100005;
	display: none;
}

.cart-open .close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 1.5em;
	color: #e53935;
	z-index: 1000000;
	cursor: pointer;
}

.cart-open .clear-cart {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1000000;
	cursor: pointer;
	color: #fff;
	font-size: 0.8em;
	font-weight: 600;
	padding: 0 8px;
	height: 24px;
	line-height: 24px;
	border-radius: 50px;
	background: #e53935;
}

.cart-open .cart-items {
	position: absolute;
	top: 0;
	width: 50%;
	bottom: 0;
	left: 0;
	padding: 15px 25px 25px 25px;
	z-index: 1000;
	overflow-y: auto;
}

.cart-open .cart-items h4 {
	font-size: 1.25em;
	text-align: center;
	margin-bottom: 25px;
}



.cart-open .cart-items .cart-item {
	background: #efefef;
	padding: 10px;
	border-radius: 8px;
	margin-bottom: 15px;
	min-height: 50px;
	position: relative;
	overflow: hidden;
}

.cart-open .cart-items .cart-item .name {
	width: calc(100% - 180px);
	min-height: 30px;
	float: left;
	font-size: 0.9em;
	font-weight: 700;
	padding-bottom: 20px;
	text-align: left;
}

.cart-open .cart-items .sum {
	margin-top: 25px;
	font-size: 1.5em;
	text-align: right;
	font-weight: 600;
}

.cart-open .cart-items .sum i {
	font-size: 0.7em;
}

.cart-open .cart-items .cart-item .count-con {
	width: 50px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 110px;
	bottom: 0;
	top: 50%;
	transform: translateY(-50%);
}

.cart-open .cart-items .cart-item .count-con input[type=number] {
	padding: 0;
	width: 50px;
	height: 30px;
	line-height: 30px;
	font-size: 1em;
	font-weight: 600;
	border: 1px solid #777;
	border-radius: 0px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	top: 50%;
	transform: translateY(-50%);
}

.cart-open .cart-items .cart-item .price {
	position: absolute;
	height: 30px;
	line-height: 30px;
	width: 90px;
	font-size: 1em;
	font-weight: 600;
	text-align: right;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}

.cart-open .cart-items .cart-item .price span {
	font-size: 1.0em !important;
}

.cart-open .cart-items .cart-item .price i {
	font-size: 0.7em;
}

.cart-open .cart-items .cart-item .info {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 0.7em;
	font-weight: 400;
	color: #333;
}



.cart-open .cart-form {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 50%;
	top: 0;
	background: #efefef;
	padding: 15px 25px 25px 25px;
	z-index: 100000;
}

.cart-open .cart-form h4 {
	font-size: 1.25em;
	text-align: center;
	margin-bottom: 25px;
}


/*
.cart-open .cart-form:after {
	content: "";
	left: 0;
	right: 0;
	top: -25px;
	height: 25px;
	position: absolute;
	z-index: 10000;
	background: linear-gradient(0deg, #fff 0%, transparent 100%);
}*/

.cart-open .cart-form input[type=text], .cart-open .cart-form select, .cart-open .cart-form textarea {
	height: 45px;
	line-height: 45px;
	border: 1px solid #ccc;
	margin: 0 0 6px 0;
	font-size: 1em;
	font-weight: 500;
	text-align: center;
	margin-bottom: 10px;
}

.cart-open .cart-form textarea {
	height: 100px;
	line-height: unset;
	padding: 12px;
	text-align: left;
}

.cart-open .cart-form .rightf input {
	border-left: 0;
}

.cart-open .cart-form input[type=text].name {
	width: 100%;
}

.cart-open .cart-form input[type=text].phone {
	height: 70px;
	line-height: 70px;
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 35px;
}

.cart-open .cart-form button {
	height: 70px;
	line-height: 70px;
	margin: 0;
	width: 100%;
	margin-bottom: 0;
	margin-top: 25px;
	font-size: 1.5em;
	letter-spacing: 0;
	font-weight: 500;
	text-transform: none;
	padding: 0;
}

.cart-open .cart-form.hiddenForm {
	display: none;
}

.phone-number:hover, .logo .image:hover {
	transition: 0.15s;
	transform: scale(1.05);
}



section.page {
	padding: 50px 0;
	margin: 25px 0 0 0;
	background: #efefef;
}


section.page .breadcrumbs {
	margin-bottom: 25px;
	font-size: 0.8em;
	font-weight: 500;
	color: #111;
}

section.page .breadcrumbs.breadcrumbs-2 {
	margin-bottom: 50px;
}

section.page .breadcrumbs a {
	text-decoration: underline;
	color: #777;
}

section.page .breadcrumbs a:hover {
	text-decoration: none;
}

section.page h2.cat-header {
	text-align: center;
	font-size: 2.5em;
	color: #111;
	font-weight: 700;
	text-shadow: unset;
	margin: 0px 0 30px 0;
}

section.page h2.cat-header-2 {
	text-align: left;
	font-size: 1.5em;
	color: #111;
	font-weight: 700;
	text-shadow: unset;
	margin: 0px 0 25px 0;
}


section.page {
	background: url(/images/main/body-bg-1.jpg) center center / cover;
	background-attachment: fixed;
}


section.page .catalog-inside .item:before {
	content: "";
	float: left;
	padding-top: 60%;
}

section.page .catalog-inside .item .inside {
	position: relative;
	margin: 0 20px 60px 20px;
	overflow: visible;
	cursor: pointer;
	transition: 0.15s;
}

section.page .catalog-inside .item .inside .image {
	overflow: hidden;
	position: relative;
	transition: 0.15s;
	cursor: pointer;
	z-index: 5;
}

section.page .catalog-inside .item .inside .image:hover {
	transform: scale(1.05);
	z-index: 10;
	transition: 0.3s;
}

section.page .catalog-inside .item .inside .image:before {
	content: "";
	float: left;
	padding-top: 75%;
}

section.page .catalog-inside .item .inside .descr {
	margin-top: 15px;
}

section.page .catalog-inside .item .inside .descr .name {
	font-size: 1.0em;
	font-weight: 600;
	text-align: left;
}

section.page .catalog-inside .item .inside .order {
	margin-top: 15px;
	overflow: visible;
	position: relative;
	height: 42px;
}

section.page .catalog-inside .item .inside .order .order-count {
	display: none;
	height: 42px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	z-index: 20;
	cursor: default;
}

section.page .catalog-inside .item .inside .order .order-count .minus,
section.page .catalog-inside .item .inside .order .order-count .plus {
	background: #f17231;
	width: 36px;
	height: 36px;
	border-radius: 4px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	font-size: 1.75em;
	font-weight: 500;
	float: left;
	margin-top: 3px;
	margin-left: 3px;
	cursor: pointer;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	 user-select: none;
	 touch-action: manipulation;
}

section.page .catalog-inside .item .inside .order .order-count .minus {
	line-height: 34px;
}

section.page .catalog-inside .item .inside .order .order-count .count {
	width: 52px;
	height: 42px;
	line-height: 42px;
	margin-left: 3px;
	float: left;
	background: transparent;
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
	line-height: 42px;
}

section.page .catalog-inside .item .inside .order .order-count .ok {
	width: calc(100% - 186px);
	margin-left: 15px;
	background: #4CAF50;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	text-align: center;
	height: 36px;
	line-height: 36px;
	margin-top: 3px;
	font-size: 1em;
	float: left;
	border-radius: 4px;
	font-weight: 500;
	cursor: pointer;
}

section.page .catalog-inside .item .inside .order .order-count .no {
	position: absolute;
	top: 50%;
	right: 13px;
	font-size: 1.25em;
	color: red;
	transform: translateY(-50%);
	cursor: pointer;
} 

section.page .catalog-inside .item .inside .order .price {
	font-size: 2em;
	font-weight: 500;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

section.page .catalog-inside .item .inside .order .price i {
	font-size: 0.5em;
	position: relative;
	bottom: 1px;
}

section.page .catalog-inside .item .inside .order .order-btn {
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 42px;
	line-height: 42px;
	padding: 0 20px;
	font-size: 0.9em;
	background: #f17231;
	border-radius: 4px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	font-weight: 500;
	z-index: 10;
}

section.page .catalog-inside .item .inside .options {
	margin-top: 15px;
}

section.page .catalog-inside .item .inside .options .more-order-btn {
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 0.8em;
	font-weight: 500;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #ddd;
	color: #777;
	border: 1px solid #ddd;
	cursor: pointer;
}


section.page .catalog-inside .item .inside .options .more-order-btn.selected {
	background: #fff;
	border: 1px solid #777;
	color: #111;
}









section.page .catalog-inside .image-block {
	padding-right: 50px;
}

section.page .catalog-inside .options-2 {
	margin-top: 15px;
}

section.page .catalog-inside .options-2 .more-order-btn {
	padding: 10px 22px;
	border-radius: 4px;
	font-size: 1em;
	font-weight: 500;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #ddd;
	color: #777;
	border: 1px solid #ddd;
	cursor: pointer;
}


section.page .catalog-inside .options-2 .more-order-btn.selected {
	background: #fff;
	border: 1px solid #777;
	color: #111;
}

section.page .catalog-inside .order-2 {
	margin-top: 50px;
	overflow: hidden;
	position: relative;
	height: 60px;
	display:table;
	min-width: 400px;
}


section.page .catalog-inside .order-2 .order-count {
	display: none;
	height: 60px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border-radius: 0px;
	border:  1px solid #ccc;
	z-index: 20;
	cursor: default;
}

section.page .catalog-inside .order-2 .order-count .minus,
section.page .catalog-inside .order-2 .order-count .plus {
	background: #f17231;
	width: 36px;
	height: 36px;
	border-radius: 4px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	font-size: 1.75em;
	font-weight: 500;
	float: left;
	margin-top: 12px;
	margin-left: 3px;
	cursor: pointer;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	 user-select: none;
	 touch-action: manipulation;
}

section.page .catalog-inside .order-2 .order-count .minus {
	line-height: 34px;
	margin-left: 12px;
}

section.page .catalog-inside .order-2 .order-count .count {
	width: 52px;
	height: 60px;
	margin-left: 3px;
	float: left;
	background: transparent;
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
	line-height: 60px;
}

section.page .catalog-inside .order-2 .order-count .ok {
	width: 120px;
	position: absolute;
	right: 40px;
	background: #4CAF50;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	text-align: center;
	height: 36px;
	line-height: 36px;
	margin-top: 12px;
	font-size: 1em;
	float: left;
	border-radius: 4px;
	font-weight: 500;
	cursor: pointer;
}

section.page .catalog-inside .order-2 .order-count .no {
	position: absolute;
	top: 50%;
	right: 13px;
	font-size: 1.25em;
	color: red;
	transform: translateY(-50%);
	cursor: pointer;
} 

section.page .catalog-inside .order-2 .price {
	font-size: 2.5em;
	font-weight: 700;
	text-align: left;
	height: 60px;
	line-height: 60px;
	display:table-cell; vertical-align:middle;
	padding-right: 50px;
	position: relative;
	z-index: 10;
}

section.page .catalog-inside .order-2 .price i {
	font-size: 0.5em;
	position: relative;
	bottom: 1px;
}

section.page .catalog-inside .order-2 .order-btn {
	cursor: pointer;
	display:table-cell; vertical-align:middle;
	height: 60px;
	line-height: 60px;
	padding: 0 30px;
	font-size: 1em;
	background: #f17231;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	font-weight: 500;
	position: relative;
	z-index: 10;
}

section.page .catalog-inside p.descr {
	font-size: 1em;
	line-height: 2;
	color: #333;
	margin-top: 25px;
}

section.page .catalog-inside .sostav_h {
	font-size: 1.0em;
	font-weight: 600;
	text-align: left;
	margin-top: 50px;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	border: 1px solid #ccc;
	background: #fff;
	display: inline-block;
	z-index: 10;
	border-bottom: 0;
	position: relative;
	top: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

section.page .catalog-inside p.sostav {
	font-size: 1em;
	line-height: 2;
	color: #333;
	padding: 20px;
	background: #fff;
	border: 1px solid #ccc;
	position: relative;
	z-index: 5;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

section.page .catalog-inside .second-descr-info {
	margin-top: 50px;
	font-size: 0.8em;
	line-height: 1.7;
	color: #333;
}

section.page .catalog-inside img.image {
	border-radius: 16px;
	display: block;
	box-shadow: 0 15px 20px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.08);
	position: relative;
	border: 5px solid #fff;
}

section.page .catalog-inside img.image:after {

}




.inside-map {
	padding-right: 50px;
}



section.usloviya {
	padding: 25px 15px;
	text-align: center;
	color: #fff;
}

section.usloviya h2 {
	text-align: center;
	font-size: 2.5em;
	margin-top: 15px;
	margin-bottom: 15px;
}